/* Custom Styles */
aside#genesis-sidebar-primary {
    margin-top: 340px;
}
.sidebar .widget {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.125) !important;
    border-radius: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.sidebar .widgettitle {
	margin: 0;
	margin-top: 1em;
	font-size: 125%;
    font-weight: 700;
    padding: 0 0 5px;
    text-transform: capitalize;
	background-color: unset !important;
	border-bottom: 0 !important;
}

.yarpp-related ol {
	padding: 0;
}

.yarpp-related li {
	list-style: none;
	padding: 15px 0;
	border-bottom: 1px solid rgba(0,0,0,.125);
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sidebar .widget .widget-wrap {
	padding: 0 !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width: unset !important;
	height: unset !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}

a.yarpp-thumbnail, #featured-post-3 .widget-wrap .entry, #featured-post-4 .widget-wrap .entry {
	display: inline-flex !important;
}

#featured-post-3 .widget-wrap .entry, #featured-post-4 .widget-wrap .entry {
	margin-bottom: 0;
	border-bottom: 1px solid hsla(0,0%,50%,.1);
}

a.yarpp-thumbnail > img {
	width: 18%;
	height: unset;
	margin: 5px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	width: 100% !important;
	margin-top: 7px !important;
}

.sidebar .widget .widget-wrap > article > a > img {
	width: 60px;
    height: 60px;
    margin: 5px;
    object-fit: cover !important;
	max-width: unset;
	margin-top: 20px;
}

.sidebar .widget .widget-wrap > article > a {
	width: 65px;
}

.sidebar .widget .widget-wrap > article > header {
	margin: 7px;
}

/* FAQ ACCORDION START */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 10px 10px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: 1rem;
  border-top: .125rem solid #eee;
  display: flex;
  justify-content: space-between;
}

.accordion:focus {
  outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*
.accordion:after {
  content: '\002B';
  font-size: 2.5rem;
  color: #8cc739;
  float: right;
  margin-left: 5px;
  font-weight: 900;
  height: 50px;
  margin-top: -15px;
}

.active:after {
  content: "\2212";
}
*/
	
.faq-body button svg {
	height: 20px;
	width: 20px;
	min-width: 20px;
	margin-left: 0.25em;
}

.faq-body [aria-expanded] rect {
	fill: #8cc739;
}

.faq-body {
	border-bottom: .125rem solid #eee;
}
/* FAQ ACCORDION END */

@media screen and (min-width: 1024px) {
	div.gfc-attribution.gfc-attribution--inline.mb-4 {
		width: 750px;
	}
}

@media screen and (min-width: 768px) {
	div.gfc-attribution.gfc-attribution--inline.mb-4 {
		width: 738px;
		height: 150px;
	}
}