/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* ----------------homepage slider---------------- */

#slide-1-layer-2, #slide-2-layer-2 {
	text-shadow: 2px 2px 2px #00000050;
}

#slide-1-layer-1, #slide-1-layer-3, #slide-2-layer-1, #slide-2-layer-3 {
	text-shadow: 1px 1px 2px #00000070;
}
#noticeBox {
	padding:20px;
	background-color:#eaeaea;
	border-radius:7px;
}
#servicesHome {
	margin-top:-20px;
}
blockquote.quotescollection-quote {
	margin:0;
	background:transparent;
}
.footer blockquote.quotescollection-quote p {
	color:#606060;
	font-family:'Open sans condensed';
	font-weight:700;
}
.bottom-text-block h1 {
	color:#606060;
	font-size:28px;
	padding-top:30px;
}

.bottom-text-block p {
	color:#606060;
	padding-bottom: 30px;
}

footer.attribution, .footer cite.source, .footer cite.author {
	color:#606060;
}
#footer .widget-title {
	font-size:28px;
	line-height:32px;
}
#footer .textwidget h1 {
	font-size:28px;
	line-height:normal;
}

a.greenButton {
    background-color: #a4cc38;
    display: inline-block;
    padding: 8px 40px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
}
a.greenButton:hover {
    background-color: #c4e03f;
    text-decoration: none;
}

.mobile-header-bar .mobile-mini-widgets .mini-contacts a {
	color:#333333;
	text-decoration:none;
}