/*
Theme Name: Voicer Child
Theme URI: https://voicer.softali.net/wordpress/voicer
Template: voicer
Author: softali
Author URI: https://themeforest.net/user/softali/portfolio
Description: It\'s a Voicer WordPress Theme. Which has unique features and user competitive features.
Tags: one-column,two-columns,right-sidebar,forms,grid-post-format,translation-ready
Version: 1.4.4.1691577451
Updated: 2023-08-09 10:37:31

*/

/*
.start-video-wrap::before {
    top: 0;
    left: 0;
}
*/
.flex {
    display: flex;
}
.podcasting-advice {text-align:center;}
.podcasting-advice > div {
	text-align:left;
}
.footer-icon {
    width: 22px;
    text-align: right;  
}

.row.footer-info-wrap {
    display: flex;
    flex-direction: column;
}
.row.footer-info-wrap:after, .row.footer-info-wrap:before {
	content: none;
}

@media (min-width: 768px) {
.row.footer-info-wrap {
    display: flex;
    flex-direction: row;
}
.footer-info-wrap .flex {
	flex-direction: row;
    align-items: flex-start;
}	
.news-item-inside > .news-item-title {
    height: 65px; 
	overflow: hidden; 
}
}
@media (max-width: 767px) {
.footer-info {
    width: 230px;
	padding-left: 25px !important;
	margin-bottom: 0!important;
}		
.footer-info-wrap > div {
    margin-bottom: 26px;
}
}

 
 