/*
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
*/


/* Helpers */

.mark {
    background: linear-gradient(
        transparent 55%,
        #FFFC71 55%
    );
    padding: 0 0.15em;
    display: inline;
}
.mark-headline {
    background: linear-gradient(
        #FFFC71,
        #FFFC71 55%
    );
    padding: 0 0.15em;
    display: inline;
	    line-height: 1.3;
}
/* Header */

.avia-menu-fx {
    position: absolute;
    bottom: 0px;
    height: 4px;
}

/* Footer */
#footer-page .ft-navigation p {
	font-size: 18px;
}

#footer-page .ft-navigation a:hover {
	color: inherit;
	text-decoration: underline;
} 
#footer-page .ft-navigation .menu-item {
	border: none !important;
	
}
#footer-page .ft-navigation .menu-item a {
    padding: .3em 0px !important;
}
#socket {
    font-size: 14px;
}
#social-icons .av-share-link-description {
	display: none;
}
#social-icons .av-share-box ul li {
	padding: 0 20px
}
#social-icons .av-share-box ul li a,
#social-icons .av-share-box ul li a:hover{
	 color: #fffd71 !important;
    font-size: 40px;
}
.footer-news-cta, .blog-news-cta {
	cursor:pointer;
}
/* Elements */

.icon-box-yellow .iconbox_content  {
	background-color: #FFFC71 !important;
	color: #002752 !important;
	font-weight: bold;
	 min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-box-blue .iconbox_content {
	background-color: #002752 !important;
	color: #FFFC71 !important;
	font-weight: bold;
	 min-height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top .main_color .avia-color-theme-color-highlight {
	color: #002752;
	text-transform: none;
}
