/*
Theme Name: zaxidna
Author: zaxidna.pro
Author URI: http://zaxidna.pro
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
        font-family: 'Open Sans', sans-serif;
        color: #111;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6, thead th {
        line-height: 1.35;
        font-weight: 700;
}

h1, .h1, h2, .h2 {
        line-height: 1.35;
        font-weight: 700;
}

h6, .h6, .fs-6 {
        font-size: 1.1rem !important;
}

small, .small {
        font-size: 90%;
}

.fw-700 {
        font-weight: 700;
}

img {
        max-width: 100%;
}

.rotate-45 {
        transform: rotate(45deg);
}

.bg-blue {
        background-color: #e9ebf8 !important;
}

.bg-tan {
        background-color: #f6e8ea !important;
}

.bg-primary {
        background-color: #f9b233 !important;
}

.bg-light {
        background-color: #f1f1f1 !important;
}

.text-blue {
        color: #004777 !important;
}

.text-primary {
        color: #f9b233 !important;
}

a {
        color: #111;
        text-decoration: none;
        transition: .25s;
}

a:focus, button {
        outline: none !important;
}

a:hover {
        color: #004777;
        text-decoration: none;
        transition: .25s;
}

a[href^="tel:"] {
        white-space: nowrap;
}

.btn {
        border-radius: 0;
        box-shadow: none !important;
        outline: 0 !important;
        text-transform: uppercase;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: .65rem;
        padding-bottom: .65rem;
        border: 0 !important;
        border-radius: 3rem;
        transition: .25s;
        font-size: 1.1rem;
}

.btn-primary {
        background: rgb(245,172,59);
        background: linear-gradient(90deg, rgba(245,172,59,1) 0%, rgba(253,213,40,1) 100%);
        border: 0 !important;
        color: #111;
}

.btn-primary:hover {
        background: rgb(245,172,59);
        background: linear-gradient(90deg, rgba(245,172,59,1) 0%, rgba(253,213,40,1) 100%);
        color: #004777;
}

.btn-primary:focus {
        background: rgb(245,172,59);
        background: linear-gradient(90deg, rgba(245,172,59,1) 0%, rgba(253,213,40,1) 100%);
        color: #111 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
        background-color: #626262;
}


.logo svg, .logo img {
        width: 6rem;
}


header a {
        text-decoration: none !important;
}

.hero-phones li  {
        line-height: 1.65rem;
}




.form-control, .form-select {
        box-shadow: none !important;
        border-radius: 3rem;
        background-color: #fff;
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        border: .15rem solid #adcad6;
        text-align: center;
}

.form-control:focus, .form-select:focus {
        background-color: #fff;
        border: .15rem solid #adcad6;
}

.form-group > div {
        position: relative;
}

.help-block {
        display: none;
}

.wpcf7-not-valid-tip {
        display: none !important;
}

.wpcf7-not-valid {
        border: .15rem solid #fe8a8f !important;
}

.wpcf7-checkbox > span {
        display: block;
}

.wpcf7-checkbox label {
        margin-bottom: 0;
}

.wpcf7-checkbox.has-error label {
        color: #fe8a8f;
}

.wpcf7 .wpcf7-form .form-check-input {
        margin-right: .25rem;
        box-shadow: none !important;
}

.wpcf7 .wpcf7-form .form-check-input:focus {
        border-color: #111;
}

.wpcf7 .wpcf7-form .form-check-input:checked {
        background-color: #111;
        border-color: #111;
        box-shadow: none !important;
}

span.wpcf7-list-item {
        margin: 0 0 .25rem 0 !important;
}

span.wpcf7-list-item-label {
        font-weight: 400;
}

.wpcf7 form .wpcf7-response-output {
        margin: 1rem 0 0 0 !important;
        padding: 0 !important;
        border: 0 !important;
        color: #004777;
}

.wpcf7 form .wpcf7-spinner {
        display: none;
}

.form-control::-webkit-input-placeholder {color: #616161;}
.form-control:-moz-placeholder {color: #616161;}
.form-control::-moz-placeholder {color: #616161;}
.form-control:-ms-input-placeholder {color: #616161;}

.form-control:focus::-webkit-input-placeholder {color: transparent;}
.form-control:focus::-moz-placeholder {color: transparent;}
.form-control:focus:-moz-placeholder {color: transparent;}
.form-control:focus:-ms-input-placeholder {color: transparent;}



section.items-block .accordion-button {
        outline: 0 !important;
        box-shadow: none !important;
        padding-top: 1rem;
        padding-bottom: 1rem;
}

section.items-block .accordion-button:focus {
        border-color: transparent;
        outline: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
}

section.items-block .accordion-button::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='rgba%2833, 33, 33, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' fill='%23474b4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.items-block .accordion-button:not(.collapsed) {
        color: #222;
        background-color: transparent;
        box-shadow: none;
}

section.items-block .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='rgba%2833, 33, 33, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' fill='%23474b4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

section.items-block .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
}



article ul {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
}

article ul.list-unstyled {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
}

article ul.list-unstyled li:before {
        content: none;
}

article p:last-child {
        margin-bottom: 0;
}

footer .zaxidna svg {
        width: 3.6rem;
}










@media (min-width: 576px) {


}


@media (min-width: 768px) {

.logo svg, .logo img {
        width: 6rem;
}

}


@media (min-width: 992px) {

.fs-3 {
        font-size: 2rem !important;
}

.fs-5 {
        font-size: 1.5rem !important;
}

.fs-6 {
        font-size: 1.25rem !important;
}

}


@media (min-width: 1200px) {

.logo svg, .logo img {
        width: 7rem;
}

.btn {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-top: .75rem;
        padding-bottom: .75rem;
}

.btn-primary:hover {
        -webkit-transform: scale(1.1);
}

.hero {
        min-height: 100vh;
}

.form-control, .form-select {
        text-align: left;
}

article ul li::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-sharp-solid);
        content: "\f00c";
        margin-right: .5rem;
}

}

@media (min-width: 1400px) {

}
