/*
Theme Name: NEIR Theme
Description: NEIR Theme by 1SkyMedia
Version: 1.0.0
Author: 1SkyMedia
*/

@import url('blog/blog.css');
@import url('woo/woocommerce-style.css');

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	position: relative;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	box-sizing: border-box;
	margin: 0;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Oswald';
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

p,hr,dl,pre,form,table,address,blockquote {
	margin: 15px 0;
}

h1{
	font-size: 40px;
}

h2{
	font-size: 34px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 26px;
}

h5{
	font-size: 22px;
}

blockquote, q {
	quotes: none;
}

strong{
	font-weight: 600;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td,table {
	border: 1px solid #dddddd;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
p {
	word-wrap: break-word;
}

i,em,dfn,cite {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

.grid {
	float: left;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-top: 0;
}

.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.clearfix {
	clear: both;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#content-full {
	margin-top: 20px;
}

.container {
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1220px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	min-height: 600px;
	width: 100%;
	overflow: hidden;
}

body.home #wrapper {
	margin: 0;
}

.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}

.home #content-full {
	margin: 0 auto;
}

.home #page-header {
	display: none;
}

#scroll {
	display: block;
	position: fixed;
	right: 2%;
	bottom: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 99999999;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #1F7CC2;
	border: 2px solid #1F7CC2;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #1F1f1f;
}

#scroll:hover {
	background-color: #1F1f1f;
	border: 2px solid #1F7CC2;
}

#scroll:hover span {
	border-bottom-color: #1F7CC2;
}

.fancy-list, .fancy-list ul {
	list-style: none;
}

.fancy-list li {
	position: relative;
	padding-left: 15px;
	line-height: 28px;
}

.fancy-list li::before {
	content: "\f101";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	font-family: FontAwesome;
	color: #000;
}

#content-sitemap .fancy-list, #content-sitemap .fancy-list ul {
	padding: 0;
}

.post-edit {
	display: none !important;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
/* ========== Buttons/Links ========== */

a{
	color: #000;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
a:hover {
	color: #ee1d23;
	text-decoration: none;
}
a.comn-btn, a.read-more {
	display: inline-block;
	background-color: #EC8933;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Oswald';
	font-weight: 500;
	line-height: 1;
	border: 2px solid #EC8933;
}

a.comn-btn:hover, a.read-more:hover, a.comn-btn:focus, a.read-more:focus {
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
}



/* ========== Header ========== */

#header-main {
	background-color: #fff;
}

.header-inner-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header {
	margin: 0;
	position: relative;
	background-color: #000;
	padding: 40px 0 10px;
}

#logo:hover img, .foo-logo img:hover {
	filter: drop-shadow(-1px 8px 7px rgba(255, 255, 255, 0.4));
}

#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	animation: slide-down 1000ms normal;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.site-nav {
	background-color: #ee1d23;
	font-family: 'Oswald';
	display: flex;
	position: relative;
}

#page-header{
	width: 100%;
	background-color: #000;
}

#page-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

#page-header h1 {
	text-align: left;
	color: #fff;
	font-size: 26px;
	text-transform: capitalize;
	margin: 0;
	padding: 12px 0px;
	font-weight: 600;
}

.breadcurmb-row {
	margin-top: 12px;
	margin-bottom: 12px;
}

.breadcurmb-row a {
	color: #fff;
}

.breadcurmb-row a:hover {
	color: #9D9E9F;
}

/* ========== Footer ========== */

#footer {
	width: 100%;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 10px 0 115px;
	font-size: 14px;
}

#footer a {
	color: #fff;
	display: inline-block;
}

#footer a:hover {
	color: #EC8933;
}

#main-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}


/* ========== Menu ========== */

ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding:0
}

ul.slimmenu > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}

ul.slimmenu > li:last-child {
	margin-right: 0;
}

ul.slimmenu li a {
	color: #fff;
	display: block;
	font-size: 15px;
	height: 45px;
	line-height: 45px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 18px;
	font-family: inherit;
	font-weight: 500;
}

ul.slimmenu li a:hover {
	background-color: #000;
	color: #fff;
}

ul.slimmenu li > ul {
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}

ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li:last-child ul li{
    right:0
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}

ul.slimmenu li ul li a {
	color: #fff;
	background-color: #ee1d23;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover {
	background-color: #000;
	color: #fff;
}

ul.slimmenu li .sub-toggle {
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index:999;
}

ul.slimmenu.collapsed li .sub-toggle {
	height: 40px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-collapser > i, ul.slimmenu li .sub-toggle .icon {
    display:none;
}

ul.slimmenu li.menu-item-has-children a {
	padding-right: 20px;
}

.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 15px;
	right: 5px;
	color: #fff;
	font-size: 15px;
	z-index: 9;
}

.sub-menu .menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f105";
	top: 0;
	right: 10px;
	color: #000;
	z-index: 999;
	display: block;
}



ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

ul.slimmenu.collapsed > li.menu-item-has-children > a {
	padding-right: 50px;
}

ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"\f0da";
    display:none;
    font-family:fontawesome;
    font-size:22px;
    height:100%;
    margin-right:0;
    position:absolute;
    right:12px;
    top:22%;
    vertical-align:middle;
    z-index:99;
}

ul.slimmenu.collapsed li .sub-toggle::after, ul.slimmenu.collapsed li .sub-toggle.expanded::after {
	color: #fff;
	font-family: fontawesome;
	opacity: 1;
	font-size: 18px;
	z-index: 99999;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	top: 0;
	margin: auto;
	display: block;
}

ul.slimmenu.collapsed li .sub-toggle::after{
    content:"\f107"
}

ul.slimmenu.collapsed li .sub-toggle.expanded::after{
    content:"\f106"
}






.menu-collapser {
	background: transparent;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: inherit;
	height: 45px;
	line-height: 45px;
	position: relative;
	width: 40px;
	padding: 0;
	float: right;
	margin-top: 3px;
}
.collapse-button {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 44px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	height: 44px;
	margin-top: 0;
	border: 1px solid #000;
}

.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #ee1d23;
	color: #fff;
}

.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #000;
}

.collapse-button .icon-bar {
	background-color: #ee1d23;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}

ul.slimmenu.collapsed{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999;
	margin: 0 auto !important;
	left: 0;
	border-top: 1px solid #eee;
}

ul.slimmenu.collapsed li{
    display:block;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}

ul.slimmenu.collapsed li a {
	background-color: #000;
	color: #fff;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-size: 16px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 500;
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	padding-left: 20px;
}





ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: #000;
	color: #fff;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #fff;
	background-color: #ee1d23;
}
ul.slimmenu li.current-menu-item a {
	background-color: #ee1d23;
	color: #000;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #ee1d23;
	color: #fff;
}
ul.slimmenu li ul li.current-menu-item a, ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li a:hover, ul.slimmenu li.current-menu-item.cmenu-catalogues a:hover, ul.slimmenu.collapsed li ul li.current-menu-item > ul li a {
	background-color: #000;
	color: #fff;
}
ul.slimmenu.collapsed li.current-menu-item li > a:hover, 
ul.slimmenu.collapsed li ul li.current-menu-item > ul li a:hover, 
ul.slimmenu.collapsed li ul li ul li.current-menu-item a {
	background-color: #ee1d23;
	color: #fff;
}
/* ========== Form ========== */

input, select {
	width: 100%;
	color: #000;
	font-size: 16px;
	font-family: inherit;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

input, select {
	height: 55px;
	line-height: 55px;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 16px;
	height: 150px;
	border: 1px solid #ccc;
	width: 100%;
	font-family: inherit;
	padding: 10px;
}
	
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}

area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset > p {
	margin: 0;
}

fieldset.full {
	margin-bottom: 25px;
	width: 100%;
}

fieldset.half, fieldset.break-half {
	width: calc(50% - 13px);
	display: inline-block;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.one-third {
	position: relative;
	float: left;
	width: calc(100% / 3 - 17px);
	margin-right: 25px;
	margin-bottom: 25px;
}

fieldset.half.last, .one-third.last, fieldset.break-half.last {
	margin-right: 0;
	float: right;
}

.full.submit {
	text-align: center;
}

.icon-form .half, .icon-form .one-third, .icon-form .full {
	position: relative;
}

.icon-form .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 12px;
	color: #000;
	text-align: center;
	font-size: 30px;
}

.icon-form input, .icon-form textarea, .icon-form select {
	padding-left: 45px;
}

span.wpcf7-not-valid-tip {
	color: #f00 !important;
	font-size: 13px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 10px;
	top: -4px;
}

div.wpcf7-response-output {
	margin: 0 0 1em !important;
	padding: 5px;
	border: 2px solid #1eac1e;
	text-align: center;
	color: #FF001F;
	float: left;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #FF001F;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-spinner {
	display: none;
}

input[type="submit"] {
	background-color: #1F1f1f;
	color: #fff;
	display: inline-block;
	width: auto;
	font-size: 18px;
	line-height: 1;
	padding: 15px 50px;
	height: auto;
	font-family: 'Oswald';
	text-transform: uppercase;
	border: 1px solid #5A5A5C;
	font-weight: 600;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #5A5A5C;
	color: #fff;
	border-color: #000;
}

/* ========== Custom ========== */
rs-layer .fa {
	font-size: 1.3em !important;
}
.header-widgets-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.header_widget #searchform {
	margin: 0 auto;
	position: relative;
}
#searchform #s {
	padding: 8px 40px 8px 8px;
	width: 230px;
	border: 1px solid #5A5A5C;
	color: #fff;
	font-family: inherit;
	height: 40px;
	font-size: 15px;
	outline: none;
	background-color: transparent;
}
#searchform #s::placeholder {
	color: #fff;
}
#searchform #searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 5px;
	bottom: 0;
	font-family: fontawesome;
	background-color: transparent;
	color: #EC8933;
	font-size: 26px;
	cursor: pointer;
	border: 0;
}
.header-widgets-wrap .comn-btn {
	padding: 10px 20px;
	border: 0 !important;
}
.header_widget a.comn-btn:hover {
	background-color: #fff;
	color: #000;
}
.header_widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
}
.header_widget ul li a {
	color: #EC8933;
	font-size: 46px;
	position: relative;
	top: -2px;
}
.header_widget ul li a:hover {
	color: #fff;
}
.header_top_widget {
	text-align: right;
}
.header_top_widget ul {
	position: relative;
	margin: 0 0 0 auto;
	padding: 5px 0 3px 60px;
	list-style: none;
	display: inline-flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-end;
	background-color: #5A5A5C;
	box-shadow: 550px 0px 0px 0px #5A5A5C, 1100px 0px 0px 0px #5A5A5C, 1650px 0px 0px 0px #5A5A5C, 2200px 0px 0px 0px #5A5A5C, 2750px 0px 0px 0px #5A5A5C;
}
/*
.header_top_widget ul::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	border-right: 33px solid transparent;
	border-bottom: 33px solid #000;
	transition: .3s ease-in;
}
*/
.header_top_widget a {
	font-size: 15px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: #fff;
}
.header_top_widget a:hover {
	color: #EC8933;
}
.header_top_widget .fa {
	font-size: 22px;
}
.top-widget {
	margin-bottom: -33px;
	position: relative;
	z-index: 99;
	width: 100%;
	background: #5A5A5C;
}
.foo-info-row {
	background-color: #ee1d23;
}
.foo-info-row .wpb_content_element {
	margin-bottom: 25px !important;
}
.foo-icon-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 30px;
}
.foo-icon-list a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}
.foo-icon-list .phone-no a {
	font-size: 22px;
}
.foo-icon-list a:hover {
	color: #EC8933;
}
.foo-icon-list .fa {
	font-size: 40px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	color: #EC8933;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.3s ease-in;
}
.foo-icon-list a:hover .fa {
	background-color: #fff;
	color: #000;
}
.foo-icon-list .fa.fa-mobile {
	font-size: 50px;
}
.foo-icon-list.social {
	gap: 10px;
	justify-content: flex-end;
}
.foo-icon-list .phone-no div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.foo-icon-list .phone-no {
	display: flex;
	gap: 10px;
	align-items: center;
}
.foo-icon-list .phone-no a {
	flex-direction: column;
	gap: 0;
}
.foo-icon-list small {
	display: block;
	font-size: 16px;
}
.foo-form-row input[type="submit"] {
	background-color: #EC8933;
	color: #fff;
	border: 1px solid #EC8933;
}
.foo-form-row input[type="submit"]:hover {
	background-color: #5A5A5C;
	color: #fff;
	border: 1px solid #5A5A5C;
}
.foo-form-row {
	background-image: url('../../../wp-content/uploads/2025/01/bg-scaled.jpg');
	background-color: rgba(0,0,0,0.8);
	background-blend-mode: overlay;
	background-size: cover;
}
.image-heading h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.foo-form-row h2 {
	color: #ffff;
}
.wpb_gmaps_widget {
	margin-bottom: 0 !important;
}
.wpb_gmaps_widget > .wpb_wrapper {
	padding: 0 !important;
}
.view-all-stories .comn-btn {
	background-color: #000;
	color: #fff;
	font-size: 24px;
	padding: 18px 50px;
	border: 1px solid #000;
}
.view-all-stories .comn-btn:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.home-featured-events h2 {
	color: #fff;
}
#sticky-sponsors.sticky {
	position: fixed !important;
	bottom: 0;
	background-color: #fff !important;
	z-index: 99999999;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.3s ease;
}
#sticky-sponsors.sticky h2{
	display: none;
}
#sticky-sponsors  .brand-posts {
	padding: 0 30px;
	width: 100%;
}
#sticky-brands {
	position: fixed;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
	display: flex;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	flex-direction: column;
	text-align: center;
	padding: 5px 0;
	max-height: 100px;
}
#sticky-brands > .brand-posts {
	padding: 0 30px;
	width: 100%;
}
#stickyCarousel {
	position: relative;
}
#stickyCarousel.owl-carousel .owl-stage-outer {
	z-index: 99;
}
.brand-thumb {
	padding: 15px;
	min-height: 87px;
	text-align: center;
	border: 0 !important;
	outline: 0 !important;
}
#stickyCarousel .brand-thumb a {
	display: block;
	border: 0 !important;
	outline: 0 !important;
	color: #fff;
}
#stickyCarousel .brand-thumb > a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#stickyCarousel.owl-carousel .owl-nav.disabled, #stickyCarousel.owl-carousel .owl-nav, #upcommingCarousel.owl-carousel .owl-nav.disabled, #upcommingCarousel.owl-carousel .owl-nav {
	display: block !important;
	color: #000;
	font-size: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#stickyCarousel.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 15px;
	left: -20px;
}
#stickyCarousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 15px;
	right: -20px;
}
#upcommingCarousel.owl-carousel .owl-nav .owl-prev, #upcommingCarousel.owl-carousel .owl-nav .owl-next {
	background: transparent;
	color: #000;
	height: 50px;
	line-height: 46px;
	width: 50px;
	border-radius: 50%;
	top: 41%;
	position: absolute;
	text-align: center;
	font-size: 45px;
}
#upcommingCarousel.owl-carousel .owl-nav .owl-prev:hover, #upcommingCarousel.owl-carousel .owl-nav .owl-next:hover {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
}
#upcommingCarousel.owl-carousel .owl-nav .owl-prev {
	left: -60px;
}
#upcommingCarousel.owl-carousel .owl-nav .owl-next {
	right: -60px;
}
.eventsblock {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	flex-wrap: wrap;
	background: #000;
	outline: 3px solid #5A5A5C;
	color: #fff;
}
.eventsimage {
	display: inline-block;
	width: 40%;
	background-color: #000;
}
.eventsimage a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.eventsimage img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}
.eventsinfo {
	width: 60%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.event-presenting {
	background-color: #5A5A5C;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 2px 10px;
	font-weight: 600;
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}
.eventsblock .events-title {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
}
.eventsblock .event-date {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #0f0f0f;
	font-weight: 500;
	background-color: #fff;
	padding: 12px 12px 12px 40px;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.events-inner {
	padding: 20px;
	box-sizing: border-box;
	display: inline-flex;
	height: 100%;
	flex-direction: column;
	bottom: 0;
}
.events-inner .read-btn {
	margin-top: auto;
}
.events-description {
	margin-bottom: 10px;
}
.events-description p:first-child {
	margin-top: 0;
}
#events-over-slider {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.sec-event-block {
	width: 100%;
	margin-bottom: 20px !important;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	padding: 20px 20px 0;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	outline: 3px solid rgb(246, 7, 13);
	margin: 10px auto;
	max-width: 375px;
}
.sec-event-block:nth-child(3n) {
	margin-right: 0;
}
.sec-event-inner {
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 235px;
}
.sec-event-inner > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	gap: 5px;
}
.sec-event-inner > a .event-date {
	margin-bottom: auto;
	font-size: 18px;
}
.event-shot-title {
	color: #ee1d23;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.event-tag {
	font-size: 13px;
}
.sec-event-inner .readmore {
	display: flex;
	margin-left: -20px;
}
.sec-event-inner a.readmorebtn {
	position: relative;
	background-color: #b7100d;
	color: #fff;
	padding: 10px 35px 10px 10px;
	font-size: 20px;
	line-height: 1;
	clip-path: polygon(86% 0, 100% 100%, 0 100%, 0 0);
}
.sec-event-inner a.readmorebtn:hover {
	background-color: #5A5A5C;
	color: #fff;
}
.slider-over-events .comn-btn {
	background-color: rgba(234, 29, 36, 0.7);
	font-size: 20px;
	color: #fff;
	border: 1px solid #0f0f0f;
	text-transform: uppercase;
	font-weight: 500;
	display: none;
}
.slider-over-events .comn-btn:hover {
	background-color: #bd1e23;
	color: #fff;
}
.slider-over-events {
	text-align: center;
	position: absolute;
	top: 50px;
	z-index: 99;
	width: 100%;
	left: 0;
}
.slider-over-events .wpb_wrapper > h2 {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 15px;
}
#upcommingCarousel .owl-stage-outer {
	z-index: 9999;
}
.multi-btn .comn-btn {
	margin: 0 7px;
	width: 310px;
}
#annualevent {
	background-color: #eee;
	padding: 0px 18px 1px;
	margin-bottom: 25px;
}
#annualevent table, #annualevent table tr, #annualevent table tr td, #annualevent table tr th {
	border: 0;
}
#annualevent table tr {
	background-color: #fff;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
}
#annualevent table tr td {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 16px;
	height: 60px;
	vertical-align: middle;
}
#annualevent table tr th {
	text-transform: uppercase;
	color: #0f0f0f;
}
#annualevent table tr.mainrow {
	background-color: transparent;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	line-height: 30px;
}
#annualevent .secrow {
	font-weight: 600;
}
#annualevent a.comn-btn {
	background-color: #0f0f0f;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 18px;
	border-radius: 5px;
	color: #fff;
}
#annualevent a.comn-btn:hover {
	background-color: #5A5A5C;
	color: #fff;
}
#annualevent a.comn-btn:active,
#annualevent a.comn-btn:focus{
	color: #fff;
	background-color: #0f0f0f;
}
#annualevent .mobile-label {
	display: none;
}
#annualevent table tr td.eventdate {
	width: 20%;
}
#annualevent table tr td.eventtitle {
	width: 50%;
}
#annualevent table tr td.eventgate, #annualevent table tr td.eventbtn {
	width: 15%;
}
.mobile-show {
	display: none;
}
table {
	border-collapse: collapse;
	width: 100%;
}
.sponsored-posts {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px;
}
.sponsored-posts .section-partners.block {
	border: 2px solid #050a1e;
}
.contact-page #content-full {
	margin: 0;
}
.contact-page #wrapper {
	min-height: 0;
}
.point-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.points-btns {
	display: flex;
	gap: 35px;
	flex-wrap: wrap;
	justify-content: center;
}
.points-btns a {
	min-width: 138px;
	text-align: center;
}
.back-button {
	margin-bottom: 15px;
	text-align: right;
}
.comn-btn.return-btn {
	font-size: 20px;
	padding: 10px 20px 8px;
}
.single-event-post .entry-title.post-title.blog-title {
	background-color: #5A5A5C;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.single-event-post .blog-img {
	margin-right: 20px;
	float: left;
	height: auto;
	background-color: #eee;
	width: 52%;
	border: 4px solid #5A5A5C;
	text-align: center;
	padding: 10px;
}
.single-event-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.single-event-meta > span.flexcol {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.single-event-meta > span.flexcol > span{
	width: 100%;
}
.single-event .eventtable sup {
	vertical-align: super;
	font-size: 15px;
	text-transform: lowercase;
	font-weight: normal;
} 

.single-event-post .event-gate, .single-event-post .event-date, .single-event-post .event_timetrail, .single-event-post .event_elimination, .single-event-post .event_curfew, .single-event-post .presented {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 20px;
}
.single-event-post .event-gate label, .single-event-post .event-date label, .single-event-post .event_timetrail label, .single-event-post .event_elimination label, .single-event-post .event_curfew label, .single-event-post .presented label {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #ee1d23;
}
.single-event .event-gate {
	clear: both;
	display: block;
	width: 100%;
}
.event_subinfo{
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 20px;	
}
.event_subinfo label{
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #bd1e23;
}
.eventtable {
	clear: both;
	width: 100%;
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: left;
}
.eventtable {
	clear: both;
	width: 100%;
	margin-top: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-align: left;
}
.eventtable th {
	color: #ee1d23;
	font-size: 18px;
	vertical-align: bottom;
	line-height: 22px;
	text-transform: uppercase;
}
.eventtable table,
.eventtable tr, 
.eventtable td, 
.eventtable th{
	border: 0;
} 
.eventtable th, .eventtable td {
	width: 19%;
}
#annualevent .mobile-label {
	display: none;
}
.questionnaire-page label, .submit-events > fieldset.break-half > label {
	color: #0f0f0f;
	display: block;
	line-height: 1.5;
}
.up-info {
	color: #0f0f0f;
	font-size: 14px;
}
.racers-mains {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	margin-bottom: 30px;
}
.racer-block {
	width: 100%;
	position: relative;
	background-color: #fff;
	outline: 3px solid #0f0f0f;
}
.racer-block a {
	color: #0f0f0f;
}
.racer-head {
	position: relative;
	width: 100%;
	display: flex;
	background: #ee1d23;
	align-items: center;
	justify-content: center;
	border-bottom: 2px solid #000000;
}
.racer-head:hover {
	background: #0f0f0f;
}
.racer-title {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	width: 83%;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 0;
}
.racer-icon {
	position: relative;
	background-color: #f9951d;
	padding: 5px;
	width: 17%;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
}
.racer-icon img {
	max-width: 33px;
}
.racer-thumb {
	display: flex;
	height: 205px;
	justify-content: center;
	align-items: center;
	background: #000;
}
.racer-block:hover .racer-thumb img {
	filter: grayscale(100%);
}
.racer-thumb img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in; 
	-webkit-transition: all 0.2s ease-in; 
}
.champ-details {
	padding: 10px 5px;
	display: block;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}
.racer-class {
	display: block;
	text-align: center;
	background-color: #5A5A5C;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	z-index: 99;
	position: relative;
	color: #fff;
	text-transform: uppercase;
}
.racer-block a.racer-btn {
	display: block;
	padding: 10px 0;
	text-align: center;
	background-color: #ee1d23;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	z-index: 9;
	position: relative;
	text-transform: uppercase;
}
.racer-block a.racer-btn:hover {
	background-color: #0f0f0f;
}
.single-racers-meta > span {
	display: flex;
	margin-bottom: 10px;
	flex-direction: column;
}
.single-racers-meta > span > label {
	color: #0f0f0f;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 2px;
}
.single-racers-post .blog-img {
	margin-right: 25px;
	max-width: 410px;
	float: left;
	margin-top: 0;
	background-color: #eee;
	text-align: center;
}
#featured-racers .view-all-btn .comn-btn {
	background-color: #0f0f0f;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
}
#featured-racers .view-all-btn .comn-btn:hover {
	background-color: #bd1e23;
	color: #fff;
}
.single-racers-post .content-bottom .vc_media_grid {
	margin: 20px 0 !important;
}
.single-event-page > div {
	display: flow-root;
}
.navigation {
	display: flex !important;
	color: #ee1d23;
	gap: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 2em;
	clear: both;
}
.navigation a {
	color: #bd1e23;
	padding: 4px;
}
#events-home {
	position: relative;
}
#events-home #filter {
	position: absolute;
	right: 0;
	top: -60px;
	width: 200px;
	height: 40px;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	border: 0;
	font-weight: 500;
	min-width: 200px;
}
#events-home #filter option {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	background-color: #fff;
}
.owl-carousel:not(.owl-loaded) {
	opacity: 0;
}
.contact-page #footer-top .foo-form-row {
	display: none;
}
#footer-top .container > p {
	margin: 0;
}
.ja_title {
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	background-color: #fff;
}
.ja_title > div {
	color: #0f0f0f;
}
.ja_body {
	text-align: center;
	padding-top: 5px;
}
.ja_btn_wrap.optBack {
	background: #fff;
}
.ja_wrap a.ja_btn_green, .ja_wrap a.ja_btn_red {
	display: inline-block;
	background: #5A5A5C;
	color: #fff;
	padding: 15px 50px;
	font-size: 18px;
	line-height: 18px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0;
}
.ja_wrap a.ja_btn_red {
	background: #0f0f0f;
	color: #fff;
}
.ja_wrap a.ja_btn_green:hover, .ja_wrap a.ja_btn_red:hover {
	background: #0f0f0f;
}
.ja_wrap a.ja_btn_red:hover {
	background: #5A5A5C;
	color: #fff;
}
.ja_btn_wrap.optBack {
	margin-top: 4px;
	margin-bottom: -10px;
}
.cart-contents {
	position: relative;
}
.cart-contents-count {
	position: absolute;
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	right: -8px;
	color: #000;
}
/* .brush-font {
	font-family: 'BrushScript' !important;
} */
.brush-font {
	font-family: 'oswald' !important;
}
#sticky-sponsors h2 {
	margin-bottom: 0;
	padding-top: 7px;
}
#even-notifications-list {
	font-family: 'Oswald';
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.events-notif-color {
	padding: 4px 10px;
}
#event-cancelled {
	font-family: 'Oswald';
	padding: 15px;
	font-size: 20px;
}
.eventcalcelled {
	animation: blinker 1500ms linear infinite;
	position: relative;
	z-index: 999;
	color: #EC8933 !important;
	font-size: 18px;
}
@keyframes blinker {
   50% { opacity: 0;
   color: #F7F601;}
   
 }
 .hidden {
	opacity: 0;
}
#content-sitemap {
	margin-top: 20px;
}
#sticky-sponsors .brand-posts {
	padding-top: 20px;
	padding-bottom: 30px;
}
#sticky-sponsors.sticky .brand-posts {
	padding-top: 10px;
	padding-bottom: 10px;
}
input[type="checkbox"], input[type="radio"] {
	width: 15px;
	height: 15px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: block;
	margin-bottom: 10px;
}
.woocommerce-form.woocommerce-form-register.register {
	min-height: 383px;
}
.image-heading img {
	width: 200px;
	margin-top: 8px;
}
.top-notif-color a {
	padding: 7px 2px;
	text-align: center;
	display: block;
}
.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
	left: 0;
  right: 0;
  margin: auto;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.home-blog-row .image-heading h2 {
	color: #fff;
}
.search #page-header h1 {
	display: none;
}
.title-search-results {
	float: left;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.breadcurmb-row {
	margin-top: 12px;
	margin-bottom: 12px;
}
.title-search-results .breadcurmb-row {
	width: 100%;
}
#page-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.search .breadcurmb-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	flex-direction: row-reverse;
}
.sponsored-posts .brand-thumb:hover, .section-brand .brand-thumb:hover {
	filter: grayscale(1);
}
/* ========== Responsive ========== */

@media screen and (max-width: 1024px){
	.menu-item-has-children::after {
		display: none;
	}
	.racers-mains {
		grid-template-columns: repeat(3, 1fr);
	}
	.racer-block {
		max-width: 275px;
		margin: auto;
	}
	.sr7-btn {
		margin-top: 30px !important;
	}
}

@media screen and (max-width: 980px){
	.single-event-post .blog-img {
		width: 100%;
		margin-right: 0;
		float: none;
		background-color: transparent;
		max-width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width: 900px){
	.multi-btn .comn-btn {
		margin: 0 auto 10px;
		display: inline-block;
	}
	.sponsored-posts {
		grid-template-columns: repeat(4, 1fr);
	}
	.racers-mains {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 800px){
	#main-footer-bottom {
		flex-direction: column;
	}
	.top-widget {
		margin-bottom: 0;
	}
	.header_top_widget ul {
		box-shadow: none;
		justify-content: center;
		padding: 5px 0 3px 00px;
	}
	.header_top_widget {
		text-align: center;
	}
	#header {
		padding-top: 10px;
	}
	#logo {
		margin-top: 0;
	}
	.header-inner-wrap {
		flex-direction: column;
		gap: 10px;
	}
	.slider-over-events {
		position: relative;
		top: 0;
	}
	.sec-event-block {
		max-width: 100%;
	}
	#upcommingCarousel.owl-carousel .owl-nav .owl-prev, #upcommingCarousel.owl-carousel .owl-nav .owl-next {
		background: #ee1d23;
		color: #fff;
		font-size: 34px;
		z-index: 99999;
	}
	#upcommingCarousel.owl-carousel .owl-nav .owl-prev {
		left: -15px;
	}
	#upcommingCarousel.owl-carousel .owl-nav .owl-next {
		right: -15px;
	}
	#upcommingCarousel.owl-carousel .owl-nav .owl-prev, #upcommingCarousel.owl-carousel .owl-nav .owl-next {
		height: 30px;
		line-height: 27px;
		width: 30px;
		font-size: 23px;
	}
	.home-featured-events .image-heading {
		padding-bottom: 50px;
	}
	.sr7-btn {
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 768px){
	
	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.half, .one-third, fieldset.break-half {
		width: 100%;
		margin-right: 0;
	}
	.eventsblock {
		flex-direction: column;
	}
	.eventsimage {
		width: 100%;
	}
	.eventsinfo {
		width: 100%;
	}
	.event-presenting {
		padding: 0 10px 2px 10px;
		justify-content: center;
		text-align: center;
	}
	.eventsblock .event-date {
		clip-path: polygon(5% 0%, 95% 0, 100% 100%, 0 100%);
		width: 100%;
	}
	#annualevent {
		padding: 0px 15px 1px;
	}
	#annualevent table tr td {
		font-size: 16px;
		height: auto;
		vertical-align: top;
		display: block;
		width: 100% !important;
	}	
	#annualevent .secrow {
		font-weight: 600;
		display: none;
	}
	#annualevent .eventtitle {
		margin-top: 5px;
	}
	#annualevent .eventbtn {
		padding-bottom: 10px;
		margin-top: 7px;
	}
	#annualevent .mobile-label {
		display: inline-block;
		font-weight: 600;
	}
	.sponsored-posts {
		grid-template-columns: repeat(3, 1fr);
	}
	.single-event-meta {
		flex-direction: column;
		align-items: flex-start;
	}
	.single-event-meta > span.flexcol {
		width: 100%;
	}
	.eventtable tr {
		margin-bottom: 20px !important;
		display: block;
	}
	.eventtable tr td:nth-child(1) {
		background-color: #000;
		color: #fff;
		padding: 10px 10px 8px;
	}
	.eventtable tr td {
		background-color: #f9f9f9;
		padding: 3px 10px;
		width: 100% !important;
		display: block;
	}
	.eventtable td .mobile-show {
		display: inline-block;
		color: #ee1d23;
		padding-right: 3px;
	}
	.eventtable td .mobile-show {
		display: inline-block;
		color: red;
		padding-right: 3px;
	}
	.eventtable th {
		display: none !important;
	}
	.slider-over-events .comn-btn {
		background-color: rgb(254, 232, 0);
		font-size: 20px;
		color: #000;
		border: 1px solid #0f0f0f;
		text-transform: uppercase;
		font-weight: 500;
		display: inline-block;
	}
	.slider-over-events .comn-btn:hover {
		background-color: #000;
		color: #fff;
		border: 1px solid #000;
	}
}

@media screen and (max-width: 767px){
	.foo-icon-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.foo-icon-list.social {
		justify-content: flex-start;
		flex-direction: revert;
		margin-top: -48px;
	}
	.blog-content h2, .blog-content .post-excerpt {
		min-height: auto;
	}
	.sec-event-block {
		background-color: #000;
	}
}

@media screen and (max-width: 600px){
	.header-widgets-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.sponsored-posts {
		grid-template-columns: repeat(2, 1fr);
	}
	.racers-mains {
		grid-template-columns: repeat(1, 1fr);
	}
	.header_widget ul li a {
		font-size: 40px;
	}
}

@media screen and (max-width: 533px){
	.points-btns {
		flex-direction: column;
	}
	.mobile-show {
		display: block;
	}
	.blog-img.mobile-hide {
		display: none;
	}
	/*#events-home {
		padding-top: 55px;
	}
	#events-home #filter {
		top: -4px;
		left: 0;
		margin: auto;
	}*/
	.header_top_widget ul {
		flex-direction: column;
		gap: 0;
	}
	
}

@media screen and (max-width: 480px){
	
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: auto auto 15px auto;
	}
	#searchform #s {
		width: 180px;
		height: 35px;
		font-size: 12px;
	}
	#searchform #searchsubmit {
		font-size: 18px;
	}
	.sponsored-posts {
		grid-template-columns: repeat(1, 1fr);
	}
	#sticky-sponsors h2 {
		font-size: 1.4em;
		margin-bottom: -5px;
	}
	.search .breadcurmb-row {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
}


@media screen and (max-width: 375px){

}

@media screen and (max-width: 360px){
		
}