/*
Theme Name: RD Quark Child
Theme URI: http://radicaldesigns.org
Author: Radical Designs
Author URI: http://radicaldesigns.org
Template: quark
Description: Quark Child Theme for Radical Designs.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, dark, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: quark-child
*/

@import url("../quark/style.css");

/******************** Globals ********************/
body {
	font-family:  'Source Sans Pro', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
}
h4 {
	font-size: 20px;
}
.button {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	position: relative;
	color: #272727;
	background: #F7B827;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
	border-bottom: 3px solid #C39120;
	padding: 5px 20px;
	display: table;
}
.btn {
	text-shadow: none;
}
a.button {
	color: #F1E2D5;
}

/******************** Header ********************/

#headercontainer { 
	background: #3C579A;
	padding-bottom: 25px;
	background-image: url('img/capitol.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	background-attachment: fixed;
	border-top: 10px solid #4B6FAD;
}
.site-title a {
	font-size: 0;
	margin-top: 1.25rem;
	display: block;
}
#navcontainer {
	background: #4B6FAD;
}
#header-card {
	width: auto;
	display: inline-block;
	margin-top: 1.25rem;
}
#news-form {
	float: right;
        display: none;
}
#news-form span {
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2.5px;
	padding: 10px 0;
	display: block;
}


/******************** Navigation ********************/
.nav-menu {
	font-family: 'Source Sans Pro', sans-serif;
}
.main-navigation {
	text-transform: uppercase;
	margin: 0.813rem 0;
}
.main-small-navigation a, .main-navigation a {
	color: #f1f1f1;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 1px;
}
.main-navigation li:hover > a {
	color: #c1c1c1;
	text-decoration: none;
}
.main-navigation .current_page_item a {
	color: #F7B827;
}
.main-navigation ul ul {
	background-color: #4B6FAD;
	box-shadow: none;
}
.main-navigation ul ul a {
	color: #f1f1f1;
}
.main-navigation ul ul :hover > a {
	background-color: #f1f1f1;
	color: #333333;
}

.parent-sidebar-menu {
	text-transform: uppercase;
}
.parent-sidebar-menu a {
	color: #f1f1f1;
}
.parent-sidebar-menu .has_children {
	font-size: 18px;
}
.child-sidebar-menu li {
	list-style: inside;
	list-style-type: square;
}

/******************** Forms ********************/

.form-control {
	display: block;
	height: 39px;
	width: 145px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border-radius: 4px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
	font-family: inherit;
	padding: 8px;
	border: none;
	border-radius: 5px;
}
#news-form .form-group {
	float: left;
	margin-right: 10px;
}

/* Newsletter Signup */
.ctct-custom-form .ctct-form-required { position: relative; }
.ctct-custom-form .ctct-form-required:before {content: "\2217";position: absolute;top: -4px;left: -12px;color: #f5463b; }
.ctct-custom-form ::-webkit-input-placeholder { color: #88919a; }
.ctct-custom-form :-moz-placeholder { color: #88919a; }
.ctct-custom-form ::-moz-placeholder { color: #88919a; }
.ctct-custom-form :-ms-input-placeholder { color: #88919a; }
.ctct-custom-form input.is-error, .ctct-custom-form .ctct-form-input.is-error {
    border: #f5463b solid 1px !important;
    color: #f5463b !important; 
}
.ctct-custom-form .ctct-form-errorMessage {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #f5463b; 
}
.ctct-custom-form p {
	margin-bottom: 0;
}
.ctct-custom-form .name {
	width: 31.5%;
	float: left;
}
.ctct-custom-form .name input {
	width: 90%;
	margin-right: 5%;
}
.ctct-custom-form .email input {
	width: 60%;
}
.ctct-custom-form input {
	margin-bottom: 5px;
}
.ctct-custom-form .list {
	clear: both;
}
#news-form .ctct-custom-form .list-item span{
	display: inline;
	font-size: 18px;
	font-weight: 300;
	margin-left: 8px;
}
.ctct-button {
	clear: both;
	width: 60%;
}
span#success_message {
	background: rgba(241, 241, 241, 1.6);
	padding: 10px;
	color: #272727;
}

/******************** Footer ********************/
.site-footer {
	color: #c1c1c1;
}
.site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
	color: #c1c1c1;
}
.site-footer h5 {
	font-weight: 700;
}

/******************** Home Page ********************/
#bannercontainer {
	display: none;
	margin-top: 0!important;
}
.home #bannercontainer {
	display: block;
	margin-top: 0!important;
}
.banner {
	padding: 0;
}
.home .banner .widget {
	margin: 0;
}
.home-intro {
	background: #F1E2D5;
	color: #333333;
	padding: 15px;
}
#maincontentcontainer .home-sidebar .widget {
	border-radius: 0;
	border: none;
}
.widget-area .widget {
	-moz-hyphens: none;
	hyphens: none; 
	word-wrap: none;
	word-break: none;
} 
.widget_simpleimage {
	text-align: center;
}

/******************** Slider Overrides ********************/
.theme-dark.slider-wrapper {
	background: transparent!important;
	padding: 0!important;
}
.nivo-caption {
	background: #333333!important;
	font-size: 24px;
	opacity: .9!important;
	border-bottom: 2px solid #F7B827;
	position: relative!important;
}
.theme-dark .nivo-controlNav a {
	background-image: none!important;
	background-color: #F7B827!important;
	border-radius: 40px;
	
}
.theme-dark .nivo-controlNav a.active {
	background-color: #f1f1f1!important;
}
.nivo-directionNav {
	display: none;
}

.home .widget_simpleimage .simple-image {
	display: block;
	overflow: hidden;
	height: 200px;
}

.eme_period {
	font-size: 18px;
	
}

/******************** Interior Page Styling ********************/
.content .widget_dpe_fp_widget li.category-successes {
	background: #ffffff;
	padding: 10px;
	margin: 10px;
	min-height: 250px;
}

/******************** Posts ********************/
.header-meta {
	display: none;
}

/******************** MEDIA QUERIES ********************/
@media only screen and (min-width: 768px) { 
	
	#headercontainer {
		background-image: url('img/capitol.png');
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: 100% 10%;
	}
	/*#bannercontainer {
		background-image: url('img/capitol.png')!important;
		background-repeat: no-repeat;
		background-position: 100% 10%!important;
		background-size: 34%!important;
	}*/

	#headercontainer h1 {
		margin-bottom: 0;
	}
	#headercontainer .col:last-child {
		display: inline;
	}
	#header-card {
		margin-left: 45px;
	}
}
@media only screen and (min-width: 992px) { 
	.nivo-caption {
	position: absolute!important;
	}
}
