/* Extra theme styles */

.lazy-hidden { max-height: 250px }

img.no-shadow {
  box-shadow: none !important; 
  -webkit-box-shadow: none !important; 
  -moz-box-shadow: none !important;
}

/* Fluid Video Embeds plugin style changes */
.fve-video-wrapper.fve-image-embed.fve-thumbnail-image.youtube { margin: 1.5em 0; }

/* Shortcode Ultimate style changes */

/* summary box */
.su-box-title {
  background-color: #F2F2F2 !important;
  color: inherit !important;
  -webkit-border-top-left-radius: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.su-box {
  border-color: #dedede !important;
  width: 95% !important;
  margin: 25px auto !important;
}

/* references accordion */
.su-spoiler-style-fancy {
  border: 1px solid #ECECEC !important;
  background: #FFF !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.su-spoiler-style-fancy > .su-spoiler-title {
  background: #f0f0f0 !important;
  border-bottom: 1px solid #FFF !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.su-spoiler-content {
  padding: 14px 14px 0 14px !important;
}
.su-spoiler-content a {
  /*max-width: 95% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;*/
}

.content .entry .su-spoiler-content ol, .su-spoiler-content ol { margin: 0; }
.entry .su-spoiler-content ol li, .su-spoiler-content ol li {
  line-height: 140%;
  padding: 0 0 1em 0;
  list-style-position: inside;
  list-style-type: decimal;
  margin-left: 15px;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-featured-image {
   text-align: center;
   margin-bottom: 18px;
}

.post-tags {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}

.entry ol {
  margin-bottom: .33rem;
}

.pretty-post-featured-image {
  margin:auto;
  max-width: 420px;
  background-color: #eee;
  border: 1px solid #ddd;
  padding: 4px 5px 5px 5px;
  text-align: center;
}

.ccfic {
  padding: 3px 0 0;
  font-size: 11px;
  margin-bottom: 0;
}

.entry blockquote {
   padding-left: 48px !important;
   width: 90%;
   margin: 0 0 15px 5%;
}

.entry blockquote:before {
  font-size: 1.7rem;
}
.wpDataTablesWrapper table.wpDataTable td { vertical-align: middle; }

/**/
.wpDataTablesWrapper table.wpDataTable thead th.sorting_asc, .wpDataTablesWrapper table.wpDataTable thead th.sorting_desc, .wpDataTablesWrapper table.wpDataTable thead th.sorting:hover {
    background-color: #f8f8f8;
}

/*sets the border color of the header column.*/
.entry .wpDataTablesWrapper table.wpDataTable thead th {
   border-color: #f1f1f1;
}

/*sets the odd rows to a lighter color than standard.*/
.entry .wpDataTablesWrapper table.wpDataTable tr.odd td{
    background-color: #f9f9f9;
}

/**/
table.dataTable tr.odd:hover {
    background-color: #e8e8e8;
}

/**/
.entry .wpDataTablesWrapper table.wpDataTable tr.odd td.sorting_1 {
    background-color: #eeeeee;
}

/**/
.entry .wpDataTablesWrapper table.wpDataTable td {
   border: none;
}

/**/
.entry table.wpDataTable td.numdata {
    text-align: -webkit-center;
}

/**/
.wpDataTablesWrapper table.wpDataTable thead th {
   border-color: #f1f1f1;
   border: none;
}

/**/
.wpDataTablesWrapper table.wpDataTable td:hover {
    border-color: #f1f1f1;
    border: none;

}

/**/
.wpDataTablesWrapper table.wpDataTable tr td:last-child {
    border-right-color: #f1f1f1;
    border: none;
}

/**/
.wpDataTablesWrapper table.wpDataTable tr:last-child td {
    border-bottom-color: #f1f1f1;
    border: none;
}

/**/
.wpDataTablesWrapper table.wpDataTable tr td:first-child {
    border-left-color: #f1f1f1;
    border: none;
}

/* Foundation 6 tweaks */
.top-bar .title-bar {
  padding: 0.8rem 0.7rem
}
.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before {
  font-family: "InsuranceSites";
  content: "\f002" !important;
}

.su-spoiler-icon-caret-square .su-spoiler-icon:before {
  font-family: "InsuranceSites";
  content: "\f003" !important;
}
