/* Enter Your Custom CSS Here */


/* Correcting telephone field formatting on contact form*/
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #ccc;
  	padding: 10px 15px !important;
  	max-width: 100%;
  	-webkit-appearance: none;
}

input[type="tel"]:focus,
textarea:focus {
	color: #111;
  	-webkit-appearance: none;
}

input[type="tel"] {
	padding: 10px 15px !important;
	line-height: 1;
  	-webkit-appearance: none;

}

#dslc-content #dslc-module-231 input[type="tel"] {
    background-color: #FFF;
    border-color: #DDD;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 500;
    font-family: Lato;
    padding: 10px 15px !important;
    margin-bottom: 15px;
  	line-height: 1;
  	-webkit-appearance: none;
}

/* changing format of send button on contact form */

input.wpcf7-submit[type="submit"] {
border-width: 1px !important;
border-color: #ffcc33 !important;
background-color: #ffcc33 !important;
border-radius: 3px;
padding: 12px;
color: #0a0a0a !important;
font-size: 13px;
}
input.wpcf7-submit[type="submit"]:hover {
border-width: 1px !important;
border-color: #0a0a0a !important;
background-color: #ffcc33 !important;
border-radius: 3px;
padding: 12px;
color: #0a0a0a;
font-size: 13px;
}

/* Removing border radius of textarea inputs on iOS */

textarea,
input[type="text"],
input[type="email"] {
     -webkit-appearance: none;
     border-radius: 0;
}

/* Making textarea for message on contact form 100% width to match other fields */
textarea {
    width: 100%;
}

/* Changing height of footer*/
#footer {
    padding: 20px 0px;
}

/* Formatting header top text section*/
#header-top-txt {
    font-family: 'BernhardModernOSFBT-Roman' !important;
    padding: 10px 10px;
  	text-align: center;
  	font-size: 18px !important;
  	text-shadow: 2px 1px 1px rgba(140, 140, 140, 0.84);
}

/* Correcting font of all headings  */

#dslc-content h1 {
    color: #ffffff !important;
    font-family: 'BernhardModernOSFBT-Roman' !important;
    font-weight: bold !important;
}

#dslc-content h2, #dslc-content h3, #dslc-content h4 {
    color: #ffffff !important;
    font-family: 'BernhardModernOSFBT-Roman' !important;
    font-weight: 400;
}


/* Correcting formatting of newsletter widget on contact page   */
p, #dslc-module-34 {
  font-family: Lato, Arial, Sans-Serif !important;
  font-size: 14;
  
}

#dslc-content #dslc-module-34 .dslc-widget {
	font-family: Lato, Sans-Serif !important;
	font-weight: 400;
  	font-size: 14;
}

input.newsletter-submit {
border-width: 1px !important;
border-color: #ffcc33 !important;
background-color: #ffcc33 !important;
border-radius: 3px;
padding: 12px;
color: #0a0a0a !important;
font-size: 13px;
}
input.newsletter-submit:hover {
border-width: 1px !important;
border-color: #0a0a0a !important;
background-color: #ffcc33 !important;
border-radius: 3px;
padding: 12px;
color: #0a0a0a;
font-size: 13px;
}

/* Fixing font of accordion titles */
.dslc-accordion-header {
  	font-family: "BernhardModernOSFBT-Roman" !important;
}
#dslc-content #dslc-module-29 .dslc-accordion-title {
  	font-family: "BernhardModernOSFBT-Roman" !important;
}
#dslc-content #dslc-module-11 .dslc-accordion-title {
  	font-family: "BernhardModernOSFBT-Roman" !important;
}

/* Adding hover effect to gallery divs*/


/*
.dslc-on-hover-anim {
 display: inline-block; 
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.dslc-on-hover-anim:hover, .dslc-on-hover-anim:focus, .dslc-on-hover-anim:active {
  border-radius: 2em;
}
*/



/* Removing green border from successful contact form message */
div.wpcf7-mail-sent-ok {
  border: 0px !important;
}



/* selecting correct process page depending on device */
@media only screen and (min-device-width: 0px) and (max-device-width: 480px) {
#processslider {
  visibility: none;
  display: none;
}
#hideonmobile {visibility: none !important; display: none !important; height: 0px !important;}
}

@media only screen and (min-device-width: 481px)  {
#processaccordion {
  visibility: none !important;
  display: none !important;
}
  #hideondesktop {visibility: none !important; display: none !important; height: 0px !important;}
}

/* Correcting logo area padding */
body.style-vertical #logo {
  padding: 10px;
}

/* correcting mobile header */
@media only screen and (min-device-width: 0px) and (max-device-width: 480px) {
  #header-top-txt {display: inline-block !important;}
  #logo img {height: 65px !important; }
  #logo {display: block !important;  }
#header-bar-social { padding: 12px 0px 0px 0px !important; }
#mobile-nav { margin-top: 0 !important; }
#mobile-nav-hook { color: #ffcc33 !important; float: none !important}
#mobile-nav-hook span {float: none !important; }
  

}

/* floating social icons on contact page to right side */
.dslc-social {float: right !important;}

/* correcting slider format for mobile */
body.dslc-res-phone .dslc-col {margin: 0px !important;}

/* putting all social icons on same line */
#header-bar-social li {margin-right: 15px !important;}