/****************************************************
 * Plus Together
 * Author: SimplePerfectWeb
 * File: Custom Stylesheet
 ****************************************************/

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10p {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.ml-2p {
    margin-left: 2px;
}

.ml-5p {
    margin-left: 5px;
}

.ml-10p {
    margin-left: 10px;
}

.mr-5p {
    margin-right: 5px;
}

.mr-10p {
    margin-right: 10px;
}

.pb-0 {
	padding-bottom: 0;
}

.pr-10p {
    padding-right: 10px;
}

.pl-10p {
    padding-left: 10px;
}

.pl-20p {
    padding-left: 20px;
}

.pl-0 {
	padding-left: 0;
}

.pd-8 {
	padding: 8px;
}

.pd-10p {
	padding: 10px;
}

.pb-10p {
	padding-bottom: 10px;
}

.pb-20p {
	padding-bottom: 20px;
}

.pt-content-general {
	padding-top: 10px;
}

.pt-red {
	color: #E32E10;
}

.f-bold {
	font-weight: 700;
}

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.w-100 {
	width: 100%;
}

.h-450 {
	height: 450px !important;
}

.no-display {
    display: none;
}

.button.disabled {
	background-color: #EEE;
	color: #CCC;
	cursor: default;
}

.disabled {
	color: #CCC;
}

.qty.disabled {
	color: #CCC;
	cursor: default;
}

.d-iflex {
	display: inline-flex !important;
}

.fs-10 {
	font-size: 10px;
}

/**************************************************
 * Override styles.
 **************************************************/

/* General */
#page-title h1 {
	text-transform: unset;
}

#page-title {
    padding: 3rem 0;
    background-color: unset;
	border-bottom: unset;
}

/* Article */
.entry-content {
    margin-top: 20px;
}

/* View Article */
.entry::after {
	display: none;
}

#page-title.view-article {
    padding: 3rem 0 10px 0;
}

.single-post .entry-content .entry-image {
    max-width: 470px;
    padding-right: 20px;
}

/* Contact Us */
#contact-form {
	position: relative;
}

.pt-gmap .fluid-width-video-wrapper {
	padding-top: 0 !important;
}

.pt-gmap .fluid-width-video-wrapper iframe {
	position: relative !important;
}

.subtitle > a:hover {
    color: #E32E10;
}

/* How To */
.how-to .tab-nav li a {
    color: #666;
}

.how-to.tabs-alt .tab-nav li.ui-tabs-active a {
    border: 1px solid #E32E10;
    border-bottom: 0;
}

/* Countdown */
.pt-countdown, .pt-plus {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}

.pt-countdown-clock, .pt-plus-icon {
	max-width: 12%;
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 25px;
	color: #333;
}

.pt-countdown-time {
	max-width: 88%;
	position: relative;
    width: 100%;
}

.pt-plus-icon {
	font-size: 22px;
}

.pt-plus-text {
	max-width: 88%;
	position: relative;
	padding-left: 18px;
    margin: auto;
	width: 100%;
	font-size: 22px;
	color: #333;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* DataTable */
.page-item.active .page-link, .page-link:hover, .page-link:focus {
	border-color: #E32E10 !important;
}

/* Top Log In */
.logged-in > a {
	text-transform: none !important;
}

/* Tab */
.tab-nav {
    border-bottom: 1px solid #E32E10;
}

.tab-nav li {
	border: 1px solid #E32E10;
}

.tab-nav li:first-child {
    border-left: 1px solid #E32E10;
}

.tab-nav li a {
	background-color: #E32E10;
	color: #FFF;
}

.tab-nav li.ui-tabs-active a, .m-deal .tab-nav li.ui-tabs-active a {
    color: #E32E10;
}

/* Create Deal */
.create-deal-muted {
	font-size: 10px;
	color: #999 !important;
}

/* Tab in Manage Deal */
.m-deal .tab-nav li a {
    color: #CCC;
}

.m-deal .tab-nav {
    border-bottom: 1px solid #CCC;
}

/* Deal list */
.r-border {
	border-radius: 5px;
}

/* Top Search Form / Type Ahead */
span.twitter-typeahead {
	display: block !important;
	height: 100%;
}

.tt-menu {
	width: 100%;
	margin: 4px 0;
	padding: 8px 0;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
			border-radius: 4px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
		-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
			box-shadow: 0 1px 10px rgba(0,0,0,.1);

}

.tt-suggestion {
	padding: 3px 20px;
	font-size: 18px;
	line-height: 26px;
}

.tt-suggestion:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #E32E10;
}

.tt-suggestion.tt-cursor {
	color: #fff;
	background-color: #E32E10;

}

.twitter-typeahead .tt-hint {
	color: #888;
}

#q::placeholder {
	color: #888;
}

/* Button */
.btn-danger:focus, .btn-danger.focus {
    box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  	box-shadow: none;
}

.page-link:focus {
	box-shadow: none;
}

/* FB Share Section */
.deal-info {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin-right: 0;
	margin-left: 0;
}

.fb-share {
	margin-left: 10px;
}

.fb-share .social-icon {
    margin: -1px 0;
    border-radius: 0;
}

/* Buttons */
.cancel-deal.button {
	background-color: #777;
}

.cancel-deal.button:hover {
    background-color: #444;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

/* Error/Result Message */
.error-msg, .result-msg {
	display: none;
}

/* Input Form */
.form-group > input::placeholder {
	color: #ccc;
}

.form-group > textarea::placeholder {
	color: #ccc;
}

.form-group > .input-with-unit > input::placeholder {
	color: #ccc;
}

.form-group > .input-group > input::placeholder {
	color: #ccc;
}

.input-group > .file-caption > input::placeholder {
	color: #ccc;
}

.input-with-unit {
	display: flex;
}

.deal-monetary, .deal-unit {
	margin: auto;
    padding-left: 10px;
}

.input-group-append {
	height: calc(1.5em + 0.75rem + 2px);
}

.number {
	text-align: right;
}

/* BS File Input */
.file-caption.icon-visible .file-caption-name {
	font-family: 'Lato', sans-serif;
}

.file-error-message {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	font-size: 12px;
	background-color: #fff;
	border: none;
	color: #ec4561;
}

.file-error-message > ul > li {
    list-style-type: none;
}

.kv-error-close {
	display: none;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
	box-shadow: none;
}

.file-preview .fileinput-remove {
	line-height: 20px;
    margin-right: 7px;
}

.has-error > .file-preview {
	display: none;
}

.kv-file-upload {
	display: none;
}

/* SWAL */
.swal2-styled:focus {
    box-shadow: 0 0 0 3px rgb(227 46 16 / 50%) !important;
}

/* Parsley Form Validation */
.error {
	color: #ff0000;
}

.parsley-error {
	border-color: #ec4561;
}

.parsley-errors-list {
	display: none;
	margin: 0;
	padding: 0;
}

.parsley-errors-list.filled {
	display: block;
}

.parsley-errors-list > li {
	font-size: 12px;
	list-style: none;
	color: #ec4561;
	margin-top: 5px;
}

.parsley-errors-list.added {
	display: block;
	font-size: 12px;
    list-style: none;
    color: #ec4561;
    margin-top: 5px;
}

/* Bootstrap DatePicker */
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
	background-color: #E32E10;
	border-color: #E32E10;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #CCC;
    cursor: default;
}

/* Select 2 */
.select2-container {
	width: 100% !important;
}

.select2-container .select2-selection--single {
	border: 1px solid #ced4da;
	height: 38px;
}

.select2-container .select2-selection--single:focus {
	outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	height: 34px;
	width: 34px;
	right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	border-color: #ced4da transparent transparent transparent;
	border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ced4da transparent;
	border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #E32E10;
}

.select2-results__option {
	padding: 6px 12px;
}

.select2-dropdown {
	border: 1px solid #ced4da;
	padding-top: 5px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
			box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.select2-search input {
	border: 1px solid #ced4da;
}

.select2-container .select2-selection--multiple {
	min-height: 38px;
	border: 1px solid #ced4da;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
	margin-top: 7px;
	border: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	background-color: #f5f5f5;
	border: 1px solid #ced4da;
	border-radius: 1px;
	padding: 0 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #ced4da;
}

/* Main */
.dark #footer, #footer.dark {
	color: rgba(255,255,255,0.75);
    background-color: #E32E10;
    border-top-color: rgba(227,46,16,0.15);
}

.dark #copyrights, #copyrights.dark {
    color: rgba(255,255,255,0.75);
}

.dark .copyright-links a {
    color: rgba(255,255,255,0.75);
    border-bottom-color: rgba(255,255,255,0.75);
}

.dark .copyright-links a:hover {
    color: rgba(255,255,255,0.95);
    border-bottom-color: rgba(255,255,255,0.95);
}

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: rgba(255,255,255,0.75) !important;
}

.revo-slider-emphasis-text {
	font-size: 58px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: 'Mitr', 'Poppins', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}

.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Mitr', 'Poppins', sans-serif;
}

.tp-video-play-button { display: none !important; }

.tp-caption { white-space: nowrap; }

/* View Deal */
.bp-button {
	display: flex;
}

.bn-button {
	margin-right: 10px;
}

.buy-now-btn {
	background-color: #aaa;
}

/* Register */
.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {
    background: #E32E10;
}

.checkbox-style-3-label {
	margin: 0;
}

.tc-checkbox {
	text-transform: initial;
	font-weight: 400 !important;
	font-family: 'Mitr', 'Lato';
	font-size: 1rem !important;
	margin-top: -5px;
}

@media (max-width: 767.98px) {
	.tab-nav li a {
		font-size: 0.8rem;
		padding: 0 10px;
	}

	.bp-button {
		position: fixed;
		z-index: 99;
		left: 0;
		bottom: 0;
		padding: 0;
		height: 60px;
		width: 100%;
		background-color: #fff;
		text-align: center;
		border-top-color: #ccc;
		border-top: 1px solid #EEE;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
	}

	.bn-button, .plus-button {
		margin: auto;
		width: 100%;
		height: 100%;
	}

	.buy-now-btn {
		width: 100%;
		height: 100%;
	}

	.plus-btn {
		width: 100%;
		height: 100%;
	}

	.sm-d-none {
		display: none;
	}

	.quantity {
		margin: auto;
	}

	.sm-display {
		display: block !important;
	}

	.d-info-item {
		margin-top: 5px;
	}

	.top-links-container {
		float: right;
	}
}
