/*
 Theme Name:     Response Modification
 Author:         Westwerk
 Template:       organic_response
 Version:        1.0.
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../organic_response/style.css');

/* ---- Navigation ---- */
#navigation {
	font-size: 1rem;
}

/* ---- Home Page spacing ---- */
.home-featured-posts-ww ul li .featured-post-info {
	height:184px;
	padding: 0 20px;
}
.home-featured-posts-ww ul li .featured-post-info h2 {
	font-weight:bold;
	font-size:2em;
	padding-top: 0;
	margin-top: 0;
	line-height: 1.2;
}
.home-featured-posts-ww ul li .featured-post-info h2 a {
	color: #000; /*#ff6600*/
}
.home-featured-posts-ww ul li .featured-post-info h2 a:hover {
	color: #808000 !important;
}

/* ---- Content ---- */
table td {
	border: none;
}

/* ---- Cottages Spacing ---- */
#portfolio .holder {
	margin-left: 0;
}

/* ---- Widget Spacing ---- */
#text-4 .textwidget {
	height: 32rem;
}

/* ---- Added to support responsive images in Cottages section. This required a break tag, so used one in functions.php instead---- 
.wp-caption {
    max-width: 96% !important; 
    width: auto !important;
}
*/


