/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

header.archive-page-header .page-title {
    display: inline;
    padding: 5px 20px;
    color: #fff;
    background: #222;
}

header.archive-page-header .large-12.text-center.col {
    text-align: left;
}

.ui-accordion-header {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 7px 20px 5px 10px;
  position: relative;
  font-size: 15px;
  line-height: 15px;
  height: 46px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  background: url("../images/accordion.png") no-repeat scroll right 10px
    transparent;
}

.ui-accordion-header .ui-icon {
  background: none !important;
}

/*.ui-accordion .ui-accordion-header:first-child {
	border-top: 0px solid #ccc;
}*/
.ui-helper-reset {
  border: 0 none;
  font-size: 100%;
  line-height: 1.3;
  list-style: outside none none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
}

.ui-accordion-content {
  border-top: 0 none;
  overflow: auto;
  padding: 0;
  position: relative;
}

span.reed {
  position: absolute;
  right: 0px;
  top: 90px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
  padding: 0px 22px 0px 10px;
  background: url("../images/read_arrow.png") no-repeat scroll right 6px #000000;
}

.ui-accordion-content img {
  width: 100%;
  object-fit: cover;
}



.cd-accordion a {
    padding: 5px;
}

.cd-accordion .accordion-inner {
    padding: 0;
}

.cd-accordion a.accordion-title.plain {
	  cursor: pointer;
  display: block;
  margin: 0;
  padding: 7px 20px 5px 10px;
  position: relative;
  font-size: 15px;
  line-height: 15px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  background: url("/wp-content/uploads/2025/11/accordion.png") no-repeat scroll right 10px
    transparent;
}


.accordion-item span {
    font-size: 14px;
}

.cd-accordion button.toggle {
    display: none;
}
.blog-wrapper.blog-single.page-wrapper ul li {
    position: relative;
    padding: 25px 10px 10px;
    border-bottom: 1px solid #ccc;
    transition: all .26s 
ease-out;
    cursor: pointer;
}

.widget-area ul {
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 8px 0;
}

.widget.widget_recent_entries ul {
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 8px 0;
}

.widget-area ul li:hover {
	  background: #f2f0ed;
}

.widget.widget_recent_entries ul li:hover {
    background: #f2f0ed;
}
.blog-wrapper.blog-single.page-wrapper ul li a {
    font-size: 15px;
}

span.post-date {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 18px;
    background-color: #ccc;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 0 5px;
}


