/*
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
------------------------------------------------------- */

.page-header{height:400px;}
.page-title{margin-top:0;}
.ctm-container{display:flex;flex-flow:row;flex-wrap:wrap;}
.ctm-container label{font-weight:500;}
.ctm-submit{width:100%;text-align:right;}
.ctm-lg-50{width:50%;max-width:50%;flex:1 1 50%;padding-right:15px;}
.ctm-lg-100{width:100%;max-width:100%;flex:1 1 100%;padding-right:15px;}
.wpcf7-text,.wpcf7-email,.wpcf7-textarea{padding:7px 10px!important;margin-bottom:15px;border:1px solid rgba(0, 0, 0, 0.1)!important;width:100%;}
.wpcf7-textarea{height:auto!important;resize:none;border:1px solid rgba(0, 0, 0, 0.1)!important;}
@media screen and (max-width:992px){
    .ctm-lg-50{width:100%!important;max-width:100%;flex:1 1 100%!important;padding-right:0!important;}
}