/*
Theme Name: JGreen
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0.0
Template: Divi
*/

p:last-of-type {
    padding-bottom: 1em !important;
}

.container, .et_pb_row, .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 92%;
}

.et_pb_row {
    position: relative;
    margin: auto;
}

h1, h2, h3, h4 {
    font-family: "good-times", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#main-header {
    position: absolute;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: auto;
    height: 150px;
}

#logo {
    margin-left: -4px;
}

#top-menu li {
    padding-right: 55px;
}

    #top-menu li a {
        font-weight: 400;
        opacity: 1 !important;
    }

        #top-menu li a:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 40px;
            width: 100%;
            height: 5px;
            background: #fca944;
            opacity: 0;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        #top-menu li a:hover:after {
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

    #top-menu li.current-menu-item > a {
        color: #FFF;
    }

    h1 {
        padding-bottom: 23px;
    }

    h1 strong {
        font-size: 35px;
        font-family: 'Roboto Condensed';
        font-weight: 500;
        color: #fca944;
        padding-bottom: 8px;
        display: inline-block;
    }

.et_pb_text p {
    padding-bottom:1.8em;
}

.et_pb_text p:last-of-type {
    padding-bottom: 0 !important;
}

.bookintro h2, .bookintro h1 {
    padding-bottom: 30px;
}

.bookintro strong {
    color: #fca944;
}

.bookintro a:nth-of-type(1) {
    color: #44c3fc !important;
    background-color:rgba(0,16,31, 0.4);
    border: solid 3px #44c3fc;
    border-radius: 60px;
    font-size: 19px;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    padding-top: 8px !important;
    padding-right: 40px !important;
    padding-bottom: 8px !important;
    padding-left: 40px !important;
    display: inline-block;
    transition: all 300ms ease 0ms;
    box-shadow:0 0 25px 5px rgba(0,0,0,0.4);
    margin-top:20px;
}

    .bookintro a:nth-of-type(1):hover {
        color: #FFFFFF !important;
        background-image: initial;
        background-color: #44c3fc;
        transition: all 300ms ease 0ms;
    }

.bookintro a:nth-of-type(2) {
    color: #fca944 !important;
    background-color: rgba(0,16,31, 0.4);
    border: solid 3px #fca944;
    border-radius: 60px;
    font-size: 19px;
    font-family: 'Roboto Condensed', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500;
    padding-top: 8px !important;
    padding-right: 40px !important;
    padding-bottom: 8px !important;
    padding-left: 40px !important;
    display: inline-block;
    margin-left: 28px;
    transition: all 300ms ease 0ms;
    box-shadow: 0 0 25px 5px rgba(0,0,0,0.4);
    margin-top: 20px;
}

    .bookintro a:nth-of-type(2):hover {
        color: #FFFFFF !important;
        background-image: initial;
        background-color: #fca944;
        transition: all 300ms ease 0ms;
    }

.gform-theme--foundation#gform_wrapper_1, .gform-theme--foundation#gform_wrapper_3 {
    margin-top: 45px;
}

    .gform-theme--foundation#gform_wrapper_1 .gfield input.large, .gform-theme--foundation#gform_wrapper_3 .gfield input.large {
        background: #328fb9;
        border: solid 2px #FFF !important;
        color: #FFF;
        font-size: 18px;
        height: auto;
        padding: 2px 16px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        border-radius: 5px;
        text-align: left;
    }

    .gform-theme--foundation#gform_wrapper_1 .gform_button, .gform-theme--foundation#gform_wrapper_3 .gform_button {
        background: #f09323;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: 'Roboto Condensed';
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        height: auto;
        padding: 14px 50px 14px 17px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        transition: all 300ms ease 0ms;
    }

        .gform-theme--foundation#gform_wrapper_1 .gform_button:hover, .gform-theme--foundation#gform_wrapper_3 .gform_button:hover {
            background: #FFF;
            color: #f09323;
            text-shadow: none;
            transition: all 300ms ease 0ms;
        }

    .gform-theme--foundation#gform_wrapper_1 .gform_footer, .gform-theme--foundation#gform_wrapper_3 .gform_footer {
        position: relative;
        display: inline-block;
    }

        .gform-theme--foundation#gform_wrapper_1 .gform_footer:after, .gform-theme--foundation#gform_wrapper_3 .gform_footer:after {
            font-family: ETmodules !important;
            font-weight: bold;
            line-height: 1;
            content: "\35";
            position: absolute;
            right: 9px;
            font-size: 27px;
            top: 7.5px;
            transition: all 300ms ease 0ms;
        }

        .gform-theme--foundation#gform_wrapper_1 .gform_footer:hover:after, .gform-theme--foundation#gform_wrapper_3 .gform_footer:hover:after {
            color: #f09323;
            transition: all 300ms ease 0ms;
        }

#footer-bottom {
    background-image: linear-gradient(180deg, #011d40 0%, #001228 100%);
    padding: 27px 0 27px;
}

    #footer-bottom .et_pb_column_1_2 img {
        width: 105px;
        display: inline-block;
        vertical-align: middle;
    }

    #footer-bottom .et_pb_column_1_2 span {
        display: inline-block;
        vertical-align: middle;
        font-size: 33px;
        font-family: 'Roboto Condensed';
        font-weight: 600;
        color: #FFF;
        margin-left: 70px;
    }

    #footer-bottom .et-social-icons {
        display: inline-block;
        padding-left: 0 !important;
        text-align: center;
        padding-top: 0;
        vertical-align: middle;
        float: none;
        margin-left: 20px;
    }

        #footer-bottom .et-social-icons li {
            margin-right: 0;
            padding-left: 0px !important;
            margin-left: 12px !important;
        }

    #footer-bottom .et-social-icon a {
        font-size: 17px;
        border-radius: 100px;
        padding: 5px 11px 2.5px;
        color: #fca944;
        border: solid 2px #fca944;
    }

        #footer-bottom .et-social-icon a:hover {
            background: #fca944;
            color: #011d40;
            opacity:1;
        }

        .et-social-icon span {
            display: none !important;
        }

#footer-bottom .et_pb_column {
    width: 50% !important;
    margin-right: 0 !important;
}

    #footer-bottom .et_pb_column.et-last-child {
        text-align: right;
        color: #FFF;
        font-size: 17.5px;
        line-height: 1.85;
        padding-top: 20px;
    }

        #footer-bottom .et_pb_column.et-last-child a {
            color:#FFF;
        }

.socialbox .et-social-icons {
    float: none;
    padding: 0 0 40px !important;
    margin-top: -15px;
}

    .socialbox .et-social-icons li {
        margin-left: 10px;
        margin-right: 10px;
    }

        .socialbox .et-social-icons li a {
            font-size: 17px;
            border-radius: 100px;
            padding: 10px 11px 11px;
            color: #fca944;
            border: solid 2px #fca944;
            line-height: 0;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

.socialbox .et-social-icon a:hover {
    background: #fca944;
    color: #011d40;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#gform_wrapper_2 {
    padding: 20px 50px 50px;
    background-color: rgba(255, 255, 255, 0.65);
    margin-top: 60px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 0 200px 0 rgba(0, 0, 0, 1);
}

.gform-theme--foundation#gform_wrapper_2 .gform_fields {
    row-gap: 25px;
}

p.gform_required_legend {
    display: none;
}

#gform_wrapper_2 label {
    color: #333;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    font-weight: 600;
}

#gform_wrapper_2 .gform_button {
    background: #011d40;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    padding: 14px 22px;
    height: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    #gform_wrapper_2 .gform_button:hover {
        background: #FFF;
        color: #011d40;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

#popmake-121 {
    background-image: linear-gradient(180deg, #3494bf 0%, #266e8e 100%) !important;
    padding: 0;
    border: solid 10px #FFF;
}

    #popmake-121 .et_pb_section {
        background:none;
    }

        #popmake-121 .et_pb_section .et_pb_row {
            border:none !important;
        }

            #popmake-121 .et_pb_section .et_pb_row .et_pb_text {
                padding:35px 50px 50px 50px !important;
            }

                #popmake-121 .et_pb_section .et_pb_row .et_pb_text p {
                    font-family: 'Roboto Condensed';
                    font-weight: 400;
                }

.gform-theme--framework .gform_validation_errors {
    display:none;
}

.gform-theme--framework .gfield_validation_message {
    color: #f09323;
    opacity: 1;
    font-weight: 700;
}

#pum-121.pum-active, #pum-121.pum-active #popmake-121 {
    display: block !important;
    opacity: 1 !important;
}

.buynow img {
    height: 65px;
    width: auto;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}





@media screen and (min-width:1024px) {
}




    @media (min-width:981px) {

    }


    @media (max-width:1440px) {

        #footer-bottom .et_pb_column_1_2 span {
            font-size: 31px;
            margin-left: 40px;
        }

    }

    @media (max-width:1340px) {
        #footer-bottom .et_pb_column_1_2 img {
            width: 95px;
        }
        #footer-bottom .et_pb_column_1_2 span {
            font-size: 25px;
            margin-left: 30px;
        }
    }

@media (max-width:1180px) {
    #footer-bottom .et-social-icons {
        display: block;
        padding-top: 30px;
        margin-left: 0;
        text-align: left;
    }
}


    @media (max-width:1130px) {

        #top-menu li {
            padding-right: 35px;
        }

            #top-menu li a {
                font-size: 18px !important;
            }
    }


    @media (max-width:1024px) {

        #top-menu li a {
            font-size: 17px !important;
        }
    }


@media (max-width:980px) {

    #main-header {
        height: 80px;
    }


    .mobile_menu_bar:before {
        top: 5px;
        color: #fca944 !important;
        background: none;
        padding: 3px 3px 2px;
        border-radius: 3px;
        border: solid 3px #fca944;
    }

    .et_mobile_menu {
        padding: 0;
        background: none;
        background-image: linear-gradient(181deg, #3494bf 0%, #266e8e 100%);
    }

        .et_mobile_menu li a {
            border-bottom: 1px solid rgba(255, 255, 255, .05);
            padding: 12px 20px;
        }

    .gform-theme--foundation .gform_fields {
        row-gap: 20px;
    }

    .bookintro a {
        font-size:16px !important;
    }

    #footer-bottom {
        display: inline-block;
        width: 100%;
        padding-bottom: 0;
    }

        #footer-bottom .et_pb_column {
            width: 100% !important;
            text-align: center;
        }

        #footer-bottom .et-social-icons {
            text-align: center;
        }

        #footer-bottom .et_pb_column.et-last-child {
            text-align: center;
        }
}


    @media (max-width:768px) {

        .gform-theme--foundation#gform_wrapper_1 .gform_footer {
            display: block;
        }

        .gform-theme--foundation#gform_wrapper_1 .gform_button {
            width: 100%;
            text-align: left;
        }
    }



    @media (max-width:600px) {

        .bookintro a:nth-of-type(2) {
            margin-left: 0;
        }
        .bookintro a {
            display: inline-block !important;
            width: 100%;
        }
    }