/*
 Theme Name:   Fabric Child Theme
 Theme URI:    http://fabric.axiomthemes.com/
 Description:  Fabric Child Theme
 Author:       AxiomThemes
 Author URI:   http:///axiomthemes.com/
 Template:     fabric
 Version:      1.0
 Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  fabric
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.sc_icons_item_details, .sc_icons_item_more_link, .sc_services_item_button .sc_item_button, .sc_services_backward .sc_services_item_info + .sc_services_item_thumb{
	margin-top:5px!important;
}
.sc_services_backward .sc_services_item_content{
	display:none!important;
}
.sc_testimonials_item_content,.sc_services_backward .sc_services_item .sc_services_item_button{
	margin-top:2px;
}
.sc_testimonials_chit .sc_testimonials_item {
   padding: 20px!important;
}
.sc_testimonials_chit .sc_testimonials_item_author {
    margin: 20px 0 0!important;
}
.sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
    margin-top: 5px!important;
}
.page-id-20336 .swiper-slide-image{
	max-height:190px!important;
	width:100%;
}
.page_content_wrap {
   padding-top: 20px!important;
}

.vendor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.vendor-item {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s;
}
.vendor-item:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.vendor-item img {
  max-width: 100%;
    border-radius: 8px;
    height: 100px;
    width: auto;
	object-fit:contain;
}
.vendor-item h3 {
  margin-top: 10px;
  font-size: 18px;
}
.vendor-item p {
  font-size: 15px;
  color: #555;
}
.vendor-no-image {
    width: 100%;
    height: 100px;
    background-color: #ddc7a4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-weight: bold;
    font-size: 22px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}
.partners .slider_container .slider-slide{
	background-size:contain!important;
}


.partners .slider_container .slide_info.slide_info_large {
    padding: 1.5em;
    background-color: #f9f8f3bf!important;
}
.sc_item_descr{
	margin-top:12px!important;
}
@media (min-width:1024px){
.page-id-21413 .elementor-widget-video .elementor-widget-container{
	height:400px!important;
}
}
.menu_mobile .menu_mobile_inner .socials_mobile{
	display:none!important;
}
@media (max-width:560px){
	.elementor-element-911e87b, #rev_slider_7_2 {
    
    height: 250px!important;
   
}
}
@media (min-width:561px) and (max-width:767px){
	.elementor-element-911e87b, #rev_slider_7_2 {
    
    height: 350px!important;
   
}
}