/*
Theme Name: thortful-veni-child
Theme URI: https://thortful.connectivestaging.co.uk/veni-thortful-child/
description: >-
  thortful theme based on Veni
Author: thortful
Author URI: https://thortful.com
Template: veni
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* remove min search form height of 40px */
form select {min-height: 100%;}

.site-footer, body.search .hentry, .site-footer h2, .widget.widget_text>div, .veni_social_widget li>a{
    background-color: #54668e;
	  color: #ffffff;
}

#socMenuTrig{
	display:none !important;
}

.featured-page-area {
    padding-top: 60px;
    padding-bottom: 10px;
}

#colophon {
  display:none;

}

#masthead {
	  display:none;	
}

.sidemenu {
	  display:none;	
}

/* post carousel align read more on */
.eael-post-carousel.swiper-container .swiper-slide {
    text-align: left;
}
/* post carousel border remove */
.eael-grid-post-holder {
    border: 0px;
}
/* search results padding issue */
body.search .hentry {
    border-top: 0px;
	padding-bottom: 0px;
    padding-top: 0px;
}

h1,h2,h3,h4,h5,h6{font-weight:600;} 

.elementor-post-info__terms-list-item {
    color: #ff6900 !important;
    font-weight: 600;
}

div.blogpost-card-slider {
	padding: 50px 0;
	margin: 0 -15px;
}

div.blogpost-card-slider div.card-slide {
	display: block;
	box-sizing: border-box;
	padding: 15px;
}

div.blogpost-card-slider div.card-slide img.card-image {
	width: 100%;
	height: auto;
	display: block;
}

div.blogpost-card-slider div.card-slide h5 {
	font-size: 16px;
	margin: 3px 0;
}

div.blogpost-card-slider div.card-slide div.card-creator {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

div.blogpost-card-slider div.card-slide img.creator-image {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
}

div.blogpost-card-slider div.card-slide div.card-creator p {
	margin: 0;
	font-size: 14px;
	color: #000000;
}
