@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800&display=swap&subset=latin-ext");
body {
font-family: 'Barlow', sans-serif;
scroll-behavior: smooth;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
overflow-wrap: break-word;
}
article {
width: 100%;
}
aside {
height: 100%;
}
header {
position: -webkit-sticky;
position: sticky;
top: -126px;
z-index: 1020;
}
figure {
max-width: 100% !important;
}
a, button, div, img, div:not(.fancybox-content), i, img:not(.fancybox-image), input, span, li {
-webkit-font-smoothing: antialiased;
-webkit-transition: all 250ms ease-out;
-moz-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
text-rendering: optimizeLegibility;
}
a:hover {
text-decoration: none;
color: inherit;
}
.btn-link {
font-weight: 400;
color: #000;
text-decoration: none;
}
a {
color: #000;
text-decoration: none;
background-color: transparent;
}
h1, h1 a {
font-size: 36px;
color: #1c1c1c;
font-weight: 800;
}
h2, h2 a {
font-size: 30px;
color: #010101;
font-weight: 800;
padding-left: 15px;
position: relative;
}
h3, h3 a {
font-size: 24px;
color: #1c1c1c;
font-weight: 700;
letter-spacing: 0.5px;
}
h4, h4 a {
font-size: 22px;
color: #1c1c1c;
font-weight: 700;
letter-spacing: 0.5px;
}
h5, h5 a {
font-size: 18px;
color: #000;
font-weight: 700;
letter-spacing: 0.5px;
}
h6, h6 a {
font-size: 16px;
color: #1c1c1c;
font-weight: 700;
}
p {
font-size: 16px;
color: #1c1c1c;
font-weight: 400;
line-height: 24px;
}
p a, ul a, ol a {
color: inherit;
text-decoration: underline;
}
p.clamp a {
color: inherit;
text-decoration: none;
}
p strong {
font-weight: 600;
}
.news_detail h2, .news_detail h2 a {
font-size: 22px;
color: #1c1c1c;
font-weight: 700;
letter-spacing: 0.5px;
padding-left:0;
margin-top: 25px;
}
.news_list_theme1 p a, .news_list_theme2 p a, .news_list_theme3 p a, .news_list_theme4 p a {
text-decoration: none;
}
.videoIcon {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
width: 46px;
height: 46px;
font-size: 46px;
color: rgba(255, 255, 255, 0.6);
}
.psize18 {
font-size: 18px;
color: #1c1c1c;
font-weight: 400;
line-height: 26px;
}
.psize18 strong {
font-weight: 600;
}
.psize14 {
font-size: 14px;
color: #1c1c1c;
font-weight: 400;
line-height: 18px;
}
.psize14 strong {
font-weight: 600;
}
.clamp {
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
overflow: hidden;
}
.clamp2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.clamp3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.veryLightGrey {
color: #a1a1a1 !important;
}
.lightGrey {
color: #8c8c8c !important;
}
.grey {
color: #707070 !important;
}
.middleDarkGrey {
color: #1c1c1c !important;
}
.darkGrey {
color: #353535 !important;
}
.veryDarkGrey {
color: #1c1c1c !important;
}
.white {
color: #fff !important;
}
.black {
color: #000 !important;
}
.bglightBlue {
background-color: #238aaf !important;
}
.bgdarkBlue {
background-color: #238aaf !important;
}
.bgblue {
background-color: #824b97 !important;
}
.bgorange {
background-color: #e77e21 !important;
}
.bgdarkOrange {
background-color: #c27532 !important;
}
.bgred {
background-color: #e21909 !important;
}
.bggreen {
background-color: #2daa60 !important;
}
.bglightGreen {
background-color: #35b298 !important;
}
.bgyellow {
background-color: #efc414 !important;
}
.bgpurple {
background-color: #804895 !important;
}
.bglightGrey {
background-color: #f8f8f8 !important;
}
.bggrey {
background-color: #cecece !important;
}
.bgwhite {
background-color: #ffffff !important;
}
.bgblack {
background-color: #000000 !important;
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: all 250ms ease-out;
}
.btn-primary {
color: #fff;
background-color: #804895;
border-color: #804895;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.5px;
font-weight: 600;
padding: 1rem 3rem;
border-radius: 6px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff !important;
background-color: #492756 !important;
border-color: #492756 !important;
outline: none !important;
box-shadow: none !important;
}
.btn-secondary {
color: #09519d;
background-color: transparent;
border: 1px solid #09519d;
border-radius: 0;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.5px;
font-weight: 500;
padding: 0.5rem 2rem;
}
.btn-secondary:hover, .btn-secondary:focus , .btn-secondary:active {
color: #fff !important;
background-color: #09519d !important;
border-color: #09519d !important;
box-shadow: none !important;
}
.btn-link {
color: #000000;
background-color: transparent;
border-radius: 0;
font-size: 18px;
line-height: 24px;
font-weight: 700;
padding: 0.5rem 2rem;
}
.btn-link:hover {
color: #000000;
background-color: transparent;
text-decoration: none;
margin-right: -15px;
}
.social {
color: #fff;
border-radius: 100%;
width: 30px;
height: 30px;
display: inline-block;
line-height: 30px;
text-align: center;
font-size: 16px;
margin-left: 1px;
}
.social:hover {
color: #fff;
}
.social i {
color: #fff;
}
.facebook {
background-color: #4267b2;
}
.twitter {
background-color: #000;
}
.youtube {
background-color: #ff0000;
}
.linkedin {
background-color: #0077b5;
}
.mail {
background-color: #238aaf;
}
.whatsapp {
background-color: #1d9e11;
}
.messenger {
background-color: #0d87ff;
}
.instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.pinterest {
background-color: #e60023;
}
.tiktok {
background-color: #000;
}
.bluesky {
background-color: #0085FF;
}
.form-control {
color: #495057;
background-color: #fefefe;
border: 1px solid #e8e8e8;
font-weight: 500;
transition: all 250ms ease-out;
}
.filterContain .form-control {
color: #010101;
background-color: #eeeeee;
border: 1px solid #e8e8e8;
font-weight: 500;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #acacac;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(172, 172, 172, .25);
}
.form-group label {
color: #010101;
font-size: 16px;
font-weight: 600;
}
.imageRadius {
border-radius: 8px;
}
.date, .rate {
font-size: 14px;
color: #a1a1a1;
font-weight: 500;
margin-left: 10px;
}
.fw500 {
font-weight: 500 !important;
}
.fw600 {
font-weight: 600 !important;
}
.fw700 {
font-weight: 700 !important;
}
.fw800 {
font-weight: 800 !important;
}
.fs11 {
font-size: 11px !important;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin-bottom: 1rem;
list-style: none;
background-color: transparent;
border-radius: 0;
}
.breadcrumb-item {
font-size: 14px;
color: #454545;
font-weight: 500;
}
.breadcrumb-item.active {
font-weight: 700;
}
.breadcrumb a {
font-size: 14px;
color: #454545;
font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
padding-right: .5rem;
font-size: 10px;
}
.tags a {
font-size: 14px;
font-weight: 400;
border-radius: 4px;
color: #1c1c1c;
padding: 0.4rem 0.5rem;
line-height: 14px;
display: inline-block !important;
margin-right: 10px;
background-color: #e6e6e6;
}
.tags a:hover {
background-color: #d5cdcd;
}
.line {
display: block;
height: 1px;
width: 100%;
background-color: #e6e6e6;
margin: 4rem 0;
}
#manset_slide {
position: relative;
}
#manset_slide .owl-stage {
display: inline-flex;
height: 100%;
}
#manset_slide .owl-stage-outer {
height: 100%;
}
#manset_slide .owl-item {
width: 100%;
min-width: 740px;
}
#manset_slide .category_box {
position: absolute;
left: 17px;
top: 17px;
}
.post_cat {
font-size: 14px;
font-weight: 400;
border-radius: 4px;
color: #484848;
padding: 0.4rem 0.5rem;
line-height: 12px;
display: inline-block !important;
margin-right: 9px;
margin-bottom: 4px;
}
.post_cat:hover {
background-color: #bbbbbb !important;
}
.headline_news_overlay {
background: rgb(0, 0, 0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 50%;
padding-left: 20px;
padding-bottom: 20px;
}
.headline_news_caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding-left: 20px;
padding-bottom: 20px;
}
.user_write .user {
display: inline-block;
margin-bottom: 10px;
}
.user_write .user a {
display: flex;
align-items: center;
color: #cacaca;
font-size: 14px !important;
font-weight: 400;
}
.user_write .user a img {
width: 22px;
height: 22px;
display: inline-block;
margin-right: 4px;
}
.user_write .user a img.avatar {
border-radius: 50%;
}
.manset_list {
list-style: none;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
padding: 0;
}
.manset_list li {
background: rgb(244, 244, 244);
background: -moz-linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
background: linear-gradient(0deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#f4f4f4", GradientType=1);
color: #afafaf;
border-right: 1px solid #d5d5d5;
border-top: 1px solid #d5d5d5;
border-bottom: 1px solid #d5d5d5;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
font-size: 18px;
font-weight: 600;
padding: 10px 20px;
min-height: 60px;
display: flex;
align-items: center;
line-height: 21px;
position: relative;
cursor: pointer;
-webkit-box-shadow: 0px 12px 19px -19px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 12px 19px -19px rgba(0, 0, 0, 0.25);
box-shadow: 0px 12px 19px -19px rgba(0, 0, 0, 0.25);
transition: none;
margin-bottom:10px;
}
.manset_list li:last-child {
margin-bottom: 0;
}
.manset_list li.active, .manset_list li:hover {
background: rgb(42, 94, 148);
background: -moz-linear-gradient(270deg, rgba(42, 94, 148, 1) 0%, rgba(77, 162, 211, 1) 100%);
background: -webkit-linear-gradient(270deg, rgba(42, 94, 148, 1) 0%, rgba(77, 162, 211, 1) 100%);
background: linear-gradient(270deg, rgba(42, 94, 148, 1) 0%, rgba(77, 162, 211, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a5e94", endColorstr="#4da2d3", GradientType=1);
color: #fff;
}
.manset_list li.active::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 14.5px 15px 14.5px 0px;
border-color: transparent #4da2d3 transparent transparent;
position: absolute;
left: -15px;
z-index: 2;
}
.home_news_contain {
background-image: url(//www.sivilsayfalar.org/wp-content/themes/sivilsayfalar/assets/img/bg_home_news.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.block-title::after, .block-title::before {
position: absolute;
top: 0;
content: '';
background: #000;
left: 0px;
}
.block-title::before {
width: 4px;
height: 13px;
}
.block-title::after {
width: 13px;
height: 4px;
}
.news_slideBox {
position: relative;
border-radius: 8px;
overflow: hidden;
}
.newsOverlay {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 30%;
padding: 14px;
background: rgb(0, 0, 0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.news_slideBox .category_box {
position: absolute;
left: 14px;
top: 14px;
}
.newsOverlay .user_write {
position: absolute;
left: 9px;
bottom: 5px;
}
.news_slideBox:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.03);
}
.news_slideBox a {
display: block;
}
#news_slide .owl-dots .owl-dot, #manset_slide .owl-dots .owl-dot, #news_slide_detail .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
width: 26px;
margin: 0 5px;
outline: none;
}
#news_slide .owl-dots .owl-dot span, #manset_slide .owl-dots .owl-dot span, #news_slide_detail .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 auto;
background: rgba(23, 94, 119, 0.5);
display: block;
-webkit-backface-visibility: visible;
transition: all .2s ease;
border-radius: 100%;
}
#news_slide .owl-dots .owl-dot.active span, #manset_slide .owl-dots .owl-dot.active span, #news_slide_detail .owl-dots .owl-dot.active span {
background: rgba(23, 94, 119, 1);
width: 26px;
border-radius: 10px;
}
#news_slide .owl-dots .owl-dot:hover span, #manset_slide .owl-dots .owl-dot:hover span, #news_slide_detail .owl-dots .owl-dot:hover span {
background: rgba(23, 94, 119, 1);
}
#news_slide .owl-nav {
position: absolute;
left: -5%;
right: 0;
top: 70px;
margin: auto;
width: 110%;
height: 35px;
display: flex;
justify-content: space-between;
}
#news_slide_detail .owl-nav {
position: absolute;
left: 0;
right: 0;
top: 53px;
margin: auto;
width: 100%;
height: 35px;
display: flex;
justify-content: space-between;
}
#news_slide .owl-nav .owl-next:before, #news_slide_detail .owl-nav .owl-next:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#news_slide .owl-nav .owl-prev:before, #news_slide_detail .owl-nav .owl-prev:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#news_slide.owl-theme .owl-nav [class*=owl-]:hover, #news_slide_detail.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
color: #000;
text-decoration: none;
}
#news_slide .owl-nav button.owl-next, #news_slide .owl-nav button.owl-prev, #news_slide button.owl-dot, #news_slide_detail .owl-nav button.owl-next, #news_slide_detail .owl-nav button.owl-prev, #news_slide_detail button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
outline: none;
}
.news_list_theme1:hover .newsImage img, .news_list_theme2:hover .newsImage img, .news_list_theme3:hover .newsImage img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.newsImage {
background-position: center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
#calendar .owl-stage-outer, #calendarDetail .owl-stage-outer {
margin-right: 39px;
padding-right: 39px;
}
#calendar .item, #calendarDetail .item {
background-color: #d7d7d7;
font-size: 16px;
color: #8c8c8c;
text-align: center;
font-weight: 800;
padding: 0;
display: flex;
justify-content: space-between;
}
#calendar .item span, #calendarDetail .item span {
background-color: #d7d7d7;
font-size: 16px;
color: #8c8c8c;
text-align: center;
font-weight: 800;
padding: 10px 0;
border-right: 1px solid #bfc1c3;
display: flex;
width: 100%;
justify-content: center;
}
#calendar .owl-nav, #calendarDetail .owl-nav {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
display: flex;
justify-content: space-between;
}
#calendar .owl-nav .owl-next:before, #calendar .owl-nav .owl-prev:before, #calendarDetail .owl-nav .owl-next:before, #calendarDetail .owl-nav .owl-prev:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
display: flex;
height: 100%;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 18px;
line-height: 1;
color: #ffffff;
background-color: #a4a4a4;
align-items: center;
justify-content: center;
}
#calendar .owl-nav .owl-prev:before, #calendarDetail .owl-nav .owl-prev:before {
content: "\f053";
}
#calendar .owl-nav .owl-next:before, #calendarDetail .owl-nav .owl-next:before {
content: "\f054";
}
#calendar .owl-nav button.owl-next, #calendar .owl-nav button.owl-prev, #calendarDetail .owl-nav button.owl-next, #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 39px;
}
#calendar .owl-nav button.owl-next, #calendar .owl-nav button.owl-prev, #calendar button.owl-dot, #calendarDetail .owl-nav button.owl-next, #calendarDetail .owl-nav button.owl-prev, #calendarDetail button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
outline: none;
margin: 0;
}
#calendar.owl-theme .owl-nav .disabled, #calendarDetail.owl-theme .owl-nav .disabled {
opacity: 1;
cursor: default;
}
.calendarBox {
min-height: 92px;
color: #fff;
}
.calendarBox .calendar_time, .calendarBox .icon {
background-color: rgba(0, 0, 0, 0.20);
}
.calendarBox .calendar_time {
padding: 0 10px;
}
.calendarBox .icon {
padding: 0 8px;
}
.calendarBox .calendar_time .dayNumber {
font-weight: 700;
font-size: 30px;
line-height: 26px;
}
.calendarBox .calendar_time .month {
font-weight: 400;
font-size: 12px;
line-height: 13px;
}
.calendarBox .calendar_time .day {
font-weight: 400;
font-size: 12px;
line-height: 13px;
}
.calendarBox .eventName {
padding: 13px;
font-weight: 600;
font-size: 18px;
line-height: 20px;
}
.categoryBox_contain {
-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
background-color: #fff;
}
.categoryBox_contain ul {
list-style: none;
padding: 20px;
}
.categoryBox_contain ul li {
border-bottom: 1px solid #e6e2e7;
}
.categoryBox_contain ul li:last-child {
border-bottom: 0;
}
.categoryBox_contain ul li a {
font-size: 16px;
color: #707070;
font-weight: 600;
padding: 11px 11px;
display: block;
}
.categoryBox_contain ul li a:hover {
color: #824b97;
margin-left: 5px;
}
.newsletterContain {
background: rgba(84, 173, 221, 1);
background: -moz-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84, 173, 221, 1)), color-stop(100%, rgba(14, 111, 163, 1)));
background: -webkit-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: -o-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: -ms-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
background: linear-gradient(to right, rgba(84, 173, 221, 1) 0%, rgba(14, 111, 163, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54addd', endColorstr='#0e6fa3', GradientType=1);
padding: 50px 0;
}
.newsletterTitle {
color: #fff;
font-size: 35px;
font-weight: 700;
line-height: normal;
letter-spacing: 0.5px;
}
.subscribeInput {
border-radius: 4px;
border: 2px solid #fff;
font-weight: 600;
font-size: 20px;
color: #fff;
opacity: 0.57 !important;
background-color: transparent !important;
outline: 0;
-webkit-transition: all 250ms ease-out;
-moz-transition: all 250ms ease-out;
-o-transition: all 250ms ease-out;
transition: all 250ms ease-out;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
height: 68px;
min-width: 360px;
border-right: 0 !important;
letter-spacing: 0.5px;
}
.subscribeInput:focus, .subscribeInput:hover {
opacity: 1 !important;
background-color: transparent !important;
box-shadow: none !important;
border: 2px solid #fff !important;
border-right: 0 !important;
color: #fff;
}
.btn_subscribe {
border-radius: 4px;
background-color: #804895;
height: 68px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
color: #fff;
font-weight: 700;
font-size: 22px;
padding: 0 45px;
border: 2px solid #fff;
opacity: .57 !important;
letter-spacing: 0.5px;
}
.btn_subscribe:hover {
background-color: #804895;
opacity: 1 !important;
}
.subscribeInput::-webkit-input-placeholder { color: #fff;
;
}
.subscribeInput::-moz-placeholder { color: #fff;
;
}
.subscribeInput:-ms-input-placeholder { color: #fff;
;
}
.subscribeInput:-moz-placeholder { color: #fff;
;
}
.newsletterContain:hover .btn_subscribe, .newsletterContain:hover .subscribeInput {
opacity: 1 !important;
}
.footerBlocks h4, .footerSocial h4 {
border-bottom: 2px solid #353535;
display: inline-block;
}
.footerBlocks ul {
list-style: none;
padding-inline-start: 12px;
}
.footerSocial ul {
list-style: none;
padding-inline-start: 0px;
margin-top: 5px;
}
.footerSocial ul li {
display: inline-block;
margin-right: 3px;
margin-bottom: 6px;
}
.footerBlocks ul li {
display: block;
margin-bottom: 2px;
}
.footerBlocks ul li a {
display: inline-block;
color: #353535;
font-size: 14px;
font-weight: 500;
}
.footerBlocks ul li a:hover {
margin-left: 5px;
}
.footerBlocks ul li a::before {
font-family: "Font Awesome 5 Free";
content: "\f0da";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 14px;
color: #353535;
align-items: center;
justify-content: center;
margin-right: 5px;
}
.footerLine {
background: rgba(84, 173, 221, 1);
background: -moz-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84, 173, 221, 1)), color-stop(50%, rgba(128, 72, 149, 1)), color-stop(100%, rgba(35, 138, 175, 1)));
background: -webkit-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: -o-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: -ms-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
background: linear-gradient(to right, rgba(84, 173, 221, 1) 0%, rgba(128, 72, 149, 1) 50%, rgba(35, 138, 175, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54addd', endColorstr='#238aaf', GradientType=1);
padding: 26px 0;
}
.footerLineNav a {
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: 500px;
letter-spacing: 0.5px;
}
.footerLineNav a::after {
content: "|";
display: inline-block;
margin: 0 5px;
}
.footerLineNav a:last-child::after {
display: none;
}
.copyrightText {
display: inline-block;
color: #fff;
font-size: 13px;
font-weight: 500px;
letter-spacing: 0.5px;
}
.yasalMetin {
color: #323232;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.5px;
line-height: 22px;
text-align: center;
}
.navContain {
background: rgba(84, 173, 221, 1);
background: -moz-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(84, 173, 221, 1)), color-stop(40%, rgba(54, 136, 195, 1)), color-stop(100%, rgba(9, 81, 157, 1)));
background: -webkit-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: -o-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: -ms-linear-gradient(left, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
background: linear-gradient(to right, rgba(84, 173, 221, 1) 0%, rgba(54, 136, 195, 1) 40%, rgba(9, 81, 157, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54addd', endColorstr='#09519d', GradientType=1);
}
.navbar-expand-lg .navbar-nav a {
color: #fff;
text-decoration: none;
background-color: transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
color: #fff;
font-size: 16px;
font-weight: 600;
padding: 10px 11px;
}
.dropdown-menu {
position: absolute;
top: 98%;
left: 0;
z-index: 1000;
display: block;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
}
.dropdown:hover > .dropdown-menu {
display: block;
opacity: 1;
visibility: visible;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #ffffff !important;
text-decoration: none !important;
background-color: #0d55a0 !important;
}
.dropdown-item {
display: block;
width: 100%;
padding: .5rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-toggle::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f107";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: inherit;
line-height: 1;
color: inherit;
margin: 0;
vertical-align: baseline;
border: 0;
margin-left: 3px;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
background-color: rgba(0, 0, 0, 0.6);
}
.searchContain {
background-color: transparent;
border: 0;
}
.searchContain .searchInput {
background-color: transparent;
border: 0;
border-radius: 0;
border-bottom: 1px solid #fff;
outline: none;
box-shadow: none;
color: #fff;
font-size: 20px;
}
.searchInput::-webkit-input-placeholder {
color: #fff;
}
.searchInput::-moz-placeholder {
color: #fff;
}
.searchInput:-ms-input-placeholder {
color: #fff;
}
.searchInput:-moz-placeholder {
color: #fff;
}
.btnClose {
color: #fff !important;
text-shadow: none;
float: none;
font-size: 30px;
opacity: 1;
position: absolute;
right: 0;
top: -40px;
outline: none;
}
.btnClose:focus {
outline: none;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
-webkit-appearance: none;
}
.navbar-toggler-icon {
display: inline-block;
width: auto;
height: auto;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%;
}
.navbar-toggler-icon::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f0c9";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 26px;
line-height: 1;
color: #fff;
}
.navbar-expand-lg .navbar-nav a {
color: #212529;
text-decoration: none;
background-color: transparent;
}
.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration: none;
outline: none;
}
.categoryBox_contain.collapse:not(.show) {
display: block !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: none !important;
}
.author_box_contain {
background-color: #f8f8f8;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
padding: 20px;
}
.author_box_contain .author_box {
display: flex;
}
.author_box_contain .author_box .author_image {
max-width: 110px;
width: 110px;
}
.author_box_contain .author_box .author_detail_box {
display: block;
}
.author_box_contain .author_box .author_detail_box .author_position {
font-size: 12px;
color: #919191;
font-weight: 600;
}
.author_box_contain .author_box .author_detail_box .user_date {
font-size: 12px;
color: #919191;
font-weight: 600;
}
.author_box_contain .author_box .author_detail_box .content_number {
font-size: 11px;
color: #fff;
font-weight: 600;
border-radius: 4px;
padding: 0.2rem 0.5rem;
background-color: #1c1c1c;
display: inline-block;
}
.news_list .news_list_theme1 {
border-bottom: 1px solid #e6e6e6;
padding-bottom: 30px;
}
.news_list_theme1 p.clamp {
margin-bottom: 0;
}
.stk_box {
background-color: #f8f8f8;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
padding: 20px;
height: 100%;
}
.stk_box .stk_image {
position: relative;
width: 100%;
background-color: #fff;
text-align: center;
max-height: 100%;
display: flex;
align-items: center;
justify-content: center;
min-height: 200px;
height: 100%;
}
.stk_box .stk_image .stk-logo {
width: 90%;
margin: auto;
}
.stk_box .stk_name {
display: flex;
padding-top: 20px;
font-size: 13px;
color: #010101;
font-weight: 500;
text-align: center;
margin-top: auto;
justify-content: center;
align-items: center;
}
.calendarDetail .calendarBox .calendar_time .dayNumber {
font-weight: 700;
font-size: 37px;
line-height: 29px;
}
.calendarDetail .calendarBox .eventName {
padding: 13px;
font-weight: 700;
font-size: 20px;
line-height: 25px;
}
.calendarDetail #calendarDetail .owl-nav button.owl-next, .calendarDetail #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 110px;
}
.calendarDetail #calendarDetail .item span {
font-size: 32px;
padding: 10px 0;
}
.calendarDetail #calendarDetail .owl-nav .owl-next:before, .calendarDetail #calendarDetail .owl-nav .owl-prev:before {
font-size: 38px;
}
#event .modal-content {
border-radius: 0;
border: 0;
}
#event .modal-header {
border-bottom: 0;
display: block;
}
#event .close {
float: none;
font-size: 60px;
font-weight: 700;
color: #000;
text-shadow: none;
opacity: 1;
display: block;
text-align: right;
padding: 0;
line-height: 40px;
height: 40px;
overflow: hidden;
margin: 0;
margin-left: auto;
outline: none;
}
.library_box {
background-color: #f8f8f8;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
padding: 0;
height: 100%;
border: 1px solid #e8e8e8;
border-radius: 6px;
overflow: hidden;
}
.library_image {
max-width: 35%;
}
.library_details  {
max-width: 65%;
}
.dictionary_links li {
margin: 3px !important;
}
.dictionary_links a {
background-color: #eeeeee;
border-radius: 6px;
color: #010101;
font-weight: 500;
font-size: 16px;
width: 33px;
text-align: center;
height: 33px;
display: flex;
align-items: center;
padding: 0;
justify-content: center;
}
.dictionary_links a.active, .dictionary_links a:hover {
color: #010101 !important;
background-color: #efc414 !important;
border-color: transparent !important;
}
.dictionary_content_box {
-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.08);
background-color: #fff;
padding: 25px;
border-radius: 10px;
position: relative;
}
.dictionary_content_box:hover {
-webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.28);
box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.28);
}
.manifesto {
background-image: url(//www.sivilsayfalar.org/wp-content/themes/sivilsayfalar/assets/img/bg_manifesto.jpg);
background-repeat: no-repeat;
background-size: 60%;
background-position: center;
}
.writer_box {
cursor: pointer;
}
.writer_box .overlay {
background: rgb(42,94,148);
background: -moz-linear-gradient(0deg, rgba(42,94,148,0.85) 0%, rgba(35,138,175,0.85) 100%);
background: -webkit-linear-gradient(0deg, rgba(42,94,148,0.85) 0%, rgba(35,138,175,0.85) 100%);
background: linear-gradient(0deg, rgba(42,94,148,0.85) 0%, rgba(35,138,175,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a5e94",endColorstr="#238aaf",GradientType=1);
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
flex-direction: column;
}
.writer_box .overlay a {
color: #fff;
font-size: 25px;
margin: 0 10px;
}
.writer_box .overlay a:hover {
padding-bottom: 10px;
}
.writer_box:hover .overlay {
opacity: 1;
}
.entry-text{
font-weight: 400;
font-style: normal;
font-size: 24px;
}
#socialModal .social {
color: #fff;
border-radius: 10px;
width: 50px;
height: 50px;
display: inline-block;
line-height: 50px;
text-align: center;
font-size: 23px;
margin-left: 14px;
}
@media (max-width: 1199.98px) {
.newsletterTitle {
font-size: 30px;
}
.btn-link {
font-size: 16px;
}
.library_image {
max-width: 100%;
}
.library_details {
max-width: 100%;
margin-top: 20px;
}
#manset_slide .owl-item {
width: 100%;
min-width: 619.984px;
}
#news_slide_detail .owl-nav {
top: 43px;
}
#news_slide .owl-nav {
top: 50px;
}
}
@media (max-width: 991.98px) {
.entry-text{
font-size:20px;
}
.tags a{
font-size: 12px;
line-height:30px;
margin-bottom: 10px;
}
.categoryBox_contain.collapse:not(.show) {
display: none !important;
}
.calendarDetail #calendarDetail .owl-nav button.owl-next, .calendarDetail #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 60px;
}
.dropdown-menu {
display: none;
}
#manset_slide .owl-item {
width: 100%;
min-width: 690px;
min-height: 400px;
}
}
@media (max-width: 767.98px) {
.subscribeInput {
border-right: 2px solid #fff !important;
width: 100%;
}
.newsletterTitle {
font-size: 25px;
}
h1, h1 a {
font-size: 30px;
}
h2, h2 a {
font-size: 25px;
}
h3, h3 a {
font-size: 22px;
}
h4, h4 a {
font-size: 20px;
}
h5, h5 a {
font-size: 18px;
}
h6, h6 a {
font-size: 16px;
}
p {
font-size: 16px;
line-height: 24px;
}
.psize18 {
font-size: 16px;
line-height: 20px;
}
.psize14 {
font-size: 12px;
line-height: 17px;
}
.stk_box {
padding: 5px;
padding-bottom: 20px;
}
.footerLine {
padding: 13px 0;
}
.line {
margin: 1.5rem 0;
}
.calendarDetail #calendarDetail .owl-nav button.owl-next, .calendarDetail #calendarDetail .owl-nav button.owl-prev {
height: 100%;
width: 40px;
}
.calendarDetail #calendarDetail .owl-nav .owl-next:before, .calendarDetail #calendarDetail .owl-nav .owl-prev:before {
font-size: 22px;
}
.calendarDetail #calendarDetail .item span {
font-size: 22px;
padding: 10px 0;
}
.library_details {
max-width: inherit;
margin-top: 10px;
}
.library_image {
max-width: 40%;
margin-left: 10px;
margin-top: 10px;
}
#manset_slide .owl-item {
width: 100%;
min-width: 510px;
min-height: 400px;
}
.content-container img {
max-width: 100%;
height: auto;
width: 100%;
padding: 0;
float: none;
margin: 10px 0;
}
.content-container p {
overflow-wrap: break-word;
overflow: auto;
clear:inherit;
}
}
@media (max-width: 575.98px) {
figure{
clear:both;
margin:10px auto;
margin: 10px auto !important;
float: none !important;
}
#manset_slide .owl-item {
width: 100%;
min-width: 290px;
min-height: 300px;
}
#news_slide .owl-dots .owl-dot, #manset_slide .owl-dots .owl-dot, #news_slide_detail .owl-dots .owl-dot {
width: 18px;
}
#news_slide .owl-dots .owl-dot.active span, #manset_slide .owl-dots .owl-dot.active span, #news_slide_detail .owl-dots .owl-dot.active span {
width: 20px;
}
.content-container p{
overflow-wrap: break-word;
clear:both;
}
}
.alignleft {
background: #dbdbdb;
float: left;
margin: 0 10px 5px 0;
padding: 5px;
box-sizing: initial;
}
.alignright {
background: #dbdbdb;
float: right;
margin: 10px;
padding: 3px;
box-sizing: initial;
}
.aligncenter {
display: block;
margin: 0 auto;
max-width: 100%;
}
.content-container iframe{
width:100% !important;
min-height:450px !important;
}
.content-container img{
max-width:100%;
height: auto;
}
#news_slide .owl-stage-outer{
z-index:99;
}
.content-container p{
overflow-wrap: break-word;
clear:inline-start;
}
blockquote{
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
}
blockquote::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10d";
display: block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
line-height: 1;
color: #717171;
margin-bottom: 10px;
text-align: left;
}
blockquote::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f10e";
display: block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 20px;
line-height: 1;
color: #717171;
text-align: right;
margin-top: 10px;
}
#reports_slide .owl-stage-outer {
-webkit-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14);
box-shadow: 0px 0px 11px 1px rgba(0,0,0,0.14);
z-index: 2;
}
#reports_slide .owl-dots  {
margin-top: 15px;
}
#reports_slide .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
width: 26px;
margin: 0 5px;
outline: none;
}
#reports_slide .owl-dots .owl-dot span {
width: 12px;
height: 12px;
margin: 0 auto;
background: rgba(23, 94, 119, 0.5);
display: block;
-webkit-backface-visibility: visible;
transition: all .2s ease;
border-radius: 100%;
}
#reports_slide .owl-dots .owl-dot.active span {
background: rgba(23, 94, 119, 1);
width: 26px;
border-radius: 10px;
}
#reports_slide .owl-dots .owl-dot:hover span {
background: rgba(23, 94, 119, 1);
}
#reports_slide .owl-nav {
position: absolute;
left: -5%;
right: 0;
top: -5%;
bottom: 0;
margin: auto;
width: 110%;
height: 35px;
display: flex;
justify-content: space-between;
z-index: 1;
}
#reports_slide .owl-nav .owl-next:before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#reports_slide .owl-nav .owl-prev:before {
font-family: "Font Awesome 5 Free";
content: "\f053";
font-weight: 900;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-size: 25px;
line-height: 1;
color: #191919;
}
#reports_slide.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
color: #000;
text-decoration: none;
}
#reports_slide .owl-nav button.owl-next, #reports_slide .owl-nav button.owl-prev {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
outline: none;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//www.sivilsayfalar.org/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//www.sivilsayfalar.org/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//www.sivilsayfalar.org/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}