/*
 Theme Name:   Bridge Child
 Theme URI:    http://marpol.be-bold.co.uk/childtheme
 Description:  Bridge Child theme
 Author:       Andy Walker
 Author URI:   http://redpixelyellowpixel.com
 Template:     bridge
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bridgechild
*/


.testimonial_image_holder img {
	width: auto;
}
.post-author {
	display: flex;
	background: #303E78; 
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute; 
	left: 0; 
	bottom: -30px;
	text-align: left; 
	color:white; 
	text-align:left; 
	padding: 10px 20px;
}
.profile-image {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	background-size: cover;
	background-position: center;
}



.custom_icon_menu ul.custom-icon-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom_icon_menu ul.custom-icon-menu > li {
    margin-right: 20px; /* space between items */
}

.custom_icon_menu .menu-icon {
    width: 20px;         /* icon width */
    height: 20px;        /* icon height */
    margin-right: 8px;   /* space between icon and text */
    vertical-align: middle;
    display: inline-block;
}
