/*
Theme Name: Datrom
Theme URI: https://www.datrom.com.tr
Author: Serdar SEZEN
Author URI: https://www.datrom.com.tr
Description: Datrom Haber Teması    
Version: 1.0
License: Alan adına özel premium lisans

*/

/* preloader css */
.loader_bg {
	position: fixed;
	z-index: 999999;
	background: #fff;
	width: 100%;
	height: 100%;
}

.loader_bg:before {
	width: 100%;
	height: 50px;
	content: "";
	background: #fff;
	top: -32px;
	left: 0;
	position: absolute;
}

.loader {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
	/* foto galeri custom css */

	.foto-galeri-hero {
		height: 400px;
	}

	.foto-galeri-hero-img {
		height: calc(200px - 10px);
	}

	.foto-galeri-hero-img img {
		height: 100% !important;
	}

	.cat-list-large-item img {
		height: 100%;
	}

	.cat-list-large-item a {
		height: 245px;
	}

	.foto-tab-img-anchor img {
		height: calc(122.5px - 6px);
	}

	.foto-cat-list-img img {
		height: 145px;
	}
}

@media (max-width: 768px) {
	.foto-cat-list-img img {
		height: 185px;
	}

	.datrom-company-panel .col-8 {
		width: 62% !important;
	}
}

/* video templates custom css */
.site-footer-logo img {
	max-width: 100%;
}

.datrom-video-slider {
	margin-top: 0;
}

/* 404 page */
.datrom-404-oops {
	font-size: 150px;
	font-weight: 300;
}

.datrom-404 a {
	background-color: #cd1a1b;
	border-color: #cd1a1b;
}

.datrom-404 a:hover {
	background-color: #cd1a1b;
	border-color: #cd1a1b;
	opacity: 0.7;
}

/* news comment custom css */
.datrom-news-comments .says {
	display: none;
}

ul.datrom-news-comments,
ul.children {
	list-style: none;
	font-size: 15px;
	color: #333;
	font-family: "Adelle Sans Bold", sans-serif !important;
	font-weight: 300 !important;
}

.datrom-news-comments cite.fn {
	font-style: inherit;
	font-weight: 700;
}

ul.datrom-news-comments * {
	margin-bottom: 7px;
	font-size: 14px;
}

ul.datrom-news-comments p {
	font-size: 14px;
	color: #5a5a5a;
}

ul.datrom-news-comments li + li {
	border-top: 1px solid #eaeaea;
}

ul.datrom-news-comments li {
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.datrom-news-comments .comment-body {
	position: relative;
}

.datrom-news-comments .comment-meta.commentmetadat {
	position: absolute;
	top: 0;
}

.datrom-news-comments .comment-meta {
	position: absolute;
	top: 0;
	right: 0;
}

.datrom-news-comments .children {
	margin-left: 20px;
}

.news-comment-form .logged-in-as {
	margin-bottom: 18px;
}

a#cancel-comment-reply-link {
	margin-left: 10px;
	color: #c0504b;
}

.news-comment-pagination a,
.news-comment-pagination .current {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	display: inline-block;
	font-size: 18px !important;
	position: relative;
	z-index: 1;
	line-height: 35px;
	text-align: center;
	transition: 0.3s;
}

.news-comment-pagination .current {
	color: #fff;
}

.news-comment-pagination .current::before {
	background-color: #c0504b;
	content: "";
	position: absolute;
	text-align: center;
	z-index: -1;
	width: 35px;
	height: 35px;
	left: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.news-comment-pagination a:hover:before {
	background-color: #c0504b;
	content: "";
	position: absolute;
	text-align: center;
	z-index: -1;
	width: 35px;
	height: 35px;
	left: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.news-comment-pagination a i {
	font-size: 23px !important;
}

.news-comment-pagination a:hover {
	color: #fff;
}

.comment.show .news-comment-form {
	display: block;
}

.form-submit {
	text-align: right;
}

.comment-form-policy {
	line-height: 48px;
}

p.comment-form-policy a {
	color: #e32435;
}

/* slider designed title custom css */
.home-slider-item-ct {
	text-align: left !important;
}
.home-slider-item-ct .info,
.headline-slider .info,
.multimedia-slider .info,
.second-headline .info {
	left: 95px;
	right: 95px;
	bottom: 50px;
	z-index: 3;
	color: #fff;
	position: absolute;
}

.home-slider-item-ct .info-title,
.headline-slider .info-title,
.multimedia-slider .info-title,
.second-headline .info-title {
	font-size: 19px;
	line-height: 1.1;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 9px;
	padding: 12px 13px 8px;
	text-transform: uppercase; /* display: inline-block; */
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(rgba(141, 199, 105, 0)),
		color-stop(90%, #f8ce37)
	);
	background-image: -webkit-linear-gradient(
		right,
		rgba(141, 199, 105, 0) 0,
		#f8ce37 90%
	);
	background-image: linear-gradient(
		-90deg,
		rgba(141, 199, 105, 0) 0,
		#f8ce37 90%
	);
	font-family: "Gilroy Black", sans-serif;
}

.second-headline .info {
	left: 4px;
	bottom: 0;
	width: 100%;
}

.second-headline .info-title {
	font-size: 13px;
}

.second-headline-slide-info .info-title {
	position: relative;
	background: transparent !important;
}

.second-headline-slide-info .info-title:before {
	left: 0;
	width: 6px;
	height: 70%;
	content: "";
	position: absolute;
	background: #b34062;
}
