/*
Theme Name: Blog Design Lite Child
Theme URI: https://www.wponlinesupport.com/free-themes/blog-design-lite-child/ 
Author: WP Online Support
Author URI: https://www.wponlinesupport.com/
Description: Blog Design Lite Child is a beautiful WordPress blog theme for blogs website. Theme is lightweight, fast and optimized for all mobile phones.
Template: blog-design-lite
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog-design-lite-child
Tags: 	two-columns, blog, right-sidebar,  custom-background,  custom-colors, editor-style, custom-logo, post-formats,  custom-menu,  featured-images,  full-width-template,  threaded-comments,  footer-widgets,  sticky-post,  theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url("https://groupeweb.blob.core.windows.net/stahls-cdn/StahlsGlyphs/style.css");

#wpadminbar {
	position: fixed !important;
}

#overlay {
	background-color: rgba(0,0,0,0.25);
	height: 0vh;
	left: 0;
	position: absolute;
	top: 46px;
	width: 100vw;
	z-index: 100;
}

body {
	font-family: Proxima-Nova, sans-serif;
}

ul, h1, h2, h3, h4, h5, h6 {
	font-family: Proxima-Nova, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #ff6d22;
}

a:hover {
	color: #d44801;
}

table td {
	border: none;
}

header .blog-contact-number {
	background: #002856;
	color: #fff;
	font-size: 1.000rem;
	line-height: 1;
	padding: 11px 20px; 
	text-align: right;
	width: 100%;
}

header .blog-contact-number span {
	font-weight: 600;
	text-transform: uppercase;
}

header .site-branding {
	background: #0065bd;
	-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.35);
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.35);
	color: #fff;
	min-height: 64px;
	padding: 0;
	position: relative;
	z-index: 10;
}

header .header-content {
	z-index: 20;
}

header .header-logo {
	height: 86px;
	left: auto;
	margin-bottom: -30px;
	position: relative;
	top: -30px;
	width: 80px;
}

header .header-logo img {
	height: 86px;
	width: 80px;
}

header .header-logo a {
	color: #fff;
	display: inline-block;
}

header .header-logo a:hover {
	color: #fff;
}

header .site-search {
	float: right;
	height: 38px;
	margin: 13px 0;
	width: 550px;
}

header h1.site-title {
	display: inline-block;
	font-family: "museo-slab", serif;
	font-size: 1.875rem;
	font-weight: 300;
	height: 64px;
	padding-left: 30px;
	text-transform: uppercase;
}

header h1.site-title a {
	color: #fff;
	display: inline-block;
	height: 64px;
	line-height: 4.000rem;
}

.site-title a:hover, .site-title a:focus,
.site-title a:visited, .site-title a:active {
	color: #fff;
}

.site-search input {
	-webkit-appearance: none;
	border: none;
	float: left;
	height: 38px;
}

.site-search input[type="text"] {
	border-radius: 5px 0 0 5px;
	color: #808080;
	font-size: 1.125rem;
	padding: 0 15px;
	width: calc(100% - 65px);
}

.site-search input[type="text"]:focus {
	color: #222;
}

.site-search input[type="submit"] {
	background-color: #fff;
	border-radius: 0 5px 5px 0;
	color: #4d4d4d;
	font-family: "StahlsGlyphs";
	font-size: 1.750rem;
	padding: 0;
	text-align: center;
	width: 65px;
}

.site-search input[type="text"]::-webkit-input-placeholder {
   color: #bbb;
   font-style: italic;
}

.site-search input[type="text"]:-moz-placeholder {
   color: #bbb;
   font-style: italic;  
}

.site-search input[type="text"]::-moz-placeholder {
   color: #bbb;
   font-style: italic;  
}

.site-search input[type="text"]:-ms-input-placeholder {  
   color: #bbb;
   font-style: italic; 
}

.icon-stahls-super-s-logo {
	display: none;
	font-size: 2.250rem;
}

/* ==========================================================================
   Stahls' Blog Navigation
   ========================================================================== */
.main-navigation ul {
	align-items: center;
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main-navigation li {
	padding-bottom: 0;
	text-align: center;
	width: 16.6666%;
}

.main-navigation ul:not(.children) > li > a {
	border-bottom: 8px solid #fff;
	color: #0065bd;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	min-height: 64px;
	padding: 23px 0 15px;
	text-transform: none;
	-webkit-transition: border-bottom 0.20s ease-in-out;
    transition: border-bottom 0.20s ease-in-out;
}

.main-navigation ul:not(.children) > li > a:hover {
	border-bottom: 8px solid #0065bd;
}

/* ==========================================================================
   Blog Design Lite - Owl Carousel
   ========================================================================== */
.blog-design-latest-post .owl-nav .owl-prev,
.blog-design-latest-post .owl-nav .owl-next {
	position: relative;
}

.owl-carousel .owl-nav button.owl-prev span:before,
.owl-carousel .owl-nav button.owl-next span:before {
	font-size: 1.250rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.owl-carousel .entry-media {
	margin-bottom: 40px;
}

.blog-design-latest-post .owl-nav {
	bottom: 30px;
	height: 50px;
}

.owl-nav span {
	display: block;
}

.owl-carousel-post-slide .entry-media a.entry-image-link {
	height: auto;
}

/* ==========================================================================
   Blog Design Lite - Child Styles
   ========================================================================== */
.container {
	max-width: 1280px;
}

.home .nav-links {
	border-bottom: none;
	border-top: none;
	padding: 20px 0 0;
}

.blog .site-content-wrap, 
.archive .site-content-wrap, 
.search .site-content-wrap {
	background: #f4f4f4;
	margin-bottom: 0;
}

.blog-design-lite-post-innr .entry-media {
	margin-bottom: 40px;
}

.entry-title {
	color: #0065bd;
	font-family: Proxima-Nova, sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
}

.page-header .page-title {
	color: #0065bd;
	font-weight: 600;
}

.blog-design-lite-slider-content {
	color: #000;
}

.blog-design-lite-slider-content .bgs h2.entry-title a {
	color: #0065bd;
}

.blog-design-lite-slider-content .bgs h2.entry-title a:hover {
	color: #009fda;
}

.entry-meta .posted-on, 
.entry-meta .cat-links, 
.entry-meta .comments-link, 
.entry-meta .tags-links, 
.entry-meta .byline {
	font-size: 14px;
}

.entry-summary {
	color: #888;
	line-height: 1.4;
	text-align: left;
}

.entry-meta {
	line-height: 1.3;
	text-align: left;
}

.entry-meta .comments-link {
	display: block;
	padding: 5px 0 28px 22px;
	position: relative;
}

.entry-meta .comments-link:before {
	color: #999;
	content: "\e929";
	font-family: "StahlsGlyphs";
	font-size: 0.875rem;
	left: 0;
	position: absolute;
	top: 5px;
}

.entry-meta .tags-links {
	display: block;
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
}

.entry-meta .tags-links:before {
	content: "\e9a3";
	font-family: "StahlsGlyphs";
	font-size: 0.875rem;
	left: 0;
	position: absolute;
	top: 0;
}

.entry-meta a, 
.entry-footer .post-edit-link {
	color: #999;
}

.entry-meta a:hover, 
.site-main .entry-meta a:hover, 
.entry-footer .post-edit-link:hover {
	color: #ff6d22;
}

.site-main h2.entry-title a:link,
.site-main h2.entry-title a:visited {
	color: #0065bd;
}

.site-main h2.entry-title a:hover {
	color: #009fda;
}

time.entry-date {
	padding-left: 18px;
	position: relative;
}

time.entry-date:before {
	content: "\e958";
	color: #999;
	font-family: "StahlsGlyphs";
	left: 0;
	position: absolute;
	-webkit-transition: all 0.30s;
    transition: all 0.30s;
	top: -1px;
}

time.entry-date:hover:before {
	color: #ff6d22;
}

.author > img.avatar {
	display: none !important;
}

.pagination .current {
	background: #009fda;
	cursor: default;
}

.pagination .page-numbers {
	border-radius: 0;
}

.pagination span, .pagination a.page-numbers {
	background: #999;
	font-size: 1.125rem;
	font-weight: 600;
}

.pagination a.page-numbers:hover {
	background: #009fda;
}

a.page-numbers.prev {
	padding: .6em 1.2em .6em 1.8em;
	position: relative;
}

a.page-numbers.next {
	padding: .6em 1.8em .6em 1.2em;
	position: relative;
}

a.page-numbers.prev:before, a.page-numbers.next:before {
	content: "\e946";
	font-family: "StahlsGlyphs";
	font-size: 0.750rem;
	font-weight: 400;
	left: 15px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.page-numbers.next:before {
	content: "\e947";
	left: auto;
	right: 15px;
}

.entry-meta .fa, 
.entry-header .author .avatar, 
.entry-meta.entry-meta-category {
	display: none;
}

article .entry-summary {
	color: #000;
}

article .link-more a:link, article .link-more a:visited {
	color: #888;
}

article .link-more a:hover, article .link-more a:focus, article .link-more a:active {
	color: #ff6d22;
}

footer.entry-footer {
	background-color: transparent;
}

.link-more a {
	font-weight: 600;
}

.site-content input[type="email"], .site-content input[type="text"] {
	font-family: Proxima-Nova, sans-serif;
	height: 35px;
	padding: 2px 10px;
	-webkit-transition: border 0.20s ease-in-out;
    transition: border 0.20s ease-in-out;
}

.site-content input[type="email"]:focus, .site-content input[type="text"]:focus {
	background-color: #f4f4f4;
	border: 1px solid #999;
}

.site-content input[type="submit"] {
	background-color: #ff6d22;
	border: none;
	border-radius: 100px;
	color: #fff;
	cursor: pointer;
	font-family: Proxima-Nova, sans-serif;
	font-size: 1.000rem;
	height: auto;
	line-height: 1;
	margin: 0;
	padding: 10px 30px;
}

.site-content input[type="submit"]:hover {
	background-color: #d44801;
}

/* ==========================================================================
   Blog Design Lite - 404 Page Error
   ========================================================================== */
.error404 #main {
	padding-bottom: 0;
}

.error404 h1 {
	color: #999;
	font-family: Proxima-Nova, sans-serif;
	font-size: 2.625rem;
	font-weight: 300;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.error404 .not-found {
	margin: 10px 0 45px;
	position: relative;
}

.error404 .error-image {
	margin: 0;
	padding: 0;
}

.error404 .error-image img {
	display: block;
}

.error404 .error-image:after {
	display: none;
}

.error404 .page-content {
	bottom: 40px;
	left: 0;
	padding: 0 30px;
	position: absolute;
	/* top: 70%; */
	width: 100%;
}

.error404 .page-content p {
	color: #999;
	font-family: Proxima-Nova, sans-serif;
	font-size: 1.500rem;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 0;
	padding-bottom: 24px;
}

.error404 .page-content .search-form {
	display: none;
}

.error404 .page-content .go-back-home {
	background-color: #fff;
	border: 2px solid #ff6d22;
	border-radius: 100px;
	color: #ff6d22;
	display: inline-block;
	font-family: Proxima-Nova, sans-serif;
	font-size: 1.000rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	padding: 9px 20px;
	text-transform: none;
}

.error404 .page-content .go-back-home:hover {
	border: 2px solid #fff;
	background-color: #ff6d22;
	color: #fff;
}

.error404 .page-content .go-back-home span {
	padding-right: 15px;
	position: relative;
}

.error404 .page-content .go-back-home span:after {
	content: "\e947";
	font-family: "StahlsGlyphs";
	font-size: 0.750rem;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ==========================================================================
   Stahls' Blog Footer //www.stahls.com/stahls/content/css/footer.css
   ========================================================================== */
.wrap {
	max-width: 1280px;
	padding-left: 0;
	padding-right: 0;
}

footer #footer-links > div ul li {
	line-height: 18px;
}

footer #footer-social .social-links ul.footer-icons li {
	line-height: 18px;
}

footer #footer-social .social-links .follow-title input.footerSub {
	font-family: Proxima-Nova, sans-serif;
	height: 43px;
}

footer h2 {
	margin-bottom: 0;
	padding-bottom: 8px;
}

footer p {
	margin-bottom: 0;
}

footer input.orangeButton {
	background-color: #ff6d22;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Proxima-Nova, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	overflow: visible;
	text-decoration: none;
}

footer input.orangeButton:hover {
	background-color: #d44801;
}

.clearfix:before, .clearfix:after {
	display:table;
	content:" ";
}

.clearfix:after {
	clear:both;
}

/* ==========================================================================
   Stahls' Blog Helper Classes
   ========================================================================== */
.mobile-only, .scroll-to-top {
	display: none;
}

/* ==========================================================================
   Stahls' Blog Media Queries
   ========================================================================== */
@media all and (max-width: 1350px) {
	.blog-contact-number .container {
		padding: 0;
	}

	.site-branding .container {
		padding: 0 20px;
	}

	.header-content .container {
		padding: 0;
	}
}

@media all and (max-width: 1279px) {
	.error404 h1 {
		font-size: 2.000rem;
		padding-bottom: 0;
	}

	.error404 .page-content {
		bottom: 20px;
	}

	.error404 .page-content p {
		font-size: 1.250rem;
		padding-bottom: 14px;
	}
}

@media all and (max-width: 1024px) {
	.main-navigation {
		max-width: none;
	}

	.navigation-top .wrap {
		padding: 0.75em 45px;
	}

	footer {
		line-height: 1.2;
	}

	footer #footer-legal {
        width: 100%;
    }

    footer ul {
    	list-style: none;
    }

    footer .mobile-footer ul li.icons a {
    	box-sizing: content-box;
    }

    #footer-legal p.copyright {
    	width: 100%;
    }
}

@media all and (max-width: 1023px) {
	#overlay {
		display: none;
		height: calc(100% - 46px);
	}

	.desktop, .mobile-logo {
		display: none;
		visibility: hidden;
	}

	.icon-stahls-super-s-logo {
		display: inline-block;
	}

	header .site-branding {
		min-height: 46px;
	}

	header .site-branding .container {
		padding: 0 30px;
	}

	header .header-logo {
		display: inline-block;
		float: none;
		height: auto;
		margin: 5px 0;
		position: static;
		vertical-align: top;
		width: 36px;
	}

	header h1.site-title {
		font-size: 1.500rem;
		height: 46px;
		padding: 0 60px 0 12px;
		vertical-align: top;
	}

	header h1.site-title a {
		height: 46px;
		line-height: 2.875rem;
	}

	header .site-search {
		display: inline-block;
		float: none;
		height: 25px;
		margin: 10px 0 0;
		width: 360px;
	}

	.site-search input {
		height: 26px;
	}

	.site-search input[type="text"] {
		font-size: 0.750rem;
		width: calc(100% - 35px);
	}

	.site-search input[type="submit"] {
		font-size: 1.250rem;
		width: 35px;
	}

	/* Navigation */
	header .header-content {
		background-color: #0065bd;
		cursor: pointer;
		height: 46px;
		position: absolute !important;
		right: 0;
		top: 0;
		width: 50px;
		z-index: 101;
	}

	header .header-content:before {
		color: #fff;
		content: "\e95a";
		font-family: "StahlsGlyphs";
		font-size: 1.375rem;
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}

	body.active header .header-content {
		background-color: #fff;
	}

	body.active header .header-content .main-navigation ul {
		display: block;
	}

	body.active header .header-content:before {
		color: #0065bd;
		content: "\e95c";
		font-size: 1.000rem;
	}

	.main-navigation ul {
		-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
		box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
		display: none;
		position: absolute;
		top: 46px;
		right: 0;
		width: auto;
	}

	.main-navigation li {
		background-color: #fff;
		display: block;
		text-align: left;
		width: 240px;
	}

	.main-navigation ul:not(.children) > li > a {
		border-bottom: 1px solid #ccc;
		line-height: 1.3;
		padding: 20px 15px;
	}

	.main-navigation ul:not(.children) > li > a:hover {
		border-bottom: 1px solid #ccc;
	}

	.main-navigation ul:not(.children) > li:last-child {
		border-bottom: none;
	}

	/* Slider */
	.blog-design-lite-columns {
		float: left;
		width: 100%;
	}

	.blog-design-latest-post .owl-nav {
		bottom: 38px;
		position: absolute;
	}

	.owl-carousel.owl-drag .owl-item {
		padding-bottom: 80px;
	}

	/* Error */
	.error404 .not-found {
		margin: 10px 0 30px;
	}
}

@media all and (max-width: 767px) {
	header h1.site-title {
		font-size: 1.313rem;
		padding: 0 6px;
	}

	header .site-branding .container {
		padding: 0 20px;
	}

	header .site-search {
		background-color: #0065bd;
		-webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.35);
		box-shadow: 0 1px 2px 1px rgba(0,0,0,0.35);
		display: none;
		height: 46px;
		left: 0;
		margin: 0;
		padding: 10px 20px;
		position: absolute;
		top: 46px;
		width: 100%;
		z-index: 1;
	}

	header .site-search.active {
		display: block;
	}

	header .site-search input[type="submit"] {
		display: none;
	}

	header .site-search button {
		background-color: #fff;
		border: none;
		border-radius: 0 5px 5px 0;
		color: #0065bd;
		display: block;
		float: left;
		font-size: 0.875rem;
		height: 26px;
		padding: 6px 0;
		text-align: center;
		width: 35px;
	}

	header .site-search-mobile {
		background-color: #0065bd;
		cursor: pointer;
		display: block;
		font-size: 1.500rem;
		height: 46px;
		position: absolute;
		right: 50px;
		top: 0;
		width: 50px;
		z-index: 1;
	}

	header .site-search-mobile span {
		left: 50%;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}

	.error404 .page-content {
		padding: 0 20px;
	}

	.error404 .error-image {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e5e5+0,e8e7e6+12,f0efef+25,f7f5f5+50,fefefe+80 */
		background: rgb(230,229,229); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(230,229,229,1) 0%, rgba(232,231,230,1) 12%, rgba(240,239,239,1) 25%, rgba(247,245,245,1) 50%, rgba(254,254,254,1) 80%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(230,229,229,1) 0%,rgba(232,231,230,1) 12%,rgba(240,239,239,1) 25%,rgba(247,245,245,1) 50%,rgba(254,254,254,1) 80%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(230,229,229,1) 0%,rgba(232,231,230,1) 12%,rgba(240,239,239,1) 25%,rgba(247,245,245,1) 50%,rgba(254,254,254,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e5', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 */
		padding-bottom: 120px;
	}
}

@media all and (max-width: 640px) {
	.home .blog-design-lite-column, 
	.home .blog-design-lite-columns {
		padding: 0 20px;
	}
}

@media all and (max-width: 413px) {
	.blog-design-latest-post .owl-nav {
		bottom: 30px;
		height: 32px;
	}

	.owl-nav span {
		height: 32px;
	}

	.blog-design-latest-post .owl-nav .owl-prev,
	.blog-design-latest-post .owl-nav .owl-next {
		height: 32px;
		width: 32px;
	}

	.owl-carousel .owl-nav button.owl-prev span:before, 
	.owl-carousel .owl-nav button.owl-next span:before {
		font-size: 0.875rem;
	}

	.error404 h1 {
		font-size: 1.500rem;
		font-weight: 400;
	}

	.error404 .page-content p {
		font-size: 1.000rem;
	}
}

@media only screen and (max-device-width: 48em),
only screen and (min-device-width: 48em) and (max-device-width: 63.9375em) and (-webkit-min-device-pixel-ratio: 1) {
    .desktop {
		display: none !important;
		visibility: hidden;
	}

	footer {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-align: center;
        font-size: 1rem
    }
    footer .mobile-footer {
        display: block;
        width: 100%;
        color: #fff;
        float: none
    }
    footer .mobile-footer ul {
        margin: 0;
        padding: 0
    }
    footer .mobile-footer ul li {
        margin: 0 auto;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        line-height: 20px
    }
    footer .mobile-footer ul li a {
        display: block;
        color: #fff !important;
        padding: 20px 0
    }
    footer .mobile-footer ul li a:hover {
        text-decoration: none
    }
    footer .mobile-footer ul li.hours a {
        cursor: default
    }
    footer .mobile-footer ul li.icons a {
        float: left;
        text-align: center;
        padding: 20px 2%;
        width: 10.28%
    }
    footer .mobile-footer ul li.icons a span {
        font-size: 26px;
        padding-right: 0
    }
    footer h1,
    footer nav~nav,
    footer #memberships {
        display: none
    }
    #footer-legal {
        width: 100%;
        margin: 0;
        padding: 0;
        position: relative;
        color: #fff;
        background: #002856;
        font-size: 1rem;
        padding-bottom: 20px
    }
    #footer-legal p {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none
    }
    #footer-legal p.copyright {
        text-align: center;
        font-size: .75rem;
        line-height: 16px;
        padding: 20px 10% 0;
    }
    #footer-legal img {
        display: none
    }
    #footer-legal a {
        display: block;
        margin: 0 auto;
        color: #fff;
        border-bottom: 1px solid #fff;
        line-height: 20px;
        padding: 20px 0;
        text-decoration: none
    }
    #footer-legal span {
        display: none
    }
    #footer-legal span.dash {
        display: inline
    }
    #footer-legal .distribute {
        display: block;
        overflow: hidden;
        border-bottom: 1px solid #fff;
        margin: 0 auto;
        padding-bottom: 20px
    }
    #footer-legal .distribute .list-container {
        display: block;
        width: 100%;
        text-align: justify;
        -ms-text-justify: distribute-all-lines;
        text-justify: distribute-all-lines;
        margin: 0 auto;
        max-width: 500px
    }
    #footer-legal .distribute .list-container:before {
        display: block;
        width: 100%;
        content: '';
        margin-bottom: -1.2em
    }
    #footer-legal .distribute .list-container:after {
        width: 100%;
        display: inline-block;
        content: ''
    }
    #footer-legal .distribute .list-container>* {
        display: inline-block;
        position: relative;
        text-align: left;
        vertical-align: middle;
        top: 1.2em
    }
    #footer-legal .distribute .list-container ul {
        text-align: left;
        vertical-align: top;
        margin: 20px 3% 0
    }
    #footer-legal .distribute .list-container ul li {
        padding: 10px 0 0
    }
    #footer-legal .distribute .list-container ul li.category {
        padding: 0 0 5px
    }
    #footer-legal .distribute .list-container ul li a {
        padding: 0;
        border-bottom: none;
        width: auto
    }
}