@media only screen and (min-width: 960px) {
	.alignfull .alignwide,
	.alignwide .alignwide {
		max-width: 1280px !important;
	}

}

@media only screen and (max-width: 480px) {
    .mobile-hidden {
      display: none !important;
    }
  }
  

.m-0{
    margin: 0px !important;
}

.p-0{
    padding: 0px !important;
}

.p-8{ padding: 2rem !important; }

.w-full { width: 100% !important; }

  
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9c2340;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}

h1, h2, h3{
    font-size: 40px;
    }

h4 {
   font-size: 26px;
}

@media only screen and (min-width: 960px) {
    h1, h2, h3{
        font-size: 50px;
    }


}

.title-area{
    max-width: 100px !important;
}

@media only screen and (min-width: 960px) {

    .title-area{
        max-width: 150px !important;
    }
    
}


#top_bar .wrap{
    max-width: 1280px;
    margin: 0 auto;
    }

#top_bar {
    background: #9c2340;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    }

#top_bar .widget {
    margin-bottom: 0px;
    }
  
#top_bar a,
#top_bar a:hover {
    color: #ffffff;
    }
    
/* move one bar to the left */
#top_bar .content {
    text-align: center;
    }

.menu-toggle, .sub-menu-toggle{
    color: #ffffff;
}

@media only screen and (max-width: 480px) {

    /* hide left bar content in devices with 959px width or less */
    #top_bar {
        display: none;
        }

    }


.site-inner {
    max-width: 1280px;
    padding-left: 0px;
    padding-right: 0;
	}

.full-width-content .content {
    width: auto;
    }

.footer-widgets{
    background-color: #000000;
    color: #ffffff;
}

@media only screen and (min-width: 960px){
    .footer-widgets .wrap {
        max-width: none;
    }
}
@media only screen and (max-width: 960px){
    .genesis-nav-menu .sub-menu{
        padding: 0;
    }

    .genesis-nav-menu .sub-menu a{
        background: transparent;
        color: #ffffff;
    }
}