/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */


/* Hide categories */
li.cat-item-1,
li.cat-item-1595,
li.cat-item-1596,
li.cat-item-1597,
li.cat-item-1598,
li.cat-item-1599 {
	display: none;
}

.jeg_post_meta .jeg_meta_category > span > a[href$="/category/resources-images-available/"]{
	display: none;
}

/* top bar */
.langflag {
	margin-top: 10px;
	display: inline-block;
}
.mini-login a {
	color: #ffffff;
}
.mini-login a:link,
.mini-login a:visited
 {
	color: #ffffff;
}
.mini-login a:hover
 {
	color: #e6303b;
}
.jeg_menu .mini-login a {
	display: inline-block;
}


/* Hide social share bar on some pages */
/* page-id-7 contact us page */
/* page-id-8456 registration page */
/* page-id-5 about us page */
body.page-id-7 .jeg_share_top_container,
body.page-id-8456 .jeg_share_top_container,
body.page-id-5 .jeg_share_top_container {
	display: none;
}

/* Force Google Recaptcha on registration page to the left */
body.page-id-8456 .swpm-verification > .swpm-section-0 > li.swpm-item-text  {
	padding-bottom: 0px!important;
}
body.page-id-8456 .swpm-verification > .swpm-section-0 > li.swpm-item-text > div {
    text-align: left;
}
body.page-id-8456 .swpm-verification > .swpm-section-0 >li.swpm-item-submit {
	margin-bottom: 20px!important;
	padding-top: 0px!important;
}

/* Hide register menu item if logged in */
body.logged-in li#menu-item-62693,
body.logged-in li#menu-item-62316 {
	display:none;
}

/* fix spacing in top menu */
.jeg_top_menu > li.menu-item-17984 {
	padding-right: 24px;
}

/* Youtube channel spacing */
.youtube_channel .ytc_video_container {
    margin-bottom: 20px;
}
.youtube_channel .ytc_video_container > p {
    margin: 0 0 0.5em;
}
h3.ytc_title {
    font-size: 1.2em;
    margin: 0em 0 .5em;
    line-height: 1.2;
    font-weight: 500;
}

/* Style download button */
button.za_download_button {
	padding: 10px 20px 10px 20px;
    background: #e5303d;
    border: #e5303d;
    border-radius: 6px;
    color: #f1f1f1;
    font-weight: 500;
}


/***************************/    
/* COOKIE POPUP */
/***************************/    
#cookie-law-info-bar {
    width: 300px!important;
}
.cli-wrapper {
    padding: 20px;

}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
    padding-bottom: 10px;
    line-height: 1.5;
}
.cli-bar-btn_container a {
    margin-top: 10px;
}
.cli-bar-message {
    font-size: 0.85em;
}
div#cookie-law-info-bar {
    border-radius: 20px;
}
div#cookie-law-info-bar {
    overflow: visible!important;
}
#cookie-law-info-again {
    box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 10%)
}
/* buttons */
#cookie-law-info-bar a, 
.wt-cli-category-widget .wt-cli-form-group label {
    text-align: center;
    line-height: 1;
}
#wt-cli-accept-all-btn,
#wt-cli-accept-btn,
.cli_settings_button {
    padding: 12px 18px 12px 18px!important;
    border-radius: 100px!important;
    margin-left: 0px!important;
    width: 100%!important;
    font-weight: 500!important;
    font-family: 'Banana Grotesk Extrabold', sans-serif!important;
    font-size: 13px!important;
    width: 100%;
    display: block;
}
a#wt-cli-accept-all-btn, 
a#wt-cli-accept-btn {
border:1px solid #08c2b4!important;
}
a#wt-cli-accept-all-btn:hover,
a#wt-cli-accept-btn:hover {
border:1px solid #fff!important;
background-color:#ec1d23!important;
}
.cli_settings_button {
border:1px solid #b8b8b8!important;
color: #ffffff!important;
}
.cli_settings_button:hover {
border:1px solid #fff!important;
background-color:#ec1d23!important;
}
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-left: 0px!important;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #ec1d23;
    color: #ffffff;
}
.wt-cli-ckyes-brand-logo {
    display: none;
}