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

/*Accordion Style 0:*/

.my-custom-tabs .toggle_icon {
    border:none;    
}

.my-custom-tabs span.toggle_icon, p.toggler {
    border: none!important;
}

/* Custom Accordion toggle distance */
.my-custom-tabs .single_toggle {
    margin-bottom: 10px;
}
/* Hide default icons */
.my-custom-tabs .toggle_icon .vert_icon,
.my-custom-tabs .toggle_icon .hor_icon {
    display:none;
} 

/* Tab Title */
.my-custom-tabs .toggler {
    font-family: 'MACOSX', sans-serif!important;
    font-size: 23px;
    line-height: 1em;
    color: #2c8ca5 !important;
    font-weight: bold;
}
/* Custom Accordion Icon */
.my-custom-tabs .toggle_icon {
    display: inline-block!important;    
}
.my-custom-tabs .toggle_icon:before {
    font-family: 'entypo-fontello';   
    content: '\e875';    
    position: absolute;
    font-size: 24px;
    top:50%;
    transform: translateY(-50%);
    right: 0px;
    line-height: 0;
    color:#2c8ca5;
}
/* Tab icon on hover */
.my-custom-tabs .toggler:hover .toggle_icon:before {
    font-family: 'entypo-fontello';   
    content: '\e873';    
    position: absolute;
    font-size: 24px;
    top:50%;
    transform: translateY(-50%);
    right: 0px;
    line-height: 0;
    color:#2c8ca5;
}    
/* Tab content */
.my-custom-tabs .toggle_content {
    font-size: 20px !important;
	line-height: 1.4em;
}
/* Tab content background */
.my-custom-tabs .toggle_content {
    background: #f2f6fa;
}

/*Accordion Style 1:*/

.my-custom-tabs1 .toggle_icon {
    border:none;    
}

.my-custom-tabs1 span.toggle_icon, p.toggler {
    border: none!important;
}

/* Custom Accordion toggle distance */
.my-custom-tabs1 .single_toggle {
    margin-bottom: 10px;
}

/* Tab Background */

.my-custom-tabs1 .toggler {
    background: #2c8ca5 !important;
}


/* Hide default icons */
.my-custom-tabs1 .toggle_icon .vert_icon,
.my-custom-tabs1 .toggle_icon .hor_icon {
    display:none;
} 

/* Tab Title */
.my-custom-tabs1 .toggler {
    font-family: 'MACOSX', sans-serif!important;
    font-size: 23px;
    line-height: 1em;
    color: #ffffff;
    font-weight: bold;
}
/* Custom Accordion Icon */
.my-custom-tabs1 .toggle_icon {
    display: inline-block!important;    
}
.my-custom-tabs1 .toggle_icon:before {
    font-family: 'entypo-fontello';   
    content: '\e875';    
    position: absolute;
    font-size: 24px;
    top:50%;
    transform: translateY(-50%);
    left: auto;
	right: 5px;
    line-height: 0;
    color:#ffffff;
}
/* Tab icon on hover */
.my-custom-tabs1 .toggler:hover .toggle_icon:before {
    font-family: 'entypo-fontello';   
    content: '\e873';    
    position: absolute;
    font-size: 24px;
    top:50%;
    transform: translateY(-50%);
    left: auto;
	right: 5px;
    line-height: 0;
    color:#ffffff;
}    
/* Tab content */
.my-custom-tabs1 .toggle_content {
    font-size: 20px;
	color: #000000 !important;
	line-height: 1.4em;
}

/* Tab content border */
.my-custom-tabs1 .toggle_content {
    border:2px solid #2c8ca5;
}

/* Tab content background */
.my-custom-tabs1 .toggle_content {
    background: #f2f6fa;
}

/* Contact Formular 7 Erfolgsmeldung nach Absenden */
.wpcf7 div.wpcf7-mail-sent-ok {
background-color:#efefef;
color:#4a6c7a;
font-size:18px;
border:2px solid #2c8ca5;
}

/* Contact Formular 7 Fehlermeldung nach Absenden */
.wpcf7 div.wpcf7-validation-errors {
background-color:#efefef;
color:#4a6c7a;
font-size:18px;
border:2px solid #4a6c7a;
}


/* Contact Formular 7 Sendebutton */
.wpcf7 input[type=“submit“]
{
background-color:#2c8ca5;
color:#4a6c7a;
font-family:arial;
font-size: 16px;
width:70%;
margin-left:0%;
text-align:center;
text-transform:uppercase;
float:left;
}

/* Slideshow button */
#top .avia-fullwidth-slider .slideshow_inner_caption .avia-slideshow-button {
	background-color:#2c8ca5;
	border:50px;
	margin-left:20%
}
/* Mail Poet button */
.mymailpoet	{
	border-radius: 20px
}
