/*
Theme Name: jSinger Custom Theme
Author: jSinger Marketing
Author URI: http://jsingermarketing.com/
Description: jSinger Custom Theme
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	}
	


body{
	line-height:1.450em;
	background:#fff;
	font-family: 'Lato', sans-serif;
	color:#77787b;
}
a{
	text-decoration:none;
	color:#23a3e2;   /* LINK COLOR */
	-webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
a:hover{
	color:#224092;
}
h1, h2, h3, h4{
	line-height:1em;
}

section{
	font-size: 16px;
    line-height: 28px;
}

section h2{
	font-weight:normal;
	font-size:2.143em;
	line-height:1em;
	text-transform:uppercase;
}

.bottom-arrow{
	width:54px;
	height:27px;
    position: absolute;
    bottom:-26px;
    left: 50%;
    margin-left: -27px;
	z-index: 2;
}

.icon-circle{
	width:190px;
	height:190px;
	border-radius:50%;
	border: 15px solid;
	display:inline-block;
}

.wrapper {
	position:relative;
	padding: 0 20px;
    max-width: 1220px;
	margin:0 auto;
}

img{
height: auto !important;
max-width: 100%;
}




input[type="submit"],
button,
.button{
	display:inline-block;
	margin-top:1.5em;
	background:#CFA85D;  /* dark red */
	border:1px solid #CFA85D;  /* dark red */
	color:#fff;
	text-transform:uppercase;
	font-size: 1em;
	padding:.75em 1.5em;
	-webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
input[type="submit"]:hover,
button:hover,
.button:hover{
	background:#607a96;  /* PRIMARY COLOR DARK */
	border-color:#607a96;  /* PRIMARY COLOR DARK */
	color:#fff;
}


input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input.text,
textarea {
	-webkit-appearance: none;
	border: 0;
    padding: 20px 25px;
    font-size: 1.125em;
    background: #efeff0;
	border-radius: 5px; 
	text-transform:uppercase;
}

select {
	border:0;
	padding: 0.5em;
}

input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input.text:focus,
textarea:focus,
select:focus {
	background:#daeffa;
}

::-webkit-input-placeholder { /* Chrome */
  color: #939598;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #939598;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #939598;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #939598;
  opacity: 1;
}


.google-map{
	height:380px;
}

#map{

    position: absolute !important;
	width:100%;
	height:380px;
	overflow: hidden;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);

}



.map-overlay{

	background:rgba(255, 255, 255, 0.8);
	border:1px solid #607a96;
	font-size:1em;
	font-weight:700;
	line-height:1.125em;
	margin:0 auto;
	top:200px;
	padding:15px;
	position:relative;
	text-transform:uppercase;
	width:300px;
	z-index:2;

}
.map-overlay:after{ content: ''; position: absolute; left: 15px; top: 15px; width: 58px; height: 58px; background-size: contain !important; background: url(images/fultonCoin.png) center no-repeat; display: block; z-index: 99;}


.map-overlay svg{

	fill:#696565;
	float:left;
height:58px;
	margin-right:1em;
	width:58px;
    position: relative;
}


.map-overlay span{
	color:#607a96;
}

.content.internal .wpcf7-form{
	margin-top:3em;
}

.content.internal .wpcf7-text, .content.internal .wpcf7-tel, .content.internal .wpcf7-textarea {

    width: 100%;
    max-width: 500px;
	margin-bottom:1em;
}





/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Top Bar ------------- ////////// */
/* ////////// --------------------------------- ////////// */

.top-bar{
	color:#fff;
	font-size:.85em;
	line-height:25px;
	padding:3px 0;
    background:#CFA85D; 
}

.top-bar-wrapper{
	text-align:left;
	position:relative;
	padding: 0 20px;
}
.top-bar .user{
	margin-right:2em;
}

.top-bar .user .name{
	color:#dcdcdc;
}


.top-bar .alerts{
	margin-right:2em;
}
.top-bar .alert-count{
	color:#dcdcdc;
}

.top-bar a{

}

.top-bar .exlemation-circle{
	width:23px;
	height:23px;
	fill:#dcdcdc;
	vertical-align:middle;
	margin-right:10px;
}

.top-bar .svg-user-icon{
	width:23px;
	height:23px;
	fill:#dcdcdc;
	vertical-align:middle;
	margin-right:10px;
}

.top-bar .phone{

}

.top-bar .dot{
	color:#dcdcdc;
}

.top-bar .email a{
	color:#fff;
}

.top-bar .email a:hover{
	color:#fff;  
	text-decoration:underline;
}

.top-bar span{
   margin-right:1em;
}


.top-bar .social-links{
	float:right;
	margin-right:15px;
}

.top-bar .social-links a{
	margin: -5px 7px 0;
	display:inline-block;
	width:21px;
	height:21px;
	/* border-radius:50%;
	border:1px solid #dcdcdc; */
	vertical-align:middle;
}

/* .top-bar .social-links a svg{
	
}

.top-bar .social-links a:hover{
	order:1px solid #fff;
	background:#637a0e;
	
} */


.top-bar .social-links a:hover svg{
	fill:#fff;   /* LINK HOVER COLOR */
}



.top-bar .social-links .svg-linkedin{
	width:12px;
	height:12px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-facebook{
	width:7px;
	height:14px;
	fill: #eaf9b4;
	margin-left:6px;
}

.top-bar .social-links .svg-twitter{
	width:14px;
	height:14px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-instagram{
	width:14px;
	height:14px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-youtube{
	width:30px;
	height:14px;
	fill: #eaf9b4;
}

.top-bar .social-links .svg-pinterest{
	width:14px;
	height:14px;
	fill: #eaf9b4;
}



/* ////////// --------------------------------- ////////// */
/* ////////// ------------ Header ------------- ////////// */
/* ////////// --------------------------------- ////////// */


header{
	margin:0;
	-webkit-transition: all .04s ease-in-out;
    transition: all .04s ease-in-out;
	padding:1.5em 0;
}
header .logo-link{
	display:inline-block;
    color:#696565;  /* Gray */
}

header .logo-link img {
	display:inline-block;
}


header .logo-link svg {
    height: 67px;
    width: 178px;
}

.home-icon{
	position:absolute;
	left:20px;
	top:0;
	padding: 0 1em;
	font-size:1em;
	z-index:10;
	line-height:3.313em;
	border-top:1px solid #efeff0;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;

}
.home-icon:hover{
	background:#fff;  
	border-top:1px solid #fff;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
}

.home-icon svg{
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
	fill:#3d3e3e;
}

.home-icon:hover svg{
	fill:#CFA85D;   /* LINK HOVER COLOR */
}


/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Home Page ----------- ////////// */
/* ////////// --------------------------------- ////////// */

h2.tag{
    color:#696565;  /* Lime Green Dark */
	font-size:1.75em;
	line-height:1.500em;
	font-weight:normal;
	text-align:center;
	margin:0 auto;
	width:80%;
	margin-top:60px;
	margin-bottom:60px;
}

.home-hr{
	height:1px;
	border:0;
	background:#bab3b3;  /* Light Gray */
	width:60%;
	margin-top:35px;
	margin-bottom:55px;
	margin-left:auto;
	margin-right:auto;
}

.icon-circle{	
	width:160px;
	height:160px;
	background:none;
	border:none; 
	
}
.icon-circle svg{
		fill:#CFA85D; 
		width:80px;
	height:80px;
	margin:36px 25px;		
}







h3.icon-text{
	width:80%;
	font-size:1.250em;
	line-height:1.250em;
    color:#696565;  
	text-align:center;
	font-weight:normal;
	margin:0 auto;
	margin-top:25px;
}

.three-icons{
	margin-bottom:3em;
}

/* ////////// --------------------------------- ////////// */
/* ////////// ----------- Internal ------------ ////////// */
/* ////////// --------------------------------- ////////// */

.internal{
	margin-bottom:4em;
}


.internal hr{
    height: 0;
    border-top: 1px solid #acacac;
    border-bottom: 0;
    max-width: 300px;
    width: 100%;
    margin: 2.5em auto 3em;
}

.internal .page-title h1{
	font-weight:400;
}
.narrow{
	max-width: 950px;
	margin:0 auto;
}



/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Donate Bar ----------- ////////// */
/* ////////// --------------------------------- ////////// */

.donate-bar{
    padding: 4em 0;
/*background:#1d252f;*/
    
	
}
.donate-bar h3{
	font-size:1.6em;
	color:#ffffff;
	font-weight:400;
}
.donate-bar p{
	display:inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
}
.donate-bar ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	display:inline-block;
	font-size: .875em;
	color:#bab3b3;  /* Light Gray */
}
.donate-bar ul strong{
	color:#ffffff;
}


.donate-bar .button{
	padding:1em 5em;
}


/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Site Search ---------- ////////// */
/* ////////// --------------------------------- ////////// */

.search-icon, .search-icon.active{
	position:absolute;
	right:20px;
	top:0;
	padding: 0 1em;
	font-size:1em;
	z-index:10;
	line-height:3.313em;
	border-top:1px solid #efeff0;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #f9f9f9;
}
.search-icon:hover{
	background:#fff;  
	border-top:1px solid #fff;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
}
.search-icon svg{
	width:20px;
	height:20px;
	vertical-align:middle;
	cursor: pointer;
}
.search-icon:hover svg{
	fill:#23a3e2;   /* LINK HOVER COLOR */
}
	
.search-icon .svg-search{
		fill:#3d3e3e;
}

.search-icon .svg-x{
	fill:#3d3e3e;
	display:none;
}

.search-icon.active .svg-search{
	display:none;
}

.search-icon.active .svg-x{
	display:block;

}


.site-search{
	position:absolute;
	border-left:1px solid #efeff0;
	border-right:1px solid #efeff0;
	border-top:1px solid #efeff0;
	z-index:1100;
	-webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	top: -1px;
	width:0;
	background: #fff;
	padding:15px 18px;
	display:none;
}
.site-search.active {
	width:80%;
	display:block;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
	
.site-search input {
	padding:2px;
	border-width: 0;
	width: 0;
	background: #fff;
	float:left;
	z-index:1100;
}
	
.site-search.active input {
	width:100%;
}

.site-search .search-icon-submit{
	position:absolute;
	right:0;
	top:0;
	width:22px;
	height:22px;
	margin:15px 13px 0 0;
	z-index:1101;
	cursor: pointer;
}
.site-search .search-icon-submit:hover{
	fill:#23a3e2;
}
.site-search .search-icon-submit svg{
	width:22px;
	height:22px;
}



.content{
	
	padding:0 0 0 0;

}

.content h1{
	
	margin-top:2em;
	margin-bottom:1.5em;
	
}


/* ////////// --------------------------------- ////////// */
/* ////////// --------- Logo Slider  ---------- ////////// */
/* ////////// --------------------------------- ////////// */
/* /css/slick.css */
/* /css/slick-themes.css */

.logos-block{
	margin:3em 0 3em;
}




/* ////////// --------------------------------- ////////// */
/* ////////// -------- Contactform Bar -------- ////////// */
/* ////////// --------------------------------- ////////// */

.contactform-bar{
	background:#fff;
	text-align:center;
	padding:25px 0;
    color: #77787b;
    position: relative;
    z-index: 1;
}
.contactform-bar:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.20); display: block; z-index: -1;}
.contactform-bar h2{
	margin-bottom:.25em;
	font-size:1.875em;
	font-weight:normal;
    color:#fff;  /* PRIMARY COLOR */
}
.contactform-bar p{ color: #fff;}

.contactform-bar form{
	padding:0;
	margin-top:2em;
}

.contactform-bar .form-wrapper{
	margin:0 auto;
	width:80%;
	margin-top:2em;
}
	
.contactform-bar form .wpcf7-text, .contactform-bar form .wpcf7-textarea{
	padding:20px 25px;
	border:none;
	font-size:1.125em;
	width:100%;
}

.contactform-bar form .wpcf7-text{
	margin-bottom:40px;
}

.contactform-bar form .wpcf7-text.phone{
	margin-bottom:0;
}
.contactform-bar form .wpcf7-submit{
	background:#9eb2c7; /* PRIMARY COLOR LIGHT */
	color:#fff;
	border:1px solid #9eb2c7; /* PRIMARY COLOR LIGHT */
	padding:15px 45px;
	font-size:1.125em;
		-webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.contactform-bar form .ajax-loader{
	display:none;
}

.contactform-bar form .wpcf7-submit:hover{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	border-color:#4b6684;  /* PRIMARY COLOR DARK */
}


/* ////////// --------------------------------- ////////// */
/* ////////// ---------- Contact Bar ---------- ////////// */
/* ////////// --------------------------------- ////////// */



.contact-bar{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	color:#ffffff;
	padding:2em 0;
	font-size:.9em;
}
		
.contact-bar .box{
	border:1px solid #649db7;
	padding:1em 2em;
	display:inline-block;
	width:30%;
	margin-right:3%;
	vertical-align:middle;
}
.contact-bar .box .phone{
	font-size:1.758em;
}
.contact-bar p{
	display:inline-block;
	width:60%;
	text-align:left;
	margin:0;
	vertical-align:middle;
}

/* ////////// --------------------------------- ////////// */
/* ////////// --------- Testimonial ----------- ////////// */
/* ////////// --------------------------------- ////////// */
.testimonial-block{
	background:#f9f9f9;
	text-align:left;
	padding:0 1.5em 1.5em;
}

.testimonial-block .test-content{
	width:80%;
	float:left;
	font-style:italic;
}

.testimonial-block  .test-commenter{
	color:#607a96;  /* PRIMARY COLOR */
	vertical-align:middle;
	font-size:.875em;
}
.testimonial-block  .test-commenter svg{
	fill:#607a96;  /* PRIMARY COLOR */
	width:22px;
	height:18px;
		vertical-align:middle;
		margin-right:6px;
}

.testimonial-block .svg-quote{
	width:50px;
	height:50px;
	margin:1.5em 1.5em 0 0;
	fill:#d5d5d5;
	float:left;
}


/* ////////// --------------------------------- ////////// */
/* ////////// ------------ Footer ------------- ////////// */
/* ////////// --------------------------------- ////////// */

footer{
	background:#9eb2c7; /* PRIMARY COLOR LIGHT */
	text-align:center;
	padding:3em 0;
}

footer .testimonial-block{
	text-align:center;
	background:none;
	padding:0;
	margin:0;
}

footer .testimonial-block h3{
	text-transform:uppercase;
	color:#dcedfe;

}

footer .testimonial-block .test-content{
	font-style:italic;
	line-height:1.25em;
	color:#fff;
	float:left;
	width:100%;
}

footer .testimonial-block .test-featured{
	max-width:125px;
	float:left;
	margin-right:2em;
	border:6px solid #d3d5e5; 
	border-radius:50%;
	overflow:hidden;

}


footer .testimonial-block .test-content p{
	margin:0;
	padding:0 0 10px 0;

}

footer .testimonial-block .test-commenter{
	color:#dcedfe;
	vertical-align:middle;
	font-size:.875em;
}
footer .testimonial-block .test-commenter svg{
	fill:#dcedfe;
	width:22px;
	height:18px;
		vertical-align:middle;
		margin-right:6px;
}
footer .testimonial-block .button{
	background:none;
	font-size:.75em;
	color:#dcedfe;
	padding:.25em .75em;
	border:1px solid #dcedfe;
	
}
footer .testimonial-block .button:hover{
	background:#4b6684;  /* PRIMARY COLOR DARK */
	border-color:#4b6684;  /* PRIMARY COLOR DARK */
	color:#fff;
}



footer .recent-posts-block{
	text-align:left;
	color:#fff;

}
footer .recent-posts-block h3{
	text-transform:uppercase;
	color:#dcedfe;
}
.recent-posts{
	list-style:none;
	font-size:.875em;
	color:#dcedfe;
	padding:0;
	margin:0;
	
}
.recent-posts li{
	border-top:1px solid #dcedfe;
	padding:1em 0;
	line-height:1.25em;
}
.recent-posts li:first-child{
	border:0;
	margin-top:0;
	padding-top:0;
}
.recent-posts a{
	font-size:1.25em;
	color:#fff;
	display:block;
}




.subfooter{
	font-size:.75em;
	line-height:1.4em;
	text-align:center;
	color:#dcdcdc;
    background:#fff;  /* PRIMARY COLOR */
	padding:.8em 0;
}

.subfooter .address-block{
	font-size:1.5em;
	color:#cfa85d;
	font-weight:400;
	margin-bottom:1em;
	line-height:1.3em;
}

.subfooter .address-block .company{
	margin-top:25px;
	font-size:1.500em;
	line-height:1.250em;
}
.subfooter .address-block .phone{
	/*font-size:1.250em;
		line-height:1.250em;*/
}




.subfooter a{
		color:#cfa85d;

}
.subfooter a:hover{
	color:#fff;
	text-decoration:underline;
}

.subfooter #site-by{
	font-size:1.25em;
}

.subfooter .social-links{
	margin-bottom:2em;
}

.subfooter .social-links a{
	margin:0 7px;
	display:inline-block;
}

.subfooter .social-links a svg{
	vertical-align:middle;
}

.subfooter .social-links a:hover svg{
	fill:#fff;   /* LINK HOVER COLOR */
}



.subfooter .social-links .svg-linkedin{
	width:12px;
	height:12px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-facebook{
	width:7px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-twitter{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-instagram{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-youtube{
	width:30px;
	height:14px;
	fill: #dcdcdc;
}

.subfooter .social-links .svg-pinterest{
	width:14px;
	height:14px;
	fill: #dcdcdc;
}

/* ////////// --------------------------------- ////////// */
/* ////////// ------------- Blog -------------- ////////// */
/* ////////// --------------------------------- ////////// */

.post-item{
	padding-bottom:2em;
	margin-bottom:2em;
}

.post-item a h2:hover{
	color:#23a3e2;
}
.post-item a h2{
	margin:.25em 0;
	font-size:2.5em;
	color:#181818;
}

.post-item .entry-date, .post .entry-date{
	font-size:.75em;
	margin-top:1em;
}
.post-item .category{
	background:#bab3b3;
	font-size:.85em;
	display:inline-block;
	color:#fff;
	padding:0 1.5em;
	text-align:center;
}

.post-item .category.Hunger {
	background:#fad556
}

.post-item .category.Press {
	background:#d0e389
}

.post-item .button{
	font-size:.9em;
	padding:.4em .8em;
	
}

.xoxo{
	list-style:none;
}


.post .category{
	text-align:left;
	background:#bab3b3;
	font-size:.85em;
	display:inline-block;
	color:#fff;
	padding:0 1.5em;
	text-align:center;
	margin-bottom:.5em;
}

.post .category.Hunger {
	background:#fad556
}

.post .category.Press {
	background:#d0e389
}

/* ////////// --------------------------------- ////////// */
/* ////////// ------------- FAQs -------------- ////////// */
/* ////////// --------------------------------- ////////// */

.faq{
	margin-bottom:1em;
	
}

.faq .que{
	color:#fff;
	background:#607a96;
	padding:.5em 1em;
	cursor:pointer;
	-webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.faq .que:hover{
	background:#23a3e2;
}
.faq .que.active{
	background:#9eb2c7;
}

.faq .ans{
    overflow: hidden;
    margin: 0 auto;
	background:#f9f9f9;
	padding:.5em 1em;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* ////////// --------------------------------- ////////// */
/* ////////// -------- Media Queries ---------- ////////// */
/* ////////// --------------------------------- ////////// */

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

	
	
	.search-icon .svg-search{display:none;}
	
	.site-search input {
		background: #efeff0;
	}
	
	.nav-wrapper.mobile .site-search {

		position:relative;
		display:block;
		width:auto;
		margin:20px;
		background: #efeff0;
		padding:10px 18px;
	}

	.nav-wrapper.mobile .site-search input {
		width:100%;
		display:block;
		float:none;
	}


	

}





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

.col-1-3{
	width:29%;
	display:inline-block;
	vertical-align:top;
	margin:0 2%;
}

.col-1-3 a{ display: block;}

.col-2-3{
	width:60%;
	display:inline-block;
	vertical-align:top;
	margin:0 2%;
}

.col-1-2{
	width:44%;
	margin:0 2% 1.5em;
	display:inline-block;
	vertical-align:top;
}



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	}

.clearfix:after {
    clear: both;
	}

.clearfix {
    *zoom: 1;
	}

.cntr{
	text-align:center;
}	
	
	
/* =WordPress Core

-------------------------------------------------------------- */

.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%; /* Image does not overflow the content area */

    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;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

        white-space: nowrap;

	height: 1px;

	width: 1px;

	overflow: hidden;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}

.rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    border: none !important;
}

/* @Edit */
.residences_con{ padding: 40px 0;}
.residences_con h1{ margin-bottom: 40px;}
.residences_con h3{ margin-bottom: 0;}
.viewbtn{display: inline-block;  background: #CFA85D; color: #fff; text-transform: uppercase; font-size: 1em; padding: .75em 1.5em; -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;} 
.viewbtn:hover{ color: #fff; background-color: #565a5a;}

.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent;}
.table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.04);}
.table th,.table td {  padding: 0.75rem; vertical-align: middle; border-top: 1px solid #dee2e6; text-align: left; width: 12%;}
.table td img{ max-width: 100px;}
.table td:nth-child(6){ text-align: center;}
.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6;}
.table tbody + tbody { border-top: 2px solid #dee2e6;}
.table .table { background-color: #fff;}

.search-heading{background: #ccc; text-align: center; padding: 120px 0; margin-bottom: 40px;}
.search-heading ~ .wrapper{ padding-bottom: 50px;}
.search .col-md-9, .error404 .col-md-9{ margin-bottom: 30px;}
.search .col-md-9 a, .error404 .col-md-9 a{ color: #000;}
.search .col-md-9 article, .error404 .col-md-9 article{ margin: 20px 0; padding: 0;}
.search .col-md-9 article header, .error404 .col-md-9 article header{ padding: 0;}
.search .col-md-9 article header h2{ padding: 10px 0; margin: 0; font-size: 24px;}
.search .col-md-9 article p, .error404 .col-md-9 article p{ font-size: 16px; margin: 0; padding: 0; line-height: 28px;}
.search .col-md-3 h3, .error404 .col-md-3 h3{ font-size: 20px; color: #000;}
.search .col-md-3 ul, .error404 .col-md-3 ul{ margin: 0; padding: 0;}
.search .col-md-3 h3 ~ ul, .error404 .col-md-3 h3 ~ ul{ padding-left: 30px;}
.search .col-md-3 ul li a, .error404 .col-md-3 ul li a{ color: #000;}
.inner-sec {padding-top: 60px; padding-bottom: 60px;}

.iwp-items{border: 1px solid #f6f7f9;}
.iwp-items .iwp-item{color: #333;font-size: 13px; line-height: 15px; padding: 15px; background-color: #f6f7f9;}
.iwp-items .iwp-item span{display: inline-block; color: #777; font-weight: 500; min-width: 150px;}
.iwp-items .iwp-item:nth-child(even){    background: #fff;}

.middlebar p{ line-height: 28px;}
.middlebar h2{margin-top: 40px; border-top: #f6f7f9 solid 1px; padding-top: 20px;}
.middlebar .row{ margin-left: -15px; margin-right: -15px;}
.middlebar .row .col-md-4{ float: left; width: 40%; padding-left: 15px; padding-right: 15px;}
.middlebar .row .col-md-8{ float: left; width: 60%; padding-left: 15px; padding-right: 15px;}
.pdf-down{ display: inline-block; background: #CFA85D; color: #fff; text-transform: uppercase;font-size: 1em; padding: .75em 1.5em; -webkit-transition: all .15s ease-in-out;transition: all .15s ease-in-out; margin: 20px 0;}
.pdf-down:hover{ color: #fff; background-color: #565a5a;}

.home #header, .home .nav-wrapper, .home .nav-behind{ display: none;}
.home_header{background: #f9f9f9; padding: 15px 0; border-bottom: 1px solid #efeff0;}
.home_header .logo-link{ display: inline-block; vertical-align: top; max-width: 100%;}
.home_header .col-md-4{ padding-left: 15px; padding-right: 15px; float: left; width: 20%;}
.home_header .col-md-8{ padding-left: 15px; padding-right: 15px; float: left; width: 80%; text-align: right;}
.home_header .site-nav{ margin-top: 20px;}
.home_header .site-nav ul.menu > li > a{ border-top-color: #f9f9f9;}
.home_header .site-nav .phone{ color: #CFA85D; font-size: 18px; display: inline-block; vertical-align: middle; padding: 10px 15px; background: #ffffff;}

.rev_slider li.tp-revslider-slidesli:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); display: block; z-index: 5;}

.parallax-window { background: transparent;}
.amenities_con .row{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 30px; margin-bottom: 30px; background: #f9f9f9; border: 1px solid #efeff0;}
.amenities_con .row .col-md-6:first-child{ padding: 0;}
.amenities_con .row .col-md-6 img{ width: 100%;}
.amenities_con .row .col-md-6{ -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding-left: 15px; padding-right: 15px;}
.amenities_con .row:nth-child(even){ -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
.amenities_con .amenities_con-cap{ position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding: 20px;}
.amenities_con .amenities_con-cap h3{ margin: 0 0 15px; padding: 0; font-size: 24px; color: #000;}
.amenities_con .amenities_con-cap p{ font-size: 16px; line-height: 28px; color: #000; margin: 0; padding: 0;}

.highland_con{ margin: 0 -15px; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.highland_con li{ -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; list-style: none; padding-left: 10px; padding-right: 10px; margin: 10px 0;}
.highland_con li .highland_con-blk{background: #f9f9f9; padding: 15px; height: 100%; border: 1px solid #efeff0; display: block;}
.highland_con li figure{ margin: 0 0 15px; padding: 0;}
.highland_con li h4{ margin: 0; padding: 0; font-size: 20px; line-height: 30px; font-weight: 400; color: #000;}

/*12-7*/
/*.rev_slider .tp-bgimg.defaultimg{background-size: cover;background-position: 50% 50% !important;background-repeat: no-repeat;height: 100%;width: 100%;display: block;} */
/*.rev_slider .tp-layer-selectable.tp-resizeme img{height: 100% !important;width: 100% !important;} */
.home .three-icons h2.tag{margin-bottom: 25px;}
.home .custom-tag-line{text-align: center;}
.home .custom-tag-line span{display: inline-block;font-size: 1.75em;line-height: 1.500em;color: #fff;background: #F77F39;padding: 10px 70px;}

tr.sold_text_row {
position: relative;
background: none !important;
}
tr.sold_text_row td {
position: relative;
padding: 0;
border: none;
}
span.unit_sold_text {
position: absolute;
right: 0;
top: -15px;
width: 50px;
height: 50px;
display: block;
text-align: center;
line-height: 50px;
background: #cbc263;
color: #fff;
border-radius: 50%;
text-transform: uppercase;
font-size: 12px;
}

@media (min-width:991px){
    .search .col-md-9, .error404 .col-md-9{width: 75%; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left;}
    .search .col-md-3, .error404 .col-md-3{ width: 25%; position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left;}
    
}

@media (min-width:768px) and (max-width:991px){
    .amenities_con .amenities_con-cap p{ font-size: 14px; line-height: 24px;}
    .amenities_con .amenities_con-cap h3{ font-size: 20px;}    
    .highland_con li h4{ font-size: 18px; line-height: 28px;}
    .home_header .site-nav .phone{ float: right;}
    h2.tag{font-size: 1.50em; width: 95%;}
    .contactform-bar .form-wrapper{ width: 100%;}
    .home .custom-tag-line span{font-size: 1.50em;}
}

@media (max-width:767px){
    .amenities_con .row .col-md-6{-webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}  
    .amenities_con .amenities_con-cap{ position: static; -webkit-transform: none; transform: none; padding: 40px 0;}
    .highland_con li{-ms-flex: 0 0 50%; -webkit-box-flex: 0; flex: 0 0 50%; max-width: 50%;}
    .highland_con li h4{ font-size: 18px; line-height: 28px;}
    .col-1-3{ width: 100%; margin: 15px 0;}
    .home_header .site-nav .phone{ float: right;}
    h2.tag{font-size: 1.25em; width: 100%; margin-top: 40px; margin-bottom: 40px;}
    .col-1-2{ width: 100%; margin: 8px 0;}
    .contactform-bar form .wpcf7-text{ margin-bottom: 15px; font-size: 14px;}
    .contactform-bar form .wpcf7-text, .contactform-bar form .wpcf7-textarea{ padding: 15px; font-size: 14px !important;}
    .contactform-bar form .wpcf7-submit{ margin: 0;}
    .col-2-3{ width: 100%; margin: 0;}
    .home_header .col-md-4{ width: 35%; padding: 0;}
    .home_header .col-md-8{ width: 65%; padding: 0;}
    .res_table{ overflow-x: scroll;}
    .res_table .table{ min-width: 830px;}
    .amenities_con .amenities_con-cap h3{ font-size: 18px; margin-bottom: 10px;}
    .amenities_con .amenities_con-cap p{ line-height: 28px;}
     .home .custom-tag-line span{font-size: 1.25em;padding: 10px 50px;}
}

@media (max-width:640px){
    form.searchform input[type="text"]{ width: 100%; padding: 10px 15px;}
    form.searchform input[type="submit"]{ display: block; width: 100%; font-size: 0.7em; margin-top: 0.5em;}
    .middlebar .row .col-md-4, .middlebar .row .col-md-8{ width: 100%; padding-top: 10px; padding-bottom: 10px;}
}

@media (max-width:480px){
    .highland_con li{-ms-flex: 0 0 100%; -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%;}
    .contactform-bar .form-wrapper{ width: 100%;}
}
@media only screen and (max-width: 768px){
    #wprmenu_bar {  background-color: #CFA85D;}
    #mg-wprm-wrap { background-color: #565a5a;}
    #mg-wprm-wrap li.current-menu-item > a{background: #CFA85D;}
    #mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover{background: #CFA85D;}
}

/* Custom css */
.subfooter{padding: 20px 0;}
.footer_logo{text-align: center;}
.subfooter .logo-link{display: inline-block;padding: 5px 0;background: #fff;}
.subfooter .logo-link img{display: inline-block;max-width: 220px;height: auto;}
.map-overlay p {margin: 0;display: inline-block;width: calc(100% - 68px);}
.map-overlay{padding: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.map-overlay img{margin-right: 10px;float: none;display: inline-block;max-width: 58px;height: auto;background: #CFA85D;border-radius: 0px;padding: 5px;}
.footer_address h3{margin: 15px 0;}
.footer_address p{margin:0;}
.subfooter .address-block{margin: 0;}
.map-overlay:after{display: none;}


/*hero section*/
/*start*/
h1,h2,h3,h4,h5,h6{ font-family: "Times New Roman", Times, "serif"; font-weight: 500; }
.hero-section{ display: block; width: 100%; justify-content: flex-start; align-items: center; text-align: center; display: flex; max-width: 100vw; flex-direction: column; flex-grow: 1; flex-shrink: 0; min-height: 100vh; position: relative; /*margin-bottom: 30px;*/ }
/* .hero-section:after{ content: ''; display: block; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); } */
.hero-banner-area{ position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; }
.hero-banner-cell{ position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; background-size: cover !important; background-position: center center !important; transform: scale(1.2); transition: transform 6000ms ease-out; }
.hero-section.animated .hero-banner-cell{ transform: scale(1); }
.hero-desc{ display: inline-block; max-width: 1000px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1;  }
.hero-desc h2{ color: #ffffff; margin-bottom: 20px; margin-top: 0; }
.hero-desc p{ color: #ffffff; margin-bottom: 0; margin-top: 0; }
/*end*/

/*zoom banner section*/
/*start*/
.zoom-banner{ display: block; width: 100%; justify-content: flex-start; align-items: center; text-align: center; display: flex; max-height: 500px; flex-direction: column; flex-grow: 1; flex-shrink: 0; height: 100vh; position: relative; }
.zoom-banner-area{ position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; }
.zoom-banner-cell{ position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; background-size: cover !important; background-position: center center !important; transform: scale(1.2); transition: transform 6000ms ease-out; }
.zoom-banner.animated .zoom-banner-cell{ transform: scale(1); }
/*end*/

/*services area content section*/
/*start*/
.services-area-content-section{ display: block; width: 100%; padding: 30px 0 40px 0; box-sizing: border-box; }
.services-area-content-section h2{ text-transform: uppercase; margin-top: 10px; margin-bottom: 20px; }
.services-area-desc{ display: block; max-width: 1000px; text-align: center; margin: 0 auto; }
/*end*/
/* @media (max-width:320px){ 
	.residences_con h2{ text-align:center;}
} */
@media (max-width:640px) {
.zoom-banner{ height: 250px; }
.hero-desc{ min-width: 90%; }
.hero-section{ min-height: auto; height: 300px; margin-bottom: 20px; }
.hero-desc h2{ margin-bottom: 15px; font-size: 20px; margin-top: 0; }
.services-area-content-section h2{ margin-bottom: 15px; font-size: 20px; }
.container{ padding: 0 2%; box-sizing: border-box; }
}

@media (min-width:641px) and (max-width:767px) {	
.zoom-banner{ height: 300px; }
.hero-desc{ min-width: 500px; }
.hero-desc h2{ margin-bottom: 15px; font-size: 24px; }
.services-area-content-section h2{ margin-bottom: 15px; font-size: 24px; }
.container{ padding: 0 2%; box-sizing: border-box; }
}

@media (min-width:768px) and (max-width:1023px) {	
.zoom-banner{ height: 400px; }
.hero-desc{ min-width: 500px; }
.container{ padding: 0 2%; box-sizing: border-box; }
}

@media (min-width:1024px) and (max-width:1199px) {	
.zoom-banner{ height: 400px; }
}
.res_table{ margin-bottom: 40px; }
.residences_con h2{ text-transform: uppercase; margin-bottom: 30px; }