/*
Theme Name: Jerlis
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme by Jerlis. 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: Jerlis
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.font-shadow {
    text-shadow: 1px 3px 5px rgba(0,0,0,0.43)!important;
}

.header-overlap {
    margin-bottom: -100px;
}

.header-overlap img {
    z-index: 100!important;
    -webkit-box-shadow: 0px 0px 27px -2px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 0px 27px -2px rgba(0,0,0,0.44);
    box-shadow: 0px 0px 27px -2px rgba(0,0,0,0.44);
}

.avia-divider-svg {
    z-index: 1!important;
}

.form-round input, .form-round textarea {
    border-radius: 20px !important;
    padding: 20px!important;
    border: none!important;
}

.form-flat input, .form-flat textarea {
    border: none!important;
}

.logo {
	padding: 10px 0;
}

.logo img {
	height: 100%!important;
}

.footer-contact-block {
	list-style-type: none!important;
}

.footer-contact-block li {
	display: inline!important;
}