/*
 Theme Name:     Divi Child
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com/
 Template:       Divi
 Version:        1.0.0
*/

.cli_settings_button {
	font-weight: 500;
}

/* Link Styles */
#main-content .et_pb_text_inner a, #main-content .et_pb_text_inner a:visited {
    text-decoration: none;
    background-image:
      linear-gradient(
          transparent 2px,
          #0D61AE 2px,
          #0D61AE 6px,
          transparent 6px
      ),
      linear-gradient(
          transparent 2px,
          #C5CAD3 2px,
          #C5CAD3 6px,
          transparent 6px
      );
    background-size: 0% 6px, 100% 6px;
    background-position: 0 bottom, 0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    border-bottom: 6px solid transparent;
}
#main-content .et_pb_text_inner a:hover {
    background-size: 100% 6px;
}
@supports (-ms-ime-align:auto) {
    #main-content .et_pb_text_inner a, #main-content .et_pb_text_inner a:visited {
        background-image:
            linear-gradient(#0D61AE, #C5CAD3),
            linear-gradient(#C5CAD3, #0D61AE);
        background-size: 0% 2px, 100% 2px;
        padding-bottom: 2px;
    }
    #main-content .et_pb_text_inner a:hover {
        background-size: 100% 2px;
    }
}


/* List Styles */
.et_pb_text ul li {
	list-style-type: none;
	margin-left: 1.5em;
}

.et_pb_text ul li {
	display: list-item;
	text-align: -webkit-match-parent;
	margin-bottom: 10px;
}

/*adds a new symbol at the front*/
.et_pb_text ul li::before {
	content: "—";
	content: "\279C";
	color: #0D61AE;
	float: left;
	margin-left: -2em;
	font-weight: 900;
}

.entry-content ol {
	list-style-type: none;
	counter-reset: list-counter;
	padding-top: 23px;
}
ol li {
	counter-increment: list-counter;
	margin-botton: 10px;
	margin-left: 2.5em;
	margin-bottom: 10px;
}
.entry-content ol li::before {
	content: counter(list-counter);
		margin-right: 5px;
	  font-size: 80%;
	  background-color: #0D61AE;
	  color: white;
	  font-weight: bold;
	  padding: 0px 9px;
	  border-radius: 3px;
	  float: left;
	  margin-left: -3em;
}
dl{
  letter-spacing:-0.31em;
  *letter-spacing:normal;
  word-spacing:-0.43em;
}

dl dt,
dl dd {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  margin:0;
}

dl dt{
  font-weight:900;
  color: #0D61AE;
  width:25%;
  padding: 0 2% 0.5em 0;
}

dl dd{
  margin-right:-1px;
  width:73%;
  padding: 0 0 0.5em 0;
}
@media all and (max-width: 767px) {
	dl dt{
	  width:100%;
	  padding: 0;
	}

    dl dd{
	  width:100%;
	  padding: 0px 0px 20px 0px;
	}
}

/* Style the scroll-to-top button */
.et_pb_scroll_top.et-pb-icon {
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 15px;
	background-color: #00CFA8;
	font-weight: 900!important;
}
.et_pb_scroll_top.et-pb-icon:hover {
	background-color: #006B56;
}
.et_pb_scroll_top.et-pb-icon, .et_pb_scroll_top.et-pb-icon:after {
    transition: box-shadow 300ms ease 0ms;
    transition: background-color 300ms ease 0ms;
    transition: border-color 300ms ease 0ms;
}
.et_pb_scroll_top:before {
    content: "\21";
}

/* Accordion Styles */
.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "K";
}
.et_pb_toggle_close .et_pb_toggle_title:before {
	display: block !important;
	content: "L";
}

/* Table styles */
.fig-table {
	margin-top: 30px;
}
.scroll-message {
	display: none;
}
@media only screen and (max-width: 840px) {
	.fig-table {
		max-width: 100%;
		overflow-x: scroll;
	}
	.scroll-message {
		display: block;
	}
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #0D61AE!important;
}

select {
    margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
	background-position:
	calc(100% - 30px) calc(0.8em + 2px),
	calc(100% - 20px) calc(0.8em + 2px),
	calc(100% - 3em) 0.5em;
    background-size:
	10px 10px,
	10px 10px,
	1px 0.3em;
  background-repeat: no-repeat;
  border: 2px solid #D3D8DE !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1) !important;
  font-size: 20px;
  padding: 10px;
}
select:hover {
	border: 2px solid #0D61AE!important;
}
select:focus {
  background-image:
    linear-gradient(45deg, #0D61AE 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #0D61AE 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) 0.8em,
    calc(100% - 30px) 0.8em,
    calc(100% - 3em) 0.5em;
  background-size:
	10px 10px,
	10px 10px,
	0px 1.3em;
  background-repeat: no-repeat;
	border: 2px dotted #0D61AE!important;
	outline: 0;
}

[type='email'], [type='text'], [type='tel'], textarea {
	font-size: 20px;
    padding: 10px !important;
    border: 2px solid #D3D8DE !important;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
[type='email']:hover, [type='text']:hover, [type='tel']:hover, textarea:hover {
	border: 2px solid #0D61AE!important;
}
[type='email']:focus, [type='text']:focus, [type='tel']:focus, textarea:focus {
	border: 2px dotted #0D61AE!important;
}

.form-submit {
  background-color: #0d61ae;
  background-position: 50% center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  border: 2px solid #0d61ae;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: Roboto,Helvetica,Arial,Lucida,sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  margin: 0;
  outline: 0;
  padding: .3em 1em;
  position: relative;
  text-size-adjust: 100%;
  transition: all 300ms 0ms;
  vertical-align: baseline;
}

.form-submit:hover {
  background-color: #0a4780;
  border-color: #0a4780;
  cursor: pointer;
}

/* This stops Ninja Forms from causing problems with the checkbox and radio sizes*/
.ninja-forms-form-wrap *, .ninja-forms-form-wrap :after, .ninja-forms-form-wrap :before {
    -ms-box-sizing: unset;
    box-sizing: unset;
}
/* This forces the Ninja forms field descrption to be under the field*/
.nf-field-description {
    -ms-flex-order: 20;
    order: 20;
  padding-top: 10px !important;
}
.nf-error .ninja-forms-field, .nf-error [type="checkbox"]:not(:checked) + label:before, .nf-error [type="radio"]:not(:checked) + label:before {
	border: 2px solid #e80000 !important;
}
.nf-field-description {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}


/* Free Quote Calculator Styles*/
.ccb-summary-title {
	display: none !important;
}
.ccb-total-description ul li:before {
	content: "" !important;
}
.ccb-total-description ul li {
	margin-left: 0px !important;
} 
.overlay {
backdrop-filter: blur(5px);
}
.ccb-summary-value {
	font-size: 20px !important;
}

#fieldname1_1 {
	background-color: #f4f7f8 !important;
	color: #333 !important;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 26px !important;
	font-weight: bold !important;
	margin: 5px 0px !important;
}
.fields label {
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	margin: 10px 0px !important;
}
.cp_cff_pastel #fbuilder .fields.section_breaks {
	margin: 20px 0px !important;
}
.dfield {
	margin: 10px 0px !important;
}

a.more-link {
  background-color: transparent;
  border: 2px solid #e2e5e9;
  border-radius: 30px;
  box-sizing: border-box;
  clear: both;
  color: #0d61ae;
  display: block;
  font-family: Roboto,Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  margin: 0;
  outline: 0;
  padding: 10px 1em;
  text-size-adjust: 100%;
  transition: all 300ms 0ms;
  vertical-align: baseline;
  margin-top: 25px;
  width: max-content;
}

a.more-link:hover {
  border-color: #0d61ae;
  color: #0a4780;
  padding: 10px 1em;
  text-decoration: none;
}
