body.lta-search-families #page-container	#main-content	>	.container	{ max-width: 100% !important; width:100% !important; margin: 0 !important; }
body.lta-search-families #page-container	#main-content	article.page	>	.main_title	{ display: none !important; }
.no_families_results_found{text-align: center; margin:20px 10px;}
.families-search	.headingRow	{ text-align: center; width: 80%; max-width: 1100px; margin: 0 auto; padding: 20px 0 0; }
.families-search	.headingRow	.entry-title	{ text-align: center; padding-bottom: 5px; }
.families-search	.headingDesc	{ padding: 2% 0; font-family: "Lora", Georgia, "Times New Roman", serif; font-size: 18px; line-height: 2; }

.families-search	.filterRow	{ margin: 0 auto; width: 100%; max-width: 1325px; }

.families-search	.filterCol	{ padding: 5px; }
.families-search	.filterCol	.item	{ padding: 20px; border-radius: 15px; border: 1px solid #495C29; font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif; font-size: 18px; background-color: #fff; color: #495C29; }
.families-search	.filterCol	.item	>	a	{ display: block; color: #495C29; position: relative; font-family: 'Lora',Georgia,"Times New Roman",serif; }
.families-search	.filterCol	.item	>	a:after	{ font-family: ETmodules !important; font-size: 20px; content: "\e044"; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.families-search  .filterCol  .item > a.active:after { font-family: ETmodules !important; font-size: 20px; content: "\e043"; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.families-search  .filterCol  .item > .filterOptions  { opacity: 0; height: 0; -webkit-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; display: none; }
.families-search  .filterCol  .item > .filterOptions.show { padding-top: 20px; opacity: 1; height: auto; display: flex; flex-wrap: wrap;  }
.families-search	.filterCol	.item	>	.filterOptions >	label	{ display: block; width:100%; }
.families-search .filterCol   .item > .filterOptions > label.active{ order: -1 !important; }
.families-search .filterCol   .item > .filterOptions > label.active:last-child { margin-bottom: 1em; }
.families-search	.filterCol	.item	>	#more.filterOptions	>	label:not(:last-child)	{ margin-bottom: 1em; }

.families-search	.filterCol.filterActions	{ text-align: center; }
.families-search	.filterCol	button	{ cursor:pointer; border-radius: 25px; background-color: #495C29; border: 2px solid #495C29; color: #fff; font-size: 20px; font-weight: 500; line-height: 1.7em; padding: 0.3em 1em; }
.families-search	.clear-filter	{ display: block; color: #495C29; text-decoration: underline; }

.families-search	.listRow	{ margin: 0 auto; padding: 2% 20px; width: 94%; }

.families-search	.listCol	{ padding-top: 20px; padding-bottom: 20px; }
.families-search	.listCol	.item	{ position: relative; height: 100%; background-color:rgba(0,0,0,0); position:relative; border-radius:8px; padding:0 10px; box-shadow:6px 6px 18px 0 rgba(0,0,0,0.3); text-align: center; } 
.families-search	.listCol	.title	{ font: 400 1.5em "Lato", Helvetica, Arial, Lucida, sans-serif; padding-top: 5px; }
.families-search	.listCol	.title	>	span	{ display: block; font-size: 90%; font-weight: 300; }
.families-search	.listCol	.thumb	{ display: block; max-width: 100%; height: auto; margin:0 auto; }
.families-search	.listCol	.meta	{ display: block; position: absolute; bottom: 0; left: 0; width: 100%; padding: 3px 0; background-color: rgba(255,255,255,0.65); color: #000; border-radius: 0 0 8px 8px; font: 700 0.85em "Lato", Helvetica, Arial, Lucida, sans-serif; line-height: 1.75em; text-align: center; }
.families-search	.listCol	.item.open	.meta	{ background-color: rgba(103,127,59,0.65); color: #fff; text-shadow: 1px 1px 1px #000; }

.families-search	.listCol	.overlay	{ opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0.8em; line-height: 1.75; padding: 15px; border-radius: 8px; -webkit-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.families-search	.listCol	.overlay	>	p	{ text-align: left; margin-bottom: 10px; }
.families-search	.listCol	.overlay	a.btn	{ display: inline-block; width: 150px; border-radius: 25px; background-color: #fff; border: 2px solid #fff; color: #495C29; font-size: 1em; font-weight: 700; line-height: 1.7em; padding: 0.2em 1em; }
.families-search	.listCol	.item:hover	.overlay	{ opacity: 1; }

.families-search	.listCol	.item.open	.overlay	{ background-color: rgba(103,127,59,0.88); color: #fff; }
.families-search	.listCol	.item.adopted	.overlay,
.families-search	.listCol	.item.matched	.overlay	{ background-color: rgba(255,255,255,0.73); color: #000; }
.families-search	.listCol	.item.adopted	.overlay	a.btn,
.families-search	.listCol	.item.matched	.overlay	a.btn	{ position: absolute; top: 50%; left: 50%; text-align: center; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }

.family-profile-container	{ max-width: 1080px; margin: 0 auto; padding-right: 15px; padding-left: 15px; }

.family-profile-row	{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; padding: 2% 0; }

.family-profile-row	.col-1, .family-profile-row	.col-2, .family-profile-row	.col-3, .family-profile-row	.col-4, .family-profile-row	.col-5, .family-profile-row	.col-6, .family-profile-row	.col-7, .family-profile-row	.col-8, .family-profile-row	.col-9, .family-profile-row	.col-10, .family-profile-row	.col-11, .family-profile-row	.col-12, .col,
.family-profile-row	.col-auto, .family-profile-row	.col-sm-1, .family-profile-row	.col-sm-2, .family-profile-row	.col-sm-3, .family-profile-row	.col-sm-4, .family-profile-row	.col-sm-5, .family-profile-row	.col-sm-6, .family-profile-row	.col-sm-7, .family-profile-row	.col-sm-8, .family-profile-row	.col-sm-9, .family-profile-row	.col-sm-10, .family-profile-row	.col-sm-11, .family-profile-row	.col-sm-12, .family-profile-row	.col-sm,
.family-profile-row	.col-sm-auto, .family-profile-row	.col-md-1, .family-profile-row	.col-md-2, .family-profile-row	.col-md-3, .family-profile-row	.col-md-4, .family-profile-row	.col-md-5, .family-profile-row	.col-md-6, .family-profile-row	.col-md-7, .family-profile-row	.col-md-8, .family-profile-row	.col-md-9, .family-profile-row	.col-md-10, .family-profile-row	.col-md-11, .family-profile-row	.col-md-12, .family-profile-row	.col-md,
.family-profile-row	.col-md-auto, .family-profile-row	.col-lg-1, .family-profile-row	.col-lg-2, .family-profile-row	.col-lg-3, .family-profile-row	.col-lg-4, .family-profile-row	.col-lg-5, .family-profile-row	.col-lg-6, .family-profile-row	.col-lg-7, .family-profile-row	.col-lg-8, .family-profile-row	.col-lg-9, .family-profile-row	.col-lg-10, .family-profile-row	.col-lg-11, .family-profile-row	.col-lg-12, .family-profile-row	.col-lg,
.family-profile-row	.col-lg-auto, .family-profile-row	.col-xl-1, .family-profile-row	.col-xl-2, .family-profile-row	.col-xl-3, .family-profile-row	.col-xl-4, .family-profile-row	.col-xl-5, .family-profile-row	.col-xl-6, .family-profile-row	.col-xl-7, .family-profile-row	.col-xl-8, .family-profile-row	.col-xl-9, .family-profile-row	.col-xl-10, .family-profile-row	.col-xl-11, .family-profile-row	.col-xl-12, .family-profile-row	.col-xl,
.family-profile-row	.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.family-profile-row	.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.family-profile-row	.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.family-profile-row	.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.family-profile-row	.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.family-profile-row	.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.family-profile-row	.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.family-profile-row	.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.family-profile-row	.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.family-profile-row	.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.family-profile-row	.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.family-profile-row	.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.family-profile-row	.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.family-profile-row	.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

h2.gallery-title{padding-bottom:5px !important;}
p.gallery-description{padding-bottom:5px !important;}

@media (min-width: 576px) {
  .family-profile-row	.col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .family-profile-row	.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .family-profile-row	.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .family-profile-row	.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .family-profile-row	.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .family-profile-row	.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .family-profile-row	.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .family-profile-row	.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .family-profile-row	.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .family-profile-row	.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .family-profile-row	.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .family-profile-row	.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .family-profile-row	.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
   
  .family-profile-row	.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .family-profile-row	.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .family-profile-row	.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .family-profile-row	.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .family-profile-row	.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .family-profile-row	.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .family-profile-row	.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .family-profile-row	.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .family-profile-row	.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .family-profile-row	.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .family-profile-row	.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .family-profile-row	.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .family-profile-row	.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .family-profile-row	.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .family-profile-row	.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .family-profile-row	.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .family-profile-row	.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .family-profile-row	.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .family-profile-row	.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .family-profile-row	.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .family-profile-row	.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .family-profile-row	.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .family-profile-row	.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .family-profile-row	.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .family-profile-row	.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .family-profile-row	.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
 
  .family-profile-row	.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .family-profile-row	.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .family-profile-row	.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .family-profile-row	.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .family-profile-row	.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .family-profile-row	.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .family-profile-row	.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .family-profile-row	.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .family-profile-row	.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .family-profile-row	.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .family-profile-row	.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .family-profile-row	.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .family-profile-row	.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.family-profile	.section-title	{ font-size: 36px; line-height: 1.3em; padding-bottom: 30px; }
.family-profile	.section-title	>	span	{ font-size: 83.333333%; }
.family-profile	.btn	{ background-color: #5f8318; color: #fff; border-radius: 25px; padding: 0.6em 1em; font-size: 20px; font-weight: 500; line-height: 1.7em; }

.family-profile-header	{ background-color: #efc1b4; padding: 15px 0; text-align: center; }
.family-profile-header	>	p	{ margin-bottom: 0; }
.family-profile-header	>	.section-title	{ margin-bottom: 0; padding-bottom: 0; }

.family-profile-navigation	{ background-color: #fff; text-align: center; font-family: 'Lora',Georgia,"Times New Roman",serif; font-size: 16px; letter-spacing: 1px; padding: 10px 0 10px !important; }
.family-profile-navigation	>	li	{ display: inline-block; margin: 0 10px; }
.family-profile-navigation	>	li	>	a	{ color: rgba(0,0,0,.6); text-decoration: underline; -webkit-text-decoration-color: #f1c2b3; text-decoration-color: #f1c2b3; -webkit-transition: all 0.25s linear 0s; transition: all 0.25s linear 0s; }
.family-profile-navigation	>	li	>	a:hover	{ opacity: 0.7; }

.family-profile-meta	{ justify-content: space-between; }

.family-profile-picture	{ display: inline-block; position: relative; border: 2px solid #495C29; }
.family-profile-picture	>	img	{ display: block; max-width: 100%; height: auto; }

.family-profile-social-links	{ margin-top: 10px; }
.family-profile-social-links	>	a	{ display: inline-block; width: 29px; height: 29px; background: url('images/social-icons.jpg') no-repeat; }
.family-profile-social-links	>	a.facebook	{ background-position: left top; }
.family-profile-social-links	>	a.twitter	{ background-position: -31px top; }
.family-profile-social-links	>	a.pinterest	{ background-position: -62px top; }
.family-profile-social-links	>	a.email	{ background-position: -93px top; }
.family-profile-social-links	>	a	>	span	{ display: none; }

.family-profile-video	{ margin-bottom: 20px; }

.family-profile-content	{ justify-content: space-between; }
.family-profile-content:not(.with-no-border):after	{ content: ""; width: calc(100% - 30px); height: 1px; margin: 45px 15px 15px; background-color: #efc1b4; }
.family-profile-content	img	{ border: 2px solid #495C29; max-width: 100%; height: auto; }

.family-profile-content.with-no-border	{ padding-bottom: 45px; }

.family-profile-male	{ background-color: rgba(123,137,74,0.3); }

.family-profile-female	{ background-color: rgba(239,193,180,0.33); }

.family-profile-male,
.family-profile-female	{ padding: 25px 0; }
.family-profile-male	.section-title,
.family-profile-female	.section-title	{ padding-bottom: 10px; }


@mixin breakpoint ($value) {
  @if $value == 'phone' {
    @media only screen and (min-width: 120px) and (max-width: 767px) { @content; }
  } @else if $value == 'tablet' {
    @media only screen and (min-width: 768px) and (max-width: 1024px) { @content; }
  } @else if $value == 'touch' {
    @media only screen and (min-width: 120px) and (max-width: 1024px) { @content; }
  } @else if $value == 'desktop' {
    @media only screen and (min-width: 1025px) { @content; }
  } @else {
    @media only screen and (max-width: $value) { @content; }
  }
}

.pagination-wrapper {
  text-align: center;
  margin: 0 0 40px;
}

.pagination {
	display: inline-block;
	height: 70px;
	padding: 0 25px;
	border-radius: 35px;
	background-color: #fff;
}

.page-numbers {
	display: block;
	padding: 0 25px;
	float: left;
	transition: 400ms ease;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 70px;
}
.page-numbers:hover,
.page-numbers.current	{ background-color: #495C29; color: #fff; }

.page-numbers.gap:hover { background-color: #FFF; color: #c26b6b; cursor: default; }

.thumbnail img {
   box-sizing: border-box;
   border: 1px solid #ddd;
   padding: 2px;
   margin: 0 1% 10px 0;
   width: 20%;
   display: inline-block;
}
  
.thumbnail img:nth-of-type(3n+3) {
   margin-right: 0;
}

.lta-state{width:100%;}

@media (max-width: 767px) and (orientation: portrait) {
.families-search	.listRow	{ width: 100%; }
}
@media (max-width: 767px) {
.pagination	{ height: 40px; border-radius: 20px; }
.page-numbers	{ padding-right: 8px; padding-left: 8px; font-size: 16px; line-height: 40px; }
}
@media (min-width: 768px) and (max-width: 991px) {
.pagination	{ height: 45px; border-radius: 25px; }
.page-numbers	{ padding-right: 15px; padding-left: 15px; font-size: 17px; line-height: 45px; }
}


.families-search .filterCol.filterColScroll .item >.filterOptions { max-height: 300px; overflow-y: auto; }

.family-search-criteria { padding: 20px 0 0; text-align: center; }
.family-search-criteria > a { display: inline-block; border-radius: 15px; background-color: #495C29; color: #FFF; padding: 15px 25px; font-family: lora,Georgia,times new roman,serif; font-size: 16px; }
.family-search-criteria > a:before { font-family: ETmodules !important; content: "\e101"; margin-right: 10px; }
.family-search-criteria > a:after { font-family: ETmodules !important; content: "\43"; margin-left: 10px; }
.family-search-criteria.show > a:after { content: "\42"; }
.families-search .filterCol.filterActions input[type=text] { width: 100%; padding: 10px; margin-bottom: 10px; border-radius: 15px; }
.family-profile-row ul { list-style: disc !important; }

.lta-fav-btn  { text-decoration: none !important; position: relative; padding: 0 0 0 33px; font-size: 19px; line-height: 30px; color: #364c24; margin: 0 0 10px; display: inline-block; }
.lta-fav-btn:before { font-family: ETmodules !important; font-size: 23px; content: "\e030"; color: #5f8318; position: absolute; left: 0; }
.lta-fav-btn:hover  { text-decoration: none !important; }
.lta-fav-btn:hover:before,
.lta-remove-fav-btn:before { content: "\e089"; }

#lta_family_fav_clipboard_form  input[type=text] { padding: 15px;
  margin-top: 10px;
  border-radius: 15px; background-color: #fff;
  border: 1px solid #bbb;
  color: #4e4e4e; width: 600px; text-align: center; max-width: 95%; }