.site-footer {
    background-color: #393939;
    color: rgba(241, 241, 241, 0.7);
    clear: both;
}

#masthead {
    background-color: #393939;
}

.menu-toggle-wrapper {
    border-top: 1px solid #393939;
}

.site-branding {
    text-align: center;
    padding: 20px 0px 0px; 
}

.custom-logo{
	width: 100% !important;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.singular-section .content-area .entry-header, .singular-section .content-area .entry-content, .singular-section .content-area .entry-footer, .singular-section .content-area .comments-area, .woocommerce .site-main {
    display: block;
    margin: 0 auto;
    width: 100%;
}


body.plugin {
    background: transparent;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.28;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    margin-left: 12.5%;
}

.singular-section .content-area .post-thumbnail img {
  /* display: block; */
  margin: 0 auto;
  display:  none;
}


@media screen and (min-width: 30em) {.featured-content-wrapper .entry-header {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding: 35px;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    background-color: rgba(0, 0, 0, 0.56);
    text-align: left;

}
}

.entry-meta a {
    display: none;
}


@media screen and (min-width: 30em) {

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
}

.singular-section .content-area .entry-header, .singular-section .content-area .entry-content, .singular-section .content-area .entry-footer, .singular-section .content-area .comments-area, .woocommerce .site-main {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
    width: 100%;
}

.gdc_column div.gdc_inner {
    padding: 0 0px;
}

@media screen and (min-width: 90em){
.singular-section {
    padding: 20px 0;
}
}

.full_width {
    width: 80%;
}

.one_half {
    width: 70%;
    float: none;
}

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

.one_half {
    width: 100%;
    padding-left: 5%;
}
}

.one_third {
    width: 50%;

}

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

.one_third {
    width: 100%;
    padding-left: 5%;
}
}
	

p {
    margin: 0 0 8px;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 0 0 9px;
}
	

@media screen and (min-width: 30em){
a {
    color: rgb(79, 69, 69);
    text-decoration: none;
	}}


.site-social, .site-info {
    text-align: center;
    clear: both;
    display: none;
}
.site-branding { 
padding : 0px 0px 0px !important;
}

