/*   
Theme Name: Vilochniy 2
Theme URI: http://eqlab.pp.ua
Version: 2.0
Tags: vilochniy
Description: Wordpress theme with bootstrap4 markup for development
Author: LCGreyAngel
Author URI: http://eqlab.pp.ua
*/

/*
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');
*/

.ya-site-form__input-text {
    border: 1px solid  #ddd;
	border-radius: 4px;
	color:    #66615b;
    font-size: 14px;
    transition: background-color .3s ease 0s;
    padding-right: 0 !important;
    padding: 7px 12px;
    height: 40px;
}

.ya-site-form__input-text, 
.ya-site-form__input-text:focus {
    background-color:  #fff;
	box-shadow: none;
}

.form-inline .ya-site-form__input-text {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.navbar  .eqlab-menu-search {
		min-width: 480px;
}



.ya-site-form__submit {
	
	text-align: center;
	border: 1px solid transparent;

    box-sizing: border-box;
    border-width: 2px;
    font-size: 12px;
    font-weight: 600;
    padding: .5rem 18px;
    line-height: 1.75;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #66615b;
    border-color: #66615b;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .15s linear;
	
	background-color:#f5593d;
	border-color:#f5593d;
	color:#fff;
	opacity: 1;
	filter: alpha(opacity=100);

	
	cursor: pointer;
	
	margin: 14px 3px;
	font-size: 12px;

	border-radius: 30px;
}




.ya-site-form__submit.active, .ya-site-form__submit.active:focus, .ya-site-form__submit:active, .ya-site-form__submit:active:focus, .ya-site-form__submit:active:hover, .ya-site-form__submit:focus, .ya-site-form__submit:hover, .ya-site-form__submit:not(:disabled):not(.disabled).active, .ya-site-form__submit:not(:disabled):not(.disabled).active:focus, .ya-site-form__submit:not(:disabled):not(.disabled):active, .ya-site-form__submit:not(:disabled):not(.disabled):active:focus, .show > .ya-site-form__submit.dropdown-toggle {
    background-color: #f33816;
	color:#fff;
	border-color: #f33816;
    box-shadow: none;

	outline: 0 !important;

}


@media (max-width: 479px) {
	.navbar-brand {
		width: 230px;
	}
	.navbar-brand a {
		font-size: 1.2rem;
		font-size: 0.875rem;
	}
	.navbar-brand svg {
		top: 8px;
	}
	.navbar-brand small, 
	.navbar-brand .small {
		font-size: 0.45rem;
	}
}

[class*=navbar-] .navbar-nav>li>a.btn-just-icon:hover {
	/*background: inherit*/
}

.eqlab-menu-search-mobile {
	
}