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

/* Underline for body text links only */
#top p > a:link {
	text-decoration: underline;
}
#top p > a:hover {
	text-decoration: none;
}

.av-main-nav-wrap ul {
    display: flex;
    justify-content: center;
}

/* Home - News posts */

/* Flex column table */
#av_section_2 .clearfix .flex_column_table{
 margin-top:30px !important;
}

/* Heading */
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;
    letter-spacing: 0;
}

/* contact */

/* Input */
.avia-builder-el-1 .form_element input[type=text],.avia-builder-el-1 fieldset textarea{
 border-style:solid;
 border-color:#f3cdcd !important;
 border-width:2px !important;
 border-top-left-radius:11px !important;
 border-top-right-radius:2px;
 border-bottom-left-radius:2px;
 border-bottom-right-radius:11px !important;
}

/* contact Button */
.avia-builder-el-1 fieldset .button{
 background-color:#be2927;
 font-size:16px;
}

/* Contact Button (hover) */
.avia-builder-el-1 fieldset .button:hover{
 background-color:#fe3c39;
}
/* portfolio thumbs */
#top .avia-gallery.av-mkd5q7bb-786cd466067bfe88debe9f31a8d0c05e .avia-gallery-thumb a {
    width: 18%;
    border: red solid 6px;
    margin: 3px;
}
