/*
	Theme Name: Project Art
	Theme URI: http://spiritnoise.com/
	Author: Shobhit Verma	
	Version: 4.7
	Description: Custom theme for project art
	Author URI: http://spiritnoise.com	
	Template: twentyseventeen
*/

body,h1,h2,h3,h4,h5,h6,p,a,input,ul,li,button,span,table{
	font-family: 'Lato', sans-serif;
}

a:hover{
	text-decoration: none;
}
p{
	margin: 0 auto 1.5em auto;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;	
}
h2{
	font-size: 30px;
	font-weight: 400;
}
h3{
	font-weight: 300;
}
/*header*/
#masthead {
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
#masthead .home-link{
	display: inline-block;
	float: left;
}
.site-title{
	width: 77px;
	height: 59px;
	text-indent: -9999px;
	background-image: url("images/header-logo.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.home #masthead{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	border-bottom: none;
	z-index: 999;
}
.home_logo_bar{
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 20px;
	background-color: rgba(255,255,255,0.95);
}
.home_logo_bar .logo{
	width: 177px;
	height: 159px;
	position: absolute;
	top: 80px;
	left: 0px;
	right: 0px;
	margin: auto;
	background-image: url("images/project-art-logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.home_logo_bar p{
	text-align: center;
	position: absolute;
	bottom: 100px;
	left: 0px;
	right: 0px;
	margin: auto;
}
#masthead #navbar{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -101%;
	padding-top: 15px;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.9);
	/*visibility: hidden;
	opacity: 0;*/
	text-align: center;
	/*-webkit-transform: scale(0.8);
	transform: scale(0.8);*/
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	z-index: 12;
}
.navbar-on{
	right: 0% !important;
}
#masthead #site-navigation{
	 padding-top: 50px;
}
#navbar ul {
    display: block;
    text-align: right;
}
#navbar li{
	display: block;
	margin-bottom: 20px;
}
#navbar li a{
	color: #000000;
	padding: 0px;
	font-size: 18px;
}
#menu_btn{
	cursor: pointer;
	position: relative;
	float: right;
	padding: 1px 30px 0px 0px;
	font-size: 14px;
    line-height: 100%;
	color: #808080;
	display: block;
}
#menu_btn span{
	width: 25px;
	height: 3px;
	position: absolute;
	right: 0px;
	background-color: #808080;
}
#menu_btn span:first-child{ top: 0px; }
#menu_btn span:nth-child(2){ top: 6px; }
#menu_btn span:last-child{ top: 12px; }

.hide{ display: none !important; }
.home #masthead .menu-btn-1{
	color: #ffffff;
}
.home #masthead .menu-btn-1 span{
	background-color: #ffffff;
}
/*header end*/
.wrapper{
	max-width: 1320px;
	width: 100%;
	padding: 0px 20px;
	margin:0px auto;
}
.inner-wrapper{
	max-width: 1020px;
	width: 100%;
	margin: 0px auto;
}
.wrapper:after,
.inner-wrapper:after{
	content: "";
	clear: both;
	display: block;
}
body .entry-title{
	font-size: 30px !important;
	font-weight: 400 !important;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.entry-content{
	max-width: 800px;
	margin: 0px auto;
}
.entry-content p{
	font-size: 18px;
	line-height: 30px;	
}
.entry-content p a{
    color: #00aeef;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-bottom: none;
    box-shadow: none !important;
}
/*home*/

#home-main img{
	width: 100%;
	height: auto;
}
#profile .entry-content p{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	max-width: 600px;
	margin: 0px auto 15px auto;
}
#profile .entry-para p{
	max-width: 100%;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
}
#profile,#portfolio,#quote{
	padding: 80px 0px;
}
section h2{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.entry-title:after,
section h2:after{
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	background-color: #00aeef;
}

.services-col{
	max-width: 1100px;
	width: 100%;
	margin: 0px auto;
	padding: 80px 50px;
}
.services-col ul{
	list-style-type: none;
}
.services-col ul:after{
	content: "";
	clear: both;
	display: block;
}
.services-col ul li{
	width: 33.33%;
	min-height: 60px;
	float: left;
	position: relative;
	padding-left: 50px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 50px;
}
.services-col ul li:after{
	width: 39px;
	height: 30px;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("images/cap-icon.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.parallax{
	min-height: 400px;
	background: transparent;
}
#quote .wrapper{
	text-align: center;
}
.qoute{
	display: inline-block;
	text-align: left;
}
.qoute p{
	font-size: 22px;
	line-height: 26px;
}
.qoute .comma p{
	font-size: 120px;
	line-height: 50px;
	font-weight: 400;
	margin-bottom: 0px;
	color: #00aeef;
}
#portfolio .col-xs-4{
	margin-bottom: 50px;
}
#portfolio .col-xs-4 .img-col{
	margin-bottom: 10px;
	position: relative;
}
#portfolio .col-xs-4 .img-col a{
	position: relative;
	display: block;
	overflow: hidden;
}
#portfolio .col-xs-4 .img-col a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
}
#portfolio .col-xs-4 .img-col img,
#portfolio .col-xs-4 .img-col a:after{
	-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;
}
#portfolio .col-xs-4 .img-col a:hover::after{
	background-color: transparent;
}
#portfolio .col-xs-4 .img-col a:hover  img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#portfolio .col-xs-4 h3{
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#portfolio .col-xs-4 h3 a{
	color: #000;
}

.mfp-arrow {
    z-index: 999;
    cursor: pointer !important;
}
/*portfolio single*/
.archive .col-xs-4{
	margin-bottom: 30px;
}
.col-xs-4 h3{
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px;
}
.project_gallery .img-col {
    position: relative;
    height: 250px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.archive .col-xs-4 h3{
	font-size: 20px;
	line-height: 24px;
}
.archive .col-xs-4 p{
	min-height: 20px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #9b9b9b;;
}
a.portfolio-link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #00aeef;
}
.site-content {
    padding: 50px 0px 0px 0px;
}

/*profile page*/
.profile_tem .col-xs-5 .img{
	display: inline-block;
	text-align: center;
}
.profile_tem .col-xs-5 .img h3{
	padding:0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	font-size: 18px;
}

body .mfp-title {
    color: #a4a4a4;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
}
/*footer*/
#get-in-touch{
	padding-top: 80px;
}
#secondary:after{
	content: "";
	clear: both;
	display: block;
}
#secondary > section{
	width: 50%;
	float: left;
}
#secondary > section:first-child{
	padding-top: 150px;
	background-image: url("images/project-art-logo.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 150px;
}

#secondary > section:first-child p{
	margin-bottom: 10px;
	font-weight: 400;
}
#secondary .field{
	margin-bottom: 10px;
}
#secondary .field input,
#secondary .field textarea{
	font-size: 14px;
	border:none;
	border-bottom: 1px solid #666;
	padding: 5px 0px;
	-webkit-border-radius: none !important;
    border-radius: none !important;
}
#secondary .field textarea{
	height: 140px;
}
#secondary .submit input{
	font-size: 18px;
	background-color: transparent;
	color: #000;
	padding: 0px;
	font-weight: 400;
}
.copyright{
	background-color: #9b9b9b;;
	text-align: center;
	padding: 5px;
}
.copyright p{
	font-size: 12px;
	font-weight: 400;
	margin: 0px;
}
a.download-url {
    color: #00aeef;
    text-decoration: none;
    font-size: 16px;
    border-bottom: none;
    box-shadow: none !important;
}
a.download-url:hover{
	color: #00aeef;
}
@media screen and (min-width: 48em){
	.blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments {
	    float: none;
	    width: inherit;
	}	
}

@media (max-width: 768px){
	.services-col{
		padding: 50px 0px;
	}
	.services-col ul li{
		width: 50%;
	}
	#portfolio .col-xs-4,
	.archive .col-xs-4{
		width: 50%;
	}
	#secondary > section{
		width: 100%;
		float: none;
	}
}
@media (max-width: 640px){
	#profile .entry-para p{
		font-size: 18px;
		line-height: 26px;
	}
	h2{
		font-size: 24px;
	}
	body .entry-title{
		font-size: 24px !important;
	}
	.h3,h3{
		font-size: 18px;
	}
	.qoute p{
		font-size: 18px;
		line-height: 24px;
	}
	.profile_tem .col-xs-5,
	.profile_tem .col-xs-7{
		width: 100%;
		float: none;
	}
	.profile_tem .col-xs-5{
		margin-bottom: 20px;
	}
	.profile_tem .col-xs-5 img{
		max-width: 300px;
	}
	#home-main .img-col{
		width: 100%;
		min-height: 400px;
		position: relative;
		overflow: hidden;
	}
	#home-main .img-col img{
		min-width: 850px;
	    position: absolute;
        left: 50%;
        right: 50%;
        top: 0px;
        margin: auto;
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -o-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
	}
}

@media(max-width: 480px){
	.services-col ul li {
	    width: 100%;
	    min-height: inherit;
	    margin-bottom: 30px;
	}
	#portfolio .col-xs-4,
	.archive .col-xs-4 {
	    width: 100%;
	    margin-bottom: 30px;
	}
}

@media only screen and (min-width: 1050px)  {
	.archive .col-xs-4{
		margin-bottom: 15px;
		min-height: 330px;
	}
}



