 /*
Theme Name:		 UPPress Theme
Theme URI:		 http://tokomoo.com
Description:	 Child theme of Livre
Author:			 tokomoo
Author URI:		 http://childthemegenerator.com/
Template:		 livre
Version:		 1.0.11
Text Domain:	 Livre-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-single__additional .product-detail .up-sells {
    margin-left:15px;
}

.embed-video-yt iframe{
 width: 100vw;
 height: calc(100vw/5);
}

 .woocommerce-info, .woocommerce-message {
     padding:15px 30px 15px 60px !important;

 }

 @media only screen and (max-width : 640px){
     .embed-video-yt iframe{
         width: 100vw;
         height: calc(100vw/2);
     }
 }

 @media only screen and (min-width : 640px) and (max-width: 992px) {
     .embed-video-yt iframe{
         width: 100vw;
         height: calc(100vw/2);
     }
 }

 @media only screen and (min-width : 992px) and (max-width: 1200px) {
     .embed-video-yt iframe{
         width: 100vw;
         height: calc(100vw/3);
     }
 }
 @media only screen and (min-width : 1200px) and (max-width: 1600px) {
     .embed-video-yt iframe{
         width: 100vw;
         height: calc(100vw/4);
     }
 }

@media screen and (max-width: 768px) {
	.up-colec{
		height: 75px;
	}
}

#home-livre-v3-post{
	background-color: unset;
}

.ajde_evcal_calendar .calendar_header p.evo_month_title {
	font-size:1em;
}
