/*
Theme Name: Soul Detox
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 2.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



h2.screen-reader-text {
    display: none;
}
.blog.blog-page-left .row{margin-bottom:40px;}
.blog.blog-page-left .blog.blog-page-left:last-child{margin-bottom:0px;}
.blog.blog-page-left .blog_figure img{
	width:100%;
	height:auto;
	max-width: 100%;
}
.blog.blog-page-left .blog_text{
	margin-top:20px;
}
.blog.blog-page-left .blog_text h1 {
    text-transform: capitalize;
    margin: 0px 0px 10px;
    padding: 0px;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -1px;
    color: #333;
    line-height: normal;
}
.blog.blog-page-left .blog_text h1 a:hover{color:#e84560;}

.blog.blog-page-left .short_icon{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-bottom:15px;
	border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.blog.blog-page-left .short_icon span{margin-right:10px; font-size: 13px;}
.blog.blog-page-left .short_icon span i{color:#fd4764; margin-right: 3px;}

.blog_right_outer .post-row figure{
	-webkit-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	margin-right: 15px;
}
.blog_right_outer .post-row figure img{border-radius:5px;}
.space-40{height:40px;} 
.blog_right_outer{padding-left:40px;}

.blog_right_outer .post-row div a{display:block; font-weight: 600;}
.blog_right_outer .post-row div date{
	font-size:13px;
	color: #e84560;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.blog_right_outer .post-row div date span{font-weight:normal; margin-left:5px; color:#333;}

.blog_outer nav.navigation.pagination{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
}
.blog_outer nav.navigation.pagination .nav-links span.current {
    color: #fd4764;
    font-size: 14px;
    background: #f1f1f1;
    padding: 5px 9px;
    border-radius: 5px;
    font-weight: 600;
}
.blog_outer nav.navigation.pagination .nav-links a{
	font-size:14px;
	margin-right:0px;
	background: #f1f1f1;
    padding: 5px 9px;
    border-radius: 5px;
    font-weight: 600;
}
.blog_outer nav.navigation.pagination .nav-links a:last-child{margin:0px;}
.detail-h1{
	text-transform: capitalize;
    margin: 0px 0px 10px;
    padding: 0px;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: -1px;
    color: #333;
    line-height: normal;
}
.bold-one{font-weight:600;}

.cate-list li {
    font-size: 14px;
    margin: 0px;
    padding: 0px 0 4px;
    font-weight: 500;
    color: #fd4764;
}
.cate-list li a {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}


@media only screen and (max-width: 991px){
.blog_right_outer{padding-left:0px;}
.blog.blog-page-left .blog_text{padding:0px 15px;}
.blog.blog-page-left .blog_figure{padding:0px 15px;}	
}
/* My code added below */
.menu-toggle .bar, .menu-toggle .bar::before, .menu-toggle .bar::after {

    background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
    .header-section {
        background: #113346;
    }
}
.slider-text h3 {
    text-transform: none;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}
.mobileonly {
	display:none;
}
@media only screen and (max-width: 991px) {
	.mobileonly {
	display:inline;
}
	
}
@media only screen and (max-width: 992px) {
    .slider-text h3 {
        padding: 0px 10px;
        font-size: 13px;
		font-weight:500;
        line-height: 1;
		letter-spacing:0.5px;
        display: block !important;
		text-shadow: 0 0 3px #000000;
    }
	.slider-text h1 {
    padding: 5px 0px;
}
	    .btn-theme {
        margin: 20px 0px 0px;
		padding: 13px 17px;
    }
	.slider-text {
		top: 42%;
	}
	    .slider-text a.btn-theme {
        display: inline;
    }
	.slider-text h5 {
        margin-bottom: 20px;
    }
}
