/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*.archive-with-two-post-in-first-row .w-grid-list .w-grid-item:nth-child(1),
.archive-with-two-post-in-first-row .w-grid-list .w-grid-item:nth-child(2){
    width: 50%;
}*/

/* Author Single CSS */
    .author-personal-urls a{
        font-family: "Fira Sans";
        font-size: 18px;
        font-weight: 500;
        color: #1E1E1E;
        text-transform: uppercase;
    }

/* Press CSS  */
    .list-wrapper .post-item,
    .related-press .post-item{
    	margin-bottom: 20px;
    }
    .list-wrapper .post-item .image-wrapper,
    .related-press .post-item .image-wrapper{
    	width: 100%;
    	min-height: 200px;
    	background-position: center center;
    	/*background-size: cover;*/
		background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 10px;
        background-size: cover;
    }
    .list-wrapper .post-item .date-wrapper,
    .related-press .post-item .date-wrapper{
    	color: var(--color-header-middle-text)!important;
        font-family: Fira Sans!important;
        font-weight: 400!important;
        text-transform: uppercase!important;
        font-size: 15px!important;
        line-height: 24px!important;
        margin-bottom: 15px!important;
    }
    .list-wrapper .post-item .title-wrapper h2,
    .related-press .post-item .title-wrapper h2{
    	color: var(--color-header-middle-text)!important;
        font-family: Fira Sans!important;
        font-weight: 500!important;
        font-size: 31px!important;
        line-height: 38px!important;
        margin-bottom: 0.5rem!important;
    }
    .list-wrapper .post-item .readmore-wrapper a,
    .related-press .post-item .readmore-wrapper a{
    	box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
        background: transparent;
        border-color: transparent;
        font-size: 17px!important;
        line-height: 19px!important;
        border-bottom: 1px solid #2D8BB0;
        font-weight: 500!important;
        text-decoration: none!important;
        font-family: Fira Sans;
    }
    .list-wrapper .post-item .readmore-wrapper a:hover,
    .related-press .post-item .readmore-wrapper a:hover {
        border-bottom: none!important;
    }
    .related-press .post-item .quote-wrapper{
        padding-bottom: 15px;
        text-transform: initial;
    }
    @media screen and (max-width: 768px){
    	.list-wrapper .post-item,
    	.related-press .post-item{
    		margin-bottom: 50px;
    	}
    	.list-wrapper .post-item .image-wrapper,
    	.related-press .post-item .image-wrapper{
    		min-height: 350px;
    	}
    }

/* Book CSS  */
    .w-tabs-section-content-h .related-books .post-item {
        width: 20%;
        max-width: 20%;
    }
    .related-books .post-item .image-wrapper{
        min-height: 300px;
    }
    .related-books .post-item.featured-book .title-wrapper{
        margin-top: 25px;
    }
    .related-books .post-item .author-wrapper{
        text-align: center !important;
        font-family: PT Serif !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .related-books .post-item .author-wrapper a{
        color: #333 !important;
    }

/* Awards CSS  */
    .related-awards .post-item{
        width: 100%;
    }
    .related-awards .post-item .icon-wrapper{
        display: inline-block;
        width: 30px;
        vertical-align: top;
        padding-top: 5px;
    }
    .related-awards .post-item .icon-wrapper i.far.fa-award{
        color: #2D8BB0;
        font-size: 24px;
    }
    .related-awards .post-item .content-wrapper{
        display: inline-block;
        width: calc( 100% - 30px );
    }
    .related-awards .post-item .content-wrapper p.award-desc{
        color: #1e1e1e!important;
        font-family: Fira Sans!important;
        font-weight: 600!important;
        font-size: 14px!important;
        line-height: 20px!important;
        margin-top: 5px!important;
        margin-bottom: 10px;
    }
    .related-awards .post-item .content-wrapper p.award-title{
        color: #1e1e1e!important;
        font-family: Fira Sans!important;
        font-size: 14px!important;
        line-height: 20px!important;
        margin-top: 7px!important;
    }

/* Events CSS  */
    .related-events .post-item {
        max-width: 25%;
    }
    .related-events .post-item .image-wrapper{
        min-height: 300px;
    }
    .related-events .post-item .title-wrapper p{
        color: #333!important;
        font-family: Fira Sans!important;
        font-weight: 600!important;
        font-size: 21px!important;
        line-height: 30px!important;
        margin-bottom: 20px!important;
    }
    .related-events .post-item .event-type{
        color: #1E1E1E!important;
        font-family: PT Serif!important;
        font-weight: 400!important;
        font-size: 18px!important;
        line-height: 24px!important;
        margin-bottom: 15px!important;
    }
    .related-events .post-item .event-date{
        color: #1e1e1e!important;
        text-align: left!important;
        font-family: Fira Sans!important;
        font-weight: 400!important;
        font-size: 16px!important;
        line-height: 27px!important;
    }

/* Videos CSS  */
    .related-videos .post-item{
        margin-bottom: 20px;
    }
    .related-videos .post-item .image-wrapper{
        width: 100%;
        min-height: 250px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }
    .related-videos .post-item .date-wrapper{
        color: var(--color-header-middle-text)!important;
        font-family: Fira Sans!important;
        font-weight: 400!important;
        text-transform: uppercase!important;
        font-size: 15px!important;
        line-height: 24px!important;
        margin-bottom: 15px!important;
    }
    .related-videos .post-item .title-wrapper h2{
        color: var(--color-header-middle-text)!important;
        font-family: Fira Sans!important;
        font-weight: 500!important;
        font-size: 31px!important;
        line-height: 38px!important;
        margin-bottom: 0.5rem!important;
    }
    .related-videos .post-item .readmore-wrapper a{
        box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
        background: transparent;
        border-color: transparent;
        font-size: 17px!important;
        line-height: 19px!important;
        border-bottom: 1px solid #2D8BB0;
        font-weight: 500!important;
        text-decoration: none!important;
        font-family: Fira Sans;
    }
    .related-videos .post-item .readmore-wrapper a:hover {
        border-bottom: none!important;
    }
    .related-videos .post-item .quote-wrapper{
        padding-bottom: 15px;
        text-transform: initial;
    }
    @media screen and (max-width: 768px){
        .related-videos .post-item{
            margin-bottom: 50px;
        }
        .related-videos .post-item .image-wrapper{
            min-height: 350px;
        }
    }