/*
Theme Name:     Newspaper 9 Child theme
Template:       Newspaper
Version:        9.1
*/


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

@import url("../Newspaper/style.css");


@media (max-width:450px){
    .hade-box {
    text-align: center;
    box-shadow: 0 5px 14px 0px #ddd;
}
}
@media (min-width: 1280px){
    
    .td-pb-span12.td-main-content.big-box {
    box-shadow: 0px 0px 20px #ddd;
    padding: 75px;
}
    .hade-box {
    padding: 40px 60px 0px;
    margin-bottom: 50px;
    box-shadow: 0 8px 6px -6px #ddd;
}
    .td-header-style-7 .sf-menu {
    margin-top: 0px;
}
.td-header-style-7 .td-header-sp-logo img {
    line-height: 80px;
}
.td-header-style-7 .td-header-sp-logo a {
    line-height: 76px;
}
.td-header-menu-wrap-full.td-container-wrap {
    height: 78px !important;
    }
    .td-header-menu-no-search .td-header-main-menu {
    max-height: 78px;
}
    html[lang="en"] .td-header-menu-no-search .td-header-main-menu {
    max-height: 100% !important;
}
    html[lang="en"] .td-header-menu-wrap-full.td-container-wrap {
    height: 100% !important;
}
}
.td-container.td-pb-article-list {
    DISPLAY: NONE;
}
h3.entry-title.td-module-title a {
    font-family: Montserrat, Futura, "Gill Sans", "Gill Sans MT", "Century Gothic", CenturyGothic, sans-serif;
    letter-spacing: -0.01em;
    font-size: 21px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, Futura, "Gill Sans", "Gill Sans MT", "Century Gothic", CenturyGothic, sans-serif;
    letter-spacing: 1px;
    font-weight: 400 !important;
}
#menu-top-navigation-1 .current-menu-item {
    background: #fff;
    width: 120px;
}
#menu-top-navigation-1 .current-menu-item a {
    color: red !important;
    text-align: center;
}
#menu-top-navigation-1 .sub-menu a:hover {
    color: red !important;
}
.author-box-wrap {
    border: 0;
}
.sf-menu ul .td-menu-item a {
    text-align: center;
}
.sf-menu > li > a {
    padding: 0 10px;
}
h4.td-block-title {
    text-transform: uppercase;
}
.td-header-style-7 .td-header-sp-logo {
    height: 100%;
}
.td-pb-span.td-sub-footer-menu {
    display: table;
    margin: auto;
    float: none;
}


.comment {
border-bottom: 0px;
}
.td-module-meta-info img {
width: 30px;
border-radius: 50%;
}
span.td-post-author-name, span.td-post-date {
vertical-align: top;
}

@media (min-width: 1024px) {
.td-pb-span4 {
    width: 25%;
}
.td-pb-span8 {
    width: 75%;
}
.td_module_11 .entry-thumb {
width: 300px;
height: 250px;
object-fit: cover;
margin-bottom: 10px;
}

}
@media (min-width: 1200px){
	.td-container, .tdc-row {
    width: 1140px;
    }
}
.single_post_author_image {
    display: inherit;
    float: left;
    padding-right: 6px;
}


/* -- This is used for Youtube Channel Gallery plugin -- */
.ytctitle {margin-bottom: 0;}
.ytctitle a{color:#336699}
.ytc-row {border-bottom:3px solid #FF2B06; margin-bottom:10px}


/*THIS CODE IS FOR THE FLOATING SOCIAL PLUGIN SO THE INLINE DISPLAY LOOKS NICER*/
#wdsb-share-box.wdqs-inline {
    background-color: #ffffff;
    border: 1px solid #FF0000;
    width: 90%;
margin: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
/*To remove the "&gt;" we add the following*/
#wdsb-share-box.wdqs-inline ul li {
    background: none;
}


/* -- This removes the grey box around the In Post Ads plugin -- */
.wdca_custom_ad {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
}

/* -- adds style around the podcast audio entity -- */
.episode-box {
 background-color: #ECECEC;
 border: 2px solid #4281B7;
 padding: 6px 6px 2px 6px;
 margin: 5px 0;
 position: relative;

 -moz-border-radius: 5px;
 -khtml-border-radius: 5px;
 -webkit-border-radius:5px;
 border-radius: 5px;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 -khtml-box-sizing: content-box;
 box-sizing: content-box;
}
.episode-box p {
 margin: 0;
 padding: 0;
 font-size: 90%;
}



body #gform_wrapper_1 {border: 1px solid #ccc;padding-left: 10px;padding-right: 10px;}
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {border: 1px solid #008000;}
body #gform_wrapper_1 .gform_body .gform_fields .gfield select {border: 1px solid #008000;}
body #gform_wrapper_1.gform_body .gform_fields .gfield textarea {border: 1px solid #008000;}
body #gform_wrapper_1 .gform_footer input[type=submit] {border: 1px solid blue}

/* DealShot Table Button */
.btn-dealshot {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
}
.btn-dealshot:hover {
    background-color: RoyalBlue;
}
