/*
Theme Name:   syroskey
Description:  Official theme for Syros Key
Author:       hiremycode
Author URL:   https://www.hiremycode.com
Template:     technico
Version:      0.0000164
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  syroskey
*/

@font-face {
    font-family: 'Satoshi-Regular';
    src: url('fonts/Satoshi-Regular.eot');
    src: url('fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Satoshi-Regular.woff2') format('woff2'),
         url('fonts/Satoshi-Regular.woff') format('woff'),
         url('fonts/Satoshi-Regular.ttf')  format('truetype'),
         url('fonts/Satoshi-Regular.svg#false') format('svg');
}

@font-face {
    font-family: 'Satoshi-Medium';
    src: url('fonts/Satoshi-Medium.eot');
    src: url('fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Satoshi-Medium.woff2') format('woff2'),
         url('fonts/Satoshi-Medium.woff') format('woff'),
         url('fonts/Satoshi-Medium.ttf')  format('truetype'),
         url('fonts/Satoshi-Medium.svg#Satoshi Medium') format('svg');
}

@font-face {
    font-family: 'Satoshi-Bold';
    src: url('fonts/Satoshi-Bold.eot');
    src: url('fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Satoshi-Bold.woff2') format('woff2'),
         url('fonts/Satoshi-Bold.woff') format('woff'),
         url('fonts/Satoshi-Bold.ttf')  format('truetype'),
         url('fonts/Satoshi-Bold.svg#false') format('svg');
}

@font-face {
    font-family: 'PPGatwickJet-Semibold';
    src: url('fonts/PPGatwick-JetSemibold.eot');
    src: url('fonts/PPGatwick-JetSemibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/PPGatwick-JetSemibold.woff2') format('woff2'),
         url('fonts/PPGatwick-JetSemibold.woff') format('woff'),
         url('fonts/PPGatwick-JetSemibold.ttf')  format('truetype'),
         url('fonts/PPGatwick-JetSemibold.svg#PP Gatwick Jet Semibold') format('svg');
}

@font-face {
    font-family: 'PPGatwickGlider-Semibold';
    src: url('fonts/PPGatwick-GliderSemibold.eot');
    src: url('fonts/PPGatwick-GliderSemibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/PPGatwick-GliderSemibold.woff2') format('woff2'),
         url('fonts/PPGatwick-GliderSemibold.woff') format('woff'),
         url('fonts/PPGatwick-GliderSemibold.ttf')  format('truetype'),
         url('fonts/PPGatwick-GliderSemibold.svg#PP Gatwick Glider Semibold') format('svg');
}

:root {
	--bg-color: #FAFAF6;
	--dark-color: #1A1A1A;
	--brown-color: #EADECA;
	--gold-color: #C7A469;
	--blue-color: #004E64;
}

/******************* GENERAL */
html, body {overflow-x: hidden !important; background: var(--bg-color);}
body, .entry-content {font-family: 'Satoshi-Regular' !important; font-size: 16px !important; font-weight: 400 !important; line-height: 22px !important; letter-spacing: 0.5px; color: var(--dark-color)}
h1,h2,h3,h4,h5,h6 {font-family: 'PPGatwickJet-Semibold'; font-weight: 400 !important; letter-spacing: 0px; color: var(--dark-color)}
strong {font-family: 'Satoshi-Bold'; font-weight: 400 !important}

.entry-content p > a {font-weight: 400; border-bottom: 0px !important; color: var(--dark-color);}
.entry-content p > a:hover {color: var(--brown-color)}

.entry-content ul {list-style-type: none; padding-left: 0px}
.entry-content ul li {margin-bottom: 10px; color: var(--dark-color); font-size: 16px; padding-left: 15px; position: relative}
.entry-content ul li:before {content: "-"; position: absolute; left: 0px; top: 0px; display: block}

.centered {text-align: center !important}

.svg-image .vc_figure {width: 100%}
.svg-image .vc_single_image-wrapper {width: 100%}

.main {padding-top: 0px !important}
.page-template-template-experience .main {padding-bottom: 0px !important}


/****************** HEADER ***/
.firstcol {width: 380px !important; text-align: left}
.secondcol {width: calc(100% - 760px) !important; text-align: center}
.thirdcol {width: 380px !important;  text-align: right; color: var(--bg-color); font-family: 'Satoshi-Regular'; font-weight: 400 !important; font-size: 16px; letter-spacing: 0px}

.header {position: absolute; width: 100%; top: 0px; z-index: 100; background: transparent !important; }
.scrollActive .header {position: fixed; background: var(--brown-color) !important; width: 100%; left: 0px;}
.mast-head-wrap {padding: 30px 15px !important; align-items: flex-start}
.scrollActive .mast-head-wrap {padding: 15px 15px !important; align-items: center}


/****************** LOGO ***/
.site-logo svg {}
.site-logo a {margin-bottom: 0px}
.alt-logo {display: none; position: relative; margin: 0 auto !important; top: 4px}

.scrollActive .site-logo {display: none}
.scrollActive .alt-logo {display: block}



/****************** MENU ***/
.nav {display: none !important}

.mobile-menu-trigger {position: relative; font-size: 0px !important; float: left; width: 50px; height: 50px; display: flex !important; align-items: center; background: transparent; cursor: pointer}

#mobilemenu {display: block !important; text-align: left; color: var(--bg-color); z-index: 600; height: 100% !important; background: transparent; font-family: 'Satoshi-Regular'; font-weight: 400 !important;}



.fa-navicon {position: absolute; display: block; background-color: var(--bg-color); height: 2px; top: 13px; left: 0px; width: 36px; transition: all 0.2s ease} 
.fa-navicon::before, .fa-navicon::after {content: ""; position: absolute; display: block; background-color: var(--bg-color); height: 2px; width: 36px; transition: all 0.2s ease} 
.fa-navicon::before {top: 10px; left: 10px} 
.fa-navicon::after {top: 20px; left: 0px} 

.mobile-menu-trigger:hover .fa-navicon {left: 10px; transition: all 0.2s ease} 
.mobile-menu-trigger:hover .fa-navicon::before {left: -10px !important; transition: all 0.2s ease} 
.mobile-menu-trigger:hover .fa-navicon::after {left: 0px; transition: all 0.2s ease}



.scrollActive .fa-navicon {background-color: var(--dark-color);}
.scrollActive .fa-navicon:before {background-color: var(--dark-color);}
.scrollActive .fa-navicon:after {background-color: var(--dark-color);}
.scrollActive .lang {background: var(--dark-color);}



.mm-menu {max-width: 380px; }
.mm-opened #mobilemenu {background-color: var(--blue-color);}
.mm-menu.mm-top {max-height: 100%; }
.mm-navbar {background: transparent !important; border-bottom: 0px !important; }
.mm-navbar .mm-title {display: none}
.mm-close {top: 5px !important; right: 2px !important; width: auto !important; color: var(--bg-color) !important; text-transform: uppercase; font-size: 14px; letter-spacing: 0.5px}

.mm-close::after {content: ""; width: 44px; height: 44px; background: url(img/close.png); background-size: cover; background-position: center center; display: block; margin-left: 13px; margin-top: 5px}
.mm-panels {background: transparent}
.mm-listview {height: 90%;display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; padding: 120px 30px 30px 30px}

.mm-listview > li > a, .mm-listview > li > span {white-space: initial}
.mm-listview li a {font-family: 'PPGatwickJet-Semibold'; font-weight: 400 !important; font-size: 28px; line-height: 38px; padding: 0px; color: var(--bg-color) !important; letter-spacing: 0px; margin-bottom: 15px;}
.mm-listview li.current-menu-item a {color: var(--gold-color) !important}
.mm-listview li:hover a {color: var(--gold-color) !important}

.mm-listview li a:active {background: transparent !important}
.mm-listview li a:focus {background: transparent !important}
.mm-listview > li:not(.mm-divider)::after {content: none}

.mm-menu .mm-listview > li a:not(.mm-next) {-webkit-tap-highlight-color: transparent; tap-highlight-color: transparent;}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {background: transparent;}

.mm-opened .fa-navicon {display: none}
.mm-panel.mm-subopened {opacity: 0 !important}

.mm-prev {top: 20px !important; left: 10px !important}
.mm-prev::after {content:""; width: 44px; height: 44px; background: url(img/back.png); background-size: cover; background-position: center center; display: block }
.mm-prev::before {display: none}

.mm-next {right: -70px !important; width: 350px !important;}
.mm-next:before {border: 0px !important}
.mm-next:after {content: ""; border: 0px !important; transform: none !important; width: 32px !important; height: 32px !important; top: -1px !important; background: url(img/right.png); background-size: cover !important; background-position: center center; display: block}
.mm-next:hover + a {color: var(--bg-color) !important}

.menu-item-has-children a {margin-right: 0px !important}
.menu-item-has-children a:hover {border: 0px !important}




/****************** HERO ***/
.hero {height: 100vh; background-color: var(--dark-color); background-size: cover; background-position: center center; background-repeat: no-repeat}
.hero-title {position: absolute; bottom: 25%; right: 40px; color: var(--bg-color) !important; opacity: 0.5 !important}
.hero-subtitle {position: absolute; bottom: 20%; right: 40px; color: var(--bg-color) !important; font-weight: 400; font-family: 'Satoshi-Medium'; opacity: 0.5 !important}

.scroll-arrow {position: absolute; bottom: 20px; left: 40px; animation: floatDown 2s ease-in-out 3 forwards;}
.scroll-text {color: #ffffff; font-size: 14px; font-weight: 400; font-family: 'Satoshi-Bold'; letter-spacing: 0.5px !important; position: absolute; bottom: 50px; left: 110px}

.page-template-template-experience .hero-title {bottom: -25px; right: auto; left: 40px; opacity: 1 !important; line-height: 1}



@keyframes floatDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}






/*** BUTTONS ***/
.vc_btn3 {background-image: none !important; font-weight: 400; font-size: 14px !important; font-family: 'Satoshi-Bold'; letter-spacing: 0.5px !important; padding: 11px 30px 12px 30px !important; height: auto !important; position: relative; text-transform: none; border-width: 1px !important; border-radius: 24px !important}
.last-btn .vc_btn3 {margin-left: 20px !important}
.vc_btn3:hover {background: var(--gold-color) !important; border-color: var(--gold-color) !important}

.standout.vc_btn3 {background: rgba(255,255,255,0.1); color: var(--bg-color) !important; border: 1px solid var(--bg-color) !important; top: 13px;}
.standout.vc_btn3:hover {border: 1px solid var(--gold-color) !important}
.scrollActive .standout.vc_btn3 {background: transparent !important; color: var(--dark-color) !important; border: 1px solid var(--dark-color) !important; top: 0px;}
.scrollActive .standout.vc_btn3:hover {background: var(--gold-color) !important; border: 1px solid var(--gold-color) !important; color: var(--bg-color) !important}




/*** SECTIONS ***/

.section {padding-top: 100px; padding-bottom: 100px}
.section.with-big-text {padding-top: 0px;}
.bottom-section {padding-top: 0px}
.top-section {padding-bottom: 0px}

.dark-section {background: var(--blue-color); color: var(--bg-color);}

.section-title {font-size: 48px; margin-bottom: 30px !important; margin-top: 0px !important; line-height: 1.3}
.section-subtitle {color: var(--gold-color) !important; font-family: 'Satoshi-Medium'; text-transform: uppercase; font-size: 15px; letter-spacing: 0.5px}

.big-text-section .vc_column_container {padding-bottom: 0px !important}

.big-text-section {position: relative;}
.big-text {font-family: 'PPGatwickGlider-Semibold'; color: var(--brown-color);}




.service {font-family: 'Satoshi-Medium'; font-size: 17px; letter-spacing: 0.5px; margin-top: 20px !important; margin-bottom: 20px !important; padding-top: 20px !important; border-top: 1px solid var(--dark-color);}
.service:first-of-type {margin-top: 60px !important}
.service:last-of-type {border-bottom: 1px solid var(--dark-color); padding-bottom: 20px; margin-bottom: 60px !important}


.experience-text-column {padding: 40px !important}
.experience-text-column h3 {margin-top: 15px !important; font-size: 30px; line-height: 44px}

.experience-description {position: absolute; bottom: 0px; writing-mode: vertical-rl;
    text-orientation: mixed;transform: rotate(180deg); left: 30px; max-height: 320px; white-space: normal;}

.experience-button {position: absolute; right: 40px; bottom: 30px}

/*HOME BLOG GRID*/

.blog-section .vc_column_container {padding-top: 0px !important}
.featured-grid .vc_grid-item .vc_gitem-zone-c {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); padding-right: 60px;
}

.post-title h3 {margin-top: 15px !important}
.post-title a {font-size: 30px; line-height: 44px; color: var(--blue-color) !important;}
.post-excerpt {margin-bottom: 40px !important; margin-top: 20px !important}



/****************** CONTACT ***/
/*.wpcf7-form {margin-bottom: 80px}*/
.wpcf7-form label {color: var(--dark-color); font-family: 'Satoshi-Bold'; font-weight: 400 !important; text-transform: none; font-size: 16px; letter-spacing: 0px; }
.wpcf7-form p {margin-bottom: 25px}

.wpcf7-text {border:0px; border-bottom: 2px solid var(--dark-color); padding: 0px 0px 0px 0px; background: transparent; color: var(--dark-color); margin-top: 5px; height: 50px; font-size: 16px !important;}

.wpcf7-textarea {border:0px; border-bottom: 2px solid var(--dark-color); padding: 15px 0px 0px 0px; background: transparent; color: var(--dark-color); resize: vertical; height: 150px; margin-top: 5px; font-size: 16px !important;}
.wpcf7-text:hover,.wpcf7-text:focus, .wpcf7-textarea:hover, .wpcf7-textarea:focus, .wpcf7-select:hover,.wpcf7-select:focus {border-color: var(--brown-color)}


.submitbtn {position: relative; width: auto}
.submitbtn p {margin-bottom: 0px !important}

.submitbtn:after {content: "" !important; position: absolute !important; display: block !important; width: 15px; height: 11px; background: url(img/button-arrow.svg); background-size: cover; color: var(--dark-color); top: 16px; right: 7px; font-size: 18px; transition: right 0.3s ease}

.wpcf7-submit {background: transparent !important; letter-spacing: 0.3px !important; font-weight: 400 !important; font-family: 'Satoshi-Bold'; font-size: 15px !important; text-transform: none !important; padding: 0px 15px 0px 0px !important; height: auto; color: var(--dark-color) !important; transition: all 0.3s ease !important; }

.wpcf7-spinner {position: absolute !important; top: 10px; margin-left: 50px !important}


.wpcf7-list-item {margin-left: 0px !important; margin-top: 10px !important; width: 100%}
.wpcf7-list-item a {color: var(--dark-color) !important}
.wpcf7-list-item label {margin-top: 10px; color: var(--dark-color);}
.wpcf7-list-item-label {margin-left: 5px !important}

.forconsent label {font-size: 16px; font-weight: 400 !important; color: var(--dark-color); display: inline-block; letter-spacing: 0px; width: calc(100% - 40px)}
.forconsent a {color: var(--dark-color) !important; }
.forconsent a:hover {color: var(--brown-color) !important}
.forconsent .wpcf7-form-control-wrap {display: inline-block; margin-right: 15px}

.wpcf7-response-output {text-align: center; font-size: 16px !important; font-weight: 400 !important; margin-left: 0px !important; margin-right: 0px !important; padding: 10px !important}
.wpcf7 form.sent .wpcf7-response-output {background: #46b450 !important; border: 1px solid #46b450 !important; color: var(--bg-color) !important; font-weight: 400 !important}
.wpcf7 form.invalid .wpcf7-response-output {background: #dc3232 !important; border: 1px solid #dc3232 !important; color: var(--bg-color) !important; font-weight: 400 !important}

.wpcf7-list-item input[type="checkbox"] {-webkit-appearance: none; appearance: none; background-color: transparent; margin: 0; font: inherit; color: var(--dark-color); width: 18px; height: 18px; border: 1px solid var(--dark-color); transform: translateY(-0.075em); display: inline-grid; place-content: center;}

.wpcf7-list-item input[type="checkbox"]::before {content: ""; width: 0.65em; height: 0.65em; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); transform: scale(0); transform-origin: bottom left; transition: 120ms transform ease-in-out; background-color: var(--dark-color);}

.wpcf7-list-item input[type="checkbox"]:checked::before {transform: scale(1);}


textarea::-webkit-input-placeholder {font-family: 'Satoshi-Bold'; font-weight: 400 !important; font-size: 15px; color: #8E8E8E; }
textarea:-ms-input-placeholder {font-family: 'Satoshi-Bold'; font-weight: 400 !important; font-size: 15px; color:#8E8E8E; }
textarea::placeholder {font-family: 'Satoshi-Bold'; font-weight: 400 !important; font-size: 15px; color: #8E8E8E; }

input::-webkit-input-placeholder {font-family: 'Satoshi-Bold'; font-weight: 400 !important; font-size: 15px; color: #8E8E8E; }
input:-ms-input-placeholder {font-family: 'Satoshi-Bold'; font-weight: 400 !important; font-size: 15px; color: #8E8E8E; }
input::placeholder {font-family: 'Satoshi-Bold'; font-weight: 400 !important; font-size: 15px; color: #8E8E8E; }







/****************** FOOTER */
.footer {position: relative !important; background-color: var(--brown-color) !important; color: var(--dark-color) !important; font-family: 'Satoshi-Regular'; font-weight: 400 !important; font-size: 16px }
.footer-main {padding-top: 100px; padding-bottom: 60px}
.footer-main .footer-content {display: flex; flex-wrap: wrap;}

.widget {font-size: 16px !important; line-height: 23px !important; margin-bottom: 20px; font-weight: 400 !important; letter-spacing: 0.5px}
.widget-title {font-family: 'PPGatwickJet-Semibold'; font-weight: 400 !important; font-size: 26px !important; border-bottom: 0px !important; letter-spacing: 0px; position: relative; color: var(--dark-color)}
.widget-title:after {content: none !important}

.footer .widget-title {color: var(--dark-color)}

.contactul {list-style-type: none; padding-left: 0px; margin: 20px 0 0 0; color: var(--dark-color)}
.contactul li {margin-bottom: 4px; font-size: 16px; padding-left: 0px; position: relative; font-weight: 400 !important; letter-spacing: 0.5px}

.footer .contactul {margin: 0px; margin-bottom: 30px}
.footer .contactul li {margin-bottom: 4px}
.footer .contactul li a {color: var(--dark-color) !important;}

.footer .menu-item {margin-bottom: 4px}
.footer .menu-item a {color: var(--dark-color) !important; font-weight: 400 !important; letter-spacing: 0.5px}
.footer .menu-item.current_page_item a {background: transparent !important;}
.footer .menu-item.current-menu-item a {background: transparent !important;}
.footer .menu-item a:hover {}

.footer .social-icons {margin-left: 0px}
.footer .social-icon {margin-left: 0px; margin-right: 0px; background: transparent; color: var(--dark-color) !important; font-size: 24px; text-align: left}
.footer .social-icon .fa-facebook {font-size: 21px; top: -2px}

.footer .widget_media_image {margin-top: -2px}
.footer .widget_media_image svg path {fill: var(--dark-color)}


.footer-copy {border-top: 0px; padding-top: 20px; padding-bottom: 20px; font-family: 'Satoshi-Medium'; font-weight: 400 !important; font-size: 14px !important; letter-spacing: 0.5px; background: transparent; color: var(--dark-color); line-height: 32px}
.footer-copy a {color: var(--dark-color) !important}
.footer-copy a:hover {color: var(--dark-color) !important}





/****************** CONTAINER ***/
@media screen and (min-width: 250px) {
	
.container {max-width: calc(100% - 30px);}
.wide-section .text-column {padding-left: 15px !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: 15px !important; padding-left: 60px !important}

.wide-section .experience-column {border-bottom: 4px solid var(--bg-color); border-left: 2px solid var(--bg-color) }
.wide-section .experience-column.left {border-left: 0px; border-right: 2px solid var(--bg-color) }
}

@media screen and (min-width: 544px) {
	
.container {max-width: calc(100% - 40px);}
.wide-section .text-column {padding-left: 25px !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: 25px !important; padding-left: 60px !important}

}

@media screen and (min-width: 768px) {

.container {max-width: calc(100% - 40px);}
.wide-section .text-column {padding-left: 25px !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: 25px !important; padding-left: 60px !important}

}

@media screen and (min-width: 992px) {

.container {max-width: calc(100% - 60px);}
.wide-section .text-column {padding-left: 45px !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: 45px !important; padding-left: 60px !important}

}

@media screen and (min-width: 1200px) {

.container {max-width: calc(100% - 60px);}
.wide-section .text-column {padding-left: 45px !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: 45px !important; padding-left: 60px !important}


}

@media screen and (min-width: 1400px) {

.container {max-width: 1350px;}
.wide-section .text-column {padding-left: calc((100vw - 1320px) / 2) !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: calc((100vw - 1320px) / 2) !important; padding-left: 60px !important}

.big-text-section {top: 26px}
.big-text {font-size: 130px; line-height: 1.1;}
.hero-title {font-size: 130px;}

.page-template-template-experience .hero {height: calc(100vh + 110px);}

}

@media screen and (min-width: 1600px) {

.container {max-width: 1550px;}
.wide-section .text-column {padding-left: calc((100vw - 1520px) / 2) !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: calc((100vw - 1520px) / 2) !important; padding-left: 60px !important}

.big-text-section {top: 29px}
.big-text {font-size: 150px; line-height: 1.1;}
.hero-title {font-size: 150px;}

.page-template-template-experience .hero {height: calc(100vh + 130px);}

}

@media screen and (min-width: 1800px) {

.container {max-width: 1750px;}
.wide-section .text-column {padding-left: calc((100vw - 1720px) / 2) !important; padding-right: 60px !important}
.wide-section.right-text .text-column {padding-right: calc((100vw - 1720px) / 2) !important; padding-left: 60px !important}

.big-text-section {top: 33px}
.big-text {font-size: 170px; line-height: 1.1;}
.hero-title {font-size: 170px;}

.page-template-template-experience .hero {height: calc(100vh + 150px);}


}

@media screen and (min-width: 2000px) {

.container {max-width: 1900px;}
.wide-section {width: 1900px !important; margin: 0 auto; position: relative !important; left: auto !important; right: auto !important}
.wide-section .text-column {padding-left: 15px !important; padding-right: 60px !important}
.wide-section .image-column {padding-right: 15px !important; padding-left: 0px !important}
.wide-section .image-row {padding-left: 15px !important; padding-right: 15px !important;}

.wide-section.right-text .text-column {padding-left: 60px !important; padding-right: 15px !important}
.wide-section.right-text .image-column {padding-left: 15px !important; padding-right: 0px !important}

.wide-section .experience-column {padding-right: 15px !important; padding-left: 0px !important}
.wide-section .experience-column.left {padding-right: 0px !important; padding-left: 15px !important}


.big-text-section {top: 33px}
.big-text {font-size: 180px; line-height: 1.1;}
.hero-title {font-size: 180px;}

.page-template-template-experience .hero {height: calc(100vh + 160px);}
}

