/*
Theme Name: United Consult
Theme URI: 
Author: Cantinart
Author URI: http://cantinart.hu/
Description: A United Consult weboldal számára készített téma
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: united-consult

@import 'assets/css/style.css?ver=1.0.4';
*/

/*
	GENERAL CSS
*/
body {
	font-family: 'Montserrat', sans-serif;
}

.wp-block-column {
    padding-left: 15px;
    padding-right: 15px;
}

figure, .wp-block-image {
    margin: 0 0 1em
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
}
.btn-lg {
	font-size: 17px;
	padding: 15px 30px;
}
.btn-colorful {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39b9a9+0,005ba8+50,6c2577+100 */
	background: #39b9a9; /* Old browsers */
	background: -moz-linear-gradient(left,  #39b9a9 0%, #005ba8 50%, #6c2577 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #39b9a9 0%,#005ba8 50%,#6c2577 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #39b9a9 0%,#005ba8 50%,#6c2577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#6c2577',GradientType=1 ); /* IE6-9 */
	border: 0;
	position: relative;
	transition: .2s all;
}
.btn.btn-colorful:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid rgba(255, 255, 255, .5);
	opacity: 0;
	transition: .1s all;
	transform: scale(1.05);
}
.btn.btn-colorful:hover {
	color: rgba(255,255,255,.5);
}
.btn.btn-colorful:hover:after {
	opacity: 1;
	transform: scale(1);
}
.btn-green {
	background: #35b5b4;
	border: 0;
}

.container .wp-block-column {
    overflow-wrap: initial;
    word-break: initial;
}

/*
	HEADER CSS
*/
header {
	background: #fff;
	position: fixed;
	z-index: 2;
	width: 100%;
}
header .navbar-brand img {
	height: 75px;
	margin-right: 30px;
	position: relative;
	width: auto;
}
@media (max-width: 991px) {
	header .navbar-brand img {
		height: 40px;
	}
}

header .navbar-light .navbar-nav .nav-link {
	color: #000;
	font-weight: 500;
}

header .navbar-light .navbar-nav a.nav-link.menu-item-language {
    border-left: 2px solid #888888;
    padding-left: 30px;
    margin-left: 10px;
}

#header-main-menu .dropdown-menu {
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}

header .navbar {
	padding-top: 15px;
	padding-bottom: 0;
}

header .navbar:after {
	position: absolute;
	bottom: -50px;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 100vw 0 0;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
@media (min-width: 991px) and (max-width: 1180px) {
	header .navbar a {
	    margin-right: 5px;
	    font-size: 15px;
	}
	header .navbar-light .navbar-nav a.nav-link.menu-item-language {
	    margin-left: 0;
	    padding-left: 10px;
	}
	header .navbar-brand img {
	    height: 50px;
	}
}
@media (max-width: 991px) {
	header .navbar:after {
		bottom: -20px;
		border-width: 20px 100vw 0 0;
	}
	div#header-main-menu {
	    border-top: 1px solid #888888;
	    margin-top: 5px;
	}
	header .navbar-light .navbar-nav a.nav-link.menu-item-language {
	    border-left: 0;
	    padding-left: 0;
	    margin-left: 0;
	    border-top: 1px solid #888888;
	}
	#header-main-menu .dropdown-menu {
	    border: 0;
	    margin: 0;
	    padding: 0;
		box-shadow: none;
	}
}
header .navbar-toggler {
	border: 0;
}
header .navbar a {
	margin-right: 15px;
}



header > div {
	position: absolute;
	bottom: -30px;
	height: 25px;
	overflow: hidden;
	left: 15px;
	z-index: 1;
}
header > div ul{
	padding:0;
	margin:0;
}

header > div a {
	font-size: 15px;
	color: #888;
	line-height: 25px;
	margin-right: 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
header > div a i, header > div .fa-external-link-alt:before  {
	color: #ccc;
	margin-right: 5px;
}
@media (max-width: 991px) {
	header > div {
		display: none;
	}
}
header > div a:hover
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

/*
	HERO CSS
*/
#home-hero {
	height: 100%;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}
#home-hero video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}
@media (max-width: 900px) {
	#home-hero video {
		width: auto;
		height: 100%;
	}
}

#home-hero .sssnext,
#home-hero .sssprev
{
	display: none;
}

#home-hero .slider {
	position: absolute;
	top: 40%;
	right: 10%;
	width: 40%;
	transform: translateY(-50%);
	text-align: right;
	z-index: 1;
}
#home-hero .slider:after {
	content: "";
	position: absolute;
	background-image: radial-gradient(#fff, transparent, transparent);
	width: 300%;
	height: 500%;
	top: -200%;
	left: -80%;
	z-index: -1;
}
@media (max-width: 991px) {
	#home-hero .slider {
		width: 80%;
	}
}
#home-hero .slider p {
	margin: 0;
	font-size: 31px;
	line-height: 1.3em;
	font-weight: 700;
	color: #000;
}
@media (max-width: 991px) {
	#home-hero .slider p {
		font-size: 19px;
	}
}


#home-hero:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 200px 100vw;
	border-color: transparent transparent #fff transparent;
	z-index:1;
}
@media (max-width: 991px) {
	#home-hero:after {
		border-width: 0 0 100px 100vw;
	}
}
#home-hero .ssslide a {
	margin-top: 15px;
}

@media (max-width: 991px) {
	#home-hero {
		min-height: 500px;
	}
}

.hero-heading-title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: white;
    transform: translate(-50%, -50%);
}

/*
	WHAT WE DO CSS
*/
#what-we-do, .what-we-do-section {
	margin: 30px auto;
	margin-top: -200px;
	display: flex;
    align-items: stretch;
    height: 100%;
	text-align: center;
	max-width: 1300px;
	position: relative;
	z-index: 1;
}
@media (max-width: 991px) {
	#what-we-do, .what-we-do-section {
		display: block;
		margin-top: -150px;
	}
}
#what-we-do > div, .what-we-do-section > div {
	background: #fff;
	flex-basis: 33.33%;
	box-shadow: 0 0 45px rgba(108, 37, 119, .25);
	margin: 30px;
	position: relative;
}
.what-we-do-section > div {
	padding:30px;
}
#what-we-do > div > div {
	padding: 30px;
	display: flex;
	flex-direction: column;
}

#what-we-do img, .what-we-do-section img {
	height: 100px;
	margin-bottom: 30px;
}
#what-we-do p, .what-we-do-section p {
	padding: 0 30px;
}
#what-we-do > div:first-of-type:before, .what-we-do-section > div:first-of-type:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	width: 50%;
	z-index: -1;
	height: calc(100% + 30px);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39b9a9+0,005ba8+50,6c2577+100 */
	background: rgb(57,185,169); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(57,185,169,1) 0%,rgba(0,91,168,1) 50%,rgba(108,37,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(57,185,169,1) 0%,rgba(0,91,168,1) 50%,rgba(108,37,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#6c2577',GradientType=1 ); /* IE6-9 */
}
#what-we-do > div:last-of-type:before, .what-we-do-section > div:last-of-type:before {
	content: "";
	position: absolute;
	top: -15px;
	right: -15px;
	width: 50%;
	z-index: -1;
	height: calc(100% + 30px);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
}

@media (max-width: 991px) {
	#what-we-do > div:first-of-type:before, .what-we-do-section > div:first-of-type:before {
		width: calc(100% + 30px);
		height: 50%;
	}
	#what-we-do > div:last-of-type:before, .what-we-do-section > div:last-of-type:before {
		width: calc(100% + 30px);
		height: 50%;
		top: auto;
		bottom: -15px;
	}
}


#home-description, .home-description {
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 120px 0;
	background: url('assets/images/united-consult-background.svg');
	background-size: contain;
	background-position: 105% 50%;
	background-repeat: no-repeat;
}
#home-description h6, .home-description h4 {
	font-size: 41px;
	text-align: right;
	font-weight: 600;
	line-height: 1.35em;
}
#home-description p, .home-description p {
	font-size: 15px;
	line-height: 1.7em;
}
@media (max-width: 991px) {
	#home-description, .home-description {
		margin-top: 0;
		padding: 30px;
	}
	#home-description h6, .home-description h4 {
		font-size: 31px;
		margin-bottom: 30px;
		text-align: center;
	}
}

/*
	TESTIMONIALS CSS
*/

#home-testimonials {
	margin-top: 120px;
}
#home-testimonials .ssslide {
	background-color: rgba(0,0,0,.5);
	background-blend-mode: multiply;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#home-testimonials .ssslide p {
	padding: 10%;
	padding-right: 20%;
	font-size: 21px;
	color: #fff;
	font-weight: 500;
}
@media (max-width: 991px) {
	#home-testimonials .ssslide p {
		font-size: 17px;
	}
}
#home-testimonials .ssslide p small {
	font-size: 15px;
	line-height: 1.5em;
	display: inline-block;
}

/*
	SERVICES CSS
*/

#home-services { margin: 120px 0; }
#home-services .tile {
	text-align: center;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 50px rgba(0, 0, 0, .125);
	height: 0;
	padding-bottom: 100%;
}
#home-services .tile.tile-4,
#home-services .tile.tile-6 {
	padding-bottom: calc(50% - 15px);
}
#home-services .tile.tile-3 {
	padding-bottom: calc(200% + 30px);
}

#home-services .service-content {
	
}
#home-services .service-content > div {
	padding: 30px;
}

#home-services img { width: 100%; }
#home-services img.logo { width: auto; height: 80px; margin-bottom: 30px; mix-blend-mode: luminosity; }
#home-services .tile.tile-3 img { margin-top: 0px; display: block; }
#home-services .tile.tile-3 img.logo { margin-top: 30px; display: inline-block; }
#home-services h3 {
	font-size: 31px;
	margin: 15px;
	font-weight: 600;
}
#home-services p {
	font-size: 13px;
}

#home-services .tile-1:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 50%;
	z-index: -1;
	height: calc(50%);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39b9a9+0,005ba8+50,6c2577+100 */
	background: rgb(57,185,169); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(57,185,169,1) 0%,rgba(0,91,168,1) 50%,rgba(108,37,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(57,185,169,1) 0%,rgba(0,91,168,1) 50%,rgba(108,37,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#6c2577',GradientType=1 ); /* IE6-9 */
}
#home-services .tile-6:after {
	content: "";
	position: absolute;
	bottom: 15px;
	right: 0;
	width: calc(25%);
	z-index: -1;
	height: calc(50%);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
}

#home-services .tile {
	transition: .2s all;
}
#home-services .tile:hover {
	cursor: pointer;
	background: #6c2577;
	color: #fff;
}



@media (max-width: 1199px) {
	#home-services .service-content > div {
		padding: 15px;
	}
}
@media (max-width: 991px) {
	#home-services p {
		display: none;
	}
	#home-services img.logo {
		height: 60px;
	}
}
@media (max-width: 767px) {
	#home-services img.logo {
		height: 100px;
		margin-top: 30px;
	}
	#home-services p {
		display: block;
	}
	#home-services h3 {
		font-size: 23px;
	}
	#home-services .tile.tile-4,
	#home-services .tile.tile-6
	{
		padding-bottom: calc(200% + 15px);
	}
	#home-services .tile-6:after {
		bottom: 7.5px;
	}
}





#home-services-2 {
	text-align: center;
	margin-top: 150px;
}
#home-services-2 img {
	width: 100%;
	max-width: 70px;
	margin-top: 60px;
}
#home-services-2 .container h2,
#home-services-2 .container-fluid h2 {
	font-weight: 600;
	font-size: 25px;
	transform: translateY(90px);
	margin-bottom: 30px;
}
#home-services-2 .row > div {
	position: relative;
	margin-bottom: 90px;
}
#home-services-2 .row > div:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 229.1 263.2'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h229.1v263.2H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath d='M222.8 211.1c-1.6 0-3 .6-4.2 1.6-.1.1-.3.2-.4.3-22.5 23.9-54.1 37.6-86.7 37.6-65.6 0-119-53.4-119-119s53.4-119 119-119c32.6 0 64.2 13.7 86.7 37.6l.4.4c1.1 1 2.6 1.5 4.1 1.5 3.5 0 6.3-2.8 6.3-6.3 0-1.8-.7-3.4-1.9-4.5-25-26.6-59-41.3-95.5-41.3C59 0 0 59 0 131.6s59 131.6 131.6 131.6c36 0 70.9-15.1 95.7-41.3 1.2-1.2 1.8-2.8 1.8-4.5 0-3.4-2.8-6.3-6.3-6.3' clip-path='url(%23b)' fill='%2333b5b3'/%3E%3C/svg%3E");
	content: "";
	position: absolute;
    top: 20px;
    left: 15px;
	width: 100%;
	height: 80%;
	background-repeat: no-repeat;
	background-position: 40% 50%;
}
#home-services-2 > h2, #home-services-2 .side-title {
	top: 80% !important;
}
#home-services-2 .wp-block-columns{
	flex-wrap:wrap!important;
}
#home-services-2 .wp-block-column {
    flex-basis: 33.333333%;
    flex-grow: initial;
	margin-left:0;
}

/*
	POSTS CSS
*/

#posts img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: .2s all;
}

#posts h3 {
	text-align: center;
	padding: 15px;
	margin-top: 30px;
	padding-top: 0;
	font-weight: 600;
	font-size: 21px;
}
#posts p {
	padding: 0 30px;
	text-align: center;
	font-size: 15px;
}

#posts .col-md-4 {
	position: relative;
	padding-top: 15px;
}

#posts .col-md-4 a {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
	border-radius: 5px;
	transition: .2s all;
	transform: scale(1.1);
	
}
@media (max-width: 767px) {
	#posts .col-md-4 a {
		transform: scale(1);
	}
}
#posts .col-md-4 a:hover {
	transform: scale(1.05) rotate(1deg);
	z-index: 1;
	box-shadow: 0 30px 30px rgba(0,0,0,.125);
}

/*
	FOOTER CSS
*/

footer {
	//margin-top: 120px;
	padding: 60px 0;
	padding-bottom: 0;
	background: url('assets/images/fingerprint.svg');
	background-size: cover;
	background-attachment: fixed;
	box-shadow: inset 0px 50px 50px -50px rgba(0,0,0,.25);
}
footer h2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	
	display: inline-block;
	font-weight: 600;
	font-style: italic;
	font-size: 41px;
	padding: 0px 15px;
}
footer nav {
	margin: 60px auto;
}
footer nav a {
	color: #666;
	transition: .2s all;
	font-weight: 500;
	padding: 0 30px;
	border-right: 1px solid #666;
}
footer nav a:last-of-type {
	border: 0;
}
@media (max-width: 767px) {
	footer nav a {
		border: 0;
		display: block;
		padding: 5px;
	}
}
footer nav a:hover {
	color: #6c2577;
	text-decoration: none;
}

footer .logo {
	width: 150px;
	margin-bottom: 60px;
}

footer .copyright {
	background: #fff;
	font-size: 15px;
	padding: 30px 0;
	margin-top: 30px;
	color: #888;
}

footer a:not(.social) {
	color: #000;
}

footer a.social {
	font-size: 25px;
	line-height: 50px;
	width: 50px;
	display: inline-block;
	background: #888;
	color: #fff;
	border-radius: 50%;
	transition: .2s all;
}
footer a.social:hover {
	background: #6c2577;
}

footer .container-fluid {
	line-height: 50px;
}

#footer-instagram {
	padding: 30px 15px;
	margin-top: 120px;
}
#footer-instagram a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: .2s all;
}
#footer-instagram a:hover {
	filter: grayscale(100%) contrast(150%);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	transform: translateY(-5px);
}
#footer-instagram a:active {
	transform: translateY(0px);
}

/*
	CONTACT CSS
*/

#home-hero.contact {
	background: #545454;
	color: #fff;
}
#home-hero.contact img {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 200px;
	margin-left: -60px;
}
#home-hero.contact .hero-text {
	width: 100%;
	max-width: 500px;
	margin-top: 300px;
}
#home-hero.contact h3 {
	font-size: 51px;
	font-weight: 700;
}
@media (max-width: 1199px) {
	#home-hero.contact img {
		margin-top: 300px;
	}
	#home-hero.contact .hero-text {
		margin-top: 250px;
	}
}
@media (max-width: 767px) {
	#home-hero.contact {
		text-align: center;
	}
	#home-hero.contact .hero-text {
		margin-top: 150px;
		max-width: 100%;
	}
	#home-hero.contact img {
		max-width: 400px;
		margin-top: 50px;
	}
}

#home-hero.contact:before {
	content: "";
	width: 150%;
	height: 100px;
	position: absolute;
	top: 50px;
	left: -25%;
	background: #35b5b4;
	z-index: 0;
	transform: rotate(-5deg);
}
@media (max-width: 767px) {
	#home-hero.contact:before {
		top: 0px;
	}
}
#contact-form .expertise h3 {
	text-align: center;
	margin-bottom: 60px;
}
#contact-form .expertise strong {
	display: block;
	font-weight: 400;
	font-size: 13px;
}
#contact-form .expertise i {
	color: #aaa;
	font-size: 61px;
	margin-bottom: 30px;
	transition: .2s all;
}

#contact-form .expertise .single-expertise {
	border-radius: 10px;
	padding: 30px 15px;
	cursor: pointer;
	transition: .2s all;
}
#contact-form .expertise .single-expertise:hover,
#contact-form .expertise .single-expertise.active
{
	box-shadow: 0 0 50px rgba(0,0,0,.125);
	z-index: 1;
}
#contact-form .expertise .single-expertise.active {
	box-shadow: 0 0 100px rgba(0,0,0,.25);
	transform: scale(1.1);
}
#contact-form .expertise .single-expertise.active i
{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;

	display: inline-block;
}

#contact-form form {
	text-align: center;
	margin-top: 60px;
}
#contact-form form label {
	font-weight: 600;
}
#contact-form form .form-group {
	margin-bottom: 30px;
}


.contact-temp{
	margin-top:100px;
}
.contact-temp a {
	text-decoration: none;
	color: #888;
}
.contact-temp a:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;

	display: inline-block;
}
.contact-temp td {
	font-weight: 400;
	font-size: 21px;
}

.contact-temp td:first-of-type{
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: left;
}

.contact-temp td strong {
	font-weight: 700;
}

/*
	TEAM CSS
*/

#home-hero.team {
	background: url('assets/images/united-consult-team.jpg');
	background-size: cover;
	background-position: 50% 0%;
	border-top: 100px solid;
}
@media (max-width: 1200px) {
	#home-hero.team {
		border-top: 50px solid;
	}
}
@media (max-width: 1000px) {
	#home-hero.team {
		border-top: 50px solid;
	}
}
@media (max-width: 1000px) {
	#home-hero.team {
		min-height: 300px;
	}
}

#team {
	text-align: center;
}

#team h3 {
	margin-bottom: 60px;
}

#team .single-why {
	padding: 60px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .125);
	margin: 15px;
	border-radius: 30px;
	margin-bottom: 45px;
	transition: .2s all;
	border: 1px solid transparent;
}
#team .single-why:hover {
	cursor: default;
	box-shadow: 0 0 0 transparent;
	border-color: #ccc;
	transform: translateY(5px);
}
#team h4 {
	font-size: 19px;
	font-weight: 600;
	margin-top: 30px;
	line-height: 1.3em;
	min-height: 2.6em;
}

#team p {
	//font-size: 15px;
	//line-height: 1.3em;
	//min-height: 5.2em;
	//margin: 0;
}
#team .single-why img {
	width: 100%;
	max-width: 125px;
}


#interests .team_gallery {
	display: flex;
	cursor: default;
}
@media (max-width: 991px) {
	#interests .team_gallery {
		display: block;
	}
}
#interests .team_gallery > * {
	flex-basis: 50%;
}
#interests .half {
	display: flex;
}
#interests .half > * {
	flex-basis: 50%;
}

#interests {
	--default-height: 33.33vw;
}
@media (max-width: 991px) {
	#interests {
		--default-height: 100vw;
	}
}

.height1 {
	height: var(--default-height);
}
.height2 {
	height: calc(var(--default-height) / 2);
}
.height3 {
	height: calc(var(--default-height) * 1.5);
}
#interests .single-interest {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	transition: .2s all;
	cursor: pointer;
}
#interests .single-interest > div {
	position: relative;
	padding: 0 2.5vw;
	position: relative;
	top: 50%;
	transform: translateY(calc(-50% + 15px));
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: .2s all;
}
#interests .single-interest.active > div, #interests .single-interest:hover > div {
	opacity: 1;
	transform: translateY(-50%);
}
#interests .single-interest.active, #interests .single-interest:hover {
	background-color: rgba(0,0,0,.75);
	cursor: default;
}
#interests .single-interest h3 {
	font-weight: 700;
}
#interests .single-interest p {
	margin: 0;
	font-size: 15px;
}
#interests > h3, h3.section-title {
	text-align: center;
	margin-top: 120px;
	margin-bottom: 60px;
}

#connect {
	background: #ccc;
	padding: 60px;
	text-align: center;
}
#connect * {
	color: #fff;
}

#connect h2 {
	font-size: 61px;
	font-weight: 700;
}
@media (max-width: 767px) {
	#connect h2 {
		font-size: 31px;
	}
	#connect h3 {
		font-size: 17px;
	}
}
#interests .single-interest:not(.active):hover {
	/*filter: grayscale(1) contrast(300%);*/
}

/*
	REFERENCES CSS
*/

#home-references .wp-block-column {
    flex-basis: initial;
    flex-grow: 0;
	margin-left:0;
}

#home-references .row {
	margin-bottom: 45px;
}
#home-references .container {
	position: relative;
}
#home-references .silver, .logo {
	position: relative;
}
#home-references .silver {
	background: #888;
}
#home-references .logo {
	//background: rgba(0, 0, 0, .125);
}
#home-references .silver > div,
#home-references .logo > div
{
	width: calc(100% - 30px);
	height: 0;
	padding-bottom: calc(100% + 30px);
}
#home-references .logo.half > div {
	padding-bottom: calc(50% + 60px);
}

#home-references .container {
	//background: pink;
}

#home-references .silver p,
#home-references .logo p
{
	margin: 0;
	text-align: center;
	//background: rgba(255, 0, 0, .125);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
}
#home-references .logo p {
	width: 80%;
	//margin-left: 10%;
}
#home-references .container:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75%;
	height: 0;
	padding-bottom: 75%;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39b9a9+0,005ba8+50,6c2577+100 */
	background: #39b9a9; /* Old browsers */
	background: -moz-linear-gradient(left,  #39b9a9 0%, #005ba8 50%, #6c2577 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #39b9a9 0%,#005ba8 50%,#6c2577 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #39b9a9 0%,#005ba8 50%,#6c2577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#6c2577',GradientType=1 ); /* IE6-9 */
}

#home-references .col-md-6 .row {
	margin-bottom: 0;
}

#home-references .silver p {
	font-size: 13px;
	width: 100%;
	padding: 15px 30px;
}
#home-references .silver em {
	width: 100%;
	font-style: normal;
	font-weight: 500;
	display: block;
	font-size: 15px;
	margin-bottom: 15px;
}
#home-references .silver img {
	max-width: 150px;
}



#home-references,
#home-services,
#home-services-2,
#posts
{
	position: relative;
}

.side-title,
#home-references > h2,
#home-services > h2,
#home-services-2 > h2,
#posts > h2
{
	text-transform: uppercase;
    color: #aaa;
    font-weight: 700;
    position: absolute;
    font-size: 51px;
    top: 50%;
    left: 4%;
    transform: rotateZ(-90deg);
    transform-origin: left center;
}
@media (max-width: 767px) {
	#home-references
	{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#39b9a9+0,005ba8+50,6c2577+100 */
		background: #39b9a9; /* Old browsers */
		background: -moz-linear-gradient(left,  #39b9a9 0%, #005ba8 50%, #6c2577 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #39b9a9 0%,#005ba8 50%,#6c2577 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #39b9a9 0%,#005ba8 50%,#6c2577 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#6c2577',GradientType=1 ); /* IE6-9 */
	}
}

#home-services > h2, #home-services .side-title {
	left: 96%;
}


@media (max-width: 767px) {
	#home-references > h2,
	#home-services > h2,
	#home-services-2 > h2,
	#posts > h2
	{
		display: none;
	}
	#home-references .silver img {
		max-width: 300px;
	}
	#home-references .container:before {
		display: none;
	}
	.side-title{
		position: relative!important;
	    transform: none!important;
	    font-size: 27px!important;
	    left: 0!important;
	    top: 0!important;
		text-align:center;
		margin-bottom:30px;
	}
}

/*
	POST CSS
*/

#home-hero.post {
	background-color: rgba(0, 0, 0, .4);
	background-blend-mode: multiply;
	background-size: cover;
	margin-bottom: 60px;
	background-position: 50% 0%;
}
#home-hero.post h2 {
	width: 70%;
	max-width: 900px;
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	text-align: center;
	font-size: 41px;
}
@media (max-width: 767px) {
	#home-hero.post h2 {
		font-size: 25px;
	}
}

#home-hero.post h2 span {
	opacity: .5;
	display: block;
	font-size: 19px;
	font-weight: normal;
	margin-top: 15px;
	border-top: 1px solid #fff;
	padding-top: 15px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}
#home-hero.post:after {
	display: none;
}

@media (max-width: 767px) {
	.post-tags {
		text-align: center;
	}
}
.post-tags a {
	font-weight: bold;
	font-size: 13px;
	margin-right: 5px;
	color: #aaa;
}
.post-tags a:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

@media (max-width: 767px) {
	.post-share {
		text-align: center;
		margin-bottom: 30px;
	}
}
.post-share a {
	color: #fff;
	background: #ccc;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
}
.post-share a:hover {
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
}

.post-content {
	margin-top: 30px;
}
.post-content > blockquote:first-of-type {
	font-size: 21px;
}
.post-content h2 {
	font-size: 21px;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top: 30px;
}
.post-content img {
	max-width: 100%;
}
.post-content .info {
	opacity: .25;
	padding: 60px 0;
	margin-top: 60px;
	border-top: 1px solid #ccc;
	transition: .2s all;
}
.post-content .info:hover {
	opacity: 1;
}
.post-content .info a {
	color: #000;
}
.post-content .info a:hover {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

/*
	13 POSTS CSS
*/

#category-hero {
	padding-top: 100px;
	background: #000;
}
.featured-posts {
	position: relative;
	height: 500px;
	overflow: hidden;
}
.featured-posts > div {
	background-size: cover;
	background-position: 50% 50%;
	height: 500px;
	background-color: rgba(0,0,0,.5);
	background-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	transition: 1s opacity, 0s transform;
	opacity: 0;
}
.featured-posts > div.active {
	transform: translateY(0%);
	transition: .4s opacity, 0s transform;
	opacity: 1;
}
.featured-posts > div > div {
	position: absolute;
	top: 50%;
	left: 90px;
	transform: translateY(-50%) translateX(-15px);
	opacity: 0;
	transition: .4s all;
	transition-delay: .6s;
}
.featured-posts > div.active > div {
	opacity: 1;
	transform: translateY(-50%) translateX(0px);
}
.featured-posts > div > div > h2 {
	color: #fff;
	font-weight: 600;
	width: 100%;
	max-width: 700px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.featured-posts > ul {
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translateY(-50%);
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 320px;
	z-index: 1;
}
.featured-posts > ul > li {
	position: relative;
	color: #fff;
	opacity: .75;
	font-weight: 700;
	float: left;
	clear: both;
	cursor: pointer;
	margin-bottom: 45px;
	padding-bottom: 15px;
	transition: .2s all;
	font-size: 15px;
}
.featured-posts > ul > li:last-of-type {
	margin-bottom: 0px;
}
.featured-posts > ul > li:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #eee;
	transition: .2s all;
}
.featured-posts > ul > li.active {
	opacity: 1;
	transform: translateX(-3px);
}
.featured-posts > ul > li.active:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6c2577+0,005ba8+50,39b9a9+100 */
	background: rgb(108,37,119); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 ); /* IE6-9 */
}
.featured-posts > ul > li:hover {
	transform: translateX(-3px);
}

@media (max-width: 1199px) {
	.featured-posts > div > div > h2 {
		width: 500px;
	}
}
@media (max-width: 1199px) {
	.featured-posts > ul {
		right: 15px;
	}
	.featured-posts > div > div {
		left: 15px;
	}
	.featured-posts > div > div > h2 {
		max-width: 400px;
	}
}
@media (max-width: 991px) {
	#category-hero {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.featured-posts > div > div {
		width: calc(100% - 30px);
		text-align: center;
		top: 35%;
		transform: translateY(calc(-50% + 15px)) translateX(0px);
	}
	.featured-posts > div > div > h2 {
		width: 100%;
		max-width: 100%;
	}
	.featured-posts > ul {
		width: 30px;
		top: auto;
		bottom: 15px;
		transform: translateY(0);
	}
	.featured-posts > ul > li {
		padding-left: 30px;
		height: 30px;
		line-height: 30px;
		width: 30px;
		overflow: hidden;
		border-radius: 30px;
		margin-bottom: 15px;
	}
	.featured-posts > ul > li.active {
		transform: none;
	}
	.featured-posts > ul > li:after {
		width: 30px;
		height: 30px;
	}
}


#posts.posts-page {
	margin-top: 60px;
}

/* TESZTELÉS OPTIMALIZÁLÁS */
.testing-four-icon figure.wp-block-image.size-large {
    text-align: center;
}

.testing-four-icon img {
    max-width: 100%;
    width: 120px;
}

.testing-four-icon p strong {
    font-size: 1.35rem;
}


.gradient-border-bottom-right, .gradient-rect-infront, .gradient-border-bottom-left {
    position: relative;
}
.gradient-border-bottom-right img, .gradient-rect-infront img, .gradient-border-bottom-left img {
    width: 100%;
}

.gradient-border-bottom-left {
	padding-left:20px;
}

.gradient-border-bottom-right:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    max-width: 50%;
    max-height: 50%;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    background: rgb(108,37,119);
    background: -moz-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    background: -webkit-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    background: linear-gradient(to right, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#005ba8',GradientType=1 );
}

.gradient-border-bottom-left:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    max-width: 50%;
    max-height: 50%;
    left: 0px;
    bottom: -20px;
    z-index: -1;
    background: rgb(108,37,119);
    background: -moz-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    background: -webkit-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    background: linear-gradient(to right, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#005ba8',GradientType=1 );
}

.gradient-rect-infront:after {
    content: '';
    display: block;
    opacity: 0.9;
    background: rgb(108,37,119);
    background: -moz-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    background: -webkit-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    background: linear-gradient(to right, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(0,91,168,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#005ba8',GradientType=1 );
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.full-to-left, .full-to-right{max-width:none;}

@media all and (max-width:767px){
	.gradient-border-bottom-right:before {
	    right: -10px;
	    bottom: -10px;
	}
}

.unicon-panel {
    background: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 30px;
	
}


.unicon-panel h3 {
    background: rgb(108,37,119);
    background: -moz-linear-gradient(left, rgba(108,37,119,1) 0%, rgba(0,91,168,1) 50%, rgba(57,185,169,1) 100%);
    background: -webkit-linear-gradient(left, rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%);
    background: linear-gradient(to right, rgba(108,37,119,1) 0%,rgba(0,91,168,1) 50%,rgba(57,185,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c2577', endColorstr='#39b9a9',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 16px;
    font-weight: bold;
}
.placer{
	height:50px;
}

i.slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 27px;
    transform: translateY(-50%);
    color: grey;
	z-index:9;
	cursor:pointer;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
}
i.fas.fa-chevron-left.slick-arrow {
    left: -20px;
}
i.fas.fa-chevron-right.slick-arrow {
    right: -20px;
}
.wp-block-group.full-width {
    padding: 0 20px;
}
a.border-cyan:hover, .border-cyan a:hover {
    color: white!important;
    background: #36b7b4!important;
}
a.border-cyan, .border-cyan a {
    background: transparent!important;
    color: #36b7b4!important;
    border: 2px solid #36b7b4;
    transition: .15s all;
    text-decoration: none;
}

a.border-white:hover, .border-white a:hover {
    color: #36b7b4!important;
    background: white!important;
}
a.border-white, .border-white a {
    background: transparent!important;
    color: white!important;
    border: 2px solid white;
    transition: .15s all;
    text-decoration: none;
}

.gradient-border {
    position: relative;
    background: white;
    padding: 10px 20px;
	margin: 2px;
}
.gradient-border:after {
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    height: calc(100% + 4px);
    width: calc(100% + 4px);
	background: rgb(108,37,119);
    background: -moz-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%);
    background: -webkit-linear-gradient(left, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%);
    background: linear-gradient(to right, rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#6c2577',GradientType=1 );
    z-index: -1;
}
.bg-general-image {
    background: url(https://i.imgur.com/b9VzybD.png);
    background-size: cover;
    background-position: center center;
}
.big-icon {
    font-size: 61px;
}
.stick-to-right-rotated {
    writing-mode: vertical-lr;
    transform: rotate(180deg) translateY(50%);
    position: fixed;
    right: 0;
    top: 50%;
}
a.btn-gradient {
    color: white;
    padding: 10px;
    text-decoration: none;
    background: rgb(108,37,119);
    background: -moz-linear-gradient(rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%);
    background: -webkit-linear-gradient( rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%);
    background: linear-gradient(rgba(57,185,169,1) 0%, rgba(0,91,168,1) 50%, rgba(108,37,119,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b9a9', endColorstr='#6c2577',GradientType=1 );
	z-index:99;
}


#teszteles .unicon-panel {
	height: 100%;
	display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-direction: column;
}

@media all and (max-width:1199px){
	#teszteles h2 {
	    font-size: 23px;
	}
	#teszteles p {
	    font-size: 13px;
	}
	#teszteles .testing-four-icon p strong {
	    font-size: 15px;
	}
	#teszteles h3 {
	    font-size: 19px;
	}
	#teszteles .wp-block-button__link {
	    font-size: 15px;
	}
	#teszteles .unicon-panel h3 {
	    font-size: 14px;
	}
}
@media all and (max-width:599px){
	.gradient-rect-infront {
	    margin-bottom: 80px;
	}
}