/*
 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.1
 Text Domain:  bricks
*/

html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

a {
	transition: 0.3s;
}

#brxe-vvnlff,
#brxe-mfohhb {
	cursor: pointer;
}







.bricks-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: steelblue;       /* saját gombszíned */
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  /* Ha már van transition-ed, akkor ezt kihagyhatod: */
  transition: background 0.3s linear;
}

/* a „shine” sáv */
.bricks-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  width: 50px;
  height: 100%;
  background: rgba(255,255,255,0.4);
  transform: skewX(20deg) translateX(0);
  transition: transform 0.3s linear;
  pointer-events: none;
  z-index: 1;
}

/* hoverkor csússzon végig jobbra */
.bricks-button:hover::before {
  transform: skewX(20deg) translateX(400px);
}



#brxe-lrvowq u {
	text-decoration-color: #c75142;
}

#brxe-vofzqq h3 {
	font-size: 38px;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	#brxe-vofzqq h3 {
		font-size: 24px;
	}
}


.text-color-c75142 {
	color: #c75142;
}




/* zöld pipa */
#brxe-zxkqet ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}

#brxe-shzftq ul{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

#brxe-zxkqet ul li,
#brxe-shzftq ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
}

#brxe-zxkqet ul li::before,
#brxe-shzftq ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #28a745;
  border-radius: 50%;
}

#brxe-zxkqet ul li::after,
#brxe-shzftq ul li::after {
  content: "";
    position: absolute;
    left: 11px;
    top: 6px;
    width: 7px;
    height: 14px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}


.service-item__text ul{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.service-item__text ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
}

.service-item__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #28a745;
  border-radius: 50%;
}

.service-item__text ul li::after {
  content: "";
    position: absolute;
    left: 11px;
    top: 6px;
    width: 7px;
    height: 14px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}









/* piros x */
#brxe-kbessz ul {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
}
#brxe-kbessz ul li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 20px;
}

#brxe-kbessz ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #e63946;
  border-radius: 50%;
  background-image:
    linear-gradient(45deg, transparent 45%, #fff 45% 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, #fff 45% 55%, transparent 55%);
  background-size: 12px 12px; 
  background-position: center center;
  background-repeat: no-repeat;
}

#brxe-kbessz ul li::after {
  content: none;
}


h2.service-item__title {
	text-transform: uppercase;
	margin-bottom:20px;
}

h3.service-item__subtitle {
	display: inline;
    background-color: #fff0ee;
    color: #c75142;
    padding: 4px 8px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
	font-size: 24px;
}

.service-item__text {
	margin-top:20px;
}


}











/* szolgáltatások lista */




/* Gomb stílus */
.service-item__button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.service-item__button:hover {
  background-color: #005f8d;
}

.service-item a.bricks-button {
	margin-top: 30px;
}






.ion-md-call:before {
    padding-right: 15px;
}
.ion-ios-mail:before {
    padding-right: 15px;
}





#brxe-ikmjsq,
#brxe-czqtnw {
  position: relative;
  display: inline-block;
}

#brxe-ikmjsq img,
#brxe-czqtnw img {
  display: block;
  width: 100%;
  height: auto;
}

/* a „keret” */
#brxe-ikmjsq::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #2e2e37;
  z-index: -1;
}

#brxe-czqtnw::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 4px solid #c75142;
  z-index: -1;
}


@media (max-width: 768px) {
	.service-item__image::before {
		top: -12px;
  		left: 12px;
	}
}