/*
Theme Name:     SmartBox Child Theme
Description:    Child theme for the SmartBox WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       smartbox
Version:        1.0
*/

/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('./fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/lato-v23-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


h2{
	font-size: 20px;
	line-height: 1.5;
}

#masthead .brand img{
  transform: scale(1.2);
}

.portfolio > li img{
  max-width: 250px;
}

.icons h4{
  color: #333333;
  text-transform: none;
  font-size: 1.2em;
}

.portfolio-filters{
  display: none;
}

.wrapper{
	border: none;
  margin-bottom: 0;
}

header{
	background-color: #333333;
}

body{
	color: #333333;
}

.navbar .nav > li > a{
	color: #ffffff;
}

.flex-control-nav{
	margin-top: 1rem;
}

.more-link{
  display: none;
}

.btn-navbar .icon-bar{
  color: #d11317;
}

.well-package-price small{
  display: none;
}

.footer-wrapper{
  background-color: #333;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 1em 0;
}

#footer, #footer a{
  text-shadow: none;
  color: #fff;
}

.nolink p{
  color: #5e5e5e;
}

.single-fahrzeuge #content li{
	margin-bottom: 1em;
}

.searchandfilter ul{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex; 
	align-items: center;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.searchandfilter ul li{
  flex-basis: 0;
}

.searchandfilter select{
	margin-bottom: 0;
	margin-right: 5px;
}

.searchandfilter label, .searchandfilter select{
  width: 100%;
}

select{
  width: auto;
  height: auto;
}

.lead{
	font-size: 18px;
	line-height: 1.5;
}

/* - 1.2 Headers - */
h1, h2, h3, h4, h5 {
    color: #d11317;
    text-transform: uppercase;
    margin: 0;
  }
  h1 small, h2 small, h3 small, h4 small, h5 small {
    text-transform: none;
    color: #d11317;
  }

/* - 10.2 Red theme - */

.theme-red a {
    color: #d11317;
  }
  .theme-red a:hover {
    color: #d11317;
  }
  .theme-red ::selection {
    background: #d11317;
  }
  .theme-red ::-moz-selection {
    background: #d11317;
  }
  .theme-red select:focus,
  .theme-red textarea:focus,
  .theme-red input[type="text"]:focus,
  .theme-red input[type="password"]:focus,
  .theme-red input[type="datetime"]:focus,
  .theme-red input[type="datetime-local"]:focus,
  .theme-red input[type="date"]:focus,
  .theme-red input[type="month"]:focus,
  .theme-red input[type="time"]:focus,
  .theme-red input[type="week"]:focus,
  .theme-red input[type="number"]:focus,
  .theme-red input[type="email"]:focus,
  .theme-red input[type="url"]:focus,
  .theme-red input[type="search"]:focus,
  .theme-red input[type="tel"]:focus,
  .theme-red input[type="color"]:focus,
  .theme-red .uneditable-input:focus {
    -webkit-box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
    -moz-box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
    box-shadow: 0 0 8px rgba(119, 119, 119, 0.6);
  }
  .theme-red .btn {
    color: #444444;
  }
  .theme-red .btn:hover {
    color: #444444;
  }
  .theme-red .btn-success, .theme-red .btn-warning, .theme-red .btn-info, .theme-red .btn-inverse, .theme-red .btn-danger {
    color: white;
  }
  .theme-red .btn-success:hover, .theme-red .btn-warning:hover, .theme-red .btn-info:hover, .theme-red .btn-inverse:hover, .theme-red .btn-danger:hover {
    color: white;
  }
  .theme-red .btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #a24343;
    background-image: -moz-linear-gradient(top, #b14949, #8d3a3a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b14949), to(#8d3a3a));
    background-image: -webkit-linear-gradient(top, #b14949, #8d3a3a);
    background-image: -o-linear-gradient(top, #b14949, #8d3a3a);
    background-image: linear-gradient(to bottom, #b14949, #8d3a3a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB14949', endColorstr='#FF8D3A3A', GradientType=0);
    border-color: #8d3a3a  #8d3a3a #572424;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  }
  .theme-red .btn-primary:hover {
    color: white;
    background-color: #8d3a3a;
  }
  .theme-red .navbar .nav > .active > a,
  .theme-red .navbar .nav > .active > a:hover,
  .theme-red .navbar .nav > .active > a:focus,
  .theme-red .navbar .nav > li > a:focus,
  .theme-red .navbar .nav > li > a:hover,
  .theme-red .navbar .nav li.dropdown.open > .dropdown-toggle,
  .theme-red .navbar .nav li.dropdown.active > .dropdown-toggle,
  .theme-red .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    color: #d11317;
  }
  .theme-red .post-extras i {
    color: #d11317;
  }
  .theme-red .tags-widget ul a:hover {
    background-color: #d11317;
  }
  .theme-red .tags-widget ul a:hover:before {
    border-color: transparent #d11317 transparent transparent;
  }
  .theme-red .nav-pills > .active > a, .theme-red .nav-pills > .active > a:hover {
    background-color: #d11317;
  }
  .theme-red .docs-sidebar-nav li.active a, .theme-red .docs-sidebar-nav li:hover a, .theme-red .docs-sidebar-nav li.active:hover a {
    color: #d11317;
    border-color: #d11317;
  }
  .theme-red .portfolio-filters a:hover, .theme-red .portfolio-filters a.active {
    color: #d11317;
  }
  .theme-red .well-package-price {
    color: #d11317;
  }
  .theme-red .round-box.box-colored .box-inner {
    background: #764520;
  }

  .widget_recent_entries li, .widget_recent_comments li, .widget_archive li, .widget_categories li, .widget_meta li, .widget_pages li, .widget_twitter li, .widget_nav_menu li {
    margin: 6px 0;
  }