/*
Theme Name: Black & White
Theme URI: http://themewagon.com/demo/Black-And-White/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Minimal Blogging Theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, white, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: blackandwhite
*/


/**
 * Table of Contents
 *
 * 1.0 - Google Font
 * 2.0 - General Elements
 * 3.0 - Site Header
 *   3.1 - Logo
 *   3.2 - Main Navigation
 *     3.2.1 - Main Nav CSS 3 Hover Effect
 * 4.0 - Home/Blog
 *   4.1 - Read More Button CSS 3 style
 * 5.0 - Widget
 * 6.0 - Footer
 * 7.0 - Header Search Bar
 * 8.0 - Mobile Menu
 * 9.0 - Contact Page Social
 * 10.0 - Contact Form
 * 11.0 - Media Query
 */

/**
 * 1.0 - Google Font
 */

@import url(https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap);

/**
 * 2.0 - General Elements
 */

* {
	outline: none !important;
}

.dark-mode body, .dark-mode div, .dark-mode main, .dark-mode header, .dark-mode footer, .dark-mode article, .dark-mode p, .dark-mode a, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6  {
    background-color: #1e1e1e !important;
    color: #ffe9fc !important;
}

.dark-mode a:hover {
	color: var(--accent) !important;
}

.dark-mode .widget-recent-posts ul li::before {
    color: #ffe9fc;
}

.dark-mode .nav .cl-effect-11 img {
    filter: invert(1);
	background: 0 !important;
}

.dark-mode #kz {
	filter: invert(1);
}

.dark-mode ul img {
    background: white;
    border-radius: 50%;
}

.dark-mode code {
	background-color: #404040 !important;
}

.dark-mode a code:hover {
	background-color: var(--accent) !important;
    color: #404040;
    text-shadow: 0 0 black;
}

.dark-mode code::selection {
	color: #404040;
}

.dark-mode td {
    border: 1px solid #fff4;
}

.dark-mode input {
	background: #383838;
    border: 0;
}

.glow:hover {
	color: inherit;
	text-shadow: 0 0 1px var(--accent), 0 0 2px var(--accent), 0 0 26px var(--accent), 0 0 15px var(--accent);
	transition: all .2s;
}

.toggleMode::before {
	content: 'koyu';
	background: #404040;
	color: var(--background);
	padding: 2px 6px;
	border-radius: 10px;
}

.dark-mode .toggleMode::before {
	content: 'açık';
	background: var(--background);
	color: #404040;
	padding: 2px 6px;
	border-radius: 10px;
}

h1:not(:first-child),
h2,
h3,
h4,
h5,
h6 {
	margin-top: 2em;
}

b {
	font-weight: 400;
}

a {
	color: var(--accent);
}

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

::selection {
	background-color: var(--accent);
	color: #fff
}

body {
	color: #444;
	font-family: 'Overpass', sans-serif;
}

p {
	word-spacing: 0.02em;
    letter-spacing: 0.02em;
    line-height: 1.5em;
	text-align: justify;
	margin: 0 !important;
}

#single p,
#page p {
	margin: 25px 0 !important;
}

.page-title {
	text-align: center;
}

h1.entry-title a:hover {
	color: gray;
}

.title {
	margin-bottom: 30px;
}

figure {
	margin-bottom: 25px;
}

.img-responsive-center img {
	margin: 0 auto;
}

.height-40px {
	margin-bottom: 40px;
}

/**
 * 3.0 - Site Header
 */

#site-header {
	background-color: #FFF;
	padding: 25px 20px;
	margin-bottom: 20px;
    margin-top: 20px;
	border-bottom: 1px solid #e7e7e7;
}

/**
 * 3.1 - Logo
 */

.logo h1 a {
	color: #000;
}

.logo h1 a:hover {
	text-decoration: none;
	border-bottom: none;
}

.logo h1 {
	margin: 0;
	font-weight: 300;
}

/**
 * 3.2 - Main Navigation
 */

.main-nav a {
	color: #000000;
	padding: 0 0 5px 0 !important;
	/* margin-right: 30px; */
	font-weight: 300;
	font-size: 24px;
}

.main-nav a:active,
.main-nav a:focus,
.main-nav a:hover {
	background-color: transparent !important;
	border-bottom: 0;
}

.navbar-toggle {
	margin: 0;
	border: 0;
	padding: 0 5px;
	list-style: none;
	/* margin-right: 25px; */
}

.navbar-toggle span {
	font-size: 2em;
	color: #000;
}

/**
 * 3.2.1 - Main Nav CSS 3 Hover Effect
 */

.cl-effect-11 a {
	padding: 10px 0;
	color: #0972b4;
	text-shadow: none;
}

.cl-effect-11 a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0 0 5px 0 !important;
	max-width: 0;
	border-bottom: 1px solid #000;
	color: #000;
	content: attr(data-hover);
	-webkit-transition: max-width 0.5s;
	-moz-transition: max-width 0.5s;
	transition: max-width 0.5s;
}

.cl-effect-11 a:hover::before,
.cl-effect-11 a:focus::before {
	max-width: 100%;
}

/**
 * 4.0 - Home/Blog
 */

.content-body {
	min-height: calc(100vh - 230px);
}

#single .post {
	background: #fff;
	padding: 35px 0 35px 0;
}

.body .post:not(:last-child) {
	border-bottom: 1px solid lightgray;
}

header.entry-header {
	display: flex;
	align-items: center;
}

header.entry-header > * {
	flex: 1 1 auto;
	width: 100%;
}

.entry-title {
	font-size: 1.9em;
	line-height: 1.6;
}

.entry-title a[data="en"]::before {
	content: 'en | ';
	font-size: .8em;
}

.entry-title a[data="tr"]::before {
	content: 'tr | ';
	font-size: .8em;
}

.entry-meta {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.post-category,
.post-date,
.post-author {
	position: relative;
	padding-right: 5px;
}

.entry-meta span:not(:last-child):after {
	content: " • ";
	padding-left: 5px;
	color: "#000"
}

.entry-content {
	font-size: 1.3em;
	line-height: 1.9;
	font-weight: 300;
	color: #000;
}

/*
.post-category:not(:last-child)::after,
.post-date:not(:last-child)::after,
.post-author:not(:last-child)::after {
	position: absolute;
	content: '.';
	color: #000;
	font-size: 30px;
	top: -22px;
	right: 1px;
} */

/**
 * 4.1 - Read More Button CSS 3 style
 */

.read-more {
	font-weight: 400;
	word-spacing: 1px;
	letter-spacing: 0.01em;
	text-align: center;
	margin-top: 20px;
}

.cl-effect-14 a {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 45px;
	height: 1px;
	background: #C3C3C3;
	content: '';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	background: #000;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}


/**
 * 5.0 - Widget
 */

.widget {
	background: #fff;
	padding: 30px 10px 30px 10px;
}

.widget-title {
	font-size: 1.5em;
	margin-bottom: 20px;
	line-height: 1.6;
	padding: 10px 0 0;
	font-weight: 400;
}

.widget-recent-posts ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.widget-recent-posts ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget-recent-posts ul li::before {
	content: '\f3d3';
	font-family: "Ionicons";
	position: absolute;
	left: -17px;
	font-size: 16px;
	color: #000;
}

.widget-archives ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.widget-archives ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget-archives ul li::before {
	content: '\f3f3';
	font-family: "Ionicons";
	position: absolute;
	left: -25px;
	top: 1px;
	font-size: 16px;
	color: #000;
}

.widget-category ul {
	padding: 0;
	margin: 0;
	padding-left: 25px;
}

.widget-category ul li {
	list-style-type: none;
	position: relative;
	line-height: 170%;
	margin-bottom: 10px;
}

.widget-category ul li::before {
	content: '\f3fe';
	font-family: "Ionicons";
	position: absolute;
	left: -25px;
	top: 1px;
	font-size: 18px;
	color: #000;
}

/**
 * 6.0 - Footer
 */

#site-footer {
	padding-top: 10px;
	width: 100%;
}

.copyright {
	font-size: 1.2em;
	text-align: center;
	padding: 4em;
	margin: 0;
	border-top: 1px solid #eee;
	color: #666;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.copyright p {
	text-align: center !important;
}

.copyright ul {
	list-style-type: none;
}

.copyright ul li {
	float: left;
}

.copyright ul li a {
	filter: grayscale();
	transition: all .2s;
}

.copyright ul li a:hover {
	filter: none;
}

.copyright .svg {
	width: 16px;
}

.copyright .svg:hover {
	width: 16px;
}

/**
 * 7.0 - Header Search Bar
 */

#header-search-box {
	margin-right: 25px;
	/*
	position: absolute;
	right: 38px;
	top: 8px;*/
}

.search-form {
	width: 25%;
	min-width: 200px;
	right: -6px;
	top: 33px;
}

#search-menu span {
	font-size: 20px;
}

#searchform {
	position: relative;
	border: 1px solid #ddd;
	min-height: 42px;
}

#searchform input[type=search] {
	width: 100%;
	border: none;
	/*
	position: absolute; */
	left: 0;
	padding: 10px 30px 10px 10px;
	z-index: 99;
}

#searchform button {
	position: absolute;
	right: 6px;
	top: 4px;
	z-index: 999;
	background: transparent;
	border: 0;
	padding: 0;
}

#searchform button span {
	font-size: 22px;
}

#search-menu span.ion-ios-close-empty {
	font-size: 40px;
	line-height: 0;
	position: relative;
	top: -6px;
}

/**
 * 8.0 - Mobile Menu
 */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.overlay .overlay-close {
	position: absolute;
	right: 35px;
	top: 10px;
	padding: 0;
	overflow: hidden;
	border: none;
	color: transparent;
	background-color: transparent;
	z-index: 100;
}

.overlay-hugeinc.open .ion-ios-close-empty {
	color: #000;
	font-size: 50px;
}

.overlay nav {
	text-align: center;
	position: relative;
	/* display: contents; */
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	width: calc(100% / 5);
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #000;
}

.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	transform: opacity 0.5s;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {

	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
	opacity: 0;
}

/**
 * 9.0 - Contact Page Social
 */

.social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.social li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 20px;
}

.social li a {
	border: 1px solid #888;
	font-size: 22px;
	color: #888;
	transition: all 0.3s ease-in;
}

.social li a:hover {
	background-color: #333;
	color: #fff;
}

.facebook a {
	padding: 12px 21px;
}

.twitter a {
	padding: 12px 15px;
}

.google-plus a {
	padding: 12px 15px;
}

.tumblr a {
	padding: 12px 20px;
}

/**
 * 10.0 - Contact Form
 */

.contact-form input {
	border: 1px solid #aaa;
	margin-bottom: 15px;
	width: 100%;
	padding: 15px 15px;
	font-size: 16px;
	line-height: 100%;
	transition: 0.4s border-color linear;
}

.contact-form textarea {
	border: 1px solid #aaa;
	margin-bottom: 15px;
	width: 100%;
	padding: 15px 15px;
	font-size: 16px;
	line-height: 20px !important;
	min-height: 183px;
	transition: 0.4s border-color linear;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #666;
}

.btn-send {
	background: none;
	border: 1px solid #aaa;
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	letter-spacing: 1px;
	position: relative;
	transition: all 0.3s;
}

.btn-5 {
	color: #666;
	height: 70px;
	min-width: 260px;
	line-height: 15px;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5:active:before {
	color: var(--accent);
}

.btn-5b:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-5b:before {
	left: -100%;
	top: 0;
}

.btn-5b:hover:before {
	left: 0;
}

/**
 * 11.0 - Media Query
 */

@media (max-width: 991px) {
	.main-nav a {
		margin-right: 0;
	}

	header.entry-header {
		flex-direction: column;
    	align-items: start;
	}

}

@media (max-width: 767px) {

	.btn-5 span {
		display: none;
	}

	.btn-5b:before {
		left: 0;
	}
}

@media (max-width: 431px) {
	.logo h1 {
		margin-top: 8px;
		font-size: 24px;
	}

	.post {
		background: var(--background);
		padding: 0 10px 0;
	}

	.more-link {
		font-size: 0.9em;
		line-height: 100%;
	}
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}

	.overlay ul li {
		min-height: 34px;
	}
}

/* berkantkz  */

* {
	text-transform: lowercase !important;
}

ul.nav.navbar-nav.navbar-right {
	display: flex !important;
	align-items: center !important;
}

ul.nav.navbar-nav.navbar-right li:not(:last-child) {
	margin-right: 30px;
}

.postpage .entry-title {
	font-size: 2.5em;
}

.postpage .entry-content {
	padding: 25px 0 25px 0 ;
}

#single li p {
	margin: 0;
}

:root{
	--accent: #A084CF;
	--background: #F7E2D6;
}

code {
	color: var(--accent);
}

tr > th, tr > td:first-child {
    text-align: center !important;
}

th, td {
    border: 1px solid #0004;
    padding: 10px;
}

summary:after {
	content: ' ▼ spoyler';
}