/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com    
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.0
*/

/*@import url("../wplms/style.css");*/

/*@font-face { */
/*	font-family: "myriadwebpro"; */
/*	src: url("fonts/myriad_web_pro/myriad-web-pro.woff") format('woff'); */
/*}*/

/*@font-face {*/
/*	font-family: "myriadwebpro"; */
/*	src: url("fonts/myriad_web_pro/myriadwebpro-bold.woff") format('woff');*/
/*	font-weight: bold;*/
/*}*/

/*@font-face {*/
/*	font-family: "myriadwebpro"; */
/*	src: url("fonts/myriadwebpro-condenseditalic.woff") format('woff');*/
/*	font-weight: bold;*/
/*	font-style: italic;*/
/*}*/

/*@font-face {*/
/*	font-family: "myriadwebpro"; */
/*	src: url("fonts/myriadwebpro-condenseditalic.woff") format('woff');*/
/*	font-style: italic;*/
/*}*/

/*h1, h2, h3, h4, h5, h5{*/
/*	color: #2c2929;*/
/*}*/

/*h1, h2{ */
/*	font-family: myriadwebpro; */
/*	font-size:30px; */
/*	font-weight: bold; */
/*	color: #2c2929; */
/*	margin: 10px 0;*/
/*}*/
/*#headertop{display:none}*/
/*#logo {margin: 15px 0 0;}*/


/*.footerWide {*/
/*    background-color: #151515;*/
/*    padding: 70px 0;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/
/*.footerMenu {*/
/*    margin: 20px 0;*/
/*}*/
/*.footerMenu li {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*}*/
/*#footerbottom{*/
	/* display: none !important;; */
/*}*/
/*#title{*/
/*display: none;*/

/*}*/
/*.footerMenu li a {*/
/*    display: block;*/
/*    color: #717171;*/
/*    font-size: 18px;*/
/*    padding: 0 10px;*/

/*}*/
/*#eael-login-form-wrapper {*/
/*    display:none !important;*/
/*}*/

/*.border-top {*/
/*    border-top: 2px solid gray;*/
/*}*/



@import url("../wplms/style.css");

@font-face { 
	font-family: "myriadwebpro"; 
	src: url("fonts/myriad_web_pro/myriad-web-pro.woff") format('woff'); 
}

@font-face {
	font-family: "myriadwebpro"; 
	src: url("fonts/myriad_web_pro/myriadwebpro-bold.woff") format('woff');
	font-weight: bold;
}

@font-face {
	font-family: "myriadwebpro"; 
	src: url("fonts/myriadwebpro-condenseditalic.woff") format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: "myriadwebpro"; 
	src: url("fonts/myriadwebpro-condenseditalic.woff") format('woff');
	font-style: italic;
}

h1, h2, h3, h4, h5, h5{
	color: #2c2929;
}

h1, h2{ 
	font-family: myriadwebpro; 
	font-size:30px; 
	font-weight: bold; 
	color: #2c2929; 
	margin: 10px 0;
}
#headertop{display:none}
#logo {margin: 15px 0 0;}


.footerWide {
    background-color: #151515;
    padding: 70px 0;
    width: 100%;
    text-align: center;
}
.footerMenu {
    margin: 20px 0;
}
.footerMenu li {
    display: inline-block;
    position: relative;
}
#footerbottom{
	/* display: none !important;; */
}
#title{
display: none;

}
.footerMenu li a {
    display: block;
    color: #717171;
    font-size: 18px;
    padding: 0 10px;

}
#eael-login-form-wrapper {
    display:none !important;
}


/* New CSS */
.item-image {
	display: flex;
}

.description-content {
	display: flex;
}

.desc-cnt-list {
	border-right: 2px solid black;
	max-width: 50%;
	padding: 17px;
}

.desc-cnt-list-toyo {
	/* border-right: 2px solid black; */
	max-width: 90%;
	padding: 17px;
}

.eps-versation {
	text-align: left !important;
}

.table-downoadOption.table > tbody > tr > td:nth-child(2) {
	max-width: 40% !important;
}

/* New Vehicle Pictures CSS */
.vehicle-pic-main {
	max-width: 100%;
	max-height: 11rem;
	object-fit: cover;
	margin: 24px;
 }

 .vehicle-pic {
	object-fit: cover;
	min-width: 51%;
	max-width: 50%;
	max-height: 11rem;
	border-radius: 10px;
 }
 
 .devider{
     border-top: 3px solid lightgray;
 }
 
 .table-downoadOption.table > tbody > tr > td:first-child img{
     min-height: 10em;
 }

/* For ad's video */
.ad-video-box{
	width: 100%;
	max-width: 49%;
}
@media (max-width: 768px) {
	.description-content {
		display: block;
	}

	.desc-cnt-list {
		border-bottom: 2px solid black;
		border-right: none;
		max-width: 100%;
		padding: 17px;
	}
}
ul.topnav{
 width:100%;   
}

body.logged-in .elementor-141 .elementor-element.elementor-element-d4c7eae .elementor-heading-title {
  visibility: hidden;
  position: relative;
}

body.logged-in .elementor-141 .elementor-element.elementor-element-d4c7eae .elementor-heading-title::after {
  content: "Welcome back!";
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}

.toyo-css {
    font-family: 'Anton', sans-serif !important;
    font-weight: 400 !important;
}

.fs-35{
    font-size: 35px;
}

.w-50 {
    width:50% !important;
}

.w-100 {
    width:100% !important;
}


.collapse .navbar-collapse {
    padding:0px !important;
}

#NavbarInrtopMenu {
    padding:0px !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1410px;
    }
}