@charset "UTF-8";
.typed-cursor {
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@-moz-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes blink {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-block-start:.5rem;margin-block-end:1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-start:0;margin-block-end:.9rem}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;text-decoration:none;color:#c36}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{font-size:16px;color:#333;line-height:1.4;font-style:italic;font-weight:400}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #ccc}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{width:auto;-webkit-appearance:button}[type=button],[type=submit],button{display:inline-block;font-weight:400;color:#c36;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid #c36;padding:.5rem 1rem;font-size:1rem;border-radius:3px;transition:all .3s}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{color:#fff;background-color:#c36;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;width:100%;margin-block-end:15px;font-size:.9em;border-spacing:0;border-collapse:collapse}table td,table th{padding:15px;line-height:1.5;vertical-align:top;border:1px solid hsla(0,0%,50.2%,.5019607843)}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50.2%,.5019607843)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50.2%,.0705882353)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50.2%,.1019607843)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50.2%,.5019607843)}@media (max-width:767px){table table{font-size:.8em}table table td,table table th{padding:7px;line-height:1.3}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{margin-block-start:0;margin-block-end:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{position:relative;display:block}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form p{width:100%;display:flex;align-items:flex-end}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover}@media (max-width:991px){.post .wp-post-image{max-height:400px}}@media (max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{margin:0;padding:0;list-style:none;font-size:.9em}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{display:flex;flex-direction:column;padding-block-start:30px;padding-block-end:30px;padding-inline-start:60px;padding-inline-end:0;border-block-end:1px solid #ccc}#comments .comment .avatar,#comments .pingback .avatar{position:absolute;left:0;border-radius:50%;margin-inline-end:10px}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{position:relative;list-style:none;margin:0;padding-inline-start:30px}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{display:inline-block;font-size:1em;font-weight:400;line-height:100%;content:"↪";position:absolute;top:45px;left:0;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media (min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media (max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{position:inherit;float:left}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-start:auto;margin-inline-end:auto;width:100%}@media (max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-start:10px;padding-inline-end:10px}}@media (min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media (min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media (min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}@font-face {
font-family: Noto;
src: url(https://communicationeffect.com/wp-content/themes/ce/assets/fonts/NotoSans-ExtraLight.ttf);
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: Noto;
src: url(https://communicationeffect.com/wp-content/themes/ce/assets/fonts/NotoSans-ExtraLightItalic.ttf);
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: Noto;
src: url(https://communicationeffect.com/wp-content/themes/ce/assets/fonts/NotoSans-Bold.ttf);
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: Noto;
src: url(https://communicationeffect.com/wp-content/themes/ce/assets/fonts/NotoSans-BoldItalic.ttf);
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: Noto;
src: url(https://communicationeffect.com/wp-content/themes/ce/assets/fonts/NotoSans-Black.ttf);
font-weight: 900;
font-style: normal;
}*:not(.ab-icon):not(.fab):not(.fa):not(.fas):not(.eicon-close):not(.eicon-menu-bar):not(.eicon-plus):not(.far):not([class*=" eicon-"]):not([class^=eicon]) {
font-family: Noto !important;
}
main {
z-index: 100;
}
body.elementor-editor-active main {
z-index: 10000;
} :root {
--color-front-default: #56b5c0 !important;
--color-border-default: #56b5c0 !important;
--color-bg-default: transparent !important;
--color-front-hover: white !important;
--color-border-hover: #56b5c0 !important;
--color-bg-hover: #00539a !important;
--color-text: #504d50 !important;
--color-blue: #56b5c0 !important;
--color-grey: #f0f0f0 !important;
--color-grey-dark: #e9ecf3 !important;
--color-light-blue: #6eb7e4;
--color-orange: #ffb359;
--color-dropdown-blue: #3375ae;
--color-link: #56b5c0;
--color-link-hover: #ffb385;
--color-box-bg: #f2f1f0;
--width-border: 2px;
--color-peach: #ffb385;
--color-deep-blue: #00bbe6;
--color-grey-ce: #4F4D50;
} @media (min-width: 769px) {
:root {
--font-size-h1: 42px;
--font-size-h2: 40px;
--font-size-h3: 18px;
--font-size-h4: 18px;
--font-size-h5: 18px;
--font-size-p: 15px;
--font-size-button: 18px;
}
}
@media (max-width: 768px) {
:root {
--font-size-h1: 45px;
--font-size-h2: 30px;
--font-size-h3: 25px;
--font-size-h4: 20px;
--font-size-h5: 15px;
--font-size-p: 18px;
--font-size-button: 16px;
}
}  @media (min-width: 1400px) {
:root {
--max-container-width: 1320px;
}
} @media (min-width: 1200px) and (max-width: 1399px) {
:root {
--max-container-width: 1140px;
}
} @media (min-width: 991px) and (max-width: 1199px) {
:root {
--max-container-width: 960px;
}
} @media (min-width: 768px) and (max-width: 990px) {
:root {
--max-container-width: 720px;
}
} @media (min-width: 576px) and (max-width: 767px) {
:root {
--max-container-width: 540px;
}
} @media (max-width: 575px) {
:root {
--max-container-width: 100vw;
}
} section.custom h1,
section.custom h2,
section.custom h3,
section.custom h4,
section.custom h5 {
text-transform: uppercase !important;
color: var(--color-blue) !important;
}
section.custom h1 {
font-weight: 900 !important;
font-size: var(--font-size-h1) !important;
line-height: 1 !important;
}
section.custom h2 {
font-weight: 900 !important;
font-size: var(--font-size-h2) !important;
line-height: 1 !important;
}
section.custom h3 {
font-weight: 700 !important;
font-size: var(--font-size-h3) !important;
line-height: 1 !important;
}
section.custom h4 {
font-weight: 600 !important;
font-size: var(--font-size-h4) !important;
line-height: 1 !important;
}
section.custom h5 {
font-weight: 500 !important;
font-size: var(--font-size-h5) !important;
line-height: 1.08 !important;
} section.custom p {
font-weight: 300 !important;
font-size: var(--font-size-p) !important;
line-height: 1.2 !important;
color: var(--color-grey) !important;
} a {
color: var(--color-link);
}
a:hover {
color: var(--color-link-hover);
} input:not([type="button"]):not([type="submit"]):not([type="cancel"]):not(.age_picker) {
font-size: var(--font-size-button) !important;
line-height: 1.688 !important;
text-align: center !important;
} table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody>tr:nth-child(even)>td,
table tbody>tr:nth-child(even)>th,
table td,
table th {
background-color: transparent;
border: transparent;
} input[type="radio"] {
display: none !important;
}
input[type="radio"]+label {
display: inline-block !important;
width: 100% !important;
padding: 20px !important;
}
input[type="radio"]:not(:checked)+label {
background-color: var(--color-bg-default);
color: var(--color-white);
}
input[type="radio"]:checked+label {
background-color: var(--color-blue);
color: var(--color-white);
} .container {
position: relative;
max-width: var(--max-container-width);
margin: auto;
z-index: 0;
} span.typed-me {
font-weight: bold;
font-style: italic;
color: var(--color-blue);
font-size: 2vw;
}
.typed-cursor {
content: url(//communicationeffect.com/wp-content/themes/ce/assets/images/cursor.png);
height: 40px;
margin-left: 10px;
margin-bottom: -8px;
}
.main_menu_popup span.typed-me {
color: white !important;
}
.main_menu_popup .typed-cursor {
content: url(//communicationeffect.com/wp-content/themes/ce/assets/images/cursor_white.svg);
}
@media (max-width:767px) {
span.typed-me {
font-size: 4vw;
}
.typed-cursor {
height: 7vw;
margin-left: 1vw;
margin-bottom: -2vw;
}
} .section-menu a:hover {
font-style: italic;
font-weight: 100;
}
::-webkit-scrollbar {
width: 0; background: transparent; } ::-webkit-scrollbar-thumb {
background: #FF0000;
} .whatwedo-toggle img {
width: 15px;
margin-right: 10px;
}
.whatwedo-toggle .elementor-toggle-item:first-child img,
.whatwedo-toggle .elementor-toggle-item:last-child img {
width: 10px;
}
.whatwedo-toggle .elementor-toggle .elementor-tab-title.elementor-active {
font-style: italic;
font-weight: 300 !important;
} .blog h5 {
font-weight: 900;
}
.blog-categories a {
font-style: italic;
}
.blog-categories a:hover,
.elementor-post-info__terms-list a:hover {
font-weight: bold;
color: var(--color-blue);
}
.blog-categories li.cat-item:before {
content: none !important;
}
.elementor-post-info__terms-list a:before {
content: "#";
}
.blog-search {
width: 50% !important;
}
@media(min-width: 768px) {
body.blog div.elementor-location-archive {
max-height: calc(100vh - 100px - 150px);
}
body.blog div.elementor-location-archive  .ecs-posts {
max-height: calc(100vh - 100px - 150px - 50px);
overflow-y: scroll;;
}
} .elementor-location-footer {
bottom: 0;
display: block;
background: white;
width: 100vw;
}
body.page.home .elementor-location-footer {
position: fixed;
}
.mailchimp.white .elementor-form .elementor-button>span {
justify-content: right;
}
.mailchimp.white .elementor-field-type-acceptance label {
color: white !important;
font-size: 15px;
}
.mailchimp .elementor-field-type-acceptance a {
font-weight: bold;
color: white !important;
}
.mailchimp.white .elementor-field-type-email {
display: flex;
flex-direction: row;
float: left;
}
.mailchimp.white .elementor-field-type-email:before {
content: "";
object-fit: contain;
background-image: url(//communicationeffect.com/wp-content/themes/ce/assets/images/cursor_white.svg);
background-size: contain;
background-position: left center;
background-repeat: no-repeat;
display: inline-block;
width: 23px;
height: 40px;
position: relative;
float: left;
}
.mailchimp.white .elementor-field-type-email input {
flex: 1;
}
.mailchimp .elementor-field-type-email input:not([type="button"]):not([type="submit"]):not([type="cancel"]):not(.age_picker) {
text-align: left !important;
line-height: 1 !important;
padding: 0 !important;
}
.mailchimp button {
padding: 0 !important;
min-height: unset !important;
}
.mailchimp .elementor-message {
color: white !important;
font-size: 15px;
margin: 0 !important;
}
.mailchimp .elementor-button-icon svg {
width: 50px;
}
.elementor-100 .elementor-element.elementor-element-9108ef7 .elementor-button[type="submit"] {
position: absolute;
}
@media (min-width: 769px) and (max-width: 990px) {
body.single-post  .elementor-location-single {
padding-bottom: 100px;
}
}
@media(min-width: 769px) and (max-width: 900px) {
#contact_form h4 {
font-size: 20px !important;
}
.elementor-100 .elementor-element.elementor-element-9108ef7 .elementor-form-fields-wrapper > div:nth-child(4) {
width: 280px !important;
}
.elementor-100 .elementor-element.elementor-element-9108ef7 .elementor-form-fields-wrapper > div:not(.focused):not(.filled):nth-child(4)::before,
.elementor-100 .elementor-element.elementor-element-9108ef7 .elementor-form-fields-wrapper > div:not(.focused):not(.filled):nth-child(4)::after,
#contact_form input,
#contact_form textarea {
font-size: 14px !important;
}
.elementor-100 .elementor-element.elementor-element-9108ef7 .elementor-form-fields-wrapper > div:not(.focused):not(.filled):nth-child(4)::after {
left: 60px !important;
}
}
@media(min-width: 769px) {
.mobile-only {
display: none !important;
}
.elementor-location-footer {
position: fixed;
}
}
@media(max-width: 768px) {
.mobile-hide {
display: none !important;
}
[data-elementor-type="footer"] {
background: white;
z-index: 100;
}
[data-elementor-type="footer"] .social_links {
position: relative;
}
[data-elementor-type="footer"] .contact_icon {
position: absolute;
}
.elementor-100 .elementor-element.elementor-element-9108ef7 .elementor-form-fields-wrapper > div:nth-child(4) {
width: 100% !important;
}
.elementor-100 .elementor-element.elementor-element-9108ef7 .elementor-form-fields-wrapper > div:not(.focused):not(.filled):nth-child(4)::after {
left: 80px !important;
}
}
body[data-is-last-slide="yes"] .scroll-for-more,
body[data-is_scrolled_to_bottom="yes"] .scroll-for-more,
.category .scroll-for-more,
.elementor-page-7 .scroll-for-more {
display: none;
}:root {
--home_section_height: calc(100vh - 117px - 150px);
}
.home_sections.vertical {
max-height: var(--home_section_height) !important;
overflow: hidden;
}
.home_section.swiper-slide {
min-height: var(--home_section_height) !important;
max-height: var(--home_section_height) !important;
overflow-y: auto;
}
.home_section.swiper-slide .scrollable {
max-height: var(--home_section_height) !important;
overflow-y: auto;
padding-bottom: 100px;
}
.home_section.swiper-slide .scrollable > .elementor-widget-wrap {
display: block;
}
.vertical_navigation {
position: absolute;
z-index: 1000;
right: 0;
top: 0;
display: flex;
flex-direction: row;
transform-origin: center;
writing-mode: tb;
font-size: 2vh;
white-space: nowrap;
}
@media(max-height: 830px) {
.vertical_navigation {
font-size: 15px;
}
}
@media(max-height: 790px) {
.vertical_navigation {
font-size: 14px;
}
}
@media(max-height: 750px) {
.vertical_navigation {
font-size: 13px;
}
}
@media(max-height: 710px) {
.vertical_navigation {
font-size: 12px;
}
}
@media(max-height: 670px) {
.vertical_navigation {
font-size: 11px;
}
}
@media(max-height: 630px) {
.vertical_navigation {
font-size: 10px;
}
}
@media(max-height: 590px) {
.vertical_navigation {
display: none;
}
}
.vertical_navigation .navigation_item {
margin-top: 1vh;
}
.vertical_navigation .navigation_item a{
color:var(--color-grey-ce);
}
.vertical_navigation .navigation_item a:hover{
color:var(--color-grey-ce);
}
.vertical_navigation .navigation_item.active {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='50' fill='rgb(84,181,191)' /%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
}
.vertical_navigation .navigation_item {
font-weight: bolder;
}
.home_sections * {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .home_sections .contact h4 {
font-weight: bolder;
text-decoration: underline;
color: white;
}
.home_sections .contact .elementor-form-fields-wrapper {
display: grid;
grid-template-areas:
'title message'
'name message'
'email message'
'button button';
}
.home_sections .contact  .elementor-form-fields-wrapper >  div:nth-child(1) {
grid-area: title;
}
.home_sections .contact  .elementor-form-fields-wrapper >  div:nth-child(2) {
grid-area: name;
}
.home_sections .contact  .elementor-form-fields-wrapper >  div:nth-child(3) {
grid-area: email;
}
.home_sections .contact  .elementor-form-fields-wrapper >  div:nth-child(4) {
grid-area: message;
}
.home_sections .contact  .elementor-form-fields-wrapper >  div:nth-child(5) {
grid-area: button;
}
.home_sections .contact  input {
border-top: 0;
border-left: 0;
border-right: 0;
color: white;
border-bottom-color: white !important;
background-color: var(--color-front-default) !important;
}
.home_sections .contact textarea {
outline: none;
background-image: -webkit-linear-gradient(left, #56b5c0 10px, transparent 10px), -webkit-linear-gradient(right, #56b5c0 10px, transparent 10px), -webkit-linear-gradient(#56b5c0 30px, white  30px, white  31px, #56b5c0 31px);
background-image: -moz-linear-gradient(left, #56b5c0 10px, transparent 10px), -moz-linear-gradient(right, #56b5c0 10px, transparent 10px), -moz-linear-gradient(#56b5c0 30px, white  30px, white  31px, #56b5c0 31px);
background-image: -ms-linear-gradient(left, #56b5c0 10px, transparent 10px), -ms-linear-gradient(right, #56b5c0 10px, transparent 10px), -ms-linear-gradient(#56b5c0 30px, white  30px, white  31px, #56b5c0 31px);
background-image: -o-linear-gradient(left, #56b5c0 10px, transparent 10px), -o-linear-gradient(right, #56b5c0 10px, transparent 10px), -o-linear-gradient(#56b5c0 30px, white  30px, white  31px, #56b5c0 31px);
background-image: linear-gradient(left, #56b5c0 10px, transparent 10px), linear-gradient(right, #56b5c0 10px, transparent 10px), linear-gradient(#56b5c0 30px, white  30px, white  31px, #56b5c0 31px);
background-size: 100% 100%, 100% 100%, 100% 31px;
border: 0;
border-radius: 8px;
line-height: 31px;
font-family: Arial, Helvetica, Sans-serif;
padding: 8px;
}
@media(min-width: 768px) {
.mobile-show,
.mobile-show iframe {
display: none;
}
.home_sections_container  {
padding-bottom: 100px;
}
}
@media (max-width:767px){
.mobile-hide,
.mobile-hide iframe {
display: none;
}
.vertical_navigation{
display:none!important;
}
body.home [data-elementor-type="footer"] {
display: none;
}    
body.home .home_sections_container [data-elementor-type="footer"] {
display: unset;
}    
.home_sections  {
min-height: 100vh;
}
.home_sections.vertical {
max-height: unset !important;
overflow: visible !important;
padding-bottom: 100px;
}
.scroll-for-more {
display: none;
}
} @media screen and (min-height: 904px) {
.contact .elementor-widget-form {
margin-top: calc(100vh - 904px);
}
} @media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {
.contact .elementor-widget-form {
margin-top: 70px !important;
}
}:root {
--our_team_header_size: 210px;
--our_team_image_size: 200px;
--our_team_padding: 50px;
--our_team_name_font_size: 40px;
--our_team_person_title_font_size: 35px;
}
@media(max-width: 991px) {
:root {
--our_team_name_font_size: 20px;
--our_team_person_title_font_size: 17px;
--our_team_header_size: 180px;
--our_team_image_size: 80px;
}
}
.our_team {
display: flex;
flex-direction: column;
}
@media(min-width: 768px) {
.our_team {
height: var(--home_section_height);
}
}
@media(min-width: 992px) {
.our_team.vertical {
height: calc(3 * var(--our_team_header_size));
}
}
.our_team .team_member_header {
display: flex;
flex-direction: row;
height: var(--our_team_header_size);
}
.our_team .team_member .team_member_header .photo_wrapper {
width: var(--our_team_image_size);
height: var(--our_team_image_size);
}
@media (min-width: 768px) {
.our_team .team_member .team_member_header .photo_wrapper {
position: absolute;
}
.our_team .team_member:nth-child(odd) .team_member_header .photo_wrapper {
left: var(--our_team_padding);
}
.our_team .team_member:nth-child(even) .team_member_header .photo_wrapper {
right: var(--our_team_padding);
}
.our_team .team_member:nth-child(odd) .team_member_header .texts_wrapper span {
text-align: left;
padding-left: calc(var(--our_team_header_size) + var(--our_team_padding));
}
.our_team .team_member:nth-child(even) .team_member_header .texts_wrapper span {
text-align: right;
padding-right: calc(var(--our_team_header_size) + var(--our_team_padding));
}
.our_team .team_member:nth-child(odd) .team_member_header {
flex-direction: row;
}
.our_team .team_member:nth-child(even) .team_member_header {
flex-direction: row-reverse;
}
}
@media (max-width: 767px) {
.our_team .team_member .team_member_header {
flex-direction: column;
}
.our_team .team_member .team_member_header .photo_wrapper {
position: relative;
margin:auto;
}
.our_team .swiper-button-prev,
.our_team .swiper-button-next{
display:none;
}
.our_team .team_member_header{
text-align:center;
}
.our_team .content-wrapper {
max-width: calc(100vw - 20px);
margin: auto;
}
}
.our_team .team_member_header .texts_wrapper {
display: flex;
flex-direction: column;
justify-content: top;
width: 100%;
}
.our_team .team_member .team_member_header .first_name {
font-size: var(--our_team_name_font_size);
font-weight: 900;
line-height: 1.3;
}
.our_team .team_member .team_member_header .last_name {
font-size: var(--our_team_name_font_size);
font-weight: 900;
line-height: 1.3;
text-transform:uppercase;
}
.our_team .team_member .team_member_header .person_title {
font-size: var(--our_team_person_title_font_size);
}
.our_team .team_member {
position: relative;
height: auto !important;
}
.our_team .team_member:nth-child(3n + 1) .team_member_header .last_name {
background-color: var(--color-blue);
}
.our_team .team_member:nth-child(3n + 2) .team_member_header .last_name {
background-color: var(--color-peach);
}
.our_team .team_member:nth-child(3n + 3) .team_member_header .last_name {
background-color: var(--color-deep-blue);
}
.our_team_container[data-mode="horizontal"] .our_team.vertical {
display: none;
}
.our_team_container[data-mode="vertical"] .our_team.horizontal {
display: none;
}
.our_team_container .our_team {
overflow: hidden;
}
.our_team_container .our_team .photo_wrapper::before {
position: absolute;
bottom: 5px;
right: 5px;
}
.our_team_container .our_team.our_team.vertical .photo_wrapper::before {
content: url(https://communicationeffect.com/wp-content/themes/ce/assets/images/arrow-down.png);
}
.our_team_container .our_team.horizontal .photo_wrapper::before {
content: url(https://communicationeffect.com/wp-content/themes/ce/assets/images/arrow-up.png);
}
.our_team_container .our_team.horizontal .swiper-wrapper {
padding-bottom: 40px;
}
.our_team_container .our_team.horizontal .swiper-button-prev {
position: absolute;
left: 0px;
bottom: 0px;
top: unset;
background-image:none;
}
.our_team_container .our_team.horizontal .swiper-button-prev:after{
content:url(https://communicationeffect.com/wp-content/themes/ce/assets/images/arrow-left.png);
}
.our_team_container .our_team.horizontal .swiper-button-next {
position: absolute;
left: 30px;
bottom: 0px;
top: unset;
background-image:none;
}
.our_team_container .our_team.horizontal .swiper-button-next:after{
content:url(https://communicationeffect.com/wp-content/themes/ce/assets/images/arrow-right.png);
}
@media(min-width: 768px) {
.mobile-show,
.mobile-show iframe {
display: none;
}
.our_team_container  {
max-height: calc(100vh - 100px - 150px);
overflow-y: scroll;
}
}
@media (max-width:767px){
body.page-id-7 main {
height: calc(100vh - 140px - 120px);
max-height: calc(100vh - 140px - 120px);
overflow: scroll;
}
.our_team.vertical {
height: calc(100vh - 140px - 120px);
max-height: calc(100vh - 140px - 120px);
}
.mobile-hide,
.mobile-hide iframe {
display: none;
}
.vertical_navigation{
display:none!important;
} }@media (min-width: 1200px) { :root {
--root-menu-item-width: 40vw;
--level2-menu-item-width: 360px;
--level3-menu-item-width: 270px;
--level4-menu-item-width: 220px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
font-size: 60px !important;
}
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
font-size: 18px !important;
}
.elementor-popup-modal span.typed-me {
font-size: 18px !important;
}
}
@media (min-width: 991px) and (max-width: 1199px) { :root {
--root-menu-item-width: 290px;
--level2-menu-item-width: 320px;
--level3-menu-item-width: 230px;
--level4-menu-item-width: 220px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
font-size: 60px !important;
}
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
font-size: 18px !important;
}
.elementor-popup-modal span.typed-me {
font-size: 18px !important;
}
}
@media (min-width: 768px) and (max-width: 990px) {
:root {
--root-menu-item-width: 290px;
--level2-menu-item-width: 190px;
--level3-menu-item-width: 220px;
--level4-menu-item-width: 130px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
font-size: 60px !important;
}   
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
font-size: 18px !important;
}
.elementor-popup-modal span.typed-me {
font-size: 18px !important;
}
}
@media (max-width: 767px) {
:root {
--root-menu-item-width: 95vw;
--level2-menu-item-width: 300px;
--level3-menu-item-width: 280px;
--level4-menu-item-width: 230px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
font-size: 10vw !important;
}   
.elementor-popup-modal span.typed-me {
font-size: 2vw !important;
}
.elementor-widget-nav-menu
.elementor-nav-menu--dropdown
.elementor-sub-item::before {
display: none !important;
}
ul.sub-menu {
padding: 13px 20px !important;
}
ul.sub-menu li {
padding-top: 4px;
padding-bottom: 4px;
}
}
#main_header a.button,
#main_header a[role="button"],
#main_header input[type="button"],
#main_header input[type="submit"],
#main_header button {
background-color: transparent !important;
}
#main_header a.button:hover,
#main_header a[role="button"]:hover,
#main_header input[type="button"]:hover,
#main_header input[type="submit"]:hover,
#main_header button:hover {
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
}
#main_menu_popup nav ul li a{
color:var(--color-grey-ce)!important;
}
#main_menu_popup nav ul li a:hover{
color:white!important;
font-weight:100!important;
font-style:italic;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
font-weight: 900 !important;
line-height: 1 !important;
color: var(--color-grey-ce)!important;
min-width: var(--root-menu-item-width);
max-width: var(--root-menu-item-width);
width: var(--root-menu-item-width);
}
.elementor-widget-nav-menu .sub-menu .elementor-sub-item {
min-width: var(--level2-menu-item-width);
max-width: var(--level2-menu-item-width);
width: var(--level2-menu-item-width);
}
.elementor-widget-nav-menu .sub-menu .sub-menu .elementor-sub-item {
min-width: var(--level3-menu-item-width);
max-width: var(--level3-menu-item-width);
width: var(--level3-menu-item-width);
}
.elementor-widget-nav-menu .sub-menu .sub-menu .sub-menu .elementor-sub-item {
min-width: var(--level4-menu-item-width);
max-width: var(--level4-menu-item-width);
width: var(--level4-menu-item-width);
}
.elementor-widget-nav-menu
.elementor-nav-menu--main
.elementor-item:hover::before,
.elementor-widget-nav-menu
.elementor-nav-menu--main
.elementor-item.elementor-item-active::before,
.elementor-widget-nav-menu
.elementor-nav-menu--main
.elementor-item.highlighted::before,
.elementor-widget-nav-menu
.elementor-nav-menu--main
.elementor-item:focus::before {
color: var(--color-gold) !important;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu
.elementor-nav-menu--main
.elementor-item.elementor-item-active,
.elementor-widget-nav-menu
.elementor-nav-menu--main
.elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
color: var(--color-gold);
fill: var(--color-gold);
}
.elementor-widget-nav-menu
.elementor-nav-menu--main:not(.e--pointer-framed)
.elementor-item:before,
.elementor-widget-nav-menu
.elementor-nav-menu--main:not(.e--pointer-framed)
.elementor-item:after {
background-color: transparent;
} .elementor-nav-menu--dropdown {
background-color: transparent;
}
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
font-weight: 900 !important;
line-height: 1 !important;
color: black;
padding:0px!important;
}
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-widget-nav-menu
.elementor-nav-menu--dropdown
.elementor-sub-item:hover,
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
color: white;
font-style:italic;
font-weight:100;
background-color: transparent;
}
.elementor-widget-nav-menu
.elementor-nav-menu--dropdown
.elementor-sub-item::before {
content: "-";
display: block;
height: 100% !important;
line-height: 1.5;
color: black;
opacity: 1 !important;
width: 20px !important;
margin-left: -10px;
}
.elementor-widget-nav-menu
.elementor-nav-menu--dropdown
.elementor-sub-item.elementor-sub-item
elementor-item-active::before,
.elementor-widget-nav-menu
.elementor-nav-menu--dropdown
.elementor-sub-item:hover::before {
color: var(--color-gold) !important;
} .elementor-popup-modal .dialog-close-button {
color: var(--color-white);
}
.elementor-popup-modal .dialog-close-button:hover {
color: var(--color-gold);
}
@media (max-width: 767px) {
.elementor-nav-menu {
padding-top: 20px;
padding-bottom: 20px;
}
.elementor-nav-menu li {
flex-direction: column;
display: flex;
justify-content: left;
align-items: left;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
justify-content: left;
}
.elementor-widget-nav-menu
.elementor-nav-menu--main
.menu-item-has-children.highlighted
ul {
position: unset !important;
left: unset !important;
margin-left: unset !important;
margin-top: unset !important;
}
.elementor-widget-nav-menu
.elementor-nav-menu--main
.menu-item-has-children.highlighted
ul {
display: block !important;
}
#main_menu {
display: none !important;
}
#menu-1-3a133a0 ul.sub-menu li a {
font-weight: 400 !important;
text-align: center;
}
}
.elementor-nav-menu--main .elementor-nav-menu a {
-webkit-transition: 0.4s !important;
-o-transition: 0.4s !important;
transition: 0.4s !important;
transition-duration: 0.4s !important;
transition-property: all;
transition-timing-function: ease;
transition-delay: 0s;
}
.elementor-731 .elementor-element.elementor-element-4cd1d03e {
border-width: 0px !important;
}
.elementor-731
.elementor-element.elementor-element-07b3e0c.elementor-column.elementor-element[data-element_type="column"]
> .elementor-widget-wrap.elementor-element-populated {
padding: 0;
}
@media (min-height: 730px) {
.elementor-731
.elementor-element.elementor-element-07b3e0c.elementor-column.elementor-element[data-element_type="column"]
> .elementor-widget-wrap.elementor-element-populated {
display: flex;
flex-direction: column;
justify-content: space-between;
}
} .main_menu_mobile .uael-nav-menu__toggle {
display: none !important;
}
.main_menu_mobile nav {
position: relative !important;
padding-top: 20px;
padding-bottom: 20px;
}
.main_menu_mobile nav a.uael-sub-menu-item,
.main_menu_mobile nav li a.uael-menu-item,
.main_menu_mobile nav li a.uael-sub-menu-item,
.main_menu_mobile nav li a.uael-menu-item,
.main_menu_mobile nav li a.uael-sub-menu-item {
font-weight: 900 !important;
font-size: 10vw !important;
line-height: 1 !important;
color: black;
padding: 7.5px !important;
}
.main_menu_mobile nav .sub-arrow {
padding: 5px 10px;
}
.elementor-731
.elementor-column-gap-default
> .elementor-column
> .elementor-element-populated {
padding: 0px;
}
.elementor-731 .elementor-element.elementor-element-5a8d512 {
overflow-x: none !important;
}
#main_menu_popup .header {
display: flex;
flex-direction: row;
}
#main_menu_popup .header > * {
flex: 1;
}
@media (min-width: 1024px) {
#main_menu_popup .header {
padding-right: 30px;
padding-left: 30px;
padding-top: 12px;
padding-bottom: 10px;
}
#main_menu_popup .header .elementor-widget-container {
margin: 0 !important;
}
}
@media (min-width: 991px) and (max-width: 1023px) {
#main_menu_popup .header {
padding-right: 30px;
padding-left: 30px;
padding-top: 12px;
padding-bottom: 10px;
}
#main_menu_popup .header .elementor-widget-container {
margin: 0 !important;
}
}
@media (min-width: 991px) {
.sub-menu {
z-index: 1000;
min-width: 600px !important;
width: 600px !important;
margin-left: 500px !important;
padding-bottom: 40px !important;
}
#main_menu_popup nav ul li a {
font-size: 30px !important;
}
}
@media (min-width: 768px) and (max-width: 990px) {
#main_menu_popup .header {
padding-left: 20px;
padding-right: 20px;
}
#main_menu_popup nav ul li a {
font-size: 30px !important;
}
#main_menu_popup nav ul li .elementor-sub-item {
font-size: 13px !important;
}
.sub-menu {
margin-left: 200px;
}
}
@media (max-width: 767px) {
#main_menu_popup .header {
padding-left: 0px;
padding-right: 0px;
}
} .elementor-location-popup ::-webkit-scrollbar {
display: none;
} .elementor-location-popup * {
-ms-overflow-style: none; scrollbar-width: none; background-color: transparent !important;
}
.elementor-popup-modal span.typed-me {
color: white !important;
}
.elementor-popup-modal .typed-cursor {
content: url(//communicationeffect.com/wp-content/themes/ce/assets/images/cursor_white.svg);
}
@media (max-width: 1200px) {
.sub-menu {
z-index: 1000;
min-width: calc(100vw - 240px - 50px) !important;
width: calc(100vw - 240px - 50px) !important;
margin-left: 240px !important;
padding-bottom: 40px !important;
}
:root {
--level2-menu-item-width:  calc(100vw - 240px) !important;
}
}