/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.w-gallery-item.order_1, .w-gallery-item.order_2, .w-gallery-item.order_3 {
	display: none;
}
.w-gallery.cols_2.link_file {
	margin-bottom: 10px;
}
#swipebox-overlay .slide.current img {
	max-width: 1000px;
}
.buy_smt_btn_wrapper {
	background-color: #5f90b1;
	padding: 8px;
	text-align: center;
}
.buy_smt_button {
	background-image: linear-gradient(to top, #d4e9ff, #f2f8ff);
	border: 1px inset rgba(231, 244, 255, 0.7);
	border-radius: 5px;
	color: #234F75;
	display: table;
	font-size: 20px;
	margin: auto;
	padding: 5px 20px;
	position: relative;
}
.w-gallery-list .w-gallery-item:nth-of-type(2n) {
	margin-right: 3%;
}
.w-gallery-list .w-gallery-item:nth-of-type(2n+1) {
	margin-left: 3%;
}
.w-gallery-list .w-gallery-item {
	border: 0.5px inset #5f90b1;
	max-width: 47%;
}

.smt-notice.success {
	border-radius: 3px;
	background-color: #CF9;
	border: 1px solid green;
	padding: 20px;
	margin: 30px;
	text-align: center;
	color: green;
	box-shadow:0px 0px 2px 1px #E4E4E4;
}
/* Site Logo */
.header_hor .l-subheader-cell.at_left > .logo_img {
	margin-right: 0.2rem;
	order: 1;
}
.header_hor .l-subheader-cell.at_left > .logo_text {
	color: #2c99dd;
	font-weight: bold;
	letter-spacing: 0.1rem;
	order: 2;
}

/* Registration Pages */
#wpum-submit-registration-form > .fieldset-membership_product > label {
	visibility: hidden;
}
#wpum-submit-registration-form > .fieldset-membership_product > .field.required-field > .description {
	visibility: hidden;
}

/* Contact Captcha */
#contactform_captcha .captcha_label, #contactform_captcha .wpcfr7-captchac {
	vertical-align: top;
}

/* Home page promo video */
.home #demo_video {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	z-index: 1111;
}
@media (min-width: 1025px) {
	.home #demo_video {
		left: 450px;
		top: -28px;
	}
}
@media (min-width: 601px) and (max-width: 1024px) {
	.home #demo_video {
		right: 45%;
		top: -14px;
	}
}
@media (max-width: 600px) {
	.home #demo_video {
		display: none;
	}
}
/* App page promo video */
.page-id-41 #demo_video {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	z-index: 1111;
}
@media (min-width: 1025px) {
	.page-id-41 #demo_video {
		right: 450px;
		top: 36px;
	}
}
@media (min-width: 601px) and (max-width: 1024px) {
	.page-id-41 #demo_video {
		right: 45%;
		top: -14px;
	}
}
@media (max-width: 600px) {
	.page-id-41 #demo_video {
		display: none;
	}
}

.home .l-subheader-cell .w-nav::before {
	content: url("app/plugins/syncmusictag/assets/images/special-intro-price.png");
	display: flex;
	height: 83px;
	position: absolute;
	right: -166px;
	top: 17px;
}