/*
Theme Name: bs-checcini-christian
Theme URI: http://underscores.me/
Description: Wordpress Theme rapid development
Author: anonymous
Requires at least: 5.3
Tested up to: 6.0.2
Requires PHP: 7.4
Version: 0.4
*/

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-SemiBoldItalic.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-Regular.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-Medium.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-Italic.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-MediumItalic.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-SemiBold.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-BoldItalic.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Instrumentsans';
  src:
    url('assets/fonts/InstrumentSans-Bold.woff2') format('woff2'),
    url('assets/fonts/InstrumentSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.mfp-container .mfp-arrow::before {
  background: url('assets/i/static/gallery-right-black.svg') no-repeat center;
}
.mfp-container .mfp-arrow:hover:before {
  background: url('assets/i/static/gallery-right-white.svg') no-repeat center;
}

.cf7-cf-turnstile {
    position: absolute;
    bottom: -17rem;
    transform: scale(0.6);
    left: -10rem;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    width: 60%;
}
a {
	    transition: all .6s;
}
a:hover {
    color: #b00c29;
}