/*
Theme Name:         Matt Andersen circa 'House to House'
Theme URI:          http://www.soniclabs.ca
Description:        Custom theme for Matt Andersen
Version:            1.0
Author:             Glen Leck for Sonic Labs
Author URI:         http://www.seg.ca
*/


/* GLOBALS */

body {
    background: url(images/bg.jpg) no-repeat center center fixed #000; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color: #283835;
    font-family: 'Inter', sans-serif;
    margin-bottom: 160px;
}

.container {max-width: 1200px;}

a {color: #a93256; font-weight: 700; text-decoration: underline;}
a:visited {color: #a93256;}
a:hover {
    color: #cf5479;
    transition: color 0.25s ease-out; 
    -webkit-transition: color 0.25s ease-out; 
    -moz-transition: color 0.25s ease-out; 
    -o-transition: color 0.25s ease-out;
}

hr {margin: 5px 0px 5px 0px; background: #fdfff8;}

/* NAV, LOGO */

.menu-main-nav-container {
    margin-bottom: 30px;
    background: none;
}

.menu {
    font-family: 'Inter', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin: 30px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
    text-align: center;
}

.menu ul {
	list-style: none;
    display: inline-block;
}
.menu li {
	position: relative;
    display: inline-block;
    list-style: none;
}
.menu-item a, 
.menu-item a:visited {
	color: #b9b5c4;
	display: inline-block;
	line-height: 1.1em;
	padding: 0 0.7em 0 1em;
	text-decoration: none;
}

.menu-item a:hover {
    color: #c83762;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    }

.menu-item li:hover > a,
.menu-item ul ul :hover > a,
.menu-item a:focus { }
.menu-item li:hover > a,
.menu-item a:focus {
	color: #c83762 !important;
}
.menu ul li:hover > ul {
	display: block;
}
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a,
.menu .current_page_item > a,
.menu .current_page_ancestor > a {
	font-weight: 700;
    color: #c83762;
}

.menu ul ul {
    font-size: 1em;
    overflow: hidden;
}

.menu-mobile,
.menu-mobile:visited {
    text-align: center !important;
    padding: 4px 0px 4px 0px;
    width: 90%;
    color: #000;
}

.navbar-toggle {margin-top: 8px; margin-bottom: 5px;}

@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}

.soc {
    overflow:visible;
    margin: 12px 0 0 0; 
    padding: 8px 20px 8px 6px;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #dbd7ce;
    border: 2px solid #dbd7ce;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-youtube:before {
    content:'r';
}
.soc-email1:before {
    content:'<';
}
.soc-facebook:before {
    content:'b';
}
.soc-instagram:before {
    content:'x';
}
.soc-spotify:before {
    content:'o';
}
.soc-apple:before {
    content:'O';
}

.modal {
  color: #000;
  line-height: 1.05em;
  margin-top: 110px;
}
.modal-content {padding: 2px 10px 15px 10px;}

.modal a, 
.modal a:visited { font-size: 1.2em; line-height: 1.4em;}

.close {font-size: 40px; color:#000; margin-top: -20px;}

.logo {
	padding: 30px 0px 60px 0px;
	margin: 0px 0px 0px 0px;
}

.logo-splash {
    /* height: 100%;
    width: 100%; */
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.frontpage {
    height: 67vh;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

/* MAIN INDEX */

h1 {
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    color: #283835;
    line-height: 1.1em;
    margin: 0px 0px 2px 0px;
    padding: 10px 0px 20px 0px;
}

h2 {
    font-size: 1.6em;
    color: #141f3d;
    line-height: 1.15em;
    font-weight: 700;
    margin: 8px 0px 2px 0px;
    padding: 20px 0px 0px 0px;
}

h3 {
    font-size: 1.7em;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
}

h4 {
    font-size: 1.4em;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
}

h5 {
    font-size: 0.8em;
    font-weight: 100;
    letter-spacing: 0.1em;
    line-height: 1.65em;
    margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
}


.banner { 
    margin: 10px 10px 30px 10px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}

.soliloquy-container .soliloquy-caption-inside {
    text-align: left !important;
    font-size: 1.15em !important;
}

.soliloquy-container .soliloquy-pager { display: none; }

.post {
	margin: 0px 0px 25px 0px;
	padding: 15px 20px 12px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}

.post h2 {font-size: 1.8em; line-height: 1.15em; color: #141f3d; font-weight: 700;}

.entry {
	padding: 20px 0px 20px 0px;
	letter-spacing: 0.075em;
    font-size: 1em;
    line-height: 1.55em;
}

.entry img {padding-top: 10px; padding-bottom: 10px;}

small {
	color: #9bb9bb;
	font-size: 0.9em;
    font-weight: 500;
}

.pre-save {padding: 0px 15px 0px 15px;}

.sidebar-item-no-border {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
}

.sidebar-item {
    border: #fff solid 5px;
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin-bottom: 30px;
}

.sidebar-purchase, 
.sidebar-purchase:visited {
	font-size: 1.6em;
    font-family: 'Roboto', sans-serif;
    background: #fff;
	padding: 5px 0px 5px 0px;
	margin-top: 4px;
    margin-bottom: 4px;
	color: #426b94;  
    text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	letter-spacing: 0.025em;
}

.sidebar-purchase:hover {background: #426b94; color: #fff; text-decoration: none;}

.buy-now {
    background: #973c60 !important;
    color: #fff !important;
}

.buy-now:hover {
    background: #426b94 !important;
}

.tour-widget {
    background: #fff; 
    font-size: 1em; 
    padding: -5px 8px 12px 8px; 
    margin: -5px 0px 25px 0px; 
    text-align: center;
}

.tour-widget ul {
    list-style: none;
    border-bottom: none;
    margin: 0 8px 8px 8px;
}
.tour-widget li {
    margin: 0px 0px 4px 0px;
    font-size: 1.15em;
    list-style: none;
    padding: 0px 0px 8px 0px;
    border-bottom: 1px solid #141f3d;
}

.on-tour,
.on-tour:visited {
    font-size: 1.75em;
    background: #000;
    padding: 8px 0px 8px 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #075ba1; 
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.on-tour:hover {color: #fff; text-decoration: none;}

/* PAGE */

.page-container {
	margin: 10px 10px 10px 10px;
}

.page {
    background: rgb(244,245,238);
    background: linear-gradient(0deg, rgba(244,245,238,0.9037815809917717) 100%, rgba(0,0,0,0) 100%);
    padding: 20px 40px 30px 40px;
    margin: 0px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
}

.full-width {
    background: #fff;
    padding: 20px 30px 30px 30px;
    margin: 0px 20px 20px 20px;
}

.endeavour {
    font-size: 1.1em;
    line-height: 1.65em;
    padding: 25px 15px 15px 15px;
}

.endeavour img {
    padding: 30px 40px 30px 40px;
}

.copy-img {padding: 15px 5px 15px 5px !important;}

table {margin-top: 15px;}

.contact-table {
    text-align: left !important;
    }

.entry-content {
	letter-spacing: 0.05em;
	font-weight: 100;
	line-height: 1.6em;
}

.older-newer, 
.older-newer:visited {
    font-size: 1.6em;
    line-height: 1.6em;
    padding: 15px 0px 15px 0px;
    background: #fff;
    color: #141f3d;
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.footer {
    bottom: 0;
    height: 140px; /* Set the fixed height of the footer here */
    color: #fff;
	font-weight: 300;
    text-align: center;
	letter-spacing: 0.05em;
	padding: 20px 0px 10px 0px;
	margin: 15px 0px 30px 0px;
}

.footer-splash {
    position: fixed;
    height: 140px;
    width: 1160px;
    bottom: 0;
}

.footer a, 
.footer a:visited {
    color: #dbd7ce;
}

.footer a:hover {color: #fff;}

.site-credit {text-align: center;}

.factor {font-size: 0.675em; padding-top: 15px; text-align: center; }

.404 {text-align: center; font-size: 2em;}

.popmake-content {text-transform: none;}
.popmake h2 {margin-top: 8px;}
.popup-link, 
.popup-link:visited {
    font-size: 1.15em;
    background: #fff;
    padding: 8px 0px 8px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ea2b90;
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.popup-link:hover {background: #ea2b90; color: #fff; text-decoration: none;}

.popup-passes,
.popup-passes:visited {
    font-size: 1.75em;
    background: #00a6aa;
    padding: 8px 0px 8px 0px;
    margin-top: 8px;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.popup-passes:hover {
    background: #000; 
    color: #fff !important;
}

.sidebar-item ul {
    list-style:none;
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}

.sidebar-item li {
	font-size: 1.05em;
	border-bottom: #464646 solid 1px;
	padding: 8px 0px 8px 0px;	
}

.sidebar-item h2 {
	font-size: 1.6em;
    color: #141f3d;
	padding: 2px 0px 0px 0px;
	margin-top: 4px;
	text-align: center;
}

/* LYRICS */

.lyrics {
    padding: 5px 15px 20px 20px;
    font-size: 0.95em;
    line-height: 1.3em;
}

.lyrics h2 {padding-top: 0px;}

.lyrics ul {
	list-style-type: none;
	line-height: 1.25em;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 4px 0px;
}

.lyrics-art {
}

.look-album {padding: 20px 0px 20px 0px;}


/* STORE PAGE */

.holiday {margin: 10px 0px 30px 0px; background: #fff; color: #5b5b5b; font-size: 1.025em; line-height: 1.2em; padding: 15px 20px 15px 20px; border: none;}

.store-container {
     background: #eaeaea;
}

.shopify-product {
    margin: 15px 0px 15px 0px; 
    padding: 15px 18px 15px 18px; 
}

.shopify-buy__product__title {
    font-size: 15px !important;
    min-height: 40px !important;
}

.store-item {
     margin: 10px 0px 10px 0px;
     padding: 10px 0px 10px 0px;
     text-align: center;
     font-size: 0.975em;
}

.store-item-blurb {
    font-size: 0.625em; 
    line-height: 0.9em; 
    font-weight: 300; 
    margin: 8px 0px 4px 0px;
}

.store-item h2 {font-size: 1.1em; padding: 5px 0px 2px 0px; font-weight: 700;}

.packshot {
-webkit-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.15);
-moz-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.15);
box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.15);
margin-bottom: 5px;
}

.pre,
.pre:visited {
    background: #ab3040; 
    padding: 2px 4px 2px 4px; 
    color: #fff; 
    text-decoration: none;
}

.pre:hover {background: #141f3d; color: #fff; text-decoration: none;}

.preorder {font-size: 1.45em; line-height: 1.5em;}
    
/* TOUR PAGE */

.tour-page {
    background: rgb(244,245,238);
    background: linear-gradient(0deg, rgba(244,245,238,0.9037815809917717) 100%, rgba(0,0,0,0) 100%);
    padding: 20px 30px 30px 30px;
    margin: 0px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
    text-align: left;
}

.telltale {
    background: #b43f6c;
    color: #fff;
    text-align: center;
    padding: 15px 0px 15px 0px;
    margin-top: 15px;
    font-size: 1.15em;
}

.telltale a {color: #fff;}
.telltale a:visited {color:#fff;}

.sonic-events td {
    line-height: 1.15em;
    padding: 10px 4px 10px 4px;
    vertical-align: top;
}

.sonic-events tr.event-brief {
    font-size: 1.15em;
    margin: 3px 0px 3px 0px;
}   

.sonic-events tr.event-details {
    background: #fefff8;
    font-size: 0.95em;
    margin: 6px 0px 6px 0px;
}

.sonic-events td p {
    margin: 0;
}

.sonic-events h2 {
    text-transform: none;
    font-size: 0.95em;
    color: #bbbbbb;
}

.sonic-events td.date {
    width: 18%;
    border-top: #999999 solid 1px;
}
.sonic-events td.city {
    width: 25%;
    font-weight: bold;
    border-top: #999999 solid 1px;
}
.sonic-events td.venue {
    width: 37%;
    border-top: #999999 solid 1px;
}
.sonic-events td.more-info {
    white-space: nowrap;
    text-align: right;
    font-size: 0.9em;
    width: 25%;
    border-top: #999999 solid 1px;
}
.sonic-events td.actions {
    text-align: center;
    white-space: nowrap;
    width: 50%;
    border-top: #999999 solid 1px;
}

.sonic-events td.actions .sold-out {
    color: #000;
    background: #999ca0; 
    text-decoration: none;
    padding: 2px 8px 4px 8px;
    margin-right: 2px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.sonic-events td.actions a { 
    color: #fff;
    background: #a93256;; 
    text-decoration: none;
    padding: 2px 8px 4px 8px;
    margin-right: 2px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.sonic-events td.actions a:hover {background: #c92e5d; color: #fff;}

.sonic-events td.actions a, 
.sonic-events td.actions span {
    display: block;
    width: 100%;
}

.book {
    background: #a98769 !important; 
    padding-left: 10px !important; 
    padding-right: 10px !important;
}

.book:hover {background: #846951 !important;}

.free {
    background: #77c2c7 !important; 
    padding-left: 38px !important; 
    padding-right: 38px !important;
}

.free:hover {background: #61bbc1 !important;}

.sonic-events td.pricing {
    text-align: right;
    padding-right: 5px;
    font-size: 0.8em;
}
.sonic-events address {
    display: inline;
    margin: 0;
}
.sonic-events .share-buttons {
    padding-top: 15px;
    padding-bottom: 10px;
}

.sonic-events .twitter-share-button {
    float: right;
    margin: 2px 2px 8px 2px;
    width: 90px !important;
}
.sonic-events .fb-like {
    float: right;
    margin-bottom: 4px;
    margin-right: 2px;
    margin-top: 2px;
}

.sonic-events .fb-like iframe {
    max-width: none;
}

.addthisevent-drop {
    background: url("http://www.addthisevent.com/gfx/icon-calendar-t1.png") no-repeat scroll 6px 50% #F4F4F4;
    border: 1px solid #D9D9D9;
    color: #333333 !important;
    display: inline-block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 2px 4px 12px;
    position: relative;
    text-decoration: none;
    z-index: 10;
    margin-right: 2px;
    float: right;
}
.addthisevent-drop:hover {
    border: 1px solid #AAB9D4;
    color: #555555;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.addthisevent-drop:active {
    top: 1px;
}
.addthisevent-selected {
    background-color: #F7F7F7;
}
.addthisevent_dropdown {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #C8C8C8 #BEBEBE #A8A8A8;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15);
    display: none;
    margin-left: -1px;
    margin-top: -2px;
    padding: 6px 0 0;
    position: absolute;
    text-align: left;
    width: 180px;
    z-index: 99999;
}
.addthisevent_dropdown span {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #6D84B4;
    display: block;
    font-size: 12px;
    line-height: 110%;
    padding: 8px 10px 9px 15px;
    text-decoration: none;
    width: 150px;
}
.addthisevent_dropdown span:hover {
    background: none repeat scroll 0 0 #F4F4F4;
    color: #6D84B4;
    font-size: 12px;
    text-decoration: none;
}
.addthisevent span {
    display: none !important;
}
.addthisevent-drop ._url, .addthisevent-drop ._start, .addthisevent-drop ._end, .addthisevent-drop ._summary, .addthisevent-drop ._description, .addthisevent-drop ._location, .addthisevent-drop ._organizer, .addthisevent-drop ._organizer_email, .addthisevent-drop ._facebook_event, .addthisevent-drop ._all_day_event {
    display: none !important;
}
.addthisevent_dropdown .copyx {
    cursor: default;
    display: block;
    height: 21px;
    position: relative;
    width: 180px;
}
.addthisevent_dropdown .brx {
    background: none repeat scroll 0 0 #E0E0E0;
    height: 1px;
    left: 10px;
    overflow: hidden;
    position: absolute;
    top: 9px;
    width: 160px;
    z-index: 100;
}
.addthisevent_dropdown .frs {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #CACACA;
    cursor: pointer;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    line-height: 110%;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
    top: 5px;
    z-index: 101;
}
.addthisevent_dropdown .frs:hover {
    color: #6D84B4;
}
.addthisevent {
    visibility: hidden;
    float: right;
}
.addthisevent-drop {
    background-size: 18px 15px;
    font-size: 11px;
    padding: 4px 5px 4px 27px;
    float: right;
}
.addthisevent-drop:hover {
    font-size: 11px;
}

/* SMALLER BROWSER */

@media (max-width: 1200px) {
.menu {
	padding: 8px 10px 18px 10px;
	margin: 20px 0px 0px 0px;
}

.menu ul {
	font-size: 1.2em;
}

.menu a, 
.menu a:visited {
	line-height: 1.2em;
	padding: 0 0.7em 0 0.7em;
}

.logo-header {
    padding: 110px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
}

.banner { margin: 0px 0px 30px 0px;}

.post h2 {font-size: 1.8em; line-height: 1em;}

.page-container {margin: 0px 0px 20px 0px;}

.page {
    padding: 10px 20px 10px 20px;
}

.tour-page {
	margin: 0px 0px 10px 0px;
}

.full-width {
    margin: 0px 0px 10px 0px;
}

.store-page { padding: 10px 20px 20px 20px; margin: 0px 0px 10px 0px; }

footer {
	letter-spacing: 0.05em;
	padding: 50px 15px 12px 15px;
	margin: 10px 0px 0px 0px;
    font-size: 0.95em;
}

}

/* TABLET */

@media (max-width: 992px) {

body {
    background: url(images/bg.jpg) no-repeat top center fixed #100f37; 
    background-size: 1455px 1000px;
}

.menu { padding: 8px 0px 5px 0px; margin-bottom: 0px; }

.menu ul {
	font-size: 1.1em;
}

.menu a, 
.menu a:visited {
	padding: 0 0.6em 0 0.6em;
}

.logo-splash {
    /* height: 100%;
    width: 100%; */
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.frontpage {
    height:72vh;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.page {margin-bottom: 30px;}

.logo-header { padding: 90px 0px 20px 0px;}

footer {font-size: 0.95em; text-align: left; margin: 10px 0px 0px 0px;}

.footer-splash {
    position: fixed;
    height: 140px;
    width: 96%;
    bottom: 0;
}

}

/* PHONES horizontal, small tablets */

@media (max-width: 768px) {

body {
	background: url(images/bg.jpg) no-repeat top center fixed #100f37; 
	background-size: 1440px 990px;
}

.menu {
	margin: 10px 0px 0px 0px;
	padding: 6px 8px 2px 8px;
}

.menu ul {
	font-size: 0.8em;
}

.menu a, 
.menu a:visited {
	padding: 0 0.5em 0 0.5em;
	line-height: 1.1em;
}

.soc li a {
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 5px;
}


.logo-splash {
    /* height: 100%;
    width: 100%; */
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.frontpage {
    height: 45vh;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.logo-header { padding: 80px 0px 15px 0px; clear: both;}

.feature { margin: 0px 0px 5px 0px;}

.banner { margin: 5px 10px 5px 10px;}

.page-container {margin: 0px 0px 20px 0px;}

.page {padding: 10px 10px 10px 10px;}

tr {margin-bottom: 20px;}

.footer {font-size: 0.8em; text-align: center; margin: 10px 0px 0px 0px;}

.footer-splash {
    position: fixed;
    height:120px;
    width: 728px;
    bottom: 5;
}

}

.footer-social a {float: none;}

.ntw {
    margin: 0px 0px 25px 0px;
    background: #fff;
    padding: 20px 5px 5px 5px;
}

.ntw h2 {font-size: 2em;}

.preorder {font-size: 1.025em; line-height: 1.5em;}

}

/* PHONES smaller */

@media (max-width: 576px) {

.frontpage {
    height: 60vh;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}



.footer-splash {
    position: fixed;
    height: 100px;
    width: 576px;
    bottom: 0;
}

}

/* PHONES vertical */

@media (max-width: 480px) {

.mobile-remove {display:none;}

.navbar-header {font-weight: 700;}

.logo-header { padding: 80px 20px 15px 20px; clear: both;}

.menu {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 10px 0px;
}

.menu ul {
	opacity: 1;
	font-size: 0.35em;
    margin-top: 20px;
}

.menu a, 
.menu a:visited {
	padding: 0.4em 0.8em 0 0.8em;
	line-height: 1.2em;
}

.soc {
    clear: both;
    margin: 20px 0 0 0; 
    padding: 6px 0px 4px 0px;
}

.soc li a {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
    margin-right: 4px;
    margin-left: 4px;
}

.logo-header {
    margin-bottom: 15px;
    padding: 70px 0px 5px 0px;
}

h1 {
    font-size: 1.8em;
    line-height: 1.2em;
    padding-top: 5px;
}

h2 {
    font-size: 1.65em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.4em;
    line-height: 1.3em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.65em;
}

.full-width {padding: 5px 10px 5px 10px;}
.tour-page {padding: 5px 5px 5px 5px;}
.page {margin: 0px 5px 10px 5px ;}

.contact-table td {
    text-align: center;
    display: block;
    }

.contact-table tr {margin-bottom: 40px;}

.store-item {
     margin: 4px 4px 4px 4px;
     padding: 2px 2px 2px 2px;
     text-align: center;
     font-size: 0.9em;
}

.sonic-events td { font-size: 0.5em; padding: 5px 0px 5px 0px; letter-spacing: 0em;}

.sonic-events td.date {width: 15%;}
.sonic-events td.city {width: 25%;}
.sonic-events td.venue {width: 20%;}
.sonic-events td.more-info {width: 5%; font-size: 0.45em;}
.sonic-events td.actions {width: 10%;}

.sonic-events td.actions a { 
    text-decoration: none;
    padding: 1px 2px 1px 2px;
    border-radius: 2px;
    margin-right: 0px;
}

.sonic-events td.actions .sold-out { 
    padding: 1px 2px 1px 2px;
}

.book {
    padding-left: 2px !important; 
    padding-right: 2px !important;
}

.free {
    padding-left: 2px !important; 
    padding-right: 2px !important;
}


.addthisevent-drop {
    font-size: 9px;
    font-weight: bold;
    padding: 2px 2px 2px 22px;
    margin-right: 0px;
    float: right;
}

.banner { margin: 0px 0px 20px 0px;}

.frontpage {
    height: 55vh;
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

.footer-splash {
    position: fixed;
    height: 130px;
    width: 92%;
    bottom: 0;
}

}
