@media (max-width: 800px) {

#topSocials {position:absolute; top:-100px; visibility:hidden;}

p#heroIntro {
    font-size: 41px !important;
    line-height: 51px !important;
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
}

.setStyle.homeHero > div {
    font-size: 14px;
}

.setStyle.homeHero .delement > div:nth-child(2) {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0,0,0,0.7) 35%,
        #000 100%
    );
    transform: translateY(-126px);
    margin-bottom: -126px;
}


background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 25%,
    rgba(0,0,0,0.8) 60%,
    #000 100%
);

 

	div#topSocials {
    color: white;
    text-decoration: none;
    float: left;
}
	.setStyle {padding:20px}
.setStyle.homeTop {padding:10px;}
.setStyle.homeFour {padding:10px;}

#banner {display:block;contain: layout;}
 .readingBit {box-sizing: border-box;}
    
    .theText {
    display: block;
}

    	body {font-size: 18px !important;}
	
	#infoot pre {text-align: center !important;}
	
	.logo {width: 75% !important;/* max-width: 115px; */float: left;margin-right: 20px;}
	
	.FloatLeft, .FloatRight {float:none; width:100%;}
 	#cssmenu
	{bottom: auto;top: 101px;}
	.tooltip{position:relative;float: left;left: -20px;top: 19px;} 
	
	
	.setStyle > div > div {width:90%; clear:both; }  
    .setStyle > div   {display: block !important;}
        
    
   
    
    
	.pp {width: 85% !important;}
	.formBit input {/* float:left; *//* margin-bottom: 20px; */position: relative;font-size: 19px;} 
#threeFooter div,#threeFooter div:first-child,#threeFooter div:last-child{width:90%;    
margin:auto;    
text-align:center!important;    
float:none!important;
	}    
    
    
#threeFooter div{font-size:12px!important;}    
	
    
     .caption {
  
  font-size:22px;
  
opacity: 1;
}
    
  
    
}


@media (max-width: 600px) {
 
   .setStyle > div > div {display: block;width: auto;}   
  
}

/* gallery styles */


@media (max-width: 1024px) {
    #galBoxes div {
        flex: 1 1 calc(33% - 10px);
        max-width: calc(33% - 10px);
    }
}

@media (max-width: 768px) {
    #galBoxes div {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    #galBoxes div {
        flex: 1 1 calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

/* TABLET */
@media (max-width: 1000px) {

    .gigsList .gigsGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .setStyle.gigsHeader h2 {
        font-size: 32px;
    }

    .gigsList .gigDetails h3 {
        font-size: 22px;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .setStyle.gigsHeader {
        padding-top: 30px;
    }

    .setStyle.gigsHeader h2 {
        font-size: 28px;
    }

    .gigsList {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gigsList .gigsGrid {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .gigsList .gigCard {
        min-height: 120px;
        padding: 15px;
    }

    .gigsList .gigDate {
        width: 70px;
        min-width: 70px;
        height: 95px;
        margin-right: 15px;
    }

    .gigsList .gigDate strong {
        font-size: 36px;
        line-height: 36px;
    }

    .gigsList .gigDay,
    .gigsList .gigMonth {
        font-size: 15px;
    }

    .gigsList .gigDetails h3 {
        font-size: 21px;
    }

    .gigsList .gigType {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .gigsList .gigTime {
        font-size: 14px;
    }
}


/* SMALL PHONE */
@media (max-width: 430px) {

    .setStyle.gigsHeader {
        padding-top: 20px;
    }

    .setStyle.gigsHeader h2 {
        font-size: 25px;
    }

    .gigsList {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gigsList .gigCard {
        padding: 12px;
        min-height: 105px;
    }

    .gigsList .gigDate {
        width: 60px;
        min-width: 60px;
        height: 85px;
        margin-right: 12px;
    }

    .gigsList .gigDate strong {
        font-size: 30px;
        line-height: 30px;
    }

    .gigsList .gigDay,
    .gigsList .gigMonth {
        font-size: 13px;
    }

    .gigsList .gigDetails h3 {
        font-size: 18px;
    }

    .gigsList .gigType {
        font-size: 13px;
    }

    .gigsList .gigTime {
        font-size: 13px;
    }
}

/* TABLET */
@media (max-width: 1000px) {

    .infoSection .review {
        font-size: 14px;
        padding: 16px 8px;
    }

    .infoSection .review b {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .infoSection .review > i {
        font-size: 25px;
        right: 2px;
        top: 2px;
    }
}


/* MOBILE */
@media (max-width: 700px) {

    .infoSection .review {
        font-size: 15px;
        padding: 16px 12px;
        min-height: auto;
        margin-bottom: 31px !important;
    }

    .infoSection .review b {
        font-size: 18px;
        letter-spacing: 2px;
        margin-bottom: 12px;
        padding-right: 35px;
    }

	.infoSection > .delement > div:nth-child(3) {
    display: block !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px;
}


    .infoSection .review span {
        font-size: 13px;
    }

    .infoSection .review > i {
        font-size: 24px;
        right: 8px;
        top: 8px;
    }
}


/* SMALL PHONE */
@media (max-width: 430px) {

    .infoSection .review {
        font-size: 14px;
        padding: 14px 10px;
        border-radius: 8px;
    }

    .infoSection .review b {
        font-size: 17px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        padding-right: 30px;
    }

    .infoSection .review > i {
        font-size: 21px;
        right: 7px;
        top: 7px;
    }
}