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

html, body {
max-width: 100% !important;
overflow-x: hidden !important;
}

/* CWS/RVWS Footer Styles */

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

.links ul li a {
    color: white;
}

.cws-footer__link__img {
    width: 25%;
}

.cws-footer__links #ds-footer{
	float: right;
	padding-top: 2%;
}

/* CWS/RVWS 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-color: #000 !important;
}

.modal-footer {
  height: 60px;
}

/* Contact Modal Styles */
