/*
	Theme Name: Bovile | Shared By VestaThemes.com
	Theme URI: http://premiumlayers.net/demo/wp/bovile/
	Author: PremiumLayers
	Author URI: https://themeforest.net/user/premiumlayers/portfolio
	Description: Bovile - Fishing WordPress Theme
	Version: 1.5.1
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
	Text Domain: proland
	Domain Path: /languages
*/



@media all and (max-width: 1000px) {
	#navbar {
		flex-direction: column;
	}
	.navbar-nav li, .navbar-nav li a {
		border: none;
	}
	.ow-navigation .nav.navbar-nav > li.active > a {
		border: none !important;
	}
	.ow-navigation .nav.navbar-nav > li > a:hover {
		border: none !important;
	}
	.top-header {
		display: none;
	}
	#main-carousel .item img {
		width: auto !important;
		max-width: initial !important;
		height: 100%;
	}
}


.page-banner .page-banner-content {
	padding: 0;
}

.page-banner.faq-banner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.navbar.ow-navigation,
#navbar {
	width: 100%;
}

ul.nav.navbar-nav {
	display: flex;
	justify-content: space-between;
}

.menu-block.navbar-fixed-top .ow-navigation .navbar-brand {
	display: none!important;
}

.wpcf7 label,
.wpcf7 label input[type="text"],
.wpcf7 label input[type="email"],
.wpcf7 label textarea{
	width: 100%;	
	padding: 1rem 0.5rem;
    line-height: 2;
	font-weight: 400;
}

.wpcf7 input[type="submit"] {
	background: #fff;
    border: 1px solid #a0a0a0;
    padding: 1.25rem 2.5rem;
    margin-left: auto;
    display: block;
	cursor: pointer;
}

body.blog .post-meta,
body.single .post-meta {
	display: none;
}

body.blog .post-date,
body.single .post-date{
	margin-bottom: 4rem;
}

body.blog .post-date p span,
body.single .post-date p span{
	background:  #1a631e;
}

body.blog .post-date a,
body.single .post-date a{
	color: #1a631e;
}

.ow-navigation .nav.navbar-nav > li.active > a {
	color: #1a631e;
	border-top-color: #1a631e;
}
.ow-navigation .nav.navbar-nav > li.active:hover > a {
	color: #1a631e;
	border-top-color: #1a631e;
}


.page-banner .banner-content, .page-170 .banner-content {
	background-color:  rgba(21, 82, 28,0.5) !important;
	display: none;
}

#ninetheme:nth-of-type(2) {
	display: none;
}

.top-header {
/* 	display: none; */
	padding: 0.75rem 0;
}

#main-carousel {
	height: 65vh;
}

#main-carousel .carousel-inner,
#main-carousel .carousel-inner .item,
#main-carousel .carousel-inner .item .slider-image{ 
	height: 100%;
}

.accessories-tab-box .nav-tabs a {
	margin: auto;
    text-align: center;
    display: inline-block;
}

.accessories-section {
	background-size: cover;
	background-position: 50% 50%;
}

.accessories-img {
	background-size: contain;
    background-position: 0 50%;
    width: 70%;
}
.nav-tabs.owl-carousel .owl-item {
	text-align: center;
}