/*
Theme Name: Ukranian Music Festival
Theme URI: http://ukrainianmusicfestival.com/
Description: Custom theme for Ukranian Music Festival
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
*/

/** Font Declarations
	font-family: 'Arial Nova W01';
	font-family: 'Open Sans Condensed';
	*/

@import url('css/reset.css');
@import url('css/wp.css');

body {
	background: #ddd;
	color: #404040;
	font: 20px/24px 'Arial Nova W01', sans-serif;
	text-align: left;
}

#wrapper {
	margin: 0 auto;
	max-width: 1200px;
	width: 98%;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.english { color: #deb946; }

.ukie { color: #fff; }

/** LINKS */
	a:link, a:visited, a:active {
		color: #deb946;
		text-decoration: none;
	}

	a:hover { color: #0056b8; }

	a.more-link {
		display: block;
		margin-top: 1.5em;
	}

/** HEADER */
	#header {
		background: url(images/header-bg.png) repeat-x;
		margin: 0;
		min-height: 272px;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	#goldlinks {
		color: #fff;
		height: 103px;
		line-height: 103px;
		margin-top: 16px;
		text-align: center;
	}

	#goldlinks ul {
		display: -ms-flexbox;
		display: -webkit-flex;
		-js-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font: 36px 'Open Sans Condensed';
		height: 103px;
		line-height: 103px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}

	#goldlinks li:first-child::after {
		content: "|";
	}

	#goldlinks li a:link, #goldlinks li a:visited, #goldlinks li a:active {
		color: #fff;
		letter-spacing: 1px;
		padding: 5px 15px;
		text-align: center;
		text-decoration: none;
	}

	#goldlinks li a:hover, #goldlinks li.current_page_item a, #goldlinks li.current-page-ancestor a {
		color: #0056b8;
	}

	/** LOGO */
		#logo {
			margin: 33px 0 0 60px;
			width: 279px;
		}

		#logo h1 a:link, #logo h1 a:visited, #logo h1 a:active {
			background: transparent url(images/logo.png) no-repeat;
			display: block;
			float: left;
			line-height: 118px; /* height of the image */
			text-indent: -1000em;
			overflow: hidden;
			width: 279px; /* width of the image */
		}

		#logo h1 a:hover { }

	/** NAVIGATION */
		#st-trigger-effects {
			display: none;
		}

		#nav ul {
			display: -ms-flexbox;
			display: -webkit-flex;
			-js-display: flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-justify-content: space-around;
			-ms-flex-pack: space-around;
			justify-content: space-around;
			font: 30px 'Open Sans Condensed';
			margin: 110px 0 0;
			padding: 0 140px;
			text-transform: uppercase;
		}

		#nav li a:link, #nav li a:visited, #nav li a:active {
			color: #404040;
			padding: 5px;
			text-align: center;
			text-decoration: none;
		}

		#nav li a:hover, #nav li.current_page_item a, #nav li.current-page-ancestor a {
			color: #0056b8;
		}

/** CONTENT */
	/** HOMEPAGE CONTENT */
		#home-content {
			background: url(images/bottom-logo.png) no-repeat bottom center, url(images/home-bg.jpg) no-repeat;
			background-color: #2059A8;
			-webkit-flex: 0 1 100%;
			-ms-flex: 0 1 100%;
			flex: 0 1 100%;
			font-weight: 700;
			min-height: 1479px;
			padding: 40px 15px 0;
			text-align: center;
			text-transform: uppercase;
		}

		#fpAnn {
			color: #fff;
			font: 64px 'Open Sans Condensed';
			margin-bottom: 30px;
		}

		#fpAnn a {
			color: #fff;
			font: 64px 'Open Sans Condensed';
		}

		.homeblock { width: 48%; }

		.homeleft {
			float: left;
			text-align: right;
			text-transform: uppercase;
		}

		.homeright {
			float: right;
			padding-right: 100px;
			text-align: left;
			text-transform: uppercase;
		}

		.homeright .bigtext {
			font: 64px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1.05em;
		}

		.homeright .medtext {
			font: 42px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1.05em;
		}

		.homeright .smalltext {
			font: 32px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1em;
		}

		.homeright .xsmalltext {
			font: 22px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1em;
		}

		#home-content .bigtext, .homeleft .bigtext {
			font: 64px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1em;
		}

		#home-content .medtext, .homeleft .medtext {
			font: 42px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1em;
		}

		#home-content .smalltext, .homeleft .smalltext {
			font: 32px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1em;
		}

		#home-content .xsmalltext {
			font: 22px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1em;
			margin-top: 0;
		}

		.homeleft .xsmalltext {
			font: 22px 'Open Sans Condensed';
			font-weight: bold;
			line-height: 1em;
			margin-top: 8px;
		}

		a.register {
			background: #deb946;
			color: #fff;
			display: block;
			height: 92px;
			line-height: 92px;
			margin: 40px auto 0;
			text-align: center;
			text-transform: uppercase;
			width: 550px;
		}

		a.register.vid-inst {
			margin: 20px auto 0;
		}

	#content {
		background: #fff;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		padding: 20px 60px 40px;
	}

	.content .post { margin-bottom: 1.25em; }

	.navigation {
		float: left;
		padding: 1em;
		width: 100%;
	}

	.content p { margin-bottom: 1.25em; }

	#home-content p {
		margin-bottom: 0;
	}

	.shop-top {
		border-bottom: 1px solid #deb946;
		font-size: 20px;
		margin: 20px 0 45px;
		padding: 0 0 20px;
		text-align: center;
	}

	.fliptext {
		margin-right: 8px;
	}

	.fliptext, .fliptext a, .fliptext p {
		color: #fff !important;
		font-size: 14px !important;
		line-height: 18px !important;
		margin-bottom: 10px !important;
		text-align: left !important;
	}

	.fliptext h4 {
		color: #fff !important;
		font-size: 16px !important;
		line-height: 18px !important;
		text-align: left !important;
		text-transform: uppercase !important;
	}

	.item-img {
		float: left;
		width: 44%;
	}

	.item-img img {
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.item-desc {
		float: right;
		margin-top: -18px;
		width: 50%;
	}

	.item-desc p {
		margin-bottom: 20px;
	}

	.wspsc_cart_header_image {
		display: none !important;
		visibility: hidden !important;
	}

	.shopping_cart h2 {
		font-size: 26px !important;
		display: none !important;
		visibility: hidden !important;
	}

	.shopping_cart table { font-size:  20px !important; }

	.req {
		color: #f00;
		font-weight: bold;
	}

	.wpcf7-form label {
		padding-bottom: 10px;
	}

	.wpcf7-form input {
		font-size: 28px;
		margin-top: 10px;
		padding: 0 5px;
		width: 100%;
	}

	.wpcf7-form input[type="radio"] {
		margin: 0 10px;
		width: unset;
	}

	.wpcf7-form input.wpcf7-submit, .wpcf7-form input.wpcf7-paypalsubmit {
		background: #deb946;
		border: none;
		color: #fff;
		display: block;
		height: 92px;
		line-height: 92px;
		margin: 40px 0 0;
		text-align: center;
		text-transform: uppercase;
		width: 192px;
	}

	.wpcf7-form textarea {
		font-size: 28px;
		margin-top: 10px;
		padding: 0 5px;
		width: 100%;
	}

	/** GALLERY STYLES */
		.content img.attachment-thumbnail {
			border: none;
			height: 92px;
			margin: 0;
			padding: 0;
			width: 92px;
		}

		.gallery {
			margin: auto;
			/* gallery clearing */
			overflow: hidden;
			width: 100%;
		}

		.gallery .gallery-item {
			float: left;
			margin-top: 10px;
			text-align: center;
		}

		.gallery img { border: 2px solid #cfcfcf; }

		.gallery .gallery-caption { margin-left: 0; }

		.gallery br { clear: both }

		/* Available Columns */
		.col-2 { width: 50% }
		.col-3 { width: 33.333% }
		.col-4 { width: 25% }
		.col-5 { width: 20% }
		.col-6 { width: 16.666% }
		.col-7 { width: 14.285% }
		.col-8 { width: 12.5% }
		.col-9 { width: 11.111% }

	/** PAGE BAR NAV STYLING */
		.pb-nav { clear: both; }

		.pb-nav a, .pb-nav span {
			text-decoration: none;
			border: 1px solid #BFBFBF;
			padding: 3px 5px;
			margin: 2px;
		}

		.pb-nav a:hover, .pb-nav span.current { border-color: #000; }

		.pb-nav span.current { font-weight: bold; }

	/** HEADING STYLES */
		h1, h2, h3, h4, h5, h6 { }

		.content h1 { font-size: 2rem; }

		.content h2 {
			font-size: 26px;
		}

		.content h2.pagetitle {
			color: #0056b8;
			font: 50px 'Open Sans Condensed';
			font-weight: bold;
			margin-bottom: 0;
			text-transform: uppercase;
		}

		.item-desc h2.pagetitle {
			margin-bottom: 20px;
		}

		.content h2.pagetitle a:link, .content h2.pagetitle a:visited, .content h2.pagetitle a:active { text-decoration: none; }

		.content h2.pagetitle a:hover { }

		.content h3 {
			color: #0056b8;
			font: 26px 'Open Sans Condensed';
			font-weight: bold;
			text-transform: uppercase;
		}

		.content h4 {
			font-size: 1.4rem;
			font-weight: bold;
		}

		.content h5 {
			font-size: 1.3rem;
			font-weight: bold;
		}

		.content h6 {
			font-size: 1.2rem;
			font-weight: bold;
		}

	/** QUOTES & LISTS */
		.content blockquote {
			font-style: italic;
			line-height: 1.4em;
			margin-bottom: 1.8em;
			padding: 0 1.5em;
		}

		.content ul, .content ol { margin: 0 0 1.5em 3em; }

		.content li {
			font-size: 1rem;
			line-height: 1.4em;
			margin-bottom: .5em;
		}

		.content ul li { list-style-type: disc; }

		.content ol li { list-style-type: decimal; }

		.content li ul { margin-bottom: 0; }

		.content li li { font-size: 1em; }

/** SIDEBAR */
	#sidebar {
		border-left: 1px solid #333;
		-webkit-flex: 0 1 25%;
		-ms-flex: 0 1 25%;
		flex: 0 1 25%;
		padding-left: 25px;
	}

	.sidebar a:link, .sidebar a:visited, .sidebar a:active { text-decoration: none; }

	.sidebar a:hover { }

	.sidebar .widgetblock { margin-bottom: 1.5em; }

	.sidebar h3 {
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 0;
	}

	.sidebar ul, .sidebar ol { margin: 0 0 1.5em 3em; }

	.sidebar li {
		font-size: 1rem;
		line-height: 1.4em;
		margin-bottom: .5em;
	}

	.sidebar ul li { list-style-type: square; }

	.sidebar li ul { margin-bottom: 0; }

	.sidebar li li { font-size: 1rem; }

/** FOOTER */
	#sponsors {
		background: #fff;
		height: 140px;
		margin-top: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		overflow: hidden;
		padding: 20px 20px 0;
		width: 100%;
	}

	#footer {
		background: #0c2857;
		color: #fff;
		font-size: 18px;
		height: 386px;
		line-height: 22px;
		margin-top: 0;
		padding: 48px 60px 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.foot-block {
		float: left;
		margin-right: 200px;
	}

	.foot-block:last-child {
		margin-right: 0;
	}

	#footer p { margin-bottom: 1.25em; }

	#footer-credits {
		color: #fff;
		font-size: 13px;
		margin-top: 20px;
		width: 100%;
	}

	#footer h3.widgettitle {
		color: #fff;
		font: 32px 'Open Sans Condensed';
		margin-bottom: 5px;
		text-transform: uppercase;
	}

	#footer a:link, #footer a:visited, #footer a:active {
		color: #deb946;
		text-decoration: none;
	}

	#footer a:hover { }

	#footer .menu li { margin-bottom: 8px; }