/*
Theme Name:   apa
Theme URI:    mysterythemes.com
Description:  Theme
Author:       mysterythemes
Author URI:   mysterythemes
Template:     owner
Version:      1.2.6
*/

@import url("../owner/style.css");

/* Страница контакты*/
textarea {
		border: 1px solid blue;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	border: 1px solid blue;
}

#ac-taraclia-contacts-layout{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:60px;
    width:100%;
    margin:0;
    padding:0;
}

#ac-taraclia-contacts-layout .ac-taraclia-contacts-info{
    flex:1 1 auto;
    min-width:0;
}

#ac-taraclia-contacts-layout .ac-taraclia-contact-form-block{
    flex:0 0 450px;
    width:450px;
    max-width:450px;
}

#ac-taraclia-contacts-layout .ac-taraclia-contact-form-block .wpcf7{
    width:100%;
}

#ac-taraclia-contacts-layout .ac-taraclia-contact-form-block input,
#ac-taraclia-contacts-layout .ac-taraclia-contact-form-block textarea,
#ac-taraclia-contacts-layout .ac-taraclia-contact-form-block select{
    width:100%;
    box-sizing:border-box;
}

@media screen and (max-width:768px){

    #ac-taraclia-contacts-layout{
        flex-direction:column;
        gap:30px;
    }

    #ac-taraclia-contacts-layout .ac-taraclia-contact-form-block{
        width:100%;
        max-width:100%;
        flex:none;
    }

}
/* Страница контакты*/

.custom-logo-link {
	width: 20%;
}

.menu-search-wrapper {
	margin-top: -91px;
}

@media screen and (max-width:768px){

    .menu-search-wrapper {
		margin-top: -50px;
}

	.top-header-holder {
		display: none;
}
}

.gt_float_switcher img {
	display: none!important;
}

 .gt_float_switcher {
	margin-top: 9px;
}

.top-header-holder, .site-info {
	background: #dce2f7 none repeat scroll 0 0;
}