/*!
	Theme Name: Athena 2021
	Author: Vertical Leap
	Author URI: https://www.vertical-leap.uk
	Description: Core theme for Athena - package websites
	Version: 1.0
	Text Domain: verticalleap
*/

h2.title_h2{
	margin-bottom: 0px !important;
}

.page-template-template-summer-winter #header .headerWrap .desktopHeader .contactDeats, .page-template-template-summer-winter #header .headerWrap .desktopHeader .mainLogo img {
	display: flex !important;
}
.page-template-template-summer-winter #header {
	background-color: hsla(0,0%,100%,.8);
}
@media (max-width: 1400px) {
	.summerWinterHero > .grid-x  {
		/*padding: 160px 0;*/
		padding: 180px 0;
	}
	.summerWinterHero .heroBanner .bannerWrap img {
		width: 50%;
	}
}
@media print, screen and (max-width: 63.9988em) {
	.summerWinterHero .heroBanner .bannerWrap {
		padding: 36px 0 !important;
	}
}

.heroBanner h1{
	width: auto;
}

.page-id-19 .buttonWrap a, .page-id-19 .summerWinterPage a.primeB  {
  background-color: #B736A5 !important;
}

.page-id-19 .buttonWrap a:hover, .page-id-19 .summerWinterPage a.primeB:hover {
  background-color: #000 !important;
}

.page-id-19 .white h1{
  color: #fff;
}

.wp-block-contact-form-7-contact-form-selector {
  width: 50%;
  padding-left: 60px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid var(--secondColor);
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: black;
  color: white;
}

.d-none{
	display: none;
}

[style^=--rating]::after {
  content: "★★★★★";
  font-size: 2.5em;
  white-space: nowrap;
  background: linear-gradient(90deg, #ffbb4d calc(var(--rating) * 20%), #ddddddad calc(var(--rating) * 20%));
  background-clip: text;
  -webkit-background-clip: text;
  color: #0000;
}

/* Icon grid border style start */
/* page: homepage */
.page-id-2 .iconTextRepeaterCols .iconWrap .iconbox {
    border-right: 1px solid #b7b7b7;
}

.page-id-2 .iconTextRepeaterCols .iconWrap .iconbox:nth-last-child(2) {
	border-right: 0;
}

/* page: /venue/small-venues-london */
.postid-176449870 .iconTextRepeaterCols .iconWrap .iconbox.large-6:last-child {
    border-right: 0;
}

.postid-176449870 .iconTextRepeaterCols .iconWrap .iconbox.large-6:nth-child(2n+2):not(:last-child) {
    border-bottom: 1px solid #b7b7b7;
}

.postid-176449870 .iconTextRepeaterCols .iconWrap .iconbox.large-6:last-child {
    border-bottom: 0;
}
/* Ends */

/**/
.page-id-176452713 .venueSearchForm.beigebg {
  display: none;
}

.page-id-176452713 .playVideo a{
	display: none;
}

.page-id-176452713 button.playVideo{
	padding: 32px 80px;
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	transition: .2s ease-in;
	min-width: 270px;
	background-color: var(--primeColor);
	border: 1px solid var(--primeColor);
	cursor: pointer;
	letter-spacing: .02em;
}

.page-id-176452713 button.playVideo:hover {
  background-color: var(--secondColor);
  border: 1px solid var(--secondColor);
  color: #fff !important;
}

.page-id-176452713 .homeBanner .videoWrap .bannerContent .playVid{
	margin-left: 0;
}
.page-id-176452713 h1.playVideo{
	width: 500px;
}
@media print, screen and (max-width: 63.9988em) {
	.page-id-176452713 h1.playVideo{
		width: unset;
	}
}

/**/
/* /summer-parties/ youtube video hight tweaks */
/*.wp-block-embed.height-650 iframe {
  height: 650px;
}
*/

@media (min-width: 768px) {
	.wp-block-embed.height-650 iframe {
	  height: 650px;
	}
}

/* Added bordrer-left for page : venue for desktop view */

.post-type-archive-vl_venue .iconTextRepeaterCols .iconWrap .iconbox:nth-child(7){
	border-left: 1px solid #b7b7b7;
}
@media (max-width: 767px) {
	.post-type-archive-vl_venue .iconTextRepeaterCols .iconWrap .iconbox:nth-child(7){
		border-left: 0;
	}
}


/* Homepage and search page filter tweaks */
.venueSearchForm .venueFormWrap .venueForm .dropWrap {
	align-items: flex-end;
}

.venueSearchForm .venueFormWrap .venueForm .dropWrap .dropDown.projection {
	display: none;
}
.searchRoomBoxStats .projection {
	display: none;
}

.venueSearchForm .venueFormWrap .venueForm .dropWrap button {
	padding-top: 19px;
	padding-bottom: 19px;
	max-width: unset;
	width: 31%;
}
	
.venueSearchForm .verticalVenueForm .venueForm .dropWrap button {
	width: 100%;
	margin-top: 8px;
	max-width: 100%;
}

@media screen and (max-width: 1023.98px) {
	.venueSearchForm .venueFormWrap .venueForm .dropWrap button {
		max-width: 100%;
		width: 100%;
	}
	.venueSearchForm .venueFormWrap .venueForm .dropWrap .dropDown {
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 1024px) {
	.venueSearchForm .venueFormWrap .venueForm .dropWrap button {
		margin-bottom: 24px;
	}
}

/* Gallary page: /venue/the-grubstreet-cellars/ design tweaks */
@media screen and (max-width: 767px) {
	.galleryMasonryGrid .masonryGridWrapper{
	padding: 0 25px !important;
	}	
}

/**/


/* brewery christmas page */
.page-template-template-christmas .hero-banner-christmas .full.christmas {
	background-size: cover;
	min-height: 1000px;
}
.page-template-template-christmas .hero-banner-christmas .bannerWrap {
	padding-bottom: 0;
}
.page-template-template-christmas .hero-banner-christmas .bannerWrap h1 {
	color: #F8E8AD;
	text-decoration: none;
	text-align: center;
	max-width: 410px;
	margin-top: 170px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-template-christmas #header:not(.scrolled-alt) .headerWrap .desktopHeader .contactDeats a {
	color: #ffffff;
}
.page-template-template-christmas .hero-banner-christmas .textWrap {
	text-align: center;
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
/* .page-template-template-christmas .hero-banner-christmas .buttonWrap {
	display: none;
} */

.page-template-template-christmas .summerNew .buttonWrap {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

fieldset.hidden-fields-container {
    display: none !important;
}

.overlay-info-section .bannerWrap {
	max-width: 1283px;
	text-align: center;
	margin: 0 auto;
	padding: 0 101px 40px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.overlay-info-section .buttonWrap .yellow {
	background-color: #F8E8AD !important;
}
.overlay-info-section .buttonWrap .white {
	background-color: #ffffff !important;
}
.overlay-info-section .buttonWrap a {
	border: none;
	color: #000000 !important;
	padding: 20px;
	min-width: 278px;
	max-width: 100%;
	text-align: center;
	box-shadow: 0px 0px 4px 0px #00000040;
}
.overlay-info-section .buttonWrap a:hover {
	color: #ffffff !important;
}
.overlay-info {
	background-size: cover;
}

.overlay-info .heroBanner {
	padding-top: 110px;
	padding-bottom: 188px;
}

.overlay-info-section .bannerWrap img {
	width: 278px;
	height: auto;
	margin-top: -90px;
}
.overlay-info-section .bannerWrap h1, .overlay-info-section .bannerWrap h2 {
	font-family: 'EFCO Splandor';
	font-weight: 400;
	font-size: 49.9px;
	padding: 0;
	text-decoration: none;
	margin-bottom: 63px;
	line-height: 78.59px;
	text-align: center;
	color: #F8E8AD;
}
.overlay-info-section .textWrap p {
	font-family: 'EFCO Splandor';
	margin: 0;
	font-weight: 400;
	font-size: 24.9px;
	line-height: 41px;
}
.overlay-info-section .textWrap {
	margin-bottom: 63px;
}
.overlay-info-section .buttonWrap {
	column-gap: 28px;
	flex-direction: row;
}
.overlay-info-section .buttonWrap a {
	margin: 0;
	font-family: 'EFCO Splandor';
}

#christmas .text-image-module .textLeftImgRightCols .textCol .mainh2 h2 {
	margin: 0;
	margin-bottom: 63px;
	font-size: 91.9px;
	line-height: 91.9px;
}
#christmas .text-image-module p {
	font-family: 'EFCO Splandor';
	font-weight: 400;
	font-size: 24.9px;
	line-height: 41px;
}

#christmas.gallery-block .galleryMasonryGrid {
	padding-bottom: 0;
}

#christmas .galleryImageTextOrderReverse {
	flex-direction: row-reverse;
}

#christmas .galleryMasonryGrid  .textCol p.h3M,
#christmas .galleryMasonryGrid .textCol button {
	color: #F8E8AD !important;
}

#christmas .galleryMasonryGrid .textCol .textWrap {
	max-width: 266px;
	color: #ffffff;
}
#christmas .galleryMasonryGrid .textCol p:not(.h3M) {
	margin: 0;
	margin-bottom: 23px;
	font-family: 'EFCO Splandor';
	font-weight: 400;
	font-size: 24.9px;
	line-height: 41px;
}
#christmas .galleryMasonryGrid .textCol p.h3M {
	font-weight: 500;
	font-family: 'knockout';
}

#christmas .galleryMasonryGrid .textCol button {
	font-family: 'Open Sans';
	font-weight: 600;
	font-size: 20px;
	line-height: 27.24px;
}

#christmas .textRightImgLeftCols,
#christmas .textLeftImgRightCols {
	background: url("../vl-athena/img/placeholders/image_bg_text-image-left-right.png") no-repeat center;
	background-size: cover;
}

.page-template-template-christmas .textRightImgLeftCols .textCol .textWrap .primeB{
	background-color: #F8E8AD;
	color: black;
}

/* #christmas .textRightImgLeftCols .middle,
#christmas .textLeftImgRightCols .middle {
	flex-direction: row-reverse;
} */

#christmas .textCol a.clearB {
	padding: 0;
    position: relative;
    padding-left: 36px;
    border: none;
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 27.24px;
    min-width: unset;
    min-height: unset;
    background: none;
    display: block;
}
#christmas .textCol a.clearB:hover {
	color: inherit;
}
#christmas .textCol a.clearB::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 4px;
	width: 19px;
	height: 20px;
	background: url('img/icons/download.png') no-repeat center;
	background-size: contain;
}

.page-template-template-christmas .formWithBackground .contactFormWrap {
	background-color:rgba(255, 255, 255, 0.7);
}

#christmas .textRightImgLeftCols .imgCol img,
#christmas .textLeftImgRightCols .imgCol img {
	height: auto;
}

.textRightImgLeftCols .black :is(h1, h2, h3, h4, h5), 
.textLeftImgRightCols .black :is(h1, h2, h3, h4, h5)
{
	color: #000;
}

.textRightImgLeftCols .white :is(h1, h2, h3, h4, h5), 
.textLeftImgRightCols .white :is(h1, h2, h3, h4, h5)
{
	color: #fff;
}

.textRightImgLeftCols .yellow :is(h1, h2, h3, h4, h5, p ), 
.textLeftImgRightCols .yellow :is(h1, h2, h3, h4, h5, p)
{
	color: #faebbb;
}


#christmas .textRightImgLeftCols p,
#christmas .textLeftImgRightCols p {
	font-family: 'EFCO Splandor';
	font-weight: 400;
	font-size: 24.9px;
	line-height: 41px;
}



.full-width-banner:has(.image-block) {
	height: auto;
}
.full-width-banner:has(.image-block) img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
}

/*faqs*/
/* #christmas.faqsSection .faqCol {
	background: url("../vl-athena/img/placeholders/image_bg_text-image-left-right.png") no-repeat center !important;
	background-size: cover !important;
}

#christmas.faqsSection .faqCol .faqsWrap{
	background-color: unset !important
} */

/*faqs*/
.page-template-template-christmas .faqsSection .faqCol {
	background: url("../vl-athena/img/placeholders/image_bg_text-image-left-right.png") no-repeat center !important;
	background-size: cover !important;
}

.page-template-template-christmas .faqsSection .faqCol .faqsWrap{
	background-color: unset !important
}

@media screen and (min-width: 1024px) {
	#christmas .textRightImgLeftCols .textCol {
		padding-left: 0;
		padding-right: 125px;
	}
	#christmas .textLeftImgRightCols .textCol {
		padding-right: 0;
		padding-left: 125px;
	}
}


@media screen and (max-width: 1023.98px) {
	.overlay-info-section .bannerWrap {
		padding: 0 16px 40px;
	}
	.overlay-info-section .bannerWrap h1,
	.overlay-info-section .bannerWrap h2,
	.overlay-info-section .textWrap {
		margin-bottom: 50px;
	}
	#christmas .galleryMasonryGrid .textCol p.h3M {
		font-size: 40px;
		line-height: 40px;
		color: #ffffff;
	}
	.overlay-info-section .bannerWrap h1, .overlay-info-section .bannerWrap h2 {
		font-weight: 400;
		font-size: 25px !important;
		line-height: 39.38px;
	}
	.overlay-info-section .bannerWrap p {
		font-weight: 400;
		font-size: 20px;
		line-height: 31.5px;
	}
	.overlay-info-section .buttonWrap a {
        min-width: 100px;
        padding: 10px;
        font-size: 20px;
	}
	#christmas .textRightImgLeftCols .imgCol img,
	#christmas .textLeftImgRightCols .imgCol img {
		max-height: unset;
	}
	#christmas .textRightImgLeftCols p,
	#christmas .textLeftImgRightCols p {
		font-size: 20px;
		line-height: 31.5px;
	}
	.overlay-info .heroBanner {
		padding-bottom: 0;
	}
}
@font-face {
	font-family: 'EFCO Splandor';
	src: url('assets/fonts/EfcoSplandorDemo-L32Ag.ttf');
}

.statement-of-purpose a {
	padding-left: 0 !important;
}

/**/
.weddings-receptions .caseSinglebanner .primeB {
  background-color: #80dddf;
  border: 1px solid #80dddf;
}
.weddings-receptions .caseSingleImageStats a {
  color: black;
  border-bottom: 1px solid #0a0a0a;
  width: fit-content;
  padding-bottom: 1px;
  transition: .2s ease-in;
}
.weddings-receptions .caseSingleImageStats a:hover{
    font-weight: 800;
}
.weddings-receptions #general-form {
    background-color: #80dddf !important
   
}
.weddings-receptions #general-form .formWithBackground {
     background-image: url(../../../wp-content/themes/vl-athena/img/blue-bg-paper-plane.jpg) !important;
}


