/*body #wrapper-outer #wrapper {
      height: 100%;
    position: relative;
    width: 100%;
  transition: left 0.3s ease-in;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.11);
    background-color: #f0f0f0;
  display: initial; 
}

body #wrapper-outer #wrapper #wrapper-inner {
    height: 100%;
  display: inherit;
}
#footer-wrapper #footer {
    border: 0px;
    margin-top: 0px;
    padding: 25px 0px;
    background: black;
}

body #wrapper-outer #wrapper #footer-wrapper {
    display: inline-block;
    height: 1px;
}

body #wrapper-outer #wrapper {
  box-shadow: 0px 0px 14px rgba(0,0,0,0.11);
    background-color: #f0f0f0;
      position: relative;
    width: 100%;
}

body #wrapper-outer #wrapper #wrapper-inner {
    height: 100%;
}*/
@media only screen and (max-width: 480px) {
.tp-caption.medium_bg_orange {
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(243, 156, 18);
    border-color: rgb(255, 214, 88);
    border-style: none;
    display: none;
  }
}

ul .bullets {
  list-style-type: disc !important;
  margin:0 0 10px 25px;
  padding:0px;
  list-style-position: outside;
}

.widget.widget_recent_entries ul li {
  list-style-position: outside;
}

.widget.widget_recent_entries ul {
  padding-left:40px;
}

.widget.widget_recent_entries ul li a:hover {
    background-color: transparent;
    color: #ff981d;
    text-decoration: none;
}

#content article.post {
    margin-bottom: 50px;
}

textarea, input[type=date], input[type=text], input[type=password], input[type=email], input[type=number] {
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    border: 1px solid #d5d5d5;
    color: #707070;
    margin: 0px;
    padding: 6px;
    width: 90%;
}

#mc_embed_signup div.response:before {
  content: "Thank you! We will be in touch soon.";
  color:#666 !important;
}

#mc_embed_signup div.response {
  color: transparent !important;
}

#mc_embed_signup div.response a {
  color: transparent !important;
}

 {
padding: 10px 40px  !important;
    background: rgb(255, 175, 80) !important;
    border: 0  !important;
    font-weight: 900  !important;
      color: white;
}

.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: #cd9831;
    padding: 10px;
    border-width: 0px;
    border-style: none;
  	padding-right:10px !important;
    padding-left:10px !important;
}

#mc_embed_signup .tp-button {
    clear: both;
    background-color: #CD982E !important;
    border: 0 none;
    border-radius: 0px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px !important;
    font-weight: normal;
    background-image: none;
    height: 32px;
    line-height: 32px !important;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    text-shadow: none !important;
    white-space: nowrap;
    width: auto;
    letter-spacing: .01em;
}

#mc_embed_signup .tp-button:hover {
    background-color: #e8ac38 !important;
}

#property-map { display: none;}

.entry-date {
  color: transparent;
  text-indent: -9999px; 
  display: none;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.btn .btn-blue {
  background-color:#3166cd !important;
}

.btn.btn-blue:hover {
    background-color: #6e94dc;