/* WP Form 7 */

.fieldset, .width50, .width100 {display: flex;}
.fieldset {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.width50, .width100 {margin: 2px 5px;}
.width50 {width: 48%;}
.width100 {width: 100%;}

.fieldset span {width: 100%!important;}
.fieldset input{width: 100%!important;}

.fieldset textarea {width: 100%!important;height: 7em!important; resize: none;}
.fieldsubmit {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.fieldsubmit submit{width: 100%!important;}

div[role="form"].wpcf7 {
	display: flex;
    flex-direction: column-reverse;
} 

div.wpcf7 .ajax-loader {
  margin: 5px 0px;
  background-repeat: no-repeat!important;
  background-position: center;
}

div.wpcf7 .screen-reader-response {
    position: inherit!important;
    height: 100%!important;
    width: 100%!important;
	margin: 0px 0px 20px 0px!important;
	text-align: center;
	color: #5472d2;
    font-size: 1.05em;
    font-weight: 900;
}

div.wpcf7 .screen-reader-response ul{
	display: none!important;
}
/* Responsive */
@media screen and (max-width: 640px) {
	
.width50 {width: 100%;}
.imn-ban-container {
	font-size: 40px;
}
}


/*
Theme Name: Scalia Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/scalia/
Author URI: http://codex-themes.com/scalia/
Template: scalia
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

@font-face {
    font-family: 'scalia-user-icons';
    src:url('../fonts/scalia-user-icons.eot?-yiqymz');
    src:url('../fonts/scalia-user-icons.eot?#iefix-yiqymz') format('embedded-opentype'),
        url('../fonts/scalia-user-icons.woff?-yiqymz') format('woff'),
        url('../fonts/scalia-user-icons.ttf?-yiqymz') format('truetype'),
        url('../fonts/scalia-user-icons.svg?-yiqymz#scalia-user-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

