html, body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, .7);
}
/* body {
    padding-top: 100px;
} */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
svg {
    display: block;
    border: 0;
}
button {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: 0;
    display: inline-block;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: text-bottom;
    width: 100%;
    outline: 0;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    background: transparent;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .9);
    display: inline-block;
}
input:focus {
    border-bottom: 1px solid rgba(0, 0, 0, .7);
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 100%;
    max-width: 100%;
    outline: 0;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    background: transparent;
    min-height: 30px;
    color: rgba(0, 0, 0, .9);
}
textarea:focus {
    border-bottom: 1px solid rgba(0, 0, 0, .7);
}
a {
    text-decoration: none;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    outline: none;
    color: #47553e;
}
p {
    line-height: 1.8;
    font-style: normal;
    font-weight: normal;
    margin: 15px 0;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin-bottom: 15px;
}
hr {
    border-style: none;
    height: 1px;
    background: #c6c6c5;
}
h1, h2, h3, h4, h5 {
    margin: 10px 0;
    padding: 0;
    line-height: 1.2;
    font-style: normal;
    color: rgba(0, 0, 0, .9);
    font-weight: 700;
    font-family: industry, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 17px;
}
p {
    font-size: 17px;
}
a {
    font-size: 17px;
}
li {
    font-size: 17px;
}
@media(min-width: 768px) {
    h1 {
    font-size: 48px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
}.sub-header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 15px 0;
}
::-moz-placeholder {
    color: rgba(0, 0, 0, .7);
}
:-ms-input-placeholder {
    color: rgba(0, 0, 0, .7);
}
:-moz-placeholder {
    color: rgba(0, 0, 0, .7);
}
::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .7);
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}
@media(min-width: 1280px) {
    .container {
    width: 1280px;
}
}.sm-container {
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 800px) {
    .sm-container {
    width: 740px;
}
}.wh {
    color: #fff;
}
.gr {
    color: rgba(0, 0, 0, .2);
}
.sm-br {
    width: 100%;
    height: 30px;
}
.clear {
    clear: both;
}
.sm-padding {
    padding: 30px 0;
}
@media(min-width: 800px) {
    .sm-padding {
    padding: 60px 0;
}
}.sm-title {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 15px;
}
.gr-bg {
    background: #f7f8f9;
}
.sm-margin {
    margin: 30px 0;
}
.bg-fixed {
    background-attachment: fixed;
}
.centered {
    text-align: center;
}
@media(min-width: 768px) {
    .lg-p {
    font-size: 22px;
}
}.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.c-1-1, .c-2-1, .c-1-2, .c-2-2, .c-1-3, .c-2-3, .c-1-4, .c-2-4, .c-1-5, .c-2-5, .c-1-6, .c-2-6, .c-1-7, .c-2-7, .c-1-8, .c-2-8, .c-1-9, .c-2-9, .c-1-10, .c-2-10, .c-1-11, .c-2-11, .c-1-12, .c-2-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.c-1-1, .c-1-2, .c-1-3, .c-1-4, .c-1-5, .c-1-6, .c-1-7, .c-1-8, .co-1-9, .c-1-10, .c-1-11, .c-1-12 {
    float: left;
}
.c-1-12 {
    width: 100%}
.c-1-11 {
    width: 91.66666667%}
.c-1-10 {
    width: 83.33333333%}
.c-1-9 {
    width: 75%}
.c-1-8 {
    width: 66.66666667%}
.c-1-7 {
    width: 58.33333333%}
.c-1-6 {
    width: 50%}
.c-1-5 {
    width: 41.66666667%}
.c-1-4 {
    width: 33.33333333%}
.c-1-3 {
    width: 25%}
.c-1-2 {
    width: 16.66666667%}
.c-1-1 {
    width: 8.33333333%}
@media(min-width: 768px) {
    .c-2-1, .c-2-2, .c-2-3, .c-2-4, .c-2-5, .c-2-6, .c-2-7, .c-2-8, .c-2-9, .c-2-10, .c-2-11, .c-2-12 {
    float: left;
}
.c-2-12 {
    width: 100%}
.c-2-11 {
    width: 91.66666667%}
.c-2-10 {
    width: 83.33333333%}
.c-2-9 {
    width: 75%}
.c-2-8 {
    width: 66.66666667%}
.c-2-7 {
    width: 58.33333333%}
.c-2-6 {
    width: 50%}
.c-2-5 {
    width: 41.66666667%}
.c-2-4 {
    width: 33.33333333%}
.c-2-3 {
    width: 25%}
.c-2-2 {
    width: 16.66666667%}
.c-2-1 {
    width: 8.33333333%}
}.container:before, .container:after, .row:before, .row:after, .bluefrog-container:before, .bluefrog-container:after {
    content: " ";
    display: table;
}
.bluefrog-container {
    padding-left: 40px;
    padding-right: 40px;
}
.container:after, .row:after, .bluefrog-container:after {
    clear: both;
}
.auto {
    float: none !important;
    margin: auto !important;
}
.rounded {
    border-radius: 4px;
    overflow: hidden;
}
.circle {
    border-radius: 500px;
}
.btn {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #47553e;
    background: transparent;
    color: #47553e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: industry, sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:hover {
    background: #47553e;
    color: #fff;
}
.btn a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:hover a {
    color: #fff;
}
.btn2 {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: industry, sans-serif;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn2:hover {
    background: #fff;
    color: #47553e;
}
.btn2 a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn2:hover a {
    color: #fff;
}
.btn3 {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #fff;
    background: #fff;
    color: #47553e;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    font-family: industry, sans-serif;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn3:hover {
    background: transparent;
    color: #fff;
}
.btn3 a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.btn3:hover a {
    color: #fff;
}
.link {
    color: #47553e;
    border-bottom: 1px solid transparent;
}
.link:hover {
    border-bottom: 1px solid #47553e;
}
.link2 {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.link2:hover {
    border-bottom: 1px solid #fff;
}
.sm-margin {
    margin: 30px 0;
}
@media(min-width: 768px) {
    .sm-mg {
    margin: 30px;
}
}.bar {
    width: 60px;
    height: 3px;
    background: #47553e;
    margin: 30px 0;
}
.flex {
    margin: auto;
}
.flex .c-50 .info {
    padding: 30px;
    overflow: auto;
}
@media(min-width: 768px) {
    .flex {
    display: flex;
    align-items: center;
}
.flex .c-50 {
    width: 50%;
    float: left;
}
.flex .c-50 .info {
    padding: 60px;
    max-width: 768px;
}
}.img-desktop {
    display: none;
}
.img-mobile {
    display: block;
}
@media(min-width: 768px) {
    .img-desktop {
    display: block;
}
.img-mobile {
    display: none;
}
}.block {
    display: block;
    padding: 60px 0;
}
@media(min-width: 768px) {
    .block {
    padding: 100px 0;
}
}#nav {
    width: 100%;
    /* height: 100px;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #000; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#nav .main-menu {
    display: none;
    float: right;
}
#nav .main-menu li {
    display: inline-block;
    margin-bottom: 0;
    list-style: none;
}

#nav .main-menu li a {
    display: block;
    margin: 25px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 700;
    font-family: industry, sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#nav .main-menu li a:hover {
    border-bottom: 2px solid #fff;
}
#nav .main-menu ul ul {
    display: none;
    position: absolute;
    top: 70px;
    z-index: 99999;
}
#nav .main-menu ul ul li a {
    margin: 10px 25px;
}
#nav .main-menu ul ul li a:last-child {
    padding: 0;
    border: none;
    border-bottom: 2px solid transparent;
}
#nav .main-menu ul ul li a:last-child:hover {
    border-bottom: 2px solid #fff;
    background: transparent;
    color: #fff;
}
#nav .main-menu ul li:hover>ul {
    display: block;
    background: #3d413c;
    width: 200px;
    padding: 10px 0;
}
.custom-logo {
    float: left;
    display: inline-block;
    margin: 10px 0;
    width: 150px;
    height: auto;
    z-index: 999;
}
.custom-logo svg {
    width: 150px;
    height: auto;
}
#mobile-menu-btn-wrap {
    float: right;
    display: inline-block;
    border-radius: 500px;
    padding: 40px 15px;
    cursor: pointer;
    z-index: 999;
}
.mobile-menu-btn {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
}
.mobile-menu-btn .bar-1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mobile-menu-btn .bar-2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.mobile-menu-btn .bar-3 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
@media(min-width: 1000px) {
    #nav .main-menu {
    display: block;
}
#nav #mobile-menu-btn-wrap {
    display: none;
}
}#mobile-menu-btn-wrap.active .mobile-menu-btn .bar-1 {
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
#mobile-menu-btn-wrap.active .mobile-menu-btn .bar-2 {
    display: none;
}
#mobile-menu-btn-wrap.active .mobile-menu-btn .bar-3 {
    top: 0;
    transform: rotate(-45deg);
}

.header {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #3d413c;
    text-align: center;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header .mask {
    position: relative;
    padding: 120px 0;
    background: rgba(0, 0, 0, .2);
}
.header h1 {
    color: #fff;
    margin: 0 0 30px 0;
}
.header p {
    color: #fff;
}
.header .btn2 {
    margin: 15px;
}
.header .btn3 {
    margin: 15px;
}
@media(min-width: 768px) {
    .header .mask {
    padding: 200px 0;
}
}.header2 {
    padding: 30px 0 0 0;
    text-align: center;
}
.header2 h1 {
    color: #3d413c;
}
@media(min-width: 768px) {
    .header2 {
    padding: 100px 0 0 0;
}
}.main-num li {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-left: 60px;
}
.price-cta {
    width: 100%;
    padding: 100px 0;
    background: #47553e;
    color: #fff;
}
.posts {
    padding: 30px 0;
}
.posts .post {
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.posts .post:hover {
    -webkit-box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, .08);
    box-shadow: 0px 4px 20px 6px rgba(0, 0, 0, .08);
}
.posts .post .post-img {
    width: 100%;
    height: 300px;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.posts .post .post-info {
    padding: 30px;
}
@media(min-width: 768px) {
    .posts {
    padding: 100px 0;
}
}.gform_wrapper form .gform_body .ginput_complex input[type=text] {
    width: 100% !important;
}
.gform_wrapper input, .gform_wrapper input[type=text], .gform_wrapper select, .gform_wrapper textarea {
    width: 100% !important;
}
.updates {
    padding: 60px 0;
    background: #c6c6c5;
    text-align: center;
}
.updates .update-form {
    max-width: 400px;
    margin: auto;
}
.footer {
    padding: 30px 0;
    background: #3d413c;
    text-align: center;
}
.footer #menu-footer-logo li {
    list-style: none;
}
.footer #menu-footer-logo img {
    margin: auto;
    margin-bottom: 15px;
    width: 100px;
    height: auto;
}
.footer .footer-menu {
    text-align: center;
}
.footer .footer-menu li {
    display: inline-block;
}
.footer .footer-menu li a {
    display: inline-block;
    margin: 15px;
    color: #000;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    font-weight: 700;
    font-family: industry, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer .footer-menu li a:hover {
    border-bottom: 2px solid #fff;
}
.footer .footer-menu ul ul li a {
    margin: 10px 25px;
}
.footer p {
    color: #fff;
    font-size: 12px;
}
.social-menu {
    text-align: center;
}
.social-menu li {
    list-style: none;
    display: inline-block;
}
.social-menu li a {
    width: 24px;
    height: 24px;
    margin: 15px;
}
.social-menu li a img {
    width: 24px;
    height: 24px;
}
.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.wp-block-image.alignfull {
    max-width: inherit;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
    padding-left: 0;
}
/*# sourceMappingURL=styles.css.map */
