/*
Theme Name:     Valeryd-Kale-Child
Description:    
Author:         vdmulti
Template:       kale

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
height: 100%;
overflow-x: hidden;
width: 100%;



} 



h1,h2,h3,h4,h5,h6{
	font-family: 'Source Sans Pro', sans-serif;
}

.h2, h2 {
    font-size: 24px;
}

.entry-title{
	text-align: center;
}


.header{
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #004e90, #002748) repeat scroll 0 0;
	background-color: #004E90;
    background: -webkit-linear-gradient(left, #004E90, #002748);
	
}

.customheader{
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , #004e90, #002748) repeat scroll 0 0;
}


.menuwrapper{
	margin:0 auto;
	width:1200px;
}

.logocontainer{
	width:1200px;
	margin:0 auto;
}

.navbar-header, .navbar navbar-default,navbar-collapse collapse{
	display:none;
}

.main_search .form-control {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 36px;
    padding: 0px 10px;
}


.logo{
	float:left;
	padding-left:24px;
	
}
.menucontainer{
	width:1200px;
	margin:0 auto;
}


button#responsive-menu-button {
    background: #002748 none repeat scroll 0 0 !important;
    }
    

#itembox div{
	  

	float:left;
	
	padding: 5px 15px;
	min-height:500px;
	
	
	
} 


.clearfix{
	clear:both;
	margin-bottom:30px;
}

.responsive-menu-subarrow{
	background-color:#1568b0 !important;
}


.smartslidercustom{
	padding-bottom:30px;
	margin-top:-44px;
	
}


.navbar-default {
    background-color: #ffffff;
    border-color: none;
    margin:0 auto;
    border-bottom: #e7e7e7 solid thin;
    border: none;
}



.menufull{
	width:100%;
	background-color:#ffffff;
}

.navbar {
    border-radius: 0px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #ffffff;
    color: #333;
    
}


.footer-widgets{
	padding:30px;
	background-color:#004e90;
	width:1200px;
	margin:0 auto;
}

.footer-widgets .widget-title{
	color:#ffffff;
}

.footer-widgets .textwidget p{
	color:#ffffff;
}

.footer-widgets .textwidget a{
	color:#ffffff;
}


.footer-copyright{
	background-color:#004e90;
}

.footercontainer{
	width:100%;
	margin:0 auto;
	background-color:#004e90;
}

.footer{
	display:none;
}

.footer-widgets .widget-title {
    margin-bottom: 15px;
    text-align: left;
}


div.wpcf7 .wpcf7-form-control { 
	max-width: 95%; 
}

/* Make Contact Form 7 Select Dropdown field responsive & full width */
.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100% !important;
    z-index: 100;
}
/* Make Contact Form 7 text field full width & responsive */
.wpcf7-text { 
	width: 100% !important;
} 

/* Some additional CSS customization to the whole Contact Form 7 form */
div.wpcf7 { 
	
	
	padding:20px 10px 10px 10px;
	-webkit-border-radius: 4px; /* Making form border rounded */
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}


.sidebar-default default-widget{
	color:#000000 !important;
}


@media screen and (max-width: 768px) {
  
  .container {
    width: 95%;
}  

.menucontainer{
	width:100%;
	margin:0 auto;
} 




.menuwrapper{
	margin:0 auto;
	width:100% !important;
}

.logocontainer{
	width:100% !important;
	margin:0 auto;
}

 #itembox div{
	min-height:400px;
	
}      


#itembox div img{
	
	width:80%;
	display:block;
	margin:0 auto;
	text-align: center;
}
    
	@media screen and (max-width: 761px) {
		.rightflags {
			line-height: 36px;
		}
		.leftflags {
			line-height: 36px;
		}
	}
}