/*
Theme Name: Stockholm
Theme URI: http://demo.select-themes.com/stockholm
Description: Stockholm Theme
Tags: agency, business, ajax, portfolio, blog, shop, multi-purpose, clean, elegant, white, photography, modern, fullscreen, stylish, design
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 3.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.display-inline,
.header-login-form,
.header_inner_left,
.main_menu.drop_down,
.header-login-form p {
    display: inline-block;
    vertical-align: top;
}

.header-login-form {
    margin: 5px 0px 0 0;
}
header.stick_with_left_right_menu .header_inner_left{margin-right: 620px !important;}
.stick_with_left_right_menu .logo_wrapper{overflow:visible !important;}
.header_inner_left .logo_wrapper{width:auto !important;}
header.sticky .header-login-form{ margin-top:18px !important; }

.main_menu.drop_down.right_side > ul li:first-child {
    margin: 0 0 0 19px !important;
}

.header_bottom, header.sticky .header_bottom {
    background-color: #7b873e !important;
}

.header-login-form label {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a,

.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li.active > a,

.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li:not(:first-child)::before {
    color: #fff !important
}

.login-submit .button-primary {
    font-family: Droid Serif,serif;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 981px) {
    .header-login-form label {
        display: block;
        float: left;
        width: 80px;
    }
    
    .login-submit .button-primary {
        margin-left: -12px;
    }
    
    .header-login-form {
        position: absolute;
        top: 75px;
    }
    
    .display-inline,
    .header-login-form,
    .header_inner_left,
    .main_menu.drop_down,
    .header-login-form p,
    header.stick_with_left_right_menu .header_inner_left {
        display: block;
        width:100%;
    }
    .header-login-form{text-align:center;left:0;}
    .header-login-form p{display: inline-block;
    width: auto !important;}
    header.stick_with_left_right_menu .header_inner_left{
    margin-left:0;}
    
    .header_bottom {
        height: 150px;
    }
}

/**
 * Custom Style - Form on the slider.
 */
.search-form-slider {
    background: rgba(123, 135, 63, 0.46) none repeat scroll 0 0 !important;
    border-radius: 10px;
    left: 52% !important;
    padding: 20px 20px;
    position: absolute !important;
    top: 25%;
    transform: translate(-50%);
    z-index: 2147483647 !important;
}

.content_inner {
    position: relative;
}

.search-form-slider .search_text {
    color: #fff;
    font-family: arial;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 10px;
}


.search-form-slider label {
	position: relative;
	display: block;
    width: calc(100% - 120px);
    float: left;
}

.search-form-slider label i {
  background: rgba(0, 0, 0, 0) url("./img/pin-icon.png") no-repeat scroll 0 0 / 11px auto;
  display: block;
  height: 19px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 12px;
}

.search-form-slider input[type="text"] {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #454545;
  font-weight: bold;
  height: 40px;
  padding: 0 10px 0 10px;
  width: calc(100% - 50px);
}

.search-form-slider input[type="submit"] {
   background: #7b873f none repeat scroll 0 0;
    border: 1px solid #e6e9db;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    margin-left: 5px;
    vertical-align: top;
}
