.responsive body
{
   min-width: 240px;
}
  
.responsive .oga-content-layout img,
.responsive .oga-content-layout video
{
   max-width: 100%;
   height: auto !important;
}

.responsive.responsive-phone .oga-content-layout img 
{
   float: none !important;
}
    
.responsive .oga-content-layout .oga-sidebar0, 
.responsive .oga-content-layout .oga-sidebar1, 
.responsive .oga-content-layout .oga-sidebar2 
{
   width: auto !important;
}
    
.responsive .oga-content-layout, 
.responsive .oga-content-layout-row, 
.responsive .oga-layout-cell 
{
   display: block;
}
    
.responsive .image-caption-wrapper 
{
   width: auto;
}

.responsive.responsive-tablet .oga-vmenublock,
.responsive.responsive-tablet .oga-block
{
   margin-left: 1%;
   margin-right: 1%;
   width: 48%;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.responsive .oga-responsive-embed 
{
   position: relative;
   padding-bottom: 56.25%;
   /* 16:9 */
	height: 0;
}

.responsive .oga-responsive-embed iframe,
.responsive .oga-responsive-embed object,
.responsive .oga-responsive-embed embed
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.responsive .oga-header {
    background-position: center center !important;
    background-repeat: repeat !important;
    background-size: cover !important;
    height: auto;
    min-height: 60px;
    min-width: 1%;
    position: unset;
    width: 100%;
}


.responsive .oga-header .oga-headline, 
.responsive .oga-header .oga-slogan 
{
   display: block !important;
   top: 0 !important;
   left: 0 !important;
   margin: 2% !important;
}
    
.responsive .oga-header .oga-headline a, 
.responsive .oga-header .oga-slogan 
{
   white-space: normal !important;
}
  
.responsive .oga-header *
{
   position: relative;
   text-align: center;
   -webkit-transform: none !important;
   -moz-transform: none !important;
   -o-transform: none !important;
   -ms-transform: none !important;
   transform: none !important;
}

.responsive .oga-header #oga-flash-area,
.responsive .oga-header .oga-shapes>*
{
   display: none;
}

.responsive #oga-header-bg 
{
   background-position: center center !important;
   background-size: cover !important;
   background-repeat: repeat !important;
}

/* Search and other elements in header element directly */
.responsive .oga-header>.oga-textblock
{
   position: relative !important;
   display: block !important;
   margin: 1% auto !important;
   width: 75% !important;
   top: auto !important;
   right: auto !important;
   bottom: auto !important;
   left: auto !important;
}

/* For icons like facebook, rss, etc. */
.responsive .oga-header>.oga-textblock>div 
{
   width: 100%;
}
/* dynamic width nav */
.oga-nav .oga-menu-btn 
{
   border: 1px solid #404040;
   border-radius: 3px;
   box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
   display: none;
   background: -ms-linear-gradient(top, #707070 0, #000 100%);
   background: -moz-linear-gradient(top, #707070 0, #000 100%);
   background: -o-linear-gradient(top, #707070 0, #000 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #707070), color-stop(1, #000));
   background: -webkit-linear-gradient(top, #707070 0, #000 100%);
   background: linear-gradient(to bottom, #707070 0, #000 100%);
   margin: 3px;
   padding: 5px;
   position: relative;
   width: 20px;
}

.oga-nav .oga-menu-btn span 
{
   background: #E0E0E0;
   border-radius: 2px;
   display: block;
   height: 3px;
   margin: 3px 1px;
   position: relative;
   -moz-transition: background .2s;
   -o-transition: background .2s;
   -webkit-transition: background .2s;
   transition: background .2s;
}

.oga-nav .oga-menu-btn:hover span
{
   background: #f3f3f3;
}

.responsive .oga-nav .oga-menu-btn 
{
   display: inline-block;
}

.responsive nav.oga-nav,
.responsive .oga-nav-inner
{
   width: auto !important;
   position: relative !important;
   top: auto !important;
   left: auto !important;
   right: auto !important;
   bottom: auto !important;
   margin-top: 0;
   margin-bottom: 0;
   min-width: 0;
   text-align: right !important;
}

.responsive nav.oga-nav
{
   min-width: 1%;
}

.responsive .oga-nav 
{
   padding-left: 0;
   padding-right: 0;
   margin-top: 20px;
}

/* full width hmenu, instead of inline-block */
.responsive .oga-nav ul.oga-hmenu 
{
   display: none;
   float: none;
   text-align: center;
}

.responsive .oga-nav .oga-hmenu.visible 
{
   display: block;
}

/* elements on different lines */
.responsive .oga-nav ul.oga-hmenu li,
.oga-hmenu-extra1,
.oga-hmenu-extra2
{
   float: none;
}
  
/* horizontal margins */
.responsive .oga-nav ul.oga-hmenu>li:first-child, 
.responsive .oga-nav ul.oga-hmenu>li:last-child, 
.responsive .oga-nav ul.oga-hmenu>li
{
   margin-left: 0;
   margin-right: 0;
}
 
/* separator */ 
.responsive .oga-nav ul.oga-hmenu>li:before
{
   display: none;
}

/* vertical distance between items */
.responsive .oga-nav ul.oga-hmenu a
{
   margin-top: 1px !important;
   margin-bottom: 1px !important;
   height: auto;
   white-space: normal;
}

.responsive .oga-nav ul.oga-hmenu>li:first-child>a
{
   margin-top: 0 !important;
}

.responsive .oga-nav ul.oga-hmenu>li:last-child>a
{
   margin-bottom: 0 !important;
}

/* fixes for extended menu */
.responsive .oga-nav .ext, 
.responsive .oga-nav ul.oga-hmenu>li>ul, 
.responsive .oga-nav ul.oga-hmenu>li>ul>li,
.responsive .oga-nav ul.oga-hmenu>li>ul>li a
{
   width: auto !important;
}

/* submenu position on hover */
.responsive .oga-nav ul.oga-hmenu ul
{
   left: auto !important;
   right: auto !important;
   top: auto !important;
   bottom: auto !important;
   position: relative !important;
   visibility: visible !important;
}

.responsive .oga-nav ul.oga-hmenu>li>ul>li:first-child:after 
{
   display: none;
}
.responsive .oga-nav ul.oga-hmenu ul a
{
   padding-left: 4% !important;
}
.responsive .oga-nav ul.oga-hmenu ul ul a
{
   padding-left: 6% !important;
}
.responsive .oga-nav ul.oga-hmenu ul ul ul a
{
   padding-left: 8% !important;
}
.responsive .oga-nav ul.oga-hmenu ul ul ul ul a
{
   padding-left: 10% !important;
}
.responsive .oga-nav ul.oga-hmenu ul ul ul ul ul a
{
   padding-left: 12% !important;
}
  
.responsive .oga-nav ul.oga-hmenu>li>ul
{
   padding: 0;
}
  
.responsive .oga-nav ul.oga-hmenu>li>ul:before
{
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

.responsive .oga-sheet
{
   width: auto !important;
   min-width: 240px !important;
   max-width: none;
   margin-right: 1% !important;
   margin-left: 1% !important;
   margin-top: 1% !important;
}

#oga-resp {
   display: none;
}

/*@media all and (max-width: 999px)
{
    #oga-resp, #oga-resp-t { display: block; }
    #oga-resp-m { display: none; }
}*/

@media all and (max-width: 480px)
{
.banner{display:none !important;}
.wp-image-72 {
    margin: 0 !important;
}
.oga-post {
    padding: 5px;
}
a.oga-button, a.oga-button:link, a.oga-button:link:link, body a.oga-button:link, a.oga-button:visited, body a.oga-button:visited, input.oga-button, button.oga-button {
 width:85%;}
.sponsorswrapper {
   
    display: none;
 }
 .title {
    color: #fff;
    float: left;
    display:block;
    font-size: 1.5em;
    margin: 9px 0 0 10px;
}
 .pcs-featured-image.wp-post-image {
    display: none;
}
.pcs-post-title {
    display: block;
    font-size: 19px !important;
    margin: 0 !important;
}
 .single-tribe_events .tribe-events-venue-map {
      width: 88% !important;
}
 .oga-hmenu ul a:link, .oga-hmenu ul a:visited, .oga-hmenu ul a.active, .oga-hmenu ul a:hover {

    text-align: center !important;

}
 #tribe-events-content {
    
    padding: 10px 5px !important;

}
 
#tribe-events-content.tribe-events-list {
    padding: 5px 20px 66px !important;
}
.oga-hmenu a, .oga-hmenu a:link, .oga-hmenu a:visited, .oga-hmenu a.active, .oga-hmenu a:hover {
     text-align: center;
 }
   
.oga-hmenu a, .oga-hmenu a:link, .oga-hmenu a:visited, .oga-hmenu a.active, .oga-hmenu a:hover {
    text-align: center;
   }
.oga-sidebar1 {
    padding-left: 0 !important;
}
.f1 {
    margin-bottom: 26px;
}
tbody.hfeed td::before {
    content: none !important;
}
    #oga-resp, #oga-resp-m { display: block; }
    #oga-resp-t { display: none; }
table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
tbody td {display: block;  text-align:center;}
tbody td:before { 
    content: attr(data-th); 
    display: block;
    text-align:center;  
  }
tbody tr td:nth-of-type(1) {
    font-weight: bold;
    text-align: center;
}
.oga-article th, .oga-article td {
    border: 1px solid #b9c2cb;
    padding: 2px;
    text-align: center;
    vertical-align: top;
}
nav {
    z-index: 9999 !important;
}
.oga-nav {
    z-index: 9999 !important;
}
.oga-nav-inner {
    z-index: 9999 !important;
}
}

.responsive .oga-content-layout, 
.responsive .oga-content-layout-row, 
.responsive .oga-layout-cell 
{
   display: block;
}

.responsive .oga-layout-cell 
{
   width: auto !important;
   height: auto !important;
   border-right-width: 0 !important;
   border-left-width: 0 !important;
   border-radius: 0 !important;
}

.responsive .oga-content-layout:after, 
.responsive .oga-content-layout-row:after, 
.responsive .oga-layout-cell:after 
{
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

.responsive .oga-post
{
   border-radius: 0;
}

.responsive .oga-footer-inner
{
   width: auto;
   padding: 25px 20px !important;
}

.responsive .oga-footer
{
   margin-top: 1%;
}

.responsive .responsive-tablet-layout-cell 
{
   width: 50% !important;
   float: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

