/* 
Theme Name: WordExpresso Child
Template: wordexpresso
Version: 1.1.1
*/

:root {
	--container-width: 840px;
	--wide-width: 1300px;
	--h1-size: 88px;
	--h2-size: 30px;
	--h3-size: 18px;
	--h4-size: 16px;
	--h5-size: 16px;
	--h6-size: 16px;
	--orange: #F04923;
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/open-sans-v35-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Open Sans', Helvetica, sans-serif;
}

h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--h1-size);
}

h1.has-text-align-center {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}


h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--h2-size);
}

h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--h3-size);
}

h2.has-text-align-center {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

h3.jumbo-heading {
    text-transform: none;
    text-align:center;
    font-weight: 400;
    font-size: 70px;
    max-width: none;
}

h3.jumbo-heading .animated-words {
    font-style: italic;
    font-weight: 300;
    font-size: 0.85em;
}

.wp-block-group {
    --padding: 75px;
}

.animated-words-wrapper {
    display: inline-block;
    width: 425px;
    position: relative;
}

.animated-words-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 3px solid #000;
}

form input[type=text],
form input[type=number],
form input[type=tel],
form input[type=email],
form textarea,
form select {
    border: 1px solid #808285;
}

header .navigation-menu {
    margin-right: 20px;
    margin-left: auto;
    position: relative;
    z-index: 2;
}

header .menu > li {
    margin: 0 12px;
}

header .menu li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

header .menu li a:hover {
    color: #000;
}

header .menu li ul {
    padding-left: 0;
    padding-top: 25px !important;
}

header .menu li ul li {
    display: block !important;
}

header .menu li ul a {
    padding: 12px;
    background: #fff;
    display: block;
    text-transform: none;
    font-weight: normal;
}

.gform_wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

input[type=submit],
.wp-element-button, .wp-block-button__link {
    border-radius: 3px;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    padding: 12px 16px;
    background-color: var(--orange);
    border:1px solid var(--orange);
    color: #fff;
}

input[type=submit]:hover,
.wp-block-button__link:hover {
    color: var(--orange);
    background: #fff;
    border-color: var(--orange);
}

.has-orange-text-color {
    color: var(--orange);
}

.price {
    font-weight: bold;
    font-size: 155px;
    line-height: 0.9em;
}

p.extra-large {
    font-size: 48px;
    line-height: 1em;
}

.has-orange-background-color .wp-block-button__link {
    color: #fff;
    border-color: #fff;
}

.has-orange-background-color .wp-block-button__link:hover {
    color: var(--orange);
    background: #fff;
}

.paragraph.small {
    line-height: 1.4em;
}

p.is-style-large {
    font-size: 24px;
    line-height: 1.1em;
}

.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    max-width: var(--wide-width);
}

.content-slider em {
    display: block;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 30px;
}

.content-slider .slick-track {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.content-slider .slick-track .slide {
    display: flex;
    flex-direction: column;
    height: auto;
}

.content-slider .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
}

.content-slider .buttons .apps {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.content-slider .buttons .apps a {
    display: inline-block;
    margin: 0 5px;
}

.content-slider .top-text {
    margin-bottom: 50px;
}

.content-slider .middle-text > * {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.schema-faq-section {
    padding: 18px 0;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #D1D3D4;
}

.schema-faq-section .schema-faq-question {
    font-weight: normal;
    font-size: 24px;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    display: block;
}

.schema-faq-section .schema-faq-question:hover {
    color: var(--orange);
}

.schema-faq-section .schema-faq-question:after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 15px solid var(--orange);
  transition: 0.5s transform;
}

.schema-faq-section.open .schema-faq-question:after {
    transform: rotate(180deg);
}

.schema-faq-section .schema-faq-answer {
    display: none;
    padding-top: 12px;
}

#van_animation {
    position: relative;
}

#van_animation:before {
    position: absolute;
    content: '';
    top: -5px;
    bottom: -5px;
    left: -5px;
    background: #fff;
    right: -5px;
    transition: 1s left ease-out;
}

#van_animation.drive:before {
    left: 100%;
}

#van_animation:after {
    content: '';
    width: 275px;
    height: 120px;
    background: url('img/Van_Image.png') center no-repeat;
    background-size: 100%;
    position: absolute;
    left: -275px;
    top: 50%;
    transform: translateY(-50%);
    transition: 1s left ease-out;
}

#van_animation.drive:after {
    left: 101%;
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

#header_main {
    padding: 20px 0;
    font-weight: 600;
}

#header_main .container {
    display:flex;
    align-items:center;
    justify-content: space-between;
}

#footer_main #logo img,
#header_main #logo img {
    width: 190px;
}

#footer_main a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

#footer_main a:hover {
    text-decoration: underline;
}

#footer_main a br {
  content: ""; 
}

#footer_main a br:after {
  content: " "; 
}


#footer_main .wp-block-group {
    --padding: 35px;
    font-size: 14px;
}

#cover {
    position: fixed;
    left: 0; right:0;
    top: 0; bottom: 0;
    z-index: 1000;
    max-width: none;
    padding: 0 !important;
    background: #F04923;
    transition: 2.5s transform ease-out;
    pointer-events: none;
}

#cover:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: url('img/AngledShape_resized.svg') 100% 0% no-repeat;
    background-size: auto 100%;
}

#cover:after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    width: 100vw;
    top: 0;
    bottom: 0;
    background: url(img/Van_Image.png) 80% 25% no-repeat;
    background-size: 40%;
}
#cover .angle {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

#cover.bye {
    transform: translateX(200%);
}

#cover .h1 {
    color: #fff;
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: bold;
    text-align:center;
    line-height: 1.1em;
}

@media (orientation: portrait) {
    #cover:before {
        width: 250vw;
        background-position: 0% 0;
    }
    
    #cover:after {
        background-size: 90%;
    }
    
    #cover.bye {
        transform: translateX(300%);
    }
}

@media (orientation: portrait) and (max-height: 1025px) {
    #cover:before {
        width: 200vw;
        background-position: 100% 0;
    }
}

#kiba-menu_mobile_navigation>ul li a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#kiba-menu_mobile_navigation>ul li.has-children>a:after {
    content: "\203A" !important;
    font-size: 27px;
    font-family: Arial;
}

#kiba-menu_mobile_navigation>ul ul li:first-child {
    display: none;
}

#page_content > .wp-block-media-text.alignfull {
    padding-left: 0;
    padding-right: 0;
}

.has-orange-background-color {
    color: #fff;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 40px 30px;
}

.wp-block-media-text.alignfull .wp-block-media-text__content > * {
    max-width: 350px;
}

.wp-block-media-text.alignfull .wp-block-media-text__content > h2,
.wp-block-media-text.alignfull .wp-block-media-text__content > h3{
    max-width: 500px;
}

#page_content .slick-next,
#page_content .slick-prev {
    width: 50px;
    height: 50px;
}

#page_content .slick-prev:before {
    content: '';
    opacity: 1;
    background: url('img/icon-arrow-left.png') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
}

#page_content .slick-next:before {
    content: '';
    opacity: 1;
    background: url('img/icon-arrow-right.png') center no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
}

#page_content .slick-next {
    right: -80px;
}

#page_content .slick-prev {
    left: -80px;
}

.icon-carousel {
    margin-top: 30px;
}

.icon-carousel img {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.icon-carousel .slide {
    padding-left: 25px;
    padding-right: 25px;
}

blockquote {
    font-size: 35px;
    font-style: italic;
    line-height: 1.15em;
    text-align:center;
    padding: 0 80px;
    position: relative;
}

blockquote:before {
    position: absolute;
    content: '';
    width: 65px;
    height: 50px;
    left: 0;
    top:0;
    background: url('img/icon-quote-left.png') center no-repeat;
}

blockquote:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 50px;
    bottom: 0;
    right:0;
    background: url('img/icon-quote-right.png') center no-repeat;
}

blockquote cite {
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    margin-top: 35px;
    display: block;
}

.icon-grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.icon-grid img {
    margin-right: 25px;
    width: 50px;
}
    
header .navigation-menu .kiba-menu_hamburger {
    right: -10px;
    top: -15px;
}

@media screen and (max-width:1300px) {
    #van_animation {
        max-width: 100%;
        padding: 0 200px;
    }
    
    #van_animation:after {
        transform: translate(-100%, -50%);
        width: 200px;
    }
    
    #page_content .slick-next {
        right: -10px;
        width: 40px;
        height: 40px;
    }
    
    #page_content .slick-prev {
        left: -10px;
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width:1200px) {
    .wp-block-media-text .wp-block-media-text__content {
        margin-left: 100px;
    }
}

@media screen and (max-width: 960px) {
    .testimonial-carousel {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 840px) {
    header .navigation-menu {
        order: 2;
    }
    
    header .wp-block-button {
        margin-left: 25px;
    }
}

@media screen and (max-width:768px) {
    :root {
	    --h1-size: 55px;
    }
    
    #van_animation {
        text-align: left;
        padding-left: 0;
    }
}

@media screen and (max-width:767px) {
    #header_main .container {
        display: block;
        text-align: center;
    }
    
    #header_main .wp-block-button,
    #header_main p + p {
        margin-top: 20px;
    }
    
    header .navigation-menu .kiba-menu_hamburger {
        top: -45px;
    }
    
    .price {
        font-size: 100px;
    }
    
    h3.jumbo-heading {
        font-size: 60px;
    }
    
    #cover:before {
        width: 200vw;
    }
    
    .animated-words-wrapper {
        width: 350px;
    }
    
    blockquote {
        font-size: 32px;
        padding: 0 50px;
    }
    
    blockquote:before,
    blockquote:after {
        width: 45px;
        background-size: 100%;
    }
}

@media screen and (max-width:600px) {
    .hide-media-mobile .wp-block-media-text__media {
        display: none !important;
    }
}

@media screen and (max-width:480px) {
    .testimonial-carousel {
        padding: 0;
    }
    
    blockquote {
        font-size: 28px;
    }
    
    h3.jumbo-heading {
        font-size: 45px;
    }
    
    .animated-words-wrapper {
        width: 100%;
    }
    
    #van_animation {
        padding: 0;
        text-align: center;
    }
    
    #van_animation:before {
        display: none;
    }
    
    #van_animation:after {
        position: relative;
        top:auto; left:auto !important;
        bottom: auto;right: auto;
        transform: none;
        display: block;
    width: 100%;
    background-size: auto 75%;
    }
}