/* Table of Content
==================================================
	1.0  -  Custom Class
	2.0  -  Browser Fix
	3.0  -  DT Responsive*/

/*--------------------------------------------------------------
	1.0 - Custom Class
	--------------------------------------------------------------*/

a.video-image span:after {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.title_uppercase { text-transform: uppercase; }
.title_bold { font-weight: bold; }
/* http://prntscr.com/dydrzx = Reseller Hosting page */
.extend-bg-fullwidth-left:after {
	content: '';
	display: inline !important;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
}
.extend-bg-fullwidth-right:after {
	content: '';
	display: inline !important;
	height: 100%;
	left: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.extend-bg-fullwidth-left:after,
.extend-bg-fullwidth-right:after { background: #f5f5f5; }
/*----*****---- << Vc Column custom class >> --****--*/
.rs_no-padding_column.wpb_column,
.vc_col-md-12.wpb_column.rs_no-padding_column {
	margin-bottom: 0;
	margin-top: -1px;
	padding-bottom: 0;
} /* http://prntscr.com/dydqdv */
.light-overlay:before { background: rgba(255, 255, 255, .8); } /* http://prntscr.com/dydsrd  = Model Home page contact section */
.dark-overlay:before { background: rgba(0, 0, 0, .8); }
/*----*****---- << Gray Scale >> --****--*/ /* http://prntscr.com/dydr06 = Hotel Our Firm Page */
.gray-scale:hover,
.gray-scale:hover img {
	filter: grayscale(1);
	transition-duration: 1s;
	transition-property: filter;
	-moz-transition-duration: 1s;
	-moz-transition-property: -moz-filter;
	-ms-transition-duration: 1s;
	-ms-transition-property: -ms-filter;
	-o-transition-duration: 1s;
	-o-transition-property: -o-filter;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: -webkit-filter;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
}
/*----*****---- << Text with icon >> --****--*/ /* http://prntscr.com/dydrax = Fitness Home Page */
.dt-sc-text-with-icon {
	clear: both;
	float: left;
	font-weight: bold;
	padding: 12px 0 12px 20px;
	width: 100%;
}
.dt-sc-text-with-icon span {
	font-size: 18px;
	font-weight: bold;
	margin: 0 7px 0 0;
	position: relative;
	top: 2px;
}
.dt-sc-text-with-icon.border-bottom { border-bottom: 1px solid; }
.dt-sc-text-with-icon.border-right { border-right: 1px solid; }
.dt-sc-dark-bg .dt-sc-text-with-icon span { color: #fff; }

/*----*****---- << Hosting Domain Page Table >> --****--*/ /* http://prntscr.com/dydxr3 = Hosting Domain Page */
.hosting-table {
	border-top: 0;
	font-family: 'Open Sans', sans-serif;
}
.hosting-table th {
	background: #e1e1e1;
	border-radius: 5px 5px 0 0;
	border-right: 1px solid #fff;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 15px;
}
.hosting-table tr td,
.hosting-table tbody tr:nth-child(2n+1) td {
	background: rgba(0, 0, 0, .95);
	border-bottom: 0;
	border-right: 1px solid rgba(255, 255, 255, .2);
	font-size: 16px;
	font-weight: 600;
	padding: 25px 15px;
}
.hosting-table tbody tr td:last-child,
.hosting-table tr th:last-child { border: none; }
.hosting-table tbody tr:nth-child(2) td { background: rgba(0, 0, 0, .9); }
.hosting-table tbody tr:nth-child(3) td { background: rgba(0, 0, 0, .85); }
.hosting-table tbody tr:nth-child(4) td { background: rgba(0, 0, 0, .8); }
.hosting-table tbody tr:nth-child(5) td { background: rgba(0, 0, 0, .75); }
.hosting-table tbody tr:nth-child(6) td { background: rgba(0, 0, 0, .7); }
.hosting-table tbody tr:nth-child(7) td { background: rgba(0, 0, 0, .65); }
.hosting-table tbody tr:nth-child(8) td { background: rgba(0, 0, 0, .6); }
.hosting-table tbody tr:nth-child(9) td { background: rgba(0, 0, 0, .55); }
.hosting-table tbody tr:nth-child(10) td { background: rgba(0, 0, 0, .5); }
.hosting-table tbody tr:nth-child(11) td { background: rgba(0, 0, 0, .45); }
.hosting-table tbody tr:nth-child(12) td { background: rgba(0, 0, 0, .4); }
.hosting-table tbody tr td:first-child { position: relative; }
.hosting-table tbody tr td:first-child:before {
	background: #60ae0d;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.hosting-table tbody tr td.new,
.hosting-table tbody tr td.hot {
	overflow: hidden;
	position: relative;
}
.hosting-table tbody tr td.new:before,
.hosting-table tbody tr td.hot:before {
	background: #60ae0d;
	color: #fff;
	content: 'New';
	font-size: 12px;
	left: -20px;
	padding: 2px 22px;
	position: absolute;
	top: 5px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.hosting-table tbody tr td.hot:before {
	background: #e80505;
	content: 'Hot';
	padding: 2px 24px;
}
/*----*****---- << Spa rounded corner image >> --****--*/ /* http://prntscr.com/dydylt = Spa */
.dt-sc-partially-rounded-alt {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.vc_min_height_right.wpb_column.vc_col-sm-6 {
	margin-left: 30px;
	width: calc(50% - 30px);
} /* http://prntscr.com/e0ka7y *
	

	/*----*****---- << Image Caption With Counter >> --****--*/	 /* http://prntscr.com/dydzek = Image caption counter */
.dt-sc-image-caption-with-counter { counter-reset: image-caption-counter; }
.dt-sc-image-caption-with-counter h3 { counter-increment: image-caption-counter; }
.dt-sc-image-caption-with-counter h3:before {
	border-bottom: 2px solid;
	content: counter(image-caption-counter, decimal-leading-zero);
	float: left;
	font-size: 36px;
	font-weight: 600;
	margin: -10px 20px 0 0;
	padding: 0;
}
.dt-sc-image-caption-with-counter h3:before { font-family: 'Open Sans', sans-serif; }
.dt-sc-contact-details-on-map .dt-sc-map-overlay h3,
.dt-sc-contact-details-on-map .map-switch-icon,
.dt-sc-contact-details-on-map .map-switch-icon:hover { color: #fff; }
.dt-sc-contact-details-on-map .map-switch-icon:hover { background: #000; } /* http://prntscr.com/dydzs2 = Restaurant */
/*----*****---- << Photography Readmore Plus >> ----*****----*/ /* http://prntscr.com/dydzxp = Photography */
.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.dt-sc-readmore-plus-icon {
	bottom: 0;
	height: 60px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 60px;
}
.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after {
	bottom: 0;
	content: '';
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}
.dt-sc-readmore-plus-icon:before {
	height: 1px;
	width: 30px;
}
.dt-sc-readmore-plus-icon:after {
	height: 30px;
	width: 1px;
}
.dt-sc-readmore-plus-icon:before,
.dt-sc-readmore-plus-icon:after { background: #fff; }
.dt-sc-readmore-plus-icon { background: #000; }
.dt-sc-readmore-plus-icon:hover { background: rgba(0, 0, 0, .8); }
/*----*****---- << Nightclub Home page Social icons >> ----*****----*/
.diamond-narrow-square-border li:before {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.diamond-narrow-square-border li a { color: #000; }
.diamond-narrow-square-border li a:hover { color: #fff; }
.dt-row-partially-on-slider { margin-top: -220px; }
.dt-custom-bg-repeating-angles:before,
.dt-custom-bg-repeating-angles:after {
	background-size: 40px 100%;
	content: '';
	display: inline-block;
	height: 40px;
	left: -1000px;
	position: absolute;
	top: 0;
	width: 10000px;
	z-index: 1;
}
.dt-custom-bg-repeating-angles:before {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.dt-custom-bg-repeating-angles:after {
	bottom: 0;
	top: auto;
}
.dt-custom-bg-repeating-angles:before,
.dt-custom-bg-repeating-angles:after {
	background-image: -webkit-linear-gradient(315deg, #fff 25%, transparent 25%), linear-gradient(45deg, #fff 25%, transparent 25%);
	background-image: -moz-linear-gradient(315deg, #fff 25%, transparent 25%), linear-gradient(45deg, #fff 25%, transparent 25%);
	background-image: -ms-linear-gradient(315deg, #fff 25%, transparent 25%), linear-gradient(45deg, #fff 25%, transparent 25%);
	background-image: -o-linear-gradient(315deg, #fff 25%, transparent 25%), linear-gradient(45deg, #fff 25%, transparent 25%);
	background-image: linear-gradient(315deg, #fff 25%, transparent 25%), linear-gradient(45deg, #fff 25%, transparent 25%);
}
.dt-custom-bg-repeating-angles.top:after { content: none; }
.dt-custom-bg-repeating-angles.bottom:before { content: none; }
.dt-custom-bg-on-mid-bottom:after {
	background-image: url('../images/candle.png');
	background-repeat: no-repeat;
	bottom: 0;
	content: '';
	display: table;
	height: 650px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 902px;
	-webkit-transform: translateX(-50%);
}
.dt-custom-bg-on-mid-bottom .vc_row.vc_inner { z-index: 1; }

 .dt-sc-custom-bg-on-left-bottom:before {
	background-image: url('../../../uploads/2018/06/flower2.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: 50px;
	content: '';
	display: inline-block;
	height: 554px;
	left: 0;
	position: absolute;
	width: 50%;
    filter: contrast(86%);
} 
.wpb_column.dt-sc-custom-bg-on-right-top > .vc_column-inner { overflow: hidden; position: relative; }
.wpb_column.dt-sc-custom-bg-on-right-top > .vc_column-inner:before {
	background-image: url('../images/blood-inflorescence-bgimage.png');	
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 369px;
	right: 0;
	position: absolute;
	top: 0;
	width: 582px;
	transform: translate(32%, -38%);
}
.dt-sc-custom-bg-on-left-top.vc_row.vc_row-flex:before { display: inline-block; }

/*----*****---- << Row on Row Overlay >> ----*****----*/
.dt-sc-row-on-overlay.vc_row { position: relative; }
.dt-sc-row-on-overlay.vc_row.contact > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner ~ .vc_row.vc_inner { top: 42% !important; }
.dt-sc-row-on-overlay.vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner ~ .vc_row.vc_inner {
	left: 0;
	margin: auto 35px;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transform: translateY(-50%);
}
.dt-sc-row-on-overlay.vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner ~ .vc_row.vc_inner > .wpb_column { pointer-events: all; }
.dt-sc-row-on-overlay .dt-sc-contact-form {
	background-color: rgba(255,255,255,.9);
	padding: 70px 30px;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper {
	display: inline-table;
	padding: 25px;
	position: relative;
	width: 100%;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper:before {
	content: '';
	height: 100%;
	left: 0;
	opacity: .85;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .vc_custom_heading,
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .dt-sc-button,
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column,
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper img {
	display: table-cell;
	vertical-align: middle;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .vc_custom_heading {
	font-size: 18px;
	padding: 0 25px;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .dt-sc-button { text-align: center; }
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .dt-sc-button:hover {
	background-color: #fff !important;
	color: inherit;
}
.dt-sc-row-on-overlay .dt-sc-one-fifth .wpb_single_image { margin-bottom: 30px; }
.dt-sc-row-on-overlay .dt-sc-one-fifth .wpb_single_image ~ .wpb_single_image { margin-bottom: 0; }
.dt-sc-row-on-overlay .dt-sc-one-fifth .vc_single_image-wrapper.vc_box_shadow img { padding: 30px; }
.ult-carousel-wrapper.arrows-on-outer-sides button.circle-bg.slick-prev,
.ult-carousel-wrapper.arrows-on-outer-sides button.circle-bg.slick-next {
	height: 45px;
	line-height: 45px;
	position: absolute;
	width: 45px;
}
.ult-carousel-wrapper.ult_horizontal.arrows-on-outer-sides button.circle-bg.slick-prev { left: -45px; }
.ult-carousel-wrapper.ult_horizontal.arrows-on-outer-sides button.circle-bg.slick-next { right: -45px; }
.ult-carousel-wrapper.ult_vertical.arrows-on-outer-sides button.circle-bg.slick-prev { top: -45px; }
.ult-carousel-wrapper.ult_vertical.arrows-on-outer-sides button.circle-bg.slick-next { bottom: -45px; }
.ult-carousel-wrapper.ult_vertical.arrows-on-outer-sides .slick-slide { margin: 15px !important; }


.ult-carousel-wrapper button.slick-next.circle-bg, .ult-carousel-wrapper button.slick-prev.circle-bg { color: #fff; }

.ult-carousel-wrapper.arrows-on-outer-sides button.circle-bg.slick-prev:before,
.ult-carousel-wrapper.arrows-on-outer-sides button.circle-bg.slick-next:before {
	font-size: 0;
	height: 45px;
	line-height: 45px;
	width: 45px;
}
.ult-carousel-wrapper.arrows-on-outer-sides button.circle-bg.slick-prev > i,
.ult-carousel-wrapper.arrows-on-outer-sides button.circle-bg.slick-next > i {
	font-size: 75%;
	height: 45px;
	left: 0;
	line-height: 45px;
	position: absolute;
	top: 0;
	width: 45px;
}
.dt-sc-title.with-right-border-decor:before,
.dt-sc-title.with-right-border-decor:after { display: none; }
.dt-sc-title.with-right-border-decor { padding: 0 0 20px 0; }
.green .dt-sc-pr-tb-col.type1 { border-color: #56c152 !important; }
.green .dt-sc-pr-tb-col.type1 .dt-sc-tb-thumb,
.green .dt-sc-pr-tb-col.type1 .dt-sc-buy-now a:before { background: #56c152; }
.yellow .dt-sc-pr-tb-col.type1 { border-color: #f2bd07 !important; }
.yellow .dt-sc-pr-tb-col.type1 .dt-sc-tb-thumb,
.yellow .dt-sc-pr-tb-col.type1 .dt-sc-buy-now a:before { background: #f2bd07; }
.page-template-tpl-reservation a.dt-sc-button.show-time,
.page-template-tpl-reservation-type2 .dt-sc-button.medium { margin-top: 50px; }

.dt-custom-orbituaries-timeline:before {
	content: '';
	display: inline-block;
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
.dt-custom-orbituaries-timeline .vc_row-o-equal-height .vc_col-sm-5 ~ .vc_col-sm-2:after {
	border-style: dashed;
	border-width: 0 0 1px;
	bottom: 0;
	content: '';
	height: 1px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 50%;
}
.dt-custom-orbituaries-timeline .vc_row-o-equal-height:nth-child(odd) .vc_col-sm-5 ~ .vc_col-sm-2:after { right: 50%; }
.dt-custom-orbituaries-timeline .vc_row-o-equal-height:nth-child(even) .vc_col-sm-5 ~ .vc_col-sm-2:after { left: 50%; }
.dt-custom-orbituaries-timeline .dt-sc-team.type2.dt-orbituary-item .dt-sc-team-thumb:before {
	bottom: 0;
	height: 0;
	margin: auto;
	top: 0;
	width: 0;
}
.dt-custom-orbituaries-timeline .dt-sc-team.type2.dt-orbituary-item .dt-sc-team-thumb:before {
	left: -22px;
	right: auto;
}
.dt-custom-orbituaries-timeline .dt-sc-team.type2.dt-orbituary-item.alter .dt-sc-team-thumb:before {
	left: auto;
	right: -22px;
}
.dt-sc-team.type2.dt-orbituary-item { margin-bottom: 0; }
.dt-sc-team.type2.dt-orbituary-item .dt-sc-team-thumb .dt-sc-team-thumb-overlay:before {
	bottom: 0;
	color: #fff;
	content: 'RIP';
	font-size: 24px;
	font-weight: bold;
	height: 0;
	left: 50%;
	letter-spacing: 24px;
	line-height: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	transition: all .3s linear 0s;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-webkit-transition: all .3s linear 0s;
}
.dt-sc-team.type2.dt-orbituary-item:hover .dt-sc-team-thumb .dt-sc-team-thumb-overlay:before {
	letter-spacing: 6px;
	opacity: 1;
}
.dt-orbituary-single .wpb_single_image .vc_single_image-wrapper {
	display: block;
	float: none;
	margin-left: -10px;
	margin-right: -10px;
	max-width: none;
	padding: 15px;
	position: relative;
	width: auto;
}
.dt-orbituary-single .wpb_single_image .vc_single_image-wrapper:before,
.dt-orbituary-single .wpb_single_image .vc_single_image-wrapper:after {
	border-color: inherit;
	border-style: solid;
	border-width: 1px;
	bottom: 0;
	content: '';
	left: 0;
	margin: 15px 15px 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s linear 0s;
	z-index: 1;
	-webkit-transition: all .3s linear 0s;
}
.dt-orbituary-single .wpb_single_image .vc_single_image-wrapper:before { margin: 14px 7px; }
.dt-orbituary-single .wpb_single_image .vc_single_image-wrapper:after { margin: 7px 14px; }
.dt-sc-toggle-frame-set.type2.dt-sc-faq .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a,
.dt-sc-toggle-frame-set.type2.dt-sc-faq .dt-sc-toggle-frame h5.dt-sc-toggle a {
	padding-top: 35px;
	padding-bottom: 35px;
}
.dt-sc-toggle-frame-set.type2.dt-sc-faq .dt-sc-toggle-frame h5.dt-sc-toggle-accordion.active,
.dt-sc-toggle-frame-set.type2.dt-sc-faq .dt-sc-toggle-frame h5.dt-sc-toggle.active {
	background-color: transparent;
	border-color: transparent;
	background-image: url("../images/breadcrumb.jpg");
	background-position: center center;
	background-repeat: cover;
}
ul.time-table > li,
ul.time-slots,
.dt-sc-reservation-form.dt-appointment-form .dt-sc-button.show-time-shortcode,
.dt-sc-appointment-scheduler-form .dt-sc-button.bordered,
.dt-sc-goback-box .appointment-goback {
	transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}
ul.time-table > li:before,
ul.time-table > li:after,
.dt-sc-available-times ul.time-slots:before,
.dt-sc-available-times ul.time-slots:after {
	transition: all .75s ease 0s;
	-webkit-transition: all .75s ease 0s;
}
/*----*****---- << Reservation >> ----*****----*/
.page-template-tpl-reservation #primary.content-full-width { margin-bottom: 70px; }
.page-template-tpl-reservation a.dt-sc-button.show-time { margin-top: 50px; }
.page-template-tpl-reservation a.dt-sc-button.schedule-it { margin-top: 0; }
.page-template-tpl-reservation .available-times {
	float: left;
	margin-top: 50px;
	width: 100%;
}
.page-template-tpl-reservation h5.hr-title {
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	position: relative;
}
.page-template-tpl-reservation h5.hr-title span {
	border: 1px solid;
	padding: 10px 20px;
	position: relative;
	z-index: 1;
}
.page-template-tpl-reservation h5.hr-title:after {
	border-top: 1px dashed;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	-webkit-transform: translateY(-50%);
}
ul.time-table > li:before,
ul.time-table > li:after,
.dt-sc-available-times ul.time-slots:before,
.dt-sc-available-times ul.time-slots:after {
	border-left: 12px solid;
	border-right: 12px solid;
	border-top: 10px solid;
	bottom: auto;
	content: '';
	display: block;
	height: 0;
	left: 50%;
	margin: 0 auto;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
	-webkit-transform: translateX(-50%);
}
ul.time-table > li:before,
.dt-sc-available-times ul.time-slots:before { top: 0; }
ul.time-table > li:after,
.dt-sc-available-times ul.time-slots:after { top: -2px; }
ul.time-table > li ul,
ul.time-table > li > span {
	position: relative;
	z-index: 1;
}
ul.time-table {
	display: block;
	float: left;
	list-style-type: none;
	width: 100%;
}
ul.time-table > li {
	display: block;
	float: left;
	margin-bottom: 20px;
	margin-right: 2%;
	overflow: hidden;
	padding: 15px 20px 0;
	position: relative;
	text-align: center;
	width: 15%;
}
ul.time-table > li:nth-child(6n) { margin-right: 0; }
ul.time-table > li span {
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
}
ul.time-table > li > p {
	font-size: 16px;
	margin: 0;
}
ul.time-table > li > p > span {
	display: block;
	font-size: 13px;
}
ul.time-slots {
	display: inline-block;
	margin: 15px 0;
	padding: 5px 0 0;
	text-align: center;
}
ul.time-slots > li {
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 5px;
	padding: 0;
	width: 110px;
}
ul.time-slots > li a {
	border-style: solid;
	border-width: 0 0 1px;
	display: inline-block;
	min-width: 56px;
	padding: 5px 18px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.dt-sc-available-times ul.time-slots {
	display: block;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 30px 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.dt-sc-available-times ul.time-slots > li {
	clear: none;
	display: inline-block;
	float: none;
	margin: 5px;
}
.dt-sc-available-times ul.time-slots > li:last-child { margin-right: 0; }
.dt-sc-available-times ul.time-slots > li a { border-width: 1px; }
.available-times .dt-sc-title.with-right-border-decor h3 { margin-bottom: 50px; }
ul.time-table > li:hover:before,
ul.time-table > li.selected:before,
.dt-sc-available-times ul.time-slots:hover:before,
.dt-sc-available-times ul.time-slots.selected:before { border-width: 1000px 1200px 0; }
ul.time-table > li:hover:after,
ul.time-table > li.selected:after,
.dt-sc-available-times ul.time-slots:hover:after,
.dt-sc-available-times ul.time-slots.selected:after { top: 0; }
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr { border-radius: 0 !important; }
.ui-widget-content { margin: 3px 0; }
#personalinfo.personal-info {
	float: left;
	width: 100%;
}
#personalinfo.personal-info p,
.personal-info textarea { margin-bottom: 30px; }
.personal-info textarea ~ .column,
.personal-info textarea ~ .column ~ .column {
	clear: none;
	display: block;
	margin: auto;
	padding: 0 10px;
}
.personal-info textarea ~ .column ~ .column p > .dt-sc-captcha {
	border-bottom: 1px solid;
	display: block;
	font-size: 16px;
	line-height: normal;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
}
.personal-info textarea ~ .column,
.personal-info textarea ~ .column ~ .column,
.personal-info textarea ~ .column > p,
.personal-info textarea ~ .column ~ .column > p { width: 50%; }
.personal-info textarea ~ .column > p { float: right; }
.personal-info textarea ~ .column ~ .column > p { float: left; }
.page-template-tpl-reservation .personal-info h5.hr-title { text-align: center; }
.dt-sc-reservation-form.dt-appointment-form { margin-bottom: 60px; }
.dt-sc-reservation-form.dt-appointment-form p { margin-bottom: 20px; }
.dt-sc-reservation-form.dt-appointment-form p:last-child { display: none; }
.dt-sc-reservation-form.dt-appointment-form label {
	letter-spacing: .5px;
	padding: 0 10px;
	text-transform: uppercase;
}
.dt-sc-reservation-form.dt-appointment-form input,
.dt-sc-reservation-form.dt-appointment-form select,
.dt-sc-reservation-form.dt-appointment-form textarea {
	padding-left: 10px;
	padding-right: 10px;
}
.dt-sc-reservation-form.dt-appointment-form .selection-box.form-calender-icon { display: block; }
.page-template-tpl-reservation-type2 #primary { padding-bottom: 80px; }
.dt-sc-appointment-scheduler-form label span { margin-right: 10px; }
.dt-sc-appointment-scheduler-form .generate-schedule { float: none; }
.dt-sc-appointment-scheduler-form .dt-sc-button.bordered { margin: 40px 0; }
.dt-sc-schedule-box,
.dt-sc-contactdetails-box,
.dt-sc-notification-box,
.steps h2,
.steps h3,
.steps h4,
.steps h5 {
	float: left;
	width: 100%;
}
.steps h2,
.steps h3,
.steps h4,
.steps h5 {
	clear: both;
	text-align: center;
}
.steps h2 {
	padding-bottom: 15px;
	position: relative;
}
.steps h2:after {
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 47px;
}
.dt-sc-schedule-progress {
	float: left;
	margin-bottom: 20px;
	margin-right: 0;
	padding: 27px 10px 14px 10px;
	position: relative;
	text-align: center;
	width: 100%;
	width: 33.333%;
}
.dt-sc-schedule-progress.step3 { margin-right: 0; }
.dt-sc-schedule-progress .dt-sc-progress-step {
	float: left;
	margin: 0 0 30px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.dt-sc-schedule-progress .dt-sc-progress-step:before,
.dt-sc-schedule-progress .dt-sc-progress-step:after {
	border-top: 1px dashed;
	content: '';
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	z-index: -1;
	-webkit-transform: translateY(-50%);
}
.dt-sc-schedule-progress .dt-sc-progress-step:before { left: -10px; }
.dt-sc-schedule-progress .dt-sc-progress-step:after { right: -10px; }
.dt-sc-schedule-progress.step1 .dt-sc-progress-step:before,
.dt-sc-schedule-progress.step3 .dt-sc-progress-step:after { content: none; }
.dt-sc-schedule-progress .dt-sc-progress-step span {
	display: inline-block;
	float: none;
	font-size: 36px;
	height: 100px;
	line-height: 100px;
	position: relative;
	width: 100px;
	z-index: 0;
}
.dt-sc-schedule-progress h4 {
	clear: both;
	font-size: 20px;
	margin-bottom: 20px;
}
.dt-sc-schedule-progress p { font-size: 14px; }
.dt-sc-schedule-progress .dt-sc-progress-step span:before {
	bottom: 5px;
	content: '';
	height: auto;
	left: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: auto;
	z-index: -1;
}
.dt-sc-appointment-contactdetails-form {
	float: left;
	width: 100%;
}
.dt-sc-contactdetails-box.steps input[type='text'],
.dt-sc-contactdetails-box.steps input[type='password'],
.dt-sc-contactdetails-box.steps input[type='email'],
.dt-sc-contactdetails-box.steps input[type='url'],
.dt-sc-contactdetails-box.steps input[type='tel'],
.dt-sc-contactdetails-box.steps input[type='number'],
.dt-sc-contactdetails-box.steps input[type='range'],
.dt-sc-contactdetails-box.steps input[type='date'],
.dt-sc-contactdetails-box.steps textarea,
.dt-sc-contactdetails-box.steps input.text,
.dt-sc-contactdetails-box.steps input[type='search'] { margin-bottom: 20px; }
.dt-sc-notification-box.steps.step3 .border-title {
	float: left;
	width: 100%;
}
.dt-sc-notification-box.steps.step3 .dt-sc-notification-details ul li { list-style: none; }
.dt-sc-notification-box.steps.step3 .dt-sc-notification-details ul li span {
	color: #666;
	float: left;
	font-size: 16px;
	font-weight: bold;
	position: static;
	text-align: left;
	width: 100%;
}
.dt-sc-notification-box.steps.step3 .dt-sc-notification-details .dt-sc-schedule-details {
	float: left;
	width: 100%;
}
.dt-sc-notification-box.steps.step3 .dt-sc-about-project-form input.schedule-it { margin: 30px 0; }
.dt-sc-goback-box {
	margin-bottom: 35px;
	position: relative;
	text-align: center;
}
.dt-sc-goback-box:before {
	border-top: 1px dashed;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	-webkit-transform: translateY(-50%);
}
.dt-sc-goback-box .appointment-goback {
	border: 1px solid;
	color: inherit;
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
}
.page-template-tpl-reservation #primary > .column > p,
.page-template-tpl-reservation #primary > .column > .column > p,
.page-template-tpl-reservation-type2 #primary > .dt-sc-clear ~ p,
.dt-sc-appointment-contactdetails-form > p {
	clear: both;
	font-size: 14px;
	font-style: italic;
	opacity: .75;
}
.dt-appointment-form-wrapper.vc_column_container { margin: 0 -15px; }
.dt-appointment-form-wrapper.vc_column_container .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.dt-appointment-form-wrapper.vc_column_container .vc_column-inner > .wpb_wrapper { padding: 75px 50px; }
.dt-sc-reservation-form.dt-appointment-form .vc_row { margin: 0; }
.dt-sc-reservation-form.dt-appointment-form h2 { margin-bottom: 10px; }
.dt-sc-reservation-form.dt-appointment-form p { position: relative; }
.dt-sc-reservation-form.dt-appointment-form p > label { display: none; }
.dt-sc-reservation-form.dt-appointment-form input[type='text'],
.dt-sc-reservation-form.dt-appointment-form input[type='email'],
.dt-sc-reservation-form.dt-appointment-form select,
.dt-sc-reservation-form.dt-appointment-form textarea {
	border-color: #906c5f;
	border-width: 0 0 2px;
}
.dt-sc-reservation-form.dt-appointment-form select {
	padding-left: 5px;
	padding-right: 5px;
}
.dt-sc-reservation-form.dt-appointment-form .selection-box:after { background-color: rgba(0,0,0,0); }
.dt-sc-reservation-form.dt-appointment-form input[type='submit'] {
	background-color: #906c5f;
	text-transform: uppercase;
}
.dt-sc-reservation-form.dt-appointment-form .wpcf7-form-control-wrap:before { height: 2px; }
.dt-sc-reservation-form.dt-appointment-form p::before {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: auto;
	transition: all .3s linear 0s;
	width: 0;
	z-index: 9;
	-webkit-transition: all .3s linear 0s;
}
.dt-sc-reservation-form.dt-appointment-form p:hover:before { width: 100%; }
.dt-sc-dark-bg .dt-sc-reservation-form.dt-appointment-form input[type='submit']:hover {
	background-color: #fff;
	color: #333;
}
.dt-sc-dark-bg .dt-sc-reservation-form.dt-appointment-form input[type='text'],
.dt-sc-dark-bg .dt-sc-reservation-form.dt-appointment-form input[type='email'],
.dt-sc-dark-bg .dt-sc-reservation-form.dt-appointment-form select,
.dt-sc-dark-bg .dt-sc-reservation-form.dt-appointment-form textarea,
.dt-sc-dark-bg .dt-sc-reservation-form.dt-appointment-form label { color: #fff; }
.dt-sc-schedule-progress .dt-sc-progress-step span,
.dt-sc-schedule-progress span:before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.dt-sc-schedule-progress .dt-sc-progress-step span {
	background-image: url('../../athma/images/rounded-border-dashed.png');
	background-repeat: no-repeat;
	background-size: cover;
}

ul.time-table > li { background-color: rgba(0,0,0,0); }
.page-template-tpl-reservation h5.hr-title span,
ul.time-slots > li a,
.dt-sc-schedule-progress .dt-sc-progress-step span,
.dt-sc-goback-box .appointment-goback { background-color: #fff; }
.personal-info textarea ~ .column ~ .column p > .dt-sc-captcha { background-color: rgba(0, 0, 0, .06); }
.dt-sc-schedule-progress.dt-sc-current-step .dt-sc-progress-step span:before,
.dt-sc-goback-box .appointment-goback:hover,
.steps h2:after { background-color: #906c5f; }
.page-template-tpl-reservation h5.hr-title span,
.page-template-tpl-reservation h5.hr-title:after,
ul.time-slots > li a,
.dt-sc-goback-box:before,
.dt-sc-goback-box .appointment-goback { border-color: rgba(0, 0, 0, .06); }
ul.time-table > li:before,
ul.time-table > li:after,
.dt-sc-available-times ul.time-slots:before,
.dt-sc-available-times ul.time-slots:after { border-color: rgba(0,0,0,0); }
ul.time-table > li:before,
.dt-sc-available-times ul.time-slots:before { border-top-color: rgba(0, 0, 0, .06); }
ul.time-table > li:after,
.dt-sc-available-times ul.time-slots:after { border-top-color: #fff; }
.personal-info textarea ~ .column ~ .column p > .dt-sc-captcha,
.dt-sc-schedule-progress .dt-sc-progress-step:before,
.dt-sc-schedule-progress .dt-sc-progress-step:after { border-color: rgba(0,0,0,.15); }
ul.time-table > li,
.dt-sc-available-times ul.time-slots {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .06) inset;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .06) inset;
}
ul.time-slots > li a:hover,
ul.time-slots > li a.selected,
ul.time-slots > li a.selected:hover,
ul.time-table > li.selected > span,
.dt-sc-goback-box .appointment-goback:hover,
.dt-sc-schedule-progress.dt-sc-current-step .dt-sc-progress-step span,
.dt-sc-schedule-progress.dt-sc-completed-step .dt-sc-progress-step span { color: #fff; }
ul.time-slots > li a { color: #333; }
.dt-sc-schedule-progress .dt-sc-progress-step span { color: #906c5f; }

/*Black & White*/
.dt-sc-popular-procedures:hover img { filter: grayscale(100%); }
.dt-sc-row-on-overlay > .upb_row_bg.vcpb-default { display: none; }


/*----*****---- << Custom Blockquote >> ----*****----*/

.custom-blockquote > .wpb_column:first-child { width: 33%; }
.custom-blockquote > .wpb_column:nth-child(2) {
	margin-left: -10%;
	width: 77%;
}
.custom-blockquote.alternate > .wpb_column:first-child { float: right; }
.custom-blockquote.alternate > .wpb_column:nth-child(2) {
	margin-left: 0;
	margin-right: -10%;
}
.custom-blockquote.alternate .custom-blockquote-content-section .wpb_row.vc_inner .wpb_column:first-child { float: right; }
.custom-blockquote.alternate .custom-blockquote-content-section .wpb_row.vc_inner .wpb_column:last-child { float: left; }
.custom-blockquote.alternate .custom-blockquote-icon-section span { float: right; }
.custom-blockquote .custom-blockquote-icon-section span {
	color: #f0f0f0;
	font-size: 80px;
	margin-bottom: 80px;
	transition: .3s linear all;
}
.custom-blockquote .custom-blockquote-content-section .dt-sc-image-flip {
	border: 10px solid #fff;
	transition: .3s linear all;
}
.custom-blockquote:hover .custom-blockquote-content-section .dt-sc-image-flip {
	box-shadow: 0 0 0 10px #d5021c;
	transition: .3s linear all;
}
.custom-blockquote .custom-blockquote-content-section h6 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.custom-blockquote .custom-blockquote-content-section h6 strong {
	font-weight: 300;
	text-transform: initial;
}
.custom-blockquote .custom-blockquote-content-section h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 28px;
	text-transform: none;
}
.custom-blockquote .custom-blockquote-content-section .dt-sc-button { margin: 7px 0 0; }
.custom-blockquote:hover .custom-blockquote-content-section .dt-sc-image-flip img:last-child { opacity: 1; }
.dt-custom-imgflip-quote .dt-sc-image-flip:before,
.dt-custom-imgflip-quote .dt-sc-image-flip img {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
}
.dt-custom-imgflip-quote .dt-sc-image-flip:before {
	content: '\275D';
	font-size: 100px;
	left: 35px;
	line-height: normal;
	margin: 30px 0 0 -30px;
	opacity: 0;
	position: absolute;
	top: 0;
}
.dt-custom-imgflip-quote:hover .dt-sc-image-flip:before {
	margin: 0;
	opacity: 1;
}
.dt-custom-imgflip-quote .dt-sc-image-flip:after {
	content: '';
	display: table;
	padding-top: 75%;
	width: 100%;
}
.dt-custom-imgflip-quote .dt-sc-image-flip img {
	border-style: solid;
	border-width: 15px;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0.8) translate(-10%, -10%);
	-webkit-transform: scale(0.8) translate(-10%, -10%);
}
.dt-custom-imgflip-quote .dt-sc-image-flip img:first-child { z-index: 1; }
.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:last-child { z-index: 2; }

.dt-custom-imgflip-quote .dt-sc-image-flip img:first-child,
.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:last-child { margin-left: 100px; }
.dt-custom-imgflip-quote .dt-sc-image-flip img:last-child,
.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:first-child { margin-right: 100px; margin-top: 100px; }

.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:first-child { margin-left: 0; }
.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:last-child { margin-right: 0; margin-top: 0; }

.dt-custom-imgflip-quote .dt-sc-image-flip img:first-child,
.dt-custom-imgflip-quote .dt-sc-image-flip img:last-child,
.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:first-child,
.dt-custom-imgflip-quote:hover .dt-sc-image-flip:hover img:first-child { opacity: 1; }


/*--------------------------------------------------------------
	2.0 - Browser Fix
	--------------------------------------------------------------*/
/* IE9 and above override */
@media screen and (min-width:0\0) {
 .dt-sc-contact-details-on-map .dt-sc-map-overlay {
 padding: 71px 0 0;
}
}
/* IE9 only override */
.ie9 .dt-sc-contact-details-on-map .dt-sc-map-overlay { padding: 72px 0 0; }



/*--------------------------------------------------------------
	3.0 - DT Responsive
--------------------------------------------------------------*/

@media only screen and (min-width:768px) and (max-width:1199px) {
.dt-sc-custom-bg-on-left-bottom:before { content: none; }
.dt-sc-custom-bg-on-left-top.vc_row.vc_row-flex:before {
	height: 650px;
	position: static;
	width: 100%;
}
.dt-sc-row-on-overlay.vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner ~ .vc_row.vc_inner {
	position: static;
	transform: none;
	-webkit-transform: none;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner { padding: 0; }
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper {
	margin-top: 0;
	width: 100%;
}

.dt-orbituary-single .dt-sc-tabs-horizontal-frame-content .dt-sc-button.medium { font-size: 12px; }

}

@media only screen and (min-width:1200px) and (max-width:1380px) {

	.dt-custom-orbituaries-timeline .dt-sc-team.type2.dt-orbituary-item { margin: 0; }
	.dt-custom-orbituaries-timeline .vc_row-o-equal-height .vc_col-sm-5 ~ .vc_col-sm-2 { display: none; }

}



/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {

/*----*****---- << Hosting >> ----*****----*/
#header { padding: 10px 0; }

/*----*****---- << Hosting >> ----*****----*/
.hosting-contact-info-container .dt-sc-contact-info.type7 span { left: 10px; }

/*----*****---- << Restaurant >> ----*****----*/
.dt-sc-contact-details-on-map .dt-sc-map-overlay { padding: 72px 0 0; }


/*----*****---- << Miscellaneous >> ----*****----*/

.dt-sc-text-with-icon { font-size: 13px; }

.dt-custom-orbituaries-timeline .dt-sc-team.type2.dt-orbituary-item .dt-sc-team-thumb:before { content: none; }
.dt-custom-orbituaries-timeline .vc_row-o-equal-height .vc_col-sm-5 ~ .vc_col-sm-2:after { width: 60%; z-index: 2; }


ul.time-table > li { width: 23.5%; }
ul.time-table > li:nth-child(4n) { margin-right: 0; }
ul.time-table > li:nth-child(4n+1) { clear: both; }

}


/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {
/*----*****---- << Hosting >> ----*****----*/
#header { padding: 10px 0; }
.dt-sc-text-with-icon { font-size: 11px; }
.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 {
	padding-left: 5px;
	padding-right: 5px;
}
.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}
.vc_row.vc_row-no-padding .dt-sc-map-overlay .wpb_column.vc_col-sm-3 .dt-sc-contact-info.type3 h6 { font-size: 15px; }
.dt-sc-contact-details-on-map .dt-sc-map-overlay { padding: 76px 0 0; }
.rs_line_height p { line-height: normal !important; }

.dt-custom-orbituaries-timeline .dt-sc-team.type2.dt-orbituary-item .dt-sc-team-thumb:before { content: none; }
.dt-custom-orbituaries-timeline .vc_row-o-equal-height .vc_col-sm-5 ~ .vc_col-sm-2:after { width: 60%; z-index: 2; }

/*----*****---- << Event >> ----*****----*/
.dt-sc-content-with-hexagon-shape { margin-left: 16%; }
.event-colored-box { margin-top: 0; }
.event-contact-info { margin-left: 25%; }

/*----*****---- << Architecture >> ----*****----*/
.architecture-process.rs_padding_override {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.column.wpb_column.dt-sc-one-fifth.vc_col-md-4 {
	margin-bottom: 20px;
	min-height: 290px;
	width: 32%;
}
.column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(4),
.column.wpb_column.dt-sc-one-fifth.vc_col-md-4:nth-child(10) { margin-left: 0; }

.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .vc_custom_heading { font-size: 14px; }
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .dt-sc-button {
	font-size: 12px;
	padding-left: 24px;
	padding-right: 24px;
}


ul.time-table > li { width: 32%; }
ul.time-table > li:nth-child(3n) { margin-right: 0; }
ul.time-table > li:nth-child(3n+1) { clear: both; }


.dt-custom-bg-on-mid-bottom .dt-sc-icon-box.type5.no-icon-bg .icon-content h4 { font-size: 16px; }

.dt-custom-bg-on-mid-bottom .dt-sc-icon-box.type5.no-icon-bg .icon-content, 
.dt-custom-bg-on-mid-bottom .dt-sc-icon-box.type5.no-icon-bg .icon-content p { font-size: 13px; }

}


/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {

/*----*****---- << Hosting >> ----*****----*/
#header { padding: 10px 0; }
.fitness-form-container.extend-bg-fullwidth-right::after { background-color: transparent; }
.fitness-form-container.extend-bg-fullwidth-right .vc_column-inner {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.fitness-contact-boxes .wpb_text_column,
 .fitness-contact-boxes .wpb_text_column:nth-child(2),
 .fitness-contact-boxes .wpb_text_column:last-child,
 .fitness-contact-boxes .wpb_text_column:nth-child(3) {
	padding: 10px 0;
	width: 100%;
}
.hotel_blockquote-type4 blockquote.type4 { margin-top: 0; }
.event-colored-box { margin-top: 0; }
.event-contact-info.wpb_column {
	float: none;
	padding: 85px 30px 30px;
	width: 320px;
}
/*----*****---- << Hosting >> ----*****----*/
.hosting-contact-info-container .dt-sc-contact-info.type7 span { left: 0; }
.hosting-contact-info-container .dt-sc-contact-info.type7 { padding-left: 100px; }
.rs_client_testimonial-center .dt-sc-image-flip a {
	display: block;
	position: relative;
}
.rs_client_testimonial-center .dt-sc-image-flip { text-align: center; }
.hosting-table th {
	font-size: 13px;
	padding: 13px 10px;
	text-transform: capitalize;
}
.hosting-table tr td,
 .hosting-table tbody tr:nth-child(2n+1) td {
	font-size: 13px;
	padding: 21px 10px;
}
.hosting-contact-info-container:before { content: none; }
.extend-bg-fullwidth-left::after { content: none; }

/*----*****---- << Custom Class >> ----*****----*/
.rs_col_no_btm_space .wpb_column,
 .rs_col_no_btm_space.wpb_column { margin-bottom: 0; }
.rs_negative_margin_override.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.rs_padding_override_zero.vc_row,
 .rs_padding_override_zero.wpb_column .vc_column-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.dt-row-partially-on-slider { margin-top: 0; }
.dt-custom-bg-on-mid-bottom:after,
 .dt-sc-custom-bg-on-left-bottom:before { content: none; }
.dt-sc-custom-bg-on-left-top.vc_row.vc_row-flex:before {
	height: 100%;
	padding-top: 100%;
	position: static;
	width: 100%;
}
.dt-sc-row-on-overlay.vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner ~ .vc_row.vc_inner {
	position: static;
	transform: none;
	-webkit-transform: none;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner { padding: 0; }
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper {
	padding: 25px;
	width: 100%;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .vc_custom_heading,
 .dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .dt-sc-button {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
.ult-carousel-wrapper.ult_horizontal.arrows-on-outer-sides button.circle-bg.slick-prev { left: 0; }
.ult-carousel-wrapper.ult_horizontal.arrows-on-outer-sides button.circle-bg.slick-next { right: 0; }

.dt-appointment-form-wrapper.vc_column_container {
	display: block;
	float: none;
	margin: 0px;
	width: auto;
}

.dt-custom-imgflip-quote:hover .dt-sc-image-flip:before { margin: -25px 0 0 -50px; }

.dt-custom-imgflip-quote .dt-sc-image-flip img { display: block; margin: 0; -webkit-transform: scale(.75) translate(-10%, -10%); transform: scale(.75) translate(-10%, -10%); }

.dt-custom-imgflip-quote .dt-sc-image-flip img:first-child,
.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:last-child  { margin-left: 35px; }
.dt-custom-imgflip-quote .dt-sc-image-flip img:last-child,
.dt-custom-imgflip-quote:hover .dt-sc-image-flip img:first-child { margin-right: 35px; margin-top: 35px; }

.dt-custom-orbituaries-timeline .vc_row-o-equal-height .vc_col-sm-5 ~ .vc_col-sm-2, 
.dt-custom-orbituaries-timeline .vc_row-o-equal-height .vc_col-sm-5 ~ .vc_col-sm-2::after, 
.dt-custom-orbituaries-timeline::before, .dt-custom-orbituaries-timeline .dt-sc-team.type2.dt-orbituary-item .dt-sc-team-thumb:before { display: none; }


ul.time-table > li { width: 49%; }
ul.time-table > li:nth-child(2n) { margin-right: 0; }
ul.time-table > li:nth-child(2n+1) { clear: both; }
.page-template-tpl-reservation h5.hr-title { text-align: center; }
.page-template-tpl-reservation a.dt-sc-button { float: none; }
.personal-info textarea ~ .column,
 .personal-info textarea ~ .column ~ .column,
 .personal-info textarea ~ .column > p,
 .personal-info textarea ~ .column ~ .column > p { width: 100%; }
.dt-sc-schedule-progress { width: 100%; }
.dt-sc-schedule-progress.step1 .dt-sc-progress-step:before,
 .dt-sc-schedule-progress.step3 .dt-sc-progress-step:after { content: ''; }
 
 .dt-appointment-form-wrapper.vc_column_container .vc_column-inner > .wpb_wrapper { padding: 40px 15px;}
}

/*----*****---- << Mobile (Landscape) >> ----*****----*/
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/*----*****---- << Custom Class >> ----*****----*/
.rs_padding_override.vc_row,
 .rs_padding_override.wpb_column .vc_column-inner {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.wpb_column.dt-sc-custom-bg-on-right-top > .vc_column-inner:before { -webkit-transform: translate(32%, -54%); transform: translate(32%, -54%); }

}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {
/*----*****---- << Event location page >> ----*****----*/
.event-contact-info.wpb_column {
	margin: 20px 0 0 0;
	width: 100%;
}
.event-contact-info:before {
	background-size: 100%;
	left: 0;
	width: 100%;
}
.event-contact-info .dt-sc-sociable li { margin-bottom: 20px; }
/*----*****---- << Custom Class >> ----*****----*/
.rs_padding_left-override.vc_row .vc_column-inner,
.rs_padding_left-override.wpb_column .vc_column-inner { padding-left: 15px !important; }

.dt-custom-imgflip-quote .dt-sc-image-flip:before { content: none; }

.wpb_column.dt-sc-custom-bg-on-right-top > .vc_column-inner:before { content: none; }

/*----*****---- << Attorney >> ----*****----*/
.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame,
 .dt-sc-tabs-vertical-frame-container.rs_align_middle .dt-sc-tabs-vertical-frame-content { margin: 0; }
.dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame > li > a.current,
 .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame > li > a { border-right: 1px solid rgba(0, 0, 0, .1); }


.ult-carousel-wrapper.ult_horizontal.arrows-on-outer-sides button.circle-bg.slick-prev { left: 30px; }
.ult-carousel-wrapper.ult_horizontal.arrows-on-outer-sides button.circle-bg.slick-next { right: 30px; }

ul.time-table > li {
	display: block;
	float: none;
	width: auto;
}
ul.time-table > li,
 ul.time-table > li:nth-child(2n) {
	margin-left: 15px;
	margin-right: 15px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {
/*----*****---- << Hosting >> ----*****----*/
.hosting-table th {
	font-size: 12px;
	padding: 13px 6px;
	text-transform: capitalize;
}
.hosting-table tr td,
 .hosting-table tbody tr:nth-child(2n+1) td {
	font-size: 12px;
	padding: 22px 8px;
}
/*----*****---- << Miscellaneous >> ----*****----*/
.rs_fontsize_small { font-size: 40px !important; }
.rs_padding_override.vc_row,
 .rs_padding_override.wpb_column .vc_column-inner {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
/*----*****---- << Business >> ----*****----*/
.business-contact-social li { margin: 0 15px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {
/*----*****---- << Event location page >> ----*****----*/
.event-contact-info.wpb_column {
	padding-left: 20px;
	padding-right: 20px;
}
.event-contact-info .dt-sc-contact-info span {
	float: none;
	margin: 0;
	text-align: center;
	width: 100%;
}
/*----*****---- << Hosting contact Page >> ----*****----*/
.hosting-contact-info-container:before { left: 0; }
.hosting-contact-info-container .dt-sc-contact-info.type7 { padding-left: 0; }
.hosting-contact-info-container .dt-sc-contact-info.type7 span { left: 0; }
.hosting-contact-info-container:before { width: 100%; }
/*----*****---- << Hosting Domain Page >> ----*****----*/
.hosting-table th {
	font-size: 10px;
	padding: 13px 0;
}
.hosting-table tr td,
 .hosting-table tbody tr:nth-child(2n+1) td {
	font-size: 10px;
	padding: 21px 7px;
}
/*----*****---- << Common >> ----*****----*/
.rs_fontsize_small { font-size: 32px !important; }
/* http://prntscr.com/dydp42, http://prntscr.com/dydpkf */
.rs_padding_override.vc_row,
 .rs_padding_override.wpb_column .vc_column-inner {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
/*----*****---- << Fitness >> ----*****----*/
.dt-sc-text-with-icon {
	font-size: 10px;
	padding-left: 15px;
}
.dt-sc-text-with-icon span {
	font-size: 15px;
	margin-right: 5px;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .vc_custom_heading,
 .dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .dt-sc-button {
	padding-left: 15px;
	padding-right: 15px;
}
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .vc_custom_heading { font-size: 14px; }
.dt-custom-call-to-action.wpb_column > .vc_column-inner > .wpb_wrapper .dt-sc-button { font-size: 10px; }
.dt-appointment-form-wrapper.vc_column_container {
	padding-left: 30px;
	padding-right: 30px;
}
.dt-appointment-form-wrapper.vc_column_container .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.dt-sc-reservation-form.dt-appointment-form input,
 .dt-sc-reservation-form.dt-appointment-form select,
 .dt-sc-reservation-form.dt-appointment-form textarea { font-size: 10px; }
}
