/*!
Theme Name: veterenar
Theme URI: idorosh82@gmail.com
Author: idorosh82@gmail.com
Author URI: idorosh82@gmail.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: veterenar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

  
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */ 

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}

b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.single h1.entry-title {
    text-align: center;
    font-size: 2.7em;
    line-height: 1.2;
}
.single figure.wp-block-image.size-large {
    text-align: center;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
.phoen-top {
    max-width: 155px;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
body.archive.category.category-services .home-blog-bl h3 {
    display: none;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 250px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
 header#masthead .content:nth-child(2) {
    max-width: 100%;
    background: #f7f7f7;
    padding: 8px 15px 6px;
}
nav#site-navigation {
    max-width: 1200px;
    margin: auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 900px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
 	
	
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
} 
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
 
/*header*/
.content {
    max-width: 1230px;
    margin: auto;
    padding: 0 15px 0;
}
.top-info .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 7px 15px 0px;
}
.site-branding {
    max-width: 300px;
}
a {
    outline: none;
}
.h-phone a {
  
    font-weight: 700;
    color: #292929;
}
.h-phone a i {
    color: #0046b7;
    font-size: 0.75em;
    margin: 0 3px 0;
}
.top-info a {
    text-decoration: none;
}
.h-phone a i {
    color: #0046b7;
    font-size: 0.75em;
    margin: 0px 3px 0px;
    position: relative;
    top: -2px;
}
.h-button .textwidget a {
display: flex;
    background: #0046b7;
    padding: 4px 15px;
    color: white;
    width: 100%;
    margin: -10px 0 -10px;
    border-radius: 3px;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #0046b7;
    height: 36px;
}
.is-form-style input.is-search-submit, .is-search-icon {
    display: inline-block!important;
    color: #fff;
    background: #0046b7;
    border: 1px solid #0046b7;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}
ul#primary-menu {
    justify-content: space-between;
}
ul#primary-menu {
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 1.2em;
    color: black;
}
ul#primary-menu a{
    color: black;
	padding: 5px 15px 5px;
}
.h-button a i {
    font-size: 0.8em;
    top: 2px;
    position: relative;
    margin: 0 0 0 10px;
}
.h-button a:last-child {
    color: #0046b7;
    background: white;
    border: 2px solid #0046b7;
    font-weight: 600;
	border-radius: 60px;
}
ul#primary-menu li.menu-btn a {
    border: 1px solid #0046b7;
    border-radius: 3px;
    font-size: 0.85em;
    padding: 5px 10px 5px!important;
    background: #0046b7;
    color: white;
	border-radius: 60px;
}
.main-navigation li a:hover {
    background: #0046b7;
    color: white!important;
    border-radius: 60px;
}
 
.main-navigation li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #0046b7;
    border-radius: 50%;
    position: absolute;
    right: -24%;
    top: 44%;
}
.main-navigation li.menu-btn:before  {display:none;}
header#masthead {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #03661e0f;
}
.home .slick-dots li.slick-active button:before {
    color: #0046b7;
}
.home .slick-dots li button:before {font-size: 12px;}
.home .slick-prev:before, .home .slick-next:before {
    font-size: 30px;
    color: #d8d8d8;
}
.home .slick-prev, .home .slick-next {
    z-index: 9;
}
.home .slick-next {
    right: 15px;
}
.home .slick-prev {
    left: 15px;
}
.is-form-style.is-form-style-3 input.is-search-input {
 
    border-radius: 60px 0px 0 60px;
}
.is-form-style input.is-search-submit, .is-search-icon {
 
    border-radius: 0 60px 60px 0px;
}
ul.sub-menu {
    width: 250px;
    background: white;
    flex-wrap: wrap;
    font-size: 0.9em;
    text-transform: initial;
    padding: 0;
    line-height: 1.3;
}
.main-navigation ul.sub-menu  li:before {display:none;}
.main-navigation li.menu-btn:before {display:none;}
.h-wtime .textwidget {
border: 1px solid #0046b7;
   padding: 6px 10px;
    border-radius: 3px;
font-weight: 500;
    color: #2f2929;
	border-radius: 25px;
}
.h-search {
    position: relative;
 
}
.h-wtime .textwidget p {
    margin: 0;
   padding: 7px 0 5px;
}
*:hover {transition:0.3s;}
.home-servis-bl {
    height: 240px;
    background-size: cover!important;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.home-servis-bl {
   min-height: 415px!important;
    background-size:contain!important;
    padding: 10px 10px 0px; 
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
    display: flex!important;
    flex-wrap: wrap;
    align-items: flex-end; position: relative;
background-repeat: no-repeat!important;
}
.home-servis-bl h2 {display:none;}
.home-servis-bl h2 {
    width: calc(100% + 20px);
    margin: 0 -10px 0;
    padding: 10px 10px 35px;
    background: linear-gradient(0deg, black, transparent);
	font-weight: 500;
    line-height: 1.2;
}
.home-servis-bl a.read-more {
position: absolute;
    bottom: -50px;
    color: white;
    text-decoration: none;
    margin: -5px 12px 10px;
    left: 0;
    transition: 0.5s;
}
.home-servis-bl h2 a {
    text-decoration: none;
    color: white;
}
.home-servis-bl:hover a.read-more {
    bottom: -0px;
}
.home-servis-bl:hover {
    box-shadow: 0px 0px 7px grey;
}
.home-servic {
    padding: 10px 0 25px;
}
.h-wtime {
    margin: 0 0 7px;
}
h2.block-title {
    text-align: center;
    font-size: 2.4em;
    padding-bottom: 20px;
    position: relative;
}
h2.block-title:after {
    content: "";
    width: 80px;
    height: 3px;
    background: #0046b7;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -40px;
}
.single .entry-content {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px 0;
}
.center {
    text-align: center;
}
 
.btn{
    text-decoration: none;
    padding: 10px 20px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
	border-radius: 60px;
}
.btn.btn-sm {
    font-size: 13px;
}
.btn-green {
    background: #0046b7;
    color: white;
	    border: 2px solid #0046b7;
}
.btn-green:hover {
    background: white;
    color: #0046b7;
}
.home-servic-slider {
    padding-bottom: 30px;
}
.home-blog .content {
    display: flex;
}
.home-blog-bl {
    padding: 5px;
	margin-bottom: 10px;
}
body.archive.category.category-services .home-blog-bl p {
    display: none;
}
.single .entry-content figure.wp-block-image.size-large {
    width: 100%;
    max-width: 100%;
}
.single .entry-content figure.wp-block-image.size-large img {
    width: 100%;
}
.home-blog-bl .img-home-blog {
    border-radius: 3px;
    overflow: hidden;
}
.home-blog-bl h3 {
    margin: 0;
    padding: 0;
}
.home-blog-bl h3 a {
    text-decoration: none;
    color: #363636;
}
.home-blog-bl p {
    padding: 0;
    margin: 7px 0 7px;
}
.home-blog-bl a.read-more {
    color: #0046b7;
    text-decoration: none;
}
.h-wtime {
    position: relative;
    top: -1px;
}
.h-button a:hover {
    background: #333333;
    color: white;
    border-color: #333333;
}
.home-cont {
    padding-top: 10px;
    padding-bottom: 20px;
}
.map {
    float: left;
    width: 100%;
    margin-top: 60px;     position: relative;
}
.g-map {
    filter: grayscale(1);
}
.g-map-cont {
position: absolute;
    background: rgb(255 255 255 / 90%);
    padding: 40px 2% 40px;
    left: 50%;
    top: 60px;
    z-index: 99;
    margin-left: 280px;
    font-size: 1.1em;
    width: 100%;
    max-width: 320px;
}
span.widget-title {
    font-weight: 700;
    font-size: 2em;
    color: #0046b7;
}
.g-map-cont p {
    margin: 10px 0 10px;
}
div#page {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.single .post-thumbnail {
    max-width: 1170px;
    margin: auto;
}
.site-info:after {
    content: "";
    width: 1000%;
    right: -1000%;
    background: #0659c1;
    bottom: 0;
    height: 100%;
    position: absolute;
    height: 118px;
}
footer#colophon {
    float: left;
    width: 100%;
}
.f-serv li {
    display: inline-block;
    margin: 0 5px 5px;
}
.f-serv li a {
    text-decoration: none;
    color: grey;
}
.site-info {
display: flex;
    justify-content: space-between;
    padding: 63px 0 15px;
    align-items: center;
    background: url(/wp-content/uploads/2022/09/zoodoc1.png);
    background-size: cover;
    margin-top: -70px;     position: relative; min-height: 185px;
}
.f-serv {
    max-width: 710px;
    padding: 20px 10px 0;
	width:100%;
}
 
h1.page-title {
    text-align: center;
}

.archive  .home-blog .content {
    display: flex;
    flex-wrap: wrap;
}
.archive .home-blog-bl {
    width: 25%;
}
.f-serv li a:hover {
    color: #0046b7;
}
.home-blog .content {
    padding: 0 10px 0;
}
.wp-container-3.wp-block-columns {
    margin-bottom: 0;
}
.home-cont p {
    margin-top: 0;
}
.h-phone p {
    margin: 0;
}
.h-phone p a {
    display: inline-block;
    padding: 5px 0 12px;
}
.textwidget a {
    text-decoration: none;
    font-weight: 600;
    color: #0046b7;
}
button.menu-toggle {
    position: absolute;
    border: 0;
    border-bottom: 3px solid #0044b8;
    border-top: 3px solid #0044b8;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    right: 15px;
    margin-top: -48px;
}
	button.menu-toggle span {
    position: absolute;
    width: 74%;
    height: 3px;
    background: #0044b8;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}
.fs-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fs-btn div {
    width: 50%;
}
span.wpcf7-spinner {
    position: absolute;
}
input.wpcf7-submit {
    border-radius: 0;
    background: white;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    padding: 14px;
    width: 100%;
    cursor: pointer;
}
.f-title {
    text-transform: uppercase;
    font-weight: 600;
 
    font-size: 33px;
    text-align: center;
   
    color: #0046b7;
    background-color: white;
    line-height: 1.1;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-radius: 0;
    padding: 17px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 3px 0 7px;
    max-width: 90%;
    height: 130px;
}
input.wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    padding: 17px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 3px 0 7px;
    max-width: 90%;
}
.consul-f p {
    text-align: center;
}
.fs-btn {
    max-width: 90%;
    margin: auto;
}
.fs-btn input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0;
    background: white;
    border: 0;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 1.7em;
    padding: 14px;
    width: 100%;
    letter-spacing: 1px;
    cursor: pointer;
    max-width: 100%;
	border-radius: 60px;
}
 
.fs-btn {
    margin-bottom: 25px;
}
header.entry-header {
    text-align: center;
}
p.has-text-align-center a {
    text-decoration: none;
}
.entry-content {
    max-width: 1220px;
    margin: auto;
    padding: 0 15px 0;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    color: white;
    background: #2680c3;
}
.slick-dots {
    bottom: -15px;
    height: 30px;
}
.f-title p {
    color: white;
    background: #2b55a0;
    padding: 20px 30px !important;
    display: inline-block;
    border-radius: 60px;
}




@media (min-width: 992px){
h2.block-title {
    height: 77px;
}
.wp-block-contact-form-7-contact-form-selector .consul-f {
    display: flex;
	        display: flex;
        align-items: center;
        justify-content: space-around;
}
.wp-block-contact-form-7-contact-form-selector .fs-btn {
    max-width: 100%;
    margin: i;
    display: block;
   background: #2b55a0;
    text-align: center;
}
.wp-block-contact-form-7-contact-form-selector .fs-btn div {
    width: 100%;
    padding: 0px 21px 1px;
}
.wp-block-contact-form-7-contact-form-selector .fs-btn {
    max-width: 280px;
    padding: 5px 0 0;
    margin: 0;
	border-radius: 20px;
}
.wp-block-contact-form-7-contact-form-selector .consul-f p {
    text-align: center;
    margin: 0;
    padding: 5px 0 5px;
}
.wp-block-contact-form-7-contact-form-selector input.wpcf7-form-control {
    width: 100%;
    padding: 5px 10px;
}
.wp-block-contact-form-7-contact-form-selector .fs-btn input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 5px 10px;
    margin: -5px 0 10px;
}
.wp-block-contact-form-7-contact-form-selector .f-title {
text-transform: uppercase;
        font-weight: 800;
       
        font-size: 26px;
}
}

@media (max-width: 1120px){
body {
    overflow-x: hidden;
}	
.main-navigation li:before {
    display: none;
}
.h-search {
    display: none;
}
.g-map-cont {
    left: 0;
    top: auto;
    margin-left: 0;
    width: 100%;
    bottom: 0;
}
.f-serv {
    text-align: center;
}
.site-info {
    display: flex;
    justify-content: space-between;
    padding: 63px 0 15px;
    align-items: center;
 
    margin-top: 2px;
    position: relative;
    min-height: 100px;
    background: url(/wp-content/uploads/2022/09/zoodoc2.png) #0659c1;
    background-size: inherit;
    width: 100%;
    background-repeat: no-repeat;
}
.f-serv {
    max-width: initial;
    padding: 20px 10px 0;
    width: auto;
    position: absolute;
    bottom: 29px;
    left: 160px;
}
}

@media (max-width: 991px){
	.site-info:after {display:none;}
	.consul-f {
    background-color: #0046b7;
}
	
.h-wtime {
    display: none;
}
ul#primary-menu {
    font-size: 1.1em;
}
div#page {
    overflow: hidden;
}
.h-button {
    margin-right: 55px;
}
}


@media (max-width: 767px){
	.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    margin: 1px!important;
}
.category-services .home-blog-bl p {
    display: none;
}
.archive .home-blog-bl {
    width: 50%;
}
	.consul-f p {
    text-align: center;
    margin: 10px 0 5px;
}
	.f-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 28px 20px 20px;
    font-size: 30px;
    text-align: right;
    
    color: #0046b7;
    background-color: white;
    line-height: 1.1;
 
    padding-right: 0;
}
button.menu-toggle {
    margin-top: -43px;
}	
.h-phone p {
    margin: 0;
    line-height: 1.2;
    margin: -8px 0 0;
    position: relative;
}
ul, ol {
    margin: 0 0 1.5em 0em;
}
.g-map-cont {
    position: absolute;
    background: rgb(255 255 255 / 80%);
    padding: 20px 4% 20px;
    max-height: 226px;
    margin-left: 0px;
    font-size: 0.85em;
    width: 100%;
    max-width: 240px;
 
}	
.home-blog .content {
    flex-wrap: wrap;
}	
.site-branding {
    max-width: 180px;
}
.h-phone p a {
    display: inline-block;
    padding: 1px 60px 1px 20px
}
.h-button {
    display: none;
}
h2.block-title {
    font-size: 2em;
    line-height: 1;
}
	}
	
.single .cat-1 .post-thumbnail {
    display: none;
}	
	
@media (max-width: 467px){
	.home-blog-bl {
    padding: 5px;
    margin-bottom: 5px;
}
	.single .cat-1 .post-thumbnail {
    display: block;
}
	.single .cat-1 .entry-content img:first-child {
    display: none;
}
	.home-servic-slider .home-servis-bl {
    min-height: 480px!important;
}
	.home-slider {
    display: none;
}
	.site-info {
    display: flex;
    justify-content: space-between;
    padding: 21px 0 20px;
    align-items: center;
    margin-top: 2px;
    position: relative;
    min-height: 102px;
       background: url(/wp-content/uploads/2022/09/foot-bg-mob.png) #ffffff;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
  
}
	.f-title {
    font-size: 26px;
	}
	.fs-btn {
 
    padding-bottom: 10px;
}
.fs-btn input.wpcf7-form-control.wpcf7-submit {
    font-size: 1.3em;
    padding: 10px;     letter-spacing: 0;
}	
input.wpcf7-form-control {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 3px 0 7px;
    max-width: 90%;
}	
	.site-branding {
    max-width: 150px;
}
.h-phone p a {
    display: inline-block;
    padding: 0px 50px 0px 15px;
    line-height: 1;
    font-size: 14px;
    margin: 0!important;
    position: relative;
    width: 100%;
}
h2 {
    line-height: 1.2;
    font-size: 1.2em;
}
.f-title {
    padding-right: 15px;
}	
	footer#colophon .content {
    padding: 0;
}
	.phoen-top {
    max-width: 185px;
    padding-right: 40px;
}
}




@media (max-width: 374px){
.h-phone p a {
    padding: 0px 40px 0px 10px;
}
.phoen-top i {
    display: none;
}
.phoen-top {
    letter-spacing: -.5px;
    padding-left: 5px;
}
}

ul {
    margin: 0 0 40px;
}

.home-why {
    padding: 0 0 0 !important;
    margin: -40px 0 0 !important;
}


