i {
  font-style: italic;
}

.error {
  border: 1px solid red !important;
  background-color: #ffc1c1 !important;
  color: white !important;
}

.error-message {
  color: #FFC1C1 !important;
  padding: 5px 0;
  text-transform: uppercase;
}

.oxygen-sm, .full-width-headline h4, form .form-control,
form input,
form textarea, .default-theme .btn-default {
  font-family: "Oxygen", Arial, serif;
  font-weight: 300;
}

.oxygen-reg, .demo-template-wrapper .template-content h4, .demo-template-wrapper .template-info, .modal-footer .btn-default, .work-samples-wrapper thead th, .work-samples-wrapper, .default-theme .supplemental-content-wrapper p, .default-theme .content-highlight-wrapper p, .default-theme #main_content_wrapper h2 span, .confirm-container p, #recent_work .single-item .highlight-item .overlay p, .default-theme #contact_info p, .default-theme #key_services_wrapper .service-headline h2 span, p {
  font-family: "Oxygen", Arial, serif;
  font-weight: 400;
}

.oxygen-lg, .modal-title, .how-it-works-wrapper h2, .default-theme .content-highlight-wrapper h3, .default-theme #main_content_wrapper h2, .full-width-header h5, .pricing-card-title, .confirm-container h2, #recent_work h4, .default-theme #coffee_phone_beans h3, .default-theme #key_services_wrapper h2, .default-theme .btn-primary, h3 {
  font-family: "Oxygen", Arial, serif;
  font-weight: 700;
}

.source-sm, .card-body .list-unstyled p {
  font-family: "Source Sans Pro", Arial, serif;
  font-weight: 400;
}

.source-reg {
  font-family: "Source Sans Pro", Arial, serif;
  font-weight: 600;
}

.source-lg, .pricing-header, .card-body .card-title {
  font-family: "Source Sans Pro", Arial, serif;
  font-weight: 700;
}

.outer-wrapper {
  background-color: #3d3d3d;
}
.outer-wrapper > .container-fluid {
  overflow: hidden;
  max-width: 1920px;
  padding: 0;
  background-color: white;
  box-shadow: #141414 0px 0px 50px;
}

.limelight {
  font-family: "Limelight", cursive;
}

.montserrat, .our-process h2,
.built-for-results h2,
.see-it-in-action h2,
.what-we-build h2, .default-theme #fullpg-landing .headline-txt h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.montserrat-reg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
.loader-wrapper {
  position: absolute;
  z-index: 5000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fffefe;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #fffefe;
  border-radius: 50%;
  border-top: 16px solid #0a0d16;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.center-me-wrapper {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.center-me {
  display: inline-block;
}

.clearafter {
  clear: both;
}

.full-width-wrapper {
  width: 100%;
}

.max-width-wrapper {
  max-width: 1200px;
  width: 100%;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.rotate {
  -webkit-animation: spin 0.8s 1 linear;
  animation: spin 0.8s 1 linear;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sunburst {
  width: 100%;
  height: 100%;
  margin: -11px -11px -11px -11px;
  overflow: hidden;
  background: #fec983;
  margin: 0;
  position: absolute;
  opacity: 0.45;
  transition: all 0.5s ease;
}
.sunburst .outer {
  width: 2500px;
  height: 910px;
  padding-top: 1320px;
  margin: -700px 0 0 -340px;
  -webkit-animation-name: rotate1;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate1;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
.sunburst b {
  display: block;
  width: 0;
  height: 0;
  border-width: 200px 1250px;
  margin: -400px 0 0 0;
  border-color: transparent #fb985d;
  border-style: solid;
}
.sunburst b:nth-child(1) {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
}
.sunburst b:nth-child(2) {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
}
.sunburst b:nth-child(3) {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
}
.sunburst b:nth-child(4) {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
}
.sunburst b:nth-child(5) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(36deg);
  }
}
@-moz-keyframes rotate1 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(36deg);
  }
}
.title {
  width: 100%;
  position: relative;
}
.title .plus {
  display: block;
  bottom: 50%;
  height: 25px;
  margin: -25px 0 0 -10px;
  position: absolute;
  width: 25px;
}
.title .plus .x {
  height: 1px;
  top: 12px;
  width: 25px;
  left: 0;
}
.title .plus .y {
  height: 25px;
  left: 12px;
  width: 1px;
}
.title .plus .x, .title .plus .y {
  background-color: #AFAF7F;
  position: absolute;
}

.error {
  border: 1px solid red !important;
  background-color: #ffc1c1 !important;
  color: white !important;
}

.error-message {
  color: #FFC1C1 !important;
  padding: 5px 0;
  text-transform: uppercase;
}

.oxygen-sm, .full-width-headline h4, form .form-control,
form input,
form textarea, .default-theme .btn-default {
  font-family: "Oxygen", Arial, serif;
  font-weight: 300;
}

.oxygen-reg, .demo-template-wrapper .template-content h4, .demo-template-wrapper .template-info, .modal-footer .btn-default, .work-samples-wrapper thead th, .work-samples-wrapper, .default-theme .supplemental-content-wrapper p, .default-theme .content-highlight-wrapper p, .default-theme #main_content_wrapper h2 span, .confirm-container p, #recent_work .single-item .highlight-item .overlay p, .default-theme #contact_info p, .default-theme #key_services_wrapper .service-headline h2 span, p {
  font-family: "Oxygen", Arial, serif;
  font-weight: 400;
}

.oxygen-lg, .modal-title, .how-it-works-wrapper h2, .default-theme .content-highlight-wrapper h3, .default-theme #main_content_wrapper h2, .full-width-header h5, .pricing-card-title, .confirm-container h2, #recent_work h4, .default-theme #coffee_phone_beans h3, .default-theme #key_services_wrapper h2, .default-theme .btn-primary, h3 {
  font-family: "Oxygen", Arial, serif;
  font-weight: 700;
}

.source-sm, .card-body .list-unstyled p {
  font-family: "Source Sans Pro", Arial, serif;
  font-weight: 400;
}

.source-reg {
  font-family: "Source Sans Pro", Arial, serif;
  font-weight: 600;
}

.source-lg, .pricing-header, .card-body .card-title {
  font-family: "Source Sans Pro", Arial, serif;
  font-weight: 700;
}

.menu li a {
  font-family: "Oxygen", Arial, serif;
  font-weight: 400;
}

.full-width-wrapper {
  width: 100%;
}
.full-width-wrapper .top-menu-wrapper {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: all 0.25s ease;
}
.full-width-wrapper .top-menu-wrapper div {
  width: 100%;
}
.full-width-wrapper .top-menu-wrapper div #logo {
  float: left;
  padding: 10px 0;
  opacity: 0.95;
  margin-top: 5px;
  margin-left: 25px;
}
.full-width-wrapper .top-menu-wrapper div .menu {
  float: right;
  margin-top: 20px;
}
.full-width-wrapper .top-menu-wrapper div .menu li {
  display: inline;
  list-style-type: armenian;
  margin: 0 20px;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
  position: relative;
  left: 130px;
}
.full-width-wrapper .top-menu-wrapper div .menu li a {
  color: white;
  text-decoration: none;
}
.full-width-wrapper .top-menu-wrapper div .menu li:first-child {
  margin: 0 10px 0 0px;
  font-size: 1.25em;
}
.full-width-wrapper .top-menu-wrapper div .menu li:last-child {
  background-color: #FCFC9D;
  margin: 0;
  padding: 24px 20px 17px;
}
.full-width-wrapper .top-menu-wrapper div .menu li:last-child a {
  color: #395263;
}
.full-width-wrapper #fullpg-landing {
  background-image: url("../images/home-landing.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 100;
}
.full-width-wrapper #fullpg-landing .headline-txt {
  text-align: center;
  color: white;
  top: 25%;
}
.full-width-wrapper #fullpg-landing .headline-txt h1 {
  font-size: 4.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.full-width-wrapper #fullpg-landing .headline-txt h1 span {
  display: block;
  font-size: 0.5em;
  text-transform: lowercase;
  margin: 70px 0;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.85);
}
.full-width-wrapper #fullpg-landing .headline-txt h2 {
  font-size: 2.25em;
  letter-spacing: 0.05em;
}
.full-width-wrapper #fullpg-landing .headline-txt h2 span {
  margin: 10px 0;
  display: block;
}
.full-width-wrapper #fullpg-landing .headline-txt .action-items-wrapper {
  width: 100%;
  margin: 100px 0 0;
}
.full-width-wrapper #fullpg-landing .headline-txt .action-items-wrapper .view-templates {
  display: inline-block;
}
.full-width-wrapper #fullpg-landing .headline-txt .action-items-wrapper .view-templates a {
  border: 1px solid white;
  padding: 15px 40px;
  margin: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2F201B;
  text-decoration: none;
  font-size: 2em;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
}
.full-width-wrapper #fullpg-landing .headline-txt .action-items-wrapper .view-templates a:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(47, 32, 27, 0.95);
}
.full-width-wrapper #fullpg-landing #landing-footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.full-width-wrapper #fullpg-landing #landing-footer-wrapper #landing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.full-width-wrapper #fullpg-landing #landing-footer-wrapper #landing-footer p {
  color: white;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.3em;
}
.full-width-wrapper #fullpg-landing #landing-footer-wrapper #landing-footer img {
  margin: 10px 0;
}
.full-width-wrapper #key-services-wrapper {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
}
.full-width-wrapper #key-services-wrapper .featured-service {
  display: inline-block;
  margin: 75px 50px;
  width: 250px;
  background-color: #DFF1FF;
  padding: 30px;
  cursor: pointer;
}
.full-width-wrapper #key-services-wrapper .featured-service:hover {
  background-color: #c3e4fc;
}
.full-width-wrapper #key-services-wrapper .featured-service .title .plus {
  left: 10px;
  top: 25px;
}
.full-width-wrapper #key-services-wrapper .featured-service .title h1 {
  font-size: 1.5em;
  margin: 15px 0;
  color: #957C56;
}
.full-width-wrapper #key-services-wrapper .featured-service img {
  width: 125px;
}
.full-width-wrapper #key-services-wrapper .featured-service p {
  font-size: 1em;
  text-align: left;
  letter-spacing: 0.05em;
  color: #60717C;
  margin: 10px 0;
}
.full-width-wrapper #template-showcase-wrapper {
  background-color: #FFF;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
}
.full-width-wrapper #template-showcase-wrapper #sunrise {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.full-width-wrapper #template-showcase-wrapper #template-title-wrapper {
  position: absolute;
  width: 100%;
  z-index: 500;
}
.full-width-wrapper #template-showcase-wrapper #template-title-wrapper h2 {
  text-align: center;
  font-size: 3em;
  padding: 0;
  color: #342E24;
  letter-spacing: 0.1em;
}
.full-width-wrapper #template-showcase-wrapper #template-title-wrapper h3 {
  text-transform: uppercase;
  color: #3C3C3B;
  font-size: 1em;
  padding: 5px 0;
  margin-top: 30px;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container {
  /*
  			#featured-template-notes{
  				width: 1200px;
  				background-color: #F5F5F5;
  				border: 10px solid #3C3C3B;
  				position: absolute;
  				height: auto;
  				right: 50%;
  				margin-right: -600px;
  				top: 300px;
  				z-index: 500;
  				padding: 20px;
  				color: #3C3C3B;
  			}
  */
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container .layout-container {
  position: absolute;
  left: 50%;
  bottom: 110px;
  overflow: hidden;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container .layout-container img:nth-child(1) {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container .layout-container img:nth-child(2) {
  position: absolute;
  z-index: 1;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #mobile-layout {
  margin-left: -30px;
  z-index: 50;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #mobile-layout img:nth-child(2) {
  bottom: 55px;
  height: 297px;
  left: 7px;
  width: 202px;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #tablet-layout {
  margin-left: -750px;
  z-index: 25;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #tablet-layout img:nth-child(2) {
  bottom: 40px;
  height: 465px;
  left: 35px;
  width: 355px;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #laptop-layout {
  margin-left: 0px;
  z-index: 10;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #laptop-layout img:nth-child(2) {
  bottom: 102px;
  height: 425px;
  left: 97px;
  width: 665px;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #desktop-layout {
  margin-left: -450px;
  z-index: 1;
}
.full-width-wrapper #template-showcase-wrapper #featured-template-container #desktop-layout img:nth-child(2) {
  bottom: 130px;
  height: 525px;
  left: 40px;
  width: 750px;
}
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper {
  width: 100%;
  background-color: rgba(176, 152, 118, 0.95);
  border-top: 10px solid #634e2f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div {
  text-align: center;
  display: inline-block;
  margin: 20px;
}
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4, .full-width-headline .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div h4, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form .form-control, form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .form-control,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form input,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div input,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form textarea,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div textarea, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .default-theme .btn-default, .default-theme .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .btn-default {
  border: 1px solid #634e2f;
  border-radius: 5px;
  background-color: #342E24;
  padding: 15px 15px 15px 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm:hover, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4:hover, .full-width-headline .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div h4:hover, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form .form-control:hover, form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .form-control:hover,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form input:hover,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div input:hover,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form textarea:hover,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div textarea:hover, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .default-theme .btn-default:hover, .default-theme .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .btn-default:hover {
  background-color: #807259;
}
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm a, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 a, .full-width-headline .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div h4 a, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form .form-control a, form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .form-control a,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form input a,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div input a,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form textarea a,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div textarea a, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .default-theme .btn-default a, .default-theme .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .btn-default a {
  font-size: 1em;
}
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm a, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 a, .full-width-headline .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div h4 a, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form .form-control a, form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .form-control a,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form input a,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div input a,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form textarea a,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div textarea a, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .default-theme .btn-default a, .default-theme .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .btn-default a, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm i, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 i, .full-width-headline .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div h4 i, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form .form-control i, form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .form-control i,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form input i,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div input i,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form textarea i,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div textarea i, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .default-theme .btn-default i, .default-theme .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .btn-default i {
  color: #F5F5F5;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm i, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 i, .full-width-headline .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div h4 i, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form .form-control i, form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .form-control i,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form input i,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div input i,
.full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div form textarea i,
form .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div textarea i, .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .default-theme .btn-default i, .default-theme .full-width-wrapper #template-showcase-wrapper #demo-template-wrapper div .btn-default i {
  font-size: 1em;
  padding: 0 5px 0 10px;
}
.full-width-wrapper #membership-details-wrapper {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  border-top: 10px solid #634e2f;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper {
  background-color: #dff1ff;
  margin: 150px 0;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper .title .plus {
  left: 260px;
  top: 50px;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper h3 {
  font-size: 2em;
  color: #957c56;
  padding: 20px 0;
  border-bottom: 1px solid #957c56;
  margin: 0 25px;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper ul {
  list-style-type: circle;
  margin: 30px 0;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper ul li {
  color: #2F383D;
  text-align: left;
  font-size: 1.25em;
  padding: 5px 0;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper #check-faqs {
  margin-bottom: 50px;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper #check-faqs h4 {
  font-size: 1.5em;
  color: #957c56;
  padding: 20px 0;
  border-top: 1px solid #957c56;
  margin: 0 25px 25px;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper #check-faqs a {
  color: #2F383D;
  font-size: 2em;
  padding: 15px 30px;
  border: 2px solid #2F383D;
}
.full-width-wrapper #membership-details-wrapper .max-width-wrapper #check-faqs a:hover {
  background-color: #c3e4fc;
}
.full-width-wrapper #email-contact-wrapper {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #7698B0;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper {
  margin: 150px 0;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper h3 {
  text-transform: uppercase;
  color: white;
  font-size: 3em;
  padding: 30px 0;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper p {
  color: white;
  font-size: 1.25em;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper p:nth-child(2n) {
  padding-bottom: 50px;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper a {
  color: white;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper form {
  padding: 20px 0;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper form input {
  border: none;
  background-color: #F5F5F5;
  font-size: 1.5em;
  margin: 0;
  padding: 10px 20px;
  color: #2f383d;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper form input[type=submit] {
  background-color: #dff1ff;
}
.full-width-wrapper #email-contact-wrapper .max-width-wrapper form input[name=lastname] {
  display: none;
}
.full-width-wrapper #footer-wrapper {
  width: 100%;
  background-color: rgb(63, 85, 98);
}
@media only screen and (min-width : 992px) {
  .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me {
    padding-top: 70px;
  }
}
@media only screen and (min-width : 768px) {
  .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me {
    padding-top: 35px;
  }
}
@media only screen and (min-width : 1px) {
  .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me {
    padding-top: 15px;
  }
}
.full-width-wrapper #footer-wrapper .center-me-wrapper .center-me ul {
  border-top: 1px solid white;
}
@media only screen and (min-width : 992px) {
  .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me ul {
    padding: 30px 0;
  }
}
@media only screen and (min-width : 768px) {
  .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me ul {
    padding: 15px 0;
  }
}
@media only screen and (min-width : 1px) {
  .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me ul {
    padding: 7px 0;
  }
}
@media only screen and (max-width : 768px) {
  .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me ul li {
    display: inline-block;
  }
}
.full-width-wrapper #footer-wrapper .center-me-wrapper .center-me ul li, .full-width-wrapper #footer-wrapper .center-me-wrapper .center-me ul a {
  padding: 30px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
}

.bkgrd-ctr, .default-theme .hero-banner, .page-hosting.default-theme .hero-banner, #recent_work .single-item .highlight-item, .default-theme #coffee_phone_beans, .default-theme #fullpg-landing {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vtr-ctr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-center-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.zoom, #recent_work .single-item:hover .highlight-item {
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(2.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(2.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(2.5);
  transition: all 200ms ease-in;
  transform: scale(2.5);
}
@media only screen and (min-width : 1px) {
  .zoom, #recent_work .single-item:hover .highlight-item {
    box-shadow: 0px 0px 10px #000000;
  }
}
@media only screen and (min-width : 768px) {
  .zoom, #recent_work .single-item:hover .highlight-item {
    box-shadow: 0px 0px 50px #000000;
  }
}
@media only screen and (min-width : 1200px) {
  .zoom, #recent_work .single-item:hover .highlight-item {
    box-shadow: 0px 0px 150px #000000;
  }
}
.zoom.one, #recent_work .single-item:hover .one.highlight-item {
  transform: scale(1.5) translate(0%, 0%);
}
.zoom.two, #recent_work .single-item:hover .two.highlight-item {
  transform: scale(1.5) translate(0%, 0%);
}
.zoom.three, #recent_work .single-item:hover .three.highlight-item {
  transform: scale(1.5) translate(0%, 0%);
}
.zoom.four, #recent_work .single-item:hover .four.highlight-item {
  transform: scale(1.5) translate(0%, 0%);
}

.top-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 100%;
  max-width: 1920px;
  z-index: 1000;
  transition: all 0.25s ease;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.top-menu-wrapper .navbar-brand {
  margin-right: 0;
}
.top-menu-wrapper .navbar-brand img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 75px;
}
@media only screen and (min-width : 1px) {
  .top-menu-wrapper .navbar-brand img {
    left: 5px;
    width: 75px;
  }
}
@media only screen and (min-width : 768px) {
  .top-menu-wrapper .navbar-brand img {
    left: 25px;
    width: 100px;
  }
}
@media only screen and (min-width : 1200px) {
  .top-menu-wrapper .navbar-brand img {
    left: 45px;
    width: 250px;
  }
}

#layout-content {
  padding: 50px 0;
}

.horizontal-divider {
  width: 100%;
  background-color: #957C56;
}
@media only screen and (min-width : 1px) {
  .horizontal-divider {
    height: 2px;
  }
}
@media only screen and (min-width : 1200px) {
  .horizontal-divider {
    height: 3px;
  }
}
.no-pad {
  padding: 0 !important;
}

.gold-text, .stats-wrapper .stat h3 {
  color: #eaba5f;
}

.default-theme .btn {
  background-color: #6f5c40;
  color: white;
}
.default-theme .btn-primary {
  cursor: pointer;
  background-color: #FCFC9D;
  border: 2px solid #FCFC9D;
  border-radius: 3px;
  color: #395263;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width : 1px) {
  .default-theme .btn-primary {
    font-size: 0.55em;
    padding: 10px 15px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .btn-primary {
    font-size: 0.7em;
    padding: 15px 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .btn-primary {
    font-size: 1em;
    padding: 20px 50px;
  }
}
.default-theme .btn-primary:hover {
  background-color: rgb(118, 152, 176);
  border-color: #FFF;
}
.default-theme .btn-single, .default-theme .btn-default {
  color: white;
  border: 3px solid #2F201B;
  background-color: #7698B0;
  transition: all 0.25s ease-in-out 0s;
  /*
      --color-main: rgb(84, 108, 125);
      --color-shadow: #FCFC9D;
      background-color: var(--color-main);
      color: #fff;
      font-weight: 500;
  */
}
@media only screen and (min-width : 1px) {
  .default-theme .btn-single, .default-theme .btn-default {
    /*
    	    border: .1rem solid $rgb_15;
    	    -webkit-box-shadow: inset 0 0 0 .15rem var(--color-shadow);
    	    box-shadow: inset 0 0 0 .15rem var(--color-shadow);
    */
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .btn-single, .default-theme .btn-default {
    /*
    	    border: .2rem solid $rgb_15;
    	    -webkit-box-shadow: inset 0 0 0 .3rem var(--color-shadow);
    	    box-shadow: inset 0 0 0 .3rem var(--color-shadow);
    */
  }
}
.default-theme .btn-single:hover, .default-theme .btn-default:hover {
  color: white;
  background-color: #2F201B;
  border-color: #2F201B;
}
.default-theme .btn-default {
  color: white;
  cursor: pointer;
  letter-spacing: 2px;
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  padding: 10px 15px;
}

@media only screen and (min-width : 1px) {
  form {
    padding: 15px;
  }
}
@media only screen and (min-width : 1200px) {
  form {
    padding: 20px 0;
  }
}
form label {
  display: none;
}
form textarea {
  resize: none;
}
form .form-control {
  height: auto;
}
form .form-control,
form input,
form textarea {
  border: none;
  margin: 0;
  color: #2F383D;
}
@media only screen and (min-width : 1px) {
  form .form-control,
  form input,
  form textarea {
    padding: 5px;
    font-size: 0.85em;
  }
}
@media only screen and (min-width : 768px) {
  form .form-control,
  form input,
  form textarea {
    padding: 5px 10px;
    font-size: 1.1em;
  }
}
@media only screen and (min-width : 1200px) {
  form .form-control,
  form input,
  form textarea {
    padding: 5px 15px;
    font-size: 1.15em;
  }
}
form .form-control[name=lastname],
form input[name=lastname],
form textarea[name=lastname] {
  display: none;
}
@media only screen and (min-width : 768px) {
  form button[type=submit] {
    margin: 35px 0;
  }
}
@media only screen and (min-width : 1200px) {
  form button[type=submit] {
    margin: 75px 0;
  }
}

.rainlab-forum .forum-table {
  margin-top: 35px;
  margin-bottom: 35px;
}

.none {
  display: none;
}

.default-theme.page-welcome #fullpg-landing {
  background-image: url("../images/home/header-background.png");
  padding-top: 95px;
  background-size: cover;
}
.default-theme.page-welcome #fullpg-landing .row {
  padding: 0 25px;
  margin-top: 15px;
}
.default-theme.page-welcome #fullpg-landing .col-md-6 {
  padding-top: 150px;
}
.default-theme.page-welcome #fullpg-landing .col-md-6 img {
  width: 100%;
}
.default-theme.page-welcome #fullpg-landing::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 14, 13, 0.5);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.default-theme #learn_about_us {
  border-top: 16px solid #2F201B;
  background-image: url("../images/digital-marketing-coffee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.default-theme #learn_about_us::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, white);
  height: 150px;
  z-index: 150;
}
.default-theme #learn_about_us::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  z-index: 15;
}
.default-theme #learn_about_us > .col-12::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(118, 152, 176, 0.5);
}
.default-theme #learn_about_us > .col-12 .row {
  position: relative;
  z-index: 100;
}
@media only screen and (min-width : 1px) {
  .default-theme #learn_about_us > .col-12 .row {
    padding: 105px 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #learn_about_us > .col-12 .row {
    padding: 150px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #learn_about_us > .col-12 .row {
    padding: 185px 0;
  }
}
.default-theme #learn_about_us h3 {
  /* 			color: $rgb_01; */
  color: #2F201B;
  text-transform: uppercase;
  /* 	    text-shadow: 2px 0px 2px white; */
}
@media only screen and (min-width : 1px) {
  .default-theme #learn_about_us h3 {
    padding: 0px 0 25px;
    font-size: 1.5em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #learn_about_us h3 {
    padding: 0px 0 45px;
    letter-spacing: 1px;
    font-size: 2em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #learn_about_us h3 {
    padding: 0px 0 50px;
    letter-spacing: 2px;
    font-size: 3em;
  }
}
.default-theme #learn_about_us p {
  color: #2F201B;
  text-transform: uppercase;
  /* 	    text-shadow: 2px 0px 2px white; */
}
.default-theme #learn_about_us p span {
  display: block;
  margin: 10px 0;
}
.default-theme #learn_about_us p span b {
  font-weight: 700;
}
@media only screen and (min-width : 1px) {
  .default-theme #learn_about_us p {
    padding: 0px 0 25px;
    font-size: 1.15em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #learn_about_us p {
    padding: 0px 0 45px;
    letter-spacing: 1px;
    font-size: 1.25em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #learn_about_us p {
    padding: 0px 0 85px;
    letter-spacing: 2px;
    font-size: 1.75em;
  }
}
.default-theme #learn_about_us .btn-single, .default-theme #learn_about_us .btn-default {
  background-color: #2F201B;
  color: #FCFC9D;
}
.default-theme #learn_about_us .btn-single:hover, .default-theme #learn_about_us .btn-default:hover {
  background-color: #FCFC9D;
  color: #2F201B;
}
@media only screen and (min-width : 1px) {
  .default-theme .testimonial-wrapper .view-testimonials {
    padding-top: 85px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .testimonial-wrapper .view-testimonials {
    padding-top: 115px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .testimonial-wrapper .view-testimonials {
    padding-top: 150px;
  }
}
.default-theme .testimonial-wrapper .testimonial-author {
  text-align: left;
  font-size: 0.75em;
}
@media only screen and (min-width : 1200px) {
  .default-theme .testimonial-wrapper .testimonial-author {
    margin-top: 35px;
  }
}
.default-theme .testimonial-wrapper .testimonial-author .col-8 a:hover {
  text-decoration: none;
}
.default-theme .testimonial-wrapper .testimonial-author .col-8 p:nth-child(1) {
  padding-top: 25px;
}
.default-theme .testimonial-wrapper .testimonial-author .col-8 p:nth-child(2) {
  font-size: 0.95em;
  font-style: italic;
}
.default-theme .testimonial-wrapper .quotation i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 46px;
}
.default-theme .testimonial-wrapper .testimonial-photo {
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: right;
}
@media only screen and (min-width : 1px) {
  .default-theme .testimonial-wrapper .testimonial-photo {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .testimonial-wrapper .testimonial-photo {
    width: 95px;
    height: 95px;
  }
}
.default-theme .testimonial-wrapper .testimonial-photo.warren {
  background-image: url("../images/about-us/WarrenGriffith.jpg");
}
.default-theme .testimonial-wrapper .testimonial-photo.diane {
  background-image: url("../images/testimonials/diane.png");
}
.default-theme .testimonial-wrapper .testimonial-photo.preston {
  background-image: url("../images/about-us/PrestonSmith-sq.jpg");
}
.default-theme .testimonial-wrapper .testimonial-photo.none {
  background-color: rgba(255, 255, 255, 0.5);
}
.default-theme .testimonial-wrapper p {
  color: white;
}
@media only screen and (min-width : 1px) {
  .default-theme .testimonial-wrapper p {
    font-size: 0.95em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .testimonial-wrapper p {
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .testimonial-wrapper p {
    font-size: 1.25em;
    line-height: 1.75em;
  }
}
.default-theme #layout-content {
  padding: 0;
}
.default-theme #fullpg-landing {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
  overflow: hidden;
  min-height: 375px;
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing {
    background-image: url("../images/cup-of-coffee-700.jpg");
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #fullpg-landing {
    background-image: url("../images/cup-of-coffee-1024.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #fullpg-landing {
    background-image: url("../images/cup-of-coffee-1920.jpg");
    background-position: 0 0;
    background-attachment: fixed;
  }
}
.default-theme #fullpg-landing .headline-txt-wrapper {
  position: absolute;
  left: 35%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 50%;
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing .headline-txt-wrapper {
    top: 40%;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #fullpg-landing .headline-txt-wrapper {
    top: 50%;
  }
}
.default-theme #fullpg-landing .headline-txt {
  text-align: center;
  color: #FFF;
}
.default-theme #fullpg-landing .headline-txt h1 {
  font-size: 4.5em;
  letter-spacing: 0.05em;
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing .headline-txt h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width : 992px) {
  .default-theme #fullpg-landing .headline-txt h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #fullpg-landing .headline-txt h1 {
    font-size: 2.5em;
  }
}
@media only screen and (min-width : 1450px) {
  .default-theme #fullpg-landing .headline-txt h1 {
    font-size: 3em;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme #fullpg-landing .headline-txt h1 {
    font-size: 4em;
  }
}
.default-theme #fullpg-landing .headline-txt h1 span {
  display: block;
  font-size: 0.5em;
  text-transform: lowercase;
  margin: 70px 0;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.85);
}
.default-theme #fullpg-landing .headline-txt h2 {
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 45px;
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing .headline-txt h2 {
    font-size: 1.1em;
    line-height: 25px;
  }
}
@media only screen and (min-width : 992px) {
  .default-theme #fullpg-landing .headline-txt h2 {
    font-size: 1.15em;
    line-height: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #fullpg-landing .headline-txt h2 {
    font-size: 1.25em;
  }
}
@media only screen and (min-width : 1450px) {
  .default-theme #fullpg-landing .headline-txt h2 {
    line-height: 1.5em;
  }
}
.default-theme #fullpg-landing .headline-txt h2 span {
  margin: 10px 0;
  display: block;
}
.default-theme #fullpg-landing .headline-txt .action-items-wrapper {
  width: 100%;
  margin: 100px 0 0;
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper {
    margin: 40px 0 0;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper {
    margin: 65px 0 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper {
    margin: 85px 0 0;
  }
}
@media only screen and (min-width : 992px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper {
    margin: 90px 0 0;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper {
    margin: 95px 0 0;
  }
}
.default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates {
  display: inline-block;
}
.default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a {
  border: 1px solid #FFF;
  padding: 15px 40px;
  margin: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2F201B;
  text-decoration: none;
  font-size: 2em;
  letter-spacing: 0.15em;
  transition: all 0.5s ease;
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a {
    font-size: 1em;
    padding: 5px 10px;
    margin: 10px;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a {
    font-size: 1.2em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a {
    font-size: 1.4em;
    padding: 25px 20px;
    margin: 20px;
  }
}
@media only screen and (min-width : 992px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a {
    font-size: 1.6em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a {
    font-size: 1.8em;
  }
}
.default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(47, 32, 27, 0.95);
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a:hover {
    font-size: 1.1em;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a:hover {
    font-size: 1.3em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a:hover {
    font-size: 1.5em;
  }
}
@media only screen and (min-width : 992px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a:hover {
    font-size: 1.7em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #fullpg-landing .headline-txt .action-items-wrapper .view-templates a:hover {
    font-size: 1.9em;
  }
}
.default-theme #fullpg-landing #landing-footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.default-theme #fullpg-landing #landing-footer-wrapper #landing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
}
.default-theme #fullpg-landing #landing-footer-wrapper #landing-footer p {
  color: #FFF;
  padding: 10px 0 0;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.3em;
}
.default-theme #fullpg-landing #landing-footer-wrapper #landing-footer img {
  margin: 10px 0;
}
@media only screen and (min-width : 1px) {
  .default-theme #fullpg-landing #landing-footer-wrapper #landing-footer img {
    width: 25px;
  }
}
@media only screen and (min-width : 992px) {
  .default-theme #fullpg-landing #landing-footer-wrapper #landing-footer img {
    width: 52px;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme.page-real-estate-services #fullpg-landing {
    background-image: url("../images/suburbs-2211335_1920.jpg");
  }
}
@media only screen and (min-width : 768px) {
  .default-theme.page-real-estate-services #fullpg-landing {
    background-image: url("../images/suburbs-2211335_1920.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme.page-real-estate-services #fullpg-landing {
    background-image: url("../images/suburbs-2211335_1920.jpg");
  }
}
.default-theme.page-real-estate-services #fullpg-landing::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.default-theme.page-real-estate-services #fullpg-landing .headline-txt-wrapper {
  position: relative;
  z-index: 1;
}
.default-theme.page-real-estate-services #learn_about_us {
  background-image: url("../images/architecture-1836070_1920.jpg");
}
.default-theme #navbarNavDropdown {
  display: block;
  width: 100%;
}
.default-theme #navbarNavDropdown .navbar-header {
  width: 100%;
}
.default-theme #navbarNavDropdown li.hidden {
  display: none;
}
.default-theme #navbarNavDropdown li {
  /*
        position: relative;
        left: 130px;
  */
}
.default-theme #navbarNavDropdown li:first-child a {
  margin: 0 auto;
}
.default-theme #navbarNavDropdown li:last-child a {
  color: #395263;
}
.default-theme #key_services_wrapper {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
  margin: 0;
}
@media only screen and (min-width : 1px) {
  .default-theme #key_services_wrapper {
    padding-top: 25px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #key_services_wrapper {
    padding-bottom: 50px;
    padding-top: 75px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #key_services_wrapper {
    padding-top: 95px;
    padding-bottom: 105px;
  }
}
.default-theme #key_services_wrapper .service-headline h2 span {
  display: block;
  font-size: 0.7em;
}
.default-theme #key_services_wrapper h2 {
  color: #957C56;
}
@media only screen and (min-width : 1px) {
  .default-theme #key_services_wrapper h2 {
    font-size: 1.25em;
    padding: 0 0 25px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #key_services_wrapper h2 {
    font-size: 2em;
    padding: 0 0 75px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #key_services_wrapper h2 {
    font-size: 3em;
    padding: 0 0 95px;
  }
}
.default-theme #key_services_wrapper .featured-service {
  background-color: #DFF1FF;
  padding: 35px 15px 10px 15px;
}
@media only screen and (min-width : 1px) {
  .default-theme #key_services_wrapper .featured-service {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}
.default-theme #key_services_wrapper .featured-service .col-2 {
  padding: 0;
}
.default-theme #key_services_wrapper .featured-service .plus {
  left: 10px;
  top: 25px;
}
.default-theme #key_services_wrapper .featured-service h3 {
  display: inline;
  margin: 15px 0;
  color: #957C56;
}
@media only screen and (min-width : 1px) {
  .default-theme #key_services_wrapper .featured-service h3 {
    font-size: 1em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #key_services_wrapper .featured-service h3 {
    font-size: 1.25em;
  }
}
.default-theme #key_services_wrapper .featured-service i {
  line-height: 22px;
  text-align: right;
  width: 100%;
}
@media only screen and (min-width : 1px) {
  .default-theme #key_services_wrapper .featured-service i {
    font-size: 1.5em;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme #key_services_wrapper .featured-service i {
    font-size: 2em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #key_services_wrapper .featured-service i {
    font-size: 2.5em;
  }
}
.default-theme #key_services_wrapper .featured-service img {
  width: 100%;
  padding: 35px 0;
}
.default-theme #key_services_wrapper .featured-service p {
  text-align: left;
  letter-spacing: 0.05em;
  color: #60717C;
  margin: 10px 0;
  padding-bottom: 15px;
  line-height: 1.15em;
}
@media only screen and (min-width : 1px) {
  .default-theme #key_services_wrapper .featured-service p {
    font-size: 0.85em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #key_services_wrapper .featured-service p {
    font-size: 1em;
  }
}
.default-theme #template-showcase-wrapper {
  background-color: #FFF;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
}
.default-theme #template-showcase-wrapper #sunrise {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.default-theme #template-showcase-wrapper #template-title-wrapper {
  position: absolute;
  width: 100%;
  z-index: 500;
}
.default-theme #template-showcase-wrapper #template-title-wrapper h2 {
  text-align: center;
  font-size: 3em;
  padding: 0;
  color: #342E24;
  letter-spacing: 0.1em;
}
.default-theme #template-showcase-wrapper #template-title-wrapper h3 {
  text-transform: uppercase;
  color: #3C3C3B;
  font-size: 1em;
  padding: 5px 0;
  margin-top: 30px;
}
.default-theme #template-showcase-wrapper #featured-template-container {
  /*
  			#featured-template-notes{
  				width: 1200px;
  				background-color: $rgb_03;
  				border: 10px solid $rgb_08;
  				position: absolute;
  				height: auto;
  				right: 50%;
  				margin-right: -600px;
  				top: 300px;
  				z-index: 500;
  				padding: 20px;
  				color: $rgb_08;
  			}
  */
}
.default-theme #template-showcase-wrapper #featured-template-container .layout-container {
  position: absolute;
  left: 50%;
  bottom: 110px;
  overflow: hidden;
}
.default-theme #template-showcase-wrapper #featured-template-container .layout-container img:nth-child(1) {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.default-theme #template-showcase-wrapper #featured-template-container .layout-container img:nth-child(2) {
  position: absolute;
  z-index: 1;
}
.default-theme #template-showcase-wrapper #featured-template-container #mobile-layout {
  margin-left: -30px;
  z-index: 50;
}
.default-theme #template-showcase-wrapper #featured-template-container #mobile-layout img:nth-child(2) {
  bottom: 55px;
  height: 297px;
  left: 7px;
  width: 202px;
}
.default-theme #template-showcase-wrapper #featured-template-container #tablet-layout {
  margin-left: -750px;
  z-index: 25;
}
.default-theme #template-showcase-wrapper #featured-template-container #tablet-layout img:nth-child(2) {
  bottom: 40px;
  height: 465px;
  left: 35px;
  width: 355px;
}
.default-theme #template-showcase-wrapper #featured-template-container #laptop-layout {
  margin-left: 0px;
  z-index: 10;
}
.default-theme #template-showcase-wrapper #featured-template-container #laptop-layout img:nth-child(2) {
  bottom: 102px;
  height: 425px;
  left: 97px;
  width: 665px;
}
.default-theme #template-showcase-wrapper #featured-template-container #desktop-layout {
  margin-left: -450px;
  z-index: 1;
}
.default-theme #template-showcase-wrapper #featured-template-container #desktop-layout img:nth-child(2) {
  bottom: 130px;
  height: 525px;
  left: 40px;
  width: 750px;
}
.default-theme #template-showcase-wrapper #demo-template-wrapper {
  width: 100%;
  background-color: rgba(176, 152, 118, 0.95);
  border-top: 10px solid #634e2f;
  border-bottom: 10px solid #634e2f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.default-theme #template-showcase-wrapper #demo-template-wrapper div {
  text-align: center;
  display: inline-block;
  margin: 20px;
}
.default-theme #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm, .default-theme #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4, .full-width-headline .default-theme #template-showcase-wrapper #demo-template-wrapper div h4, .default-theme #template-showcase-wrapper #demo-template-wrapper div .btn-default, .default-theme #template-showcase-wrapper #demo-template-wrapper div form .form-control, form .default-theme #template-showcase-wrapper #demo-template-wrapper div .form-control,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form input,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div input,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form textarea,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div textarea {
  border: 1px solid #634e2f;
  border-radius: 5px;
  background-color: #342E24;
  padding: 15px 15px 15px 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.default-theme #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm:hover, .default-theme #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4:hover, .full-width-headline .default-theme #template-showcase-wrapper #demo-template-wrapper div h4:hover, .default-theme #template-showcase-wrapper #demo-template-wrapper div .btn-default:hover, .default-theme #template-showcase-wrapper #demo-template-wrapper div form .form-control:hover, form .default-theme #template-showcase-wrapper #demo-template-wrapper div .form-control:hover,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form input:hover,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div input:hover,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form textarea:hover,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div textarea:hover {
  background-color: #2F383D;
}
.default-theme #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm a, .default-theme #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 a, .full-width-headline .default-theme #template-showcase-wrapper #demo-template-wrapper div h4 a, .default-theme #template-showcase-wrapper #demo-template-wrapper div .btn-default a, .default-theme #template-showcase-wrapper #demo-template-wrapper div form .form-control a, form .default-theme #template-showcase-wrapper #demo-template-wrapper div .form-control a,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form input a,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div input a,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form textarea a,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div textarea a {
  font-size: 1em;
}
.default-theme #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm a, .default-theme #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 a, .full-width-headline .default-theme #template-showcase-wrapper #demo-template-wrapper div h4 a, .default-theme #template-showcase-wrapper #demo-template-wrapper div .btn-default a, .default-theme #template-showcase-wrapper #demo-template-wrapper div form .form-control a, form .default-theme #template-showcase-wrapper #demo-template-wrapper div .form-control a,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form input a,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div input a,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form textarea a,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div textarea a, .default-theme #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm i, .default-theme #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 i, .full-width-headline .default-theme #template-showcase-wrapper #demo-template-wrapper div h4 i, .default-theme #template-showcase-wrapper #demo-template-wrapper div .btn-default i, .default-theme #template-showcase-wrapper #demo-template-wrapper div form .form-control i, form .default-theme #template-showcase-wrapper #demo-template-wrapper div .form-control i,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form input i,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div input i,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form textarea i,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div textarea i {
  color: #F5F5F5;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.default-theme #template-showcase-wrapper #demo-template-wrapper div .oxygen-sm i, .default-theme #template-showcase-wrapper #demo-template-wrapper div .full-width-headline h4 i, .full-width-headline .default-theme #template-showcase-wrapper #demo-template-wrapper div h4 i, .default-theme #template-showcase-wrapper #demo-template-wrapper div .btn-default i, .default-theme #template-showcase-wrapper #demo-template-wrapper div form .form-control i, form .default-theme #template-showcase-wrapper #demo-template-wrapper div .form-control i,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form input i,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div input i,
.default-theme #template-showcase-wrapper #demo-template-wrapper div form textarea i,
form .default-theme #template-showcase-wrapper #demo-template-wrapper div textarea i {
  font-size: 1em;
  padding: 0 5px 0 10px;
}
.default-theme .blog-featured {
  padding: 0;
}
.default-theme #membership-details-wrapper {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
}
.default-theme #membership-details-wrapper .max-width-wrapper {
  background-color: #DFF1FF;
  margin: 150px 0;
}
.default-theme #membership-details-wrapper .max-width-wrapper .title .plus {
  left: 260px;
  top: 50px;
}
.default-theme #membership-details-wrapper .max-width-wrapper h3 {
  font-size: 2em;
  color: #957C56;
  padding: 20px 0;
  border-bottom: 1px solid #957C56;
  margin: 0 25px;
}
.default-theme #membership-details-wrapper .max-width-wrapper ul {
  list-style-type: circle;
  margin: 30px 0;
}
.default-theme #membership-details-wrapper .max-width-wrapper ul li {
  color: #2F383D;
  text-align: left;
  font-size: 1.25em;
  padding: 5px 0;
}
.default-theme #membership-details-wrapper .max-width-wrapper #check-faqs {
  margin-bottom: 50px;
}
.default-theme #membership-details-wrapper .max-width-wrapper #check-faqs h4 {
  font-size: 1.5em;
  color: #957C56;
  padding: 20px 0;
  border-top: 1px solid #957C56;
  margin: 0 25px 25px;
}
.default-theme #membership-details-wrapper .max-width-wrapper #check-faqs a {
  color: #2F383D;
  font-size: 2em;
  padding: 15px 30px;
  border: 2px solid #2F383D;
}
.default-theme #membership-details-wrapper .max-width-wrapper #check-faqs a:hover {
  background-color: #c3e4fc;
}
.default-theme #form_outer_wrapper {
  display: block;
  background-color: #0a1220;
}
@media only screen and (min-width : 768px) {
  .default-theme #form_outer_wrapper {
    padding: 95px 0 0;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #form_outer_wrapper {
    padding: 150px 0 0;
  }
}
.default-theme #form_outer_wrapper .schedule-demo-btn {
  display: block;
  text-align: center;
}
.default-theme #form_outer_wrapper #contact_info a {
  color: #0a1220;
}
.default-theme #form_outer_wrapper #contact_info i {
  text-align: left;
  width: auto;
  color: #0a1220;
  font-size: 1.5em;
}
.default-theme #contact_info,
.default-theme #email_contact_wrapper {
  width: 100%;
  height: auto;
  text-align: center;
}
.default-theme #contact_info h3,
.default-theme #email_contact_wrapper h3 {
  text-transform: uppercase;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width : 1px) {
  .default-theme #contact_info h3,
  .default-theme #email_contact_wrapper h3 {
    font-size: 1em;
    padding: 5px 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #contact_info h3,
  .default-theme #email_contact_wrapper h3 {
    font-size: 2em;
    padding: 10px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #contact_info h3,
  .default-theme #email_contact_wrapper h3 {
    font-size: 3em;
    padding: 20px 0;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme #contact_info h3,
  .default-theme #email_contact_wrapper h3 {
    padding: 30px 0;
  }
}
.default-theme #contact_info p,
.default-theme #email_contact_wrapper p {
  color: #FFF;
}
@media only screen and (min-width : 1px) {
  .default-theme #contact_info p,
  .default-theme #email_contact_wrapper p {
    font-size: 0.75em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #contact_info p,
  .default-theme #email_contact_wrapper p {
    font-size: 1.25em;
  }
}
.default-theme #contact_info a,
.default-theme #email_contact_wrapper a {
  color: #FFF;
}
@media only screen and (min-width : 1px) {
  .default-theme #email_contact_wrapper p:nth-child(2n) {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #email_contact_wrapper p:nth-child(2n) {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #email_contact_wrapper p:nth-child(2n) {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme #contact_info {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #contact_info {
    padding-bottom: 75px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #contact_info {
    padding-bottom: 150px;
  }
}
.default-theme #contact_info iframe {
  width: 100%;
  max-height: 300px;
}
@media only screen and (min-width : 1px) {
  .default-theme #contact_info .row {
    padding-top: 10px;
    padding-bottom: 7px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #contact_info .row {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #contact_info .row {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme #contact_info .row:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #contact_info .row:nth-child(5) {
    display: flex;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #contact_info .row:last-child {
    border-bottom: 2px solid transparent;
  }
}
.default-theme #contact_info i {
  color: #FFF;
  line-height: 22px;
  text-align: right;
  width: 100%;
}
@media only screen and (min-width : 1px) {
  .default-theme #contact_info i {
    font-size: 1.25em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #contact_info i {
    font-size: 2em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #contact_info i {
    font-size: 2.5em;
  }
}
.default-theme #contact_info p {
  letter-spacing: 1px;
  line-height: 1.25em;
}
.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.rotate {
  -webkit-animation: spin 0.8s 1 linear;
  animation: spin 0.8s 1 linear;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.sunburst {
  width: 100%;
  height: 100%;
  margin: -11px -11px -11px -11px;
  overflow: hidden;
  background: #fec983;
  margin: 0;
  position: absolute;
  opacity: 0.45;
  transition: all 0.5s ease;
}
.sunburst .outer {
  width: 2500px;
  height: 910px;
  padding-top: 1320px;
  margin: -700px 0 0 -340px;
  -webkit-animation-name: rotate1;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate1;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
}
.sunburst b {
  display: block;
  width: 0;
  height: 0;
  border-width: 200px 1250px;
  margin: -400px 0 0 0;
  border-color: transparent #fb985d;
  border-style: solid;
}
.sunburst b:nth-child(1) {
  -webkit-transform: rotate(36deg);
  -moz-transform: rotate(36deg);
}
.sunburst b:nth-child(2) {
  -webkit-transform: rotate(72deg);
  -moz-transform: rotate(72deg);
}
.sunburst b:nth-child(3) {
  -webkit-transform: rotate(108deg);
  -moz-transform: rotate(108deg);
}
.sunburst b:nth-child(4) {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
}
.sunburst b:nth-child(5) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

@-webkit-keyframes rotate1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(36deg);
  }
}
@-moz-keyframes rotate1 {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(36deg);
  }
}
#footer-wrapper {
  width: 100%;
  background-color: #0a1220;
}
@media only screen and (min-width : 1px) {
  #footer-wrapper .center-me-wrapper .center-me {
    padding-top: 15px;
  }
}
@media only screen and (min-width : 768px) {
  #footer-wrapper .center-me-wrapper .center-me {
    padding-top: 35px;
  }
}
@media only screen and (min-width : 992px) {
  #footer-wrapper .center-me-wrapper .center-me {
    padding-top: 70px;
  }
}
@media only screen and (min-width : 1px) {
  #footer-wrapper .center-me-wrapper .center-me ul {
    padding: 7px 0;
  }
}
@media only screen and (min-width : 768px) {
  #footer-wrapper .center-me-wrapper .center-me ul {
    border-top: 1px solid #FFF;
    padding: 15px 0;
  }
}
@media only screen and (min-width : 992px) {
  #footer-wrapper .center-me-wrapper .center-me ul {
    padding: 30px 0;
  }
}
#footer-wrapper .center-me-wrapper .center-me ul li, #footer-wrapper .center-me-wrapper .center-me ul a {
  color: white;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline;
  color: rgb_06;
}
@media only screen and (min-width : 1px) {
  #footer-wrapper .center-me-wrapper .center-me ul li, #footer-wrapper .center-me-wrapper .center-me ul a {
    padding: 7px 0;
  }
}
@media only screen and (min-width : 768px) {
  #footer-wrapper .center-me-wrapper .center-me ul li, #footer-wrapper .center-me-wrapper .center-me ul a {
    padding: 15px;
  }
}
@media only screen and (min-width : 992px) {
  #footer-wrapper .center-me-wrapper .center-me ul li, #footer-wrapper .center-me-wrapper .center-me ul a {
    padding: 30px;
  }
}
@media only screen and (max-width : 768px) {
  #footer-wrapper .center-me-wrapper .center-me ul li {
    display: inline-block;
  }
}

.default-theme #coffee_phone_beans {
  background-image: url("../images/coffee-phone-beans.jpg");
}
@media only screen and (min-width : 1px) {
  .default-theme #coffee_phone_beans {
    padding: 25px;
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #coffee_phone_beans {
    padding: 75px;
    display: block;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #coffee_phone_beans {
    padding: 250px;
  }
}
.default-theme #coffee_phone_beans h3 {
  color: #FFF;
  letter-spacing: 1px;
  text-shadow: 2px 2px rgb(0, 0, 0);
  position: relative;
  z-index: 25;
}
@media only screen and (min-width : 1px) {
  .default-theme #coffee_phone_beans h3 {
    font-size: 1em;
    display: block;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #coffee_phone_beans h3 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width : 992px) {
  .default-theme #coffee_phone_beans h3 {
    display: inline;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme #coffee_phone_beans h3 {
    font-size: 3.25em;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme #coffee_phone_beans h3 span {
    padding: 0 25px;
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #coffee_phone_beans h3 span {
    display: block;
    visibility: hidden;
    height: 10px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #coffee_phone_beans h3 span {
    display: inline;
    visibility: visible;
    height: auto;
  }
}
.default-theme.page-real-estate-services #coffee_phone_beans {
  background-image: url("../images/digital-marketing-1433427_1920.jpg");
  position: relative;
}
.default-theme.page-real-estate-services #coffee_phone_beans::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 15;
}

#recent_work {
  background-color: #F5F5F5;
}
@media only screen and (min-width : 768px) {
  #recent_work {
    padding-bottom: 75px;
  }
}
@media only screen and (min-width : 1200px) {
  #recent_work {
    padding-bottom: 100px;
  }
}
#recent_work h4 {
  color: #957C56;
}
@media only screen and (min-width : 1px) {
  #recent_work h4 {
    font-size: 1.5em;
    padding: 10px 0 25px;
  }
}
@media only screen and (min-width : 576px) {
  #recent_work h4 {
    padding: 30px 0 30px;
  }
}
@media only screen and (min-width : 768px) {
  #recent_work h4 {
    font-size: 2em;
    padding: 75px 0 35px;
  }
}
@media only screen and (min-width : 992px) {
  #recent_work h4 {
    padding: 100px 0 40px;
  }
}
@media only screen and (min-width : 1200px) {
  #recent_work h4 {
    font-size: 3em;
  }
}
#recent_work .single-item {
  cursor: pointer;
  transition: all 1.2s ease 0s;
}
@media only screen and (min-width : 1px) {
  #recent_work .single-item {
    padding: 0px 0;
  }
}
@media only screen and (min-width : 768px) {
  #recent_work .single-item {
    padding: 30px 0;
  }
}
@media only screen and (min-width : 992px) {
  #recent_work .single-item {
    padding: 50px 0;
  }
}
#recent_work .single-item:hover {
  background-color: rgb(118, 152, 176);
}
#recent_work .single-item:hover .highlight-item {
  z-index: 100;
}
@media only screen and (min-width : 1px) {
  #recent_work .single-item:hover .highlight-item {
    transform: none;
  }
}
#recent_work .single-item:hover .highlight-item .overlay {
  background-color: rgba(0, 0, 0, 0);
}
#recent_work .single-item h4 {
  position: relative;
  z-index: 100;
  color: #FFF;
}
@media only screen and (min-width : 1px) {
  #recent_work .single-item h4 {
    font-size: 1.25em;
    padding: 125px 0 15px;
  }
}
@media only screen and (min-width : 768px) {
  #recent_work .single-item h4 {
    font-size: 1.5em;
    padding: 185px 0 30px;
  }
}
@media only screen and (min-width : 1200px) {
  #recent_work .single-item h4 {
    font-size: 1.75em;
    padding: 250px 0 50px;
  }
}
#recent_work .single-item.active .highlight-item .overlay {
  border-bottom: 0px solid #2F201B;
}
#recent_work .single-item .highlight-item {
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
#recent_work .single-item .highlight-item .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: all 2s ease 0s;
  border-bottom: 15px solid #2F201B;
}
#recent_work .single-item .highlight-item .overlay p {
  color: #FFF;
  font-size: 0.95em;
  letter-spacing: 2px;
  background-color: #957C56;
  padding: 15px 30px;
  top: 85%;
  text-transform: uppercase;
}
@media only screen and (min-width : 1px) {
  #recent_work .single-item:nth-child(4) .highlight-item {
    background-image: url("../images/recent-work/laketoxaway-700.jpg");
  }
}
@media only screen and (min-width : 768px) {
  #recent_work .single-item:nth-child(4) .highlight-item {
    background-image: url("../images/recent-work/laketoxaway-1024.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  #recent_work .single-item:nth-child(4) .highlight-item {
    background-image: url("../images/recent-work/laketoxaway-1920.jpg");
  }
}
@media only screen and (min-width : 1px) {
  #recent_work .single-item:nth-child(3) .highlight-item {
    background-image: url("../images/recent-work/brmc-700.jpg");
  }
}
@media only screen and (min-width : 768px) {
  #recent_work .single-item:nth-child(3) .highlight-item {
    background-image: url("../images/recent-work/brmc-700.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  #recent_work .single-item:nth-child(3) .highlight-item {
    background-image: url("../images/recent-work/brmc-1920.jpg");
  }
}
@media only screen and (min-width : 1px) {
  #recent_work .single-item:nth-child(2) .highlight-item {
    background-image: url("../images/recent-work/tpc-700.jpg");
  }
}
@media only screen and (min-width : 768px) {
  #recent_work .single-item:nth-child(2) .highlight-item {
    background-image: url("../images/recent-work/tpc-1024.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  #recent_work .single-item:nth-child(2) .highlight-item {
    background-image: url("../images/recent-work/tpc-1920.jpg");
  }
}
@media only screen and (min-width : 1px) {
  #recent_work .single-item:nth-child(5) .highlight-item {
    background-image: url("../images/recent-work/fbc-700.jpg");
  }
}
@media only screen and (min-width : 768px) {
  #recent_work .single-item:nth-child(5) .highlight-item {
    background-image: url("../images/recent-work/fbc-1024.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  #recent_work .single-item:nth-child(5) .highlight-item {
    background-image: url("../images/recent-work/fbc-1920.jpg");
  }
}

.confirm-container h2, .confirm-container p {
  color: #FFF;
  letter-spacing: 1px;
}
.confirm-container h2 {
  font-size: 1.5em;
}
.confirm-container p {
  font-size: 1em;
}

.page-hosting.default-theme .hero-banner {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width : 1px) {
  .page-hosting.default-theme .hero-banner {
    background-image: url("../images/source-4280758_1920.jpg");
    min-height: 100px;
  }
}
@media only screen and (min-width : 576px) {
  .page-hosting.default-theme .hero-banner {
    min-height: 200px;
  }
}
@media only screen and (min-width : 768px) {
  .page-hosting.default-theme .hero-banner {
    min-height: 235px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-hosting.default-theme .hero-banner {
    min-height: 295px;
  }
}
@media only screen and (min-width : 1600px) {
  .page-hosting.default-theme .hero-banner {
    min-height: 375px;
  }
}

.hero-banner h1 {
  color: #ececec;
  position: relative;
  z-index: 100;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width : 1px) {
  .hero-banner h1 {
    /* 			line-height: 100px; */
    padding-top: 30px;
    font-size: 1.25em;
  }
}
@media only screen and (min-width : 576px) {
  .hero-banner h1 {
    /* 			line-height: 200px; */
    padding-top: 75px;
    font-size: 1.75em;
  }
}
@media only screen and (min-width : 768px) {
  .hero-banner h1 {
    padding-top: 85px;
    font-size: 2.25em;
  }
}
@media only screen and (min-width : 1200px) {
  .hero-banner h1 {
    /* 			line-height: 295px; */
    padding-top: 105px;
    font-size: 3.5em;
  }
}
@media only screen and (min-width : 1600px) {
  .hero-banner h1 {
    /* 			line-height: 375px; */
    padding-top: 115px;
    font-size: 4.5em;
  }
}
.hero-banner p {
  color: white;
  text-align: center;
  font-size: 2em;
  z-index: 500;
  position: relative;
}
.hero-banner .gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.67);
}

.full-width-headline {
  background-color: #6f5c40;
}
@media only screen and (min-width : 1px) {
  .full-width-headline {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 768px) {
  .full-width-headline {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (min-width : 1200px) {
  .full-width-headline {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width : 1600px) {
  .full-width-headline {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.full-width-headline h4 {
  color: white;
  /* 		letter-spacing: 1px; */
}
@media only screen and (min-width : 1px) {
  .full-width-headline h4 {
    font-size: 0.85em;
    line-height: 1.05em;
  }
}
@media only screen and (min-width : 576px) {
  .full-width-headline h4 {
    font-size: 1.15em;
  }
}
@media only screen and (min-width : 768px) {
  .full-width-headline h4 {
    font-size: 1.75em;
    /* 			line-height: 1.05em; */
  }
}
@media only screen and (min-width : 1200px) {
  .full-width-headline h4 {
    font-size: 2.15em;
    line-height: 1.15em;
  }
}
@media only screen and (min-width : 1600px) {
  .full-width-headline h4 {
    font-size: 2.5em;
    line-height: 1.25em;
  }
}
.full-width-headline h4 span {
  display: block;
}

@media only screen and (min-width : 1px) {
  .full-width-header {
    padding: 25px 0;
  }
}
@media only screen and (min-width : 768px) {
  .full-width-header {
    padding: 50px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .full-width-header {
    padding: 75px 0;
  }
}
@media only screen and (min-width : 1600px) {
  .full-width-header {
    padding: 95px 0;
  }
}
.full-width-header h5 {
  /* 		letter-spacing: 1px; */
  color: #957C56;
}
@media only screen and (min-width : 1px) {
  .full-width-header h5 {
    font-size: 0.85em;
    line-height: 1.05em;
  }
}
@media only screen and (min-width : 576px) {
  .full-width-header h5 {
    font-size: 1.15em;
  }
}
@media only screen and (min-width : 768px) {
  .full-width-header h5 {
    font-size: 1.75em;
    /* 			line-height: 1em; */
  }
}
@media only screen and (min-width : 1200px) {
  .full-width-header h5 {
    font-size: 2.15em;
    line-height: 1.15em;
  }
}
@media only screen and (min-width : 1600px) {
  .full-width-header h5 {
    font-size: 2.5em;
    line-height: 1.25em;
  }
}
.full-width-header h5 span {
  display: block;
}

.default-theme #form_outer_wrapper {
  padding: 35px 0;
}
.default-theme .hero-banner {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width : 1px) {
  .default-theme .hero-banner {
    background-image: url("../images/bkgrd-coffee-laptop.jpg");
    min-height: 100px;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme .hero-banner {
    min-height: 200px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .hero-banner {
    min-height: 235px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .hero-banner {
    min-height: 295px;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .hero-banner {
    min-height: 375px;
  }
}
.default-theme #main_content_wrapper {
  width: 100%;
  height: auto;
  background-color: #F5F5F5;
  margin: 0;
}
@media only screen and (min-width : 1px) {
  .default-theme #main_content_wrapper {
    padding-top: 25px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #main_content_wrapper {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width : 1450px) {
  .default-theme #main_content_wrapper {
    padding-top: 75px;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme #main_content_wrapper {
    padding-top: 95px;
    padding-bottom: 105px;
  }
}
.default-theme #main_content_wrapper h2 {
  color: #957C56;
}
@media only screen and (min-width : 1px) {
  .default-theme #main_content_wrapper h2 {
    font-size: 1.25em;
    padding: 0 0 25px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #main_content_wrapper h2 {
    font-size: 2em;
    padding: 0 0 50px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #main_content_wrapper h2 {
    font-size: 2.75em;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme #main_content_wrapper h2 {
    font-size: 3em;
    padding: 0 0 95px;
  }
}
.default-theme #main_content_wrapper h2 span {
  display: block;
  font-size: 0.7em;
}
@media only screen and (min-width : 1px) {
  .default-theme #main_content_wrapper h2 span {
    line-height: 25px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #main_content_wrapper h2 span {
    line-height: 50px;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme #main_content_wrapper .btn-single, .default-theme #main_content_wrapper .btn-default {
    margin: 10px 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme #main_content_wrapper .btn-single, .default-theme #main_content_wrapper .btn-default {
    margin: 13px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme #main_content_wrapper .btn-single, .default-theme #main_content_wrapper .btn-default {
    margin: 25px 0;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme #main_content_wrapper .btn-single, .default-theme #main_content_wrapper .btn-default {
    margin: 35px 0;
  }
}
.default-theme .content-highlight-wrapper.privacy-policy h2 {
  color: black !important;
}
.default-theme .content-highlight-wrapper.privacy-policy h3,
.default-theme .content-highlight-wrapper.privacy-policy p {
  color: black;
}
.default-theme .content-highlight-wrapper.privacy-policy h3 {
  margin-top: 30px;
}
.default-theme .content-highlight-wrapper.privacy-policy ul {
  list-style-type: disc;
  margin-bottom: 25px;
  margin-left: 75px;
}
.default-theme .content-highlight-wrapper.privacy-policy ul li {
  padding: 5px;
}
@media only screen and (min-width : 1px) {
  .default-theme .content-highlight-wrapper {
    padding: 0 0 15px 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .content-highlight-wrapper {
    padding: 0 0 35px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .content-highlight-wrapper {
    padding: 0 0 50px 0;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .content-highlight-wrapper {
    padding: 0 0 75px 0;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme .content-highlight-wrapper:nth-child(2) {
    padding-top: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .content-highlight-wrapper:nth-child(2) {
    padding-top: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .content-highlight-wrapper:nth-child(2) {
    padding-top: 50px;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .content-highlight-wrapper:nth-child(2) {
    padding-top: 75px;
  }
}
.default-theme .content-highlight-wrapper img {
  width: 100%;
}
.default-theme .content-highlight-wrapper h3 {
  color: #957C56;
}
@media only screen and (min-width : 1px) {
  .default-theme .content-highlight-wrapper h3 {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme .content-highlight-wrapper h3 {
    padding-top: 0px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .content-highlight-wrapper h3 {
    font-size: 1.5em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .content-highlight-wrapper h3 {
    font-size: 2em;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .content-highlight-wrapper h3 {
    font-size: 2.5em;
    padding-bottom: 25px;
  }
}
.default-theme .content-highlight-wrapper p {
  color: #957C56;
  padding-bottom: 15px;
}
@media only screen and (min-width : 1px) {
  .default-theme .content-highlight-wrapper p {
    font-size: 0.85em;
    line-height: 1em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .content-highlight-wrapper p {
    font-size: 1em;
    line-height: 1.15em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .content-highlight-wrapper p {
    font-size: 1.1em;
    line-height: 1.35em;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .content-highlight-wrapper p {
    font-size: 1.25em;
    line-height: 1.5em;
  }
}
.default-theme .content-highlight-wrapper p .btn-default {
  color: white;
}
@media only screen and (min-width : 1px) {
  .default-theme .content-highlight-wrapper .col-sm-8 {
    padding-left: 15px;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .content-highlight-wrapper .col-sm-8 {
    padding-left: 35px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .content-highlight-wrapper .col-sm-8 {
    padding-left: 50px;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .content-highlight-wrapper .col-sm-8 {
    padding-left: 75px;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-right {
    text-align: left !important;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-right {
    padding-bottom: 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-right {
    text-align: right !important;
    padding-right: 35px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-right {
    padding-right: 50px;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-right {
    padding-right: 75px;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-left, .default-theme .supplemental-content-wrapper .card-body .list-unstyled p.text-pad, .card-body .list-unstyled .default-theme .supplemental-content-wrapper p.text-pad {
    padding-top: 25px;
  }
}
@media only screen and (min-width : 576px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-left, .default-theme .supplemental-content-wrapper .card-body .list-unstyled p.text-pad, .card-body .list-unstyled .default-theme .supplemental-content-wrapper p.text-pad {
    padding-top: 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-left, .default-theme .supplemental-content-wrapper .card-body .list-unstyled p.text-pad, .card-body .list-unstyled .default-theme .supplemental-content-wrapper p.text-pad {
    padding-left: 35px;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-left, .default-theme .supplemental-content-wrapper .card-body .list-unstyled p.text-pad, .card-body .list-unstyled .default-theme .supplemental-content-wrapper p.text-pad {
    padding-left: 50px;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .supplemental-content-wrapper .text-pad.text-left, .default-theme .supplemental-content-wrapper .card-body .list-unstyled p.text-pad, .card-body .list-unstyled .default-theme .supplemental-content-wrapper p.text-pad {
    padding-left: 75px;
  }
}
@media only screen and (min-width : 1px) {
  .default-theme .supplemental-content-wrapper .row {
    padding: 25px 0;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .supplemental-content-wrapper .row {
    padding: 35px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .supplemental-content-wrapper .row {
    padding: 50px 0;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .supplemental-content-wrapper .row {
    padding: 75px 0;
  }
}
.default-theme .supplemental-content-wrapper img {
  width: 100%;
}
.default-theme .supplemental-content-wrapper p {
  color: #957C56;
}
@media only screen and (min-width : 1px) {
  .default-theme .supplemental-content-wrapper p {
    font-size: 0.85em;
    line-height: 1em;
  }
}
@media only screen and (min-width : 768px) {
  .default-theme .supplemental-content-wrapper p {
    font-size: 1.05em;
    line-height: 1.05em;
  }
}
@media only screen and (min-width : 1200px) {
  .default-theme .supplemental-content-wrapper p {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}
@media only screen and (min-width : 1600px) {
  .default-theme .supplemental-content-wrapper p {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

.page-testimonials #main_content_wrapper,
.page-about #main_content_wrapper,
.page-hiring #main_content_wrapper {
  padding: 0;
}
@media only screen and (min-width : 1px) {
  .page-testimonials #main_content_wrapper .content-highlight-wrapper,
  .page-about #main_content_wrapper .content-highlight-wrapper,
  .page-hiring #main_content_wrapper .content-highlight-wrapper {
    padding: 15px 0;
  }
}
@media only screen and (min-width : 768px) {
  .page-testimonials #main_content_wrapper .content-highlight-wrapper,
  .page-about #main_content_wrapper .content-highlight-wrapper,
  .page-hiring #main_content_wrapper .content-highlight-wrapper {
    padding: 35px 0;
  }
}
@media only screen and (min-width : 1200px) {
  .page-testimonials #main_content_wrapper .content-highlight-wrapper,
  .page-about #main_content_wrapper .content-highlight-wrapper,
  .page-hiring #main_content_wrapper .content-highlight-wrapper {
    padding: 50px 0;
  }
}
@media only screen and (min-width : 1600px) {
  .page-testimonials #main_content_wrapper .content-highlight-wrapper,
  .page-about #main_content_wrapper .content-highlight-wrapper,
  .page-hiring #main_content_wrapper .content-highlight-wrapper {
    padding: 75px 0;
  }
}

.dark {
  background-color: #f0ecdf;
}

.page-testimonials .testimonial-wrapper:nth-child(odd) {
  background-color: #9b894e;
}

.page-interactive-maps b {
  font-weight: 700;
}
@media only screen and (min-width : 1px) {
  .page-interactive-maps #recent_work .single-item:nth-child(3) .highlight-item {
    background-image: url("../images/recent-work/laketoxaway-700.jpg");
  }
}
@media only screen and (min-width : 768px) {
  .page-interactive-maps #recent_work .single-item:nth-child(3) .highlight-item {
    background-image: url("../images/recent-work/laketoxaway-1024.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  .page-interactive-maps #recent_work .single-item:nth-child(3) .highlight-item {
    background-image: url("../images/recent-work/laketoxaway-1920.jpg");
  }
}
@media only screen and (min-width : 1px) {
  .page-interactive-maps #recent_work .single-item:nth-child(2) .highlight-item {
    background-image: url("../images/recent-work/brmc-700.jpg");
  }
}
@media only screen and (min-width : 768px) {
  .page-interactive-maps #recent_work .single-item:nth-child(2) .highlight-item {
    background-image: url("../images/recent-work/brmc-700.jpg");
  }
}
@media only screen and (min-width : 1200px) {
  .page-interactive-maps #recent_work .single-item:nth-child(2) .highlight-item {
    background-image: url("../images/recent-work/brmc-1920.jpg");
  }
}
.page-interactive-maps .top-menu-wrapper {
  z-index: 1040;
}
.page-interactive-maps #fullpg-landing {
  background-image: url("../images/imap-laptop.jpg");
  background-position: center center;
}
.page-interactive-maps #fullpg-landing::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  z-index: 15;
}
.page-interactive-maps #fullpg-landing div {
  position: static;
  z-index: 9999;
}
.page-interactive-maps #coffee_phone_beans {
  background-position: center center;
  background-image: url("../images/destination.jpg");
  position: relative;
}
@media only screen and (min-width : 1px) {
  .page-interactive-maps #coffee_phone_beans {
    padding: 15px;
    /* 			display: none; */
  }
}
@media only screen and (min-width : 768px) {
  .page-interactive-maps #coffee_phone_beans {
    padding: 40px;
  }
}
@media only screen and (min-width : 1200px) {
  .page-interactive-maps #coffee_phone_beans {
    padding: 125px;
  }
}
.page-interactive-maps #coffee_phone_beans::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  z-index: 15;
}
.page-interactive-maps #coffee_phone_beans p {
  color: white;
  text-shadow: 2px 2px black;
  z-index: 9999;
  position: relative;
}
.page-interactive-maps #coffee_phone_beans p span {
  display: block;
  margin: 10px 0;
  color: white;
}
.page-interactive-maps #coffee_phone_beans p span b {
  font-weight: 700;
}
@media only screen and (min-width : 1px) {
  .page-interactive-maps #coffee_phone_beans p {
    padding: 0px 0 25px;
    font-size: 1.15em;
  }
}
@media only screen and (min-width : 768px) {
  .page-interactive-maps #coffee_phone_beans p {
    padding: 0px 0 45px;
    letter-spacing: 1px;
    font-size: 1.25em;
  }
}
@media only screen and (min-width : 1200px) {
  .page-interactive-maps #coffee_phone_beans p {
    padding: 85px 0;
    letter-spacing: 2px;
    font-size: 1.75em;
  }
}

.page-how-to-make-a-website #fullpg-landing {
  background-position: center center;
  background-image: url("../images/business-website-meeting.jpg");
}
.page-how-to-make-a-website #fullpg-landing::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  z-index: 15;
}
.page-how-to-make-a-website #fullpg-landing .headline-txt-wrapper {
  z-index: 50;
}
.page-how-to-make-a-website #fullpg-landing #landing-footer-wrapper {
  z-index: 50;
}

.how-it-works-wrapper {
  background-color: #dfdac4;
  padding: 50px 0;
}
.how-it-works-wrapper h2 {
  text-align: center;
  font-size: 3em;
  padding: 0 0 35px;
  color: #342E24;
}
.how-it-works-wrapper .col-xl-8 .row {
  padding: 25px 0;
}

.table-row-min-height, .ctr-align, .industry-wrapper, .details-wrapper, .work-samples-wrapper .view-now {
  min-height: 375px;
}

.circle-img {
  object-fit: cover;
  border-radius: 50%;
}

.industry-wrapper {
  position: relative;
}
.industry-wrapper img {
  width: 100%;
  padding: 15px;
}
.industry-wrapper .circle-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -132px;
}
.industry-wrapper h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  /* 		margin-top: -7px; */
}

.industry-title-wrapper {
  position: relative;
}
.industry-title-wrapper h4 {
  /*
  		position: absolute;
  		left: 0;
  		right: 0;
  		top: 50%;
  */
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7698b0;
  /* 		margin-top: -8px; */
}

.details-wrapper {
  /*
  */
}
.details-wrapper ul {
  margin-top: 15px;
}
.details-wrapper ul li {
  list-style-type: disc;
  padding: 7px 0;
}

.work-samples-wrapper table {
  margin-bottom: 0;
}
.work-samples-wrapper thead th {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.work-samples-wrapper .view-now img {
  border: 5px solid #eb99a0;
  width: 100%;
  margin-bottom: 15px;
}
.work-samples-wrapper .view-now a {
  display: block;
}

.ctr-align, .industry-wrapper, .details-wrapper, .work-samples-wrapper .view-now {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  /* 	margin: 10% 0; */
  align-items: center;
}

#landing-footer-wrapper {
  z-index: 100;
}

.default-theme .content-highlight-wrapper .referral-wrapper {
  padding: 45px 15px;
  margin: 25px 0;
}
.default-theme .content-highlight-wrapper .referral-wrapper.new {
  background-color: #E39F81;
}
.default-theme .content-highlight-wrapper .referral-wrapper.new .btn-default {
  background-color: #963b14;
}
.default-theme .content-highlight-wrapper .referral-wrapper.open {
  background-color: #BA7F4E;
}
.default-theme .content-highlight-wrapper .referral-wrapper.open .btn-default {
  background-color: #4b290c;
}
.default-theme .content-highlight-wrapper .referral-wrapper.complete {
  background-color: #14174A;
}
.default-theme .content-highlight-wrapper .referral-wrapper.complete .btn-default {
  background-color: #020314;
}
.default-theme .content-highlight-wrapper .referral-wrapper h3, .default-theme .content-highlight-wrapper .referral-wrapper p {
  color: white;
}

.card-body .card-title {
  font-size: 2em;
}
.card-body .list-unstyled p {
  font-size: 0.95em;
  padding-bottom: 0;
}
.card-body .list-unstyled {
  list-style-type: circle;
  padding: 15px;
}

@media only screen and (min-width : 1px) {
  .display-4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 992px) {
  .display-4 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width : 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.service-highlights {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(7, 18, 40, 0.52) 50%, rgba(0, 0, 0, 0.68) 100%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.service-highlights .icon {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #ffffff;
  z-index: 2;
}
.service-highlights .icon svg,
.service-highlights .icon img {
  position: relative;
  z-index: 2;
  width: 42px;
  height: 42px;
}
.service-highlights .icon span,
.service-highlights .icon p,
.service-highlights .icon .label {
  position: relative;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: white;
}
.service-highlights .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 35%, rgba(255, 255, 255, 0.02) 55%, rgba(255, 255, 255, 0) 75%);
  filter: blur(22px);
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}

.schedule-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1f1f1f;
  background: linear-gradient(180deg, #efd58a 0%, #d7b15a 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  cursor: pointer;
}
.schedule-demo-btn:hover {
  background: linear-gradient(180deg, #f5dd98 0%, #dfbc67 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.schedule-demo-btn:active {
  transform: translateY(0);
}

.our-process,
.built-for-results,
.see-it-in-action,
.what-we-build {
  padding: 95px 10px;
  background-color: #fffefe;
}
.our-process .row:nth-child(1) .icon,
.built-for-results .row:nth-child(1) .icon,
.see-it-in-action .row:nth-child(1) .icon,
.what-we-build .row:nth-child(1) .icon {
  border-left: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
}
.our-process .row:nth-child(2) .icon,
.built-for-results .row:nth-child(2) .icon,
.see-it-in-action .row:nth-child(2) .icon,
.what-we-build .row:nth-child(2) .icon {
  border-left: 2px solid #f0f0f0;
}
.our-process h2,
.built-for-results h2,
.see-it-in-action h2,
.what-we-build h2 {
  font-size: 2.5em;
  letter-spacing: 0.05em;
  color: #0a0d16;
}
.our-process h2 span,
.built-for-results h2 span,
.see-it-in-action h2 span,
.what-we-build h2 span {
  display: inline-block;
}
.our-process .icon,
.built-for-results .icon,
.see-it-in-action .icon,
.what-we-build .icon {
  text-align: center;
  padding: 25px;
  color: #6d6b70;
}
.our-process .icon img,
.built-for-results .icon img,
.see-it-in-action .icon img,
.what-we-build .icon img {
  color: #6d6b70;
  padding: 5px 35px;
}
.our-process .icon .label p,
.built-for-results .icon .label p,
.see-it-in-action .icon .label p,
.what-we-build .icon .label p {
  line-height: 1.5em;
}

.built-for-results .row:nth-child(1) .icon {
  border-bottom: none;
}
.built-for-results .row:nth-child(1) .icon:first-child {
  border-left: none;
}

.custom-vs-templates,
.see-it-in-action {
  background-color: #0a1220;
}
.custom-vs-templates h2,
.see-it-in-action h2 {
  color: #ffffff;
}
.custom-vs-templates .white-txt,
.see-it-in-action .white-txt {
  font-size: 1.25em;
  line-height: 1.5em;
}
.custom-vs-templates .white-txt span,
.see-it-in-action .white-txt span {
  display: inline-block;
}
.custom-vs-templates .label h3, .custom-vs-templates .label p,
.see-it-in-action .label h3,
.see-it-in-action .label p {
  color: #ffffff;
}

.custom-vs-templates {
  display: none;
}
.custom-vs-templates ul li {
  color: white;
}

.stats-outer-wrapper {
  background-image: url("../images/home/header-background-16-9.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
}

.stats-wrapper {
  background-color: #0a1220;
}
.stats-wrapper .stat {
  width: 32%;
  display: inline-block;
}
.stats-wrapper .stat p {
  color: #ffffff;
}

.white-txt {
  color: #ffffff;
}

.service-features {
  padding: 15px;
}
.service-features img {
  width: 100%;
}
.service-features .label p {
  line-height: 1.5em;
}

.our-process {
  background-color: #f8f8f8;
}

.page-account.default-theme .avatar {
  border-radius: 50%;
  max-width: 175px;
  margin-bottom: 50px;
}
.page-account.default-theme #main_content_wrapper h2 {
  padding: 0 0 15px;
}
.page-account.default-theme .record-list li {
  padding-bottom: 50px;
}
.page-account.default-theme .record-list .btm-pad {
  padding-bottom: 50px;
}
.page-account.default-theme .record-list .note {
  font-size: 12px;
  font-style: italic;
}

.modal .form-wrapper {
  background-color: #DFF1FF;
  border-top: 3px solid grey;
  border-bottom: 3px solid grey;
  padding: 25px;
  margin: 25px 0;
}
.modal form button[type=submit] {
  margin: 0;
}
.modal-title {
  letter-spacing: 1px;
  font-size: 2em;
}
.modal-dialog {
  max-width: 950px;
}
.modal-footer {
  justify-content: center;
}
.modal-footer i {
  font-size: 1.15em;
  /*
  			color: $brand_02;
  */
}
.modal-footer .btn-default {
  font-size: 2em;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 25px;
  letter-spacing: 2px;
}
.modal form input,
.modal form textarea {
  border: 3px solid rgba(176, 152, 118, 0.95);
}

.demo-template-wrapper .template-info {
  font-size: 1.2em;
}
.demo-template-wrapper .template-img {
  margin: 25px 0;
}
.demo-template-wrapper .template-img img {
  border: 13px solid #f0ecdf;
  width: 100%;
}
.demo-template-wrapper .template-content h4 {
  color: #415562;
  letter-spacing: 1px;
  font-size: 1.35em;
  text-align: center;
}

.speech-bubble {
  position: relative;
  background: #957C56;
  border-radius: 0.4em;
}
.speech-bubble p {
  color: white;
  padding: 25px;
  line-height: normal;
  letter-spacing: 1px;
}
.speech-bubble:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-right-color: #957C56;
  border-left: 0;
  margin-top: -18px;
  margin-left: -18px;
}

.img-wrapper {
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: right;
  width: 95px;
  height: 95px;
}

.template-info {
  line-height: 25px;
}

/*# sourceMappingURL=main.css.map */
