/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.logos_block {
    display: none;
    position: fixed;
    top: 40%;
    right: 0;
    flex-direction: column;
    background: #fff;
    width: 100px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 5px 11px -2px rgba(40, 40, 40, 0.2);
}
.logos_block img{
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.fixed-position-slider {
  	position: fixed!important;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	transition: 0!important;
}
.fixed-position-slider.bottom-fixed {
	position: static!important;
	transition: 0!important;
}
.fixed-position-slider .row {
	position: relative;
}
.main-container .row-container.fixed-position-slider .double-bottom-padding {
	padding:0!important;
}
	.fixed-position-slider .row img {
		max-height: 80px!important;
		width: auto!important;
	}
	.fixed-position-slider .row .dummy {
		max-height: 80px!important;
		padding-top: 80px!important;
	}