/*

    Theme Name: Live 2 Sell
    Description: This is a custom style sheet for Live 2 Sell website
    Template: Genesis Theme
    Version: 1.0.0

*/


/*
---------------------------------------------
	Fonts Section
---------------------------------------------
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'),  
        url('fonts/GothamBook.woff') format('woff'), 
        url('fonts/GothamBook.ttf')  format('truetype'), 
        url('fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamHTF-Book';
    src: url('fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'),  
        url('fonts/GothamHTF-Book.otf')  format('opentype'),
        url('fonts/GothamHTF-Book.woff') format('woff'), 
        url('fonts/GothamHTF-Book.ttf')  format('truetype'), 
        url('fonts/GothamHTF-Book.svg#GothamHTF-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamHTF-Bold';
    src: url('fonts/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/GothamHTF-Bold.otf')  format('opentype'),
        url('fonts/GothamHTF-Bold.woff') format('woff'), 
        url('fonts/GothamHTF-Bold.ttf')  format('truetype'), 
        url('fonts/GothamHTF-Bold.svg#GothamHTF-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamHTF-Medium';
    src: url('fonts/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'),  
        url('fonts/GothamHTF-Medium.otf')  format('opentype'),
        url('fonts/GothamHTF-Medium.woff') format('woff'), 
        url('fonts/GothamHTF-Medium.ttf')  format('truetype'), 
        url('fonts/GothamHTF-Medium.svg#GothamHTF-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'BebasNeueBold';
    src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  
        url('fonts/BebasNeueBold.otf')  format('opentype'),
        url('fonts/BebasNeueBold.woff') format('woff'), 
        url('fonts/BebasNeueBold.ttf')  format('truetype'), 
        url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*
---------------------------------------------
	Headings
---------------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3C3C3C;
	font-family: 'GothamHTF-Medium';
	line-height: 1;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/*
---------------------------------------------
	Typographical Elements
---------------------------------------------
*/

h1, h2, h3, h4, h5, h6, p, span, div, body, strong, blockquote{
    -webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}

div{
    color: #3C3C3C;
    font-family: 'GothamBook';
    font-weight: 300;
    line-height: 1;
    font-size: 18px;
    border: none;
    outline: none;
}

p,
a,
strong,
i,
em,
li,
blockquote,
input{
    color: #3C3C3C;
	font-family: 'GothamBook';
	font-weight: 300;
	line-height: 1;
	margin: 0 0 20px;
    font-size: 18px;
    border: none;
    outline: none;
}

a,
a:hover,
a:focus,
a:active,
button{
    text-decoration: none !important;
    outline: none !important;
    border: none;
    outline: none;
}


strong,
b{
    font-weight: 400;
}

span{
    font-family: inherit;
}

li{
    margin-bottom: 5px;
}

blockquote::before{
   /* font-size: 100px;*/
}

blockquote p{
    padding-top: 30px;
}

/*
---------------------------------------------
	Layout Structure
---------------------------------------------
*/

.site-container > section{
    display: none;
}

.site-inner{
    background-color: #fff;
    padding-top: 0;
    max-width: 100%;
    margin-top: 80px;
}

.content-sidebar .content{
    width: 750px;
    margin-bottom: 50px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap article{
    width: 1200px;
    margin: 0 auto 30px;
    padding: 1%;
    overflow: hidden;
}


/*
body{
	background-color: #fff;
}

.site-inner{
	padding-top: 0;
    max-width: 100%;
}

.wrap {
    max-width: 1190px;
}

.content-sidebar-wrap{
    overflow: hidden;
}
*/

/*
---------------------------------------------
	Header
---------------------------------------------
*/

.site-header{
    position: fixed;
    width: 100%;
    min-height: 83px;
    z-index: 997;
}

.site-header .wrap {
    padding: 0 14px;
}

.site-header .title-area {
    padding: 0;
    width: 180px;
	margin-top: 15px;
}

.header-image .site-title > a{
    background: url('images/live-2-sell-logo.jpg') no-repeat;
    margin: 0;
    min-height: 47px;
}

.site-header .widget-area{
    width: 900px;
}

.primary-menu{
    float: left;
    margin-top: 0;
}

#menu-primary-menu{
    text-align: left;
}

#menu-primary-menu li{
    margin: 0;
    border-top: 5px solid #fff;
    padding-top: 22px;
}

#menu-primary-menu li:first-child a{
    background: url(images/live-2-sell-icon-home.jpg) no-repeat center 4px;
    position: relative;
    top: 4px;
}

#menu-primary-menu li:first-child a span{
    display: none;
}

#menu-primary-menu li a{
    font-family: GothamHTF-Book;
    color: #353535;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 12px;
    margin: 0;
}

#menu-primary-menu li:hover,
#menu-primary-menu li.current-menu-item{
	border-top: 5px solid #c93158;
}

#menu-primary-menu li:first-child{
	border-top: 5px solid #fff !important;
}


.nav-header {
    clear: both;
}

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}




.search-section {
    position: relative;
    float: left;
    margin-left: 47px;
    margin-top: 20px;
}

.search-section #search {
    position: absolute;
    right: 20px;
    top: 1px;
}

.search-section #search-terms {
    background: url('images/live-2-sell-icon-search.jpg') no-repeat right center;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 14px 0 10px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
    font-size: 14px;
}

.search-section #search-terms:focus {
    background-color: #fff;
    border: 1px solid #000;
    cursor: text;
    outline: 0;
    width: 230px;
}

.search-section #search-terms {
  -webkit-appearance: textfield;
}

















.get-in-touch{
    float: right;
    margin-top: 32px;
}

.get-in-touch a{
    font-family: GothamHTF-Medium;
    font-size: 14px;
    color: #353535;
    text-transform: uppercase;
    border: 1px solid #353535;
    padding: 9px 30px;
    border-radius: 3px;
}

.get-in-touch a:hover{
	background-color: #353535;
	color: #fff;
}








/*
---------------------------------------------
    Footer
---------------------------------------------
*/

.featured-logo{
	background-color: #f5f5f5;
    text-align: center;
    padding: 20px 0; 
}

.featured-logo p{
    display: inline-block;
    vertical-align: top;
    margin: 35px 20px 0 0;
    color: #919191;
    font-size: 20px;
}

.featured-logo img{
    display: inline-block;
}

.featured-logo img.logos-mobile{
	display: none;
}

.before-footer{
    background-color: #2b343b;
}

.before-footer .wrap{
    padding: 28px;
}

.book-img-div,
.book-title-div,
.book-content-div,
.book-link-div{
    display: inline-table;
    padding: 2px 10px;
    min-height: 50px;
    vertical-align: top;
    position: relative;
    margin: 0;
}

.before-footer .book-img-div img{
    display: table-cell;
    vertical-align: middle;
    margin-top: -55px;
    margin-bottom: -78px;
}

.before-footer .book-title-div{
    width: 130px;
    margin-left: 40px;
}

.before-footer .book-title-div h5{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'GothamHTF-Bold';
    font-size: 28px;
    line-height: 1.1;
}

.before-footer .book-content-div{
    width: 450px;
    border-left: 1px solid #fff;
    padding-left: 25px;
}

.before-footer .book-content-div p{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'GothamBook';
    font-size: 23px;
    line-height: 1.3;
}

.before-footer .book-link-div{
    padding-left: 40px;
    padding-top: 5px;
}

.before-footer .book-link-div a{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'GothamHTF-Medium';
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 205px;
    padding: 16px;
    text-align: center;
}

.before-footer .book-link-div a:hover{
	background-color: #fff;
	color: #2b343b;
}

.footer-widgets{
    background-color: #f1fcff;
}

.footer-widgets .wrap{
    padding: 30px 20px 50px;
}

.footer-widgets .widget {
    margin-bottom: 0;
    min-height: 150px !important;
}

.footer-widgets .footer-widgets-1{
    width: 41%;
    margin: 0;
    border-right: 2px solid #cbd5d7;
}

.footer-widgets .footer-widgets-1 .home-link{
    color: #2b343a;
    font-family: 'GothamHTF-Bold';
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.footer-widgets .footer-widgets-1 .footer-links{
    overflow: hidden;
	    
	
	
}

.footer-links ul{column-count: 2;}

.footer-widgets .footer-widgets-1 .left-section{
    width: 50%;
    float: left;
	padding-right: 20px;
}

.footer-widgets .footer-widgets-1 .right-section{
    width: 50%;
    float: right;
}

.footer-widgets .footer-widgets-1 .footer-links li{
    border: none;
    margin: 0 0 12px;
    padding: 0;
}

.footer-widgets .footer-widgets-1 .footer-links li a{
    color: #636363;
    font-family: 'GothamBook';
    font-size: 14px;
}

.footer-widgets .footer-widgets-2{
    width: 33%;
    border-right: 2px solid #cbd5d7;
}

.footer-widgets .footer-widgets-2 .textwidget{
    margin-top: 33px;
    color: #5d5d5d;
    font-family: 'GothamHTF-Book';
    font-size: 14px;
    line-height: 1.8;
    padding: 0 10% 0 15%;
}

.footer-widgets .footer-widgets-3{
    width: 26%;
    text-align: right;
}

.footer-widgets .footer-widgets-3 img{
    display: block;
    float: right;
    margin-top: 15px;
}

.footer-widgets .footer-widgets-3 a{
    float: right;
    color: #2b343a;
    font-family: 'GothamHTF-Medium';
    font-size: 12px;
    border: 2px solid #2b343a;
    border-radius: 4px;
    padding: 10px 35px;
    margin: 20px 36px 0 0;
}

.footer-widgets .footer-widgets-3 a:hover{
	background-color: #2b343a;
	color: #fff;
}

.site-footer{
    background-color: #2b343b;
    padding: 25px 0;
}

.site-footer .wrap{
    padding: 0 20px;
}

.site-footer .copyright{
    float: left;
    color: #797979;
    font-size: 13px;
    font-weight: 700;
}

.site-footer .designed{
    float: right;
}

.site-footer .designed a{
    color: #797979;
    font-size: 13px;
    font-weight: 700;
}



/*
---------------------------------------------
    Sidebar
---------------------------------------------
*/

aside.sidebar{
    width: 350px;
}

aside.sidebar .widget{
    margin-bottom: 35px;
}

/* Free Book */

    aside.sidebar .free-book{
        background: url(images/live-2-sell-free-book-bg.jpg) no-repeat center top / cover;
        padding: 0;
        overflow: hidden;
    }

    aside.sidebar .free-book .freebook-div{
        overflow: hidden;
        position: relative;
    }

    aside.sidebar .free-book .freebook-div img{
        float: left;
        margin-top: 27px;
        margin-left: 10px;
    }

    aside.sidebar .free-book .freebook-div p{
        color: #fff;
        font-family: 'BebasNeueBold';
        font-size: 57px;
        float: right;
        position: absolute;
        right: 57px;
        top: 60px;
        line-height: 0.83;
    }

    aside.sidebar .free-book .freebook-bottom{

    }

    aside.sidebar .free-book .freebook-bottom p{
        color: #fff;
        font-family: 'GothamHTF-Medium';
        font-size: 23px;
        width: 240px;
        margin: auto;
        line-height: 1.3;
    }

    aside.sidebar .free-book .freebook-bottom a{
        border-radius: 2px;
        background-color: #c93158;
        color: #fff;
        font-family: 'GothamHTF-Bold';
        font-size: 20px;
        margin: 37px auto 50px;
        width: 240px;
        display: block;
        padding: 15px;
        text-align: center;
    }

/* Inbound/Outbound Support */

    aside.sidebar .support{
        padding: 0;
    }

    aside.sidebar .support .support-wrap{
        position: relative;
        overflow: hidden;
        height: 88px;
        margin-bottom: 5px;
    }

    aside.sidebar .support .support-wrap img{
        position: absolute;
    }

    aside.sidebar .support .support-wrap p{
        background-color: #2b343b;
        color: #fff;
        font-family: 'GothamHTF-Medium';
        font-size: 21px;
        padding: 17px 15px 17px 80px;
        border-radius: 10px;
        margin-top: 18px;
        float: right;
        width: 320px;
    }


/* Latest Blog Posts */

    aside.sidebar .latest-posts{
        padding: 0;
    }

    aside.sidebar .latest-posts .widget-title{
        background-color: #f2f2f2;
        color: #2b343a;
        font-family: 'GothamHTF-Bold';
        font-size: 18px;
        padding: 18px 25px;
    }

    aside.sidebar .latest-posts .rpwe-block li{
        position: relative;
        overflow: hidden;
        border: none;
        margin-bottom: 30px;
    }

    aside.sidebar .latest-posts .rpwe-thumb{
        border: none !important;
        padding: 0 !important;
        margin: 0 0 25px;
        overflow: hidden;
    }

    aside.sidebar .latest-posts .rpwe-title{
        display: inline-block;
        overflow: hidden;
        margin-bottom: 5px !important;
    }

    aside.sidebar .latest-posts .rpwe-title a{
        color: #2b343a;
        font-family: 'GothamHTF-Medium';
        font-size: 19px;
    }

    aside.sidebar .latest-posts .rpwe-summary{
        color: #5d5d5d;
        font-family: 'GothamBook';
        font-size: 16px;
        line-height: 1.4;
    }

    aside.sidebar .latest-posts .rpwe-summary .more-link{
        color: #dd4558;
        font-family: 'GothamHTF-Medium';
        margin-left: 10px;
        font-size: 16px;
        text-transform: uppercase;
    }




/*
---------------------------------------------
    Content - Single Post
---------------------------------------------
*/

.single .single-blog-header{
    background: url(images/live-2-sell-title-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 40px;
}

.single .single-blog-header h2{
    color: #ffffff;
    font-size: 40px;
    margin: 0;
}

.single article{
    padding: 0;
}

.single article .entry-header{
    margin-bottom: 35px;
}

.single article .entry-header h1{
    color: #5d5d5d;
    font-family: 'GothamHTF-Medium';
    font-size: 27px;
}

.single article .entry-content .wp-post-image{
    margin-bottom: 40px;
}

.single article .entry-content p{
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}

.single article .entry-content p a{
    color: #c93158;
    font-size: inherit;
}

.single article .entry-content blockquote{
    margin-left: 30px;
}

.single article .entry-content blockquote::before{
    font-size: 50px;
}

.single article .entry-content blockquote p{
    padding: 0 0 0 20px;
}

.single article .entry-content ul > li,
.single article .entry-content ol > li {
    color: #4f4f4f;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}

.single article .entry-content ul.check{
    margin: 50px 40px 40px;
}

.single article .entry-content ul.check > li{
    color: #4f4f4f;
    font-family: 'GothamHTF-Book';
    text-align: justify;
    background: url(images/live-2-sell-icon-services-list.png) no-repeat left -1px;
    padding-left: 40px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1;
    list-style: none;
}

.single article .entry-content img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.single article .entry-content img.no-image,
.single article .entry-content img.wp-post-image{
    margin-top: 0;
    margin-bottom: 30px;
}



/*
---------------------------------------------
    Content - Page
---------------------------------------------
*/

.page .site-inner > .entry-title{
    background: url(images/live-2-sell-title-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 35px 0;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 40px;
}

.page article {
    padding: 0;
}

.page article .entry-content p{
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
}

.page article .entry-content p a{
    color: #c93158;
    font-size: inherit;
}

.page article .entry-content blockquote{
    margin-left: 30px;
}

.page article .entry-content blockquote::before{
    font-size: 50px;
}

.page article .entry-content blockquote p{
    padding: 0 0 0 20px;
}

.page article .entry-content ul > li,
.page article .entry-content ol > li {
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}

.page article .entry-content ul.check{
    margin: 50px 40px 40px;
}

.page article .entry-content ul.check > li{
    color: #4f4f4f;
    font-family: 'GothamHTF-Book';
    text-align: justify;
    background: url(images/live-2-sell-icon-services-list.png) no-repeat left -1px;
    padding-left: 40px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1;
    list-style: none;
}

.page article .entry-content img{
    margin-top: 20px;
    margin-bottom: 20px;
}

.page article .entry-content img.no-image,
.page article .entry-content img.wp-post-image,
.page article .entry-content p:first-child > img{
    margin-top: 0;
    margin-bottom: 30px;
}

/*
---------------------------------------------
	Content - Homepage
---------------------------------------------
*/

/*.home.full-width-content .content-sidebar-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
*/
/* Banner Section */

    .homepage .banner-section{
        height: 620px;
        background-size: cover !important;
        background-position: center top !important;
        margin-top: 0;
        position: relative;
    }

    .homepage .banner-section-content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        margin-top: 0;
        text-align: center;
        width: 100%;
    }

    .homepage .banner-section-content h1{
        font-family: 'GothamBook';
        color: #fff;
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .homepage .banner-section-content h1 span{
        font-family: GothamHTF-Bold;
    }

    .homepage .banner-section-content h2{
        font-family: 'GothamHTF-Book';
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 80px;
    }

    .homepage .banner-section-content .play-icon{
        background: url(images/live-2-sell-icon-play.png) no-repeat;
        height: 80px;
        width: 83px;
        display: none;
        margin: auto;
    }

/* As Featured Section */

    .homepage .as-featured-section{
        background-color: #f9f5f6;
        text-align: center;
        padding: 30px 0 25px;
    }

    .homepage .as-featured-section h3{
        font-family: 'GothamBook';
        color: #919191;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .homepage .as-featured-section .logos-mobile{
    	display: none;
    }


/* Testimonial Section */

    .homepage .testimonial-section{
        background: url('images/live-2-sell-testimonial-bg.jpg') no-repeat center top;
        background-size: cover;
        text-align: center;
        padding: 40px 0 25px;
    }

    .homepage .testimonial-section .wrap{
        max-width: 940px;
    }

    .homepage .testimonial-section-content h3{
        font-family: 'GothamHTF-Bold';
        color: #fff;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .homepage .testimonial-section-content blockquote::before{
        display: none;
    }

    .homepage .testimonial-section-content .easy-t-slideshow-wrap{
        position: relative;
    }

    .homepage .testimonial-section-content .testimonial_body{
        background: url('images/live-2-sell-testimonial-quote.png') no-repeat left top;
        float: right;
        width: 770px;
        padding-left: 40px;
    }

    .homepage .testimonial-section-content .testimonial_body p{
        color: #d3d3d3;
        text-align: left;
        font-family: 'GothamHTF-Book';
        font-size: 16px;
        font-style: normal;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

    .homepage .testimonial-section-content .testimonial_author{
        color: #fff;
        width: 770px !important;
        float: right;
        text-align: left;
        font-family: 'GothamHTF-Medium';
        text-transform: uppercase;
        font-size: 16px;
        padding-top: 15px;
    }

    .homepage .testimonial-section-content .testimonial_author cite{
        font-style: normal;
    }

    .homepage .testimonial-section-content .easy-t-cycle-pager span{
        color: transparent;
        background: url(images/live-2-sell-testimonial-pager.png) no-repeat;
        background-position: calc(100% - -1px) top;
        height: 21px;
        width: 18px;
        margin: 0 2px; 
    }

    .homepage .testimonial-section-content .easy-t-cycle-pager span.cycle-pager-active{
        background-position: -2px top;
    }

    .homepage .testimonial-section-content .cycle-prev{
        background: url(images/live-2-sell-testimonial-arrow-left.png) no-repeat;
        color: transparent;
        height: 56px;
        width: 28px;
        position: absolute;
        top: 44px;
        left: -70px;
    }

    .homepage .testimonial-section-content .cycle-next{
        background: url(images/live-2-sell-testimonial-arrow-right.png) no-repeat;
        color: transparent;
        height: 56px;
        width: 28px;
        position: absolute;
        top: 44px;
        right: -70px;
    }


/* Our Services Section */

    .homepage .services-section{
        background-color: #fff;
        text-align: center;
        padding: 50px 0 90px;
    }

    .homepage .services-section-content h3{
        font-family: 'GothamHTF-Bold';
        color: #2d2d2d;
        font-size: 40px;
        margin-bottom: 15px;
    }

    .homepage .services-section-wrap{
        margin-top: 90px;
    }

    .homepage .services-section-wrap .left-section,
    .homepage .services-section-wrap .right-section{
        display: inline-block;
        width: 370px;
        border: 2px solid #cecece;
        border-radius: 5px;
        padding: 20px 63px 0px 63px;
        margin: 0 35px;
    }

    .homepage .services-section-wrap .left-section img,
    .homepage .services-section-wrap .right-section img{
        margin-top: -100px;
    }

    .homepage .services-section-wrap .left-section h4,
    .homepage .services-section-wrap .right-section h4{
        color: #2d2d2d;
        font-family: 'GothamHTF-Medium';
        font-size: 25px;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .homepage .services-section-wrap .left-section ul li,
    .homepage .services-section-wrap .right-section ul li{
        color: #4f4f4f;
        font-family: 'GothamHTF-Book';
        text-align: left;
        background: url(images/live-2-sell-icon-services-list.png) no-repeat left -1px;
        padding-left: 30px;
        padding-bottom: 15px;
        font-size: 20px;
    }

    .homepage .services-section-wrap .left-section a,
    .homepage .services-section-wrap .right-section a{
        color: #1e1e1e;
        background-color: #fff;
        font-family: 'GothamHTF-Medium';
        font-size: 16px;
        border: 2px solid #1e1e1e;
        border-radius: 4px;
        padding: 13px 10px;
        display: block;
        margin: 0;
        position: relative;
        top: 23px;
    }

    .homepage .services-section-wrap .left-section a:hover,
    .homepage .services-section-wrap .right-section a:hover{
    	background-color: #1e1e1e;
    	color: #fff;
    }


/* Who We Are Section */

    .homepage .who-we-are-section{
        background: url(images/live-2-sell-who-we-are-bg.jpg) no-repeat center top;
        background-size: cover;
        text-align: center;
        padding: 70px 0;
    }

    .homepage .who-we-are-section .wrap{
        padding: 0 15px;
    }

    .homepage .who-we-are-section-content{
        width: 500px;
        text-align: left;
    }

    .homepage .who-we-are-section-content h3{
        font-family: 'GothamHTF-Bold';
        color: #1e1e1e;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .homepage .who-we-are-section-content p{
        line-height: 1.5;
        font-size: 16px;
    }

    .homepage .who-we-are-section-content p strong{
        font-family: 'GothamHTF-Medium';
        font-size: 18px;
        color: #4f4f4f;
    }

    .homepage .who-we-are-section-content p .discover-btn{
        color: #1e1e1e;
        font-family: 'GothamHTF-Medium';
        font-size: 16px;
        border: 2px solid #1e1e1e;
        border-radius: 4px;
        padding: 13px 30px;
        margin: 0;
        margin-top: 10px;
        display: inline-block;
    }

    .homepage .who-we-are-section-content p .discover-btn:hover{
    	background-color: #1e1e1e;
    	color: #fff;
    }



/* Why Choose Section */

    .homepage .why-choose-section{
        background: url(images/live-2-sell-why-choose-bg.jpg) no-repeat center top;
        background-size: cover;
        text-align: center;
        padding: 70px 0 80px;
    }

    .homepage .why-choose-section-content h3{
        font-family: 'GothamHTF-Bold';
        color: #fff;
        font-size: 40px;
        margin-bottom: 50px;
    }

    .homepage .why-choose-section-content .lists .list-item{
        width: 280px;
        display: inline-block;
    }

    .homepage .why-choose-section-content .lists .list-item h4{
        color: #fff;
        font-family: 'GothamBook';
        font-size: 25px;
        line-height: 1.2;
    }



/* Who We Are Section */

    .homepage .benefit-section{
        background: url(images/live-2-sell-benefits-bg.jpg) no-repeat center top;
        background-size: cover;
        text-align: center;
        padding: 70px 0;
    }

    .homepage .benefit-section .wrap{
        padding: 0 15px;
    }

    .homepage .benefit-section-content{
        float: right;
        width: 500px;
        text-align: left;
    }

    .homepage .benefit-section-content h3{
        font-family: 'GothamHTF-Bold';
        color: #1e1e1e;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .homepage .benefit-section-content p{
        line-height: 1.5;
        font-size: 16px;
        margin: 0;
    }

    .homepage .benefit-section-content .work-btn{
        color: #1e1e1e;
        font-family: 'GothamHTF-Medium';
        font-size: 16px;
        border: 2px solid #1e1e1e;
        border-radius: 4px;
        padding: 13px 30px;
        margin: 0;
        margin-top: 0;
        display: inline-block;
    }

	.homepage .benefit-section-content .work-btn:hover{
    	background-color: #1e1e1e;
    	color: #fff;
    }

    .homepage .benefit-section-content ul li{
        color: #4f4f4f;
        font-family: 'GothamHTF-Medium';
        text-align: left;
        background: url(images/live-2-sell-icon-services-list.png) no-repeat left -1px;
        padding-left: 30px;
        padding-bottom: 10px;
        font-size: 18px;
    }



/* Recent Blog Posts Section */

    .homepage .recent-blog-section{
        background-color: #fff;
        text-align: center;
        padding: 70px 0 50px;
    }

    .homepage .recent-blog-section .wrap{
        padding: 0 15px;
    }

    .homepage .recent-blog-section-content h3{
        font-family: 'GothamHTF-Bold';
        color: #1e1e1e;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .homepage .recent-blog-section-content .blog-content .blog-post{
        width: 30%;
        display: inline-block;
        margin: 0 1.5%;
        vertical-align: top;
    }

    .homepage .recent-blog-section-content .blog-content .blog-post img{
        margin-bottom: 5px;
    }

    .homepage .recent-blog-section-content .blog-content .blog-post h4{
        text-align: left;
    }

    .homepage .recent-blog-section-content .blog-content .blog-post h4 a{
        color: #000;
        font-size: 22px;
        font-family: inherit;
    }

    .homepage .recent-blog-section-content .blog-content .blog-post p{
        color: #5d5d5d;
        font-family: 'GothamHTF-Book';
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
    }

    .homepage .recent-blog-section-content .blog-content .blog-post p a{
        color: #dd4558;
        font-family: 'GothamHTF-Bold';
        text-transform: uppercase;
    }

    .homepage .recent-blog-section-content .view-all{
        color: #1e1e1e;
        border: 2px solid #1e1e1e;
        font-family: 'GothamHTF-Medium';
        font-size: 16px;
        border-radius: 4px;
        padding: 12px;
        width: 200px;
        display: block;
        margin: 20px auto 0;
    }

    .homepage .recent-blog-section-content .view-all:hover{
    	background-color: #1e1e1e;
    	color: #fff;
    }



/*
---------------------------------------------
    ARCHIVE PAGE
---------------------------------------------
*/

.archive-description{
    background: url(images/live-2-sell-title-bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 40px 0;
}

.archive-description h1{
    color: #ffffff;
    font-size: 40px;
    margin: 0;
}

.blog-posts-container .pagination{
    margin: 0 0 32px;
}

.blog-posts-container article{
    margin: 0 0 25px;
    padding: 0;
}

.blog-posts-container article:last-of-type{
    margin-bottom: 30px;
}

.blog-posts-container article .entry-header{

}

.blog-posts-container article .entry-header .post-image{
    height: 280px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-posts-container article .entry-header .entry-title{
    margin-bottom: 15px;
}

.blog-posts-container article .entry-header .entry-title a{
    color: #5d5d5d;
    font-size: 27px;
    font-family: inherit;
}

.blog-posts-container article .entry-content{

}

.blog-posts-container article .entry-content p{
    color: #5d5d5d;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.blog-posts-container article .entry-content .read-more-btn{
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    font-family: 'GothamHTF-Medium';
    font-size: 13px;
    border-radius: 4px;
    padding: 12px;
    max-width: 170px;
    display: block;
    text-align: center;
}

.blog-posts-container article .entry-content .read-more-btn:hover{
	background-color: #1e1e1e;
	color: #fff;
}

.archive-pagination li a{
    color: #5d5d5d;
    font-family: 'GothamHTF-Medium';
    font-size: 19px;
    background: none;
    border: 1px solid #fff;
    margin: 0;
}

.archive-pagination li a:hover, 
.archive-pagination li a:focus, 
.archive-pagination li.active a{
    background: none;
    border: 1px solid #afafaf;
}

.archive-pagination .pagination-previous,
.archive-pagination .pagination-next{
    display: none;
}


/*
---------------------------------------------
    About Page
---------------------------------------------
*/

    .about-page .site-inner > .entry-title{
        margin-bottom: 0;
    }

/* Top Section */

    .about-page .top-section{
        background-position: right top !important;
        background-size: cover !important;
    }

    .about-page .top-section .top-section-content{
        width: 550px;
        padding: 85px 15px 50px;
    }

    .about-page .top-section .top-section-content p{
        text-align: left;
        font-family: 'GothamHTF-Book';
        font-size: 16px;
        color: #5D5D5D;
        line-height: 1.7;
    }

    .about-page .top-section .top-section-content ul{
        margin-left: 55px;
        margin-top: 45px;
        overflow: hidden;
    }

    .about-page .top-section .top-section-content li{
        color: #4f4f4f;
        font-family: 'GothamHTF-Book';
        text-align: left;
        background: url(images/live-2-sell-icon-services-list.png) no-repeat left -1px;
        padding-left: 30px;
        padding-bottom: 15px;
        font-size: 20px;
    }


/* Middle Section */

    .about-page .middle-section{
        background: url(images/live-2-sell-why-choose-bg.jpg) no-repeat center top;
        background-size: cover;
        text-align: center;
        padding: 130px 0;
    }

    .about-page .middle-section-content .lists .list-item{
        width: 280px;
        display: inline-block;
    }

    .about-page .middle-section-content .lists .list-item h4{
        color: #fff;
        font-family: 'GothamBook';
        font-size: 25px;
        line-height: 1.2;
    }


/* Bottom Section */

    .about-page .bottom-section{
        padding: 100px 0 80px;
    }

    .about-page .bottom-section .bottom-section-content{
        overflow: hidden;
        padding: 15px;
    }

    .about-page .bottom-section .bottom-section-content .left-section{
        float: left;
        width: 50%;
    }

    .about-page .bottom-section .bottom-section-content .right-section{
        float: right;
        width: 520px;
        padding-top: 10px;
    }

    .about-page .bottom-section .bottom-section-content p{
        text-align: left;
        font-family: 'GothamHTF-Book';
        font-size: 16px;
        color: #5D5D5D;
        line-height: 1.6;
    }

    .about-page .bottom-section .bottom-section-content ul{
        margin-left: 55px;
        margin-top: 45px;
        overflow: hidden;
    }

    .about-page .bottom-section .bottom-section-content li{
        color: #4f4f4f;
        font-family: 'GothamHTF-Book';
        text-align: left;
        background: url(images/live-2-sell-icon-services-list.png) no-repeat left -1px;
        padding-left: 30px;
        padding-bottom: 15px;
        font-size: 20px;
    }



/*
---------------------------------------------
    Facilities Page
---------------------------------------------
*/

    .facilities-page .site-inner > .entry-title{
        margin-bottom: 0;
    }

    .facilities-page .facilities-section-content{
        overflow: hidden;
        position: relative;
    }

    .facilities-page .facilities-section-content .left-section{
        width: 50%;
        float: left;
    }

    .facilities-page .facilities-section-content .right-section{
        width: 50%;
        float: right;
    }

    .facilities-page .facilities-section-content h2{
        color: #5d5d5d;
	text-align: left;
    }

    .facilities-page .facilities-section-content.odd .left-section{
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        left: 0;
    }

    .facilities-page .facilities-section-content.odd .right-section .content{
        width: 510px;
        float: left;
        margin: 70px;
        text-align: justify;
        color: #5d5d5d;
        font-size: 16px;
        line-height: 1.5;
    }

    .facilities-page .facilities-section-content.even .left-section .content{
        width: 510px;
        float: right;
        margin: 70px;
        text-align: justify;
        color: #5d5d5d;
        font-size: 16px;
        line-height: 1.5;
    }

    .facilities-page .facilities-section-content.even .right-section{
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        right: 0;
    }

    .facilities-page .facilities-section-content .left-section img,
    .facilities-page .facilities-section-content .right-section img{
    	display: none;
    }


/*
---------------------------------------------
    Contact Page
---------------------------------------------
*/

    .contact-page .site-inner > .entry-title{
        margin-bottom: 0;
    }

    .contact-page .contact-section{
        background-color: #f7f7f7;
    }

    .contact-page .contact-section-content .wrap{
        padding: 70px 55px;
        overflow: hidden;
    }

    .contact-page .contact-section-content .left-section{
        float: left;
        width: 50%;
        color: #5d5d5d;
        font-size: 18px;
        line-height: 1.5;
        padding: 35px 0;
    }

    .contact-page .contact-section-content .right-section{
        border-left: 1px solid #c9c9c9;
        float: right;
        width: 50%;
    }

    .contact-page .contact-section-content .left-section img{
        margin-right: 40px;
    }

    .contact-page .contact-section-content .left-section a{
        color: #c93159;
        font-size: 11px;
        text-transform: uppercase;
        font-family: 'GothamHTF-Medium';
        margin-bottom: 20px;
        display: inline-block;
		cursor: pointer;
    }

    .contact-page .contact-section-content .left-section span.first{
        color: #5d5d5d;
        display: block;
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .contact-page .contact-section-content .left-section strong{
        color: #5d5d5d;
        font-family: 'GothamHTF-Bold';
        font-size: 19px;
    }

    .contact-page .contact-section-content .right-section{
        padding-left: 75px;
    }

    .contact-page .contact-section-content .right-section h3{
        color: #5d5d5d;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .contact-page .contact-section-content .right-section p{
        color: #5d5d5d;
        font-size: 16px;
        line-height: 1.4;
        text-align: justify;
    }

    .contact-page .contact-section-content .right-section span{
        color: #c93159;
        font-size: 16px;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper{
        margin: 0;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper label{
        display: none;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper .ginput_complex label{
        display: none;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper .ginput_container{
        margin: 0;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper input,
    .contact-page .contact-section-content .right-section .gform_wrapper textarea{
        background-color: #fff;
        border: 1px solid #e1e1e1;
        font-size: 16px !important;
        color: #000;
        padding: 13px 25px !important;
        margin: 0;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper input::-webkit-input-placeholder,
    .contact-page .contact-section-content .right-section .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome */
        color: #999999 !important;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper input:-ms-input-placeholder,
    .contact-page .contact-section-content .right-section .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
        color: #999999 !important;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper input::-moz-placeholder,
    .contact-page .contact-section-content .right-section .gform_wrapper textarea::-moz-placeh { /* Firefox 19+ */
        color: #999999 !important;
        opacity: 1 !important;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper input:-moz-placeholder,
    .contact-page .contact-section-content .right-section .gform_wrapper textarea:-moz-placeholder { /* Firefox 4 - 18 */
        color: #999999 !important;
        opacity: 1 !important;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper .gform_footer{
        margin: 20px 0 0;
        padding: 0;
    }

    .contact-page .contact-section-content .right-section .gform_wrapper .gform_footer input{
        background-color: #c93158;
        color: #fff;
        padding: 10px 50px !important;
        border-radius: 5px;
    }

    .contact-page .bottom-content{
        background-color: #fff;
    }

    .contact-page .bottom-content .wrap{
        padding: 80px 55px;
    }

    .contact-page .bottom-content .left-section{
        float: left;
        width: 50%;
    }

    .contact-page .bottom-content .right-section{
        float: right;
        width: 50%;
    }

    .contact-page .bottom-content .right-section .bottom-content-div{
        width: 510px;
        float: right;
    }

    .contact-page .bottom-content .right-section .bottom-content-div p{
        color: #5d5d5d;
        font-size: 16px;
        line-height: 1.7;
        text-align: justify;
    }



/*
---------------------------------------------
    Thank You Page
---------------------------------------------
*/

    .thank-you-page .site-inner > .entry-title{
        margin-bottom: 0;
    }

    .thank-you-page .thank-you-section{
        background-color: #fff;
    }

    .thank-you-page .thank-you-section-content .wrap{
        padding: 70px 15px;
        overflow: hidden;
    }

    .thank-you-page .thank-you-section-content .left-section{
        float: left;
        width: 50%;
        color: #5d5d5d;
        font-size: 16px;
        line-height: 1.5;
        padding: 0 45px 25px 0;
        border-right: 1px solid #ebebeb;
    }

    .thank-you-page .thank-you-section-content .right-section{
        float: right;
        width: 50%;
    }

    .thank-you-page .thank-you-section-content .book-img{
    	float: left;
    	width: 50%;
    }

    .thank-you-page .thank-you-section-content .book-img img{
		float: right;
	    margin-right: 30px;
		margin-top: 5px;
    }

    .thank-you-page .thank-you-section-content .form-col{
    	float: right;
    	width: 50%;
    }

    .thank-you-page .thank-you-section-content .form-col h3{
		color: #c93159;
	    font-family: 'GothamHTF-Medium';
	    font-size: 40px;
	    text-transform: uppercase;
	    margin-bottom: 30px;
    }

    .thank-you-page .thank-you-section-content .form-col h3 span{
		font-size: 65px;
    }

    .thank-you-page .thank-you-section-content .form-col p{
		color: #5d5d5d;
	    font-size: 23px;
	    font-family: 'GothamHTF-Medium';
	    line-height: 1.3;
    }

    .thank-you-page .thank-you-section-content .gform_wrapper form{
    	margin-top: 55px;
    }

    .thank-you-page .thank-you-section-content .form-col form li{
		margin: 0 0 12px !important;
    }

    .thank-you-page .thank-you-section-content .form-col form li .ginput_container{
		margin: 0 !important;
    }

    .thank-you-page .thank-you-section-content .form-col form li label{
    	display: none !important;
    }

    .thank-you-page .thank-you-section-content .form-col form li input{
	    background-color: #f4f4f4;
	    border: 1px solid #dbdbdb;
	    padding: 12px 30px !important;
	    font-family: 'GothamHTF-Book' !important;
	    font-size: 17px !important;
	    margin: 0;
    }

    .thank-you-page .thank-you-section-content .form-col form .gform_footer{
	    margin: 25px 0 0;
	    padding: 0;
    }

    .thank-you-page .thank-you-section-content .form-col form .gform_footer input{
		font-family: 'GothamHTF-Bold';
	    font-size: 14px !important;
	    background-color: #c93158;
	    border-radius: 3px;
	    padding: 14px 25px;
    }

/* Pop Out Page */
.ck_form.ck_naked {
	background: transparent;
	line-height: 1.5em;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	margin: 20px 0px;
}

.ck_form.ck_naked p {
	padding: 0px;
}

.ck_form, .ck_form * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ck_form.ck_naked .ck_form_fields {
	width: 100%;
}
/* Form fields */

.ck_errorArea {
	display: none; /* temporary */
}

#ck_success_msg {
    padding: 10px 10px 10px;
    border: solid 1px #ddd;
    background: #eee;
}

.ck_form.ck_naked input[type="text"], .ck_form.ck_naked input[type="email"] {
    background-color: #f4f4f4;
    border: 1px solid #dbdbdb;
    padding: 12px 30px !important;
    font-family: 'GothamHTF-Book' !important;
    font-size: 17px !important;
    margin: 0 0 10px;
}

.ck_form input[type="text"]:focus, .ck_form input[type="email"]:focus {
	outline: none;
	border-color: #aaa;
}

.ck_form.ck_naked .ck_subscribe_button {
	font-family: 'GothamHTF-Bold';
    font-size: 14px !important;
    background-color: #c93158;
    border-radius: 3px;
    padding: 14px 25px;
    max-width: 190px;
    width: 100%;
	margin-top: 10px;
}


.ck_converted_content {
	display: none;
	padding: 5%;
	background: #fff;
}

.emodal-overlay {
    background: rgba(0, 0, 0, 0.88) !important;
}
.emodal-content p{
	font-family: 'GothamBook' !important;
}
.emodal-content {
	text-align: center;
}
.emodal-content h2 {
    font-family: 'GothamHTF-Bold';
    text-align: center;
    color: #c93158;
    font-size: 30px;
}
div#eModal-1 {
    max-width: 360px !important;
    padding: 40px !important;
    padding-top: 20px !important;
    box-sizing: border-box !important;
    width: 90% !important;
}
.emodal > .emodal-close:before, .emodal > .emodal-close:after {
    position: absolute;
    left: 18px;
    content: ' ';
    height: 33px;
    width: 4px;
    background-color: #fff;
    top: 2px;
}
.emodal > .emodal-close:hover:before, .emodal > .emodal-close:hover:after {
	background-color: #fff;
}
.emodal > .emodal-close:before {
    transform: rotate(45deg);
}
.emodal > .emodal-close:after {
    transform: rotate(-45deg);
}
.emodal-overlay {
    background: rgba(0, 0, 0, 0.54) !important;
}
.emodal > .emodal-close {
    text-decoration: none;
    text-align: center;
    line-height: 1;
    position: absolute;
    font-weight: bold;
    cursor: pointer;
    min-width: 1em;
    top: -40px !important;
    right: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 0 !important;
    color: transparent !important;
    text-shadow: none !important;
    padding: 10px !important;
    z-index: 999999;
    background: #c93158 !important;
}
.img-popout img {
    margin-left: -30px;
}




#CybotCookiebotDialog div {
    line-height: 1.231;
	font-size: 9.5pt!important;
    
}

#CybotCookiebotDialogBodyContentText p{font-size: 9.5pt!important;}
#CybotCookiebotDialogBodyLevelButtons{ float: left!important}



/*
---------------------------------------------
    RESPONSIVENESS
---------------------------------------------
*/

@media only screen and (max-width: 1400px) {

	.homepage .benefit-section{
		background-position: -80px top;
	}

}

@media only screen and (max-width: 1300px) {

	.facilities-page .facilities-section-content.even .left-section .content,
	.facilities-page .facilities-section-content.odd .right-section .content{
		width: 80%;
   		margin: 10%;
	}

	.facilities-page .facilities-section-content.first .left-section{
		background-position: right center;
	}

}

@media only screen and (max-width: 1200px) {

    .site-inner, .wrap {
        max-width: 100%;
    }

    .site-header .widget-area {
        width: 850px;
    }

	.homepage .why-choose-section-content .lists .list-item,
	.about-page .middle-section-content .lists .list-item{
	    width: 230px;
	}

	.homepage .why-choose-section-content .lists .list-item img,
	.about-page .middle-section-content .lists .list-item img{
		width: 160px;
	}

	.homepage .why-choose-section-content .lists .list-item h4,
	.about-page .middle-section-content .lists .list-item h4{
		font-size: 20px;
	}

	.before-footer .book-img-div{
		    margin-left: -30px;
	}

	.content-sidebar .content-sidebar-wrap, 
	.full-width-content .content-sidebar-wrap article{
		width: 100%;
		padding: 20px;
	}

	.content-sidebar .content {
	    width: 63%;
	}

	.about-page .top-section{
		background-position: calc(100% + 110px) top !important;
	}

	.about-page .bottom-section .bottom-section-content .right-section{
		width: 48%;
	}

	.contact-page .bottom-content .right-section .bottom-content-div{
		width: 95%;
	}

}

@media only screen and (max-width: 1110px) {

	.homepage .recent-blog-section-content .blog-content .blog-post {
	    width: 29%;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post h4{
		line-height: 0.5;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post h4 a{
		line-height: 1;
	}

	.contact-page .contact-section-content .left-section{
		padding-top: 0;
	}

	.thank-you-page .thank-you-section-content .book-img {
	    width: 47%;
	}

	.thank-you-page .thank-you-section-content .book-img img{
		width: 180px;
	}

	.thank-you-page .thank-you-section-content .form-col {
	    width: 53%;
	}

}

@media only screen and (min-width: 1101px) {

    .nav-header {
        display: block !important;
    }

}


@media only screen and (max-width: 1100px) { /* For Responsive Menu */

    .header-widget-area .search-section,
    .header-widget-area .get-in-touch{
        display: none;
    }

    .genesis-nav-menu .sub-menu:after{
        display: none;
    }

    .site-header .widget-area {
        width: 100%;
    }

    .site-header.fixed .widget-area {
        margin-top: 0;
    }

    .header-widget-area .widget_nav_menu {
        margin-right: 0;
        width: 100%;
        padding-bottom: 20px;
    }

    .menu-toggle,
    .sub-menu-toggle {
        display: block;
        font-size: 70px;
        font-weight: 700;
        margin: 0 auto;
        overflow: hidden;
        padding: 0 10px;
        text-align: center;
        visibility: visible;
		line-height: 0.7;
    }

    .menu-toggle{
        position: absolute;
        top: 18px;
        right: 10px;
    }

    button.menu-toggle,
    button.sub-menu-toggle {
        background-color: transparent;
        color: #000;
    }

    .sub-menu-toggle {
        padding: 18px;
        padding: 1.8rem;
        position: absolute;
        right: 0;
        top: 0;
    }

    .menu-toggle:before {
        content: "\2261";
    }

    .menu-toggle.activated:before {
        content: "\2261";
    }

    .sub-menu-toggle:before {
        content: "+";
    }

    .sub-menu-toggle.activated:before {
        content: "-";
    }

    .nav-header {
        display: none;
        position: relative;
    }

    .genesis-nav-menu .menu-item {
        display: block;
        position: relative;
        text-align: left;
        padding-top: 0 !important;
    }

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

    #menu-primary-menu li a{
        padding: 10px 2px;
    }

    #menu-primary-menu li:first-child a{
        background-position: left;
        padding: 20px;
    }

    .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        opacity: 1;
        position: static;
        width: 100%;
    }

    .genesis-nav-menu .sub-menu a {
        border-left: 0;
        position: relative;
        width: auto;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .genesis-nav-menu .sub-menu .sub-menu a {
        background-color: #f7ebdd;
        padding-left: 30px;
    }

    .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
        background-color: #fff;
        padding-left: 40px;
    }

    .nav-primary a:hover,
    .nav-primary .current-menu-item > a {
        color: #333;
    }

    .about-page .top-section {
	    background-position: calc(100% + 150px) top !important;
	}

	.about-page .top-section .top-section-content {
	    width: 50%;
	}

}

@media only screen and (max-width: 1100px) {

	.before-footer .wrap{
		width: 960px;
	}

	.before-footer .book-img-div{
		margin-left: -60px;
	}

	.before-footer .book-title-div{
		margin-left: 0px;
	}

	.before-footer .book-title-div h5{
		font-size: 25px;
	}

	.before-footer .book-link-div {
	    padding-left: 10px;
	}

	.before-footer .book-content-div p{
		font-size: 21px;
	}

	.before-footer .book-content-div {
	    width: 410px;
	}

	.content-sidebar .content {
	    width: 58%;
	}

}

@media only screen and (max-width: 1080px) {

	.homepage .testimonial-section-content .cycle-prev,
	.homepage .testimonial-section-content .cycle-next{
		display: none;
	}

	.homepage .benefit-section{
		background-position: -190px top;
	}

}


@media only screen and (max-width: 960px) {

	.homepage .testimonial-section .wrap{
	    max-width: 100%;
	    padding: 0 20px;
	}

	.homepage .testimonial-section-content .easy_testimonial_image_wrapper .wp-post-image{
float: none;
	}

	.homepage .testimonial-section-content .testimonial_body{
		background: none;
    width: 100%;
    float: none;
    padding: 0;
	}

	.homepage .testimonial-section-content .testimonial_body p{
		text-align: center;
	}

	.homepage .testimonial-section-content .testimonial_author{
		text-align: center;
    float: none;
    width: 100% !important;
	}

	.homepage .services-section-wrap .left-section, 
	.homepage .services-section-wrap .right-section{
	    width: 310px;
	    padding: 20px 30px 0px 30px;
	    margin: 0 25px;
	}

	.homepage .who-we-are-section{
		background-position: -320px top;
	}

	.homepage .why-choose-section-content .lists .list-item,
	.about-page .middle-section-content .lists .list-item{
		width: 40%;
	    margin-bottom: 30px;
	}

	.homepage .why-choose-section-content .lists .list-item h4 br,
	.about-page .middle-section-content .lists .list-item h4 br{
		display: none;
	}

	.homepage .benefit-section{
		background-position: right top;
	}

	.homepage .benefit-section-content {
	    width: 100%;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post h4 a {
	    font-size: 20px;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post p{
		font-size: 14px;
	}

.before-footer .wrap {
    width: 768px;
}

	.before-footer .book-img-div{
		    width: 150px;
	}

	.before-footer .book-img-div img{
		    margin-top: -50px;
	}

	.before-footer .book-title-div {
    width: 100px;
}

	.before-footer .book-title-div h5 {
    font-size: 22px;
}

.before-footer .book-content-div {
    width: 330px;
}

.before-footer .book-content-div p {
    font-size: 19px;
}

.before-footer .book-link-div{
	margin-right: -20px;
}

.before-footer .book-link-div a{
	font-size: 14px;
	width: 175px;
}

.footer-widgets .footer-widgets-2 .textwidget{
	padding: 0 10% 0 11%;
}

.footer-widgets .footer-widgets-3{
	padding-left: 3%;
	text-align: center;
}

.footer-widgets .footer-widgets-3 a{
    margin: 20px auto 0;
    float: none;
    display: inline-block;
}

.content-sidebar .content {
    width: 100%;
}

aside.sidebar {
    width: 350px;
    margin: auto;
    float: none;
    overflow: hidden;
}

	.about-page .top-section {
	    background-position: 0 top !important;
	}

	.about-page .top-section .top-section-content {
	    width: 100%;
	    }

	.about-page .top-section .top-section-content ul {
	    margin-left: 15px;
	}

	.about-page .bottom-section .bottom-section-content .left-section{
		width: 100%;
	}

	.about-page .bottom-section .bottom-section-content .right-section{
		width: 100%;
	}

	.facilities-page .facilities-section-content .left-section img,
    .facilities-page .facilities-section-content .right-section img{
    	display: block;
    	width: 100%;
    }

    .facilities-page .facilities-section-content .left-section,
    .facilities-page .facilities-section-content .right-section{
		background: none !important;
	    width: 100%;
	    position: relative !important;
	    height: auto !important;
    }


	.facilities-page .facilities-section-content.even{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.facilities-page .facilities-section-content.even .left-section{
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.contact-page .contact-section-content .left-section,
	.contact-page .contact-section-content .right-section{
		width: 100%;
	}

	.contact-page .contact-section-content .right-section{
		width: 100%;
	    padding: 0;
	    border: none;
	}

	.contact-page .contact-section-content form .gform_body{
		width: 100%;
	}

	.contact-page .bottom-content .left-section,
	.contact-page .bottom-content .right-section{
		width: 100%;
	}

	.contact-page .bottom-content .left-section{
		    margin-bottom: 10px;
	}

	.contact-page .bottom-content .right-section .bottom-content-div {
	    width: 100%;
	    }

	    .thank-you-page .thank-you-section-content .left-section{
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 30px;
    text-align: center;
	    }

.thank-you-page .thank-you-section-content .left-section img {
    display: block;
    margin: auto;
}

.thank-you-page .thank-you-section-content .right-section{
	width: 470px;
    margin: auto;
    display: block;
    float: none;
    overflow: hidden;
}

.thank-you-page .thank-you-section-content .book-img {
    width: 44%;
}

.thank-you-page .thank-you-section-content .form-col {
    width: 56%;
}

.thank-you-page .thank-you-section-content form .gform_body{
	width: 100%;
}

}

@media only screen and (max-width: 800px) {

	.site-inner{
		padding: 0;
	}

	.wrap{
		padding: 0 20px;
	}

	.homepage .banner-section-content{
		padding: 0 20px;
	}

}


@media only screen and (max-width: 768px) {

	.homepage .as-featured-section .logos{
		display: none;
	}

	.homepage .as-featured-section .logos-mobile{
    	display: block;
    	margin: auto;
    }

    .homepage .services-section-wrap .left-section, 
    .homepage .services-section-wrap .right-section{
		width: 370px;
		margin-top: 30px;
		padding: 20px 40px 0px 40px;
    }

    .homepage .services-section-wrap .left-section{
    	margin-bottom: 100px;
    }

    .homepage .who-we-are-section{
		background-position: 0 top;
    }

    .homepage .who-we-are-section-content {
	    width: 100%;
	}

	.homepage .why-choose-section-content .lists .list-item,
	.about-page .middle-section-content .lists .list-item{
	    width: 100%;
	}

	.homepage .why-choose-section,
	.about-page .middle-section-content{
		padding-bottom: 30px;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 30px;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post h4{
		text-align: center;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post p{
		text-align: center;
	}

	.homepage .recent-blog-section-content .blog-content .blog-post p a{
		    display: block;
    width: 140px;
    margin: 10px auto;
	}

	.featured-logo{
		background-color: #f9f3f7;
		    padding: 20px 0 50px;
	}

	.featured-logo img{
		display: none;
	}

	.featured-logo img.logos-mobile{
		display: block;
		margin: auto;
	}

	.featured-logo p{
		    margin: 35px 0 20px;
		        display: block;
	}

	.before-footer .wrap {
	    width: 100%;
	}

	.before-footer .book-img-div{
		width: 230px;
    display: block;
    margin: auto;
	}

	.before-footer .book-img-div img{
		    margin-top: -60px;
	}

	.before-footer .book-title-div{
		    width: 100%;
    text-align: center;
    margin-top: 60px;
        min-height: 0;
	}

	.before-footer .book-title-div h5{
		display: block;
	}

	.before-footer .book-content-div{
		width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    min-height: 0;
	}

	.before-footer .book-content-div p {
    font-size: 19px;
}

.before-footer .book-link-div{
    display: block;
    margin: 20px 0 0;
}

.before-footer .book-link-div a{
	display: block;
    margin: auto;
}

.footer-widgets .widget{
	min-height: 0 !important;
}

.footer-widgets .footer-widgets-1, 
.footer-widgets .footer-widgets-2, 
.footer-widgets .footer-widgets-3 {
    width: 100%;
    border: none;
}

.footer-widgets .footer-widgets-2{
	margin-bottom: 30px;
}

.footer-widgets .footer-widgets-2 .textwidget {
    padding: 0;
        text-align: center;
}


.footer-widgets .footer-widgets-3 {
    padding-left: 0;
}

.footer-widgets .footer-widgets-3 img {
    display: block;
    float: none;
    margin: auto;
}

.site-footer .copyright{
	    float: none;
    margin-bottom: 5px;
}

.site-footer .designed{
	float: none;
}


}


@media only screen and (max-width: 500px) {

	.thank-you-page .thank-you-section-content .right-section{
		width: 100%;
	}

	.thank-you-page .thank-you-section-content .book-img {
	    width: 100%;
	    text-align: center;
	    display: block;
	}

	.thank-you-page .thank-you-section-content .book-img img {
	    margin: auto;
	    float: none;
	}

	.thank-you-page .thank-you-section-content .form-col {
	    width: 100%;
	        text-align: center;
	}

}


@media only screen and (max-width: 470px) {

	.homepage .banner-section-content h1{
		font-size: 40px;
	}

	.homepage .banner-section-content h2{
		font-size: 20px;
	}

	.homepage .services-section-wrap .left-section, 
	.homepage .services-section-wrap .right-section {
	    width: 100%;
	    margin: 20px 0 0;
	    padding: 20px 20px 0px 20px;
	}

	.homepage .services-section-wrap .left-section ul li, 
	.homepage .services-section-wrap .right-section ul li{
		font-size: 18px;
	}

	.homepage .services-section-wrap .left-section{
		margin-bottom: 110px;
	}

	.footer-widgets .footer-widgets-1 .left-section,
	.footer-widgets .footer-widgets-1 .right-section{
	    width: 100%;
	}

	aside.sidebar {
	    width: 100%;
	}

	aside.sidebar .support .support-wrap p{
		width: 90%;
	}

	aside.sidebar .latest-posts .rpwe-summary .more-link{
		display: block !important;
	    margin: 10px 0 0;
	}

	.about-page .bottom-section .bottom-section-content ul{
		margin-left: 15px;
	}

	.page article .entry-content ul.check {
	    margin: 50px 15px 40px;
	}

	.page article .entry-content ul.check > li{
		text-align: left;
	}

	.facilities-page .facilities-section-content.even .left-section .content, 
	.facilities-page .facilities-section-content.odd .right-section .content{
		width: 90%;
    	margin: 5%;
	}

	.contact-page .contact-section-content .wrap{
		padding: 70px 20px;
	}

	.contact-page .bottom-content .wrap {
	    padding: 80px 20px;
	}

}



@media only screen and (max-width: 400px) {

	aside.sidebar .free-book .freebook-div img{
	    margin-left: -20px;
	}

	aside.sidebar .free-book .freebook-div p{
		right: calc(50% - 115px);
	}

	aside.sidebar .support .support-wrap p{
		padding: 17px 10px 17px 70px;
		font-size: 18px;
	}

}











/*.before-footer,
.footer-widgets,
.site-footer{
	display: none;
}*/