/* Generated from tbp_template: homepage */
.themify_builder_content-4953 .tb_csay634{background-attachment:scroll;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-image:linear-gradient(180deg,rgba(0, 0, 0, 0.82) 0%,rgba(0, 0, 0, 0) 100%);height:120px}
.themify_builder_content-4953 .tb_rx7m008.module-post-content{margin-top:2.5em;margin-bottom:2.5em}
/*Builder Custom CSS START*/
.pageheader .pagetitle h1 {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8), 0 2px 20px rgba(0, 0, 0, 0.9);
}

.module-post-content.content {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 18px 14px rgba(255, 255, 255, 0.6);
    border-radius: 6px;
    padding: 2%;
    min-height: 300px;
}

.home_site_logo {
    margin: 1em 0 0;
    padding: 0px;
    font-size: 1em;
    text-align: left;
    float: left;
    z-index: 20;
    position: absolute !important;
    top: 0;
    left: 0;
}

.home .content h2 {
	font-size: 1.3em;
}

.home .content h3 {
	font-size: 1.2em;
}

.home .topnavigation .module-menu-container ul {
    display: flex;
    height: 120px;
}

.home .topnavigation .module-menu-container ul li {
    flex: 1;
    display: flex;
    align-items: center;
    border-right: solid 1px rgb(156, 112, 55);
}

.home .topnavigation .module-menu-container ul li:last-child {
    border-right: none;
}

.home .topnavigation .module-menu-container ul li a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #EFEAE2;
    font-size: 24px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.1em;
    padding: 20px 15px;
    text-shadow: 0 2px 6px #000;
    border-right: solid 1px rgb(156, 112, 55);
    transition: 0.3s ease-in-out;
}

.home .topnavigation .module-menu-container ul li a:hover {
    color: #fff;
    text-shadow: 0 0 10px #FFF, 0 0 25px #FFF, 0 0 40px #FFF;
}

.home .topnavigation .module-menu-container ul li.menu-item-3574 {
    display: none;
}

.home .greeting {
    background-color: rgba(52, 33, 12, 0.8);
    color: #f3ede8;
    font-size: 1.2em;
    font-weight: 300;
    padding: 1.5em 1em;
    margin-bottom: 2.5em;
    border-radius: 6px;
    box-shadow: 0 0 11px 8px rgba(52, 33, 12, 0.8);
    line-height: 1.6em;
}

/*** RSS import ***/


.home .widget.rssimport li {
    margin: 0;
    padding: .4em 0;
    list-style: none;
    clear: both;
}

.home .tf_widget.rssimport h4.tf_widget_title,
.home .widget.rssimport h4.widget_title {
    display: none;
}

.home .tf_widget.rssimport dl,
.home .widget.rssimport dl {
    overflow: hidden;
    zoom: 1;
}
.home .tf_widget.rssimport dl dt,
.home .widget.rssimport dl dt {
    width: 8.5em;
    float: left;
    clear: both;
    font-weight: normal;
}
.home .tf_widget.rssimport dl dd,
.home .widget.rssimport dl dd {
    padding: 0 0 5px 8.5em;
}
.home .tf_widget.rssimport dl dd a,
.home .widget.rssimport dl dd a {
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0 0 4px #fff, 0 0 10px #fff;
    text-decoration: none;
}
.home .tf_widget.rssimport dl dd a:hover,
.home .widget.rssimport dl dd a:hover {
	color: #54422c;
	text-decoration: underline;
}

@media (max-width: 600px) /** Phone **/ {
    .home_site_logo {
        margin: 1em 0 0;
        padding: 0px;
        font-size: 1em;
        text-align: center;
        float: none;
        top: inherit;
        left: initial;
        width: 100%;
    }

    .home_site_logo img {
        /* max-width: 80%; */
        margin-right: -13%;
        width: auto;
        max-height: 200px;
    }
}
/*Builder Custom CSS END*/