/*
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
*/
/* Footer */
#footer .widget {
    overflow: visible !important;
}

#footer .image-overlay {
  display: none !important;
}

#footer .widget .wp-image-3131 {
	padding: 0 !important;
	margin: 0 !important;
}

/*----------------------------------------
// CSS - Tab Animation
//--------------------------------------*/
.av-section-tab-title.av-active-tab-title {
animation: shakeMe 0.250s linear 1;
-webkit-animation: shakeMe 0.250s linear 1;
-moz-animation: shakeMe 0.250s linear 1;
-o-animation: shakeMe 0.250s linear 1;
-ms-animation: shakeMe 0.250s linear 1;
}

/* Animation Effect */
@keyframes shakeMe {
25% {
transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
-moz-transform: rotateZ(15deg);
-o-transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
}
50% {
transform: rotateZ(-15deg);
-webkit-transform: rotateZ(-15deg);
-moz-transform: rotateZ(-15deg);
-o-transform: rotateZ(-15deg);
-ms-transform: rotateZ(-15deg);
}
100% {
transform: rotateZ(15deg);
-webkit-transform: rotateZ(15deg);
-moz-transform: rotateZ(15deg);
-o-transform: rotateZ(15deg);
-ms-transform: rotateZ(15deg);
}}


/* CSS - Tab font slyles */
.av-inner-tab-title {
	font-size: 24px;
    font-weight: 500;
/*     padding: 10px; */
    transition: 0.2s;
    cursor: pointer;
    color: rgba(19, 40, 54, 1.0);
	text-transform: capitalize;
	white-space: nowrap;
}

/* CSS - Tab font slyle on hover */
.av-inner-tab-title:hover {
    color: #719430;
}
a.av-active-tab-title {
	text-decoration: underline;
}

/* CSS - Active tab font slyle */
.av-active-tab-title span{


	color:#83a83d !important;
	text-decoration: underline;
    text-underline-offset: 10px;

	
}


/* CSS - Tabs with equal space*/
.js_active .av-tab-section-tab-title-container { 
    display: flex!important;
	flex-direction: row;
    justify-content: space-evenly;
	
}

.av-inner-tab-title {
	width: auto;
}

/*------------------------------
// CSS - Increase tab spacing
//------------------------------*/
#top .av-section-tab-title {
/*     padding-right:60px!important; */
}

.av-tab-section-tab-title-container { 
	background: none;
}


@media only screen and (max-width: 760px) {
	.av-inner-tab-title {
	font-size: 17px;
}
	
	
    .js_active .av-tab-section-tab-title-container {
        justify-content: center !important;
        flex-wrap: wrap;
        min-width: auto !important;
        left: auto !important;
		padding: 0 !important;
		margin: 0 !important;
    }
	.av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
     margin-bottom: auto !important;
		padding: 0;
}
	.avia-tab-title-padding-default .av-outer-tab-title {
    padding: auto !important;
	}
}
