/*
Theme Name:     kadence Child
Template:       kadence
*/
/******************************************
  © 2022 Finflix.com - All Rights Reserved
 ******************************************/

/******** Virtue edits **********/

/*** Logo and Menu ***/
@media (min-width: 992px){
	#kad-banner .kad-header-left {
		width: 25%;
	}
	#kad-banner .kad-header-right {
		width: 75%;
	}
}

/*** pageheader row: override 8:4 ratio to 12:0 ***/
@media (min-width: 992px){
	.single-portfolio .page-header .row .col-md-8 {
		width: 100%;
	}
	.single-portfolio .page-header .row .col-md-4 {
		width: 0;
		display: none;
	}
}
@media (min-width: 768px){
	.single-portfolio .page-header .row .col-sm-8 {
		width: 100%;
	}
	.single-portfolio .page-header .row .col-sm-4 {
		width: 0;
		display: none;
	}
}

/*** Responsive Menu ***/
@media (max-width: 992px){
    .nav-trigger .nav-trigger-case {
		position: static;
		display: block;
		width: 100%;
    }    
}

/*** Mobile Menu color (Virtue being overridden by Theme Options / Basic Styling / Primary Color!) ***/
button.nav-trigger-case:hover .kad-menu-name, 
button.nav-trigger-case:hover .kad-navbtn {
	color:#fff;
}

/*** Menu Ancestor Highlight ***/
/* check Dashboard / Theme Options / Menu Settings / Primary Menu Options / Hover and Active Font Color  */
@media (min-width: 992px){
	#nav-main ul.sf-menu li.current-menu-ancestor > a{
		color:#fff; 
		background:#17629e;
    }
	#nav-second ul.sf-menu li.current-menu-ancestor > a{
		color:#17629e; 
		background:#fff;
    }
}

/*** image slider: hide black dots ***/
.slick-dots li button:before {
	display:none;
}
/**************** End of Virtue edits ******************************/
/*******************************************************************/


