/*
Theme Name: Griffith Park Healthcare
Theme URI:  
Author: Falcon Marketing
Author URI: https://www.falconmarketing.com
Description: Custom theme
Version: 1.0
License:  
License URI: 
Text Domain:  griffith

*/
*,
*::after,
*::before{
    transition: all 0.3s;
}
body{
    font-family: 'Poppins', sans-serif !Important;
}
@font-face{
    font-family: 'proximal';
    src: url(fonts/proxima-light.otf);
}
@font-face{
    font-family: 'proximar';
    src: url(fonts/proxima-novaregular.otf);
}
@font-face{
    font-family: 'proximas';
    src: url(fonts/proxima-nova-semibold.otf);
}
a,a:hover{
    text-decoration: none !important;
}
a.boxcard-color img{
    box-shadow: 0 0 41px 2px #d7d7d7db;
}
p{
    margin: 0 0 20px;
}
.fancybox-navigation {
    display: none !important;
}
img{
    max-width: 100%
}
.topbar-li ul li.displayblock-desktopp{
    display: none;
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus{
	outline: 0px !important
}
.searchform{
	position: relative
}
.searchform input{
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button{
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found,
.not-found .content-header{
	margin-bottom: 100px
}
.not-found p{
	margin-bottom: 30px;
}
/* Navbar */
.nav-bar {
    float: right;
	width: 67%;
    text-align: right;
    position: relative;
    margin-top: 30px;
}

.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
ul.sociallinks{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -30px;
    right: 0;
}
.nav-menu li,
ul.sociallinks li{
	display: inline-block;
    margin: 0 25px 0 0;
	position: relative;
}
ul.sociallinks li a{
    color: #294d5b;
    font-size: 22px;
}
.nav-menu li a {
	color: #6d6656;
	display: block;
    text-transform: uppercase;
	font-size: 15px;
	line-height: 1;
	padding: 15px 0 6px;
	text-decoration: none;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #294d5b;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
ul.sub-menu li{
    margin: 0px
}
ul.sub-menu li a{
    color: #fff !important;
    padding: 15px;
    text-align: left;
}
ul.sub-menu li a:hover{
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #a9cf38; 
}
.closebtn,
.openmenu,
.menu-toggle {
	display: none;
}

/*  Alignment  */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter {display: block;margin: 5px auto 5px auto;}
.alignright {float:right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.alignright {float: right;margin: 5px 0 20px 20px;}
a img.alignnone { margin: 5px 20px 20px 0;}
a img.alignleft {float: left;margin: 5px 20px 20px 0;}
a img.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;  padding: 5px 3px 10px;text-align: center;}
.wp-caption.alignnone {margin: 5px 20px 20px 0;}
.wp-caption.alignleft {margin: 5px 20px 20px 0;}
.wp-caption.alignright {margin: 5px 0 20px 20px}
.wp-caption img {border: 0 none;height: auto;margin: 0;max-width: 98.5%;padding: 0;width: auto;}

.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;margin: 0;padding: 0 4px 5px; }
.nopd{
    padding: 0px !Important
}
.fw-container-fluid.nopd .fw-row{
    margin: 0px;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after,
.thumb-content::after,
.sidebar .widget li::after{
	content: '';
	clear: both;
	display: block;
}
.blogdetail{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
    text-align: center;
}
.blogdetail .content{
    padding: 20px;
    border: 1px solid #e8e8e8
}
.meta-info{
background: rgb(123,168,96); /* Old browsers */
background: -moz-linear-gradient(left, rgba(123,168,96,1) 0%, rgba(85,137,99,1) 50%, rgba(85,137,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(123,168,96,1) 0%,rgba(85,137,99,1) 50%,rgba(85,137,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(123,168,96,1) 0%,rgba(85,137,99,1) 50%,rgba(85,137,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba860', endColorstr='#558963',GradientType=1 ); /* IE6-9 */
    color: #fff;
    font-family: 'proximar' !Important;
    padding: 15px;
    line-height: 1;
}
.blogdetail .content h3{
    font-size: 25px;
    font-family: 'proximas' !Important;
}
.blogdetail .content h3 a{
    color: #474747;
}
.blogdetail .content p{
    font-size: 14px;
    color: #292929;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.site-logo{
    float: left;
}
.site-header{
    padding: 20px 0;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 999
} 
.background-img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.sitebtn,
.reply a,
input.wpcf7-submit,
.form-submit input,
#gform_submit_button_1,
#gform_submit_button_2{
    background: rgb(90,141,99); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(90,141,99,1) 0%, rgba(127,171,96,1) 50%, rgba(87,139,99,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(90,141,99,1) 0%,rgba(127,171,96,1) 50%,rgba(87,139,99,1) 100%); 
    background: linear-gradient(to right, rgba(90,141,99,1) 0%,rgba(127,171,96,1) 50%,rgba(87,139,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8d63', endColorstr='#578b63',GradientType=1 );
    display: inline-block;
    border-radius: 30px;
    height: 55px;
    padding: 0 30px;
    line-height: 52px;
    color: #fff;
    border: 2px solid transparent;
}
.sitebtn:hover,
.reply a:hover,
input.wpcf7-submit:hover,
.form-submit input:hover,
#gform_submit_button_1:hover,
#gform_submit_button_2:hover{
    background: transparent;
    border: 2px solid rgb(90,141,99);
    color: rgb(90,141,99);
}
.hero-image {
	position: relative;
	padding: 142px 0 44px;
    background-position: auto !important;
} 

.hero-image::after {
    background: url(images/curve-pnga.png);
    bottom: -8px;
    content: '';
    display: block;
    height: 320px;
    left: 0;
    position: absolute;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
}
.hero-image .content{
    position: relative;
    top: 110px;
}
.banner-img{
    position: relative;
    top: 50px;
}
.hero-image .content p{
    font-size: 18px;
    font-family: 'Questrial', sans-serif !Important;
}
.hero-image .content h1{
    font-family: 'proximas' !Important;
    font-size: 46px;
    color: #294d5b;
}
.hero-image .content a{
    background: rgb(90,141,99); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(90,141,99,1) 0%, rgba(127,171,96,1) 50%, rgba(87,139,99,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(90,141,99,1) 0%,rgba(127,171,96,1) 50%,rgba(87,139,99,1) 100%); 
    background: linear-gradient(to right, rgba(90,141,99,1) 0%,rgba(127,171,96,1) 50%,rgba(87,139,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8d63', endColorstr='#578b63',GradientType=1 );
    border: 2px solid transparent;
    border-radius: 110px;
    height: 50px;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 47px;
    margin-top: 20px;
    text-align: center;
    width: 50px;
}
.hero-image img{
    margin-bottom: 0;
}
.contact-form .heading h1{
    margin-bottom: 45px;
    font-weight: bold;

}
.page-id-65 .heading h1{
    margin-bottom: 10px;
    text-transform: inherit !important;
}
.heading h1{
    font-size: 45px;
    color: #6c858e;
    margin-bottom: 30px;
    font-family: 'proximal' !Important;
}
.smheading h2{
    font-size: 47px;
    color: #294d5b;
    margin-bottom: 30px;
    font-family: 'proximas' !Important;
    text-transform: capitalize !Important;
}
.aboutus p{
    color: #5d5d5d;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-align: center;
    margin: 0;
    padding: 0 10px;
}
.aboutus .entry-content{
    margin: 0 0 30px;
}
.aboutus .sitebtn{
    margin: 0 10px;
}
.services {
	padding: 230px 0 0;
	position: relative;
	height: 826px;
	background-position: top;
}
.service-list span{
    float: left;
    margin-right: 20px;
    height: 60px;
}
.service-list h3{
    font-size: 18px;
    font-family: 'Questrial', sans-serif;
}
.service-list a{
    color: #4f4f4f;
}
.service-list p {
	margin-top: 20px;
	font-size: 13px;
	font-weight: 300;
	color: #4f4f4f;
}
.fw-main-row.available-rooms {
	margin-top: -137px;
}
.fw-main-row.testimonials.background-img{
    position: relative;
    background-position: bottom;
    padding: 50px 0 149px;
}
.testimonials::before {
	background: url(images/rooms-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	content: '';
	display: block;
	height: 601px;
	left: -20px;
	position: absolute;
	top: -381px;
	width: 585px;
	z-index: 1;
}
/*
.testimonials::after {
    background: url(images/waves.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: -117px;
    content: '';
    display: block;
    height: 119px;
    left: 0;
    position: absolute;
    width: 100%;
}
*/
.testimonials .content{
    text-align: center;
}
.testimonials .content p{
    font-weight: 300;
    font-style: italic;
    color: #5d5d5d;
}
.testimonials .content h3{
    color: #0a3443;
    font-size: 16px;
    font-weight: normal;
}
.nopd{
    padding: 0px !Important
}
.clr1{
    background-color: #f9f9f9;
}
.col-lg-6.col-md-6.col-sm-12.clr1 {
	padding: 0 29px;
}
.col-lg-6.col-md-6.col-sm-12.clr1 h1{
    margin-top: 30px;
	font-size:30px;
    margin-bottom: 0px
}
.cta-bar p{
    font-weight: 300;
    color: #5d5d5d;
    line-height: 30px;
    letter-spacing: 0.5px;
}
.cta-bar img{
    position: relative;
    bottom: -40px; 
}
.slideimg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 422px;
    border-radius: 5px;
}
.gform_wrapper .top_label .gfield_label{
    font-weight: 100;
    color: #5d5d5d;
}
#field_1_1,
#field_1_2,
#field_2_1,
#field_2_2{
    float: left;
    width: 50%;
    clear: none;
}
#field_1_4{
    float: left;
    width: auto;
    clear: none;
}
.gform_footer.top_label{
    text-align: center;
}
.gform_body input,
.gform_body select{
    height: 55px;
}
.gform_body input,
.gform_body select,
.gform_body input::placehoder,
.gform_body select::placehoder,
.gform_wrapper.gf_browser_gecko select,
.gform_wrapper .top_label input.medium, 
.gform_wrapper .top_label select.medium{
    color: #5d5d5d !Important;
    font-family: 'Poppins', sans-serif !Important;
    font-weight: 100 !Important;
}
.gform_body input,
.gform_body select,
.gform_body textarea{
    background: transparent;
    width: 100% !Important;
    border: 1px solid #dbdbdb !Important;
    padding: 15px !Important;
    font-size: 15px;
}
.card-type {
	position: absolute;
	right: 0;
	top: 78px;
}
.card-type img{
    display: none
}
.card-type img.active{
    height: 500px;
    display: inline-block;
    width: auto;
}
.cstm-success-msg {
    text-align: center;
}

.cstm-success-msg span {
    color: #5c8f63;
    font-size: 14px;
}

.row.thumb-slider {
	position: relative;
	z-index: 99;
}
.thumb-content{
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 30px
}
.thumb-content span{
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    height: 100px;
    margin-right: 16px;
    width: 130px;
}
.thumb-slider img{
    border-radius: 5px;
}
.thumb-slider .slick-prev.slick-arrow{
    display: none !Important
}
.thumb-content h3{
    color: #0a3443;
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Questrial', sans-serif !Important;
}
.thumb-content p{
    color: #5d5d5d;
    font-size: 13px;
    font-weight: 300;
}
/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;

    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*
.header-info-email{
    background-color: #e9e9e9;
    text-align: center;
    padding: 10px 0;
}
.header-info-email a{
    color: #294d5b;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none !important;
}
.header-emaill{
    float: left;
}
.header-phone{
    float: right;
}
.header-info-email a i{
    margin-right: 10px;
}
.header-info-email a:hover{
    color: #294d5b;
}
*/
.top-bar-sec {
    background: #e9e9e9;
    height: 59px;
    line-height: 59px;
}
.top-bar-sec a i {
    margin-right: 15px;
}
.top-bar-sec a,
.top-bar-sec span{
    color: #294d5b;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: none !important;
}
.top-bar-sec a:hover{
    color: #294d5b;
}
.top-bar-sec ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-bar-sec ul li{
    display: inline-block;
    margin-right: 30px;
}
.top-bar-sec ul li:last-child{
    margin-right: 0;
}
.content-header{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 200px 0 0px;
    width: 100%;
}
.content-header h1{
    color: #294d5b;
    font-size: 47px;
    margin: 0;
    line-height: 1;
    text-align: center;
}
.entry-content ul{
    padding: 0 0 18px 0
}
.entry-content p{
    color: #5d5d5d;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 300;
}
.aboutpage .entry-content img{
    margin-bottom: 60px;
}
.abouticon .content{
    text-align: center;
    background: #f4f4f4;
    padding: 40px 20px;
}
.abouticon .content p{
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 300;
}
.abouticon .content strong{
    font-family: 'proximar';
    font-size: 20px;
    font-weight: normal;
}
/*.page-content::before{
    background: url(images/content-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    display: block;
    height: 209px;
    left: 0;
    position: absolute;
    top: 0;
    width: 245px;
}*/
.page-content{
    position: relative;
    z-index: 9;
}
.page-content::after{
    background: url(images/bottom-shape.png);
    bottom: 0px;
    content: '';
    display: block;
    height: 781px;
    right: 0;
    position: absolute;
    width: 294px;
    z-index: -1;
}
.blog-list{
    padding: 100px 0 215px;
    position: relative;
}
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li{
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a{
    border-radius: 4px;
    background-color: #ddd;
    color: #333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a{
    background: #558963;
    color: #fff;
}
.services-detail .content::before{
    background: rgb(90,141,99); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(90,141,99,1) 0%, rgba(127,171,96,1) 50%, rgba(87,139,99,1) 100%); 
    background: -webkit-linear-gradient(left, rgba(90,141,99,1) 0%,rgba(127,171,96,1) 50%,rgba(87,139,99,1) 100%); 
    background: linear-gradient(to right, rgba(90,141,99,1) 0%,rgba(127,171,96,1) 50%,rgba(87,139,99,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8d63', endColorstr='#578b63',GradientType=1 );
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1
}
.services-detail .content:hover::before{
    height: 100%;
}
.services-detail .content {
	background: #fff;
	box-shadow: 2px 2px 41px #f0f0f0;
	margin-bottom: 50px;
	padding: 50px 30px;
    position: relative;
	text-align: center;
    z-index: 99
}
.services-detail .content:hover,
.services-detail .content:hover h3{
    color: #fff;
}
.services-detail .content img{
    margin-bottom: 30px
}
.services-detail .content img.hoveron,
.services-detail .content:hover img.hoveroff{
    display: none
}
.services-detail .content:hover img.hoveron{
    display: inline-block
}
.services-detail .content h3{
    color: #474747;
    font-family: 'proximar';
    font-size: 27px;
    font-weight: normal;
}
.services-detail .content p{
    font-family: 'proximal';
    font-weight: 300;
    font-size: 18px;
}
#cbpw-filters1{
    display: none !Important
}
.contactpage-info {
/*	background-color: #f9f9f9;*/
	padding: 100px 100px 222px !Important;
}
.gravityformfield{
    padding: 100px !Important
}
.contactinfo ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contactinfo li {
	display: block;
	padding-left: 85px;
	position: relative;
	margin-bottom: 23px;
}
.contactinfo li span{
    background: url(images/icons.png);
    position: absolute;
    display: block;
    height: 50px;
    font-family: 'proximal';
    font-size: 18px;
    left: 0;
}
.contactinfo li a{
    color: #474747;
}
.contactinfo li strong{
    display: block;
    color: #474747;
    font-size: 27px;
    font-weight: normal;
    font-family: 'proximar';
}
.contactinfo li span.map{
    background-position: 0 0;
    width: 33px;
}
.contactinfo li span.phone {
	background-position: -51px 0;
	width: 42px;
}
.contactinfo li span.envelope {
	background-position: -111px 0;
	width: 46px;
}
.contactinfo li span.clock {
	background-position: -175px 0;
	width: 49px;
}
.recent-posts{
    margin-top: 20px;
}
.recentpost{
    margin-bottom: 30px
}
.recentpost .thumb{
    float: left;
    margin-right: 15px;
}
.recentpost .thumb img{
    height: 80px;
    width: auto;
}
.recentpost h4{
    font-size: 14px;
    margin-bottom: 20px;
}
.recentpost p{
    font-size: 11px;
}
.recentpost i{
    color: #b1c5d9;
    font-size: 14px;
}
#cbpw-filters1,
.comment-respond label{
    display: none !Important 
}
#commentform input,
#commentform textarea{
    width: 100%;
    padding: 0 15px;
    border: 1px solid #ccc;
}
#commentform textarea{
    padding: 15px;
}
#commentform input{
    height: 45px;
}
.comment-form-url, .comment-form-author, .comment-form-email {
	display: inline-block;
	padding: 0 11px;
	width: 32.9%;
}
.form-submit,
.comment-form-comment{
    padding: 0 11px;
}
.comments{
    margin-bottom: 30px;
}
#comments {
	margin: 30px 0 200px;
	padding-top: 30px;
}
.comments li{
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 15px;
}
.reply{
    text-align: right;
}
.sidebar .widget{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comments ul,
.sidebar .widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .widget li a {
	display: inline-block;
	color: #333;
    float: left;
}
.sidebar .widget h3{
    font-size: 25px;
    margin: 0 0 20px;
}
.sidebar .widget li{
    display: block;
    text-align: right;
	padding: 10px 0;
}
.content-detail{
    padding: 30px;
    border: 1px solid #ccc;
}
.content-detail h1{
    font-size: 35px;   
    font-family: 'proximas' !Important;
}
.form-submit input {
	height: 60px !important;
	border: 0px !important;
    width: auto !Important;
    padding: 0 40px !Important
}
/* Site Footer */

.site-footer{
    background: url(images/Untitled-1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 580px;
    position: relative;
    margin-top: -170px;
}
.site-footer .row{
    width: 100%;
}
.site-footer .content{
    padding-top: 350px;
}
.site-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-detail li{
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 300;
    padding-left: 25px;
    margin-bottom: 8px;
    position: relative;
    line-height: 30px;
}
.contact-detail li a{
	    color: #5d5d5d;
    font-size: 14px;
}
.col-lg-3.col-md-3.col-sm-12.contact-detail {
	padding: 20px 40px;
}
.contact-detail li i{
    position: absolute;
    left: -10px;
    font-size: 24px;
    color: #5d9062;
    top: 2px;
}
.contact-detail li .fa-fax,
.contact-detail li .fa-envelope {
    font-size: 18px;
    padding-top: 4px;
}
.social-links{
    padding-left: 30px;
}
.social-links li{
    display: inline-block;
    margin-right: 35px;
}
.social-links li a{
    color: #5d9062;
    font-size: 20px;
}
.social-links li:last-child{
    margin-right: 0px;
}
p.copyright{
    font-size: 13px;
    color: #49352c;
    margin: 0;
}
.es_lablebox{
    display: none;
}
.es_form_container{
    margin-top: 20px;
    position: relative;
}
.es_form_container input#es_txt_email{
    background-color: #fff;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 0px;
}
.es_button{
    padding: 0px
}
#es_txt_button {
	background: url(images/send.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: 0px;
	display: block;
	height: 24px;
	width: 26px;
	position: absolute;
	top: 10px;
	right: 17px;
}


.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(0) !important;
transform: translateY(0) !important;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(0) !important;
transform: translateY(0) !important;
}



#cbpw-grid1 .cbp-caption-activeWrap {
    background-color: rgba(0,0,0,0.5) !important;
}

.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: 0;
    transform: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.sidebar .widget:last-child {

    border-bottom: none;

}

.gravityformfield {
    padding: 100px 58px 50px 50px !Important;
}

.container {
    max-width: 1170px !important;
}
span.fax-contact {
    background: none !important;
    font-size: 36px !important;
    display: inline-block;
    color: #5a8d63;
}
.page-id-65 .content-header{
    padding-bottom: 50px;
}
/*  Media Query  */

@media(min-width: 1600px){ 
    .gravityformfield .entry-content {
        width: 510px;
        margin: 0 0 0 auto;
	}
	.cta-bar .entry-content{
		margin-top: 55px;
	}

	.gravityformfield {
        padding: 100px 58px 50px 50px !Important;
    }

    .container {
        max-width: 1170px !important;
        padding: 0 !important;
    }

}

@media(min-width: 1920px){
	.cta-bar .entry-content{
		margin-top: 55px;
	}

	.gravityformfield {
        padding: 100px 58px 50px 50px !Important;
    }

	.gravityformfield .entry-content {
        width: 510px;
        margin: 0 0 0 auto;
	}

	.page-template-blog .content-header {
        background-size: cover;
        padding: 210px 0 0;
	}

	.site-footer {
        margin-top: -180px;
	}

	.container {
        padding: 0 !important;
	}
    .hero-image img {
        position: relative;
    }
    .hero-image {
        padding: 142px 0 75px;
    }
    .hero-image::after {
        bottom: -7px;
	 height: 385px;
    }
}

@media(min-width: 1922px){
    .hero-image::after{
        background-size: cover;
        height: 312px;
    }
}
@media(max-width: 1620px){
 
}
@media(max-width: 1377px){
     
}


@media(max-width: 1366px){ 
    .gravityformfield {
        padding: 100px 61px 50px 107px !Important;

    }
}
 
@media(max-width: 1024px){
    .contact-form .fw-col-xs-12.fw-col-sm-6{
        width: 100%
    }
    .abouticon .content {
        height: 305px;
    }
    .thumb-content{
        margin-bottom: 20px;
    }
    .heading h1{
        text-align: center;
        font-size: 40px;
    }
    .hero-image .content{
        top: 0;
    }
}
@media(max-width: 992px){
    .top-bar-sec a, .top-bar-sec span{
        font-size: 14px;
    }
}
@media(max-width: 980px){
    .hero-image::after {
        bottom: -147px;
    }
    .top-bar-sec{
        height: auto;
        line-height: normal;
        padding: 20px 0;
    }
    .top-bar-sec ul li{
        display: block;
        margin-right: 0;
    }
    .site-header{
        top: 80px;
    }
    .topbar-li ul li.displayblock-desktopp{
        display: block;
    }
    .topbar-li ul li.displaynone-desktopp{
        display: none;
    }
}
@media(max-width: 840px){
    .nav-bar li{
		display: block;
	}
    .site-footer .content {
        padding-top: 287px;
    }
    .abouticon .content {
        height: auto;
    }
    .fw-main-row.hero-image.background-img {
        background-position: -128px 0;
    }
    .contact-form .col-lg-6.col-md-6.col-sm-12.clr1{
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .cta-bar .fw-col-xs-12.fw-col-sm-6{
        width: 100%
    }
    .fw-col-xs-12.fw-col-sm-3.abouticon {
        padding: 0 20px;
        width: 50%;
        margin-bottom: 30px;
    }
    .contactpage-info,
    .gravityformfield {
        padding: 100px 20px !Important;
    }
    .site-logo{
        float: none;
    }
    ul.sociallinks{
        position: relative;
        top: 0;
        margin-top: 30px;
        text-align: center
    }
    .nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
        color: #fff;
    }
    ul.sociallinks li a {
        color: #fff;
        padding: 0px;
        background: transparent;
    }
    .services{
        padding: 190px 0 0;
    }
    .service-list .content{
        margin-bottom: 44px
    }
	.openmenu{
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #333;
		float: right;
	}
	.nav-bar.open{
		right: 0;
	}
    .nav-bar li a{
        color: #fff;
        padding: 15px;
        margin-bottom: 2px;
        background-color: #222;
    }
	.nav-bar{
		background-color: #333;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
		transition: all 0.3s;
		width: 320px;
		z-index: 999;
        margin-top: 0px;
        text-align: left;
	}
	.closebtn{
		display: block; 
		color: #fff;
		cursor: pointer;
        position: absolute;
        top: -20px;
        right: 0;
        font-size: 20px;
	}
    .hero-image .content{
        top: 0;
    }
    .card-type{
        text-align: center;
        position: relative;
        margin-bottom: 50px;
    }
    .footer-logo{
        text-align: center;
        margin-bottom: 20px;
    }
    .row.thumb-slider .col-lg-8.col-md-8.col-sm-12,
    .row.thumb-slider .col-lg-4.col-md-4.col-sm-12{
        flex: 0 0 100%;
        max-width: 100%
    }
    .thumb-content{
        margin: 10px 10px 0;
    }
    .site-footer{
        background: #ddd;
        height: auto;
        padding: 60px 0;
        margin-top: 0;
    }
    .site-footer .content {
        padding-top: 0;
    }
    .page-id-63 .fw-main-row.page-content {
        padding: 100px 20px !important;
    }
    .top-bar-sec a, .top-bar-sec span{
        font-size: 12px;
    }
}
@media(max-width: 767px){
    .site-header{
        top: 105px;
    }
    .hero-image .entry-content {
        text-align: center;
    }

    .hero-image .entry-content p {
        width: 100%;
    }
    .hero-image .entry-content img{
        margin: auto;
        display: inline-block;
        float: none;
    }

    .hero-image .content {
        text-align: center;
    }
    .hero-image::after{
        display: none;
    }
}


@media(max-width: 736px){
    .heading h1{
        font-size: 40px;
    }
    .services{
        background-color: #e8e8e8;
        height: auto;
        padding: 100px 0;
    }
    .fw-main-row.available-rooms {
        margin-top: 0;
    }
   /* .hero-image .content {
        width: 57%;
        float: right;
    }*/
}
@media(max-width: 667px){
    img.alignleft,
    img.alignnone,
    img.alignright{
        margin: 0 auto 20px;
        display: block;
        float: none;
    } 
}
@media(max-width: 600px){
    .hero-image .content {
        width: 100%;
        float: none;
        background: rgba(0,0,0,0.5);
        padding: 20px;
        color: #fff;
    }
    .hero-image .content h1{
        color: #fff;
    }
}
@media(max-width: 570px){
    .top-bar-sec{
        text-align: center;
    }
    .top-bar-sec .text-right{
        text-align: center !important;
    }
    .top-bar-sec ul{
        text-align: center;
    }
    .site-header {
        top: 128px;
    }
}
@media(max-width: 480px){
    .card-type {
        padding: 0 30px;
    }
    .heading h1 {
        font-size: 34px;
    }
    .comment-form-url, .comment-form-author, .comment-form-email{
        width: 100%;
    }
    .content-detail{
        padding: 15px;
    }
    .thumb-content {
        margin: 15px 0 0;
    }
    .testimonials::before{
        display: none
    }
    #field_1_1, #field_1_2,
    #field_2_1, #field_2_2{
        float: none;
        width: 100%;
    }
    .social-links {
        padding-left: 0;
    }
    .aboutus .sitebtn {
        margin: 0 0 18px;
    } 
    .contact-detail li{
        padding-left: 45px; 
    }
    .contact-detail li i{
        left: 0;
    }
    .form-submit, .comment-form-comment,
    .comment-form-url, .comment-form-author, .comment-form-email{
        padding: 0;
    }
    #comments {
        margin: 30px 0;
    }
    
    .fw-col-xs-12.fw-col-sm-3.abouticon {
        width: 100%;
    }

    .background-img {
        background-repeat: no-repeat;
        background-size: 250% 100%;
        background-position: top right;
        position: relative;  
    }

    .background-img::before {
        background-color: rgba(243,243,245,0.5);
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


@media(max-width: 375px){  
    .card-type {
        padding: 0 15px;
    }
    .background-img {
        background-repeat: no-repeat;
        background-size: 290% 100%;
        background-position: top right;
        position: relative;
        padding: 35px 0 35px 0 !important;
    }
    .hero-image .entry-content img{
        max-width: 60%;
        margin-top: 40px;
    }
}


@media(max-width: 320px){
    #input_1_4_toolbar,
    #input_1_4 {
        width: 260px !important;
    }
    #input_1_4_Container {
        width: 280px !important;
        overflow: hidden;
    }
    .hero-image .content h1 {
        font-size: 32px;
    }

    .background-img {
    background-size: 330% 100%;
    }
}
