/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
p{
  text-align: justify;
}
.header{
	background: -moz-linear-gradient(top,  rgba(15,194,192) 0%, rgba(98,176,74,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(15,194,192) 0%,rgba(98,176,74,0) 100%);
	background: linear-gradient(to bottom,  rgba(15,194,192) 0%,rgba(98,176,74,0) 100%);
}
.header{
	padding: 0px 0px 10px 0;
}

.middlebtns{	
	background: var(--e-global-color-secondary);
}

.post {
    border-radius: 10px;
}
.post-content {
    padding: 10px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.effect-target {
	-webkit-transform: translate3d(0,85px,0);
	transform: translate3d(0,85px,0);
}

.effect-target {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.effect-text {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

.effect-move:hover .effect-image,
.effect-move:hover .effect-text {
	opacity: 1;
}

.effect-move:hover .effect-target,
.effect-move:hover .effect-image {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-move:hover .effect-text {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


/* Small devices  */
@media only screen and (min-width: 300px) {
	.middlebtns{
		padding: 30px 0 10px 0;	
	}
	.middlebtns a{
		margin: 0 0 30px 0;
		padding: 7px 20px;
		border-radius: 25px;
		background: #fff;
	}
}
/* Tablet */
@media only screen and (min-width: 768px) {
	.middlebtns{
		padding: 20px;	
	}
	.middlebtns a{
		margin: 0 30px;
		padding: 7px 20px;
		border-radius: 25px;
		background: #fff;
	}
}
/* Laptop */
@media only screen and (min-width: 1366px) {
	.middlebtns{
		padding: 30px;	
	}
	.menu-item-322 a{
		border-radius: 17px;	
		background: #FF5678;
	}
	.menu-item-322 a:hover{
		border-radius: 17px;	
		background: #FFB9DF;
	}
}
/* desktop */
@media only screen and (min-width: 1400px) {
	.middlebtns{
		padding: 30px;	
	}
	
}

.btn-wsp{
	width: 173px;
	height: 191px;
	position:fixed;
	right: 20px;
	bottom: 20px;
	z-index: 7;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--e-global-color-accent) #E5E5E5;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
    border-radius: 20px;
    border: 3px solid #E5E5E5;
  }


  ul.dlm-downloads{
	list-style-type: none;
	margin: 0;
	padding: 0;
  }
  .dlm-downloads li{
	padding: 15px 25px;
	border-bottom: solid 1px #dbdbdb;
  }

  .dlm-downloads li:nth-of-type(odd) {
	background-color: #f9f9f9;
  }
  ul.dlm-downloads a:hover{
	color: var(--e-global-color-e95446c);
  }