#_the_copyright {
   padding-bottom: 6rem !important;
}

/*** button fixed ***/
#button-fix {
  bottom: 14px;
  position: fixed;
  right: 20px;
  z-index: 99999999;
}
.mobileview #button-fix {
  display: none !important;
}
html:not(.mobileview) #button-fix {
  display: block !important;
}
.cta_btn {
  background-color: #cc6c3c;
  border-radius: 15px;
  color: #ffffff;
  font-size: 15px;
  margin: 5px;
  padding: 20px 20px 40px;
  text-transform:  uppercase;
  font-weight:  600;
}
.cta_btn:hover{
background-color: #897364;
-webkit-transition: all .5s ease !important;
transition: all .5s ease !important;
  color: #ffffff; !important;
}

#cta {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  max-width:  106rem !important;
  margin:  0 auto !important;
}

.tsidesign_features .the_list_item .the_list_item_image {
  width: 70% !important;
  margin: 0 auto !important;
  display: block !important;
}

.container-wrap {
box-shadow: none !important;
max-width: 100% !important;
}

.header-logo h2.logo.logo-v2 div.logo-variation.logo-variation-header div.logo-slot.pct50.align-left.slot-type-image {
padding-top: 0px !important;
padding-bottom: 0px !important;
}

.page-id-36247 .full_width_content.content_bg.wrp_color_bg {
background-color: transparent !important;
}
.page-id-36247 .content{
  padding-top: 3rem !important;
}
.tsidesign_tagline {
float: right !important;
margin-top: 3rem !important;
margin-bottom: 7rem !important;
}

.tsidesign_tagline .the_list_item_headline.hds_color {
font-size: 3.5rem !important;
letter-spacing: 1px !important;
}

.page-id-36247 .the_list_item_action {
  border-radius: 0px !important;
}

.page-id-36247 #container .the_list_item .the_list_item_action a {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.0) 0%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
background-color: transparent !important;
box-shadow: none !important;
border: 0px solid #FA9C45 !important;
font-size: 1.7rem !important;
text-transform: uppercase !important;
color: #ffffff !important;
}

.page-id-36247 #wrapper .the_list_item.hero .the_list_item_action, #wrapper .type_photo_grid .the_list_item .the_list_item_action, #wrapper .type_gallery .the_list_item.no_image .the_list_item_action {
background-color: transparent !important;
}

.tsidesign_features .the_list_item:hover img {
opacity: .75 !important;
}

.footer_brand {
display: none !important;
}

#the_footer {
max-width:100% !important;
}

#the_footer #_the_logo {
margin-right:auto !important;
margin-left:auto !important;
max-width:106rem !important;
}

#the_footer #_the_copyright {
margin-right:auto !important;
margin-left:auto !important;
max-width:106rem !important;
}

body.page-id-36247 {
background-image:url('../files/2019/04/new-background.jpg') !important;
background-repeat: no-repeat !important;
}


@media (max-width: 800px) {
body.page-id-36247 {
background-image: none !important;
background-repeat: no-repeat !important;
}
.tsidesign_tagline .the_list_item {
width: 100% !important;
max-width: 100% !important;
}
.tsidesign_tagline .item_1 {
width: 100% !important;
max-width: 100% !important;
}
#container .section .column_amt_2 .the_list_item {
    width: 100% !important;
}
.tsidesign_tagline .the_list_item_headline.hds_color {
font-size: 2rem !important;
letter-spacing: 1px !important;
}
}

@media (max-width: 575px) {

.tsidesign_tagline {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
}

@import url('https://fonts.googleapis.com/css?family=Allura');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
.font2_headline {
font-family: 'Cormorant Garamond', serif;
font-size: 4.5rem;
text-shadow:0px 2px 1px #000;
}
.font2_sub{
font-family: 'Allura', cursive;
text-transform: none !important;
font-size: 7.5rem;
}

@media(max-width: 815px) {
.font2_headline {
font-size: 3rem;
}
.font2_sub{
font-size:5.5rem;
}
}

@media(max-width: 568px) {
.font2_headline {
font-size: 2.2rem;
}
.font2_sub{
font-size:4.5rem;
}
}

.tsidesign_dl .caption {
 text-align: center !important; 
}

.home .full_width_content.section_content.content_bg.wrp_color_bg {
max-width: 100% !important;  
}

#access a, #menu-holder a {
    font-size: 1.8rem !important;
}


/* Pulsing mobile button */
html:not(.mobileview) #mobile-call-btn {
  display: block !important;
}

.mobileview #mobile-call-btn {
 display: none !important; 
}

#mobile-call-btn {
  bottom: 60px;
  position: fixed;
  right: 20px;
  z-index: 99;
  text-align: center !important;
}

#mobile-call-btn span {
    font-size: 2rem;
    text-align: center !important;
    font-weight: bold;
    color: #fff;
    background: #5e77ab; /* change background color of text */
    padding: 0 5px 0;
    border-radius: 10px;
}

#mobile-call-btn img {
    position: relative;
    background: #637bae; /* change background color of phone icon */
    max-width: 70px;
    border: solid 1px transparent;
    border-radius: 50%;
    z-index: 99 !important;
    width: 100%;
    animation: pulse 1s infinite;
  	margin-top: 0.5rem;
}

@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform:scale(1.15);}
    100% {transform:scale(1);}
}
/* end pulsing mobile button */


/*-----------Popup Modal----------*/
.btn{
  margin: 5px auto;
}

.btn, .exit-btn{
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 0;
    /* font-size: 2rem; */
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    margin: 4% auto;
}
.btn-primary, .exit-btn{
    color: #fff !important;/*----Button Text----*/
    background-color: #cc6c3c !important;; /*-----Button Color----*/
    text-transform: uppercase;
    font-weight: bold;
    padding: .8rem 2.6rem;
}

.btn-primary:hover {
  background: #cc6c3c !important;; /*----Button hover color----*/
  text-shadow: 1px 1px 1px #000;
}

#modal_popup {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    white-space: nowrap;
    height: 100%;
}
#modal_popup:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.25em;
}
.css-only-modal-check {
    pointer-events: auto;
}
.css-only-modal-check:checked ~ .css-only-modal {
    opacity: 1;
    pointer-events: auto;
  
}
.css-only-modal {
  top: 12%;
  width: 50%;
  min-width: 250px;
  background: #fff !important; /*----Modal Background Color----*/
  z-index: 1;
  display: inline-block;
  position: relative;
  pointer-events: auto;
  text-align: center;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  pointer-events: none;
  overflow:visible;
}

#modal_wrapper {
  padding: .8rem 1.6rem 0;
  position: relative;
}
.css-only-modal h2 {
    text-align: center;
}
.css-only-modal p {
    font-size: 1.5rem;
  color: #fff;  
}
.modal_desc {
  display: inline-block;
  width: 100%;
  padding-top: 2%;
}

.css-only-modal-close {
/*--This is your X button, you can choose to display:none; if you do not want an X in the top right--*/
  position:absolute;
  right:0;
  top:0;
  margin-top:0 !important;
  width: auto !important;
}
.css-only-modal-check {
    display: none;
}
.css-only-modal-check:checked ~ #screen-shade {
    opacity: 0.5; /*----How dark the shade covering the site is----*/
    pointer-events: auto;
}
#screen-shade {
    opacity: 0;
    background: #000; /*-----Color of the shade----*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.8s;
}

.modal_logo {
  padding: 0;
  width: 80%;
}

.modal_headline {
  width: 100%;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 2.8rem;
  padding-bottom: 2%;
}

.modal_txt_area {
  padding:0 4%;
}

.modal_txt_area .modal_desc em {
  font-weight:bold;
}


@media (max-width: 1035px){
  .modal_headline {
  font-size: 2rem;
    line-height: 2rem;
  }
  .modal_desc {
  display: block;
  width: 100%;
  padding-top: 5%;
}

  .btn, .exit-btn{
  margin-top: 2%;
  width: 100%;
}
}

/*---- Fix for landscape mobile ----*/
.mobileview .css-only-modal {
max-height:100% !important;
overflow:auto !important;
top:0;
}

@media (max-width: 700px){
  .modal_headline {
  font-size: 1.8rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 525px){
    .btn, .exit-btn{
  margin-top: 10%;
    font-size: 1rem;
    width: 100%;
}
}
@media (max-width: 1200px){
.modal_desc{
  height:210px;
  width:100%;
  border:1px solid #ccc;
  overflow:auto;
  text-align: center !important;
  padding: 5px;
}
}

/*---------------GMB BUTTON------------*/
#gmb-btn {
    bottom: 30px;
    position: fixed;
    left: -120px;
    z-index: 99999999;
    transition: 1s ease-out !important;
}
#gmb-btn:hover {
    left: 0px !important;
      transition: 1s ease-in !important;
}
html:not(.mobileview) #gmb-btn {
    display: block !important;
}
#gmb-btn img {
    max-width: 180px !important;
}
/*---------------2 BUTTON------------*/
#gmb-btn2 {
    bottom: 90px;
    position: fixed;
    left: -180px;
    z-index: 99999999;
    transition: 1s ease-out !important;
}
#gmb-btn2:hover {
    left: 0px !important;
      transition: 1s ease-in !important;
}
html:not(.mobileview) #gmb-btn2 {
    display: block !important;
}
#gmb-btn2 img {
    max-width: 230px !important;
}