/*
Theme Name:     Newsmag Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newsmag                             
Version:        1.1
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/


/*  --- Images issue solved --- */
body.td-animation-stack-type0 .td-animation-stack .entry-thumb,
body.td-animation-stack-type0 .post img {
  opacity: 1;
}

.qns-quotes{
    position: relative;
    width: 360px;
    margin: -19px auto 30px;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 40px;
    color: #777;
    background: #f2f2f2;
}
.qns-quotes::before{
    content: "\201C";
    position: absolute;
    top: 19px;
    left: 4px;
    font-size: 70px;
    font-family: Times New Roman;
    color: #ddd; 
}

/* Adsense Section */
.qns-ad-code{
width:340px;
margin:30px auto;
text-align: center;
}

/* Smartphoness (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .qns-sidbar-ad{
        display: none;
    }
}