﻿
/***

====================================================================
						contact page
====================================================================

***/

#contact-virtual-tour {
	margin-top: 3rem;
	height: 550px;
}

#contact-virtual-tour.kitchen-studio {
	margin-top: 7rem;
	height: 400px;
}

.google-map-area {
  position: relative;
  left: 30px;
}
#contact-google-map {
  height: 400px;
  width: 100%;
}
.contact-section{
  position: relative;
}
.contact-section .contact-form-area textarea{
  width: 100%;
  height: 206px;
  resize: none;
  margin-bottom: 23px;
}
.contact-section .contact-form-area .alert{
	margin-top: 1em;
  }

  .contact-section .contact-form-area label.error{
	color:red;
	margin-bottom:14px;
  }
.contact-section .contact-form-area input{
  margin-bottom: 14px;
  height: 52px;
}
.contace-info .title{
  position: relative;
  font-size: 27px;
  line-height: 35px;
  color: #222;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.contact-section .contace-info{
  position: relative;
  margin-left: 60px;
  margin-top: -7px;
}
.contace-info .text{
  position: relative;
  padding: 0px 0px 0px 28px;
  margin-bottom: 13px;
}
.contace-info .text i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 23px;
  color: #caa680;
}

.footer-widget .contace-info .text {
	color: #b7bbc1;
}

.footer-widget .contace-info .text a:hover {
	color: #caa680;
}

.tiktok-logo {
	position: relative;
	display: inline;
}

.tiktok-logo i {
	visibility: hidden;
	display: inline;
}

.tiktok-logo svg {
	fill: currentColor;
	display: inline;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.contact-section .contace-info .social-list li{
  position: relative;
  display: inline-block;
  margin-right: 12px;
}
.contact-section .contace-info .social-list li a{
  outline: none !important;
}
.contact-section .contace-info .social-list li i.fa {
	font-size: 23px;
}

.contact-section .contace-info .social-list li svg {
	top: -2px;
}
.contact-section .contace-info .social-info{
  position: relative;
  margin-top: 48px;
}
.contact-section .btn-one{
  background: #caa680;
  border: 2px solid #caa680;
  padding: 10px 27px 10px 27px;
}
.contact-section .btn-one:hover{
  background: transparent;
  border: 2px solid #26272a;
}
.contact-section .sec-title h2{
  margin-bottom: 72px;
}

.contact-section.index-contact {
	margin: 100px 0 100px 0;
}

a[name=contact] {
	margin-top: -50px;
	display: block;
}

.index-gallery {
	margin-top: -50px;
}

.index-gallery .row a {
	display: block;
	margin-bottom: 30px;
}

.index-gallery .row a img {
	width: 100%;
}

.index-gallery .project-galleries-item + .row {
	padding-top: 30px;
}

.index-read-more {
	text-align: center;
}

.index-read-more a {
	display: inline-block;
}

.index-read-more.with-offset {
	margin-bottom: 100px;
}

.index-blog .blog-container {
	margin: 0 -1.5rem;
}

/* fotorama */
.fotorama {
	margin-bottom: 3em;
}

.fotorama__thumb-border {
	border-color: #caa680;
}

.fotorama__arr, .fotorama__fullscreen-icon {
	filter: contrast(0) sepia(1);
}

.rich-text-editor-content h2 {
	position: relative;
	margin-bottom: 37px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 34px;
	color: #222;
}

.rich-text-editor-content h2:before {
	position: absolute;
	content: '';
	background: #222;
	width: 50px;
	height: 2px;
	left: 0px;
	margin-left: 0px;
	bottom: -14px;
}

.rich-text-editor-content p {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 26px;
	font-weight: 400;
	color: #777;
	margin-bottom: 26px;
}

.rich-text-editor-content h3 {
	margin-bottom: 15px;
	position: relative;
	font-size: 27px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #222;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 35px;
}

.rich-text-editor-content ul {
	position: relative;
	margin-top: -1px;
	margin-bottom: 25px;
}

.rich-text-editor-content ul li {
	font-size: 14px;
	color: #777777;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Open Sans', serif;
	position: relative;
	display: block;
	padding: 0px 0px 0px 20px;
	margin-bottom: 6px;
}

.rich-text-editor-content ul li:before {
	position: absolute;
	content: "\f138";
	font-size: 14px;
	font-family: "FontAwesome";
	left: 2px;
	top: 0px;
	color: #caa680;
}

.rich-text-editor-content figure {
  margin-top: 26px;
}

.rich-text-editor-content figure + p, .rich-text-editor-content figure + hr {
  margin-top: 26px;
}

.rich-text-editor-content figure.image {
	display: block;
}

.rich-text-editor-content figure.image.image-style-side {
	float: right;
	max-width: 50%;
}

.rich-text-editor-content figure.image.image_resized {
	box-sizing: border-box;
    display: block;
    max-width: 100%;
	margin: 0 auto;
}

.rich-text-editor-content figure.image img {
	display: block;
	margin: 0 auto;
}

.rich-text-editor-content figure.image figcaption {
	text-align: center;
}

.rich-text-editor-content figure.image.image-style-block-align-left img {
	margin: 0;
}

.rich-text-editor-content figure.image.image-style-block-align-left figcaption {
	text-align: left;
}

.rich-text-editor-content figure.image.image-style-block-align-right img {
	margin: 0 0 0 auto;
}

.rich-text-editor-content figure.image.image-style-block-align-right figcaption {
	text-align: right;
}

.rich-text-editor-content img {
  width: auto;
  max-width: 100%;
}

.rich-text-editor-content img.image-style-align-left {
	float: left;
}

.rich-text-editor-content img.image-style-align-right {
	float: right;
}

.rich-text-editor-content hr {
  height: 1px;
  background-color: #222;
  width: 10rem;
  display: block;
  margin: 0 auto 2rem auto;
}

.rich-text-editor-content .clear {
	clear: both;
}

.catalog-preview {
	width: 100%;
	padding-bottom: 2rem;
	height: 70vh;
}

.timeline {
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}

.timeline .entry .line {
	display: flex;
	position: relative;
	margin-bottom: 20px;
}

.timeline .entry .line .tld {
	border-radius: 50%;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #25120e;
	position: absolute;
	left: calc(50% - 10px);
	top: -8px;
}

.timeline .entry .line .tl1, .timeline .entry .line .tl2 {
	border: 2px solid #caa680;
	flex-grow: 1;
}

.timeline .entry:first-child .line .tl1 {
	visibility: hidden;
}

.timeline .entry:last-child .line .tl2 {
	visibility: hidden;
}

.timeline .entry .desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
}

.timeline .entry:first-child .desc {
	padding-left: 0;
}

.timeline .entry:last-child .desc {
	padding-right: 0;
}

.timeline .entry .desc .title {
	font-weight: 600;
	color: black;
}

.timeline .entry .desc .title, .timeline .entry .desc .subtitle {
	text-align: center;
}

.project-galleries-item {
	margin-bottom: 60px;
}

.project-galleries-item__title {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	margin-bottom: 20px;
}

.project-galleries-item__photo {
	max-width: 45%;
}

.project-galleries-item__photo--left {
	float: left;
	margin: 0 30px 20px 0;
}

.project-galleries-item__photo--right {
	float: right;
	margin: 0 0 20px 30px;
}

.project-galleries-item .read-more {
	margin-top: 15px;
}

.project-galleries-item .read-more a {
  color: #222;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.project-galleries-item .read-more a:hover {
  color: #caa680;
}

.project-detail-section .masonary-layout {
	clear: both;
	padding-top: 40px;
}

@media only screen and (max-width: 767px) {
	.index-gallery .project-galleries-item {
		margin-bottom: 20px;
	}

	.index-gallery .project-galleries-item + .row {
		padding-top: 0;
	}

	.project-galleries-item__photo {
		float: none;
		max-width: 100%;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.blog-page.blog-flex-page {
		padding: 0;
	}

	.main-gallery-page .post-filter {
		padding-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.timeline {
		display: flex;
		flex-direction: column;
		margin-top: 15px;
	}

	.timeline .entry .line {
		display: block;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.timeline .entry .line .tld, .timeline .entry .line .tl1 {
		display: none;
	}

	.timeline .entry .line .tl2 {
		border: 2px solid #caa680;
		height: 50px;
		width: 0;
		border-radius: 5px;
		margin: 0 auto;
	}

	.timeline .entry:first-child .line .tl2 {
		display: none;
	}

	.timeline .entry:last-child .line .tl2 {
		visibility: visible;
	}

	.timeline .entry .desc {
		padding: 0;
	}

	.timeline .entry .desc .title {
		font-weight: 600;
		color: black;
	}

	.timeline .entry .desc .title, .timeline .entry .desc .subtitle {
		text-align: center;
	}
}
