/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.page-content img {
	max-width: 100%;
	height: auto;
}

.page-content ol,
.page-content ul {
	list-style-position: inside;
}

.footer-logos img {
	margin: 0;
}

.page-title-name h1 {
	font-size: 34px;
	line-height: 1.2em;
}

@media (max-width: 767px) {
	.page-title-name h1 {
		font-size: 26px;
	}
}

h1.product-title {
	font-size: 25px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2em;
}

@media (max-width: 767px) {
	h1.product-title {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.hidden-xs-down {
		display: none !important;
	}
}

.text-white-force,
.text-white-force p {
	color: #fff !important;
}

#arve .arve-wrapper, #tinymce .arve-wrapper {
	margin-bottom: 0 !important;
}

.page-content table:not([class]) {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	overflow-x: auto;
}



.page-content table:not([class]) td,
.page-content table:not([class]) th {
	vertical-align: middle;
	padding: .5rem;
	border-top: 1px solid #dee2e6;
}

.page-section-ptb {
	padding-bottom: 80px;
}

.nf-form-fields-required,
.nf-error-msg.nf-error-field-errors {
	display: none;
}

.contact-form .form-control {
	margin-bottom: 0 !important;
}

.nf-field-label label {
	font-weight: normal !important;
}

textarea {
	resize: none !important;
}

.nf-field-container {
	margin-bottom: 15px !important;
}

.label-right .checkbox-wrap .nf-field-label {
	width: 100% !important;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: auto;
	background: #fff;
}

#order-form-wrapper {
	padding: 20px;
}

.page-content .row ul:not([class]),
.page-content .row ol:not([class]){
	margin-bottom: 1.2rem;
	line-height: 1.5 !important;
	padding-left: 20px;
}

.page-content .row ul:not([class]) li,
.page-content .row ol:not([class]) li {
	margin-bottom: 0.35em;
}

.facts, .facts p {
	color: #999 !important;
}

.right-contact-toggle {
	z-index: 999;
	position: fixed;
	right: 0px;
	top: 160px;
	margin-right: -160px;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	transition: all 300ms ease;
}

.right-contact-toggle.en {
	margin-right: -143px;
}

.right-contact-toggle.active {
	right: -43px;	
}

#right-contact-bar {
	position: fixed;
	right: -400px;
	width: 400px;
	top: 0px;
	z-index: 99999;
	background: #ffffff;
	-moz-transition: right 0.3s;
	-o-transition: right 0.3s;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
	height: 100%;
	box-shadow: -4px 0 14px -8px rgba(0, 0, 0, 0.75);
	overflow-y: auto;
}

#right-contact-bar .wrapper {
	position: relative;
	padding: 25px;
}

.ninja-forms-req-symbol {
	color: inherit !important;
}

#right-contact-overflow {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.45);
	z-index: 99990;
	cursor: crosshair;
}

.right-contact-close {
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.right-contact-close:hover {
	color: #323232;
}

.nf-table-display {
	width: 100%;
}

b, strong {
	font-weight: 600;
}

.nf-fu-fileinput-button {
	background: #2094D2;
	padding: 10px 20px;
	font-size: 13px;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 800;
	display: inline-block;
	border-radius: 0px;
	text-align: center;
	border: 2px solid #2094D2;
	cursor: pointer;
}

.nf-fu-fileinput-button:hover, .nf-fu-fileinput-button:focus {
	background: #146895;
	color: #ffffff;
	border-color: #146895;
}

.nf-fu-progress {
	display: none;
}

@media only screen and (min-width: 768px) {
	.listing-item.smaller .blog-info {
		padding: 22px;
	}
}

.listing-item.smaller .blog-info h5 {
	font-size: 14px;
	display: inline;
}

.listing-item.smaller .blog-info p {
	font-size: 12px;
}

.listing-item.smaller .tags li {
	height: 0;
}

.listing-item.smaller .tags li a {
	font-size: 10px;
}

.footer-Newsletter .nf-after-field .nf-error-msg {
	color: #fff !important;
}

.footer-Newsletter .nf-error .ninja-forms-field {
	border-color: transparent !important;
}

.product-listing-img {
	max-height: 200px;
}

footer a,
footer a:active,
footer a:visited {
	color: #fff !important;
}

footer a:hover {
	color: rgba(255, 255, 255, 0.5) !important;
}