/*!
Theme Name: espservice
Theme URI: idorosh82@gmail.com
Author: idorosh82@gmail
Author URI: idorosh82@gmail
Description: Description
Version: 1.0.0
Tested up to: 7.2
Requires PHP: 7.2

*/
 
 @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;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;
}
 
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
 
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;
}
 
progress {
	vertical-align: baseline;
}
 
textarea {
	overflow: auto;
}
 
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
 
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
 
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
 
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
 
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
 
details {
	display: block;
}
 
summary {
	display: list-item;
}
 
template {
	display: none;
}
 
[hidden] {
	display: none;
}
 
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
 
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
font-family: 'Rubik', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
    margin-bottom: 10px;
    margin-top: 10px;
}

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: 'Rubik', sans-serif;
}

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

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

big {
	font-size: 125%;
}
 
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* 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: #2d2d2d;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 8px 5px;
    border-radius: 0;
    max-width: 328px;
}

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;
}

.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: 270px;
}

.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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.show-m .menu-toggle span:before {
    transform: rotate(
45deg
);
}
.show-m .menu-toggle span:after {
    transform: rotate( 
-45deg
 );
    top: 10px;
}
.show-m .menu-toggle span {
    background: transparent;
}
@media screen and (min-width: 37.5em) {

	.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;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: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;
}

/* Galleries
--------------------------------------------- */
.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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/**/
header#masthead .site-branding {
    max-width: 150px;
}
header#masthead .contact {
    text-align: right;
}
header#masthead {

    padding-left: 5px;
    padding-right: 5px;
    position: fixed;
    z-index: 99;
    width: 100%;
    color: white;
    font-weight: 300;     background: black;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1180px;
}
header#masthead .header-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto;
}
header#masthead .header-cont > div {
    width: 100%;
}
.site-branding {
    text-align: center; 
    padding-top: 10px;
}
.contact a {
    color: white;
    font-size: 21px;
    text-decoration: none;
    font-weight: 400;
    margin-left: 20px;
}
.home .swiper-slide-contents {
    margin-bottom: 0px;
}
.menu-menu-1-container {
    width: 100%;
    max-width: 370px;
    background: white;
    position: fixed;
    top: 72px;
    left: 0;
    background: white;
    height: 100vh;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 10px;
    color: black;
	    left: -300%;
    transition: 0.3s;
}
.show-m .menu-menu-1-container {  left: 0%;}
.menu-toggle {
    width: 55px;
    height: 40px;
    display: block; 
	position: relative; 
	cursor: pointer;
}
.main-navigation ul {
    display: block;
}
.main-navigation a {
    color: black;
    margin-bottom: 7px;
    font-size: 20px;
}
.menu-toggle span {
    width: 50px;
    height: 1px;
    background: white;
    display: block;
    position: relative; top:5px;
}
.menu-toggle span:before {
    content: "";
    width: 50px;
    height: 1px;
    background: white;
    display: block;
    position: relative;
    top: 10px; 
}
.menu-toggle span:after {
    content: "";
    width: 50px;
    height: 1px;
    background: white;
    display: block;
    position: relative;
    top: 19px; 
}
div#page .elementor-widget-slides .elementor-slide-heading, div#page .elementor-widget-text-editor, div#page p, div#page .elementor-widget-image-box .elementor-image-box-description, div#page .elementor-widget-image-box .elementor-image-box-title {
    font-family: 'Rubik', sans-serif;
}
.swiper-slide-inner {
    max-width: 1280px;
    padding-left: 0!important;
    padding-right: 0!important;
}
elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px!important;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1280px!important;
}
.elementor-swiper-button {
    color: hsl(0deg 3% 58% / 90%)!important;
}

div#page .swiper-pagination-bullet {
    width: 33px;
    height: 3px;
    border-radius: 0;
    background: #fff;
    opacity: .2;
}
div#page .swiper-container-horizontal>.swiper-pagination-bullets, div#page .swiper-pagination-custom, div#page .swiper-pagination-fraction {
    bottom: 25px;
}
div#page span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1!important;
}
div#page .elementor-widget-heading .elementor-heading-title {;
    font-family: 'Rubik', sans-serif;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    max-width: 330px;
    margin: auto;
    float: none;
    display: block;
    background: black;
    color: white;
    padding: 15px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
form.wpcf7-form.init label {
    text-align: left;
    display: inline-block;
}
p.header-form-title {
    font-weight: 600;
    color: black;
    font-size: 24px;
}
ul.fusion-checklist {
    margin: 0;
    padding: 0 0 0 20px;
}
ul.fusion-checklist li {
    margin: 10px 0 0px;
    list-style: none;
}
section#contact-block h3.elementor-icon-box-title {
    padding: 0;
    margin: 0;
}
ul.fusion-checklist li i.fusion-li-icon {
    position: absolute;
    font-size: 12px;
    margin: 10px -20px;
}
section#contact-block {
    position: absolute;
    max-width: 400px; 
    bottom: 25px;
    padding: 40px 30px;
    width: 100%;
}
section#contact-block a {color:black;}
.home-cont-last img.attachment-large.size-large {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.subfooter p.header-form-title {
    color: white;
}
.subfooter input.wpcf7-form-control.wpcf7-submit {
display: initial;}
.subfooter .elementor-widget:not(:last-child) {
    padding: 0;
    margin: 0;
}
.elementor-slide-description p.header-form-title {
    margin-top: 60px;
    color: white;
}
/**/
.btn-widget-call{
  bottom: 15px!important;
  right: 15px!important;
}
  .social-anomation {
    position: absolute;
    padding: 2px 0px;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    animation: shift 15s infinite ease-in-out;

}
.fusion-secondary-header a  {
    padding-left: 10px!important;
}
.social-anomation:hover {
    animation-play-state: paused;
}


.wgt {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 77, 119, 0.4);
    animation: pulse 2s infinite ease-in-out;
}
.fusion-contact-info a {
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
}
.wgt:hover {
    animation: none;
}
.btn-widget-call:hover .vidget-c{
  display: block!important;
}
.btn-widget-call {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

.vidget-content {
    display: none;
    padding: 10px;
    position: absolute;
    bottom: 120%;
    right: 0;
    width: 210px;
    border: 1px solid #d8d8d8;
    background: rgb(245, 244, 244);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.17) 0 0 5px;
}

.btn-widget-call:before {
    content: "Связаться со Franke";
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2;
    font-size: 8px;
    text-transform: uppercase;
    border-radius: 50%;
    background: rgb(0, 79, 117);
}


.btn-widget-call:hover {
    padding: 0;
}

.btn-vidget--wrapper:hover .btn-widget-call:before {
    display: flex;
}

.footer-phone svg {
    width: 20px;
    height: 34px;
    margin-right: 10px;
}

.vidget-item {
    width: 100%;
    height: 40px;
}

.vidget-item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000000;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.vidget-item svg {
    width: 30px;
    height: 20px;
    margin-right: 5px;
    fill: #000000;
}

.wgt ul li {
    list-style: none;
    padding: 5px 10px;
}

.social-animation-item svg {
    height: 30px;
    width: 30px;
    fill: #000000;
}

.btn-vidget--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    background: #fff;
    padding: 2px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.vidget-content::after {
    content: '';
    position: absolute;
    right: 24px;
    bottom: -17px;
    border: 8px solid transparent;
    border-top: 8px solid #000000;
}

.vidget-content.active {
    display: flex;
    z-index: 3;
}

.globalClass_a91{
    display: none;
}

.bingc-phone-button{
    display: none;
}

.bingc-phone-button{
    position: absolute;
    left: -100px;
    top: -100px;
}

.wrapper {
    background: #fff;
    width: 700px;
    padding: 1px 15px 15px;
    margin: 0 auto;
}

.flex{
    display: flex;
}
.vidget-c{
    display: none;
    font-size: 12px;
    line-height: 1.5; 
    color: #fff;
    background-color: #000000;
    padding: 12px;
    border-radius: 26px;
    width: 65px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    transition: 0.5s;
}
.vidget-list, .social-anomation{
  padding: 0;
  margin: 0;
}
.rngst_phone_button {
  margin: 0 !Important;
  right: 115px !important;
    bottom: 0px !important; 
}
@keyframes shift {
  10% {
    margin-left: 0;
  }
  20%{
    margin-left: -50px;
  }
  30%{
    margin-left: -100px;
  }
  40%{
    margin-left: -150px;
  }
  50%{
    margin-left: -200px;
  }
  60%{
    margin-left: -150px;
  }
  70%{
    margin-left: -100px;
  }
  80%{
    margin-left: -50px;
  }
  90%{
    margin-left: 0;
  }
}

.swiper-slide-inner .wpcf7 {
    float: right;
}
.swiper-slide-contents {
    max-width: 100%!important;
    width: 100%!important;
}
.swiper-slide-contents .elementor-slide-heading {
    max-width: 600px;
}
.swiper-slide-inner .wpcf7 {
    top: -230px;
    position: relative;
}

.main-navigation ul ul.sub-menu {
margin-left: 10px;
    position: relative;
    width: 290px;
    padding-left: 10px;
    line-height: 1.2;
    font-size: 14px;
    height: 0;
}
.main-navigation ul ul.sub-menu a{
    font-size: 14px;
}
.main-navigation ul li:hover ul.sub-menu {
    height: auto;
    margin-top: -10px;
    padding-top: 10px;
    overflow-x: hidden;
    box-shadow: none;
    border-left: 1px solid rgb(128 128 128 / 17%);
}


.head-soc {
 display: none;  
}



@media (min-width: 1180px) {
.swiper-slide-contents {
    margin-top: 27vh;
    margin-bottom: 0vh;
}
.head-soc {
    position: relative;
  display: block;  
    max-width: 120px;
    margin-left: -120px;
    left: -190px;
    font-size: 18px;
}
.head-soc .elementor-icon {
    color: white;
    font-size: 30px;
    margin: 5px;
    position: relative;
    top: 5px;
}
.elementor-slide-description p.header-form-title {
    margin-top: 0px;
    color: white;
}

}



.wpcf7-response-output {
    position: absolute;
}
@media (max-width: 767px) {
header#masthead .header-cont {
    justify-content: flex-end;
}
	header#masthead .header-cont nav#site-navigation {
    margin-right: auto;
}
	
	
ul#primary-menu li.menu-item-has-children:before {
    content: "▼";
    position: absolute;
    right: 25px;
}	
	.swiper-slide-inner {
    text-align: center!important;
}
.main-navigation ul ul {display:none;}
.main-navigation ul .show-sm  ul {display:block;}
ul#primary-menu li.menu-item-has-children.show-sm:before {
    transform: rotate(180deg);
}	
	.swiper-slide-inner .wpcf7 {
    top: inherit;
    position: relative;
    position: relative;
    width: 100%;
    padding: 1% 5%;
}
	
	
	
ul#primary-menu li.menu-item-has-children {
    padding-right: 50px;
}	
.main-navigation ul ul {
    box-shadow: none;
    float: left;
    position: relative;
    top: 100%;
    left: auto;
    z-index: 99999;
    width: 100%;
    padding-left: 19px;
    font-size: 10px;
}	
.main-navigation ul ul {
    box-shadow: none;
    float: left;
    position: relative;
    top: 100%;
    left: auto;
    z-index: 99999;
    width: 100%;
    padding-left: 19px;
    font-size: 10px;
    height: 47vh;
    overflow: scroll;
}	
	
	
	
	
	
	
	
	
.main-navigation {
    max-width: 65px;
}
header#masthead {
    padding-left: 3%;
    padding-right: 3%;
}
.elementor-slides .swiper-slide-inner {
    padding: 0px;
}
.elementor-73 .elementor-element .swiper-slide-contents {
    max-width: 100%!important;
}	
header#masthead .contact {
    text-align: right;
   
}	
section#contact-block {
    position: relative;
    max-width: 400px;
    bottom: 0;
    padding: 15px;
    width: 100%;
}	
header#masthead .site-branding {
    max-width: 100px;
    padding-top: 2px;
    margin-left: 15px;
}
.contact a {
    font-size: 18px;
    margin-left: 10px;
}
.menu-toggle {
    top: 5px;
}
.menu-menu-1-container {
    max-width: 100%;
    top: 54px;
    padding-top: 35px;
}
header#masthead .contact {
    font-size: 0;
}	
.header-form {
    overflow: hidden;
}
.elementor-element.elementor-widget-spacer {
    margin-bottom: 0px;
    height: 10px;
}
.elementor-element.elementor-widget.elementor-widget-heading {
    margin-bottom: 0px;
}
p.header-form-title {
    margin-top: -5px;
}
.swiper-slide-contents {
    padding: 0 10px;
}
	header#masthead .contact {
    max-width: 127px;
}
}	

@media (max-width: 350px) {
	div#page {
    overflow: hidden;
}
}


.wp-gr a.wp-google-url {
    width: 100%;
    max-width: 330px!important;
    margin: auto !important;
    float: none;
    display: block;
    background: black!important;
    color: white!important;
    padding: 15px 10px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.wp-google-reviews .wp-google-review {
    display: inline-block;
    max-width: 415px!important;
    vertical-align: top!important;
    padding: 20px!important;
}