/*
 Theme Name:     Tower Child
 Theme URI:      http://codeless.co
 Description:    Tower Child Theme
 Author:         Codeless
 Author URI:     http://www.codeless.co
 Template:       tower
 Version:        1.0.0
*/

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


/*
NOTES -

codeless updated two files for us to make the tags in the blog links. These files are - wp-content/themes/tower/includes/view/blog/loop-index.php and wp-content/themes/tower/includes/view/blog/loop-timeline.php - these will need to be downloaded and saved into any future Tower theme updates

comment out line 175 that reads add_image_size( 'blog', 825, 340, true ); using // - in functions file (wp-content/themes/tower/functions.php) - to fix strange crop on blog posts
*/


nav .menu li a:hover {
	color: #7a1613 !important;
}

.header_1 nav li.current-menu-item > a {
	color: #7a1613 !important;
}

#slider-fullwidth {
    border-bottom: 0px !important;
}
.mobile_small_menu {
	color: #7a1613
}
.mobile_small_menu:hover {
	color: #7a1613
}
a {
	color: #8a8a8a
}
a:hover {
	color: #7a1613
}

.animated_counter h3 {
	font-weight: 700;
	font-size: 21px !important;
}
div.wpcf7-response-output {
    float: left;
}
aside.span3 {
	padding-left: 40px !important;
}
aside ul li {
    padding-right: 10px;
}
.light .animated_counter h3 {
    color: #fff;
    opacity: 1;
}
.counter {
	background-size: cover;
}
.drop {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.coalview {
	min-height: 175px;
}
div.pp_overlay {
    opacity: 0.9 !important;
}
.counter .wpb_content_element {
    margin-bottom: 0px;
}
.counter .animated_counter h3 {
    margin-top: 0;
}
.counter .odometer {
    margin-top: 5px;
}
h1.category-name {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 60px;
}
blockquote {
    background: none repeat scroll 0 0 #c1dde6;
    border-left: 4px solid #0a3a51;
    color: #000;
    font-size: 1.231em;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
	margin-left: 0;
}
blockquote p {
    padding-bottom: 15px;
}
.home .services_small a {
	cursor: default;
}
.top_nav .social_widget .footer_social_icons li a i {
	color: #4e9fba !important;
}
.top_nav .social_widget .footer_social_icons li a i:hover {
	color: #7a1213 !important;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}
.widget_most_popular dd {
    margin-left: 0px;
}
.widget_most_popular dd a:hover {
    color: #10657E;
}
.widget_most_popular {
	display: none;
}

/* Responsive conditions-------------------------------------------------- */

@media (max-width: 770px) {

	.animated_counter h3 {
	margin-top: 55px !important;	
}
}


@media (max-width: 550px) {

.slider#slider-fullwidth {
    min-height: 200px;
}
	#logo img {
    height: 13px !important;
    margin-top: -7px !important;
}
}

@media (min-width: 551px) {
.home .vc_figure-caption {
	display: none;
}
}

