/*
 * Theme Name:  Networker Child
 * Theme URI:   https://codesupply.co/themes/networker/
 * Description: Networker Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    networker
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */



/* ADS */


/* .layout-ads {
    margin: 3rem 0;
    text-align: center;
} */



/*  */

/* .cs-site-content {
    margin: 0;
}


.cs-main-content .cnvs-block-section-heading.is-style-cnvs-block-section-subheading {
    margin-bottom: 10px;
}

.cs-main-content .entry-content .cnvs-block-section, .cs-main-content .entry-summary .cnvs-block-section {
    margin:0 auto;
} */

.single-post .entry-content p,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
	text-align: justify;
}


/* Popup */


.adp-popup .adp-popup-wrap {
    width: auto; 
    box-shadow:none;
}

.adp-popup .adp-popup-outer {
    display: block;
}

.adp-popup-type-content .adp-popup-content {
    padding: 0;
}



/* QUOTE */


blockquote em,
blockquote {
    color: #f10300;
    font-size: 2rem;
    line-height: 1.4;
}

blockquote p strong {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

[data-scheme="dark"] blockquote p strong{
    color: #ffffff;
}


.single-tribe_events .tribe-events-event-meta {
    background: #fff;
    border: 1px solid #fff;
}

[data-scheme="dark"].single-tribe_events .tribe-events-event-meta {
    background:#1c1c1c;
}

[data-scheme="dark"] .tribe-events-list-separator-month span {
    background-color:#1c1c1c;
}

.cs-entry__comments-show {
    display: none;
}


[data-scheme="dark"] .dark-mode_off {
    display: none;
}


[data-scheme="default"] .dark-mode_on {
    display: none;
}
  

[data-scheme="dark"] .dark-mode_on {
    display: inherit;
}
  

/* A */


.link-page .cs-site-content p a, .single-post .entry-content p a u, .single-post .entry-content p a, .single-post .entry-content p em a, .single-post .entry-content a u{
    color: #f10300!important;
    text-decoration: none!important;
    border-bottom: 3px solid #f1040087;
}


.single-post .entry-content p a{
    text-decoration: none;
    position: relative;
}


/* .entry-content p a::after{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 4px;
    background-color: #f10300;
    opacity: 0.2;
    content: "";
    transition: 0.5s ease-in-out;
} */

/* .entry-content p a:hover::after{
    width: 0%;
} */


/* 

*/



.cs-header__logo img {
    max-height: calc(var(--cs-header-height) - 40px);
}



/* BTN */


.button-category {
    padding: 18px 30px;
    background: #f10300;
    border: 2px solid #f10300;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}


.button-category:hover {
    background: #fff;
    color: #f10300;
}


.center {
    text-align: center;
}



/* Top category */


.pk-featured-categories .pk-featured-link {
    border: 1px solid #ddd;
    background: #fff!important;
    transition: 0.3s ease-in-out;
}


[data-scheme="dark"] .pk-featured-categories .pk-featured-link {
    border: 1px solid rgb(91, 91, 91);
    background: #000000!important;
}

.pk-featured-categories .pk-featured-name {
    font-weight: 300!important;
    transition: 0.3s ease-in-out;
}

.pk-featured-categories .pk-featured-inner {
    z-index: 1;
    color: #858585;
    pointer-events: none;
}

.pk-featured-categories .pk-featured-content {
    padding: 15px;
}


.pk-featured-item .pk-featured-link:hover {
    background: #f10000!important;
}


.pk-featured-item:hover .pk-featured-content .pk-featured-inner {
    color: #fff!important;
}



.single .cs-entry__header-inner figcaption {
    margin-top: 0;
    padding: 10px 0;
}

.adp-popup .adp-popup-close:before {
    font-family: 'advanced-popups-icons';
    transition: color 0.25s ease;
    content: "\e913";
    background: #f10300;
    border-radius: 50%;
    padding: 5px;
}


/* Sponsors by */

.sponsor_by {
    display: flex;
    align-items: center;
}

.sponsor_by a {
    color: #f10000;
    font-weight: 400;
    font-size: 16px;
    pointer-events: none;
}

.sponsor_by p {
    color: #f10000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 4px 0 0;
}

footer .cs-logo {
    display: none;
}


b,
strong {
    font-weight: bold;
}


.single-post .cs-content-area h2, 
.single-post .cs-content-area .h2,
.single-post .cs-content-area h4, 
.single-post .cs-content-area .h4 {
    font-size: 1.5rem;
}


.single-post .cs-content-area h3, 
.single-post .cs-content-area .h3,
.single-post .cs-content-area h5, 
.single-post .cs-content-area .h5 {
    font-size: 1.5rem;
}




