/*!
Theme Name: cuneytekin
Author: Erdal Bal
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cuneytekin

*/

 @font-face {
    font-family: 'DINPro-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro-Regular'), url('DINPro-Regular.woff') format('woff');
    }

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

body {
	margin: 0;
	padding:0;
	box-sizing:border-box;
	font-family: 'DINPro-Regular', sans-serif;
	font-weight:400;
}

a {
	text-decoration: none;
	color: rgb(0, 0, 0);
}
a:hover {
	color: rgb(167, 162, 162);
}

.ce-content {
	margin: 0 80px;
}
#menu{
	line-height: 190px;
}
#header-nav {
	position: fixed;
	z-index: 15;
	top: 0;
	display: block;
	width: 100%;
	background: #fff;
	height: 175px;
	line-height: 190px;
	-webkit-transition: -webkit-transform 0.7s .3s ease;
	-moz-transition: -moz-transform 0.7s .3s ease;
	-ms-transition: -ms-transform 0.7s .3s ease;
	transition: transform 0.7s .3s ease;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
}
#header-nav.hide-nav-bar {
	-webkit-transform: translate(0,-100%);
	-moz-transform: translate(0,-100%);
	-ms-transform: translate(0,-100%);
	transform: translate(0,-100%);
	-webkit-backface-visibility: hidden;
}
a.menu-link {
	float: right;
	display: block;
	padding: 1em;
}
nav[role=navigation] {
	clear: right;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}
nav[role=navigation].active {
	max-height: 15em;
}
nav[role=navigation] ul {
	margin: 0;
	padding: 0;
	float: left;
}
nav[role=navigation] li a {
	display: block;
	font-size: 0.9em;
}
.menu-link {
	height: 30px;
	width: 33px;
	cursor: pointer;
}
.bar1, .bar2, .bar3 {
	margin-top: 3px;
	background: #999;
	width: 33px;
	height: 4px;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}
.bar2 {
	margin-top: 13px;
}
.bar3 {
	margin-top: 23px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.brand {
	float: left;
	margin-left: 1em;
	padding: 1em;
}
.brand h1 {
	margin: 0;
	font-size: 1.5em;
}
@media screen and (min-width: 48.25em) {
	a.menu-link {
		display: none;
   }
	.js nav[role=navigation] {
		max-height: none;
   }
	nav[role=navigation] ul {
		margin: 0 0 0 -0.25em;
		border: 0;
		float: right;
   }
	nav[role=navigation] li {
		display: inline-block;
		margin: 0 0.25em;
   }
	nav[role=navigation] li a {
		border: 0;
   }
}
.container {
padding: 0 50px;
}

.social-heading{font-size:14px;}
.social-link{font-size:12px;}
#menu ul{list-style-type: none;}
.wpb_content_element {margin-bottom: 80px;}

.gallery-item.first {margin-top: 175px;}

/* RESPONSIVE DESIGN */

@media screen and (max-width: 480px) {
	
	    .container {padding: 0 20px;}
		.ce-content {margin: 0 40px;}
		.gallery-item {margin-bottom: 40px !important;}
		#header-nav{height:100px; line-height: 100px;}
		.brand{padding-left: 0;}
		#menu{line-height:80px; float: right;margin-right: 15px;}
		.gallery-item.first {margin-top: 85px;}
	    .custom-logo {width: 180px;height: 37px;}
	#menu ul {display:flex; flex-direction:row; align-items:baseline;}
	#menu ul li {padding: 4px; line-height: 105px;line-height: 120px;}

}
.instagram-logo {
    vertical-align: sub;
}
.instagram-logo:hover {
	opacity:0.4;
}



