/* Widget - Section Title */
.gaming-top-section-title-wrapper .gaming-top-section-title-toptext {
	font-size: 20px;
	line-height: 22px;
	color: #FFB71B;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.gaming-top-section-title-wrapper .gaming-top-section-title {
    margin: 0;
	font-size: 43px;
	line-height: 48px;
	font-weight: 500;
}
.gaming-top-section-title-wrapper .gaming-top-section-title-subtitle {
	font-size: 14px;
	line-height: 20px;
	margin-top: 30px;
}
.gaming-top-section-title-wrapper .gaming-top-section-title-subtitle p {
    margin-top: 0;
}
.gaming-top-section-title-wrapper .gaming-top-section-title-subtitle p:last-child {
    margin-bottom: 0;
}
.gaming-top-section-title-wrapper .gaming-top-section-title-subtitle a {
    color: #FFB71B;
}
.gaming-top-section-title-wrapper .gaming-top-section-title-subtitle strong {
    font-weight: 700;
}
.gaming-top-section-title-wrapper a.gaming-top-button-link {
	margin-top: 30px;
    margin-right: 20px;
}
.gaming-top-section-title-wrapper a.gaming-top-button-link:last-child {
    margin-right: 0;
}
/* align - right */
.gaming-top-section-title-wrapper.gaming-top-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.gaming-top-section-title-wrapper.gaming-top-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.gaming-top-section-title-wrapper.gaming-top-section-title-wrapper-white,
.gaming-top-section-title-wrapper.gaming-top-section-title-wrapper-white .gaming-top-section-title,
.gaming-top-section-title-wrapper.gaming-top-section-title-wrapper-white .gaming-top-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.gaming-top-social-icons-wrapper {
    display: flex;
}
.gaming-top-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.gaming-top-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.gaming-top-social-icons-wrapper .social-item a {
    color: #1F0308;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.gaming-top-social-icons-wrapper .social-item a:hover {
    color: #FFB71B;
}
/* align - right */
.gaming-top-social-icons-wrapper.gaming-top-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.gaming-top-social-icons-wrapper.gaming-top-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.gaming-top-social-icons-wrapper.gaming-top-social-icons-wrapper-white .social-item a {
    color: white;
}
.gaming-top-social-icons-wrapper.gaming-top-social-icons-wrapper-white .social-item a:hover {
    color: #FFB71B;
}

/* Widget - Contact Info */
.gaming-top-contact-info-wrapper .contactinfo-item {
    margin-bottom: 20px;
}
.gaming-top-contact-info-wrapper .contactinfo-item a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #1F0308;
    font-size: 14px;
    line-height: 21px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.gaming-top-contact-info-wrapper .contactinfo-item a i {
    color: #FFB71B;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    margin-right: 10px;
    text-align: center;
}
.gaming-top-contact-info-wrapper .contactinfo-item a:hover {
    color: #FFB71B;
}
/* align - right */
.gaming-top-contact-info-wrapper.gaming-top-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.gaming-top-contact-info-wrapper.gaming-top-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.gaming-top-contact-info-wrapper.gaming-top-contact-info-wrapper-white a {
    color: white;
}
.gaming-top-contact-info-wrapper.gaming-top-contact-info-wrapper-white a:hover {
    color: #FFB71B;
}
/* WIDGET - FEATURED BOX */
a.gaming-top-featured-box-link-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 252px;
    overflow: hidden;
    background: black;
    width: 100%;
    border-radius: 20px;
}
a.gaming-top-featured-box-link-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    opacity: 0.6;
}
a.gaming-top-featured-box-link-wrapper .gaming-top-featured-box-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a.gaming-top-featured-box-link-wrapper .gaming-top-featured-box-title {
    text-align: center;
    color: white;
    font-weight: 500;
    font-size: 29px;
    line-height: 31px;
    margin-bottom: 10px;
}
a.gaming-top-featured-box-link-wrapper .gaming-top-featured-box-subtitle {
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
a.gaming-top-featured-box-link-wrapper .gaming-top-featured-box-button {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    color: #481C29;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 8px 50px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
/* hover */
a.gaming-top-featured-box-link-wrapper:hover img {
    opacity: 0.9;
}
/* WIDGET - PRODUCT BOX */
a.gaming-top-product-box-wrapper {
    display: flex;
    align-items: center;
    background: #481C29;
    color: white;
    border-radius: 20px;
    padding: 30px;
    text-decoration: none;
}
a.gaming-top-product-box-wrapper.gaming-top-product-box-wrapper-imageonright {
    flex-direction: row-reverse;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-image-wrapper {
    flex-basis: 30%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 250px;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    margin-right: 30px;
}
a.gaming-top-product-box-wrapper.gaming-top-product-box-wrapper-imageonright .gaming-top-product-box-image-wrapper {
    margin-right: 0;
    margin-left: 30px;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-content {
    flex: 1;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-content .gaming-top-product-box-title {
    font-size: 43px;
    line-height: 48px;
    font-weight: 500;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-content .gaming-top-product-box-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-content .gaming-top-product-box-subtitle p {
    margin-top: 0;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-content .gaming-top-product-box-subtitle p:last-child {
    margin-bottom: 0;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-content .gaming-top-product-box-subtitle strong {
    font-weight: 700;
}
a.gaming-top-product-box-wrapper .gaming-top-product-box-content .gaming-top-product-box-button {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    color: #481C29;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 8px 50px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 30px;
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
/* hover */
a.gaming-top-product-box-wrapper:hover .gaming-top-product-box-content .gaming-top-product-box-title {
    color: #FFB71B;
}
a.gaming-top-product-box-wrapper:hover .gaming-top-product-box-content .gaming-top-product-box-button {
    color: #FFFFFF;
    background: #FFB71B;
    border-color: #FFB71B;
}
/* WIDGET - EVENT DATES */
.gaming-top-event-dates-wrapper .gaming-top-event-dates-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.gaming-top-event-dates-wrapper .gaming-top-event-dates-title-wrapper h2.gaming-top-event-dates-title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}
.gaming-top-event-dates-wrapper table {
	background: white;
	box-shadow: 0 0 10px #00000040;
	margin: 10px 0;
}
.gaming-top-event-dates-wrapper table tr:nth-child(even) {
	background: #ededed;
}
.gaming-top-event-dates-wrapper table th,
.gaming-top-event-dates-wrapper table td {
    font-size: 14px;
    line-height: 16px;
	padding: 10px 15px;
	text-align: center;
}
.gaming-top-event-dates-wrapper table th {
    background: #481C29;
	color: white;
	font-weight: 500;
}
.gaming-top-event-dates-wrapper table td.gaming-top-event-dates-table-time {
    width: 140px;
}
.gaming-top-event-dates-wrapper table a.gaming-top-button-link {
    padding: 7px 28px;
    font-size: 16px;
    line-height: 16px;
}
/* WIDGET - COLOR BUTTON */
a.gaming-top-color-button {
    display: inline-block;
    width: 100%;;
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid #FFB71B;
    background: #13120F;
    border-radius: 18px;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
a.gaming-top-color-button:hover {
    color: #FFB71B;
    background: #000;
}
a.gaming-top-color-button.gaming-top-color-button-orange {
    border-color: #B46D36;
}
a.gaming-top-color-button.gaming-top-color-button-pink {
    border-color: #ED125C;
}
a.gaming-top-color-button.gaming-top-color-button-yellow {
    border-color: #F1EA14;
}
a.gaming-top-color-button.gaming-top-color-button-blue {
    border-color: #4197D2;
}
a.gaming-top-color-button.gaming-top-color-button-green {
    border-color: #2AB34B;
}
a.gaming-top-color-button.gaming-top-color-button-brightyellow {
    border-color: #F4E556;
}
a.gaming-top-color-button.gaming-top-color-button-brown {
    border-color: #DFC689;
}
a.gaming-top-color-button.gaming-top-color-button-purple {
    border-color: #C24C9C;
}
/* WIDGET - BACK TO TOP BUTTON */
button#back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	width: 50px;
	height: 50px;
	background: #FFB71B;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	border-radius: 50%;
	z-index: 999;
	border: 0;
	-webkit-transition: color .3s ease, background .3s ease;
	-moz-transition: color .3s ease, background .3s ease;
	-o-transition: color .3s ease, background .3s ease;
	-ms-transition: color .3s ease, background .3s ease;
	transition: color .3s ease, background .3s ease;
}
button#back-to-top:hover {
    cursor: pointer;
	background: #C78800;
	color: #FFFFFF;
	text-decoration: none;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .gaming-top-section-title-wrapper {
        text-align: center !important;
    }
    .gaming-top-section-title-wrapper .gaming-top-section-title-toptext {
        font-size: 17px;
        line-height: 20px;
    }
    .gaming-top-section-title-wrapper .gaming-top-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    .gaming-top-section-title-wrapper a.gaming-top-button-link {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .gaming-top-section-title-wrapper a.gaming-top-button-link:last-child {
        margin-top: 0;
    }
    /* Widget - Social Icons */
    .gaming-top-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .gaming-top-contact-info-wrapper {
        text-align: center !important;
    }
    .gaming-top-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
    /* WIDGET - PRODUCT BOX */
    a.gaming-top-product-box-wrapper,
    a.gaming-top-product-box-wrapper.gaming-top-product-box-wrapper-imageonright {
        flex-direction: column;
    }
    a.gaming-top-product-box-wrapper .gaming-top-product-box-image-wrapper,
    a.gaming-top-product-box-wrapper.gaming-top-product-box-wrapper-imageonright .gaming-top-product-box-image-wrapper {
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    a.gaming-top-product-box-wrapper .gaming-top-product-box-content {
        text-align: center;
    }
    a.gaming-top-product-box-wrapper .gaming-top-product-box-content .gaming-top-product-box-title {
        font-size: 27px;
        line-height: 32px;
    }
    /* WIDGET - EVENT DATES */
    .gaming-top-event-dates-wrapper .gaming-top-event-dates-title-wrapper {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-bottom: 30px;
    }
    .gaming-top-event-dates-wrapper table td.gaming-top-event-dates-table-time {
        width: auto;
    }
    .gaming-top-event-dates-wrapper table thead {
        display:none;
    }
    .gaming-top-event-dates-wrapper table,
    .gaming-top-event-dates-wrapper table tbody,
    .gaming-top-event-dates-wrapper table tr,
    .gaming-top-event-dates-wrapper table td {
        display:block;
        width:100%;
    }
    .gaming-top-event-dates-wrapper table tr {
        padding: 10px 0;
    }
    .gaming-top-event-dates-wrapper table td {
        padding-left:33%;
        text-align:left;
        position:relative;
        font-size: 16px;
    }
    .gaming-top-event-dates-wrapper table td::before{
        content:attr(data-label);
        position:absolute;
        left:0;
        width:33%;
        padding-left:15px;
        font-size:15px;
        font-weight:bold;
        text-align:left;
    }
}
