/*   
Theme Name: Sindoh Caribbean
Theme URI: http://sindoh-caribbean.com;
Description: This is a theme for the Sindoh Caribbean website.
Author: Dexter Banfield
Author URI: http://www.dexterbanfield.com
Version: 1
*/

@charset "UTF-8";
/* CSS Document */

*,
*:before,
*:after {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:hover,
*:active,
*:focus {
    outline: none;
}

html, 
body {
	margin: 0px;
	padding: 0px;
	background: #ddd;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #444;
	line-height: ;
	-webkit-text-size-adjust: none;
}

#container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #035487;
	line-height: 1;
}

h2,
h3 {
	font-weight: normal;
	font-size: 36px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	text-transform: none;
}

p {
	margin-top: 0px;
	font-size: 18px;
	color: #444;
	line-height: 1.5;

}

a {
	color: #035487;	
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

.alignleft {
	float: left;
	padding: 0px 10px 10px 0px;	
}

.alignright {
	float: right;
	padding: 0px 0px 10px 10px;	
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  zoom: 1; /* for IE 6 and 7 */
}

/*****************************************/
/* DESKTOP NAVIGATION */
/*****************************************/

#desktop-navigation {
	float: right;
	display: block;
}

.menu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	float: left;
}

.menu li a {
	float: left;
	padding: 34px 0px;
	width: 120px;
	color: #8a8a8a;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #ccc;
}

.menu li a:hover {
	color: #444;
	background: #ccc;
}

.menu li.current-menu-item a {
	color: #fff;
	background: #035487;
}

.menu li:first-child.current-menu-item a {
	border-left: 0px;
}

/*****************************************/
/* MOBILE NAVIGATION */
/*****************************************/

#mobile-navigation {
	display: block;
}

#hamburger-icon {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 80px;
	height: 80px;
	outline: none;
	border: 0;
	z-index: 2;
	-webkit-appearance: none;
	cursor: pointer;
	display: none;
	background: none;
}

.line {
	clear: both;
	margin: 6px auto;
	width: 70%;
	height: 6px;
	background: #000;
}

.active .line {
	background: #035487 !important;
}

#mobile-navigation {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
	height: 100%;
	background: rgba(255,255,255,.8);
	z-index: 1;
}

#mobile-navigation .menu,
#mobile-navigation .menu li,
#mobile-navigation .menu li a {
	float: left;
	width: 100%;
}

#mobile-navigation .menu li {
	clear: both;
}

#mobile-navigation .menu li a {
	padding: 10px 20px;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#mobile-navigation .menu li.current-menu-item a {
	background: #035487;
}

/*****************************************/
/* COMMON */
/*****************************************/

#page-header {
	float: left;	
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#top-line {
	width: 100%;
	height: 6px;
	background: #035487;
}

#sindoh-logo {
	float: left;
	margin: 20px 0 20px 50px;
	width: 220px;
	height: 49px;
	background: url(images/sindoh-logo.jpg);
	background-size: contain;
}

#header-image .wpb_single_image {
	margin-bottom: 0;
}

#breadcrumbs {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 40px;
	background: #035487;
}

#breadcrumbs .wpb_content_element {
	margin: 0;
}

#breadcrumbs p {
	margin: 0;
	font-size: 24px;
	color: #fff !important;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #fff !important;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#page-content {
	float: left;
	width: 100%;
	background: #fff;
}

.content-area {
	float: left;
	width: 100%;
	padding: 40px 50px 0px 50px;
}

.content-area-header {
	float: left;
	width: 100%;
	padding: 0 50px;
}

.content-area-header .wpb_content_element  {
	margin: 0;
	padding: 0;
}

.left-and-right-padding {
	padding: 0 80px;
}

#footer {
	float: left;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	background: #035487;
	text-align: center;
}

/*****************************************/
/* PAGE NOT FOUND */
/*****************************************/

.page-not-found {
	padding: 40px;
}


/*****************************************/
/* HOME */
/*****************************************/

#home-slideshow .wpb_revslider_element{
	border-bottom: 1px solid #ccc;
}

.awards {
	padding: 0 0 0 160px;
}

.why-you-should-buy-sindoh p {
	color: #888;
}

.home-support h2,
.home-support p,
.home-contact h2,
.home-contact p {
	margin-top: 0;
	color: #fff !important;
}

.home-support,
.home-contact {
	padding-bottom: 40px;
}

.home-contact .gform_wrapper .top_label input.medium,
.home-contact .gform_wrapper .ginput_complex input[type=text],
.home-contact .gform_wrapper textarea.medium,
.home-contact .gform_wrapper .gform_footer input[type=submit] {
	color: #fff !important;
	background: #888;
	border: 1px solid #fff;
}

.home-contact .gform_wrapper .gform_footer input[type=submit] {
	background: #777;
}

.home-contact ::-webkit-input-placeholder {
   color: #fff;
}

.home-contact :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

.home-contact ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

.home-contact :-ms-input-placeholder {  
   color: #fff;  
}

/*****************************************/
/* DROPDOWN */
/*****************************************/

.styled-select select,
.styled-select-home select {
	background: transparent;
	border: none;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	height: 40px;
	padding: 5px 10px;
	width: 170px;
	color: #888;
	border: 1px solid #888;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.styled-select-home select {
	width: 200px;
	border: 1px solid #fff;
	color: #fff;
	display: block;
}

.styled-select,
.styled-select-home {
   background: url(images/dropdown-arrow-grey.png) no-repeat 135px center;
   height: 35px;
   width: 170px;
}

.styled-select-home {
	margin: 0 auto !important;
	background: #888 url(images/dropdown-arrow-white.png) no-repeat 155px center;
	width: 200px;
	height: 40px !important;
	overflow: hidden;
}

/*****************************************/
/* PRODUCT */
/*****************************************/

.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

#page-body-content {
	width: 100%;
	height: 100%;
	display: table;
}

#products-sidebar {
	padding: 40px;
	width: 250px;
	height: 100%;
    background: #eee;
    display: table-cell;
    vertical-align: top;
}

#products-sidebar p.find-more {
	color: #035487;
	font-weight: bold;
}

#products-sidebar a {
	color: #000;
	text-decoration: none;
}

#products-sidebar a:hover {
	text-decoration: underline;
}

.product-category-select {
	margin: 0 0 40px 0;
}

#product-content {
	float: none;
	padding: 40px;
	width: auto;
	height: 100%;
	display: table-cell;
   	overflow: hidden;
}

#product-content .page-title,
.woocommerce div.product .product_title {
	margin: 0 0 20px 0;
	font-size: 24px;
	text-transform: uppercase;
}

.woocommerce div.product .product_title {
	font-size: 30px;
}

.woocommerce-ordering {
	display: none;
}

.woocommerce ul.products li.product h3 {
	color: #000;
	text-align: center;
}

.woocommerce ul.products li.product .product-category {
	font-size: .8em;
	text-align: center;
	color: #888;
	display: block;
}

.woocommerce ul.products li.product .button {
	margin: 10px auto;
	display: block;
	width: 130px;
	color: #fff;
	background: #035487;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0;
}

.product-brochure-button,
.product-manual-button,
.product-download-button {
	margin: 0 10px 0 0;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff !important;
	background: #056aaa;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}

.product-manual-button {
	background: #035487;
}

.product-download-button {
	font-size: 14px !important;
	color: #333 !important;
	background: #ccc;
}

.product_meta {
	margin: 20px 0 0 0;
}

.posted_in,
.tagged_as,
.driver-details,
.software-details {
	margin: 0 0 5px;
	font-size: 14px;
	display: block;
}

.posted_in a,
.tagged_as a {
	text-decoration: none;
}

.posted_in a:hover,
.tagged_as a:hover {
	text-decoration: underline;
}

.product-driver,
.product-software {
	float: left;
	padding: 0 20px 40px 0;
	width: 33%;
}

.driver-details ul,
.software-details ul {
	margin: 10px 0 0 15px;
	padding: 0;
}

.woocommerce div.product .related {
	display: none;
}

#tab-specifications table {
	width: 100%;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	border: 1px solid #ccc;
}

#tab-specifications th {
	width: 30%;
	padding: 10px;
	text-align: left;
	background: #eee;
	font-weight: 600 !important;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#tab-specifications td {
	padding: 10px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.woocommerce-Tabs-panel h2,
.woocommerce-Tabs-panel h3 {
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
}

.woocommerce-Tabs-panel h3 {
	font-size: 18px;
	color: #000;
}

.woocommerce-Tabs-panel span.small-text {
	font-size: 14px;
}

.product-overview-image {
	margin: 60px 0 0 0;
}

/*****************************************/
/* YOUTUBE VIDEO */
/*****************************************/

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*****************************************/
/* TABS */
/*****************************************/

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 5px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 30px 0 0 !important;
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	box-shadow: 0 0 0 0 !important;
	border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 20px !important;
	font-weight: normal !important;
	color: #888888;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	font-weight: bold !important;
	color: #035487 !important;
}

/*****************************************/
/* CONTACT */
/*****************************************/

.gform_wrapper .top_label .gfield_label,
.gform_wrapper .ginput_complex label {
	display: none !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper textarea.medium {
	width: 100% !important;
}

div.ginput_container_name span {
	margin: 0;
}

div.ginput_container_name span.name_first {
	padding-right: 8px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper textarea.medium,
.gform_wrapper .gform_footer input[type=submit] {
	padding: 10px;
	width: 100% !important;
	font-size: 22px !important;
	color: #333;
	background: #ddd;
	border: 0px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.gform_wrapper textarea.medium {
	padding: 15px;
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 30px !important;
	font-weight: bold;
	text-transform: uppercase;
	background: #ccc;
}

::-webkit-input-placeholder {
   color: #333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333;  
}

:-ms-input-placeholder {  
   color: #333;  
}

.gform_wrapper div.validation_error {
    color: #f00 !important;
    border-top: 2px solid #f00 !important;
    border-bottom: 2px solid #f00 !important;
    width: 100% !important;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #bbb !important;
    border-top: 1px solid #333 !important;
    border-bottom: 1px solid #333 !important;
}

.gform_wrapper .top_label .gfield_error {
	width: 100% !important;
}

.gform_wrapper li.gfield_error input[type=email], 
.gform_wrapper li.gfield_error input[type=tel], 
.gform_wrapper li.gfield_error input[type=text], 
.gform_wrapper li.gfield_error textarea,
.gform_wrapper .validation_message {
	color: #f00 !important;
	border-color: #f00 !important;
}

/*****************************************/
/* MEDIA QUERIES */
/*****************************************/

@media all and (max-width: 960px) {
    
	.woocommerce ul.products li.product .button {
		width: 100px;
		font-size: 14px;
	}

}

@media all and (max-width: 910px) {
    
	.menu li a {
		width: 100px;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 48%;
	    float: left;
	    clear: both;
	    margin: 0 0 2.992em;
	}

	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
		    float: right;
		    clear: none!important;
		}

}

@media all and (max-width: 800px) {
    
	.menu li a {
		padding: 38px 0px;
		font-size: 14px;
		width: 80px;
	}

}

@media all and (max-width: 768px) {
    
	.left-and-right-padding {
		padding: 0 40px;
	}

	.awards {
		padding: 0;
	}

	.contact-countries .vc_col-sm-2 {
		float: left;
		width: 33%;
	}

	.contact-countries .vc_col-sm-2:nth-child(4) {
		clear: both;
	}

	#page-body-content {
		height: auto;
		display: block;
	}

	#products-sidebar {
		clear: both;
		padding: 40px;
		width: 100%;
		height: 200px;
		display: block;
	}

	.product-category-select {
		float: left;
	    padding: 0 20px 0 0;
	    width: 33%;
	    font-size: 15px;
	}

}

@media all and (max-width: 720px) {

    #desktop-navigation {
    	display: none;
    }

    #hamburger-icon {
    	display: block;
    }

}

@media all and (max-width: 660px) {
    
	#products-sidebar {
		height: 400px;
	}

	.product-category-select {
	    padding: 0;
	    width: 100%;
	    font-size: 18px;
	}

}

@media all and (max-width: 640px) {
    
	div.ginput_container_name span.name_first {
		padding-right: 0px !important;
	}

}

@media all and (max-width: 570px) {
    
	.contact-countries .vc_col-sm-2 {
		float: left;
		width: 50%;
	}

	.contact-countries .vc_col-sm-2:nth-child(3),
	.contact-countries .vc_col-sm-2:nth-child(5) {
		clear: both;
	}

	.contact-countries .vc_col-sm-2:nth-child(4) {
		clear: none;
	}

}

@media all and (max-width: 570px) {

 	#sindoh-logo {
		margin: 20px 0 20px 50px;
		width: 160px;
		height: 36px;
	}

	#hamburger-icon {
		right: 20px;
		width: 70px;
	}

	.line {
		margin: 5px auto;
		height: 4px;
	}

	.left-and-right-padding {
		padding: 0 20px;
	}

	#tab-specifications table {
		font-size: 14px;
	}

}

@media all and (max-width: 520px) {
    
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%;
	}

	#tab-specifications table {
		font-size: 12px;
	}

}