/*
 Theme Name:   Diana J Scott Theme
 Theme URI:    http://www.genexmarketing.com/
 Description:  Genex Marketing Bootstrap Starter Theme
 Author:       Genex Marketing
 Author URI:   http://www.genexmarketing.com
 Template:     toolset-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
Color Palete
Purple: #872b3b;
Red: #872b3b;
Light Red: #b5877f
*/

@import url("css/header.css");

.alignleft{float:left;margin-right:20px;}
.alignright{float:right;margin-left:20px;}

#genexSignature div:last-child{
	background-color: #000;
	height: 9px;
}

#genexSignature img {
    display: inline-block;
}

footer #genexSignature{
	background-color: #872b3b;
	color: #fff;
	padding-top: 1em;
}

footer .subFooter{
	margin-top: 3px;
	margin-bottom: .3em;
	float: left;
}

footer.mainFooter{
	padding-bottom: 0;
}


.dev{
	background-color: red;
	outline: black 2px solid;
}

/* Typo */

.bodyWrapper h1,
.bodyWrapper h2,
.bodyWrapper h3,
.bodyWrapper h4,
.bodyWrapper h5,
.bodyWrapper h6{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #872b3b;
}

.bodyWrapper h1,
.bodyWrapper h2{
	border-bottom: 4px double #872b3b;
	padding-bottom: 10px
}

.bodyWrapper{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

.panel-title {
    font-size: 1.7em;
}

main ul{
	list-style: none;
}

main ul li::before {
	font-family: 'FontAwesome';
	content: '\f067';
	margin: 0 5px 0 -15px;
	color: #872b3b;
}


/* Navigation */

a:link{
	color:#872b3b; 
}

a:visited{
	color:#872b3b; 
}

a:focus,
a:hover{
	/*color:#e243df !important;*/
	color:#ea294a !important;
	text-decoration: none !important;
}

a:active{
	color: #872b3b; 
}


#header .nav.main-menu.navbar-nav li a{
	font-size: 1.3em;
	text-transform: uppercase;
}

#header .nav.main-menu.navbar-nav li a:hover {
	background-color: #e7e7e7;
}

.homeClass::before{
	font-family: "FontAwesome";
	content: "\f015";
	/*font-size: 1.3em;*/
	font-weight: 100;
	line-height: 0;
}


footer .footerContents h3{
	color: #b5877f;
}

footer .footerContents .menu {
    list-style: none;
    padding-left: 10px;
}

footer .footerContents .menu a{
	color: #a2a2a2;
}

footer .footerContents .menu a:hover{
	color: #FFF !important;
}

footer .footerContents .menu a::before{
    content: "\f061";
    font-family: "FontAwesome";
    margin-right: 4px;
}


/* Layout */
.headerWrapper {
	background-color: #872b3b;
	/*border-bottom: 1px solid #4a4a4a;*/
	box-shadow: 0px 4px 10px 0px rgba(47, 47, 47, 0.4);
}

#header {
	margin-bottom: 0;
	border: none;
}

#header .sliderWrapper{
	position: relative;
}

.main-menu {
	position: relative;
	left: 0;
}

.headerLogo{
	position: absolute;
	z-index: 10;
/*
	top: 15px;
	left: 15px;
*/
	background-color: rgba(0, 0, 0, 0.4);
	/*background-color: rgba(126, 40, 124, 0.7);*/
	
	padding: 50px;
	
	right: 50%;
	margin-right: -150px;
	
	top: 50%;
	margin-top: -130px;
	
	border: 4px double rgba(255, 255, 255, 0.6);
	
}

.headerLogo img{
	height: 150px
}

footer.mainFooter{
	background-color: #333;
	color: #ddd;
}

footer .footerContents{
	padding-top: 2em;
	padding-bottom: 2em;
}


.footerLogo img{
	margin: 0 auto;
}

.sidebarWrapper .line {
	float: left;
	height: 100px;
	border-right: 1px solid #999;
	margin-right: 3em;
}

.slider{
	/*height: 400px;*/
}

section{
	padding: 0 2em;
}

main{
	margin-top: 2em;
	margin-bottom: 2em;
}


.twitterFeed,
.facebookFeed,
.mailingListSuscribe{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.twitterFeed,
.mailingListSuscribe{
	margin-top: 2em;
}

.socialSec div{
margin-left: 1em;
	
}

.socialSec div:first-child{
margin-left: 0;
}

.clients{
 background-color: #fff;
	padding: 1em 2em
}

.clients img {
max-height: 90px;	
	filter: brightness(134%) grayscale(100%);
	
}


/* Additional Styles */

.slider a:link {
	color: #fff;
}

hr{
	border-top: 3px double #ccc;
}

.testimonialSlider {
	background-color: #fff;
	padding: 1em 2em;
	margin-bottom: 1em;
}

.testimonialSlider blockquote {
	font-style: italic;
	text-align: right;
}

.testimonialSlider blockquote::before {
	content: "\f10d";
	font-size: 2em;
	font-family: "FontAwesome";
	float: left;
	display: block;
}

.testimonialSlider .signature {
	text-align: right;
	font-weight: bold;
	color: #872b3b;
	font-style: italic;
}

.playlist{
 padding: 1em;
	background-color: #333;
	color: #fff;
}

.playlist h4{
	color: #ddd;
}

.blogSidebarWrapper {
    background-color: #fff;
    font-size: 14px;
    padding-bottom: 1em;
}

.blogSidebarWrapper ul {
	padding-left: 0;
}

.blogSidebarWrapper ul li::before {
	content: "";
	margin: 0;
}

.blogSidebarWrapper .sidebarWidget {
    border-bottom: 3px double #ddd;
}

.blogSidebarWrapper .sidebarWidget:last-child {
    border-bottom: none;
}

/* Responsive */
@media (max-width: 1199px) { /* lg and down */

}

@media (max-width: 1023px) { /* BootsNav Hop and down */

}

@media (max-width: 991px) {/* md and down */
	
	.headerLogo {
		padding: 30px;
		margin-right: -110px;
		margin-top: -83px;
	}
	
	.headerLogo img {
		height: 100px
	}
	
}

@media (max-width: 767px) {
	/* xs & sm an down */
	.sidebarWrapper .line {
		float: none;
		height: 1px;
		border-top: 1px solid #999;
		;
		border-right: 0;
		margin: 2em;
	}
}

@media (max-width: 578px) {
	
	.headerLogo {
		padding: 10px;
		margin-right: -90px;
		margin-top: -63px;
	}
	
	.headerLogo img {
		height: 100px
	}
	
}

@media (max-width: 459px) {
	
	.headerLogo {
		padding: 5px;
		margin-right: -70px;
		margin-top: -43px;
	}
	
	.headerLogo img {
		height: 70px
	}
	
}

@media (max-width: 767px) {/* xs & sm an down */

}

@media screen and (min-width: 768px ) { /* xs & sm  and up */
	
}

@media (min-width: 992px) {/* md and up */

}

@media (min-width: 1024px){  /* BootsNav Hop  and up */

}

@media (min-width: 1200px) {/* lg and up */

}