/* 
Theme Name: Hey Joyride
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


h1, h2, h3, h4, h5, h6, p, span, div, body, strong, blockquote{
    -webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}


/*------------------------------
    Font 
------------------------------*/

.archivo{
    font-family: 'Archivo', sans-serif;
}

.shrikhand{
    font-family: 'Shrikhand', cursive;
}

.montserrat{
    font-family: 'Montserrat', sans-serif;
}

.ubuntu{
    font-family: 'Ubuntu', sans-serif;
}


/*------------------------------
    Body 
------------------------------*/

body{
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

/*------------------------------
    Layout 
------------------------------*/

body:not(.elementor-page) .elementor-location-header .elementor-top-section{
    background-color: #0F4552;
}

body:not(.elementor-page) main.site-main{
    max-width: 1920px;
    width: 100%;
    margin: auto;
    padding-top: 90px;
}

body:not(.elementor-page) main.site-main .page-header{
    background-color: #0F4552;
    padding: 100px 0 40px;
}

body:not(.elementor-page) main.site-main .page-header h1{
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1.3;
    font-family: 'Archivo', sans-serif;
    font-size: 50px;
    font-weight: 700;
}

body:not(.elementor-page) main.site-main .page-content{
    max-width: 1150px;
    margin: auto;
    padding: 50px 15px;
}

body:not(.elementor-page) main.site-main .page-content h1{
    line-height: 1.3;
    font-family: 'Archivo', sans-serif;
    font-size: 95px;    
    color: #0F4552;
    font-weight: 700;
}

body:not(.elementor-page) main.site-main .page-content h2{
    line-height: 1.3;
    font-family: 'Archivo', sans-serif;
    font-size: 60px;        
    color: #0F4552;
    font-weight: 800;
}

body:not(.elementor-page) main.site-main .page-content h3{
    line-height: 1.3;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;    
    color: #0F4552;
    letter-spacing: -1px;
}

body:not(.elementor-page) main.site-main .page-content h4{
    line-height: 1.3;
    font-family: 'Archivo', sans-serif;
    font-size: 35px;    
    letter-spacing: 4px;    
    color: #167B8F;
    text-transform: uppercase;
}

body:not(.elementor-page) main.site-main .page-content h5{
    line-height: 1.3;
    font-family: 'Archivo', sans-serif;
    font-size: 25px;        
    letter-spacing: 4px;
    color: #167B8F;
    text-transform: uppercase;
}

body:not(.elementor-page) main.site-main .page-content h6{
    line-height: 1.3;
    font-family: 'Archivo', sans-serif;
    font-size: 20px;
    letter-spacing: 4px;
    color: #167B8F;
    text-transform: uppercase;
}

body:not(.elementor-page) main.site-main .page-content p{
    line-height: 1.7;
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    color: #000;    
}

.widget-center{
    margin: auto;
}

.list-circle-white{

}

.list-circle-white ul{
    padding: 0;
    list-style: none;
}

.list-circle-white ul li{
    background: url(images/HEY-JOYRIDE-icon-circle-white.svg) no-repeat left 4px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-circle-check-yellow ul{
    padding: 0;
    list-style: none;
}

.list-circle-check-yellow ul li{
    background: url(images/HEY-JOYRIDE-icon-check-circle-yellow.svg) no-repeat left 2px;
    padding-left: 30px;
    margin-bottom: 15px;
}

.list-circle-arrow-green ul{
    padding: 0;
    list-style: none;
}

.list-circle-arrow-green ul li{
    background: url(images/HEY-JOYRIDE-icon-arrow-circle-green.svg) no-repeat left 2px;
    padding-left: 50px;
    margin-bottom: 25px;
}

.list-circle-arrow-green2 ul{
    padding: 0;
    list-style: none;
}

.list-circle-arrow-green2 ul li{
    background: url(images/HEY-JOYRIDE-icon-check-circle-green2.svg) no-repeat left 2px;
    padding-left: 35px;
    margin-bottom: 15px;
}

.list-circle-cross-red ul{
    padding: 0;
    list-style: none;
}

.list-circle-cross-red ul li{
    background: url(images/HEY-JOYRIDE-icon-cross-circle-red.svg) no-repeat left 2px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.list-circle-check-green ul{
    padding: 0;
    list-style: none;
}

.list-circle-check-green ul li{
    background: url(images/HEY-JOYRIDE-icon-check-circle-green.svg) no-repeat left 2px;
    padding-left: 40px;
    margin-bottom: 20px;
}

.list-circle-check-pink ul{
    padding: 0;
    list-style: none;
}

.list-circle-check-pink ul li{
    background: url(images/HEY-JOYRIDE-icon-check-circle-pink.svg) no-repeat left 4px;
    padding-left: 55px;
    margin-bottom: 24px;
}



/*-----------------------
    MENU
-------------------------*/

.elementor-nav-menu .menu-item.search-form > a{
    padding-right: 0px;
	cursor: pointer;
}

.elementor-nav-menu .menu-item.search-form:hover > a{
    padding-right: 0px;
}

/*------------------------------
    Form 
------------------------------*/

.gform_wrapper.gravity-theme .gform_fields{
    grid-column-gap: 1.2%;
    grid-row-gap: 10px;
}

.gform_wrapper.gravity-theme .gform_body input{
    font-size: 16px;
    color: #3E3C2D;
    border-radius: 0;
    padding: 15px 20px;
}

.gform_wrapper.gravity-theme .gform_body textarea{
    font-size: 16px;
    color: #3E3C2D;
    border-radius: 0;
    padding: 15px 20px;
}

.gform_wrapper.gravity-theme .gform_footer{
    margin: 13px 0 0;
    padding: 0;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
    background-color: #E2B110;
    border: 1px solid #000000;
    border-radius: 9px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    color: #0C2A2C;
    padding: 15px 75px;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover{
    background-color: #FB9AB6;
}

/*-----------------------
    SEARCH FORM
-------------------------*/

.elementor-search-form input::-webkit-input-placeholder{ 
    color: #3E3C2D !important;
    opacity: 1 !important;
}

.elementor-search-form input:-ms-input-placeholder{ 
    color: #3E3C2D !important;
    opacity: 1 !important;
}

.elementor-search-form input::-moz-placeholder{ 
    color: #3E3C2D !important;
    opacity: 1 !important;
}

.elementor-search-form input:-moz-placeholder{ 
    color: #3E3C2D !important;
    opacity: 1 !important;
}

.elementor-search-form input::placeholder{
    color: #3E3C2D !important;
    opacity: 1 !important;
}


/*------------------------------
    Popup 
------------------------------*/

.pum-theme-default-theme .pum-container{
	padding: 80px 90px 80px 90px;
}

.pum-theme-default-theme .pum-content{
	padding-right: 40px;
}

.pum-theme-default-theme .pum-title{
	font-family: 'Archivo', sans-serif;
}

.pum-theme-default-theme .pum-content p{
    font-family: 'Archivo', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

/* width */
.pum-theme-default-theme .pum-content::-webkit-scrollbar {
  	width: 5px;
}

/* Track */
.pum-theme-default-theme .pum-content::-webkit-scrollbar-track {
  	border-radius: 10px;
  	background: #E7EFF5; 
}
 
/* Handle */
.pum-theme-default-theme .pum-content::-webkit-scrollbar-thumb {
  	background: #1388B4; 
  	border-radius: 10px;
}

.pum-theme-default-theme .pum-close{
	background: url(images/HEY-JOYRIDE-icon-popup-close-black.svg) no-repeat center !important;
    width: 38px !important;
    height: 38px !important;
}

.pum-theme-download-popup .pum-container{
	padding: 75px 35px 30px 35px;
}

.pum-theme-download-popup .section-left{
	float: left;
    width: 48%;
}

.pum-theme-download-popup .section-left img{
	float: right;
}

.pum-theme-download-popup .section-right{
	float: right;
    width: 52%;
    text-align: center;
}

.pum-theme-download-popup .section-right h3{
	font-size: 40px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: -1.5px;
    font-family: 'Archivo', sans-serif;
}

.pum-theme-download-popup .gform_wrapper{
	max-width: 370px;
    width: 100%;
    margin: 25px auto 0;
}

.pum-theme-download-popup a.pum-trigger{
	color: #fff;
    text-decoration: underline;
    font-family: 'Archivo', sans-serif;
}

.pum-theme-download-popup .pum-close{
	background: url(images/HEY-JOYRIDE-icon-popup-close.svg) no-repeat center !important;
    width: 38px !important;
    height: 38px !important;
}


.homepage-section5::after{
    content: "";
    background: url(images/heyjoyride-pink-ball.png) no-repeat center / 100%;
    width: 270px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -95px;
    left: calc(50% - 570px);
    z-index: 1;
}

.about-section4 .image1 .elementor-widget-container::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 263px;
    height: 217px;
    display: block;
    position: absolute;
    bottom: -170px;
    left: -35px;
}

.about-section4 .image2 .elementor-widget-container::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 152px;
    height: 126px;
    display: block;
    position: absolute;
    bottom: -75px;
    right: 25px;
}

.about-section4 .image3 .elementor-widget-container::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 263px;
    height: 217px;
    display: block;
    position: absolute;
    bottom: -170px;
    left: -35px;
}

.about-section4 .image4 .elementor-widget-container::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 152px;
    height: 126px;
    display: block;
    position: absolute;
    bottom: -55px;
    right: 25px;
}

.about-section6::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 299px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -95px;
    left: calc(50% - 453px);
    z-index: 1;
}

.blog-post-section2 .featured-image::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 275px;
    height: 221px;
    display: block;
    position: absolute;
    bottom: -70px;
    right: -130px;
}

.case-study-section3::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 299px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -100px;
    left: calc(50% - 835px);
    z-index: 1;
}

.case-study-section5::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 299px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -86px;
    left: calc(50% - 440px);
    z-index: 1;
}

.lead-magnet-section3::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 299px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -150px;
    left: calc(50% + 340px);
    z-index: 1;
}

.lead-magnet-section4::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 390px;
    height: 315px;
    display: block;
    position: absolute;
    bottom: -205px;
    left: calc(50% - 820px);
    z-index: 1;
}

.hospitality-section11::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 196px;
    height: 162px;
    display: block;
    position: absolute;
    bottom: -45px;
    left: calc(50% - 600px);
    z-index: 1;
}

.referral-section3::after{
    content: "";
    background: url(images/heyjoyride-ball-pink-shadow.png) no-repeat center / 100%;
    width: 230px;
    height: 185px;
    display: block;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 710px);
    z-index: 1;
}

.referral-section6::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 299px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -95px;
    left: calc(50% - 453px);
    z-index: 1;
}

.landing-section3::after{
    content: "";
    background: url(images/heyjoyride-ball.png) no-repeat center / 100%;
    width: 310px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -135px;
    left: calc(50% + 580px);
    z-index: 1;
}


.landing-section4::after{
    content: "";
    background: url(images/heyjoyride-ball-pink-shadow.png) no-repeat center / 100%;
    width: 260px;
    height: 247px;
    display: block;
    position: absolute;
    bottom: -155px;
    left: calc(50% + 300px);
    z-index: 1;
}

.landing-section3 .section-left::before{
    content: "";
    background: url(images/heyjoyride-ball-pink-shadow.png) no-repeat center / 100%;
    width: 105px;
    height: 87px;
    display: block;
    position: absolute;
    top: -50px;
    left: 85px;
    z-index: 1;
}

.collapseomatic{
    display: block;
    color: #E1B10F;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    background: none;
    margin: 20px 0 0;
    padding: 0;
}

.collapseomatic:hover{
    text-decoration: none;
}

.collapseomatic_content{
    margin: 0;
}

.skip-link.screen-reader-text{
	display: none;
}

/*------------------------------
    Mobile Menu 
------------------------------*/

.elementor-menu-toggle{
    background: url(images/HEY-JOYRIDE-hamburger-menu.svg) no-repeat center !important;
}

.elementor-menu-toggle i{
    display: none;
}

.elementor-nav-menu--dropdown{
	top: 50px !important;
    padding-top: 20px;
    background-color: #0F4552 !important;
	padding-bottom: 20px;
}

.elementor-nav-menu--dropdown a{
	color: #fff !important;
}



/*-----------------------
    RESPONSIVENESS
-------------------------*/

@media only screen and (max-width: 1780px) {

    .landing-section3::after{
        left: auto;
        right: 0;
    }

}

@media only screen and (max-width: 1360px) {

    .case-study-section2 .cs-s1-img .elementor-widget-container{
        margin: 70px 0 0 !important;
    }

    .case-study-section3 .cs-s3-img .elementor-widget-container{
        margin: 0 !important;
    }


}

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

    .blog-post-section2 .featured-image::after{
        display: none;
    }

    .lead-magnet-section3:after{
        display: none;
    }

}

@media only screen and (max-width: 1024px) {

    body:not(.elementor-page) main.site-main {
        padding-top: 60px;
    }
	
	body:not(.elementor-page) main.site-main .page-header{
		padding: 40px 0;
	}

    body:not(.elementor-page) main.site-main .page-header h1{
        font-size: 40px;
    }

    body:not(.elementor-page) main.site-main .page-content h1{
        font-size: 60px;    
    }

    body:not(.elementor-page) main.site-main .page-content h2{
        font-size: 45px;        
    }

    body:not(.elementor-page) main.site-main .page-content h3{
        font-size: 35px;    
    }

    body:not(.elementor-page) main.site-main .page-content h4{
        font-size: 30px;    
    }

    .pum-theme-download-popup .pum-container{
        width: 750px !important;
    }

    .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
        padding: 15px 67px;
    }

    .pum-theme-default-theme .pum-container{
        width: 750px !important;
    }

    .pum-theme-default-theme .pum-container#popmake-280{
        /*top: calc(50% + 100px) !important;*/
    }

    .pum-theme-default-theme .pum-title{
        font-size: 35px;
    }

    .homepage-section5::after{
        display: none;
    }

    .landing-section3::after{
        display: none;
    }

    .landing-section4:after{
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    body:not(.elementor-page) main.site-main .page-header h1{
        font-size: 35px;
    }

    body:not(.elementor-page) main.site-main .page-content h1{
        font-size: 35px;    
    }

    body:not(.elementor-page) main.site-main .page-content h2{
        font-size: 30px;        
    }

    body:not(.elementor-page) main.site-main .page-content h3{
        font-size: 28px;    
    }

    body:not(.elementor-page) main.site-main .page-content h4{
        font-size: 25px;    
    }

    body:not(.elementor-page) main.site-main .page-content h5{
        font-size: 22px;        
    }

    body:not(.elementor-page) main.site-main .page-content h6{
        font-size: 18px;
    }

    body:not(.elementor-page) main.site-main .page-content p{
        font-size: 16px;
    }    

    .case-study-section2 .cs-s1-img .elementor-widget-container{
        margin: 0 10px 0 0 !important;
    }

    .case-study-section3 .cs-s3-img .elementor-widget-container{
        margin: 0 !important;
    }

    .mobiile-green h2,
    .mobiile-green p{
        color: #0F4552 !important;
    }

    .mobiile-white h2,
    .mobiile-white p{
        color: #fff !important;
    }

    .pum-theme-download-popup .pum-container{
        width: 100% !important;
        max-width: 500px !important;
        padding: 75px 15px 30px 15px;
    }

    .pum-theme-download-popup .section-left{
        float: none;
        width: 100%;
        text-align: center;
    }

    .pum-theme-download-popup .section-left img {
        float: none;
        max-width: 200px;
    }

    .pum-theme-download-popup .section-right{
        float: none;
        width: 100%;
    }

    .pum-theme-download-popup .section-right h3{
        line-height: 1.2;
        font-size: 30px;
    }

    .pum-theme-download-popup .gform_wrapper{
        padding: 0 15px;
    }

    .pum-theme-download-popup .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
        padding: 15px;
        width: 100%;
    }

    .pum-theme-default-theme .pum-container{
        width: 100% !important;
        max-width: 500px !important;
        padding: 40px 15px;
    }

    .pum-theme-default-theme .pum-title {
        font-size: 30px;
    }

    .pum-theme-default-theme .pum-content p{
        font-size: 16px;
    }

    .about-section4 .image1 .elementor-widget-container::after,
    .about-section4 .image2 .elementor-widget-container::after,
    .about-section4 .image3 .elementor-widget-container::after,
    .about-section4 .image4 .elementor-widget-container::after,
    .about-section6:after{
        display: none;
    }


    .case-study-section3:after,
    .case-study-section5:after{
        display: none;
    }

    .lead-magnet-section4:after{
        display: none;
    }

    .hospitality-section11:after{
        display: none;
    }

    .referral-section3:after,
    .referral-section6:after{
        display: none;
    }

    .landing-section3 .section-left::before{
        display: none;
    }

}

@media only screen and (max-width: 575px) {

    body:not(.elementor-page) main.site-main{
        padding-right: 0;
        padding-left: 0;
    }

}

