/* ---------------------------------------- MultiWebMarketing Style ---------------------------------------- */
/*== == Generic == == */
body {
    margin: 0px;
	background: white;
}

.menu-toggle {
    display: none !important;
}

img {
    max-width: 100%;
    display: block;
}

.title {
    display: block;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    FONT-WEIGHT: 400;
}

.subtitle {
    display: block;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 400;
}

.subtext {
    font-size: 22px;
    line-height: 30px;
    font-weight:400;
    text-transform: uppercase;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 15px 0px;
}

p, li {
    font-size: 15px;
    line-height: 23px;
}

ul.services-list {
    list-style:none;
    padding-left:0px;
}

ul.services-list li {
    position:relative;
}

ul.services-list li::before {
    display:inline-block;
    content:'\f054';
    font-family:"Font Awesome 6 Pro";
    margin-right:10px;
    color:var(--primary-color1);
}

p {
    margin: 0px 0px 10px 0px;
}

b {
    font-weight:500;
}

.row-container {
    margin: 0px auto;
    max-width: 1380px;
}

a {
    text-decoration: none !important;
}

.readmore {
    display: block;
    width: 240px;
    padding: 12px 10px;
    background: var(--primary-color1);
    color: white;
    box-sizing: border-box;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0px;
    border: 0px;
    margin-top: 20px;
    transition:
        all 300ms ease;
    cursor: pointer;
    text-transform: uppercase;
}
.readmore:hover {
    opacity: .5;
}
.readmore.alt {
    background: none;
    color: var(--primary-color1);
    border: solid 2px var(--primary-color1);
}

.fold-1-content-title .title{
    margin:0px;
}

.fold1-object-position-left .fold-1-background img {
    object-position: 15% 50%;
}

/* == == Generic END == == */

/*=== == CONTACT FOLDB == ==*/
.contact-foldb-left-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 50px 0px;
}

.contact-foldb-left-header .subtitle {
    margin: 0px;
}

.contact-foldb-left-header .subtitle b {
    color:var(--primary-color1);
}

.contact-foldb-container {
    display: flex;
}

.contact-foldb-left {
    flex: 0 0 60%;
    background: #333333c2;
    color: white;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.contact-foldb {
    background-image: url('/wp-content/uploads/2024/07/neal-contact-banner.jpg');
    background-size: cover;
    background-position: center;
}

.contact-foldb-right {
    flex: 1;
    background: #ea6916bf;
    display: flex;
    backdrop-filter: blur(2px);
}

.contact-foldb-right-button .readmore {
    color: white;
    border-color: white;
}

.contact-foldb-right-content {
    display: flex;
    gap: 50px;
}

.contact-foldb-right-padding {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact-foldb-right-content p {
    margin: 0px;
}

.contact-foldb-right-content p a {
    color: white;
    font-size: 24px;
    line-height: 32px;
}

.contact-foldb-right-button .readmore {
    margin: 0px;
    width: 300px;
    font-size: 24px;
    padding: 16px 0px;
}

.contact-foldb-left-title p {
    font-style: normal;
}

    /*== == CONTACT FOLDB END == ==*/

/*== == PAGINATION == ==*/

body .splide__pagination > li {
    display: flex;
    flex: 1;
}

body .splide__pagination > li > button {
    display: block;
    border: none;
    background: var(--primary-color1);
    padding: 5px;
    flex: 1;
    opacity: 0.4;
}

body .splide__pagination > li > button.is-active {
    opacity: 1;
}

body .splide__pagination {
    padding-left: 0px;
    gap: 2px;
    max-width: 400px;
    margin: 0px auto;
    width: calc(100% - 40px);
}

    /*=== == PAGINATION END == ==*/


/*== FOLD1 ==*/

.fold-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fold-1-content-title .subtitle {
    color: var(--primary-color1);
    margin: 0px;
    font-weight: 500;
}

.fold-1-content-title .title {
    color: white;
}

.fold-1-content-readmore .readmore {
    color: white;
    border-color: white;
}

.fold-1-background::before {
    content: '';
    background: #3f3f3f;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .8;
}

.fold-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fold-1 {
  position: relative;
}

.fold-1-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fold-1-background img {
    width:100%;
    height:100%;
    object-fit: cover;
}

.fold-1-content {
  padding: 80px 0 80px 0;
  text-align: center;
  max-width: 900px;
  margin: 0px auto;
  width: 100%;
  position: relative;
}

.fold-1-content .readmore {
  margin: 0 auto;
}

    /*== == FOLD1 END == ==*/


/* == == HEADER == == */
div.logo {
    float: none;
    max-width: 300px;
}

div.logo * {
    object-fit: contain;
    display: block;
}

#page {
    overflow: hidden;
    padding-top: 116px;
}

#masthead {
    padding: 15px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition:
        all 300ms ease;
    border-bottom: solid 2px transparent;
    background: white;
}

header#masthead.navbar-fixed-top {
    padding: 5px 0px;
}

#masthead.navbar-fixed-top > .row-container {
    border-color: transparent;
    padding-bottom: 10px;
}

#masthead > .row-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: solid 2px #ffffff82;
    padding-bottom: 0px;
    transition: all 500ms ease;
}

#masthead > .row-container::before, #masthead > .row-container::after {
    content: unset;
}

#masthead #site-navigation {
    margin-right: 0px;
    margin-left: auto;
}

.header-contact-info-number a {
    color: var(--primary-color1);
}

.header-contact-info-socials a {
    color: var(--primary-color1);
    font-size: 25px;
}

.menu-right {
    width: 100%;
    position: relative;
    max-width: 800px;
}

.header-contact-info p {
    margin: 0px;
}

.header-contact-info a {
    color: var(--primary-color1);
}

.header-contact-info-socials {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.header-contact-info {
    text-align: right;
}

#masthead ul.sub-menu {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition:
        all .5s ease;
    list-style: none;
    padding: 0px;
    pointer-events: none;
    width: 620px;
    display: flex;
    flex-wrap: wrap;
    background: #2525258c;
    backdrop-filter: blur(3px);
}

#masthead li.menu-item:hover > ul.sub-menu {
    top: calc(100% - 0px);
    opacity: 1;
    pointer-events:all;
}

#masthead ul.sub-menu > li > a {
    display: block;
    padding: 5px 15px;
    color: white;
    width: 100%;
    transition:all 500ms ease;
}

ul.sub-menu > li {
    flex: 1 1 calc(100% / 2 - 20px);
}

ul.sub-menu > li > a:hover {
    opacity:.5;
}

ul.sub-menu > li > a::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    display: inline-block;
    margin-right: 10px;
}

ul#primary-menu {
    justify-content: space-between;
    display: flex;
    list-style-type: none;
    padding: 0px;
}

ul#primary-menu li.menu-item {
    position: relative;
}

ul#primary-menu > li > a {
    color: black;
    font-size: 16px;
    line-height: 1;
    transition:all 500ms ease;
}

ul#primary-menu > li > a:hover {
    color:var(--primary-color1);
}

#masthead .single-dropdown ul.sub-menu {
    width: 200px;
}

.single-dropdown ul.sub-menu li {
    flex: 1 0 100%;
}

#masthead .small-dropdown ul.sub-menu {
    width: 250px;
}

/* == == HEADER END == == */
/*== eBook Form ==*/
.ebook-image {
position: absolute;
width: 50%;
height: 100%;
left: 0px;
top: 0px;
}

.ebook-image img {
width: 100%;
height: 100%;
object-fit: contain;
}

.ebook-form-text .subtitle {
margin-bottom: 0px;
}

.ebook-form-text .subtext {
    color: var(--primary-color1);
    margin: 0px;
}

#ebook-fold .ebook-form-text .title ~ p {
margin-bottom: 10px;
}

input.readmore {
margin: 0px;
}

.footer-form-field-wrapper {
  display: flex;
  align-items: center;
  gap: 0px;
}

.footer-form {
  padding: 60px 0px;
  background: #353535;
  color: white;
}

.footer-form-content {
  flex: 0 1 530px;
}

.form-fields-wrapper {
  display: flex;
  gap: 20px;
}

.col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  flex: 0 0 220px;
}

.col:nth-of-type(3){
    flex: 0 1 400px;
}

.col:nth-of-type(4){
flex: 1 1 auto;
position: relative;
flex-direction: row-reverse;
align-items: center;
justify-content: flex-end;
}

.col .field input {
  background: #ffffff33;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
  color: white;
  border: 0;
  height: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.col .field input::placeholder, .col textarea::placeholder {
font-size: 14px;
line-height: 14px;
color: white;
}

.col textarea {padding: 10px;box-sizing: border-box;background: #ffffff33;padding: 23px 10px 10px 10px;box-sizing: border-box;display: block;width: 100%;margin-bottom: 10px;font-family: 'Montserrat';font-size: 14px;line-height: 14px;color: white;border: 0;height: 140px;text-transform: uppercase;letter-spacing: 1px;margin: 0;border-radius: 0;/* height: 100%; */box-sizing: border-box;}

.field {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
}

.field span.wpcf7-form-control-wrap {
  /* height: 100%; */
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

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

.col input[type=submit] {
display: block;
padding: 15px 10px;
color: white;
box-sizing: border-box;
font-size: 16px;
text-align: center;
line-height: 16px;
font-weight: 500;
letter-spacing: 0px;
border: solid 1px white;
transition:
    all 300ms ease;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 2px;
font-style: italic;
color: #fff;
  width: auto;
  display: inline-block;
  padding: 0;
  border-color: transparent;
background: none;
}

.col:nth-of-type(4)::before{
content: "\f1d8";
position: relative;
color: white;
font-size: 40px;
font-family: "Font Awesome 6 Pro";
font-weight: 100;
margin-bottom: 10px;
}


.ebook-form-fields ~ .privacy-text {
margin-bottom: 10px;
}

div#ebook-fold .ebook-form input.wpcf7-text {background: #ffffff33;padding: 10px;box-sizing: border-box;display: block;width: 100%;margin-bottom: 10px;font-size: 14px;line-height: 14px;color: white;border: 0;height: 50px;text-transform: uppercase;font-style: italic;letter-spacing: 1px;font-family: 'Poppins';}

div#ebook-fold .ebook-form input.wpcf7-text::placeholder {
font-size: 14px;
line-height: 14px;
color: white;
}

div#ebook-fold .ebook-form .ebook-form-fields {
display: flex;
align-items: center;
justify-content: space-between;
margin: 10px auto;
}

div#ebook-fold .ebook-form .ebook-form-fields > span {
flex: 0 0 48%;
}

div#ebook-fold {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    background: #444;
}

.ebook-fold-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    z-index: 5;
    gap: 40px;
    position: relative;
    margin: 90px 0px 0px;
    padding: 20px 0px 130px;
}

.ebook-fold-inner .ebook-image, .ebook-fold-inner .ebook-form {
flex: 0 0 550px;
color: white;
}

.sub-btn {
position: relative;
}

.sub-btn::before {
content: '';
position: absolute;
width: 50px;
height: 50px;
background: url(/wp-content/uploads/2021/06/icon-button.png) no-repeat center / contain;
top: 0;
left: -3px;
z-index: 3;
}

.sgpb-main-html-content-wrapper .sub-btn::before {
display: none;
}

.privacy-text p a {
    color: var(--primary-color1);
}

.ebook-form .readmore {
}

.brochure div#ebook-fold {
margin-top: 0px;
}

/*== eBook Form END ==*/
/* == == FOOTER BLOCK == == */
.footer-block {
padding: 30px 0;
position: relative;
background: #282828;
width: 100%;
clear: both;
}

.footer-block .row-container {
display: flex;
align-items: flex-start;
}

div#phone {
width: 23%;
}

div#address {
width: 43%;
}

div#opening {
width: 33.3%;
}

.footer-block .footer-block-item {
width: 30%;
margin-right: 5%;
position: relative;
z-index: 2;
}

.footer-block .footer-block-item#middle {width: 35%;margin-right: 0;}

.footer-block p a {
    color: var(--primary-color1);
    font-weight: 600;
}

.footer-block .footer-block-item h5 {
font-size: 36px;
line-height: 36px;
color: #fff;
margin-bottom: 20px;
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 400;
}

.footer-block-item h6 {
font-size: 24px;
color: white;
letter-spacing: 1px;
font-weight: 400;
margin-bottom: 15px;
}

.footer-block .footer-block-item#middle li {
float: left;
width: 50%;
padding: 5px 0px;
font-size: 15px;
list-style-type: none;
}

.footer-block .footer-block-item#middle li a {
color: grey;
list-style-type: none;
position: relative;
transition:
    all .33s ease;
}

.footer-block .footer-block-item#middle li a::before {
    content: "\f054";
    position: absolute;
    top: 50%;
    transform:
    translateY(-50%);
    -webkit-transform:
    translateY(-50%);
    left: -14px;
    color: var(--blue);
    font-size: 12px;
    font-family: fontawesome;
    color:var(--primary-color1)
    }

.footer-block .footer-block-item#middle li a:hover {
    color: #fff;
}

.footer-block .footer-block-item:last-of-type {
    margin-right: 0;
    width: 25%;
}

.footer-block .footer-block-item h5 {
font-size: 36px;
line-height: 36px;
color: white;
margin-bottom: 25px;
letter-spacing: 1px;
text-transform: capitalize;
font-weight: 400;
}

.footer-block .footer-block-item p {
margin-bottom: 0px;
line-height: 28px;
color: grey;
}

.footer-block .readmore {
background: white;
color: #333 !important;
}

.footer-block ul {
margin: 0 0 1.5em 0em;
float: left;
width: 100%;
padding-left: 20px;
}

.socials {
    display: flex;
    gap: 10px;
}

.footer-block .footer-block-item:last-of-type {
    display: flex;
    flex-direction: column;
}

.footer-block .footer-block-item .subtitle {
    margin-bottom: 20px;
    color: white;
}

.socials a {
    transition: all .5s ease;
    display: block;
    width: 50px;
    height: 50px;
    background: #ffffff33;
    display: flex;
    align-items: center;
    justify-content: center;
    color: lightgrey;
    font-size: 32px;
}

.socials a:hover {
    opacity: 0.5;
}

.footer-form-content .subtext {
    color: var(--primary-color1);
}

.footer-form-form .wpcf7 textarea {
    margin-top: 0px;
    padding: 10px;
    height: 140px;
    background: #ffffff33;
}

/* == == FOOTER BLOCK END == ==*/
/* == == == MWM FOOTER == == == */
#footer {
padding: 30px 0;
box-sizing: border-box;
position: relative;
background: #222;
clear: both;
}

#footer > .row-container {
position: relative;
}

#footer-multi-web {
float: none;
text-align: center;
margin: 0px auto;
max-width: 350px;
}

#footer-multi-web p {
font-size: 13px !important;
padding-bottom: 0px;
margin-top: 0px;
z-index: 20;
position: relative;
margin-bottom: 10px;
color: white;
}

#footer-multi-web p:last-of-type {
margin-bottom: 0px;
}

#footer a {
color: white;
font-family: 'Montserrat';
}

span#footer-highlight {
position: relative;
font-weight: bold;
z-index: -4;
text-shadow: 0px 0px 2px black;
}

span#footer-highlight::before {
content: "";
background: url(/wp-content/uploads/2021/01/multiwebmarketing-facebook-globe-small.png) no-repeat 50% 50% / contain;
position: absolute;
top: 50%;
left: 50%;
width: 200%;
height: 70px;
z-index: -1;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}

.privacy-site.moduletable {
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
text-align: right;
}

.date-sitename {
position: absolute;
left: 0px;
top: 10%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
text-align: left;
margin: 0px;
font-size: 16px;
}

#footer .row-container > p, .privacy-site.moduletable {
width: 30%;
color: white;
}

#footer .privacy-text, #footer .socials {
float: right;
}

#footer .privacy-text {
position: absolute;
left: 0px;
top: 100%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
font-size: 14px;
line-height: 14px;
}

#footer .socials a {
display: block;
float: left;
}

#footer .socials i {
font-size: 40px;
margin-left: 15px;
}

#footer i.fa-brands.fa-facebook-f {
font-size: 36px;
}

/* == == == == MWM FOOTER END == == == == */
section.error-404.not-found {
    padding: 100px 0px;
}

/*== == Contact Page == ==*/
.contact-fold2-wrapper {
    clear: both;
    position: relative;
}

.contact-card.quick-form-wrapper .wpcf7-spinner{
    position:absolute;
}

.contact-card.quick-form-wrapper .readmore{
    margin:10px 0px !important;
}

.contact-section {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 80px 0px;
}

.address-wrap {
    width: 30%;
}

.contact-card .wpcf7 textarea, .contact-card .wpcf7 input:not(.readmore) {
    background: whitesmoke !important;
}

.contact-card {
    width: 65%;
}

.address-wrap ul li {
    list-style-type: none;
}

.address-wrap h1, h3.contact-title {
    font-size: 37px;
    color: var(--color1);
    margin-bottom: 0px;
}

.address-wrap ul {
    box-sizing: border-box;
    margin: 20px 0px;
    position: relative;
    padding-left: 50px;
}

.address-wrap ul li a {
    font-weight:600;
    color:var(--primary-color1);
}

.address-wrap ul::before {
    content: "\f041";
    font-family: 'fontawesome';
    left: 10px;
    position: absolute;
    top: 0px;
    color: var(--primary-color1);
    font-size: 30px;
}

.address-wrap ul.phone::before {
    content: "\f095";
    top: 10px !important;
    line-height: 0px !important;
}

.address-wrap ul.email::before {
    content: "\f0e0";
    top: -5px;
}

.form-name, .form-email {
    width: 49%;
    margin-bottom: 0px;
    float: left;
    line-height: 0;
}

.form-name {
    margin-right: 2%;
}

.form-phone {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    line-height: 0;
}

.form-name input.wpcf7-form-control.wpcf7-text, .form-email input.wpcf7-form-control.wpcf7-text, .form-phone input.wpcf7-form-control.wpcf7-text, .wpcf7 textarea {
    width: 100%;
    padding: 8px;
    border-radius: 0px;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 15px;
    background: #474747cc;
    font-family: 'Poppins';
    border: none;
}

.contact-card input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0px;
}

.contact-card .sub-btn {
    float: right;
}

/*== == Contact Page END == ==*/
/*== == == CONTACT FORM == == ==*/
body {
    position: relative;
    font-family: 'Poppins';
    --primary-color1: #ea6916;
    --primary-color2: #f8a429;
}

.popup-confirmation {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5000;
    background: rgba(0,0,0,0.3);
    transition: 
        all .25s ease .25s;
}

.pweb-title .subtext {
    margin: 0px;
}

.pweb-title {
    text-align: center;
    padding: 20px;
    background: var(--primary-color1);
    border-top-left-radius: 25px;
    color: white;
    margin-bottom: 20px;
}

.pweb-title .subtitle {
    margin:0px;
    font-style:normal;
    font-weight: 600;
}

.popup-form-wrapper {
    border-color: var(--primary-color2);
}

.popup-form-wrapper input.wpcf7-submit {
    background: var(--primary-color1);
    border: none;
    text-align: center;
}

.popup-close {
    background: var(--primary-color1);
    border-color: white;
}

.wpcf7 .contact-form-fields textarea {
    background: whitesmoke;
    border: solid 2px #ccc;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 18px;
    margin: 0px;
}

.popup-form-wrapper input, .popup-form-wrapper textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper, .popup-form-wrapper select {
    font-family: 'Poppins';
}

.popup-confirmation.popup-open {
    opacity: 1;
    pointer-events: all;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation-inner {
    position: absolute;
    top: 150%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    background: #03be68;
    transform: 
        translate(-50%, -50%);
    -webkit-transform: 
        translate(-50%, -50%);
    padding: 60px 20px;
    text-align: center;
    color: white;
    border-radius: 25px;
    transition: 
        all .25s ease 0s;
}

.popup-confirmation.popup-open .popup-confirmation-inner {
    top: 50%;
    transition:
        all .25s ease .25s;
}

p.popup-small {
    font-size: 18px;
    line-height: 24px;
    max-width: 400px;
    margin: 20px auto;
}

p.popup-large {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0px;
}

.popup-confirmation-icon i {
    font-size: 250px;
}

a.popup-readmore {
    font-weight: 100;
    color: white;
    font-size: 24px;
    border: solid 2px white;
    padding: 5px 10px;
    border-radius: 25px;
    width: 150px;
    display: block;
    margin: 0px auto;
    transition:
        all .33s ease;
    cursor: pointer;
}

a.popup-readmore:hover {
    background: white;
    color: #03be68;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

#sgpb-popup-dialog-main-div input, #sgpb-popup-dialog-main-div textarea, .sgpb-gdpr-info, .sgpb-gdpr-label-wrapper {
    width: 100% !important;
    background: whitesmoke;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-size: 18px;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    border: solid 2px #ccc;
    box-sizing: border-box;
}

.contact-form-fields {
    padding: 0px 20px 20px;
    border-radius: 20px;
}

.sgpb-main-html-content-wrapper > p {
    margin: 0px !important;
}

.form-field {
    margin-bottom: 10px;
    flex: 0 0 100%;
}

.form-field.half {
    flex: 0 0 calc(50% - 5px);
}

.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p.privacy-details {
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

p.privacy-details a {
    font-size: 14px;
    line-height: 18px;
}

#sgpb-popup-dialog-main-div h3 {
    font-weight: 600;
    text-align: center;
    margin: 0px auto 30px;
    font-size: 32px;
    line-height: 40px;
    color: white;
    padding: 25px 0px 30px;
    background: #bd1819;
}

#sgpb-popup-dialog-main-div h3 span {
    color: white;
    display: block;
    font-weight: 300;
}

.sgpb-theme-1-content {
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px 0px !important;
    box-sizing: border-box !important;
    border: solid 5px #bd1819 !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 {
    border: solid 0px #bd1819;
    border-radius: 0px;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1::before {
    width: 50px;
    height: 50px;
    background: #bd1819;
    content: 'x';
    color: white;
    text-align: center;
    top: 0px;
    position: absolute;
    right: 0px;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
    z-index: 1000000;
    line-height: 45px;
    font-size: 30px;
    box-shadow: 0px 0px 10px 0px black !important;
    border-radius: 50%;
    pointer-events: none;
}

#sgpb-popup-dialog-main-div textarea {
    max-height: 150px;
}

.contact-form-wrapper ~ p:nth-of-type(0n+1) {
    margin: 0px;
}

.sgpb-popup-close-button-1 {
    bottom: unset !important;
    top: 0 !important;
    right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    -webkit-transform:
        translate(50%, -50%);
    transform:
        translate(50%, -50%);
}

.sgpb-popup-close-button-1:hover {
    opacity: 0;
}

form.wpcf7-form > p {
    margin: 0px;
}

#sgpb-popup-dialog-main-div input.wpcf7-submit {
    padding: 10px 20px;
    text-align: center;
    box-sizing: border-box !important;
    color: white;
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: 
        all 0.5s ease;
    transition:
        all 0.5s ease;
    background: #bd1819 !important;
    font-weight: 400;
    border: solid 1px #bd1819 !important;
    box-shadow: none !important;
    text-shadow: none;
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: inherit;
    font-family: 'Poppins';
    text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0 !important;
}

.wpcf7 textarea {
    width: 100%;
    height: 150px;
    margin-top: 10px;
}

.contact-card label {
    font-size: 18px;
}

/*== == == CONTACT FORM END == == ==*/
/*== == System Pages == ==*/
.policy-wrapper h5, .policy-wrapper h6 {
    font-size: 22px;
}

section.error-404.not-found {
    padding: 100px 0px;
}

/*== == System Pages END == ==*/
