/*
Theme Name:     eCoronado Theme
Theme URI: 		http://www.sweetpotato.me.uk
Description:    Child theme made by Richard Pettet for eCoronado.com
Author:         tagDiv
Author URI: 	http://www.sweetpotato.me.uk
Template:       Newspaper                             
Version:        6.0c
*/

@import url("../Newspaper/style.css");

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* ---- MEDIA QUERIES ----*/

/*----Header & Footer Ads----*/

@media only screen and (min-width:361px) {
.td-all-devices.SP_Mobile {display: none;}
}

@media only screen and (max-width:360px) {
.td-all-devices.SP_Full {display: none;}
}

/* ---- AND THE REST ----*/

/*Side bar Ads*/
.SP_Sidebar_Ad_Rotate {
text-align: center;
display: none;
}

.SP_Sidebar_Ad_Rotate li {
    list-style: none;
    margin: 0 auto 20px;
}

.SP_Sidebar_Ad_Rotate li img {
    margin: 0 auto;
    max-width: 300px;
}

#Ad_Side_CTA::after {
    content: "";
    font-family: "newspaper";
    font-size: 30px;
    margin-left: 10px;
    vertical-align: text-bottom;
}
#Ad_Side_CTA {
    background-color: #4db2ec;
    color: #fff;
    display: block;
    font-family: "Open Sans",arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* ---- Below Header Ad Spot in Custom Ad 1 ----*/

.SP_Below_Header_Ad .td-a-rec.td-a-rec-id-custom_ad_1 {
    width: 100%;
}

.SP_Below_Header_Ad .td-all-devices {
    margin: 20px auto 0;
    width: 100%;
}

.td-all-devices.SP_Below_Header_Ad_Rotate, .SP_Bottom_Blog{
display:none;
}

.td-all-devices.SP_Below_Header_Ad_Rotate > ul, .SP_Bottom_Blog > ul {
    margin-top: 0;
}

.td-all-devices.SP_Below_Header_Ad_Rotate li, .SP_Bottom_Blog li {
    float: left;
    list-style: none;
    margin-left: 0;
    margin-right: 5px;
}

.td-all-devices.SP_Below_Header_Ad_Rotate .SP_Mobile, .td-all-devices.SP_Bottom_Blog .SP_Mobile {
    display: none;
}

.td-all-devices.SP_Bottom_Blog {
    margin-bottom:20px;
}

.td-all-devices.SP_Bottom_Blog::after {
    clear: both;
    content: "";
    display: block;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
.td-all-devices.SP_Below_Header_Ad_Rotate li {margin-right: 10px;}
.SP_Bottom_Blog li{margin-bottom:10px;}
}

@media only screen and (min-width:200px) and (max-width:640px) {
.td-all-devices.SP_Below_Header_Ad_Rotate li{margin-top: 10px;}
}

@media only screen and (min-width:200px) and (max-width:767px) {
.SP_Bottom_Blog li{margin-bottom:10px;}
.td-all-devices.SP_Below_Header_Ad_Rotate .SP_Mobile, .td-all-devices.SP_Bottom_Blog .SP_Mobile{display:block;}
.td-all-devices.SP_Below_Header_Ad_Rotate .SP_Full, .td-all-devices.SP_Bottom_Blog .SP_Full{display:none;}
.td-all-devices.SP_Below_Header_Ad_Rotate li, .td-all-devices.SP_Bottom_Blog li {max-width: 48%;}
}

#Ad_Below_Nav_CTA {
    display: block;
    float: left;
    margin-left: 0;
}

@media only screen and (max-width:768px) {
#Ad_Below_Nav_CTA {margin-left: 0;margin-top: 10px;}
}

@media only screen and (max-width:600px) {
#Ad_Below_Nav_CTA {display:none;}
}

@media only screen and (min-width:601px) and (max-width:1024px) {
#Ad_Below_Nav_CTA > img {max-width: 240px;}
}

/*----Homepage----*/
.home .td-main-content-wrap.td-main-page-wrap {
    padding-top: 10px;
}

.td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td_block_trending_now{
margin-top:0;
}

/*----Coreection to big block at top 
.home .vc_row.wpb_row.td-pb-row .wpb_column.vc_column_container.td-pb-span12{
    padding-left: 15px;
    padding-right: 15px;
}
----*/

