/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/*hide blog categories minor metas */
.custom-postslider .blog-categories.minor-meta {
  display: none;
}
/*left align blog posts text*/
.entry-content {
    text-align: left;
}
/*underline links body*/
.entry-content p a:not(.lightbox-added) {
color: #000 !important;
text-decoration: none !important;
border-bottom: 2px solid #00b737;
}
.entry-content p a:hover {
color: #00b737 !important;
text-decoration: none !important;
border-bottom: none !important;
}
.page-id-31285 h2 a {
color: #000 !important;
text-decoration: none !important;
border-bottom: 3px solid #00b73747 !important;
}
.page-id-31285 h2 a:hover {
color: #000000 !important;
text-decoration: none !important;
border-bottom: none !important;
}

/* Disable animation Avia buttons on Footer*/
#footer .av_font_icon {
	-webkit-animation: none;
	animation: none;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*Cookie Consent*/
.avia-cookie-consent.avia-cookiemessage-bottom {
    line-height: 1.25;
    text-align: left;
}

.avia-cookie-consent.avia-cookiemessage-bottom p {
    padding-right: 2px
}

a.avia-button.avia-cookie-close-bar {
    padding: .5rem 5px;
}

.avia-cookie-consent .container {
    display: flex;
    align-items: center;
    margin: 0px auto;
    justify-content: center;
}