	/*
	Theme Name: Anki Art
	Theme URI: http://spiritnoise.com/
	Author: Shobhit Verma
	Description: Custom theme for anki art website
	Author URI: https://www.linkedin.com/in/shobhit-verma-26148194
	Template: twentynineteen
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,input,textarea{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
	font-family: 'Open Sans', sans-serif;
}
*{
	box-sizing:border-box;
	outline: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-backface-visibility: hidden !important;
	font-family: 'Open Sans', sans-serif;
}
input{
	-webkit-appearance: none;
	-webkit-border-radius:0;
    border-radius: 0;
}
html{
	position: relative;
}
body{
	font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(81,80,80,1);
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}
h1{
	font-size: 42px;
	line-height: 46px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
h2{
	font-size: 42px;
	line-height: 46px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
h3{
	font-size: 28px;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #000000;
}
h4{
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 20px;
}
p{
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 15px;
	color: rgba(81,80,80,1);
}
img{
	max-width: 100%;
	height: auto;
}
/*wrapper*/
.wrapper{
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 20px;
}
.wrapper:after{
	content: "";
	clear: both;
	display: block;
}
.inner-wrapper{
	max-width: 950px;
	width: 100%;
	margin: 0px auto;
}
.row{
	margin-left: -15px;
	margin-right: -15px;
}
.row:after{
	content: "";
	clear: both;
	display: block;
}
.col-xs-6{
	width: 50%;
	float: left;
	padding: 0px 15px;
}
.col-xs-8{
	width: 66.66%;
	float: left;
	padding: 0px 15px;
}
.col-xs-4{
	width: 33.33%;
	float: left;
	padding: 0px 15px;
}
/*header*/
#masthead{
	padding: 20px 0px 20px 0px;
}
.home-link{
	display: inline-block;
	float: left;
}
.home-link .site-title{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
#navbar{
	display: inline-block;
	float: right;
}
#navbar li{
	font-size: 16px;
	line-height: 24px;
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
#navbar li:last-child{
	margin-right: 0px;
}
.main-menu-more{
	display: none;
}

/*home*/
.home-main{
	position: relative;
	margin-bottom: 140px;
}
.home-slider{
	max-width: 900px;
	width: 100%;
}
.home-slider ul.slides li{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-main .home-slider-text-col{
	max-width: 450px;
	width: 100%;
	position: absolute;
	right: 0px;
	bottom: -50px;
	padding: 100px 25px;
    box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	z-index: 999;
}
.home-main .home-slider-text-col h2{
	font-size: 26px;
	line-height: 36px;
}
.geeti-sen-container{
	margin-bottom: 100px;
}
.geeti-sen-container .geeti-sen-img{
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}
.geeti-sen-container .geeti-sen-img img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}
.feature-exb-container{
	margin-bottom: 100px;
}

/*main*/
#content {
    min-height: 400px;
}
.entry-title{
	font-size: 50px;
	line-height: 54px;
	text-align: center;
	margin-bottom: 40px;
}
.entry-content {
    max-width: 500px;
    margin: 0px auto;
    text-align: justify;
}

/*about*/
.about-anki{
	margin-bottom: 50px;
}
.about-anki .row{
	display: -webkit-box;
	display: -moz-box;   
	display: -ms-flexbox;
	display: -webkit-flex;  
	display: flex;
}
.about-anki .text-col{
	margin: auto 0px;
}
.about-anki .text-col p{
	font-size: 32px;
	line-height:42px;
}

/*paintings*/
.p-col{
	margin-bottom: 30px;
}
.p-col .img-col{
	height: 320px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: 0px 2px 10px rgba(0,0,0,.15);
}
.p-col .img-col img{
	display: none;
}
.p-col h3{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;	
}
.p-col p{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0px;
}
/*painting single*/
.painting-container{
	height: 500px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #ebebeb;
}
.painting-container img{
	max-height: 500px;
}
.zoom {
	display:inline-block;
	position: relative;
}
.zoom img {
	display: block;
}
.painting-details{
	text-align: center;
	margin-bottom: 50px;
}
.painting-details h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.painting-details p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px;
}
.single-painting .inner-wrapper{
	max-width: 1020px;
}
/*contact form*/
.c-field input,
.c-field textarea{
	width: 100%;
	border:none;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-weight: 300;
	font-size: 14px;
}
.c-field textarea{
	height: 100px;
	resize: vertical;
}
.submit input{
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 15px 20px;
	display: block;
	margin: 0px auto;
	font-size: 16px;
	font-weight: 400;
}
.wpcf7-response-output{
	border: none !important;
}
/*footer*/
#colophon{
	margin-top: 100px;
	padding-bottom: 50px;
}
#colophon, #colophon h2, #colophon h3, #colophon p, #colophon a{
	color: #ffffff;
}
.footer-container{
	padding: 30px 30px 10px 30px;
	background-color: #b3b3b3;
}
.footer-wrapper:after{
	content: "";
	clear: both;
	display: block;
}
.footer-wrapper h2,
.footer-wrapper .footer-menu{
	float: left;
	display: inline-block;
	clear: both;
}
.footer-wrapper .footer-menu{
	margin-top: -22px;
}
#colophon h2{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
#colophon h3{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px;
}
.footer-wrapper .footer-contact-details{
	float: right;
	display: inline-block;
}
.footer-wrapper .footer-contact-details p{
	margin-bottom: 5px;
}
.footer-wrapper .footer-contact-details p i{
	margin-right: 10px;
}
.footer-menu li{
	list-style-type: none;
	display: inline-block;
	margin-right: 15px;
}
.footer-menu li:last-child{
	margin-right: 0px;
}
.site-info{
	margin-top: 30px;
}
.site-info p{
	text-align: center;
	margin-bottom: 0px;
	font-size: 12px;
}

/*responsive*/
@media(max-width: 769px){
	#navbar{
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: 0px;
		padding: 65px 20px 20px 20px;
		background-color: #ffffff;
		z-index: 10;
		display: none;
	}
	#navbar li{
		display: block;
		text-align: center;
		margin: 0px 0px 20px 0px;
	}

	.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: 20px;
	    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;
	}

	/*home*/
	.flexslider.home-slider{
		margin-bottom: 0px;
	}
	.home-main .home-slider-text-col{
		position: relative;
		right: auto;
		left: auto;
		bottom: auto;
		top: auto; 
		margin-right: auto;
		margin-left: auto;
		margin-top: -60px;
		padding: 40px 25px;
	}
	.geeti-sen-container .geeti-sen-img,
	.feature-exb-container .feature-exb-img{
		margin-bottom: 20px;
	}
}
@media(max-width: 720px){
	#colophon h2,
	.footer-wrapper .footer-contact-details,
	.footer-wrapper .footer-menu{
		float: none;
		display: block;
	}
	.footer-wrapper .footer-menu{
		margin-top: 30px;
	}
}