/*
Theme Name: MayeCreate Child
Theme URI: http://www.mayecreate.com/
description: MayeCreate Design Child Theme
Author: Tyler Ernst, Rebecca Thomas, Creative Director Monica Pitts
Author URI: http://www.mayecreate.com/
Template: mayecreate-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Rubik', sans-serif;
*/

/* NOTE TO THE THEME DEV: DONT FORGET TO CHANGE THE SCREENSHOT.PNG TO A SCREENSHOT OF THE CLIENT SITE */

:root {
	/* colors */
	--black: #212121;
	--white: #fff;
	--blue: #40C4FF;
	--green: #1DE9B6;
	--pink: #D500F9;
	--purple: #7C4DFF;
	--darkpurple: #5314FF;
	--grey: #4A4A4A;
	/* font */
	--font-family-pop: 'Poppins', sans-serif;
	--font-family: 'Roboto', sans-serif;
	--font-family-rubik: 'Rubik', sans-serif;
}

.post_link_wrapper.wide.showloop.showcat_31 p, .post_link_wrapper.wide.showloop.showcat_31 span  {
	color: var(--white) !important;
}

body {
	font-family: var(--font-family);
	font-size: 15px;
	font-size: 1.5rem; /* 10 ÷ $rembase */
	color: var(--black);
	font-weight: 300;
	background: url("img/body_bg.jpg") top center repeat #fff;
} 

audio.kcoua {
    width: 100%;
    margin: 10px 10px 50px 10px;
}

#navigation.affix {
    top: 0;
}

.single-djs .social_side_box {
	display: none !important;
}

.divider, .wp-block-separator {
	margin: 30px auto;
	border:0 none;
	clear: both;
	display: block;
	float: none;
	max-width: 100%;
	height: 5px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d500f9+0,7c4dff+33,40c4ff+66,1de9b6+100 */
	background: #d500f9; /* Old browsers */
	background: -moz-linear-gradient(left,  #d500f9 0%, #7c4dff 33%, #40c4ff 66%, #1de9b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #d500f9 0%,#7c4dff 33%,#40c4ff 66%,#1de9b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #d500f9 0%,#7c4dff 33%,#40c4ff 66%,#1de9b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d500f9', endColorstr='#1de9b6',GradientType=1 ); /* IE6-9 */
}

.shortdiv {
	max-width: 950px;
}

.home #page {
    padding-top: 100px;
    padding-bottom: 0px;
}

.row.slim {
    max-width: 1300px;
    width: 100%;
	margin: 25px auto;
}

.latest_box {
    max-width: 900px;
    width: 100%;
	margin: 25px auto;
}

.latest_box img {
	margin: 0 auto;
    width: 100%;
}

.homeContentWrap, #pagewrapper {
	position: relative;
}

.cookiebtn {
	background: #fff !important;
}

.cookiebtn:hover {
	background: #000 !important;
}

.djimg a img {
	margin: 15px 0;
}
/* LINKS: Change the colors of your links here.  These will change he navigation as well.
* To override these color in navigation change the colors in the style-tablet.css file.
==========================================	*/

a, a:link, a:visited {
	color: var(--darkpurple);
	font-weight: 500
}
a:hover, a:active, a:focus{
	color: var(--blue);
}

/* TYPOGRAPHY: HEADINGS
==========================================  */
.page-header {
	margin-top: 0;
	border-color: transparent;
}
.pagehead {
    height: auto;
	min-height: auto;
	margin-bottom: 100px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

div#homefeatured {
	position: relative;
	display: block;
}

div#homefeatured .carousel-inner>.item {
    background-position: center;
}

.pagehead:after, div#homefeatured:after {
	position: absolute;
	content: '';
	height: 166px;
	width: 100%;
	bottom: -83px;
	display: block;
	left: 0;
	background: url("img/header_waves.png") center center no-repeat;
	background-size: cover;
	z-index: 3;
} 
.pagehead:before  {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	height: 100%;
	width: 100%;
	opacity: .8;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d500f9+0,7c4dff+33,40c4ff+66,1de9b6+100 */
	background: #d500f9; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #d500f9 0%, #7c4dff 33%, #40c4ff 66%, #1de9b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #d500f9 0%,#7c4dff 33%,#40c4ff 66%,#1de9b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #d500f9 0%,#7c4dff 33%,#40c4ff 66%,#1de9b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d500f9', endColorstr='#1de9b6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div#homefeatured .carousel-item:before  {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	height: 100%;
	width: 100%;
	opacity: .7;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d500f9+0,7c4dff+33,40c4ff+66,1de9b6+100 */
	background: #d500f9; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #d500f9 0%, #7c4dff 33%, #40c4ff 66%, #1de9b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  #d500f9 0%,#7c4dff 33%,#40c4ff 66%,#1de9b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  #d500f9 0%,#7c4dff 33%,#40c4ff 66%,#1de9b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d500f9', endColorstr='#1de9b6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pagehead .page-header {
	height: auto;
	margin: 100px 0;
}

.djname {
	padding: 0 0 100px 0;
	color: #fff !important;
}

/*.single-djs .pagehead .page-header {
	height: auto;
	margin: 100px 0 0 0;
}*/

.pagehead .container {
	position: relative;
	z-index: 2;
}
 .pagehead .page-header .entry-title{
	color: white;
	-webkit-text-fill-color: rgba(255,255,255,.3); /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	 text-shadow: 0 0 50px #fff;
	 position: static;
	 margin: 0;
}

h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 900;
	font-family: var(--font-family-pop);
}
h1, h1.entry-title, div#homefeatured .slideDesc .slideTitle {
	font-size: 35px;
	font-size: 3.5rem;
	font-family: var(--font-family-rubik);
}
h2, .h2 {
	font-size: 35px;
	font-size: 3.5rem;
}
h3, .h3 {
	font-size: 30px;
	font-size: 3.0rem;
}
h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
}
h5, .h5, div#homefeatured .slideDesc .slideText, .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}
h6, .h6, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	color: var(--grey);
}
h2.shadow, h3.shadow {
	text-shadow: 0 3px 5px #40C4FF;
	box-shadow: none !important;
}

h2.leftbar {
    padding-right: 10px;
	position: relative;
	overflow: hidden;
}

h2.leftbar:after {
        content: "";
    display: inline-block;
    height: 5px;
    margin: auto 0;
    vertical-align: middle;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    background: linear-gradient(
45deg
, #d500f9 0%,#7c4dff 33%,#40c4ff 66%,#1de9b6 100%);
}

.rightalign {
	text-align: right;
}


/* TYPOGRAPHY: PARAGRAPHS
==========================================  */
p {
	font-size: 15px;
	font-size: 1.5rem;
}

/* TYPOGRAPHY: LIST ITEMS
==========================================  */
ol, ul {
	margin-left: 40px;
	padding:0;
}
ul {
	list-style-type: none;
	list-style-position:outside;
}
ol {
	list-style-position:outside; 
}
li ol, li ul {
	margin:10px 0 10px 30px;
	padding:0;
}
li {
	margin:10px 0;
	padding:0;
}
ul li {
	list-style-image: url("img/ul_li.png");
}
ol li {
    counter-increment: count-me;
	list-style:none;
}
ol li::before {
    content: counter(count-me) ". ";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -1.3em;
    top: .05em;
	color: var(--black);
    font-weight: 700;
}

.carousel-indicators {
    bottom: 70px;
	list-style-type: none;
}

.carousel-indicators ol li {
	  list-style-type: none;
}

.carousel-indicators li {
    box-sizing: content-box;
	  list-style-type: none;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 15px;
    border-radius: 100px;
    height: 15px;
    margin-right: 15px;
    margin-left: 15px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-left: 2px solid #fff;
    border-right:2px solid #fff;
	border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: .5;
    transition: opacity .6s ease;
	overflow: hidden;
}

.carousel-indicators .active {
    opacity: 1;
	background: #fff;
}

/* BUTTONS: Styles for Custom Button Block
==========================================  */
.btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited {
	background: url("img/button_bg.png") right 30px center no-repeat transparent;
	border-radius: 100px 20px;
	border: 5px solid var(--black);;
	padding: 20px 80px 20px 60px;
	vertical-align: middle;
	font-weight: 700;
	font-family: var(--font-family-pop);
	color: var(--black);
	overflow: hidden;
	position: relative;
}
a.btn-mayecreate:hover, a.btn-mayecreate:active, a.btn-mayecreate:focus, .wp-block-button a:hover, .wp-block-button a:active, .btn-mayecreate:hover {
	background: url("img/button_bg.png") right 30px center no-repeat var(--blue);
	border-color: var(--blue);
	color: var(--black);
}
.btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
	color: var(--white);
	background: var(--black);
	padding: 20px 70px;
	border: 0 none;
}
a.btn-mayecreate.large:hover, a.btn-mayecreate.large:active, a.btn-mayecreate.large:focus, .wp-block-button.large a:hover, .wp-block-button.large a:active {
	color: var(--black);
	background: var(--blue);
}
.btn-mayecreate.green:hover, a.btn-mayecreate.green:hover, a.btn-mayecreate.green:active {
	background: url("img/button_bg.png") right 30px center no-repeat var(--green);
	border-color: var(--green);
}
a.btn-mayecreate.large.green:hover, a.btn-mayecreate.large.green:active, a.btn-mayecreate.large.green:focus {
	color: var(--black);
	background: var(--green);
	border-color: var(--green);
}

.btn-mayecreate.pink:hover, a.btn-mayecreate.pink:hover, a.btn-mayecreate.pink:active {
	background: url("img/button_bg.png") right 30px center no-repeat var(--pink);
	border-color: var(--pink);
}
a.btn-mayecreate.large.pink:hover, a.btn-mayecreate.large.pink:active, a.btn-mayecreate.large.pink:focus {
	color: var(--black);
	background: var(--pink);
	border-color: var(--pink);
}

/*BAR ANIMATION
============================ */
@-moz-keyframes move1 {
  0% { width: 60%; }
  50% { width: 100%; }
  100% { width: 60%; }
}

@-moz-keyframes move2 {
  0% { width: 100%; }
  50% { width: 75%; }
  100% { width: 100%; }
}

@-moz-keyframes move3 {
  0% { width: 80%; }
  50% { width: 100%; }
  100% { width: 80%; }
}

@-moz-keyframes move4 {
  0% { width: 45%; }
  50% { width: 80%; }
  100% { width: 45%; }
}

@-moz-keyframes move5 {
  0% { width: 50%; }
  50% { width: 100%; }
  100% { width: 50%; }
}
@-webkit-keyframes move1 {
  0% { width: 60%; }
  50% { width: 100%; }
  100% { width: 60%; }
}

@-webkit-keyframes move2 {
  0% { width: 100%; }
  50% { width: 75%; }
  100% { width: 100%; }
}

@-webkit-keyframes move3 {
  0% { width: 80%; }
  50% { width: 100%; }
  100% { width: 80%; }
}

@-webkit-keyframes move4 {
  0% { width: 45%; }
  50% { width: 80%; }
  100% { width: 45%; }
}

@-webkit-keyframes move5 {
  0% { width: 50%; }
  50% { width: 100%; }
  100% { width: 50%; }
}
.bars {
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	margin: auto;
	height: 60px;
	width: 60px;
}
.bars li, .bars span {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	height: calc(100% / 5 - 5px);
	background: var(--white);
	-webkit-transition: all 0.14s ease-in-out;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	-ms-transition: all 0.14s ease-in-out;
}
.bars li:last-child, .bars span:last-child {
	margin-bottom: 0;
}
.btn-mayecreate.large:hover .bars li {
	background: var(--black);
}
.btn-mayecreate.large .bars .bar1, #main_nav a .bars .bar1 {
	width: 60%;
}
.btn-mayecreate.large:hover .bars .bar1, #main_nav a:hover .bars .bar1 {
	-moz-animation: move1 infinite .75s linear;
	-webkit-animation: move1 infinite .75s linear;
}
.btn-mayecreate.large .bars .bar2, #main_nav a .bars .bar2 {
	width: 100%;
}
.btn-mayecreate.large:hover .bars .bar2, #main_nav a:hover .bars .bar2 {
	-moz-animation: move2 infinite .75s linear;
	-webkit-animation: move2 infinite .75s linear;
}
.btn-mayecreate.large .bars .bar3, #main_nav a .bars .bar3 {
	width: 80%;
}
.btn-mayecreate.large:hover .bars .bar3, #main_nav a:hover .bars .bar3 {
	-moz-animation: move3 infinite .75s linear;
	-webkit-animation: move3 infinite .75s linear;
}
.btn-mayecreate.large .bars .bar4, #main_nav a .bars .bar4 {
	width: 45%;
}
.btn-mayecreate.large:hover .bars .bar4, #main_nav a:hover .bars .bar4 {
	-moz-animation: move4 infinite .75s linear;
	-webkit-animation: move4 infinite .75s linear;
}
.btn-mayecreate.large .bars .bar5, #main_nav a .bars .bar5 {
	width: 50%;
}
.btn-mayecreate.large:hover .bars .bar5, #main_nav a:hover .bars .bar5 {
	-moz-animation: move5 infinite .75s linear;
	-webkit-animation: move5 infinite .75s linear;
}

/*PAGE ITEMS
============================ */
#page img {
	border-radius: 50px 25px;
}
img.drop_shadow, .drop_shadow img {
	box-shadow: 10px 10px 0 #212121;
	margin-bottom: 30px;
}

/* PAGEBREAK STYLES
======================================== */
.pagebreak {
	background: var(--black);
}

.pagebreak.schedulebreaks:nth-child(even) {
	background: none;
}

.pagebreak.schedulebreaks:nth-child(odd) {
	background: var(--black);
}

.pagebreak.schedulebreaks:nth-child(odd) h1, .pagebreak.schedulebreaks:nth-child(odd) h2, .pagebreak.schedulebreaks:nth-child(odd) .weekly {
    color: var(--black);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: white;
	 text-shadow: 0 0 10px #fff;
	 position: static;
	 margin: 0;
	text-align: center;
	font-size: 10vw;
	margin-bottom: -4%;
	text-transform: uppercase;
}

.pagebreak.schedulebreaks:nth-child(even) .weekly {
	color: var(--white);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #212121;
	 text-shadow: 0 0 10px #212121;
	 position: static;
	 margin: 0;
	text-align: center;
	font-size: 10vw;
	margin-bottom: -4%;
	text-transform: uppercase;
}

.page-template-page-schedule .pagebreak_fix:first-child {
	padding: 0;
}

/* PAGEBREAK COLORS: USE THESE STYLES TO CHANGE THE PAGEBREAK TEXT COLORS IF NEEDED
=========================================  */
.pagebreak h1, .pagebreak h2, .pagebreak h3, .pagebreak h4, .pagebreak h5, .pagebreak h6, .pagebreak p, .pagebreak li {
	color: var(--white);
}
.pagebreak a:link, .pagebreak a:visited {
	color: var(--green);
}
.pagebreak a:hover, .pagebreak a:active {
	color: var(--purple);
}
.pagebreak .btn-mayecreate, .pagebreak a.btn-mayecreate:link, .pagebreak a.btn-mayecreate:visited, .pagebreak .wp-block-button a:link, .pagebreak .wp-block-button a:visited {
	color: var(--white);
	border-color: var(--white);
	background: url("img/button_bg_pagebreak.png") right 30px center no-repeat transparent;
}

.pagebreak .btn-mayecreate.green, .pagebreak a.btn-mayecreate.green:link, .pagebreak a.btn-mayecreate.green:visited, .pagebreak .wp-block-button.green a:link, .pagebreak .wp-block-button.green a:visited {
	color: var(--green);
	border-color: var(--green); 
	background: url("img/button_bg_pagebreak-green.png") right 30px center no-repeat transparent;
}

.pagebreak .btn-mayecreate.pink, .pagebreak a.btn-mayecreate.pink:link, .pagebreak a.btn-mayecreate.pink:visited, .pagebreak .wp-block-button.pink a:link, .pagebreak .wp-block-button.pink a:visited {
	color: var(--pink);
	border-color: var(--pink);
	background: url("img/button_bg_pagebreak-pink.png") right 30px center no-repeat transparent;
}
.pagebreak a.btn-mayecreate:hover, .pagebreak a.btn-mayecreate:active, .pagebreak a.btn-mayecreate:focus, .pagebreak .wp-block-button a:hover, .pagebreak .wp-block-button a:active, .pagebreak .btn-mayecreate:hover {
	background: url("img/button_bg.png") right 30px center no-repeat var(--blue);
	color: var(--black);
	border-color: var(--blue);
}

.pagebreak a.btn-mayecreate.green:hover, .pagebreak a.btn-mayecreate.green:active, .pagebreak a.btn-mayecreate.green:focus, .pagebreak .wp-block-button.green a:hover, .pagebreak .wp-block-button.green a:active, .pagebreak .btn-mayecreate.green:hover {
	background: url("img/button_bg.png") right 30px center no-repeat var(--green);
	color: var(--black);
	border-color: var(--green);
}

.pagebreak a.btn-mayecreate.pink:hover, .pagebreak a.btn-mayecreate.pink:active, .pagebreak a.btn-mayecreate.pink:focus, .pagebreak .wp-block-button.pink a:hover, .pagebreak .wp-block-button.pink a:active, .pagebreak .btn-mayecreate.pink:hover {
	background: url("img/button_bg.png") right 30px center no-repeat var(--pink);
	color: var(--black);
	border-color: var(--pink);
}
.pagebreak .btn-mayecreate.large, .pagebreak a.btn-mayecreate.large:link, .pagebreak a.btn-mayecreate.large:visited, .pagebreak .wp-block-button.large a:link, .pagebreak .wp-block-button.large a:visited {
	color: var(--black);
	background: var(--white);
	padding: 20px 70px;
	border: 0 none;
}
.pagebreak a.btn-mayecreate.large:hover, .pagebreak a.btn-mayecreate.large:active, .pagebreak a.btn-mayecreate.large:focus, .pagebreak .wp-block-button.large a:hover, .pagebreak .wp-block-button.large a:active {
	color: var(--black);
	background: var(--blue);
}
.pagebreak .bars li {
	background: var(--black);
}

/* HEADER 
============================  */
#aboveNav #branding-container {
	top: -40px;
	left: -30px;
	right: auto;
	max-width: 150px;
	padding: 0;
}
#navigation {
	background: var(--white);
}
#navigation.affix #branding-container {
	max-width: 200px;
	padding: 0;
}
#navigation.affix .navbar-default {
	background: none;
	border: 0 none;
}
#navbarBottom {
	background: none;
	margin: 0;
	padding: 0;
	display: block;
	min-height: 60px;
}
.navbar .container {
	display: block;
	min-height: 60px;
	width: 98%;
	max-width: 100%;
}
.navbar .container {
	display: block;
	min-height: 60px;
}
.nav-button span {
	background: var(--darkpurple);
}
.nav-button span::before, .nav-button span::after {
	background-color: var(--darkpurple)
}
.mm-listview > li.active {
	background-color: var(--blue);
}
.mm-listview > li.active > a {
	color: var(--black);
}
/* FOOTER
============================ */
#ad_wrapper {
	/*background: #fff;
	border-top: 2px solid var(--black);*/
}
#ad_wrapper .container {
	max-width: 1650px;
	width: 95%;
}
.footer_ads_outer {
	text-align: center;
}
.footer_ads_outer .g {
	display: table;
	padding: 50px 0;
	margin: 0 auto;
}
.footer_ads_outer .g a {
	display: block;
	margin: 0;
	padding: 0;
}
.footer_ads_outer .g a:hover {
	opacity: .75;
}
.footer_ads_outer .g img {
	display: block;
	margin: 0 auto;
}
#footer_logo {
	margin-bottom: 20px;
	display: block;
}
#footer_logo img {
	display: block;
	margin: 0 auto;
}
footer.site-footer {
	background: var(--black);
	padding: 20px 0;
	text-align: center;
	color: var(--white);
}
footer.site-footer p, footer.site-footer a:link, footer.site-footer a:visited {
	color: var(--white);
	font-weight: 700;
}
footer.site-footer a:hover, footer.site-footer a:active {
	color: var(--blue);
}
footer.site-footer .menu {
	display: none;
}
#credits {
	text-align: center;
	padding: 20px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d500f9+0,7c4dff+33,40c4ff+66,1de9b6+100&0.4+0,0.4+100 */
	background: -moz-linear-gradient(left,  rgba(213,0,249,0.4) 0%, rgba(124,77,255,0.4) 33%, rgba(64,196,255,0.4) 66%, rgba(29,233,182,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(213,0,249,0.4) 0%,rgba(124,77,255,0.4) 33%,rgba(64,196,255,0.4) 66%,rgba(29,233,182,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(213,0,249,0.4) 0%,rgba(124,77,255,0.4) 33%,rgba(64,196,255,0.4) 66%,rgba(29,233,182,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d500f9', endColorstr='#661de9b6',GradientType=1 ); /* IE6-9 */
}
#credits p, #credits a:link, #credits a:visited {
	color: var(--black);
	font-weight: 400;
	margin: 0;
	text-decoration: none;
}
#credits a:hover, #credits a:active {
	color: var(--darkpurple);
	text-decoration: underline;
}
ul.social li a .fab {
	color: var(--black);
	font-size: 50px;
	font-size: 5.0rem;
	-webkit-transition: all 0.14s ease-in-out;
	-moz-transition: all 0.14s ease-in-out;
	-o-transition: all 0.14s ease-in-out;
	-ms-transition: all 0.14s ease-in-out;
}
ul.social li a:hover .fab {
	color: var(--darkpurple);
	font-size: 50px;
	font-size: 5.0rem;
}
ul.social {
	margin: 0 0 10px 0;
}
ul.social li {
	margin: 0;
}

.dj_column {
	position: relative;
}

.dj_social {
    
    vertical-align: bottom;
    min-height: 60px;
    bottom: 0;
}

.dj_social a {
	font-size: 18px;
	color: #212121;
	padding: 10px 20px;
	border: 5px solid #212121;
	border-radius:100px 20px;
	margin: 10px 10px;
	width: 80px;
	display: inline-flex;
}

.dj_social a:hover {
	color: #D500F9;
	border: 5px solid #D500F9;
}

.dj_social a i{
    min-width: 40px;
    text-align: center;
}

.social_side_box  {
    right: 0;
    position: absolute;
    top: 0px;
	display: block;
	margin: 0 25px;
}

.social_side_box a {
    font-size: 30px;
    color: #fff;
    background: #000;
    padding: 5px 30px;
    margin: 10px 0;
    border-radius: 100px 20px;
	display: block;
	text-align: center;
}

.social_side_box a:hover {
    color: #000;
    background: #D500F9;
}

.home .social_side_box, .page .social_side_box, .social_side_box   {
	top: 90px;
}

.social_side_box  {
	z-index: 9;

}

.home .social_side_box a {
    color: #000;
    background: #fff;
	border: 3px solid #fff;
	border-radius: 100px 20px;
}

.home .social_side_box a:hover {
    color: #000;
    background: #fff;
	border: 3px solid #000;
}

span.streamtag.collapseomatic {
    font-size: 14px;
    color: #000;
    background: #fff;
	border: 3px solid #fff;
    padding: 10px 25px;
    border-radius: 100px 20px;
	display: table;
	text-align: center;
	margin: 10px 0 10px auto;
}

span.streamtag.collapseomatic:hover {
    color: #000;
    background: #fff;
	border: 3px solid #000;
}

.streamlinks {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 9;
    padding: 0 20px 0 0;
    text-align: right;
	display: flex;
}

.home .streamlinks {
    padding: 0 20px 0 0;
}

/*POST ITEMS
============================ */

.post_link_wrapper.wide.blogloop {
    margin-bottom: 50px;
    padding: 30px;
	border-radius: 50px 20px 50px 20px;
	
}

.post_link_wrapper.wide.blogloop:hover {
    background: #212121 !important;
	border-radius: 50px 20px 50px 20px;
	position: relative;
	box-shadow: 10px 10px 0 #40C4FF;
}

.post_link_wrapper.wide.showloop {
	background:  var(--custom_color);
}

.post_link_wrapper.wide.showloop:hover, .post_link_wrapper.wide.showloop:active {
    background: #212121 !important;
	border-radius: 100px 20px 100px 20px;
	position: relative;
	box-shadow: 10px 10px 0 var(--custom_color);
}


.postinfo {
	font-weight: 600;
}

.post_link_wrapper p {
    color: #000;
}

.post_link_wrapper h2 {
    color: #5314FF;
	font-weight: 600;
}

.post_link_wrapper:hover h2 {
    text-decoration: none;
	color: #1DE9B6;
}

.post_link_wrapper:hover p, .post_link_wrapper:hover .postinfo {
    color: #fff;
}

.date_of{
	color: #000;
}

.post_link_wrapper:hover .date_of{
	color: #fff;
}

.byline {
	    padding-left: 30px;
    background: url(img/byline.png) left center no-repeat;
    background-size: contain;
}

.byline-single {
	color: #000;
}

.date_of_single {
	color: #000;
}

.cats {
	color: #000;
}

.postinfo-single .cats span:last-child span, .showloop .cats span:last-child span{
	display: none;
}

.showloop .cats{
    text-align: right;
    width: 100%;
    display: block;
    vertical-align: middle;
	padding: 10px 0;
}

.showloop .cats.right {
    display: inline-block;
    width: 100%;
}

/*SHO ITEMS
============================ */

.home .social_side_box, .page .social_side_box, .social_side_box  {
 top: 200px;
}

p.showinfo{
  display: inline-flex;
}

.showinfo, .showtime { 
	font-size: 20px;
	font-size: 2.0rem;
}

.showloop {
	color: #000;
	margin-bottom: 50px;
    padding: 50px;
	border-radius: 100px 20px 100px 20px;
}

.showloop.scheduleloop {
    padding: 30px 50px;
}

.showloop:hover {
	color: #fff;
	background: #212121;
	box-shadow: 10px 10px 0 #40C4FF;
}

.showloop.showcat_31 p, .showloop.showcat_31 span, .showloop.showcat_31 h2 {
	color: #fff;
}

.showloop p, .showloop span, .showloop h2 {
    color: #222;
}

.showloop:hover p, .showloop:hover span, .showloop:hover h2 {
	color: #fff;
}

 .showinfo-single.dateinfo {
        padding: 15px 20px;
    border: 3px solid;
    margin: 10px 10px;
    border-radius: 100px 20px;
    font-weight: 400;
	 display: inline-block;
}


 .showinfo-single.taginfo {
    padding: 15px 15px;
    border: 3px solid;
    margin: 10px 10px;
    border-radius: 100px 20px;
    font-weight: 400;
	 display: inline-block;
}

.middle {
  height: 100%;
  position: relative;
	width: 85%;
	margin: 0 auto;
}

.dj_page_wrapper {
    border-radius: 50px 25px;
    box-shadow: 10px 10px 0 #000;
}

.dj_box {
	margin-bottom: 40px;
}

.leftbar {
	margin-bottom: 40px;
}

 .dj_name {
    padding: 30px 30px;
    width: calc(100% - 30px);
    position: absolute;
    top: 60%;
    transform: translate(0, -40%);
    display: block;
	 height: 100%;
    font-size: 40px;
    font-size: 4rem;
	 text-shadow: 0 0 10px #000;
	 color: #fff !important;
	 text-align: center;
}

.hover_wrapper .hover_content {
	border-radius: 50px 25px;
	position: absolute;
    width: calc(100% - 30px);
    padding: 30px;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: 2;
    opacity: 0;
    color: #fff;
	    background: rgba(0,0,0,.5);
    text-shadow: 0 0 16px #000;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

.dj_page_wrapper:hover .hover_wrapper .hover_content {

    opacity: 1;
}

.dj_page_wrapper:hover .dj_name {

    opacity: 0;
}

.hover_name {
	font-size: 18px;
	font-weight: 800;
}

.hover_title{
	font-size: 16px;
	font-weight: 700;
} 

.show_content {
    position: relative;
    height: 90%;
    margin: auto 0;
    display: block;
    top: 5%;
}

.show_content_info {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

span.cats.right span {
    display: inline-block;

    vertical-align: middle;
    padding-top: 5px;
}

.showtime_info {
	display: inline-block;
}

.scheduleloop p {
	margin: 0;
}

.showtime_info { 
		font-size: 20px;
		font-size: 2.0rem;
	font-weight: 600;
	}

.showtime_info .show_title { 
	font-weight: 400;
	padding-left: 15px;
	}

.searchandfilter ul li.sf-field-taxonomy-djcategory, .searchandfilter ul li.sf-field-taxonomy-djcategory-last, .searchandfilter ul li.sf-field-search , .searchandfilter ul li.sf-field-taxonomy-showscategory , .searchandfilter ul li.sf-field-taxonomy-showscategory-week{
    list-style: none;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
       width: calc(100%);
}

.searchandfilter ul li  {
    list-style: none;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
       width: calc(45% - 5px);
}

.searchandfilter li label select {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.searchandfilter label {
    display: grid;
    margin: 0;
    padding: 0;
}

.searchandfilter li.sf-field-taxonomy-djcategory label, .searchandfilter li.sf-field-taxonomy-showscategory label  {
    border-color: #1DE9B6;
	background: #1DE9B6;
	border-radius: 100px 20px;
	border: 5px solid #1DE9B6;
	padding-right: 15px;
}

.searchandfilter li.sf-field-taxonomy-djcategory label select, .searchandfilter li.sf-field-taxonomy-showscategory label select {
	background: #1DE9B6;
	color: #000;
	padding: 10px 20px;
	border-radius: 100px 20px;
	border: none;
	text-align: center;
}

.searchandfilter li.sf-field-taxonomy-djcategory-last label, .searchandfilter li.sf-field-taxonomy-showscategory-week label {
    border-color: #5314FF;
	background: #5314FF;
	border-radius: 100px 20px;
	border: 5px solid #5314FF;
	padding-right: 15px;
}

.searchandfilter li.sf-field-taxonomy-djcategory-last label select, .searchandfilter li.sf-field-taxonomy-showscategory-week label select {
	background: #5314FF;
	color: #fff;
	padding: 10px 20px;
	border-radius: 100px 20px;
	border: none;
	text-align: center;
}

.searchandfilter li.sf-field-search label {
    border-color: #000;
	background: #fff;
	border-radius: 100px 20px;
	border: 5px solid #000;
}

.searchandfilter li.sf-field-search label input {
	background: transparent;
	color: #000;
	padding: 10px 20px;
	border-radius: 100px 20px;
	border: none;
	text-align: center;
}

.searchandfilter li.sf-field-reset a {
	background: #000;
	border-radius: 100px 20px;
	border: 5px solid #000;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	    width: 100%;
    display: grid;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* TYPOGRAPHY
===========================================  */

div#homefeatured .slideDesc {
    position: absolute;
    z-index: 4000;
    top: 0;
    bottom: 0;
    margin: auto 0px auto 50px;
    height: 400px;
    width: 70%;
    text-align: left;
    padding: 50px 0;
    background: none;
	display: none;
    -webkit-transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
    -ms-transition: all 0.14s ease-in-out;
}

div#homefeatured .slideDesc .slideTitle {
    color: white;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    position: static;
    margin: 0;
	text-transform: uppercase;
}

div#homefeatured .slideDesc .slideText {
	font-weight: 300;
}

div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
    height: 70vh;
    display: block;
}

#sbi_images {
	position: relative;
	
}

#sbi_images:after {
	     position: absolute;
    content: '';
    height: 275px;
    width: 275px;
    bottom: 0;
    margin: auto;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    background: url(img/instagram.png) center center no-repeat;
    background-size: auto;
	opacity: .7; 
}


.social_side_box a {
	font-size: 20px;
	padding: 5px 15px;

}

a.sorttag{
    border: 5px solid black;
    padding: 10px 5px;
    display: block;
    text-align: center;
    border-radius: 100px 20px;
	color: #000;
	    margin-bottom: 20px;
}

a.sorttag:hover{
    border: 5px solid #D500F9;
    padding: 10px 5px;
    display: block;
    text-align: center;
    border-radius: 100px 20px;
	color: #000;
	background: #D500F9;
}

.sortbox {
	padding: 50px 0;
}

.nav-button:focus {
	outline: #000 solid 3px;
}

#main_nav a:focus {
	outline: #000 solid 3px;
}

:focus {
	outline: #000 solid 3px;
}

.site-footer :focus {
	outline: #fff solid 3px;
}

        /* Small devices (tablets, 768px and up) */
		@media (min-width: 768px) {
			#navigation.affix #branding-container {
				top: -40px;
				left: -40px;
				max-width: 170px;
			}
			#navigation.affix .navbar-default {
				padding: 0;
			}
			#navigation.affix #main_nav a {
				padding: 5px 4px;
				font-size: auto;
			}
        }

            /* Small devices (tablets, 992px and up) */
            @media (min-width: 992px) {
				/* TYPOGRAPHY
				===========================================  */
				body {
					font-size: 16px;
					font-size: 1.6rem;
				}
				h1, h1.entry-title,div#homefeatured .slideDesc .slideTitle {
					font-size: 50px;
					font-size: 5.0rem;
				}
				h2, .h2 {
					font-size: 50px;
					font-size: 5.0rem;
				}
				h3, .h3 {
					font-size: 40px;
					font-size: 4.0rem;
				}
				h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
					font-size: 30px;
					font-size: 3.0rem;
				}
				h5, .h5, div#homefeatured .slideDesc .slideText, .hover_name, .hover_title, .entry-title  {
					font-size: 20px;
					font-size: 2.0rem;
				}
				h6, .h6, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .showtime_info { 
					font-size: 20px;
					font-size: 2.0rem;
				}
								
				.showinfo, .showtime { 
					font-size: 23px;
					font-size: 2.3rem;
				}
				
				p {
					font-size: 16px;
					font-size: 1.6rem;
				}

				span.streamtag.collapseomatic {
					font-size: 17px;
				}

				span.streamtag.collapseomatic:after{
					content: url(img/volume.png);
					display: inline-grid;
					right: 0;
					padding: 0px 15px 0 10px;
					top: 9px;
					bottom: 0;
					height: 0;
					max-width: 40px;
					align-content: center;
					position: relative;
				}

				/*HEADER
				============================ */
				.navbar-header {
					display: none;
				}
				#aboveNav #branding-container {
					top: -35px;
					left: -35px;
					max-width: 150px;
				}
				#navbarBottom {
					min-height: auto;
					padding: 10px 0;
				}
				.navbar .container {
					min-height: auto;
				}
				#main_nav:after {
					display: block;
					content: '';
					clear: both;
				}
				#main_nav ul {
					display: block;
					width: 90%;
					text-align: right;
				}
				#main_nav ul li {
					float: none;
					display: inline-block;
				}
				#main_nav ul ul {
					background: var(--black);
					border: 0 none;
					border-radius: 50px 25px;
				}
				#main_nav a:link, #main_nav a:visited {
					display: block;
					font-size: 15px;
					font-size: 1.5rem;
					padding: 6px 4px;
					text-transform: capitalize;
					color: var(--black);
					font-weight: 500;
					overflow:hidden;
				}
				#main_nav a:hover, #main_nav a:active, #main_nav a:focus {
					color: var(--darkpurple);
					text-decoration:none;
				}
				#main_nav > ul > li.active > a {
					color: var(--white);
					text-decoration:none;
					background: var(--black);
					border-radius: 20px 20px;
				}
				#main_nav ul ul li a:link, #main_nav ul ul li a:visited {
					padding: 5px 15px;
					width: 100%;
					color: var(--white);
				} 
				
				#main_nav ul ul li a:hover, #main_nav ul ul li a:active {
					padding: 5px 15px;
					width: 100%;
					color: #D500F9;
				} 
				#main_nav a .bars {
					display: none;
				}
				#navigation.affix #main_nav > ul > li.active > a {
					background: none;
					color: var(--darkpurple);
				}
				
				#main_nav ul li:hover ul, #main_nav ul li:hover ul #main_nav ul ul li:hover ul {
					right: 0;
				}
                

				
				/*FOOTER
				============================ */
				ul.social {
					margin: 0;	
				}
				
				.social_side_box  {
					top: 70px;
    					z-index: 9;
					
				}
				.social_side_box a {
					font-size: 20px;
					padding: 5px 15px;
						
				}
				
				.page .social_side_box, .social_side_box  {
					 top: 90px;
					}
				
				.home .social_side_box  {
					 top: 220px;
					} 
				
				span.streamtag.collapseomatic {
					font-size: 20px;
					padding: 10px 40px;
				}
				
				.streamlinks {
					padding: 0 100px 0 0;
					display: block;
				}

				    
				
				footer.site-footer p, footer.site-footer a:link, footer.site-footer a:visited { 
					margin-bottom: 0;	
				}
				footer.site-footer .container {
					position: relative;
				}
				footer.site-footer .container:before {
					position: absolute;
					content: '';
					display: block;
					height: 5px;
					width: 100%;
					top: 0;
					bottom: 0;
					left: 0;
					margin: auto;
					/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1de9b6+0,40c4ff+34,7c4dff+67,d500f9+100 */
					background: rgb(29,233,182); /* Old browsers */
					background: -moz-linear-gradient(left,  rgba(29,233,182,1) 0%, rgba(64,196,255,1) 34%, rgba(124,77,255,1) 67%, rgba(213,0,249,1) 100%); /* FF3.6-15 */
					background: -webkit-linear-gradient(left,  rgba(29,233,182,1) 0%,rgba(64,196,255,1) 34%,rgba(124,77,255,1) 67%,rgba(213,0,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
					background: linear-gradient(to right,  rgba(29,233,182,1) 0%,rgba(64,196,255,1) 34%,rgba(124,77,255,1) 67%,rgba(213,0,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1de9b6', endColorstr='#d500f9',GradientType=1 ); /* IE6-9 */

				}
				footer.site-footer .container .row {
					position: relative;
					z-index: 2;
				}
				#footer_logo {
					margin-bottom: 0px;
				}
				/* FOOTER NAVIGATION
				==========================================  */
				#footer_nav, #footer_nav_right {
					display: block;
				}
				footer.site-footer #footer_nav .menu, footer.site-footer #footer_nav_right .menu {
					margin:0 0 20px 0;
					padding:0;
					list-style:none;
					display:block;
				}
				footer.site-footer #footer_nav .menu li, footer.site-footer #footer_nav_right .menu li {
					float: none;
					display: inline-block;
					margin:0;
					padding:0 0 0 0;
					background:none;
					list-style: none;
				}
				footer.site-footer #footer_nav .menu li a:link, footer.site-footer #footer_nav .menu li a:visited, footer.site-footer #footer_nav_right .menu li a:link, footer.site-footer #footer_nav_right .menu li a:visited {
					display:block;
					margin:0;
					text-decoration:none;
					font-size: 14px;
					font-size: 1.4rem;
					padding: 10px 4px;
					/* if you have different color for Nav links, change it here */
				}
				footer.site-footer #footer_nav .menu li a:hover, footer.site-footer #footer_nav .menu li a:active, footer.site-footer #footer_nav .menu li a:focus, footer.site-footer #footer_nav ul.menu > li.active > a, footer.site-footer #footer_nav_right .menu li a:hover, footer.site-footer #footer_nav_right .menu li a:active, footer.site-footer #footer_nav_right .menu li a:focus, footer.site-footer #footer_nav_right ul.menu > li.active > a {
					text-decoration:none;
					/* if you have different color for Nav link hover state, change it here */
				}

            }

                /* Small devices (tablets, 1024px and up) */
                @media (min-width: 1024px) {
					
					.page .social_side_box {
						top: 90px;
					}
					
					.home .social_side_box {
						top: 220px;
					}
					
					
					div#homefeatured .slideDesc {
						display: block;
					}
					
					div#homefeatured #myCarousel, div#homefeatured .carousel, div#homefeatured .carousel-inner {
						height: 90vh;
						display: block;
					}
					
					
					.footer_ads_outer .g {
						display: inline-block;
						padding: 50px 25px;
					}
					
					.dj_content {
						  margin: 0 auto;
						  position: absolute;
						  top: 50%;
						  transform: translate(0, -50%);
						}
					
					.streamlinks {
						display: block;
					}
					
					.searchandfilter ul li.sf-field-taxonomy-djcategory, .searchandfilter ul li.sf-field-taxonomy-djcategory-last, .searchandfilter ul li.sf-field-search, .searchandfilter ul li.sf-field-taxonomy-showscategory , .searchandfilter ul li.sf-field-taxonomy-showscategory-week{
							   width: calc(85%/3 - 5px);
						}
					
					.searchandfilter ul li {
						width: calc(15% - 5px);
					}
					
					}

                    /* Small devices (tablets, 1200px and up) */
                    @media (min-width: 1200px) {
						
						
						
						.dj_social {
							position: absolute;
							vertical-align: bottom;
							min-height: 60px;
							bottom: 0;
						}

						.dj_social a {
							font-size: 30px;
							color: #212121;
							padding: 10px 30px;
							border: 5px solid #212121;
							border-radius:100px 20px;
							margin: 10px 10px;
							width: 105px;
						}
						
						.social_side_box  {
							top: 90px;
							
						}
						
						.page .social_side_box  {
							top: 90px;


						}
							
						.home .social_side_box  {
							top: 230px;


						}
						
						.social_side_box a {
							font-size: 20px; 
							padding: 5px 20px;
						}
						/* TYPOGRAPHY
						===========================================  */
						body {
							font-size: 18px;
							font-size: 1.8rem;
						}
						h1, h1.entry-title,div#homefeatured .slideDesc .slideTitle {
							font-size: 60px;
							font-size: 6.0rem;
						}
						h2, .h2 {
							font-size: 60px;
							font-size: 6.0rem;
						}
						h3, .h3 {
							font-size: 50px;
							font-size: 5.0rem;
						}
						h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
							font-size: 40px;
							font-size: 4.0rem;
						}
						h5, .h5, div#homefeatured .slideDesc .slideText, .hover_name, .entry-title {
							font-size: 25px;
							font-size: 2.5rem;
						}
						h6, .h6, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .showtime_info { 
							font-size: 25px;
							font-size: 2.5rem;
						}
						
						.showinfo, .showtime, .hover_title  { 
							font-size: 25px;
							font-size: 2.5rem;
						}
						
						p {
							font-size: 18px;
							font-size: 1.8rem;
						}
						/*FOOTER
						============================ */
						footer.site-footer #footer_nav .menu li a:link, footer.site-footer #footer_nav .menu li a:visited, footer.site-footer #footer_nav_right .menu li a:link, footer.site-footer #footer_nav_right .menu li a:visited {
							font-size: 16px;
							font-size: 1.6rem;
							padding: 10px 7px;
						}
						/*HEADER
						============================ */
						#aboveNav #branding-container {
							top: -50px;
							left: -40px;
							max-width: 200px;
						}
						#main_nav > ul > li.active > a {
							border-radius: 40px 20px
						}
						#main_nav a:link, #main_nav a:visited {
							padding: 10px 11px;
						}
						
						

                    }

                        /* Small devices (tablets, 1366px and up) */
                        @media (min-width: 1366px) {
							
							.page .social_side_box  {
								top: 450px;
								
								
							}
							
							.social_side_box  {
								top: 450px;

							}
						
							
							.home .social_side_box  {
								top: 230px;
								
								
							}
							.social_side_box a {
								font-size: 23px;
								padding: 5px 20px;
							}
							/*FOOTER
							============================ */
							footer.site-footer #footer_nav .menu li a:link, footer.site-footer #footer_nav .menu li a:visited, footer.site-footer #footer_nav_right .menu li a:link, footer.site-footer #footer_nav_right .menu li a:visited {
								font-size: 18px;
								font-size: 1.8rem;
								padding: 10px 9px;
							}
							/*HEADER
							============================ */
							#main_nav > ul > li.active > a {
								border-radius: 80px 20px
							}
							#main_nav a:link, #main_nav a:visited {
								padding: 10px 18px;
							}
							#main_nav a .bars {
								width: 15px;
								height: 100%;
								top: 0;
							}
							#main_nav > ul > li.active > a > .bars {
								display: block;
							}
							#main_nav > ul > li.active > a > .bars span {
								background: var(--white);
							}
							#navigation.affix #main_nav a .bars {
								display: none !important;
							}
                        }

                            /* Small devices (tablets, 1500px and up) */
                            @media (min-width: 1500px) {
								
								.social_side_box a {
								font-size: 23px;
								padding: 5px 25px;
							}
								
								/* TYPOGRAPHY
								===========================================  */
								body {
									font-size: 20px;
									font-size: 2.0rem;
								}
								h1, h1.entry-title {
									font-size: 70px;
									font-size: 7.0rem;
								}
								h2, .h2 {
									font-size: 70px;
									font-size: 7.0rem;
								}
								h3, .h3 {
									font-size: 60px;
									font-size: 6.0rem;
								}
								h4, .h4, .btn-mayecreate.large, a.btn-mayecreate.large:link, a.btn-mayecreate.large:visited, .wp-block-button.large a:link, .wp-block-button.large a:visited {
									font-size: 50px;
									font-size: 5.0rem;
								}
								h5, .h5, div#homefeatured .slideDesc .slideText, .entry-title {
									font-size: 30px;
									font-size: 3.0rem;
								}
								h6, .h6, .btn-mayecreate, a.btn-mayecreate:link, a.btn-mayecreate:visited, .wp-block-button a:link, .wp-block-button a:visited, .showtime_info, .hover_name { 
									font-size: 30px;
									font-size: 3.0rem;
								}
								
								.showinfo, .showtime, .hover_title  { 
										font-size: 27px;
										font-size: 2.7rem;
									}
								
								p {
									font-size: 20px;
									font-size: 2.0rem;
								}
								/*FOOTER
								============================ */
								footer.site-footer #footer_nav .menu li a:link, footer.site-footer #footer_nav .menu li a:visited, footer.site-footer #footer_nav_right .menu li a:link, footer.site-footer #footer_nav_right .menu li a:visited {
									font-size: 20px;
									font-size: 2.0rem;
									padding: 10px 10px;
								}
								/*HEADER
								============================ */
								#aboveNav #branding-container {
									top: -60px;
									left: -50px;
									max-width: 250px;
								}
								#main_nav ul {
									width: 87%;	
								}
								#main_nav > ul > li.active > a {
									border-radius: 100px 20px
								}
								#main_nav a:link, #main_nav a:visited {
									padding: 8px 18px;
								}

                            }

                                /* Small devices (tablets, 1700px and up) */
                                @media (min-width: 1700px) {
									
									.social_side_box a {
										font-size: 25px;
										padding: 5px 20px;
									}
									/* TYPOGRAPHY
									===========================================  */
									h1, h1.entry-title,div#homefeatured .slideDesc .slideTitle {
										font-size: 75px;
										font-size: 7.5rem;
									}
									h2, .h2 {
										font-size: 75px;
										font-size: 7.5rem;
									}
									h3, .h3 {
										font-size: 65px;
										font-size: 6.5rem;
									}
									h4, .h4 {
										font-size: 55px;
										font-size: 5.5rem;
									}
									h5, .h5, div#homefeatured .slideDesc .slideText, .hover_name, .entry-title {
										font-size: 35px;
										font-size: 3.5rem;
									}
									h6, .h6, .showtime_info { 
										font-size: 35px;
										font-size: 3.5rem;
									}
									
									h6, .h6, .showtime_info { 
										font-size: 35px;
										font-size: 3.5rem;
									}
									
									.showinfo, .showtime, .hover_title { 
										font-size: 29px;
										font-size: 2.9rem;
									}
									
									/*FOOTER
									============================ */
									footer.site-footer #footer_nav .menu li a:link, footer.site-footer #footer_nav .menu li a:visited, footer.site-footer #footer_nav_right .menu li a:link, footer.site-footer #footer_nav_right .menu li a:visited {
										padding: 2px 14px;
									}
									/*HEADER
									============================ */
									#main_nav a:link, #main_nav a:visited {
										padding: 8px 20px;
										font-size: 18px;
										font-size: 1.8rem;
									}
									#main_nav a .bars {
										width: 18px;
										top: 0;
									}
									.pagehead:after {
										background-size: 100% 100%;
									}
                                }