/*
Theme Name: flexxis
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flexxis
Tags:

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.

flexxis is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url('css/style.css');

.entry-header {
	display: none;
}

.subscribe-form input[type='submit'] {
  position: absolute;
  top: 4px;
  right: 4px;
  outline: none !important;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 17px;
  background: #f95735;
  padding: 11px 30px;
  width: auto;
}

div.wpcf7-response-output {
	margin: 0;
	color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok	 {
	border-radius: 15px;
}

div.wpcf7-validation-errors {
border-color: red;
color: red !important;
font-weight: bold;
}

span.wpcf7-not-valid-tip {
	margin: .5em;
	color: #f95735;
}

body.home {
	padding-bottom: 0;
  background: #fff;
}

.home .fa {
  margin-left: 13px;  
}

.single .entry-meta {
  margin-bottom: 2em    ;
}

label {
  display: inline-block;
  width: 12em;
}

span.wpcf7-list-item {
  margin-left: 0;
}

span.wpcf7-list-item input[type="checkbox"], span.wpcf7-list-item input[type="radio"] {
  margin-right: 4px;
}

textarea {
  width: 100%;
}

article div.wpcf7-response-output {
  color: #000;
  text-align: center;
  font-size: 1.5em;
}

.client-list img {
  width: 150px;
  margin: 0 15px;
}

@media screen and (min-width: 1600px) {
  .bg-home {
    min-height: 1000px !important;
  }
  .home-intro {
  margin-top: -100px;
  }
}

@media screen and (min-width: 1920px) {
  .bg-home {
    min-height: 1200px !important;
  }
  .home-intro {
  margin-top: -100px;
  }
}

.features-box {
  min-height: 250px;
}

.feature-icon img {
  position: relative;
  bottom: 8px;
}

#testi-container { 
    position: relative; 
    height: 440px; 
}

#testi-container > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

.navbar-custom-dark.navbar-default .navbar-nav > li > a {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);  
}
body.blog .navbar-custom-dark.navbar-default .navbar-nav > li > a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1.0);  
}

.is-sticky .navbar-custom .navbar-nav li a,
body.blog .is-sticky .navbar-custom .navbar-nav li a {
  text-shadow: none;
}

body .feature-icon {
  border-width: 0px;
  height: 60px;
}

.question-box {
min-height: 13em;
}

span.wpcf7-list-item {
	display: block;
}

.wpcf7-checkbox span.wpcf7-list-item {
	display: inline;
}
