/*
Theme Name: MGR Child Theme
Template: MGR
Description: MGR Theme by 1SkyMedia.com
Author: 1SkyMedia.com
Author URI: https://www.1SkyMedia.com/
Version: 1.0.0 

*/

/* =Base
-------------------------------------------------------------- */

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	height: 100%;
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-smoothing: antialiased;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	font-display: swap;
} 

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}  

ol, ul {
	list-style: none;
}

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;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}
input::placeholder, textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
	font-weight: 400;
}
textarea {
	overflow: auto;
	vertical-align: text-top;
	font-size: 17px;
	height: 200px;
	border: 1px solid #ccc;
}

#searchform #searchsubmit {
	font-family: fontawesome;
	background-color: #f9951d;
	padding: 5px 20px !important;
	border: none;
}
#searchform #searchsubmit:hover {
	background-color: #ea1d24;
	color: #fff !important;
}
.widget-wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: transparent;
	border: 0px;
	border-radius: 0;
	margin: 0 0 20px;
	padding: 20px;
}


/* =Typography
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

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



/* =Responsive 12 Column Grid
    https://demos.cyberchimps.com/responsivepro/responsive-grid/
-------------------------------------------------------------- */
.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%;
}
#content-full {
	margin-top: 20px;
}
.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#content-sitemap #widgets {
	margin-top: 0;
}
#content-sitemap a {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
#content-sitemap a:hover {
	color: #ea1d24;
	text-decoration: underline;
}
.error404-row {
	text-align: center;
}
#content-search .read-more {
	margin-top: 20px;
}
.search div.status-publish {
	border-bottom: 1px dashed #333;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.search-no-results #content-search {
	text-align: center;
}
.title-404 {
	color: #ea1d24;
}
/* =Links
-------------------------------------------------------------- */
a {
	color: #ea1d24;
	text-decoration: none;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
	color: #000;
	outline: 0;
	text-decoration: none;
}
a:active,
a:focus {
	color: #ea1d24;
}
a.standard-button, #content-search .read-more a, .blue-button, a.readmorebtn, .comn-btn {
	display: inline-block;
	background-color: #EA1D24;
	color: #fff;
	padding: 15px 50px;
	font-size: 18px;
	font-weight: 900;
	line-height: 18px;
	font-family: Lato;
	border-radius: 30px;
	border: 1px solid #000;
}

a.standard-button:hover, #content-search .read-more a:hover, .blue-button:hover, a.standard-button:focus, a.readmorebtn:hover, .comn-btn:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #454545;
  opacity: 0.7; /* Firefox */
  font-weight: 400;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #12172b;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #12172b;
}


/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #dddddd;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}


/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 20px;
	margin-top: 0;
}

h2 {
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 800;
}

h3 {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 0;
	color: #ea1d24;
}

h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	margin-top: 0;
}

h5 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 0;
}

h6 {
	font-size: 18px;
	line-height: 24px; 
	margin-bottom: 10px;
	margin-top: 0;
}

h3 ~ p, h4 ~ p, h5 ~ p, h6 ~ p {
	margin-top: 0;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
	margin: 15px 0;
}


/*********** start slimmenu css ********/

.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: 5px;
}
.collapse-button {
	background-color: #f9951d;
	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 #fff;
}
.collapse-button:hover, .collapse-button:focus {
	background-image: none;
	background-color: #ea1d24;
	color: #fff;
}
.collapse-button:hover .icon-bar, .collapse-button:focus .icon-bar {
	background-color: #fff;
}
.collapse-button .icon-bar {
	background-color: #fff;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	display: block;
	height: 3px;
	width: 100%;
	margin: 3px 0;
}
ul.slimmenu{
    height:auto;
    list-style-type:none;
    width:100%;
    text-align:left;
    margin:0;
    padding: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 > li {
	border: 0 none;
	float: none;
	display: inline-block;
	margin: 0;
	position: relative;
}
ul.slimmenu > li:last-child {
	margin-right: 0;
}
ul.slimmenu > li:last-child > a {
	padding-right: 0;
}
ul.slimmenu li a {
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	z-index: 9;
	margin: 0;
	padding: 0 19px;
	font-family: inherit;
	font-weight: 600;
	font-size: 17px;
}
ul.slimmenu li a:hover {
	background-color: transparent;
	color: #ea1d24;
}
ul.slimmenu li a ul li a:hover, ul.slimmenu li.menu-item-has-children ul li a:hover {
	background-color: rgb(0, 0, 0, 0.9);
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor a, ul.slimmenu > li.current-menu-ancestor a {
	b ackground-color: #ea1d24;
	color: #ea1d24;
}

ul.slimmenu li.current-menu-item ul li a, ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}

ul.slimmenu li.current-menu-ancestor ul li a {
	color: #fff;
}
ul.slimmenu > li.current-menu-ancestor ul li.current-menu-parent > a {
	background-color: #ea1d24;
	color: #fff;
}
ul.slimmenu li .sub-collapser{
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0
}
ul.slimmenu li .sub-collapser::before{
    color:#fff;
    content:"";
    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 li .sub-collapser>i{
    display:none
}
ul.slimmenu ul li .sub-collapser::before{
    content:"\f0da";
    right:20px
}
ul.slimmenu li ul{
    list-style-type:none;
    margin:0
}
ul.slimmenu li ul li {
	position: relative;
}

ul.slimmenu li ul li{
    background-color:transparent;
    color:#fff;
    right:0;
    width:100%
}
ul.slimmenu li ul li a {
	color: #fff;
	background-color: rgba(234, 29, 36, 0.9);
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #fff;
}

ul.slimmenu li ul li a:hover{
    background-color: transparent;
    color: #E02F79;
}
ul.slimmenu li ul li a:hover{
    background-color: #00a556;
}
.sub-menu > li.menu-item-has-children:hover::after {
	color:#fff;
}

ul.slimmenu li.current-menu-item ul li a {
	color: #fff;
	background-color: #ea1d24;
}
ul.slimmenu li.current-menu-item ul li a:hover, ul.slimmenu li ul li.current-menu-item ul li a:hover {
	background-color: #000;
	color: #fff !important;
}
ul.slimmenu li ul li.current-menu-item ul li a {
	background-color: #ea1d24;
	color: #fff !important;
}
ul.slimmenu li ul li.current-menu-item a {
    background-color:#00a556;
    color:#FFF
}

ul.slimmenu li ul li.current-menu-item a:hover {
	color: #FFF;
}
ul.slimmenu li:last-child ul li{
    right:0
}
ul.slimmenu li > ul {
	left: 0;
	min-width: 19em;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	z-index: 9999999;
	padding: 0;
	display: none;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}


ul.slimmenu.collapsed li.menu-item-has-children a {
	padding-right: 50px;
	color: #fff;
}
ul.slimmenu.collapsed ul.sub-menu i{
    font-style:normal;
    padding-left:0;
    padding-right:5px;
}
ul.slimmenu li > ul > li ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	width: 100%;
	min-width: 25em;
}
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: #ea1d24;
	color: #fff;
	text-align: left;
	font-size: 17px;
	padding: 0 12px;
	border-bottom: 1px solid #eee;
	font-family: inherit;
	font-weight: 400;
}
.menu-item-has-children::after {
	position: absolute;
	font-family: FontAwesome;
	content: "\f107";
	top: 0;
	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: #fff;
	z-index: 999;
	display: block;
}
ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li ul li a:hover {
	color: #000;
	background-color: #f9951d;
}
ul.slimmenu.collapsed li.current-menu-item > a {
	background-color: #f9951d;
	color: #000;
}
ul.slimmenu.collapsed li .sub-collapser{
    height:40px;
    width:50px;
    z-index:999;
    position:absolute;
    display:inline;
    font-family:FontAwesome;
    color:#FFF;
    line-height:40px;
    font-size:20px;
    text-align:center
}
ul.slimmenu.collapsed li a:hover .sub-collapser,ul.slimmenu.collapsed li.current-menu-item .sub-collapser::after{
    color:#fff
}
ul.slimmenu.collapsed li.current-menu-item li > a {
	background-color: #ea1d24;
	color: #fff;
}
ul.slimmenu.collapsed li.menu-item-has-children ul li a {
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	padding-left: 25px;
}
ul.slimmenu.collapsed li .sub-collapser::after{
    content:"\f107"
}
ul.slimmenu.collapsed li .sub-collapser.expanded::after{
    content:"\f106"
}
ul.slimmenu.collapsed li > ul {
	display: block;
	position: static;
	height: auto !important;
}
ul.slimmenu li:hover ul{
    display:block
}
ul.slimmenu.collapsed li a::after,ul.slimmenu.collapsed li a::after:hover{
    content:'';
    display:none
}
ul.slimmenu.collapsed>li>a::before{
    display:none
}
.sub-toggle {
	position: absolute;
}

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: 50px;
	text-align: center;
	line-height: 50px;
	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"
}

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: 50px;
	width: 50px;
	display: block;
}

ul.slimmenu li .sub-toggle .icon {
		display: none;
}

ul.slimmenu.collapsed li a:hover, ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a:hover {
	color: #000;
	background-color: #f9951d;
	padding-bottom: 0px;
}
ul.slimmenu li.current-menu-item.cmenu-catalogues a, ul.slimmenu.collapsed li.current_page_item.cmenu-catalogues a {
	background-color: #FEF200;
	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: #f9951d;
	color: #000 !important;
}
ul.slimmenu li.menu-item-has-children a {
	padding-right: 22px;
}
ul.slimmenu > li.current-menu-item > a {
	color: #ea1d24;
	background-color: transparent;
}
.bg-row {
	background: #ededed;
	padding: 10px 20px 30px;
}
.multi-btn .comn-btn {
	margin: 0 5px;
}
ul.slimmenu li.current-menu-item ul li::after {
	color: #fff;
}
/*********** End slimmenu css ********/


/* = Global CSS
-------------------------------------------*/

#wrapper {
	border: 0;
	margin: 0 auto;
	padding: 0;
	min-height: 450px;
	overflow: hidden;
	border-radius: 0;
	position: inherit;
}
body.home #wrapper {
	margin: 0;
}
#header {
	margin: 0;
	position: relative;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	padding: 5px 0 0;
}
#header-main {
	background-color: #fff;
}
#container {
	padding: 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 1200px !important;
	width: 100% !important;
}
.page div#content, .post-entry {
	display: block;
}
.topwidget {
	float: right;
	color: #fff;
	font-family: 'Lato', sans-serif;
	margin-top: 27px;
}
.topwidget .widget_block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
#foo-row-two ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topwidget .top-row li a, .social-icons li a {
	background: #fff;
	color: #000;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
}
.topwidget .top-row li a:hover, .social-icons li a:hover {
	background: #ea1d24;
	color: #fff;
}
.topwidget ul li {
	margin-left: 5px;
	display: inline-flex;
	align-items: center;
}
.topwidget .top-row li .comn-btn {
	display: inline-block;
	background-color: #EA1D24;
	color: #fff;
	padding: 5px 25px;
	font-size: 16px;
	font-weight: 500;
	font-family: Lato;
	border-radius: 30px;
	width: auto;
	height: auto;
	line-height: inherit;
}
.topwidget .top-row li .comn-btn:hover {
	background-color: #fff;
	color: #000;
}
#page-header {
	float: left;
	width: 100%;
	background-color: #000;
}
#page-header h2 {
	text-align: left;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 0;
	font-weight: 700;
	float: left;
	line-height: 30px;
}
.breadcurmb-row {
	float: right;
	margin-top: 18px;
	margin-bottom: 10px;
	color: #fff;
}
.breadcurmb-row a {
	color: #fff;
}
.breadcurmb-row a:hover {
	color: #f9951d;
}
.breadcurmb-row .title-archive {
	display: none;
}
.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;
}

/* =Header CSS
-------------------------------------------*/
.site-nav {
	font-family: 'Lato', sans-serif;
	position: relative;
	float: left;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #ea1d24;
}
.header-nav {
	float: left;
	height: 50px;
	line-height: 50px;
}
#search-icon {
	font-weight: normal;
	margin-left: 50px;
	cursor: pointer;
}
#search-icon .fa.fa-search {
	font-weight: normal;
}
#logo a {
	float: none;
	display: table;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
#logo, #logo img {
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	filter: drop-shadow(-2px 3px 4px rgba(255,255,255,0.6));
	-moz-filter: drop-shadow(-2px 3px 4px rgba(255,255,255,0.6));
	-webkit-filter: drop-shadow(-2px 3px 4px rgba(255,255,255,0.6));
}
#logo:hover, #logo img:hover {
	filter: inherit;
	-moz-filter: inherit;
	-webkit-filter: inherit;
}

/* =Contact Form CSS
-------------------------------------------*/

.wpcf7 input, .wpcf7 textarea {
	width: 100%;
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	font-family: inherit !important;
	padding-left: 15px;
}
.wpcf7 input {
	height: 55px;
	line-height: 55px;
}
.wpcf7 textarea {
	height: 100px;
}

fieldset.full {
	margin-bottom: 20px;
}
fieldset.half {
	width: calc(100% / 3 - 14px);
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
fieldset.break-half {
	width: calc(100% / 2 - 10px);
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
fieldset.half.last, fieldset.break-half.last {
	margin-right: 0;
	float: right;
}

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: 2em 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: #000;
	margin-top: 0 !important;
	color: #000;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
	border: 2px solid #FF001F;
}
.one-third {
	position: relative;
	float: left;
	width: Calc(100% / 3 - 16px);
	margin-right: 23px;
	margin-bottom: 20px;
}
.one-third.last {
	float: right;
	margin-right: 0;
}
.wpcf7 select, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 0;
	background-color: #ffffff;
	box-sizing: border-box;
	border-radius: 0;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 0px 8px;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	height: 50px;
	line-height: 50px;
	border: 0;
	box-shadow: unset;
	border: 1px solid #000;
}
input:focus, input[type="text"]:focus {
	background-color: none;
	border-color: #000;
}
area:focus, input:focus, textarea:focus {
	border: 1px solid #000;
}

.full.submit-div {
	text-align: center;
}
.icon-row .half, 
.icon-row .one-third, 
.icon-row .full {
	position: relative;
}
.icon-row .full {
	float: left;
	width: 100%;
	margin-bottom: 22px;
}
.icon-row .fa {
	position: absolute;
	z-index: 9;
	left: 10px;
	top: 17px;
	color: #454545;
	width: 15px;
	text-align: center;
}
.icon-row .fa.fa-comment {
	top: 12px;
}
.icon-row input, .icon-row textarea, .icon-row select {
	padding-left: 32px !important;
}
.wpcf7-form-control-wrap.your-message {
	display: flex;
}
.full.submit {
	text-align: center;
}
input[type="submit"] {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-shadow: none;
	border: 1px solid #000;
	background-color: #ea1d24;
	color: #fff !important;
	display: inline-block;
	font-size: 20px !important;
	padding: 15px 50px !important;
	text-shadow: none;
	height: auto !important;
	line-height: 20px !important;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif !important;
	width: auto !important;
	border-radius: 30px;
}
input[type="submit"]:hover {
	background-color: #000;
	color: #fff !important;
	border-color: #000;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	margin-top: 0 !important;
	color: #46b450;
}
label {
	color: #000;
}
/* =Footer CSS
-------------------------------------------*/
#footer {
	width: 100%;
	text-align: center;
	background-color: #000;
	color: #fff;
	padding: 0;
	font-size: 16px;
	padding-bottom: 105px;
	float: left;
	width: 100%;
	margin-top: -130px;
	padding-top: 130px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #f9951d;
}
#main-footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-designby p {
	display: inline-flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer-designby img {
	max-width: 200px;
}
#foo-row-one .vc_column-inner > .wpb_wrapper {
	display: flex;
	justify-content: space-between;
}
#foo-row-one .wpb_single_image, #foo-row-two .foo-form-head {
	margin-bottom: 0 !important;
}
#foo-row-two {
	padding: 10px 30px;
	z-index: 99;
	position: relative;
	background: linear-gradient(to left, #ea1d24 50%, #24222100 50%), url("../../../wp-content/uploads/2021/12/bg_contact.jpg");
	border-radius: 10px;
}
#foo-row-two h3 {
	font-size: 27px;
	line-height: 28px;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
}
#foo-row-three {
	color: #fff;
}
.foo-icon-list a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.foo-icon-list .fa {
	font-size: 75px;
	color: #f9951d;
	margin-right: 15px;
}
.foo-icon-list a {
	color: #fff;
}
.foo-icon-list a:hover, .foo-icon-list a:hover strong {
	color: #fff;
	text-decoration: underline;
}
.foo-icon-list.phone strong {
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 0;
}
.foo-icon-list.social strong {
	margin-top: 5px;
	margin-bottom: 0;
}

/*********** Homepage ***********/
.custom-head h2 {
	color: #fff;
}
.tparrows::before {
	font-size: 30px !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #000 !important;
}
#rev_slider_1_1_wrapper .custom.tparrows {
	background: #ffc20d !important;
	color: #000;
	width: 55px !important;
}
#rev_slider_1_1_wrapper .custom.tparrows:hover {
	background: #fff !important;
}
.tp-leftarrow.tparrows.custom {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.tp-rightarrow.tparrows.custom {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
rs-dotted {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.2);
}
.home-shortcode {
	display: flow-root;
	margin-bottom: 0 !important;
}
.view-all-btn .comn-btn {
	background-color: #fff;
	color: #ea1d24;
}
.view-all-btn.orange .comn-btn {
	color: #ea1d24;
	font-weight: 900;
	font-size: 18px;
}
#race-results .view-all-btn .comn-btn {
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 900;
	border: 1px solid #000;
}
.view-all-btn .comn-btn:hover, #race-results .view-all-btn .comn-btn:hover {
	background-color: #000;
	color: #fff;
}
.newsletter-row {
	padding: 20px 0;
}
.newsletter-row h3 {
	color: #fff;
	font-size: 25px;
}
.newsletter-row form {
	margin: 0;
}
.newsletter-form {
	display: flex;
	margin: 0;
}
.newsletter-form fieldset.half {
	width: auto;
	margin-bottom: 0;
}
.newsletter-form fieldset.half.last {
	max-width: 180px;
	width: 235px;
}
.newsletter-form input[type="text"], .newsletter-form input[type="email"] {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.newsletter-form input[type="submit"] {
	padding: 6px !important;
	font-size: 24px !important;
	height: 40px !important;
	background-color: #f56d23;
}
.newsletter-form input[type="submit"]:hover {
	background-color: #fff;
	color: #f56d23 !important;
}
.newsletter-form span.wpcf7-not-valid-tip {
	color: #fff !important;
	font-size: 12px;
	top: 26px;
}
#brandsCarousel {
	position: relative;
}
#brandsCarousel.owl-carousel .owl-nav.disabled, #brandsCarousel.owl-carousel .owl-nav {
	display: block !important;
	color: #000;
	font-size: 35px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#brandsCarousel.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 25px;
	left: -25px;
}
#brandsCarousel.owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 25px;
	right: -25px;
}
#brandsCarousel.owl-carousel .owl-nav.disabled .owl-prev:hover, #brandsCarousel.owl-carousel .owl-nav.disabled .owl-next:hover {
	color: #000;
}
#brandsCarousel.owl-carousel .owl-stage-outer{
	z-index: 99;
}
.brand-thumb {
	padding: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 87px;
	text-align: center;
	border: 0 !important;
	outline: 0 !important;
}
#brandsCarousel .brand-thumb a {
	display: block;
	border: 0 !important;
	outline: 0 !important;
	color: #fff;
}
#brandsCarousel .brand-thumb > a img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #000;
	display: block;
	width: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-width: 180px
}
.brand-thumb:hover img, #foo-row-one .vc_column-inner > .wpb_wrapper img:hover {
	filter: grayscale(1);
}
#brands-row {
	padding-top: 25px;
}
#brands-row h2 {
	color: #000;
	margin-bottom: 20px;
}
.event-main-head h2 {
	color: #000;
	font-size: 35px;
	line-height: 35px;
}
.eventsblock {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	flex-wrap: wrap;
	background: #fff;
	padding: 10px;
}
.eventsimage {
	display: inline-block;
	width: 40%;
	background-color: #fff;
}
.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: #EA1D24;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 30px;
	position: relative;
	font-weight: 800;
	width: 100%;
	margin-bottom: 10px;
}
.eventsblock .events-title {
	color: #000;
	margin-bottom: 10px;
}
.eventsblock .event-date {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	line-height: 25px;
	color: #000;
	margin-bottom: 5px;
}
/* .event-presenting::before, .single-event-post .entry-title.post-title.blog-title::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 50px solid transparent;
	border-bottom: 62px solid #FFF;
}
*/
.events-inner {
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	display: inline-flex;
	height: 100%;
	flex-direction: column;
	bottom: 0;
}
.events-inner .readmore {
	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;
}
.sec-event-block {
	width: 100%;
	margin-bottom: 20px !important;
	background-color: rgba(234, 29, 36, 0.5);
	color: #fff;
	text-align: center;
	padding: 20px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	outline: 3px solid rgba(237, 237, 237, 0.5);
	border-radius: 10px;
	max-width: 380px;
	margin: 3px;
	min-height: 345px;
}
.bg-img .sec-event-block {
	max-width: 370px;
}
.sec-event-block:nth-child(3n) {
	margin-right: 0;
}
.sec-event-inner {
	background-color: transparent;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 305px;
}
.sec-event-inner > a {
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.sec-event-inner > a .event-date {
	margin-bottom: auto;
	font-size: 18px;
}
.event-shot-title {
	color: #fff;
	margin-bottom: 0;
	font-size: 23px;
	min-height: 64px;
	font-weight: 800;
	line-height: 27px;
}
.event-tag {
	font-size: 18px;
}
.sec-event-inner a.readmorebtn {
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
	border: 1px solid #000;
	margin-top: 5px;
	font-weight: 900;
}
.sec-event-inner a.readmorebtn:hover {
	background-color: #ea1d24;
	color: #fff;
}
.slider-over-events .comn-btn {
	background-color: rgba(234, 29, 36, 0.7);
	font-size: 20px;
	color: #fff;
	border: 1px solid #000;
	text-transform: uppercase;
	font-weight: 900;
}
.slider-over-events .comn-btn:hover {
	background-color: #ea1d24;
	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;
}
#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: 15px 0 5px;
}
#sticky-brands h2 {
	margin-bottom: 0;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	display: none;
	font-size: 27px;
	text-transform: uppercase;
	color: #000;
	line-height: 28px;
}
#sticky-brands > .brand-posts {
	padding: 0 30px;
	width: 100%;
}
#stickyCarousel {
	position: relative;
}
#stickyCarousel.owl-carousel .owl-stage-outer {
	z-index: 99;
}
#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: rgba(234, 29, 36, 0.5);
	color: #fff;
	height: 50px;
	line-height: 46px;
	width: 50px;
	border-radius: 50%;
	top: 41%;
	position: absolute;
	text-align: center;
}
#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;
}
/* .single-event-post, #blogposts {
	display: flow-root;
} */
.single-event-post .blog-img {
	margin-right: 20px;
	float: left;
	height: auto;
	background-color: #eee;
	width: 52%;
	border: 4px solid #ea1d24;
}
.single-event-post .blog-img .single-blog-img-link {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
}
.single-event-post .entry-title.post-title.blog-title, .single-blog-post .entry-title.post-title.blog-title {
	text-align: left;
	color: #000;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 30px;
}
.single-event-post .content-bottom p:first-child {
	margin-top: 0;
}
.list-margin ul, .single-blog-post .content-bottom ul {
	margin-left: 25px;
}
.widget-title h3, .widget-title-home h3 {
	font-size: 27px;
	font-weight: 800;
	line-height: 28px;
}
.single-event-meta {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.single-event-meta > span.flexcol {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
} 
.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: 'Lato', 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: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #ea1d24;
}
.single-event .event-gate {
	clear: both;
	display: block;
	width: 100%;
}
.event_subinfo{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 20px;	
}
.event_subinfo label{
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #ea1d24;
}

.single-event-post .entry-title.post-title.blog-title {
	background-color: #EA1D24;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 30px;
	position: relative;
	font-weight: 800;
	width: 100%;
	margin-bottom: 10px;
}
#events-home {
	position: relative;
}
#events-home #filter {
	position: absolute;
	right: 0;
	top: -60px;
	width: 200px;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	border: 1px solid #000;
	font-weight: 700;
	min-width: 200px;
}
#events-home #filter option {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background-color: #fff;
}
.section-blog {
	box-shadow: inset 0 0 0px 1px #eee;
}
.home .section-blog {
	box-shadow: none;
}
ul.directions-list {
	list-style: none;
	position: relative;
}
ul.directions-list li {
	padding-bottom: 1.5rem;
	border-left: 1px solid #ea1d24;
	position: relative;
	padding-left: 20px;
	margin-left: 10px;
	line-height: 1.6;
}
ul.directions-list li:last-child {
  border: 0px;
  padding-bottom: 0;
}
ul.directions-list li::before {
	content: "";
	width: 15px;
	height: 15px;
	background: white;
	border: 1px solid #ea1d24;
	box-shadow: 3px 3px 0px #bab5f8;
	box-shadow: 3px 3px 0px #ea1d24d6;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 0px;
}
.nav-links {
	display: inline-block;
	margin: 10px auto 0;
	width: 100%;
	text-align: center;
}
.nav-links a {
	background-color: #ea1d24;
	color: #fff;
	font-size: 14px;
	padding: 3px 12px;
	margin-left: 5px;
}
.nav-links a:hover {
	background-color: #f9951d;
	color: #000;
}
.nav-links .page-numbers.current {
	background-color: #000;
	color: #fff;
	font-size: 14px;
	padding: 3px 12px;
	margin-left: 5px;
}
.newsletter-row .wpcf7 form.invalid .wpcf7-response-output, .newsletter-row .wpcf7 form.unaccepted .wpcf7-response-output, .newsletter-row .wpcf7 form.sent .wpcf7-response-output {
	margin-top: 20px !important;
}

.home #homebrands #sticky-brands {
	display: block;
	position: relative;
}
#homebrands.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;
}

#homebrands #sticky-brands h2{
	display: block;
}
#homebrands.sticky #sticky-brands h2{
	display: none;
}
.border-img {
	border: 4px solid #000;
}

.sec-event-inner a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sec-event-inner a {
	color: #fff;
}
#events-over-slider .readmore {
	width: auto;
	margin: 5px auto 0;
}
#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: #000;
}
#annualevent table tr.mainrow {
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 30px;
}
#annualevent .secrow {
	font-weight: 600;
}
#annualevent a.comn-btn {
	background-color: #000;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 18px;
	border-radius: 5px;
}
#annualevent a.comn-btn:hover {
	background-color: #EA1D24;
	color: #fff;
}
#annualevent a.comn-btn:active,
#annualevent a.comn-btn:focus{
	color: #fff;
	background-color: #000;
}
a.comn-btn:focus, 
a.comn-btn:active{
	color: #fff;
	background-color: #000;
}
.mobile-show {
	display: none;
}
.admission-txt table td, .admission-txt table {
	border: 0;
}
.admission-txt table {
	max-width: 450px;
}
.admission-txt table tr td:nth-child(2) {
	width: 100px;
}
.eventtable {
	clear: both;
	width: 100%;
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: left;
}

.eventtable th {
	color: #ea1d24;
	font-size: 20px;
	vertical-align: bottom;
	line-height: 22px;
}
.eventtable table,
.eventtable tr, 
.eventtable td, 
.eventtable th{
	border: 0;
} 
.eventtable th, .eventtable td {
	width: 18%;
}
#annualevent .mobile-label {
	display: none;
}
.questionnaire-page label, .submit-events > fieldset.break-half > label {
	color: #000;
	display: block;
	line-height: 1.5;
}
.up-info {
	color: #000;
	font-size: 14px;
}
.racers-mains {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.racer-block {
	width: calc(100% / 4 - 15px);
	margin-right: 20px;
	margin-bottom: 30px !important;
	position: relative;
	background-color: #fff;
}
.racer-block:nth-child(4n) {
	margin-right: 0;
}
.racer-block a {
	color: #000;
}
.racer-head {
	position: relative;
	width: 100%;
	display: inline-block;
}
.racer-title {
	color: #fff;
	font-size: 16px;
	padding: 20px 10px 0;
	font-weight: 700;
	line-height: 16px;
	background: #ea1d24;
	width: 80%;
	border-top-right-radius: 12px;
	height: 60.5px;
	margin-bottom: 0;
	float: right;
}
.racer-icon {
	position: relative;
	background-color: #f9951d;
	padding: 5px;
	width: 20%;
	box-sizing: border-box;
	max-width: 55px;
	border-top-left-radius: 12px;
	display: inline-block;
}
.racer-thumb {
	display: flex;
	height: 264px;
	justify-content: center;
	align-items: center;
	background: #f7f7f7;
}
.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; 
}
.racer-class {
	display: block;
	text-align: center;
	background-color: #f9951d;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 10px 0;
	z-index: 99;
	position: relative;
}
.racer-block a.racer-btn {
	display: block;
	padding: 10px 0;
	text-align: center;
	background-color: #ea1d24;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
	z-index: 9;
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.racer-block a.racer-btn:hover {
	background-color: #000;
}
.single-racers-meta > span {
	display: flex;
	margin-bottom: 10px;
	flex-direction: column;
}
.single-racers-meta > span > label {
	color: #000;
	font-weight: 600;
}
.single-racers-post .blog-img {
	margin-right: 25px;
	max-width: 410px;
	float: left;
	margin-top: 0;
}
.back-button {
	margin-bottom: 15px;
	text-align: right;
}
.comn-btn.return-btn {
	font-size: 20px;
	padding: 10px 20px 8px;
}
#featured-racers .custom-head h2 {
	color: #000;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
#featured-racers .view-all-btn .comn-btn {
	background-color: #ea1d24;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}
#featured-racers .view-all-btn .comn-btn:hover {
	background-color: #f5ee31;
	color: #000;
}
.single-racers-post .content-bottom .vc_media_grid {
	margin: 20px 0 !important;
}

.section-partners.block {
	width: calc(100% / 5 - 24px);
	margin-bottom: 30px;
	float: left;
	border: 2px solid #050a1e;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	margin-right: 30px;
}
.section-partners.block:nth-child(5n) {
	margin-right: 0;
}
.section-partners.block .brand-thumb img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-partners.block .brand-thumb {
	display: table;
	margin: auto;
	padding: 0;
	max-height: 100px;
	min-height: 100px;
}
.section-partners .brand-thumb a {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}
.event-noday {
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
}
.days-filed-wrapper {
	display: flex;
	gap: 10px;
}
.xdsoft_datetimepicker {
	width: 120px !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 100px !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	margin-left: 38px !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
	font-size: 14px !important;
}
.days-filed-wrapper label {
	font-size: 14px;
}
.small-txt {
	font-size: 14px;
}
#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%;
}
.single-blog-page .blog-img, .single-blog-post .blog-img .single-blog-img-link {
	height: auto;
}
.single-blog-page .blog-img {
	margin-bottom: 20px;
}



.top-colophon {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.top-colophon .widget-wrapper {
	padding: 0;
	margin: 0 auto;
}
.top-colophon a:hover {
	color: #fff;
}
.topwidget .botm-row a {
	color: #fff;
	font-size: 17px;
}
.topwidget .botm-row a:hover {
	color: #ea1d24 !important;
}
.topwidget .botm-row a .fa {
	font-size: 35px;
	padding: 0 10px;
	color: #ea1d24;
	position: relative;
	top: 4px;
}
.topwidget .botm-row a .fa:hover {
	color: #fff;
}
.top-row {
	float: right;
}
.event-shortdesc {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
}
#rev_slider_1_1_wrapper .custom.tparrows::before {
	font-family: fontawesome !important;
}
#comn-section {
	padding: 0;
}
#about-row::before {
	content: ;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(249, 149, 29, 0.9);
}
#latest-news::before {
	content: ;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgb(234, 29, 36,0.9);
}
#latest-news, #about-row {
	position: relative;
	padding: 30px 0 15px;
}
#about-row .custom-head {
	width: 71%;
	margin: 0 auto;
	font-size: 18px;
}
#logo-row-botm {
	display: table;
	margin: 0 auto;
}
#logo-row-botm img {
	margin: 0 auto;
}
#logo-row-botm .wpb_content_element, #map .wpb_content_element {
	margin-bottom: 0 !important;
}
#logo-row-botm p {
	margin: 0 auto;
}
.social-icons li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 21px;
}
.social-icons li {
	display: inline-block;
	margin-right: 5px;
}
#foo-row-two .social-icons {
	margin-top: 10px;
}
#foo-row-two strong {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
}
.break {
	display: block;
}
.foo-icon-list li {
	padding-left: 50px;
	margin-bottom: 30px;
	position: relative;
	font-size: 18px;
}
.foo-icon-list li::before {
	color: #fff;
	position: absolute;
	height: 40px;
	width: 40px;
	font-size: 40px;
	font-family: fontawesome;
	top: 0px;
	left: 0;
	text-align: center;
	line-height: 40px;
}
.foo-icon-list .location::before {
	content: "\f041";
	font-size: 50px;
	top: 7px;
}
.foo-icon-list .phone-no::before {
	content: "\f10b";
	font-size: 50px;
	top: -5px;
}
.foo-icon-list .mail-box::before {
	content: "\f0e0";
	font-size: 35px;
	top: -5px;
}
#foo-row-two .full {
	margin-bottom: 10px;
}
#foo-row-two .comn-btn.submit-button {
	background: #fff;
	color: #000 !important;
	font-size: 18px !important;
	font-weight: 800;
	border-radius: 30px;
	padding: 15px 60px !important;
	width: auto !important;
}
#foo-row-two .comn-btn.submit-button:hover {
	background: #f36a22;
	color: #fff !important;
}
#foo-row-two .comn-btn.submit-button:hover {
	background: #f36a22;
	color: #fff !important;
	box-shadow: none;
}
.social-row {
	padding-top: 40px;
}
#foo-row-one {
	margin: 15px;
}
#foo-row-two .full.submit {
	float: none;
	text-align: right;
}
.page-id-899 #content-full {
	margin-top: 0;
	margin-bottom: 0;
}
#map p {
	margin: 0 auto;
	line-height: 0;
}
.non-premium-sponsors {
	margin-top: 20px;
}
#content-sitemap .grid.col-300 {
	width: 48%;
	float: left;
}
.page-id-44 #content-full {
	margin-top: 0;
}
#event-page-row {
	padding-bottom: 40px;
}
#content-full ul {
	margin-left: 15px;
}
#content-full ul li {
	margin-bottom: 10px;
}
.inner-page-title h4 {
	margin-top: 15px;
	color: #000;
	font-weight: 900;
}
.inner-page-title h3 {
	margin-bottom: 20px;
	font-weight: 800;
	font-size: 28px;
	line-height: 28px;
}
.side-logo h4 {
	font-size: 30px;
	line-height: 32px;
}
.side-logo {
	padding: 10px 0 10px;
}
.dashicons, .dashicons-before::before {
	line-height: 50px !important;
}
#map .vc_column-inner {
	padding-top: 0 !important;
}
#tickets-row .comn-btn {
	padding: 15px 25px;
}
.page-id-899 .footer-bottom {
	display: none;
}
.contact-page-row {
	margin: 35px auto !important;
}
.page-id-899 #footer {
	margin-top: 0;
	padding-top: 0;
}
.side-logo .wpb_content_element {
	margin-bottom: 0;
}
.side-logo .wpb_single_image {
	margin-bottom: 0 !important;
	display: table;
	height: 100px;
	width: 100%;
	margin: auto;
	background: #fff;
}
.side-logo .wpb_single_image a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	height: 100px;
}
.side-logo .wpb_single_image a img {
	max-height: 100%;
	display: table;
	margin: auto;
}
.direction-row h3 {
	font-weight: 900;
	font-size: 30px;
	line-height: 32px;
	margin: 20px auto 30px;
}
.inner-direction-row {
	background: #ededed;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	min-height: 265px;
}
.inner-direction-row strong {
	display: block;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}
.direction-row .wpb_raw_html {
	text-align: center;
}
.fuel-row .inner-direction-row strong {
	display: inline-block;
	font-size: 16px;
}
.fuel-row .inner-direction-row {
	min-height: 205px;
}
.direction-row h3 a {
	color: #000;
	font-weight: 900;
}
.direction-row h3 a:hover {
	color: #ea1d24;
}
.contact-page fieldset .wpcf7-list-item.first {
	margin: 0;
}
.contact-page fieldset [type="checkbox"] {
	height: auto;
	line-height: normal;
	margin: 0 auto;
	padding: 0 !important;
	width: auto;
}
.contact-page fieldset .wpcf7-list-item-label {
	color: #fff;
}
.contact-page p {
	margin: 0 auto;
}
.InterestedinTicketing {
	margin-bottom: 5px;
	display: inline-block;
}
.topwidget .top-row li .comn-btn {
	display: none;
}
.botm-row {
	float: left;
	margin-top: -6px;
}
.topwidget {
	margin-top: 45px;
}
.events-color {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 30px;
	position: relative;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
}
#even-notifications-list, #top-notifications-list {
	display: flex;
	flex-direction: column;
}
.events-notif-color, .top-notif-color {
	display: table;
}
.events-notif-color a, .top-notif-color a {
	display: table-cell;
	padding: 7px 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
}
.events-notif-color:hover a, .top-notif-color:hover a {
	letter-spacing: 0.2px;
}
#faq-acc .vc_tta-panel .vc_tta-panel-title > a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
}
#faq-acc .vc_tta-panel.vc_active .vc_tta-panel-title > a, #faq-acc .vc_tta-panel .vc_tta-panel-title > a:hover {
	color: #000;
	background-color: #eeee;
}
#faq-acc .vc_tta-controls-icon::after, #faq-acc .vc_tta-controls-icon::before {
	border-color: #222;
}
#faq-acc .vc_active .vc_tta-controls-icon::after, #faq-acc .vc_active .vc_tta-controls-icon::before {
	border-color: #000;
}
#faq-acc a:hover .vc_tta-controls-icon::after, #faq-acc a:hover .vc_tta-controls-icon::before {
	border-color: #000;
}
#faq-acc .wpb_text_column p:first-child {
	margin-top: 0;
}
#faq-acc .vc_tta-panel-body {
	background-color: #f9f9f9;
}
.ja_title {
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	background-color: #fff;
}
.ja_title > div {
	color: #000;
}
.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: #EA1D24;
	color: #fff;
	padding: 15px 50px;
	font-size: 18px;
	font-weight: 900;
	line-height: 18px;
	font-family: Lato;
	border-radius: 30px;
}
.ja_wrap a.ja_btn_red {
	background: #eee;
	color: #000;
}
.ja_wrap a.ja_btn_green:hover, .ja_wrap a.ja_btn_red:hover {
	background: #000;
}
.ja_wrap a.ja_btn_red:hover {
	background: #000;
	color: #fff;
}
.ja_btn_wrap.optBack {
	margin-top: 4px;
	margin-bottom: -10px;
}
.page-id-606 .racer-icon, .page-id-606 .racer-class, .racer-icon, .racer-class {
	background-color: #f5ee31;
}
.wall-fame-list ul {
	list-style: none;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.wall-fame-list ul li {
	flex-basis: calc(100% / 3 - 10px);
	display: flex;
	align-items: stretch;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 10px;
}
.wall-fame-list ul li strong {
	color: #000;
	font-size: 34px;
	font-weight: 700;
	width: 100%;
	max-width: 180px;
	min-width: 80px;
	background-color: #eee;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	margin-top: -10px;
	margin-left: -10px;
	margin-bottom: -10px;
}
#mobile-view {
	display: none;
}
.rev-slidebg.tp-rs-img.rs-lazyload.jetpack-lazy-image {
	display: block !important;
	width: 100%;
}
.monthly-race-schedule-page .hentry > div > a.comn-btn {
	margin-bottom: 15px;
}
.multi-btn {
	margin-bottom: 20px !important;
}
#upcommingCarousel .owl-stage-outer {
	z-index: 99999999;
}
.page-id-22988 #content-full {
	margin-top: 0;
}
.bg-img {
	padding: 50px 0 150px;
}
.topwidget .widget_nav_menu {
	float: right;
}
.topwidget #custom_html-3 {
	float: left;
}
.topwidget .wpmenucart-contents {
	background: #fff;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #000;
	position: relative;
	left: 4px;
}
.topwidget .wpmenucart-contents:hover {
	background: #ea1d24;
	color: #fff;
}
.wpmenucart-contents span.cartcontents {
	color: #ea1d24 !important;
}
/*********** Start Responsive ***********/


@media screen and (max-width: 1024px){
	
	.menu-item-has-children::after {
		display: none;
	}
	ul.slimmenu.collapsed {
		z-index: 9999999;
	}
	.home ul.slimmenu.collapsed {
		z-index: 999;
	}
	.slider-over-events {
		position: relative;
		margin-bottom: 35px !important;
		margin-top: 30px;
		top: 0;
	}
	.slider-over-events .wpb_wrapper > h2 {
		color: #000;
	}
	.eventsblock {
		flex-direction: column;
	}
	.events-inner {
		padding: 20px 0 0 0;
	}
	.eventsimage, .eventsinfo, .eventsimage a {
		width: 100%;
		min-height: auto;
	}
	#main-footer-bottom {
		flex-direction: column;
	}
	.footer-copyright p {
		margin-bottom: 0;
	}
	.racer-block {
		width: calc(100% / 3 - 14px);
	}
	.racer-block:nth-child(4n) {
		margin-right: 20px;
	}
	.racer-block:nth-child(3n) {
		margin-right: 0;
	}
	.header-nav {
		float: right;
		margin-top: -35px;
		margin-bottom: 10px;
	}
	.sec-event-block {
		background-color: rgb(234, 29, 36);
	}
	.slider-over-events .comn-btn {
		background-color: #ea1d24;
	}
	.slider-over-events .comn-btn:hover {
		background-color: #000;
	}
	.blog-img, .section-blog .blog-img a.blog-img-link, .single-blog-post .blog-img .single-blog-img-link {
		height: 273px;
	}
	.blog-content .post-excerpt {
		min-height: 192px;
	}
	#featured-racers .view-all-btn {
		margin: 0 auto 30px !important;
	}
	.home #homebrands #sticky-brands {
		min-height: 100px !important;
		height: 100px;
	}
	.sub-menu .menu-item-has-children::after {
		display: none;
	}
	.topwidget .top-row li .comn-btn {
		display: block;
	}
	.botm-row {
		float: none;
		margin-top: 0;
	}
	.topwidget {
		margin-top: 0px;
	}
	.wall-fame-list ul li {
		flex-basis: calc(100% / 2 - 8px);
	}
	.racer-icon {
		max-width: 63px;
	}
	.racer-title {
		padding: 25px 10px 0;
		height: 68.5px;
	}
    .sec-event-block, .bg-img .sec-event-block {
        max-width: 100%;
        margin: 0 auto;
    }
    #upcommingCarousel.owl-carousel .owl-nav .owl-prev, #upcommingCarousel.owl-carousel .owl-nav .owl-next {
		z-index: 9999999999999;
		height: 35px;
		width: 35px;
		line-height: 33px;
		font-size: 24px;
		background: #000;
	}
	#upcommingCarousel.owl-carousel .owl-nav .owl-prev {
		left: -17px;
	}
	#upcommingCarousel.owl-carousel .owl-nav .owl-next {
		right: -17px;
	}
    .sec-event-inner {
        min-height: 340px;
    }
	.topwidget #custom_html-3 {
		float: none;
	}
	
}

@media screen and (max-width: 980px){
	#logo {
		float: left;
	}
	
}
@media screen and (max-width: 960px){
	#header {
		padding: 10px 0;
	}
	#logo {
		position: relative;
		width: 100%;
		margin: auto !important;
		display: flex;
	}
	.topwidget {
		float: none;
		width: 100%;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}
	.single-event-post .blog-img {
		width: 100%;
		margin-right: 0;
		float: none;
		background-color: transparent;
		max-width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.event-main-head h2 {
		text-align: left !important;
	}
	.racers-bt .comn-btn:first-child {
		margin-bottom: 10px;
	}
	.section-partners.block {
		width: calc(100% / 4 - 24px);
	}
	.section-partners.block:nth-child(5n) {
		margin-right: 30px;
	}
	.section-partners.block:nth-child(4n) {
		margin-right: 0;
	}
	.top-row {
		float: none;
		margin-left: -40px;
	}
	.events-inner .readmore {
		margin-bottom: 15px !important;
	}
	.multi-btn .comn-btn {
		margin: 0 auto 10px;
		display: table;
	}
	.topwidget {
		margin-top: 10px;
	}
	.topwidget .wpmenucart-contents {
		left: -229px;
		top: 2px;
	}
}
@media screen and (max-width: 936px){
	.topwidget .wpmenucart-contents {
		left: -218px;
	}
}
@media screen and (max-width: 900px){
	.topwidget .wpmenucart-contents {
		left: -198px;
	}
}
@media screen and (max-width: 800px){
	.sec-event-block {
		width: 100%;
		margin-right: 0;
	}
	.racer-block {
		width: calc(100% / 2 - 10px);
	}
	.racer-block:nth-child(3n) {
		margin-right: 20px;
	}
	.racer-block:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 30px !important;
	}
	.racer-icon {
		max-width: 75px;
	}
	.racer-title {
		padding: 30px 10px 0;
		height: 75.5px;
	}
	.racer-icon img {
		width: 60px !important;
	}
    .sec-event-block {
        min-height: auto;
    }
    .sec-event-inner {
        min-height: 380px;
    }
	.topwidget .wpmenucart-contents {
		left: -148px;
	}
}
@media screen and (max-width: 768px){

.blog-img.mobile-hide {
	display: none;
}
.eventtable th {
	display: none !important;
}
.single-event-meta > span.flexcol {
	width: 100%;
} 
.eventtable tr {
	margin-bottom: 20px !important;
	display: block;
}
.eventtable td {
	width: 100% !important;
	display: block;
}
.eventtable td .mobile-show {
	display: inline-block;
	color: #ea1d24;
	padding-right: 3px;
}
.eventtable tr td:nth-child(1) .mobile-show{
	color: #fff;
}
.eventtable tr td:nth-child(1) {
	background-color: #f56d23;
	color: #fff;
	padding: 10px 10px 8px;
}
.eventtable tr td {
	background-color: #f9f9f9;
	padding: 3px 10px;
}

#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;
}

	#content-sitemap .col-300 {
		width: 100%;
		margin-bottom: 20px;
	}
	.one-third, fieldset.half, fieldset.break-half {
		width: 100%;
		margin-right: 0;
	}
	table.shop_table {
		font-size: 14px;
	}
	.one-third.last {
		margin-bottom: 17px;
	}
	#foo-row-one .vc_column-inner > .wpb_wrapper {
		flex-wrap: wrap;
	}
	#foo-row-one .vc_column-inner > .wpb_wrapper > div {
		flex: 0 0 25%;
	}
	.newsletter-form {
		gap: 10px;
	}
	.newsletter-row .wpb_text_column {
		margin-bottom: 0px !important;
	}
#logo {
    max-width: 100%;
}
	#annualevent .mobile-label {
		display: inline-block;
		font-weight: 600;
	}
	.single-racers-post .blog-img {
		max-width: 100%;
		margin-right: 0;
	}
	.single-racers-post .blog-description {
		display: flex;
		flex-direction: column;
	}
	.single-racers-meta {
		margin-top: 15px;
	}
	.days-filed-wrapper {
		flex-direction: column;
		gap: 0;
	}
	 .sec-event-block {
        min-height: auto;
    }
	.sec-event-inner {
        min-height: 290px;
    }
	.topwidget .wpmenucart-contents {
		left: -132px;
	}
}

@media screen and (max-width: 767px){
	.topwidget .widget_block {
		flex-direction: column;
	}
	.section-partners.block {
		width: calc(100% / 3 - 20px);
	}
	.section-partners.block:nth-child(4n) {
		margin-right: 30px;
	}
	.section-partners.block:nth-child(3n) {
		margin-right: 0;
	}
	#foo-row-two {
		background: linear-gradient(to top, #ea1d24 40%, #f36a2200 56%), url("../../../wp-content/uploads/2021/12/bg_contact.jpg");
	}
	#content-sitemap .grid.col-300 {
		width: 100%;
		float: left;
	}
	.side-logo h4 {
		font-size: 30px;
		line-height: 32px;
	}
	.alignleft {
		float: none;
		display: table;
		margin: 0 auto 20px;
	}
	.inner-direction-row, .fuel-row .inner-direction-row {
		min-height: auto;
	}
	.home .topwidget {
		margin-top: 0;
	}
}

@media screen and (max-width: 736px){
	.topwidget .wpmenucart-contents {
		left: -117px;
	}
}

@media screen and (max-width: 700px){
	#sticky-brands h2 {
		font-size: 26px;
	}
	.single-event-meta {
		flex-direction: column;
		align-items: flex-start;
	}
	.wall-fame-list ul li {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 650px){
	.racer-title {
		padding: 25px 10px 0;
		height: 67.5px;
	}
	.topwidget .wpmenucart-contents {
		left: -95px;
	}
}
	
@media screen and (max-width: 600px){
	#sticky-brands {
		padding: 12px 0 0;
	}
	#sticky-brands h2 {
		font-size: 22px;
		padding: 0 10px;
	}
	#featured-racers .view-all-btn .comn-btn:first-child {
		margin-bottom: 10px;
	}
	.topwidget .wpmenucart-contents {
		left: -48px;
	}
}

@media screen and (max-width: 533px){
	
	
	.topwidget .widget_block > p {
		margin: 6px 0;
	}
	.topwidget ul {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0;
	}
	.topwidget ul li:first-child {
		width: 100%;
		margin: auto;
		justify-content: center;
	}
	#foo-row-two {
		padding: 0 5px;
		margin-left: 0;
		margin-right: 0;
	}
	#sticky-brands h2 {
		font-size: 20px;
	}
	.newsletter-form {
		flex-wrap: wrap;
		justify-content: center;
		gap: 0;
	}
	.newsletter-form fieldset.half {
		width: 100%;
		margin-bottom: 10px;
	}
	.newsletter-form fieldset.half.last.submit {
		margin-bottom: 0;
	}
	.event-main-head h2 {
		text-align: center !important;
	}
	#events-home {
		padding-top: 55px;
	}
	#events-home #filter {
		top: -4px;
		left: 0;
		margin: auto;
	}
.wpb_gmaps_widget iframe {
	height: 250px !important;
}
.mobile-show {
	display: block;
}
.direction-btn .comn-btn {
	display: block;
	font-size: 26px;
	padding: 19px 10px 15px;
}
	.racer-block, #home-featured-racers .racer-block {
		width: 60%;
		margin-right: 0 !important;
		margin: 0 auto 30px !important;
	}
	.racer-thumb {
		height: auto;
		max-height: 400px;
	}
	.section-partners.block {
		width: calc(100% / 2 - 15px);
	}
	.section-partners.block:nth-child(3n) {
		margin-right: 30px;
	}
	.section-partners.block:nth-child(2n) {
		margin-right: 0;
	}
	.topwidget .top-row li .comn-btn {
		margin-bottom: 15px;
	}
	#mobile-view {
		display: block;
		margin-bottom: 30px;
	}
	#mobile-view .comn-btn {
		width: 100%;
		background: #eee;
		color: #000;
	}
	#mobile-view .comn-btn:hover {
		background: #EA1D24;
		color: #fff;
	}
	#mobile-view .wpb_content_element {
		margin-bottom: 0 !important;
	}
	.racer-title {
		padding: 25px 10px 0;
		height: 64.5px;
	}
	#mobile-view h3 {
		color: #000;
		margin: 20px 0 25px;
		font-weight: 800;
		text-transform: uppercase;
	}
	.sec-event-block, .bg-img .sec-event-block {
        max-width: 95%;
        margin: 5px auto;
    }
	.top-row {
		margin-left: 0;
	}
	.topwidget .wpmenucart-contents {
		top: 79px;
		left: 0;
	}
	.topwidget .widget_nav_menu {
		float: none;
		position: relative;
	}
	.top-row li:nth-child(4) {
		margin-left: 40px;
	}
}

@media screen and (max-width: 480px){
	
	img.alignright {
		float: none;
		display: block;
		margin: auto;
	}
	.footer-designby p {
		flex-wrap: wrap;
		justify-content: center;
	}
	#footer a {
		display: inline-block;
	}
	.brand-thumb {
		min-height: 60px;
	}
	#stickyCarousel.owl-carousel .owl-nav .owl-prev, #stickyCarousel.owl-carousel .owl-nav .owl-next {
		top: 0px;
	}
	#footer {
		padding-bottom: 75px;
	}
	.newsletter-row .wpb_text_column {
		margin-bottom: 0 !important;
		text-align: center;
	}
	.newsletter-col .vc_column-inner {
		padding-top: 5px !important;
	}
	#foo-row-one .vc_column-inner > .wpb_wrapper > div {
		flex: 0 0 50%;
	}
	.topwidget ul li .fa.fa-map-marker {
		margin-right: 3px;
	}
	.home #homebrands #sticky-brands {
		min-height: 75px !important;
		height: 75px;
	}
	.racer-block, #home-featured-racers .racer-block {
		width: 70%;
	}
	.side-logo h4 {
		font-size: 20px;
		line-height: 25px;
		text-align: center;
	}
	.wall-fame-list ul li strong {
		font-size: 26px;
		max-width: 125px;
	}
	.racer-title {
		padding: 25px 10px 0;
		height: 66.5px;
	}
}
@media screen and (max-width: 414px){
	
	span.break {
		display: block;
	}
	.foo-icon-list .fa {
		font-size: 50px;
		margin-right: 8px;
		min-width: 40px;
	}
	.topwidget ul {
		font-size: 20px;
	}
	.section-partners.block {
		width: 100%;
		margin-right: 0 !important;
	}
	.racer-block, #home-featured-racers .racer-block {
		width: 80%;
	}
	.foo-icon-list a {
		word-break: break-word;
	}
	.blog-img, .section-blog .blog-img a.blog-img-link, .single-blog-post .blog-img .single-blog-img-link {
		height: 210px;
	}
	.events-notif-color:hover a {
		letter-spacing: 0;
	}
	.racer-title {
		padding: 25px 10px 0;
		height: 65.5px;
	}
	#events-home #filter {
		width: 100% !important;
	}
	.sec-event-inner {
        min-height: 310px;
    }
}


@media screen and (max-width: 400px){
	
	.foo-icon-list strong {
		font-size: 20px;
		margin-top: 3px;
	}
}

@media screen and (max-width: 380px){
	.admission-txt table tr td:nth-child(2) {
		width: auto;
	}
	.racer-block, #home-featured-racers .racer-block {
		width: 100%;
	}
	.racer-icon {
		max-width: 75px;
		height: 67.5px;
	}
	.racer-title {
		padding: 25px 10px 0;
		height: 67.5px;
	}
}
@media screen and (max-width: 350px){
	.blog-img, .section-blog .blog-img a.blog-img-link, .single-blog-post .blog-img .single-blog-img-link {
		height: 155px;
	}
    .sec-event-inner {
        min-height: 350px;
    }
}

@media screen and (max-width: 300px){
	.topwidget ul {
		line-height: 1.2;
		margin-top: 5px;
	}
}