/*   
Theme Name: CMG Phase Two Theme
Description: CMG Phase Two Theme
Author: Ten Minute Media
Version: 2
*/
@-ms-viewport{
	width: device-width;
}
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6, p, strong,
small,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
iframe {
	min-width: auto !important;
	width: inherit !important;
}
body, * {
	line-height: 20px;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	width:100%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}
p {
display: block;
clear: both;
}
strong {
font-weight: bold !important;
}
img {
vertical-align: middle;
height: auto;
max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {
font-size: 1.7em;
}
h2 {
font-size: 1.6em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
}
h5{
font-size: 1.1em;
}
h6 {
font-size: 1em;
}
a:link, a:visited, a:active, a:focus, a:hover {
text-decoration: none;
}
div {
display: block;
}
input, textarea {
border: none;
background-color: rgba(44,44,44,0.3);
padding: 10px;
display: block;
color: white;
}
select, option {
color: 666666;
}
input:focus, textarea:focus, input:hover, textarea:hover {
background-color: rgba(44,44,44,0.7);
color: white;
}
.wpcf7-submit {
cursor: pointer;
}
a {
	opacity: 1;
		-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
a:hover {
    opacity: 0.8;

}
* {
/*-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;*/
}
input::-webkit-input-placeholder {
color: white;
}
input:-moz-placeholder {
color: white;
}
input::-moz-placeholder {
color: white;
}
input:-ms-input-placeholder {
color: white;
}
textarea::-webkit-input-placeholder {
color: white;
}
textarea:-moz-placeholder {
color: white;
}
textarea::-moz-placeholder {
color: white;
}
textarea:-ms-input-placeholder {
color: white;
}
.clearfix {
width: 100%;
clear: both;
display: block;
}
/* positions */
#topleft {
    position: absolute;
    top: 5vh;
    left: 5vh;
    z-index: 10;
}
#topright {
    position: absolute;
    top: 5vh;
    right: 5vh;
    z-index: 10;
}
#botleft {
    position: absolute;
    bottom: 3vh;
    left: 5vh;
    z-index: 10;
}
#botright {
    position: absolute;
    bottom: 3vh;
    right: 5vh;
    z-index: 10;
}
#botright *, #topright * {
    text-align: right !important;
}
.cta {
    width: 300px;
    display: block;
}
#topright .cta, #botright .cta {
    float: right;
    clear: both;
}
#topright .cta > *, #botright .cta > * {
    float: right;
    clear: both;
}
#topright #logo, #botright #logo {
    float: right;
    clear: both;
}
/* menu */

.onepage-pagination {
    position: relative !important;
    right: 45 !important;
}
.onepage-pagination li a {
    height: auto !important;
}
.menu {
    display: block;
    padding: 15px;
    z-index: 50;
}
.menu nav {
    display: block;
}
.menu nav ul li {
    display: block;
    width: 100%;
}
.menu nav ul li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 20px;
}
.menu-small {
    position: absolute;
    top: 5vh;
    right: 0;
    width: 15vw;
    text-align: right;
    overflow: hidden;
    display: none;
    z-index: 100;
}
.micon {
    display: block;
    font-size: 30px;
    padding: 15px;
    cursor: pointer;
    float: right;
    margin-top: -15px;
}
.onepage-pagination li a:before {
    display: none !important;
}
/* logo */
#logo {
    display: inline-block;
    z-index: 5;    
}
/* social1 */
#social1 {
    z-index: 5;
}
.social > a, .social .single_icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 32px;
    position: relative;
    padding: 0 2px;
    vertical-align: middle;
}
.social .second {
    display: none;
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 5px !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: bold;
    margin: 5px 0 0 -25%;
}
/*.social.white a {
    color: white !important;
}
.social.black a {
    color: black !important;
}*/
.social .single_icon:hover .second {
    display: block;
}
.social .second iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    z-index: 10101;
}
#social2 {
    text-align: right;
    margin-bottom: 15px;
}
/* homepage cta */
#home .cta h1, #home .cta h2, #home .cta h3{
	padding: 0;
	margin: 0;
}

/* livefyre */
.streamhub-wall-component .content  {
	font-family: inherit !important;
	font-weight: inherit !important;
	font-style: inherit !important;
	font-size: 16px !important;
}

/* flexslider fix */
.flexslider .feature-image img {
   max-width: 100% !important;
}


#home a, #home * a {
    opacity: 1;
}
#home a:hover, #home * a:hover {
    opacity: 0.8;
}

/* sections */

.main > section {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.section_image {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
#home .section_image {
    display: none;
}
.section-content {
   width: 90%;
   display: block;
   margin: 0 auto;
   padding: 25px 0;
   position: relative;
   z-index: 5;
}
.section-title {
    width: 100%;
    padding-bottom: 25px;
    margin: 0 auto 25px;
}
.main > section > article > .content {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
footer {
    text-align: center;
    padding: 2%;
    display: block;
}
footer img {
    margin: 0 auto 15px;
    display: inline-block;
}
#video iframe, #video video {
    width: 99.9% !important;
    min-height: 80vh;
    margin: 0 auto;
    display: block;
}
#video .video h1 {
    text-align: center;
}
.news, .store {
/*    width: 27vw !important;*/
    background: #f3f3f3;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    overflow: hidden;
    position: relative;
    opacity: 0;
}
.news a {
	color: #03A9E3 !important;
	text-decoration: underline;
}
.store {
	width: 27vw !important;
}
.buy_store_button {
	width: 100px;
	padding: 10px;
	margin: 20px auto 0;
	background-color: #000;
	border-radius: 10px;
}

.news.flex-active-slide,  .store.flex-active-slide{
    opacity: 1;
}
.news .left, .store .left {
    width: 33%;
    margin-right: 1%;
    display: inline-block;
    float: left;
    padding: 25px;
}
.news .right, .store .right {
    display: inline-block;
    width: 66%;
    float: right;
    padding: 25px 0;
}
.news h1, .store h1 {
    display: block;
    text-align: left;
    margin: 0 auto 25px;
    color: black !important;
    line-height: 1.6em;
    padding: 0 2.5%;
    font-size: 1.5em;
}
.store h1 {
	text-align: center;
}
.news img, .store img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.news .news-desc, .store .store-desc {
    padding: 0 2.5% 5%;
    max-height: 300px;
}
.news .news-desc, .news .news-desc *, .store .store-desc, .store .store-desc * {
    color: black !important;
}
#news > .content, #store > .content {
    overflow: visible;
}
.janrainSocialPlaceholder {
    position: absolute !important;
    bottom: 15px;
    right: 15px;
    width: 90%;
    display: block;
}
.janrainSocialRoot {
    position: static !important;
}
.janrainSocialRoot.janrainFormFactorBar.janrainOrientationHorizontal .janrainShareForm {
    width: 100% !important;
    top: auto !important;
    bottom: 43px !important;
}
#news .janrainSocialRoot button.janrainShare span {
    color: white !important;
}
#gal > .content {
    height: 70vh;
}
#bio > .content {
    overflow: auto;
}
.hub-content-container *, #gal .hub-content-container * {
    color: black;
}
.hub-content-container .content-author-name, .hub-content-container .content-source-logo, .hub-content-container .content-author-name *, .hub-content-container .content-source-logo * {
    color: white !important;
}
.news .comments-link {
    position: absolute;
    right: 2.5vw;
    bottom: 1vw;
    z-index: 100;
}
.news .comments-link, .news .comments-link *, .hub-list-more {
    color: black !important;
}
.hub-list-more {
	font-weight: normal !important;
	font-size: 16px !important;
}

/*nextgen css*/
.ngg-gallery-thumbnail img {
	background-color: none !important;
	border: none !important;
	margin: 10px 0 10px 10px !important;
	padding: 0 !important;
}
#fancybox-loading div {
	background-position: left center;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -25px !important;
	width: 35px !important;
	height: 30px;
	background: transparent url('img/fancybox_sprite_p2.png') -40px 0px !important;

}
#fancybox-left-ico {
	background-image: url('img/fancybox_sprite_p2.png') !important;
	background-position: -42px -38px !important;
}

#fancybox-right-ico {
	background-image: url('img/fancybox_sprite_p2.png') !important;
	background-position: -42px -74px !important;
}


#socmobi {
    display: none;
}
#mobicon {
    display: none;
}
footer {
    z-index: 1000;
    position: relative;
}
#join iframe {
    width: 80%;
    margin: 0 auto;
    min-height: 510px;
    display: block;
}
.fp-tableCell, .fp-section.fp-table, .fp-slide.fp-table {
    display: block !important;
}

#menmobwrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1001;
}
#mobilemen {
    /*width: 15%;*/
            width: 195px;
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    overflow: hidden;
    height: 0px;
}
#mobilemen ul {
    list-style: none;
            width: 150px;
}
#mobilemen ul li {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid white;
    clear: both;
    position: relative;
}
#mobilemen ul li:last-child {
    border-bottom: none;
}
    #mobilemen ul li:first-child {
    border-top: 1px solid white;
}
#mobilemen ul li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}
#menmobwrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 50; /*was 1001*/
}
#mobicon {
    display: block;
    float: right;
    font-size: 26px;
    cursor: pointer;
            top: 0;
            right: 45px;
            position: absolute;
            padding-left: 15px;
            padding-top: 10px;
            width: 150px;
            text-align: center;
            text-transform: uppercase;
}
    #mobicon:hover .fa, #mobicon.active .fa{
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    }
#mobicon i {
    color: white;
    /*font-size: 25px;*/
    padding: 10px 15px;
}
    #tour {
            min-height: 650px;
    }

#tour table {
    width: 100%;
}
#tour table td {
    padding: 5px;
}
.shop {
	text-align: center;
}
.shop img {
	margin: 10px auto 10px;
	display: block;
}


/* Styling for UMG Live */
.umg_live_ticket_link {
	background-color: #fff;
	color: #000 !important;
	padding: 1px 10px;
	border-radius: 2px;
}

.umg_live_table tr {
	border-bottom: 1px solid white;
	height: 100%;
	line-height: 42px;
}

.umg_live_even {
	background-color: rgba(255,255,255,0.2);
}



#tour table td {
    line-height: 42px;
}

#tour .section-title {
	margin: 0 auto;
}

.desktop_only { display: block; }
.mobile_only { display: none !important; }

@media (min-width: 1025px){
    body{
        /*padding-top: 45px;*/
    }
    #mobilemen {
        top: 55px;
    }
}

/* mobile */
@media (max-width: 1025px){
    body{
        padding-top: 55px;
    }
    #mobicon {
        /*font-size: 55px;*/
		position: relative;
		top: auto;
		right: auto;
		padding: 0;
		width: auto;
    }
    #mobicon i {
        color: white;
        /*font-size: 50px;*/
        padding: 15px;
    }    
    #mobilemen {
        width: 100%;
        position: relative;
    }
	#mobilemen ul {
		width: auto;
    }
    body {
        height: auto;
    }
	.desktop_only { display: none !important; }
	.mobile_only { display: block !important; }
    .news, .store {
        margin: 0;
        background: #f3f3f3;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        overflow: hidden;
    }
	.news .left, .store .left {
    width: auto;
    margin: auto;
    display: block;
    float: none;
    padding: 25px;
	}
	.news .right, .store .right {
		display: block;
		width: auto;
		float: none;
		padding: 0 25px 25px;
	}
	.news h1, .store h1 {
		text-align: center;
		margin: 0 auto;
	}
	.news_link {
		text-align: center;
	}
    .main > section > article > .content, .main > section, .section-content {
       height: auto;
    }
    #home .section_image {
        display: block;
        position: relative;
    }
    #home {
        background-image: none !important;
    }
    #topleft, #topright, #botleft, #botright {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        top: auto;
        display: block;
        width: 100%;
        height: auto;
        z-index: 10;
    }
    #home .menu, .micon {
        display: none !important;
    }
    #home a {
        display: inline-block;
        text-align: center;
    }
    #botright *, #topright * {
        text-align: center !important;
    }
    #home img {
        display: block;
        position: relative;
        margin: 0 auto;
    }
    #home .cta {
        width: 300px;
		padding: 10px 0;
    }
    #home .cta, #home > .cta > *, #topright .cta > *, #botright .cta > * {
        float:none;
        clear: both;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    #socmobi {
        display: block;
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }
    #socmobi a {
       display: inline-block;
       clear: none;
       margin: 0 5px;
    }
    #join iframe {
        min-height: 720px;
        width: 100%;
        text-align: center;
    }
    #social1 a, #social1 .single-icon {
        display: inline-block;
    }
    #social1 {
        text-align: center;
		margin: 0 auto 15px;
    }
    #home, #home > .section_image {
        height: auto !important;
    }
	#tour table td {
		/*line-height: 1em;*/
	}
	.umg_live_tickets {
		vertical-align: bottom;
	}
	.umg_live_table tr {
		height: 100% !important;
	}
	table.umg_live_table tr {
		margin: auto !important;
	}
}

/* mobile */
@media (max-width: 480px){
	.umg_live_tickets {
		/*text-indent: -325px;*/
		vertical-align: bottom;
	
	}
}

.fb_iframe_widget {
    display: none !important;
}