/*
Theme Name: Space
Theme URI: http://builtbyblank.com
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.3.1
Author: Saurav Bisht
Author URI: http://builtbyblank.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

body{
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
	padding:0;
	color:#000;
}
h1{
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
}
h3{
	font-family: 'Open Sans', sans-serif;
}
p , p.lead{
	font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.96;
    margin-bottom: 0;
}
a{
	font-size:15px;
	font-weight:600;	
	outline:none !important;
}
a:focus{

	text-decoration:none !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 10px;
    padding-right: 10px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000 !important;
	opacity:1 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000 !important;
	opacity:1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000 !important;
	opacity:1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000 !important;
	opacity:1 !important;
}
.form-control::-webkit-input-placeholder { color: #000; }
.form-control:-moz-placeholder { color: #000; }
.form-control::-moz-placeholder { color: #000; }
.form-control:-ms-input-placeholder { color: #000; }

.form-control:focus::-webkit-input-placeholder { color: #000; }
.form-control:focus:-moz-placeholder { color: #000; }
.form-control:focus::-moz-placeholder { color: #000; }
.form-control:focus:-ms-input-placeholder { color: #000; }
.form-control{
	border-radius:0;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #000;
	color:#000;
}

.form-control:focus{
	box-shadow:none;
	color:#000;
	border-color:#000;
}
.container-fluid{
	padding-right:10px;
	padding-left:10px;
}
.flx{
	display:flex;
	display: -webkit-flex; 
	align-items:center;
	-webkit-align-items:center;
}
.container{
	width:1000px;
	padding-right:10px;
	padding-left:10px;
}
.row{
	margin-left:-10px;
	margin-right:-10px;
}

.rm-pad{
	padding:0;
}

a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#c9c9c9;	
	text-decoration:none;	
}
.social_wrapper {
    overflow: auto;
    position: relative;
    z-index: 2;
}
.social-top {
    float: right;
    padding-right: 23px;
    padding-top: 18px;
}

.social_networking_icons , .cart-icon{
	display:inline-block;
	vertical-align:top;
	padding-left:59px;
}
.cart-icon img{
	vertical-align:top;
}
.item-text{
	font-family: 'proxima';
	font-weight:300;
	font-size:12px;
	margin-left: 9px;
	vertical-align: 2px;	
}
.social_networking_icons > span:first-child{
	padding-left:0;
}
.social_networking_icons > span {
	padding-left:14px;
}

.hamburger span {
    background: black none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    transform-origin: 0 0 0;
	-webkit-transition: all 0.5s ease 0s; 
	-moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25px;
}
.custom-menu.open .hamburger span:first-child {
	-webkit-transform: translate(0px, 15px) rotate(-50deg) scaleX(1); 
	-moz-transform: translate(0px, 15px) rotate(-50deg) scaleX(1);
	-ms-transform: translate(0px, 15px) rotate(-50deg) scaleX(1);	
    transform: translate(0px, 15px) rotate(-50deg) scaleX(1);
}
.custom-menu.open .hamburger span:nth-child(2) {
    display: none;
}
.custom-menu.open .hamburger span:last-child {
	-moz-transform: translate(2px, -10px) rotate(50deg) scaleX(1);
	-webkit-transform: translate(2px, -10px) rotate(50deg) scaleX(1);
    transform: translate(2px, -10px) rotate(50deg) scaleX(1);
}
.custom-menu{
	padding-left:83px;
	/* margin-top: 100px;
	margin-bottom: 87px; */
	margin-top: 50px;
	margin-bottom: 37px;
	position:relative; 
	z-index:2;
}
.custom_navbar{
	margin-top: -23px;
	padding-left:105px;
	opacity:0;
	visibility:hidden;
	height:0;
}
.custom-menu.open .custom_navbar {
    display: block;
    height: auto;
    opacity: 1;
	-webkit-transition: opacity 0.3s ease-in 0.3s; 
	-moz-transition: opacity 0.3s ease-in 0.3s; 
	-ms-transition: opacity 0.3s ease-in 0.3s;
    transition: opacity 0.3s ease-in 0.3s;
    visibility: visible;
}
.hamburger {
    cursor: pointer;
    /*display: inline-block;*/
	display:none;
}
.custom_navbar li{
	list-style:none;
	margin-bottom: 17px;
}
.custom_navbar li a{
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size:50px;
	line-height:1.06;
	text-transform:lowercase;
	letter-spacing:0.06em;	
}
.custom_navbar li a:hover , .custom_navbar li.current_page_item a {
	color:#f4f4f4;
	
}
.col-centered{
	float:none; 
	margin:0 auto;
}
.logo-wrapper { text-align:center;
	/*top:150px;
     padding-top: 59px; 
    position: absolute;*/
    right: 0;
    z-index: 2;
}
.logo-wrapper img {
	max-width: 460px;
   /* max-height: 200px;*/
    height: auto;
}
.banner-img{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.home-banner{
	background-position:bottom center;
	position:relative;
}
.banner-text {
    position: absolute;
    right: -45px;
	width: 593px;
	top: 50%;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	
    transform: translateY(-50%);	
}
.banner-text h3 {
    border-bottom: 2px solid #7d7d7d;
    color: #000000;
    display: inline;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.31em;
    line-height: 1.36;
    margin: 0;
    text-transform: uppercase;
}
.main-home-content{
	margin-top:136px;
	background:#f4f4f4;
	padding: 123px 0 299px;
}
.intro-link{
	font-size:15px;
	font-weight:600;
	text-decoration:underline;
	text-transform:uppercase;
	letter-spacing:0.21em;
	line-height:1.9;
}
.content-area h1 {
    font-family: montserrat;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.24;
    margin: 64px 0;
}
.content-area h1 + p {
	margin-bottom:49px;
}
.content-area > p {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.96;
	margin-bottom:0;
}

.content-area > p > a {
    border-bottom: 1px solid #c9c9c9;
    display: inline-block;
    float: right;
    font-weight: 600;
    letter-spacing: 0.21em;
    line-height: 0.3;
    margin-right: 100%;
    padding-bottom: 6px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0 0; 
	-moz-transform-origin: 100% 0 0; 
	-ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    white-space: nowrap;
}

.service-box {
    margin-top: 122px;
    overflow: auto;
    position: relative;
}

.heading{
	font-size:23px;
	font-weight:600;
	line-height:1.1;
	border-bottom: 2px solid #c9c9c9;
	letter-spacing:0.25em;
	display:inline-block;
	text-transform:uppercase;
}
.service-excerpt {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.96;
    padding-left: 8px;
    padding-right: 65px;
	margin-top: 82px;	
}

.service-box  .feature-img {
    float: right;
    height: 625px;
}
.service-feature-img.service-feature-img {
    padding-left: 44px;
}
.service-box .container-wrapper {
    left: 50%;
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.custom-msnry-box{
	margin-top:75px;
	position:relative;
}
.left-msnry-img{
	width:100%;
	height:554px;
	position:relative;
}
.right-msnry-img{
	width:100%;
	height:543px;
	position:relative;
}
.right-msnry-box {
    margin-top: 118px;
}

.shop-box-home .heading {
    float: left; text-align:center;
    /*margin-right: 88%;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: 100% 0 0;*/
	position: relative;
    z-index: 1; margin-bottom:20px;
}
.shop-box-home .heading  a { float:none !important; transform:none !important} 
.link-msnry-box {
    font-size: 18px;
    font-weight: normal;
    left: 0;
    letter-spacing: 0.35em;
    line-height: 2.02;
    position: absolute;
    right: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-link {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
	opacity:0;
	/* -webkit-transition: all 0.3s ease-in 0s; 
	-moz-transition: all 0.3s ease-in 0s; 
	-ms-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s; */
}
.text-link:hover{
	color:#000 !important;
	opacity:1;
}
.gallery-article {
    height: 543px;
    width: 100%;
}
.gallery-article-wrapper{
	margin-left:-266px;
	/*margin-top:130px;*/
}

.gallery-article-wrapper .heading{
	margin-bottom:26px;
}
.gallery-article-wrapper .item {
   position:relative;
   padding-bottom:24px;
}
.gallery-article-wrapper .item::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
    transition: width 0.5s ease-in-out 0s;
    width: 0;
    z-index: 2;
	right:0;
}
.gallery-article-wrapper .item.feature::before{
	width:195px;
}
.latest-image{
	height:525px;
	width:100%;
}
.latest-blog-wrapper{
	background:#f4f4f4;
	margin-top:136px;
}
.latest-blog {
    position: relative;
	overflow: auto;
}
.latest-blog .container {
    left: 50%;
    position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
	padding-top:72px;
}
.latest-blog .heading{
    float: right;
    margin-right: 100%;
    padding-bottom: 11px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 100% 0 0;
    white-space: nowrap;
	line-height:0;
}	
.latest-blog-content {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.96;
    margin-bottom: 0;
    margin-left: 83px;
    margin-top: 70px;
}
.latest-blog-link a{
	font-size:14px;
	line-height:2.03;
	letter-spacing:0.21em;
	font-weight:700;
	color:#000;
	margin-top:50px;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
.latest-blog-link a:hover{
	text-decoration:none;
}

.latest-blog-link a:before{
	content:"";
	position:absolute; 
	left:-68px;
	top:50%;
	-webkit-transform:translateY(-50%); 
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	height:2px;
	width:53px;
	background:#000;
}
.instagram-wrapper{
	margin-top:77px;
}
.instagram-wrapper #sb_instagram{
	height: auto !important;
}
.instagram-wrapper #sb_instagram .sbi_header_img , .instagram-wrapper .sbi_bio{
	display:none !important;
}
.instagram-wrapper #sb_instagram .sbi_header_text{
	float:none !important;
	text-align:center;
	padding-top:0 !important;	
}

.instagram-wrapper #sb_instagram .sb_instagram_header a {
	float:none !important;
	pointer-events: none;
}

.instagram-wrapper #sb_instagram .sb_instagram_header h3{
	float:none !important;
	font-size:18px;
	font-weight:600;
	line-height:2;
	text-transform:uppercase;
	letter-spacing:0.21em;
	text-decoration:underline;
	display:inline-block;
	margin-left:0 !important;
}
.instagram-wrapper #sbi_load{
	display:none !important;
}
.instagram-wrapper #sb_instagram .sb_instagram_header{
	margin-top:40px;
	margin-bottom:80px;
}	
.instagram-wrapper .genericon.genericon-instagram {
    font-size: 30px;
}
.mail-chimp-wrapper{
	background:#f4f4f4;
	padding:60px 0 136px;
}

.mail-chimp-wrapper .big-heading{
    float: right;
    margin-right: 100%;
    padding-bottom: 11px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 100% 0 0;
    white-space: nowrap;
	line-height:0;
	font-size:54px;
	letter-spacing:0.01em;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;	
}

.big-heading-rotate{
    float: right;
    margin-right: 100%;
    padding-bottom: 11px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 100% 0 0;
    white-space: nowrap;
	line-height:0;
	font-size: 85px;
	letter-spacing:0.01em;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	line-height: 0;	
}
.intro-heading{
   font-family: montserrat;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.24;
    margin: 64px 0;
	text-transform:lowercase;
}	

.mail-chimp-footer {
    margin-top: 81px;
}

.mail-chimp-footer .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
    vertical-align: top;
    width: 239px;
}
.mail-chimp-footer .form-group input{
	border:none;
	font-weight: 600;
	font-size:14px;
}

.mail-chimp-footer .form-group.pull-right {
    width: auto;
}

.mail-chimp-footer .btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
	font-family: 'Montserrat', sans-serif;	
    font-weight: 700;
	padding:0;
	font-size:22px;
	letter-spacing:0.01em;
	 color: #000;
}

#inner-footer{
	background:#dfdfdf;
	color:#fff;
}
#inner-footer a{
	color:#fff;
}
.footer-menu {
    display: inline-block;
    vertical-align: top;
}

.footer-top .social_networking_icons{
	padding-left:0;
}

.footer-top {
    border-bottom: 1px solid #fff;
	padding: 29px 0 26px;
}
.footer-top  .footer-links{
	float:none;
	margin-bottom:0;
}
.footer-links ul.menu{
	margin:0;
}
.footer-links ul li a{
text-transform:uppercase;
font-family: 'Montserrat', sans-serif;
font-weight:300;
font-size:12px;
line-height:2.1;
letter-spacing:0.3em;
}
.footer-links ul li a:hover{
	text-decoration:none;
}
.footer-links ul.menu li{
	margin-left:0;
	margin-right:57px;
}
.footer-bottom .breadcrumb {
    background: none;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0;
}
.footer-bottom  .breadcrumb > li + li::before {
    color: #fff;
    content: "//";
    padding: 0 5px;
}
.footer-bottom  .breadcrumb > li , .footer-bottom  .breadcrumb > li a{
	font-size:14px;
	letter-spacing:0.07em;
	line-height:1.89;
}

/***work page***/

.archive-work{
	background:#f4f4f4;
	padding:105px 0;
	margin-top:160px;
}

.work-box{
	height:489px;
	width:100%;
	margin-bottom:48px;
	position:relative;
}
.archive-work .container > div:nth-child(odd){
	padding-right:25px;
}
.archive-work .container > div:nth-child(even) {
    padding-left: 25px;
}
.work-box .link-msnry-box{
	font-weight:600;
	text-decoration:underline;
}
.grey-box{
	background-color:#eaeaea;
}
.archive-service{
	margin-top:240px;
}

.service-box-listing {
    background-size: 50% auto;
    min-height: 625px;
	padding-top: 150px;	
}


.bg-left-top{
	background-position: left center;
}

.bg-right-top{
	background-position: right center;
}

.service-heading{
    font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:47px;
	line-height:1.44;
margin-bottom: 60px;
	padding-left:16px;
}

.first-style .service-content-box > p {
    padding-right: 43px;
}

.second-style .service-content-box > p {
    padding-left: 3px;
}

.second-style .service-heading {
    float: right;
    margin-right: 100%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg); 
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 100% 0 0;
    white-space: nowrap;
	padding:0;
	line-height:0;
}
.second-style .service-heading-wrap {
    left: 0;
    position: absolute;
	top: -52px;
}

.page-template-template-yogastyle .second-style .service-heading {
    float: right;
    margin-right:0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg); 
	-ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 100% 0 0;
   white-space: normal;
	padding:0;
	line-height:50px;
}

.page-template-template-yogastyle .second-style .service-heading-wrap {
    left: 0;
    position: relative;
	top:0;
}
.page-template-template-yogaclass .second-style .service-heading {
    float: right;
    margin-right:0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg); 
	-ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 100% 0 0;
   white-space: normal;
	padding:0;
	line-height:50px;
}
.page-template-template-yogaclass .second-style .service-heading-wrap {
    left: 0;
    position: relative;
	top:0;
}
.second-style .service-content-box{
	 margin-top: 125px;
}
.page-template-template-team .first-style  .service-heading { margin-bottom:10px }
.page-template-template-team .second-style .service-content-box{
	 margin-top: 7px;
}

.page-template-template-team  .service-box-listing {
  
	padding-top: 30px;	
}
.page-template-template-yogastyle  .service-box-listing {
  
	padding-top: 30px;	
}
.page-template-template-yogaclass  .service-box-listing {
  
	padding-top: 30px;	
}
.page-template-template-yogastyle  .latest-blog-link a {
    margin-bottom: 30px;
}

/**blog page**/
.blog-content-wrapper{
	background:#ffffff;
	  padding: 26px 18px;
}
.archive-blog {
    margin-top: 142px;
    padding: 66px 0 150px;
    position: relative;
}
.archive-blog .load_more {
    bottom: -42px;
    left: 50%;
    position: absolute;
	-webkit-transform:translateX(-50%); 
	-moz-transform:translateX(-50%); 
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.archive-blog .blog-cat a{
	letter-spacing:0.21em;
	border-bottom:1px solid #9b9b9b;
}

.archive-blog .breadcrumb > li + li::before{
	color:#000;
	padding: 0 10px;
}
.blog-list{
	width:303px;
}
.middle.blog-list{
	margin-top:45px;
}
.blog-img{
	height:363px;
	width:100%;
}
.blog-list-row{
	margin-bottom:21px;
}
.archive-blog .latest-blog-link a{
	margin-top:0;
	font-size:12px;
}
.archive-blog .latest-blog-link a::before{
	width:37px;
	left: -51px;
}
.blog-cat .breadcrumb {
	margin-bottom:88px;
	background:none;
}
.breadcrumb > li + li::before{
	color:#000;
}
.blog-content{
	font-size:14px;
}
.blog-content p{
	line-height:1.2;
	font-size:14px;
	margin-top:16px;
	margin-bottom:28px;
}
.blog-heading {
    border-bottom: 1px solid #666666;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.21em;
    line-height: 1.2;
	margin-bottom:25px;
}
/**about page**/
.about-img{
	height:633px;	
}
.page-template-template-about .custom-menu{
	margin-bottom:0;
}
.about-page-wrapper{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 20%, #f4f4f4 20%) repeat scroll 0 0;
}
.about-page-content h1{
    font-family: montserrat;
    font-size: 85px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.24;
    margin: 64px 0;
}	
.about-page-content h3 {
	font-size:18px;
	font-weight:600;
	text-decoration:underline;
	line-height:1.8;
	letter-spacing:0.31em;
}
.about-content{
	padding-bottom:146px;
}
.about-content p{
	margin-top:34px;
}
.about-content a{
	text-decoration:underline;
	position:relative;
	display:inline-block;
	padding-right:102px;
	margin-top:66px;
}

.about-content a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 53px;
}

.latest-heading-post{
    float: right;
    line-height: 0;
    margin-right: 100%;
    padding-bottom: 11px;
	-webkit-transform: rotate(-90deg) translateX(-9%);
	-moz-transform: rotate(-90deg) translateX(-9%);
	-ms-transform: rotate(-90deg) translateX(-9%);
    transform: rotate(-90deg) translateX(-9%);
	-webkit-transform-origin: 100% 0 0; 
	-moz-transform-origin: 100% 0 0; 
	-ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    white-space: nowrap;
	font-size:55px;
    font-family: 'Montserrat', sans-serif;
	font-weight:700;	
}
.latest-post-col3 {
    padding-top: 170px;
}
.latest-blog-wrap{
	width:300px;
	position:relative;
}
.latest-blog-wrap .latest-blog-img{
	height:364px;
	width:100%;
}
.latest-blog-wrap.space-bottom{
	margin-bottom:72px;
}
.latest-blog-wrap.space-top{
	margin-top:218px;
}
.latest-blog-wrap .blog-heading{
	display:inline-block;
	margin-top:41px;
}
.latest-blog-wrap .text-rotate  .blog-heading {
    float: right;
    line-height: 0;
    padding-bottom: 11px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0 0; 
	-moz-transform-origin: 100% 0 0; 
	-ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
    white-space: nowrap;
	margin-top:0;
}

.latest-blog-wrap .text-rotate {
    position: absolute;
    right: -40px;
    top: 0;
}

/***contact page***/
.contact-section h3{	
	font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.21em;
    line-height: 1.96;
    text-decoration: underline;
	text-transform:uppercase;	
}


/*** faq page***/
.faq-posts{
	margin-top:123px;
	padding:80px 0;
}
.panel-group.accordion .plus::before {
    content: "+";
	font-style:normal;
}

.panel-group.accordion .minus::before {
    content: "-";
	font-style:normal;
}
.panel-group.accordion .panel-title > a {
    display: block;
}
.panel-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.panel-group .panel {
	border:none;
    box-shadow: none;
    padding-bottom: 19px;
	background:none;
}
.panel-body {
    border: medium none !important;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.96;
    padding: 16px 0 0;
}
.more-less {
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 17px;
    margin-right: 5.5%;
    text-align: center;
    width: 11px;
}
.title-accor {
    border-bottom: 1px solid #616161;
    font-size: 17px;
    letter-spacing: 0.21em;
}
/*** menu work**/
.menu-overlay{
	-webkit-transition: all 0.5s ease 0s; 
	-moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.overlay-active.menu-overlay {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}	
#header{
	position:relative;
}
#content{
	padding:0;
}

/** default page**/
.default-page{
	padding:77px 0;
	margin-top:120px;
}
.default-page .heading-default{
	font-size:17px;
	text-decoration:underline; 
	line-height:1.5;
	letter-spacing:0.21em;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:42px;
}
.default-page .content-default{
	font-size:15px;
	letter-spacing:0.03em;
	line-height:1.9;
	font-weight:300;
	margin-bottom:37px;
}

/**blog detail page**/
 .main-blog-content h3{
	font-size:18px;
	font-weight:600;
	text-decoration:underline;
	line-height:1.8;
	letter-spacing:0.21em;
}
.author-date{
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	margin-top:98px;
	
}
.author-date span{
    border-bottom: 1px solid #3c3c3c;
    display: inline-block;
    margin-bottom: 6px;
}
#commentform .comment-notes{
	display:none;
}
#commentform label{
	display:none;
}

.single-post .share-text {
    display: inline-block;
}
.single-post .share-social-icons.list-inline {
    display: inline-block;
	margin-left: 20px;
}
.single-post .share{
	margin-top:10px;
}
.cat-tag-share {
    margin-bottom: 7px;
	margin-top:87px;
    overflow: auto;
    padding-bottom: 36px;
}
.cat-list.list-inline a , .tag-list a , .share-text {
    font-weight: 300;
    text-transform: uppercase;
	letter-spacing:0.09em;
	line-height:1.6;
}

.half-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 5%, #f4f4f4 5%) repeat scroll 0 0;
	padding-bottom:100px;
}

.blog-feature-box{
	width:100%;
	height:565px;
}

.comment-reply-title{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:55px;
	line-height:1.3;
	text-transform:lowercase;
	letter-spacing:0.01em;
	margin-bottom:65px;
}
.left-side-form{
	width:50%;
	float:left;
	padding-right:29px;
}
.comment-form-comment{
	float:right;
	width:50%;
	padding-left:29px;
}
.comment-form-comment.comment-form-subject{
	float:none;
	width:100%;
	padding-left:0;
}
.form-submit{
	clear:both;
	text-align:right;	
}
.form-submit input[type="submit"]{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 0;	
}
.form-submit input[type="submit"]:hover,.form-submit input[type="submit"]:focus{
	background:none;
}
#commentform .left-side-form input , .comment-form-comment #comment{
	border: medium none;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
    color: #000;	
	border:none;
	border-radius:0;
	height:45px;
	text-decoration: underline;
    text-transform: uppercase;	
}
.comment-form-comment #comment{
	height:176px;
}
.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{
	margin-bottom:22px;
}
.ajax-success{
	font-size:16px;
	font-weight:600;
	text-decoration:underline;
}
.navigation-post h2.screen-reader-text{
	display:none;
}
.nav-links a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 53px;
}	
.nav-links a{
	position: relative;
    text-transform:uppercase;
	padding-right: 73px;
}
.nav-links a span{
	border-bottom:1px solid #666666;
}	
.nav-links .nav-previous a::before{
	left:0;
	right:auto;
}
.nav-previous a{
	padding-left: 73px;
	padding-right:0;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}
.navigation-post.clearfix{
	margin-top:50px;
}

/***single page woocommerce **/
input, select, textarea, .contact-content form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
}
.single.single-product.woocommerce form.cart .variations select {
	height: 35px;
	padding: 0 10px;
	border: 1px solid;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: transparent url(images/select-bg.png) no-repeat scroll right 10px center;
	text-transform: capitalize;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 0;
}
.single.single-product.woocommerce .reset_variations {
	display: block !important;
}
.single.single-product.woocommerce .cart .quantity {
	display: block;
	float: none;
}
.single.single-product.woocommerce .cart .quantity::before {
	content: "Quantity";
	font-style: normal;
	padding-right: 20px;
}
.single.single-product.woocommerce .plus, .single.single-product.woocommerce .minus,
.woocommerce-cart.woocommerce-page .plus, .woocommerce-cart.woocommerce-page .minus {
	font-size: 18px;
	color: #656565;
	cursor: pointer;
}
.single.single-product.woocommerce .minus,
.woocommerce-cart.woocommerce-page .minus {
	padding-right: 5px;
}
.single.single-product.woocommerce .plus,
.woocommerce-cart.woocommerce-page .plus {
	padding-left: 5px;
}
.single.single-product.woocommerce .quantity .qty,
.woocommerce-cart.woocommerce-page .quantity .qty {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	-ms-appearance: textfield;
	appearance: textfield;
	border: 1px solid;
}
.single.single-product.woocommerce #respond input#submit.alt, .single.single-product.woocommerce #respond select#submit.alt, .single.single-product.woocommerce #respond textarea#submit.alt, .single.single-product.woocommerce a.button.alt, .single.single-product.woocommerce button.button.alt, .single.single-product.woocommerce input.button.alt, .single.single-product.woocommerce select.button.alt, .single.single-product.woocommerce textarea.button.alt {
	background-color: transparent;
	border: 1px solid;
	border-radius: 0;
	color: #000;
	margin-top: 35px;
	text-transform: uppercase;
	padding: 12px 0;
	font-size: 16px;
	width: 210px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.single.single-product.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
	clear: none;
	float: right;
	width: 48%;
}
.single.single-product.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
	display: none;
}
.single.single-product.woocommerce .panel {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
input[type=number]::-webkit-inner-spin-button, select[type=number]::-webkit-inner-spin-button, textarea[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
select[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.single.single-product.woocommerce .price {
	margin-bottom: 16px;
	margin-top: 16px;
	color: #000;
}
.back_link_wrapper
{
	clear: both;
	display: block;
}
/***work single detail page**/
.single-work img{
	width:100%;
	margin-bottom:16px;
}
.content-single-wrok{
	margin-bottom:70px;
	margin-top:50px;
}
.heading-work-single .heading {
    font-size: 15px;
    letter-spacing: 0.21em;
    margin-bottom: 140px;
}
.page-template-template-blog .pagination , .woocommerce-pagination{
	display:none;
}

/**woocommerce other pages **/
.woocommerce-page .woocommerce-message::before, .woocommerce-page .woocommerce-error::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-message::before{
	color:#000;
}
.woocommerce-page .woocommerce-message::before, .woocommerce-page .woocommerce-error::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-message::before{
	color:#000;
}
.woocommerce-page #respond input#submit, .woocommerce-page #respond select#submit, .woocommerce-page #respond textarea#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page select.button, .woocommerce-page textarea.button{
	background: transparent none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 0;
    color: #000;
    float: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.42857;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.woocommerce-page #respond input#submit:hover, .woocommerce-page #respond select#submit:hover, .woocommerce-page #respond textarea#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page select.button:hover, .woocommerce-page textarea.button:hover{
	background: #000 none repeat scroll 0 0;
    color: #fff		
}
.woocommerce-page .woocommerce-info a.button, .woocommerce-page .woocommerce-message a.button{
	float:right;
}
.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message{
	border-top-color: #000;
}
.woocommerce-page .intro-blurb .col-sm-8{
	width:100%;
}
.woocommerce-cart.woocommerce-page #coupon_code {
    height: 34px;
    padding-left: 10px;
    width: 120px !important;
}
.woocommerce-cart.woocommerce-page #respond input#submit.alt, .woocommerce-cart.woocommerce-page #respond select#submit.alt, .woocommerce-cart.woocommerce-page #respond textarea#submit.alt, .woocommerce-cart.woocommerce-page a.button.alt, .woocommerce-cart.woocommerce-page button.button.alt, .woocommerce-cart.woocommerce-page input.button.alt, .woocommerce-cart.woocommerce-page select.button.alt, .woocommerce-cart.woocommerce-page textarea.button.alt{
	   background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    margin-top: 0;
    padding: 14px 0;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 100%;
}
.woocommerce-cart.woocommerce-page #respond input#submit.alt:hover, .woocommerce-cart.woocommerce-page #respond select#submit.alt:hover, .woocommerce-cart.woocommerce-page #respond textarea#submit.alt:hover, .woocommerce-cart.woocommerce-page a.button.alt:hover, .woocommerce-cart.woocommerce-page button.button.alt:hover, .woocommerce-cart.woocommerce-page input.button.alt:hover, .woocommerce-cart.woocommerce-page select.button.alt:hover, .woocommerce-cart.woocommerce-page textarea.button.alt:hover{
	 background: #000 none repeat scroll 0 0;
    color: #fff;
}
.woocommerce-page .woocommerce table.shop_table, .woocommerce-page .woocommerce form.checkout_coupon, .woocommerce-page .woocommerce form.login, .woocommerce-page .woocommerce form.register, .woocommerce-page .select2-container .select2-choice{
	border-radius: 0;
}
.woocommerce-checkout.woocommerce-page form .form-row input.input-text, .woocommerce-checkout.woocommerce-page form .form-row select.input-text, .woocommerce-checkout.woocommerce-page form .form-row textarea.input-text{
  height: 32px;
    padding: 0 10px;	
}
.woocommerce-checkout.woocommerce-page #respond input#submit.alt, .woocommerce-checkout.woocommerce-page #respond select#submit.alt, .woocommerce-checkout.woocommerce-page #respond textarea#submit.alt, .woocommerce-checkout.woocommerce-page a.button.alt, .woocommerce-checkout.woocommerce-page button.button.alt, .woocommerce-checkout.woocommerce-page input.button.alt, .woocommerce-checkout.woocommerce-page select.button.alt, .woocommerce-checkout.woocommerce-page textarea.button.alt{
	    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    margin-top: 0;
    padding: 14px 30px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.woocommerce-checkout.woocommerce-page #respond input#submit.alt:hover, .woocommerce-checkout.woocommerce-page #respond select#submit.alt:hover, .woocommerce-checkout.woocommerce-page #respond textarea#submit.alt:hover, .woocommerce-checkout.woocommerce-page a.button.alt:hover, .woocommerce-checkout.woocommerce-page button.button.alt:hover, .woocommerce-checkout.woocommerce-page input.button.alt:hover, .woocommerce-checkout.woocommerce-page select.button.alt:hover, .woocommerce-checkout.woocommerce-page textarea.button.alt:hover{
	 background: #000 none repeat scroll 0 0;
    color: #fff;
}
/**woocommerce detail page**/
.single-product .product_title{
  font-family: "Open Sans",sans-serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.21em;
    margin-bottom: 30px;
    margin-top: 240px !important;
    text-decoration: underline;
    text-transform: uppercase;
} 
.single-product .product-page{
	 background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 20%, #f4f4f4 20%) repeat scroll 0 0;
}
.woocommerce.single-product .summary.entry-summary , .single.single-product.woocommerce .woocommerce-tabs.wc-tabs-wrapper{
	width:45.5%;
}
.single.single-product.woocommerce .woocommerce-tabs.wc-tabs-wrapper{
	padding-bottom:60px;
}
.woocommerce.single-product .product_meta{
	display:none;
}
#tab-description h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.single-product .share-text{
	display:none;
}
.woocommerce.single-product .summary.entry-summary p , .woocommerce.single-product .summary.entry-summary p.lead {
	line-height:1.5;
}
.back_link_wrapper{
	background:#fff;
	padding-top:64px;
}
.back_link_wrapper a{
	text-transform:uppercase;
}
.woocommerce.single-product .shop-box-home .heading {
    float: none;
    margin-right: 0%;
    position: absolute;
    right: 9px;
    top: 81px;
	-webkit-transform: none; 
	-moz-transform: none; 
	-ms-transform: none;
    transform: none;
	-webkit-transform-origin:0 0 0; 
	-moz-transform-origin:0 0 0; 
	-ms-transform-origin:0 0 0;
    transform-origin:0 0 0;
    z-index: 1;
}
/** sohail space shop page ****/
body.post-type-archive-product .product-page h1.page-title,
body.tax-product_cat .product-page h1.page-title{
font-family: montserrat;
font-size: 85px;
font-weight: 700;
letter-spacing: 0.01em;
line-height: 1.24;
margin: 0 0;
margin-bottom:37px;
}

body.post-type-archive-product form.woocommerce-ordering select.orderby,
body.tax-product_cat form.woocommerce-ordering select.orderby{
	display:none;
}
body.post-type-archive-product p.woocommerce-result-count,
body.tax-product_cat p.woocommerce-result-count{
	display:none;
}

body.post-type-archive-product .page-description p,
body.tax-product_cat .page-description p{
font-family: 'Open Sans', sans-serif;
font-weight: 300;
letter-spacing: 0.03em;
line-height: 1.6;
font-size:16px;
color:#000;
width: 70%;
margin-bottom:140px;
}

body.post-type-archive-product ul.products li.type-product,
body.tax-product_cat ul.products li.type-product{
	margin-right:0;
	margin-left:76px;
    width: 28.1%;	
}

body.post-type-archive-product ul.products li.first,
body.tax-product_cat ul.products li.first{
	margin-left:0;
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products{
	margin-top:0;
}

body.post-type-archive-product .products li.product .button,
body.tax-product_cat .products li.product .button{
	display:none;
}
body.post-type-archive-product ul.products li.product h3,
body.tax-product_cat ul.products li.product h3{
font-family: 'Open Sans', sans-serif;
text-align:center;
font-weight: 600;
letter-spacing: 0.21em;
line-height: 1.64;
font-size:14px;
color:#000;
text-decoration:underline;
text-transform:uppercase;
}

body.post-type-archive-product ul.products li.product .price,
body.tax-product_cat ul.products li.product .price{
font-family: 'Open Sans', sans-serif;
text-align:center;
font-weight:300;
letter-spacing: 0.21em;
line-height: 1.64;
font-size:14px;
color:#000;
}

body.post-type-archive-product .img-wrap,
body.tax-product_cat .img-wrap{
	position:relative;
}

body.post-type-archive-product .img-wrap::after{

}

body.post-type-archive-product .img-wrap:hover::after,
body.tax-product_cat .img-wrap:hover::after{
content: " More details";
position: absolute;
top: 0;
width: 100%;
height: 100%;
display: flex;
align-content: center;
justify-content: center;
align-items: center;
background-color: rgba(255, 255, 255, 0.5);
color:#000;
transition:all 0.5s ease-in;
text-transform:uppercase;
letter-spacing:0.35em;
font-family: 'Open Sans', sans-serif;
font-weight: normal;
font-size:14px;
color:#000;
}

body.tax-product_cat .breadcrumb > li + li::before{
	color: #000;
	font-weight:600;
}
body.tax-product_cat .blog-cat .breadcrumb{
	background:none;
}
body.tax-product_cat .blog-cat .breadcrumb li a, 
body.post-type-archive .blog-cat .breadcrumb li a{
	text-decoration:underline;
	text-transform:uppercase;
}

body.tax-product_cat .blog-cat .breadcrumb li a:focus, 
body.post-type-archive .blog-cat .breadcrumb li a:focus{
color:#ccc !important;
}

body.tax-product_cat .blog-cat .breadcrumb li a.active{
	color:#ccc !important;
}



.load_more a{
text-decoration:underline;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
letter-spacing: 0.29em;
line-height: 1.61;
font-size:13px;
color:#000;
position:relative;
margin-bottom:79px;
display:block;
margin-top:30px;
text-transform:uppercase;
}

.load_more a:hover{
	color:#000 !important;
}

.load_more a::after{
content: "'";
width: 3px;
height: 66px;
background: #000;
position: absolute;
top: 42px;
left: 50%;
-webkit-transform:translateX(-50%); 
-moz-transform:translateX(-50%); 
-ms-transform:translateX(-50%);
transform:translateX(-50%);
}

body.page-template-template-contact .contact_details p{
display:block;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
letter-spacing: 0.03em;
line-height: 1.96;
font-size:15px;
color:#000;
}

body.page-template-template-contact .mgt-30{
	    margin-top: 67px;
}

body.page-template-template-contact .contact-form-up{
	margin-top: 43px;
}

body.page-template-template-contact .nf-form-title h3{
	display:none;
}
body.page-template-template-contact{
	background:#f4f4f4;
}

body.page-template-template-contact .nf-field-element input{
display:block;
font-family: 'Open Sans', sans-serif;
font-weight:600;
letter-spacing: 0.21em;
line-height: 1.24;
font-size:14px;
color:#000;
text-transform:uppercase;
text-decoration:underline;
padding:12px 0;
padding-left:20px;
border:none;
background:#fff;
}

body.page-template-template-contact .nf-field-element textarea{
display:block;
font-family: 'Open Sans', sans-serif;
font-weight:600;
letter-spacing: 0.21em;
line-height: 1.24;
font-size:14px;
color:#000;
text-transform:uppercase;
text-decoration:underline;
padding-left:20px;
border:none;
background:#fff;
padding-top: 12px;
}

body.page-template-template-contact .nf-response-msg p{
font-family: 'Open Sans', sans-serif;
font-weight: 600;
letter-spacing: 0.03em;
line-height: 1.96;
font-size:15px;
color:#000;
}

body.page-template-template-contact .nf-form-fields-required{
	display:none;
}
body.page-template-template-contact .nf-field-element input[type=button]{
	background:none;
	float:right;
	text-decoration:none;
}

textarea:focus, input:focus{
    outline: none;
}
body.page-template-template-contact .nf-field-element textarea::-webkit-input-placeholder { color:#000; text-decoration:underline; font-weight:700;}
body.page-template-template-contact .nf-field-element textarea::-moz-input-placeholder { color:#000; text-decoration:underline; font-weight:700;} 
body.page-template-template-contact .nf-field-element textarea::-ms-input-placeholder { color:#000; text-decoration:underline; font-weight:700;} 
body.page-template-template-contact .nf-field-element textarea::-moz-input-placeholder:focus{color:#000;}
body.page-template-template-contact .nf-field-element input::-webkit-input-placeholder { color:#000; text-decoration:underline; font-weight:700;}
body.page-template-template-contact .nf-field-element input::-moz-input-placeholder { color:#000; text-decoration:underline; font-weight:700;} 
body.page-template-template-contact .nf-field-element input::-ms-input-placeholder { color:#000; text-decoration:underline; font-weight:700;} 
body.page-template-template-contact .nf-field-element input::-moz-input-placeholder:focus{color:#000;}

/*** popup ***/
.popup_opacity{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.7);
display:none;
z-index:99;
}

.pop_details{
}

.pop_grey_outline{
position:absolute;
width:774px;
background:#ececec;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
padding:50px;
border:19px solid #fff;
padding-top: 60px;
}

.pop_grey_inner{
	position:relative;
}

.pop_grey_inner .signup_text{
font-family: 'Montserrat', sans-serif;
font-weight:700;
letter-spacing: 0.01em;
line-height: 1.53;
font-size:39px;
color:#000;
padding-bottom:60px;
}

.pop_grey_inner .form-group input{
display:block;
width:50%;
border-bottom:none;
font-family: 'Open Sans', sans-serif;
font-weight:700;
letter-spacing: 0.21em;
line-height: 1.24;
font-size:14px;
color:#000;
text-transform:uppercase;
text-decoration:underline;
padding:18px 0;
padding-left:20px;
margin-bottom:22px;
}

.pop_grey_inner .form-group input::-webkit-input-placeholder { color:#000; text-decoration:underline; font-weight:700;}
.pop_grey_inner .form-group input::-moz-input-placeholder { color:#000; text-decoration:underline; font-weight:700;} 
.pop_grey_inner .form-group input::-ms-input-placeholder { color:#000; text-decoration:underline; font-weight:700;} 
.pop_grey_inner .form-group input::-moz-input-placeholder:focus{color:#000;}
.pop_grey_inner .form-group button{
font-family: 'Open Sans', sans-serif;
font-weight:700;
letter-spacing: 0.21em;
line-height: 1.24;
font-size:14px;
color:#000;
text-transform:uppercase;
text-decoration:underline;
border:none;
background:none;
margin-bottom: 0;
position: absolute;
right: 198px;
bottom: 6px;
}

span.cross_cut{
    position: absolute;
    right: -26px;
    cursor: pointer;
    top: -38px;
}
.single.single-product.woocommerce form.cart .variations .label{
	display:none;
}
.single.single-product.woocommerce form.cart .variations {
    width: 220px;
}

.custom_navbar li a:focus{
	color:#f4f4f4 !important;	
}

body.post-type-archive-product h1.page-title, body.tax-product_cat h1.page-title{
	text-transform:lowercase;
}

body.page-template-template-service .intro-heading{
	text-transform:lowercase;
}

body.page-template-template-service .service-heading{
		text-transform:lowercase;
}
body.category-editorial .intro-heading,
body.category-travel .intro-heading,
body.category-uncategorized .intro-heading
{
	text-transform:lowercase;
}

body.page-template-template-blog .intro-heading{
		text-transform:lowercase;
}

.category.archive .archive-blog .breadcrumb li a
{
	text-transform:lowercase;
}

body.page-template-template-blog ol.breadcrumb li a:focus,
body.category-editorial ol.breadcrumb li a:focus,
body.category-travel ol.breadcrumb li a:focus,
body.category-uncategorized ol.breadcrumb li a:focus,
{
color:#f4f4f4 !important;	
}

body.page-template-page-homepage .heading a{
font-size: 23px;
font-weight: 600;
line-height: 1.1;
letter-spacing: 0.25em;
display: inline-block;
text-transform: uppercase;
}
a:focus{
	color:#f4f4f4 !important;	
}

body.post-template-default ul.tag-list{
	position:relative;
}

body.post-template-default ul.cat-list li a::after{
	position:absolute;
	content:",";
	color:#000;
	bottom:0;
	font-size:12px;
	font-weight:600;	
}
body.post-template-default ul.tag-list li a::after{
	position:absolute;
	content:",";
	color:#000;
	bottom:0;
	font-size:12px;
	font-weight:600;
}
body.post-template-default ul.cat-list{
	position:relative;
}
body.post-template-default ul.tag-list li:last-child a::after{
	content:"";
}

body.post-template-default ul.cat-list li:last-child a::after{
	content:"";
}

body.post-template-default span.seprate{
	display:none;
}

.mc4wp-response .mc4wp-success p{
font-family: 'Open Sans', sans-serif;
font-weight:700;
letter-spacing: 0.21em;
line-height: 1.6;
font-size:16px;
color:#000;
letter-spacing:0.13em;
text-transform:uppercase;
text-decoration:underline;
}

body.page-template-default .intro-heading{
	text-transform:lowercase;
}

body.page-template-default .heading-default{
		text-transform:lowercase;
}

body.page-template-template-faq .intro-heading{
	text-transform:lowercase;
}

body.page-template-template-contact p.lead{
	text-transform:uppercase;
	width: 80%;
}

body.page-template-template-wrok .intro-heading{
		text-transform:lowercase;
}

body.page-template-template-contact .big-heading-rotate{
		text-transform:lowercase;	
}


body.page-template-page-homepage a.intro-link{
		pointer-events:none;
}

body.page-template-page-homepage .heading-wrapper .heading a{
    float: right;
    margin-right: 0;
    transform: rotate(0deg) translateX(4%);
    transform-origin: 100% 0 0position: relativez-index: 1;
}
.woocommerce ul.products li.product .onsale{
	display: none;
}
.woocommerce ul.products li.product .price del{
	display: inline-block;
}
.single-product .breadcrumb{
	text-transform: uppercase;
}


/* woocommerce archive */
.woocommerce ul.products li.product a img {
	width: auto;
	max-width: none;
	margin: auto;
}

.slider-wrapper .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }
  .slider-wrapper .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
 }
  .slider-wrapper .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .slider-wrapper .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .slider-wrapper .owl-carousel .owl-wrapper,
  .slider-wrapper .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .slider-wrapper .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .slider-wrapper .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .slider-wrapper .owl-carousel .owl-nav.disabled,
  .slider-wrapper .owl-carousel .owl-dots.disabled {
    display: none; }
  .slider-wrapper .owl-carousel .owl-nav .owl-prev,
  .slider-wrapper .owl-carousel .owl-nav .owl-next,
  .slider-wrapper .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .slider-wrapper .owl-carousel.owl-loaded {
    display: block; }
  .slider-wrapper .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .slider-wrapper .owl-carousel.owl-hidden {
    opacity: 0; }
  .slider-wrapper .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .slider-wrapper .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .slider-wrapper .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .slider-wrapper .owl-carousel.owl-rtl {
    direction: rtl; }
  .slider-wrapper .owl-carousel.owl-rtl .owl-item {
    float: right; }
.slider-wrapper .no-js .owl-carousel {
  display: block; }
.slider-wrapper .owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.slider-wrapper .owl-carousel .owl-animated-in {
  z-index: 0; }

.slider-wrapper .owl-carousel .owl-animated-out {
  z-index: 1; }

.slider-wrapper .owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.slider-wrapper .owl-height {
  transition: height 500ms ease-in-out; }
.slider-wrapper .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.slider-wrapper .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }
.slider-wrapper .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.slider-wrapper .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.slider-wrapper .owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.slider-wrapper .owl-carousel .owl-video-playing .owl-video-tn,
.slider-wrapper .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.slider-wrapper .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.slider-wrapper .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
.slider-wrapper .owl-carousel .item img
{
	height: 100% !important;
	/*min-height: 200px !important;*/
}
.slider-wrapper .owl-carousel .owl-dots 
{
	text-align: center !important;
}
.slider-wrapper .owl-carousel .owl-dots .owl-dot span
{
	background: #C7C7C7 !important;
}
.slider-wrapper .owl-carousel .owl-dots .owl-dot.active span
{
	background: #000 !important;
}
.banner-text
{
	z-index: 90 !important;
}
.banner-img.home-banner
{
	background: transparent !important;
	min-height: 1px !important;
}
.slider-wrapper .owl-dots
{
	display: none !important;
}
.page-id-431 .about-section .about-page-content .about-content
	{
		padding: 0px !important;
	}
@media screen and (max-width:480px)
{
	.custom_navbar li li a
	{
		font-size: 20px !important;
	}
	.banner-text h3
	{
		font-size: 13px !important;
		letter-spacing: 3px !important;
	}
}

@media screen and (max-width:767px)
{
	.page-id-15 .main-home-content.grey-box
	{
		margin-top: 10% !important;
	}
	.custom_navbar li a
	{
		font-size: 30px !important;
	}
	.social-top
	{
		padding-right: 0px !important;
	}
	.ys-sec
	{
		padding: 0px 10px;
	}
	.page-id-439 .service-box-wrapper .rm-pad > .service-content-box
	{
		padding-bottom: 30px !important;
	}
	footer > .instagram-wrapper
	{
		margin-top: 0px !important;
	}
	.latest-blog-wrapper
	{
		padding-top: 40px !important;
	}
	.page-id-15 .home-section > .service-wrapper .custom-msnry-box.shop-box-home img
	{
		margin-bottom: 20px !important;
	}
	.page-id-430 .service-section > .grey-box
	{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.page-id-430 .service-section .intro-cotent .intro-cotent .lead
	{
		padding: 0 10px !important;
	}
}

ol li {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.96;
    margin-bottom: 0;
}
@media only screen and (max-width:450px) {
	.eventhome .col-sm-3 img {width:100%}
}
@media only screen and (min-width:451px) and (max-width:767px) {
	.eventhome .col-sm-3  {width:50%;float:left}
}
@media only screen and (min-width:768px) {
	.page-template-template-yogastyle .second-style .service-heading-wrap  { position: relative;}
.page-template-template-yogastyle	.second-style .service-heading { }
}
@media only screen and (max-width:768px) {
.page-template-template-yogastyle .second-style .service-heading  {float:none}
}
@media only screen and (max-width:767px){
	body .post-570 .archive-work .col-sm-6.rm-pad {
    margin-bottom: 70px;
}
	body #post-570 .link-msnry-box {
    top: auto;
    bottom: -14%;
}
	body .custom_navbar {
    margin-top: 0px;
}
}
.page-id-445 .archive-work span.link-msnry-box {
    display: none;
}
#post-570 .text-link {
    background: none;
    opacity: 1;
}
#post-570 .link-msnry-box {
    top:auto;
    bottom: -15%;
}
#post-570  .work-box:after {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
}
#post-570  .work-box:hover:after {
    opacity: 1;
}
#loginpopup .modal-dialog {
    margin-top: 200px;
}
#loginpopup .modal-header {
    padding: 8px;
    border-bottom: 0px;
    min-height: 0px;
}
#loginpopup .modal-body h2{
	text-align:center;
    margin:0px 0px 20px 0px;
}
#loginpopup .modal-body{
	padding:0px;
}
.loginpopupdiv a.memberloginpopup {
    font-size: 14px;
    text-decoration: underline !important;
}
#loginpopup .btn-default {
    color: #000;
    background-color: #fff;
    border-color: #ccc;
    font-size: 20px;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #000;
}
#loginpopup .modal-content {
    border: 1px solid #000;
}
#loginpopup button.close {
    color: #fff;
    opacity: 1;
    font-size: 28px;
    position: absolute;
    right: -9px;
    top: -10px;
    border: 1px solid #000;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    line-height: 28px;
    padding: 0px;
    background-color: #000;
}
.catepose a {
    border-bottom: 1px solid #888;
}
.term-34 div#content {
    margin: 0px;
    background-color: #f4f4f4;
}
.term-34 #main article.yoga-pose img {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 11px 0px;
}
.term-34 #main .yoga-pose {
    width: 48%;
    float: left;
    background-color: #fff;
    margin: 0px 8px 16px 8px;
    text-align: center;
}
h2.yogaclasstitle {
    margin-top: -38px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
	text-align: center;
    text-decoration: underline;
}
.menuwrapper-custom {
    margin: 50px auto;
}
#mega-menu-wrap-main_nav #mega-menu-main_nav{max-width:1000px;margin:0 auto !important;}
@media only screen and (max-width:768px) {
	.newbutton a {
    padding: 13px 10px !important;
    font-size: 11px;
}
	.newbutton{padding:0px !important;}
}