/*
 Theme Name:   Quantitools
 Theme URI:    https://quantitools.com
 Description:  GeneratePress child theme for quantitools.com
 Author:       Alex Mironov
 Author URI:   https://alexdoesweb.dev
 Template:     generatepress
 Version:      0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

/* @fonts */

h1, h2 {
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}

h3, h4, h5, h6 {
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.fs-16 {
	font-size: 16px;
}

.main-navigation a, .menu-toggle {
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

/* @navigation header */

@media (min-width:769px) {
    .main-navigation .main-nav ul li.gb-button a, .header-wrap #site-navigation:not(.toggled) .main-nav ul li[class*="current-menu-"].gb-button > a, .header-wrap #sticky-navigation .main-nav ul li.gb-button a {
        background-color: #BE1D23;
        border: 2px solid #BE1D23;
        color: #ffffff;
        line-height: 35px;
    }
	.header-wrap #site-navigation:not(.toggled) .main-nav ul li.gb-button:hover > a  {
        border: 2px solid #222222;
        color: #ffffff;
		background: transparent;
    }
	.header-wrap #sticky-navigation:not(.toggled) .main-nav ul li.gb-button:hover > a  {
        border: 2px solid transparent;
        color: #222;
	    background: transparent;
    }
	.header-wrap #sticky-navigation:not(.toggled) .main-nav ul li.gb-button:after {
		background: #fff;
	}
}

.main-navigation, .main-navigation ul ul {
	background-color: #222222;
}

.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"] > a {
	color: #e7474d;
}

.header-wrap #site-navigation:not(.toggled) .main-nav > ul > li[class*="current-menu-"]:hover > a, .header-wrap #site-navigation:not(.toggled) .main-nav > ul > li:not(.gb-button):hover > a, .header-wrap #sticky-navigation:not(.toggled) .main-nav > ul > li:not(.gb-button):hover > a  {
	color: #BE1D23;
}

/* @buttons */

@media screen and (min-width: 900px) {
	.main-nav .gb-button {
    	margin-left: 10px;
	}
}

.animate-btn .gb-button, .main-nav .gb-button, .gform_button, .form-submit input[type="submit"] {
	cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
	position: relative;
}

.animate-btn .gb-button:hover::before, .main-nav .gb-button:hover::before, .gform_button:hover::before, .form-submit input[type="submit"]:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.animate-btn .gb-button:before, .main-nav .gb-button:before, .gform_button:before, .form-submit input[type="submit"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.animate-btn .gb-button:hover::after, .main-nav .gb-button:hover::after, .gform_button:hover::after, .form-submit input[type="submit"]:hover::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.animate-btn .gb-button:after, .main-nav .gb-button:after, .gform_button:after, .form-submit input[type="submit"]:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.form-submit input[type="submit"], .ff-el-group.ff_submit_btn_wrapper button {
	border-radius: 0;
}

/* @sections homepage */
.hero-services {
    box-shadow: rgb(0 0 0 / 6%) 0px 20px 30px;
}

/* @elements */

.post-term-item a:hover {
	color: #fff;
}

.page-id-817 ul li {
	margin-bottom: 10px;
}

.mb-35 {
	margin-top: 35px;
}

.wp-block-image.mb-25 {
    margin-bottom: 25px;
}

p.mw-800 {
	max-width: 800px;
	margin: 0 auto 25px;
}

p.mw-900 {
	max-width: 900px;
	margin: 0 auto 25px;
}

.logoSlider.style2 .grid {
	padding: 5px 13px;
    border: 0;
}

.logoSlider.style2 .grid img {
    width: 150px;
    height: 100px;
}

.ctl-instant-timeline .timeline-content .story-time {
    margin-top: 15px;
}

.stats-section .gb-headline {
    font-weight: 500;
    font-family: 'Jost',sans-serif;
}

.box-shadow img {
	box-shadow: -20px -20px 1px rgb(247 247 250);
}

.box-shadow-alt img {
	box-shadow: 20px -20px 1px rgb(247 247 250);
}

/*
p.gb-headline-edc54278 .gb-icon, p.gb-headline-fa528718 .gb-icon,  .page-id-2385 p.gb-headline-dd2c64e1 .gb-icon,  .page-id-2385 p.gb-headline-f24c2b7f .gb-icon  {
    margin-top: -25px;
}
*/

.service-grid figcaption {
  background: rgba(0,0,0,0.7);
  margin: 10px;	
  height: 99%;
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  text-align: center;
}

.service-grid figcaption a {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}

.service-grid .wp-block-image {
	position: relative;
}

.service-grid .wp-block-image:hover figcaption a {
  opacity: 1;
}

.service-container {
	background: #fff;
    margin-right: 40px;
    padding: 18px 28px;
    margin-top: -84px;
    position: relative;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.features-list .gb-icon svg {
    color: #e7474d;
}

.features-list .gb-button-text span {
    font-size: 19px;
}

.features-list {
    padding: 5px 0;
}

p.no-margin {
	margin-bottom: 0;
}

/* @testimonial slider */

.logoSlider .slick-slide img {
    border: 0;
    height: auto;
    max-width: 135px;
    -o-object-fit: cover;
    object-fit: contain;
}

.logoSlider p.slide {
    margin-bottom: 0;
}

.logo_slider.slide .slick-next, .logo_slider.slide .slick-prev {
	opacity: 0.6;
}

.logo_slider.slide .slick-next:hover, .logo_slider.slide .slick-prev:hover {
	opacity: 1;
}

.logo_slider.slide .slick-slide {
    float: none;
    vertical-align: middle;
}

.exchanges-section .logo_slider.slide .slick-dots {
    display: none !important;
}

.exchanges-section .logo_slider.slide .slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* @team member boxes */
.team-box-content-wrap {
	padding: 35px 32px 25px;
	background: #fff;
}

.team-box-content-wrap p.team-position {
    font-weight: 500;
    font-size: 17px;
    color: #be1d23;
}

.team-box-content-wrap h3 {
    font-size: 24px;
}

.team-box.armando .team-box-content-wrap {
	padding: 20px 32px 15px;
}

/* @gravity forms styles */

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 500;
    font-family: 'Jost', sans-serif;
	color: #000;
}

.modalbox.success {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  padding: 25px 25px 15px;
  text-align: center;
  margin-top: 30%;	
}

.modalbox.success.animate .icon {
  -webkit-animation: fall-in 0.75s;
  -moz-animation: fall-in 0.75s;
  -o-animation: fall-in 0.75s;
  animation: fall-in 0.75s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.modalbox.success h1 {
  font-family: 'Jost', sans-serif;
}

.modalbox.success p {
  font-family: 'Roboto', sans-serif;
}

.modalbox.success .icon {
  position: relative;
  margin: 0 auto;
  margin-top: -75px;
  background: #fff;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 30px;
}

.modalbox.success .icon svg {
	width: 77px;
    height: 100px;
    color: #be1d23;
}

.modalbox.success .icon span {
  position: absolute;
  font-size: 4em;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
/* stupid browser compat. smh */
	
}
.center .change {
  clear: both;
  display: block;
  font-size: 10px;
  color: #ccc;
  margin-top: 10px;
}

@-webkit-keyframes fall-in {
  0% {
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes fall-in {
  0% {
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes fall-in {
  0% {
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes plunge {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 25%;
  }
}
@-moz-keyframes plunge {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 25%;
  }
}
@-o-keyframes plunge {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 25%;
  }
}
@-moz-keyframes fall-in {
  0% {
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fall-in {
  0% {
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes fall-in {
  0% {
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes fall-in {
  0% {
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes plunge {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 15%;
  }
}
@-webkit-keyframes plunge {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 15%;
  }
}
@-o-keyframes plunge {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 15%;
  }
}
@keyframes plunge {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 15%;
  }
}

/* @blog single and archive pages */

.post-card .post-term-item, .post-header .post-category {
	text-transform: uppercase;
    font-weight: 600;
    color: #be1d23;
}

.post-card .post-author, .post-card .published-date {
    font-size: 16px;
    color: #5f5f5f;
    display: inline-block;
}

.post-header .post-title {
	max-width: 800px;
}

/* @other */

.hidden {
	display: none;
}

.mb-1 {
	margin-bottom: 1.2em;
}

.mb-40 {
	margin-bottom: 40px;
}

.no-mb {
	margin-bottom: 0;
}

p.mw-500 {
	max-width: 500px;
}

.shadow-container {
	padding: 38px;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgb(0 0 0 / 10%);
	background: #fff;
}

.page-id-2385 .gb-container-858e6d89 > .gb-shapes .gb-shape-1, .page-id-2461 .gb-container-858e6d89 > .gb-shapes .gb-shape-1, .home .gb-container-858e6d89 > .gb-shapes .gb-shape-1, .page-id-14 .gb-container-858e6d89 > .gb-shapes .gb-shape-1, .page-id-12 .gb-container-858e6d89 > .gb-shapes .gb-shape-1 {
    color: #f7f7fa;
}

.eb-accordion-title-wrapper {
	box-shadow: 0 2px 10px rgb(0 0 0 / 2%) !important;
}

.page-id-2385 .entry-content .features-list {
	font-size: 20px;
}

.features-list {
	align-items: baseline !important;
}

.features-list span.gb-headline-text {
    line-height: 1.3em;
}

.png-icon img {
	max-height: 75px;
    margin-bottom: 30px;
    width: auto;
}

/* @elements data process section */

.single-data-process .process-img figcaption {
	font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    line-height: 45px;
    display: block;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 1;
    border-radius: 5px;
    padding: 0 10px;
}

.single-data-process .process-img.data-collection figcaption {
	    background: #BE1D23;
}

.single-data-process .process-img.data-validation figcaption {
	    background: #4B8AE7;
}

.single-data-process .process-img.data-processing figcaption {
	    background: #FFAA00;
}

.single-data-process .process-img.finalizing figcaption {
	    background: #0CCE6B;
}

.single-data-process .wp-block-image {
	position: relative;
}

.data-process .slick-disabled {
    display: none !important;
}

.data-process:before {
	content: '';
    position: absolute;
    left: -35px;
    right: 0px;
    height: 100%;
    display: block;
    top: -54px;
    transform: rotate(3deg);
    background: url('/wp-content/uploads/2021/10/data-process-bg.png') center center no-repeat;
	background-size: 80%;
}

.data-process h3 {
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
	text-align: center;
}

.data-process .slick-next:before, .data-process .slick-prev:before {
    font-size: 30px;
}

.data-process .wp-block-image>img {
	border-radius: 50%;
	max-width: 200px !important;
	margin: 20px auto;
	box-shadow: 0 2px 16px rgb(0 0 0 / 10%);
}

.data-process .single-data-process {
	padding-top: 60px;
}

.data-catalog-section .shadow-container {
	padding: 30px 25px;
}

.data-catalog-section .shadow-container p {
	margin-bottom: 0;
}

.data-catalog-section .shadow-container h4 {
    font-size: 19px;
    margin-bottom: 10px;
}

.data-catalog-section .shadow-container h3 {
    font-size: 21px;
	font-weight: 500;
    margin-bottom: 5px;
}


.data-catalog-section .shadow-container .png-icon img {
    margin-bottom: 20px;
}

.shadow-container.wp-block-image img {
	border-radius: 10px;
}

.shadow-container.p-25 {
	padding: 25px;
}

.img-size {
	max-width: 250px;
}

.inside-article .entry-meta {
	display: none;
}

#cookie-notice {
    font-size: 16px;
    font-family: 'Jost', sans-serif;
}

#cookie-notice a.cn-privacy-policy-link {
    color: #bfbfbf;
}

#cookie-notice a.cn-privacy-policy-link:hover {
    color: #ffffff;
}

.cn-button.wp-default, .cn-button.bootstrap {
	background: #BE1D23;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* @media queries */
@media screen and (min-width: 769px) and (max-width: 1025px) {
	.main-navigation .main-nav ul li a {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 769px) {
	.shadow-container figure {
		position: relative;
	}
	.mmb-40 {
		margin-bottom: 40px;
	}
	.shadow-container figure figcaption {
		position: absolute;
		margin: 0 auto;
		top: 0;
		background: #222;
		color: #fff;
		padding: 10px 20px;
		font-size: 20px;
	}
	.shadow-container.lc figure figcaption {
		border-radius: 10px 0;
		left: 0;
	}
	.shadow-container.rc figure figcaption {
		border-radius: 0 10px;
		right: 0;
	}
}

@media screen and (max-width: 768px) {
	.gform_wrapper.gravity-theme .gform_fields {
    	text-align: left;
	}
	.slick-prev {
    	left: -10px;
	}
	.slick-next {
    	right: -10px;
	}
	.vh100 {
		height: 100vh;
	}
	.stats-section:before {
        background-attachment: fixed !important;  
	}
	.logoSlider.style2 .grid img {
    	width: 120px;
    	height: 50px;
	}
	.service-column {
		margin-bottom: 35px;
	}
	.gb-grid-wrapper .wp-block-image.mmb-25 {
		margin-bottom: 25px;
	}
	.one-container.archive .post:not(:last-child), .one-container.blog .post:not(:last-child) {
    	padding-bottom: 20px;
	}
	.blog .post .gb-button-wrapper, .archive .post .gb-button-wrapper {
		display: none;
	}
	.one-container.archive .site-content, .one-container.blog .site-content {
    	padding: 40px 30px 40px 30px;
	}
}

@media screen and (max-width: 641px) {
	.gform_button {
    	width: 100%;
	}
}