/*
Theme Name: Tema
Author: Temacoder
Description: tema1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-x: hidden;
	box-sizing: border-box;
 }
*,
*:before,
*:after {
  box-sizing: inherit;
}


h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-backface-visibility: hidden;
	color: #151515;
}
h1,
h1 a {
	font-size: 3.157em;
	line-height: 1.2em;
}
h2,
h2 a {
	font-size: 2.369em;
	line-height: 1.2em;
}
h3,
h3 a {
	font-size: 1.777em;
	line-height: 1.2em;
}
h4,
h4 a {
	font-size: 1.333em;
	line-height: 1.2em;
}
h5,
h5 a {
	font-size: 1em;
	line-height: 1.2em;
}
h6,
h6 a {
	font-size: 0.75em;
	line-height: 1.2em;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}
iframe,
embed,
object,
video {
	max-width: 100%;
}
input,
textarea {
    outline:none;
	outline: 0;
}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}
input[type="text"]:focus {
	outline: none;
}
a, a:visited {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	   color: #2d2d2c;     
}
a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
html{
	font-size: 14px;
}
body{
	color: #574F63;
    font-family: "Roboto";
    font-size: 14px;
    background: #f7f8f9
}

.container{
    width: 1000px;
    margin:0 auto;
}
.wrap{
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.logocontent{
    padding: 20px 0;
}
.logo{
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.logo img {
    max-width: 200px;
    width: 100%;
}
.desccontent{
	width:100%;
}
.head_right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    text-align: center;
}

.menum {
    background: #28292c;
    padding-left: 20px;
    position: relative;
}

.menum ul li {
    display: inline-block;
    position: relative;
}
.menum ul li a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 17px 13px;
    transition: 0.2s all linear;
}
.menum ul li a:hover, .menum ul li.active a {
   background: #25a27c;
}
.site_content{
    background: #f7f8f9;
    padding-top: 32px;
    margin-top: -37px;
    padding-bottom: 20px;
    border-top: 2px dotted #ddd;
    border-bottom: 2px dotted #ddd;
    border-bottom-left-radius: 4%;
    border-bottom-right-radius: 4%;
}
.site_content .container{
    background:#fff;
    padding: 10px;
	border: 1px solid #eee;
}
.rs_content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 19px 0;

}
.rs_content a {
    width: 50%;
    text-align: center;
    display: block;
}
.rs_content video {
    max-width: 100%;
    margin-bottom: 2px;
}
.table {
    width: 100%;
    color: #212529;
    border-collapse: collapse;
    position: relative;
    margin-bottom: 20px;
}
.table tr {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    background: #fff;
    box-shadow: 0 -2px 1px #f3f1f1;
}
.table thead tr {
    background: #1772ba;
}

.table tr th {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 0;
    border-bottom: 0;
    padding: 14px 15px;
    color: rgb(255 255 255 / 90%);
    vertical-align: bottom;
    text-align: center;
}

.table tr td {
    vertical-align: top;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.table tr td, .table tr th {
    border-top: 1px solid rgba(255,255,255,.09);
}
.siteresim img {
    width: 130px;
    max-width: 130px;
    max-height: 40px;
}
.btn {
    text-align: center;
    position: relative;
    font-size: 14px;
    
    display: block;
    padding: 5px 0;
    overflow: hidden;
}
.review {
    color: #fff!important;
    background: #e60000;
       padding: 15px 65px;
       transition:0.2s all linear;
}
.review:hover{
    background:#25a27c;
}
.aff_link:hover{
    background:#25a27c;
}
.aff_link {
    color: #fff!important;
    background: #28292c;
      padding: 15px 65px;
       transition:0.2s all linear;
}
.sitetexttable{
    color: #1f1e1e;
    font-weight: bold;
    border-right: 3px solid #dedede;
    
}
h1.seotitle{
   display: block;
    margin: 10px 0;
    text-align: center;
    /* background-image: linear-gradient(188deg, #070807 0%, #ffffff 100%); */
    padding: 10px;
    font-size: 1.2em;
    color: #fff;
    background: #eee;
    border: 1px solid #ddd;
    color: #333;
}
h1.seotitles{
   display: block;
    margin: 10px 0;
    text-align: center;
    /* background-image: linear-gradient(188deg, #070807 0%, #ffffff 100%); */
    padding: 10px;
    font-size: 1.4em;
    color: #fff;

    color: #333;
        border-bottom: 5px solid #28292c;
}
h1.seotitles span{
    border-bottom: 7px solid #25a27c;
    font-family: monospace;
    padding-bottom: 9px;
    padding: 0 40px 9px 40px;
}
h2.htitle{
	padding: 10px;
    font-size: 17px;
    text-align: center;
    background: #28292c;
    margin-bottom: 15px;
    color:#fff;
}
.block-post-title a{
	display: block;
    padding: 11px 5px;
    color: #1f8364;
    font-weight: bold;
    font-size: 17px;
}
.desccontent{
    font-size: 1.1em;
    line-height: 23px;
    padding: 8px;
}
.desccontent p{
    margin-bottom: 20px;
}
#haberler{
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;

}
.block{
   width: 32.3%;
    padding: 8px;
    box-shadow: 1px 1px 4px #e2dede;
    margin-bottom: 5px;
    margin-right: 1%;
}
.block img{
    height: auto;
    width: 100%;
}
.block h4{
        font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}
.block h4 a{
    display: block;
    padding: 11px 5px;
    color: #2196F3;
    font-weight: bold;
}
.block p{
        font-size: 14px;
    line-height: 22px;
        color: #182B49;
    border-top: 1px solid #ECECEC;
    padding: 5px;
}
.block-content{
    padding: 5px;
}
span.htitle{
    padding: 11px;
    text-align: center;
    display: block;
    background: #c4005f;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 15px;
}

footer{
    padding: 10px 0;
}
.footerbt{
    border-top: 2px dashed #66026d;
    padding: 10px 0;
    text-align: center;
}
.footer_desc{
        padding: 10px;
    font-size: 15px;
    border: 1px dotted #ddd;
    margin-bottom: 10px;
    background: #fafafa;
    line-height: 20px;
}
.mobile_menu{
    display: none;
}
.seotitle.single{
   
    background-image: linear-gradient(5deg , #E91E63 0%, #c3005f 100%);
    width: 100%;
    font-size: 1.3em;
}


.seosingle{
    display: flex;
    flex-wrap: wrap;
}
#right{
    width: 27%;
}
.wrek{
    margin-bottom: 10px;
}
.wpop{
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;

}
.w_title{
        padding: 4px 5px;
    border-bottom: 2px solid #53026f;
    border-radius: 10px;
}
.w_title h3{
   font-size: 1.3em;
    color: #333;
    text-align: center;
}
.wpop ul li{
    padding: 9px 5px;
    border-bottom: 1px dotted #ddd;
}
.detay_left{
        width: 30%;
    padding: 10px;
    background: #f7f7f7;
    margin-top: -5px;
}
.site_content.sdetay .container{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.sdetayright{
    width: 70%;
    padding:10px;
}
.siteleft{
    text-align: center;
    background: #fff;
}
.star{
    padding: 10px;
    text-align: center;
    color: #ff9f00;
    font-size: 1.7em;
}
.siteleft a span{
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    color: #c30060;
    margin-bottom: 5px;
}
.hg{
    padding: 10px;
    border-top: 2px dotted #ddd;
}
.siteright{
    margin: 10px 0;
}
a.aff{
        background-image: linear-gradient( 
90deg
 , #C6005F 0%, #4D0270 100%);
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.bline{
        margin: 2px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 6px;
    text-align: center;
}
.lineleft{
    font-weight: bold;
    color: #6e026c;
    margin-bottom: 5px;
}
@media only screen and (max-width: 600px){
    .detay_left{
        width: 100%;
    }
    .btn{
        padding: 5px 15px;
    }
    .wp-caption{
        width: 100% !important;
    }
    .sdetayright{
        width: 100%;
    }
    #right{
        width: 100%;
    }
    .desccontent.single{
        width: 100%;
    }
    .wrek *{
        width: 100%;
        height: auto;
    }
.container{
    max-width: 100%;
    padding: 5px;
}
.logocontent {
    padding: 5px 0;
}

.logo, .head_right{
        max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.head_right *{
    max-width: 100%;
    height:auto;
}

.logo img {
    max-width: 50%;
    width: 100%;
    margin-bottom: 10px;
}

.rs_content{
    padding: 5px 0;
}

.rs_content a{
    width: 100%;
}

.rs_content video {
    max-width: 100%;
    margin-bottom: 2px;
    height: auto;
}

h1.seotitle {
    font-size: 1.1em;

}

.block{
    width: 100%;
    margin-right: 0;
}

.site_content{
    padding-bottom: 0;
    border-radius: 0;
}

span.htitle{
   padding: 10px;
    font-size: 19px;
    text-align: center;
    background: #00BCD4;
    margin-bottom: 15px;
}

.block h4 a{
    font-size: 1.1em;
}
.menum{
    min-height: 40px;
}
.menum ul {
    display: none;
    float: none;
    
}

.site_content {
    padding-top: 32px;
    margin-top: -42px;
}

.mobile_menu {
    display: block;
    position: absolute;
    right: 0;
    z-index: 9999;
    padding: 5px;
    height: 100%;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-height: 46px;
}
.table tr th {
    font-size: 13px;
}
.siteresim {
    width: 20%;
}
.tbl_sitename {
    display: none;
}

.siteresim img{
    width: 100%;
}

.table tr td {
    font-size: 10px;
}

.table tr th{
    padding: 10px 15px;
}

.btn{
    font-size: 10px
}
.menum{
    padding-left: 0;
}
.menum ul li {
    margin: 0;
    position: relative;
    width: 100%;
    float: none;
}
.menum ul{
    padding-top: 40px;
}
.menum ul li a {
    line-height: 15px;
    padding: 14px 13px;
}

}

.alignright{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	margin-bottom:10px;
}
.desccontent img{
	max-width:100%;
}
.desccontent{
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
    color: #222222;
}
.desccontent ul{
    list-style-type:disc;
    padding-left:20px;
    margin-bottom:15px;
}