/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

/* Core Styling - Rewaant Chhabra */

body {
	color: #000;
}

blockquote,
blockquote::before {
	color: #000;
}

.site-description {
	color: #000;
}

.site-footer, 
.site-footer a {
	color: #000;
}

/* Core Styling */

.site-header {
	min-height: 110px;
}

.title-area {
	margin-top: 40px;
}

.button {
	padding: 8px 24px;
}

.site-header .wrap {
	padding: 20px 0;
}

.entry-title {
	color: #0047B6;
	text-transform: uppercase;
}

.entry-header {
	padding: 20px 40px;
}

.genesis-nav-menu a {
	padding: 20px 18px;
	font-size: 18px;
}

section#simple-social-icons-4 {
	background: transparent;
	border: 0;
	box-shadow: 0 !important;
	padding: 0;
	margin-top: -25px;
	margin-bottom: 10px;
}

@media all and (min-width:1024px) {
	.title-area {
		width: 530px;
	}
	
	.site-header .widget-area {
		width: 400px;
	}
}

@media all and (max-width:525px) {
	.site-title a {
		font-size: 24px;
	}
}

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
	padding: .313em;
}

.widget .gform_wrapper .top_label .gfield_label,
.widget div.gform_wrapper .ginput_complex label {
	padding: 0;
	margin: 0;
}

.footer-widgets-3 #image-10 {
	margin-top: 25px;
}

.page-id-2 .entry-header {
	display: none;
}

.page-id-2 .metaslider .caption {
	padding: 9px 10px;
	font-weight: bold;
	font-size: 150%;
	font-family: titillium web;
	color: #fff;
}

.home-tagline {
	font-size: 19px;
	text-align: center;
	padding: 20px 10px;
	color: #fff;
	background-color: #333;
	margin: 20px 0 35px;
}

.sidebar .widget {
	padding: 20px;
}

.home-bottom .widget-title, .sidebar .widget-title {
	margin: 0;
	padding: 0 0 16px;
}

/* custom css for slider */

.rwd-SlideWrapper.usingCss ul {
	margin-left: 0 !important
}

.huge-it-slider > li img {
	object-fit: contain !important;
}
.rwd-SlideWrapper img {
	object-fit:contain !important;
}

li.group.rwd-slide {
	list-style-type: none !important;
}

/* Height fix for slider on Kitchen & Bath remodel */

#slider_2 {
	height: 450px !important;
}