/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/



.brych-studio .fa-heart {
color:red;
}

.brych-studio:hover .fa-heart {
    animation: heartbeat 1s infinite;
}


#Content {
    padding-top: 50px;
    padding-bottom: 35px;
}


.pay-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.pay-icons img:nth-of-type(1) {
  width: 31px;
  margin-right: 0;
}

.pay-icons img:nth-of-type(2) {
  margin: 0 16px;
}

.pay-icons img:nth-of-type(2) {
  width: 32px;
  margin-right: 16px;
}

.pay-icons img:nth-of-type(3) {
  width: 20px;
}

#Top_bar #logo img.svg {
    width: 100px;
}

@keyframes heartbeat {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}


.maintenance-notice {
    display: block;
    justify-content: center;
    z-index: 301;
    position: fixed;
    background: red;
    width: 400px;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    margin: 0;
    align-items: center;
    bottom: 0;
    left: 0;
}


/* ----- HEADER ----- */

#Top_bar.is-sticky .logo {
	width: 100px;
}




@media screen and (min-width: 1240px) {


}


@media screen and (max-width: 1240px) and (min-width: 959px) {


}

@media screen and (min-width:959px) {


}

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

h1 {
    font-size: 45px;
    line-height: 55px;
	}
	
h2 {
    font-size: 35px;
    line-height: 45px;
	}

}

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

h1 {
    font-size: 35px;
    line-height: 45px;
	}
	
h2 {
    font-size: 25px;
    line-height: 35px;
	}
	

#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {
    padding: 0!important;
    margin: 0 0 0 15px;
	text-align: left;
}


	
}

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


}