/*******************************************************************************************************************

	Theme Name: Burning Man Artumnal
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Version: 1.0.7
	Text Domain: bman-artumnal
	Domain Path: /languages/

****************/

@import url('https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap');
@import url('https://fonts.googleapis.com/css?family=Prata&display=swap');

/* Micro Clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.row:after, .clearfix:after { clear: both; }
.row, .clearfix { zoom: 1; }



body {
	background-color: #ffffff;
	color: #5b5551;
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Josefin Slab', serif;
	font-size: 1.1rem;
	line-height: 1.65;
	margin: 0px;
	padding: 0px;
}
body.wp-autoresize {
	box-sizing: border-box;
	padding: 12px 24px !important;
}

/************************************************
	Global
************************************************/

p {
	word-wrap: break-word;
	padding: 16px 0px;
	margin: 0px;
}
p:empty {
	display: none;
}
dfn, cite, em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
big {
	font-size: 140%;
}
small {
	font-size: 60%;
}
s {
	text-decoration: line-through;
}
mark {
	background: #ff0;
	color: #000;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
div {
	display: block;
}
span {
	display: inline;
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #dddddd;
	background-color: #dddddd;
	margin: 6px 0px 8px 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ol li {
	list-style: inside;
	list-style-type: decimal;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul li {
	list-style: inside;
	list-style-type: square;
	margin: 6px 0px;
	padding: 0px 0px 0px 12px;
}
ul ol li, ul ol ul ol li {
	list-style-type: decimal;
}
ol ul li, ol ul ol ul li {
	list-style-type: square;
}
blockquote {
    font-size: 1.6rem;
    font-family: 'Prata', serif;
    font-style:italic;
    color: #0a4468;
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
    border-left: 0px;
    text-align:center;
}
blockquote span {
    color:#0099cc;
    font-size:1.4rem;
    width:100%;
    display:inline-block;
    margin-top:1rem;
    font-style:normal;
}
blockquote p {
	margin: 0px;
	padding: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
code, pre {
	background: rgba(0, 0, 0, 0.04);
	font-family: Courier, sans-serif;
	line-height: 1.4;
	margin: 24px 0px;
	padding: 6px 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
}
code {
	display: inline;
	white-space: normal;
}
pre {
	display: block;
	white-space: pre-line;
}
pre code {
	padding: 0px;
	border: none;
	box-shadow: none;
}
img {
	-ms-interpolation-mode: bicubic;
	height: auto;
}
img, object, embed, iframe {
	max-width: 100%;
	margin: 0px auto 0px;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.hide-text {
	position: absolute;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
.hide-img img {
	margin-left: -9999px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-white, .text-white p, .text-white h1,
.text-white h2, .text-white h3, .text-white h4,
.text-white h5, .text-white h6, .text-white blockquote {
	color: #ffffff;
}
.align-center {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.align-left {
	float: left;
}
.align-right {
	float: right;
}
.padded {
	padding: 24px;
}
.vertical-center {
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.horizontal-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 7;
}
.absolute-center {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 7;
}

/************************************************
Hyperlinks
************************************************/

a img {
	border: none;
}
a, a:link, a:visited {
	color: #0099cc;
	border-bottom:1px solid #0099cc;
    text-decoration:none;
	word-wrap: break-word;
}
a:focus, a:hover, a:active {
	color: #d8980f;
}

/************************************************
Headings
************************************************/

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	word-wrap: break-word;
	margin: 6px 0px;
	padding: 6px 0px;
	color:#468cff;
	font-weight:normal;
}
h1 {
	font-size: 1.6rem;
    font-family:'Prata', serif;
    color:#0a4468;
}
h2 {
	font-size: 1.9rem;
    color:#0099cc;
}
h3 {
	font-size: 1.3rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h4 {
	font-size: 1.3rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1.1rem;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active {
	color: #d8980f;
	text-decoration: none;
	border: none;
}

/************************************************
Header
************************************************/

#header {
	width: 100%;
	line-height: 0;
	margin: 0px;
	position: relative;
	z-index: 9;
}
#nav-bar {
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	width: 100%;
	margin: 0px;
	/* padding: 12px; */
	box-sizing: border-box;
	z-index: 99;
}
#custom-header {
	display: flex;
	align-items: center;
	position: relative;
	min-height: 480px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.header-content {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0px;
}
.category .header-content {
	margin-top: 48px;
}
.wp-custom-header {
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	min-height: 480px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.home #custom-header,
.home .wp-custom-header {
	height: 100vh;
}
.block-no-logo .wp-custom-header {
	background-attachment: scroll;
}
.wp-custom-header .customize-partial-edit-shortcut {
	top: 50%;
	z-index: 9;
}
.wp-custom-header img {
	line-height: 0;
	margin-left: -999em;
}
.wp-custom-header iframe {
	width: 100%;
}
.wp-custom-header-video-button {
	display: none;
}
#masthead {
	display: block;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 8;
}
.custom-logo-link {
	display: block;
	line-height: 0;
	text-align: center;
	margin: 0px;
	padding: 24px;
}
.site-title {
	display: block;
	/* font-size: 2.2rem; */
	font-size:calc(18px + 28*(100vw - 320px)/1200);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	text-align: center;
	text-transform: none;
	margin: 0px;
	padding: 0px 12px;
	word-wrap: break-word;
}
.site-title a,
.site-title a:link,
.site-title a:visited {
	display: inline-block;
	color: #000000;
	text-decoration: none;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color:green!important;
}
.site-description {
	display: block;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 1.4;
	margin: 0px auto 0px;
	padding: 0px 24px;
}
a.scroll-down {
	color: rgba(0, 0, 0, 0.4);
	text-align: center;
	width: 48px;
	height: 48px;
	line-height: 58px;
	position: absolute;
	bottom: 24px;
	left: 50%;
	margin-left: -24px;
	border-radius: 3px;
	transition: all .5s;
	z-index: 9;
}
.admin-bar a.scroll-down {
	bottom: 48px;
}
a.scroll-down i {
	position: relative;
	font-size: 42px;
	bottom: -2px;
}
a.scroll-down:hover {
	color: #000000;
	transform: scale(1.1);
	background-color: #ffffff;
}
/* no logo, link to homepage */
header a.home-link{
	text-decoration:none;
}

/************************************************
Navigation
************************************************/
.menu-container {
	position: absolute;
	top: 1em;
	right: 0.5em;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1920px;
	z-index:150;
}
@media only screen and (min-width: 1200px) {
	.menu-container {
		right: 2em;
		top: 2em;
	}
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 10;
}

.main-navigation {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	-webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
	transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}

.main-navigation ul {
	display: none;
	list-style: none;
}

button#menu-toggle {
	background: transparent;
	padding: 0.2em 0.3em 0.3em;
	color: #0099cc !important;
	font-family: 'Josefin Slab', serif;
    font-size: 1.4rem;
    letter-spacing: 1px;
	margin-right:3em;
}
@media only screen and (min-width: 1200px) {
	button#menu-toggle {
	margin-right:3em;
	}

	button#menu-toggle span {
		/* font-size: 23px; */
		display:inline;
	}

	button#menu-toggle span.menu {
		font-size: 24px;
		display:inline;
		padding:0;
	}
}

.main-navigation #closebtn {
	display: none;
}

.main-navigation.toggled #closebtn {
	display: block;
	position: absolute;
	top: 50px;
	right: 80px;
	font-size: 40px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

#menu-toggle.toggled {
	display: none;
}

.main-navigation.toggled {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.9);
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.main-navigation.toggled ul {
	list-style-type:none;
	display: block;
	margin: 0;
	padding: 0;
}

.main-navigation.toggled ul li {
	margin: 0;
	padding: 4px 0;
	list-style:none;
}

.main-navigation.toggled ul li a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c7c7c7;
}

.main-navigation.toggled ul li a:hover,
.main-navigation.toggled ul li a:active {
	color: white;
}

.main-navigation.toggled ul {
	display: block;
	margin: 0;
	padding: 0;
}

.main-navigation.toggled ul li {
	margin: 0;
	padding: 0.5em 0;
}

.main-navigation.toggled ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #c7c7c7;
}

/* Donate buttom */

.donate-button {
	padding-right: 2rem;
}

.donate-button a {
	color: #d7d7d7;
	text-decoration: none;
	font-size: 1.4rem;
	display: inline-block;
    font-family: 'Josefin Slab', serif;
}
.donate-button a:hover,
.donate-button a:active {
color:#0099cc;
}
.donate-button a:before,
.donate-button a:after {
	content: '';
	display: inline-block;
	background-image: url(images/donate_flourish_left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 1rem;
	width: 2rem;
}

.donate-button a:after {
	background-image: url(images/donate_flourish_right.png);
}

/*** SKIN ***/

.menu a,
.menu a:link,
.menu a:visited {
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
	background: none;
	line-height: 18px;
	text-decoration: none;
	margin: 24px 0px;
	padding: 0px 12px;
}
.menu a:focus,
.menu a:hover,
.menu a:active {
	color: #000000;
	outline: 0;
}
.menu li {
	margin: 0px;
}
.menu li li {
	background: none;
	margin: 0px;
}
.menu li li a,
.menu li li a:link,
.menu li li a:visited {
	display: block;
	color: rgba(0, 0, 0, 0.4) !important;
	width: auto;
	background: none;
	text-transform: none;
	text-align: left;
	line-height: 1.4;
	margin: 0px;
	padding: 12px;
	border-radius: 2px;
}
.menu li li a:focus,
.menu li li a:hover,
.menu li li a:active,
.menu li li.current-menu-item a,
.menu li li.current_page_item a {
	color: #000000 !important;
	background: rgba(0, 0, 0, .04);
	outline: 0;
}

/*** ARROWS **/
.menu li.menu-item-has-children > a::after {
	font-family: 'FontAwesome';
	content: '\f107';
	margin-left: 6px;
}
.menu li li.menu-item-has-children > a::after {
	position: absolute;
	content: '\f105';
	right: 12px;
}

/************************************************
5. Content
************************************************/

#wrapper,
.container {
	margin: 0px;
	padding: 0px;
}
.content {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 0px 48px;
	box-sizing: border-box;	
}

.main-content:before{
	content: '';
	display: block !important;
    position: center top;
    background-color: #0099cc;
	-webkit-mask-image: url(images/artumnal_frame_top.svg);
    mask-image: url(images/artumnal_frame_top.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-position:center;
    mask-position:center top;
    
	height: 150px;
    margin-bottom:-85px;
	max-width:1200px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1200px) {
	.main-content:before{
		height: 10vw;
        margin-bottom: -7vw; 
        margin-left: -35px;
        margin-right:-35px;
        mask-size: cover;
        -webkit-mask-size: cover;
	}
}
main.container {
   position:relative;
}
main.container:before {
    position: absolute;
    display:block;
    opacity:.02;
    content: " ";
    width:100%;
    height:100%;
    float:left;
    background-image: url(images/hexagons.svg);
    background-position:center top;
    
}
#wrapper{
	background-color: #f6f0e8;    
}
.content:before, .content:after,
.post-holder:before, .post-holder:after {
	content: "";
	display: table;
}
.content:after,
.post-holder:after {
	clear: both;
}
.block-post-layout {
	width: 100%;
	width: 100vw;
	position: relative;
	overflow: auto;
}
.home.block-header-inactive.block-no-logo .post-holder:first-child {
	float: none;
	width: 100vw;
	min-height: 480px;
}
.home.block-header-inactive.block-no-logo .post-holder:first-child .featured-img .img-title {
	opacity: 1;
}
.home.block-header-inactive.block-no-logo .post-holder:first-child h2 {
	font-size: 2rem;
}
.post-holder {
	float: left;
	width: 33.33vw;
	height: 33.33vw;
	margin: 0px;
}
.post-holder h2 {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0; padding: 0;
}
.post-holder .post-author {
	float: none;
	font-size: 70%;
	line-height: 1.6;
	margin: 6px 0px;
	padding: 0;
}
.post-holder .featured-content {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 8%;
	box-sizing: border-box;
}
.post-holder .featured-content .excerpt p {
	font-size: 90%;
}
.post-holder .featured-content .excerpt .link-more {
	padding: 0px;
}
.post-holder .post-content {
	max-height: 100%;
	overflow: hidden;
}
.post-holder .featured-img {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-height: none;
	text-decoration: none;
}
.post-holder .featured-img::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: all .25s ease-in-out;
	box-sizing: border-box;
	z-index: 2;
}
.post-holder .featured-img:hover::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.post-holder .featured-img .img-title {
	opacity: 0;
	transition: all 1s ease-in-out;
}
.post-holder .featured-img:hover .img-title {
	opacity: 1;
}
.post-holder .featured-img .img-title h2,
.post-holder .featured-img .img-title .post-author {
	transition: all .35s ease-in-out;
}
.post-holder .featured-img:hover .img-title h2 {
	top: 0;
}
.post-holder .featured-img:hover .img-title .post-author {
	bottom: 0;
}
.post-holder .featured-img .img-title h2 {
	position: relative;
	top: -12px;
}
.post-holder .featured-img .img-title .post-author {
	position: relative;
	bottom: -12px;
	margin-bottom: 0px;
	border: none;
}
.entry-content,
.comments-wrapper {
	display: block;
	position: relative;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
	box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
.entry-content{
 padding: 0px;
}
}
.full-width .entry-content {
	max-width: 1200px;
}
.entry-content > p:first-child {
	padding-top: 0px;
}
.entry-header {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 24px;
}
.post-navigation {
	overflow: hidden;
}
.post-meta {
	display: flex;
	width: calc(100% + 96px);
	margin: 0px 0px 0px -48px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.post-meta .post-information:first-child,
.post-meta .post-information:nth-child(2):last-child {
	width: 75vw;
}
.post-meta .previous-post,
.post-meta .next-post {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	background-color: rgba(0, 0, 0, 0.04);
	background-size: cover;
	background-position: center center;
	width: 25vw;
	height: 25vw;
	padding: 24px 36px;
	box-sizing: border-box;
	transition: all .25s ease-in-out;
}
.post-meta .previous-post:hover,
.post-meta .next-post:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.08);
	transform: scale(1.1);
}
.post-meta .previous-post a,
.post-meta .next-post a {
	font-weight: 600;
	font-family: 'Raleway';
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.post-meta .previous-post span,
.post-meta .next-post span {
	display: block;
	position: relative;
	margin-bottom: 6px;
	z-index: 8;
}
.post-meta .previous-post i,
.post-meta .next-post i {
	display: block;
	font-size: 48px;
}
.post-meta .post-information {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0, 0, 0, 0.04);
	width: 50vw;
	height: 25vw;
	padding: 24px;
	box-sizing: border-box;
}
.post-meta .next-post,
.post-meta .post-information {
	border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.post-information .post-author::after {
	content: '';
	display: inline-block;
	width: 80px;
	margin: 0px auto;
	border-bottom: 4px solid rgba(0, 0, 0, 0.12);
}
.post-author {
	float: left;
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
	margin: 0px;
	padding: 8px 0px;
}
.post-author p,
.post-date p {
	margin: 0px;
	padding: 0px;
}
.post-author .author-avatar {
	float: none;
	display: inline-block;
	width: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-radius: 2px;
}
.post-author h6 {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0px;
	padding: 0px;
}
.post-edit-link {
	display: block;
	padding-top: 8px;
}
.post-date,
.post-taxonomy {
	float: left;
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
	width: 100%;
	font-size: 0.9rem;
	margin: 0px;
	padding: 8px 0px;
}
.post-taxonomy p {
	margin: 0px;
	padding: 0px;
}
.next-post,
.previous-post {
	font-size: 0.9rem;
}
.previous-post {
	float: left;
}
.next-post {
	float: right;
}
.page-links {
	display: block;
	overflow: hidden;
	margin: 12px 0px;
}
.page-links .link-label {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
}
.page-links span {
	margin: 0px 3px;
}
.author-posts {
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
.author-posts li {
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.wp-audio-shortcode {
	margin: 12px 0px;
}
.sticky,
.bypostauthor {
	position: relative;
}

/************************************************
6. Page Templates
************************************************/

body.block-landing-page {
	position: inherit;
}
.block-landing-page #header,
.block-landing-page .footer {
	display: none;
}
.landing-page {
	display: block;
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.admin-bar .landing-page {
	height: calc( 100vh - 32px );
}
.landing-page .site-title,
.landing-page .custom-logo-link {
	display: block;
	max-width: none;
	text-align: center;
	margin: 0px auto 0px;
	padding: 18px 0px;
}
.landing-page .site-description {
	color: #000000;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
.landing-page .content {
	background-color: #ffffff;
	max-width: 720px;
	min-width: 280px;
	padding: 24px 36px;
}
.landing-page .entry-content {
	text-align: center;
	margin: 18px auto 0px;
	padding-top: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/************************************************
Pagination
************************************************/

.pagination {
	display: inline-block;
	position: absolute;
	bottom: 24px; right: 24px;
	z-index: 9;
}
.pagination .nav-links {
	display: flex;
	text-align: center;
}
.pagination .nav-links a,
.pagination .nav-links span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #ffffff;
	width: 48px; height: 48px;
	line-height: 48px;
	text-decoration: none;
	transition: all .5s;
	padding: 0px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	z-index: 8;
}
.pagination .nav-links a:first-child:last-child {
	border-radius: 2px;
}
.pagination .nav-links a:nth-child(1) {
	border-radius: 2px 0px 0px 2px;
}
.pagination .nav-links a:nth-child(2) {
	border-radius: 0px 2px 2px 0px;
	left: -1px;
}
.pagination .nav-links a:hover {
	transform: scale(1.1);
	border-radius: 2px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
	z-index: 9;
}
.pagination .nav-links a i {
	position: relative;
	color: rgba(0, 0, 0, 0.4);
	font-size: 24px;
	transition: all .25s ease-in-out;
}
.pagination .nav-links a:hover i {
	color: #000000;
}
.pagination.navigation {
	display: block;
	position: relative;
	bottom: auto;
	right: auto;
}
.pagination.navigation .nav-links {
	align-items: center;
	justify-content: center;
}
.pagination.navigation .nav-links a,
.pagination.navigation .nav-links > span,
.pagination.navigation .nav-links a:nth-child(1),
.pagination.navigation .nav-links a:nth-child(2) {
	left: auto;
	margin: 2px;
	border-radius: 0px;
}

/************************************************
9.	Images
************************************************/

.featured-img {
	display: block;
	text-align: center;
	line-height: 0;
	margin: 0px auto 0px;
}
.banner-img {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	max-height: 720px;
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* .block-singular .banner-img {
	background-attachment: fixed;
} */
.banner-img.profile-img {
	min-height: auto;
	margin-bottom: 36px;
}
.banner-img img {
	margin-left: -9999px;
}
.banner-img .img-headline {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: calc(24px + 16*(100vw - 320px)/1200) !important;
	letter-spacing:3px;
	line-height:2;
	font-weight:normal;
}
.banner-img .post-author {
	float: none;
	display: inline-block;
	width: auto;
	font-size: 80%;
	line-height: 1.6;
	padding: 0px 0px 8px 0px;
	margin-bottom: 18px;
	border-bottom: 2px solid #ffffff;
}
.banner-img .excerpt {
	max-width: 800px;
	line-height: 1.6;
	margin: 0px auto;
	padding: 0px;
}
.no-js .banner-img .img-title {
	top: 24px;
	opacity: 0;
}
.banner-img .img-title {
	position: relative;
	top: 0;
	width: 100%;
	padding: 0px 24px;
	z-index: 7;
	opacity: 1;
	box-sizing: border-box;
	transition: all 1s ease-in-out;
	transition-delay: 0.5s;
}
.block-singular .banner-img .img-title {
	padding-top: 180px;
	padding-bottom: 20px;
}
@media only screen and (min-width: 767px) {
	.block-singular .banner-img .img-title{
		padding-top: 160px;
		padding-bottom:0;
	}
}
@media only screen and (min-width: 1200px) {
	.block-singular .banner-img .img-title {
		padding-top: 250px;
		padding-bottom: 0;
	}
}
.avatar {
	background: #ffffff;
	margin: 10px 20px 10px 0px;
	padding: 6px;
}
.author-avatar {
	width: 20%;
	display: block;
	text-align: center;
	margin: 0px auto 24px;
}
.author-avatar .avatar {
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 3px;
	overflow: hidden;
}
img.hide-img {
	line-height: 0;
	margin-left: -999em;
	padding: 0px;
}
img.aligncenter,
.wp-block-image.aligncenter {
	display: block;
	margin: 12px auto;
	padding: 0px;
}
img.alignnone,
.wp-block-image.alignnone {
	padding: 0px;
	margin: 12px 0px;
	display: inline;
}
img.alignright,
.wp-block-image.alignright {
	padding: 0px;
	margin: 16px 0px 16px 24px;
	display: inline;
}
img.alignleft,
.wp-block-image.alignleft {
	display: inline;
	padding: 0px;
	margin: 16px 24px 16px 0px;
}
.alignwide, .alignfull {
	position: relative;
}
.alignfull {
	width: 100vw;
	left: calc(-50vw + 50%);
	margin-left: 0px;
	margin-right: 0px;
}
.alignwide {
	width: calc(100% + 96px);
	left: -48px;
	margin-left: 0px;
	margin-right: 0px;
}
p.alignwide {
	padding-left: 24px;
	padding-right: 24px;
	box-sizing: border-box;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin-left: 24px;
}
.alignleft {
	float: left;
	margin-right: 24px;
}
.wp-caption {
	max-width: 100%;
	line-height: 0;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 0px;
	overflow: hidden;
}
.wp-caption a {
	display: block;
}
.wp-caption img {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
}
.wp-caption p.wp-caption-text {
	display: inline-block;
	font-size: 0.85rem;
	line-height: 1.6;
	margin: 0px;
	padding: 8px 0px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

/************************************************
11.	WordPress Gallery
************************************************/

.gallery {
	margin: 18px auto 18px !important;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0 !important;
	text-align: center;
	width: 33%;
	padding: 6px;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
	line-height: 0;
}
.gallery img {
	border: 6px solid rgba(0, 0, 0, 0.12) !important;
	margin: 6px;
	padding: 0px;
	border-radius: 2px;
	box-sizing: border-box;
	transition: all .25s;
	-moz-transition: all .25s;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
}
.gallery img:hover {
	border-color: rgba(0, 0, 0, 0.4) !important;
}
.gallery .gallery-caption {
	font-size: 12px;
	line-height: 1.65;
	margin: 2px 0px 6px 0px;
}
.gallery dl, .gallery dt {
	margin: 0px;
}
.gallery br+br {
	display: none;
}

/************************************************
12.	Widgets
************************************************/

.widget {
	margin-bottom: 48px;
	padding: 0px;
}
.widget:last-child {
	margin-bottom: 0px;
}
.widget-title {
	font-size: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 12px;
	padding-bottom: 0px;
	border-bottom: none;
	color:inherit !important;
}
.widget ul, .widget li {
	list-style-type: none;
}
.widget ul {
	margin: 0px;
	padding: 6px 0px;
}
.widget li {
	display: block;
	margin: 0px;
	padding: 6px 0px;
}
.widget li li {
	padding-left: 12px;
}
.widget li li:last-child {
	padding-bottom: 0px;
}
.widget li a {
	margin: 0px;
	padding: 0px;
}
.widget table {
	margin: 0px;
}
.textwidget {
	margin: 0px;
	padding: 0px;
    z-index:100;
    position:relative;
}
.textwidget p {
	padding: 8px 0px;
}
.tagcloud {
	line-height: 1.2;
}
.widget_search {
	overflow: hidden;
}
.textwidget ul li,
.textwidget.custom-html-widget ul li {
	padding:0;
	color:#f6f0e8;
	font-size:0.85em;
}

/************************************************
15.	Custom Menu Widget
************************************************/

.widget ul.menu {
	float: none;
	width: 100%;
	text-align: left;
}
.widget ul.menu .current_page_item a,
.widget ul.menu .current-menu-item a {
	color: #d8980f;
	background: none;
}
.widget ul.menu li a {
	display: block;
	background: none;
	color: #0099cc;
	width: auto;
	height: auto;
	text-transform: none;
	text-shadow: none;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	border: none;
}
.widget ul.menu li a:hover {
	color: #d8980f;
	background: none;
	text-decoration: underline;
}
.widget ul.menu li {
	float: none;
	display: block;
	background: none !important;
	max-width: none;
	margin: 0px;
	padding: 6px 0px;
	width: 100%;
}
.widget ul.menu li:last-child {
	border-bottom: none;
}
.widget ul.menu li span {
	top: 1px;
	right: 0px;
}
.widget ul.menu li ul.sub-menu {
	background: none !important;
	width: 100%;
	margin: 0px;
	padding: 6px 0px;
	position: static;
	box-shadow: none;
	opacity: 1;
	z-index: 9;
}
.widget ul.menu li ul.sub-menu span {
	display: none;
}
.widget ul.menu li ul.sub-menu li a {
	padding-left: 12px;
}
.widget ul.menu li ul.sub-menu li ul.sub-menu li {
	display: none;
}

/************************************************
16.	Search Form
************************************************/

#searchform {
	display: flex;
	margin: 0px;
	padding: 0px;
}
#searchform label {
	display: none;
}
#searchform .search-field,
#searchform #s {
	float: left;
	background: rgba(0, 0, 0, 0.04);
	color: #999999;
	width: 72%;
	line-height: 1.4;
	margin: 0px;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
#searchform #searchsubmit {
	float: right;
	width: 22%;
	font-family: 'Raleway';
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
	padding: 12px;
}
.no-result-search {
	display: block;
	margin-top: 12px;
}
.no-result-search #searchform {
	max-width: 480px;
}

/************************************************
17.	Footer
************************************************/

#wrapper .footer {
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
    background-color: #00163d !important;
    position:relative;
    color:#0099cc;
}
@media only screen and (max-width: 767px) {
    #wrapper .footer {
        text-align:center;
    }
}
#wrapper .footer a,
#wrapper .footer p {
    color:inherit;
    text-decortion:none;
    border-bottom:0px;
}

.footer:before {
    display:block !important;
    background-color: #0099cc;
	-webkit-mask-image: url(images/artumnal_frame_bot.svg);
    mask-image: url(images/artumnal_frame_bot.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-position:center;
    mask-position:center;
	-webkit-mask-size:contain;
    mask-size:contain;    
    height:150px;
    margin-top:-55px;
    content: " ";
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.footer:after {
    position: absolute;
    opacity: .05;
    content: " ";
    width: 100%;
    height: 100%;
    background-image: url(images/hexagons.svg);
    background-position: center top;
    top: 0px;
    left:0px;
    filter: invert(1);
}
@media only screen and (max-width:1200px) {
    .footer:before {
        height:11vw;
        margin-top:-4vw;
        background-size: cover;
    }
}
.footer .content {
	padding-top: 0px;
	padding-bottom: 0px;
    position:relative;
}

.footer-widgets {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1180px;
	padding-top: 36px;
	padding-bottom: 36px;
	margin: 0px auto;
}
.footer-widgets .widget {
	width: 25%;
	margin-top: 12px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: none;
}
.footer-widgets .widget:first-child:nth-last-child(1),
.footer-widgets .widget:first-child:nth-last-child(1) ~ .widget {
	width: 100%;
}
.footer-widgets .widget:first-child:nth-last-child(2),
.footer-widgets .widget:first-child:nth-last-child(2) ~ .widget {
	max-width: 50%;
}
.footer-widgets .widget:first-child:nth-last-child(3),
.footer-widgets .widget:first-child:nth-last-child(3) ~ .widget {
	max-width: 33.3%;
}
.footer-widgets .widget:last-child .footer-widget,
.footer-widgets .widget:nth-child(4n+4) .footer-widget {
	padding-right: 0px;
}
@media only screen and (max-width: 767px) {
    .footer-widgets .widget:first-child:nth-last-child(3),
    .footer-widgets .widget:first-child:nth-last-child(3) ~ .widget {
        max-width: 100%;
    }
}
.footer-widgets .widget:nth-child(4n+1) {
	clear: both;
}
.footer ul li {
    color: inherit !important;
}
.footer-information {
	max-width: 1180px;
	margin: 0px auto;
	padding: 24px 0px;
	overflow: hidden;
}
.footer .footer-information p {
	font-size: 80%;
	opacity: 0.8;
	margin: 0px;
	padding: 0px;

}
.footer-information a {

}
.footer-information a:hover {
	color: #000000;
}

/************************************************
19.	Buttons
************************************************/

button, .button, a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, #submit,
input[type=submit], input#submit, input.button, #wrapper #infinite-handle span {
	display: inline-block;
	position: relative;
	background-color: #0099cc ;
	color: #cccccc !important;
	color: rgba(255, 255, 255, .7) !important;
	font-style: normal;
	font-size: 80%;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.12);
	letter-spacing: 1px;
	padding: 12px 24px;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	-webkit-appearance: none;
}
button:hover, .button:hover, a.button:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover,
input[type=submit]:hover, #submit:hover, input#submit:hover, input.button:hover, #wrapper #infinite-handle span:hover {
	background-color: #0099cc ;
	color: #ffffff !important;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, .12);
	box-shadow: inset 0px 3px 0px rgba(0, 0, 0, .24);
	cursor: pointer;
}

/************************************************
20. Tables
************************************************/

table {
	width: 100%;
	margin: 18px 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}
table thead,
table tfoot {
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
}
table thead th,
table tfoot td {
	border: none;
}
table th {
	background: #eeeeee;
	background: rgba(0, 0, 0, 0.08);
	font-size: 1.2rem;
	text-align: center;
	margin: 0px;
	padding: 12px;
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}
table td {
	padding: 12px;
	margin: 0px;
	border: 1px solid #dddddd;
	border: 1px solid rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
}

/************************************************
21. Forms
************************************************/

form {
	display: block;
}
form p {
	padding: 6px 0px;
}
form div {
	display: block;
}
form span {
	margin-bottom: 8px;
	overflow: hidden;
}
form span.required {
	display: inline;
}
form li,
form ul,
form ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
form fieldset {
	margin: 12px 0px;
	border-color: rgba(0, 0, 0, 0.12);
}
form legend {
	font-weight: bold;
}
form label {
	margin-top: 6px;
}
form li > label {
	font-weight: bold;
}
form li li > label {
	font-weight: normal;
}
form span label {
	font-size: 0.8rem;
}
form input,
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'],
form textarea {
	display: block;
	max-width: 100%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.04);
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.4;
	margin: 6px 0px;
	padding: 8px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 3px;
}
form input[type='url'],
form input[type='tel'],
form input[type='email'],
form input[type='text'],
form input[type='password'] {
	width: 50%;
}
form textarea {
	width: 100%;
}
form input[type='checkbox'],
form input[type='radio'] {
	display: inline-block;
	margin-left: 0px;
	margin-right: 6px;
}
form input[type='submit'] {
	margin-top: 0px;
}
form .form-submit {
	padding: 8px 0px;
}
textarea {
	overflow: auto;
}
address {
	margin: 12px 0px;
}
select {
	display: block;
	background-color: rgba(0, 0, 0, 0.04);
	color: rgba(0, 0, 0, 0.6);
	color: #666666;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.4);
	width: auto;
	max-width: 100%;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 6px;
	padding: 6px 46px 6px 8px !important;
	box-shadow: none;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
	background-position:
		calc(100% - 16px) 50%,
		calc(100% - 11px) 50%,
		calc(100% - 32px) 6px;
	background-size:
		5px 5px,
		5px 5px,
		1px 24px;
	background-repeat: no-repeat;

	/* reset */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

/************************************************
22.	CSS3 Styles
************************************************/

a, button, .button, #submit, #searchsubmit {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
}
.shadow {
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.radius-full {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.radius-top {
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-khtml-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}
.radius-bottom {
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-khtml-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
}
.radius-half {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}


/************************************************
24.	Screen Reader
************************************************/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/************************************************
25.	Gutenberg
************************************************/

.wp-block-image {
	max-width: none;
	margin: 16px auto;
	padding: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}
.wp-block-cover-image {
	margin: 16px auto;
	padding: 24px 0px;
}
.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
	color: #ffffff;
}
.wp-block-button {
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.wp-block-button.alignwide a {
	display: block;
	position: relative;
}
.wp-block-gallery,
.wp-block-gallery li {
	padding: 0px;
}
/* Pricing table */

.ptp-bullet-item {
	border-bottom:none!important;
}
div.ptp-plan{
	background-color:#003784!important;
	color:#42a8ff!important;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 400 !important;
	font-size:1rem !important;
}

div.ptp-item-container{
	border:none!important;
}
div.ptp-item-container:before {
	content: '';
	display: block;
	background-image: url(images/tickets_top_cap.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 30px;
	width: 100%;
}

div.ptp-row-id-0:before {
	content: '';
	display: block;
	background-image: url(images/tickets_bottom_cap.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 16px;
	width: 100%;
}
div.ptp-price {
	background-color:#4e0385!important;
	color:#e0d5c7!important;
	font-size: 1rem !important;
}
div.ptp-cta{
	background-color:#c3bcaa!important;
}
a.ptp-button {
	/* font-size: 1em; */
	color: #fff;
	background-color:#3599ff!important; 
	margin: 0;
	font-size:1.4rem !important;
	letter-spacing: 2px;
	line-height:2!important;
	text-transform:uppercase;
	padding: 1rem !important;
	margin: 0;
	border: none !important;
	width:inherit;
	-webkit-box-shadow:none!important;
	box-shadow:none!important;
}
#common-button{
	max-width: 320px;
	margin: 0 auto;
}
#common-button a{
	display: block;
	letter-spacing: 2px;
	text-transform:uppercase;
	text-align: center;
	font-size: calc(12px + 8*(100vw - 320px)/1200) !important;
	padding: 2rem 1rem;
	text-decoration:none;
	color:#063a66;
	line-height:75px;
    margin-top:5px;
    border-bottom:0px;
}
#common-button a:before{
    content: "";
    display: block;
    transition: background-color 0.5s ease;
    background-color: #0099cc;
	-webkit-mask-image: url(images/donate_btn.svg);
    mask-image: url(images/donate_btn.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-position:center;
    mask-position:center;
	-webkit-mask-size:contain;
    mask-size:contain;
    
    width: 100%;
    height: 150px;
    float: left;
    position: absolute;
    left: 0px;
    margin-top: -35px;
}
@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 767px) {
    #common-button a{
        line-height:6vw;
        font-size:3vw;
    }
	#common-button a:before {
        height: 20vw;
        margin-top: -7vw
	}
}
#common-button a:hover:before{
    background-color: #063a66;
}
@media only screen and (min-width: 767px) {
	a.ptp-button {
        font-size: calc(12px + 2*(100vw - 320px)/1200) !important;
        padding: 1.5rem 1rem !important;
        background:url(images/tickets_button.png) top center;
        background-color:transparent!important;
        background-size: cover;
        background-repeat: no-repeat;
	}
}
@media only screen and (min-width: 1200px) {
	.ptp-pricing-table{
		margin-left: -15%;
		margin-right: -15%;
		width: auto!important;
	}
}
/* Share and contact */
.textwidget .fa-envelope-square {
	font-size:31px!important;
	color:#f6f0e8;
}
/* Fancy box */
.fancy-box{
	text-align:center;
	margin-bottom: 20px;
}
/* @media only screen and (min-width: 1200px) {
	.fancy-box{
		max-width:75%;
	}
} */


.fancy-box:before,
.fancy-box:after {
	content:'';
	display:block;
    background-color: #0099cc;
	-webkit-mask-image: url(images/content_top_cap.svg);
    mask-image: url(images/content_top_cap.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	-webkit-mask-position:center;
    mask-position:center;
	-webkit-mask-size:contain;
    mask-size:contain;
	height:5vw;
	width:100%;
}
@media only screen and (max-width: 1200px) {
    height:5vw;
}
/* checkout form adjustments */
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 40px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container--default .select2-selection--single {
	background-color: rgba(0, 0, 0, 0.04);
	border: 1px solid #aaa;
	border-radius: 4px;
}
form.woocommerce-checkout span.select2{
	overflow:visible;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: inherit;
}
.supsystic-social-sharing.supsystic-social-sharing-content-align-left {
    display:inline-block !important; 
    color:#FFF;
}