/*
Theme Name:     Stratus - Child Theme
Theme URI:      https://demo.themovation.com/stratus/intro/
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

/* on posts pages - hide the featured image */
.post.category-success-story > img { display: none; }

/* on posts pages - hide the post meta line */
.post.category-success-story .post-inner .post-meta { display: none; }

/* on posts pages - reduce width of headline */
.single-post #themo_single_post_layout > h1 { max-width: 850px; margin: 0 auto; }

/* general styles */
.tweak-headings h3 { color: #D22630; font-size: 26px; }
.tweak-headings .bquote { border-left: 2px solid #d22630; padding-left: 10px; }

/* sticky header fix - likely a setting, but I cannot find it */
.banner[data-transparent-header="true"].headhesive--clone .navbar-nav > li > a {
	color: #101820;
}

/* form styles */
div.wpforms-container-full form.wpforms-form .wpforms-submit-container button[type=submit] {
	background-color: #6ec1e4;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
div.wpforms-container-full form.wpforms-form .wpforms-submit-container button[type=submit]:hover {
	background-color: #54595f;
}
div.wpforms-container form.wpforms-form .wpforms-field-container .wpforms-field-label {
	color: #666;
	font-weight: 600;
	font-size: 14px;
}

/* footer styles */
.footer-widgets .th-logo-widget img { max-width: 250px; }
.footer-widgets .phone-num { color: #d32631; font-size: 20px; }
.footer-widgets .phone-num:hover { color: #fff; }
.footer .footer-widgets .widget { margin-bottom: 20px; }

/* footer - social networks */
.footer-widgets .social-networks li { display: inline-block; padding: 10px !important; }
.footer-widgets .social-networks li a { font-size: 24px; }
.social-networks li a span, .social-networks li a:after { display: none }
.social-networks li a:hover { background-color: #d5d5d5 }
@media screen and (width<=768px) {
    .social-networks li a {
        margin-bottom: 10px
    }
}



