/*
 Theme Name:   DiveNewsWire
 Author:       Duck Diver Marketing
 Author URI:   https://www.duckdiverllc.com/
 Description:  Dive News Wire Theme
 Version:      1.0.4
 Template:     king-news
 Version:      1.0.4
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, full-width-template
 Text Domain:  king-news-child
*/
@import url("../king-news/style.css");
.center-block {
    margin: 0 auto;
    display: block;
}
a.block {
    display: block;
    line-height: 0;
    position: relative;
}
.home #primary {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
h2.featured-stories {
    padding-bottom: 4px;
    border-bottom: 3px solid #000;
    margin-bottom: 2rem;
}
#feature-3 {
    border-top: 1px solid #aaa;
    margin-top: -10px;
    padding-top: 10px;
}
aside#custom_html-8 {
    border-top: 2px solid #000;
    padding-top:30px;
}
.main-navigation ul ul a img {
    border: 1px solid #333;
}
@media (min-width:992px){
    .flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Lead-Story-1, #Lead-Story-3 {
    padding-right: 5px;
}
#Lead-Story-2, #Lead-Story-4 {
    padding-left: 5px;
}
#Lead-Story-2 .overlay-text, #Lead-Story-4 .overlay-text{
    left: 5px;
}
#featured-headline{
    flex: 0 0 50%;
    padding-right:10px;
    position: relative;
}
#Lead-Story-1, #Lead-Story-2 {
    padding-bottom: 5px;
}

#Lead-Story-3, #Lead-Story-4 {
    padding-top: 5px;
}
.quad-box {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.overlay.story {
    flex: 0 0 50%;
    position: relative;
}

} /*End Media Query */
.theImage:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: 1;
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.15));
}
img.overlay-image {
    position: relative;
    display: block;
}
.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 387px;
    padding: 20px;
    z-index: 2;
}
.overlay-text:hover {
    background-image: linear-gradient(to bottom, transparent 5%, rgba(0,0,0,0.6));
}
.overlay-text h3 {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}
.overlay-text h3:hover {
    color: #02afff;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    cursor: pointer;
}
#featured-headline h3 {
    font-size: 30px;
    line-height: 1.3em;
}
#header-lead-stories i.material-icons.share-main-icon {
    color: #fff602;
} 
#header-lead-stories span.post__date i.material-icons {color: #fff;}
#header-lead-stories .widget-new-smart__footer {
    max-width: 90%;
}
#header-lead-stories time.post-date__time {
    font-weight: 600;
    font-size: 14px;
}
#featured-headline .overlay-text {
    left: -10px;
    max-width: 775px;
    width: 100%;
    bottom: 0;
    padding: 30px;
    z-index: 2;
}
section.headlines {
    padding-bottom: 40px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .overlay {
        position: relative;
        margin-bottom:20px;
    }
    #featured-headline .overlay-text {
        left:0;
    }
    .overlay.story {
        width: 50%;
        float: left;
    }
    #Lead-Story-1, #Lead-Story-3 {
        padding-right: 5px;
    }
    #Lead-Story-2, #Lead-Story-4 {
        padding-left: 5px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .overlay-text h3 {font-size: 14px;}
}
@media only screen and (max-width: 767px){
    .overlay.story {
        width: 100%;
    }
    #featured-headline h3 {
        font-size: 20px;    
    }
}
.featured-wrapper .row {
    margin-bottom: 1rem;
    border-bottom: 1px solid #aaa;	
    padding-bottom: 1rem;
    align-items: center;
}
.featured-wrapper .col-sm-8 {
    margin-top: -2rem;
}
.site-branding a img {
    margin: 0 auto;
    display: block;
    width: 100% !important;
}
.header-search-box {
    float: right;
    padding-left: 0;
    position: relative;
    width: 600px;
}
footer.featured-footer {
    margin-top: .5em;
}
.featured-footer .post__date {
  position: relative;
  top: -1px;
}
.featured-footer .post__date i {
  top: -2px;
  position: relative;
}
/* Sticky Menu */
nav#sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100vw;
    background: black;
    z-index: 999;
    height: 50px;
    left: 0;
}
figure.stickylogo {
    width: 250px;
    height: 80px;
    position: relative;
}

figure.stickylogo:after {
    content: '';
    background: #fff;
    height: 16px;
    bottom: 16px;
    left: 70px;
    width: 175px;
    position: absolute;
    z-index: -1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.admin-bar nav#sticky-nav {
    top: 32px;
}
@media (max-width: 768px){
    .admin-bar nav#sticky-nav {
         top: 0;
    }
    nav#sticky-nav.hidden {
        display: block;
    }
    nav#site-navigation {
        display: none;
    }
    div#page {
        margin-top: 65px;
    }
    a.btn {margin-bottom: 1rem;}
    section.headlines {
        padding-bottom: 1rem;
    }
	table.team-table td, table.team-table th {
		display: block;
	}
}
#sticky-nav .container {
    position: relative;
}
#sticky-nav .material-icons {
    font-size: 38px;
}
ul#menu-sticky-menu {
    float: right;
    background: black;
    padding:5px 15px;
    margin-top: -36px;
}
#sticky-nav ul>li {
    padding:8px 5px
}
#sticky-nav a {
    color: #fff;
    font-size: 18px;
}
button.sticky-toggle {
    background: none;
    color: white;
    position: absolute;
    right: 0;
    top: -10px;
}
button.sticky-toggle:hover {
    background:transparent;
}
.sticky-logo {
   max-width: 250px;
}
#menu-sticky-menu {
    display: none;
}

.top-panel__wrap.container {
    padding-top: 12px;
}
.ads-container.pull-right {
    margin-top: -40px;
}

.top-panel__menu {
    padding: 4px 10px 4px 0;
    margin-left: -6px;
    float:left;
}
a.btn {
    background: #c93931;
    color: #fff;
}
a.btn:hover{
    color: #c93931;
}
a.tm_fpblock__item__category {
    display: none;
}
a.tm_fpblock__item__category:nth-of-type(1){
    display:block;
}
.news-smart-box__instance.layout_type_1 .row {
    display: flex;
}
.hot-headline h2 {
    margin: 0;
}
.news-smart-box__navigation .terms-list {
    margin-top: 15px;
}
.news-smart-box__instance article.post.mini-type .entry-header {
    max-width: 160px;
}
.news-smart-box__navigation {
    border-bottom: 2px solid black;
}
.widget-title {
    border-bottom: 2px solid;
    padding-bottom: .5rem;
    width: 100%;
}
.widget-title:before {
    content: none;
}
div.post__cats a {
    display: none;
    background: rgba(255,255,255,0.5);
    font-size: 15px;
    font-weight: 300;
}
.text-right {
    text-align: right;
}
.author_more {
    position: relative;
    top: 6px;
}
.wpp-list.duck img {
    float: left;
    display: inline-block;
    margin-right: 10px;
}
span.author__follow {
    font-size: 18px; 
    font-weight: bold;
    float:left; 
    position: relative;
    top: 6px;
}
ul.author-social {
    float: left;
}
ul.author-social li {
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
}
#author-page {
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
    padding-bottom: 40px;
}
.site-main .post-navigation {
    margin-top: 30px;
}
@media (min-width: 992px){
    .post-author__title {
        line-height: 1.4;
        margin: 0 0 5px;
    }
    .post-author__avatar {
        margin: 10px 20px 10px 0;
    }
    #author-page .post-author__avatar {
        margin: 20px 20px 10px 0;
    }
    .post-author__holder {
        padding: 20px 20px 20px;
    }
    .second-quad {
        margin-top: -10px;
    }
    #header-lead-stories .share-btns-main {
        position: absolute;
        right: 12px;
    }
}
.grid-view__footer-2 {
    margin-top: 1em;
}
.post-author-bio {
    border: 1px solid #999;
}
.post-author__content {
    font-size: 13px;
}
.tm_fpblock__item .tm_fpblock__item__categories .tm_fpblock__item__category {
	background: rgba(255,255,255,0.5);
	font-size:15px;
	font-weight:300;
}
.tm_fpblock__item .tm_fpblock__item__categories, .post__cats a, .sticky__label {
    display: block;
    background: rgba(255,255,255,0.4);
    line-height: 15px;
}
.tm_fpblock__item .tm_fpblock__item__category:hover {
	color: #c9382e;
}
img.footer-logo_img {
    max-width: 300px;
}
#Leaderboard img {
    float: right;
}

li.notitle span.ubermenu-target-title {
    display: none !important;
}
ul.ui-tabs-nav > li:before {
    content: none !important;
}
.ui-tabs.ui-tabs-vertical {
    padding: 0;
    width: 100%;
    display: flex;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav {
    border-right: 1px solid #ccc;
    flex: 0 0 14%;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
    overflow: hidden;
    position: relative;
    right: -2px;
    z-index: 2;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 100%;
    padding: 0.6em 1em;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0.2em;
    padding-bottom: 0;
    border-right: 1px solid white;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
    margin-bottom: 10px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel {
   margin-left: 30px;
}
.ui-tabs span.post-title {
    margin: 8px auto 0;
    display: inline-block;
    text-align: center;
    color: #000;
    width: 100%;
    line-height: 1.3em;
}
.archive_grid_share {
    position: relative;
    top:3px;
    left: 10px;
}
.archive_grid_share .share-btns-main.show-share-list .share-btns__list {
   background:#fff;
}
.ad-block img {
    display: block;
    margin: 0 auto;
}
.footer-inner-row {
    padding-top: 2em;
}
.site-info__mid-box {
    padding-bottom: 30px;
}
.footer-duck {
    display: inline;
    position: relative;
    top: 1px;
    font-weight: 400;
}
i.dd-duck-icon {
    position: relative;
    top: 5px;
    left: 4px;
}
#related {
    margin-top: 30px;
    border-top: 1px solid #000;
    padding-top: 20px;
}
#related h4 {
    margin-bottom: 1.5rem;
}
h5.entry-title {
    text-align: center;
    font-size: 18px;
}
h5.entry-title:hover {
    color: #04afff;
    transition: .3s;
}
aside#text-26 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 10px;
}
aside#nav_menu-2 {
    padding-left: 10px;
}
ul#menu-footer-menu li {
    display: inline-block;
    padding-right: 20px;
    font-size:16px;
}
#mc4wp-form-1 input[type="submit"] {
    margin-top: 10px;
}
ins.adsbygoogle { background: transparent !important; }
#footer-1{
    width: 100%;
}
#back-top {
    display: none;
}
#back-top-wrapper {
	right:20px;
	bottom:20px;
    position: fixed;
}
#back-top a {
	display:block;
	text-align:center;
    color:#c9312f;
	font-size: 34px;
    line-height: 43px;
}
li.dema-button {
    position: absolute;
    top: -2px;
    max-width: 145px;
    left: -5px;
}
#back-top span { background:#64C9EA; }
@media only screen and (max-width: 505px){
    .row.footer-inner-row .col-sm-3 {
        width: 100%;
    }
    li.dema-button {
        top: 27px;
        left: auto;
        right: 195px;
    }
}
@media only screen and (min-width: 768px) {
    li.dema-link a:before {
        content: '';
        background: url('https://www.divenewswire.com/wp-content/uploads/2019/09/dema-show-logo.jpg');
        width: 40px;
        height: 40px;
        position: absolute;
        left: -46px;
        z-index: 9999;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: -5px;
    }
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #fff;
	border: 2px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto;
}

table.team-table {
	border: none;
}
table.team-table td {
	border: none;
	width: 160px;
}
table.team-table th {
	border: none;
}
.team-pic {
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #ccc;
}
.editor-details {
	text-align: center;
}

.editor-details a {
	text-decoration: none;
	color: #000;
}
.mb-3 {
	margin-bottom: 1rem;
}