/*
 Theme Name:   NHAZCA
 Description:  Tema NHAZCA
 Author:       Bye Bye Silos
 Author URI:   https://www.byebyesilos.com/
 Version:      1.0.1
 Text Domain:  nhazca-company
*/
html {
    scroll-behavior: smooth;
}
h1 {
	user-modify: read-only;
	-webkit-user-modify: read-only;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 16px;
    word-break: break-word;
}
header .container, footer .container {
    max-width: 1390px;
}
h3 {
    font-family: 'Montserrat', sans-serif;
}
.wp-block-cover.has-background-dim:before {
    opacity: 0;
}
.wp-block-cover a {
    color: #ffffff;
}
.wp-block-cover.light-cover > div {
    color: #000000;
}
a {
    color: #871724;
}
.big-lines p {
    line-height: 1.6;
	font-size: 14px;
}
.wpcf7 p {
    margin-bottom: 0;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 22px;
}
a.wp-block-button__link {
    border: solid 3px #871724;
    border-radius: 0;
    background: none;
    color: #2b2b2b;
    padding: 14px 34px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 21px;
    font-family: 'Montserrat', sans-serif;
    transition: filter .5s;
}
a.wp-block-button__link:hover {
    text-decoration: none;
    filter: invert(.3);
}
a.wp-block-button__link:hover, a.wp-block-button__link:visited {
    color: #2b2b2b;
}
.gig-text {
    font-size: 80px;
}
.slick-slide:focus {
    outline: none;
}
.slick-arrow {
    width: 37px;
    height: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    line-height: 0;
    border: none;
    background: none;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: content-box;
    border-color: #9e9e9e;
}
.slick-arrow:hover {
    border-color: #000000;
}
.slick-arrow:focus {
    outline: none;
}
.slick-prev:before, .slick-next:before {
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    border-bottom: solid 2px;
    border-left: solid 2px;
    border-color: inherit;
}
.slick-prev {
    left: -57px;
}
.slick-prev:before {
    margin-left: 10px;
    transform: rotate(45deg);
}
.slick-next {
    right: -57px;
    left: auto;
}
.slick-next:before {
    margin-left: -23px;
    transform: rotate(-135deg);
}
/****** ANGLED BLOCKS ******/
.clip-before {
    z-index: 1;
    clip-path: polygon(0% 15px, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 15px, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 15px;
    margin-top: -15px;
}
.clip-after-offset {
    padding-bottom: 15px;
}
.site-wrapper {
    overflow-x: hidden;
}
.angle-before::before {
    top: 0;
}
.angle-before, .angle-after {
    position: relative;
}
.angle-before:before, .angle-after:after {
    position: absolute;
    content: '';
    pointer-events: none;
    left: -1%;
    z-index: 2;
    width: 102%;
    padding-bottom: 3.6%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.angle-after::after {
    top: 100%;
}
.angle-after {
    padding-bottom: 59px;
}
.angle-before {
    padding-top: 59px;
}
.angle-before-offset {
    padding-top: 59px;
}
.angle-after-offset {
    padding-bottom: 59px;
}
.angle-after-border::after {
    border-bottom: solid 1px #e7e7e7;
}
/****** CAROUSEL ******/
.carousel-indicators li {
    border-radius: 50%;
    border: none;
    width: 10px;
    height: 10px;
    margin: 6px auto;
    background: #ffffff;
    opacity: 1;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    background: #872624;
}
.carousel-indicators {
    left: auto;
    right: 12px;
    height: 100%;
    margin: 0;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	z-index: 2;
}
.carousel-item > span {
    position: absolute;
    height: 100%;
	background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 10px;
    box-shadow: inset 0 35.3em 35.3em -35.3em black;
}
section > div:first-child .carousel-item > div {
    position: relative;
    padding: 16.55% 0;
    color: #fff;
    text-align: center;
}
.carousel-item p {
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}
.carousel-item .container {
    margin-top: 74px;
}
.carousel-item .d-table {
    min-height: 156px;
}
/****** HEADING COVER ******/
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
}
main > section > div:first-child h2 {
	padding-bottom: 0;
    font-weight: 400;
}
main > section > div.wp-block-cover.has-background-dim:first-child:before {
    opacity: 0.4;
}
main > section > div:first-child a {
    border: solid 3px #e1e1e1;
    border-radius: 0;
    background: none;
    color: #ffffff;
    padding: 15px 45px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 21px;
    font-family: 'Montserrat', sans-serif;
    transition: filter .5s;
    margin-left: 10px;
    margin-right: 10px;
}
main > section > div:first-child a:last-of-type {
    border-color: #f68747;
    background: #f68747;
}
main > section > div:first-child a:hover {
    filter: invert(.3);
}
section > .wp-block-cover:first-child {
    font-size: 10px;
    box-shadow: inset 0 35.3em 35.3em -35.3em black;
    min-height: 473px;
}
/****** NAVs ******/
.active > .nav-link, .active.nav-link {
    font-weight: 700;
    color: #ffffff;
}
.nav-link {
    transition: color .5s;
}
/****** NAVBAR ******/
.over-absolute {
    position: absolute;
    z-index: 3;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
	word-break: normal;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
.navbar .separator {
    height: 14px;
    width: 1px;
}
.language-selector {
	word-break: normal;
}
.navbar-collapse {
    transition: background-color .2s, box-shadow .2s;
}
.navbar-collapse.show {
    box-shadow: rgba(0, 0, 0, 0.88) 0px 0px 9px 10px;
    background-color: rgba(0, 0, 0, 0.88);
}
/****** CASE STUDIES WIDGET ******/
.case-studies-block .nav-link {
    font-size: 16px;
    padding: 2px 14px;
    color: #ffffff;
}
.case-studies-block .nav-link.active {
    color: #f68747;
    border-radius: 15px;
    background: #fff;
}
.case-studies-block h4 {
    color: #dddddd;
    font-size: 22px;
    line-height: 1.5;
}
.case-studies-block .media {
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}
/****** SINGLE CASE STUDY ******/
.single-case_studies h2 {
    font-size: 38px;
    font-family: 'Open sans', sans-serif;
    color: #333333;
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: 50px;
}
.data-attribute {
    font-size: 20px;
    color: #a8a8a8;
    font-weight: 600;
}
.data-value {
    font-size: 20px;
    color: #871724;
    font-weight: 700;
}
.single-case_studies p {
    font-size: 18px;
}
.single-case_studies .wp-block-image {
    margin-top: 18px;
}
.single-case_studies p + .wp-block-image {
    margin-top: 57px;
}
/****** LIST ELEMENTS ARROW ******/
.wp-block-column ul {
    list-style: none;
    padding-left: 0;
}
.wp-block-column li {
    padding-left: 20px;
    margin-bottom: 9px;
}
.wp-block-column ul li::before {
    content: "";
    display: inline-block;
    border-top: 5px solid transparent;
    border-left: 10px solid #871724;
    border-bottom: 5px solid transparent;
    margin-right: 10px;
    margin-left: -20px;
}
/****** TEAM BLOCK ******/
.team-block h3 {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 23px;
}
.team-block p {
    color: #7a7a7a;
}
.team-block .slick-arrow {
    top: 37%;
}
/****** COURSES SLIDER ******/
.courses-slider .slick-slide > div {
    background-color: #871724;
}
.courses-slider h3 {
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.6;
}
.courses-slider p {
    font-size: .9rem;
}
/****** COVER FEATURED ******/
.cover-featured {
    padding-bottom: 35%;
}
/****** FOOTER ******/
footer.angle-before:before {
    border-top: solid 1px #ccc;
}
footer p {
    font-size: 16px;
}
footer a {
    color: #000000;
}
.maker-logo span {
    left: 29%;
    position: absolute;
    top: -23%;
    font-size: .8rem;
    color: #8f8f8f;
}
.maker-logo {
    position: relative;
}
/****** SOCIAL LOGOS ******/
.social-logos > div {
    text-align: center;
}
.social-logos > div > a {
    display: inline-block;
    padding: 9px;
    border: solid 2px #dcdcdc;
    border-radius: 50%;
    transition: border-color .5s;
}
.social-logos img {
    height: 15px;
    display: block;
    width: 15px;
}
.social-logos > div a:hover {
    border-color: #848484;
}
/****** PUBLICATIONS ******/
.badge-pill {
    background: #dfdfdf;
    border: none;
    color: #7e7e7e;
    padding: 4px 13px;
    margin-right: 7px;
    margin-bottom: 7px;
    transition: opacity .2s;
}
.badge-pill:hover {
    opacity: .7;
}
.badge-pill.active {
    background: #871724;
    color: #ffffff;
}
.bg-light-grey {
    background-color: #f3f3f3;
}
.tags-label {
    text-transform: uppercase;
    font-weight: 700;
}
.publication h3 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 0;
}
.publication h3, .publication p {
    font-size: 16px;
    line-height: 1.7;
}
.publication .col-auto a {
    color: #666666;
    text-decoration: none;
}
/****** VIDEO ******/
figure.wp-block-video {
    position: relative;
    margin: 0;
    font-size: 0;
}
figure.wp-block-video::before {
    content: "";
    width: 68px;
    height: 68px;
    background-image: url(/wp-content/themes/nhazca-company/images/play.svg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-position: center;
    max-height: 50%;
    background-repeat: no-repeat;
}
figure.wp-block-video.active::before {
    content: none;
}
figure.wp-block-video::before, video {
    cursor: pointer;
}
.video-caption {
    font-size: 18px;
    margin-top: 24px;
}
/****** VIDEO SLIDER ******/
.video-slider .slick-prev {
    left: -40px;
}
.video-slider .slick-next {
    right: -40px;
}
/****** DOUBLE COVER BLOCK ******/
.justify {
    text-align: justify;
}
.justify-right {
    text-align-last: right;
}
.final-double-cover + footer.angle-before:before {
    border: none;
}
/****** FULL IMAGES ******/
.wp-block-image > img {
    width: 100%;
}
.wp-block-image img {
	height: auto;
}
/****** RECAPTCHA ******/
.grecaptcha-badge {
	visibility: hidden;
}
/****** OPACITY BACKGROUND ******/
.background-opacity {
    background-color: #0000004f;
}
.wp-block-cover.background-opacity:before {
    opacity: 1;
}
/****** ACCORDION ******/
.accordion {
    border-bottom: solid 1px #cccccc;
}
.accordion .card, .accordion .card-header {
    border: none;
}
.accordion .card-header {
    padding: 0;
    background: none;
    border-top: solid 1px #cccccc;
}
.accordion .btn-link {
    width: 100%;
    text-align: left;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}
.accordion .btn-link:before, .accordion .btn-link.collapsed:after {
    position: absolute;
    content: ' ';
    height: 25px;
    right: 31px;
    width: 3px;
    background-color: #000000;
}
.accordion .btn-link:before {
    transform: rotate(90deg);
}
/****** IMAGE HOVER ZOOM ******/
.img-hover-zoom {
    height: 0;
    overflow: hidden;
}
.img-hover-zoom .media {
	transition: transform 1s ease;
}
.img-hover-zoom .media:hover {
    transform: scale(1.1);
}
/****** SCROLL TO TOP ******/
#back-to-top {
	position: fixed;
    bottom: 25px;
    right: 25px;
	padding-top: 5px;
    padding-bottom: 5px;
	z-index: 2;
    display: none;
}
#back-to-top .fa-chevron-up {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
/****** PAGINATION ******/
.page-link {
    border: none;
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.page-item.active .page-link {
    background: none;
    color: #a3a3a3;
    font-weight: 600;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: unset;
}
/****** IFRAME ******/
iframe {
	max-width: 100%;
}
@media (max-width: 576px) {
	.wp-block-cover .wp-block-cover__inner-container {
		width: 100%;
	}
}
@media (max-width: 991px) {
    .carousel-item p {
        font-size: 30px;
    }
	h1, h2 {
		font-size: 25px;
	}
}
@media (max-width: 1199px) {
	.wp-block-cover.light-cover {
		background-image: none !important;
    	background-color: #fff;
	}
}
@media (min-width: 576px) {
    .clip-before {
        clip-path: polygon(0% 21px, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 21px, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 21px;
        margin-top: -21px;
    }
    .clip-after-offset {
        padding-bottom: 21px;
    }
}
@media (min-width: 768px) {
    .clip-before {
        clip-path: polygon(0% 27px, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 27px, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 27px;
        margin-top: -27px;
    }
    .clip-after-offset {
        padding-bottom: 27px;
    }
}
@media (min-width: 992px) {
    .clip-before {
        clip-path: polygon(0% 39px, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 39px, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 39px;
        margin-top: -39px;
    }
    .clip-after-offset {
        padding-bottom: 39px;
    }
}
@media (min-width: 1200px) {
    .clip-before {
        clip-path: polygon(0% 44px, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 44px, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 44px;
        margin-top: -44px;
    }
    .clip-after-offset {
        padding-bottom: 44px;
    }
}
@media (min-width: 1450px) {
    .clip-before {
        clip-path: polygon(0% 51px, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 51px, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 51px;
        margin-top: -51px;
    }
    .clip-after-offset {
        padding-bottom: 51px;
    }
}
@media (min-width: 1670px) {
    .clip-before {
        clip-path: polygon(0% 58px, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 58px, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 58px;
        margin-top: -58px;
    }
    .clip-after-offset {
        padding-bottom: 58px;
    }
}
@media (min-width: 1900px) {
    .clip-before {
        clip-path: polygon(0% 66px, 100% 0%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 66px, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 66px;
        margin-top: -66px;
    }
    .clip-after-offset {
        padding-bottom: 66px;
    }
}