/*  put your custom css here  */
/*
.site-main-header #site-header-menu {
        width: 100%;
        display: flex;
        justify-content: center;
}
*/
.search-results .place-content .post-thumbnail {
        padding: 0 0 0 0;
}
#mobile-nav-holder .slicknav_brand {
        padding: 10px 0;
}
.site-branding-container {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
        align-items: center;
}

.site-main-header .site-branding.logo, .logo-cobrand {
		float: inherit;
        margin: 0;
        padding: 0;
}

.site-main-header .site-branding.logo {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
}
span.lb_icon_element-icon.fa.fa-search {
        font-size: 1em;
}
/* top menu */
.top-navigation .top-menu {
    padding-inline-start: 0;
}
/* menu line separator */
#site-navigation .primary-menu > li > a span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        height: 16px;
        border-left: 1px solid #999;
        top: 20px;
}
#site-navigation .primary-menu > li > a span:before {
        border-right: 1px solid #999;
        border-left: none;
}
#site-navigation ul.primary-menu > li:last-child > a span:before {
        border-right: none;
        border-left: none;
}
/* menu top flex adjustment */
.site-top .site-top-inner {
        display: flex;
        align-items: center;
        justify-content: center;
}
/* social media links footer*/
#colophon .lb_icon_element .lb_icon_element-icon {
        color: #000000;
}
#colophon .lb_icon_element .lb_icon_element-inner {
        background-color: #f2f2f2;
}
/* legal footer menu*/
.footer-legal-menu-container .footer-legal-menu > li a {
        padding: 0px 0px;
}
.footer-legal-menu-container .footer-legal-menu > li > a span:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        height: 16px;
        /*border-left: 1px solid #fff;*/
        top: 2px;
}
.footer-legal-menu-container .footer-legal-menu > li > a span:before {
        border-right: 1px solid #fff;
        border-left: none;
}
.footer-legal-menu-container .footer-legal-menu > li:last-child > a span:before {
        border-right: none;
        border-left: none;
}
/* bullet list */
.single-places .entry-content ul > li  {
        list-style: disc outside;
}
.home .places_details-wrapper {
        display: none;
}
.home h2.place-title {
    margin-bottom: 0;
}
.home img.attachment-places-list.size-places-list {
        width: 100%;
}
article.places.ms-sc {
        margin-bottom: 20px;
}
/* back to top */
/*
.cd-top {
        background: rgba(146, 154, 68, 0.7);
}
*/
/* places menu */
.site-content  .places-archive-header .menu > li.menu-item {
        padding: 4px 6px;
        margin: 4px 4px;
        border: solid 1px #889633;
        border-color: rgba(146, 154, 68, 0.5);
}
.site-content .places-archive-header .menu {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
}
.site-content .places-archive-header .menu > li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        text-decoration: none;
}
.site-content .places-archive-header .menu li.menu-item:hover,.site-content  .places-archive-header .menu li.menu-item:hover a {
        background-color: #889633;
        color: #fff;
}
/* bx slider */
.single-places .bx-wrapper img {
        max-width: 100%;
        display: block;
        min-height: 560px;
        width: 100%;
}
@media screen and (min-width: 980px) {
	#site-navigation .primary-menu > li > a {
        padding: 15px 0 10px;
	}
	#site-navigation .primary-menu > li.menu-item-has-children > ul.sub-menu {
	        left: 0;
	        transform: translateX(0%);
	        padding: 0;
	        padding-bottom: 20px;
	}
	#site-navigation .primary-menu > li.menu-item-has-children.mega-menu > ul.sub-menu {
	        left: 0;
	        transform: translateX(-12%);
	}
}
@media screen and (min-width: 960px) {
	.site-main-header #site-header-menu {
	        width: 100%;
	        display: flex;
	        justify-content: center;
	}
}

@media screen and (max-width: 959px) {
	.single-places .bx-wrapper img {
        min-height: 380px;
 }
}
@media screen and (max-width: 759px) {
	.single-places .site .site-content-inner, .archive .site .site-content-inner, .blog .site .site-content-inner {
        padding-left: 20px;
        padding-right: 20px;
	}
	.single-places .site-content nav.breadcrumb {
        padding: 25px 0;
        margin-left: 0;
	}
	/* places column width*/
/*
	.sidebar_right.aside_25 #primary {
	        width: 100%;
	        float: none;
	        margin-left: 0;
	}
	.sidebar_right.aside_25 #secondary {
	        width: 100%;
	        float: none;
	        margin-left: 0;
	}
*/
	/* bx slider */
.single-places .bx-wrapper img {
        min-height: 238px;
 }
}
