/* ---------- LOGIN SIDEBAR ---------- */
#loginModal p, #loginModal ul {
    display: table;
    margin: 0 auto 10px !important;
    width: 75%;
    max-width: 100%;
}
#loginModal label {
    display: block;
    text-align: left;
    font-weight: 600;
}
#loginModal input {
    width: 100%;
    margin-bottom: 0px !important;
}
#loginModal .login-remember {
    display: none;
}
#loginModal input[type="submit"] {
    display: block;
    background-color: #b70f0a;
    color: white;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 203px;
    height: auto;
    padding: 0.5rem 0;
    border: 1px solid black;
    font-size: 120%;
}
#loginModal-forgot-password {
    font-size: 80%;
}
#loginModal .gfield_required {
    display: none;
}
#loginModal .ginput_container_password > * {
    display: block;
    width: 100%;
    padding: 0;
}
#loginModal .ginput_container_password label {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
}
#loginModal .gform_wrapper {
    margin-top: 0px !important;
}
#loginModal .gform_wrapper li {
    padding: 0;
}
#loginModal .gform_wrapper li:first-of-type {
    margin-top: 0px !important;
}
#loginModal .gform_wrapper .gform_footer {
    margin-top: 2rem !important;
    padding-top: 0px !important;
}
/* ---------- /LOGIN SIDEBAR ---------- */



/* ---------- FORMS ---------- */
.gform_wrapper textarea {
    border: 1px solid black;
}
/* ---------- /FORMS ---------- */



/* ---------- RESPONSIVE ---------- */
@media only screen and (min-width: 1200px) {
    #masthead nav .current-menu-item a::after, #masthead nav .current-page-ancestor a::after {
       display: none;
    }
}
/* ---------- /RESPONSIVE ---------- */



/*  HOME  */
.home {
    min-height: 800px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.sideblock {
    position: absolute;
    top: 10%;
    left: 10%;
    background: #fff;
}
.card-home {
    background: rgb(255,255,255);
    position: absolute;
    right: 5%;
    top: 10%;
    width: 800px;
}
.card-home .title {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    text-align: center;
    margin: 15px;
}
.description {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 10px;
      margin-bottom: 10px;
    font-style: italic;
    margin-bottom: 30px;
    color: #82939A;
}
.card-grid {
    display: grid;
    padding: 0 30px;
    grid-template-columns: 23% 23% 23% 23%;
    grid-gap: 3%;
}
.card-grid .item {
    text-align: center;
}
.card-grid .item div {
    border-radius: 25px;
    padding: 15px 0px;
    min-height: 170px;
}
.card-grid .card-link {
    text-align: left;
}
.card-grid .card-text {
    padding: 0 10px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
.note {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-align: left;
    margin: 10px 0 35px;
    color: #82939A;
}
.card-row {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.card-row .item {
    border-radius: 10px;
    text-align: center;
    position: relative;
    padding: 15px 0;
}
.card-row .card-image {
   position: absolute;
    top: -36px;
    width: 58px;
    right: -22px; 
}
.sideblock .text {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}
.sideblock:after, .sideblock:before{
    content:"";
    position:absolute;
    width:20px;
    height:50%;
    left:100%;
}
.sideblock:after{
    bottom:0;
    background: linear-gradient(to right bottom, #fff 50%, transparent 53%);
}
.sideblock:before{
    top:0;
    background: linear-gradient(to right top, #fff 50%, transparent 53%);
}
.square {
    padding: 25px 15px;
    position: relative;
}
.gform-body fieldset {
  max-width: 100%;
}
#gform_submit_button_14 {
    border: 0px solid black !important;
}
.gform_wrapper.gravity-theme input[type="email"], .gform_wrapper.gravity-theme input[type="search"], .gform_wrapper.gravity-theme input[type="tel"], .gform_wrapper.gravity-theme input[type="text"], .gform_wrapper.gravity-theme input[type="url"], .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea, .gform_wrapper.gravity-theme .gfield textarea.large {
    border: 1px solid #262836;
}
@media screen and (min-width: 1440px) {
    .square:before {
        content: '';
        background: #fff;
        width: 5000px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 200px;
    }
}
@media screen and (min-width: 2050px) {
    .homecontainer {
        max-width: 1950px;
        margin: 0 auto;
        position: relative;
        height: 100%;
        min-height: 800px;
    }
}
@media screen and (max-width: 1566px) {
    .sideblock {
        top: 5%;
    }
    .card-home {
        right: 3%;
        top: 5%;
    }
}
@media screen and (max-width: 1024px) {
    .card-home {
      right: 10%;
      top: 25%;
    }
    .sideblock {
        left: 0;
    }
}
@media screen and (max-width: 850px) {
    .card-home {
      right: 2.5%;
      width: 95%;
    }
}
@media screen and (max-width: 450px) {
    #popmake-1054 {
        max-width: 90%!important;
        margin: 50px 0!important;
    }
    #popmake-1054 .gform_wrapper.gravity-theme .gfield textarea.large {
      height: 90px;
    }
    .card-home {
      top: 22%;
    }
    .card-grid {
      grid-template-columns: 50% 50%;
      row-gap: 0%;
    }
    .note {
      margin: 10px 0 15px;
    }
    .home {
      min-height: 935px;
    }
    .card-row {
        margin-top: 15px;
    }
    .card-row .card-image {
      top: -30px;
      right: -15px;
    }
}
@media screen and (max-width: 375px) {
    .home {
      min-height: 990px;
    }
}