/*
	Theme Name: Prekim Kimya
	Theme URI: http://webcozumevi.com
	Description: Prekim Kimya
	Version: 1.0.0
	Author: Web Çözüm Evi
	Author URI: http://webcozumevi.com
	Tags: Prekim Kimya

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

.vertical-align-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
}

.vertical-align {
    display: table-cell;
}

.vertical-align--middle {
    vertical-align: middle;
}

.preload {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}

aside ul {
    list-style: none;
}

/* 404 */

.post-404 {
    text-align: center;
}

.post-404 h1 {
    color: #e1e1e1;
    position: relative;
    top: 2em;
}

.not-found-404 {
    font-size: 15em;
    color: transparent;
    text-shadow: 3px 3px 15px rgba(0,0,0,0.1);
}

.post-404 a {
    background: rgba(0,0,0,0.8);
    border-radius: 5px;
    padding: 1em;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    border: 1px solid transparent;
}

.post-404 a:hover {
    color: rgba(0,0,0,0.8);
    border: 1px solid rgba(0,0,0,0.8);
}

/* Single Product */

.detail-image {
    width: 100%;
    height: 30em;
}

.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 100%;
    -o-object-fit: cover;
    -o-object-position: 100% 100%;
}

/*------------------------------------*\
    İletişim Formu
\*------------------------------------*/

.wpcf7 input[type=text], .wpcf7 input[type=password], .wpcf7 input[type=email], .wpcf7 textarea {
    border: 1px solid rgba(0,0,0,0.1);
    padding: .7em;
    font-family: inherit;
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=password]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus {
    outline: none;
    border: 1px solid rgba(0,0,0,0.3);
}

.wpcf7 input[type=submit] {
    float: right;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 1em 2em;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}