/*
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
*/

:root {
  --main-color: #0084bc;
  --hover-color: #004a69;
  --font-color: #2a2a2a;
  --font-family: 'Rubik', Helvetica, Arial, Lucida, sans-serif;
}

/*--------------------------
Tyas Typography
--------------------------*/
body{
  color: #000;
}
h2{
  font-size: 30px;
}
h1, h2, h3, h4, h5, h6{
  color: #000;
}
#__lpform_field_xhhta5{
  display: none;
}

/*--------------------------
End Tyas Typography
--------------------------*/



/*--------------------------
Tyas standaard styles
--------------------------*/
a.button.button_size_3{
  /* Buttons */
  background-color: var(--main-color);
  color: #fff;
  border: 4px solid var(--main-color);
  padding: 10px 30px;
  text-transform: uppercase;
  transition: .5s;
}
a.button.button_size_3 span{
  padding: 0px !important;
}
a.button.button_size_3:hover{
  background-color: transparent !important;
  color: var(--main-color);
  border-color: var(--main-color);
  transition: .5s;
}
/*--------------------------
Tyas end standaard style
--------------------------*/



/*--------------------------
Tyas Special styles
--------------------------*/
.image_overlay .image_frame .image_wrapper{
  box-shadow: -20px 20px 25px -10px rgba(0,0,0,0.50);
}
.image_overlay img{
  border-radius: 15px;
  box-shadow: -20px 20px 25px -10px rgba(0,0,0,0.50);
}
.image_overlay.bottom{
  margin-left: 60px;
  margin-top: -150px;
}

.the_content_wrapper{
  padding-top: 35px;
  padding-bottom: 35px;
}

#Subheader h1{
  /* Standaard header pages */
  color: #fff !important;
}
