﻿@charset "UTF-8";
/*
Theme Name: edumust-2-11-26
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: #2196F3;
	--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
 */
.error {color: red; font-size: 13px;}
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 {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	border-radius:2px;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	user-select: none;
	margin: 0;
    border: none;
    outline: 0 !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #fff;
	transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}

.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;
	opacity: 0.9;
}

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;
}
/**
 * header kampanya bar style
 */
.mpopup {
	display: none;
}
.mpopup-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.mpopup-head {
    padding: 2px 16px;
	background-color: #cce5ff;
	text-align: center;
}
.mpopup-head h3, .mpopup-head p{
	margin: 0;
	padding: 0;
  
}
.mpopup-main {padding: 2px 16px;}
.mpopup-main input[type="text"]{
    width: 30%;
    height: 25px;
    font-size: 15px;
}
/* add animation effects */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.informations {
	display: flex;
	background-color: #cce5ff;
	padding: 0 20px;
	color: #004085;
}
.info-content {
    inline-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.closeable {
    flex: 1;
	display: flex;
    justify-content: flex-end /*nesne en sagda*/;
	align-items: center;
}
/* close button style */
.close {
    display: block;
    font-size: 1.25em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 0.9em;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.close:hover, .close:focus {
    cursor: pointer;
    color: #fff!important;
    background: red;
}

/**
 * Breadcrumbs
 */
 body.home .site-breadcrumbs {
    display: none;
    }
.site-breadcrumbs {
  height: 32px;
  line-height: 32px;
  margin-top: 5px;
  color: #c6c6c6;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
}

h2.trail-browse {
    display: none;
    }

/* -------------------------------------------------------------------------------- */
/*	4. 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;
	gap: 20px;
}
/*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;}
}

/* -------------------------------------------------------------------------------- */
/*	5. Navigation
/* -------------------------------------------------------------------------------- */
.mobile-nav-section {
	position: relative;
	background-color: #E6EFFD;
	border: none;
	padding: 0 1%;
}/*top nav outer*/
.navigation-inner {
	display: flex;
}/*drop menü*/
.woo-desktop-nav {
    display: flex;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	padding-right: 20px;
}/*woo items menu*/
.mobile-menu {
	display: none;
}

.blog-menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 0 -20px;
}

.blog-menu ul {
	margin: 0;
}

.blog-menu li {
	line-height: 1;
	margin: 0;
	position: relative;
}

.blog-menu > li + li {
	/*birinci haric digerleri*/
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-menu a {
	display: block;
	font-size: 13px;
	letter-spacing: 1px;
	outline: none;
	padding: 27px 20px;
	text-transform: uppercase;
	text-underline-offset: .2em;
}

.blog-menu a:hover,
.blog-menu a:focus,
.blog-menu .current-menu-item > a {
	color: rgba( 0, 0, 0, 0.4 );
	text-decoration: underline;
}

.blog-menu .current-menu-item > a:focus {
	text-decoration-style: dotted;
}

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

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

.blog-menu > .menu-item-has-children:hover::after,
.blog-menu > .page_item_has_children:hover::after { border-top-color: rgba( 0, 0, 0, 0.8 ); }

.blog-menu li a {
	color: rgba( 0, 0, 0, 0.6 );
}
.blog-menu li:hover a {
	background-color: #e6effd;
	cursor: pointer;
}

.blog-menu li:hover > a { color: rgba( 0, 0, 0, 0.8 ); }

/* Sub Menus --------------------------------- */

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

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

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

.blog-menu ul > .menu-item-has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after { border-left-color: rgba( 0, 0, 0, 0.8 ); }

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

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

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

.blog-menu li:hover > ul,
.blog-menu li.focus > ul {
	opacity: 1;
	left: 0;
	display: block;
}

.blog-menu ul li:hover > ul,
.blog-menu ul li.focus > ul {
	left: 240px;
	margin-left: 0;
	top: 0;
}

@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;
}
.mobil-menu ul {
	margin: 0;
}
.mobil-menu li {
	list-style: none;
}
.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;
}
}
.post-video-wrap iframe {
    border: none;
}
iframe {
    max-width: 100%;
    width: 100%;
}
.standard-layout .post-video-wrap iframe, .single-post-template .post-video-wrap iframe {
    min-height: 400px;
    width: 100%;
}
#centerContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}
.post-full-thumb-wrap {
    height: auto;
    position: relative;
    background-color: #fff;
    margin: auto;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.post-full-thumb-wrap.single-post-template {
    max-width: 1200px;
}
.post-video-wrap {
    position: relative;
}
.post-video-wrap {
    min-height: 200px;
}
.video-play-icon {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.player-type-3 .video-playlist-wrapper::-webkit-scrollbar-thumb, .video-playlist-nav>i, .post-video-wrap:hover .video-play-icon>span {
    background-color: #FF0E1F;
}
.post-video-wrap:hover .video-play-icon>span, .video-play-icon>span {
    -webkit-transition: all 0.3s 
ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s 
ease-out;
}
.video-play-icon>span {
	padding: 20px 45px;
    line-height: 60px;
    background: rgba(0, 0, 0, .52);
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 19px;
}

.ti-control-play:before {
    font-family:'FontAwesome';
    content: '\f04b';
}

/**
* 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
    }
/* Canlı Dersler */
.canli-kurs-item {
	position: relative;
}
.canli-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;
	
}

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

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

.canli-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);
}
.canli-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); }
.canli-kurs-item a:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
.canli-kurs-item * {
    display: block;
    transition: all .5s;
}
@media screen and (min-width: 960px) {
.canli-kurs-item .title {
    font-size: 18px;
}
}


/**
* 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 {
	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 {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	border-radius: 2px;
	letter-spacing: 0.225em;
	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;
			margin: 2% 0;
	}
}
#secondary a:not(.button){
	color: rgba(0,0,0,0.7);
	text-decoration: none;
	font-weight: normal;
}
#secondary a:not(.button):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 ------*/
#menu-sosyal-aglar {
   margin: 1.25em 0 1.25em;
}
.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(images/comment-arrow.png);
  background-size: 13px 22px;
  top: 12px;
  left: 118px;
}

.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;
	background-color: #444;
}
/* container of widget areas */
.footer-inner {
	display : flex;
	background : #444;
	color: #999;
	margin: auto;
	width: 100%;
	max-width: 1170px;
	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;}
/**
* single-kurslar *
**/
.kurslar__topinfo {
		display: block;
		margin: 1.2em auto;
		background-color: #333;
		width: 100%;
}
.kurslar__topinfo-firstDiv, .kurslar__topinfo-secondDiv {
	padding: 2.7em;
}
.kurslar__topinfo-firstDiv, .kurslar__topinfo-secondDiv {
	width: 100%;
	/*tasma onlemek icin 50den az veya border-box ekle*/
}
@media screen and (min-width: 768px) {
	
	.kurslar__topinfo {
		overflow: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 1.2em auto;
		gap: 1em;
		background-color: #333;
		width: 100%;
}
.kurslar__topinfo-firstDiv, .kurslar__topinfo-secondDiv {
	padding: 2.7em;
}
.kurslar__topinfo-firstDiv, .kurslar__topinfo-secondDiv {
	width: 47.47474748%;
	/*tasma onlemek icin 50den az veya border-box ekle*/
}
}
#post-kurslar__wrapper {
	display: flex;
	flex-direction: column;
	width: 97.77778%;
	margin: 0 auto;
}
.image {
	flex: 1;
	border: 2px solid #f2f2f2;
	align-self: flex-start;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	margin-top: 5px;
	background-color: #fff;
	
}
.buy_button a {
	min-width: 100%;
    text-align: center;
}

@media screen and (min-width: 768px){
	
	#post-kurslar__wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center/*herşeyi 10vh içine soldan center yap,*/;
	border-radius: 5px;
	margin: 1em auto;
	width: 1440px;
	height: auto;
	gap: 1.5em;
}
.image {
	flex: 1;
	border: 2px solid #f2f2f2;
	align-self: flex-start;
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	margin-top: -135px;
	background-color: #fff;
	
}
}
.text {
    position: relative;
    align-self: flex-start;
	flex: 2;
}
/** margin to gosterilsin**/
.space {
	margin: 20px;
	overflow: hidden;/*Prevents from jump around or shaky*/
}
span.closed,span.open {
	float: right;
}
span.closed::before {
	font-family:'FontAwesome';
	content:"\f023";
	color: #4d5e6f;
	display: inline-block;
	top: 1em;
	left: 1.5em;
	font-weight: lighter;
	margin: 0 16px 0 0;
	}
.post-duration {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #4d5e6f;
	white-space: nowrap;
	}
/*Credits*/
.credits{
    border: none;
    background: #333;
    text-align: center;
	padding: 20px;
	color: #999;
}
.credits a {
	color: #999;
}
.credits a:hover {
	text-decoration: underline;
}
.credits p{
    margin: 0 20px 0;/* 1. top, 2. right and left, 3. bottom */
    padding:0;
	font-size: 1.0rem;
}
 /**
 bbPress Styles
 **/
#bbp_search_submit {
	border-radius: 2px;
    padding: 10px 17px;
}
#bbp_search {
    width: 100%;
}
.bbp-search-form {
	margin: 0 0 20px;
}
.bbpress-forums #favorite-toggle, #bbpress-forums #subscription-toggle {
    float: none;
}
 /**
 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;
}

/* *
* bbPress specific CSS
*
* @package bbPress
* @subpackage Theme
* Modified by Syamil MJ */

/* =bbPress Style
-------------------------------------------------------------- */


#bbpress-forums hr {
	margin: 0 0 24px 0;
}
#bbpress-forums {
	background: transparent;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
#bbpress-forums div.even, #bbpress-forums ul.even {
	background-color: #fff;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: #fbfbfb;
}
#bbpress-forums div.reply, #bbpress-forums div.topic {
	height: auto;
	background: none;
}
#bbpress-forums div.topic.sticky {
	border: none !important;
}
#bbpress-forums .bbp-private-reply {
	background: none !important;
}
#bbpress-forums .bbp-private-reply .bbp-reply-content {
	padding: 20px;
}
#bbpress-forums .bbp-private-reply {
	position: relative;
}
#bbpress-forums .bbp-private-reply:before {
	display: block;
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	background: url('../../images/private-reply-icon.png');
	width: 48px;
	height: 48px;
}
#bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
	background-color: #f4f4f4;
}
#bbpress-forums .status-trash.even, #bbpress-forums .status-spam.even {
	background-color: #fee;
}
#bbpress-forums .status-trash.odd, #bbpress-forums .status-spam.odd {
	background-color: #fdd;
}
#bbpress-forums ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#bbpress-forums li {
	margin: 0;
	list-style: none;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies {
	font-size: 14px;
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
}
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums {
	margin: 30px 0;
	border: 1px solid #eee;
}
#bbpress-forums ul.bbp-topics .bbp-header,
#bbpress-forums ul.bbp-forums .bbp-header  {
	padding: 18px 14px;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-body, #bbpress-forums li.bbp-footer {
	clear: both;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	font-weight: bold;
	padding: 8px 0px;
	text-align: center;
}
#bbpress-forums li.bbp-header {
	
	margin-bottom: 20px;
}
#bbpress-forums li.bbp-footer {
	border-top: 1px solid #e3e3e3;
	padding: 0;
}
#bbpress-forums li.bbp-header ul {
	overflow: hidden;
}
#bbpress-forums .bbp-forums-list {
	margin: 0 0 0 5px;
	padding-left: 15px;
	border-left: 1px solid #ddd;
}
#bbpress-forums .bbp-forums-list li {
	display: inline;
	font-size: 11px;
}
#bbpress-forums li.bbp-footer p {
	margin: 0;
	line-height: 1em;
}
#bbpress-forums .bbp-topic-content img, #bbpress-forums .bbp-reply-content img {
	max-width: 100%;
}
#bbpress-forums .bbp-topic-content ul, #bbpress-forums .bbp-reply-content ul {
	list-style: square;
	padding-left: 15px;
}
#bbpress-forums .bbp-forum-content p {
	margin: 5px 0 0;
	font-style: italic;
}
li.bbp-forum-info, li.bbp-topic-title {
	float: left;
	text-align: left;
	width: 60%;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count, li.bbp-topic-last-poster {
	float: left;
	text-align: center;
	width: 10%;
}
li.bbp-topic-last-poster {
	width: 15%
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
	text-align: center;
	float: left;
	width: 15%;
}
.bbp-body .bbp-topic-last-poster, .bbp-body .bbp-topic-reply-count, .bbp-body .bbp-topic-freshness {
	font-size: 12px;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
	border-top: 1px solid #eee;
	overflow: hidden;
	padding: 12px;
}
@media handheld, only screen and (max-width:767px) {
	li.bbp-forum-info, li.bbp-topic-title {
		width: 40% !important;
	}
	li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count, li.bbp-topic-last-poster {
		width: 20% !important;
	}
	li.bbp-forum-freshness, li.bbp-topic-freshness {
		width: 15% !important;
	}
}
li.bbp-header div.bbp-topic-content span#subscription-toggle, li.bbp-header div.bbp-topic-content span#favorite-toggle, li.bbp-header div.bbp-reply-content span#subscription-toggle, li.bbp-header div.bbp-reply-content span#favorite-toggle {
	font-size: 12px;
	font-weight: normal;
	float: right;
	margin-left: 10px;
}
#bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
	float: left;
	text-align: left;
	
}
#bbpress-forums div.bbp-reply-author img{
	border-radius: 100px;
}
#bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
	border: 0;
	max-width: 80px;
	margin: 12px auto 0 auto;
	float: none;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
	margin: 0 12px;
	word-break: break-word;
}
#bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
	font-size: 11px;
}
#bbpress-forums .bbp-body .bbp-topic-content, #bbpress-forums .bbp-body .bbp-reply-content {
	margin-left: 90px;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	padding: 5px 70px 5px 20px;
	min-height: 60px;
	border: 1px solid #eee;
	background-color: #fff;
	border-radius: 3px;
}
#bbpress-forums .bbp-body .bbp-topic-content:before, #bbpress-forums .bbp-body .bbp-reply-content:before {
	position: absolute;
	top: 32px;
	left: -7px;
	width: 14px;
	height: 14px;
	border: 1px solid #eee;
	border-right: none;
	border-top: none;
	background-color: #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
@media handheld, only screen and (max-width:767px) {
	#bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
		margin-left: 60px !important;
	}
	#bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
		max-width: 30px !important;
	}
}
#bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
}
#bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 140px;
	padding: 0;
	text-align: left;
}
div.bbp-topic-header, div.bbp-reply-header {
	margin-bottom: 0;
	overflow: hidden;
	padding: 8px;
}
li.bbp-body div.hentry {
	margin-bottom: 0;
}
div.bbp-topic-header, div.bbp-reply-header {
	border-top: 1px solid #ddd;
	clear: both;
}
span.bbp-author-ip {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}
.bbp-topic-title a.bbp-topic-permalink {
	font-size: 14px;
}
.bbp-topic-title span, .bbp-topic-title span a {
	color: #787878;
	font-size: 11px;
}
#bbpress-forums .bbp-body .bbp-topic-content, #bbpress-forums .bbp-body .bbp-reply-content {
	padding-top: 10px;
	margin-bottom: 30px;
}
div.bbp-topic-content .bbp-meta, div.bbp-reply-content .bbp-meta {
	color: #818181;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.bbp-topic-started-by img, .bbp-topic-freshness-author img {
	display: none;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */
div.bbp-breadcrumb {
	float: left;
}
div.bbp-breadcrumb, div.bbp-topic-tags {
	font-size: 12px;
}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
	margin-bottom: 10px
}
div.bbp-topic-tags {
	float: right;
}
div.topic-author-displayname, div.reply-author-displayname {
	font-weight: bold;
	font-size: 16px;
}
.user-id-1 div.topic-author-displayname, .user-id-1 div.reply-author-displayname {
	color: #EB4B00;
}

/* =Admin Links
-------------------------------------------------------------- */
.topic span.bbp-admin-links {
	color: #ddd;
}
.topic span.bbp-admin-links a {
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
fieldset span.bbp-admin-links {
	float: left;
}
tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}
td.bbp-topic-admin-links, td.bbp-topic-counts {
	width: 50%;
}
.bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}
.bbp-single-topic-meta {
	font-weight: normal;
	background: #fafafa;
	border:1px solid #eee;
	padding: 10px 10px;
	margin-bottom: -8px;
	overflow: hidden;
}
.bbp-single-topic-meta a {
	font-weight: bold
}
.bbp-single-topic-meta .back-to {
	float: left
}
.bbp-single-topic-meta .posted-in {
	float: right
}
@media handheld, only screen and (max-width:767px) {
	.bbp-single-topic-meta .back-to, .bbp-single-topic-meta .posted-in {
		float: none !important;
		text-align: left;
	}
	.bbp-single-topic-meta .back-to {
		margin-bottom: 20px;
	}
	.fav-subscribe{
		text-align: left;
	}
}

/* =Toggles
-------------------------------------------------------------- */
.bbp-topic-action {
	float: right
}
.bbp-topic-action #favorite-toggle, .bbp-topic-action #subscription-toggle {
	font-weight: normal;
	font-size: 12px;
}
#bbpress-forums p.bbp-topic-meta {
	margin: 5px 0 5px;
	font-size: 11px;
}
#bbpress-forums p.bbp-topic-meta span {
	white-space: nowrap;
}

/* =Pagination
-------------------------------------------------------------- */
.bbp-pagination-count {
	float: left;
}
.bbp-pagination-links {
	float: right;
}
.bbp-pagination {
	font-size: 12px;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.bbp-topic-pagination {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
}
.bbp-topic-pagination a {
	font-size: 10px;
	line-height: 10px;
	padding: 1px 3px;
	border: 1px solid #ddd;
	text-decoration: none;
}
.bbp-pagination-links a, .bbp-pagination-links span {
	padding: 5px 8px;
}
.bbp-pagination-links a {
	font-weight: bold;
	padding: 1px 3px;
}

/* =Forms
-------------------------------------------------------------- */
#bbpress-forums fieldset.bbp-form legend {
	padding: 5px;
}
#bbpress-forums fieldset.bbp-form label {
	margin: 0;
	display: inline-block;
}
#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label, #bbp-login fieldset label, #bbp-register fieldset label, #bbp-lost-pass fieldset label {
	width: 100px;
}
#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form p label, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input[type=text] {
	margin: 0 0 8px;
	padding: 8px;
}
/*Topic Type: */
#bbpress-forums fieldset.bbp-form select{
    margin: 0 0 8px;
    padding: 8px;
	min-height: 38px;
    height: 38px;
}
form#bbp-your-profile fieldset.submit {
	border: none;
}
textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content {
	width: 97%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
textarea#bbp_forum_content {
	height: 210px;
}
#bbpress-forums fieldset.bbp-forum-form-attributes {
	width: 200px;
	float: right;
	clear: none;
	margin-left: 25px;
}
.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
	clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img, body.reply-edit .bbp-reply-form div.avatar img, body.single-forum .bbp-topic-form div.avatar img, body.single-reply .bbp-reply-form div.avatar img {
	margin-right: 0;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	background-color: #efefef;
}
body.page .bbp-reply-form code, body.page .bbp-topic-form code, body.single-topic .bbp-reply-form code, body.single-forum .bbp-topic-form code, body.topic-edit .bbp-topic-form code, body.reply-edit .bbp-reply-form code {
	font-size: 10px;
	background-color: #f0fff8;
	border: 1px solid #CEEFE1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}
.form-allowed-tags code {
	background: #f8f8f8 !important;
	font-size: 10px !important;
	border: none !important;
	width: auto !important;
}
#merge_tag, #delete_tag {
	display: inline;
}
div.bbp-submit-wrapper {
	margin-top: 15px;
	float: right;
	clear: both;
}

/* =TinyMCE in themes
-------------------------------------------------------------- */
#bbpress-forums div.bbp-the-content-wrapper {
	margin-bottom: 10px;
}
#bbpress-forums .bbp-the-content {
	border:none!important;
	background: none !important;
}
#bbpress-forums .bbp-the-content:focus{
	border:none!important;
	background: none !important;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	width: 100%;
	margin: 0;
	font-size: 12px;
}
#bbpress-forums div.bbp-the-content-wrapper table, #bbpress-forums div.bbp-the-content-wrapper tbody, #bbpress-forums div.bbp-the-content-wrapper tr, #bbpress-forums div.bbp-the-content-wrapper td {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	line-height: 1em;
}
#bbpress-forums div.bbp-the-content-wrapper input {
	margin: 0;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	padding: 5px;
	min-height: 26px;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
	padding: 4px 4px 8px;
}
#bbpress-forums div.wp-editor-container {
	margin: 0;
	padding: 0;
	line-height: 0;
	border: 1px solid #dedede;
}
#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
	line-height: 16px;
}

/* =Edit User
-------------------------------------------------------------- */
#bbp-your-profile {
	margin-top: 20px;
	padding-top: 40px;
	border-top: 1px solid #bbb;
}
#bbp-your-profile fieldset {
	border: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0 0px;
	margin-bottom: 30px;
	margin-top: 0;
}
#bbp-your-profile fieldset div {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	clear: left;
}
#bbp-your-profile fieldset select {
	margin-bottom: 0;
}
#bbp-your-profile fieldset input, #bbp-your-profile fieldset textarea {
	width: 400px;
}
#bbp-your-profile fieldset legend {
	display: none;
}
#bbpress-forums #bbp-your-profile fieldset label {
	display: block;
}
#bbp-your-profile fieldset span.description {
	margin: 5px 0 0 0;
	font-size: 12px;
	font-style: italic;
	float: left;
	clear: left;
	width: 383px;
	padding: 5px 10px;
	border: #cee1ef 1px solid;
	background-color: #f0f8ff;
}
#bbpress-forums #bbp-your-profile fieldset fieldset {
	margin: 0;
	width: 260px;
	border: none;
	padding: 0;
	clear: none;
	float: none;
}
#bbp-your-profile fieldset fieldset span.description {
	margin-left: 0;
	margin-bottom: 20px;
}

/* =Notices
-------------------------------------------------------------- */
div.bbp-template-notice {
	border-width: 1px;
	border-style: solid;
	padding: 0.3em 0.6em;
	margin: 5px 0 15px;
	background-color: #FFFCE5;
	border: 1px solid #FFDC7D;
	color: #D69A2A;
	clear: both;
}
div.bbp-template-notice a {
	color: #D69A2A;
	font-weight: bold;
	text-decoration: underline;
}
div.bbp-template-notice a:hover {
	color: #000;
}
div.bbp-template-notice.info {
	border: #cee1ef 1px solid;
	background-color: #f0f8ff;
	color: #1891A8
}
div.bbp-template-notice.info a {
	color: #1891A8
}
div.bbp-template-notice.important {
	border: #e6db55 1px solid;
	background-color: #fffbcc;
}
div.bbp-template-notice.error, div.bbp-template-notice.warning {
	background-color: #ffebe8;
	border-color: #c00;
}
div.bbp-template-notice.error a, div.bbp-template-notice.warning a {
	color: #c00;
}
div.bbp-template-notice p {
	margin: 0.5em 0 6px 0 !important;
	padding: 2px;
	line-height: 140%;
}
div.bbp-template-notice.not-logged-in a {
	font-weight: bold;
}

/* =Stickies
-------------------------------------------------------------- */
.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
	background-color: #ffffe0 !important;
	font-size: 1.1em;
}

/* =Revisions
-------------------------------------------------------------- */
#bbpress-forums .bbp-topic-revision-log, #bbpress-forums .bbp-reply-revision-log {
	border-top: 1px dotted #ddd;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: #aaa;
}

/* =Widgets
-------------------------------------------------------------- */
.bbp-login-form fieldset legend {
	display: none;
}
.bbp-login-form label {
	width: 140px;
	display: inline-block;
}
#sidebar .bbp-login-form label {
	width: 70px;
}
.bbp-login-form .bbp-username, .bbp-login-form .bbp-email, .bbp-login-form .bbp-password, .bbp-login-form .bbp-remember-me, .bbp-login-form .bbp-submit-wrapper {
	margin-top: 10px;
}
.bbp-login-form .bbp-remember-me {
}
.bbp-login-form .bbp-submit-wrapper {
	text-align: right;
}
.bbp-login-form .bbp-login-links {
}
.bbp-login-form .bbp-login-links a {
	float: left;
	clear: left;
}
.bbp-logged-in img.avatar {
	float: left;
	margin-right: 15px;
}
.bbp-logged-in h4 {
	font-weight: bold;
	font-size: 1.3em;
	clear: none;
	margin-bottom: 10px;
}
.bbp-forum-title.current {
	font-weight: bold;
}
.currently-viewing {
	font-size: 12px;
}
.topic-count {
	font-size: 12px;
	color: #ccc;
	float: right;
}

/* = Forums Search
-------------------------------------------------------------- */
#forums-search {
	margin: 0 0 20px;
	padding: 10px;
	background: #f6f6f6;
}
#forums-search input[type="text"] {
	width: 549px;
	height: 20px;
	margin-right: 10px;
}
#forums-search .searchsubmit {
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 70, 117, 0.55);
	padding: 7px 12px;
	margin: 0;
	width: auto;
	cursor: pointer;
	background: #C0E7F7;
	text-shadow: none;
}
#forums-search .searchsubmit:hover {
	border-color: rgba(4, 69, 85, 0.37);
	background: #C0E7F7;
}
#forums-search .searchsubmit:active {
	background: #8CCBEE;
}

/* =Avatars
-------------------------------------------------------------- */
#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar {
	float: none;
	border: 3px double #ddd;
}
fieldset div.avatar {
	float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */
.activity-list li.bbp_topic_create .activity-content .activity-inner, .activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-left: 2px solid #eaeaea;
	margin-left: 5px;
	padding-left: 10px;
}

/* =User Pages
-------------------------------------------------------------- */
#bbpress-forums h1 {
	clear: none;
	font-size: 2.5em;
	line-height: 1em;
	padding-bottom: 10px;
	font-weight: normal;
}
#bbpress-forums h2.entry-title {
	font-size: 1.4em;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 0;
}
#bbpress-forums #entry-author-info {
	margin: 10px 0 20px 0;
	overflow: hidden;
}
#bbpress-forums #entry-author-info #author-avatar {
	float: left;
	margin-right: 0;
	width: 60px;
}
#bbpress-forums #entry-author-info #author-avatar img.avatar {
	max-width: 60px;
}
#bbpress-forums #entry-author-info #author-description {
	float: none;
	margin-left: 100px;
}
#bbp-author-subscriptions, #bbp-author-favorites, #bbp-author-topics-started, #purchase-details {
	border-top: 1px solid #ccc;
	clear: both;
	margin-bottom: 20px;
	padding-top: 20px;
}
body.my-account #bbpress-forums, body.my-account #bbp-author-subscriptions, body.my-account #bbp-author-favorites, body.my-account #bbp-author-topics-started {
	border-top: none;
	padding-top: 0;
	margin-bottom: 0;
}

/* =BuddyPress Group Forums
-------------------------------------------------------------- */
#bbpress-forums div.row-actions {
	font-size: 11px;
	visibility: hidden;
}
#bbpress-forums li:hover > div.row-actions {
	visibility: visible;
}

/* * Custom Override
-------------------------------------------------------------- */
.overflow {
	overflow: hidden;
}
.bbp-topic-title span.in-progress, .bbp-topic-title span.resolved, .bbp-topic-title span.not-resolved, .bbp-topic-title span.topic-sticky, .bbp-topic-title span.closed {
	background: url(../../images/forum-icons.png);
	width: 30px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	opacity: 0.7;
}
.bbp-topic-title span.in-progress {
	background-position: 0 -22px;
}
.bbp-topic-title span.resolved {
	background-position: 0 0;
}
.bbp-topic-title span.not-resolved {
	background-position: 0 -44px;
}
.bbp-topic-title span.topic-sticky {
	background-position: 0 -66px;
}

/* * Topic status */
#bbps-topic-status input[type="submit"], #bbps-topic-move input[type="submit"], #bbps-topic-assign input[type="submit"] {
	padding: 2px 10px;
	font-size: 13px;
}
#bbps-topic-status label, #bbps-topic-move label {
	color: #333 !important;
	font-size: 14px !important;
}
.bbps-support-forums-message {
	margin-bottom: 15px;
}
#bbps_support_forum_options, #bbps_support_forum_move, .bbps-support-forums-message {
	width: 100% !important;
}
#bbpress-forums .button[type=submit], .bbp_widget_login .button.submit {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	zoom: 1;
	font-size: 12px;
	background-color: #323232 !important;
	color: #fff;
	padding: 16px 25px;
	line-height: 100%;
	transition: color .2s ease-in-out, background .2s ease-in-out, border .2s ease-in-out;
}
#bbpress-forums .button[type=submit]:hover {
	background-color: #444 !important;
	color: #fff;
}
.bbp-footer {
	display: none;
}
.widget_display_search .screen-reader-text {
	display: none;
}
.widget_display_search #bbp_search, .widget_display_search #bbp_search_submit {
	margin-bottom: 10px;
}
#bbpress-forums .bbp-search-form {
	float: none;
	margin-bottom: 30px;
}
#bbpress-forums #bbp-search-form #bbp_search {
	float: left;
}
#bbpress-forums #bbp-search-form .screen-reader-text {
	display: none;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 75%;
	margin: 0;
	padding: 11px 12px;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	width: 25%;
	padding: 14px 10px;
	border-left:0 !important;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	font-size: 12px;
}

#bbp-single-user-details #bbp-user-avatar {
	float: left;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation {
	float: none;
	margin: 0 0 0 170px;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
	margin: 0;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
	padding: 5px 8px;
	display: block;
	border: 1px solid transparent;
	text-decoration: none;
}

#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #eee;
	opacity: 0.8;
}

.bbp-forums .bbp-header,
.bbp-topics .bbp-header{
	margin-bottom: 0 !important;
}

/* stats widget */
.widget_display_stats dl {
	width: 100%;
	overflow: hidden;
}
.widget_display_stats dt {
	float: left;
	width: 50%;
}
.widget_display_stats dd {
	float: left;
	width: 50%;
}

/* Buddy Press */
#buddypress div.item-list-tabs ul li.last select {
	max-width: 100% !important;
}
#buddypress form#whats-new-form textarea {
	min-height: 100px;
	width: 100% !important;
}
#buddypress div.dir-search {
	margin: 0 0 15px !important;
	float: none !important;
}
#buddypress div.dir-search input[type=text], #buddypress li.groups-members-search input[type=text] {
	padding: 4px !important;
}
