/*
Theme Name: UnderStrap: SecurHWS
Theme URI: http://www.jd3creative.com/
description: UnderStrap child theme for SecurHWS.
Author: John Doe
Author URI: http://www.jd3creative.com/
Template: understrap
*/
pre {
    background: yellow;
    color: black;
    border-radius: 8px;
    display: inline-block !important;
    padding: 10px;
}

body {
    font-family: "Open Sans", Arial, Sans-Serif;
    background: #f3f5f5 !important;
}

article a {
    color: #0A0A66 !important;
}

article p,
article li {
    line-height: 1.8;
    color: #333;
}

article h2 {
    color: #333;
}

article ul li,
article ol li {
    margin-bottom: 0.8em;
}

#content {
    color: #333;
    padding-bottom: 40px;
}

#content p {
    line-height: 1.8;
}

.btn {
    font-family: Montserrat,
        Arial,
        Sans-Serif;
    font-weight: 500 !important;
    padding: .375rem 1.75rem !important;
    border-radius: 500px !important;
    text-decoration: none;
}

.btn-outline-primary {
    border-color: #0A0A66 !important;
    color: #0A0A66 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.wpcf7 .show>input.dropdown-toggle[type=submit],
.wpcf7 input:not(:disabled):not(.disabled).active[type=submit],
.wpcf7 input:not(:disabled):not(.disabled):active[type=submit] {
    border-color: #0A0A66 !important;
    color: #fff !important;
    background: #0A0A66 !important;
}

.wpcf7#wpcf7-f5-p23-o1 {
    margin-bottom: 40px !important;
}

.wpcf7 .wpcf7-form label {
    font-weight: 500;
}

.btn-outline-primary:hover {
    border-color: #0A0A66 !important;
    background: #0A0A66 !important;
    color: #fff !important;
}

.btn-primary {
    color: #fff !important;
    background: #0A0A66 !important;
    border-color: #0A0A66 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.btn-secondary {
    color: #fff !important;
    background: #007bff !important;
    border-color: #007bff !important;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #0A0A66 !important;
    border-color: #0A0A66 !important;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn.focus,
.btn:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 36, 128, .5) !important;
}

.wpcf7 input[type=submit] {
    border-color: #0A0A66 !important;
    background: #0A0A66 !important;
    color: #fff !important;
    font-family: Montserrat, Arial, Sans-Serif;
    font-weight: 500 !important;
}

.wpcf7 input:hover[type=submit] {
    border-color: #007bff !important;
    background: #007bff !important;
    color: #fff !important;
}

.wpcf7 input.focus[type=submit],
.wpcf7 input:focus[type=submit] {
    box-shadow: 0 0 0 0.2rem rgba(36, 36, 128, .5) !important;
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=submit],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 36, 128, .5) !important;
}

.wpcf7 {
    max-width: 100% !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 20px 20px 5px 20px;
    margin-bottom: 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 0 0 20px 0 !important;
    border-radius: 4px;
}

main h1 {
    margin: 0.5rem 0 1rem 0;
    font-size: 1.8rem;
    line-height: 1.5;
}

main h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 4rem 0 1rem 0;
    font-weight: 500;
    color: #000;
}

main h2.home {
    padding-top: 0;
    margin-top: 0;
    font-weight: 500;
    color: #333;
}

@media (min-width: 768px) {
    main h1 {
        margin: 1rem 0 2rem 0;
        font-size: 2.2rem;
    }

    main h2 {
        font-size: 1.8rem;
        margin: 1rem 0;
    }
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #283544;
    font-family: Montserrat, Arial, Sans-Serif;
}

main a {
    color: #0A0A66;
    text-decoration: underline;
}

main a:active,
main a:focus,
main a:hover {
    color: #007bff !important;
}

main a:visited {
    color: #323232;
}

.cta-link a:link,
.cta-link a:visited {
    font-family: Montserrat, Arial, Sans-Serif;
    text-decoration: none !important;
    font-size: 1.3rem;
    color: #0A0A66;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.cta-link a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #007bff;
    display: inline;
    margin-left: 0.5em;
}

.cta-link a:hover {
    color: #0A0A66;
}

.card-header {
    font-weight: 500;
    color: #666;
}

#headwrap {
    background: #0A0A66;
    padding: 40px 0;
}

a.phone-cta {
    color: #0A0A66;
}

a.phone-cta i {
    color: #007bff;
}

a:hover.phone-cta,
a:focus.phone-cta,
a:active.phone-cta {
    color: #007bff;
    text-decoration: none;
}

#full-width-page-wrapper,
#page-wrapper,
#single-wrapper {
    background: #fff;
}

#wrapper-footer {
    color: #303235;
    border-top: 1px solid #ebebeb;
}

#wrapper-footer a {
    color: #303235;
}

#wrapper-footer a:hover {
    text-decoration: none;
    color: #007bff;
}

#wrapper-footer ul {
    list-style-type: none;
    margin: 1em 0 2em 0;
    padding: 0;
}

#wrapper-footer ul li {
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

#wrapper-footer a.foot-title {
    font-weight: bold;
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 2px solid #99aab4;
}

.site-footer {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}

.site-info,
.site-info a {
    color: #99aab4 !important;
    font-size: 0.8rem;
}

.site-info a:hover {
    color: #000 !important;
    text-decoration: underline !important;
}

.wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* RESPONSIVE LISTS */
.list-col-1 {
    column-count: 1;
}

.list-col-2 {
    column-count: 2;
}

.list-col-3 {
    column-count: 3;
}

.list-col-4 {
    column-count: 4;
}

@media (min-width: 576px) {
    .list-col-sm-1 {
        column-count: 1;
    }

    .list-col-sm-2 {
        column-count: 2;
    }

    .list-col-sm-3 {
        column-count: 3;
    }

    .list-col-sm-4 {
        column-count: 4;
    }
}

@media (min-width: 768px) {
    .list-col-md-1 {
        column-count: 1;
    }

    .list-col-md-2 {
        column-count: 2;
    }

    .list-col-md-3 {
        column-count: 3;
    }

    .list-col-md-4 {
        column-count: 4;
    }
}

@media (min-width: 992px) {
    .list-col-lg-1 {
        column-count: 1;
    }

    .list-col-lg-2 {
        column-count: 2;
    }

    .list-col-lg-3 {
        column-count: 3;
    }

    .list-col-lg-4 {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .list-col-xl-1 {
        column-count: 1;
    }

    .list-col-xl-2 {
        column-count: 2;
    }

    .list-col-xl-3 {
        column-count: 3;
    }

    .list-col-xl-4 {
        column-count: 4;
    }
}

/* END RESOPNSIVE LISTS */
blockquote {
    border-left: 4px solid #99aab4;
    padding: .5em 1em;
    background: #f3f5f5;
}

.navbar-brand img {
    max-width: 130px;
    padding: 15px 0;
}

nav.navbar.bg-primary {
    background-color: #fff !important;
}

.navbar {
    /*    border-bottom: 1px solid #ccc;
*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.navbar .navbar-toggler {
    font-size: 1.2rem;
}

.navbar a {
    font-family: Montserrat, Arial, Sans-Serif;
    font-weight: 500;
    font-size: 1rem;
}

a.nav-link {
    color: #333 !important;
}

a:hover.nav-link {
    color: #007bff !important;
}

.navbar .dropdown-menu a {
    font-size: 0.9rem;
    font-weight: normal;
    font-family: "Open Sans", Arial, Sans-Serif;
}

.navbar .dropdown-toggle::after {
    color: #696d91;
}

.nav-item.btn {
    margin-left: 10px;
}

.nav-item.btn i {
    opacity: 0.6;
}


.quicknav {
    padding: 10px 0;
}

.breadcrumb {
    color: #999;
    padding: 0.75rem 0 !important;
    font-size: 0.9rem !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    border: 0 !important;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #007bff;
}

.wp-block-group.group-highlight {
    background: #f5fcff;
    padding: 30px;
    display: block;
    margin: 40px -15px 60px -15px;
    border-width: 1px 0;
    border-color: #9bcbff;
    border-style: solid;
    color: #212529;
}

.wp-block-group.group-highlight .h2,
.wp-block-group.group-highlight h2 {
    color: #090966;
    margin-bottom: 30px;
}

.wp-block-group.group-highlight hr {
    padding-bottom: 40px;
    margin-top: 40px;
    border-top: 1px #9bcbff solid;
    opacity: 0.3;
}

.icon-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.icon-list strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #000;
    font-family: Montserrat, Arial, Sans-Serif;
    text-align: center;
}

.icon-list li {
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 8px;
    width: 100%;
    background: #fff;
    line-height: 1.5;
    color: #626a6e;
    border: 1px solid #b8c0c4;
    border-radius: 8px;
}

.icon-list i {
    text-align: center;
    color: #303235;
    margin: auto;
    margin-bottom: 1rem;
    font-size: 2rem;
    display: block;
    width: 82px;
    height: 82px;
    background: #f3f5f5;
    border-radius: 100%;
    padding: 24px 22px 16px 22px;
    line-height: 1.1;
    vertical-align: middle;
}

ul.icon-checked {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.icon-checked li {
    margin: 0;
    padding: 0 0 2rem 0;
    padding-left: 4rem;
    padding-right: 2rem;
    font-weight: 500;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}

ul.icon-checked li i {
    background: #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-right: 1rem;
    margin-left: -3.75rem;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
}

@media (min-width: 768px) {
    ul.icon-checked li {
        display: inline-flex;
        width: 49%;
    }
}

@media (min-width: 576px) {
    .icon-list {}
}

@media (min-width: 768px) {
    .icon-list {
        display: flex;
        flex-wrap: wrap;
    }

    .icon-list li {
        flex: 1 0 45%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .icon-list li:first-child {}

    .icon-list li:last-child {}
}

@media (min-width: 992px) {
    .icon-list {}

    .icon-list li {
        flex: 1 0 28%;
    }

    .icon-list i {
        font-size: 3rem;
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 1200px) {}

.wp-block-group.group-highlight .cta-link a,
.wp-block-group.group-highlight .cta-link a:after {
    color: #007bff;
}

/* SERVICES LIST */
ul.services {
    font-family: Montserrat, Arial, Sans-Serif;
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
    margin: 40px 0 80px 0;
    line-height: 2;
}

.services-list .services-item .services-img {
    margin: 0 auto;
}

.services-list .services-item .services-img img {
    max-width: 120px;
}

@media (min-width: 992px) {
    .services-list .services-item .services-img img {
        max-width: 120px;
    }
}

.services-list,
.services-icons {
    border-top: 1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
    background: #f3f5f5;
    padding-bottom: 60px;
}

.services-icons {
    border-bottom: none;
}

.services-list .services-title,
.services-icons .services-title {
    text-align: center;
    padding-top: 60px;
}

.services-list .services-title {
    padding-bottom: 30px;
}

.services-icons .services-title {
    padding-bottom: 5px;
}

.services-description {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px auto;
    color: #666;
}

.services-icons .btn {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .services-description {
        width: 60%;
    }
}

.services-list .services-img {
    text-align: center;
}

.services-list .services-title p {
    font-size: 1.1rem;
}

.services-list .services-item {
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 8px;
    list-style-type: none;
}

.services-icons .services-item {
    width: 100%;
    display: flex;
}

.services-icons .service-icon a {
    border-radius: 8px;
    background: #fff;
    text-align: center;
    display: block;
    margin-bottom: 30px;
    padding: 25px 10px;
    font-family: Montserrat, Arial, Sans-Serif;
    font-weight: bold;
    color: #303235;
    font-size: 0.9rem;
    width: 100%;
}

.services-icons .service-icon a,
.services-list .services-item {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.services-icons .service-icon img {
    max-width: 80px;
    display: block;
    margin: 0 auto 10px auto;
}

@media (min-width: 576px) {
    .services-icons .service-icon img {
        max-width: 100px;
    }
}

.services-list .services-item h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
}

.services-list .services-item h3 a {
    color: #303235;
}

.services-list .services-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

.services-list .services-item .cta-link a {
    margin-top: 1rem;
    font-size: 1rem;
    color: #007bff;
}

.services-list .services-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.services-list .services-footer .btn {
    margin-top: 30px;
}

.services-list .services-item .services-img {
    max-width: 200px;
    margin: 0 auto;
}

/* HERO */
.hero {
    background: #204e80 url("/wp-content/uploads/2021/05/homepage-slider.jpg") 0 0 no-repeat;
    background-size: cover;
    color: #fff;
    padding: 60px 10px;
    box-shadow: inset 0 160px 80px rgba(0, 15, 32, 0.70);
}

.hero .hero-text {
    text-align: center;
}

.hero .hero-text p {
    margin-bottom: 2em;
}

.hero .hero-text p,
.hero .hero-text .h1 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.hero .btn-outline {
    color: #fff !important;
    border: 2px solid #fff !important;
    background: #3e669a;
}

@media (min-width: 768px) {
    .hero {
        box-shadow: none;
        padding: 120px 0;
    }

    .hero .btn-outline {
        background: transparent;
    }
}

@media (min-width: 1920px) {
    .hero {
        background-size: contain;
    }

}

.page-title {
    background: #101f32 url(/wp-content/uploads/2021/04/page-title.jpg) 0% 25% no-repeat;
    padding: 30px 0 20px 0;
}

.page-title .h1,
.hero .hero-text .h1 {
    font-weight: 500;
    color: #fff;
    font-size: 1.8rem;
}

@media (min-width: 768px) {

    .page-title .h1,
    .hero .hero-text .h1 {
        font-size: 2.4rem;
    }
}

.hero p {
    text-shadow: 1px 1px 1px rgba(50, 90, 175, 0.5);
}

@media (min-width: 576px) {
    .hero .hero-text .h1 {
        font-size: 3rem;
    }

    .hero {
        /*  height: 700px; */
    }
}

@media (max-width: 576px) {
    .break-sm {
        display: block;
    }
}

/*.hero .hero-text .btn {
    margin: 20px 0;
    background: #fff !important;
    color: #305aac !important;
    border-color: #fff !important;
    font-weight: 700;
}

.hero .hero-text .btn:hover,
.hero .hero-text .btn:focus,
.hero .hero-text .btn:active {
    background: #1a305c !important;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #305aac !important;
}
*/
.hero .hero-img {
    text-align: center;
}

.wp-bootstrap-blocks-row .card {
    margin-bottom: 20px;
}

.card-text i {
    color: #007bff;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #007bff !important;
}

.final-tag {
    line-height: 1.8;
    color: #fff;
    background: #101f32 url(/wp-content/uploads/2021/04/page-title.jpg) 0% 0% no-repeat;
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    font-family: Montserrat, Arial, Sans-Serif;
    font-size: 2rem;
    font-weight: 500;
}

.final-tag p {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
}

@media (min-width: 576px) {
    .final-tag {}
}

.wp-block-separator {
    margin-top: 4rem;
    clear: both;
}

.btn.btn-outline {
    border-color: #999;
    color: #666;
    border-width: 2px;
}

.navbar-light .navbar-toggler {
    border: 2px solid #99aab4 !important;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #007bff !important;
}

.navbar-toggler:hover {
    border: 2px solid #007bff !important;
    color: #007bff !important;
}

.navbar-toggler:focus {
    border-radius: 100%;
    border: 2px solid #007bff !important;
    background: #007bff;
    outline: 0;
    color: #fff !important;
}

/* IMAGE CLASSES */
.img-rounded {
    border-radius: 8px;
}

.img-outline {
    1px solid #ccc;
}

.img-right,
.img-left {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {

    .img-right,
    .img-left {
        padding-bottom: 1rem;
    }

    .img-right {
        padding-left: 1rem;
        float: right;
    }

    .img-left {
        padding-right: 1rem;
        float: right;
    }

    .img-half {
        max-width: 50%;
    }

    .img-third {
        max-width: 33%;
    }
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

/* END IMAGE HELPER CLASSES */
.current-menu-item .nav-link,
.current-menu-parent .nav-link {
    color: #007bff !important;
}

.dropdown-menu .current-menu-item .active,
.dropdown-menu .current-menu-item.active {
    background: #007bff !important;
}

.dropdown-menu .current-menu-item .active a,
.dropdown-menu .current-menu-item.active a {
    color: #fff !important;
}

