﻿/*


Theme Name: NT Honshi Child
Theme URI:  http://mara99.com/
Author: Ninetheme
Author URI: http://mara99.com/
Description: honshi child theme
Version: 1.0
Template: nt-honshi


*/

/* others  */
div.wpcf7-response-output {
	margin: 0; 
	padding: 1.2em 1em;
}
.wpcf7-not-valid {
    border: 1px solid #f00  !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
	display: inline-block !important;
	margin: 15px 0 !important;
	width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f70000;
    background-color: #f70000;
    color: #fff;
}
.footer-btm p {
    text-transform: capitalize;
    margin: 0px;
    color: #fff;
}
div.wpcf7-mail-sent-ok {
	display: inline-block !important;
    margin: 15px !important;
    width: 97.2% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;
}
div.wpcf7-mail-sent-ok {
    background: #398F14;
    border: 2px solid #398f14;
	color: #fff;
}
footer .widget input.wpcf7-form-control.wpcf7-submit {
    background: #f8cf27 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #222;
    font-weight: 700;
    padding: 12px 30px 7px;
    text-transform: uppercase;
}

.wpcf7 button, .wpcf7  input, .wpcf7  select, .wpcf7  textarea {
   /* font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    width: 100%;*/
    display: inline-block;
}
/*
.wpcf7-submit {
	max-width: 200px;
    margin: 0 auto;
    width: 200px;
    display: inherit;
    background: #288dfb;
    color: #fff;
	border: 0;
}
.wpcf7 br {
	display: none;
}
*/

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
	font-size: 14px;
	border: none;
	background: #f5f5f5;
	height: 40px;
	padding: 0 20px;
	color: #333;
}

.wpcf7 label { width:180px; }

.wpcf7 .wpcf7-textarea {
     height:auto;
}

.wpcf7 .wpcf7-submit {    
    background: #aed625;
    color: #322C2C;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    border: none;
}

#widget-area #mc_signup_form,
.mc_signup_form { 
    position: relative;
    display: block;
}

#widget-area #mc_signup_form label {
   display:none;
}

#widget-area #mc_signup_form input[type="submit"],
.mc_signup_form input[type="submit"]{
    position: relative;
    border: 0;
    background: #aed625;
    color: #322C2C;
    margin-left: 0;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#widget-area #mc_signup_form input[type="text"],
.mc_signup_form input[type="email"] {
	width: 76%;
	-webkit-box-sizing: content-box;
	font-size: 14px;
	font-weight: 100;
	position: relative;
	overflow: hidden;
	border: none;
	background: #f5f5f5;
	background-clip: padding-box;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 40px;
	padding: 0 20px;
	color: #333;
}

.hero-content .btn { display:none; }

body.page #widget-area { display:none; }
body.page .col-lg-8 { width:100%; }

.blog .hero-fullwidth .hero-content h1.white { margin:0 0 10px; }

.entry-content div { margin:0; }


#footer-widget-area #mc_signup_form input[type="submit"],
.mc_signup_form input[type="submit"]{
    position: relative;
    border: 0;
    background: #aed625;
    color: #322C2C;
    margin-left: 0;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


#footer-widget-area #mc_signup_form input[type="text"],
.mc_signup_form input[type="email"] {
	width: 76%;
	-webkit-box-sizing: content-box;
	font-size: 14px;
	font-weight: 100;
	position: relative;
	overflow: hidden;
	border: none;
	background: #f5f5f5;
	background-clip: padding-box;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 40px;
	padding: 0 20px;
	color: #333;
}


.float-right .post-container p a{
	display:none;
}