.entry__article iframe,
.entry__article img {
    max-width: 100%;
	height:inherit!important;
	border:0;
}

@media screen and (max-width:576px) {
.entry__article iframe,
.entry__article img {
	margin-bottom:20px;
}
.entry__article figure img {
	margin-bottom:0px;
}
}
.entry__article figcaption {
	margin-bottom:30px!important;
	margin-top:-20px!important;
	margin-right:3px!important;
}
.entry__article img {
	margin-bottom:0px!important;
}
figure img {
    background-color: #f7f7f7;
	height:auto
}
.imgref a {
    color: #E0E0E0;
}
.entry__article figcaption,.entry__article figcaption a {
    font-size: 12px;
    margin: -25px 0 .5rem;
	text-align:right;
	font-weight:normal;
    color: #c2c5d3!important
}
.entry__article table, th, td {
    width:100%;
    margin-bottom:25px;
    border-collapse: separate;
}
.entry__article table, th, td {
    border: 1px solid #808080;
    border-collapse: collapse;
  
}
.entry__article th, td {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 40px;
    width:auto
}
.entry__article blockquote {
    margin: 0px 0px 1.75em 0px;
    position: relative;
    padding: 20px 55px;
    background: #f9f9f9;
    border-radius: 5px;
}

.entry__article blockquote:after {
    content: "\201C";
    font-size: 76px;
    position: absolute;
    top: -15px;
    left: 10px;
    color: #0d689c;
}

.entry__article blockquote p {
  max-width: 100%;
  padding: 0;
  margin: 0 0 15px;
  font-size: 20px;
}

.entry__tags i {
	font-size: 14px;
	float: left;
	display: inline-block;
    padding-top:5px;
}
.entry__tags-label {
	color: #171821;
	letter-spacing: 0.04em;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-right: 8px;
	margin-left: 3px;
    text-transform: capitalize;
	float: left;
    padding-top:3px;
}
.entry__tags a {
	padding: 6px 10px;
	line-height: 1;
	margin: 0 8px 8px 0;
	font-size: 12px;
	font-weight: 700;
	background-color: #f7f7f7;
	font-family: "Roboto", sans-serif;
	color: #54555E;
	display: inline-block;
	float: left; }
.entry__tags a:hover {
		background-color: #2D95E3 !important;
		border-color: transparent;
		color: #fff !important; }	
.react{
	position: relative;
    margin: 80px 0 20px 0;
}

.myQuote ul li {
    list-style-type: square;
}
.myQuote ul li a {
    font-weight: bold;
}
.myQuote li {
    margin-top: 25px!important;
}
.entry__article h1 {
  border-left: 5px solid #808080;
  padding: 5px 0 5px 10px;
}

.entry__article h2 {
  border-left: 5px solid #03C9A9;
  padding: 5px 0 5px 10px;
}

.entry__article h3 {
  border-left: 5px solid #FF6A00;
  padding: 5px 0 5px 10px;
}

.entry__article h4 {
  border-left: 5px solid #0094FF;
  padding: 5px 0 5px 10px;
}

.entry__article h5 {
  border-left: 5px solid #7F0037;
  padding: 5px 0 5px 10px;
}

.entry__article h6 {
  border-left: 5px solid #A0A0A0;
  padding: 5px 0 5px 10px;
}
.youtube,
.youtube .play-button,
.youtube img,
blockquote a {
    cursor: pointer
}

.youtube,
blockquote {
    position: relative
}

figure img {
    background-color: #f7f7f7;
	height:auto
}

.blog-content-source-url {
    border: 1px dashed #ccc;
    line-height: 1;
    padding: 4px;
    font-size: 12px;
    margin: 10px auto;
    display: block;
    color: inherit;
    text-decoration: none;
    font-family: Arial;
	max-width: 80%
}

.blog-content-source-url:hover {
    background: #f8f8f8
}

.blog-content-source-url-subtitle {
    font-weight: 700;
    float: left;
    min-width: 60px
}

.blog-content-source-url-content {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: calc(100% - 63px)
}

.youtube {
    background-color: #000;
    max-width: 100%;
    width: auto;
    display: block;
    height: 409px;
    height: inherit !important;
    margin-bottom: 20px;
    padding-top: 56.25%;
    overflow: hidden
}

.youtube img {
    width: 100%;
	height: inherit !important;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    max-width: 100%;
    width: 100%;
	height:100%!important;
    display: block;
	border:0;
    top: 0;
    left: 0
}

@media only screen and (max-width:575px) {
    .youtube {
        background-color: #000;
        max-width: 100%;
        width: auto;
        display: block;
        height: auto;
        height: inherit !important;
        margin-bottom: 20px;
        position: relative;
        padding-top: 56.25%;
        overflow: hidden;
        cursor: pointer
    }
}

.img-fullwidth {
    width: 100%;
    margin-bottom: .5rem;
}

pre {
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #f2f2f2;
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    width: 600px;
    margin: 20px auto 20px;
    cursor: pointer;
	border-radius: 10px;
}

#kopyalama-mesaji {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px 20px;
    border-radius: 10px;
    z-index: 9999;
    display: none;
}


/* Comments
/*-------------------------------------------------------*/
@media only screen and (min-width: 576px) {
	.comment .children {
		padding-left: 8%;
        width: 100%;		} 
}

.comment-list > li:first-child > .comment-body {
	border-top: 0;
	padding-top: 0; }

.comment-body {
	margin-bottom: 24px;
	padding-top: 24px; }

.comment-text {
	overflow: hidden; }
	.comment-text p {
		margin-bottom: 10px; }

.comment-avatar {
	float: left;
	margin-right: 20px;
	display: block;
	border-radius: 50%;
	overflow: hidden; }

.comment-author {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 8px; }

.comment-metadata {
	display: inline-block; }

.comment-date, .comment-edit-link {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #83858F; }

.comment-edit-link {
	margin-left: 5px;
	margin-bottom: 0;
	color: #2D95E3; }

.comment-reply {
	color: #171821;
	font-weight: 600; }
	.comment-reply:hover {
		color: #2D95E3; }

/* Comment Form
/*-------------------------------------------------------*/
.comment-form p {
	margin: 0; }

.comment-respond {
	margin-top: 40px; }
.comment-list li {
	list-style-type: none;
}

figure {
	margin: 0; }

figcaption, figcaption a  {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #83858F; }
