body {
	overflow-x: hidden;
}

.navbar-expand-md .navbar-nav {
		margin-top: 10px;
}

.home .wrapper {
	padding-top: 0px;
	margin-top: 0px;
}
.home .entry-title {
	display: none;
}

/* Header */

.home .navbar, .home #wrapper-navbar {
	background: transparent !important;
}

.home #wrapper-navbar {
  /*position: -webkit-sticky;
	position: sticky;*/
  position: absolute;
	width: 100%;
  top: 0;
	height: 0;
}

#wrapper-navbar .container {
		max-width: 100% !important;
}

.bg-primary {
		background: #1c4f80 !important;
}

.navbar {
	padding: 15px 30px;
}
.nav-link {
	font-size: 20px;
	margin: 0 8px;
	color: #fff !important;
}

#navbarNavDropdown {
	margin-top: 40px;
}

@media screen and (min-width: 720px) {
		.menu-item-has-children:hover > ul.dropdown-menu {
				display: block;
		}
}

.dropdown-toggle::after {
		display: none;
}

.dropdown-menu {
		padding: 0;
}

.dropdown-item {
		border-bottom: 1px solid #6194c8;
		padding: 10px 20px;
		border-radius: 0 !important;
}
.dropdown-item:hover {
		background-color: #6194c8;
		color: #fff;
}

.menu-new a {
	padding-right: 70px;
	background-image: url('https://quidos.co.uk/wp-content/uploads/menu-item-new.png');
	background-repeat: repeat;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) -2px;
}
.menu-new a:hover { 
	background-image: url('https://quidos.co.uk/wp-content/uploads/menu-item-new-white.png');
}

/* Footer */

.edit-link {
	display: none;
	
}

/* Other */

.custom-button .vc_general {
	background: #6194c8 !important;
	font-weight: bold;
	width: 240px;
	max-width: 100%;
}

.default-featured-img {
		display: none !important;
}

/* Home */

.news-carousel .owl-item {
		padding: 10px;
}
.news-carousel .owl-item .gcp-caption-wrapper {
		padding-top: 20px !important;
}
.news-carousel .gcp-post-title a {
		color: #6194c8;
		font-weight: bold;
}

.yith-wacp-mini-cart-count {
	background: #6194c8;
}

#single-wrapper .wp-post-image {
		display: none;
}
.entry-meta {
		margin-bottom: 10px;
}

.woocommerce-billing-fields .form-row, .woocommerce-input-wrapper {
width: 100% !important;		
}
#order_review_heading {
		margin-top: 30px;
}