/*
	Theme Name: willow child [0.2]
	Template: willow
*/

/* fonts */

@font-face {
    font-family: 'mondaylight';
    src: url('fonts/monday-webfont.eot');
    src: url('fonts/monday-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/monday-webfont.woff') format('woff'),
         url('fonts/monday-webfont.ttf') format('truetype'),
         url('fonts/monday-webfont.svg#mondaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* text */

.hero-middle-text {
	font-family: 'mondaylight' !important;
	text-transform: none !important;
	letter-spacing: 2px !important;
}

.header-section .header-navigation a {
	font-family: 'mondaylight' !important;
	text-transform: none !important;
	font-weight: 300 !important;
	font-size: 1.3em !important;
}

.wpb_willow_big_title, .wpb_wrapper, .portfolio-title {
	font-family: 'mondaylight' !important;
}

.blog-grid-post-content p {
    font-family: Droid Serif !important;
}

.portfolio-content .btn {
    border-color: #EEEEEE !important;
    border-width: 1px !important;
}

/* slider */

.hero-section {
    max-height: 400px !important;
}

/* nav */

.navbar-default .navbar-toggle {
    border-color: #273ed7 !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #273ed7 !important;
}

.icon-bar {
    background-color: #ffffff !important;
}

.navbar-default {
	background-color: #274ce0 !important;
	border-color: #273ed7 !important;
}

.header-separator {
    border-left: 1px solid #274ce0 !important;
}

.menu-item a {
	color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff !important;
}

.header-section .social-media-links > li > a {
    border-color: #ffffff !important;
}

.dark-scheme .btn-hero-default {
    background-color: #274ce0 !important;
}

.header-section.navbar-default .navbar-nav > .current_page_item > a:after, .header-section.navbar-default .navbar-nav > .current_page_parent > a:after {
    background-color: #274ce0 !important;
}

.site-logo {
	max-width: 140px !important;
}

/* portfolio */

@media ( min-width: 992px ) {
	.portfolio-images-section {
		width: 50% !important;
	}
}
@media ( min-width: 1200px ) {
	.portfolio-images-section {
		width: 50% !important;
	}
}

@media ( min-width: 992px ) {
	.portfolio-details-section {
		width: 50% !important;
		padding-left: 40px;
		float: right;
	}
}
@media ( min-width: 1200px ) {
	.portfolio-details-section {
		width: 50% !important;
		padding-left: 60px;
	}
}

.portfolio-grid-post-title li, .portfolio-grid-post-title ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important; 
}

.portfolio-grid-post-title .post-meta-key {
	display: none !important;
}

.portfolio-ajax-nav, .portfolio-ajax-pager {
    background-color: #274ce0 !important;
}

@media ( min-width: 1200px ) {
.portfolio {
    min-height: 387px;
}
}

@media ( max-width: 1199px ) {
.portfolio {
    min-height: 347px;
}
}




/* blog */

.blog-loop .post-author {
	display: none !important;
}

.dark-scheme.section{
    background-image: url(/wp-content/uploads/2014/05/sky2.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* form */

.wpcf7-form input {
    width: 100% !important;
    padding: 5px 10px !important;
}

.wpcf7-form textarea {
    width: 100% !important;
    height: 80px;
    padding: 5px 10px !important;
}

.wpcf7-form input.wpcf7-submit {
	width: 25% !important;
	padding: 5px 10px !important;
	border: 0px !important;
	color: #fff !important;
	background: #2980b9 !important;
}

@media ( max-width: 750px ) {
	.wpcf7-form input.wpcf7-submit {
		width: 100% !important;
	}
}

#mc4wp-form-1 input {
	
	padding: 5px 10px !important;
	border: 0px !important;
	color: #fff !important;
	background: #2980b9 !important;
}

input#mc4wp_email {
	width: 100% !important;
	padding: 5px !important;
	border: 0px !important;
	background: #222222 !important;
}

input.wpcf7-captchar {
    width: 100px !important;
}


/* footer */

.copyright-legal a {
	color: #ffffff;
}

/*footer .textwidget a {
	color: #2980b9;
}*/

/* preloader */

#jpreContent .site-logo {
	margin: 0 auto !important;
}