/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/
* { outline: none !important; } a[href^="tel:"] { white-space: nowrap !important; }
@media only screen and (max-width: 991px) { .display-on-mobile { display: block; } .display-on-desktop { display: none; } }
@media only screen and (min-width: 992px) { .display-on-mobile { display: none; } .display-on-desktop { display: block; } }
/* Footer */
.footershortcode, .footershortcode a {text-align: center; color: #f5f5f7 !important;} .footershortcode a:hover {color: #f5f5f7;}
.footershortcode span.separator {margin: 0 7px !important;} .footershortcode .footer-list-bottom {margin-top: 15px}
/* Bricks */
.bricks-lightbox, .pswp--zoom-allowed .pswp__img { cursor: pointer !important; }
.pswp__top-bar .pswp__button--share, .pswp__top-bar .pswp__button--fs, .pswp__top-bar .pswp__button--zoom { display: none !important; }
/* Cookie Notice */
a.cn-link { color: #ffa500 !important; } .cn-button { color: #000 !important; background-color: #ffa500 !important; } .cn-close-icon { display: none !important; }

.stm-pointer { cursor: pointer; }

.stm-border { border-radius: 2px; }

.stm-page-cover {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media only screen and (min-width: 992px) {
	.stm-page-cover {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.stm-page-cover .brxe-text-basic,
.stm-page-cover .brxe-heading {
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.85) !important;
}

.brxe-image-gallery .image {
	border-radius: 2px;
}

/*.stm-page-section {
	background-color: #f9f7f3;
}

.stm-page-section {}*/

/*@media only screen and (min-width: 992px) {}*/

ul.bricks-mobile-menu {
	margin-top: 30px;
}

/*.max-600 {
	width: 100%;
	max-width: 600px;
}

.max-700 {
	width: 100%;
	max-width: 700px;
}*/

/*.bricks-button {
	box-shadow: inset 0 0 0 0 #000 !important;
	-webkit-transition: ease-out 0.4s !important;
	-moz-transition: ease-out 0.4s !important;
	transition: ease-out 0.4s !important;
}

.bricks-button:hover {
	box-shadow: inset 200px 0 0 0 #000 !important;
}

#home-cover .bricks-button {
	box-shadow: inset 0 0 0 0 #ab8a62 !important;
	-webkit-transition: ease-out 0.4s !important;
	-moz-transition: ease-out 0.4s !important;
	transition: ease-out 0.4s !important;
	background-color: #222 !important;
}

#home-cover .bricks-button:hover {
	box-shadow: inset 200px 0 0 0 #ab8a62 !important;
}*/

/*#home-cover .bricks-button {
	background-color: #222 !important;
}

#home-cover .bricks-button:hover {
	background-color: #ab8a62 !important;
}*/

/*#home-cover .bricks-button {
	background-color: #62ab8a !important;
	border-color: #62ab8a !important;
}*/

/*#home-cover .bricks-button {
	margin-top: 25px !important;
	background-color: #3c3020 !important;
	border-color: #3c3020 !important;
}

#home-cover .bricks-button:hover {
	background-color: #ab8a62 !important;
	border-color: #ab8a62 !important;
}*/

/*#home-cover .bricks-button {
	margin-top: 20px !important;
	background-color: #73b496 !important;
	border-color: #73b496 !important;
	box-shadow: 0 0 30px rgba(0,0,0,0.3) !important;
}

#home-cover .bricks-button:hover {
	background-color: #ab8a62 !important;
	border-color: #ab8a62 !important;
}*/




#moove_gdpr_cookie_info_bar button,
.moove-gdpr-modal-footer-content button, {
	border-radius: 2px !important;
}

#moove_gdpr_cookie_info_bar button:hover,
.moove-gdpr-modal-footer-content button:hover, {
	background-color: #000 !important;
	color: #fff !important;
}


.privacy-policy h3 {
	margin-bottom: 5px;
}

.privacy-policy .brxe-text ul {
	margin-top: -15px !important;
}

.stm-menu-foglalas {
	margin-top: 15px;
	margin-left: 15px;
}

.stm-menu-foglalas a,
.stm-menu-egyeb a {
	width: auto !important;
	padding: 0 15px !important;
	line-height: 42px !important;
	border-radius: 2px !important;
	display: inline-block !important;
	background-color: #ab8a62 !important;
}

.stm-menu-foglalas a {
	background-color: #ab8a62 !important;
}

.stm-menu-foglalas a:hover {
	color: #000 !important;
}

.stm-menu-foglalas.current-menu-item a  {
	color: #000 !important;
}

.stm-menu-egyeb {
	margin-top: 30px;
	margin-left: 15px;
}

.stm-menu-egyeb a {
	background-color: #3c3020 !important;
}





body.home #brx-header {
	position: absolute;
	z-index: 50;
}

body.home #brx-header section {
	/*background-color: rgba(0,0,0,0.3);*/
	background-color: transparent;
}



@keyframes pulse {
    0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(0.95);
	}

	100% {
		transform: scale(0.9);
	}
}

.stm-pulse {
	animation: pulse 2s infinite;
}

.helyiseg-text-shadow {
	text-shadow: 0 0 30px rgba(64, 52, 33, 0.9);
}

body.home .brxe-nav-menu {
	/*background-color: #3c3020;*/
	background-color: #222222;
	padding: 10px;
	border-radius: 2px;
}

body.home header .brxe-container {
	padding-top: 7px !important;
	padding-right: 10px !important;
	padding-bottom: 5px !important;
}

table.arak {
	border-collapse: collapse;
}

table.arak td {
	padding: 5px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

table.arak thead tr,
table.arak .fo {
	background-color: #f9f7f3;
}

table.arak thead tr td {
	padding: 5px 15px;
}

table.arak tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}