.post{
	padding:0;
}
.excerpt-title {
	font-size: 1.25em;	
	line-height: 1.25em;
}
.post .post-body {
	padding:1.5em;
}
.featured{
	position:relative;
	overflow:hidden;
}
.entry.category-mokytojai-apie-save .entry-meta-top {
	display:none;
}
.entry.category-mokytojai-apie-save .featured{
	display:none;
}
.excerpt .featured{
	height:300px;
}
.entry .featured{
}
.featured img{
	width:100%;
}

.featured > a{
	position:absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.vertimas{
	display:none;
}

#site-description.tagline {
    display: none;
}

.post.entry .entry-content{
/* 	border-bottom: solid 1px #D9DCDF; */
}

/* colors */
a:link {
	/* 	background: #cf3f3d; */
}

a:visited, a:hover, a:active {
	/* 	background: #a72928; */
}

input[type="submit"] {
	background: #cf3f3d;
}

input[type="submit"]:hover {
	background: #a72928;
}

.menu-primary-items a:hover, .menu-primary-items a:active, .menu-primary-items a:focus,
.menu-unset ul a:hover,
.menu-unset ul a:active,
.menu-unset ul a:focus {
	background: #cf3f3d;
}

#menu-primary-items .current-menu-item > a,
#menu-primary-items .current_page_ancestor > a,
#menu-primary-items .current_page_item > a,
#menu-primary-items .current_page_ancestor > a,
.menu-unset ul .current-menu-item > a,
.menu-unset ul .current_page_ancestor > a,
.menu-unset ul .current_page_item > a,
.menu-unset ul .current_page_ancestor > a {
	background: #a72928;
}

.site-header {
	border-top: solid 4px #a72928;
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}
.widget {
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	border: 1px solid rgb(236, 236, 236);
	border-top: solid 2px #cf3f3d;
}
body{
	background:#edf2f6;
}
.page .entry{
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	border: 1px solid rgb(236, 236, 236);
	padding:3em 5em;
}
.more-link{
	background: #cf3f3d;
}
.more-link:hover{
	background: #a72928;
}
.post{
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}



/* other */
hr {
	margin: 2rem 0;
	border: 0;
	border-top: 1px solid #eeede8;
}





/* wordpress file block */
.wp-block-file {
	padding-left:48px;
	position:relative;	
}
.wp-block-file a:nth-child(2){
	float:left;	
}
.wp-block-file a{
	display:inline-block;
}
.wp-block-file .wp-block-file__button {
	background:url(http://vaivorykstestakas.lt/wp-content/themes/ignite_child/assets/images/pdf-36-2.png);
	border-radius: 0; 
	color: transparent;
	padding: 0;
	margin: 0;
	width: 36px;
	height: 36px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	left: 0px;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited{
	color: transparent;
}

.excerpt-content .wp-block-file{
	margin:1.5em 0;
}


/* media and text block*/
.wp-block-media-text {
	display:flex;
	display:-ms-flexbox;
	align-items:flex-start;
}
.wp-block-media-text__content p{
margin:0;
margin-bottom:1em;
}
.wp-block-media-text__media{
	flex:1;
	max-width:30%;
} 

.wp-block-media-text .wp-block-media-text__content {
	flex:1;
    padding: 0 0 0 1em;
}





.gradient{
	position: absolute;
	top:2px;
	height: 100%;
	width: 100%;
	pointer-events:none;
	background: linear-gradient(to bottom,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0) 50%,
		rgba(255, 255, 255, 1) 98%);
}

.excerpt-content {
	position: relative;
	overflow: hidden;
	border:none;
	height:100px;
}
.entry-categories{
	font-size: 14px;
	color: #7c7d7f;
/* 	min-height:4em; */
	border-top: solid 1px #D9DCDF;
	line-height:1em;
	width:100%;
	margin:0;
	margin-top:1em;
}
.entry .entry-categories{
	margin-top:3em;
}


/* wordpress table block */
.wp-block-table{
	width:100%;
	font-size:0.8em;
	margin-top:0.75em;
/* 	font-family: 'Open Sans', sans-serif; */
}
.wp-block-table tr:nth-child(odd){
	background:#f7f7f7;
}
.wp-block-table tr:first-child{
	background:#cf3f3d;
/* 	font-weight:600; */
	color:#fff;
}
.wp-block-table tr:first-child td{
	border:1px solid #a21f1d;
}
.wp-block-table td{
	border:1px solid #ccc;
}





/* main */
body.home .overflow-container{
	padding-top:4em;	
}
.page.entry{
	margin:0;
}
.site-header{
	padding-left: 5vw;
	padding-right: 5vw;
}
.overflow-container{
	display:flex;
	flex-wrap:wrap;
	display:-ms-flexbox;
	-ms-flex-wrap:wrap;
	padding:0 5vw;

}
.overflow-container > .breadcrumbs{
	width:100%;
	padding: 4em 0 2em;
}
.overflow-container > .main{
	margin:0;
	padding:0;
	width:initial;
	margin-right:3em;
	flex:1;
	-ms-flex:1;
}
.overflow-container > .main::after{
	left:-5vw;
}
body.home .overflow-container > .main{
	top:-4em;
}

.sidebar-primary-container::after{
	left:-5vw;
}
.overflow-container > aside{
	float:none;
	margin:0;
	padding:0;
	min-width:240px;
	max-width:25%;
	flex:1;
	-ms-flex:1;
}
/* recent posts */
.rpwwt-post-date {
	font-size:12px;
}






/* breadcrumbs */

.breadcrumbs > span:nth-child(-n + 2) {
	display:none;
}

.excerpt-meta-top:after, .entry-meta-top:after{
	content: none;
}
.excerpt-meta-top > span, .entry-meta-top > span{
	border-bottom: 2px solid #e6a117;
}






/* 

.breadcrumbs a:link, .breadcrumbs a:visited{
color:#a72928;
}
.breadcrumbs a:hover, .breadcrumbs a:active:hover{
color:#a72928;
}
.excerpt-meta-top:after, .entry-meta-top:after{
background: #cf3f3d;
}
.pagination {
border-top: solid 2px #cf3f3d;
}
a:visited, a:hover, a:active {
color: #a72928;
}
a:link {
color: #a72928;
} */





.site-footer{
	font-size: 14px;	
	padding: 2em 1.5em;	
}








