@charset "utf-8";
/* MAIN SWITCHABLE IMAGE / FLUID VIDEO */
.main_image.switchable, .main_image .video_wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.main_image.switchable .fullsize, .main_image .video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_image.switchable .fullsize {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

/* REVIEWS PAGE */
.main_content {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 20px;
}
.main_content h1 {
	margin: 0;
	padding: 0 0 15px;
}
body.single.single-product-reviews .main_content .vertical-stripe-title {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 0;
	margin-bottom: 22px;
	background-image: url("/wp-content/uploads/2019/07/Stripes-1up-02.png");
	background-repeat: repeat-x;
}

/* NEW EDITS */
.switchable-container .thumbs.switchable {
    margin-bottom: 0 !important;
    right: 0;
}

.main_content .right_side .thumbs.switchable, .switchable-container .thumbs.switchable {
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}

.main_content .right_side .switchable_thumb, .switchable-container .switchable_thumb {
	display: inline-block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 2% 2% 0;
    width: 23.5%;
    height: 0;
    padding-top: 23.5%;
}

.switchable-container .thumbs.switchable {
    width: 30%;
    max-width: 350px;
    display: block;
}
	
.main_content .right_side .switchable_thumb:nth-child(4n), .main_content .right_side .switchable_thumb:last-child, .switchable-container .switchable_thumb:nth-child(4n), .switchable-container .switchable_thumb:nth-child(4n) {
	margin-right: 0;
}

.main_content .right_side .switchable_thumb .thumb, .switchable-container .switchable_thumb .thumb {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.main_content .right_side .switchable_thumb .thumb, .switchable-container .switchable_thumb .thumb {
	opacity: 0.6;
	transition: opacity 0.5s;
}
.main_content .right_side .switchable_thumb.active .thumb, .switchable-container .switchable_thumb.active .thumb {
	border: 1px solid #000;
}
.main_content .right_side .switchable_thumb:hover .thumb, .main_content .right_side .switchable_thumb.active .thumb, .switchable-container .switchable_thumb:hover .thumb, .switchable-container .switchable_thumb.active .thumb {
	opacity: 1;
}
.main_content .right_side .switchable_thumb .thumb.video:after, .switchable-container .switchable_thumb .thumb.video:after {
	content: ' ';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 16px solid rgba(255,255,255,0.7);
	top: 50%;
	left: 50%;
	margin: -10px -8px;
}
/* END */

/*------------------------ KRB / KYLE ------------------------*/
/*** WIDTH ***/
body.single.with_sidebar.single-product-reviews #content-area .et_pb_extra_column_main, body.single.single-product-reviews #content-area .et_pb_extra_column_main {
    min-width: 98.5%;
    width: 98.5%;
    flex-basis: 98.5%;
    max-width: 98.5%;
}

body.single.single-product-reviews .post-wrap .post-content, .page .post-wrap .post-content {
	padding: inherit !important;
}

#main-content #content-area .article-main-column-sidebar {
	width: 1240px;
	max-width: 100%;
}

#content-area .article-main-column-sidebar .et_pb_extra_column_main {
	min-width: inherit;
    width: inherit;
    flex-basis: inherit;
    max-width: inherit;
}

.main_content .left_side {
	float: left;
	width: 66%;
	padding-left: 3.25%;
}

.main_content .right_side, .main_content .right_side_v2 {
	float: right;
	width: 30%;
	padding-right: 35px;
	max-width:350px;
	display:block;
}

/*** OTHER ***/
.single.single-product-reviews h1 {
	font-size:24px !important;
}

#page-container .main_content .right_side .nc_socialPanel {
	margin-top:0px !important;
}

.single.single-product-reviews #content-area article .post-wrap {
	padding: 0 60px 30px 0;
}

body.single.single-product-reviews .post-content > .nc_socialPanel {
	display: none;
}

.single.single-product-reviews .post-wrap {
	margin-left: 0px !important;
}

.disclosure {
	width:100% !important;
}

.single.single-product-reviews h1 {
    font-size: 38px !important;
}

body.single.single-product-reviews #content-area article .post-wrap {
	padding:0;
}

body.single.single-product-reviews .post-wrap-border-right {
	border-right:0 !important;
}

.single-product-reviews .under-post-container {
    width: 710px;
    max-width: 100%;
    padding-left: 3.25%;
}

/*** SOCIAL WARFARE BUTTONS ***/
/*
#page-container .main_content .right_side .nc_socialPanel {
	margin-top: 20px !important;
}
#page-container .main_content .right_side .social_buttons {
	position: relative;
	width: 100%;
}
body.single.single-product-reviews .nc_wrapper.floatBottom {
	display: none !important;
}

.post-wrap .swp_social_panel {
	display:none;
}

.post-wrap .swp_social_panel.swp_float_left {
	display:block;
}

.nc_wrapper.bottom {
	display: inherit !important;
}

.nc_wrapper.bottom .swp_social_panel {
	margin: 0 auto
}

/*** ELEGANT THEMES EXTRA CHILD THEME ADJUSTMENTS ***/
body.single.single-product-reviews #content-area {
	background-color: #e7e7e8 !important;
}
body.single.single-product-reviews .article-main-column-sidebar {
	margin-top: 0px !important;
}
body.single.single-product-reviews #content-area article {
	border-right: none !important;
	border-image: none !important;
}
body.single.single-product-reviews #content-area article .post-content {
	margin-top: 0 !important;
}
body.single.single-product-reviews #content-area article .post-wrap {
	padding-right: 0;
}

@media only screen and ( max-width: 768px ) { 
.main_content .left_side {
	width: 100%;
	padding-right: 0px;
	padding-left:0px;
}
	
.main_content .right_side {
	float: left;
	width: 100%;
	padding-left: 35px;
}

.main_content .right_side .thumbs.switchable {
	margin-bottom:0;
}

#page-container .main_content .right_side .social_buttons {
	bottom:0px !important;
}

.single.with_sidebar .et_pb_extra_column_main {
	background:white !important;
}

body.single.single-product-reviews #content-area article {
	background:white;
	margin-top:30px !important;
}

.main_content .right_side .switchable_thumb, .switchable-container .switchable_thumb {
	width: 10.75%;
    padding-top: 10.75%;
}

.switchable-container .switchable_thumb:nth-child(4), .switchable-container .switchable_thumb:nth-child(4) {
    margin-right: 2%;
}
}