/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

#topbar {
    background-color: #4C5C68;
    padding: 12px 0 0 0;
    border: none;
}

#topbar p {
    color: #fff;
}

.xmas-lights {
    padding: 30px 0 0 0;
    margin: 0;
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
}

#mainMenu nav>ul>li>a {
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 10px 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #4C5C68;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: normal;
}

#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #444;
    font-family: "Poppins", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

#mainMenu nav>ul>li.dropdown::before {
    content: "\e930";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: "inspiro-icons";
    opacity: 0.6;
    position: absolute;
    right: 16px;
    color: #4C5C67;
    font-size: 20px;
    display: none;
}

.text-light h1 {
    line-height: .8em;
    color: #fff !important;
}

.text-light h1.text-lg {
    font-size: 5.8em;
}

.text-light h1.text-lg span {
    font-size: 1.2em;
    line-height: .8em;
}

.text-dark,
.text-dark h1 .text-dark h2,
.text-dark h3,
.text-dark p,
.text-dark .lead,
.text-dark a:not(.btn),
.text-dark a:not(.btn-danger),
.text-dark a:not(.btn):hover:not(.btn-light),
.text-dark i,
.text-dark li,
.text-dark label,
.text-dark div:not(.alert),
.text-dark span:not(.btn-label) {
    color: #46494C !important;
}

p {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1.7;
    letter-spacing: 0;
    color: #46494C;
    font-family: "Poppins", sans-serif;
}

a {
    color: #1985A1;
}


.text-light a,
.text-light p a,
.text-light a:not(.btn),
.text-light a:not(.btn):hover:not(.btn-light) {
    color: #23B5DA !important;
}

.text-light a:hover,
.text-light p a:hover,
.text-light a:not(.btn):hover,
.text-light a:not(.btn):hover:not(.btn-light):hover {
    color: #B4EAF7 !important;
    text-decoration: underline;
}

.text-light a span,
.text-light p a span,
.text-light a:not(.btn) span,
.text-light a:not(.btn):hover:not(.btn-light) span {
    color: #B4EAF7 !important;
    font-weight: 600;
    text-decoration: underline;
}

.text-light a span:hover,
.text-light p a span:hover,
.text-light a:not(.btn) span:hover,
.text-light a:not(.btn):hover:not(.btn-light) span:hover {
    color: #23B5DA !important;
}

.text-underline {
    text-decoration: underline;
}

.home-text {
    padding-top: 9em;
}

button.btn.btn-primary,
.btn:not(.close):not(.mfp-close).btn-primary,
a.btn:not([href]):not([tabindex]).btn-primary,
button.btn,
.btn:not(.close):not(.mfp-close),
a.btn:not([href]):not([tabindex]) {
    background-color: #4C5C68;
    border-color: #4C5C68;
    color: #fff !important;
}

button.btn.btn-primary:hover,
button.btn.btn-primary:focus,
button.btn.btn-primary:not(:disabled):not(.disabled):active,
button.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close).btn-primary:hover,
.btn:not(.close):not(.mfp-close).btn-primary:focus,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]).btn-primary:hover,
a.btn:not([href]):not([tabindex]).btn-primary:focus,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active,
button.btn:hover,
button.btn:focus,
button.btn:not(:disabled):not(.disabled):active,
button.btn:not(:disabled):not(.disabled).active,
.btn:not(.close):not(.mfp-close):hover,
.btn:not(.close):not(.mfp-close):focus,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active,
.btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active,
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active,
a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
    background-color: #1985A1;
    border-color: #1985A1;
    color: #fff;
}

.team-members.team-members-shadow .team-member {
    border: 1px solid #fbfbfb;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.03);
    padding: 30px 30px 0px 30px;
}

.team-members .team-member .team-desc>h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0;
}

.equal-width td {
    width: 50%;
}

section#home {
    background: rgb(162, 192, 195);
    background: -moz-linear-gradient(180deg, rgba(162, 192, 195, 1) 0%, rgba(164, 193, 184, 1) 44%, rgba(175, 200, 129, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(162, 192, 195, 1) 0%, rgba(164, 193, 184, 1) 44%, rgba(175, 200, 129, 1) 100%);
    background: linear-gradient(180deg, rgba(162, 192, 195, 1) 0%, rgba(164, 193, 184, 1) 44%, rgba(175, 200, 129, 1) 100%);
}


.modal-content {
    padding: 20px 20px 40px 20px;
}

.modal .modal-content .modal-header .modal-title {
    font-weight: 700;
    margin-bottom: 0;
    color: #4C5C67 !important;
    font-size: 4em !important;
    line-height: 1em;
    text-transform: uppercase;
}

.modal-header .close {
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 30px;
    font-weight: 100;
    border: none;
    background: none;
}

#sale .text-middle,
#cta .text-middle {
    padding: 50px 0 50px 0;
}


#footer .copyright-content {
    background-color: #46494C;
    color: #fff;
    font-size: .8em;
}

#footer .copyright-content a:not(.btn):not(:hover) {
    color: #fff;
}



/* JOTFORM */
#form {
    height: 580px;
    /* gve 580px space for invisible captcha */
    overflow: hidden;
    padding: 30px 0 0 0;
}

#form.beef {
    height: 1475px;
    /*+120 for declaration */
    /* gve 580px space for invisible captcha */
    overflow: hidden;
    border: 1px solid #e6e8eb !important;
    background: #fff;
    padding: 30px 0 0 0;
}

#form.pork {
    height: 1395px;
    /*+120 for declaration */
    /* gve 580px space for invisible captcha */
    overflow: hidden;
    border: 1px solid #e6e8eb !important;
    background: #fff;
    padding: 30px 0 0 0;
}

#form.lamb {
    height: 1370px;
    /*+120 for declaration */
    /* gve 580px space for invisible captcha */
    overflow: hidden;
    border: 1px solid #e6e8eb !important;
    background: #fff;
    padding: 30px 0 0 0;
}

#form.game {
    height: 1060px;
    /* gve 580px space for invisible captcha */
    overflow: hidden;
    border: 1px solid #e6e8eb !important;
    background: #fff;
    padding: 30px 0 0 0;
}



@media (max-width: 767px) {

    #footer .row>* {
        width: auto !important;
    }

}


@media (max-width: 480px) {

    .xmas-lights img {
        width: 450%;
        height: 70px;
    }

    .text-light h1 {
        line-height: .2em;
        margin-top: -.5em;
    }

    .text-light h1.text-lg {
        font-size: 1em;
    }

    .text-light h1.text-lg span {
        font-size: 1.2em;
        line-height: .8em;
    }

    .home-text {
        padding-top: 40px;
    }

    .team-members.team-members-shadow .team-member {
        border: 1px solid #fbfbfb;
        box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.03);
        padding: 0px 0px 0px 0px;
        margin: 5px 30px;
    }

    .team-members .team-member .team-image {
        margin: 10px 0 0px 0;
    }

    [data-bg-parallax] {
        background-attachment: inherit;
        background-size: inherit !important;
    }

    #sale .text-middle,
    #cta .text-middle {
        padding: 0px 0 0px 0;
    }




    /* JOTFORM */
    #form.beef {
        height: 1500px;
        /*+140 for declaration */
        /* gve 580px space for invisible captcha */
        overflow: hidden;
        border: 1px solid #e6e8eb !important;
        background: #fff;
        padding: 30px 0 0 0;
    }

    #form.pork {
        height: 1730px;
        /*+140 for declaration */
        /* gve 580px space for invisible captcha */
        overflow: hidden;
        border: 1px solid #e6e8eb !important;
        background: #fff;
        padding: 30px 0 0 0;
    }

    #form.lamb {
        height: 1590px;
        /*+140 for declaration */
        /* gve 580px space for invisible captcha */
        overflow: hidden;
        border: 1px solid #e6e8eb !important;
        background: #fff;
        padding: 30px 0 0 0;
    }

    #form.game {
        height: 1100px;
        /* gve 580px space for invisible captcha */
        overflow: hidden;
        border: 1px solid #e6e8eb !important;
        background: #fff;
        padding: 30px 0 0 0;
    }

    .hide-mobile {
        display: none;
        visibility: hidden;
    }

    .modal .modal-content .modal-header .modal-title {
        font-weight: 700;
        margin-bottom: 0;
        color: #4C5C67 !important;
        font-size: 3em !important;
        line-height: .8em;
        text-transform: uppercase;
    }

}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 12rem auto;
    }
}

@media (max-width: 375px) {

    .text-light h1 {
        margin-top: -.8em;
    }
}