/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/#html_sitemap {
	/* Nothing yet */
}
#html_sitemap .sitemap-column {
	display: inline-block;
	vertical-align: top;
}
#html_sitemap .sitemap-columns-1 {
	width: 100%;
}
#html_sitemap .sitemap-columns-2 {
	width: 50%;
}
#html_sitemap .sitemap-columns-3 {
	width: 33%;
}
#html_sitemap .sitemap-columns-4 {
	width: 25%;
}
#html_sitemap.has-multiple-columns .sitemap-column:nth-child(1n+2) {
	padding-right: 25px;
}
#html_sitemap.has-multiple-columns .sitemap-column:nth-child(2n+2) {
	padding-left: 25px;
}

/* Old gutenberg styles */
.wp-block-sitemap-block.is-style-single-column .sitemap-column {
	width: 100%;
}
.wp-block-sitemap-block.is-style-double-columns .sitemap-column {
	width: 50%;
}
.wp-block-sitemap-block.is-style-triple-columns .sitemap-column {
	width: 33%;
}
.wp-block-sitemap-block.is-style-four-columns .sitemap-column {
	width: 25%;
}
.wp-block-sitemap-block .sitemap-column:nth-child(1n+2) {
	padding-right: 25px;
}
.wp-block-sitemap-block .sitemap-column:nth-child(2n+2) {
	padding-left: 25px;
}
.wp-block-sitemap-block.is-style-single-column .sitemap-column:nth-child(1n+2) {
	padding-right: 0px;
}
.wp-block-sitemap-block.is-style-single-column .sitemap-column:nth-child(2n+2) {
	padding-left: 0px;
}

@media screen and (max-width: 750px) {



	#html_sitemap .sitemap-columns-1,
	#html_sitemap .sitemap-columns-2,
	#html_sitemap .sitemap-columns-3,
	#html_sitemap .sitemap-columns-4 {
		width: 100%;
	}
	#html_sitemap.has-multiple-columns .sitemap-column:nth-child(1n+2) {
		padding-right: 0px;
	}
	#html_sitemap.has-multiple-columns .sitemap-column:nth-child(2n+2) {
		padding-left: 0px;
	}

	/* Old gutenberg styles */
	.wp-block-sitemap-block .sitemap-column {
		width: 100%;
	}
	.wp-block-sitemap-block .sitemap-column:nth-child(1n+2) {
		padding-right: 0px;
	}
	.wp-block-sitemap-block .sitemap-column:nth-child(2n+2) {
		padding-left: 0px;
	}

}