/*
	Theme Name: cherry
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.6.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Version: 2.3
	Tags: dark, light, white, black, gray, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	License:
	License URI: http://
	Text Domain: cherry
*/
@import "css/style.css";

.social-nets-wrapper {
	display:none;
}

header {
	padding-bottom:0 !important;
}

header > .container {
	padding-bottom:0 !important;
}

header > .container:before {
	background-image:none !important;
}

header .container .row .span12 .row .span9 {
	padding-left:200px;
	width:80%;
}

header .container .row .span12 .row .span9:before {
	background-image:url( /wp-content/uploads/2015/08/marine-evolutions-white.png );
	background-position:top left;
	background-repeat:no-repeat;
	background-size:auto 100%;
	content: " ";
	height:50px;
	left:0;
	position:absolute;
	top:-15px;
	width:200px;
}

.motopress-wrapper.content-holder {
	margin-top:0;
	padding-top:0;
	padding-bottom:0;
}

.content-holder #content {
	padding-top:0 !important;
}

section.title-section {
	padding-top:0 !important;
}

.filter-wrapper ul li {
	margin:0 32px 0 0 !important;
}

p.nocomments {
	display:none;
}

.footer {
	padding-top:35px !important;
}

.page-template-page-home .footer {
	padding-top:0 !important;
}


@media (min-width:768px) {

	header .container .row .span12 .row .span6 {
		display:none;
	}

}

@media (max-width:767px) {

	header .container .row .span12 .row .span6 .logo {
		margin-bottom:30px;
	}

	header .container .row .span12 .row .span9 {
		padding-left:0;
		width:100%;
	}

	header .container .row .span12 .row .span9:before {
		display:none
	}

	.motopress-wrapper.content-holder {
		margin-top:0px;
		padding-top:0;
	}

}