/*	
Theme Name: Condoma Child Theme
Theme URI: http://metcreative.com?theme=condoma
Description: Multi-Purpose Elegant WordPress Theme
License: GNU General Public License
License URI: license.txt
Author: Digital Leap
Author URI: http://digitalleap.co.za
Template: condoma
Version: 1.2
*/

@import url("../condoma/style.css");

/* GENERAL */

.single-post h2{margin-bottom: 20px; margin-top:20px;}

.met_color2 { color: #957b23 !important; }

/* Quick info in header */
.header-quick {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #D3D3D3;
}

/* HOME PAGE */
#featured article .met_content h1 { line-height: 80px !important; }
.met_recent_works_carousel_pages a:hover, .met_written_by, .met_written_date { color: #384287 !important; }
.home li { line-height: 21px; }


/* FOOTER */
.footerLink a{ color: #818288 !important; }
.footerLink a:hover { color: #384287 !important; text-decoration: none !important; }

/* Gallery (Portfolio) */
/*.met_portfolio_detail_image { float: none !important; margin: 0 auto; }*/

/* custom list space */
.dl-spaced li{line-height: 32px; width: 88%;}

/*custom link style */
.met_content a{color:#384287;}

/*custom gravity form style */
.gform_wrapper .top_label textarea.textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-size: 14px;
border-radius: 0;
box-shadow: none;
border: none;
height: auto;
padding: 10px;
width: 100%;
float: left;
color: #000;
}

.gform_wrapper .top_label input.large{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-size: 14px !important;
border-radius: 0;
box-shadow: none;
border: none;
height: auto;
padding: 10px 8px !important;
width: 100% !important;
float: left;
color: #000;
}
.gfield_select{
color: #000;
padding: 10px !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
display: block;
font-size: 14px !important;
border-radius: 0;
box-shadow: none;
border: none;
height: auto;
width: 100% !important;
float: left;
}
.gfield_description .validation_message {
color: #f00;
font-size: 1em;
display: block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
font-size: 1em;
float: left;
background-color: #292A2F;
border: none;
text-align: center;
padding: 17px 36px;
font-size: 12px;
color: #FFFFFF;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
}
.gform_wrapper .gform_footer input.button:hover{
background-color: #384287;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
 background-color: inherit !important;
border-top: none !important;
border-bottom: none !important;
}

/* Change placeholder color */
.gform_body ::-webkit-input-placeholder {
   color: #000 !important;
}
.gform_body :-moz-placeholder {
   color: #000 !important;
}
.gform_body ::-moz-placeholder {
    color: #000 !important;
}
.gform_body :-ms-input-placeholder {
    color: #000 !important;
}