/*
Theme Name: Ratio
Theme URI: http://ratio.edge-themes.com
Description: A Powerful Theme for Architecture, Construction, and Interior Design
Author: Edge Themes
Author URI: http://demo.edge-themes.com
Version: 1.5
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: ratio

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

body .gform_wrapper .gform_footer{ text-align:right; }
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit]{
    display: inline-block;
    position: relative;
	border:0px;
	color:white;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    font-family: inherit;
    padding: 17px 43px;
    font-size: 11px;
    line-height: 1.7em;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 55px;
    background-color: transparent;
    -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;
    box-sizing: border-box;
background: -webkit-linear-gradient(left,#c0954b,#e7bd74);
    background: -o-linear-gradient(right,#c0954b,#e7bd74);
    background: -moz-linear-gradient(right,#c0954b,#e7bd74);
    background: linear-gradient(to right,#c0954b,#e7bd74);
cursor:pointer;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover{
	background:#313131;
}


.edgtf-header-full-screen .edgtf-page-header .edgtf-menu-area{ border-bottom:0px !important; }

.edgtf-header-full-screen .edgtf-fullscreen-menu-opener{ display:none; }


.edgtf-vertical-align-containers{ display:flex; justify-content: space-between; }
.edgtf-vertical-align-containers .edgtf-position-center-inner, .edgtf-vertical-align-containers .edgtf-position-left-inner, .edgtf-vertical-align-containers .edgtf-position-right-inner{ max-width:99%; }
.edgtf-vertical-align-containers .edgtf-position-right-inner{ white-space: nowrap; }
@media screen and (max-width:1200px){
	body .edgtf-main-menu>ul>li>a span.edgtf-item-inner{ padding:0px 14px; }
}