/*
Theme Name: Young Magicians Club
Author: 9 Digit Development
Author URI: http://ninedigitdevelopment.com
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go o: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2020.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: ymc
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

body {
    font-family: lato, sans-serif;
	font-size: 16px;
}

h2, h3 {
	font-family: lato;
    text-transform: uppercase;
}

h1 {
	margin: 0;
    line-height: 80px;
    text-align: center;
    font-size: 60px;
    font-family: 'Indie Flower';
    color: #ffd800;
    font-weight: 900;
    text-shadow: -2.723px 4.193px 2px rgba(1, 1, 1, 0.8);
}

h2 {
    font-weight: 700;
	font-size: 28px;
	margin-bottom: 20px;
}

h3 {
	font-size: 25px;
	margin-bottom: 25px;
}

p {
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 11px;
}

p.small {
    margin-bottom: 25px;
    margin-top: -10px;
    font-size: 12px;
}

li {
    line-height: 22px;
}

.fullWidth {
	width: 1170px;
	margin: 0 auto;
}

a {
	color: #ffd800;
	color: #970823;
	text-decoration: none;
}

.page-login a {
	color: #ffd800 !important;
}

a:hover {
	color: #ffd800;
	text-decoration: underline;
}

strong,
b {
    font-weight: bold;
}

i {
	font-style: italic;
}

.red {
	color: #970823;
}

.sidebarTrue {
	width: 75%;
	display: inline-block;
}

header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

#container:nth-of-type(1) {
    margin-top: 128px;
}

.c-hamburger {
	display: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    float: right;
    margin-right: 10px;
    margin-top: 15px;
	background: transparent;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	display: block;
	position: absolute;
	top: 25px;
	left: 22px;
	right: 0;
	height: 4px;
	background: #FFFFFF;
	transition: transform 0.3s;
}

.c-hamburger.is-active span {
	/*transform: rotate(90deg);*/
}

.c-hamburger span::before,
.c-hamburger span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #FFFFFF;
	content: "";
}

.c-hamburger span::before {
	top: -10px;
}

.c-hamburger span::after {
	bottom: -10px;
}

.c-hamburger--htx {
  /*background-color: #ff3264;*/
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /*background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

#sidebar {
	width: 20%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

#sidebar div#primary {
	position: sticky;
	top: 50px;
}

#sidebar .menu-main-menu-container,
#sidebar .menu-legal-menu-container {
    width: 100%;
	border: 1px solid #000000;
   	border-bottom: 0px;
	margin-left: -1px;
}

#sidebar .menu-main-menu-container li,
#sidebar .menu-legal-menu-container li {
    display: block;
    width: 100%;
    text-transform: none;
    font-weight: initial;
	margin-bottom: 0;
	line-height: initial;
	font-family: 'Indie Flower';
    font-weight: bold;
	background: #970823;
}

#sidebar .menu-main-menu-container li.current_page_item,
#sidebar .menu-main-menu-container li:hover a,
#sidebar .menu-legal-menu-container li.current_page_item,
#sidebar .menu-legal-menu-container li:hover a {
	background: #ffd800;
	color: #970823;
}

#sidebar .menu-main-menu-container li.current_page_item a,
#sidebar .menu-legal-menu-container li.current_page_item a {
	color: #970823;
}

#sidebar .menu-main-menu-container li a,
#sidebar .menu-legal-menu-container li a {
    color: #ffd800;
    height: 42px;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid black;
	display: block;
	text-decoration: none;
}

.whoAreYouBody,
.sidebarTrue + #sidebar {
    padding-top: 75px;
}

#branding h1 {
	display: none;
}

#login {
	height: 24px;
	width: 100%;
	background: #FFFFFF;
}

#login .loginWrapper {
	margin: 0 auto;
}

#login .loginButton {
	float: right;
    border: 1px solid black;
    padding: 4px 10px;
	color: #000000;
}

.login-logout {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50vw;
	height: 50vh;
	background: #970823;
    z-index: 999;
    padding: 35px;
    border-radius: 50px;
}

.login-logout .sectionHeader {
	color: #ffd800;
}

.login-logout label {
	display: none;
}

.closeLogin {
	position: absolute;
	top: 6%;
    right: 6%;
    font-size: 2.5em;
    cursor: pointer;
	color: #ffd800;
	font-family: 'Indie Flower';
}

nav#menu {
    background: #000000;
	position: relative;
}

.menu-main-menu-container {
    width: 800px;
    margin: 0 auto;
}

.menu-main-menu-container li {
    display: inline-block;
    min-width: 95px;
	text-transform: uppercase;
    font-weight: bold;
}

.menu-main-menu-container li a {
	color: #FFFFFF;
	height: 100px;
    line-height: 100px;
	display: block;
	text-align: center;
	text-decoration: none;
}

.menu-main-menu-container li a:hover {
	background: #404040;
}

li.joinList {
    margin-right: 200px;
}

.homeLogo {
	background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2020/09/ymc-logo.png) repeat scroll 0 0 / 100% 100%;
	width: 125px;
    height: 125px;
	position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -12px;
	z-index: 99;
}

.homeSlider {
	position: relative;
}

.ymcLogoImage,
.sliderText {
	position: absolute;
}

.ymcLogoImage {
	background: url('/wp-content/uploads/2020/10/slider-header.png') no-repeat;
	background-size: 100%;
	width: 500px;
	height: 200px;
	z-index: 99;
    top: 0;
}

.sliderText {
    z-index: 99;
    bottom: 85px;
    margin-left: 70px;
	height: 70px;
}

.homeSlider .white {
	border: none !important;
}

.homeSlider p {
    color: #FFFFFF;
    margin: 0px 0 40px;
}

.homeSlider a.readMore {
    padding: 11px;
    font-size: 14px;
}

div#homepage_slider {
    margin-bottom: 0px !important;
}

.home .sa_owl_theme .owl-dots {
    display: none !important;
}

.pageHeader {
	background: url('/wp-content/uploads/2020/09/top-banner.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
}

.sectionHeader {
	font-family: 'Indie Flower';
    font-size: 38px;
	font-weight: 900;
	text-transform: uppercase;
    text-shadow: -1px 2px 2px rgba(1, 1, 1, 0.8);
}

.secretsMagazine {
	position: relative;
	border: 1px solid #000000;
	padding: 15px 20px;
	background: #970823;
	height: 170px;
}

.secretsMagazine p {
	color: #FFFFFF;
	width: 530px;
    line-height: 25px;
    padding: 17px 0px;
}

.magazineBackground,
.magazineStar {
	position: absolute;
}

.magazineBackground {
	background: url('/wp-content/uploads/2020/09/home-promo-full.png') no-repeat;
	background-size: 100%;
	right: 0;
	top: 0;
	height: 168px;
	width: 542px;
}

.magazineStar {
	background: url('/wp-content/uploads/2020/09/ymc-secrets-bannner-star.png') no-repeat;
	background-size: 100%;
	right: 25px;
    top: -24px;
    width: 213px;
    height: 220px;
}

.areYou {
	background: #000000;
	color: #FFFFFF;
    padding: 35px 0 40px;
}

.areYou .sectionHeader,
.secretsMagazine .sectionHeader,
#footer .sectionHeader {
	color: #ffd800;
}

.areYouList {
    list-style: initial;
    list-style-position: inside;
	column-count: 2;
    margin: 30px 10px 15px;
}

.areYouList li {
	margin: 7px 0;
}

.homePageBody {
    margin: 50px 0;
}

.three_column {
	height: 265px;
	margin-bottom: 50px;
}

.three_column > a {
    width: 32%;
    float: left;
    margin-right: 2%;
	min-height: 265px;
	border: 1px solid #000000;
	color: #000000;
	margin-top: 1px;
	margin-left: -1px;
}

.three_column > a:hover {
	text-decoration: none;
}

.three_column a:nth-of-type(3n) {
    margin-right: 0;
}

a.loggedInOnly, body.logged-in.home .three_column a:not(.loggedInOnly) {
    display: none;
}

body.logged-in a.loggedInOnly {
    display: block;
}

.boxTitle {
    width: 100%;
    position: relative;
}

.boxTitle img {
	width: 100%;
	height: auto;
}

.boxTitle h3 {
	width: 75%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Indie Flower';
	color: #ffd800;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 900;
}

.boxTitle h3 span {
	font-size: 85px;
	display: block;
	width: 100%;
}

.boxText p {
    padding: 26px 0px;
    width: 90%;
    margin: 0 auto;
}

.two_column > div {
	width: 50%;
	float: left;
}

.famousFaces {
	background: #000000;
	min-height: 400px;
	padding: 50px 0;
}

.famousFaces .two_column > div {
    width: 100%;
}

.home .test_content {
    border: 2px solid #FFF;
    -webkit-box-shadow: -3px 5px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: -3px 5px 1px 0px rgba(255,255,255,1);
    box-shadow: -3px 5px 1px 0px rgba(255,255,255,1);
}

.home .test_content:before {
    border-color: transparent #FFF transparent transparent;
}

.home .test_content:after {
    border-color: transparent #000 transparent transparent;
}

.home .test_title {
    width: 50%;
}

.home .testimony p,
.home .test_title {
    color: #FFF;
}



.famousFaces .sectionHeader {
	color: #FFFFFF;
}

#footer .footerMenus {
	background: #970823;
	height: 260px;
}

.fullWidth.four-column {
    padding: 30px 0px;
}

#footer .sectionHeader {
	font-size: 28px;
	margin-bottom: 20px;
}

#footer .four-column > div {
	width: 25%;
	float: left;
}

#footer ul li {
    padding-bottom: 7px;
}

#footer ul li a {
	color: #FFFFFF;
}

.tripAdvisor img {
    width: 133px;
}

#footer #copyright {
	background: #000000;
	height: 82px;
	color: #FFFFFF;
}

#footer #copyright .fullWidth {
	position: relative;
}

#footer #copyright .mcLogo {
	background: url('/wp-content/uploads/2020/09/themagiccircle-roundel-white-border.svg') no-repeat;
	background-size: 100%;
	width: 66px;
	height: 66px;
	position: absolute;
	left: 0;
	top: -15px;
}

#footer #copyright {
	line-height: 82px;
}

#footer #copyright span {
	margin-left: 80px;
	font-size: 12px;
}

.builtBy {
	height: 60px;
	width: 60px;
	background: url('/wp-content/uploads/2020/09/CJK1.svg') no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: 11px;
}

.whoAreYouBody h3 {
	margin-top: 15px;
}

.whoAreYouBody ul {
	list-style: initial;
	list-style-position: inside;
	margin-left: 25px;
}

.page-template-template-about div#container,
.page-template-template-faq div#container,
.page-template-template-contact div#container,
.page-template-template-legal div#container,
.page-template-template-join div#container,
.page-template-template-video div#container,
.page-template-template-events div#container,
.page-template-template-magazines div#container,
.page-template-template-lectures div#container,
.blog div#container,
.single-post div#container,
.page-id-698 div#container,
div#container {
	position: relative;
}

.page-id-698 main#content {
    width: 80%;
}

.testimony {
    position: relative;
	margin-bottom: 80px;
}

.test_title {
    font-style: italic;
    font-size: 14px;
}

.test_content {
    padding: 15px;
    width: 100%;
    border: 2px solid #000;
    -webkit-box-shadow: -3px 5px 1px 0px rgba(0,0,0,1);
    -moz-box-shadow: -3px 5px 1px 0px rgba(0,0,0,1);
    box-shadow: -3px 5px 1px 0px rgba(0,0,0,1);
    margin-bottom: 25px;
    margin-top: 30px;
    position: relative;
}

.test_content:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 30px 30px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    bottom: -31px;
    right: 135px;
    margin-left: 3px;
}

.test_content:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 25px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    bottom: -20px;
    right: 138px;
    margin-left: 5px;
}

.test_image {
    position: absolute;
    bottom: -50px;
    right: 0;
}

.faqLinks li a {
	color: #24408e;
}

.question {
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: 1px solid black;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
	position: relative;
}

.question h3 {
	margin: 15px 0;
}

.question .fa-angle-double-up {
	display: none;
}

.question .fas {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%,-50%);
    font-size: 20px;
}

.active .fa-angle-double-down {
	display: none;
}

.active .fa-angle-double-up {
	display: inline-block;
}

.active,
.question:hover {
    background-color: #ccc;
}

.answer {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.answer p {
    padding: 22px 0px;
}

.page-template-template-contact p {
    text-align: center;
}

.blog article {
	background: #CCCCCC;
	max-width: calc(33% - 18px);
	margin-bottom: 20px;
	margin-right: 20px;
}

.blog article:nth-child(3n+3) {
	margin-right: 0;
}

.blog article header img {
	width: 100%;
	height: auto;
}

.blog article .articleBody {
    padding: 10px 15px;
}

.blog article h2 {
	font-family: 'Indie Flower';
	margin-bottom: 10px;
}

.blog article h2 a {
	color: #000000;
}

.blog article .articleBody p {
    margin-bottom: 25px;
}

.blog article .articleBodyFooter {
    position: relative;
}

.blog article span.entry-date {
    font-size: 12px;
}

.blog article .articleBodyFooter .readMore {
	position: absolute;
	bottom: 0;
	right: 0;
}

.readMore {
	text-transform: uppercase;
	background: linear-gradient(#ffd300, #ffae00);
	color: #000000;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	font-size: 12px;
	padding: 6px 12px;
	cursor: pointer;
}

a.readMore:hover {
    color: #970823;
    text-decoration: none;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75);
}

.page-template-template-join label {
    font-family: 'Indie Flower';
    font-weight: bold;
    font-size: 20px;
	display: inline-block;
    width: 100%;
	margin-bottom: 25px;
}

.page-template-template-join label.half {
	width: 48%;
	margin-right: 1%;
}

.page-template-template-join label span {
    margin-top: 5px;
}

.page-template-template-join h3 {
    margin-bottom: 5px;
	font-size: 18px;
}

.page-template-template-join i {
    margin-bottom: 35px;
	font-size: 12px;
}

.page-template-template-join label span,
.page-template-template-join i:not(.fas) {
	display: block;
}

.page-template-template-join label span input[type=text],
.page-template-template-join label span input[type=tel],
.page-template-template-join label span input[type=date],
.page-template-template-join label span input[type=email]{
	width: 100%;
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    padding: 7px;
}

input[type="radio"] {
    display: inline-block;
}

input[type="radio"] + span {
    display: inline-block;
}

.wpcf7-form-control-wrap.radio-318 .wpcf7-list-item.first {
	margin-left: 0;
}

.wpcf7-form-control-wrap.radio-32 .wpcf7-list-item {
	display: block;
}

p.mjf {
    margin-bottom: 25px;
}

.page-template-template-join label.noMargin {
	margin-bottom: 7px;
}

.wpcf7-form-control-wrap.radio-32 label {
	margin-bottom: 0px;
}

.page-template-template-join label.totalLabel,
.page-template-template-join .subTotal {
    margin-top: 30px;
    display: inline-block;
    width: 175px;
	font-family: 'Indie Flower';
	font-weight: bold;
    font-size: 20px;
}

.bacsInfo {
    margin: 30px 0px;
}

.bacsInfo p label {
    margin-bottom: 0;
}

.page-template-template-join p label {
	display: inline-block;
	width: auto;
}

div#wpcf7-f123-o1 {
    margin-bottom: 50px;
}

div#inline-form {
    margin-right: 10%;
    border-right: 1px solid white;
    padding-right: 10%;
    width: 50%;
}

.register {
	width: 40%;
}

#inline-form, .register {
	float: left;
}

.register p {
    padding-top: 10px;
    padding-bottom: 15px;
}

#loginform {
    margin-top: 20px;
}

#loginform input[name='log'],
#loginform input[name='pwd'] {
    border: none;
    width: 100%;
	padding: 7px 15px;
    margin: 4px 0px;
    font-family: 'Indie Flower';
    height: 40px;
}

.library section #origincode_videogallery {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    margin: 0;
    padding: 0;
	text-align: left;
}

.forum-archive #sidebar,
.forum #sidebar {
	display: none;
}

a.singleImage {
    float: left;
    margin-right: 24px;
	max-width: 250px;
/* 	margin-bottom: 75px; */
}

a.singleImage img {
    width: 100%;
    height: auto;
}

article {
    padding-bottom: 75px;
}

@media screen and (max-width: 1170px) {
	.fullWidth {
		width: 90%;
	}
	
	.menu-main-menu-container {
    	width: 600px;
	}
	
	.menu-main-menu-container li {
    	min-width: 61px;
	}
	
	.secretsMagazine p {
    	width: 42%;
	}
	
	.question h3 {
		width: 95%;
	}
}

@media screen and (max-width: 969px) {
	.menu-main-menu-container {
    	width: 620px;
	}
	
	.boxTitle h3 {
		font-size: 30px;
	}
	
	.boxTitle h3 span {
		font-size: 66px;
	}
	
	.secretsMagazine {
		height: 320px;
	}
	
	.secretsMagazine p {
    	width: 100%;
	}
	
	.magazineBackground, .magazineStar {
		top: initial;
		bottom: 0;
	}
}

@media screen and (max-width: 800px) {
	.login-logout {
    	width: 75vw;
    	height: 75vh;
    	z-index: 9999999;
	}
	div#inline-form {
    	margin-right: 0%;
		border-right: none;
    	border-bottom: 1px solid white;
    	padding-bottom: 15px;
    	width: 100%;
    	margin-bottom: 15px;
	}
	.register {
    	width: 100%;
	}
	.three_column {
    	height: initial;
	}
	.three_column > a {
    	width: 66.666%;
    	float: none;
    	display: block;
    	margin-right: 0;
		margin-bottom: 50px;
	}
	.three_column > a:nth-of-type(2) {
    	margin-left: 15%;
	}
	.three_column > a:nth-of-type(3) {
    	margin-left: 33%;
	}
	.two_column > div {
    	width: 100%;
    	float: none;
	}
	#footer .footerMenus {
		height: initial;
	}
	#footer .four-column > div {
    	width: 49%;
    	float: none;
    	display: inline-block;
	}
}

@media screen and (max-width: 650px) {
	.c-hamburger {
		display: block;
		position: absolute;
	}
	
	.ymcLogoImage {
		width: 60%;
		left: 0;
	}
	
	.sliderText {
		display: none;
	}
	
	nav#menu {
    	height: 104px;
	}
	
	header .menu-main-menu-container {
	    width: 44%;
	    position: fixed;
	    top: 128px;
	    bottom: 0;
	    z-index: 99999999;
	    background: #000000;
    	left: -44%;
	}
	
	header .menu-main-menu-container li {
    	display: block;
    	margin: 0 !important;
    	padding: 0;
	}
	header .menu-main-menu-container li a {
	    height: 65px;
	    line-height: 65px;
	}
	
	#login {
    	width: 100%;
	}
	
	#login .loginButton {
    	float: left;
	}
	
	.owl-item > div {
    	background-position: 64% top !important;
	}
	.sidebarTrue {
		width: 100%;
		display: block;
	}
	#sidebar {
		display: none;
	}
	.blog article {
    	max-width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 586px) {
	.ymcLogoImage {
    	width: 100%;
    	height: 250px;
		left: 0;
		top: -25px;
	}
	.magazineBackground {
    	width: 100%;
    	background-size: initial;
    	background-position: right top;
	}
	.magazineStar {
    	right: initial;
    	bottom: -33px !important;
	}
}

@media screen and (max-width: 480px) {
	.areYouList {
    	column-count: 1;
	}
	.page-template-template-join label.half {
    	width: 100%;
	}
	.blog article {
    	max-width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}

@media screen and (max-width: 430px) {
	.three_column > a {
		width: 100%;
		margin-bottom: 50px;
		margin-left: 0 !important;
	}
	#footer .four-column > div {
    	width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
}