/*
Theme Name:     Chutes
Description:    A custom theme for Chutes Internatinal based on the parerent theme Enfold. Do not delete the parent theme from your site.
Version:		1.0
Author:         ACS Creative
Author URI:		http://www.acscreative.com/
Template:		enfold
*/

/* =======================================================
Global Styles
======================================================= */

/* WooCommerce product image containers - 4:3 ratio */

/* Shop/archive page thumbnails */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link img,
.woocommerce ul.products li.product a img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Single product main image */
.woocommerce div.product div.images img,
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Gallery thumbnails */
.woocommerce div.product div.images .flex-control-thumbs img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* Enfold-specific selectors */
.shop_columns .inner_product img,
.avia-product-slider img,
.product-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Cart thumbnails (optional) */
.woocommerce table.cart img,
.woocommerce-cart table.cart img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* --------- Text Styles --------- */

h1, h2, h3, h4, h5 {
	letter-spacing: -.3px !important;
	text-transform: inherit !important;
}

h2 {
	font-size: 36px;
	font-weight: 400;
}

h2.av-special-heading-tag {
    font-size: 26px;
    font-family: Roboto;
    font-weight: 500 !important;
    color: #e76b1b;
}

h3 {
	font-size: 24px;
	color: #800425 !important;
	font-weight: 500;
	line-height: 1.3em;
}

h3.av-special-heading-tag  {
	font-size: 24px;
	color: #800425 !important;
	font-weight: 500 !important;
	line-height: 1.3em;
}

.widgettitle {
	font-weight: 500;
	font-size: 1.3em;
}

h4 {
	font-weight: 400;
}

.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; font-style: normal !important;}

.term-description p {
	font-size: 16px;
}

/* --------- Button Styles --------- */

.avia-button.avia-size-x-large {
	padding: 15px 45px 15px;
	font-size: 20px;
	min-width: 200px;
	font-family: 'Roboto', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 8px;
	color: #e6e8e3 !important;
}

.footer-btn {
	padding: 15px 45px 15px;
	font-size: 20px;
	min-width: 200px;
	font-family: 'Roboto', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 8px;
	color: #242424 !important;
	background-color: #fd7b27;
	display: inline-block;
	float: right;
}

.sidebar-cta a {
	padding: 15px 45px 15px;
	font-size: 20px;
	font-family: 'Roboto', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-radius: 8px;
	color: #e6e8e3 !important;
	background-color: #480b1b !important;
	text-decoration: none;
	margin-top: 25px;
	display: block;
	text-align: center;
}

.resources-tech-specs .sdm_download {
	font-size: 0px !important;
}

.resources-tech-specs .sdm_download::after {
    content: 'Download' !important;
    font-size: 12px !important;
}

.resources-brochures .sdm_download {
	font-size: 0px !important;
}

.resources-brochures .sdm_download::after {
    content: 'Download' !important;
    font-size: 12px !important;
}

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

/* --------- Global Nav --------- */

#top .av_header_transparency #header_meta {
	border-bottom: none;
}

#top #header_meta li {
	border-color: transparent !important;
	font-size: 18px;
}

.sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
	font-weight: normal;
}

.av_header_transparency .av_secondary_right .sub_menu {
	margin-right: 10px;
	margin-top: 19px;
}

/* --------- Main Nav --------- */

.main_menu ul:first-child > li > a { 
	font-size: 18px; 
	font-weight: 400;
}

#top .av-main-nav ul a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 10px 15px;
    font-size: 15px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
	color: #264553;
}

#top .av-main-nav ul,
#top .av-main-nav ul a:last-child {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottom-right: 5px;
	-moz-border-radius-bottom-left: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.page-id-42 .av_header_transparency .av-main-nav ul,
.page-id-42 .av_header_transparency .av-main-nav ul a:first-child,
.page-id-42 .av_header_transparency .av-main-nav ul a:last-child  {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

li.menu-phone-number a {
	color: #fd7b27 !important;
	font-size: 20px !important;
	font-weight: 600 !important;
}

.av_header_transparency li.menu-phone-number a    {
	color: #fff !important;
}

.av-main-nav ul.sub-menu a {
	color: #5a5a5a !important;
}

.av-main-nav > li.current-menu-item > a > .avia-menu-text, 
.av-main-nav > li.current-page-ancestor > a > .avia-menu-text,
.av-main-nav ul.sub-menu li.current-menu-item > a > .avia-menu-text,
.av-main-nav ul.sub-menu li.current-page-ancestor > a > .avia-menu-text,
.av-main-nav ul.sub-menu a:hover {
    color: #1a2429 !important;
}

/* --------- Header Logo --------- */

#header_main {
    padding: 10px 0;
}

/* =======================================================
Homepage Styles
======================================================= */

/* --------- Block 1 --------- */

#home-block-1 h2 {
	color: #eeeef0;
	font-size: 65px;
	font-weight: 600;
}

/* --------- Block 2 --------- */

#home-block-2 .container {
	margin-top: -250px;
}

#home-block-2 h3 {
	color: #eeeef0 !important;
	font-size: 20px;
	letter-spacing: 0px !important;
	font-weight: 500;
	padding-top: 25px;
}

/* --------- Block 3 --------- */

#home-block-3 h2 {
	margin-top: -30px;
}

#home-block-3 p {
	margin: 0;
}

#home-block-3 input#s {
	border-radius: 10px;
	padding: 22px 15px;
	font-size: 20px;
}

#home-block-3 input#searchsubmit {
	background-color: transparent;
	color: #73787e;
	font-size: 20px;
}

.home-icon-box {
	border-left: 2px solid #fefefe !important;
	border-right: 2px solid #fefefe !important;
}

.home-icon-box:nth-child(2) {
	border-left: none !important;
	border-right: none !important;
}

.home-icon-box h3 {
	padding-bottom: 20px;
	color: #323d48 !important;
}

.home-icon-box a {
	font-size: 16px; 
	color: #323d48;
	margin: 5px 0;
	display: block;
}

/* --------- Block 4 --------- */

#home-block-4 ul {
    -moz-column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-count: 2;
    -webkit-column-gap: 15px;
    column-count: 2;
    column-gap: 15px;
    margin-left: 0;
}

#home-block-4 ul li {
	list-style-type: none;
	color: #e05f0c;
	font-size: 16px;
	margin-left: 0;
}

#home-block-4 ul li a {
	color: #793306;
	font-size: 16px;
}

#home-block-4 ul {
	margin-bottom: 40px;
	display: block;
}

/* =======================================================
Product Page Styles
======================================================= */

#product-page-header h1.av-special-heading-tag {
	padding-top: 20px;
	font-size: 44px;
	color: #ffffff;
	font-weight: 500;
	margin-left: -70px;
}

#product-page-header img {
	width: 120px;
}

.product-page-parts-link a {
	color: #fd7c27;
    font-size: 16px !important;
    font-weight: 600 !important;
	margin-top: 80px;
}

#product-manufacturing,
#product-installation,
#product-warranty,
#product-maintenance-service {
    display: block;
    border-top: 2px solid #e3e4df;
}

#product-parts {
    margin-top: -40px !important;
}

/* =======================================================
Basic Interior Styles
======================================================= */

.intro {
	font-size: 19px;
	line-height: 1.6;
	border-bottom: 2px solid #e3e4df !important;
	padding-bottom: 30px;
	margin-bottom: 0px;
}

/* --------- Page Titles --------- */

.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/home-top-bg-full.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-color: #480b1b;
}

.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
	padding-top: 139px;
	background-color: #480b1b;
}

.title_container {
	background-color: #480b1b;
	background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/home-top-bg-full.jpg);
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

h1.main-title.entry-title, .single-product strong.main-title.entry-title {
	font-size: 34px;
	padding: 20px 0;
	display: block;
	color: #fff !important;
}

h1.main-title.entry-title a,
#top .alternate_color.title_container .main-title a {
	color: #fff !important;
}

/* --------- Page Sidebar --------- */

.sidebar.sidebar .menu li.current-menu-item a {
	color: #800425 !important;
}

.sidebar .widget_nav_menu ul:first-child>.current-menu-item, 
.sidebar .widget_nav_menu ul:first-child>.current_page_item, 
.sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor {
    box-shadow: none;
    border: 0;
}

.sidebar .widget_nav_menu li {
    background:none!important;
    box-shadow:none!important;
}

.sidebar.sidebar .menu a {
	font-weight: 400!important;
	color: #323d48 !important;
	padding: 5px 0px !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	font-size: 16px;
	border-bottom: 1px solid #eef0f2 !important;
	display: block;
}

.sidebar ul {
	margin-left: 0px;
}

.sidebar-cta {
	display: block;
	background-color: #e3e4df;
	margin-top: 30px;
	margin-bottom: 60px;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	-webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
	-moz-box-shadow: 0px 1px 1px 0px #dfdfdf;
	box-shadow: 0px 1px 1px 0px #dfdfdf;
	padding: 25px;
	color: #323d48;
}

.sidebar-cta h1, .sidebar-cta h2, .sidebar-cta h3, .sidebar-cta h4, .sidebar-cta h5, .sidebar-cta h6 .sidebar-cta p, .sidebar-cta {
	font-size: 26px !important;
	line-height: 1.1;
}

/* --------- Single Porduct Shop Sidebar --------- */

.single-product .sidebar {
	display: none!important;
}

/* =======================================================
Woo Commerce Styles
======================================================= */

#customer_login .col-1, #customer_login .col-2 {
    padding: 35px;
    min-height: 400px;
}

#top form.login, #top form.register {
    padding: 0;
}

.woocommerce-form.woocommerce-form-login.login {
    padding: 20px !important;
}

.woocommerce .login .lost_password {
    top: 1em;
}

.products .product h2,
h2.woocommerce-loop-product__title {
    font-size: 1em;
    font-weight: 500;
}

.shop_columns_3 .products .product {
	margin: 0 3.5% 3% 0;
	width: 31%;
}

.widget_product_categories li a {
    padding: 0px;
    background: transparent url("") left center no-repeat;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
}

.widget_product_categories li a:hover {
	color: #fd7c27;
}

.count {
    font-size: 13px;
    color: #793306;
    padding-left: 5px;
    font-style: normal;
}

.widget_product_categories li {
    font-size: 10px;
    font-style: italic;
    padding: 5px 0px;
    border-bottom: 1px solid #ccc !important;
}

.main_color table {
	background: transparent;
}

.main_color .sort-param > li > span, .main_color .sort-param > li > a, .main_color .sort-param ul {
    background-color: #f1f1f1;
}

.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content,
.header_color .avia-arrow {
    background-color: #ffffff;
}

.cart_dropdown .dropdown_widget .avia-arrow {
    top: 62px;
    left: auto;
    margin-left: 0;
    border-bottom: none;
    border-right: none;
    right: 15px;
}

#top .header_color .dropdown_widget .buttons {
    background-color: #f1f1f1;
}

.cart_dropdown_first .cart_dropdown_link {
    line-height: 55px;
}

.cart_dropdown .dropdown_widget {
    clear: both;
    position: absolute;
    right: 15px;
    top: 0;
    width: 280px;
    line-height: 18px;
    display: none;
    padding-top: 70px;
}

.cart_dropdown {
    position: absolute;
    right: -60px;
    height: 60px;
    width: 60px;
	line-height: 60px;
}

.header_color .cart_dropdown_link {
	background-color: #f1f1f1;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.header_color .cart_dropdown_first .cart_dropdown_link {
	color: #666;
}
.header_color .cart_dropdown_first .cart_dropdown_link span {
	margin-left: -14px;
}

#top .av-cart-counter {
    background-color: #fd7c27;
    color: #ffffff;
	margin-left: -9px !important;
}

.html_boxed .cart_dropdown {
    position: fixed;
    top: 118px;
    margin: 0;
    z-index: 300;
}

#top div div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #f1f1f1 !important;
}

.main_color div.product .woocommerce-tabs .panel {
	background-color: #f1f1f1;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: solid 1px #ececec;
	border-right: solid 1px #ececec;
	border-top: solid 1px #ececec;
	border-bottom: solid 1px #ececec;
	margin-bottom: 80px;
}

#top .variations td.label {
	width: auto;
}

#tab-description p,
#tab-features p,
#tab-tech-specs p,
p.woocommerce-noreviews {
	color: #666;
}

#tab-tech-specs p {
	line-height: 2;
}

#tab-reviews h2.woocommerce-Reviews-title,
#reviews h2,
#tab-description h2 {
	font-size: 17px !important;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 600 !important;
	color: #444 !important;
	letter-spacing: 0px !important;
}

h1.product_title.entry-title {
	font-size: 26px;
	color: #0c2830;
}

form.cart {
    margin-bottom: 20px;
    margin-top: 40px;
}

span.sku_wrapper {
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	display: block;
}

span.woocommerce-Price-amount.amount {
	font-size: 16px !important;
	font-weight: 600 !important;
}

.order-total td span, 
.price span.woocommerce-Price-amount.amount {
	color: #793306;
}

#top .main_color .quantity input.qty {
    background-color: #f1f1f1;
	margin-left: 5px;
	margin-right: 5px;
}

#top div .quantity input.plus, 
#top div .quantity input.minus {
	background-image: url("");
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#top form.cart .button,
#top table.shop_table .actions .coupon .button,
#top table.shop_table .actions .button,
.woocommerce-page .button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#top table.shop_table .actions .coupon .button,
#top table.shop_table .actions .button {
	background-color: #666;
	border: none;
}

input#coupon_code.input-text {
	background-color: #f8f8f8 !important;
}

tbody {
	padding: 20px;
}

#top div.woocommerce-message {
    border-color: #d3d3d3;
    background-color: #f1f1f1;
    color: #444;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

#top div.woocommerce-error, #top div.woocommerce-message, #top .woocommerce-info {
    margin: 0px 0px 50px 0px;
    padding: 20px 45% 20px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

#top div div.product .woocommerce-tabs .panel {
	padding: 25px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 05px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 05px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 05px;
}

.posted_in {
    font-size: 14px;
}

#top div div.product .woocommerce-tabs ul.tabs li.active a,
#top div div.product .woocommerce-tabs ul.tabs li a {
    padding: 12px 40px 12px 40px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#top div div.product .woocommerce-tabs ul.tabs li a {
	background-color: #ccc;
	margin-right: 8px;
	margin-top: -1px;
	font-weight: 600;
	font-size: 14px;
	white-space: unset;
}

#top div div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: #f8f8f8;
	margin-top: 0px;
}

.main_color .woocommerce-tabs .tabs .active {
	background-color: transparent !important;
}

table div.quantity {
    float: none;
    margin: 0 auto;
    width: 140px;
}

button.single_add_to_cart_button.button.alt {
	background-color: #fd7b27 !important;
}

table.shop_attributes tr {
	background: transparent !important;
}

.post-type-archive-product span.price, .tax-product_cat span.price, .related.products span.price {
	color: rgb(121, 51, 6) !important;
}

.post-type-archive-product img.size-shop_catalog {
    -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: grayscale(60%);
}

.post-type-archive-product img.size-shop_catalog:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    -moz-transition: all .2s ease-in;
    /* WebKit */
    -webkit-transition: all .2s ease-in;
    /* Opera */
    -o-transition: all .2s ease-in;
    /* Standard */
    transition: all .2s ease-in;
}

.cart_totals table {
    border-top-style: solid;
    border-top-width: 0px;
}

.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0;
    background-color: #f8f8f8;
}

form.woocommerce-cart-form th,
tr.cart-subtotal {
    background-color: #f8f8f8;
	padding-top: 15px;
	letter-spacing: .003px;
	font-size: 14px;
}

.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
	//background-color: #fff;
}

.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content,
.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content strong,
p.woocommerce-mini-cart_total total strong,
#top .dropdown_widget .total {
	color: #444;
	font-size: 14px;
}

.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content strong {
	color: #153c46;
}

#top div ul.product_list_widget li a,
span.quantity {
	font-size: 13px;
}

div .dropdown_widget .cart_list li:hover {
	background-color: #ddeef3;
}

.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content {
    background-color: #ffffff;
    border: 3px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.dropdown_widget ul.cart_list li a img {
	border: 0px solid #e1e1e1;
}


.header_color .cart_dropdown .dropdown_widget .widget_shopping_cart_content a.button.wc-forward {
	color: #222 !important;
}

.checkout-button.button.alt.wc-forward {
    background-color: #fd7c27;
	padding: 17px 30px;
	margin-top: 30px;
}

.cart-collaterals .cart_totals a.button.alt {
	margin-right: 10px;
}

div.cart_totals th {
	padding-left: 0px !important;
	letter-spacing: .003px;
	font-size: 14px;
}

.woocommerce-Price-amount.amount {
    font-size: 13.5px;
}

div .widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding: 4px;
    margin-top: 20px;
}

.widget_product_search button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width: 64px;
	padding: 10px;
	background-color: var(--enfold-main-color-primary);
	color: var(--enfold-main-color-constant-font);
	border-color: var(--enfold-main-color-button-border);
	}
}

div a.remove {
	margin-left: 15px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}


.main_color .avia_cart_buttons {
	background-color: transparent;
}

.main_color .sort-param > li > span, .main_color .sort-param > li > a, .main_color .sort-param ul {
    background-color: #e3e4df;
	border-radius: 3px;
	margin-right: 5px;
}

.sort-param > li:hover ul, .sort-param.active-sort > li ul {
    display: block;
    box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}


#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
	border-radius: 5px;
	margin-right: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
	background-color: #e3e4df;
	border: 0px solid #eeeeee;
	color: #444;
	font-size: 14px;
}

.pagination span {
    font-size: 14px;
	color: #555555 !important;
}

#top .pagination .current {
	color: #fff !important;
	background-color: #480b1b;
	font-weight: normal;
}

#top .products .product-category img {
	display: none !important;
}

/* =======================================================
Resource Center
======================================================= */

/* --------- Download Monitor Styles --------- */

.sdm_download_item {
    border: 0px solid #E7E9EB;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
}

.sdm_download_title,
.sdm_download_description {
    display: none;
}

.sdm_download_button {
    float: right;
}

.sdm_download_item_count {
    border: 0px solid #E7E9EB; 
	color: #ccc;
}

.sdm_download_item {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
}

/* --------- Page Styles --------- */

#top .products-page-nav .av-subnav-menu > li, 
#top .resources-page-nav .av-subnav-menu > li {
	padding: 20px 3px 0;
	display: inline-block;
}


#top .products-page-nav .av-subnav-menu > li > a,
#top .resources-page-nav .av-subnav-menu > li > a {
	padding: 15px 25px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	margin-bottom: 30px;
	font-size: 16px;
}

#top .products-page-nav .av-subnav-menu > li:last-child > a {
	background-color: #444 !important;
	color: #f1f1f1;
}

.resources-tech-specs th,
.resources-brochures th {
	text-transform: inherit;
	font-size: 16px;
	letter-spacing: -.02em;
}

.resources-tech-specs .sdm_download,
.resources-brochures .sdm_download {
    background: #cccccc !important;
    filter: none !important;
    border: none !important;
    color: #555555 !important;
    text-shadow: none !important;
    -webkit-box-shadow:  none !important;
    -moz-box-shadow:  none !important;
    box-shadow:  none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 20px;
	padding-bottom: 9px;
}

.resources-tech-specs .sdm_download a:hover,
.resources-brochures .sdm_download a:hover {
	text-decoration: none !important;
}


.resources-tech-specs .sdm_download:hover,
.resources-brochures .sdm_download:hover {
	text-decoration: none !important;
}

.products-page-nav ul,
.resources-page-nav ul {
	padding-left: 40px;
}

.page-id-66 .av-submenu-container {
	padding-top: 10px;
	margin-bottom: 20px;
}

.page-id-66 #after_submenu {
	margin-top: 10px;
}

.av-submenu-container {
	background-color: #e3e4df;
}

.resources-tech-specs tr td:first-child,
.resources-brochures  tr td:first-child {
    border-left-style: solid;
    border-left-width: 1px;
    vertical-align: middle;
}

tr.avia-heading-row {
	background-color: #e3e4df !important;
}

.resources-tech-specs tr.avia-heading-row th:last-child,
.resources-brochures tr.avia-heading-row th:last-child {
	text-align: right;
	padding-right: 65px;
}

.resources-tech-specs tr.avia-heading-row th:nth-child(2) {
	text-align: right;
	padding-right: 65px;
}


.resources-tech-specs tr:nth-child(n), .resources-brochures tr:nth-child(n),
.resources-tech-specs tr:nth-child(2n), .resources-brochures tr:nth-child(2n),
.resources-tech-specs tr:nth-child(3n), .resources-brochures tr:nth-child(3n)  {
	color: #666666;
	font-size: 18px !important;
	background-color: #fff;
	border-bottom: solid 5px #f8f8f8;
}

.resources-tech-specs td, .resources-brochures td,
.resources-tech-specs th, .resources-brochures th  {
	font-size: 15px !important;
	padding: 9px 20px;

}


/* --------- Resources Page Styles --------- */
.avia-table tr th:first-child, .avia-table tr td:first-child {
    width: 50% !important;
}

/*--- Accordian Styles ---*/
.js_active .toggler {
    border-style: none;
	padding-bottom: 15px;
	padding-top: 22px;
	padding-left: 50px;
	margin-top: 6px;
	background-color: #ffffff !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	font-size: 15px;
	font-weight: 600;
	border: none;

}

.toggle_content {
    border-style: none;
    font-size: 14px;
    background-color: transparent !important;
    padding-top: 30px;
}

.toggle_icon {
    top: 16px;
    margin-top: 8px;
    border: none !important;
    margin-left: 10px;
}

span.toggle_icon, .toggle_icon .vert_icon, .toggle_icon .hor_icon {
	border-color: #800425;
}

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

#footer .flex_column.av_one_fifth:nth-child(1) {
	width: 100%;
}

#footer .flex_column.av_one_fifth:nth-child(1) h2 {
	display: inline-block;
}

#footer .flex_column.av_one_fifth:nth-child(2) {
	width: 16%;
	margin-left: 0;
}

#footer .flex_column.av_one_fifth:nth-child(3) {
	width: 16%;
}

#footer .flex_column.av_one_fifth:nth-child(4) {
	width: 18%;
}

#footer .flex_column.av_one_fifth:nth-child(5) {
	width: 30%;
}

#footer h3.widgettitle {
	font-weight: normal;
	font-size: 23px;
	color: #fff !important;
}

#footer .widget_nav_menu li a {
	font-size: 16px;
	padding: 0;
}

#socket .copyright {
	font-size: 14px;
}

@media only screen and (min-width: 1100px) and (max-width: 1230px) {

}

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


}

@media only screen and (max-width: 1099px) {
	
	#footer .flex_column.av_one_fifth:nth-child(1) h2 {
		font-size: 30px;
	}

}

@media only screen and (max-width: 900px) {
	
	#footer .flex_column.av_one_fifth:nth-child(1) h2 {
	
	}
	
	.footer-btn {
		float: none;
		margin-top: 20px;
	}
	
	#footer .flex_column.av_one_fifth:nth-child(2) {
		width: 25%;
		margin-left: 0;
	}
	
	#footer .flex_column.av_one_fifth:nth-child(3) {
		width: 25%;
	}
	
	#footer .flex_column.av_one_fifth:nth-child(4) {
		width: 25%;
	}
	
	#footer .flex_column.av_one_fifth:nth-child(5) {
		width: 100%;
		margin-left: 0;
	}
	

}

@media only screen and (max-width: 767px) {
	
	#home-block-2 {
		background-image: none !important;
	}
	
	#home-block-2 .container {
		margin-top: -250px !important;
	}
	
	.home-icon-box {
		border-left: none !important;
		border-right: none !important;
	}
	
	#home-block-1 h2 {
		font-size: 45px;
	}
	
	#home-block-1 {
		height: 629px;
	}
	
	#home-block-1 .flex_column.av_three_fourth.flex_column_div.first.avia-builder-el-1.avia-builder-el-no-sibling {
	    padding: 0 0px 275px 0px !important;
	}
	
	.avia-table tr td:first-child {
		width: 100% !important;
	}
	
	.sdm_download_button {
		float: none !important;
	}
	
	.av-submenu-container {display: none;}
	.sticky_placeholder {display: none;}
}

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

}