/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: This is a child theme of OceanWP.
Author: Shafiqul
Author URI: https://www.suvronur.com/
Template: oceanwp
Version: 1.0
*/


#site-header{
    border-bottom-width: 6px !important;
}
#site-logo{
    border-width: 6px !important;
}
#site-logo #site-logo-inner a img{
    margin: 5px 0;
}
.dropdown-menu .megamenu.sub-menu{
    padding: 0px 190px !important;
    text-align: center !important;
}
.navigation .megamenu li a.menu-link {
    padding: 15px 20px !important;
}
.navigation > ul > li > ul.megamenu.sub-menu > li {
    float: none;
    display: inline-block !important;
    width: unset !important;
    border: 0 !important;
    padding: 0px 15px;
    position: static;
}

.dropdown-menu .megamenu.sub-menu::before {
    content: "";
    background: #fff124;
    position: absolute;
    width: 10000px;
    height: 100%;
    left: -3500px;
    z-index: -1;
}

#site-navigation-wrap .dropdown-menu > li.dropdown a span.text-wrap{
    position: relative !important;
}
#site-navigation-wrap .dropdown-menu >li >a, .oceanwp-mobile-menu-icon a, .mobile-menu-close, .after-header-content-inner >a {
    line-height: 75px !important;
}

.news-posts .vc_grid-item .vc_grid-item-mini{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1), 0 100px 100px rgba(0, 0, 0, 0.1);
}
.news-posts .vc_grid-item .vc_grid-item-mini .vc_gitem-row-position-top .vc_gitem-col{
    padding: 0 !important;
}
.wcmenucart-details.count{
    color: #000 !important;
    background-color: #fff124 !important;
}
.wcmenucart-details.count::before{
    border-color: #fff124 !important;
}


.nav-arrow.fa.fa-angle-down::before {
    content: "" !important;
    height: 0;
    width: 0;
    border: 0 solid transparent;
    border-left-width: 6px;
    border-right-width: 6px;
    border-top: 6px solid #fff;
    position: absolute;
    top: 6px;
    right: -10px;
}
#site-navigation-wrap .dropdown-menu > li.dropdown.current-menu-item a span.text-wrap .nav-arrow.fa.fa-angle-down::before{
    border-top-color: #fff124 !important;
}
h2.subscribe-h2 {
    background: #fb0014;
    margin: 0;
    text-align: center;
    padding: 8px 0;
}

/* post grids */

.tpc-grid-post-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #212121;
}
.tpc-grid-post-excerpt p{
	margin: 0 !important;
}
.tpc-grid-post-section {
    padding: 10px 15px;
}
.tpc-grid-post-section  .vc_gitem-post-data {
    margin-bottom: 0 !important;
}
.tpc-grid-post-title a {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: bold;
    color: #000;
}
.tpc-grid-post-title a:hover{
	color: #ff0014 !important;
}
.tpc-grid-post-date p {
    color: #fb0014;
    text-align: right !important;
    font-size: 16px;
    margin: 0;
	font-weight: bold;
}

.tpc-button a {
    background: transparent !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    border: 3px solid #fb0014 !important;
    padding: 10px 40px !important;
    color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
}
.tpc-button a:hover {
    background: #000 !important;
    color: #fff !important;
}
.news-posts .vc_pageable-slide-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.news-posts .vc_pageable-slide-wrapper > div >div {
    height: 100%;
}
/* Garage carousel */

.tpc_garage_carousel_wrapper .slick-center {
    z-index: 10;
}
.tpc_garage_carousel_wrapper .slick-track {
    padding-bottom: 100px;
}
.tpc_garage_carousel_wrapper .tpc_garage_carousel_item_inner > img {
    transition: all .3s ease-in-out .0s;
}
.tpc_garage_carousel_item_inner {
    padding: 0 30px;
}
.tpc_garage_carousel_wrapper .slick-center .tpc_garage_carousel_item_inner > img {
    -moz-transform: scale(1.45);
    -ms-transform: scale(1.45);
    -o-transform: scale(1.45);
    -webkit-transform: scale(1.45);
    transform: scale(1.45);
}
.tpc_garage_carousel_item {
    text-align: center;
}
.tpc_garage_carousel_details {
    opacity: 0;
    transition: all .3s ease-in-out .0s;
}
.tpc_garage_carousel_wrapper .slick-center .tpc_garage_carousel_details {
    opacity: 1;
}
.tpc_garage_carousel_details {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
}
.tpc_garage_carousel_details > div {
    padding: 0 22px;
}
.tpc_number_inner {
    background: #fe0000;
    font-size: 35px;
    line-height: 1;
    color: #fff;
    font-family: Lato;
    letter-spacing: 1px;
    font-style: italic;
    padding: 9px 15px 6px 30px;
    position: relative;
    z-index: 1;
    font-weight: 700;
}
.tpc_garage_carousel_number{
	display: none;
}
.tpc_number_inner::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background: #fe0000;
    top: 0;
    left: -30px;
    z-index: -1;
    transform: skewX(40deg);
    transition: all .3s ease-in-out .0s !important;
}
.tpc_garage_carousel_text {
    text-align: left;
}
.tpc_garage_carousel_text_meta {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}
.tpc_garage_carousel_text_meta li {
    position: relative;
    padding-left: 40px;
    text-transform: capitalize;
    min-height: 33px;
    font-size: 15px;
    white-space: nowrap;
}
.tpc_garage_carousel_text_meta li img {
    position: absolute;
    left: 0;
    top: 6px;
}
.tpc_garage_carousel_text_meta li strong {
    min-width: 98px;
    display: inline-block;
    font-family: Lato;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tpc_garage_carousel_text h3 {
    margin-bottom: 6px;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 700;
}
.tpc_garage_carousel_wrapper {
    padding-bottom: 0;
}
.tpc_garage_carousel_wrapper .slick-dots {
    bottom: 30px !important;
}
.tpc_garage_carousel_wrapper .slick-dots li {
    background: #fb0014;
    width: 15px;
    height: 15px;
}
.tpc_garage_carousel_wrapper .slick-dots li.slick-active,
.tpc_garage_carousel_wrapper .slick-dots li:hover {
    background: #fff124;
}
.tpc_garage_carousel_wrapper .slick-dots li button {
    display: none;
} /* end of garage carousel CSS */


/* Drivers CSS */
.drivers-section > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.name-and-description {
    position: absolute;
    bottom: 0;
}
.name-description h3 {
    color: #fff !important;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}
.name-description p{
    text-align: center;
    color: #fff;
    line-height: 1.6;
}/* end of Driver CSS */

/* woocommerce shop CSS */
.shop-button{
    width: 100%;
}
.shop-button a {
    background: #191919 !important;
    color: #fff !important;
    width: 100% !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px !important;
    border: none !important;
    border-radius: 0 !important;
}
.shop-button a:hover {
    color: #191919 !important;
    background: #fff124 !important;
}
.woocommerce ul.products {
    margin: 0 -10px !important;
    display: flex;
    flex-flow: row wrap;
    height: 100% !important;
}
.single-product .products {
    justify-content: flex-start !important;
}
.woocommerce ul.products .product {
    width: 20% !important;
    padding: 10px !important;
    overflow: visible !important;
}
.woocommerce ul.products .product .product-inner {
    box-shadow: 0 0px 12px rgba(0,0,0,.2);
    padding-bottom: 35px !important;
    height: 100%;
}
.woocommerce ul.products .product .product-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(251, 0, 20, 0.8);
    z-index: 1;
    transition: all .3s ease-in-out .0s;
    opacity: 0;
}
.woocommerce ul.products .product .product-inner:hover::before {
    opacity: 1;
}
.tpc-pdt-item-link {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
.tpc-pdt-item-link a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 2px solid #fff;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1;
    transition: all .3s ease-in-out .0s;
    opacity: 0;
}
.tpc-pdt-item-link a:hover {
    color: #000;
    background: #fff;
}
.woocommerce ul.products .product .product-inner:hover .tpc-pdt-item-link a {
	opacity: 1;
}
.woocommerce ul.products .product .woo-entry-inner .title{
    margin-bottom: 0 !important;
}
.woocommerce ul.products .product h2 {
    background: none;
}
.woocommerce ul.products .product h2 a{
    text-decoration: none !important;
    font-size: 18px !important;
    pointer-events: none;
}
.woocommerce ul.products .product h2 a:hover{
    text-decoration: none !important;
    color: #fb0014 !important;
}

.woocommerce ul.products .product .woo-entry-inner .image-wrap .woo-entry-image a{
    transition: all 0.3s ease-in-out;
}
.woocommerce ul.products .product .woo-entry-inner .image-wrap .woo-entry-image a img{
	pointer-events: none;
}


.single-product .product_title {
    background: none;
    border: navajowhite;
    text-align: left;
	font-size: 25px !important;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	background-color: #fb0014 !important;
	color: #fff !important;
}

.woocommerce ul.products .product{
    transition: all 0.3s ease-in-out;
}

.woocommerce ul.products .product:hover .woo-entry-inner .image-wrap .woo-entry-image a::before,
.woocommerce ul.products .product:hover .woo-entry-inner .image-wrap .woo-entry-image a::after{
    display: block !important;
}
.single_add_to_cart_button {
    padding: 12px 15px !important;
    font-size: 16px !important;
    transition: all .3s ease-in-out .0s !important;
}
.single-product .related.products h2 {
    background: none;
    color: #000;
    text-align: left;
}
.woocommerce div.product .woocommerce-product-gallery img {
    width: 100% !important;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    width: 48% !important;
}
#billing_address_2_field {
    display: none !important;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single{
	border-width: 3px;
	height: 45px !important;
}
ul.woocommerce-thankyou-order-details{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}
.woocommerce-order-received #main #content-wrap{
	padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.woocommerce-order-received h2{
	color: #fb0014 !important;
}
p.woocommerce-thankyou-order-received{
	font-size: 25px;
}
.widget-title{
    border-width: 0 !important;
    padding-left: 0 !important;
}

.site-footer .widget_nav_menu li {
    padding: 0 !important;
    border: none !important;
}
form.wpcf7-form .wpcf7-text, form.wpcf7-form .wpcf7-textarea{
    background-color: #fff !important;
    border: 3px solid #000 !important;
    text-align: center;
    border-radius: 0 !important;
    color: #000 !important;
}
form.wpcf7-form input:placeholder, 
form.wpcf7-form input:placeholder{
    color: #000 !important;
    text-transform: uppercase;
}
form.wpcf7-form .wpcf7-submit {
    border: 3px solid #000;
    font-size: 15px !important;
    background: #fb0014 !important;
    padding: 10px 50px !important;
}
form.wpcf7-form .wpcf7-submit:hover, .sub-fields input[type="submit"]:hover{
    background: #fff124 !important;
    color: #000;
}
.cf7-full.button-right {
    text-align: right;
}
.cf7-wrapper {
    margin-bottom: 15px;
}
.cf7-three {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
}
.cf7-three span {
    width: 31%;
}
.footer-widget form.wpcf7-form textarea {
    min-height: 1px !important;
    max-height: 80px;
}
.footer-box.col-1 {
    width: 32% !important;
}
.footer-box.col-2 {
    width: 16% !important;
}
.footer-box.col-3 {
    width: 20% !important;
}
.footer-box.col-4 {
    width: 32% !important;
}

.sub-fields {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 33px 6%;
    position: relative;
	flex-flow: row wrap;
}
.sub-fields::after {
    content: "";
    height: 2px;
    width: 87.5%;
    position: absolute;
    background: #545454;
    left: 6.5%;
    bottom: 0;
}
.sub-fields input[type="text"], .sub-fields input[type="email"]{
    background: #fff !important;
    text-align: center !important;
    border-radius: 0 !important;
    border: 3px solid #000;
	width: 20%;
}
.sub-fields input[type="text"]::placeholder, .sub-fields input[type="email"]::placeholder{
    color: #000 !important;
    text-transform: uppercase !important;
}
.sub-fields input[type="text"]:focus, .sub-fields input[type="email"]:focus, 
form.wpcf7-form .wpcf7-text:focus, form.wpcf7-form .wpcf7-textarea:focus{
    border-color: #fff124 !important;
}
.footer-subscribe {
    background: #363636;
}
.sub-fields input[type="submit"]{
    border: 3px solid #000;
    font-size: 15px !important;
    background: #fb0014 !important;
    padding: 10px 50px !important;
}
.footer-contact li {
    margin-bottom: 20px;
}
.footer-contact li i {
    margin-right: 10px;
    font-size: 20px;
}
div.wpcf7 .ajax-loader{
    float: left;
}
.contact-page-contact-form textarea{
	height: 100px;
}
.tpc_event_grid_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -9px;
    margin-right: -9px;
}

.tpc_event_grid_item {
    width: 33.33%;
    padding: 0 9px;
}

.tpc_event_grid_item_inner {
    background: #fff;
    box-shadow: 2px 6px 10px rgba(0,0,0,0.1);
}

.tpc_event_grid_item_thumb {
    position: relative;
}

.tpc_event_grid_item_road_map {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tpc_event_grid_item_thumb > img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}

.tpc_event_grid_item_thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: .59;
}
.tpc_event_grid_item_title {
    margin-bottom: 6px;
}
.tpc_event_grid_item_title a {
    font-size: 18px;
    font-weight: 900;
    text-decoration: none !important;
    font-family: 'Lato';
    color: #000;
}
.tpc_event_grid_item_title a:hover {
    color: #fb0014;
}
.tpc_event_grid_content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.tpc_event_grid_btn_group {
    list-style: none;
    margin: 0;
}
.tpc_event_grid_ticket a {
    background: #fb0014;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 8px;
    text-decoration: none !important;
    line-height: 1.2;
    transition: all .3s ease-in-out .0s;
}
.tpc_event_grid_ticket a:hover {
    background: #000;
    color: #fff;
}
.tpc_event_grid_live_stream a {
    background: #000;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 8px;
    text-decoration: none !important;
    line-height: 1.2;
    transition: all .3s ease-in-out .0s;
}
.tpc_event_grid_live_stream a:hover {
    background: #fb0014;
    color: #fff;
}
.tpc_event_grid_btn_group li {
    margin-bottom: 8px;
}
.tpc_event_grid_btn_group li a {
    position: relative;
}
.tpc_event_grid_btn_group li a img {
    position: absolute;
    right: -25px;
    width: 40px;
    top: 9px;
}
.tpc_event_grid_content_right {
    width: 145px;
}
.tpc_event_grid_content_left {
    padding-right: 10px;
}
.tpc_event_grid_meta {
    list-style: none;
    margin: 0;
}
.tpc_event_grid_meta .tpc-evmi_icon {
    font-size: 16px;
}
.tpc_event_grid_meta li {
    padding-left: 30px;
    position: relative;
}
.tpc_event_grid_meta li .tpc-evmi_icon {
    position: absolute;
    left: 0;
}
.tpc_event_grid_meta li .tpc-evmi_icon img {
    width: 22px;
    height: 14px;
    object-fit: cover;
}
.tpc_event_grid_meta .tpc-evmi_info {
    font-size: 15px;
    font-weight: 600;
}


/* history section CSS */
.hp-our-history-section-right > .vc_column-inner > .wpb_wrapper,
.hp-our-history-section-right > .vc_column-inner > .wpb_wrapper > .wpb_video_widget,
.hp-our-history-section-right > .vc_column-inner > .wpb_wrapper > .wpb_video_widget > .wpb_wrapper,
.hp-our-history-section-right > .vc_column-inner > .wpb_wrapper > .wpb_video_widget > .wpb_wrapper > .wpb_video_wrapper{
    height: 100%;
}
.hp-our-history-section-left .vc_column-inner > .wpb_wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
    max-width: 890px;
    margin-left: auto;
}

/* Cars Carousel */
.tpc_garage_carousel_wrapper::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 30px;
    z-index: 1;
    top: 0;
}
.tpc_garage_carousel_wrapper::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 30px;
    z-index: 1;
    top: 0;
    right: 0;
}

.wpem-single-event-header-top {
    display: none !important;
}
.single-event_listing header.entry-header {
    display: none;
}
.tpcEventImg {
    text-align: center;
    margin-bottom: 30px;
}
.event_registration.registration {
    display: none !important;
}
.tpc-ticket-btn-wrapper a {
    display: block !important;
    background: #FB0014;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out .0s;
}
.tpc-ticket-btn-wrapper a:hover {
    background: #000;
    color: #fff;
}
.tpc-live-stream-btn-wrapper a {
    display: block !important;
    background: #000;
    padding: 10px;
    color: #fff !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1;
    border-radius: 3px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out .0s;
}
.tpc-live-stream-btn-wrapper a:hover {
    background: #FB0014;
    color: #fff;
}
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-single-event-sidebar-info a {
    color: #fb0014;
    text-decoration: unset;
    cursor: pointer;
    display: inline-block;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: none;
}
.wpem-event-filter-wrapper,
.wpem-event-listings-header {
    display: none;
}

.tpc_driver_wrap > .tpc_driver_item + .tpc_driver_item {
    display: none;
}
.tpc_driver_item_inner {
    position: relative;
    background-size: cover;
    background-position: center;
}
.tpc_driver_item_inner::before {
    content: "";
    padding-top: 90%;
    display: block;
}
.tpc_driver_item_content {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 30px 20px;
}
.tpc_driver_name {
    color: #fff !important;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}
.tpc_driver_bio {
    color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff !important;
    font-size: 14px !important;
    text-align: center;
}
.tpc-featured-six-post .featured-six-post-wrapper {
    display: flex;
	flex-flow: row wrap;
}
.tpc-home-post-grid-wrapper {
    display: flex;
    height: 100%;
}
.featured-six-post-wrapper .tpc-grid-single-post {
    width: 33.33%;
}
.tpc-grid-single-post .tpc-grid-single-post-image a img{
	width: 100%;
}
.tpc-home-post-grid-wrapper .tpc-featured-single-post{
	width: 40%;
}
.tpc-home-post-grid-wrapper .tpc-featured-six-post{
	width:60%;
}
.tpc-grid-post-section .vc_gitem-row-position-top:first-child .vc_gitem-col{
	width: 100%;
}
.tpc-grid-post-section .vc_gitem-row-position-top:first-child .vc_gitem-col:first-child{
	height: 45px;
    overflow: hidden;
	line-height: normal;
}
.tpc-grid-post-section .vc_gitem-row-position-top:first-child .vc_gitem-col:last-child .tpc-grid-post-date p{
	text-align: left !important;
}
.hp-our-history-section-right iframe {
	height: calc(100% + 63px) !important;
	top: -63px !important;
}
.theme-heading.related-posts-title{
	font-size: 24px !important;
	letter-spacing: 0 !important;
}
h2.single-post-title{
	color: #000 !important;
}
.single-post ul.meta li i, .theme-heading.related-posts-title .text::before,
.post-tags span.owp-tag-text, .post-tags span.owp-sep,
#blog-entries ul.meta li i{
	display: none;
}

ul.meta li, ul.meta li a{
	font-size: 16px !important;
	font-weight: 700;
	color: #fb0014 !important;
}
ul.meta li a:hover{
	color: #000 !important;
}
ul.meta li:after {
    content: "/" !important;
	color: #000 !important;
}
ul.meta .meta-author a:before {
    content: "Posted by - ";
}
.blog-entry.post ul.meta{
	margin-bottom: 0 !important;
}
.post-tags a {
    font-size: 18px;
    text-transform: lowercase;
    background: #fb0014;
    padding: 8px 15px;
    color: #fff;
	margin-right: 5px;
}
.post-tags a:hover{
	background: #fff124;
	color: #000;
}
.sidebar-container .sidebar-box h4.widget-title{
	font-size: 24px !important;
    font-weight: 700 !important;
    color: #000 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
}
.widget_recent_entries li{
	border: none !important;
}
#related-posts .col{
	text-align: left !important;
}
.related-post-title{
	margin-left: 0 !important;
}
.related-post time.published i{
	display: none;
}
.related-post time.published {
    font-size: 14px;
    color: #fb0014;
    font-weight: 700 !important;
}
.related-thumb img{
	height: 225px;
    object-fit: cover;
}
.blog-entry.post .thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.featured-news > .vc_column-inner > .wpb_wrapper{
	position: relative;
}
.featured-news > .vc_column-inner > .wpb_wrapper > .video-popup{
	position: absolute;
    top: 50%;
    left: 45%;
}
.pum-theme-default-theme.popmake-overlay{
	background-color: rgba(251, 0, 20, .6) !important;
}
#popmake-392{
	top: 30% !important;
	background: #fff124;
}
#popmake-392 .pum-close.popmake-close{
	padding: 8px 15px !important;
	line-height: 15px !important;
	background-color: #fb0014 !important;
}
.tpc-popup-video .wpb_video_wrapper p.responsive-video-wrap {
    margin-bottom: 0 !important;
}
.tpc-popup-video {
    margin-bottom: 0 !important;
}


@media only screen and (max-width: 1755px){
	.woocommerce ul.products .product{
		width: 25% !important;
	}
}

@media only screen and (max-width: 1400px){
	.woocommerce ul.products .product{
		width: 33.33% !important;
	}
}

@media only screen and (min-width: 1281px) and (max-width: 1550px){
    #site-navigation-wrap .dropdown-menu > li > a{
        font-size: 12px !important;
        padding: 0 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1400px){
	.grid-news-right .vc_gitem-row-position-bottom{
		display: none;
	}
}


@media only screen and (max-width: 1399px) {
    .tpc_event_grid_content {
        display: block;
    }
    .tpc_event_grid_content_right {
        margin-top: 10px;
    }
    .tpc_driver_name {
        font-size: 20px;
    }
    .tpc_driver_bio {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1300px){
	.tpc-grid-post-excerpt p {
		font-size: 12px;
	}
	.tpc-grid-post-title a, .tpc-grid-post-date p{
		font-size: 14px;
	}
	
	.tpc-news-single-featured-post .vc_row.vc_gitem-row-position-top:first-child .vc_gitem-col:first-child,
	.tpc-news-single-featured-post .vc_row.vc_gitem-row-position-top:first-child .vc_gitem-col:nth-child(2),
	.tpc-news-single-featured-post .vc_row.vc_gitem-row-position-top:first-child .vc_gitem-col:last-child{
		width: 100% !important;
		padding: 0px 20px;
	}
	.tpc-news-single-featured-post .vc_row.vc_gitem-row-position-top:first-child .vc_gitem-col:first-child a,
	.tpc-news-single-featured-post .vc_row.vc_gitem-row-position-top:first-child .vc_gitem-col:nth-child(2) p{
		line-height: 1 !important;
	}
	.tpc-news-single-featured-post .vc_row.vc_gitem-row-position-top:first-child{
		padding: 15px 0;
	}
}



@media only screen and (max-width: 959px){
    .footer-box.col-1 {
    width: 50% !important;
    }
    .footer-box.col-2 {
        width: 50% !important;
    }
    .footer-box.col-3 {
        width: 50% !important;
    }
    .footer-box.col-4 {
        width: 50% !important;
    }
	.sub-fields input[type="text"], .sub-fields input[type="email"]{
		width: calc(50% - 5px);
    	margin: 0 0 5px;
	}
	.sub-fields input[type="submit"]{
		width: 100%;
	}
	.cf7-three span {
		width: 100%;
		margin-bottom: 10px;
	}
	.cf7-wrapper{
		margin-bottom: 0;
	}
	.cf7-full.button-right{
		margin-top: 10px;
	}
	form.wpcf7-form .wpcf7-submit{
		width: 100%;
	}
	
}
@media only screen and (max-width: 767px){
    .woocommerce ul.products .product{
        width: 50% !important;
    }
    .woocommerce ul.products .product .woo-entry-inner .image-wrap .woo-entry-image a::after{
        left: 27%;
        top: 85%;
    }
    .tpc_garage_carousel_details{
        margin-bottom: 0 !important;
    }
    .tpc_garage_carousel_details{
        opacity: 1 !important;
    }
    .tpc_garage_carousel_wrapper{
        padding-top: 25px !important;
    }
    .tpc_number_inner{
        font-size: 20px;
        padding: 6px 5px 6px 0px;
    }
    .tpc_number_inner::before{
        width: 50px;
    }
    .tpc_garage_carousel_text h3{
        font-size: 18px;
    }
    .tpc_garage_carousel_text_meta li{
        padding-left: 30px;
        min-height: 25px;
        font-size: 12px;
    }
    .grid-news-right .vc_grid-item {
        width: 50%;
        float: left !important;
    }
    .woocommerce ul.products .product{
        min-height: 360px;
    }
    .woocommerce ul.products .product .woo-entry-inner .image-wrap{
        margin-bottom: 0;
    }
    .tpc_event_grid_item {
        width: 100%;
    }
    .tpc_event_grid_item + .tpc_event_grid_item {
        margin-top: 35px;
    }
    
	.tpc_garage_carousel_details {
        display: block;
        margin-bottom: 40px;
    }
    .tpc_garage_carousel_details {
        opacity: 1;
    }
    .tpc_number_inner {
        font-size: 22px;
        display: inline-block;
        min-width: 100px;
    }
    .tpc_garage_carousel_number {
        text-align: left;
        padding-left: 70px !important;
        margin-bottom: 15px;
    }
    .tpc_garage_carousel_details {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .tpc_garage_carousel_text_meta li {
        white-space: inherit;
	}
	.tpc_garage_carousel_wrapper .slick-track {
		padding-bottom: 50px;
	}
	.tpc-news-single-featured-post .vc_row.vc_gitem-row-position-top .vc_gitem-col{
		float: left;
	}
	.tpc-featured-post-date p {
		font-size: 12px !important;
	}
	.tpc-featured-post-excerpt p {
		font-size: 14px !important;
	}
	.tpc-featured-post-title a{
		font-size: 15px !important;
	}
	.tpc-grid-post-section .vc_gitem-row-position-top:first-child{
		display: flex;
		justify-content: space-between;
	}
	.hp-our-history-section-right .vc_column-inner{
		overflow: hidden;
	}
	.footer-box.col-1 {
    	width: 100% !important;
		text-align: center;
    }
    .footer-box.col-2,.footer-box.col-3 {
        width:50% !important;
    }
    .footer-box.col-4 {
        width: 100% !important;
    }
	#popmake-392 {
		top: 25% !important;
		width: 90% !important;
		left: 5% !important;
	}
	.featured-video-header .vc_column_container:nth-child(2) > .vc_column-inner,
	.featured-video-header .vc_column_container:last-child > .vc_column-inner{
		padding-top: 0 !important;
	}
	.featured-video-header .vc_column_container:nth-child(2) > .vc_column-inner p {
		margin: 0;
	}
	.featured-video-header .vc_column_container:first-child h3{
		margin-bottom: 0 !important;
	}
	#footer-widgets {
		padding: 60px 0 0px 0 !important;
	}
    
}/* end of 767px */


@media only screen and (max-width: 600px){
    .sub-fields {
        display: block;
    }
    .sub-fields input[type="text"], .sub-fields input[type="email"]{
        margin: 0 0 5px !important;
		width: 100%;
    }
	
    
}
@media only screen and (max-width: 550px){
    
    .woocommerce ul.products .product{
        width: 100% !important;
    }
    .grid-news-right .vc_grid-item {
        width: 100%;
        float: left !important;
    }
    .grid-news-right .wpb_single_image .vc_figure,
    .grid-news-right .wpb_single_image .vc_figure .vc_single_image-wrapper,
    .grid-news-right .wpb_single_image .vc_figure .vc_single_image-wrapper .vc_single_image-img{
        width: 100% !important;
    }
    .grid-news-right .vc_gitem-row-position-bottom a p {
        line-height: 1.5;
        font-size: 16px;
    }
    
}