/**
* Theme Name: Latitude 28
* Description: This is a child theme for Latitude 28
* Author: Shobhit Verma
* Template: twentytwentyone
* Version: 1.0.1
*/

*{
	box-sizing: border-box;
}
body{
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Rubik', sans-serif;
}
h2{
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;
}
h3{
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #333333;
}
p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 15px;
}

a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
/*reset*/
:root {
	/*--global--color-background: #ffffff;
	--global--color-primary: #4d4d4d;
	--global--color-secondary: #000;
	--button--color-background: #d99578;
	--button--color-text-hover: #000;*/


	--global--font-size-base: 13px;
	--global--font-size-md: 13px;
	--responsive--alignwide-width: 1200px;
	--primary-nav--color-link-hover: #a19b9d;
	--responsive--aligndefault-width: 100%;

	--entry-header--font-size: 36px;

	/*entry title*/
	--global--font-size-page-title: 40px;
	--heading--line-height-h1: 48px;
	--heading--font-weight-page-title: 400;

	--button--padding-vertical: 8px;
	--button--padding-horizontal: 10px;
	--button--font-size: 12px;


	--form--border-width: 1px;


}
.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
	background-color: transparent;
	color: #a19b9d;
}
.site .button:not(:hover):not(:active):not(.has-background){
	border: none !important;
	border-radius: 4px;
	padding: 13px 63px;
	background-color: #d99578;
}

.site .button{
	position: relative;
	overflow: hidden;
}
.site .button span{
	position: relative;
	z-index: 1;
}
.site .button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background-color: #de8863;
    opacity: 0;
}
.site .button:before, .site .button:after {
    transition: all 0.3s ease;
}
.site .button:hover::before {
    opacity: 1;
    left: 0px;
}
.site .button:hover{
	padding: 13px 63px;
	color: #ffffff;
	background-color: #d99578 !important;
	text-decoration: none !important;
	border: none !important;
	border-radius: 4px;
}

.wrapper{
	max-width: 1200px;
	width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}
/*Header*/
#top-header-band{
	padding: 8px 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #a19b9d;
}
#top-header-band,
#top-header-band p,
#top-header-band a{
	color: #a19b9d;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
#top-header-band .search-btn,
#top-header-band .cart-btn,
#top-header-band .user-btn{
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #a19b9d;
}
#top-header-band .ofc-meta p:last-child{
	border-left: 1px solid #a19b9d;
}
#masthead{
	padding: 15px 20px 5px 20px;
	margin-bottom: 50px;
}
.site-branding{
	margin-top: 0px;
}
.site-logo{
	margin: 0px;
}
.social-list li{
	margin-left: 15px;
}
.home #masthead{
	margin-bottom: 0px;
}
#site-navigation a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#site-navigation a:hover{
	font-weight: bold;
}
/*Main*/
.site-main{
	padding-top: 0px;
}
.entry-title{
	font-size: 36px !important;
	margin-bottom: 20px;
}
h1.title{
	font-size: 36px !important;
}
.s-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #808080;
    text-transform: uppercase;
}
.the-content{
	max-width: 750px !important;
	width: 100% !important;
	margin: 0px !important;
}
.meta-info{
	color: #88442a;
	margin-bottom: 10px;
	font-weight: 400;
}

/*Home Page*/
.home-main-slider .slider-slide-img .img{
	min-height: 376px;
    height: 85.33333vw;
    max-height: 100vh;
	position: relative;
}
.home-main-slider .slider-slide-img .img:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.2);
}
.home-main-slider .slider-slide-img .img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.home-main-slider .slick-prev,
.home-main-slider .slick-next{
	position: absolute;
	bottom: 50px;
	z-index: 999;
}
.home-main-slider .slick-prev{
	left: 50px;
}
.home-main-slider .slick-next{
	right: 50px;
}
.home-main-slider .slick-arrow{
	width: 75px;
	height: 28px;
	text-indent: -99999px;
	border:none;
	background-repeat: no-repeat;
	background-color: transparent !important;
}
.home-main-slider .slick-arrow:focus{
	outline: none;
	border:none;
}
.home-main-slider .slick-arrow.slick-prev{
	background-image: url("images/arrow-left.png");
	background-position: top left;
}
.home-main-slider .slick-arrow.slick-next{
	background-image: url("images/arrow-right.png");
	background-position: top right;
}
.home-main-slider .slider-slide-img{
	position: relative;
}
.home-main-slider .caption{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
}
.home-main-slider .caption .wrapper{
	margin: auto;
}
.home-main-slider .caption h2{
	font-size: 70px;
	line-height: 70px;
}
.home-main-slider .caption h2,
.home-main-slider .caption p{
	color: #ffffff;
}
.home-main-slider .caption p{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}
.featured-shop-wrap{
	padding: 30px 0px;
	background-color: #f2f2f2;
}
.feature-subscribe form{
	max-width: 600px;
	width: 100%;
	position: relative;
	display: inline-block;
}
.feature-subscribe .subscribe-field{
	width: 100%;
	display: inline-block;
	position: relative;
	padding-left: 60px;
	border: 1px solid #4d4d4d;
	border-radius: 4px;
}
.feature-subscribe .subscribe-field:before{
	content: "";
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #d99578;
	background-image: url("images/newletter-icon.png");
	background-repeat: no-repeat;
	background-position: center;
}
.feature-subscribe .subscribe-field input{
	width: 100%;
	border: none;
	padding: 15px 10px;
	background-color: transparent;
}
.feature-subscribe .submit{
	position: absolute;
	top: 0px;
	right: 0px;
}
.feature-subscribe .submit input{
	width: 80px;
	height: 52px;
	display: block;
	padding: 0px !important;
	text-indent: -9999px;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("images/arrow-newsletter.png");
}
.feature-subscribe .submit input:hover{
	padding: 0px !important;
	border:none !important;
}
.instgram-feed .insta-handle{
	font-size: 16px;
	color: #a19b9d;
}
.instgram-feed .insta-handle svg{
	color: #a19b9d;
	margin-left: 10px;
}
/*The Gallery*/
.feature-image{
	position: relative;
}
.gallery-founder .info-text{
	width: 100%;
	border-top: 1px solid #a19b9d;
	border-bottom: 1px solid #a19b9d;
}
.gallery-founder .info-text p{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	max-width: 400px;
}
.gallery-founder .info-text p:last-child{
	margin-bottom: 0px;
}
/*Exhibitions*/
.exb-feature-img {
	text-align: center;
    border: 1px solid #a19b9d;
}
.single-exhibition .title{
	font-size: 30px !important;
	line-height: 34px;
}
.uc-exb-row{
	border-bottom: 1px solid #a19b9d;
}
.exhibition-archive .yearly-archive-list{
	padding: 0px;
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
}
.exhibition-archive .yearly-archive-list li{
	padding-right: 10px;
	margin-right: 10px;
	display: inline-block;
	border-right: 1px solid #a19b9d;
}
.exhibition-archive .yearly-archive-list li:last-child{
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}
.exb-col .exb-feature-img{
	height: 250px;
	position: relative;
	margin-bottom: 10px;
}
.exb-col .exb-feature-img img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.exb-col h3{
	margin-bottom: 10px;
}
.site .exb-col .button:not(:hover):not(:active):not(.has-background){
	padding: 11px 13px;
	border-radius: 4px;
	background-color: #353334;
}
.site .exb-col .button:hover{
	color: #ffffff;
	padding: 11px 13px;
	border-radius: 4px;
	border-color: #353334;
	background-color: #353334;
}
.exb-artists,
.exb-artists a{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #646464;
}
.exb-date{
	height: 30px;
	position: relative;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
	border-color: #d99578;
}
.exb-date span,
p.date span{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #646464;
	text-transform: uppercase;
}
.exb-date .date-start{
	position: absolute;
	top: -10px;
	padding-right: 10px;
	background-color: #ffffff;
}
.exb-date .date-end{
	width: 120px;
	position: absolute;
	bottom: -10px;
	left: -50%;
	right: -50%;
	padding-left: 10px;
	padding-right: 15px;
	margin: 0px auto;
	text-align: center;
	background-color: #ffffff;
	background-image: url("images/double-arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 5px;
}
/*Exhibition single*/
.exb-nav{
	padding: 15px 0px;
	border-top: 1px solid #a19b9d;
	border-bottom: 1px solid #a19b9d;
}
.exb-nav li{
	cursor: pointer;
	border-right: 1px solid #a19b9d;
}
.exb-nav li:last-child{
	border-right: none;
}
.exb-main .active{
	display: block;
}
.exb-main .inactive{
	display: none;
}
.exb-main .c-col{
	max-width: 700px;
	width: 100%;
	margin: 0px auto;
}
.exb-main .c-col > h3{
	margin-bottom: 20px;
}
.exb-main .reviews > div{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a19b9d;
}
.exb-installation-images-wrap{
	padding: 50px 0px;
	background-color: #f2f2f2;
}
.exb-installation-slider .slide {
	margin: 0px 10px;
}
.exb-installation-slider .slide img{
	width: auto;
	height: 350px;
}
.exb-installation-slider .slick-arrow{
	width: 35px;
	height: 35px;
	position: absolute;
	top: -50px;
	text-indent: -9999px;
	background-color: transparent !important;
}
.exb-installation-slider .slick-arrow:hover,
.exb-installation-slider .slick-arrow:active{
	border:none;
}
.exb-installation-slider .slick-arrow:focus{
	outline: none;
}
.exb-installation-slider .slick-next.slick-arrow{
	right: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("images/round-arrow-right.png");
}
.exb-installation-slider .slick-prev.slick-arrow{
	right: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("images/round-arrow-left-.png");
}
#selected-work .artist-work-row{
    border-bottom: 1px solid #a19b9d;
}
/*Work Col*/
.work-col{
	position: relative;
}
.work-col h3{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	color: #ffffff;
	padding: 15px;
	margin-bottom: 0px;
	z-index: 1;
}
.art-work-col h3{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
.art-work-col p{
	color: #4d4d4d;
	margin-bottom: 5px;
	font-weight: 400;
}
.art-work-col .art-work-year{
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #4d4d4d;
}
.art-work-col .art-work-year,
.art-work-col .art-work-size{
	line-height: 14px;
	display: inline-block;
}
/*Wrok Single*/
body.single-art-work #masthead{
	margin-bottom: 0px;
}
.single-work-wrap{
	background-color: #f2f2f2;
}
.art-work-images{
	text-align: center;
	padding: 50px 50px 50px 0px;
}
.art-work-images > .image,
.art-work-images .slide .image{
	min-height: 376px;
    height: 85.33333vw;
    max-height: 600px;
    position: relative;
}
.art-work-images .slide .image img,
.art-work-images > .image img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 0;
}
.single-work-wrap .art-work-details-col{
	border-left: 1px solid #a19b9d;
}
.single-work-wrap .art-work-details{
	padding: 50px 0px 50px 15px;
}
.single-work-wrap .art-work-details .w-m-r .label{
	min-width: 80px;
	margin-right: 10px;
	color: #808080;
	text-transform: uppercase;
}
.single-work-wrap .art-work-details .w-m-r p{
	font-size: 14px;
	line-height: 18px;
	color: #4d4d4d;
	font-weight: 400;
}
.single-work-wrap .art-work-details .w-m-r .title{
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}
.art-work-slider-nav .slide{
	padding: 0px 10px;
}
.art-work-slider-nav .image-thumb{
	width: 80px;
	height: 60px;
	position: relative;
}
.art-work-slider-nav .image-thumb img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
/*View on wall*/
.viewer{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
	perspective: 100vw;
	display: none;
	z-index: 999;
}
.viewer-container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transform-style: preserve-3d;
}	
.viewing-room{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	transform-style: preserve-3d;
}
.room-side{
	position: absolute;
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	transform-style: preserve-3d;
}
.room-side-back{
	top: -100px;
	left: -100px;
	background: #E7E7E7;
	display: flex;
}
.room-side-bottom{
	top: calc(100% + 10px);
	left: -100px;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg) translateZ(0px) translateX(0px) translateY(0vh);
	-moz-transform: rotateX(90deg) translateZ(0px) translateX(0px) translateY(0vh);
	transform: rotateX(90deg) translateZ(0px) translateX(0px) translateY(0vh);
	background-image: url("js/viewing-room/floor.jpg");
	background-repeat: repeat;
	background-position: center;
	transition: all 1s ease-out;
}
.room-side-bottom:before{
	content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 10px;
    background-color: #000;
    transform-origin: center top;
    transform: rotateX(45deg);
}
.room-image{
	height: calc(90% - 200px);
	max-width: calc(90% - 200px);
	margin: auto;
	transition: all 1s ease-out;
}
.room-image img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.standing-men-layer{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	transform-origin: center top;
	transform: rotateX(20deg) translateZ(0px) translateX(0px) translateY(0vh);
}
.standing-men {
	height: 90%;
	position: absolute;
	left: 40%;
	bottom: 15%;
    transform: translateX(55vw) translateY(40vh);
    transition: all 1s ease-out;
}
.standing-men img{
	max-height: 100%;
}
.viewer-caption{
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	transform-origin: center top;
	transform: rotateX(1deg) translateZ(0px);
}
.viewer .btn{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}
.viewer-close{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #000000;
}
.viewer-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	padding: 0px 20px;
}
.viewer-nav:after{
	content: "";
	clear: both;
	display: block;
}
.viewer-nav a{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
}
.viewer-nav .prev{
	float: left;
}
.viewer-nav .next{
	float: right;
}
.overflow{
	overflow: hidden;
}
/*Artists*/
.artist-feature-img{
	max-width: 300px;
	width: 100%;
}
.artist-feature-img img{
	filter: gray;
    -webkit-filter: grayscale(1);
}
.artist-feature-img:hover img{
	filter: none;
	-webkit-filter: grayscale(0);
}
/*Artist single*/
.artist-main{
	padding: 30px 0px;
	margin-bottom: 40px;
	border-top: 1px solid #a19b9d;
}
.artist-main .artist-info-wrap{
	position: relative;
	height: 300px;
	overflow: hidden;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
.artist-main .artist-info{
	width: 100%;
	max-width: 650px;
}
.artist-info-toggle{
	height: auto;
}
.artist-main .artist-img img{
	width: 100%;
	max-width: 300px;
}
.artist-info-more .read-more{
	cursor: pointer;
}
.artist-main,
.artist-work,
.artist-exhibitions{
	padding-bottom: 80px;
	border-bottom: 1px solid #a19b9d;
}
.work-feature-img{
	height: 300px;
	margin-bottom: 10px;
	border: 1px solid #a19b9d;
	position: relative;
}
.work-feature-img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.work-feature-img .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -10px;
}
.work-feature-img .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.work-feature-img :hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/*Available Work*/

/*Events*/
.event-row .text-col{
	max-width: 450px;
}
.ev-feature-image{
	height: 350px;
	text-align: center;
	background-color: #f1f1f1;
}
.ev-feature-image img{
	height: 350px;
	width: auto;
}

.event-row .events-img-count,
.feature-image .events-img-count{
	position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #d99578;
    opacity: 0.8;
}
.event-row .events-img-count svg,
.feature-image .events-img-count svg{
	margin-right: 10px;
	display: inline-block;
}
.event-row .event-desc{
	height: 81px;
	overflow: hidden;
	margin-bottom: 10px;
}
/*Shop*/
.woocommerce .content-area{
	padding: 0px 0px;
}
.woocommerce ul.products.columns-4 li.product{
	text-align: center;
}
li.product a{
	width: 100%;
	display: block;
	color: #333333;
}
li.product .product-img-wrap{
	height: 302px;
	display: flex;
	border: 1px solid #f1f1f1;
}
li.product .product-img-wrap img{
	width: auto !important;
	max-width: 100% !important;
	max-height: 300px !important;
	height: auto !important;
	margin: auto !important;
}
li.product .woocommerce-loop-product__title{
	color: #333333 !important;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}
.shop-loop-sub-title{
	margin-bottom: 5px;
}
ul.products li.product .price{
	color: #808080;
}

ul.products li.product .s-product-terms-item{
	display: block;
	margin-top: 15px;
	margin-bottom: 3px;
}

/*single product*/
.woocommerce-product-gallery .woocommerce-product-gallery__image{
	padding: 50px;
	background-color: #f3f3f3;
	display: flex;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image > a{
	margin: auto;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image > a img{
	box-shadow: -10px 10px 20px rgba(0,0,0,0.40);
	max-height: 500px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	display: none;
}
.single-product.singular h3.product_title.entry-title{
	font-size: 22px !important;
	line-height: 26px;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #333333;
}
.woocommerce-page .button{
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.woocommerce-page .button:hover{
	background-color: transparent !important;
}
.woocommerce-page .site .button:before{
	z-index: -1;
}
.s-product-terms-item{
	color: #926959;
}
.product-purchase-policy{
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-purchase-policy .lable-purchase-policy{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a19b9d;
}
.product-purchase-policy .lable-purchase-policy p{
	margin-bottom: 0px;
}

.woocommerce-page h2.woocommerce-loop-product__title{
	font-size: 24px !important;
	line-height: 28px !important;
}
/*checkout*/
.woocommerce-checkout #main .woocommerce{
	padding:0px 0px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	max-width: 100%;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row > label,
.woocommerce-checkout .woocommerce-billing-fields .form-row > span,
.woocommerce-checkout .woocommerce-additional-fields .form-row > label,
.woocommerce-checkout .woocommerce-additional-fields .form-row > span{
	display: block;
	width: 100%;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p{
	font-size: 14px;
	line-height: 18px;
}
.woocommerce-checkout .woocommerce-error{
	padding: 0px 0px;
}
.woocommerce-error{
	color: #b22222;
	background-color: transparent;
}
.woocommerce-checkout .woocommerce-error li{
	padding: 0px 0px;
}
.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text{
	border:2px solid #b22222;
}

.woocommerce-checkout .col2-set .col-1{
	padding-left: 0px;
}
.woocommerce-checkout .form-row{
	margin-left: 0px;
	margin-right: 0px;
}

/*Contact Us*/
.c-field input,
.c-field textarea{
	max-width: 100%;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border:none;
	border-bottom: 1px solid #a19b9d;
	text-align: center;
}
.contact-us-form{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #a19b9d;
}
.contact-us-form .form-col{
	max-width: 600px;
	width: 100%;
}
.wpcf7 .ajax-loader{
	display: block;
	margin: 15px auto;
}
.popup-container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	background-color: rgba(255,255,255,0.95);
	z-index: 999;
	overflow: auto;
	display: none;
}
.popup-container .popup-col {
    max-width: 600px;
    width: 100%;
    padding: 30px 30px;
    margin: 100px auto 40px auto;
    background: #ffffff;
	position: relative;
}
.popup-container .popup-col .close{
	position: absolute;
	top: 0px;
	right: 0px;
}
#art-work-enquiry-popup .c-field input,
#art-work-enquiry-popup .c-field textarea{
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
#art-work-enquiry-popup .c-field textarea{
	height: 120px;
}
/*Footer*/
.site-footer{
	/*padding-bottom: 0px;*/
}
#colophon{
	margin-top: 100px;
}
.home #colophon{
	margin-top: 0px;
}
#colophon,
#colophon h2,
#colophon h3,
#colophon p,
#colophon a{
	color: #a19b9d;
}
#colophon .widget-area{
	margin-top: 0px;
	padding-top: 0px;
}
#colophon .widget{
	margin: 0px auto;
}
#colophon .widget-title{
	font-size: 16px;
	line-height: 22px;
}
#colophon .widget-area p{
	font-size: 14px;
	line-height: 18px;
}
#colophon .get-direction,
#colophon .ofc-timing,
#colophon .phone,
#colophon .email{
	position: relative;
	padding-left: 20px;
}
#colophon .get-direction svg,
#colophon .ofc-timing svg,
#colophon .phone svg,
#colophon .email svg{
	position: absolute;
	left: 0px;	
	top: 2px;
}
#colophon .widget-area ul li:first-child{
	margin-left: 0px;
}
#colophon .footer-navigation{
	margin-bottom: 0px;
}
#colophon .footer-navigation a{
	font-size: 14px;
	line-height: 18px;
}
.terms-condition-menu li{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #a19b9d;
}
.site-footer > .site-info{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-top: none;
}
.site-footer > .site-info p{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0px;
}
.site-footer > .site-info .powered-by{
	margin: 0px auto;
}

/*image animation*/
.exb-col .exb-feature-img,
.work-feature-img,
.ev-feature-image,
.artist-feature-img{
	position: relative;
	overflow: hidden;
}
.exb-col .exb-feature-img img,
.work-feature-img img,
.ev-feature-image img,
.artist-feature-img img{
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.exb-col .exb-feature-img:hover img,
.work-feature-img:hover img,
.ev-feature-image:hover img,
.artist-feature-img:hover img{
	transform: scale(1.1);
}



/*Responsive menu*/
@media(max-width: 940px){
	.exb-nav li{
		font-size: 11px;
		padding: 0px 12px !important;
	}
}
@media(max-width: 769px) {
	#masthead{
		padding: 15px 20px 15px 20px;
	}
	#top-header-band{
		display: none;
	}
	#site-navigation{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 65px 20px 20px 20px;
		background-color: #ffffff;
		z-index: 10;
		display: none;
	}
	#site-navigation > div > .menu-wrapper{
		text-align: center;
		display: block;
	}
	#site-navigation .primary-menu-container > ul > .menu-item{
		display: block;
	}

	/*parent theme style overwrite*/
	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo{
		position: relative;
	    padding-top: 0px;
	    margin-top: 0;
	    top: 0px;
	}
	.primary-navigation > .primary-menu-container{
		height: inherit;
		z-index: inherit;
		overflow-x: hidden;
		overflow-y: auto;
		border: none;
	}
	.primary-navigation > .primary-menu-container{
		position: relative;
		visibility: visible;
		opacity: 1;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		background-color: transparent;
		transition: none;
		transform: none;
	}

	.menu-button {
	    -webkit-transition: all .5s cubic-bezier(.7,0,.3,1);
	    -moz-transition: all .5s cubic-bezier(.7,0,.3,1);
	    -o-transition: all .5s cubic-bezier(.7,0,.3,1);
	    transition: all .5s cubic-bezier(.7,0,.3,1);
	    width: 70px;
	    height: 34px;
	    position: absolute;
	    top: 10px;
	    right: 20px;
	    z-index: 99999;
	    cursor: pointer;
	    display: block;
	}
	.menu-button .lines {
	    transition: all .3s cubic-bezier(.7,0,.3,1);
	    position: absolute;
	    width: 30px;
	    height: 5px;
	    background-color: #58595b;
	    display: block;
	    top: 50%;
	    margin-top: -2px;
	}
	.menu-button .lines:after, .menu-button .lines:before {
	    transition: all .3s cubic-bezier(.7,0,.3,1);
	    position: absolute;
	    left: 0;
	    width: 30px;
	    height: 5px;
	    background-color: #58595b;
	    display: block;
	    content: '';
	}

	.menu-button .lines:before {
	    top: -10px;
	}
	.menu-button .lines:after {
	    top: 10px;
	}
	.menu-button .lines, .menu-button .lines:after, .menu-button .lines:before {
		right: 0px;
	    -webkit-transition: all .3s cubic-bezier(.7,0,.3,1);
	    -moz-transition: all .3s cubic-bezier(.7,0,.3,1);
	    -o-transition: all .3s cubic-bezier(.7,0,.3,1);
	}
	.menu-button.toggle {
		position: fixed;
	    -webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.menu-button.toggle .lines {
	    background-color: transparent!important;
	}
	.menu-button.toggle .lines:after, .menu-button.toggle .lines:before {
	    top: 0;
	}
	.menu-button.toggle .lines:before {
	    -webkit-transform: translateY(0)rotate(-45deg);
	    -moz-transform: translateY(0)rotate(-45deg);
	    -o-transform: translateY(0)rotate(-45deg);
	    -ms-transform: translateY(0)rotate(-45deg);
	    transform: translateY(0)rotate(-45deg);
	}
	.menu-button.toggle .lines:after {
	    -webkit-transform: translateY(0)rotate(45deg);
	    -moz-transform: translateY(0)rotate(45deg);
	    -o-transform: translateY(0)rotate(45deg);
	    -ms-transform: translateY(0)rotate(45deg);
	    transform: translateY(0)rotate(45deg);
	}

	.menu-button.toggle{
		width: 28px;
	}
	.exb-main .exb-feature-img{
		margin-bottom: 15px;
	}
	.exb-nav-wrapper{
		position: relative;
	}
	.exb-nav-wrapper .selected-exb-nav-item{
		text-transform: uppercase;
		margin-bottom: 20px;
		display: block !important;
		font-weight: 700;
	}
	.exb-nav-wrapper .exb-nav{
		display: none;
		border-top: 0px !important;
		border-bottom: 0px !important;
		margin-top: 0px !important;
	}
	.exb-nav-wrapper .exb-nav li{
		display: block !important;
		margin-bottom: 5px;
		padding-bottom: 5px !important;
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #a19b9d;
	}
	.exb-nav-wrapper .exb-nav li:last-child{
		margin-bottom: 0px;
	}
	#colophon .site-name{
		margin-bottom: 30px;
	}
}

@media(max-width: 640px){
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item{
		max-width: 33.33%;
	}
}



#search-bar{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 100px 0px 50px 0px;
	background-color: rgba(0,0,0,0.30);
	z-index: 99999;
	display: none;
}
#search-bar .search-popup-col{
	max-width: 650px;
	width: 100%;
	margin: 0px auto;
	padding: 50px 30px 20px 30px;
	position: relative;
	background-color: #f7f7f7;
}
#search-bar .search-popup-col .submit{
	text-align: center;
}
#search-bar .search-popup-col .close{
	position: absolute;
	top: 10px;
	right: 10px;
}
#search-bar .search-popup-col form#searchform{
	width: 100%;
}
#search-bar .search-popup-col .c-field input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #2a5738;
    margin-bottom: 30px;
    padding-bottom: 10px;
    background-color: transparent;
	text-align:left;
}

#top-header-band .search-btn{
	cursor: pointer;
}