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

.hr_dots span {
  margin: 10px 5px;
}

div.section:nth-child(1) {
  padding-right: 30px;
}

div.section:nth-child(2) > div:nth-child(1) {
  padding: 0 30px 0 10px;
}

.column_column ul, .column_column ol, .the_content_wrapper ul, .the_content_wrapper ol {
 color: #0A6CB5;
 padding-top: 15px;
}

#Top_bar .menu > li > a span {
 font-size: 20px;
}

#Top_bar .menu li ul li a span {
 font-size: 18px;
}

a.button .button_label {
 font-family: Open Sans;
 background-color: #618CC9;
 color: #ffffff;
 font-weight: bold;
	border: 1px solid #0A6CB5;
}

a.button .button_label:hover {
	background-color: #0A6CB5;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#Footer .footer_copy {
 background: #0056a4 !important;
}