/* 
Theme Name:		 Nurcan Keskin Official
Theme URI:		 
Description:	 Theme for Nurcan Keskin Offical Site
Author:			 Hakan Gozder
Author URI:		 kozait.com
Template:		 qi
Version:		 1.0.0
Text Domain:	 nurcan_keskin_official
*/

* {
	font-family : "Noto Sans", sans-serif;
	font-size : 18px;
}

:root {
	--link-color : #FFE5B4;
	--placeholder-color : #999;
}

a {
	padding: 4px 12px;
	transition: all 0.15s ease-out;
	--border-r : 8px;
	-webkit-border-radius: var(--border-r);
	-moz-border-radius: var(--border-r);
	-ms-border-radius: var(--border-r);
	-o-border-radius: var(--border-r);
	border-radius: var(--border-r);
	background-clip: padding-box;	
}

a:hover {
	color : inherit !important;
	background-color: var(--link-color);
	transition: all 0.15s ease-in;
	border-bottom: none !important;
}

figure.site-logo a:hover {
	background-color: transparent !important;
}

a,
a:link,
a:active,
a:focus,
a:visited {
	text-decoration: none !important;
}


/* Place holder
***************/
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    var(--placeholder-color) !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    var(--placeholder-color) !important;
    opacity:  1 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    var(--placeholder-color) !important;
    opacity:  1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    var(--placeholder-color) !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--placeholder-color) !important;
    opacity: 1 !important; /* Firefox */
}


/* MAIN MENU PER PAGE
*********************/
body.single-cpt_blog_content ul.menu li.main-menu-blog a {
	background-color: black !important;
}

body.single-cpt_blog_content ul.menu li.main-menu-blog a:hover {
	color: white !important;
}


/* Page top padding
********************/
#qodef-page-inner {
	padding-top: 60px;
}

/* Nav menu logo placement
**************************/
li.nav-main-buyers {
	margin-right: 80px !important;
}

li.nav-main-sellers {
	margin-left: 80px !important;
}

div.qodef-centered-header-wrapper {
	position: relative;
}

div.qodef-centered-header-wrapper:not(.move-logo-to-bottom)::before {
	content: '';
	position: absolute;
	left : calc(50% - 40px);
	top : -25px;
	width: 110px;
	height: 110px;
	background-image: url(assets/img/nurcan-keskin-logo-5.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100000 !important;
	transform: scale(1.0,1.0);
}


div.qodef-centered-header-wrapper.move-logo-to-bottom::before {
	content: '';
	position: fixed;
	left : calc(50% - 40px);
	top : 10px;
	width: 110px;
	height: 110px;
	background-image: url(assets/img/nurcan-keskin-logo-4.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100000 !important;
	transform: scale(0.6,0.6);
}


#qodef-top-area {
	z-index: 95 !important;
}

.qodef-header-sticky-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}


nav.qodef-header-navigation {
	padding-top : 8px !important;
	padding-bottom: 8px !important;
}

nav.qodef-header-navigation li:not(.current-menu-item) a:hover {
	background-color: rgba(255,255,255,0.5);
}

nav.qodef-header-navigation li.current-menu-item a,
nav.qodef-header-navigation li.current-menu-item a:hover,
nav.qodef-header-navigation li.current-menu-item a:visited
{
	background-color: black;
	color : white !important;
	text-decoration: none;
}


/* Page title
****************/
.qodef-page-title {
	border-bottom: 2px solid #777;
}

.qodef-m-inner {
	background-color: rgba(0,0,0,0.0);
}

h1.qodef-m-title.entry-title {
	color : #fff;
	font-weight: 200;
	font-size: 200%;
}

div.page-title-wrapper h1 {
	display: inline-block;
	padding: 4px 24px;
	background-color: rgba(0,0,0,0.3);
	--border-r : 16px;
	-webkit-border-radius: var(--border-r);
	-moz-border-radius: var(--border-r);
	-ms-border-radius: var(--border-r);
	-o-border-radius: var(--border-r);
	border-radius: var(--border-r);
	background-clip: padding-box;
}


/* Contact styles
******************/
span.contact-skype::before {
	content: '\f17e';
	position: relative;
	margin-right: 5px;
	color : #00AFF0;
	font-family: FontAwesome;
}

span.contact-wa::before {
	content: '\f232';
	position: relative;
	margin-right: 5px;
	color : #25D366;
	font-family: FontAwesome;
}

/* About page
**************/
div.about-page-portrait img {
	outline-color: white;
	outline-offset: -5px;
	outline-style: solid;
	outline-width:  1px;
}

/* TOP BAR
************/
p.top-bar-p
{
	text-align: right;
	padding: 0;
	margin: 0 0 8px 0;

}

p.top-bar-p:last-child {
	margin : 0;
}

p.top-bar-p a {
	font-size: 85%;
	/*
	padding: 4px 12px;
	transition: all 0.15s ease-out;
	--border-r : 8px;
	-webkit-border-radius: var(--border-r);
	-moz-border-radius: var(--border-r);
	-ms-border-radius: var(--border-r);
	-o-border-radius: var(--border-r);
	border-radius: var(--border-r);
	background-clip: padding-box;
	*/	
}


p.contact-p-phone a::before {
	content: '\f095';
	position: relative;
	margin-right: 5px;
	color : #333;
	font-family: FontAwesome;	
}

p.contact-p-email a::before {
	content: '\f0e0';
	position: relative;
	margin-right: 5px;
	color : #333;
	font-family: FontAwesome;		
}


/* FOOTER
*********/
p.footer-realtor-txt {
	color : aqua;
}

footer ul.menu li {
	margin : 0 !important;
	padding : 0 !important;
}

footer ul.menu li::before {
	content: '• ';
	position: relative;
	color : white;
}

footer ul.menu li a {
	font-size: 80%;
	margin : 0 !important;
	padding: 1px 4px !important;
	line-height: 1.1em;
	color : white;
	--border-r : 4px;
	-webkit-border-radius: var(--border-r);
	-moz-border-radius: var(--border-r);
	-ms-border-radius: var(--border-r);
	-o-border-radius: var(--border-r);
	border-radius: var(--border-r);
	background-clip: padding-box;	
}

footer p.footer-p-reviews {
	color : white;
	text-align: center;
	font-size: 90%;
}

footer p.footer-p-homefluent-1,
footer p.footer-p-homefluent-2 {
	color : white;
	text-align: center;
	padding : 0;
	margin : 0;
	font-size: 90%;
}

footer p.footer-p-homefluent-1 {
	font-weight: bold;
}

ul.footer-contact-list {
	margin: 20px 0 0 0;
}

ul.footer-contact-list li {
	font-size : 80%;
	color : white;
	padding: 0;
	margin : 0 0 5px 0;
}

ul.footer-contact-list li a {
	font-size: inherit;
	color : white;
	padding : 0;
	margin : 0;
	--border-r : 0;
	-webkit-border-radius: var(--border-r);
	-moz-border-radius: var(--border-r);
	-ms-border-radius: var(--border-r);
	-o-border-radius: var(--border-r);
	border-radius: var(--border-r);
	background-clip: padding-box;		
}

ul.footer-contact-list li a:hover {
	border-bottom: 1px dashed var(--link-color) !important;
	background-color: transparent !important;	
	color : var(--link-color) !important;
}

div.contact-page-phone p::before,
ul.footer-contact-list li.footer-contact-phone::before {
	content: '\f095';
	position: relative;
	margin-right: 10px;
	font-family: FontAwesome;
}

div.contact-page-email p::before,
ul.footer-contact-list li.footer-contact-email::before {
	content: '\f0e0';
	position: relative;
	margin-right: 10px;
	font-family: FontAwesome;
}

div.contact-page-address p::before,
ul.footer-contact-list li.footer-contact-address::before {
	content: '\f124';
	position: relative;
	margin-right: 10px;
	font-family: FontAwesome;
}

ul.footer-contact-list li.footer-contact-email::before,
ul.footer-contact-list li.footer-contact-phone::before,
ul.footer-contact-list li.footer-contact-address::before {
	color : white;
}

/* CONTACT PAGE
**************/
div.contact-page-email p::before,
div.contact-page-phone p::before,
div.contact-page-address p::before {
	color : #666;	
}

div.contact-page-address p::before {
	margin-right: 22px;
}

div.contact-page-skype p::before {
	content: '\f17e';
	position: relative;
	margin-right: 10px;
	color : #00AFF0;
	font-family: FontAwesome;
}

.contact-page-form-header h3,
.contact-page-contact-header h3 {
	display: inline-block !important;
	margin-bottom: 15px !important;
	padding : 0 0 5px 0 !important;
	border-bottom: 1px dotted #333;
}

.contact-page-form-header {
	margin-top : 30px !important;
}

.contact-page-contact-form-class {
	margin-top : 0 !important;
}

.contact-page-contact-form-class * {
	font-family: inherit !important;
}

.contact-page-contact-form-class label,
.contact-page-contact-form-class legend {
	margin-bottom: 2px !important;
}

div.contact-page-qr-code-text p {
	display: inline-block;
	font-size : 80% !important;
	padding : 0;
	margin : 5px 0 0 0;	
	line-height: 1.2em;
}

div.contact-page-qr-code {
	padding: 10px;
	border : 3px solid #333;
}

/* SELLERS PAGE
***************/
.inquiry-form-class * {
	font-family: inherit;
	color : inherit;
}

button.inquiry-form-submit-button-class {
	width: 100% !important;
}

/* BLOG PAGE
************/
.blog-content-wrapper {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #999;
}

.blog-content-wrapper:last-child {
	border-bottom: none;
}

.blog-content-wrapper h4 {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
	font-weight: bold;
}

.blog-content-thumbnail {
	padding-top: 5px;
}

a.blog-read-more {
	display: inline-block;
	padding: 4px 12px;
	--border-r : 8px;
	-webkit-border-radius: var(--border-r);
	-moz-border-radius: var(--border-r);
	-ms-border-radius: var(--border-r);
	-o-border-radius: var(--border-r);
	border-radius: var(--border-r);
	background-clip: padding-box;	
	color : black;
	border : 1px dashed #999;	
	margin-bottom: 15px !important;
}

a.blog-read-more:hover {
	border : 1px dashed #999 !important;
	background-color: #eee;
}

/* Post navigation
******************/
.post-navigation {
	position: relative;
	float: none;
	display: block;
	clear: both;
	margin-top : 50px !important;
	border-top : 1px dotted #bbb;
	padding:10px 0 0 0 !important;
}

.nav-previous a, .nav-next a {
	color : blue !important;
	font-size: 90%;
}

.nav-previous {
	float : left;
}

.nav-next {
	float : right;
}

/* Social icons
 * ************/
.sfsi_wicons a:hover {
	background-color : transparent;
}

#qodef-page-footer .widget {
    margin: 0 0 0;
}