@charset "UTF-8";

/*
Theme Name: almanca150625
Theme URI: esakademi.com
Author: Ahmet Bergmann
Author URI: esakademi.com
Version: 2022.10.18
License: Copyright esakademi.com - All rights reserved.
*/
:root {
    --hover-primary-color: rgb(28,97,231);
	--buton-hover-color: #6EC1E4;

}
@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("fonts/typefaces/websymbols-regular-webfont.eot");
  src: url("fonts/typefaces/websymbols-regular-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/typefaces/websymbols-regular-webfont.woff") format('woff'), url("fonts/typefaces/websymbols-regular-webfont.ttf") format('truetype'), url("fonts/typefaces/websymbols-regular-webfont.svg#WebSymbolsRegular") format('svg');
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-display: swap;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;/*\9 is only valid in IE 7, 8, & 9.*/
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: bottom;/*removes bottom white-space*/
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.img-circle {
    border-radius: 50%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}


blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #6b6a6a;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body{
	color:#676767;
	background:#f2f2f2;
    font-size: 1rem;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-text-size-adjust:100%;/* in Safari on iPhone*/
	-ms-text-size-adjust:100%;
	text-rendering:optimizeLegibility;/* okunabilirliği vurgula*/
	-webkit-font-smoothing:antialiased;/*font smoothing*/
    -moz-osx-font-smoothing: grayscale;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 1.75em 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

.button,
.button:hover,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	text-transform: uppercase;
}

.button:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

#outer {
	background-color: #fff;
	max-width: 100%;
	width: 100%;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
}

.search-submit:before {
	font-family: "FontAwesome";
	content: "\f002";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}
.editor-notu {
background: #e7e9eb;
border-radius: 4px;
font-size: 16px;
padding: 8px 16px;
}

/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}

/**
 * iframe videos
*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
article:before,
article:after
 {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
article:after {
	clear: both;
}
.hidden {display: none;}
.ac {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/**
 * Announcement
 */
#topnotice a.link {
	display:flex;
	text-decoration:none!important;
	font-weight:300;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition:none;
	background-color: #fffbcc;
	color: #777;
	padding: 5px 10px;
	background-repeat:repeat-x;
	box-sizing: border-box;
	vertical-align: middle;
}
@media (max-width: 768px){
	#topnotice .fr { float:none; }
}
#topnotice .ilana-git {
	background-color: #fff;
	border-radius: 3px;
	width: 115px;
	display: inline-block;
	vertical-align:bottom;
	font-weight:300;
	padding: 5px 10px;
	text-transform:uppercase;
	position:relative;
}
#topnotice .ilana-git:hover {
	background-color: #f2f2f2;
}
#topnotice .ilana__text {
	display: inline-block;
	font-weight:300;
	padding: 5px 10px;
	position:relative;
}
#topnotice .icon {
	position:absolute;
	 right:0;
	 top: 10px;
	font-size:11px;
	margin-right:14px;
	transition:.2s;
}
#topnotice a.link:hover .icon {
 margin-right:10px
}

.icon-right::before {
    content:"\f178";
	font-family: "FontAwesome";
}
/**
* Logo, search ve sosyal ağlar
*/
.logo-search-sosyal {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: auto;
    display: flex;
    margin: 0 auto;
    padding: 2% 25px;
}
.sitenin-logosu, .sosyal-ve-arama {
	display: flex;
}

.sitenin-logosu {
	flex: 1;
}
.sosyal-ve-arama {
	flex: 1;
	justify-content: flex-end;
}
/*sosyal ikonlar in header */
.sociale a {
    margin: 0 0.327em;
    line-height: 1;
	font-size: 1.7em;
	display: inline-block;
	margin-top: 6px;
	color: rgba(0,0,0,0.6);
}
.sociale a:hover {
	color: rgba(0,0,0,0.8);
}
/* hide blog menu, search, sosyal linkler ve logo */
@media (max-width:768px){
	#top {display:none;}
}
/**
* Header Menu 
*/

.mobile-nav-section {
	position: relative;
	background-color: #E6EFFD;
	border: none;
	padding: 0 1%;
}
.navigation-inner {
	display: flex;
}
.woo-desktop-nav {
    display: flex;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
}


.mobile-menu { display: none; }
.mobile-menu li { list-style: none;}
.blog-menu li { position: relative; list-style: none; border-right: 1px solid rgba(0, 0, 0, 0.05);}
.blog-menu li:last-of-type {border-right: 0;}
.blog-menu > li { float: left; }

.blog-menu > li:first-child:before { content: none; }

.blog-menu a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 3.75em;
	text-decoration: none;
	padding: 0 1.5rem;
	display: block;
}
.blog-menu a:hover,
.blog-menu .current-menu-item a { color: #999;}

.blog-menu > .has-children a,
.blog-menu > .page_item_has_children a { padding-right: 35px; }

.blog-menu > .has-children::after,
.blog-menu > .page_item_has_children::after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-top-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 17px;
	top: 50%;
	margin-top: -2px;
}

.blog-menu > .has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after { border-top-color: #FFF; }

.blog-menu li:hover a {
	cursor: pointer;
}

.blog-menu li:hover > a { color: #999; }


/* Sub menus --------------------------------------- */
.blog-menu ul {
	position: absolute;
	left: -9999px;
	display: none;
	z-index: 999;
}

.blog-menu ul li {
    float: none;
    display: block;
	list-style:  none;
}

.blog-menu ul > .has-children::after,
.blog-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255,255,255,0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.blog-menu ul > .has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after { border-left-color: #FFF; }

.blog-menu ul li { 	
	width: 240px; 
	background: #1d1d1d;
}

.blog-menu ul a {
	padding: 20px 0px;
	margin: 0 20px;
	line-height: 130%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.blog-menu ul > li:last-child a { border-bottom-width: 0; }

.blog-menu li:hover > ul {
	opacity: 1;
	left: 0;
	display: block;
}
@media (max-width:768px){
	.toggle-container{
		display:flex;
		width:99%;
		padding:0 10px 0 10px;
		justify-content:space-around;
  }
.blog-search{
	width:100%;
	margin: 10px auto;
	text-align:center;
}
.mobil-menu{
	width:96%;
	margin:0 auto;
}
.mobile-menu {margin: 0 0 1.75em 0}
.mobile-menu a{display:block;padding:24px;font-size:12px;border-bottom:1px solid rgba(255,255,255,0.1);background:#282828;display:block;text-transform:uppercase;letter-spacing:1px;color:rgba(255,255,255,0.4);font-size:13px;}
.mobile-menu a:hover,
.mobile-menu .current-menu-item a{color:#FFF;}
.mobile-menu ul a{width:100%;}
.mobile-menu ul a{padding-left:40px;}
.mobile-menu ul ul a{padding-left:60px;}
.mobile-menu ul ul ul a{padding-left:80px;}
.mobile-menu ul ul ul ul a{padding-left:100px;}
.mobile-menu ul ul ul ul ul a{padding-left:120px;}
.toggle {
		display: inline-block;
		position: relative;
	}
	
	.toggle:hover { cursor: pointer; }
	
	.nav-toggle {/*margin-left: 7%;*/ }
		
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle .bar {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 4px;
		background: #666;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
		
	.nav-toggle.active .bar { background-color: #AAA; }
.toggle:hover{cursor:pointer;}
.nav-toggle:hover{cursor:pointer;}
.nav-toggle.active,
.search-toggle.active {color:#AAA;}
.login__mobile a {color:#676767;}
}
/**
* woo mini cart
*/

.wc-nav, .blog-menu {
	margin: 0;
}
.wc-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.desktop__login i{
	margin-right: .318em;
	}
.wc-nav li.cart a:before {
  font-family: 'WebSymbolsRegular';
  display: inline-block;
  font-size: .857em;
  margin-right: .618em;
  font-size: 1em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
ul.nav > li a {
    color: #9a9a9a;
  }
ul.nav > li a:hover {
    text-decoration: none;
    color: #676767;
  }
.wc-nav li.checkout {
    display: inline-block;
  }
.wc-nav li.checkout a:before {
    font-family: 'WebSymbolsRegular';
    display: inline-block;
    font-size: .857em;
    margin-right: .318em;
    content: ")";
    font-weight: normal;
	vertical-align: top;
	margin-top: 2px;
  }
.wc-nav li.cart a .contents {
    padding: .2em .618em;
    background: #e5ffff;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: .627em;
    display: inline;
  }
}
@media (max-width: 768px){
	.wc-nav {display: none;}
}

span.cart-count, .cart-number {
	position: relative;
	display: inline-block;
	top: -10px;
	left: 2px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px; background: black;
}
.cart-icon__mobil a,
.login__mobile a, 
.search-toggle,
.cart-contents {padding: 5px 0; font-size: 16px;}
.search-toggle {padding: 0;}
.kapsayan {
	display: flex;
	width: 100%;
	margin: 1.4em auto;
	height: auto;
	align-items: center;
}
.nav-toggle {font-size: 1.6em;}
.logom {
	flex: 1;
	justify-content: flex-start;
}

.logom {display: flex;}
.kart {
	flex: 1;
	justify-content: flex-end;
	gap: 10px;
	align-items: center;
}
.cart-contents {display: flex; align-items: center;}
.cart-contents:hover {color: #333;}
.cart-amount {
	display: inline-block; 
	margin: 2px 5px;
	font-size: 13px;
    padding: 3px 7px;
    background-color: #E1EBFF;
    border-color: #E1EBFF;
    color: #1C61E7;
    border-radius: 35px
	}
.kart {
	display: flex;
}
.site-logosu__mobile img {
	min-width: 182px;
	max-width: 182px;
	max-height: 35px;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
}
/**
* Hero Area
*/
.hero_area {
    max-width: 1140px;
	width: 100%;
	padding: 3% 0;
    margin: 0 auto;
}
.container__promo {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-column-gap: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 782px){
.container__promo {
    text-align: center;
    grid-template-columns: unset;
}
}
/**
* Popular Kurslar of index.php
*/
/*=== Popi Kurslar == */
.site-section {
    padding: 2.5em 2%;
    max-width: 1190px;
    margin: 0 auto;
}
.container {
	 max-width: 1140px;
	 margin:0 auto;
	 padding-left: 15px;
	 padding-right: 15px;
}

.container__hero {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.text-center {
    text-align: center!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.git__tumkurs {
	font-size: 13px;
	font-style: italic;
	display: inline-block;
	padding: 5px 20px;
	background-color: #E1EBFF;
    border-color: #E1EBFF;
    color: #1C61E7;
	border-radius: 35px;
	float: right;
	}
.git__tumkurs:hover {
	padding: 5px 20px;
	background-color: #DBE3F9;
	color: #1C61E7;
	}
@media (min-width: 768px){
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*Anasayfa almanca banner*/
.col-md-61 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.section-heading h2 {
  position: relative;
  font-size: 40px;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 3rem!important;
}
.section-heading h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 70px;
	height: 2px;
	background: #777;
	transform: translateX(-50%);
	}
@media (min-width: 992px){
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}
.kurs-item {
	position: relative;
}
.kurs-item .text {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8), transparent);
    position: absolute;
    transition: opacity .4s ease;
    width: 100%;
	bottom: 0;
	padding: 1.625em 0 1em;
	
}

.kurs-item > a  {
    display: block !important;
}

.kurs-item > a {
    overflow: hidden;
    position: relative;
}

.kurs-item a > img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
}
.kurs-item:hover {
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05); }
.kurs-item a:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
.kurs-item * {
    display: block;
    color: #fff;
    transition: all .5s;
}
@media screen and (min-width: 960px) {
.kurs-item .title {
    font-size: 18px;
}
}
.kurs-item .title {
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}
.kurs-item .title a:hover {
	color: var(--hover-primary-color);
}
.kurs-item .more {
    color: #00e4ff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 1px;
    opacity: 0;
    transition: all .2s;
}
.kurs-item:hover .more {
        height: 28px;
        padding-top: 8px;
        opacity: 1
    }
/**
* tekil kurslar meta tags
*/
.kurs-metas {
	padding: 1.2rem;
}
.h2 {font-size: 1.875rem; line-height: 1.35;}
.kurs-fiyati {margin-bottom: 2rem !important;}
.intro-lists li {
    position: relative;
	font-size: 14px;
    padding: 15px 0px 15px 30px;
    border-bottom: 1px solid #eee5e1;
	list-style: none;
}
.yan-yazi{
	position: absolute;
	right: 0px;
	font-style: normal;
}
.intro-lists li .icon {
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #999;
}
aside.meta{
	text-align: center;
}
/**
* Call2Action
*/

#call2action {
	text-align: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#call2action header {
	background: #E6EFFD;
	padding: 2em 0;
	margin: 0 auto 45px;
}

#call2action header h2 {
	display: inline-block;
	margin: 0;
	font-size: 1.4em;
	vertical-align: middle;
}
#call2action header h2 a{color: #fff!important;}

#call2action header h2 em {
	opacity: 0.75;
}
#call2action header .button {
	vertical-align: middle;
	margin-left: 1em;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: var(--hover-primary-color);
	padding: 10px 40px;
	font-size: 24px;
	transition: background-color 0.5s ease 0s;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	min-width: 9em;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: -0.025em;
	color: #fff;
}
#call2action header .button:hover {
	opacity: 0.9;
}
/**
*#post-content
*/
#post-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	align-items: center;
	position: relative;
	gap: 4em;
}
#main {
	webkit-box-flex: 0;
    -ms-flex: 0 0 97%;
    flex: 0 0 97%;
    max-width: 97%;
    position: relative;
    width: 100%;
    min-height: 1px;
}
@media (min-width: 768px){
	#post-content  {
	flex-direction: row;
}

#main {
	webkit-box-flex: 0;
    -ms-flex: 0 0 63.88889%;
    flex: 0 0 63.88889%;
    max-width: 63.88889%;
    position: relative;
    width: 100%;
    min-height: 1px;
	align-self: flex-start;
	padding: 0 25px;
}
}
.client_section {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
/**
* Sayfalama
*/
.pagination {
	text-align: center;
}
.pagination .current {
	display: inline-block;
	border-bottom: 2px solid #0066cc;
    color: #0066cc;
    font-weight: bold;
}
.pagination .nav-links {
	display: inline-block;
}

.pagination .next, .pagination .prev {
	background: none;
    border: 2px solid #CFD8DC;
    color: #263238;
    margin-left: 5px;
	border-radius: 35px;
}
.pagination .page-numbers {
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 3px 7px 3px;
	font-size: 1.3rem;
}
/**
* Hentry
*/
.hentry mark, .hentry ins {
    padding: 0;
}
.hentry h1 {
	font-size: 2.44em;
	margin: 1rem 0;
	}
.hentry strong {font-weight: 600;}
.hentry p,
.hentry pre {
 margin-bottom:25px;
}
.hentry>p:last-child {
 margin:0;
}
.hentry ul,
.hentry ol {
 margin:0 0 25px 2.5em;
}

.hentry ol {
 list-style:decimal;
}
.hentry ol ol {
 margin:0 0 0 2em;
}
.hentry ol ol ol {
 margin:0 0 0 1.5em
}
.hentry ul {
 list-style:disc
}
.hentry h2 {
 padding:20px 0 25px;
 margin:0
}
.hentry h3,
.hentry h4 {
 padding:20px 0 25px
}
.hentry em {
 font-style:italic;
 font-size:.95em;
 font-family:Consolas,Monaco,andale mono,monospace
}
.hentry a em,
.hentry em a {
 border:0
}
.kurs__contents figcaption {
    color: #555d66;
    font-size: 13px;
	margin-top: .5em;
    margin-bottom: 1em;
    text-align: center;
}

.hentry table {
 font-family:trebuchet ms,Arial,Helvetica,sans-serif;
 border-collapse:collapse;
 width:100%;
 margin-bottom:25px
}
.hentry table td,
.hentry table th {
 border:1px solid #e2e6e8;
 padding:6px 10px
}
.hentry table th {
 text-align:left;
}
.hentry table tr:hover {
 background-color:#f6f8fa;
}
/**
* Article Type Post
*/
.type-post, .type-kurslar, .type-testimonial, .type-oxy_portfolio_image {
	margin: 1% 0;
	padding: 4% 0;
	border-bottom: 4px solid #f2f2f2;
	}
.type-post:last-of-type, .type-kurslar:last-of-type, .type-oxy_portfolio_image:last-of-type {
    border-bottom: 0;
}
.text .type-post, .text .type-kurslar, .text .type-testimonial {
	margin: 0 0;
	padding: 0 0;
	}
.single---readpost .type-post, .single---readpost .type-oxy_portfolio_image {
	margin: 0 0 2em;
	padding: 0;
	border-bottom: 4px solid #f2f2f2;
}
/**
* Bilgi Kutucukları
*/
.note-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #fff9c6;
    color: #515151;
    border-top: 3px solid #fff16e;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.note-message::before {
	font-family:'FontAwesome';
    content: '\f044';
    color: #1a1a1a;
	display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.info-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #c2ecff;
    color: #515151;
    border-top: 3px solid #28b5f5;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.info-message::before {
	font-family:'FontAwesome';
    content: '\f05a';
    color: #1a1a1a;
	display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.warning-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    color: #515151;
    border-top: 3px solid #e5d35b;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
	background-color: #f8fad5;
}
.warning-message::before {
	font-family:'FontAwesome';
    content: '\f071';
    color: #1a1a1a;
	display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
/**
* SIDEBAR
*/
.widget .is-divider, .widget-title {
    margin-top: .66em;
}
.widget .wp-block-heading{
    display: inline-block;
    margin-bottom: .33em;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    font-size: 26px;
}

#secondary {
		webkit-box-flex: 0;
		-ms-flex: 0 0 97%;
		flex: 0 0 97%;
		max-width: 97%;
		position: relative;
		width: 100%;
		min-height: 1px;
}
@media (min-width: 768px){
	#secondary {
			-ms-flex: 0 0 31.11112%;
			flex: 0 0 31.11112%;
			max-width: 31.11112%%;
			position: relative;
			width: 100%;
			min-height: 1px;
			align-self: flex-start;
	}
}
#secondary a{
	color: rgba(0,0,0,0.7);
	text-decoration:none;
	font-weight: normal;
}
#secondary a:hover{
	color: rgba(0,0,0,0.9);
	text-decoration: underline;
}
#secondary ul {
	margin: 0;
}
#secondary ul li {
	list-style: none;
	overflow: auto;
}
/**
* Post Wrapper of index.php
*/
.post-wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .post-wrapper {
    flex-flow: row wrap;
  }
}
.post-wrapper .thumb-image{
  flex: 0 0 42.5287356322%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .post-wrapper .thumb-image{
    margin-bottom: 0;
  }
}
.post-wrapper .thumb-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.thumb-image {
	position: relative;
}
.thumb-image span {
	border: none;
	outline: 0;
	font-size: 14px;
	padding: 0 1rem;
	color: #f0f0f0;
	display: block;
	text-align: center;
	background-color: rgba(0,0,0, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 3%;
	left: 2%;
}
.post-excerpt{
    flex: 0 0 54.0229885057%;
}
.post-excerpt .entry-title{
    padding: 0 0 15px;
    margin: 0;
}
/**
* Enytry metas
*/
.entry-meta {
	margin: 2% 0;
}
.entry-meta .post-types {
	display: inline-block;
    zoom: 1;
    *display: inline;
}
.entry-meta .post-types i {
	/*index.php icinde yazi tipi ikonu*/
  display: block;
}
.entry-meta span:not(:last-child)::after {
	content: "/";
  padding: 0 0.266rem;
  display: inline-block;
}
.entry-meta, .entry-meta a  {
  color: #999;
}
.entry-meta span {
	font-size: 14px;
}
.entry-meta a:hover {
  color: var(--hover-primary-color);
  text-decoration: none;
}
.icon-comments:before{
	font-family: 'WebSymbolsRegular';
    display: inline-block;
    font-size: .757em;
    content: "c";
}
/**
* Widgets
*/
/*------Sosyal widget ------*/
.widget_athemes_social_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.widget_athemes_social_widget a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 0;
	top: 0;
}
.widget_athemes_social_widget a:hover {
	top: -0.2em;
}
.social-media-list {
  list-style: none;
}
.social-media-list li {
  display: inline-block;
  margin-right: 15px;
}
.social-media-list li a{
	position:relative;
    overflow: visible;
}
.social-media-list li a span{
    background: #555;
    position:absolute;
	padding: 3px;
    width:60px;
	border-radius: 3px;
    opacity:0;
	text-align: center;
    color:#fff;
    filter:alpha(opacity=0);
    white-space:nowrap;
    font-size:12px;
}
.social-media-list li a span::after{
    top: 100%;
	right: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
	text-align: center;
	vertical-align: middle;
	justify-content: center;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #555;
    border-width: 7px;
}
.social-media-list li a:hover{text-decoration:none}
.social-media-list li a:hover span{
opacity:.7;
filter:alpha(opacity=70);
top:-39px}
.social-media-list li:last-child {
  margin-right: 0;
}

.social-widget li a::before,
.social-media-list a:before {
  font-family: 'FontAwesome';
   color: inherit;
}

.social-media-list li a,
.social-widget a {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.social-media-list a[href*="facebook.com"] {
	background: #7490c3;
}
.social-media-list a[href*="facebook.com"]::before {
  content: "\f09a";
  color: #fff;
}

.social-media-list a[href*="youtube.com"] {
	background: #F70000;
}
.social-media-list a[href*="youtube.com"]::before {
  content: '\f167'; color: #fff; font-weight: normal;
}
.social-media-list a[href*="twitter.com"] {
	background: #7fb7d2;
}
.social-media-list a[href*="twitter.com"]::before {
  content: '\f099'; color: #fff;
}
.social-media-list a[href*="instagram.com"] {
	background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.social-media-list a[href*="instagram.com"]::before {
content: '\f16d'; color: #fff;
}

.social-media-list a[href*="vimeo.com"] {
	background: #00a8e9;
}
.social-media-list a[href*="vimeo.com"]::before {
content: '\f27d'; color: #fff;
}
.social-media-list a[href*="pinterest.com"] {
	background: #DF0022;
}
.social-media-list a[href*="pinterest.com"]::before {
  content: '\f0d2'; color: #fff;
}
.social-media-list a[href*="linkedin.com"]::before {
  content: '\f0e1'; color: #fff;
}
.social-media-list a[href*="linkedin.com"] {
	background: #01649B;
}
.social-media-list a[href*="foursquare.com"] {
  background: #EA3E6D;
}
.social-media-list a[href*="foursquare.com"]::before {
  content: '\f180'; color: #fff;
}
/* --- İletişim Widgeti ---*/
.contact_link_box a {
	display: block;
	margin-top: 10px;
}
/*--- recent post widget ---*/

.recent-post-widget {
    border-top: 1px solid #F2F2F2;
    padding: 0.633em 0 0.633em 0;
}
.recent-post-widget:first-of-type {
    border-top: none;
}

.recent-post-widget .recent-post-widget-thumbnail{
	max-width: 70px; 
	float: left; 
	margin-right: 15px; 
	}
.recent-post-widget .recent-post-widget-thumbnail img{ 
display: block; 
}
.recent-post-widget .recent-post-widget-content{ 
overflow: hidden; 
margin-top: -5px; 
}
.recent-post-widget .recent-post-widget-title{ 
font-size: 14px; 
margin-bottom: 6px; 
margin-top: 2px; 
}
.recent-post-widget .recent-post-widget-info{ 
line-height: 22px; 
}
.recent-post-widget .recent-post-widget-info i{ 
font-size: 15px; 
margin-right: 9px; 
}
.recent-post-widget .recent-post-widget-info a:before{ 
	font-family: 'WebSymbolsRegular';
	display: inline-block;
	color: #b1b0b0;
	font-size: .857em;
	margin-right: 0.318em;
	content: "c";
}
/**
* Yorumlar
*/
#comments .small-screen-center {
	margin: 1em 0;
}
.comments {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfdfe4;
}
.control-group {
    margin-bottom: 12px;
}
.control-group button {
    color: #fff;
	border-radius: 3px;
	padding: 9px 17px;
}
#cancel-comment-reply {float: right;}
.media-comment {
  margin-top: 24px;
  position: relative;
}
.media-comment .media-comment {
  margin-top: 24px;
}
.media-comment .round-box {
  margin-right: 24px;
}
.media-comment:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 22px;
  background-image: url(assets/images/comment-arrow.png);
  background-size: 13px 22px;
  top: 12px;
  left: 46px;
}

.comments-form input, .comments-form textarea {
  max-width: 80%;
}
.media-comment .comments-form {
  margin-left: 0;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}
.media-comment .comments-form h3 {
  margin-left: 0px;
}
.media-comment .comments-form input, .media-comment .comments-form textarea {
  background-color: white;
}
.media-comment .comments-form textarea {
  width: 99%;
  max-width: 99%;
}
.media-comment .comments-form:before {
  display: block;
  position: absolute;
  content: "";
  height: 1px;
  background-color: white;
  -webkit-box-shadow: 0px -1px 0px #f2f2f4;
  -moz-box-shadow: 0px -1px 0px #f2f2f4;
  box-shadow: 0px -1px 0px #f2f2f4;
  top: 0;
  left: -10px;
  right: -10px;
}
.media-inner > :not(div.bypostauthor) {
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #d8d8d8;
}
.media-inner > div.bypostauthor {
	border: 1px solid #d8d8d8;
	padding: 10px;
}

.media-inner p:last-child {
  margin-bottom: 0;
}
/* - 9.4 Landscape phone to small desktop & porttrait tablet - */
@media (max-width: 767px) {
  /* -- 9.4.10 Blog Comments -- */
  .comments h3 {
    margin-left: 0;
  }

  .comments hr {
    margin-left: 0;
  }

  .comments-form input, .comments-form textarea {
    max-width: 99%;
  } 
}/* end @media (max-width: 767px)*/
.input-xxlarge {
  width: 99%;
  max-width: 99%;
}
@media (min-width: 768px){
.input-xxlarge {
  width: 530px;
}
}
.round-box img {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.box-mini img {
	width: 48px;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.media-inner .bypostauthor {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
}
.media-inner .bypostauthor::before {
    position: absolute;
    content: "";
	background-image: linear-gradient( -15deg, rgba(255,122,24,.25),#fff);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; }
.media-inner .bypostauthor div, .media-inner .bypostauthor p, .media-inner .bypostauthor h5{
	 position:relative;
	 width:100%;
	 min-height:1px;
}
/* Sosyal paylaşım ikonları */
.social-shares{display:block;overflow:auto; float: right;}
.social-shares ul > li{display:inline-block;list-style:none;}
.social-shares a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
}
.social-shares a{
	color: rgba(0,0,0,0.6);
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.6);
}
.social-shares a:hover{ color: rgba(0,0,0,0.9); border: 1px solid rgba(0,0,0,0.9);}
.social-shares span { text-align: center; white-space:nowrap;}
.social-shares span.paylas {color: rgba(0,0,0,0.9);}
/* Author box
-------------------------------------- */
.authorbox{background:#f9f9f9;border:1px solid #e6e6e6;width:100%;margin:15px auto;float:left;margin-bottom:10px;}
.authorbox img{background:#fff;border:1px solid #e6e6e6;margin:5px;padding:4px;float:left;}
.authorbox p{margin:0;padding:0;}
.authorbox p strong{font-size:13px;font-weight:bold;}
/* next ve previous post stilleri
--------------------------------------------------------- */
.nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    margin-bottom: 5%;
    padding-bottom: 5%;
}
 
.nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
 
.nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.nav-previous, .nav-next{
padding:10px;
font-weight:bold;
}
/**
* Footer Styles
*/
.footer {
	padding: 2% 0 0;
}
/* container of widget areas */
.footer-inner {
	display : flex;
	background : #444;
	color: #999;
	margin: auto;
	width: 100%;
	padding: 1% 1%;
}
.footer-inner .column {
	width: 30%; 
	}
@media (max-width: 768px) {
	.footer-inner {display : block;}
	.footer-inner .column {
		width: 100%; padding: 10px;
		}
}

.footer-inner a, .footer-menu a{color: #999;}
.footer-inner a:hover, .footer-menu a:hover{text-decoration: underline;}
.footer-menu ul {padding: 15px 30px 15px 0;}
.footer-menu ul li{display: inline-table;}
.footer-menu {text-align: right; background: #444;}
.footer-menu ul li:not(:last-child):after {
    font-size: 13px;
    color: #999;
    width: 100%;
	content:"|";
	padding-right: 5px ;
	padding-left: 5px ;
	padding-top: 5px ;
}
.footer-menu ul.menu,
.footer-menu .menu ul {
	margin: 0;
}
/* single kurslar bilgiler***/
.btn-view {
    padding: 15px 45px;
    text-align: center;
    display: inline-block;
    border-style: solid;
    border-radius: 3px;
    box-sizing: border-box;
    word-break: break-word;
    color: #3E3E3E;
	border: 0px solid tranparent;
	background-color: #f3f3f3;
    line-height: normal;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    user-select: none;
}
.btn-view:hover {
	background-color: #D3D3D3;
}
.iconlar {display: inline-block; margin-right: 10px; color: #aaa;}
.kurs__banner {text-align: center;}

#post-kurslar__wrapper {
	display: flex;
	width: 1440px;
	height: auto;
	align-items: center/*herşeyi 10vh içine soldan center yap,*/;
	border-radius: 5px;
	flex-direction: row-reverse;/* child elemenları ters çevir*/
	gap: 1.5em;
	margin: 1em auto;
}

@media screen and (max-width: 768px){
	#post-kurslar__wrapper {
		flex-direction: column;
	    width: 96%;
		}
	
}
.text {
    position: relative;
    align-self: flex-start;
	flex: 2;
}
.image {
	flex: 1;
	border: 2px solid #f2f2f2;
	align-self: flex-start;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	
}
.buy_button a {
	min-width: 100%;
    text-align: center;
    display: inline-block;
    border-style: solid;
    word-break: break-word;
    outline: none;
    padding: 1.1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    user-select: none;
}
.buy_button a:hover {
	    padding: 1.1em;
}
/*Credits*/
.credits{
    border: none;
    background: #333;
    text-align: center;
	padding: 20px;
}
.credits p{
    margin: 0 20px 0;/* 1. top, 2. right and left, 3. bottom */
    padding:0;
	font-size: 1.0rem;
}

 /**
 Woo Styles
 **/
 #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 8px 9px 8px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 133px;
}