/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*=========Change Header Logo size=========*/
.logo.avia-svg-logo a{
	width: 60%;
}

.logo svg{
	width: 90%;
}

@media only screen and (max-width: 1080px) {
	.logo svg{
		width: 50%!important;
	}
}
/*=========================================*/

/*===========Header Link styling===========*/

#top #header .avia_mega_div>.sub-menu>li>ul ul li a .avia-bullet{
	position: absolute;
    left: -3%;
    top: -15%;
}

#top #header .avia_mega_div>.sub-menu>li>ul ul li a{
	text-decoration: none!important;
}


/*=========================================*/

/*==========Footer Links styling==========*/

.news-thumb{
	display: none;
}

.news-title{
	font-weight: normal;
	font-size: 16px;
}

.footerPageLinks{
	display: block;
    text-align: center;
}
/*========================================*/