/** COMMENTS DISPLAY **/
.comments-area {
	padding: 100px;
}
#commentform {
	padding: 50px!important;
}

/* Add content about ART blog category */
.category-177 .page-header:after {
	content: "Our travels have taken us to the ends of the Earth to search for beauty and meaning.

We bring rich design inspiration and cultural content so you can gain a global perspective without leaving your home.

We look at many aspects of culture for inspiration. We photograph and track cultural awareness that can inspire your creativity.

We search high and low, far and wide to bring you inspirations from worldly cultures. By purchasing the subscription, we allow you full access and unlimited viewing of our design libraries.

From architecture, to interior design, to food preparation, to street-style, to urban planning… We offer many open-ended options for you to be inspired by far-off cultures. We upload photography, data, designs, analysis cultural concepts that will help you be inspired to make informed design decisions.

Check back often to view new gallery additions, and to be forever inspired by the beautiful hand-crafts and inspirations of this bountiful world.";
	margin-bottom: 100px;
	margin-top: 50px;
	width: 100%;
}

/* Add text blurb inside travel category page */
.category-200 .page-header:after {
	content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a dolor at nunc convallis condimentum at sed orci. Integer sed lobortis erat, nec dictum justo.";
	margin-bottom: 100px;
	margin-top: 50px;
	width: 100%;
}

/* Add text blurb inside wellness category page */
.category-15433 .page-header:after {
	content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus a dolor at nunc convallis condimentum at sed orci. Integer sed lobortis erat, nec dictum justo.";
	margin-bottom: 100px;
	margin-top: 50px;
	width: 100%;
}
/* menu font size */
.menu-top-menu-container {
	font-size: 15px;
}
/* Center align product category | TT-19193212-hc */
.woocommerce-loop-category__title {
	text-align: center;
}

/* changing the category block layout on the World Store page */
.category_list ul{
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.category_list li{
    display:inline;
}
.category_list a{
    display:inline-block;
    padding:10px;
}
/*Fix Product Images on Product Pages 19234711-hc MS*/
body.single-product .flex-viewport {
  overflow: hidden !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 10px 10px 0 0;
}
/* make featured images on blog page full size | #19284109-hc eD */
.blog .entry-thumbnail .wp-post-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Footer widget areas / 2780434-zen (MI) */
@media only screen and (min-width: 886px) {
    #secondary .widget-area:nth-child(2):nth-last-child(2),
    #secondary .widget-area:nth-child(1):nth-last-child(3) {
        width:35%;
    }
    #secondary .widget-area:nth-child(3):nth-last-child(1) {
        width:20%;
    }
}/* social icons in footer | KW-1984268-hc */
svg.icon.icon-facebook {
    color: #1877f2;
}

svg.icon.icon-instagram {
    color: #c32aa3;
}

svg.icon.icon-linkedin {
    color: #007bb5;
}

svg.icon.icon-pinterest {
    color: #bd081c;
}

svg.icon.icon-twitter {
    color: #1da1f2;
}

svg.icon.icon-soundcloud {
    color: #ff5500;
}
/* end social icons */
/* Add background image to Halloween page -24444814-hc */
body.page-id-2688 {
  background-image: url(https://thewavybunch.com/wp-content/uploads/2020/09/imagination-colorful-large-modern-abstract-painting-modern-art-prints.jpg);
}
/* Add white box behind content on Halloween page - 24444814-hc */
.page-id-2688 .entry-content {
  background-color: orange;
 padding: 30px;
}
/*change Donations button color | RN 24475637-hc*/
.page-id-2688 .wp-block-button__link {
	background-color: #9b51e0;
}
/*set images in post categories fill their container | CO 26992230-hc*/
img.attachment-pictorico-home.size-pictorico-home.wp-post-image {
    height: inherit;
}