/*
=============================================
 Development By: Design on Target - www.designontarget.website , © Copyright 2017 - All rights reserved.

 Description: Layout CSS Styles

 Last Revised: 03/12/2017
=============================================
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/*
font-family: freight-display-pro, serif;
font-family: 'Gotham Pro';
font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

body {
    overflow-x: hidden;
}

/* =================================== LAYOUT DEFINITIONS =================================== */

.site-width {
    margin: 0 auto;
    width: 1200px;
}

section {
    width: 100%;
    float: left;
    display: block;
    padding: 80px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    section {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 420px) {
    section {
        padding: 20px 20px;
    }
}

section.dark p,
section.dark li {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

section.dark {
    padding: 140px 20px 0;
}

@media screen and (max-width: 1199px) {
    .site-width {
        width: 100%;
        /*! top: 0; */
        /*! margin: 0; */
        /*! padding: 0; */
    }
}

#breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    bottom: -450px;
    color: #ffffff;
    letter-spacing: 1.5px;
    font-size: 16px;
    z-index: 1;
}

#breadcrumbs a {
    color: rgba(255, 255, 255, .7);
}

@media screen and (max-width:1260px) {
    #breadcrumbs {
        max-width: 1000px;
    }
}

@media screen and (max-width:900px) {
    #breadcrumbs {
        bottom: -290px;
        text-align: center;
    }
}

/**** global column definition ****/

.one-half-column {
    position: relative;
    width: 50%;
    float: left;
}

.one-half-column.column-left {
    padding: 0 40px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.one-half-column img {
    max-width: 100%;
}

.one-half-column .center-div {
    text-align: left;
    display: block;
}

.one-third-column {
    position: relative;
    width: 50%;
}

.one-third-column img {
    max-width: 100%;
}

@media screen and (max-width:1350px) {
    .one-half-column {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .one-half-column.pad-rt {
        padding: 0;
        margin: 80px 0 0;
    }

    .inside-page .one-half-column.pad-rt {
        padding: 0;
        margin: 20px 0 0;
    }
}

/*========= INSIDE PAGES ===========*/

body.inside-page #splash {
    max-height: 500px;
}

body.inside-page #splash.splash {
    padding: 0;
    background: url(/wp-content/uploads/2018/11/banner-team.jpg) center center no-repeat;
    background-size: cover;
}

body.inside-page .splash .center-div {
    position: absolute;
    margin: auto;
    top: -300px;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    min-width: initial;
    max-height: 65px;
    border-radius: 3px;
    text-align: center;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}

body.inside-page .splash-txt {
    max-width: 1200px;
    display: block;
    margin: auto;
}

body.inside-page .splash-txt h1 {

    text-align: left;

}

body.inside-page .splash-txt p {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1px;
    opacity: 1;
    max-width: 650px;
}

#section-content img {
    margin-bottom: 15px;
}

@media screen and (max-width:1260px) {
    #section-content .site-width {
        max-width: 1000px;
    }

    #section-content .right-column {
        float: left;
        width: 100%;
        max-width: 600px;
        margin-left: 0;
    }

    body.inside-page .splash-txt {
        max-width: 1000px;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width:1023px) {
    #section-content .right-column {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    #section-content h2 {
        margin-bottom: 10px;
    }

    #section-content .description p {
        letter-spacing: 2px;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:900px) {
    body.inside-page #splash {
        max-height: 350px;
    }

    body.inside-page .splash .center-div {
        top: -650px;
    }

    body.inside-page .splash-txt p {

        text-align: center;
        max-width: 100%;

    }

    body.inside-page .splash-txt h1 {

        text-align: center;

    }
}


/*========= HEADER =========*/
span.top-line {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .5);
    display: block;
    top: 30px;
}

span.find-cgs {
    width: 286px;
    float: right;
    opacity: .8;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

span.find-cgs:hover {
    cursor: pointer;
    opacity: 1;
}

span.find-cgs img {
    float: left;
    max-width: 30px;
    margin-right: 10px;
}

span.find-cgs p {
    color: #ffffff;
    margin: 5px 0 0;
    font-size: 16px;
}

.follow-wrap {
    position: relative !important;
    top: 90% !important;
    z-index: 2 !important;
    max-height: 45px !important;
    overflow: hidden;
}

ul.follow-us {
    margin: 0 0 0 40px;
    padding: 0;
    float: left;
}

.follow-us li:first-child {
    margin-left: 0 !important;
}

ul.follow-us li {
    display: inline-block;
    width: 25px;
    height: 25px;
    list-style-type: none;
    margin: 10px 0 0px 10px;
    opacity: .8;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

ul.follow-us li:hover {
    cursor: pointer;
    opacity: 1;
}

ul.follow-us li.fb {
    background: url(/wp-content/themes/cgs/images/icon-fb-white.png) center center no-repeat;
    background-size: 100%;
}

ul.follow-us li.twitter {
    background: url(/wp-content/themes/cgs/images/icon-tw-white.png) center center no-repeat;
    background-size: 80%;
}

ul.follow-us li.instagram {
    background: url(/wp-content/themes/cgs/images/icon-ig-white.png) center center no-repeat;
    background-size: 80%;
}

ul.follow-us li.youtube {
    background: url(/wp-content/themes/cgs/images/icon-yt-white.png) center center no-repeat;
    background-size: contain;
}

ul.follow-us li.linkedin {
    background: url(/wp-content/themes/cgs/images/follow-linkedin.png) center center no-repeat;
    background-size: contain;
}

header {
    position: fixed;
    /*background: url(/wp-content/themes/cgs/images/nav-bg.png) center center transparent;
    background-repeat-y: no-repeat;*/
    width: 100%;
    height: 100px;
    z-index: 2;
}

.logo {
    width: 350px;
    height: 47px;
    background: url(/wp-content/themes/cgs/images/logo.png) center center no-repeat;
    background-size: contain;
    margin-top: 50px;
    float: left;
    position: relative;
}

@media screen and (max-width:1300px) {
    .logo {
        margin-left: 20px;
    }
}

.main-nav {
    position: relative;
}

/*========= HEADER STICKY =========*/

header.stick {
    position: fixed;
    height: 100px;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*! padding: 0; */
    /*! margin: 0; */
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .45);
    box-shadow: 0 0 3px rgba(0, 0, 0, .45);
    z-index: 10;
}

header.stick .logo {
    background: url(/wp-content/themes/cgs/images/logo-black.png) center center no-repeat;
    background-size: contain;
    margin: 27px 0px 0;
}


@media screen and (min-width:1601px) {
    .main-nav.site-width {
        width: 1500px;
        padding: 0 40px;
    }

    .main-nav.site-width,
    .follow-inner.site-width {
        width: 1500px;
    }
}

@media screen and (max-width:1600px) {}

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

    .logo {}

    header.stick .logo {
        max-width: 200px !important;
        background: url(/wp-content/themes/cgs/images/logo-black.png) center center no-repeat;
        background-size: contain;
        margin: 27px 30px 0;
    }
}

@media screen and (max-width:1024px) {
    header {
        background: #fff !important;
        height: 70px !important;
    }
}

@media all and (max-width: 1024px) {
    .logo {
        margin-top: inherit;
        margin: 12px 30px;
        max-width: 250px !important;
        background: url(/wp-content/themes/cgs/images/logo-black.png) center center no-repeat !important;
        background-size: contain !important;
    }

    header.stick .logo {
        margin: 12px 30px;
        max-width: 250px !important;
        background: url(/wp-content/themes/cgs/images/logo-black.png) center center no-repeat !important;
        background-size: contain !important;
    }
}


/*==== SPLASH BANNER ====*/

.video-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 1 !important;
}

body.inside-page .video-overlay {
    z-index: 1 !important;
    max-height: 500px;
}

#why-us {
    background: url(/wp-content/themes/cgs/images/bg-why-us.jpg) center center no-repeat;
}

#process {
    background: url(/wp-content/themes/cgs/images/bg-process.jpg) center center no-repeat;
}

span.scroll-down {
    position: absolute;
    width: 40px;
    height: 40px;
    background: transparent;
    right: 23px;
    bottom: 19px;
    border-radius: 2px;
}

/*#splash {
    background: url(/wp-content/themes/cgs/images/splash-bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}*/
#splash div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-attachment: fixed;
    /*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
    z-index: -1;
}

.splash .center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 405px;
    min-width: 300px;
    max-height: 252px;
    border-radius: 3px;
    text-align: left;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}

span.center-div img {
    max-width: 325px;
    opacity: .8;
}

.splash-txt {
    display: block;
    text-align: center;
}

.splash-txt p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
    opacity: .5;
}

.splash-txt h2,
.splash-txt h1 {

    font-size: 27px;
    font-weight: 700;
    color:

        #ffffff;
    letter-spacing: 2px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;

}

.splash-txt h3 {
    font-size: 21px;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

/* drop down arrow */

.arrow {
    text-align: center;
    margin: 8% 0;
    z-index: 1 !important;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.arrow-down {
    color: #fff;
    width: auto;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    opacity: .5;
    background-size: contain;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
}

.arrow-down img {

    width: 25px;
    display: inline-block;

}

a.arrow-down {
    opacity: .5;
}

a.arrow-down:hover {
    opacity: 1;
}

/* single banner */
.banner.single .center-div h1 {
    color: #ffffff;
    font-size: 90px;
}

.banner.single .center-div {
    background: none;
    border: none;
    top: -25%;
    width: 100%;
}

.banner.single .center-div h1 {
    color: #ffffff;
    font-size: 90px;
}

@media screen and (max-width:1600px) {
    .splash .center-div {
        max-width: 1200px;
    }
}

@media screen and (max-width:1500px) {
    .banner.single .center-div h1 {
        font-size: 72px !important;
    }
}

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

    /*#splash {
	height: 700px!important;
	background-attachment: inherit;
}*/
    #splash {
        height: 600px !important;
        position: relative;
        z-index: 1;
    }

    #splash div {
        height: 600px !important;
    }
}

@media screen and (max-width:1100px) {
    #splash {
        height: 500px !important;
        margin-top: 70px;
    }

    #splash div {
        height: 500px !important;
    }

    .follow-wrap {
        top: 85% !important;
    }

    ul.follow-us li {
        width: 30px;
        height: 30px;
    }

    /*.splash .center-div {
    top: 250px;
}*/
}

@media screen and (max-width:920px) {
    #splash {
        height: 400px !important;

    }

    #splash div {
        height: 400px !important;
    }

    .follow-wrap {
        top: 80% !important;
    }

    ul.follow-us li {
        width: 30px;
        height: 30px;
    }

    /*.splash .center-div {
    top: 250px;
}*/
}

@media screen and (max-width:719px) {
    #splash {
        height: 370px !important;
        margin-top: 70px;
    }

    #splash div {
        height: 370px !important;
    }

    .follow-wrap {
        top: 65% !important;
        max-height: 80px !important;
    }

    ul.follow-us li {
        width: 30px;
        height: 30px;
    }

    span.find-cgs {
        width: 100%;
        text-align: center;
        float: none;
        margin-right: 0;
        display: inline-block;
    }

    span.find-cgs img {
        float: none;
        max-width: 20px;
        margin-right: 10px;
        display: inline;
    }

    ul.follow-us {
        margin: 0;
        padding: 0;
        float: none;
        text-align: center;
    }

    span.find-cgs p {
        margin: 0;
        font-size: 14px;
        display: inline-block;
    }
}

@media screen and (max-width:670px) {
    .slick-slide img {
        width: 130%;
    }
}

@media screen and (max-width:580px) {
    .banner.single {
        height: 450px !important;
    }

    .banner.single .center-div {
        top: -45%;
    }

    h3.txt-top {
        font-size: 13px;
    }

    .splash-txt .btn {
        padding: 15px 8px;
        font-size: 12px;
        background: #ffffff;
        color: #EBABB2;
        text-decoration: none;
    }

    .splash .content-wrapper {
        top: 60%;
    }

    .splash .center-div {
        top: 50%;
    }
}

@media screen and (max-width:510px) {
    #splash {
        height: 275px !important;
        margin-top: 70px;
    }

    #splash div {
        height: 275px !important;
    }

    .follow-wrap {
        top: 65% !important;
    }
}

@media screen and (max-width:500px) {
    .banner.single .center-div h1 {
        font-size: 42px !important;
        max-width: 90%;
        margin: auto;
    }
}

@media screen and (max-width:410px) {
    .slick-slide img {
        width: 135%;
    }

    .logo {
        max-width: 175px !important;
    }
}

@media screen and (max-width:374px) {
    .slick-slide img {
        width: 155%;
    }
}

@media screen and (max-width:320px) {
    .splash-txt h3 {
        line-height: 25px;
    }

    .splash-txt h2,
    .splash-txt h1 {

        font-size: 17px !important;
    }
}

/*========= SLIDER SECTION ===========*/

#slider-section {
    padding: 0;
    position: relative;
    height: 700px;
}

img.slider-cg {
    width: 100%;
    position: absolute;
    max-width: 500px;
    left: 350px;
}

#slider-section h3 {
    position: absolute;
    bottom: 40px;
    font-weight: 900;
    font-size: 75px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #B22A2E;
}

.description {
    width: 100%;
    max-width: 600px;
    position: absolute;
    display: block;
    padding: 0;
    text-align: center;
    padding: 0;
    top: 50%;
    left: 298px;
    transform: translateY(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.description p {
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 30px;
}

#review-slider {
    position: relative;
}

.gin {
    background: url(/wp-content/themes/cgs/images/Gin-Bottle-Slide.png) 85% center no-repeat;
    background-size: 560px;
    position: absolute;
    height: 700px;
    width: 100%;
}

.bourbon {
    background: url(/wp-content/themes/cgs/images/Bourbon-Bottle-Slide.png) 85% center no-repeat;
    background-size: 560px;
    position: absolute;
    height: 700px;
    width: 100%;
}

@media screen and (max-width: 1735px) {
    #slider-section {
        padding: 0;
        position: relative;
        height: 500px;
    }

    .gin {
        background: url(/wp-content/themes/cgs/images/Gin-Bottle-Slide.png) 85% center no-repeat;
        background-size: 425px;
        position: absolute;
        height: 500px;
        width: 100%;
    }

    .bourbon {
        background: url(/wp-content/themes/cgs/images/Bourbon-Bottle-Slide.png) 85% center no-repeat;
        background-size: 425px;
        position: absolute;
        height: 500px;
        width: 100%;
    }

    .description {
        width: 100%;
        max-width: 600px;
        position: absolute;
        display: block;
        padding: 0;
        text-align: center;
        padding: 0;
        top: 51%;
        left: 165px;
        transform: translateY(-50%);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #review-slider h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .description p {
        letter-spacing: 2px;
        line-height: 25px;
        font-size: 17px;
        margin-bottom: 0;
    }

    #review-slider .btn {
        font-size: 14px;
    }

    img.slider-cg {
        width: 100%;
        position: absolute;
        max-width: 358px;
        left: 290px;
    }

    .slick-dots {
        left: 100px;
    }
}

@media screen and (max-width: 1325px) {
    #slider-section {
        padding: 0;
        position: relative;
        height: 500px;
    }

    .gin {
        background: url(/wp-content/themes/cgs/images/Gin-Bottle-Slide.png) 85% center no-repeat;
        background-size: 350px;
        position: absolute;
        height: 500px;
        width: 100%;
    }

    .bourbon {
        background: url(/wp-content/themes/cgs/images/Bourbon-Bottle-Slide.png) 85% center no-repeat;
        background-size: 350px;
        position: absolute;
        height: 500px;
        width: 100%;
    }

    .description {
        width: 100%;
        max-width: 433px;
        position: absolute;
        display: block;
        padding: 0;
        text-align: center;
        padding: 0;
        top: 51%;
        left: 88px;
        transform: translateY(-50%);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #review-slider h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .description p {
        letter-spacing: 2px;
        line-height: 25px;
        font-size: 14px;
        margin-bottom: 0;
    }

    #review-slider .btn {
        font-size: 14px;
    }

    img.slider-cg {
        width: 100%;
        position: absolute;
        max-width: 358px;
        left: 125px;
    }

    .slick-dots {
        left: 30px;
    }
}

@media screen and (max-width: 1200px) {
    #slider-section {
        height: 350px;
    }

    img.slider-cg {
        max-width: 250px;
        left: 180px;
        opacity: .6;
    }

    .gin {
        background: url(/wp-content/themes/cgs/images/Gin-Bottle-Slide.png) 90% -300px no-repeat;
        background-size: 350px;
        position: absolute;
        height: 350px;
        width: 100%;
    }

    .bourbon {
        background: url(/wp-content/themes/cgs/images/Bourbon-Bottle-Slide.png) 90% -300px no-repeat;
        background-size: 350px;
        position: absolute;
        height: 350px;
        width: 100%;
    }
}

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

    #slider-section {
        height: 350px;
    }

    img.slider-cg {
        max-width: 250px;
        left: 100px;
        opacity: .6;
    }

    .slick-dots li {
        margin: 0 0 0 10px;
        display: inline-block;
    }

    .slick-dots {
        width: 110px;
        top: 88%;
        left: 170px;
    }

    .description {
        max-width: 370px;
        top: 170px;
        left: 40px;
    }
}

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

    .gin {
        background: url(/wp-content/themes/cgs/images/Gin-Bottle-Slide.png) 95% -150px no-repeat;
        background-size: 285px;
        position: absolute;
        height: 350px;
        width: 100%;
    }

    .bourbon {
        background: url(/wp-content/themes/cgs/images/Bourbon-Bottle-Slide.png) 95% -150px no-repeat;
        background-size: 285px;
        position: absolute;
        height: 350px;
        width: 100%;
    }

    #slider-section {
        padding: 0;
        position: relative;
        height: 350px;
    }

}

@media screen and (max-width: 670px) {
    #review-slider h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .gin {
        background: url(/wp-content/themes/cgs/images/Gin-Bottle-Slide.png) center 340px no-repeat;
        background-size: 150px;
        position: absolute;
        height: 700px;
        width: 100%;
    }

    .bourbon {
        background: url(/wp-content/themes/cgs/images/Bourbon-Bottle-Slide.png) center 340px no-repeat;
        background-size: 150px;
        position: absolute;
        height: 700px;
        width: 100%;
    }

    #slider-section {
        padding: 0 20px;
        position: relative;
        height: 700px;
    }

    img.down-arrow {
        display: none;
    }

    img.slider-cg {
        display: none;
    }

    .description {
        max-width: 500px;
        top: 180px;
        left: initial;
        margin: auto;
        position: relative;
    }

    .slick-dots {
        width: 110px;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
}

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

    #review-slider h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .description {
        top: 200px;
    }
}

/*========= LINK ROW SECTION ===========*/

img.down-arrow {
    position: absolute;
    top: 0;
    left: 49%;
}

section#link-row {
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(178, 42, 46, 1)), color-stop(100%, rgba(132, 31, 34, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B22A2E', endColorstr='#841F22', GradientType=1);
}

#link-row h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-transform: initial;
    letter-spacing: 3px;
    line-height: 35px;
    max-width: 1000px;
    margin: 0 auto 30px;
    color: #0267B3;
    font-size: 21px;
    text-align: center;
}

#link-row .btn:hover {
    opacity: .9;
}

#link-row .one-fourth-block img {
    width: auto;
    max-height: 110px;
}

@media screen and (max-width:950px) {
    #link-row .one-fourth-block img {
        width: auto;
        min-height: 90px;
        max-height: 90px;
    }
}

@media screen and (max-width:900px) {
    #link-row .one-fourth-block {
        padding: 30px;
    }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:440px) {}

@media screen and (max-width:375px) {}

/*========= OUR VISION SECTION =========*/



#our-vision {
    padding: 100px 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
}

#our-vision .content-wrapper.site-width {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#our-vision h2 {
    color: #fff;
}

#our-vision p {
    line-height: 30px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 30px;
}

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

    #our-vision {
        background-size: 125%;
    }
}

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

    #our-vision .content-wrapper.site-width {
        max-height: 665px;
    }

    .video-container {
        max-width: 800px;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        max-height: 450px;
    }

    #our-vision {
        background-size: 130%;
    }
}

@media screen and (max-width: 1350px) {
    #our-vision {
        padding: 60px 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center !important;
    }

    #our-vision h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

}

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

@media screen and (max-width: 650px) {}

@media screen and (max-width: 600px) {}
}

@media screen and (max-width: 420px) {
    #our-vision {
        padding: 0 0 20px;
    }
}

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

    .dzsparallaxer {
        width: 280px !important;
    }

    .divimage {
        max-width: 280px;
    }
}

.btn.our-vision-cat {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 25px;
    background: transparent;
    border: 1px solid #222222;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif !important;
    color: #222222;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    width: auto;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 2px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.btn.our-vision-cat.active,
.btn.our-vision-cat:hover {
    background: #222222 !important;
    color: #ffffff !important;
}

/*========= COLUMN SECTION ================*/


.content-wrapper.story {
    width: 100%;
    height: 700px;
    background: url(/wp-content/themes/cgs/images/bg-story-home.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
}

.content-wrapper.outreach {
    width: 100%;
    height: 700px;
    background: url(/wp-content/themes/cgs/images/bg-outreach-home.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
}

.content-wrapper.forklift {
    width: 100%;
    height: 700px;
    background: url(/wp-content/themes/cgs/images/banner-forklift.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
}

.content-wrapper.rv {
    width: 100%;
    height: 700px;
    background: url(/wp-content/themes/cgs/images/banner-rv.jpg) center center no-repeat;
    background-size: cover;
    padding: 0;
}

#story,
#outreach {
    height: 700px;
    overflow: hidden;
    padding: 0;
}

#story p,
#outreach p {
    line-height: 30px;
    text-align: center;
    color: #ffffff;
}

#story h2,
#outreach h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}

#story h2 span.sub-title,
#outreach h2 span.sub-title {
    font-weight: 400;
    font-size: 27px;
    display: block;
    margin-top: 15px;
    text-transform: none;
}

#story h3,
#outreach h3 {
    font-weight: 900;
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

#story h4,
#outreach h4 {
    font-weight: 900;
    font-size: 21px;
    text-align: center;
}

.one-half-column.pad-left {
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#story ul li,
#outreach ul li {
    list-style-type: none;
    background: url(/wp-content/themes/cgs/images/bullet-point.jpg) 0px 3px no-repeat;
    padding-left: 35px;
    margin-bottom: 25px;
    line-height: 25px;
}

#story ul,
#outreach ul {
    padding: 0;
    margin: 0;
}

#story .one-half-column,
#outreach .one-half-column {
    height: 700px;
}

#story .one-half-column.fl {
    background: -moz-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(178, 42, 46, 1)), color-stop(100%, rgba(132, 31, 34, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B22A2E', endColorstr='#841F22', GradientType=1);
}

#outreach .one-half-column.fr {
    background: -moz-radial-gradient(center, ellipse cover, rgba(179, 151, 93, 1) 0%, rgba(123, 104, 64, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(179, 151, 93, 1)), color-stop(100%, rgba(123, 104, 64, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(179, 151, 93, 1) 0%, rgba(123, 104, 64, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(179, 151, 93, 1) 0%, rgba(123, 104, 64, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(179, 151, 93, 1) 0%, rgba(123, 104, 64, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(179, 151, 93, 1) 0%, rgba(123, 104, 64, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3975D', endColorstr='#7B6840', GradientType=1);
}

#story .center-div,
#outreach .center-div {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 560px;
    max-height: 260px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-center {
    text-align: center;
    margin-top: 40px;
}

#outreach .center-div,
#gassy-fill .center-div {
    text-align: center;
}

/*.one-half-column .center-div {
    text-align: center;
    display: block;
    max-width: 640px;
    margin: 15% auto 0;
    min-width: 300px;
}*/

#outreach,
#gassy-fill {
    height: 700px;
    overflow: hidden;
    padding: 0;
}

#outreach p,
#gassy-fill p {
    line-height: 30px;
    text-align: center;
    color: #fff;
}

#outreach h2,
#gassy-fill h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

#outreach h2 span.sub-title,
#gassy-fill h2 span.sub-title {
    font-weight: 400;
    font-size: 27px;
    display: block;
    margin-top: 15px;
    text-transform: none;
}

#outreach h3,
#gassy-fill h3 {
    font-weight: 900;
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
}

#outreach h4,
#gassy-fill h4 {
    font-weight: 900;
    font-size: 21px;
    text-align: center;
    color: #fff;
}

#outreach ul li,
#gassy-fill ul li {
    list-style-type: none;
    background: url(/wp-content/themes/cgs/images/bullet-point.jpg) 0px 3px no-repeat;
    padding-left: 35px;
    margin-bottom: 25px;
    line-height: 25px;
}

#outreach ul,
#gassy-fill ul {
    padding: 0;
    margin: 0;
}

#story .btn {
    margin: 20px 10px;
    background: #fff;
    color: #B22A2E;
    border: #fff;
}

#outreach .btn {
    margin: 20px 10px;
    background: #fff;
    color: #B3975D;
    border: #fff;
}


#outreach .btn,
#gassy-fill .btn {
    margin: 20px 10px;
}

#outreach .btn:hover,
#story .btn:hover,
#outreach .btn:hover,
#gassy-fill .btn:hover {
    opacity: .8;
}


@media screen and (max-width:1350px) {
    
    #story, #outreach {
    height: auto;
}
    #story .center-div,
    #outreach .center-div,
    #outreach .center-div,
    #gassy-fill .center-div {
        padding: 0 20px;
        text-align: center;
    }

    #outreach p,
    #story p,
    #outreach p,
    #gassy-fill p {
        text-align: center;
    }

    #story h3,
    #outreach h3,
    #outreach h3,
    #gassy-fill h3 {
        text-align: center;
        max-width: initial;
        margin: 0 auto 20px;
    }
}

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

#story .one-half-column, #outreach .one-half-column {
    height: 500px;
}
.content-wrapper.outreach, .content-wrapper.story{
        
        height: 500px;
}
}

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

    #story .one-half-column, #outreach .one-half-column {
    height: 400px;
}
.content-wrapper.outreach, .content-wrapper.story{
        
        height: 400px;
}

}


/*========= FEATURED CLIENT (INSIDE) SECTION ===========*/
.clients-tab {
    display: inline-block;
    margin: 0 auto;
    background: #000;
    color: #ffffff;
    border-radius: 10px 10px 0 0px;
    padding: 15px 25px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
}

.rotator-wrap {
    text-align: center;
}

#featured-client-rotator img {
    width: 210px;
}

section#featured-client-rotator {

    height: auto;
    background-size: cover;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;

}

#featured-client-rotator h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-size: 30px;
}

#featured-client-rotator .btn:hover {
    opacity: .8;
    color: #1381c4;
}

#featured-client-rotator p {
    font-size: 21px;
    color: #0267B3;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
    max-width: 1000px;
    margin: 0 auto 30px
}

#featured-client-rotator h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-transform: initial;
    letter-spacing: 3px;
    line-height: 35px;
    max-width: 1000px;
    margin: 0 auto 30px;
    color: #0267B3;
    font-size: 21px;
    text-align: center;
}

.client-rotator-one {
    background: url(/wp-content/themes/cgs/images/banner-port.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 100px 0;
}

.client-rotator-two {
    background: url(/wp-content/themes/cgs/images/banner-ft-mesa.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 100px 0;
}

.client-rotator-three {
    background: url(/wp-content/themes/cgs/images/banner-ft-mountains.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 100px 0;
}

.client-rotator-four {
    background: url(/wp-content/themes/cgs/images/banner-ft-sdbay.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 100px 0;
}

#featured-client-rotator img {
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) {
    section#featured-client-rotator {
        height: auto !important;
        padding: 60px 20px;
    }
}

@media screen and (max-width:800px) {
    section#featured-client-rotator {
        background: url(/wp-content/themes/cgs/images/subscribe-bg.jpg) center center no-repeat !important;
        background-size: cover !important;
    }

    #featured-client-rotator p {
        font-size: 18px;
        line-height: 25px;
    }
}

/*========= FOOTER ===========*/

footer {
    text-align: center;
    padding: 0;
}

.copy a {
    color: rgba(255, 255, 255, 1);
    margin: 0 10px 0;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.copy a:hover {
    color: rgba(255, 255, 255, .9);
}

footer p {
    font-size: 15px;
    color: #808080;
    text-align: left;
    line-height: 23px;
    margin-bottom: 0;
}

section#footer-banner {
    height: 450px;
    padding: 190px 20px 0;
    background: url(/wp-content/themes/cgs/images/banner-port.jpg) center center;
    background-size: cover;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer-banner h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
    text-transform: initial;
    letter-spacing: 3px;
    line-height: 35px;
    max-width: 1000px;
    margin: 0 auto 0px;
    color: #0267B3;
    font-size: 21px;
    text-align: center;
}

#footer-banner .btn:hover {
    opacity: .9;
}

footer strong {
    font-size: 15px;
    color: #111111;
    text-align: left;
}

footer h3 {
    font-size: 17px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
}

footer ul {
    margin: 0;
    padding: 0;
}

.ft-left {
    font-family: 'Avenir Next';
    font-size: 12px;
}

.ft-right span {
    margin: 0 3px;
}

footer ul li {
    display: inline-block;
    float: left;
    width: 70%;
    text-align: left;
    font-size: 15px;
    color: #808080;
    line-height: 23px;
}

footer ul li.left {
    width: 25%;
}

.map-marker {
    float: left;
    margin: 0px 8px 45px -2px;
}

li.icon-twitter {
    margin: 0 4px 0 5px;
}

.copy {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.copy {
    display: block;
    float: left;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(178, 42, 46, 1)), color-stop(100%, rgba(132, 31, 34, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(178, 42, 46, 1) 0%, rgba(132, 31, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B22A2E', endColorstr='#841F22', GradientType=1);
}

.copy p {
    font-size: 15px;
    padding-top: 0;
    color: #ffffff;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.copy p.fr {
    margin-top: 6px;
}

.copy p.fl {
    margin-left: -15px;
}

span.social.fb {
    background: url(/wp-content/themes/cgs/images/ft-follow-fb.png) center center no-repeat;
    background-size: contain;
}

span.social.twitter {
    background: url(/wp-content/themes/cgs/images/ft-follow-twitter.png) center center no-repeat;
    background-size: contain;
}

span.social.linkedin {
    background: url(/wp-content/themes/cgs/images/ft-follow-linkedin.png) center center no-repeat;
    background-size: contain;
}

footer .copy .one-third-column img {
    max-width: 270px;
    position: relative;
    top: 3px;
}

img.ft-logo-res {
    visibility: hidden;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

ul.social {
    display: inline-block;
}

.footer-content {
    background: #ffffff;
    padding: 40px 0;
    border-top: thin solid #e4e4e4;
    border-bottom: thin solid #e4e4e4;
}

.one-third-column {
    width: 33%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

footer ul.social-icons li {
    width: 34px;
    height: 34px;
    margin: 0 5px;
}

footer ul.social-icons li:hover {
    opacity: .8;
}

footer li.twitter {
    background: url(/wp-content/themes/cgs/images/ft-follow-twitter.png) center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

footer li.facebook {
    background: url(/wp-content/themes/cgs/images/ft-follow-fb.png) center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

footer li.instagram {
    background: url(/wp-content/themes/cgs/images/ft-follow-youtube.png) center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

footer li.youtube {
    background: url(/wp-content/themes/cgs/images/ft-follow-instagram.png) center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

footer ul.social-icons {
    margin: 0 auto;
    display: inline-block;
    padding-top: 58px;
}

@media screen and (max-width:1350px) {
    .footer-content {
        background: #111;
        float: left;
        padding: 0;
        width: 100%;
    }

    /*.one-third-column {
        width: 300px;
        float: none;
        text-align: center;
        margin: 0 auto 40px;
    }*/

    .one-third-column.fr {
        float: none;
    }

    .one-third-column:last-child {
        margin: 0 auto 0;
    }

    footer ul.social-icons li {
        width: 45px;
        height: 45px;
        margin: 0 5px;
        background-size: contain;
    }
}

@media screen and (max-width:1024px) {
    footer {
        text-align: center;
        padding: 0;
        display: block;
        float: left;
        width: 100%;
    }

    footer p {
        text-align: center;
        width: 100%;
        margin-top: 0 !important;
    }
.copy .one-third-column {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0;
}
    .copy img{
        
        margin: 40px 0;
    }
}

@media screen and (max-width:800px) {
    .footer-content .one-third-column {
        width: 100%;
        max-width: 300px;
    }

    .footer-content {
        padding: 0;
    }
}

#gmap-section .right-column {
    float: left;
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}

#gmap-section .right-column {
    float: left;
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}

#gmap-section .right-column {
    float: left;
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}

#gmap-section .right-column {
    float: left;
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}

#gmap-section .right-column {
    float: left;
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}

#gmap-section .right-column {
    float: left;
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}

#gmap-section .right-column {
    float: left;
    width: 100%;
    max-width: 800px;
    margin-left: 0;
}



/*=========== BLOG ==============*/

#splash.splash.bg-blog {
    padding: 0;
    background: url(/wp-content/themes/cgs/images/bg-blog.jpg) center center no-repeat;
    background-size: cover;
}

#sidebar-wrap {
    float: right;
    width: 25%;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#blog-feed {
    float: left;
    width: 75%;
}

#blog-feed .one-half-column {
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

/* post meta */

.post-avatar {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.post-details {
    display: inline-block;
    position: relative;
    top: -5px;
}

.post-image img {
    width: 100%;
    height: auto;
}

.post-title h3 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.post-desc {
    margin-bottom: 15px;
}

input#s {
    font-size: inherit;
    font-family: inherit;
}

#searchsubmit.btn {
    width: 100%;
    background: #0267B3;
    color: #fff;
}

#searchsubmit.btn:hover {
    opacity: 1;
}

.sb-subscribe h2 {
    margin-bottom: 15px;
}

.sb-subscribe p {
    margin-bottom: 0;
}

#gform_submit_button_5 {
    font-size: 14px;
}

.gform_footer.top_label {
    margin: 0;
}

#gform_wrapper_5.gform_wrapper {
    margin: 0 0 20px;
    max-width: 100%;
}

#sidebar ul {
    padding: 0;
    margin: 0;
}

#sidebar-wrap #searchform {
    margin-bottom: 30px;
}

hr {
    color: #0267B3;
    border-top: none;
    border-bottom: 1px solid;
    margin-bottom: 25px;
}

#field_5_2,
#field_5_4 {
    padding-right: 0;
}

#field_5_2 {
    margin-top: 5px;
}

#gform_wrapper_5 .gform_footer.top_label {
    margin-top: 0;
}

.cat-item.cat-item-1 {
    list-style-type: none;
}

@media screen and (max-width:1240px) {
    #blog .site-width {
        width: 100%;
    }

    #blog-feed {
        float: left;
        width: 65%;
    }

    #sidebar-wrap {
        width: 35%;
    }
}

@media screen and (max-width:779px) {
    #blog .site-width {
        max-width: 600px;
        margin: 0 auto;
    }

    #blog-feed,
    #sidebar-wrap {
        float: none;
        width: 100%;
    }

    #sidebar-wrap {
        padding-left: 0;
        margin-top: 40px;
    }

    #blog-feed .one-half-column {
        padding-right: 0px;
    }
}

#blog-feed .post-title h3 {
    font-size: 21px;
    line-height: 27px;
}

/*============= SINGLE POST=============*/
.blog-single {
    padding: 40px 20px 60px;
    box-sizing: border-box;
}

.blog-single .post-meta {
    margin-bottom: 20px;
}

.blog-single h1 a {
    font-size: 36px !important;
}

.blog-single h2 {
    margin-top: 20px;
    font-size: 28px;
}

header.single {
    position: fixed;
    height: 80px;
    background: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*! padding: 0; */
    /*! margin: 0; */
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .45);
    box-shadow: 0 0 3px rgba(0, 0, 0, .45);
}

header.single #logo {
    max-width: 105px !important;
    margin-left: -50px;
}

header.single nav ul {
    margin: 15px 0 0;
}

header.single nav .drop-down {
    margin: 0px 10px 0 0;
}

header.single .main-nav ul li a {
    color: #000;
    opacity: 1;
}

header.single .main-nav ul {
    padding: 22px 10px 0 0;
}

header.single .main-nav ul span {
    color: #0267B3;
}

header.single .logo {
    background: url(/wp-content/themes/cgs/images/logo-black.png) center center no-repeat;
    background-size: contain;
    margin-top: 15px;
}

.splash-single {
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

.splash-single img {
    width: 100%;
    /*margin-top: 70px;*/
}

.blog-single .content-wrapper.site-width {
    max-width: 800px;
}

#comments textarea,
#commentform input {
    max-width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    letter-spacing: 0.5px !important;
    ;
    padding: 10px !important;
    ;
    outline: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    margin-bottom: 10px;
    -webkit-transition: 0.2s border linear;
    -moz-transition: 0.2s border linear;
    transition: 0.2s border linear;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none !important;
}

#comments textarea:focus,
#commentform input:focus {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    border-color: #cfcfcf;
    background: #FFFFFF;
}

#comments-form #submit {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px;
    background: #0267B3;
    border: 1px solid #0267B3;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    width: auto;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 2px;
}

#comments-form #submit:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

.post-desc img {
    max-width: 100%;
    margin-bottom: 20px;
}

/*=========AUTHOR==========*/

#blog .avatar {
    float: left;
    max-width: 50px;
    height: auto;
}

/* ================ PAGE NAVI ====================*/

.wp-pagenavi span,
.wp-pagenavi a {
    background: #0267B3;
    border: thin solid #0267B3 !important;
    padding: 10px 17px !important;
    margin: 0 0 0 10px !important;
    color: #ffffff;
}

.wp-pagenavi {
    clear: both;
    margin: 20px 0 0 -10px;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    font-weight: bold;
    color: #0267B3;
    background: #fff;
    border: thin solid #0267B3 !important;
}

.page-nav {
    float: left;
    text-align: left;
    width: 100%;
}

.page-nav div.h2 {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 600;
}

span.pages {
    display: none;
}

.older {
    float: left;
    margin-right: 20px;
}

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

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 14px;
        padding: 8px 12px !important;
    }
}

/*============ RSS FEED =================*/
.feedEntryContent img {
    max-width: 100%;
    height: auto;
}

/*======= SEARCH =========*/
#search-results .site-width {
    max-width: 800px;
    margin: 0 auto;
}

#search-results .read-more,
.no-results #searchsubmit {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #0267B3;
    border-radius: 0;
    font-family: 'Gotham Pro';
    color: #0267B3;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    max-width: 200px;
    margin: 20px auto;
}

#search-results .read-more:hover,
.no-results #searchsubmit:hover {
    background: #0267B3;
    color: #fff;
    text-decoration: none;
}

#search-results {
    text-align: center;
}

#search-results input#s {
    font-size: inherit;
    font-family: inherit;
    max-width: 300px;
    margin: 10px auto 0;
}

/*==================FORMS==============*/
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper textarea.medium,
input#s {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    letter-spacing: 0.5px !important;
    ;
    padding: 15px !important;
    ;
    outline: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    vertical-align: baseline;
    margin-bottom: 10px;
    -webkit-transition: 0.2s border linear;
    -moz-transition: 0.2s border linear;
    transition: 0.2s border linear;
    -webkit-transform: translateZ(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none !important;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
input#s:focus {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1) inset;
    border-color: #cfcfcf;
    background: #FFFFFF;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 100%;
    width: auto;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    letter-spacing: 2px;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

#input_2_9_other,
#input_4_9_other {
    max-width: 50%;
}

#choice_2_9_6,
#choice_4_9_6 {
    float: left;
}

.gform_wrapper .gfield_checkbox li label {
    max-width: 90% !important;
}

#field_3_4 {
    margin-top: 30px;
}

select {
    vertical-align: top;
    background-color: #fff;
    background-image: url(/wp-content/themes/cgs/images/select-arrow.png);
    background-position: 97% center;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    line-height: normal;
    border-radius: 0;
    border: 1px solid #DDDDDD;
    padding: 7px 10px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: auto;
    outline: none;
    margin-bottom: 9px;
}

.gform_wrapper .gform_ajax_spinner {
    max-width: 25px;
}

#field_1_2,
#field_1_3 {

    padding-right: 0px;

}

.post-image img {
    padding: 10px;
    background: #fff;
    border: thin solid #0267B3;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.post-title {
    margin-top: 20px;
    margin-bottom: 0px;
    max-width: 800px;
    margin-left: 0;
}

.post-title h1 {
    margin-bottom: 50px;
}

.post-desc h3 {

    margin-top: 30px;

}

/*==================SINGLE POST EDITS==============*/

body.inside-page.single .splash .center-div {
    top: -430px;
}

.splash-txt.single h1 {
    text-align: center;
    font-size: 42px;
}

#st-1 {

    margin-top: 30px;

}


/*============== RESPONSIVE EDITS==============*/

@media screen and (max-width: 900px) {
    body.inside-page .video-overlay {
        z-index: 1 !important;
        max-height: 350px;
    }
}

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

    /*h2.sub-text{
    font-size: 18px!important;
    line-height: 25px;
}*/
    #welcome p {

        line-height: 30px;
        font-size: 21px;
    }

    .sub-title {
        font-size: 21px;
        line-height: 30px;
    }
}

@media screen and (max-width: 500px) {
    #welcome p {
        line-height: 25px;
        font-size: 18px;
    }

    h1,
    h1 a {
        font-size: 26px;
        margin-bottom: 20px;
    }

    #welcome h2 {

        margin-bottom: 30px;
        font-size: 19px;
    }
}

/*=============== VIDEO CONTAINER ==================*/

section.video {
    padding: 60px 0 40px;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: auto;
    max-width: 1000px;

}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 542.5px;
}

/*=============== UPDATE CODE ==================*/

/*=============== SOCIAL SECTION HOMEPAGE ==================*/

#social-home {
    padding: 0 20px 80px;
}

#social-home h1,
#social-home h1 a {
    margin-bottom: 20px;
}

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

    #social-home {

        padding: 0 20px 40px;

    }
}

.sub-title {

    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    font-style: italic;

}

.blue {

    color: #0267B3;

}

.icon-instagram-home {

    display: block;
    width: 40px;
    text-align: center;
    height: 40px;
    margin: 30px auto 15px;
    background: url(/wp-content/themes/cgs/images/icon-instagram-social-gray.png) center center no-repeat;
    background-size: contain;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.instagram-link-home {

    width: 100%;
    text-align: center;
    display: block;
    font-weight: 600;

}

#subscribe p {
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: left;
}

#subscribe h3 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

#subscribe h4 {
    text-align: left;
    color: #B22A2E;
    font-size: 41px;
    max-width: 650px;
    margin: 0 auto 10px;
    line-height: 50px;
}

#subscribe {
    background: #000000;
}

#subscribe .social-icons {
    width: 100%;
    text-align: center;
}

#subscribe ul {
    padding: 0;
    margin: 0;
}

#subscribe .social-icons ul li:first-child {
    margin-left: 0;
}

#subscribe .social-icons ul li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-left: 35px;
}

#subscribe .social-icons ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#subscribe .social-icons ul li.facebook {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-facebook.png) 0 -80px no-repeat;
    background-size: 80px;

}

#subscribe .social-icons ul li.twitter {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-twitter.png) 0 -80px no-repeat;
    background-size: 80px;

}

#subscribe .social-icons ul li.linkedin {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-linkedin.png) 0 -80px no-repeat;
    background-size: 80px;

}

#subscribe .social-icons ul li.instagram {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-instagram.png) 0 -80px no-repeat;
    background-size: 80px;

}

#subscribe .social-icons ul li.youtube {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-yt.png) 0 -80px no-repeat;
    background-size: 80px;

}

#subscribe .social-icons ul li.youtube:hover {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-yt.png) 0 -80px no-repeat;
    background-size: 80px;
    opacity: .9;

}

#subscribe .social-icons ul li.facebook:hover {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-facebook.png) 0 -80px no-repeat;
    background-size: 80px;
    opacity: .9;

}

#subscribe .social-icons ul li.twitter:hover {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-twitter.png) 0 -80px no-repeat;
    background-size: 80px;
    opacity: .9;
}

#subscribe .social-icons ul li.instagram:hover {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-instagram.png) 0 -80px no-repeat;
    background-size: 80px;
    opacity: .9;
}

#subscribe .social-icons ul li.linkedin:hover {
    background: #B22A2E url(/wp-content/themes/cgs/images/sprite-linkedin.png) 0 -80px no-repeat;
    background-size: 80px;
    opacity: .9;
}

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

    #subscribe h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    #subscribe .social-icons ul li {
        width: 70px;
        height: 70px;
        margin-left: 35px;
    }

    #subscribe .social-icons ul li.facebook {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-facebook.png) 0 -70px no-repeat;
        background-size: 70px;

    }

    #subscribe .social-icons ul li.twitter {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-twitter.png) 0 -70px no-repeat;
        background-size: 70px;

    }

    #subscribe .social-icons ul li.linkedin {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-linkedin.png) 0 -70px no-repeat;
        background-size: 70px;

    }

    #subscribe .social-icons ul li.instagram {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-instagram.png) 0 -70px no-repeat;
        background-size: 70px;

    }

    #subscribe .social-icons ul li.youtube {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-yt.png) 0 -70px no-repeat;
        background-size: 70px;

    }

    #subscribe .social-icons ul li.youtube:hover {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-yt.png) 0 -70px no-repeat;
        background-size: 70px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.facebook:hover {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-facebook.png) 0 -70px no-repeat;
        background-size: 70px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.twitter:hover {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-twitter.png) 0 -70px no-repeat;
        background-size: 70px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.instagram:hover {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-instagram.png) 0 -70px no-repeat;
        background-size: 70px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.linkedin:hover {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-linkedin.png) 0 -70px no-repeat;
        background-size: 70px;
        opacity: .9;

    }
}

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

    #subscribe h3 {
        font-size: 21px;
        margin-bottom: 30px;
        line-height: 30px;
    }

    #subscribe .social-icons ul li {
        width: 40px;
        height: 40px;
        margin-left: 15px;
    }

    #subscribe .social-icons ul li.facebook {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-facebook.png) 0 -40px no-repeat;
        background-size: 40px;

    }

    #subscribe .social-icons ul li.twitter {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-twitter.png) 0 -40px no-repeat;
        background-size: 40px;

    }

    #subscribe .social-icons ul li.linkedin {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-linkedin.png) 0 -40px no-repeat;
        background-size: 40px;

    }

    #subscribe .social-icons ul li.instagram {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-instagram.png) 0 -40px no-repeat;
        background-size: 40px;

    }

    #subscribe .social-icons ul li.youtube {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-yt.png) 0 -40px no-repeat;
        background-size: 40px;

    }

    #subscribe .social-icons ul li.youtube:hover {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-yt.png) 0 -40px no-repeat;
        background-size: 40px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.facebook:hover {
        background: #B22A2E url(/wp-content/themes/cgs/images/sprite-facebook.png) 0 -40px no-repeat;
        background-size: 40px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.twitter:hover {
        background: #15a7e3 url(/wp-content/themes/cgs/images/sprite-twitter.png) 0 -40px no-repeat;
        background-size: 40px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.instagram:hover {
        background: #cd486b url(/wp-content/themes/cgs/images/sprite-instagram.png) 0 -40px no-repeat;
        background-size: 40px;
        opacity: .9;

    }

    #subscribe .social-icons ul li.linkedin:hover {
        background: #006192 url(/wp-content/themes/cgs/images/sprite-linkedin.png) 0 -40px no-repeat;
        background-size: 40px;
        opacity: .9;

    }
}

/*========= SUBSCRIBE SECTION ===========*/

section#subscribe {
    background: url(/wp-content/themes/cgs/images/subscribe-bg.jpg) center center no-repeat !important;
    background-size: cover;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-attachment: fixed !important;
    padding: 100px 20px;
    position: relative;
}

#subscribe h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-size: 30px;
}

#subscribe .btn {
    background: #ffffff;
}

#subscribe .btn:hover {
    opacity: .8;
    color: #1381c4;
}

#subscribe h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

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

}

@media screen and (max-width:800px) {
    
#subscribe p {
        font-size: 18px;
        line-height: 25px;
    }
}

#subscribe span.find-cgs {
    position: absolute;
    width: 315px;
    bottom: 65px;
    right: 10%;
}

#subscribe span.find-cgs p {
    color: #000000;
    margin: 5px 0 0;
    font-size: 16px;
}

#subscribe img.up-arrow {
    position: absolute;
    bottom: 0;
    right: 10%;
}

/*=============== FORM UPDATES ==================*/

#subscribe #gform_wrapper_1 {
    max-width: 660px;
    margin: 0 auto 60px;
}
#subscribe #gform_wrapper_1 .content-wrapper li {
    line-height: 0px;
}
.gform_wrapper .gfield_required {
    display: none;
}
#gform_submit_button_1 {
    margin: 0;
    width: 100%;
}
/*=============== INSTAGRAM FEED ==================*/
