/* CUSTOM STYLESHEET
-------------------------------------------------------------------------------------
Instructions: Add your custom styles in this file instead of style.css, so it's 
easier to update the theme. Simply copy an existing style from style.css to this 
file, and modify it as you like.
------------------------------------------------------------------------------------- */



/* GLOBAL STYLES
-------------------------------------------------------------------------------------
Add styles beneath this line that you want to be applied across your entire site */




/* DESKTOP ONLY STYLES
-------------------------------------------------------------------------------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 801px) {



	/* Desktop styles go here */




}


.cat-custom-content .entry-wrap {
    position: relative;
    padding: 25px;
    margin-bottom: 11px;
    -webkit-box-shadow: -2px 3px 9px 0px rgba(0,0,0,0.15); 
    box-shadow: -2px 3px 9px 0px rgba(0,0,0,0.15);
    border-left: 2px solid #eee;
}

.cat-custom-content .entry-wrap .sponsored {
    position: absolute;
    top: 0;
    right: 0;
}

.cat-custom-content .entry-wrap .sponsored a,
.cat-custom-content .entry-wrap .sponsored {
    display: block;
    background: #f3a61c;
    font-family: 'pragmatica-web-n7', Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    padding: 3px 15px;
    color: #111;
}

.cat-custom-content .entry-wrap h2.entry-title {
    margin-top: 25px;
    margin-bottom: 45px;
    display: inline-block;
    font-size: 25px;
}

.cat-custom-content .entry-wrap h2.entry-title a {
    border-bottom: 2px solid #eee;    
}

.cat-custom-content .entry-footer {
    display: none;    
}

.sponsored-logo img {
    width: 155px;
    margin-bottom: 25px;
}

.category-custom-content #primary,
.category-custom-content #primary #content,
#customContentCategory #primary,
#customContentCategory #primary #content {
    float: none;
    width: 100%;
}

.category-custom-content .site-inner .sidebar,
#customContentCategory .site-inner .sidebar {
    display: none;    
}

.category-custom-content #custom_html-47,
#customContentCategory #custom_html-47 {
    display: none;    
}

#customContentCategory .tb-related-posts {
    display: none;    
}

.category-custom-content.category-16200 .thumbs-left .entry-media, 
.category-custom-content.category-16200 .thumbs-right .entry-media {
        max-width: 250px;
    background: none;    
}

.category-custom-content.category-16200 .thumbs-left .entry-media img, 
.category-custom-content.category-16200 .thumbs-right .entry-media img {
    padding: 0;
}

/* .category-custom-content.category-16200 .thumbs-left .entry-media a, 
.category-custom-content.category-16200 .thumbs-right .entry-media a {
    margin: 11px;    
} */


