/* 
Theme Name:		 Hatty Ashdown
Theme URI:		 https://hattyashdown.com
Description:	 Hatty Ashdown is a child theme crated with love by Brazen!
Author:			 Brazen One
Author URI:		 https://brazen.one
Template:		 Bootstrap-on-WordPress-4.1.4
Version:		 1.0.0
Text Domain:	 hatty-ashdown
*/


/* GENERAL ----------- */
body, button, input, select, optgroup, textarea, p { color: #212121; font-family: "Zain", sans-serif; font-size: 1.5rem; font-style: normal; font-weight: 300; line-height: 1.3; }

h1, h2, h3, h4, h5, h6 { color: #392d37; font-family: "Ribeye", serif; font-style: normal; font-weight: 900; letter-spacing: .1rem;}
h1 { font-size: calc(5rem + .6vw) }
h2 { font-size: calc(2.5rem + .6vw); margin-bottom: 2rem; }
a, a:hover { text-decoration: none; transition: all 250ms linear; }
.body-content a, .page-content a { color: #ea7083; font-weight: 600; transition: all 250ms linear; }
.body-content a:hover, .page-content a:hover { color: #392d37; transition: all 250ms linear; }
.body-content img, .page-content img { border: .125em solid #392d37; border-radius: 20px; margin-bottom: 2rem; width: 100%; }

img { height: auto; max-width: 100%; }

.bg-blue { background-color: #b3dff1; }
.bg-blue.hero .site-title h1 { color: #529ac6; }
.bg-yellow { background-color: #f5cc76; }
.bg-yellow.hero .site-title h1 { color: #ea7083; }
.bg-pink { background-color: #ea7083; }
.bg-pink.hero .site-title h1 { color: #f2d16d; }
.bg-green { background-color: #b6d4ba; }
.bg-green.hero .site-title h1 { color: #f4a210; }
.bg-purple { background-color: #c8b7d8; }
.bg-purple.hero .site-title h1 { color: #ea7083; }

/* SITE WRAPPER ----------- */
.site { background: #f3ecd2; min-height: 100vh; padding: .75vmax; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.section, .body-content, div#footer, .page-content { border-radius: 2.5rem; overflow: hidden; padding: 3vmax 5vmax 0; }
.body-content, div#footer, .page-content { background-color: rgba(255, 255, 255, .5); border: 10px solid white; padding: 3vmax 5vmax; }

/* NAVBAR ----------- */
.site-header .flex {
    align-items: center;
    background-color: transparent;
    border-radius: 5vmax;
    display: flex;
    justify-content: space-between;
    padding: .21vmax .5vmax;
}
.site {
   background: linear-gradient(to top right, #6bd5e1, #ffd98e, #ffb677);
}

.navbar {
	display: flex;
	flex: 0 0 100%;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.navbar ul {
	align-items: center;
	display: flex;
	flex: 2 1 80%;
	justify-content: space-between;
	line-height: 1;
	list-style: none;
	vertical-align: middle;
}
.navbar ul li a {
	color: #392d37;
	display: block;
	font-family: "Ribeye", serif;
	font-size: calc(1.5rem + .5vw);
	font-style: normal;
	font-weight: 900;
	padding: 0 .3rem;
	text-decoration: none;
	transition: all .33s ease-in-out;
}
.navbar ul li a:hover, .navbar ul li.active a { color: #ea7083; }
.navbar .hamburger { display: none; }
ul.socials {
	display: flex;
	flex: 1 1 11%;
	justify-content: flex-end;
	line-height: 1;
	list-style: none; 
	padding-left: 2vw;
	margin-bottom: 0; 
	vertical-align: middle;
	text-align: right;
}
ul.socials li {	flex: auto; }
ul.socials li a { color: #392d37; }
ul.socials li a:hover { color: #ea7083; }

@media screen and (max-width: 1199px) {
	#primaryNav.offcanvas { background-color: #392d37; }
	#primaryNav.offcanvas .offcanvas-header { padding-top: 1rem; }
	#primaryNav.offcanvas ul li { margin-bottom: 1.5rem; }
	#primaryNav.offcanvas ul li a { color: #FFF; }
	#primaryNav.offcanvas ul li.active a, #primaryNav.offcanvas ul li.active a:hover { color: #ea7083; }
	.navbar .hamburger { display: block; }
	.navbar .hamburger:focus-visible { outline: 0; }
	#primaryNav.offcanvas .offcanvas-header .hamburger.is-active { position: relative; top: 20px; }
	#primaryNav.offcanvas .offcanvas-header .hamburger .hamburger-inner, 
	#primaryNav.offcanvas .offcanvas-header .hamburger .hamburger-inner:after, 
	#primaryNav.offcanvas .offcanvas-header .hamburger .hamburger-inner:before { background-color: #392d37; }
	
	#primaryNav.offcanvas .offcanvas-header .hamburger.is-active .hamburger-inner, 
	#primaryNav.offcanvas .offcanvas-header .hamburger.is-active .hamburger-inner:after, 
	#primaryNav.offcanvas .offcanvas-header .hamburger.is-active .hamburger-inner:before { background-color: #FFF; }
	
	ul.socials { margin-top: 2rem; padding-left: 0; text-align: center; }
}

/* HERO ----------- */
.hero {
	align-items: center;
	border: 10px solid white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.hero h1 { 
	font-size: 7vw;
	margin-bottom: 0;
	text-shadow:
		0 1px 0px #FFF,
		1px 0 0px #FFF,
		1px 2px 1px #FFF,
		2px 1px 1px #FFF,
		2px 3px 2px #FFF,
		3px 2px 2px #FFF,
		3px 4px 2px #FFF,
		4px 3px 3px #FFF,
		4px 5px 3px #FFF,
		5px 4px 2px #FFF,
		5px 6px 2px #FFF,
		6px 5px 2px #FFF,
		6px 7px 1px #FFF;
}
.hero h1:last-of-type {
	margin-bottom: 1rem;
}
.hero .site-title h2 { color: #FFF; font-size: calc(1.75rem + .3vw);  letter-spacing: .1rem; margin-bottom: 0; }
.hero .site-title p.tagline {
    font-size: calc(1.75rem + .3vw); 
    font-weight: 600;
	line-height: 1;
}
.hero .site-intro {
	text-wrap: pretty;
/*    width: min(850px, 80%);*/
}
.hero .site-intro p {
	 font-size: calc(1.5rem + .3vw); 
}
.hero div#site-name {
    align-items: center;
    display: flex;
    justify-content: flex-end;
	position: relative;
	z-index: 999;
}
.hero div#site-img {
    display: flex;
    justify-content: center;
}

@media (min-width: 1800px) {
    .hero h1 { font-size: 8vw; }
}
@media (max-width: 1480px) {
	.home .hero img { max-width: 400px !important; }
}
@media (max-width: 991px) {
	.site-title, .hero .site-intro p {
		text-align: center;
	}
	.hero div#site-img img { width: 300px !important; }
}
@media (max-width: 768px) {
    .hero h1 { 
		font-size: 10vw;
		text-shadow:
		0 1px 0px #FFF,
		1px 0 0px #FFF,
		1px 2px 1px #FFF,
		2px 1px 1px #FFF,
		2px 3px 2px #FFF,
		3px 2px 2px #FFF,
		3px 4px 2px #FFF,
		4px 3px 3px #FFF;
	}
	.section, .body-content, div#footer, .page-content { padding: 3vmax 2vmax; }
	.hero.section { padding-bottom: 0; }
	.hero div#site-name { justify-content: flex-start; }
}
@media (max-width: 575px) {
	.hero div#site-name { justify-content: center; }
	.hero div#site-img img { width: 200px !important; }
    .hero h1 { 
		font-size: 11vw;
		text-shadow:
		0 1px 0px #FFF,
		1px 0 0px #FFF,
		1px 2px 1px #FFF,
		2px 1px 1px #FFF,
		2px 3px 2px #FFF;
	}
}


/* # GIGS ---------- */
.hats-block.gigs {
    padding-left: 3vmax;
    padding-right: 3vmax;
}
.gigs-row { justify-content: center; }
.gig-card, .latest-card {
    align-items: center;
    background-color: #f489a3;
    border: .125em solid #392d37;
    border-radius: 1.5em;
    display: flex;
    flex-direction: column;
	height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 2rem 1.5rem;
    position: relative;
	text-align: center;
    width: 100%;
}
.gig-card .buttons .btn { background-color: rgba(255, 255, 255, .75); font-size: 1.5rem; margin-right: .5rem; }
.hats-block.gigs .gig-card .buttons .btn { font-size: 1.2rem; min-height: 52px; padding-left: 1em; padding-right: 1em; }

.gig_meta { flex: 1 0 auto; }
.latest-card h3 a { color: #FFF; }
.gig-card p, .latest-card p { flex: 1 0 auto; }
.gig-card p.gig_location { font-weight: 700; }
.gig-card .btn, .latest-card .btn { color: #392d37 !important; }
.gig-card .btn.isDisabled, .single-gig .btn.isDisabled {
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
	text-decoration: none;
}
.gig-col:nth-of-type(2n) .gig-card, .latest-col:nth-of-type(2n) .latest-card { background-color: #f5cc76; }
.gig-col:nth-of-type(3n) .gig-card, .latest-col:nth-of-type(3n) .latest-card { background-color: #b3dff1; }
.gig-col:nth-of-type(4n) .gig-card, .latest-col:nth-of-type(4n) .latest-card { background-color: #c8b7d8; }
.gig-col:nth-of-type(5n) .gig-card, .latest-col:nth-of-type(5n) .latest-card { background-color: #b6d4ba; }
.gig-col:nth-of-type(6n) .gig-card, .latest-col:nth-of-type(6n) .latest-card { background-color: #f0bb99; }
.gig-col:nth-of-type(7n) .gig-card, .latest-col:nth-of-type(7n) .latest-card { background-color: #d8b7b7; }
.gig-col:nth-of-type(8n) .gig-card, .latest-col:nth-of-type(8n) .latest-card { background-color: #a8cfcc; }

.latest-card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	margin-bottom: 0;
    max-height: 300px;
}

.pagination .page-numbers {
    border: .125em solid #392d37;
	color: #392d37;
    line-height: 1;
    margin-right: 5px;
    padding: 6px 12px 4px;
}
.pagination a.page-numbers:hover {
	background-color: #c8b7d8;
    border: .125em solid #392d37;
	color: #392d37;
}

@media (max-width: 1480px) {
	.latest-card img { max-height: 200px; }
	.latest-card h3 { font-size: 1.5rem; }
}
@media (max-width: 1320px) {
	.gig-card .buttons .btn { font-size: 1.25rem; }
}
@media (max-width: 575px) {
	.hats-block.gigs .gig-card .buttons { flex-direction: row; justify-content: center; }
}

/* # FOOTER ---------- */
div#footer { background-color: #392d37; padding: 3vmax 2vmax; }
div#footer h2, div#footer p { color: #f3ecd2; margin-bottom: 0; }
div#footer h2 { margin-bottom: 10px; }
div#footer p.copyright { color: #b6d4ba; font-size: 1.1rem; font-weight: 700; }
div#footer p.copyright span { display: inline-block; margin: 0 5px; position: relative; top: -1px; }
div#footer p.copyright a { color: #b6d4ba; }
div#footer p.copyright a:hover { color: #FFF; }
div#footer h3 { margin-bottom: 1.25rem; }
div#footer .footer-2 { display: flex; flex-direction: column; }
div#footer .footer-2 .footer-2-col h3 { color: #f489a3; }
div#footer ul.socials { display: flex; justify-content: flex-start; margin-top: 1.5rem; padding-left: 0; text-align: left; }
div#footer ul.socials li { flex: none; margin-right: 1rem; }
div#footer ul.socials li a { color: #f3ecd2; font-size: 2rem; }
div#footer ul.socials li a:hover { color: #FFF; }
div#footer .footer-menu h3 { color: #f5cc76; }

div#footer .menu { list-style: none; padding: 0; }
div#footer .menu li a { color: #f3ecd2; font-weight: 600; }
div#footer .menu li a:hover, div#footer .menu li.current-menu-item a { color: #f489a3; padding-left: 10px; }
div#footer .menu li.current-menu-item a { padding-left: 0; }
div#footer .footer-3 h3 { color: #c8b7d8; }
body .spider-girl { align-items: center; color: #FFF; display: flex; font-size: .95rem; justify-content: flex-end; }

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    display: none !important;
}