/*
 Theme Name:     Pearl Jade Marketing Development
 Description:    A Custom Theme by Pearl Jade Marketing
 Author:         Pearl Jade Marketing
 Author URI:     https://pjademkt.com/
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/* GENERAL */
#menu-primary-menu .current-menu-item{
    text-decoration: underline;
    color: #ffffff;
}

#menu-primary-menu .current-menu-item ul li{
    text-decoration: none;
}

.custom-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
}

@media (max-width: 765px) {
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }

    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }
}

* {
  font-variant-ligatures: none;
}

.et_pb_scroll_top.et-pb-icon.et-visible,
.et_pb_scroll_top.et-pb-icon.et-visible:hover{
    background-color: #1e62a5;
}

/* MOBILE MENU */
.et_pb_menu.et_pb_menu_1_tb_header .mobile_nav ul.et_mobile_menu,
.et_pb_menu.et_pb_menu_1_tb_header .mobile_nav ul.et_mobile_menu ul{
    background-color: #1e62a5 !important;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul{
    left: 23px;
}

.et_pb_menu_0_tb_header.et_pb_menu .et-menu-nav li a:hover{
    text-decoration: underline;
    text-decoration-color: #f4da98;
}

.et-menu li li a{
    width: 250px;
}

.nav li ul{
    width: 250px;
}

.nav li li{
    padding: 0px;
}

/* HOMEPAGE */
.testimonials-slider h3{
    font-family: 'Bitter Signature - Regular',Helvetica,Arial,Lucida,sans-serif;
    color: #1E62A5 !important;
    padding-top: 30px;
}

.inline-photos{
    display: flex;
}

.inline-photos .et_pb_module{
    display: inline-flex !important;
    width: 100% !important;
}

.expander-one.arrow-down:before,
.expander-two.arrow-down:before,
.expander-three.arrow-down:before,
.expander-four.arrow-down:before,
.expander-five.arrow-down:before,
.expander-six.arrow-down:before,
.expander-seven.arrow-down:before,
.expander-eight.arrow-down:before,
.expander-nine.arrow-down:before,
.expander-ten.arrow-down:before,
.expander-eleven.arrow-down:before,
.expander-twelve.arrow-down:before{
    font-family: 'ETMODULES';
    content: '33';
    font-size: 50px;
    color: #1e62a5;
    margin-right: 7px;
    vertical-align: top;
}

.expander-one,
.expander-two,
.expander-three,
.expander-four,
.expander-five,
.expander-six,
.expander-seven,
.expander-eight,
.expander-nine,
.expander-ten,
.expander-eleven,
.expander-twelve{
    height: 2em;
    overflow: hidden;
    cursor: pointer;
    content: "a";
    white-space: pre;
}

.arrow-down p{
    padding-top: 10px;
}

.arrow-down:after {
    font-family: 'ETMODULES';
    content: '32';
    font-size: 50px;
    color: #1e62a5;
    margin-right: 7px;
    vertical-align: top;
    display: block;
}

.intro.et_pb_section{
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}

/* VACATIONS */
.benefits-slider .dsm_card_carousel_child_description{
    min-height: 300px;
    display: flex;
  	justify-content: center;  /* Horizontally center */
  	align-items: center; 
}

.mobile-two-col-row .et_pb_column{
    display: inline-block;
    width: 46% !important;
}

.mobile-two-col-row.row1 .et_pb_column{
    min-height: 306px;
}

.mobile-two-col-row.row2 .et_pb_column{
    min-height: 346px;
}

.mobile-two-col-row.row4 .et_pb_column{
    min-height: 321px;
}

.mobile-two-col-row .et_pb_column:first-child{
    margin-right: 5px;
    margin-left: 10px;
}

.mobile-two-col-row .et_pb_column:nth-child(2){
    margin-left: 5px;
}

/* DESTINATION WEDDINGS */
.grey-border .dsm_card_carousel_child_image_wrapper{
    border: 10px solid #F2F6F9;
    box-shadow: 0px 0px 0px 3px #ffffff;
}

.blue-border .dsm_card_carousel_child_image_wrapper{
    border: 10px solid rgba(155,188,214,0.8);
    box-shadow: 0px 0px 0px 3px #ffffff;
}

.answer,
.faq:hover .question{
    display: none;
}

.question,
.faq:hover .answer{
    display: block;
}

.details-slider .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    margin: 0px 100px !important;
    z-index: 9;
}

.details-slider .swiper-button-prev{
    left: 4% !important;
}

.details-slider .swiper-button-next{
    right: 4% !important;
}

.details-slider .swiper-button-prev,
.details-slider .swiper-button-next{
    margin-top: 126px !important;
}

.swiper-button-prev,
.swiper-button-next{
    z-index: 99999999999;
}

@media (max-width: 1275px) {
    .et_pb_divider.et_pb_divider_0{
        margin-top: -44px !important;
    }
    
    .details-slider.dsm_card_carousel .swiper-pagination-bullets{
        bottom: -13px !important;
    }
    
    .details-slider .swiper-pagination-bullet{
        margin: 0px 70px !important;
    } 
}

@media (max-width: 1120px) {
    .details-slider .swiper-button-prev,
	.details-slider .swiper-button-next{
    	height: 125px !important;
    }
}

/* ABOUT */
@media (max-width: 765px) {
    .hidden-row {
        display: none;
    }
}

#show-rows-button{
    text-transform: uppercase;
    background: #1E62A5;
    font-size: 14px;
    padding: 10px 20px;
    border: none;
    color: #ffffff;
    border-radius: 4px;
}

/* GET STARTED */
.formBtn{
	display: inline-grid;
    width: 31%;
    margin: 0px 1%;
}

@media (max-width: 765px) {
    .formBtn{
        display: block;
        width: 100%;
    }
}

/* WEDDING TEMPLATE */
.wg-step-one .et_pb_blurb_description,
.wg-step-two .et_pb_blurb_description,
.wg-step-four .et_pb_blurb_description,
.wg-step-five .et_pb_blurb_description{
    padding-left: 30px;
	padding-top: 10px;
}

.wg-step-one .et_pb_main_blurb_image,
.wg-step-two .et_pb_main_blurb_image,
.wg-step-four .et_pb_main_blurb_image,
.wg-step-five .et_pb_main_blurb_image{
	width: 70px !important;
    margin: auto;
}

.wg-step-three .et_pb_blurb_description{
    padding-left: 24px;
  	padding-top: 10px;
}

.wg-step-three .et_pb_main_blurb_image{
    width: 75px !important;
    margin: auto;
}

.template-footer-icons img{
    width: 60px;
    border: 1px solid #1E62A5;
    border-radius: 100px;
}

.full-width-slider.dsm_image_carousel .swiper-button-next,
.full-width-slider.dsm_card_carousel_arrow_outside .swiper-button-next{
    right: 22px;
}

.full-width-slider.dsm_image_carousel .swiper-button-prev,
.full-width-slider.dsm_card_carousel_arrow_outside .swiper-button-prev{
    left: 22px;
}

@media (max-width: 765px) {
    .wg-step-one .et_pb_blurb_description,
	.wg-step-two .et_pb_blurb_description,
    .wg-step-three .et_pb_blurb_description,
	.wg-step-four .et_pb_blurb_description,
	.wg-step-five .et_pb_blurb_description{
        padding-left: 0px;
    }
}

/* AGENT TEMPLATE */
.testimonial-slider h3{
    font-family: 'Bitter Signature - Regular',Helvetica,Arial,Lucida,sans-serif !important;
    color: #1E62A5 !important;
}

/* BLOG */
.et_pb_blog_grid .et_pb_image_container img{
    min-width: 100%;
    max-width: 100%;
    min-height: 225px;
    object-fit: cover;
}

.et_pb_blog_grid .pagination div{
    /*background: #ffffff;*/
    font-family: 'Vintage Glamour - Regular', Helvetica, Arial, Lucida, sans-serif;
    padding: 5px 20px;
    text-transform: uppercase;
    /*border: 2px solid #1E62A5;*/
}

.forms-cta-slider .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    margin: -34px 5% !important;
}

.forms-cta-slider .swiper-button-prev{
    left: 0% !important;
}

.forms-cta-slider .swiper-button-next{
    right: 0% !important;
}

.forms-cta-slider .swiper-button-prev,
.forms-cta-slider .swiper-button-next{
    margin-top: 106px !important;
}

@media (max-width: 1560px) {
    .forms-cta-slider .et_pb_divider_0{
        margin-top: 0px;
    }
}

@media (max-width: 1419px) {
    .forms-cta-slider .et_pb_divider_0{
        margin-top: 0px !important;
    }
    
    .forms-cta-slider.dsm_card_carousel .swiper-pagination-bullets{
        bottom: -48px !important;
    }
    
    .forms-cta-slider .swiper-pagination-bullet{
        margin: -5px 5% !important;
    }
    
    .forms-cta-slider.dsm_card_carousel .swiper-button-prev,
    .forms-cta-slider.dsm_card_carousel .swiper-button-next{
        height: 58px !important;
    }
}

@media (max-width: 1274px) {
    .get-started-slider .et_pb_divider.et_pb_divider_0{
        margin-top: -2px !important;
    }
}

.forms-cta-slider-two .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: -34px 3% !important;
    border: 1px solid #1e62a5;
}

.forms-cta-slider-two .swiper-button-next{
    display: none !important;
}

.post-meta{
    display: none;
}

/* FOOTER */
.search-results .footer-icons img{
    width: 55px;
    border: 1px solid #1E62A5;
    border-radius: 100px;
}

.footer-icons-wht img{
    width: 55px;
    border: 2px solid #ffffff;
    border-radius: 100px;
}

/* FORMS */
.gform-theme--foundation{
    --gf-form-gap-y: 28px;
}

.connect-form input,
.connect-form textarea,
.connect-form select{
    border: none !important;
    border-radius: 0px !important;
}

.connect-form label,
.connect-form .gform-field-label{
    text-transform: uppercase;
    font-weight: 600 !important;
}

.guide-form label,
.guide-form .gform-field-label{
    font-weight: 600 !important;
}

.connect-form .gchoice label{
    text-transform: inherit;
}

.connect-form .gfield_checkbox#input_1_7 .gchoice label{
    padding-top: 8px;
}

.connect-form .gfield_checkbox{
    display: inline !important;
}

.connect-form .gfield_checkbox .gchoice{
    margin-right: 20px;
}

.connect-form #input_1_7 .gfield-choice-input{
    height: 37px !important;
    width: 37px !important;
    margin-top: -3px !important;
}

.connect-form .gform-theme--framework #input_1_7 input[type=checkbox]::before{
    height: 37px !important;
    width: 37px !important;
    font-size: 37px;
}

.connect-form #field_1_7 .gfield_label{
    margin-bottom: 10px;
}

.connect-form .gform-theme--framework #input_1_10 input[type=checkbox]::before,
.connect-form #input_1_10 .gfield-choice-input,
.guide-form .gform-theme--framework #input_2_7 input[type=checkbox]::before,
.guide-form #input_2_7 .gfield-choice-input{
    height: 25px !important;
    width: 25px !important;
    font-size: 25px;
}

.connect-form .gform_footer,
.guide-form .gform_footer{
    display: block;
    text-align: center;
}

.connect-form #gform_submit_button_1,
.guide-form #gform_submit_button_2,
#gform_submit_button_4{
    width: 250px;
    background: #1E62A5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.connect-form #gform_submit_button_1:hover,
.guide-form #gform_submit_button_2:hover,
#gform_submit_button_4:hover{
    background: #F4DA98;
    color: #000000;
}

.connect-form .et_pb_code_inner{
    bottom: -15px;
}

#input_2_8 span label{
    display: none;
}

.guide-form input,
.guide-form textarea,
.guide-form select{
    border-radius: 0px !important;
}

@media (max-width: 765px) {
    .connect-form label,
    .connect-form .gform-field-label,
    .guide-form label,
    .guide-form .gform-field-label{
        text-align: center;
        display: block;
    }
    
    .guide-form .gform-field-label#label_2_7_1{
        text-align: left;
        font-size: 12px;
    }
    
    .guide-form label,
    .guide-form .gform-field-label{
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .connect-form .gchoice_1_10_1 .gform-field-label{
        text-align: left;
        display: block;
    }
    
    .connect-form #input_1_7 .gfield-choice-input{
        width: 25px !important;
        height: 25px !important;
    }
    
    .connect-form .gfield_checkbox#input_1_7 .gchoice label{
        padding-top: 0px;
    }
    
    .connect-form .gfield_checkbox .gchoice{
        margin-right: 10px;
    }
    
    .guide-form #gform_submit_button_2{
        background: #ffffff;
        color: #1E62A5;
    }
    
    .connect-form .et_pb_code_inner{
        bottom: 20px;
    }
    .connect-form #gform_submit_button_1,
    .guide-form #gform_submit_button_2{
        width: 220px;
        border-radius: 4px !important;
    }
}


/*-------------------------------------------------------------------*/
/*-----------------------Header/Menu Styles--------------------------*/
/*-------------------------------------------------------------------*/

@media (min-width: 981px) {
    span#et-info-phone {
        float: right;
    }
    .container.clearfix.et_menu_container {
        width: 95%;
        max-width: 100%;
        margin:auto;
    }
    /* Increase Logo Size on Desktop */
    #logo {
        max-height: 85%;
        width: auto;
    }
}
@media (max-width:981px) {
    .container.clearfix.et_menu_container {
        width: 95%;
        max-width: 100%;
        margin:auto;
    }
    /* Increase Logo Size on Mobile */
    #logo {
        max-height: 80%;
        width:auto;
    }
}
span#et-info-phone:before {
    margin-right: 5px;
}
span#et-info-phone {
    font-weight: bold;
}
div#et-info {
    width: 100%;
}

/*------------------------------------------*/
/*-----------Scroll to Top Button-----------*/
/*------------------------------------------*/

/* Default button appearance */
.et_pb_scroll_top.et-pb-icon {
    right: 15px; /* space from right */
    bottom: 20px; /* space from bottom */
    padding: 6px; /*padding size*/
    border-radius: 30px; /* make the circle */
    background: #000000 /* button color */;    
    font-size: 32px; /* icon size */
    transition: all .1s ease-in-out; /* add transition */
}
/* Button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
    bottom: 25px /* space from bottom */;
    background: #000000 /*button hover color*/; 
    transition: all .1s ease-in-out; /*add transition*/
    box-shadow: 0 10px 15px #162c4e4a; /*box shadow on hover*/
}
/* Animation tweaks */
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}

/*------------------------------------------*/
/*------Nesting Mobile Menu Settings--------*/
/*------------------------------------------*/

.et_mobile_menu {
    overflow: scroll !important;
    max-height: 85vh!important;
}
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    background-color: rgba(0,0,0,0.03);
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 3px;
    right: 10px;
    cursor: pointer;
    text-align: center;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(0,0,0,0.1);
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" ;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '33';
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '32';
    background-color:#DEDEDE;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
    color:#000000!important;
}
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0,0,0,0.03);
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}
#main-header #mobile_menu.et_mobile_menu li a,
#main-header #mobile_menu.et_mobile_menu li li a,
#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 20px;
    padding-right: 20px;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 20px;
    color:#000000;
}
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}

/*-------------------------------------------------------------------*/
/*-------MOBILE MENU SLIDE IN EFFECT - FIXED MOBILE HEADER-----------*/
/*-------------------------------------------------------------------*/

/* Fix the mobile header */
@media (max-width: 980px) {
    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }
}
/* Set the mobile menu full height and move it down so it doesn't overlap the fixed header */
#mobile_menu {
    display: block!important;
    height:auto;
    right: 0;
    position: fixed;
    overflow: auto;
    z-index:2!important;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}
/* Move the mobile menu fully off the screen when closed using translateX(100%) */
.mobile_nav.closed #mobile_menu {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
/* Move the mobile menu back onto the screen when open using translateX(0%) */
.mobile_nav.opened #mobile_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
/* Switch the menu icon to a CROSS when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: "4d";
}

/*-------------------------------------------------------------------*/
/*--------------------------Footer Styles----------------------------*/
/*-------------------------------------------------------------------*/

footer#main-footer {
    display: none;
}