/*
Theme Name: Ageless Rugs
Theme URI: https://agelessrugs.com
Description: Child theme for Ageless Rugs — Highend parent.
Author: Beanstalk Web Solutions
Template: HighendWP
Version: 1.0.0
Text Domain: ageless-rugs
*/

/*
 * Highend prints bloginfo('stylesheet_url') in header.php before wp_head,
 * so parent CSS must be pulled in here (via @import) for correct cascade.
 */
@import url("../HighendWP/style.css");

/* ==========================================================================
   Site customizations (moved from parent style.css)
============================================================================= */

.hillhousetitle {
	font-family: 'hill_houseregular';
}

.hillhousesubtitle {
	font-family: 'hill_houseregular';
	color: #fff !important;
	text-shadow: 0 0 6px #090909, 0 0 10px #090909, 0 0 14px #090909;
}

.slidersubtitle {
	font-size: 25px;
	text-shadow: 0 0 6px #090909, 0 0 10px #090909, 0 0 14px #090909;
}

.redtransparent {
	font-size: 50px;
	padding: 12px 24px;
	background-color: rgba(189, 33, 50, 0.6);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#bd2132', EndColorStr='#bd2132');
	text-shadow: 0 0 8px #713008, 0 0 11px #713008, 0 0 14px #713008;
	color:white;
}

.titlebutton {
	font-size: 20px;
	text-shadow: 0 0 8px #000, 0 0 11px #000, 0 0 14px #000;
}

#main-content > div {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#main-nav {
	padding-left: 150px !important;
}

#header-inner {
	height: 0px !important;
	color: #073e4f !important;
}

#logo img.default {
	max-height: 135px !important;
}

#main-content {
	background-image: url("http://beanstalkwebsolutions.com/ageless/wp-content/uploads/2015/03/parchment-bg1.jpg");
	box-shadow: 0px 1px 2px 2px #000 !important;
}

#main-content > div {
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
}

.page-id-1188 #main-content > div {
	margin-top: 0px !important;
}

#footer {
	margin-top: -25px !important;
}

/* ==========================================================================
   Customizer CSS (consolidated into child)
============================================================================= */

.su-image-carousel-item-content img {
	width: 100% !important;
}

#contactmap {
	border: solid 10px #fff !important;
	width: 100%;
	height: 370px;
}

#mobile-menu-wrap {
	overflow-y: scroll;
}

.store-banner {
	background-color: darkred;
}

.store-banner h2 {
	color: white;
	padding: 0.75em;
	font-weight: 500;
}

@media only screen and (max-width: 575px) {
	div#page-1188 .hb-caption-layer.container h3 {
		line-height: 60px;
	}
}
