 /*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 2.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.fixedbutton { position: fixed; z-index: 1000; left: 0; bottom: 0 }
.fixedbutton a.fl-button { font-size: 1.3em !important; background: linear-gradient(90deg, rgba(66,139,202,1) 0%, rgba(155,43,126,1) 100%) !important;padding: 15px !important;letter-spacing: 1px;opacity: 0; animation: fadeInFromLeft 1.5s ease-in-out forwards; }
@keyframes fadeInFromLeft { 0% { opacity: 0; transform: translateX(-300px); } 100% { opacity: 1; transform: translateX(0); } }
@font-face { font-family: 'Montserrat'; src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype') tech('variations'), url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype-variations'); font-weight: 100 1000; font-stretch: 25% 151%; font-display: swap; }
#cookie-notice .cn-button:not(.cn-button-custom) {color: #fff !important}
#cookie-notice .cookie-notice-container { box-shadow: 0px -2px 10px rgba(0,0,0,0.2);}
.open2 a, .open3 a, .open4 a { opacity: 0 }
a.cta-contact-content:hover, a.cta-contact-content:focus { color: #fff; opacity: 1; font-weight: 400 }
input#pwbox-429 { border: 1px solid #000}
form.post-password-form input[type="submit"] { border: 2px solid #007ec3; color: #007ec3; background: #fff }
form.post-password-form input[type="submit"]:hover { border: 2px solid #007ec3; color: #fff; background: #007ec3 }

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
ul.resources, ul.resources ul { padding: 0 }
ul.resources li { list-style: none; padding: 0 1em 1em; display: inline-block}
.fl-post-grid-post .button a { color: #007ec3; border:2px solid #007ec3;padding:0.75em;width:170px;text-transform:uppercase;text-align:center;margin:2em auto 1em auto ;display:block; border-radius: 3px}
.fl-post-grid-post .button a:hover { color: #fff; background: #007ec3;  }
.fl-post-grid-post { background: rgb(249, 249, 249); border-radius: 5px}
a.wp-block-button__link { color: #007ec3; border:2px solid #007ec3;padding:0.75em; text-transform:uppercase;text-align:center;margin:2em auto 1em auto ;display:block; border-radius: 3px; background: #fff}
a.wp-block-button__link:hover { color: #fff; background: #007ec3; }
.single-post .blog-container-ks img { margin: 0 !important }
.category .row { margin: 0 }

@supports (-ms-ime-align:auto) {
	.fixed-top-cookie-message {
		box-shadow: none !important;
	}
}

@media screen and (max-width: 1080px) and (min-width: 607px) {
	.single-profile .fl-content.fl-content-right {
		width: 60% !important;
		display: inline-block;
	}
	.single-profile .fl-sidebar {
		display: block !important;
		width: 40%;
		float: left;
		margin-top: 40px;
	}
	.single-profile .phone-and-email-title {
		font-size: 22px;
		line-height: 1.1;
	}
}

@media screen and (max-width: 606px) {
	.single-profile .fl-content.fl-content-right {
		width: 100% !important;
		display: block;
		margin-top: -20px !important;
	}
	.single-profile .fl-sidebar {
		display: block !important;
		width: 100%;
		margin-top: 40px;
	}
	.single-profile .fl-sidebar img {
		width: 100%;
	}
    
}

.single-profile .fl-sidebar-left {
	padding-right: 20px;
}

.new-team-thumbs {
	margin-bottom: 40px;
}
.new-team-thumbs img { border-radius: 15px }

.cf-custom-ks .lawareas {
	text-align: center;
	float: left;
	min-width: 100%;
}

.cf-custom-ks .area-dropdown select {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
}

.cf-custom-ks .area-dropdown {
	display: block;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 1242px) {
	.contact-row-s {
		padding: 0px 20px !important
	}
}

.contact-row-s {
	background: #f1f1f1;
}

@media screen and (max-width: 769px) {
	.contact-row-s {
		padding: 0px 20px;
	}
	.contact-box-new {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1450px) {
	.fl-node-59d678925751b .fl-menu-horizontal.fl-toggle-arrows .fl-menu-toggle,
	.fl-node-59d678925751b .fl-menu-horizontal.fl-toggle-none .fl-menu-toggle,
	.fl-node-59d678925751b .fl-menu-vertical.fl-toggle-arrows .fl-menu-toggle,
	.fl-node-59d678925751b .fl-menu-vertical.fl-toggle-none .fl-menu-toggle {
		width: 12px;
		height: 12px;
		margin-left: 10px !Important;
	}
	.fl-node-59d678925751b .fl-menu .fl-menu-toggle:before {
		width: 5px;
		position: absolute;
		height: 5px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		-webkit-transform: translateX( 0px) rotate( 45deg);
		-ms-transform: translateX( 0px) rotate( 45deg);
		transform: translateX(0px) rotate( 45deg);
        margin-right: 10px !important;
        margin-top: 0;
	}
}

.fl-module img {
	/* min-width: 100%; */
}

@media screen and (max-width: 992px) and (min-width: 768px) {
	.fl-post-column {
		width: 33.333% !important;
		clear: none !important;
	}
}


/*Containers & general*/

.fl-row-fixed-width {
	max-width: 1180px;
}

.fl-post-content .fl-rich-text p {
	margin: 20px 0;
}

body,
html {
	overflow-x: hidden;
}

a {
	transition: 0.5s;
}

a:hover {
	opacity: 0.7;
	transition: 0.5s;
	text-decoration: none;
}


/*Header*/

.fl-page-nav-wrap .navbar-nav li>a {
	text-transform: uppercase;
}

nav ul#menu-header-menu li a { border-right: 1px solid rgba(0,0,0,0.5)}
nav ul#menu-header-menu li ul li a { border-right: none }
nav ul#menu-header-menu li:last-child a { border-right: none }

.navbar-collapse.collapse {
	float: left;
}

.starke-contact {
	float: right;
	width: 20%;
}

.starke-contact ul {
	display: inline-block;
}

.contact-list-item {
	display: inline-block;
	list-style: none;
}

ul {
	margin-bottom: 20px;
}

.menu-header-block li a {
	text-transform: uppercase;
	font-size: 15px;
	font-family: Montserrat;
}

.header-site-subtitle p {
	font-size: 12px;
	color: #222222 !important;
	opacity: 1;
	font-weight: 900;
	font-family: Montserrat;
	margin-top: 0px;
	line-height: 12px;
}

.logo-header-block h1 {
	text-transform: uppercase;
}

.contact-header-block {
	text-align: right;
}
.contact-header-block-email {
	text-align: right;
	margin: 0 15px 0 0;
}

header.fl-theme-builder-header-sticky {
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}

.contact-header-block p {
	display: inline-block;
	padding-right: 13px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #222;
	text-align: left;
	line-height: 17px;
	width:40%
}

.contact-header-block p a {
	font-weight: 400;
}

.contact-header-block p:nth-child(2), .contact-header-block p:nth-child(4) {
}

@media screen and (max-width: 1390px) {
	.menu-header-block li a {
	}
	.contact-header-block p {
		margin-right: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 1290px) {
	.menu-header-block li a {
		font-size: 13px;
	}
	.contact-header-block p {
		font-size: 12px;
		line-height: 13px;
	}
	.menu-column {
		width: 44%;
	}
	.contact-column {
		width: 35%;
	}
	.logo-column {
		width: 21%;
	}
}

@media screen and (max-width: 1190px) {
	.menu-header-block li a {
		font-size: 13px;
	}
	.contact-header-block p {
		font-size: 12px;
		line-height: 13px;
	}
	.menu-column {
		width: 42%;
	}
	.contact-column {
		width: 35%;
	}
	.logo-column {
		width: 23%;
	}
	.header-custom-ks .fl-row-content-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media screen and (max-width: 1093px) {
	.menu-header-block li a {
		font-size: 13px;
	}
	.contact-header-block p {
		font-size: 11px;
		line-height: 13px;
	}
	.menu-column {
		width: 45%;
	}
	.contact-column {
		width: 32%;
	}
	.logo-column {
		width: 23%;
	}
	.header-custom-ks .fl-row-content-wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*Hero*/

.hero-title {
	font-size: 44px;
}

.hero-tagline {
	font-size: 24px;
	color: #fff;
	text-align: right;
}

.hero-menu-title h3 {
	font-size: 32px;
	color: #fff;
}

.hero-menu li a,
#menu-hero-menu li a,
#menu-team-members li a,
#menu-your-options li a {
	color: #fff;
	font-family: Montserrat;
	font-size: 20px;
	padding: 9px 0px !Important;
	margin-left: 0px;
	display: block;
	transition: 0.5s;
}

.hero-menu li a { text-shadow: 0 0 5px rgba(0,0,0,0.5); }

#nav_menu-2 #menu-hero-menu li a,
#menu-team-members li a, #menu-your-options li a {
	color: #222;
	padding: 0px 0px !Important;
}

.hero-menu {
	margin-top: 10px;
}

.hero-menu ul li {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
}

.hero-menu ul li:hover,
.fl-widget ul li:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.hero-menu ul li:hover:after {
	right: 10px;
}

.fl-widget ul li:hover:after,
#menu-team-members li:hover:after {
	right: -10px;
}

.hero-menu li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top: 16px;
	background: url(/wp-content/uploads/2017/10/keyboard-right-arrow-button@2x.png) center no-repeat;
	width: 10px;
	height: 10px;
	transition: 0.5s;
}

.fl-widget ul li {
	position: relative;
}

.fl-widget ul li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top: 12px;
	background: url(/wp-content/uploads/2017/10/blue-arrow.png) center no-repeat;
	width: 10px;
	height: 10px;
	transition: 0.5s;
}


/*FEATURED BLOCKS UNDER THE HERO*/

.featured-block {
	display: table;
}

.featured-image {
	width: 18%;
	display: table-cell;
	float: left;
	float: none;
	vertical-align: middle;
}

.team-contact-block .featured-image {
	width: 10%;
}

.featured-image img,
.featured-image {
	margin-bottom: 0px;
}

.featured-content {
	width: 78%;
	display: table-cell;
	border-right: 1px solid #e3e3e3;
	float: none;
	vertical-align: middle;
	padding: 5px 10px;
}

.featured-content h3,
.featured-content h5,
.featured-content h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

.featured-content h4 {
	font-size: 20px;
	font-weight: 500;
}

.featured-content h5 {
	font-size: 14px;
}


/*Homepage content*/

.home-title {
	line-height: 1.1;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 40px;
}


/*CTA*/

.cta-row {
	background-color: #34A0E3;
	background: url(/wp-content/uploads/2017/10/0101.jpg) center no-repeat;
	background-size: cover;
}

.cta-title h4 {
	font-size: 44px;
	color: #fff;
	line-height: 1;
}

.cta-subtitle p {
	color: #fff;
	font-size: 20px;
	margin-top: 2px;
}

.cta-contact-title {
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px;
}

.cta-contact-content {
	margin-right: 20px;
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 100;
	color: #fff;
}

.fl-button {
	background: transparent !Important;
	border: 2px solid #fff !Important;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 10px 19px 8px !important;
	transition: 0.5s;
}

.fl-button:hover {
	background: #fff !Important;
	border: 2px solid #fff !Important;
	font-family: Montserrat;
	text-transform: uppercase;
	padding: 10px 19px 8px !important;
	transition: 0.5s;
	color: #222 !important;
}

a.fl-button:hover {
	color: #222 !Important;
}


/*Posts grid*/

.fl-post-title-ks {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0px;
	transition: 0.5s;
}

.fl-post-cat-ks a {
	text-transform: uppercase;
	font-family: Montserrat;
	font-weight: 900;
	font-size: 16px;
	color: #34A0E3;
	margin-top: 15px;
	display: block;
	transition: 0.5s;
}

.fl-post-cat-ks a:hover,
.fl-post-title-ks:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.fl-post-excerpt {
	font-size: 16px;
}

.fl-post-image-ks {
	max-height: 220px;
	overflow: hidden;
	border-radius: 5px;
	transition: 0.5s;
}

.fl-post-grid-post {
	border: 0px solid #fff;
}


/*Accreditations*/

.accreditations {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.acc-blocks { display: flex; justify-content: center; align-items: center; }
.acc-block { margin: 30px auto}
.social-acc-blocks { display: flex; justify-content: center; align-items: center; }
.social-acc-blocks .social-acc-block img {max-width: 50px; min-width: 50px; margin: 0 30px }

@media (max-width: 767px) {
.acc-block { margin: 10px auto}
.social-acc-blocks .social-acc-block img {max-width: 35px; min-width: 35px; margin: 10px 20px 0 }
h1.fl-heading { font-size: 28px !important }
}

.acc-title {
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 900;
}

.fl-post-image-ks:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.acc-img img {
	max-height: 80px;
	width: auto;
}


.acc-img {
	max-height: 80px;
	width: auto;
}


/*Footer*/

.footer-menu li a {
	padding: 0 0 !Important;
	margin: 0 20px !Important;
}

.footer-title .fl-node-content {
	margin-bottom: 5px;
}

.footer-title:after {
	width: 40px;
	height: 2px;
	content: "";
	background: #fff;
	display: block;
	margin-left: 20px;
}

.footer-text p {
	color: #222 !important;
	font-size: 16px;
}

.footer-text a {
	color: #000 !Important;
}


/*Services CSS styling*/

.service-main-title h1 {
	color: #fff;
	font-size: 48px;
}

.service-main-subtitle h2 {
	color: #fff;
	font-size: 24px;
	font-family: Montserrat;
}

.services-title-ks h1 {
	font-size: 38px;
}

.services-subtitle-ks h3 {
	font-size: 18px;
	color: #95989A;
}

.services-subtitle-ks {
	margin-top: 5px;
}

.fl-widget-title {
	font-size: 28px;
	margin-top: 0px;
}


/*Profiles boxes*/

.prof-post-image-container {
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.prof-post-image-overlay {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: linear-gradient(140deg, #3790db 15%, #4a2da9 93%);
	opacity: 0;
	transition: 0.5s;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 15px;
	font-family: Montserrat;
}

.prof-post-image img {
	border-radius: 15px;
}

.prof-post-image-overlay:hover {
	opacity: 0.7;
	transition: 0.5s;
}

.vertically-centered {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
}

.overlaid-url a {
	width: 100%;
	height: 100%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-size: 0px;
}

.prof-post-title {
	font-size: 14px;
	font-family: Montserrat;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 400;
}

.prof-post-title span {
	font-weight: 900;
}

.testimonial-module {
	background: #f3f3f3;
	padding: 25px 30px 10px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.testimonial-module strong {
	font-size: 14px;
	font-weight: 900;
}

.fl-content-right {
	border-left: 0px solid #fff;
}

.testimonial-module p {
	margin-bottom: 15px;
}

.single-services .fl-post,
.single-services .fl-content {
	margin-bottom: 0px;
}

.fl-builder-pagination {
	display: none;
}


/*Profiles*/

.team-member-image-ks img {
	border-radius: 5px;
	opacity: 0.9;
}

.team-member-image-ks {
	max-height: 100%;
	overflow: hidden;
	position: relative;
}

.team-member-image-ks:after {
	height: 3px;
	background: linear-gradient(140deg, #3790db 15%, #4a2da9 93%);
	width: 100%;
	content: "";
	position: absolute;
	bottom: 0;
}

.single-profile .fl-module-separator {
	display: none;
}

.phone-and-email-title,
.single-profile .fl-widget-title {
	font-size: 26px;
}

.phone-and-email {
	font-family: Montserrat;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 300; text-transform: uppercase;
}

.phone-and-email i {
	margin-right: 10px;
}

.team-contact-block .featured-block {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.team-contact-block {
	border-top: 1px solid #e3e3e3;
	padding-top: 10px;
	margin-bottom: 50px;
}

.team-contact-block .featured-content {
	border-right: 0px solid #fff;
}

.service-main-title.blog-container-ks h1 {
	font-size: 36px;
	line-height: 1.2;
}

.blog-container-ks {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.blog-container-ks img {
	margin: 30px 0px;
}

.blog-container-ks h1,
.blog-container-ks h2,
.blog-container-ks h3,
.blog-container-ks h4 {
	margin-bottom: 30px;
}

.blog-container-ks ul {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-container-ks blockquote {
	margin: 30px 0px;
}

.fl-menu-mobile-toggle.hamburger {
	display: none;
}


/*Mobile menu*/

.header-menu-mob {
	display: none;
}

@media screen and (max-width: 902px) {
	.header-menu-mob {
		display: block;
    } }

.header-menu-mob {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
	border-top: 1px solid #ccc;
}

.header-menu-items {
	list-style: none;
	margin-left: -1px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.header-menu-items li {
	width: 20%;
	display: inline-block;
	border-left: 1px solid #ccc;
	border-right: 0px solid #999;
	text-align: center;
	padding: 10px 10px 0px 10px;
	background: #fff;
}

.header-menu-items li {
	transition: opacity 0.5s;
}

.header-menu-items li img {
	width: 32px;
}

.header-menu-items li p {
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 0.6em;
	margin-bottom: 8px
}

.header-menu-items li:hover {
	transition: opacity 0.9s;
	cursor: pointer;
	background: #e9e9e9;
	opacity: 1;
}

@media screen and (max-width: 700px) {
	.header-menu-items li img {
		width: 25px;
	}
}


/*Windows*/

.windows-items {
	position: fixed;
	background: linear-gradient(140deg, #34a0e3 5%, #3e6bc8 42%, #4b24a5 93%);
	width: 100%;
	bottom: 0px;
	right: 0;
	z-index: -99;
	opacity: 1;
	height: 0px;
}

.windows-items {
	opacity: 1;
	transition-delay: 0.1s;
	transition: 0.5s;
}

.header-menu-windows ul.active {
	position: fixed;
	opacity: 1;
	right: 0px;
	transition: 0.5s;
	height: 100%;
	width: 100%;
	bottom: 0px;
}

.header-menu-windows ul .menuitem {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -99;
	opacity: 0;
	height: 0px;
	visibility: hidden;
	transition: opacity 0.5s;
}

.header-menu-windows ul .menuitem.active {
	height: 100%;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s;
    list-style: none;
}

.close-menu-items {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999999;
	height: 24px;
	width: 24px;
	visibility: visible;
	opacity: 1;
}

.fl-sidebar { display: block }

.close-menu-items:hover {
	opacity: 0.6;
	cursor: pointer;
	transition: opacity 0.5s;
}


/*Menus*/

.windows-items #services-menu,
.windows-items #primary-menu ul {
	position: absolute;
	z-index: 9999;
	right: 20px;
	padding-top: 70px;
	text-align: right;
	list-style: none;
	margin-top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: opacity 0.5s;
    top: 50px;
}

.windows-items #services-menu li,
.windows-items #primary-menu li {
	position: relative;
	margin-top: 12px;
	margin-bottom: 8px;
}

.windows-items #services-menu li a,
.windows-items #primary-menu li a {
	text-transform: uppercase;
	color: #fff;
	font-family: Montserrat;
	font-size: 17px;
}

@media screen and (max-width: 320px) {
	.header-menu-items li {
		width: 25%;
	}
	.open2 {
		display: none !important;
	}
	.windows-items #services-menu li a,
	.windows-items #primary-menu li a {
		font-size: 15px;
	}
}

.open2,
.open3,
.open4 {
	position: relative;
}

.open2 a,
.open3 a,
.open4 a {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.windows-items #services-menu li a,
.windows-items #primary-menu li a {
	transition-delay: 1.2s;
	transition: 0.5s;
}

.active #services-menu li a,
.active #primary-menu li a {
	transition-delay: 1.2s;
	transition: 0.5s;
}

.about-menu #menu-hero-menu li {
	padding-bottom: 8px;
	padding-top: 8px;
}

.about-menu #menu-hero-menu li a {
	color: #222;
	padding: 0px 0px !Important;
}

.about-menu #menu-hero-menu li:after {
	content: "";
	display: block;
	position: absolute;
	right: 0px;
	top: 15px;
	background: url(/wp-content/uploads/2017/10/blue-arrow.png) center no-repeat;
	width: 10px;
	height: 10px;
	transition: 0.5s;
}

.about-featured-block .featured-image {
	width: 30px;
	display: block;
	clear: both;
	float: none;
	margin-left: 12px;
}

.about-featured-block {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.about-featured-block .featured-content {
	float: none;
	clear: both;
	width: 100%;
	display: block;
	border: 0px solid #fff;
	margin-right: 0px;
	padding-right: 0px;
}

.about-featured-block .featured-content h5 {
	font-size: 13px;
	margin-top: 3px;
	line-height: 18px;
}

.team-menu-side #menu-team-members li a {
	font-size: 17px;
	padding: 8px 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #95989A;
}

.fl-col-small {
	max-width: 100%;
}


/*Homepage responsiveness*/

@media screen and (max-width: 992px) {
	.menu-header-block li a {
		font-size: 12px !important;
	}
}

/* .mobvisible {
	display: none;
} */

@media screen and (max-width: 1240px) {
	.hero-desktop .fl-row-content-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero-title h1 {
		font-size: 34px;
	}
	.hero-tagline p {
		font-size: 19px;
	}
}

.visible-column-text {
	/* display: none; */
}

@media screen and (max-width: 902px) {
    .hero-title-column-desktop .fl-node-content { max-width: 500px }
    .fl-node-6526adeacb4d2 { width: 30% !important }
	.hero-title-column-desktop,
	.contact-buttons-desktop {
		display: none !important;
	}
    .fl-node-6526adeacb4cd > .fl-col-content { border: none }
	h2.home-title {
		margin-top: 20px;
	}
	.scrollable-parent .fl-row-content-wrap {
		padding-bottom: 0px;
	}
	.starke-logo-ks {
		padding: 10px 0px 10px;
	}
	.visible-column-text .fl-module-content {
		margin-bottom: 0px;
	}
	.more-accordion .fl-accordion-small .fl-accordion-button {
		padding: 0px 0px;
	}
	.more-accordion .fl-accordion-item {
		padding: 0px;
		border: 0px solid #fff;
	}
	.more-accordion .fl-accordion-small .fl-accordion-content {
		padding: 15px 0px;
	}
	.contact-column,
	.menu-column {
		display: none !important;
	}
	.logo-column,
	.logo-header-block,
	.logo-column .fl-leading,
	.fl-node-59d67892574dd.fl-module-heading .fl-heading {
		display: block !important;
		text-align: center !important;
	}
	.hero-desktop .fl-row-content-wrap {
		padding: 60px 40px !Important;
	}
	.mobhidden {
		display: none !important;
	}
	.mobvisible {
		display: block !Important;
	}
	.hero-menu-title h3 {
		line-height: 1.1;
	}
	.white-accordion .fl-accordion-item {
		border: 0px solid #fff;
		border-bottom: 2px solid rgba(255, 255, 255, 0.3);
		margin-bottom: 0px;
	}
	.white-accordion .fl-accordion-button-label {
		color: #fff;
		font-size: 16px;
	}
	.white-accordion .fl-accordion-button {
		padding: 10px 0px 9px;
	}
	.white-accordion .fl-accordion-button-icon {
		opacity: 1;
	}
	.white-accordion .fl-accordion-content {
		padding: 0px;
	}
	.white-accordion .fa-plus:before,
	.white-accordion .fa-minus:before {
		content: "\f107";
		color: #fff;
		opacity: 1;
		z-index: 9999;
		font-size: 24px;
		line-height: 24px;
	}
	.more-accordion {
		position: relative;
	}
	.more-accordion .fa-plus:before,
	.more-accordion .fa-minus:before {
		content: "\f107";
		color: #34A0E3;
		opacity: 1;
		z-index: 9999;
		font-size: 18px;
		line-height: 18px;
		position: absolute;
		top: 0px;
		left: 70px;
	}
	.more-accordion .fa-minus:before {
		content: "\f106";
	}
	.cta-title h4 {
		line-height: 1;
	}
	.cta-title {
		margin-bottom: 5px;
		width: 100%;
	}
	.white-accordion .fa-minus:before {
		content: "\f106";
	}
	.white-accordion .fl-accordion-button-label {
		text-transform: uppercase;
	}
	.phone-no {
		color: #fff;
		font-weight: 900;
		font-size: 19px;
		line-height: 15px;
		display: block;
		margin-bottom: -21px;
	}
	.nopadding .fl-row-content-wrap {
		padding: 60px 20px 80px;
	}
	.email-link {
		color: #fff;
		font-size: 16px;
		line-height: 10px;
	}
	.cta-speak-with-us-block {
		width: 100%;
	}
	.cta-subtitle p {
		margin-top: 8px;
		line-height: 1.1;
		font-size: 18px;
	}
	.white-accordion .fl-node-content {
		margin: 0px;
	}
	.nopadding-top .fl-row-content-wrap {
		padding: 20px 0px 0px 0px;
	}
    .bordertop .fl-menu ul li { border-top: none; border-left: 1px solid rgb(130, 130, 130)}
    .bordertop .fl-menu ul li:first-child { border-left: none }
	.footer-ks .fl-row-content-wrap {
		padding: 20px 0px 20px;
	}
	.foot-col {
		/* display: none; */
	}
	.footer-ks .contact-title-foot {
		font-size: 15px;
		margin-top: 12px;
		margin-bottom: 0px;
		border-bottom: 1px solid #444;
	}
	.footer-ks .contact-link {
		font-size: 14px;
	}
	.footer-ks .fl-accordion-content ul {
		list-style: none;
		padding-left: 0px;
	}
	.footer-ks .custmenuim li a,
	.footer-ks .fl-accordion-content ul li a {
		text-transform: uppercase !important;
		font-size: 15px !Important;
	}
	.footer-ks .mobvisible .fl-node-content {
		margin-left: 20px;
		margin-right: 20px;
	}
	.footer-ks .fl-accordion-content ul li {
		padding: 0px 0px 2px;
	}
	.hero-desktop .fl-row-content {
		margin-left: 0px;
		left: 0px;
	}
	.visible-column-text .fl-accordion-button-label {
		text-transform: uppercase;
		font-size: 13px;
		color: #34A0E3;
	}
	.scrollable-parent {
		margin-top: 0px;
	}
}

@media screen and (max-width: 769px) {
	.home-padding {
		padding: 0px 20px;
	}
	.fl-post-grid {
		padding: 0px 20px;
	}
	.fl-post-image-ks {
		max-height: 55vw;
		height: 55vw;
	}
	.visible-column-text {
		display: block;
	}
	.hidden-column-text {
		/* display: none; */
	}
	.fl-post-grid-post {
		height: 100% !Important;
	}
	.cta-speak-with-us-block {
		padding: 0px 20px;
	}
	.home-title {
		font-size: 27px;
	}
	.cta-title span {
		font-size: 27px;
		line-height: 2px;
	}
	.white-accordion .fl-node-content {
		margin: 0px 20px;
	}
	.hero-menu li a,
	#menu-hero-menu li a,
	#menu-team-members li a {
		font-size: 17px;
	}
}


/*Services mobilization*/

.popup-ks {
	display: none;
}

.scrollable-profiles .fl-post-column {
	width: 33.3333% !Important;
	display: inline-block;
	clear: none !Important;
}

@media screen and (max-width: 902px) {
	.popup-ks {
		display: block;
		position: fixed;
		bottom: 90px;
		width: 100%;
		margin-left: auto;
		left: auto;
		left: -30000px;
		border-radius: 0px;
		opacity: 0;
		left: 0px;
		transition: opacity 0.5s;
	}
	.about-left { display: none; }
	.about-full {
		margin: 20PX;
	}
	.about-full .fl-node-5a04e396aadb6 {
		width: 100%;
	}
	.about-full .fl-node-5a04e396aadb6>.fl-col-content {
		padding-left: 0px;
		padding-right: 0px;
		border: 0px solid #fff;
	}
	.about-full .fl-row-content-wrap {
		padding: 0px 0px 0px;
	}
	.blog-title {
		padding: 20px 20px 0px;
	}
	.popup-ks p {
		width: 200px;
		background: linear-gradient(0deg, #4a2da9 1%, #3790db 97%);
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		color: #fff;
		position: relative;
		border-radius: 5px;
		text-align: center;
		border: 1px solid #fff;
		-webkit-box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.31);
		-moz-box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.31);
		box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.31);
		font-size: 16px;
		line-height: 1.3;
	}
	.fl-node-5a04ea86f10d2 {
		height: 10px;
	}
	.popup-ks p:after {
		position: absolute;
		bottom: -20px;
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #4a2da9;
		;
		left: 80px;
		content: "";
	}
	.popup-ks p:before {
		position: absolute;
		bottom: -22px;
		width: 0;
		height: 0;
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-top: 22px solid #fff;
		left: 78px;
		content: "";
	}
	.popup-ks.startanim {
		opacity: 1;
		z-index: 99999999999999999;
		transition: opacity 0.5s;
		left: 0px;
	}
	.scrollable-parent {
		margin-left: -50px;
	}
	.scrollable-profiles {
		width: auto;
		overflow-x: scroll;
		position: relative;
		padding-left: 40px;
	}
	.scrollable-profiles .fl-node-content,
	.scrollable-profiles {
		min-width: 110vw !Important;
		max-width: 110vw !Important;
	}
	.scrollable-profiles::-webkit-scrollbar {
		display: none;
	}
	.scrollable-profiles .fl-post-grid {
		overflow: none;
		white-space: nowrap;
		display: inline !important;
	}
	.scrollable-parent {
		position: relative;
		height: 100%;
	}
	.scrollable-parent:after {
		background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
		right: -25px;
		height: 500px;
		width: 50px;
		position: absolute;
		top: 3vw;
		pointer-events: none;
	}
	.cta-row {
		z-index: 9;
		position: relative;
	}
	.scrollable-profiles .fl-post-column {
		display: inline-block !Important;
		width: 60vw !Important;
		float: none !Important;
		position: relative;
		vertical-align: top !important;
	}
	.scrollable-profiles .fl-post-column:nth-last-child(1) {
		margin-right: 120px !Important;
	}
	.scrollable-profiles .prof-post-title span,
	.scrollable-profiles .prof-post-title {
		max-width: 60vw !Important;
		display: inline-block !Important;
		white-space: normal !important;
		clear: both;
	}
	.scrollable-profiles::-webkit-scrollbar {
		display: none;
	}
}

@media screen and (max-width: 902px) and (min-width: 769px) {
	.scrollable-parent:after {
		right: -50px;
	}
}

@media screen and (max-width: 769px) {
	.services-title-ks {
		margin-top: 40px;
	}
	.service-main-title h1 {
		font-size: 32px;
	}
	.service-main-subtitle h2 {
		font-size: 20px
	}
	.service-main-subtitle {
		margin-top: 5px;
	}
	.service-main-title.blog-container-ks {
		margin: 0px 20px;
	}
	.blog-container-ks {
		MARGIN: 30PX 20px 10px;
	}
	.noheight-row {
		height: 0px !Important;
	}
}

@media (max-width: 767px) {
  h2 { font-size: 25px !important; }
    }

@media screen and (max-width: 650px) {
	.scrollable-profiles .prof-post-title span,
	.scrollable-profiles .prof-post-title {
		font-size: 13px;
	}
}
@media (max-width: 902px) {
    .hero-tagline h1 { font-size: 32px !important; font-weight: normal !important}
}

@media screen and (max-width: 320px) {
	.popup-ks p {
		margin-left: 4%;
		margin-right: 0;
		font-size: 13px;
		padding: 10px 7px;
	}
}

.close-menu-items {
	visibility: hidden;
}

.active .close-menu-items {
	visibility: visible;
}

.starke-logo-ks img {
	max-width: 250px !important;
	width: 250px !important;
}

.more-accordion .fl-accordion-item-active .fl-accordion-button {
	transition: 0s;
	display: block;
}

.more-accordion .fl-accordion-item-active .fl-accordion-button {
	display: none;
	transition: 0s;
}

.more-accordion .fl-accordion-item {
	margin-top: 0px;
	transition: 0s;
}

.more-accordion .fl-accordion-item-active {
	margin-top: 0px;
	transition: 0s;
}

.more-accordion .fl-accordion-item-active .fl-accordion-content {
	margin-top: -10px;
}

.more-accordion .fl-accordion-small .fl-accordion-content {
	padding-bottom: 0px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.featured-image {
		width: 22%;
		display: inline-block;
	}
	.featured-content {
		width: 76%;
		display: inline-block;
	}
}

span.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 12px;
}

div.wpcf7-validation-errors {
	border: 2px solid #fff;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
}

@media screen and (max-width: 1180px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.featured-image {
		width: 18%;
	}
	.featured-content h5 {
		font-size: 12px;
		line-height: 13px;
		width: 90%;
	}
	.featured-content h4 {
		font-size: 15px;
	}
}

@media screen and (max-width: 1100px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.featured-content {
		border-right: 0px solid #fff;
	}
}

.static-map img {
	opacity: 1 !important;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}

.static-map {
	position: relative;
	border-radius: 5px 5px 0px 0px;
}

.static-map:before {
	background: linear-gradient(140deg, #3790db 15%, #4a2da9 93%);
	border-radius: 5px 5px 0px 0px;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
}


/*Contact*/

.contact-page-list-ks {
	list-style: none;
	padding-left: 0px;
}

.address-cpl p {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #555;
}

.contact-page-list-ks li {
	margin-bottom: 0px;
}

.contact-page-list-ks {
	background: #fff;
	width: 100%;
	display: block;
	padding: 25px 20px 10px;
	border-radius: 0px 0px 5px 5px;
}

.contact-page-list-ks li a {
	font-size: 16px;
	font-weight: 400;
}

.contact-page-list-ks i {
	color: #000;
	margin-right: 2px;
	font-size: 18px;
	vertical-align: middle;
}

.phone-cpl {
	margin-bottom: 0px;
}

.title-cpl {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px !important;
	display: block;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
}

.address-cpl {
	margin-bottom: 15px !important;
}

.contact-col1 .fl-col-content {
	-webkit-box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 5px 8px 15px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.11);
	background: #fff;
	border-radius: 5px;
}

/*Contact form*/

span.wpcf7-spinner { display: none }

.wpcf7-form p {
	text-align: center;
}

.wpcf7-form label {
	width: 80%;
	max-width: 500px;
	margin-top: 5px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
	background: rgba(255, 255, 255, 0.2);
	border: 0px solid #fff;
	color: #fff;
}

::placeholder,
textarea::placeholder {
	color: #fff !Important;
	font-weight: 400 !important;
}

:focus::placeholder {
	COLOR: #222 !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=url]:focus,
textarea:focus {
	background: transparent;
	border: 0px solid #ccc;
	color: #222;
	background: rgba(255, 255, 255, 0.8);
}

button,
input[type=button],
input[type=submit] {
	border: 2px solid #fff;
	background: transparent;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 108px 10px;
	transition: 0.5s;
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	transition: 0.5s;
	background: #fff;
	color: #222;
	border: 2px solid #fff;
}


/*Header colours*/

header li.current-menu-item>a {
	color: #007acc !Important;
}

header a:hover,
header li.current-menu-item>a:hover {
	color: #9B2B7E !Important;
}

.contact-tabs {
	max-width: 700px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.contact-tabs .fl-tabs-panel-content.fl-tab-active,
.contact-tabs .fl-tabs-panel {
	background: transparent !Important;
}

.contact-tabs .fl-tabs-panels {
	background: transparent;
	border: 0px solid #fff;
}

.contact-tabs .fl-tabs-labels {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
    align-items: center;
}

.contact-tabs a.fl-tabs-label { min-width: 250px }

.contact-tabs .fl-tabs-horizontal .fl-tabs-label {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: none;
	min-width: 175px;
}

.contact-tabs .fl-tabs-horizontal .fl-tabs-label {
	background: transparent;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
	font-weight: 900;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	border: 2px solid #fff !important;
	transition: background 0.5s;
}

.contact-tabs .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
	top: 0px;
	background: #fff;
	color: #222;
	border: 2px solid #fff !Important;
	transition: 0.5s;
}

@media screen and (max-width: 606px) {
	.contact-tabs .fl-tabs-labels { flex-direction: column; width: 100% }
}

.area-of-law,
.area-dropdown {
	display: inline-block;
	text-align: center;
}

.area-of-law {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	width: 100px;
	display: block;
	margin-bottom: 3px;
	text-align: left;
}

.area-dropdown select {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.8);
	border: 0px solid #fff;
	height: 34px;
	color: #222;
	font-size: 14px;
	padding: 8px;
	font-weight: 400 !important;
	width: 100%;
}

.lawareas {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	margin-bottom: 20px;
}

.contact-about-dropdown {
	margin-top: 10px;
}

@media screen and (max-width: 1070px) and (min-width: 901px) {
	.cta-contact-content {
		display: block;
	}
}

.starke-logo-ks img,
.starke-logo-ks {
	max-width: 250px !important;
	width: 250px !important;
}

@media screen and (max-width: 902px) {
	.starke-logo-ks img,
	.starke-logo-ks {
		max-width: 20px !important;
		width: 220px !important;
	}
}

.imhidden {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -999999;
	opacity: 0;
	transition: 0.5s;
	min-height: 110vh;
}

.imhidden .fl-row-content-wrap {
	height: 110vh;
}

.imvisible {
	z-index: 99999999;
	opacity: 1;
	transition: 0.5s;
}

.closeme {
	z-index: 9999999;
	position: fixed;
	right: 20px;
	top: 12px;
	color: #fff;
	font-size: 20px;
}

.openme:hover {
	cursor: pointer;
}

@media screen and (min-width: 901px) {
	.credits-ks {
		margin-bottom: 5px;
	}
	.mob-tagline {
		display:none;
	}
}

@media screen and (max-width: 902px) {
	.starke-logo-ks img,
	.starke-logo-ks {
		width: 100% !Important;
		max-width: 250px !Important;
	}
    .fl-tabs-panel-label { display: none }
}

.sub-menu li a {
	font-size: 12px;
	padding: 10px 15px !Important;
}


@media screen and (max-width: 769px) {
	.fl-tabs-panel-label .fa {
		display: none;
	}
	.fl-tabs-panels {
		position: relative;
	}
	.fl-tab-active {
		display: none;
	}
	.fl-tabs-panel {
		text-align: center !important;
		max-height: 400px;
        border:none;
	}
	.contact-tabs .fl-tabs-horizontal .fl-tabs-label {
		width: 50%;
		left: 25%;
        margin: 10px;
	}
	.fl-tabs-panel-content.fl-tab-active {
		margin-top: 40px;
	}
	.lawareas {
		text-align: left;
	}
}

@media screen and (max-width: 1450px) and (min-width: 1191px) {
	.contact-header-block .fl-module-content {
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 1030px) and (min-width: 902px) {
	.contact-column {
		width: 34.5%;
	}
	.logo-column {
		width: 22%;
	}
	.menu-column {
		width: 43.5%;
		padding-left: 10px;
	}
	.menu-column .menu a {
		padding-left: 8px !important;
	}
	.menu-header-block .fl-module-content {
		margin-right: 0px !important
	}
	.contact-header-block .fl-module-content {
		margin-left: 0px !important;
	}
}

@media screen and (max-width: 902px) {
	.padding-added {
		margin-left: 0px;
	}
}

.serv-heading .service-main-subtitle {
	display: none;
}

.new-scrollable .fl-post-column {
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 0px;
}

@media screen and (min-width: 902px) {
	.new-scrollable .fl-post-column:nth-child(3),
	.new-scrollable .fl-post-column:nth-child(6),
	.new-scrollable .fl-post-column:nth-child(9),
	.new-scrollable .fl-post-column:nth-child(12) {
		padding-right: 0px;
		padding-left: 20px;
		margin-left: -20px;
	}
}

@media screen and (max-width: 769px) {
	.scrollable-profiles {
		margin-left: 10px;
	}
}

.new-scrollable .fl-post-column {
	vertical-align: top !important;
}

@media screen and (max-width: 902px) and (min-width: 769px) {
	.page-id-1308 .scrollable-parent:after {
		right: -90px;
		height: 550px;
        top: 1vw; }
	
}

.accreditations .fl-rich-text {
	display: flex;
	width: 100%;
	min-width: 100%;
    justify-content: center;
}

.footcol-credits .fl-row-content-wrap {
	background: #222222;
}

.footcol-credits {
	margin-bottom: 0px !Important;
	border-top: -px solid #333 !important;
}

.footcol-credits p {
	font-size: 14px;
	letter-spacing: 0.05em;
	opacity: 0.8;
}

.footcol-credits p strong {
	font-weight: 400 !Important;
}

div.wpcf7-mail-sent-ok {
	color: #fff;
}

.privacy {
	color: #fff;
	margin-bottom: 30px;
	font-size: 16px;
}

.privacy a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 992px) {
	.team-members-grid {
		padding-left: 5px;
		padding-right: 5px;
	}
	.team-members-grid .fl-post-column {
		clear: none !important;
		float: left !important;
		display: inline-block !Important;
		padding-left: 15px;
		padding-right: 15px;
	}
	/* .team-members-grid .fl-post-column:nth-child(1),
	.team-members-grid .fl-post-column:nth-child(2),
	.team-members-grid .fl-post-column:nth-child(3) {
		width: 33.3%;
	} */
}

.privacy-inner br {
	display: none;
}

.privacy-inner a {
	font-size: 20px;
	padding: 0px 0px 6px !Important;
	margin-bottom: 0px !important;
	display: block;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.acc-block img {
		width: 130px;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0px auto;
	}
}

@media screen and (max-width: 769px) {
	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}
}

.wpcf7-form {
	position: relative;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.fixed-top-cookie-message {
	z-index: 999999999;
	overflow: hidden;
	padding-bottom: 5px;
}

.footer-menu li a {
	font-size: 16px;
}

.single-services .service-main-title h1 {
	font-size: 55px;
}

.fl-post-content ul {
	margin-bottom: 0;
}

.fl-post-content li {
	margin-bottom: 10px;
	margin-top: 10px;
}

.static-map {
	pointer-events: none;
}

.static-map:before {
	display: none;
}

.fl-builder-edit .static-map {
	pointer-events: auto;
}

.fl-builder-edit .link-class {
	display: none !important;
}

.fcoli .fl-col-content {
	position: relative;
}

.fl-builder-edit .fcoli .fl-col-content {
	position: unset;
}

.link-class {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: linear-gradient(140deg, #3790db 15%, #4a2da9 93%);
	height: 0%;
	opacity: 0;
	padding-bottom: 50%;
	border-radius: 5px 5px 0px 0px;
}

.link-class:hover {
	opacity: 0.3;
}

@media screen and (max-width: 1492px) and (min-width: 1220px) {
	.menu-header-block li a {
		font-size: 13px;
	}
}

@media screen and (max-width: 1220px) and (min-width: 992px) {
	.starke-logo-ks img,
	.starke-logo-ks {
		max-width: 100% !important;
		width: 100% !important;
	}
	.menu-header-block li a {
		font-size: 12px !Important;
	}
}

@media screen and (max-width: 992px) {
	.scrollable-parent:after {
		height: 110%;
		margin-top: -20px;
	}
}

@media screen and (max-width: 769px) and (min-width: 767px) {
	.scrollable-parent:after {
		right: -40px;
		top: 0px;
	}
}

.contact-tabs input[type=text]::-ms-input-placeholder,
.contact-tabs input::-ms-input-placeholder,
.contact-tabs textarea::-ms-input-placeholder {
	color: #fff !important;
}

.contact-tabs input[type=text]:focus::-ms-input-placeholder,
.contact-tabs input:focus::-ms-input-placeholder,
.contact-tabs textarea:focus::-ms-input-placeholder,
.contact-tabs input[type=text]:active::-ms-input-placeholder,
.contact-tabs active::-ms-input-placeholder,
.contact-tabs textarea:active::-ms-input-placeholder {
	color: #222 !important;
}

@media screen and (max-width: 902px) {
	.accreditations .fl-rich-text {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
    }
.instagram-block {
	text-align: center;
	width: 100%;
	padding-top: 35px;
}

.instagram-block a {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 20px auto;
	text-transform: uppercase;
	font-weight: 600;
}

.instagram-block a:before {
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2020/03/instagram-1.svg) center no-repeat;
	background-size: 20px;
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	top: 1.5px;
}

.instagram-block {
	border-top: 1px solid #ddd;
}

.imhidden .fl-row-content-wrap>div {
	margin: auto;
}

.imhidden .fl-row-content-wrap {
	overflow-y: auto;
	max-height: 100vh;
	margin-top: 0px!important;
	padding-top: 100px!important;
	display: flex!important;
}

.imhidden {
	display: flex;
}


/* width */

.imhidden .fl-row-content-wrap::-webkit-scrollbar {
	width: 2px;
}


/* Track */

.imhidden .fl-row-content-wrap::-webkit-scrollbar-track {
	background: #f1f1f1;
}


/* Handle */

.imhidden .fl-row-content-wrap::-webkit-scrollbar-thumb {
	background: #888;
}


/* Handle on hover */

.imhidden .fl-row-content-wrap::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.imhidden .closeme {
	top: 40px;
}

@media screen and (max-width: 600px) {
	.instagram-block a:before {
		position: relative;
		width: 40px;
		height: 40px;
		background-size: 40px;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 15px;
	}
	.imhidden .wpcf7-form label {
			min-width: 100%;
	}	
}


.phone-popup {
    position: absolute;
    display: none;
    max-width: 270px;
    line-height: 1.2;
    font-size: 1.2rem;
    z-index: 99999999;
    background: #fff;
    padding: 0;
    border: 1px solid;
    margin-top: 140px;
    border-radius: 10px;
}

.phone-popup.showthis {
    display: block;
}

.phone-popup>div {
    margin: 0;
    padding: 10px;
    }