/*!
Theme Name: Aliance
Theme URI: http://underscores.me/
Author: LP Unity
Author URI: http://lpunity.com
Description: Clear fastr safe theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aliance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Aliance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.cloud-wraper:hover {
    border-radius: 20px;
    overflow: hidden;
}

.static {
	position: static;
	width: 100%;
}

.notification-box {
    display: none;
}

.select-selected {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version */
}

.select-items div {
    transition: .3s ease;
}


#masthead.header-sticky__ready {
	  -webkit-box-shadow: 0 -6px 10px 5px rgba(0,0,0,.25)!important;
    -moz-box-shadow: 0 -6px 10px 5px rgba(0,0,0,.25)!important;
    box-shadow: 0 -6px 10px 0px rgb(0,0,0,.25)!important;
}

.cut-border:before {
    clip-path: polygon(0 0,calc(100% - 80px) 0,100% 80px,100% 100%,0 100%,0 0,1px 1px,1px calc(100% - 1px),calc(100% - 1px) calc(100% - 1px),calc(100% - 1px) calc(80px + 0.83px),calc(100% - 80px - 0.83px) 1px,1px 1px);
}

.cut-border__bot:after,
.cut-border:after {
    border-width: 1px !important;
}

.benefit .title {
    line-height: 1.3;
}

.simplebar{height:250px;}

.btn, input[type=button], input[type=submit] {
    text-transform: capitalize;
}


@media (min-width: 1390px) {
	.review-item .title-3 {
    letter-spacing: -1px;
    margin-bottom: 40px!important;
	}
}

@media (min-width: 1190px) and (max-width: 1390px) {
	.number-item .text {
    font-size: 14px;
	}
	
	.cloud {
    padding: 42px 24px 40px;
	}
}


@media (min-width: 1390px) {
	
	#reviews-owl-authors {
    max-width: 100%;
    margin-bottom: 65px;
	}
	
	.quote-deco {
    top: 405px;
	}
	
	.section-reviews .title-wrapper {
    margin-bottom: 100px;
	}
	
	div#reviews-owl-authors .active:not(.current) {
    width: 96px!important;
	}
	
	.review-author-item {
    width: 128px;
    height: 128px;
	}
}


div#reviews-owl-authors .owl-stage-outer {
    overflow: visible!important;
}

.current .review-author-item img{
    box-shadow: 0px 25px 25px rgba(42, 125, 226, 0.25);
    border-radius: 50%;
}

.ss-content {
    line-height: 1.3;
}

.number-item.text-center.cloud {
   will-change: filter;
}

@media (max-width: 767px) {
	img.reviews-deco {
    width: calc(100% + 35px);
	}
}

@media (max-width: 560px) {
	
	.simplebar {
    height: 188px;
    padding: 0 !important;
	}
	
	.current .review-author-item {
    filter: drop-shadow(0px 20px 16px rgba(42, 125, 226, 0.25));
	}
	
	.hero-deco.hero-deco-2 {
	    left: 48%!important;
	}

	.section.section-benefits .btn-wrapper {
	    margin-top: 18px;
	}
	
	.ss-scroll {
    width: 4px;
    transform: translateX(0);
	}
	
	.ss-container:not(.ss-is-hidden):after {
    width: 4px;
    transform: translate(3px);
	}
	
	.ss-content {
    padding-right: 40px;
	}
	
/* 	.ss-content {
    width: calc(100% + 7px);
}

.ss-wrapper {
    width: calc(100% + 7px);
}
 */
	.review-item .fs-24 {
    font-size: 16px;
	}
	
	.copy-r {
    font-size: 12px;
	}
	
	span.sep {
    color: #2e324e;
    padding: 0px;
	}
	
	.footer-messengers a {
    font-size: 15px;
	}
	
	.email.medium.mb-8 {
    margin-bottom: 16px!important;
	}
	
	.footer-messengers {
    margin-bottom: 25px;
	}
	
	.site-footer .address {
    margin-bottom: 10px;
    line-height: 1.5;
	}
	
	#modal-1 {
    max-width: calc(100% - 15px);
	}
	
	.cloud-wraper:hover {
    border-radius: 10px;
	}
	
	#modal-job {
    max-width: calc(100% - 15px);
	}
	
	.cloud-wraper:hover {
    border-radius: 10px;
	}
	
	
}

#notification-box-job {
	display: none;
	text-align: center;
	margin-top: 15px;
	padding: 10px;
	background-color: #e6f4ea;
	color: #2a662a;
	border-radius: 5px;
	font-weight: 500;
}

#notification-box-job.visible {
	display: block;
}

#notification-box-job.success {
    background-color: #d4edda;
    color: #155724;
}

#notification-box-job.error {
    background-color: #f8d7da;
    color: #721c24;
}

.modal.fade-out {
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.5s, opacity 0.5s ease;
}

.modal-overlay.visible {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s 0s, opacity 0.5s ease;
}

.modal {
	z-index: 1000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn-secondary {
    margin-left: 15px;
  }