/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/


.tr-menu .top_bar_left {
    background-color: #000000 !important;
	}

#Content {
    padding-top: 0px;
    z-index: 5;
	}
 a.home-award-cat-link {
	font-size: 18px !important;
	}

b, strong, dt {
    font-weight: inherit;
	font-family: "NeueMontreal-Bold";
	}


.golden-text h2 {
	background: linear-gradient(
    135deg,
    #bf953f 0%,
    #fcf6ba 25%,
    #b38728 50%,
    #fbf5b7 75%,
    #aa771c 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	}	

/* gallery */
.image_frame .image_wrapper .mask::after {
    background: transparent;
	}
	
.image_frame .image_wrapper .mask, 
.edd_download_image:after {
    box-shadow: none;
	}

.image_frame:hover .image_wrapper img, 
.image_frame:focus .image_wrapper img, 
.image_frame.hover .image_wrapper img {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	}
	
.image_frame:hover .image_wrapper img, 
.image_frame:focus .image_wrapper img, 
.image_frame.hover .image_wrapper img {
    top: 0;
	}

.pastevents dl.gallery-item:not(:first-of-type) {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;  
	}

.pastevents-gallery-container {
	position: relative;
	}

.pastevents-lightbox-button {
	position: absolute; 
	top: 160px;
	left: 38%;
    right: auto;
	z-index: 100;
	opacity: 0;
    width: fit-content !important;
    display: inline;
	transition: all ease-in 0.3s;
	}

.pastevents-gallery-container:hover .pastevents-lightbox-button {
	opacity: 1;
	}

.pastevents-lightbox-button a {
	display: block;
	}

.pastevents-lightbox-button a:hover {
	text-decoration: none;
	}

.pastevents-lightbox-button .mcb-column-inner {
	margin: 0 !important;
	}

.pastevents-gallery-container:hover .pastevents img { 
	filter: brightness(0.7) blur(1.5px);
	}

.mfp-wrap {
    backdrop-filter: blur(5px);
	}

.mfp-counter {
    display: none;
	}

/* end gallery */

/* 404 */
.error404 #Wrapper {
    background: url(https://mciea.my/wp-content/uploads/from-puyin-7.webp) no-repeat center / cover;
	}
	
#Error_404 .error_desk h2,
#Error_404 .error_desk h4,
#Error_404 .error_desk p .check  {
    color: #ffffff;
	}

#Error_404 .error_pic i {
    color: #bd0113;
	}



.fixed-button {
    position: fixed;
    right: 0;
    top: 37%;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    transition: all 0.3s ease;
    z-index: 1100;
	
	}


/* --- RESPONSIVENESS MAX --- */


@media (max-width: 800px) {


}

@media (max-width: 480px) {

body {
	font-size: 16px !important;
	}

.logo-gold-cat-sect {
	width: 100% !important;
	margin-top: 10px !important;
	}



.fixed-button {
    top: auto;    
	right: 10px;
    left: 10px;
    bottom: 0;
    transform: none;
	}

#Footer .footer_copy {
    padding-bottom: 40px;
	}

}


