/*
Theme Name: Hyper Smart Theme
Theme URI: https://www.esempio.it
Author: Test
Author URI: http://www.esempio.it/
Description: Hyper Smart Theme
Version: 1.0
*/
/* ADD CUSTOM CSS HERE */


:root {
  --margin: 1rem;
}

div.wpcf7-mail-sent-ok{
	color: #398f14;
}
.wpcf7-validation-errors{
	color: #212529;
}

.wpml-ls-menu-item .dropdown-menu{
	min-width: unset !important;
}


/* 16:9 */
iframe {
  	width: 100%;
  	height: auto;
	aspect-ratio: 16/9;
}


/* block quote  */
.block-references {
    position: relative;
    margin-top: 2rem;
}

.block-references blockquote {
    position: relative;
    z-index: 1;
    line-height: 1.6
}

.block-references figcaption {
    position: relative;
    z-index: 1
}

.block-references .icon-quote {
    position: absolute
}

.block-references .icon-quote.top {
    top: 0;
    left: 0
}

.block-references .icon-quote.bottom {
    bottom: 0;
    right: 0
}

.text-green {
	color: #008f39;
}

.p-6 {
	padding: 3rem;
}
.t-5 {
	font-size: 24px;
}
.bg-primary-light {
	background-color: rgba(119,104,244, .1);
}

.with-video {
    background: #000 !important;
}
.with-video .text-secondary {
    color: #fff !important;
}
.with-video.home-hero .scroll-down {
    bottom: 30px;
}
.with-video video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: .6;
}
.with-video > .container {
    z-index: 2;
}

.services-menu .nav-link,
.other-services-menu .nav-link {
    padding: 0;
    margin-bottom: .5rem;
}


.wpcf7-spinner {
    display: none;
}

