/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pat-mobile-only{
		display:none;
	}
.btVerticalHeaderTop{
		display: block;
	}

.btStickyHeaderActive .btLogoArea {
	background-color: #FFFFFF !important;
}
 .mainHeader #menu-primary-menu li a{
	color: #6a1b72 !important;
	 font-weight: 600 !important;
}

.bt_bb_section.bt_bb_color_scheme_1{
	background-color: rgb(106 27 114) !important;
}
@media screen and (min-width: 320px) and (max-width: 350px){
	.btVerticalHeaderTop {   
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}
}

@media screen and (max-width: 767px) {
  .pat-mobile-only {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
		width: 115px !important;
	  float: right !important;
	  margin-top: 2px !important;
		  
  }
		
}
@media screen and (min-width: 768px){
	.btMenuVertical div.btButtonWidget {
   		 display: block;
   		 float: right !important;
   	 	 width: 200px;
		 margin: 0px !important;
		
	}	
	.btMenuVertical div.btButtonWidget {
    width: 100% !important;
    min-width: 200px !important;
    max-width: 260px !important;
	}
}


	

