/*  
Theme Name: jerseyroyals
Description: Custom theme for jerseyroyals
Version: 1.0
Text Domain: jersey-royals-theme
*/





/*standart styles*/
.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 8px !important;
	margin-top: 8px;
}

.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 8px !important;
	margin-top: 8px;
}

.aligncenter{
	margin: 10px auto;
	display: block;
	height: auto;
	width: 100% !important;
}
.aligncenter img{
	width: 100%;
}
.wp-caption{
	text-align: center;
	font-family: 'Merriweather', serif;
}
.wp-caption img{
	margin-bottom: 10px;
}
.page-template-default .content p,
.single-recipe .left-content p{
	font-family: 'Merriweather', serif;
	line-height: 1.7;
	color: #4F4F4F;
}
.page-template-default .content h2{
	font-weight: 900;
	color: #000;
	text-transform: none;
}

.section-inner img{
	max-width: 100%;
}



.title-section .col-lg-12::after{
/* 	background-size: 100% 100% !important; */
}
.right-content ul li{
	margin-bottom: 20px;
}


.lgc-column h4{
	text-transform: none;
}
ul.ul-links li{
	min-height: 150px;
}

.listofwines p{
	margin-bottom: 12px;
}
.listofwines img{
	height: 162px !important;
	max-width: none !important;
	width: 36px !important;
}
.dots{
	background: #fff !important;
	color: #000 !important;
}
.right-content .ul-other li a:hover{
	color: #BCA069 !important;
}
.contact-list a{
	display: inline !important;
	font-size: 16px !important;
}
.moder-img{
	max-width: 180px !important;
	margin-left: 21px;

}


/*-----------------------------------------------table*/
table .months td {
	padding:10px;
	font-size:12px;
}

.section-inner table{
	width: 100%;
}

.section-inner tr{
	/*border: 1px solid #d0d0d0; */
	height: 10px;
}

.section-inner td,
.section-inner th{
	/*border: 1px solid #d0d0d0; */
	padding: 13px;
	font-size: 16px;
	vertical-align: top;
}

.one-sidebar td{
	width: 33.33%;
}

.section-inner thead{
	background: none repeat scroll 0 0 #168955;
	color: white;
}

.section-inner table img{
	width: 240px;
	height: 240px;
	margin-left: 0;
}





/*--------------------------------------------contact form */
.wpcf7 .ajax-loader{
	display: none !important;
}

div.wpcf7-mail-sent-ok{
	border: 2px solid #007300 !important;
	background: #007300 !important;
	color: #fff !important;
	padding: 10px !important;
	display: none;
}
div.wpcf7-validation-errors{
	border: 2px solid #CF4B00 !important;
	background: #CF4B00 !important;
	color: #fff;
	padding: 10px !important;
}


.wpcf7-not-valid-tip{
	position: absolute !important;
	top: 0px !important;
	width: 50px !important;
	height: 39px !important;
	padding: 0 !important;
	background: url(img/contact_form_error.png) 100% !important;
	overflow: hidden;
	text-indent: -9999px !important;
	padding: 0;
	border: none !important;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	z-index: 9;
	left: 89% !important;
	border-radius: 3px;
}

.newsletters-form .wpcf7-email,
.newsletters-form .wpcf7-text{
	height: 35px;
border: 1px solid #ccc;
padding-left: 8px;
margin-bottom: 15px;
}


.newsletters-form .wpcf7-submit{
	width: 122px;
height: 37px;
background-color: #06897f;
border-radius: 2px;
border: none;
color: #fff;
font-size: 14px;
text-transform: uppercase;
border-bottom: 3px solid #04645C;
}


/*.wpcf7 form div.visible-only-if-valid {
    display: none;
}
 
.wpcf7 form.sent div.visible-only-if-valid {
    display: block;
}
*/

.visible-only-if-valid{
	margin-top: 22px;
}
.visible-only-if-valid p{
	margin-bottom: 10px;
}


/*--------------------------------------------front page styles */
.logo img{
	max-width: 176px;
}
.event-date{
	text-transform: uppercase;
}

.social a.email-link{
	background-color: #7B797B;	
}


/*--------------------------------------------inner page */
.one-sidebar{
	width: 100%;
	margin-top: -14px;
}
.fullwidth-content{
	width: 100% !important;
}
.fullwidth-content .left-content{
	width: 100%;
}


/*--------------------------------------------nggallery */
.ngg-galleryoverview{
	margin-bottom: 40px;
}
.ngg-breadcrumbs{
	display: none;
}



/*--------------------------------------------glossary page */
.alphavite .current-menu-item a{
	background-color: #06897f;
	color: #fff;
}

.top-header .current-menu-item a,
.top-header .current-post-ancestor a{
	color: #000;
}


/*--------------------------------------------news, events */
.category-news .img-photos img{
	max-height: 210px;
	min-height: 210px;
}

.evetn-past .img-photos{
	width: 270px;
	height: 150px;
	overflow: hidden;
}
.evetn-past .img-photos img{
	min-height: 151px;
}


/*--------------------------------------------search results template */
.search-results-wrapper li{
	margin-bottom: 26px;
	border-bottom: 1px dashed #e9e9e9;
}
.s-item-title a {
	font-size: 18px;
	color: #BCA069;
}



/*--------------------------------------------press coverage */
.coverage-item img{
	min-width: 100%;
	margin-bottom: 12px;
	max-width: 100%;
}
.coverage-item h5{
	font-size: 20px;
}

/* home */
.tabs-items .top-items .item{
	width: auto;
	margin-right: 10px;
}