/*
 Theme Name:     Enfold Child
 Description:    Enfold Child Theme
 Author:         Achim Meis
 Template:       enfold
 Version:        1.2
*/

@import url("../enfold/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* General Custom CSS */

/* Startseite Slider */
.home .avia-caption {
bottom:auto;
top:20px;
}

.home .avia-caption .avia-caption-title {
background-color: rgba(194, 12, 12, 0.8);
}




/* Content - Search */
.ajax_search_response {
text-align: left;
}
.content.template-search .post-meta-infos {
display: none;
}
.content.template-search .entry-content p {
max-width: 500px;
}

.content.template-search .search_not_found h3,
#top.error404 #search-fail section h3 {
display: none;
}

.content.template-search .search_not_found h3 + div,
#top.error404 #search-fail section h3 + div {
display: none;
}



/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {


}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {

/* Footer Socket */
#socket .copyright {
float: none;
}

#socket .container {
text-align: center;
}

.responsive #socket .sub_menu_socket {
float: none;
display: block;
}

#socket .sub_menu_socket li {
float: none;
line-height: 18px;
border: none;
padding: 5px;
}

}



