/*!
Theme Name: Whitespace
Theme URI: https://www.valice.com/
Author: Valice
Author URI: https://www.valice.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whitespace
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Whitespace is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.gallery img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Body Styles
--------------------------------------------------------------*/

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

a {
	color: #BE4833;
}

p, li, .entry-content {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
}

.button {
	display: inline-block;
	background: #000;
	padding: 10px;
	margin: 10px 10px 10px 0;
	color: #fff;
	border: none;
}

a.button {
	text-decoration: none;
	color: #fff;
}

.button:hover {
	background: #e53935;
}

img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/

input, select option, button {
	padding: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
input, select option {
	color: #000;
	font-weight: 300;
	font-size: 15px;
}

button[type="submit"] {
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	border: none;
}

.woocommerce.post-type-archive-product select,
.woocommerce.post-type-archive-product input,
.woocommerce.post-type-archive-product .qty,
.woocommerce.post-type-archive-product textarea,
.woocommerce.single-product select,
.woocommerce.single-product input,
.woocommerce.single-product.qty,
.woocommerce.single-product textarea  {
	width: 100%;
	padding: 12px;
	margin: 0;
	color: #444;
	font-size: 1em;
	border-radius: 2px;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid rgba(167, 167, 167, .4);
}

.woocommerce select {
	background: url(images/arrow.svg) no-repeat right 18px center;
}

.woocommerce.post-type-archive-product select {
	padding-right: 40px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	background-color: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
}

.site-header .site-branding img {
	max-width: 250px;
	height: auto;
}

.site-header .header-right {
	flex-grow: 2;
}

.site-header .main-navigation {
	float: right;
}

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

	.site-header {
		flex-direction: column;
	}
}

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

	.site-header {
		flex-direction: row;
	}
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer {
	padding: 40px 5px 10px 5px;;
	background: #000;
	color: #fff;
}

.site-footer .footer-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.site-footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}

.site-footer .footer-top .widget {
	max-width: 400px;
}

.site-footer h2.widget-title {
	text-transform: uppercase;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer .menu-item {
	font-size: 14px;
}

.site-footer li.menu-item {
	list-style-type: none;
}

.site-footer ul.menu {
	padding-left: 0;
	margin-left: 0;
}

.site-footer li.menu-item:before {
	content: "\f345";
	font-family: 'dashicons';
	font-size: 12p;x
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.site-footer .site-info {
	border-top: 1px solid rgba(255,255,255,0.65);
	clear: both;
}

.site-footer .site-info .footer-copyright p {
	text-align: center;
	font-size: 13px;
}

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

	.site-footer .footer-top,
	.site-footer .footer-bottom {
		display: block;
		margin: 20px auto;
	}

	.site-footer .footer-top .widget,
	.site-footer .footer-bottom .widget {
		width: 50%;
		max-width: none;
		float: left;
	}

	.site-footer .footer-top .widget_media_image {
		text-align: center;
	}

	.site-footer .footer-top .widget:first-child {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	
	.site-footer .footer-top .widget,
	.site-footer .footer-bottom .widget {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Single Pages
--------------------------------------------------------------*/

.wrapper,
.entry-content {
	width: 1280px;
	max-width: 95%;
	position: relative;
	margin: 0 auto;
}

header.entry-header,
header.page-header {
	background-color: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 25px;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #dfdfdf;
}

h1.entry-title,
h1.page-title {
	font-size: 24px;
	padding: 0;
	margin: 0;
}

/*--------------------------------------------------------------
## Single Trailer
--------------------------------------------------------------*/

.lower-section {
	background: #ddd;
	padding: 40px 0;
	text-align: center;
}

.lower-section p {
	line-height: 2;
}

.lower-section strong {
	font-weight: 400;
}

.tabs {
	background: #000;
	text-align: center;
}

.tabs button {
	display: inline-block;
 	outline: none;
	border: none;
	cursor: pointer;
	padding: 20px;
	color: #fff;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	margin-left: -4px;
}

.tabs button:last-child {
	border-right: none;
}

.tabs button:hover,
.tabs button.active {
	background-color: #FF3A2D;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	clear: both;
	padding-top: 60px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: 16px;
}

.tabcontent .clas-model {
	margin: 20px 0;
}

.tabcontent .form-group {
	display: block;
	clear: both;
}

.tabcontent .form-row {
	clear: both;
}

.tabcontent .form-group label {
	display: block;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 8px;
}

.tabcontent input,
.tabcontent select,
.tabcontent textarea {
	padding: 12px;
	margin: 0;
	color: #444;
	font-size: 1em;
	border-radius: 2px;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid rgba(167, 167, 167, .4);
}

.tabcontent select {
	background: url(images/arrow.svg) no-repeat right 18px center;
}

.tabcontent td,
.tabcontent th {
	font-size: 16px;
	line-height: 1.5;
}

a.warranty {
	width: 800px;
	max-width: 80%;
	padding: 20px;
	border: 2px solid #000;
	text-align: center;
	margin: 80px auto;
	font-size: 18px;
	transition-property: width;
  	transition-duration: .5s;
 	transition-timing-function: linear;
	display: block;
	text-decoration: none;
	color: #000;
}

a.warranty .big {
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	transition: .4;
}

a.warranty .dashicons-arrow-right-alt {
	font-size: 50px;
}

a.warranty:hover {
	background: #000;
	color: #fff;
}

.gallery {
	text-align: center;
}

.gallery h2 {
	text-transform: uppercase;
	font-size: 32px;
}

.gallery h2:after {
	content: '';
	display: block;
	width: 80px;
	border-bottom: 4px solid #000;
	margin: 10px auto;
}

.single-trailer .gallery-columns-4 .gallery-item {
	max-height: 300px;
	overflow: hidden;
}

.single-trailer .gallery img {
	width: auto;
	height: 100%;
	max-width: none;
}

.file-downloads-wrapper {
	display: flex;
}

.download-button {
	padding: 20px;
	margin: 10px;
	border: 2px solid #000;
	flex-grow: 1;
}

.download-button a {
	display: block;
	text-decoration: none;
	color: #000;
}

.download-button:hover {
	background: #000;
}

.download-button:hover a {
	color: #fff;
}

#downloads {
	text-align: center;
}

.feature-image-title {
	display: block;
	text-align: center;
}


.single-trailer .entry-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.trailer-image {
	position: relative;
	width: 700px;
	max-width: 100%;
	float: left;
}

.trailer-image .dashicons {
	font-size: 40px;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.trailer-image a {
	text-decoration: none;
}

.trailer-overview {
	float: right;
	width: 450px;
	max-width: 100%;
}

.trailer-colors {
	text-align: center;
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap
}

.trailer-colors .trailer-color {
	width: 200px;
	height: 200px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.gallery-columns-4 .gallery-item {
		max-width: 33.333%;
	}

	.trailer-image,
	.trailer-overview {
		float: none;
		margin: 20px auto;
	}
}

@media only screen and (max-width: 800px) {
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}

	.file-downloads-wrapper {
		display: block;
	}
	
	.tabs button {
		display: block;
		padding: 8px 0;
		width: 100%;
		border: none;
	}
}

@media only screen and (max-width: 1230px) {
	.single-trailer .specs-container {
		display: block;
	}

	.tabcontent .form-group {
		text-align: center;
	}
	
	.single-trailer .specs-container .half-col {
		width: 90%;
		padding: 0;
	}

	.single-trailer #datatbl .specs-container .half-col table {
		margin-bottom: 0 !important;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 500px) {
	.gallery-columns-4 .gallery-item {
		max-width: 100%;
	}
}


/*--------------------------------------------------------------
## WooCommerce Archive
--------------------------------------------------------------*/

.woocommerce .site-content {
	max-width: 1300px;
	padding: 0 10px;
	margin: 20px auto;
}

.woocommerce .content-area {
	float: right;
	width: 90%;
	margin: 0 auto;
	max-width: 900px;
	padding: 20px;
}

.woocommerce #secondary {
	float: left;
	width: 300px;
	padding: 20px;
	margin-top: 40px;
}

.woocommerce-breadcrumb {
	text-align: right;
	padding: 20px;
}

.woocommerce #secondary .widget {
	margin-bottom: 20px;
	background: #f5f5f5;
	padding: 20px;
}

.woocommerce #secondary .widget h2.widget-title {
	color: #fff;
	background: #000;
	padding: 10px;
	text-align: center;
	margin: -20px -20px 40px -20px;
	font-size: 18px;
	font-weight: 400;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #BE4833;
}

.woocommerce #secondary select  option {
	max-width: 200px;
}

.woocommerce #secondary form.woocommerce-product-search input,
.woocommerce #secondary form.woocommerce-product-search button {
	display: block;
	width: 100%;
}

.woocommerce #secondary form.woocommerce-product-search button {
	background-color: #BE4833;
}

.woocommerce #secondary form.woocommerce-product-search button:hover {
	background-color: #000;
}

.woocommerce #secondary .toggle-handle {
	display: none;
}

.woocommerce #secondary .toggle-body {
	display: block;
}

mark {
	background: none;
}

@media only screen and (max-width: 1300px) {
	.woocommerce .site-content {
		display: flex;
	 	flex-direction: column;
	}

	.woocommerce .content-area {
		order: 2;
   		-webkit-order: 2;
	}

	.woocommerce #secondary {
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
	}

	.woocommerce #secondary .toggle-handle {
		display: block;
		padding: 5px;
	}

	.woocommerce #secondary .toggle-body {
		display: none;
		order: 1;
    		-webkit-order: 1;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.woocommerce #secondary .toggleable.open .toggle-body {
		display: flex;
	}

	.woocommerce #secondary .widget {
		flex-grow: 1;
	}
	
}

/*--------------------------------------------------------------
## WooCommerce Product
--------------------------------------------------------------*/

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #000;
	line-height: 1.5;
}

.woocommerce .product_meta span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
}

.woocommerce .product_meta span.sku_wrapper > span {
	display: inline;
}

.woocommerce .product_meta span a {
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	background: transparent;
	text-align: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f5f5f5;
	font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	font-size: 18px;
}

/*--------------------------------------------------------------
## Content Styles
--------------------------------------------------------------*/

.pdf-button {
	margin: 20px auto;
	background: #000;
	padding: 20px;
	text-align: center;
	color: #fff;
	max-width: 300px;
	font-size: 15px;
	font-weight: 200;
	line-height: 1.1;
}

.pdf-button a {
	color: #fff;
	text-decoration: none;
}

.pdf-button a:before {
	content: "\f491";
	font-family: 'dashicons';
	font-size: 30px;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}

.button-heading {
	font-size: 30px;
}

.toggleable > .toggle-body {
	display: none;
}

.toggleable.open > .toggle-body {
	display: block;
	background: #f5f5f5;
	padding: 10px;
}

.toggleable .toggle-handle {
	background: #e53935;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 20px;
	cursor: pointer;
}

.toggleable .toggle-handle:before {
	content: "\f347";
	font-family: 'dashicons';
	margin-right: 10px;
}

.toggleable.open .toggle-handle:before {
	content: "\f343";
}

/*--------------------------------------------------------------
## Post Styles
--------------------------------------------------------------*/

.archive article,
.blog article {
	max-width: 1100px;
	margin: 20px auto;
	border-bottom: 2px solid #f5f5f5;
	clear: both;
	padding: 20px;
}

.archive article.post,
.blog article.post {
	display: flex;
}

.archive-post-image {
	float: left;
	margin: 0 20px 20px 0;
}

.archive-post-image img {
	width: 300px;
	max-width: 300px;
}

.archive-post-content {
	padding-bottom: 20px;
}

.archive-post-content h2 a {
	text-decoration: none;
}

.archive-post-footer {
	margin-top: 20px;
}

.cat-links,
.tag-links {
	display: block;
	margin: 10px 0;
}

.widget_categories {
	max-width: 1100px;
	margin: 40px auto;
}

.widget_categories ul {
	margin: 0;
	padding: 0;
}

.widget_categories li.cat-item {
	display: inline-block;
	margin: 10px;
}

.widget_categories li.cat-item a {
	color: #ccc;
	text-decoration: none;
	font-weight: 300;
}

.widget_categories li.cat-item.current-cat a {
	color: #000;
	font-weight: 400;
}

.single-post .post-thumbnail {
	text-align: center;
}

.single-post footer.entry-footer {
	background: #f5f5f5;
	padding: 20px;
}

@media only screen and (max-width: 700px) {
	.archive-post-image {
		float: none;
		margin: 10px auto;
		text-align: center;
	}

	.archive article.post,
	.blog article.post {
		display: block;
	}
}

/*--------------------------------------------------------------
## Locator
--------------------------------------------------------------*/

.locator {
	display: flex;
	margin-bottom: 40px;
}

.locator .search {
	flex-grow: 1;
	font-size: 16px;
	max-width: 400px;
	height: 700px;
	overflow: scroll;
}

.locator .result-list span,
.map-information-window span {
	display: block;
}

.map-information-window {
	max-width: 400px;
}

.locator ul.result-list {
}

.locator .map {
	flex-grow: 2;
}

.locator-map {
	width: 100%;
	height: 700px;
}

@media only screen and (max-width: 900px) {
	.locator {
		display: block;
	}

	.locator .search {
		height: 500px;
		width: 100%;
		max-width: none;
	}

	.locator .map {
		width: 100%;
		margin-top: 20px;
	}

	.locator .locator-map {
		height: 300px;
	}
}

/*--------------------------------------------------------------
## Trailer Archive
--------------------------------------------------------------*/

.post-type-archive-trailer .article-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 10px auto;
}

.post-type-archive-trailer article.trailer {
	width: 500px;
	max-width: 90%;
}

.post-type-archive-trailer article.trailer img {
	display: block;
	margin: 10px auto;
	float: none;
}

/*--------------------------------------------------------------
## Feature & Specs Shortcodes
--------------------------------------------------------------*/

.hide {
	display: none;
  }


.features {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.features-list {
	min-width: 600px;
	max-width: 100%;
}

.features-list table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px;
	text-align: left;
}
.features-list table thead tr {
	border-top: none;
}
.features-list table th {
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
}

.features-list .feature-columns {
	display: flex;
}

.feature-columns .column-1,
.feature-columns .column-2 {
	width: 50%;
	margin: 20px;
}

.features-list table tr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.features-list table td {
	padding: 6px;
}

.features-list table td.label {
	font-weight: bold;
}

select.div-toggle {
	min-width: 200px;
  	padding: 12px;
	margin: 0;
	color: #444;
	font-size: 1em;
	border-radius: 2px;
	font-family: inherit;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: 1px solid rgba(167, 167, 167, .4);
	background: url(images/arrow.svg) no-repeat right 18px center;
}

.features-list li {
	text-align: left;
	max-width: 500px;
	margin: 10px auto;
}

@media only screen and (max-width: 750px) {
	ul.tabs-nav, ul.simple-tabs-nav {
		flex-direction: column;
	}

	.features-list {
		min-width: 0;
	}

	.features-list .feature-columns {
		flex-direction: column;
	}

	.feature-columns .column-1, .feature-columns .column-2,
	.features-list > div {
		width: 90%;
		margin: 0;
	}
}

	




