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

/* Theme customization starts here
-------------------------------------------------------------- */
.header-stack #Top_bar .menu_wrapper {
	width: 100%;
}
#slide-1-layer-1,
#slide-1-layer-3 {
  /*background: -webkit-linear-gradient(#0F3, #fef30d, #021ee4) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent  !important;
  color: darkred !important;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;*/
  
  color: #fef30d !important;
  text-shadow: 3px 0 0 #157320, -3px 0 0 #157220, 0 3px 0 #157220, 0 -3px 0 #157220, 2px 2px #157120, -2px -2px 0 #157020, 2px -2px 0 #157120, -2px 2px 0 #157220;
}
#Footer .footer_copy .social {
    margin-right: 50px;
}
/* Neo Print Sites (Logo alt) */
#Footer .footer_copy {
    position: relative;
}

#Footer .footer_copy a.neo {
    background: url(img_logo_neoprint.png) no-repeat;
    display: block;
    overflow: hidden;
    width: 30px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100;
    text-indent: -1000px;
	margin-top: -8px;
    float: left;
}



