/*
Theme Name: Ultra Child
Description: Child theme for Ultra theme
Author: Themify
Template: themify-ultra
*/

/* write custom css below */



/*7. POST*/
.post{
	position:relative
}
/* post content */
.post-content{
	min-width:120px
}
/* post title */
.post-title{
	font-size:2.4em;
	line-height:1.4em;
	margin:0 0 .4em;
	padding:0;
	text-transform:none;
	letter-spacing:-.04em
}
.post-title a{
	text-decoration:none;
	color:#000
}
.post-title a:hover{
	color:#000
}
/* post image */
.post-image{
	margin:0 0 0em
}
.post-image img{
	vertical-align:bottom;
	border-radius:0px
}
.post-image.left{
	float:left;
	margin-right:0em
}
.post-image.right{
	float:right;
	margin-left:0em
}
/* post meta */
.post-meta{
	font-size:.9em;
	line-height:1.6em;
	margin:0 0 .5em;
	padding:0
}
.post-meta .separator{
	opacity:.1
}
.post-meta a{
	text-decoration:none
}
.post-meta .post-author:after,
.post-meta .post-category:after,
.post-meta .post-tag:after{
	display:inline-block;
	content:'';
	width:1px;
	height:1.3em;
	margin:0 .45em 0 .6em;
	white-space:nowrap;
	vertical-align:middle;
	border-left:1px solid;
	transform:skewX(-15deg);
	opacity:.2
}
.post-meta .post-comment .tf_fa{
	margin-left:8px;
	vertical-align:text-top;
	font-size:.8em;
	opacity:.7
}
/* more link */
.more-link,
.more-link:hover{
	text-decoration:none
}
.more-link:after{
	content:'';
	border:1px solid transparent;
	border-top-color:inherit;
	border-right-color:inherit;
	min-width:.7em;
	min-height:.7em;
	transform:rotateZ(45deg);
	margin-left:.5em;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle
}
/* post date */
.post-date{
	margin:0 0 .4em;
	display:block;
	font-size:.8em;
	text-transform:uppercase;
	letter-spacing:.04em
}
/* CUSTOM ICONS */

/* video play */
.tb_video_overlay .tb_video_play{
    content:url("https://www.undervilla.com/wp/wp-content/uploads/2021/10/play-w.png");
width:50px;
height:50px;
	border: none;
}
/* back-to-top */
.back-top .arrow-up a:before {
    border: none;
    content: "";
    background: url("https://www.undervilla.com/wp/wp-content/uploads/2021/10/back_to_top-w-2.png");
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: none;
    top: 0;
    left: 0;
    right: 0;
}
.full-section-scrolling #pagewrap #footerwrap .back-top a,
 #pagewrap .back-top.back-top-float {
    background: none;
    box-shadow: none;
}
