/*
 Theme Name:   FJ child theme
 Theme URI:    http://www.monkeylectric.com/
 Description:  FJ child theme
 Author:       MonkeyLectric
 Author URI:   http://www.monkeylectric.com
 Template:     franz-josef
 Version:      1.0.0
*/

@import url("../franz-josef/style.css");


div.highlights.static-front-page div.container h2.highlight-title {
	display: none;
}

div div div.sow-slider-base ul.sow-slider-images {
	max-width: 800px;
	margin: auto;
	padding: 0px;
}


ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover, li.sow-slider-image.sow-slider-image-cover.cycle-slide-active {
	background-repeat: no-repeat;

}

div.entry, div.entry-content.clearfix {
	color: #fff;
}

div.alert.alert-warning {
	background: #333;
}

table#product.table tr:nth-child(even) {
	background: #000;
}

table#product.table tr:nth-child(odd) {
	background: #222;
}

table#product.table td {
	max-width: 300px;
	white-space: normal;
	vertical-align: baseline;
}

div.table-responsive table.table tbody tr td.tabletext, div.table-responsive table.table tbody tr td {
	max-width: 300px;
	white-space: normal;
	vertical-align: baseline;
}


body {
	background-color: #000;
	font: normal 16px/24px 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, 'Open Sans', sans-serif;
	font-weight: bold;
	color: #fff; /* ptt */
	text-align: center;
}
div#lang_sel_footer {
	border-style:none;

}

div.main {
	margin-left: auto;
   	margin-right: auto;
}

p, tr, td, li {
	color: #fff; /* ptt */
}

option, select {
	color: #000; /* ptt */
}

table {
	margin-left: auto;
   	margin-right: auto;
}

div.table-responsive table tbody tr td {
	text-align: center;
	margin-right: auto;
	border-style:none;
}

.btn {
	font: bold 12px Montserrat, 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #000;
}
.btn-default {
	color: #1ca4be;
	border-color: #1ca4be;
	background: none;
	-webkit-transition: background ease-in 0.1s, color ease-in 0.1s;
	-o-transition: background ease-in 0.1s, color ease-in 0.1s;
	transition: background ease-in 0.1s, color ease-in 0.1s;
}
.btn-default:hover {
	background: #1ca4be;
	border-color: #1ca4be;
	color: #fff;
}
.btn-group-lg >.btn, 
.btn-lg {
	border-radius: 4px;
}
.btn-lg {
	padding: 15px 30px;
}

input {
margin-bottom: 10px;

}

div div.footer-menu-wrapper {
background: #444;
}