/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo Lakeside transfers
Author:         Joseph Elsener
Author URI:     https://services-entrepreneurs.ch
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

.homepage-template-default {
	background-color: #ffd966;
}

.template-page {
	padding-top: 0px;
}

@media screen and (min-width:1440px) {
	.container {
		max-width: 980px;
	} 
}

.hr-title {
	color: #777777;
}
.video-title {
	font-size: 15px;
}

.stories-button {
	color: #be6342;
}

.donate-button {
	color: #58a7be;
}

.saif-button {
	 text-transform: uppercase;
}

.header-color .btn-highlight {
	background-color: #58a7be !important;
	border-color: #58a7be !important;
}

.kleo-main-header .nav > li.active > a {
    box-shadow: inset 0px 3px 0px 0px #58a7be;
}

input[type="submit"]#user-submitted-post,
.wpcf7 input[type="submit"] {
	border: 1px solid #3795b1;
    background: #3795b1;
    color: #ffffff;
    min-height: 35px;
}


input[type="submit"]#user-submitted-post:hover,
.wpcf7 input[type="submit"]:hover {
	color: #3795b1;
	font-weight: 700;
	border: 1px solid #3795b1;
}

input[type="submit"]#user-submitted-post:hover {
	background: #ffffff;
}

.caroufredsel_wrapper {
    /*height: 480px !important;*/
}

.kleo-carousel {
	/*max-height:520px !important;*/
}

.kleo-quick-contact-wrapper, .kleo-go-top {
	bottom: 70px;
}

@media screen and (min-width:768px) {
	.kleo-gallery.kleo-single-image.portrait-format .kleo-carousel a {
    	margin: 0;
    	height: 780px !important;
	}
}

@media screen and (max-width:768px) and (max-width:1023px) {
	.text-gap {
		height: 65px; line-height: 65px;
	}

}

@media screen and (max-width:991px) {

	#header .navbar-nav li .caret {
	    float: right;
	}

	#header .navbar-nav li .caret:after {
		
		margin-right: 5px; 
	}

	.header-color .navbar-nav li .caret:after {
		color: #58a7be;
	}
} 