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


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

.navbar-nav > li + li {
    margin-left: 5px;
}
footer .th-logo-widget img {
    max-width: 220px;
}
.home-hero-content .elementor-container{
	width: 100%;
}
body .entry-content h2,
body .content-editor h2{
    margin: 35px 0 20px;
}
body .entry-content h3,
body .content-editor h3{
	margin: 30px 0 15px;
}
body .content-editor h4,body .content-editor h4{
	margin-bottom: 15px;
}
body .entry-content p,
body .content-editor p{
	margin-bottom: 25px;
}
.rp-blogdetail-social a {
    font-size: 20px;
    margin: 0 5px 5px;
}
body .content-editor ul,body .content-editor ol,
body .content-editor ul,body .content-editor ol {
    margin-bottom: 35px;
}
.inner-container > h1.entry-title{
	text-align: center;
}
.counter-sec h6{
	margin: 0;
}
.counter-sec .heading h3{
    margin: 0;
}
.what-we-do .section-header{
	max-width: 650px;
	margin: 0 auto;
}


/* responsive css  */
@media screen and (max-width: 991px) {
	body .content-editor ul,
	body .entry-content  ul,body .content-editor ol,body .content-editor ol{
		padding-left: 25px;
	}
}
@media screen and (max-width: 767px) {
	body #logo img{
		max-height: 30px;
	}
	footer .th-logo-widget img {
		max-width: 180px;
	}
	.inner-container > h1.entry-title{
		padding: 40px 0 20px;
	}
}