/**
* Community Mural CSS
*/

.slw-community-mural .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  max-width: none;
  width: 100%;
}

.slw-community-mural .entry-content .cart .variations .label {
	/*padding: 0 5px 10px 0 !important; */
  padding-right: 0;
}

.slw-community-mural .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
	border-width: 7px;
	margin-top: 3px;
	right: 12px;
	transform: translateY(-190%);

	display: none;
}

.slw-community-mural .et_pb_wc_add_to_cart form.cart .variations th.label,
.slw-community-mural .et_pb_wc_add_to_cart form.cart .variations td.value {
	/* display: block; */
}

@media (max-width: 500px) {
	.slw-community-mural #slw-main-logo {
		max-width: none;
		left: 0;
		right: 0;
		border-radius: 0;
	}
	.slw-community-mural #slw-main-logo img {
		width: 125px;
	}

	.slw-community-mural .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
		display: none;
	}
	.slw-community-mural .et_pb_module.slw-hero-button-top-right-container {
		padding: 5px 20px;
		top: 7px;
		right: 7px;
		font-size: 15px;
	}
	.slw-community-mural .et_pb_module.slw-hero-button-bottom-container {
		bottom: 0;
		right: 0;
		border-radius: 0;
		width: 100%;
		left: 0;
		font-size: 15px;
		padding: 7px;
	}
}


/* Don't show the logo inside hero section when using regular page template which shows the site header.
   i.e. don't show the logo twice.
*/
.slw-community-mural.page-template-default .et_pb_section #slw-main-logo { display: none; }

.slw-community-mural input.slw_arc_slider {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.slw-cm-sub-sub-title {
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	.slw-cm-sub-sub-title {
		font-size: 21px;
	}
}