/*
Theme Name: Mustiq
Description: Mustiq
Version: 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Playfair+Display+SC:wght@400;600&display=swap');

html
{
	font-size: 10px;
}

body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.4rem;
	color: #707070;
	background: #f2f2f2;
	overflow-x: hidden;
	max-width: 100%;
}

.container
{
	padding: 0 1.5rem;
}

.row
{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.row > div
{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 1400px)
{
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl 
	{
    	max-width: 1200px;
	}
}

#index #header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#header .container
{
	display: flex;
	align-items: center;
	position: relative;
}

#header #logo
{
	margin: 8rem 0 5rem auto;
}

#menu-top
{
	color: #813B3D;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	display: flex;
	margin: 0;
}

#menu-top li
{
	margin-right: 9rem;
}

#menu-top li:last-child
{
	margin-right: 0;
}

#menu-top li a
{
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#menu-top li a:hover,
#menu-top .current-menu-item a
{
	color: #ca9594;
}

#menu-top li a:after
{
	content:'';
	width: .5rem;
	height: .5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -.3rem;
	bottom: -1.3rem;
	background: #ca9594;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}

#menu-top li a:hover:after,
#menu-top .current-menu-item a:after
{
	opacity: 1;
	bottom: -1rem;
}

#content
{
	padding-bottom: 5rem;
	overflow: hidden;
}

@media (min-width: 1200px)
{
	#content
	{
		padding-bottom: 9.5rem;
	}
}

.hero
{
	background-position: center center;
	background-size: cover;
	padding: 30rem 0 24rem 0;
	display: flex;
	align-items: center;
	min-height: 74rem;
	margin-bottom: 9.5rem;
}

.hero h1
{
	font-size: 4.5rem;
	line-height: 6rem;
	color: #813B3D;	
	margin-bottom: 6rem;
}

.hero p
{
	font-size: 1.8rem;
	line-height: 2.8rem;
	color: #000000;
}

.home-section-1
{
	margin-bottom: 10rem;
}

.home-section-1 .title
{
	font-size: 3.5rem;
	line-height: 4rem;
	color: #CA9594;
	margin-bottom: 4rem;
}

section#contact {
	margin-bottom: 60px;
	margin-top: 60px;
}

@media (min-width: 1200px)
{
	.home-section-1 .text > div
	{
		padding-left: 4rem;
	}
}

.home-section-1 .text p
{
	margin-bottom: 4rem;
}

.home-section-1 .text p:last-child
{
	margin-bottom: 0;
}

.home-section-1 .button-wrap
{
	text-align: right;
}

.home-section-2
{
	margin-bottom: 7rem;
}

.home-section-2 .title
{
	margin: 0 0 4rem 0;
	font-size: 3rem;
	line-height: 3.5rem;
	color: #7C3C40;
}

@media (min-width: 1200px)
{
	.home-section-2 .title
	{
		margin: 0 0 9rem 9.5rem;
		font-size: 4.7rem;
		line-height: 6.3rem;
	}
}

.home-section-2 .row > div
{
	margin-bottom: 4rem;
}

.home-section-2 .row > div:last-child
{
	margin-bottom: 0;
}

@media (min-width: 1200px)
{
	.home-section-2 .content > div
	{
		padding: 8rem 8rem 0 8rem;
	}
}

.home-section-2 .text, .home-section-3 .text
{
	margin-bottom: 5rem;
}

.home-section-2 .content *:last-child, .home-section-3 .text *:last-child
{
	margin-bottom: 0;
}

.home-section-3 .title
{
	font-size: 3rem;
	line-height: 3.5rem;
	color: #CA9594;
	margin-bottom: 4rem;
}

@media (min-width: 1200px)
{
	.home-section-3 .title
	{
		font-size: 4.7rem;
		line-height: 5rem;
	}
}

.home-section-3 .main
{
	align-items: center;
}

.posts > div
{
	margin-bottom: 3rem;
}

.blog-post-box-wide h1
{
	font-size: 3rem;
	line-height: 3.5rem;
	color: #CA9594;
}

@media (min-width: 1200px)
{
	.blog-post-box-wide h1
	{
		font-size: 4.5rem;
		line-height: 4rem;
	}

	.blog-post-box-wide
	{
		display: flex;
		align-items: center;
	}
}

.load-more-posts-wrap
{
	text-align: center;
	padding-top: 4rem;
}

.blog-post-content
{
	padding-top: 0;
}

@media (min-width: 1200px)
{
	.blog-post-content
	{
		padding-top: 5rem;
	}
}

.thumbnail-with-title
{
	height: 43rem;
	background-size: cover;
	background-position: center center;
	margin-bottom: 14rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumbnail-with-title:after
{
	content:'';
	width: 16.8rem;
	height: 16.8rem;
	background: url(images/detail-1.svg);
	background-size: 16.8rem 16.8rem;
	position: absolute;
	bottom: -8.4rem;
	left: 50%;
	margin-left: -8.4rem;
}

.thumbnail-with-title h1
{
	font-size: 2.1rem;
	line-height: 2.3rem;
	color: #fff;
	margin: 0;
	text-align: center;
}

.post-nav
{
	padding-top: 10rem;
}

.post-nav > div:nth-child(2)
{
	text-align: center;
}

.post-nav .next-post
{
	float: right;
}

.blog-post-box
{
	position: relative;
	display: block;
	padding-top: 29rem;
}

.blog-post-box .bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.blog-post-box .overlay
{
	background: rgba(255,255,255,.9);
	text-align: center;
	padding: 3rem 3rem 4rem 3rem;
	z-index: 10;
	position: relative;
}

@media (min-width: 1200px)
{
	.blog-post-box .overlay
	{
		padding: 4rem 8rem;
	}
}

.blog-post-box .date
{
	font-size: 1rem;
	line-height: 1.6rem;
	color: #CA9594;
	position: relative;
	padding-top: 3.5rem;
	margin-bottom: 2.5rem;
}

.blog-post-box .date:before
{
	content:'';
	width: .5rem;
	height: .5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #7C3C40;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -.2rem;
}

.blog-post-box .excerpt
{
	margin-bottom: 3.5rem;
}

.portfolio-box
{
	display: block;
	position: relative;
}

.portfolio-box .overlay
{
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 3rem;
	left: 3rem;
	width: calc(100% - 6rem);
	height: calc(100% - 6rem);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 4rem 3rem;
	font-family: "Playfair Display SC";	
	opacity: 0;
}

.portfolio-box:hover .overlay
{
	opacity: 1;
}

.portfolio-box .overlay p
{
	margin: 0;
	color: #7C3C40;
}

.portfolio-box .overlay .name
{
	font-size: 1.7rem;	
	position: relative;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.portfolio-box .overlay .name:after
{
	content:'';
	width: .5rem;
	height: .5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #7C3C40;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -.2rem;
}

.button
{
	display: inline-block;
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #CA9594;
	text-transform: uppercase;
	min-width: 16.5rem;
	border: 1px solid #C69FA0;
	height: 3rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	border-radius: 1.5rem;
	position: relative;
	padding: .4rem 5rem .8rem 2.5rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: left;
	cursor: pointer;
}

.button.no-min
{
	min-width: auto;
}

.button:hover
{
	color: #813b3d;
	border-color: #813b3d;
}

.button:after
{
	content:'';
	width: .5rem;
	height: .5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #C69FA0;
	position: absolute;
	top: 50%;
	margin-top: -.2rem;
	right: 2.5rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.button:hover:after
{
	right: 1.5rem;
	background: #813b3d;
}

#footer
{
	margin-bottom: 5rem;
}

#footer .container
{
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #7C3C40;	
}

#footer .row > div:nth-child(2)
{
	text-align: center;
}

#footer .row > div:nth-child(3)
{
	text-align: right;
}

@media (max-width: 768px)
{
	#footer .row > div
	{
		margin-bottom: 2rem;
	}

	#footer .row > div:last-child
	{
		margin-bottom: 0;
	}
}

#footer p
{
	margin: 0;
}

#footer .made-by
{
	font-size: 1.2rem;
	line-height: 2rem;	
}

#footer .made-by img
{
	vertical-align: -.1rem;
	margin-left: .5rem;
}

#menu-footer
{
	font-size: 1.2rem;
	line-height: 2rem;	
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
	color: #CA9594;
	margin: 0 0 5rem 0;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -.02em;
	font-family: "Playfair Display SC";
}

#content .title a
{
	text-decoration: none;
	font-style: normal;
}

h1
{
	font-size: 4rem;
}

h2
{
	font-size: 3.5rem;
}

h3
{
	font-size: 3rem;
}

h4
{
	font-size: 2.6rem;
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 2.5rem 0;
	line-height: 2.2rem;
}

p
{
	margin: 0 0 5rem 0;
	line-height: 2.2rem;
}

a, a:hover, a:focus
{
color: inherit;
text-decoration: none;
}

input:focus, textarea:focus
{
	outline: none;
}

img
{
max-width: 100%;
height: auto;
border: 0;
padding: 2px 2px;
}

#content .gallery
{
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

#content .gallery > .gallery-item
{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

#content .gallery img
{
	border: none;
}

.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.to-animate
{
	opacity: 0;
}

.cropped {
	margin-bottom: 60px;
	position: relative;
}

.info-cat {
	position: absolute;
	background-color: #F2F2F2;
	bottom: 0;
	right: 0;
	width: 400px;
	height: 155px;
	padding: 20px 30px;
}

.row-posts-sub {
	margin-top: 45px;
}

.img-full {
	width: 100%;
}

.over-glr {
	color: #CA9594;
	font-size: 35px;
	display: block;
	margin-bottom: 45px;
}

.proj-det-title {
	color: #CA9594;
	font-size: 35px;
	display: block;
	margin-bottom: 45px !important;
	margin-bottom: 15px;
}

.title-proj {
	color: #CA9594 !important;
	font-size: 45px !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 30px !important;
}

section#sub-proj {
	margin-bottom: 75px;
	margin-top: 60px;
}

.row-gallery-sub {
	margin-bottom: 45px;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.sec-proj {
	margin-top: 60px;
}

.cnt-proj {
	padding-top: 15px !important; 
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #D3D3D3 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #D3D3D3 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #D3D3D3 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #D3D3D3 !important;
    opacity: 1;
}

.color-title-cnt {
	color: #7C3C40 !important;
}

.info-cat span {
	color: #7C3C40;
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	min-width: 78px;
}

.info-cat p {
	color: #707070;
	margin-bottom: 25px;
	margin-top: 20px;
}

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
        margin-top: 60px;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	margin-bottom: 15px;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}




/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 0px solid #ccc;
	color: rgb(88, 89, 91);
	background-color: #F5F5F5;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus, .wpcf7 input:focus, .wpcf7 textarea:focus{
	background: #fff;
}

.wpcf7-submit
{
	display: inline-block;
	font-size: 1.2rem;
	float: right;
	line-height: 2.2rem;
	color: #CA9594;
	text-transform: uppercase;
	min-width: 16.5rem;
	border: 1px solid #C69FA0;
	height: 3rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	border-radius: 1.5rem;
	position: relative;
	padding: .4rem 3.5rem .4rem 3.5rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-align: left;
	cursor: pointer;
}

.wpcf7-submit
{
	min-width: auto;
}

.wpcf7-submit:hover
{
	color: #813b3d;
	border-color: #813b3d;
}

.wpcf7-submit:after
{
	content:'*';
	width: .5rem;
	height: .5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #C69FA0;
	position: absolute;
	top: 50%;
	margin-top: -.2rem;
	right: 2.5rem;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wpcf7-submit:hover:after
{
	right: 1.5rem;
	background: #813b3d;
}

span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

@media screen and (max-width: 768px) {
	.info-cat {
		display: none;
	}

	.f-left, .f-right, .btn-cnt {
		margin-left: auto;
	    max-width: 300px;
	    display: block;
	    margin-right: auto;
	    float: none;
	    margin-bottom: 20px;
	}
}


