/*
Theme Name: Ultima Child
Theme URI: http://ultima.select-themes.com
Description: A child theme of Ultima Theme
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.0.0
Text Domain: ultima
Template: ultima
*/

.gform_wrapper .gfield .ginput_container textarea {
	height: auto;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container span.name_last {
	padding-top: 0;
}

.gform_wrapper .gfield .ginput_container input[type='text'], 
.gform_wrapper .gfield .ginput_container input[type='tel'],  
.gform_wrapper .gfield .ginput_container input[type='email'],  
.gform_wrapper .gfield .ginput_container textarea, 
.gform_wrapper .gfield .ginput_container select {
	width: 100%;
	margin: 0 0 15px !important;
	padding: 15px 22px !important;
	border: 1px solid rgba(255, 255, 255, 1);
	outline: 0;
	line-height: normal;
	font-family: inherit;
	font-size: 18px !important;
	font-weight: 300;
	background-color: rgba(255, 255, 255, 1);
	color: #848892;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_wrapper .gfield .ginput_container input[type='text']:focus, 
.gform_wrapper .gfield .ginput_container input[type='tel']:focus,  
.gform_wrapper .gfield .ginput_container input[type='email']:focus,  
.gform_wrapper .gfield .ginput_container textarea:focus, 
.gform_wrapper .gfield .ginput_container select:focus {
    color: #dd3333;
    background-color: rgba(229, 229, 229, 1);
    border-color: rgba(229, 229, 229, 1);
}

.gform_wrapper .ginput_complex .ginput_left.address_country {
	width: 100%;
	padding-right: 0;
}

.gform_wrapper form .gform_footer {
	margin: 0;
}

.gform_wrapper .gform_footer input.gform_button.button {
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 600;
    font-family: inherit;
    padding: 0 51px;
    font-size: 13px;
    line-height: 43px !important;
    width: auto;
    text-transform: uppercase;
    -webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -moz-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e81e2e;
    color: #fff;
    background-color: #e81e2e;
    cursor: pointer;
    box-shadow: none !important;
    -webkit-appearance: none;
}

.gform_wrapper .gform_footer input.gform_button.button:hover {
	color: #fff;
    background-color: #24262a;
    border-color: #24262a;
}

.qodef-wrapper #qodef-back-to-top {
    bottom: 90px;
    right: 28px;
}

.qodef-mobile-header-holder .qodef-position-right-inner input[type=text] {
    width: 152px;
}

.qodef-mobile-header-holder .qodef-position-right-inner #searchform {
    margin-top: 10px;
}

.tools span.wpcf7-list-item {
    width: 45%;
}

@media only screen and (max-width: 600px) {
    .qodef-mobile-header-holder .qodef-position-right {
        display: block;
    }

    .qodef-mobile-header-holder .qodef-position-right button {
        display: none;
    }

    .qodef-mobile-header-holder .qodef-vertical-align-containers .qodef-position-right {
        width: auto;
        float: none;
        text-align: right;
        position: absolute;
        right: 110px;
        bottom: 6px;
    }

    .qodef-mobile-header-holder .qodef-vertical-align-containers .qodef-position-right-inner {
        vertical-align: bottom;
    }

    .qodef-mobile-header-holder .qodef-position-right-inner #searchform {
        margin-top: 0;
    }

    .qodef-mobile-header-holder .qodef-vertical-align-containers .qodef-position-center-inner {
        vertical-align: top;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-mobile-header-holder .qodef-vertical-align-containers .qodef-position-right {
        right: 52px;
    }
}



