/*
Theme Name:     Kleo Child
Theme URI:	http://themeforest.net/item/kleo-next-level-premium-wordpress-theme/6776630
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

h1, h2, h3, h4, h5, h6 {
	font-family: 'Assistant', sans-serif;
}

a, p, .lead p, p.lead, #menu-globus, .btn, abbr, .wpb_revslider_element, .panel-heading, .nav-pills > li > a {
	font-family: 'Assistant', sans-serif;
}

/* Contact form */
.wpcf7 input[type="submit"] {
  border: 1px solid rgba(0,0,0,.1);
  background-color: #286090;
  transition: all .3s ease-in-out 0s;
  border-radius: 2px;
  font-size: 18px;
  height: auto;
  line-height: 18px;
  margin: 0;
  padding: 14px 16px;
  text-transform: uppercase;
  min-width: 100px;
  color: #fff;
}

.wpcf7 input[type="submit"]:hover {
color: #888
}


/* Header */
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>


.kleo-main-header .navbar-nav > li > a {
    font-size: 16px;
}

.caret {
	margin-right: -8px;
}

/* Body */


.hr-title {
	font-size: 16px;
}

.wpb_wrapper #minimi abbr {
	font-size: 15px;
}

p {
	color: #252525;
}

.main-title {
	display:none;
}

.main-color a, .main-color a:hover, main-color a:focus {
	color: #FFFFFF;
}

.main-color a:hover {
	color: #FFFFFF;	
}

.btn-action {
	color: #FFFFFF;
	font-weight: bold;
	border-color: #E3170A;
	background-color: #E3170A;
}

.btn-action :hover {
	color: #FFFFFF;
	background-color: #F5392C;
}

/* video header */
@media all and (max-width: 600px) {
    #videoheader {
        display:none;
    }
}

/* Home page, services */
.feature_h2, .feature_h2 h2 {
	margin-bottom: 0px;
}

/* Clients */
.client img {
	opacity: 1;
}

/* Nav Pills */
.main-color .nav-pills > li.active > a, .main-color .nav-pills > li.active > a:hover, .main-color .nav-pills > li.active > a:focus {
	background-color: #367bb7;
	color: #ffffff;
}

.main-color .nav-pills li a {
	background-color: #e5e5e5;
	font-size: 16px;
	font-weight: 400;	
}

.smallH2 {
	font-size: 24px;
}

.supersmallH2 {
	font-size: 22px;
}

/* Footer */
abbr {
	color: #5b5b5b;
}

@media all and (max-width: 480px) {
    #logo_img {
        max-width: 275px;
    }
}


