/* General */
body {
    color: #868686;
    font-family: 'Poppins', sans-serif;
}
body > section,
body > nav,
body > .contactUsCta {
    position: relative;
}
body > section,
body > nav {
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #252525;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
h2 {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
}
h2:after {
    content: '';
    width: 5rem;
    height: 3px;
    background: #f9b707;
    display: block;
    margin: 1.25rem 0 1.75rem;
}
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #e39b01;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #121212;
}
button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn.centerButton,
button.centerButton {
    display: table;
    margin: 0 auto;
}
.btn {
    border: 2px solid #f9b707;
    padding: .4rem .85rem;
    color: #121212;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    background: #f9b707;
    color: #121212;
}
.btn-cta {
    background: #f9b707;
}
.btn-cta:hover,
.btn-cta:hover {
    color: #f9b707;
    background: #252525;
    border-color: #252525;
}
.btn-cta:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\00a0\f105';
}
[type="submit"] {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
:focus {
    outline: none;
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 2.5rem;
    }
}


/* Table */
table {
    margin-bottom: 1rem;
}
th, td {
    border: 1px solid #ddd;
    padding: .5rem;
}

/* Form */
.form-control:focus {
    border-color: gray;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Bullet Points */
#main ul li {
    position: relative;
    list-style: none;
}
#main ul li:before {
    background: #f9b707;
    width: 6px;
    height: 6px;
    left: -18px;
    top: 9px;
    position: absolute;
    border-radius: 50%;
}
.page-template-default #main .left ul li:before,
.page-template-services #main .right ul li:before {
    content: '';
}



/* Error 404 Page */
.error404 h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
    text-align: center;
}
.error404 h1 span {
    display: block;
    font-size: 5rem;
}

@media (min-width: 992px) {
    .error404 h1 {
        font-size: 5rem;
    }
    .error404 h1 span {
        font-size: 10rem;
    }
}


/* Section */
section {
    padding: 4rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home section {
    padding: 2rem 0;
}
@media only screen and (min-width: 992px) {
    .home section {
        padding: 2.75rem 0;
    }
}


/* Widget */
.widget {
    background: #f7f7f7;
    border: 1px solid #a1a1a1;
    padding: 1.25rem 1.5rem 1.75rem;
}
.widget .widget-title {
    font-size: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
}
.widget .widget-title:after {
    content: '';
    width: 5rem;
    height: 3px;
    background: #f9b707;
    display: block;
    margin: .75rem 0 1.5rem;
}
.widget p:last-of-type,
.widget > *:last-child {
    margin-bottom: 0;
}


/*-------------------------------------------*/


/* Navbar */
.navbar-brand img {
    height: 5rem;
    width: auto;

    height: 4rem;
}
.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar.bordered {
    border-bottom: 1px solid #a1a1a1;
}
.navbar .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2.5rem;
}
.navbar .menu .menu-item a {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    color: #252525;
    position: relative;
}
.navbar .menu .menu-item a:hover,
.navbar .menu .menu-item a:focus {
    color: #f9b707;
}
.navbar .menu .menu-item.current-menu-item > a,
.navbar .menu .menu-item.current-menu-ancestor > a,
.page-home .navbar .menu .menu-item.page-home > a,
.page-services .navbar .menu .menu-item.page-services > a,
.page-about .navbar .menu .menu-item.page-about > a,
.page-contact .navbar .menu .menu-item.page-contact > a {
    color: #f9b707;
}
.navbar .menu .menu-item.btn {
    padding: 0;
    margin-top: .5rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .menu .menu-item.btn a {
    padding: .4rem .85rem;
}
.navbar .menu .menu-item.btn a:hover,
.navbar .menu .menu-item.btn a:focus {
    color: inherit;
}
.sub-menu {
    margin: 0;
}
li.menu-item-has-children:hover > .sub-menu {
    display: block;
}
@media only screen and (min-width: 992px) {
    .navbar .menu {
        border-bottom: none;
        padding-bottom: 0;
    }
    .navbar .menu .menu-item a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .menu .menu-item.current-menu-item a:before,
    .navbar .menu .menu-item.current-menu-ancestor a:before,
    .page-home .navbar .menu .menu-item.page-home > a:before,
    .page-services .navbar .menu .menu-item.page-services > a:before,
    .page-about .navbar .menu .menu-item.page-about > a:before,
    .page-contact .navbar .menu .menu-item.page-contact > a:before {
        position: absolute;
        content: '';
        height: 1.75rem;
        width: 1.75rem;
        display: block;
        z-index: -1;
        border: 1px solid #e1e1e1;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: -2px;
        left: 7.5px;
    }
    .navbar .menu .menu-item.btn {
        margin-top: 0;
        margin-left: 1rem;
    }
}
@media only screen and (min-width: 1200px) { 
    #navbarNav {
        margin-top: -2rem;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .navbar.bordered #navbarNav {
        margin-top: 0;
    }
}


/* Footer */
footer {
    background: #252525;
    color: #fff;
    font-size: .85rem;
    padding: 1.25rem 0;
    font-family: 'Open Sans', sans-serif;
}
footer p {
    margin-bottom: 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    text-decoration: underline !important;
    color: #fff !important;
}
footer .left,
footer .right {
    text-align: center;
}
footer .left {
    margin-bottom: .5rem;
}
footer .left > *,
footer .right > * {
    margin-bottom: .25rem;
}
footer ul.menu {
    display: block;
    list-style: none;
    padding: 0;
}
footer ul.menu > li.menu-item {
    display: inline-block;
}
footer ul.menu > li.menu-item a {
    padding: 0 .75rem;
    border-right: 1px solid #ebebeb;
    line-height: 1;
    color: #ebebeb;
}
footer ul.menu > li.menu-item:last-child a {
    border: 0;
}
@media only screen and (min-width: 992px) {
    footer .left {
        text-align: left;
        margin-bottom: 0;
    }
    footer .right {
        text-align: right;
        margin-bottom: 0;
    }
}


/*----------------------------------------------------------*/


/* Header Banner */
#headerBanner {
    background-image: url(../img/a-variety-of-stonework.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom right;
    width: 100%;
    padding: 1rem 0 185px;
}
#headerBanner + * {
    position: relative;
    border-top: 1px solid #a1a1a1;
}
.home #headerBanner + * {
    border-top: none;
}
#headerBanner h1 {
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.home #headerBanner h1 {
    font-family: 'Open Sans';
    font-style: italic;
    line-height: 1.2;
    font-weight: 400;
    font-size: 2.75rem;
    text-transform: none;
}
#headerBanner h1:after {
    content: '';
    width: 5rem;
    height: 3px;
    background: #f9b707;
    display: block;
    margin: .5rem 0;
}
.home #headerBanner h1:after {
    margin: 1.75rem 0;
}
#headerBanner p {
    color: #252525;
    font-weight: 300;
}
@media only screen and (min-width: 620px) {
    #headerBanner {
        padding: 4rem 1rem;
    }
    .home #headerBanner {
        padding: 1rem;
    }
    #headerBanner p {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    #headerBanner {
        padding: 4rem 1rem;
    }
    .home #headerBanner {
        background-size: 400px;
        padding: 2rem 1rem;
    }
    #headerBanner h1 {        
        font-size: 3.25rem;
    }
    .home #headerBanner h1 {
        font-size: 3rem;
    }
    #headerBanner p {
        width: 70%;
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 992px) {
    #headerBanner {
        padding: 3rem 2rem;
    }
    .home #headerBanner {
        background-size: 500px;
        padding: 2rem;
    }
    #headerBanner p {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    #headerBanner {
        padding: 5rem 3rem 6rem;
        background-size: contain;
        position: fixed;
    }
    #headerBanner + * {
        margin-top: 467px;
    }
    .home #headerBanner {
        padding: 3rem;
        background-size: contain;
    }
}
@media only screen and (min-width: 1300px) {
    #headerBanner h1 {        
        font-size: 4.25rem;
    }
    .home #headerBanner h1 {
        font-size: 3.75rem;
    }
    #headerBanner p {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 1600px) {
    #headerBanner {
        padding: 6rem 8rem 7.5rem;
    }
    .home #headerBanner {
        padding: 4rem 8rem;
    }
}


/* Contact Us CTA */
.contactUsCta {
    background: #252525;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}
.contactUsCta p {
    margin-bottom: 0;
}
.contactUsCta a {
    color: #fff;
    margin-top: .5rem !important;
}
.contactUsCta .btn {
    margin-top: 0;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .contactUsCta a {
        margin-left: 1rem !important;
        display: inline !important;
    }
}


/* Intro */
#intro {
    padding-top: 3.5rem;
}
#intro > .container > .row > *:nth-child(2) {
    padding-top: 4rem;
}
@media only screen and (min-width: 768px) {
    #intro > .container > .row > *:nth-child(2) {
        padding-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    #intro {
        padding-top: 5rem;
    }
}


/* Services */
ul.services-list {
    list-style: none;
    padding: 0;
    font-size: 1.15rem;
    padding-left: 1rem;
    margin-bottom: 0;
}
.widget ul.services-list {
    font-size: 1rem;
}
ul.services-list > li {
    display: block;
    padding: .75rem 0;
}
.widget ul.services-list > li {
    padding: .6rem 0;
}
ul.services-list > li > a > * {
    display: inline-block;
    vertical-align: middle;
}
ul.services-list a {
    color: #868686;
    text-decoration: none;
    display: block;
}
ul.services-list a:hover,
ul.services-list a:focus {
    background: #f9b707;
    color: #222;
}
/*ul.services-list a:hover .stone-img-wrapper:before,
ul.services-list a:focus .stone-img-wrapper:before {
    content: none;
}*/
.stone-img-wrapper {
    position: relative;
}
.stone-img-wrapper:before {
    content: url(../img/two-little-squares.png);
    position: absolute;
    left: -21px;
    top: -10px;
    z-index: 50;
}
.widget .stone-img-wrapper:before {
    content: url(../img/two-little-squares-widget.png);
    left: -14px;
    top: -5px;
}
.stone-img {
    position: relative;
    height: 2.25rem;
    width: 2.25rem;
    display: block;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.widget .stone-img {
    height: 1.75rem;
    width: 1.75rem;
}
.stone-img:after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -26%;
    left: -26%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
ul.services-list .text {
    padding-left: 1.25rem;
}
.widget ul.services-list .text {
    padding-left: .75rem;
}
@media only screen and (min-width: 768px) {
    ul.services-list {
        font-size: 1.375rem;
    }
}


/* Locations */
.the-map {
    background-image: url(../img/the-map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}
.the-map .pulse {
    display: block;
    border-radius: 50%;
    background: rgba(249, 183, 7, 0.2);
    -webkit-box-shadow: 0 0 0 rgba(249, 183, 7, 0.1);
            box-shadow: 0 0 0 rgba(249, 183, 7, 0.1);
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
    position: absolute;
    width: 280px;
    height: 280px;
    left: calc(50% - 140px);
    top: calc(50% - 140px);
}
/* Pulse Animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(249, 183, 7, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0.4);
            box-shadow: 0 0 0 0 rgba(249, 183, 7, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(249, 183, 7, 0);
              box-shadow: 0 0 0 10px rgba(249, 183, 7, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(249, 183, 7, 0);
              box-shadow: 0 0 0 0 rgba(249, 183, 7, 0);
  }
}


/* Why Us */
#why-us {
    padding-bottom: 3.5rem;
}
#why-us .first,
#why-us .second {
    position: relative;
    z-index: 10;
}
#why-us .first,
#why-us .second {
    margin-left: 1.5rem;
}
#why-us .first:before,
#why-us .second:before {
    color: #fef2de;
    font-size: 6.25rem;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    position: absolute;
    z-index: -1;
    top: -.75rem;
    left: 0;
    line-height: 1;
}
#why-us .first:before {
    content: '1';    
}
#why-us .second:before {
    content: '2';    
}
#why-us .text {
    position: relative;
}
#why-us .text img {
    position: absolute;
    left: -400px;
    top: -45px;
    opacity: 0;
}
#why-us .image {
    width: 100%;
    float: right;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    width: 50%;
}
@media only screen and (min-width: 768px) {
    #why-us .image {
        width: 40%;
    }
    #why-us .second {
        margin-left: 3rem;
    }
}
@media only screen and (min-width: 992px) {
    #why-us {
        padding-bottom: 5rem;
    }
}
@media only screen and (min-width: 1200px) {
    #why-us .image {
        margin-top: -6rem;
        padding-left: 12%;
    }
}
@media only screen and (min-width: 1350px) {
    #why-us .text img {
        opacity: 1;
    }
    #why-us .first {
        margin-left: 4rem;
    }
    #why-us .second {
        margin-left: 6.5rem;
    }
}


/* Testimoanils */
#testimonials {
    background-image: url('../img/testimonials-bg.jpg');
    position: relative;
    background-attachment: fixed;
}
#testimonials:before {
    content: '';
    background: #fff;
    opacity: .875;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.testimonialSlider {
    margin: 2.75rem -.75rem 2rem;
}
.testimonial-item {
    background: #fff;
    margin: 0px .75rem;
    padding: 2rem;
}
.testimonial-text {
    margin-bottom: 1rem;
    font-weight: 300;
    position: relative;
    color: #333333;
}
.testimonial-text:before {
    content: '"';
    position: absolute;
    top: -17px;
    left: -9px;
    line-height: 1;
    font-size: 6.25rem;
    color: #f9b707;
    opacity: .25;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.testimonial-text > *:first-child {
}
.testimonial-text > *:last-child {
    margin-bottom: 0;
}
.testimonial-item-meta > * {
    display: inline-block;
    vertical-align: middle;
}
.testimonial-item-meta > img {
    width: 2.5rem;
    border-radius: 50%;
}
.testimonial-item-meta {
    text-align: right;
}
.testimonial-item-meta > .testimonial-item-meta-text {
    width: 80%;
    width: calc(100% - 3rem);
    padding-left: .25rem;
    font-style: italic;
}
.testimonial-item-meta-text > * {
    display: block;
}
.testimonial-item-meta-text > .author {
    font-weight: 500;
    color: #f9b707;
}
.testimonial-item-meta-text > .author-meta {
    font-size: .825rem;
    font-weight: 300;
}
@media only screen and (min-width: 992px) {
    #testimonials {
        padding: 5rem 0;
    }
}


/* Contact */
#contact {
    background: #f7f7f7;
    padding: 2.5rem 0;
    background-image: url('../img/testimonials-bg.jpg');
    position: relative;
    background-attachment: fixed;
}
#contact:before {
    content: '';
    background: #fff;
    opacity: .9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#contact p {
    color: #222;
}
#contact .btn {
    margin-top: 0;
    padding: .4rem 2rem;
}

.contactDetails {
    margin-bottom: .5rem;
}

/* Icon and Text */
.textAndIcon {
    margin-top: 1.25rem;
}
.textAndIcon * {
    color: #252525;
}
.textAndIcon > * {
    display: inline-block;
    vertical-align: top;
}
.textAndIcon .textAndIcon-icon {
    position: relative;
    font-size: 1.125rem;
    margin-right: .5rem;
    padding-right: .75rem;
    width: 2rem;
    text-align: center;
}
.textAndIcon .textAndIcon-icon:after {
    content: '';
    background: #f9b707;
    height: 40%;
    position: absolute;
    right: 0;
    top: 33%;
    width: 2.5px;
}
.textAndIcon-text span.top {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .55rem;
}
.textAndIcon-text span.bottom {
    font-size: 1rem;
}
.textAndIcon-text span.bottom,
.textAndIcon-text span.bottom a {
    text-decoration: none;
}
.textAndIcon-text span.bottom:hover a {
    color: #e39b01;
    text-decoration: underline;
}
@media only screen and (min-width: 350px) {
    #contact .textAndIcon .textAndIcon-icon:after {
        width: 3px;
    }
    #contact .textAndIcon-text span.top {
        font-size: .575rem;
    }
    #contact .textAndIcon-text span.bottom {
        font-size: 1.1rem;
    }
}
@media only screen and (min-width: 768px) {
    #contact .right {
        text-align: right;
    }
}
@media only screen and (min-width: 992px) {
    #contact {
        padding: 5rem 0;
    }
    .contactDetails {
        margin-top: 1.25rem;
    }
    #contact .textAndIcon .textAndIcon-icon {
        font-size: 2rem;
        margin-right: 1rem;
        padding-right: 1.5rem;
        width: auto;
    }
    #contact .textAndIcon .textAndIcon-icon:after {
        width: 5px;
    }
    #contact .textAndIcon-text span.top {
        font-size: .7rem;
    }
    #contact .textAndIcon-text span.bottom {
        font-size: 1.25rem;
    }
}
@media only screen and (min-width: 1200px) {
    #contact .textAndIcon .textAndIcon-icon {
        font-size: 2.5rem;
        margin-right: 1rem;
        padding-right: 1.5rem;
    }
    #contact .textAndIcon .textAndIcon-icon:after {
        width: 5px;
    }
    #contact .textAndIcon-text span.top {
        font-size: .8rem;
    }
    #contact .textAndIcon-text span.bottom {
        font-size: 1.5rem;
    }
}



/* Default page */
#main {
    padding: 3.25rem 0;
}
#main .right {
    margin-top: 2rem;
}
#main .right > * {
    margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
    #main {
        padding: 4rem 0;
    }
    #main .left {
        padding-right: 2.5rem;
    }
    #main .right {
        margin-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    #main {
        padding: 6rem 0;
    }
}


/* Gallery */
.widget.slider {
    padding: 0;
    background: #fff;
}
.ratio-slider.slick-slider {
    height: 100%;
}
.ratio-slider.slick-slider .slick-list {
    width: 100%;
    height: 100%;
    padding-top: 75%;
    position: relative;
}
.ratio-slider.slick-slider .slick-track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ratio-slider.slick-slider .slick-slide {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 200px;
    position: relative;
}
.widget.slider .slick-dots {
    position: absolute;
    bottom: .5rem;
}
.widget.slider .slick-dots li button {
    background: #fff;
}
.widget.slider .slick-dots li.slick-active button {
    background: #f9b707;
}
.slick-prev:before,
.slick-next:before {
    text-shadow: 0 0 2px #000000;
}


/* Services */
.service {
    padding-top: 2.5rem;
}
ul.side-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
}
ul.side-menu li a {
    display: inline-block;
    padding: .4rem 1.2rem;
    width: 100%;
    border: 1px solid #a1a1a1;
    margin-top: -1px;
    text-decoration: none;
    color: #121212;
    font-weight: 600;
    background: #f7f7f7;
}
ul.side-menu li a.active {
    background: #f9b707;
    position: relative;
}
.lightbox-item {
    position: relative;
    width: 30%;
    padding-top: 30%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
}
@media only screen and (min-width: 992px) {
    ul.side-menu li a.active {
        border-right-color: #f9b707;
    }
    ul.side-menu li a:not(.active):hover {
        color: #f9b707;
    }
    ul.side-menu li a:not(.active):focus {
        color: #121212;
    }
    ul.side-menu li a:after,
    ul.side-menu li a:before {
        -webkit-transition: border-color 0.3s ease;
        -o-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
    }
    ul.side-menu li a:after,
    ul.side-menu li a:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    ul.side-menu li a:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 18px;
        margin-top: -18px;
    }
    ul.side-menu li a:before {
        border-left-color: #fff;
        border-width: 19px;
        margin-top: -19px;
    }
    ul.side-menu li a.active:after {
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #f9b707;
    }
    ul.side-menu li a.active:before {
        border-left-color: #a1a1a1;
    }
}


/* Contact Us */
.page-template-contact form {
    margin-top: 2rem;
}
.page-template-contact #contact {
    display: none;
}
.widget .textAndIcon {
    margin-top: 0.5rem;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .chosen-container {
    font-family: 'Montserrat', sans-serif;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style select:focus, .frm_style_formidable-style.with_frm_style textarea:focus, .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], .frm_form_fields_active_style, .frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, .frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #f9b707;
}
button.frm_button_submit {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: .9rem !important;
    letter-spacing: .01rem;
    vertical-align: middle;
    outline: none;
    padding: .4rem .85rem !important;
    text-decoration: none;
    background: #f9b707 !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #121212 !important;

    border: 2px solid #f9b707 !important;
    font-weight: 600 !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
}
button.frm_button_submit:hover,
button.frm_button_submit:focus,
button.frm_button_submit:active {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #f9b707 !important;
    background: #252525 !important;
    border-color: #252525 !important;
}

p.formP {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #444444;
    font-size: 14px;
}
sup[title="Mandatory"] {
    color: #B94A48;
    font-weight: bold;
}
.formP input,
.formP textarea {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: .25rem .5rem;
}
.formP input:focus,
.formP textarea:focus {
    border-color: #f9b707;
}
.form-success {
    text-align: center;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 2rem;
    border-radius: 10px;
}
.form-success h2 {
    color: #155724;
}
.form-error {
    text-align: center;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 2rem;
    border-radius: 10px;
}
.form-error h2 {
    color: #721c24;
}
.form-success h2:after,
.form-error h2:after {
    content: none;
}
.form-success p,
.form-error p {
    color: #121212;
}