/* Code to change page width START */ .container_12 { width: 1200px; } .s1_grid_12{ width: auto; } @media only screen and (max-width: 1199px) and (min-width: 600px){ .container_12 { margin-left: auto; margin-right: auto; width: 100%; max-width: 1200px; min-width: 600px; }} @media only screen and (max-width: 616px){ .container_12 { margin-left: auto; margin-right: auto; width: 100%; max-width: 600px; min-width: 320px; display: block; }} 
/* Code to change page width END */ 

/* Code to make event details black vs grey START */ 
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer ul.registrationInfo li.disabled {
    color: #141414 !important;}

.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .registrationInfoContainer ul.registrationInfo li.disabled label {
    color: #141414 !important;}
/* Code to make event details black vs grey END */
.WaGadgetEvents.WaGadgetEventsStateDetails .pageTitleContainer h1.pageTitle {color:#000000;}

/* Code to make invoice payment link green vs grey START */  
.WaGadgetContactProfileStateFinances .genericListTable tr.grayedOut, .WaGadgetContactProfileStateFinances .genericListTable tr.grayedOut a {color:
#0fab5b !important;}
/* Code to make invoice payment link green vs grey START */ 


.gadgetContentEditableArea {
    position: relative;
    z-index: 999;
}

/* Code to make white social login link START */
.wa-authenticateLoginLink .authenticateLoginText {
    padding-left: 9px;
    color: #fff;
font-size:12px;
}
/* Code to make remove social login START */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
} 
#socialLoginContainer, #idSocialLoginContainer {
	display: none;
}
/* Code to make remove social login END */

/* Code to make remove social login START */
.navigationOuterContainer .navigationContainer input.nextButton, .navigationOuterContainer .navigationContainer input.typeButton, .navigationOuterContainer .navigationContainer input[type=submit] {
   background-color: #F7941D !important;
}
/* Code to change button colors START */
.WaGadgetEvents .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer .boxActionContainer input.typeButton, .loginButton, .typeButton  {
   background-color: #F7941D !important;
}
/* Code to change button colors END */


/* Mobile Nav colors START */
.WaGadgetMobilePanel .mobilePanel .mobilePanelButton {
color: #f7941d !important;


}

.myButton, a.stylizedButton.buttonStyle001, a.stylizedButton.buttonStyle002, a.stylizedButton.buttonStyle003, a.stylizedButton.buttonStyle004 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7951d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7951d;
	box-shadow:inset 0px 1px 0px 0px #f7951d;
	background-color:#f7951d !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Verdana;
	font-size:16px !important;
	font-weight:500;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f7951d;
        border-radius:0px;
}
.myButton:hover, a.stylizedButton.buttonStyle001:hover, a.stylizedButton.buttonStyle002:hover, a.stylizedButton.buttonStyle003:hover, a.stylizedButton.buttonStyle004:hover {
	background-color:#fab54d !important;
}
.myButton:active, a.stylizedButton.buttonStyle001:active, a.stylizedButton.buttonStyle002:active, a.stylizedButton.buttonStyle003:active, a.stylizedButton.buttonStyle004:active{
	position:relative;
	top:1px;
}

.WaGadgetMobilePanel .mobilePanel .menuInner {ul.firstLevel{position:fixed;}

.WaGadgetMobilePanel .mobilePanel .mobilePanelButton {
{position:fixed;}

hr {
width: 300px;
margin-left: auto;
margin-right: auto;
}


/* Code to Store START */

.ecwid div, .ecwid span, .ecwid a, .ecwid p {
color: #51534a !important;

}
.ecwid p {
font-size:14px; !important;

}

/* Code to Store END */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
