/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 25 2025 | 18:04:54 */
/* remove unerlines on links */
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

/* DIVI text Editor toolbar fix as sticky */
.mce-top-part {
	position: sticky !important;
	top: -60px;
}

/* CF7 styling - add class pptkcf7 to shortcode*/
/* add class pptkcf7-alignright elements */
.pptkcf7 p input, .pptkcf7 p textarea,  .pptkcf7 p textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    background-color: #eee;
    width: 100%;    border-width: 0;
    border-radius: 0;
/*    color: #999; */
    font-size: 14px;
    padding: 16px;
}
.pptkcf7 p {
  padding: 10px 0;
}
.pptkcf7 {
  padding:20px;
}
.pptkcf7 .wpcf7-quiz {
  width:40px;
}
.pptkcf7-alignright {
  text-align:right;
  clear:both;
}
.pptkcf7-right {
  float:right;
}

/* divi CF7 puts a small triangle in the select box */
/* change class to select span class */
.pptkcf7 .menu-781:after{
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    margin-top: 3px;
    border: 6px solid;
    border-top-color: rgb(102, 102, 102);
    border-top-style: solid;
    border-top-width: 6px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 6px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 6px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 6px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-color: #666 transparent transparent transparent;
    border-top-color: rgb(102, 102, 102);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}

.pptkcf7 input[type=checkbox], .pptkcf7 p input[type=checkbox] {
    background-color: #dddddd !important;
  	padding:10px;
  	/*color: #613393 !important; */
    display: inline-block !important;
    position: relative;
    height: 18px;
    margin-right: 6px;
    font-style: normal;
    vertical-align: middle;
    width: 18px !important;
   -webkit-appearance: initial;
}
.pptkcf7 select option{
  	font-size:1em;
}
.pptkcf7 input[type="checkbox"]:checked {
    background: black !important;
	border: 5px solid #dddddd;  
}


#ui-datepicker-div {z-index:99!important;}



/*move in to allow for cookie bar manage consent, set that to small R margin */
#footer-nav {
    padding-right: 5%;
}
/*move in to allow for cookie bar manage consent, set that to small R margin */
#footer-bottom {
    padding-right: 5%;
}

/* - mobile */
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
}



/* Divi bullet and numbered lists spacing */
.entry-content ol, .entry-content ul {
    padding: 10px 0px 10px 30px;
    list-style-position: outside;
}
 .entry-content ol li, .entry-content ul li {
    margin-bottom: 5px;
}

/* Divi footer to allow centering */
.footer-widget .et_pb_widget {
  width:100%;
}
/* Divi footer bobs icon */
.footer-bobs {
  text-align:center;
}
/* phone number in footer larger */
.footerphone a {
  font-size: 24px;
}

#main-header {
  border-bottom: 1px solid rgba(255,136,0,0.20);
  box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


/* ET bullets home page */
.hp-list1 ul li {
  list-style: none !important;
  }
 .hp-list1 ul li:before {
  color: #ff9f0f;
  font-family: "ETmodules" !important;
  content: "\4e \0020";
 }


/* Page-list for portfolio */

.web-portfolio .page-list-ext-item {
  	margin: 30px 0;
    overflow:hidden;
    height:1%;
}
.web-portfolio .page-list-ext-item .page-list-ext-image {
  	margin: 5px 35px 15px 0;
}


/* set list bullets inside for blurb */
/* need this CSS class on blurb */
.blurb-inside-bullet ul {
  list-style:disc inside !important;
}