/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */


.section-title {
    position: relative;
}

.text-center {
    text-align: center;
}

.section-title .title-icon-container {
  display: block;
  margin-bottom: 15px;
}

.section-title .title-icon-container .title-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.section-title .title-icon-container .title-icon span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 24px;
  color: #ffffff;
}
.section-title h1 {
  font-weight: 400;
  padding-top: 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.section-title h1:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50px;
  left: -60px;
  top: 50%;
}
.section-title h1:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50px;
  right: -60px;
  top: 50%;
}
.section-title h2 {
  font-family: "Oswald", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
  display: block;
  letter-spacing: 2px;
  width: 100%;
  text-transform: uppercase;
}
	
.section-title .title-icon-container .title-icon {
    background: #deb406;
}

.strike {
        display: block;
        text-align: center;
        overflow: hidden;
        white-space: nowrap; 
    }

    .strike > span {
        position: relative;
        display: inline-block;
        font-family: "Open Sans", Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 30px;
    }
	
    .strike > span:before,
    .strike > span:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 9999px;
        height: 3px;
        background: #deb406;
    }

    .strike > span:before {
        right: 100%;
        margin-right: 15px;
    }

    .strike > span:after {
        left: 100%;
        margin-left: 15px;
    }

body:not(.template-slider) #Header {
    min-height: 170px;
}

#Action_bar {
    background-color: #deb406;
}