/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

.sub-menu-toggle{
	display:none;
}
.site-breadcrumb  a{
	color:#fff;
}
.msg-wrap img{
	margin-right:30px;
	max-width: 100%;
}
.library-content{
	padding:30px 0px;
}
.library-content h2{
	margin-bottom:30px
}
.library-content p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.library-image{
	margin-bottom:20px
}
.library-image img{
	height:316px;
	object-fit:cover
}
#load-more-gallery {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

#load-more-gallery .spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
}
.each-testimonial{
	border-radius:25px;
	padding:50px;
	box-shadow: -1px 1px 26px -10px rgba(0,0,0,0.75);
	-webkit-box-shadow: -1px 1px 26px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 1px 26px -10px rgba(0,0,0,0.75);
}
.testimonial-star {
	margin-bottom:15px;
}
.each-testimonial p{
	font-size: 20px;
}
.testimonial-content-wrapper .row{
	row-gap:30px;
}
.cms-wrap h2 {
    clear: both;
}
.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em 1.5em 0;
}
.has-fixed-layout tbody tr:first-child td, .has-fixed-layout tbody tr:last-child td{
	background:#e6e6e6 !important;
	font-weight:bold
}
.has-fixed-layout tbody tr:nth-child(odd) td{
	background:#f7f7f7;
}
.wp-block-table td, .wp-block-table th{
	border-color:#e5e5e5
}
.abh-title{
	margin-bottom:30px
}
.abh-logo{
	max-width:400px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.gallery-heading h2{
	text-transform: capitalize;
	margin-bottom:30px;
}
.loading-button{
	text-align:center;
	margin-bottom: 50px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0em;
}
.library-content1 {
    padding: 30px 0px;
}
.library-content1 h2{
	text-align: center;
	margin-bottom:40px;
}
@media(max-width:991px){
	.library-content .row{
		flex-direction:column;
		row-gap:30px;
	}
	.wp-block-image .alignleft {
		float: none;
		margin: .5em 1em 1.5em 0;
	}
	.abh-text-wrapper {
		margin-bottom:30px;
	}
}
@media(max-width:767px){
	.msg-wrap img {
     float:none !important;
	 margin-bottom: 30px;
	}
}