/*
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
*/
.vc_custom_heading.uppercase {text-transform: uppercase !important;}
#Footer .widgets_wrapper .column{
font-size:13px !important;
line-height:23px;
}
#Footer .widgets_wrapper .column.text-align-right{
text-align:right;
}
h1.title::after {
  content: attr(id);
  position: absolute;
  width: 100%;
  /*height: 1em;*/
  top: 22px;
  left: 0px;
  margin-left: 1%;
  transform: scaleY(-1);
  transform-origin: bottom;
  opacity: 0.2;
}
@media screen and (max-width:720px){
#Subheader {
    padding: 78px 0 !important;
}
h1.title::after {
	content:'';
}
	#Footer .widgets_wrapper .column {
		margin-bottom:10px;
	}
	#Footer .widgets_wrapper .column.text-align-right {
		text-align:left;
	}
}
