/*-----------------------------------------------------------------------------------
Version: 1.0
Theme Name: Total-wk-child
Description: Total Theme (Webkoenig modifications)
Template: Total
*/

.clr-margin, .count-1, .col-1, .col.first{
	width: 60% !important;
}
.wpex-row .span_1_of_2 {
	width: 40%;
}

 .wk-min-height{
     min-height: 240px;
 }
.wk-special{
	font-size: 21px;
}
 
 @media screen and (max-width : 480px){
	.wk-min-height{
        	min-height: 0px;
	 }
	.wpb_single_image_caption{
		font-size: 27px !important;
	}
 	.entry h1, h1{
		font-size: 30px !important;
	}
	.entry h2{
		font-size:26px !important;
		margin-top: 0px !important;
	}
	.wk-special{
		font-size: 14px;
	}
 }
@media screen and (min-device-width : 1000px) 
and (max-device-width : 1200px) {
     .wk-min-height{
        min-height: 260px;
 }
 }
.theme-button, input[type="submit"], button{
	background-color: #fff !important;
	border: 2px solid #e73331 !important;
	width: 150px !important;
	color: #e73331 !important;
}

input[type="submit"]:hover{
	background-color: #e73331 !important;
	border: 2px solid #e73331 !important;
	width: 150px !important;
	color: #fff !important;
}