/*  
Theme Name: YOSS BLOG THEME
Theme URI: http://www.yossportshealth.com/
Description: The Theme is created for only Blog
Version: 1.0
Author: Ranjan Nayak

*/

/*fontawesome*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
@import "http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

a:link, a:visited{
  text-decoration: underline;
  color: #000000;
}

a:hover{
  text-decoration: none;
}

#wrapper{
  margin: 0 auto 0 auto;
  width: 750px;
  text-align: left;
}

#header{
  float: left;
  width: 750px;
}

#container{
  float: left;
  width: 400px;
}

.sidebar{
  float: left;
  width: 240px;
  background: #ffffff;
  margin: 0 0 0 10px;
  display: inline;
}

.sidebar h2{
  font-size: 20px;
}

#footer{
  clear: both;
  float: left;
  width: 750px;
}

.comments-template{
  margin: 10px 0 0;
  border-top: 1px solid #ccc;
  background-color:#fafafa;
  padding:30px 50px;
  margin-bottom:50px;
}

.comments-template ol{
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}
.comments-template input{
    width:100%;
    height:40px;
    margin-bottom:20px;
    padding-left:10px;
    padding-right:10px;
}
.comments-template input:focus,.comments-template textarea:focus{
    outline:none;
}
.comments-template textarea{
    resize:none;
    width:100%;
    margin-bottom:20px;
    font-size:18px;
    padding-left:10px;
    padding-right:10px;
    height:100px;
}
.comments-template input[type=submit]{
    background-color: #FF7F27;
    border: navajowhite;
    color: #fff;
    padding: 5px;
    text-transform:uppercase;
    font-size:18px;
    width:200px;
}
.comments-template ol li{
  margin: 10px 0 0;
  line-height: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}



.comments-template p.nocomments{
  padding: 0;
}


.main_section{
    padding-top:150px;
    width:100%;
    float:left;
}
.mycontainer{
    width:1200px;
    margin:auto;
}
.footer {
    width:100%;
    float:left;
}

.content_section{
    width:70%;
    float:left;
}

.sidebar{
    width:25%;
    float:right;
}

.content_item{
    width:100%;
    float:left;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    padding:20px;
    margin-bottom:30px;
}

.post_img{
    width:30%;
    float:left;
    min-height:140px;
    background-color:#ddd;
}
.post_txt{
    width:70%;
    float:left;
    padding-left:20px;
}
.post_img img{
    width:100%;
    height:auto;
}

.content_section h2{
    font-size:25px;
    font-weight:500;
    font-family: 'Roboto', sans-serif;
    text-align:left;
}
.content_section h2 a{
    text-decoration:none;
}
.content_section h2 a:hover{
    color:#F36F24;
}
.content_section p{
    font-size:18px;
}

.content_section img{
    max-width:100%;
    height:auto;
    margin:auto;
}

.sidebar{
    position:sticky;
    top:100px;
}
.widget {
    list-style-type: none;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 30px;
}

.widget h2{
    font-family: 'Roboto', sans-serif;
    text-align:left;
    position:relative;
    padding-bottom:0;
    margin-bottom:20px;
}
.widget h2:after{
    position:absolute;
    content:'';
    width:60px;
    height:3px;
    background-color:#F36F24;
    left:0;
    bottom:0;
}
.widget input{
    width:100%;
    font-size:16px;
    padding:5px;
}
.widget input[type=submit]{
    background-color: #FF7F27;
    border: navajowhite;
    color: #fff;
    padding: 5px;
    margin-top: 20px;
    text-transform:uppercase;
    font-size:18px;
}
.widget input:focus{
    outline:none;
}

.widget li{
    font-size:18px;
}
.widget label.screen-reader-text{
    display:none;
}


.widget li a{
    text-decoration:none;
}
.widget li a:hover{
    color:#F36F24;
}

@media screen and (max-width:1250px){
    .mycontainer{
        width:100%;
        padding:0 20px;
    }
}

@media screen and (max-width:960px){
    .content_section{
        width:100%;
    }
    .sidebar{
        width:100%;
    }
}
@media screen and (max-width:767px){
    .post_img{
        width:100%;
        margin-bottom:20px;
    }
    .post_txt{
        width:100%;
    }
    .toggle-menu{
        top:25px;
    }
    .head .toggle-menu > .line{
        background-color:#fff;
    }
    .main_section{
        padding-top:70px;
    }
}