/*
CTC Separate Stylesheet
Updated: 2020-02-06 09:29:44
Theme Name: Position Digital
Template: astra
Version: 1.0.1580981384
*/

*:focus {
    outline: none;
}

input:focus, textarea:focus, select:focus{
	outline-style:none !important;
    box-shadow:none !important;
}

input[type='checkbox'] {
    background-color: transparent;
}

#subscribe_newsletter input::placeholder {
    color: #000000 !important;
    font-size: 20px !important;
    line-height: 1.5em !important;
    font-weight: 300 !important
}

#subscribe_newsletter .elementor-button-icon svg {
    width: inherit !important;
}

#position_logo img { width:200px}

.elementor a {
    z-index:1;
}

p, li {
    font-size: 2em;
    line-height: 1.5em;
}

h3 { line-height:1.25em !important; font-weight:bold !important}
h4 { line-height:1.25em !important; font-weight:bold !important}
h5 { letter-spacing: 0.1em !important; }
#faq h5 {
    line-height:1.3em !important;
    letter-spacing: 0.0em !important; 
    font-size:2em !important;
    font-weight: 400 !important
}

h6 {
    /*line-height: 2.6em !important;*/
    letter-spacing: 0.05em !important;
    margin-bottom: 0px !important;
    color: #000000 !important
}
h6.head {
	font-size:2.6em !important;
	/*line-height:1em !important;*/
	letter-spacing: 0.06em !important;
	margin-bottom: 0px !important;   
}

main { z-index:1}
green, white {
	position: relative;
    z-index: 0;
}
green:before {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 80%;
    bottom: 5%;
    left: 0;
    background-color: #54FABA;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .5s cubic-bezier(.23,1,.32,1);
    transition: transform .5s cubic-bezier(.23,1,.32,1);
    transition: transform .5s cubic-bezier(.23,1,.32,1), -webkit-transform .5s cubic-bezier(.23,1,.32,1);
    z-index: -1;
}

green.green_animate:before {
	-webkit-transform: scaleX(1)!important;
    -ms-transform: scaleX(1)!important;
    transform: scaleX(1)!important;
}

h1.elementor-heading-title b, h3.elementor-heading-title b {
  position: relative;
    z-index: 0;
}
h1.elementor-heading-title b:before, h3.elementor-heading-title b:before {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 80%;
    bottom: 5%;
    left: 0;
    background-color: #54FABA;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .5s cubic-bezier(.23,1,.32,1);
    transition: transform .5s cubic-bezier(.23,1,.32,1);
    transition: transform .5s cubic-bezier(.23,1,.32,1), -webkit-transform .5s cubic-bezier(.23,1,.32,1);
    z-index: -1;
}
h1.elementor-heading-title b, h3.elementor-heading-title b {
    display:inline-block
}
h1.elementor-heading-title b.green_animate:before, h3.elementor-heading-title b.green_animate:before  {
	-webkit-transform: scaleX(1)!important;
    -ms-transform: scaleX(1)!important;
    transform: scaleX(1)!important;
}

white:before {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 80%;
    bottom: 5%;
    left: 0;
    background-color: #ffffff;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: -webkit-transform .5s cubic-bezier(.23,1,.32,1);
    transition: transform .5s cubic-bezier(.23,1,.32,1);
    transition: transform .5s cubic-bezier(.23,1,.32,1), -webkit-transform .5s cubic-bezier(.23,1,.32,1);
    z-index: -1;
	
	-webkit-transform: scaleX(1)!important;
    -ms-transform: scaleX(1)!important;
    transform: scaleX(1)!important;
}


.elementor-text-editor a  {
    position: relative;
    text-decoration: none;
}

.elementor-text-editor a:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border:1px solid #54FABA;
    z-index: -1;
}

.elementor-text-editor p, .elementor-text-editor li {
    font-weight:300
}

/* links */
a .jet-nav-link-text, a .elementor-icon-list-text, .elementor-icon-list-text a {
    position: relative;
}

a .jet-nav-link-text:before, a .elementor-icon-list-text:before, .elementor-icon-list-text a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 4px;
  left: 0;
  background-color: #54FABA;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

a:hover .jet-nav-link-text:before, a:hover .elementor-icon-list-text:before, .elementor-icon-list-text a:hover:before  {
  visibility: visible;
  width: 100%;
}

/* menu links */
#menu-menu-main a {
    position: relative;
}

#menu-menu-main a:before  {
  content: "";
  position: absolute;
  width: 0;
  height: 6px;
  bottom: 1px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

#menu-menu-main a:hover::before {
  visibility: visible;
  width: 100%;
}

#menu-menu-main .sub-menu a:before {
    height: 4px;
    bottom: -1px;
    z-index: -1;
}

/* menu social */
#menu-menu-social a {
    position: relative;
}

#menu-menu-social a:before  {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 1px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

#menu-menu-social a:hover::before {
  visibility: visible;
  width: 100%;
}

/* blog menu links */
.uael-nav-menu .menu-item a {
    position: relative;
}
.uael-nav-menu .menu-item a:before  {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0px;
  left: 0;
  background-color: #54FABA;
  visibility: hidden;
  transition: all 0.3s ease-in-out !important;
  z-index: 3;
}

.uael-nav-menu .menu-item a:hover:before, .menu-item.current-menu-item a:before {
  visibility: visible !important;
  width: 100% !important;
  opacity: 1 !important;
  z-index: -1;
}


/* blocks */
.block_box {
	position: relative;
}

.block_text {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 55% !important;
    line-height: 1.2em !important;
}

.block_text h3{
    line-height: 1.2em !important;
}

.case_study_box {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 320px !important;
}
.case_study_box h3 {
    line-height: 1.25em !important
}

.services_box:hover {
	filter: brightness(70%);
}
.services_box_text {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 47% !important;
}
.services_box_text h3 {
    line-height: 1.25em !important
}

.team_box {
	position: absolute !important;
	bottom: 0;
	left: 0;
	width: 80% !important;
}

.float_right_column { float:right}

.review_content_box { min-height:900px !important}
.review_img_box { min-height:800px !important}
.review_txt, .review_txt p { margin:0 !important; font-weight:300 !important}


/* buttons */
.elementor-button-link {
	height: 45px;
	/* width: 200px; */
}
.btn_3 .elementor-button, .footer_form .elementor-button { min-width:203px !important}


/*coockie bar*/
#cookie-law-info-bar span
{
	font-size: 15px !important;
}
.cookie_action_close_header
{
	margin-left: 50px;
	margin-right: 50px;
}


/* faq */
.faq {
    margin-bottom:15px
}
.faq p {
    margin-bottom:0px !important;
}
.faq i{
    margin-top: -3px;
    font-size: 1.8em;
}
.faq .fa-plus-circle:before {
    color: #54FABA !important;    
}
.faq .fa-minus-circle:before {
    color: #fff !important;    
}
.faq .elementor-active {
	background: #54FABA !important;
}
.faq .elementor-tab-content {
	background: #fff !important;
}

/* form */
.elementor-field { padding: 0px !important}


/* menu */
#slideout:not(.slideout-menu) {
  display: none;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 572px;
  max-width: 100%;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  background: #54FABA;
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  /*overflow: hidden;*/
}

.slideout-open .slideout-menu {
  display: flex;
}

#slideout .menu {margin: 0;}
#slideout ul {
  list-style: none;
}
#slideout .main {
  padding: 156px 0px 0 83px;
}

#slideout .main .menu li {
    font-size: 1em !important;    
}

#slideout .main .menu li a {
  color: #2c2c2c;
  font-family: HelveticaNeue-Bold;
  font-size: 5em;
  line-height: 1.4;
}
#slideout .main .menu .sub-menu li a {
  font-size: 3em;
  line-height: 1.43;
}
#slideout .sub-menu {
  display: none;
  margin-left: 1.65em;	
}

#slideout .social {
    padding: 45px 83px 45px 83px;
    margin-top: auto;
}
#slideout .social ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin: 0;
}
#slideout .social .menu li a {
  color: #2c2c2c;
  font-size: 15px;
}

#menu_btn {
  border-radius: 0px;
  position: fixed;
  right: 64px;
  top:46px;
  width: 30px;
  height: 30px;
  background-color: #54FABA;
  border: none;
  padding: 0px; 
  margin: 0px; 
  z-index:10001;
}

.slideout-open #menu_btn {
  position: fixed;
  right: 64px;
  top:46px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: none;
  padding: 0px; 
  margin: 0px; 
  z-index:10001;
}

#menu_btn:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} 

/* footer */
.footer_wrap p { font-size:1.8em}

.footer_form label.elementor-field-label {
    margin-bottom:-30px !important
}
.footer_form  .elementor-field-group-footer_form_project label.elementor-field-label, .elementor-field-group-footer_form_budget label.elementor-field-label{
    margin-bottom:0px !important
}

.footer_form .elementor-field-group-acceptance_checkbox {
    margin: 0 !important;
    margin-left: 50% !important;    
}
.footer_form .elementor-field-type-submit {
    margin-top: -80px;
}

.elementor-field-group-acceptance_checkbox .elementor-field-option {
    display: flex;
}

.footer_form .elementor-field-group-acceptance_checkbox label {
    margin-left: 15px; 
    margin-top: -3px;
}

.footer_form .elementor-field-group {
    position: relative;
}

.footer_form .elementor-field-label {
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.footer_form .focused .elementor-field-label {
    visibility: hidden
}

.no_ul_style li {
    margin: 0;
    line-height: 1.5em !important;
    color: #000000 !important 
}

.no_ul_style {
    list-style-type: none;
    margin: 0 !important;
}

.contact_txt { 
    font-size:20px !important;
    font-weight:300
}
.contact_column p, .contact_column h4  { margin:0px !important}
.contact_column a:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1px;
    border:none;
    z-index: -1;
}

/* CTA form */
#form_CTA.footer_form .elementor-field-type-submit {
    margin-top: 60px;    
}
.footer_form .elementor-field-group-CTA_acceptance_checkbox {
    margin: 0 !important;
    margin-left: 0% !important;    
}

.elementor-field-group-CTA_acceptance_checkbox .elementor-field-option {
    display: flex;
}

.footer_form .elementor-field-group-CTA_acceptance_checkbox label {
    margin-left: 15px; 
    margin-top: -3px;
    font-size: 1.6em !important;
}
.elementor-2780 .elementor-element.elementor-element-3993775b .elementor-message {
    margin-top: 30px;
}


/* blog widget */
.elementor-post.post.type-post {
    position:relative
}
.elementor-post__text {
    position: absolute;
    padding: 30px;
    background-color: rgba(84, 250, 186, 0.82);
    bottom: 0;
    margin-bottom: 20px;
    width: 50% !important;
    min-height: 155px;
    font-size:2em;
    line-height:1.5em;
    font-weight:bold;
    font-family: HelveticaNeue-Bold;   
    z-index: 251;
}

.elementor-post.elementor-grid-item:hover {
    filter: brightness(70%);
}

/* blog posts */
#blog_categories a {
    line-height:1.5em !important;
    letter-spacing: 0.04em !important; 
    font-size:1em !important;
    font-weight: 400 !important    
}

#blog_meta {
    line-height:2.6em !important;
    letter-spacing: 0.06em !important; 
    font-size:1.3em !important;
    font-weight: 400 !important    
}

#blog_post #share_txt p {
    font-weight: 500;
}

#posts_loader .uael-post-inf-loader > div {
    background-color: #EE374F;
    width: 10px;
    height: 10px;
}

/* blog page */
#blog_posts_wrap a {
    color:#2c2c2c;
}

.uael-nav-menu__toggle {
    color:#2c2c2c !important;
}

/* Add text before the hamburger menu */
#filter_by_cat {
    font-size: 18px;
    font-family: HelveticaNeue-Bold;  
    margin-right: 20px;
    line-height: 1em;
    display: inline-block;
}
.uael-dropdown.menu-is-active {
    padding:30px 20px    
}

/*
.elementor-post.post.type-post, .uael-post-wrapper {
    position:relative
}
.elementor-post__text, .uael-post__content-wrap {
    position: absolute;
    padding: 30px;
    background-color: rgba(84, 250, 186, 0.82);
    bottom: 0;
    margin-bottom: 20px;
    width: 50% !important;
    min-height: 155px;
    font-size:2em;
    line-height:1.5em;
    font-weight:bold;
    font-family: HelveticaNeue-Bold;  
}

.elementor-post.elementor-grid-item:hover {
    filter: brightness(70%);
}
*/



/*
.uael-post__header-filters-wrap {
    margin-bottom: 0px !important;
}
.uael-post__header-filters {
    margin-bottom: 0px !important;
    max-width: 1165px !important;
    margin: 0 auto !important;
}
.uael-post__header {
    padding:30px 0; background-color: #f6f3f4;  
    margin-bottom:120px
}

.uael-post__header-filters {
    text-align: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.uael-post__header-filter {
    font-size: 2em !important;
    line-height: 1.6em;   
    font-weight: bold !important;
    font-family: HelveticaNeue-Bold;
    margin: auto !important;
}

.uael-post__body {
    max-width: 1440px !important;
    margin: 0 auto !important;
    padding:0 36px !important
}

.uael-post__content-wrap {
    margin-bottom: 0px; 
}

.uael-post__title, .elementor-post__title {
    font-size: inherit !important;
    font-weight: 600;
    font-family: HelveticaNeue-Bold;
    text-transform: inherit;
    margin:0px!important
}
.uael-post__thumbnail {
    overflow:unset !important;
}
*/

/* share */
.elementor-share-btn__text {
    background: none !important;
}
.elementor-share-btn__title {
    position: relative;
    line-height: 25px;
}
.elementor-share-btn__title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 1px;
    left: 0;
    background-color: #54FABA;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.elementor-share-btn__title:hover::before {
    visibility: visible;
    width: 100%;
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
    
    .block_text, .services_box_text, .case_study_box {
        width: 59% !important;
    }
    
    .case_study_box h3,  .block_text h3, .services_box_text h3 {
        font-size:2em !important
    }
    
    .case_study_logo {
        max-width:50% !important;
        max-height:50px !important;    
    }
    
    .elementor-post__text {
        width: 59% !important;
        padding: 20px;
        line-height:1.25em;
        font-size:2em;
        min-height: 106px;
    }
    
        
   .footer_form .elementor-field-group-acceptance_checkbox {
        margin-left: 0% !important;    
    }
    .footer_form .elementor-field-type-submit {
        margin-top: 60px;
    }
    
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
    
    .block_text, .services_box_text, .case_study_box {
        width: 59% !important;
    }
    
    .case_study_box h3,  .block_text h3, .services_box_text h3 {
        font-size:2em !important
    }
    
    .case_study_logo {
        max-width:50% !important;
        max-height:50px !important;    
    }
    
    .elementor-post__text {
        width: 59% !important;
        padding: 20px;
        line-height:1.25em;
        font-size:2em;
        min-height: 106px;
    }
    
   .footer_form .elementor-field-group-acceptance_checkbox {
        margin-left: 0% !important;    
    }
    .footer_form .elementor-field-type-submit {
        margin-top: 60px;
    }
    
}

@media screen and (max-width: 480px) {
    
    #position_logo img{ width:140px}
    
    .review_img_box { min-height:400px !important}
    
    #slideout .social {
        padding: 20px;
    }
    
    #menu_btn {
        right: 15px !important;
        top: 15px !important;
        width: 25px !important;
        height: 25px !important;
    }
    
    .services_box_text, .case_study_box {
        width: 59% !important;
    }
    
    .case_study_box h3,  .block_text h3, .services_box_text h3 {
        font-size:2em !important
    }
    
    .case_study_logo {
        max-width:50% !important
    }
    
    .elementor-post__text {
        width: 59% !important;
        padding: 20px;
        line-height:1.25em;
        font-size:2em;
        min-height: 106px;
    }  
    
    .elementor-field-group-acceptance_checkbox .elementor-field-option {
        display:block;
    }
    
   .footer_form .elementor-field-group-acceptance_checkbox {
        margin-left: 0% !important;    
    }
    .footer_form .elementor-field-type-submit {
        margin-top: 60px;
    }
}

@media screen and (min-width: 768px) {
    
    .case_study_box {
        bottom: 15px;
        left: 15px;
    }
    
    .team_row .elementor-row {
        display:block !important
    }

    .block_box {
        position: relative;
        width:33% !important;
        float:left !important
    }
}