/*
Theme Name: Newsy
Version: 1.0.0
Theme URI: https://demo.akbilisim.com/newsy
Description: A basic starter child theme for customization purpose of Newsy theme.
Author: akbilisim
Author URI: http://themeforest.net/user/akbilisim?ref=akbilisim
Template: newsy
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

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

/* Heder section home icon button */
a.ak-header-icon-btn.ak-header-home-btn:hover{
	color: #FFFFFF;
    background-color: #0A2A66;
}

/* Hero section above padding delete */
.ak-content.vc-content{
	padding:unset;
}
a.ak-header-icon-btn.ak-dropdown-button.ak-search-btn{
	color:#001F54;
}

.ak-menu-wide>li>a.sf-with-ul:after, .ak-menu-wide>li.menu-item-has-children>a:after{
	color:#001F54 !important;
    font-size:18px !important;

}
.ak-menu-wide > li > a.sf-with-ul:after,
.ak-menu-wide > li.menu-item-has-children > a:after {
    color: #001F54 !important;
    font-size: 18px !important;
}

.ak-menu-wide > li > a.sf-with-ul:hover:after,
.ak-menu-wide > li.menu-item-has-children > a:hover:after {
    color: #FFFFFF !important;
}
.ak-footer-widgets .ak-block-title:after{
	background-color: rgb(255 255 255 / 20%) !important;
}

/* Text hover text decoration color change */
.ak-module:not(.ak-module-grid) .ak-module-title a:hover{
	text-decoration-color: #0a2a66 !important;
}
#menu-mobile-header-below>li>a{
    display: inline-block;
    margin: 0 12px 0 0;
    padding: 0;
    background-color: transparent !important;
	font-size: 13px;
    font-weight: 700;
}
/* Post blockquote added double quote  */
blockquote::before {
    content: "“" !important;
}

/* Menu text white when active */
.ak-header-main-menu > .ak-menu > li.current-menu-item > a{
	color:#fff !important;
}
.ak-header-main-menu > .ak-menu > li.current-menu-item > a:after{
	color:#fff !important;
}


#menu-mobile-header-below>li:not(:last-child):after{
    content: "/";
    margin-right: 12px;
    color: var(--ak-alpha-border-color);
}
@media(max-width:1024px){
	a.ak-header-icon-btn.ak-dropdown-button.ak-search-btn{
	color:#ffffff;
}
/* 	Mobile load more option */
	.ak-block .ak-pagination.load_more .ak-pagination-btn{
		width:100% !important;
}
}