/*
	Theme Name: asomfv3-hero
	Author: BizToolsOne

*/

:root {
  --bg_header: #730E18; /*lighter*/
  --bg_menu: #660C15;
  --text: #fff;
  --menu_font:  'Open Sans', sans-serif;
  --menu_font_size: 26px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

input, select, textarea {
/*	  -webkit-appearance: none !important;
  -moz-appearance: none !important;
   appearance: none !important;
   border-radius: 0 !important;*/
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong, b {
	font-weight:bold;
	font-weight:700;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
	padding: 0;
}

body {
	background: #fff;
	color: #222222;
	padding: 0px;
	margin:0px;
	}
body,td,th {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;

}
html {
	background-color: rgba(216,216,216,1.00);
}
body {
	margin: 0px auto;
	max-width:1980px;
	-webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.55);
	}
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1400px;
	}
	.wrap_narrow {
	margin: 0px auto;
	position: relative;
	max-width:1000px;
	}

	.wrap_narrow_v {
	margin: 0px auto;
	position: relative;
	max-width:700px;
	}


* {
	outline : none;
	 -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box; 
	 box-sizing: border-box;}

td { vertical-align: top; }
.cl {
  clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.transition {
	    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
p {
	margin:15px 0px;
	line-height: 1.5;
}
.nop p {
	margin:5px 0px;
	line-height: 1.5;
}
.content ul, .content ol {
	padding-left: 20px;
	 line-height: 1.5;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: var(--bg_header);
	text-decoration: none;
	}
.content p a, .footer_area p a, .backlink_area p a  { text-decoration:underline; }	
a:hover {
	color: var(--bg_menu);
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
.pagination a, .pagination span {
	display:inline-block;
	padding: 10px 12px;
	border: 1px dotted #e1e1e1;
}
.page-numbers.current {
	background-color: #EBEBEB;
}
	
/************************************************
*	Navbar      								*
************************************************/

 /*   #nav {
        text-align:center
    }
    #nav li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    #nav li li {
        display:block;
        text-align:left;
    }
	*/
.m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 64px;
	
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
	width: 100%;
	max-width: 450px;
}
.opened {
	transform:translate(0,0);
}
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.m_nav #nav ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}	
.m_nav #nav li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	}
	
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}	

#nav li a, #nav li a:link, #nav li a:visited {
	color: #222;
	display: block;
	font-size: var(--menu_font_size);
 	font-family: var(--menu_font);
	font-weight: 400;

    margin: 0px;
	padding: 10px 10px;
	}
.home #nav li a, .home #nav li a:link, .home #nav li a:visited {
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	}
#nav li a:hover, #nav li a:active {
	color: #000;
    margin: 0px;
	text-decoration: none;
	}
.home #nav li a:hover, .home #nav li a:active {
	color: #e1e1e1;
	}
.m_nav #nav li a, .m_nav #nav li a:link, .m_nav #nav li a:visited, .m_nav #nav li a:hover, .m_nav #nav li a:active{
	color: var(--text);
	border-bottom: 1px solid var(--bg_header);
		padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	font-weight: 400;
	
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: var(--bg_header);
	width: 200px;
	color: var(--text);
	font-size: 90%; /*submenu font size*/
	font-weight: 400;

	float: none;
	margin: 0px;
/*	padding: 10px 20px;*/
	border-bottom: 1px solid var(--bg_menu);
	text-shadow: 0px 0px 0px #000;
	}	
#nav li li a:hover, #nav li li a:active {
	background: var(--bg_menu);
	color: var(--text);
	}

.m_nav #nav li li a, .m_nav #nav li li a:link, .m_nav #nav li li a:visited {
	background: var(--bg_menu);
	border-bottom: 1px solid var(--bg_header);
	}
.m_nav #nav li li a, .m_nav #nav li li a:link, .m_nav #nav li li a:visited {
	width: 100%;
	padding-left: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav #nav ul li ul li ul li a:link {
	padding-left: 80px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
	
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
.m_nav #nav li ul {
	position: relative;
	left: 0em;
	width: 100%;
	}


#nav li ul a { 
	width: 200px;
	}



#nav li ul ul {
	margin: -40px 0 0 200px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
.m_nav #nav li:hover ul ul, .m_nav #nav li:hover ul ul ul, .m_nav #nav li.sfhover ul ul, .m_nav #nav li.sfhover ul ul ul,
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
.hmenu_no_sub.hmenu_wrap.hmenu_nav_uni_26 {
	background-color: #C5051A;
	
}

	
/************************************************
*	Images  					     		    * 
************************************************/


/************************************************
*	Custom								*
************************************************/	

.thumb {
	float:left;
	margin:8px 10px 0px 0px;
}
ul#nav li span.donate a {
	font-weight: bold;
	color: #900;
}

#side h2 {
	display: none;
}
#side li, #side ul {
	list-style-type: none;	
}

/* Responsive images */
.resp img {
	border: 0;
	width: 100%;
	height: auto;
	vertical-align: top;
}
img {
    max-width: 100%;
    height: auto;
}
.p0 {
	padding:0px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p0-10 {
	padding:0px 10px;
}
.p0-20 {
	padding:0px 20px;
}
.p0-30 {
	padding:0px 30px;
}
.p10-20 {
	padding:10px 20px;
}
.p20-40 {
	padding:20px 40px;
}
.p40-20 {
	padding:40px 20px;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
	}
.center {
	text-align:center;
	}



.shadow {
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
}


article ol, article ul {
	margin-left:20px;
	line-height: 2;
}

.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line15 {
	line-height: 1.5;
}
.line {
	line-height: 2;
}
h1, h2, h3, h4, h5, h6 {
		font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:2px;
	line-height:normal;
	

}
h1 {
	font-size: 240%;
}
h2 {
	font-size: 220%;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 180%;
}
.event_box h4 {
	font-size: 110%;
	height: 70px;
	line-height: 1;
}
h5 {
	font-size: 150%;
}
.thetes h5 {
	font-size: 120%;
	text-transform: none;
}
h6 {
	font-size: 110%;
}
.main_tag h1 {
		font-size: 300%;
	font-weight:  900;
}
.upper {
	text-transform:uppercase;
}
#responsive_menu_pro .responsive_menu_pro_menu li a {
font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:20px !important;
}
article ul li {

	margin-bottom:6px;
}
ul.tribe-events-sub-nav li {

	padding: 0px;
	padding-left:0px;
	padding-bottom:0px;
	list-style: none;
	background-image:none !important;
	background-repeat: no-repeat;
	background-position: left top;

	margin-bottom:6px;
}
article p {
	margin-bottom:20px;
	margin-top:10px;
}
article ul {
	margin-bottom:20px;
	margin-top:10px;
}
.mshow {
		display:none;
	}
.gallery-item img {
	width:95%;
height:auto;
}
.mright {
	text-align:right;
}
.tr_bg {
	background-color: rgba(0, 0, 0, 0.3);
}
.rela {
	position:relative;
}

a.button {
	color: #fff;
	/*font-family: 'Bitter', serif;*/
	font-size:120%;
  background-color: #222;
  position: relative;
  border: 3px solid #fff;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
    line-height:1 !important;
}


a.button:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background-color: #222 !important;
  z-index: -1;
}

a.button.revert {
	color: #000;
	/*font-family: 'Bitter', serif;*/
	font-size:120%;
  background-color: rgba(255,255,255,0.001);
  position: relative;
  border: 3px solid #000;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
    line-height:1 !important;
}


a.button.revert:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background-color: rgba(255,255,255,0.001) !important;
  z-index: -1;
}


.mobile_menu {
	display:none;
}
.header_area {
	position:relative;
	width: 100%;

	z-index:900;
	background-color: rgba(243,243,243,1.00);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.49);
	height: 110px;
}
.home .header_area {
	position:absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index:900;
	background-color: transparent;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
body:not(.home) .header_area img {

}
hr {
	border-top: 1px dotted #e1e1e1;
	    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	clear: both;
}
.hero {
	position: relative;
}
.tags {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	padding-left: 45%;
	
}
.tag_1 {
	color: #fff;
	font-size: 200%;
	font-weight:  400;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 4px #000;
}
.tag_2 {
	color: #fff;
	font-size: 955%;
	font-weight:  900;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	transform: translate(-10px, 0);
	text-shadow: 2px 2px 4px #000;
}
.tag_button {
	position: relative;
	font-size: 200%;
	margin-top: 20px;
}
.hero_image_2 {
	margin-top:  30px;
}
.tags_2 {
	position: relative;
	margin-top: -500px;
	z-index: 100;
	
}
.tag_1_2 {
	color: #fff;
	font-size: 300%;
	font-weight:  400;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 2px 2px 4px #000;
}
.tag_2_2 {
	color: #fff;
	font-size: 955%;
	font-weight:  900;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	transform: translate(-10px, 0);
	text-shadow: 2px 2px 4px #000;
}
.tag_text {
	position: relative;
	font-size: 120%;
	margin-top: 20px;
}
.white_bg {
	background-color: #fff;
}
.grey_bg {
	background-color: #e1e1e1;
}
.hero_image_3 {
	margin-top: 30px;
	position:relative;
	height: 100px;
	overflow: visible;
}
.hero_image_3 .image {
	position: relative;
	display: block;
}
.hero_image_3 .image:after {
	content: " ";
	display:block;
	position:absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	background-color:rgba(255,255,255,0.60);
	z-index: 20;
}
.secondary_welcome_area {
	position: relative;

	z-index: 9999;
	font-size:  120%;
}
.secondary_welcome_area h2 {
	font-size: 300%;
	font-weight: 700;
}
.slider_page {
	width: 100%;



}
.news h3 {
	font-size: 300%;
	font-weight: 700;
}
.news {
	position: relative;
	z-index: 9999;
	margin-top: 60px;
}
.event h4 {
	font-size: 120%;
	margin-top: 10px;
}
.shop {
	padding: 20px;
	background-color: rgba(236,236,236,1.00);
	margin-top: 20px;
}
.shop h5 {
	font-size: 300%;
	font-weight: 700;
}
.slider_box {
	background-color: #FFFFFF;
	margin: 0px 1% 10px 1%;
}
.footer_area {
	background-color: rgba(19,19,19,1.00);
	color: #fff;
	
}
.footer_area a {
	color: #fff;
	text-decoration: underline;
}

.a_dog {
	display: inline-block;
	width: 49%;
	padding: 10px;
	border: 1px dotted #e1e1e1;
	margin-bottom: 4px;
	text-align: center;
	line-height: 2;
	vertical-align: top;
}
span.detail {
    display: inline-block;
    margin-right: 20px;
}
.valign {
	vertical-align: top;
}
.line2 {
	line-height: 2;
}
.event_box {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.sidebar {
	background-color: rgba(241,241,241,1.00);
}


.sidebar_shop {
	text-align: center;
}
.sidebar_shop img {
	display: inline-block;
	width: 80%;
	height: auto;
	border: 1px solid #e1e1e1;
}
.sidebar h2 {
	font-size: 170%;
}
.sidebar h3 {
	font-size: 150%;
}
.sidebar h4 {
	font-size: 130%;
}
.sidebar ul {
	list-style: none;
}
.sidebar p {
    margin: 15px 10px;
    line-height: 1.5;
}

.sidebar .duration.time {
	color:#fff;
}

.sidebar .duration.time .tribe-event-date-start {
	color: #222;
}
.sidebar .duration.time .tribe-event-date-end {
	display: none;
}
.social img {
	width: 60px;
	height: auto;
}
.footer_area a.button {
	color: #222;
	/*font-family: 'Bitter', serif;*/
	font-size:120%;
  background-color: #ccc;
  position: relative;
  border: 3px solid #ccc;  

  display:inline-block;
  margin:4px 0px;
  padding:20px 35px;
  text-align:center;
    line-height:1 !important;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:  600;
	margin-top:  10px;
}


.footer_area a.button:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background-color: #222 !important;
  z-index: -1;
}

.footer_area .smaller {
	font-size: 80%;
	line-height: 1.5;
	margin-bottom:  20px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100% !important;
}
.logoa {
	position: relative;
	z-index: 30;
	margin-left: 100px;
	padding-top: 10px;
}
.logoa img {
	max-width: 400px;
}

.menua {
	position: relative;
	z-index: 50;


	margin-top: -80px;
}
.hmenu_navigation_root li:last-of-type {
	padding-right: 100px;
}
.home .hmenu_navigation_root span {
	color: #fff !important;
}
#hmenu_load_1 {
	display: block !important;
}
.tribe-events-c-top-bar:after {
		content: 'Join us for these ASOM events';
	display: block;
	font-weight: 600;
	font-size: 20px;
	width: 100%;
	text-align: left;
	padding-top:  30px;
}
h6 a {
	color: #222;
	/*font-family: 'Bitter', serif;*/
	font-size:120%;
  background-color: #fff;
  position: relative;
  border: 3px solid #222;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
    line-height:1 !important;
}

.masks {
	position:absolute; top: 90px; right: 110px; color: #ccc; z-index: 999;
}
.dday_video {
	position: relative;
	width:  100%;
}


/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

	
@media all and ( min-width: 700px ) {
  
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="col-"] {
    display: table-cell;
	vertical-align: top;
  }

  .col-2-3 {
    width: 66.66666666%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.333333333333%;
  }
  .col-1-5 {
    width: 20%;
  }
    .col-1-4 {
    width: 25%;
  }
    .col-1-1 {
    width: 100%;
  }
  .col-1-8 {
    width: 12.5%;
  }
      .col-05 {
	  width:0.5%;
  }
    .col-1 {
	  width:1%;
  }
      .col-2 {
	  width:2%;
  }
    .col-5 {
	  width:5%;
  }
  .col-10 {
	  width:10%;
  }
    .col-15 {
	  width:15%;
  }
    .col-20 {
	  width:20%;
  }
      .col-28 {
	  width:28%;
  }
  .col-25 {
	  width:25%;
  }
    .col-33 {
	  width:33.33333333333333%;
  }
        .col-65 {
	  width:65%;
  }
      .col-66 {
	  width:66.6666666666666666666%;
  }
      .col-30 {
	  width:30%;
  }
    .col-50 {
	  width:50%;
  }
      .col-40 {
	  width:40%;
  }
      .col-60 {
	  width:60%;
  }
      .col-70 {
	  width:70%;
  }
        .col-75 {
	  width:75%;
  }
      .col-80 {
	  width:80%;
  }
      .col-90 {
	  width:90%;
  }
    .col-100 {
	  width:100%;
  }
  
}

  
  
  .mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }
  		.mshow {
		display:none;
	}
	
	
	
   @media only screen and (max-width: 1400px) { 
	   
	   .logoa {
	position: relative;
	z-index: 30;
	margin-left: 10px;
	padding-top: 10px;
}
.logoa img {
	max-width: 400px;
}

.menua {
	position: relative;
	z-index: 50;
	
}
.hmenu_navigation_root li:last-of-type {
	padding-right: 10px;
}
	   
	   
	   
  
  #nav li a, #nav li a:link, #nav li a:visited {
	font-size: 1.4vw; 
	/*padding: 5px 20px 8px 20px;*/
	}
	#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 90%;
	/*padding: 10px 20px;*/
	}
	ul#menu-main-menu li:last-of-type ul {
		
	}
	   .hero_image_2 {
    margin-top: 0px;
}
	   
	   .tag_1 {
	font-size: 150%;
}
.tag_2 {
	font-size: 755%;
}
.tag_button {
	font-size: 150%;
}
	   .hero_image_3  {
    display: none;
}
	   .secondary_welcome_area {
		   margin-top: 20px;
		   background-color: rgba(236,236,236,1.00);
}
	   .masks {
	position:absolute; top: 90px; right: 20px; color: #ccc; z-index: 999;
}
	   
	   
   }
   
      @media only screen and (max-width: 1200px) { 
  
  #nav li a, #nav li a:link, #nav li a:visited {
	font-size: 1.3vw; 
	/*padding: 5px 10px 10px 10px;*/
	}
	#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 80%;
	/*padding: 10px 10px;*/
	}

		  .tag_1_2 {

    font-size: 250%;

}
		  .tag_2_2 {

    font-size: 805%;

}
		  
		  	   .tag_1 {
	font-size: 100%;
}
.tag_2 {
	font-size: 470%;
}
.tag_button {
	font-size: 100%;
}
		.main_tag h1 {
    font-size: 200%;
    font-weight: 900;
}  
		  

		  
		  
   }
   

@media only screen and (max-width: 1020px) {
	
			  .tag_1_2 {

    font-size: 200%;

}
		  .tag_2_2 {

    font-size: 600%;

}
	.tags_2 {
    margin-top: -200px;

}
	
	
}
   
  
 
  
@media only screen and (max-width: 700px) {
	
		#wpadminbar {
		display: none !important;
		z-index: -1 !important;
	}


	html{min-height:100%;position:relative;}
	
.m_nav{


    bottom:0;
    left:0;
    right:0;
    overflow:hidden;
	z-index: 99999999;
}

/* ---------------- RESP MENU------------------------- */



.admin-bar .mobile_menu {
	margin-top: -46px !important;
}
.mobile_menu {
	display:block;
	background-color: var(--bg_header) !important;
	position:relative;
	padding: 10px;
}


.admin-bar .m_nav {
	margin-top: 0px !important;
}

#responsive-menu-container {
    background: var(--bg_menu) !important;
}



#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	font-family: 'BenchNine' !important;
    font-size: 20px !important;
	text-transform:uppercase !important;
	font-weight: 700 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: var(--text) !important;
}



#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    color: var(--text) !important;
    border-left: 1px solid var(--bg_header) !important;
    background-color:transparent !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 1px solid var(--bg_header) !important;
	border-color: var(--bg_header) !important;
}


#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    background-color: rgba(0, 0, 0, 0.1) !important;
}



#responsive-menu-container #responsive-menu-wrapper,
#responsive-menu-container #responsive-menu li.responsive-menu-item a,
#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow.responsive-menu-subarrow-active,
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow,
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
    background-color: transparent !important;
	background: transparent !important;
}

/* ---------------- RESP MENU------------------------- */


	.mhide, .ws_controls {
		display:none;
	}
		.mshow {
		display:block;
	}
img.resp {
	width: 100% !important;
	height: auto !important;
}
img.alignleft, img.alignright {
	display:block;
	clear:both;
	text-align:center;
	float:none;
	margin:10px auto;
}
.gallery-item {
    width: 100% !important;
}

.mright {
	text-align:center;
}
.mcenter {
	text-align:center;
}
h1 {
	font-size: 210%;
}
h2 {
	font-size: 190%;
}
h3 {
	font-size: 170%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 130%;
}
h6 {
	font-size: 110%;
}
	.tag_1_2 {
    color: #222;
    font-size: 200%;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-shadow: none;
		padding: 20px 20px 0px 20px;
}
	.tag_2_2 {
    color: #222;
    font-size: 300%;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    transform: translate(0, 0);
    text-shadow: none;
		padding: 0px 20px;
}
.home .header_area {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 900;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background-color: #B3B3B3;
}
	.main_tag h1 {
    font-size: 150%;
    font-weight: 900;
}
	.tags_2 {
    position: relative;
    margin-top: 0px;
    z-index: 100;
}
	.hero_image_2 {
    margin-top: 0px;
}
	.secondary_welcome_area h2, .news h3 {
    font-size: 150%;
    font-weight: 700;
}
	.home a.button {
		width: 90%;
		text-align: center;
	}
	.event {
		text-align: center;
	}
	.header_area {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.a_dog {
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px dotted #e1e1e1;
	margin-bottom: 4px;
	text-align: center;
}
	.event_box {
	width: 95%;
	display: inline-block;
	vertical-align: top;
		margin-bottom: 30px;
}
	.logoa {
	position: relative;
	z-index: 30;
	margin-left: 0px;
	padding-top: 10px;
		padding: 10px;
		text-align: center;

	
}
	.logoa img {
	max-width: 400px;
		width:  100%;
		height: auto;
}
		   .masks {
	position:relative; top: 0px; right: 0px; color: #222; z-index: 999;
			   padding: 10px;
			   text-align: center;
}
	
	
	.dday_video {
	position: relative;
	width:  300px;
	margin: -20px auto 20px auto;
}
	.dday_video video {
		width: 300px !important;
	}
	
	.secondary_welcome_area {
		display: none;
		
	}
	
	
	
	
	
}



@media only screen and (max-width: 500px) {
	.main_tag h1 {
    font-size: 80%;
    font-weight: 900;
}
}