/*
Theme Name:     Theratio Child
Theme URI:      http://wpdemo.archiwp.com/theratio/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       theratio
*/

@import url("../theratio/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */



.service-form select {
	width:100%!important; 
	border-top:0!important; 
	border-left:0!important; 
	border-right:0!important;
	padding:10px 10px!important; 
}
.service-form textarea {
	height:100px!important; 
}
.service-form .main-form p {
    margin-bottom: 10px!important; 
}

.page-header {
	position:relative;
	z-index:1;
}
.page-header:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background-color:#127db5ab;
	top:0;
	left:0;
	z-index:-1;
}