/*
Theme Name:     Hometown Child
Description:    Child theme of the Hometown Theme
Author:         LeafThemes
Author URI:     http://leafthemes.com
Template:       hometown-theme
Version:        1.0.0
*/

/* ------- Insert custom styles below this line ------- */

.primary-nav a{
	color:#3D3D3D;
	font-weight:bold;
	font-size:15px;
}
.header-wrap .branding img{
	max-width:400px;
	width:100%;
}
.widget_wysija_cont .wysija-submit{
	margin:0 auto;
}
.footer-main a{
	color:#003C58;
	text-decoration:underline;
}
.footer-main a img{
	border:0 none;
}
#menu-topmenu > li a{
	font-size:15px;
}
.section-title{
	display:none;
}
.single-property .section-title{
	display:block;
}
.mobile-menu{
	display:none;
}
@media only screen and (min-width: 999px) and (max-width: 1279px) {

}

@media only screen and (min-width: 900px) and (max-width: 998px) {

}

@media only screen and (min-width: 690px) and (max-width: 899px) {

}

@media only screen and (min-width: 520px) and (max-width: 699px) {
	.hero .hero-card{
		bottom:10px;
	}
	.hero .hero-card .card-body{
		padding:0 5px 0;
	}
}

@media only screen and (min-width: 350px) and (max-width: 519px) {
	.hero .hero-card{
		bottom:10px;
	}
	.hero .hero-card .card-body{
		padding:0 5px 0;
	}
}

@media only screen and (max-width: 349px){
	.hero .hero-card{
		bottom:10px;
	}
	.hero .hero-card .card-body{
		padding:0 5px 0;
	}
}
