/*
	Theme Name:        skistruckrv.com
	Description:       A WP theme boilerplate for new theme development with Elementor.
	Version:           1.0
	Author:            Commercial Web Services
	Text Domain:       ws-theme-boilerplate
*/


html {
  display: flex;
}

body {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height:100vh;
    font-family: 'Arial', sans-serif;
}

.page-wrap {
    min-height:100vh;
    flex-grow: 1;
    background-image: url(https://skistruckrv.com.demo.prod.rvwsplatform.com/wp-content/uploads/2020/08/AdobeStock_73987660_white-shade-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.header,
.footer {
   flex-shrink: 0;
}

.main-content-area, .dealer-content, #interior-page-wrap {
    padding: 20px 30px 20px;
    border: 0;
    background: #fff;
    width: 90%;
    margin: 30px auto;
    border-radius: 10px;
}

.contact-link a {
    cursor: pointer !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

/* TI Footer Styles */
.cws-footer__row {
display: flex;
align-items: center;
}

.cws-footer {
    background-color: black;
    padding: 10px;
}

.cws-footer svg {
  height:50px;
  width: 150px;
}

.links ul li a {
    color: white;
}

.cws-footer__link__img {
    width: 25%;
    max-width: 100px;
}

.cws-footer__links #ds-footer{
	float: right;
}

@media (max-width: 767px){
   .cws-footer__row {
    flex-direction: column;
   }
   .cws-footer__logo {
    text-align: center;
  }
  .cws-footer__link__img {
    margin: auto;
  }

  .cws-footer__links #ds-footer{
    float: none !important;
  }
}

/* TI Footer Styles */


/* Contact Modal Styles */

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-header {
  background:#000;
}

.modal-title {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
}

.close,
.close:hover {
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

.modal-body {
  font-family: "Open Sans", sans-serif;
}

.wpcf7-submit {
  width: 304px;
  height: 50px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 0;
  border: none;
  background: #000;
}

.modal-footer {
  height: 60px;
}

/* Contact Modal Styles */
