/*
 Theme Name:   blendmedia
 Theme URI:    
 Description:  child theme for Octane Magazine
 Author:       Blend Media
 Author URI:   http://blendmedia.nl
 Template:     venus
 Version:      1.0
 Tags:         red, black, white, fluid-layout, custom-header, threaded-comments, translation-ready, editor-style, custom-menu
 Text Domain:  blendmedia
*/

@import url("../venus/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.page-title {
font-family: 'Oswald' !important;
text-align:center;
text-transform: uppercase;
font-size: 48px;
color: #000;
}

.normal-text {
font-family: 'Oswald' !important;
text-align:center;
font-size: 14px;
color: #000;
}

/* aanpassingen Nieuwsbrief */

.widget_wysija_cont .wysija-submit {
display: initial;
margin-top: 0px;
width: 105px;
}

input[type=text], input[type=password] {
font-size: 13px;
box-shadow: none;
width: 93%;
}

.widget_wysija_cont p label {
display: none;
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
background-color: #fff;
border-color: #fff;
}

/* aanpassingen Contant Form 7 */

input[type=text], input[type=password] {
  box-shadow: none;
}

textarea {
  box-shadow: none;
  width: 460px;
  border: 1px solid #ebebeb;
}

.wpcf7-form {
	background:#fff; 
	border:1px solid #ebebeb; 
	border-radius:0px; 
	width:485px;
	padding: 10px 20px; 
	margin-bottom:10px; 
}
 
.wpcf7-form input,
	#wpcf7-f235-p1277-o2 .wpcf7-form textarea{ 
	background:#fff; 
	border:1px solid #ebebeb; 
	border-radius:0px;
  margin: 4px 0 8px 0;
  padding: 5px 7px;
  width: 465px;
	color: #4f4f4f;
  font-size: 14px;
  vertical-align: middle;
}
 
.wpcf7-form p { 
	color:#4f2a0f; 
	margin-top:10px; 
	margin-bottom:10px; 
}
 
div.wpcf7-validation-errors {
  border: 2px solid #EB303A;
  font-family: Oswald;
  padding: 10px;
}

input[type=text]:focus, input[type=password]:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
  background: #fff;
  border: 2px #A5C7FE;
  border-style: solid;
}

textarea:focus {
  background: #fff;
  border: 2px #A5C7FE;
  border-style: solid;
}

.wpcf7-form .wpcf7-submit {
  padding: 11px 15px 11px 15px;
  background-color: #888;
  border: 0px;
  color: #fff;
  font-size: 14px;
  width: 105px;
}

input[type=submit]:hover, input[type=button]:hover, a.button:hover, a.button:active, .btn2 a, .btn2 a:hover, button, button:hover {
  width: 105px;
}