/*
Theme Name: Trainer
Theme URI: https://www.csemerpatricia.hu/trainer
Author: Szabo Monika 
Author URI: https://www.csemerpatricia.hu/
Description: Trainer Theme by Szabo Monika Eva
Version: 1.0 License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: trainer
*/


*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
}

header {
	display: flex;
	background: #02162D;
	color: #EFCF96;
}

section {
	overflow: hidden;
	position: relative;
}

.swiper {
	margin-top: 100px;
}

#top {
	width: 100%;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	display: flow-root;
	overflow: visible;
}

#header-logo {
	display: inline-block;
	width: 220px;
	height: 40px;
	background: url(img/logo.png) center center no-repeat;
	background-size: contain;
	margin-left: 33px;
}

.center-box {
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#adatkezeles .center-box {
	background: none;
	width: 1200px;
}

.black-border {
	box-shadow: 0 0 6px;
	background: white;
	padding: 20px;
	margin-bottom: 40px;
}

.button {
	display: inline-block;
	color: white;
	background: #C9A163;
	border-radius: 50px;
	line-height: 36px;
	height: 36px;
	font-size: 18px;
	padding: 0 15px;
	transition: all 0.3s ease;
}

.button:hover {
	color: darkcyan;
	transform: scale(1.05);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.ghost_button {
	display: inline-block;
	color: white;
	border: 2px solid #C9A163;
	border-radius: 50px;
	line-height: 36px;
	height: 36px;
	font-size: 18px;
	padding: 0 15px;
	margin-left: 60px;
}

.ghost_button:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.center-button {
	text-align: center;
}

.wp-block-file * + .wp-block-file__button {
	padding: 2px 10px;
}

.bg_blue {
	background: #102945;
	padding: 40px 20px;
	display: flex;
	margin-bottom: 20px;
}

.hero {
	background: #102945;
	min-height: 84vh;
	display: flex;
	align-items: center;
	padding: 2rem;
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	animation: heroFadeIn 1.2s ease-out forwards;
	animation-delay: 0.3s;
}

.hero-image {
	background-image: url("img/patricia_hero.png");
	background-size: contain;
	background-position: center;
	width: 40%;
	height: 66vh;
	background-repeat: no-repeat;
}

.main-hero-overlay {
	width: 60%;
	padding: 3rem;
	border-radius: 12px;
	color: #EFCF96;
	float: left;
}

.hero-overlay {
	padding: 3rem;
	border-radius: 12px;
	color: #EFCF96;
}

#trening-hero {
	background: #102945;
	min-height: 84vh;
	display: flex;
	align-items: center;
	padding: 2rem;
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	animation: heroFadeIn 1.2s ease-out forwards;
	animation-delay: 0.3s
}

#med_hero {
	background-image: url("img/med_hero_2.png");
	background-size: cover;
	background-position: center;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	animation: heroFadeIn 1.2s ease-out forwards;
	animation-delay: 0.3s
}

#contact_hero {
	background-image: url("img/contact_hero.png");
	background-size: cover;
	background-position: center;
	min-height: 25vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	position: relative;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	animation: heroFadeIn 1.2s ease-out forwards;
	animation-delay: 0.3s
}

#rolam_hero {
	background-image: url("img/rolam_hero.png");
	background-size: cover;
	background-position: center;
	min-height: 25vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	position: relative;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	animation: heroFadeIn 1.2s ease-out forwards;
	animation-delay: 0.3s
}

#trening-hero-image {
	background-image: url("img/trening_hero.png");
	background-size: contain;
	background-position: center;
	float: right;
	width: 40%;
	height: 66vh;
	background-repeat: no-repeat;
	border: solid 1px #EFCF96;
	border-radius: 100px;
}

#treningek_hero {
	background: #102945;
	background-size: cover;
	background-position: center;
	min-height: 12vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	position: relative;
}

@keyframes heroFadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.dekor {
	display: block;
	width: 4rem;
	height: 4rem;
	margin: 20px auto;
}

#symbol_1 {
	background: url(img/symbol.png) center no-repeat;
	background-size: contain;
}

#symbol_2 {
	background: url(img/symbol_2.png) center no-repeat;
	background-size: contain;
}

#symbol_3 {
	background: url(img/symbol_3.png) center no-repeat;
	background-size: contain;
}

#symbol_4 {
	background: url(img/symbol_4.png) center no-repeat;
	background-size: contain;
}

.light_bg {
	padding: 40px;
	background: #F0E9D6;
	color: #02162D;
}

.light_bg h2 {
	color: #02162D;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.blue_bg {
	padding: 40px;
	background: #02162D;
	color: antiquewhite;
}

.blue_bg b {
	color: #EFCF96;
}

.main-services-card-wrap {
	display: flex;
	width: 80%;
	margin: 0 auto;
}

.main-services-card {
	display: inline-block;
	width: 50%;
	height: 40rem;
	border: solid 1px #C9A163;
	background: white;
	margin: 20px;
	font-size: 12px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	50% {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
	}

	100% {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
}

.main-services-card p,
.main-services-card li {
	font-size: 14px;
}

.main-services-img {
	background-color: #102945;
	display: block;
	width: 100%;
	height: 15rem;
}

#trening_card {
	background: url(img/trening_card.png) no-repeat center;
	background-size: contain;
}

#mediacio_card {
	background: url(img/mediacio_card.png) no-repeat center;
	background-size: contain;
}

.main-services {
	display: block;
	padding: 20px;
}

#rolam {
	display: flex;
}

#rolam-pic {
	display: block;
	width: 100%;
	height: 33vh;
	background: url(img/patricia.png) no-repeat;
	background-position: center;
	background-size: contain;
}

#rolam-bgpic {
	background: url(img/rolam_bg.png) no-repeat;
	background-size: cover;
}

#about_me_img {
	display: block;
	width: 100%;
	height: 33vh;
	background: url(img/rolam_image.png) no-repeat;
	background-position: center;
	background-size: contain;
	margin: 20px 20px 40px 20px;
}

.beige-box-container {
	display: flex;
}

.beige-box {
	display: block;
	background: #EFCF96;
	width: 45%;
	margin: 10px 20px;
	border-radius: 20px;
	box-shadow: 1px 4px 5px gray;
	font-weight: 500;
	text-align: center;
	padding: 40px 20px;
}

/*review-carousel*/

#review-bg {
	background: url(img/review_bg.png) no-repeat;
	background-size: cover;
}

.tr-carousel {
	margin-left: 15%;
	margin-right: 15%;
	background: #02162D;
	border-radius: 20px;
	background-size: cover;
}

ul.tr-slides {
	display: block;
	position: relative;
	height: 30rem;
	width: 40rem;
	margin: 0 auto 40px auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.tr-slides * {
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

ul.tr-slides input {
	display: none;
	transition: opacity 0.6s ease;
}


.tr-slide-container {
	display: block;
}

.tr-slide-image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	transition: all .7s ease-in-out;
}

.review-text {
	display: grid;
	width: 80%;
	height: 100%;
	align-items: center;
	margin: 0 auto;
	text-align: center;
	padding: 0px 40px;
	font-style: italic;
	color: #EFCF96;
	text-align: center;
}

.tr-carousel-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	font-size: 100px;
	line-height: 30rem;
	color: #fff;
}

.tr-carousel-controls label {
	display: none;
	position: absolute;
	padding: 0 20px;
	opacity: 0.5;
	transition: opacity .2s;
	cursor: pointer;
}

.tr-slide-image:hover + .tr-carousel-controls label {
	opacity: 0.5;
}

.tr-carousel-controls label:hover {
	opacity: 1;
}

.tr-carousel-controls .tr-prev-slide {
	width: 49%;
	text-align: left;
	left: 0;
}

.tr-carousel-controls .tr-next-slide {
	width: 49%;
	text-align: right;
	right: 0;
}

.tr-carousel-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 999;
	text-align: center;
}

.tr-carousel-dots .tr-carousel-dot {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	margin: 10px;
}

input:checked + .tr-slide-container .tr-slide-image {
	opacity: 1;
	transform: scale(1);
	transition: opacity 1s ease-in-out;
}

input:checked + .tr-slide-container .tr-carousel-controls label {
	display: block;
}

input#img-1:checked ~ .tr-carousel-dots label#img-dot-1,
input#img-2:checked ~ .tr-carousel-dots label#img-dot-2,
input#img-3:checked ~ .tr-carousel-dots label#img-dot-3,
input#img-4:checked ~ .tr-carousel-dots label#img-dot-4,
input#img-5:checked ~ .tr-carousel-dots label#img-dot-5,
input#img-6:checked ~ .tr-carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .tr-slide-container .nav label {
	display: block;
}

/*accordion*/

.accordion {
	background-color: #EFCF96;
	color: #02162D;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;

}

.active,
.accordion:hover {
	background-color: darkcyan;
	transition: all 0.3s ease;
}

.panel {
	padding: 0 18px;
	background-color: #F0E9D6;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.accordion:after {
	content: '\02795';
	/* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: "\2796";
	/* Unicode character for "minus" sign (-) */
}

#my_trainings h5 {
	margin: 20px 0;
}

/*accordion vége*/

.back-text {
	line-height: 40px;
	display: flex;
	color: #02162D;
}

.back-to {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(img/back_icon.svg) no-repeat;
	background-size: contain;
}

.arrow-forward {
	display: block;
	width: 40px;
	height: 40px;
	background: url(img/arrow_forward.svg) no-repeat;
	background-size: contain;
}

.handshake-img {
	background: url(img/mediacio_1.png) no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
	width: 45%;
	height: 20rem;
	margin: 20px;
}

.med_why_text {
	width: 100%;
	display: block;
}

.med-why-wrap {
	display: inline;
}

#last-card {
	display: inline-flex;
}

#last-fourth {
	margin: 40px auto;
}

/*contact form*/
.contact-form-wrap {
	display: flex;

}

.contact-text {
	margin: 20px;
	font-size: 20px;
	width: 50%;
}

.contact-text a {
	text-transform: none;
	color: #C9A163;
	font-weight: 500;
}

.contact-text a:hover {
	color: darkcyan;
}

#contact-form {
	background: white;
	border: solid 2px #C9A163;
	display: flow-root;
	width: 50%;
	padding: 40px 0;
	box-shadow: 2px 4px 5px gray;
}

#contact-form .wpcf7-list-item-label,
#contact-form .wpcf7-list-item-label a {
	color: #c9a163;
}

form {
	width: 50%;
	margin: 0 auto;
}

form p {
	float: right;
	clear: both;
	width: 100%;
	margin: 0;
	color: #c9a163;
}

input,
textarea {
	clear: both;
	color: #C9A163;
	font-family: 'Poppins', sans-serif;
	padding: 20px;
}


input[type=text],
input[type=email],
textarea {
	border: solid 2px #C9A163;
	padding: 5px 5px 5px 20px;
	margin-bottom: 40px;
	font-family: 'Poppins', sans-serif;
	color: #C9A163;
	width: 100%;
	font-size: 20px;
}

textarea {
	margin-top: 20px;
}

input[type=submit] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: max-content;
	margin: 0 auto;
	padding: 10px 15px;
	background: #C9A163;
	border: none;
	border-radius: 30px;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px auto;
	display: block;
}

input[type=submit]:hover {
	color: #f3ba1a;
	cursor: pointer;
}

input[type="checkbox"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	margin-right: 6px;
	width: 20px;
	height: 20px;
	border: solid 1px;
	border-radius: 5px;
	background: white;
	padding: 0;
	margin-bottom: -5px;
}

input[type='checkbox']:checked {
	background: #f3ba1a;
}

input[type='checkbox']:before {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	border-bottom: solid 2px white;
	border-right: solid 2px white;
	transform: rotate(30deg);
	margin: 1px auto;
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
	font-size: 14px;
	color: #C9A163;
}

.wpcf7-list-item-label a {
	text-decoration: underline;
}

.wpcf7-list-item-label a:hover,
#contact-form .wpcf7-list-item-label a:hover {
	color: darkcyan;
}

#citate-up,
#citate-down {
	font-family: 'Passion One', cursive;
	font-size: 160px;
	line-height: 80px;
}

#citate-up {
	position: absolute;
	top: 0;
	right: 0;

}

#citate-down {
	position: absolute;
	bottom: -80px;
	left: -40px;
}

/*infinite-slider*/

#trust {
	margin: 60px 20px;
}

#trust-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
}

@mixin white-gradient {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}


@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 10))
	}
}

.trust-slider {
	background: white;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

&::before,
&::after {
	@include white-gradient;
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

&::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

&::before {
	left: 0;
	top: 0;
}

.trust-slide-track {
	animation: 25s scroll linear infinite;
	display: flex;
	width: calc(280px * 3);
	-webkit-animation: 25s scroll linear infinite;
	-moz-animation: 25s scroll linear infinite;
	-o-animation: 25s scroll linear infinite;
}

.trust-slide {
	height: 100px;
	width: 280px;
}

#trust-slide-1 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/soter.png) no-repeat;
	background-position: bottom;
	background-size: contain;
}

#trust-slide-2 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/letra.svg) no-repeat;
	background-position: bottom;
	background-size: contain;
}

#trust-slide-3 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/amoba.png) no-repeat;
	background-position: bottom;
	background-size: contain;
}

#trust-slide-4 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/mora.png) no-repeat;
	background-position: center;
	background-size: contain;
}

#trust-slide-5 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/malta.png) no-repeat;
	background-position: bottom;
	background-size: contain;
}

#trust-slide-6 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/romano.png) no-repeat;
	background-position: bottom;
	background-size: contain;
}

#trust-slide-7 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/bmszc.png) no-repeat;
	background-position: bottom;
	background-size: contain;
}

#trust-slide-8 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/nagyito.png) no-repeat;
	background-position: center;
	background-size: contain;
}

#trust-slide-9 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/biatorbagy.png) no-repeat;
	background-position: center;
	background-size: contain;
}

#trust-slide-10 {
	display: block;
	width: 280px;
	height: 100px;
	background: url(img/matehetsz.png) no-repeat;
	background-position: center;
	background-size: contain;
}


/*infinite-slider-end*/

#egyuttmukodes {
	padding: 20px 20px 20px 40px;
}

.pipa,
.pipa-light,
.handshake,
.list_item_about {
	position: relative;
}

.pipa,
.pipa-light,
.handshake,
.hat,
.list_item_about {
	margin-bottom: 20px;
}

.pipa:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/pipa.svg) center;
	background-size: cover;
	position: absolute;
	top: 3px;
	left: -30px;
}

.pipa-light:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/pipa_light.svg) center;
	background-size: cover;
	position: absolute;
	top: 3px;
	left: -30px;
}

.handshake:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/hand.svg);
	background-size: cover;
	position: absolute;
	top: 3px;
	left: -30px;
}

.hat:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/hat.svg);
	background-size: cover;
	position: absolute;
	top: 0px;
	left: -30px;
}

.list_about_me {
	text-align: left;
	margin-left: 40px;
}

.list_item_about {
	line-height: 35px;
	padding-left: 20px;
}

.list_item_about:before {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url(img/symbol_2.png);
	background-size: cover;
	position: absolute;
	top: 0px;
	left: -30px;
	padding-right: 20px;
}


.download-title {
	border-bottom: solid 1px lightgrey;
	margin-bottom: 15px;
	color: darkslategrey;
}

/*mit csinálunk*/

.center-pic {
	display: block;
	width: 33rem;
	height: 33rem;
	margin: 0 auto 30px auto;
	color: transparent;
}

.animation {
	opacity: 0;
	animation: 2s scale ease-in-out 0s forwards;
}

/*footer*/

footer {
	background: #02162D
}

footer,
footer p,
footer a {
	color: #EFCF96;
	font-size: 20px;
	text-transform: none;
}

footer p {
	margin-bottom: 10px;
}

footer a:hover {
	color: #f3ba1a;
}

.footer-text {
	padding: 40px;
}

.slogen,
#footer-menu {
	width: 50%;
	float: left;
	padding: 0 20px;
	text-align: center;
}

#footer-menu ul li a,
#footer-contact ul li a {
	text-transform: none;
}

#footer-logo {
	display: block;
	width: 120px;
	height: 120px;
	background: url(img/footer_logo.png) left no-repeat;
	background-size: contain;
	margin: 0 auto;
}

footer li {
	padding: 5px 0;
	text-transform: none;
}

#impresszum {
	clear: both;
	padding: 30px 0px 0px 0px;
	display: table;
	margin: 0 auto;
}

#impresszum a {
	text-transform: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#copyright {
	text-align: center;
	clear: both;
	padding: 20px 0;
}

#go-to-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	display: block;
	width: 40px;
	height: 40px;
	background: #C9A163;
	cursor: pointer;
}

#go-to-top:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -8px;
}

.searchform input[type=text] {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	height: 30px;
	font-size: 14px;
}

.small_text {
	margin-left: 20px;
	text-align: right;
}

footer .small_text p,
footer .small_text a {
	font-size: 6px;
}

/*hírek*/

#content {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
	background: aliceblue;
}

.articles {
	display: flex;
	margin: 0 15px;
	-webkit-flex-flow: row wrap;
}

.article-box {
	width: 30%;
	margin: 10px;
}

.article-pic {
	display: block;
	background-size: cover;
	width: 100%;
	height: 20rem;
	margin-bottom: 20px;
}

aside {
	float: left;
	width: 25%;
	padding: 0 15px;
}

.widget,
.article-box {
	box-shadow: 0 0 6px;
	background: white;
	padding: 15px;
}

.widget {
	margin-bottom: 30px;
	margin-top: 80px;
	margin-right: 20px;
}

.social-media {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
}

.social-media-sub {
	width: 60px;
	height: 60px;
	float: left;
	padding-top: 20px;
	margin-left: -10px;
}

#facebook {
	background: url(img/facebook.png) no-repeat;
	background-position: center;
	background-size: contain;
}

#instagram {
	background: url(img/instagram.svg) no-repeat;
	background-position: center;
	background-size: contain;
}

.search-results article {
	background: white;
	padding: 15px;
	border: dashed 2px #f3ba1a;
	margin-bottom: 20px;
}

.search-results article h2 {
	text-align: center;
	text-shadow: none;
	animation: none;
}

..wpcf7-not-valid-tip {
	font-size: 12px;
}

/*adatkezelés*/

#adatkezeles {
	padding: 20px;
}

table {
	border-collapse: collapse;
}

td {
	text-align: left;
	vertical-align: middle;
	border-color: black;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
}

sup {
	vertical-align: super;
	font-size: smaller;
	margin-right: 3px;
}

p.kiegeszites {
	border-top: solid 1px black;
	display: inline;
}

.kiegeszites {
	font-size: 12px;
	text-transform: lowercase;
}

#link {
	text-transform: none;
}

.blog-title {
	margin-top: 20px;
	margin-bottom: 40px;
}

.wp-block-file {
	margin-bottom: 1.5em;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
	margin-top: 15px;
}


.wp-block-file__button {
	background: #f3ba1a !important;
}

.wp-block-file__button:hover {
	background: #C9A163 !important;
	color: darkcyan !important;
	transition: all 0.3s ease;
}

/*animációk*/
@keyframes scale {
	0% {
		transform: scale(0);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes scale {
	0% {
		transform: scale(0);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-moz-keyframes scale {
	0% {
		transform: scale(0);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-o-keyframes scale {
	0% {
		transform: scale(0);
		opacity: 0
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.wpcf7-quiz-label {
	margin-top: 10px;
	display: block;
}

header {
	z-index: 9999;
	position: relative;
}

/*1600px alatt*/

@media only screen and (max-width: 1600px) {}

/*1200px alatt*/

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

	.hero {
		display: block;
	}

	.hero-image {
		width: 50%;
		height: 30vh;
		margin: 0 auto;
	}

	.main-hero-overlay {
		width: 100%;
	}

	.main-services-card-wrap {
		width: 100%;
	}

	#trening-hero {
		min-height: 60vh;
	}

	#trening-hero-image {
		height: 34vh;
	}

	#adatkezeles .center-box {
		width: 100%;
	}

	#review-bg {
		padding: 0;
	}

	.tr-carousel {
		margin-left: 5%;
		margin-right: 5%;
	}

	form {
		width: 80%;
	}

	input[type=text],
	input[type=email],
	textarea {
		font-size: 18px;
	}

	label {
		float: left;
		clear: both;
		margin-left: 40px;
	}

	.tr-carousel-dots label {
		float: none;
	}

	.article-box {
		width: 45%;
	}

	.slogen {
		width: 100%;
		margin-bottom: 40px;
	}

	#footer-menu {
		width: 100%;
		margin-bottom: 20px;
	}

	#impresszum {
		width: 100%;
		margin-left: 0;
		padding: 20px;
	}

	.blog,
	aside,
		{
		float: none;
		width: 100%;
	}

	.bg_beige {
		display: table;
	}

	.tr-photo {
		width: 45%;
	}

	.med-why-wrap {
		display: inline-flex;
	}

}

@media only screen and (max-width:900px) {
	.contact-form-wrap {
		display: block;
	}

	.contact-text {
		width: 90%;
	}


	#contact-form {
		width: 100%;
	}

	.main-services-card-wrap {
		display: block;
	}

	.main-services-card {
		width: 60%;
		margin: 20px auto;
	}

	#trening-hero {
		display: block;
	}

	#trening-hero-image {
		float: none;
		width: 80%;
		height: 34vh;
		margin: 0 auto;
		border-radius: 50px;
	}
}

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

	.main-services-card {
		width: 90%;
	}

	ul.tr-slides {
		height: 19rem;
		width: 100%;
	}

	#rolam {
		display: block;
	}

	#rolam .button {
		text-align: center;
	}

	.one-half {
		width: 100%;
		margin-bottom: 20px;
	}

	#contact-form {
		padding: 40px 20px;
	}

	.beige-box-container {
		display: block;
	}

	.beige-box {
		width: 90%;
	}

	input,
	textarea {
		margin-left: 0;
	}

	.article-box {
		width: 100%;
	}

	.single-article {
		margin-left: 0px;
	}

	input[type=text],
	input[type=email],
	textarea {
		font-size: 16px;
	}

	#contact-form input[type=text],
	#contact-form input[type=email],
	#contact-form textarea {
		margin-bottom: 20px;
		width: 100%;
	}

	label {
		margin-left: 0px;
	}

	.med-why-wrap {
		display: block;
	}

	.handshake-img {
		float: none;
		width: 100%;
		height: 20rem;
	}

	.tr-carousel-controls {
		line-height: 18rem;
		font-size: 80px;

	}

	.tr-carousel-dots .tr-carousel-dot {
		width: 18px;
		height: 18px;
	}

	.tr-carousel-dots {
		bottom: 5px;
	}

	#med_hero {
		display: block;
	}

	#egyuttmukodes {
		padding: 20px 20px 20px 40px;
	}
}

/*600px alatt*/

@media only screen and (max-width: 600px) {
	.ghost_button {
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.main-services-card {
		height: 45rem;
	}

	.review-text {
		font-size: 12px;
	}

	.button {
		height: 38px;
		line-height: 38px;
		width: 200px;
		font-size: 18px;

	}

	.center-text {
		width: 100%;
		padding: 0 20px;
	}

	form {
		width: 100%;
	}

	footer,
	footer p,
	footer a {
		font-size: 16px;
	}

	.footer-text {
		padding: 20px;
	}

	.slogen {
		margin-bottom: 15px;
	}

	#footer-contact {
		text-transform: uppercase;
	}

	.slogen,
	#footer-menu,
	#footer-contact {
		width: 100%;
		padding: 20px;
	}

	#impresszum {
		width: 100%;
		margin-left: 0;
		clear: both;
		padding: 20px;
	}

	.left,
	.right {
		float: none;
	}

	.left {
		margin-right: 40px;
	}

	.button {
		height: 38px;
		line-height: 38px;
		width: 230px;
		font-size: 15px;
	}
}

@media only screen and (max-width:400px) {
	.hero-image {
		width: 80%;
	}

	.main-hero-overlay,
	.hero-overlay {
		padding: 0rem;
	}

	h5 {
		font-size: 16px;
	}

	.light_bg {
		padding: 20px;
	}

	.blue_bg {
		padding: 20px;
	}

	.tr-carousel-dots .tr-carousel-dot {
		width: 15px;
		height: 15px;
	}

	.tr-carousel-controls {
		line-height: 12rem;

	}

	.tr-carousel-dots {
		bottom: 0px;
	}

}

@media only screen and (max-width:320px) {
	body {
		width: 125%;
	}

	footer,
	footer p,
	footer a {
		font-size: 18px;
	}

}
