/*
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
*/

a, .branding img, #phantom img, .aio-icon-header h3.aio-icon-title {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration:none;
}
a:hover, .hover-box h2 a:hover, .service-hover-box h2 a:hover {
	color:#283891;
}
.branding img:hover, #phantom img:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
#bottom-bar a {
	color:#BBB;
}
#bottom-bar a:hover, .blog-shortcode .entry-meta a:hover {
	color:#25AAE1;
	text-decoration:none;
}
.service-hover-box h2 {
	font-size:1em;
	text-align:center;
}
.blog-shortcode .entry-meta a {
    color: #444;
}
.erinyen .tp-thumb-title {
    text-shadow: 1px 1px 0 #999;
}
.aio-icon-header h3.aio-icon-title:hover, .footer .widget a:hover, .service-title h2 a:hover {
    color: #FB7B0A;
}
.service-title h2 {
	text-align:center;
}
.service-box h2 {
	text-align:center;
}
.service-box h2 a {
	padding:40px;
	display:block;
}
.service-box h2 a:hover {
	color: #FFF;
	background-color:#004CAA;
}