/* ==========================================================================
   style / custom styles
   ========================================================================== */

*
{
	margin:0;
	padding:0;
}

html
{
	
}


h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
	color:#37251b;
	margin:0 !important;
	padding:0 !important;
	text-transform:uppercase;
	
}

body
{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color:#555;
	font-size:14px;
	background:#f8e9cd;
}


.button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select
{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size:14px;
    line-height:20px;
    color:#555;
	outline:none;
}

p
{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#845041;
	margin:20px 0;
	font-weight:400;
	line-height:24px;
	letter-spacing:0.05em;
}

.font-26 
{
    font-size:26px;
    line-height:30px !important;
	
}

.font-24
{
    font-size: 24px;
    line-height: 28px !important;
}

.font-20 
{
    font-size: 20px;
    line-height: 26px !important;
}

.font-18 
{
    font-size: 18px;
    line-height: 24px !important;
}

.font-16
{
    font-size: 16px;
    line-height: 22px !important;
}

.font-14
{
    font-size: 14px;
    line-height: 20px !important;
}

ul
{
	padding:0;
	margin:0;
	list-style:none;
}

a, dt 
{
	text-decoration: none; 
	color:#555; 
	outline:none!important;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus, a:hover, dt:hover, dt:focus{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#555;
	text-decoration:none;
}

img
{
	max-width:100%;
}

.btn-all
{
	    font-size: 14px;
		padding: 8px 15px;
		background:#d77d31 url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/btn-bg.png) left top repeat-x;
		line-height: normal;
		display: inline-block;
		margin: 10px 0px 0px;
		cursor: pointer;
		outline: none;
		position: relative;
		z-index: 1;
		border: 1px solid #ba6b27;
		border-radius: 30px;
		color: #ffffff !important;
		position: relative;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
		box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.btn-all:hover
{
	background:#a46127;
}

.clear
{
	clear:both;
}

.padding-btm20
{
	padding-bottom:20px;
}

.padding-top20
{
	padding-bottom:20px;
}

.mrg_rit-0
{
	margin-right:0 !important;
}

.mrgb-10
{
	margin-bottom:10px !important;
}

.mrgt-10
{
	margin-top:10px !important;
}

.mrgb-20
{
    margin-bottom:20px !important;
    display:block;
}

.mrgt-20
{
	margin-top:20px !important;
}

.mrgb-30
{
    margin-bottom:30px !important;
}

.mrgt-30
{
	margin-top:30px !important;
}
.mrgb-50
{
	margin-bottom:50px !important;
}
.mrgt-50
{
	margin-top:50px !important;
}

.mrg-0auto
{
    margin:0 auto !important;
}
.active-text{color:#d77d31;}
.pull-center{text-align:center;}



/*--pagination start--*/

.pagination-all
{
	margin:10px 0;
	text-align:center;
}

.pagination-all li
{
	display:inline-block;
	margin-left:5px;
}

.pagination-all li a
{
	width:28px;
	height:28px;
	background:#E0DCDC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	
	font-size:14px;
	display:block;
	text-align:center;
	line-height:28px;
	font-weight:400;
	color:#fff;
}


.pagination-all li.active a, .pagination-all li:hover a, .pagination-all li:focus a
{
	background:#980617;
}
	

/*--pagination end--*/

/*--back to top--*/
.scroll-top-wrapper 
{
    position: fixed;
	opacity: 0.8;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 40px;
	height: 40px;
	line-height: 43px;
	right: 10px;
	bottom: 20px;
	padding-top: 2px;
	
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	opacity:1;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 0.8;
}
.scroll-top-wrapper i.fa
{
	font-size:2.5em;		
}

/*--back to top closed--*/


/*--header open--*/
header
{
	padding:5px 0 35px 0; 
	background:#fae7c3 url(../images/header-border.png) repeat-x bottom;
}
.toplft-back, .toprit-back
{
	position:absolute;
	top:0;
	width:98px;
	height:83px;
}
.toplft-back
{
	background:url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/leaf.png) no-repeat;
	left:0;
}

.toprit-back
{
	background:url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/leaf.png) no-repeat;
	right:0;
	background-position:0 -83px;
}
/*--header closed--*/

/*--nav open--*/
nav
{
	background:#845041;
}
nav ul li
{
	display:inline-block;
	padding:0 27px;
	line-height:60px;
}
nav ul li a
{
	color:#e3dcd4;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
nav ul li a:hover, nav ul li a:focus, nav ul li.active a
{
	color:#fae7c3;
}
.mobile-nav{display:none;}
#nav-head
{
	border:2px solid #845041;
	padding:5px 10px !important;
	color:#845041;
	text-transform:none;
	cursor:pointer;
	display:none;
}
#nav-head i
{
	float:right;
}
.mobile-nav
{
	border:2px solid #845042;
	border-top:none;
	text-align:left !important;
}
.mobile-nav li
{
	display:block;
	line-height:28px;
	padding:0;
}
.mobile-nav li a
{
	font-size:14px;
	color:#845042;
	text-transform:none;
	padding:5px 10px;
	display:block;
	border-bottom:1px solid #d1c3a9;
}
.mobile-nav li:last-child a
{
	border-bottom:none;
}
.mobile-nav li a:hover, .mobile-nav li.active a
{
	color:#e07115;
	
}

/*--nav closed--*/

/*--slider open--*/

.slider
{
	position:relative;
}
.slide-desc
{
	position:absolute;
	top:30%;
	right:15%;
}
.slide-desc h1
{
	font-family: 'Courgette', cursive;
	text-transform:none;
}
.slide-desc p
{
	font-style:italic;
	color:#999;

}


/*--slider closed--*/

/*--welcome-section open--*/
.welcome-section, .aboutus-section
{
	background:#fae7c3 url(../images/border.png) repeat-x top;
	padding:30px 0;
	
}
.img-wrap img {
  width: auto;
  height: 260px;
}
.title-boder h1
{
	background:url(../images/title-border.png) repeat-x bottom;
	padding:20px 90px !important;
	display:inline-block;
}

.welcome-section p, .service-section p, .title-wrapper p
{
	font-family: 'Courgette', cursive;
	padding:0 30px;
}

.main-serv-wrap
{
	background: #fff4df url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/patterns/textured-pattern.png) repeat;
    position: relative;
    margin: 43px 0px 0px;
    padding: 0px 0px 20px;
}


.main-serv-wrap:before, .main-serv-wrap:after 
{
    content: "";
    position: absolute;
    background: url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/textured-border.png) repeat-x;
    height: 6px;
    width: 100%;
    left: 0px;
}
.main-serv-wrap:before
{
	top: -6px;
    background: url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/textured-border-top.png) repeat-x;
}
.main-serv-wrap:after
{
	bottom:-6px;
}
.main-serv-wrap h1
{
	text-transform:none;
	font-weight:600;
}
.main-serv-wrap p
{
	font-family: 'Open Sans', sans-serif;
	color:#ac9d8e;
	line-height:28px;
	font-size:14px;
}
.back1
{
	background-color:#6dc82b;
}
.back2
{
	background-color:#d77d31;
}

.back3
{
	background-color:#4db8c9;
}
.green-color
{
	color:#6dc82b;
}
.orange-color
{
	color:#d77d31;
}
.blue-color
{
	color:#4db8c9;
}
.serv-icon
{
	display: inline-block;
    vertical-align: middle;
    background-image: url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/patterns/textured-pattern-light.png);
    background-repeat: repeat;
    background-position: left center;
    width: 86px;
    height: 86px;
    border-radius: 86px;
    line-height: 0;
    position: relative;
    top: -43px;
    margin-bottom: -33px;
    position: relative;
	

}
.serv-icon span
{
	width:100%;
}
.serv-icon span img
{
	position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}
.serv-image
{
	line-height: 0;
    position: relative;
    overflow: hidden;
    min-height: 100px;
}
.serv-icon, .serv-image img,.serv-icon:hover, .serv-image img:hover, .main-serv-wrap:hover .serv-icon, .main-serv-wrap:hover .serv-image img
{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.main-serv-wrap:hover .serv-icon, .main-serv-wrap:hover .serv-image img
{
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
/*--welcome-section closed--*/
	
/*--service-section open--*/

.service-section
{
	background:#fcfcf7 url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/border.png) repeat-x top;
	padding:50px 0;
}

.popular-serv:before
{
    background:none;
}
.inner-boarder
{
	position:releative;
    background: url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/closed-border.png) repeat-x;
    height: 53px;
    display: block;
    margin: 0px 26px 0px 30px;
}
.inner-boarder:before, .inner-boarder:after
{
	content: "";
    position: absolute;
    height: 53px;
    background: url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/closed-border-sprite.png) left top no-repeat;
	
	
}
.inner-boarder:before
{
	left: 0;
    width: 30px;
}
.inner-boarder:after
{
	background-position: -33px top;
    width: 26px;
    right: 0;
}

.pserv-image
{
	width: 100%;
    text-align: center;
    display: inline-block;
    margin: -165px 0px 0px;
    position: relative;
    z-index: 1;
}
.pserv-image:before
{
	content: "";
    background-image: url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/bordered-circle.png);
    background-repeat: no-repeat;
    background-size: 216px 216px;
    width: 216px;
    height: 216px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 7px;
}
.pserv-image img
{
	max-width: 230px;
    border-radius: 50%;

}

.main-serv:hover .pserv-image:before, .client-testimonial:hover .author:before  {
    -webkit-animation-name: rotate; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}



/*--service-section closed--*/

/*--foottop-section closed--*/

.foottop-section, .map-section
{
	background:#fae7c3;
	padding:50px 0;
}
.author
{
    float: left;
    width: 120px;
    height: 120px;
	position:relative;
	
    border-radius: 120px;
	-moz-border-radius: 120px;
	-webkit-border-radius: 120px;
	-ms-border-radius: 120px;
	-o-border-radius: 120px;
	
	overflow:hidden;
	margin-right:30px;
}
	
.author:before
{
	content: "";
    background-image: url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/bordered-circle.png);
    background-repeat: no-repeat;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 6px;
    z-index: 1;
}

.testiquote
{
	max-width:400px;
	padding: 15px 0px;
    background: none;
    margin: 0px;
    float: left;
    display: block;
    position: relative;
	border:none;
}
.testiquote q
{
	font-size: 14px;
    line-height: 28px;
    color: #ac9d8e;
    font-weight: normal;
    border: none;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: center;
	font-style:italic;
}
.testiquote q:before, .testiquote q:after
{	
	font-size: 40px;
    display: inline;
    line-height: 7px;
    font-style: normal;
    position: relative;
    top: 18px;
}
.testiquote q:before
{
	margin-right:5px;
}
.testiquote q:after
{
	margin-left:5px;
}
.client-name
{
	float:right;
	font-style:normal;
	color:#d57c30;
	margin-right:10px;
	font-size:14px;
	font-weight:600;
	
}
/*--foottop-section closed--*/


/*--footer open--*/

.footer-info
{
	padding:80px 0 50px 0;
	background:#f8e9cd url(../images/border.png) repeat-x top;
}

footer h3
{
	text-transform:none;
	font-family: 'Courgette', cursive;
	font-weight:400;
	margin-bottom:20px !important;
}
footer h3 i
{
	display:none;
}
.footer-info ul li
{
	float: left;
    clear: both;
    padding: 0px;
    line-height: 30px;
}

.footer-info ul li a
{
	font-size:13px;
	color:#301e08;
}
.footer-info ul li a:hover
{
	color:#d77d31;
}
.social-link li
{
	line-height:45px !important;
}
.social-link li a i
{
	width:30px;
	font-size:18px;
	margin-right:10px;
}
.foot-para
{
	color:#ac9d8e;
	font-size:13px;
	line-height:28px;
}

.footer-bottom
{
	background:#dccdb0;
	padding:25px 0;
}
.footer-bottom p
{
	color:#624535;
	font-size:12px;
}
.footer-bottom a:hover
{
	color:#d77d31;
}
/*--footer closed--*/

/*--about us section--*/
.aboutus-section
{
	background:#fae7c3 url(../images/border.png) repeat-x bottom;
}

.title-wrapper
{
	background:#fff4df;
	padding:30px 0;
	background:#f8e9cd url(../images/border.png) repeat-x bottom;
}

/*--about us section closed--*/

.contact-info h1
{
	text-transform:none;
}

.contact-info p
{
	color:#666;
	line-height:28px;
}
.contact-info p i
{
	margin-right:8px;
	width:30px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea
{
	width:100%;
	height:35px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	padding:5px 10px;
	border:none;
	background:none;
	font-size:18px;
	border:1px solid #999;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus
{
	border-color:#d77d31;
}
.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
{
	border-color:#845041;
	text-align:center;
	vertical-align:middle;
}
th
{
	font-size:18px;
	color:#d77d31;
}
.table-striped > tbody > tr:nth-child(2n+1)
{
	background:none;
}
.map-section
{
	padding:0 !important;
}

.testi-head
{
	text-transform:none;
	font-family: 'Courgette', cursive;
	font-weight:400;
	padding:0 0 10px 20px !important;
	text-align:right;
}

/*--gallery image--*/

.gallery-section
{
	background:#fae7c3;
	padding:50px 0;
}

.galleryf-img
{
	background:url(/web/20190103070221im_/http://threadingnspabychristina.com/wp-content/themes/spa/images/icons/backgallery.png) no-repeat center;
	background-size:contain;
	padding:20px;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.gallery-hover
{
	position:absolute;
	top:45%;
	display:none;
	overflow:hidden;
	width:90%;
	
}
.gallery-hover i
{
	font-size:30px;
	color:#fff;
	text-align:center;
	
}
.galleryf-img:hover .gallery-hover
{
	display:block;
}

.galleryf-img a:hover
{
	opacity:0.8;
}

.galeryf-det h4
{
	font-family: "Courgette",cursive;
	color:#555555;
	text-align:center;
	text-transform:none;
	font-weight:400;
	color:#D77D31;
}
.galeryf-det h4 span
{
	margin-left:10px;
}

/*-- last added --*/
.hd-info li
{
	color:#d77d31;
	padding:10px 0;
	font-size:14px;
}
.hd-info li i
{
	padding:5px 0;
	color:#845041;
	font-size:22px;
}

.img-wrap
{
    float:left;
}
.img-wrap img
{
    margin-right:30px;
    margin-bottom:20px;
}
/