/*
Theme Name: _wha
Theme URI: http://webhack.in.ua
Author: WHA Web Development
Author URI: http://themekraft.com/
Description: Web Development from scratch
Version: 1.1.10

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide-small{
    display: block;
}

.phone p{
    float: left;
    font-weight: bold;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

.main-menu{
    margin-top: 15px!important;
}

.entry-content div{
    background-position: center !important;
    background-size: cover !important;
}
/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */


/* styles for _wha_pagination und _wha_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

.site-navigation-inner{
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#masthead{
	display: none;
}
.navbar-brand{
	display: none;
}
#main-menu{
	margin-top: 20px;


}
#footer{
    display: none !important;
}
.dropdown-menu{
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.navbar-toggle {
    position: absolute !important;
    right: 0 !important;
}
.dropdown-menu li a{
	width: 150px !important;
    padding-left: 20px !important;
    height: 25px !important;
    line-height: 27px !important;
    border-left: none !important;
	border-radius: 5px;
    margin-bottom: 1px !important;
    margin-top: 0px !important;
    padding-right: 0px !important;	
    display: block;
    font-weight: normal !important;
    font-size: 12px !important;
    margin-left: 0px !important;
    color: #fff !important;
    background: url(includes/images/drop.png) no-repeat top right !important;
}
#footer{
}
.home .main-content {
    padding: 0;
}
.main-menu > .vc_column-inner, .slogan > .vc_column-inner, .slogan .wpb_text_column, .phone > .vc_column-inner  {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.right-block {
    display: none;
}
#header {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
    padding-bottom: 9px;
}
#header .container {
    padding-top: 0;
    padding-bottom: 0;
}

#header .slogan {
    float: right;
    font-size: 36px;
    line-height: 120px;
}


div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.1) !important; }

.formright,
.formleft {
    display: inline-block;
    float: right;
    padding: 5px;
    width: 45%;
}




#input_cf::-webkit-input-placeholder{
    color:black;
}
#input_cf{
    width: 100%;
    border-radius: 6px;
    height: 30px;
    padding: 10px;
    border: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}
#area_cf::-webkit-input-placeholder {
    color:black;

}
#area_cf{
    background-color: transparent;
    width: 100%;
    border-radius: 6px;
    height: 30px;
    padding: 10px;
    border: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 136px;
    resize: none;
}
.wpcf7-submit{
    float: left;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    background-color: rgba(156, 201, 238, 1);
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}
.text-center{
    text-align: center;
}
.site-title{
    font-size: 25px;
    font-weight: bold;
}


#header .phone {
    float: left;
    font-size: 24px;
    line-height: 50px;
}
#header-menu, #header-menu li {
    margin: 0;
    padding: 0;
}
#header-menu li {
    float: none;
    display: inline;
}
#languages, #languages li, #social, #social li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
#languages {
    margin-right: 30px;
    font-size: 20px;
}
#languages, #social {
    float: left;
}
#languages li, #social li {
    float: none;
    width: inherit;
}
#header ul li:first-child a {
    padding-right: 0;
}
#header-menu {
    float: right;
}
#header-left-menu {
    float: left;
    padding: 0;
}
#header-left-menu li {
    float: right;
    width: inherit;
    clear: inherit;
}
#header-left-menu li:last-child a {
    padding-left: 0;
}
#header-left-menu li a {
    padding-bottom: 0;
    padding-top: 0;
    font-size: 18px;
}
#header-menu li a {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    padding: 0 10px;
}
.current-menu-item a{
    color:#2426B3 !important;
}
.main-menu ul li a:hover {
    color: #2426B3 !important;

}
#social li {
    margin-right: 20px;
}
#social li a {
    padding-top: 4px;
    padding-bottom: 0;
    display: block;
    font-size: 26px;
}
.call-to-action {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.call-to-action:after {
    display: block;
    clear: both;
    content: '';
}
.call-to-action a.btn {
    display: block;
    float: right;
    width: 20%;
    background-color: #ea1e32;
    color: #FFF;
    height: 55px;
    line-height: 55px;
    font-size: 36px;
    padding: 0;
    border-radius: 0;
    text-align: center;
}
.call-to-action .general-text {
    display: block;
    float: right;
    width: 66.6666%;
    background-color: #FFF;
    color: #101010;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
}
#footer {
    padding: 30px 0;
}
#footer .call-to-action {
    margin-bottom: 50px;
}
#footer .logo {
    float: left;
    display: block;
}
.navbar-toggle .icon-bar {
    background-color: black !important;
}
.navbar-toggle .icon-bar {
    display: block !important;
    width: 35px !important;
    height: 3px !important;
    border-radius: 1px !important;
}
.navbar-toggle {
    background-color: #004BA5;
    float: left;
}
.navbar-toggle {
    background-color: #ececec !important;
    float: left;
}

.navbar-toggle {
    border:1px solid;
    padding: 15px 10px !important;
}
#footer-menu {
    float: right;
    width: 100%;
    padding: 0;
}
#footer-menu li {
    display: inline-block;
    width: initial;
    float: none;
}
#footer-menu li a {
    display: inline-block;
    font-size: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #header .slogan {
        display: none;
    }
    h1 {
        font-size: 4em !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #header .slogan {
        font-size: 24px;
    }
    h1 {
        font-size: 5em !important;
    }
}
@media (min-width: 768px) {
.fixed-header #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

}
@media (min-width: 992px) {

}
@media (max-width: 992px) {
    #header-left-menu {
        float: right;
    }
}
@media (max-width: 767px) {

    .phone{
        display: none;
    }
    .hide-small{
        display: none !important;
    }
    .formleft,
    .formright,
    .formleft label,
    .formright label{
        width: 100% !important;
    }
    #logo{
        padding-right: 32%;
    }
    #sectionOne, #sectionTree, #sectionTwo, #sectionFour {
        padding-top: 0 !important;
    }
    h1 {
        font-size: 3em !important;
    }
    #header-menu li {
        width: 100%;
        display: block;
    }
    #header ul li:first-child a {
        padding: 0 10px;
    }
    #header-menu li a {
        display: inline-block;
        font-size: 18px;
        padding: 0 10px;
        width: 100%;
        text-align: right;
    }
    #header #navbar-collapse {
        margin: 0;
        width: 100%;
        background: #FFF;

    }
    #header .slogan {
        position: absolute;
        left: 10px;
        top: 20px;
        font-size: 20px;
    }
    #header .phone {
        position: absolute;
        top: -25px;
        left: 80px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px !important;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 980px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 980px !important;
    }
}
