/*
Theme Name: Gungnir
Theme URI: http://adlava.com
Author: adlava
Author URI: http://adlava.com
Description: Adlava Gungnir Theme
Version: 1.1.0
Text Domain: gungnir
Tags: adlava-dev-squad

# Aftermath Stylesheet
	- Let's try to keep this stylesheet for additional features outside the scope of the originally converted prototype.


The Gungnir is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# First New Feature
# Second New Feature
	## A Sub-Item of the Second New Feature
	## Another Sub-Item of the Second New Feature
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# First New Feature
--------------------------------------------------------------*/
/*.some-code-here {
	yeah: here;
}*/


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

.modal-bg {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .5);
}

/*.modal-window {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	background-color: #fff;
}*/

.div-50.with-bg-img {
    width: 279px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    /*background-image: url(http://uploads.webflow.com/59a4a73…/5af494f…_expo2.jpg);*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.modal-window {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    background-color: #fff;
}

.div-50 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.div-50.with-bg-img {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.div-50.with-pad {
	padding: 4%;
}

.modal-img {
	width: 100%;
	height: 500px;
	background-color: #e0e0e0;
}

.close-link {
	position: absolute;
	top: -10%;
	right: -10px;
	display: inline-block;
	padding: 5px 10px;
	opacity: 0.7;
	color: silver;
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
}

.close-link:hover {
	opacity: 1;
}

html.w-mod-js *[data-ix="show-modal"] {
	display: none;
	opacity: 0;
}

.section-title-block.left-just {
    margin-bottom: 6px;
    padding-left: 0px;
    text-align: left;
}

.blog-paragraph-header.no-top-margin.more-btm-margin {
    margin-bottom: 20px;
}

.blog-paragraph-header.no-top-margin {
    margin-top: 0px;
}

.new-modal-content{
	display: block;
	width: 100%;
	text-align: center;
}
.div-50.with-pad {
    padding: 4%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 !important;
}
.li-venue-details {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 18px;
    background-position: 0px 11px !important;
    background-size: 12px;
    background-repeat: no-repeat;
    font-family: Montserrat, sans-serif;
    color: #333;
    line-height: 1.6em !important;
    font-weight: 300;
}
@media (max-width: 991px) {
	.modal-window {
	    -webkit-flex: 0 0 70%;
	    -ms-flex: 0 0 70%;
	    flex: 0 0 70%;
	}
}

@media (max-width: 479px) {
	.modal-window {
	    -webkit-flex: 0 0 95%;
	    -ms-flex: 0 0 95%;
	    flex: 0 0 95%;
	}

	.close-link {
		top: -7%;
	}
}
