/*
    Theme Name: colormag-child
    Author: yurko
    Template: colormag

    */

    @import url("../colormag/style.css");

h1 { font-size: 42px; line-height: 1.2; }
h2 { font-size: 30px; line-height: 1.2; }
h3 { font-size: 27px; line-height: 1.2; }
h4 { font-size: 24px; line-height: 1.2; }
h5 { font-size: 21px; line-height: 1.2; }
h6 { font-size: 18px; line-height: 1.2; }

.entry-title {
    font-size: 42px;
}

p {
	font-size: 16px;
}

.entry-content li {
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: 'Open Sans', serif;
	font-size: 16px;

}

/* =PAGINATION
----------------------------------------------- */
.pagination {
	margin: 15px 0;
	font-size: 200%;
	text-align: center;
}
.pagination span {
	padding: 2px 5px;
	border: 1px solid #EAEAEA;
	background-color: #289dcc;
	color: #FFFFFF;
}
.pagination a span {
	background-color: #FFFFFF;
	color: #777777;
}
.pagination a span:hover {
	color: #289dcc;
	border-color: #289dcc;
	text-decoration: none;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	padding: 30px 30px 20px 45px;
	margin-bottom: 20px;
	background: white;
	color: white;
	border-radius: 5px;
	border-color: black
}
blockquote p {
	font-size: inherit;
	font-family: inherit;
	line-height: 1.4;
	position: relative;
	padding-top: 13px;
	padding-left: 40px;
}
blockquote p:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: black;
	font-size: 32px;
	position: absolute;
	top: -27px;
	left: -27px;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	font: inherit;
	font-weight: 300;
	letter-spacing: 0.05em;
	float: right;
}

#home-top {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	background: white;
	width: 100%;
}

.textwidget td {
   border: 0px solid #EAEAEA;
   padding: 0px 0px;
}

.spoiler {
	font weight: 700;
	font-size: 15px;
}

.posted-on {
display: none;
}

.pxarallax {  
background-image: url("https://zastarse.si/img/A1_SmartN9_STATIKA_300x600_SPL.jpg");
height: 100%; 
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left:0px;
margin-right:0px;
}
 
.pxarallax-content { 
width:50%;
margin:0 auto;
color:#FFF;
padding-top:50px; 
}

page.featured-image {
display: none;
}