/*
 Theme Name:   Printme Child
 Theme URI:    https://aimax.wpengine.com/
 Description:  Printme Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     printme
 Version:      1.0.0
 Text Domain:  printme-child
*/
.uc_content {
	  height: fit-content;
	  margin: auto 0 0 0;
	  display: flex;
	  justify-content: space-between;
	  width: calc(100% - 40px);
	  left: 20px;
	  bottom: 20px;
	  padding: 30px;
	  /*background: linear-gradient(90deg, var(--wdtPrimaryColor) 0%, var(--wdtTertiaryColor) 100%);*/
	  background: linear-gradient(90deg, #6390ee 0%, #6390ee 100%);
	  align-items: center;
	  border-radius: var(--wdtRadius_2X);
	  top: -100px;
	  position: relative;
}
.wdt-custom-blob-bg-ani:after{background-color: #d9d9d9;}
#back-to-top {  background: linear-gradient(90deg, #6390ee 0%, #6390ee 100%);}
#header-wrapper {  margin: 0 0 0px;}
.wdt-custom-header-ii-header-icons .wdt-search-form-container #searchform { width: 500px;}
input[type="submit"], button, input[type="button"], input[type="reset"] {  background-color: #6390ee !important;}
/* stickymenu */
.my-sticky-widget.is-sticky  {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    padding: 1px !important;
    transition: all 0.5s ease !important;
	zoom:85%;
}
/* add animation for smooth transition */
.my-sticky-widget {
    transition: all 0.5s ease;
}
/* end stickymenu */
