/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.table-layout li:nth-child(odd) span:last-child {
    background: #efefef;
}


/* */
.internet-explorer9 .fl-node-5e30e17aef14b > .fl-row-content-wrap {
	background-image: none !important;
}
.internet-explorer9 .fl-node-5e22464d151d0-img-0 {
	margin-top: 20px
}
.internet-explorer9 .fl-theme-builder-header-shrink .fl-node-5e22464d151d0-img-0 {
	margin-top: 6px
}
.internet-explorer9 .screen-inner .center-h {
	left: 0
}
.internet-explorer9 .ast-advanced-headers-wrap h1:after {
    margin-left: -50% !important;
}
.internet-explorer9 button.slick-arrow {
	background-color: #df4224 !important;
  width: 42px !important;
  height: 42px !important;
}
.internet-explorer9 ul.slick-dots li button {
	color: #ccc !important;
	background-color: #ccc !important;
}
.internet-explorer9 .checked-list li:before {
	top: -10px;
	transform: unset
}
.internet-explorer9 .uabb-tabs-nav > ul > li {
	/*General page tabs*/
	width: 20%;
	display: inline-block !important;
}
.internet-explorer9 .uabb-tabs-nav5dcef9a03e8fd > ul > li {
	/*History page tabs*/
	width: 8%;
	display: inline-block !important;
}
/*Make Divisions Menu flush left*/
#masthead .ast-container, .ast-header-breadcrumb .ast-container {
    padding-left: 0;
}
.ast-advanced-headers-title {
	text-align: left;
}

/*A tag*/
.fl-rich-text p a,
.fl-rich-text li a {
	text-decoration: underline
}

/*P tag margin tweak*/
p:last-of-type {
    margin-bottom: 0;
}

/*Header text color bar*/
.ast-advanced-headers-breadcrumb, .ast-advanced-headers-wrap {
  margin-top: 200px;
  margin-bottom: 20px;
	padding: 20px 0;
	position: relative;
}
h1.ast-advanced-headers-title {
	padding: 15px 0;
	max-width: 52vw;
	position: relative;
	z-index: 1
}
.ast-advanced-headers-wrap h1:after {
    background-color: #df4224;
    content: "";
    transform: skewX(-11deg) translateX(-50vw);
    width: calc(100% + 55vw);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}

@media (max-width: 960px) {
.ast-title-bar-wrap:after {
    width: 95vw;
}
}

/*Headings*/
.fl-module-heading h3.fl-heading,
.fl-module-heading h4.fl-heading, .fl-module-heading h5.fl-heading { margin-bottom: -1.5rem !important; }

/*Cookie Notice*/
#cookie-notice {
	padding: 1rem;
}
#cookie-notice #cn-accept-cookie:after {
	color: #fff;
	content: "|";
	margin-left: .5rem;
}

/*Article category tag*/
.article-tag {
  color: #df4224;  
	background: #fff;
	font-family: "Ubuntu";
  font-weight: bold;
	font-size: 16px;
	text-transform:uppercase;
	text-align:center;
	margin: 0;
	padding: 5px;	
}

/*Tabbed Container Styling*/
.uabb-tabs-nav li.uabb-tab-current {
	border-bottom: 3px solid #df4224 !important;
}

/*Table Styling Side TH*/
.table-layout ul {
	list-style-type: none;
	border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}
.table-layout li {
  display: table-row;
}
.table-layout li span {
  vertical-align: middle;
  display: table-cell;
}
.table-layout li span:first-child {
  font-weight: bold !important;
	text-align: right;
  padding: 20px 30px;
  width: 25% !important;
}
.table-layout li span:last-child {
  padding: 20px 30px;
}
.table-layout li:nth-child(odd) span:last-child {
  background: #efefef;
}
.table-layout .capabilities li {
  text-align: center;
	margin: 0 15px;
  display: inline-block;
}

/*Table Styling Top TH*/
.table-layout-top ul {
  list-style-type: none;
  border-collapse: collapse;
	border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}
.table-layout-top li:first-child {
    display: table-header-group;
}
.table-layout-top li:not(:first-child) {
  display: table-row-group;
}
.table-layout-top li span {
	border-right: 1px solid rgba(0,0,0,0.15);
  vertical-align: middle;
	overflow: hidden;
  padding: 10px 20px;
  display: table-cell;
}
.table-layout-top li:nth-child(even) span {
  background: #efefef;
}
.table-layout-top li:first-child span {
  background-color: #fff;
	border: none;
	box-shadow: 0 -1px 0 0 inset #ddd;
  font-weight: bold;
	padding: 20px;
	top: 66px;
	position: sticky;
	z-index: 2;
}
.admin-bar .table-layout-top li:first-child span {
    top: 98px;
}
.table-layout-top a {
	color: #5f5f5f;
	padding: 10rem;
	margin: -10rem;
	display: block;
}
.table-layout-top li span:nth-child(1) a {
	color: #df4224;
  font-weight: bold;
	white-space: nowrap
}
.table-layout-top img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table-layout-top > ul > li:not(:first-child):hover {
  box-shadow: inset 0px -4px 0px -1px #df4224;
}
.table-layout-top > ul > li:not(:first-child):hover span {
    background-color: rgba(223,66,36,0.2);
    border: 1px solid rgba(223,66,36,0.4);
    border-width: 0 1px;
}
.table-layout-top > ul > li:not(:first-child):hover span a {
    color: #df4224
}
.table-layout-top li:not(:first-of-type) span:first-of-type {
    border-left: 1px solid rgba(0,0,0,0.15);
}
.table-layout-top li:last-of-type span {
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

/*Table Styling Misc*/
.table-layout .narrow,
.table-layout-top .narrow {
	max-width: 100px
}

/*Checked list*/
.checked-list ul {
	margin: 0;
	padding: 0;
}
.checked-list.two-col ul {
    column-count: 2;
    column-gap: 90px;
}
.checked-list ul li {
    margin: 15px 0;
    width: 100%;
    padding-left: 45px;
    display: inline-block;
    position: relative;
}
.checked-list li:before {
    color: #df4224;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: bold;
    margin-left: -45px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

/*Misc Responsive*/
@media (min-width: 1180px) {
.ast-advanced-headers-title {
	margin-left: 20px;
}
	
	button.mfp-close {
    top: 40px !important;
    right: 40px !important;
    position: fixed !important;
    font-size: 4rem;
}
}

@media (max-width: 1180px) and (min-width: 768px) {
.ast-advanced-headers-title {
	margin-left: 40px;
}
}

@media (max-width: 1080px) {
.table-layout-top-container {
    overflow-x: scroll;
}
.sub-category-model-listing.table-layout-top {
    min-width: 1080px;
}
.table-layout-top li:first-child span {
    top: unset;
    position: unset;
}
}

@media (max-width: 768px) {
/*Mobile Nav*/
	.pm-mobile .fl-col-group.fl-col-group-equal-height {
    height: 50px;
		display: block;
	}

	/*Headers*/
	.ast-advanced-headers-layout {
		padding-top: 60px;
    padding-bottom: 20px;
}
	.ast-advanced-headers-breadcrumb, .ast-advanced-headers-wrap {
    margin-top: 60px;
    margin-bottom: 0px;
}
	h1.ast-advanced-headers-title {
    max-width: 300px !important;
}
	.ast-advanced-headers-wrap:after {
    width: calc(100% + 55vw);
}
	
	/*Table Layout*/
	.table-layout li span,
	.table-layout li span:first-child {
    text-align: left;
    width: 100% !important;
		display: block;
}
	.table-layout li span,
	.table-layout li span:first-child,
	.table-layout li span:last-child {
		padding: 20px;
	}
	.table-layout li span:first-child {
		padding-bottom: 0px;
	}
	.table-layout li:nth-child(odd) span {
    background: #efefef;
}
	/*Checked list*/
	.checked-list.two-col ul {
        column-count: 1;
        padding-left: 75px;
        padding-right: 30px;
    }
}

.single-video-page{
width:1024px;
margin:auto;
}