/*
Theme Name: tuto-child
Version: 1.0
Description: A child theme of Tuto
Template: tuto
*/

@import url("../tuto/style.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;500&display=swap');

@font-face {
    font-family: 'lemon_milkbold';
    src: url('fonts/lemonmilk-bold-webfont.woff2') format('woff2'),
         url('fonts/lemonmilk-bold-webfont.woff') format('woff'),
         url('fonts/LEMONMILK-Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;

}
body {
	overflow-x:hidden !important;
	font-family:'Open Sans', sans-serif;
	color:#000;
}
h1,h2,h3,h4,h5,h6{
	color:#000;
	font-family: 'lemon_milkbold';
	text-transform: uppercase;
}

p {
	font-family: 'Open Sans', sans-serif;
}
.entry-content > h2, h2.contact-heading, .fc .fc-toolbar-title, 
body .ewd-ufaq-faq-category-title h4, 
body .mh-widget-title-inner {
    font-family: 'lemon_milkbold', 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.mh-header-nav-wrap {
    background: rgba(140, 23, 14, 0.9);
    border-top: none;
}
.mh-main-nav-wrap {
    background: black;
}
.mh-navigation {
        background: rgba(140, 23, 14, 0.9);
}
.mh-navigation li:hover {
    background:#C02B21;
}
.mh-navigation li a {
    color: #C02B21;
}
.mh-navigation li a {
    font-weight: 700;
	font-size: 14px;
}
.mh-subfooter {
    display: none;
}
.mh-site-logo {
    padding: 25px 0;
}

.mh-social-nav li a:hover {
    background: #8c170e;
	color:#fff;
}
.slicknav_menu {
    background:#C02B21;
}
.slicknav_btn {
    background: #C02B21;
}
.mh-main-nav-mobile .slicknav_btn, .mh-main-nav-mobile .slicknav_menu, .mh-main-nav-mobile .slicknav_nav .slicknav_item:hover, .mh-main-nav-mobile .slicknav_nav a:hover {
    background: #C02B21;
}

#tw-slider {
    padding-bottom: 40px !important;
}
input[type=submit] {
    background: #C02B21;
    border: none;
    margin-bottom: 24px;
}
input[type=submit]:hover {
    color: #ffffff;
    background: grey;
}
.mh-sidebar-widget-title-inner {
    font-family: bevan;
}

.textwidget {
    font-size: 20px;
    color: white;
}
.mh-footer a:hover {
    color: #000000;
}

.mh-footer {
    background: none;
    border-top: none;
}
.mh-footer-widget {
    background: none;
	margin-bottom: 0px;
}
.tw-paginate {
    padding-top: 20px;
    color: white;
    font-size: 16px;
}
.entry-content a {
    color: #ffffff;
}
.textwidget {
    color: grey;
}
.mh-footer a, .mh-footer a:hover {
    color: #000;
}
.mh-copyright {
    display: none;
}
.i3_sfmc_submit, #i3_sfmc_title {
    font-size: 15px;
    color: #fff;
    font-family: bevan;
    letter-spacing: 2px;
    padding: 18px 0px;
}


.mh-sidebar-widget-title-inner:before, .mh-sidebar-widget-title-inner:after {
    position: absolute;
    top: 50%;
    width: 400px;
    margin: 0 15px;
    content: "";
    border-bottom: 1px solid #8c170e;
}

@media screen and (max-width: 520px) {
  .slicknav_collapsed {
    margin-right: 60px;
 }
}

@media screen and (max-width:767px) {
   .slicknav_collapsed {
    margin-right: 90px;
 }
}

@media screen and (min-width: 768px) {
  .mh-main-nav-wrap {background: transparent;}

  .menu-the-demo-factory-menu-1-container {margin-left: 7em;}

  .menu-the-demo-factory-utility-bar {margin-left: 4em;}

  .menu-demo-factory-social {margin-right: 7em;}
}

@media screen and (max-width: 900px) {
  .mh-main-nav-wrap {background: transparent;}

  .mh-social-nav-header {
   width: 25%;
   margin-right: 7em;
}

  .menu-the-demo-factory-menu-1-container {margin-left: 8em;}

  .menu-the-demo-factory-utility-bar {margin-left: 8em;}

  .menu-demo-factory-social {margin-right: 9em;}
}

@media screen and (max-width: 1475px) {
.mh-container {
    width: 90%;
 }
 .mh-header {
   width: 124%;
   margin-left: -12%;
 }
}

.mh-site-logo {
 background-color: rgba(0,0,0,.45);
}

.visit-friends__list {
  background-color: white;
}

.visit-friends__list-item {
   margin: 20px 0;
}

.visit-friends__img {
   width: 70%;
    display: block;
    margin: auto;
}

.visit-friends__img:hover {
  cursor: pointer;
}




.tw-buy-tix-btn.button:hover {
 background-color: #C02B21 !important;
 border-color: #C02B21 !important;
}
.artist-list > hr {
    display: none;
}
.mh-widget {
 background: #000 !important;
}

.mh-sidebar-widget-title-inner {
 color: #fff;
}

.tw-event-date-time, .tw-event-venue-name, .tw-event-description, .tw-devent-additional-text, .tw-event-price {
 color: #fff !important;
}

.tw-event-ticketing-link {
  display: block;
  margin-top: 16px;
}

.tw-event-ticketing-link a {
 color: #fff !important;
 background-color: red;
 padding: 8px;
 border-radius: 4px;
}

.tw-event-ticketing-link a:hover {
  background-color: #C02B21 !important;
}





.custom-logo {
  width: 200px !important;
}


.mh-footer {
  position: relative !important;
	width: 100% !important;
	margin-left: auto !important;
	margin:0 auto !important;
}

.footer-sponsor-container {
	width: 85%;
	margin: auto;
}

.footer-sponsor-title {
	display: block;
	text-align: center;
	margin: 20px 0;
	margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.footer-sponsor-container img {
	width: 100%;
	margin: auto;
	text-align: center;
	display: block;
}

@media screen and (min-width: 768px) {
	.footer-sponsor-container img  {
		width: 80%;
	}
}

.page-numbers:hover, .mh-loop-pagination .current, .mh-comments-pagination .current, a:hover .pagelink{
	background-color:#000;
	color:#C02B21;
}
input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=url]:hover, textarea:hover{border: none;}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #C02B21;
    color: #fff;
}
input[type=text], input[type=email], input[type=tel], input[type=url], .wpcf7-textarea{width:100%}
.social-icon.socicon-facebook:before, .social-icon.socicon-twitter:before, .social-icon.socicon-instagram:before {
    color: #C02B21;
}
span.zoom-social_icons-list-span{background: transparent !important}
.footer-menu ul li, .footer-menu  .menu-main-nav-menu-container {
    border: 0 !important;
}
.footer-menu ul li a {
    font-size: 16px;
    text-transform: uppercase;
	font-family: 'lemon_milkbold'
   
}
#tw-responsive .tw-section{
	 font-family: 'Open Sans', sans-serif;
}
.footer-menu ul li ul li {padding-left:10px}
@media screen and (max-width:1023px){
	#tw-responsive.tm-event-details .tw-info-price-buy-tix{
		flex-direction:column;
	}
	.tw-event-details{
		width:100%;
	}
	.a11y-footer {
    margin-top: 40px !important;
    margin-bottom: 50px !important;
    padding: 0px 20px !important;
}
	.mh-footer-widget-title{
		border:none !important;
		font-size:14px !important;
		padding:10px 0px;
	}
	#tw-responsive .tw-info-price-buy-tix .tw-price{
		margin-bottom:15px;
	}
}
.event-info{
min-height:100px;
}

html body.custom-background {
    background-image: url(/wp-content/uploads/2023/07/su-pgbackground4.jpg);
    background-size: cover;
    background-position: center;
}
header.mh-header {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
header .slicknav_nav a {
    color: #ffffff;
}
h2.contact-heading {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
}
.social-icons ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 90%;
    margin: 0 auto 6em;
    border-bottom: 2px solid #d51f2a;
    padding: 2em 0 5em;
    flex-wrap: wrap;
}

.social-icons i {
    font-size: 4em;
    color: #ffffff;
    background: #000000;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icons br {
    display: none;
}

.social-icons li:hover .fa, .social-icons li:hover p a {
    color: #d51f2a;
}

.social-icons li p a {
    color: #000000;
    border-bottom: 1px solid #d51f2a;
    font-weight: normal;
}

ul.icons-list li {
    font-size: 16px;
    min-width: 122px;
    white-space: nowrap;
    padding: 1em 0;
}

.social-icons li h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em;
    margin: 1em 0 0;
    padding-top: 0.375em;
    padding-bottom: 0.375em;
    font-family:'Open Sans', sans-serif;
}

.social-icons li p {
    margin: 0;
}

header .mh-navigation li:hover {
    background: #fc101e;
}
header .mh-navigation li a:hover, header .mh-navigation li ul.sub-menu li a:hover {
    color: #ffffff;
}
.social-icon-footer {
    font-size: 1.5em;
    text-align: center;
}

.social-icon-footer a i {
    margin-right: .6em;
    color: #d51f2a;
}
.social-icon-footer a:hover i {
    color: #fc101e;
}
#menu-top-header-menu li a i{
    color: #ffffff;
}

#menu-top-header-menu li a:hover i, .footer-menu ul li a:hover, .mh-footer-widget-title-inner, .mh-footer a:hover{
    color: #fc101e !important;
}
#main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
    color: #d51f2a;
}
#tw-responsive .seven .tw-name a:hover, #tw-responsive .seven .tw-name:hover {
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width:1024px){
    .social-icons ul {
        max-width: 360px;
    }
}
.sbi-screenreader{ color: #fff !important; }