/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2024 | 20:40:52 */
.gs_logo_title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-top: 20px !important;
  }
  
  .gs_logo_single img {
    width: 80% !important;
    padding-left: 35px !important;
    align-items: center;
  }
  
  .custom-cover:hover .wp-block-cover__background.has-background-dim-0.has-background-dim {
    background: #D14900;
    opacity: 1 !important;
    animation: slideFromTop 0.5s ease forwards;
  }
  
  @keyframes slideFromTop {
    0% {
      top: 100%;
    }
  
    100% {
      height: 100%;
      top: 78%;
    }
  }
  
  .custom-group {
    opacity: 1;
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    background-color: #D14900;
    overflow: hidden;
    height: 0;
    transition: .5s ease;
  }
  
  .custom-cover:hover .custom-group {
    opacity: 1 !important;
    bottom: 0;
    height: 22%;
  }
  
  .uagb-block-9a6cf803.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab {
    width: 33.3%;
  }
  
  .site-primary-footer-inner-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  @media (max-width: 767px) {
    .uagb-block-9a6cf803.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab {
      width: 100%;
    }
  }
  
  @media screen and (min-width:922px) {
    .main-header-menu {
      font-size: 14px;
    }
  }
  
  @media screen and (min-width:1120px) {
    .main-header-menu {
      font-size: 20px;
    }
  }
  
  /* Optional accolade image within the Portfolio detail page template */
  .portfolio-detail-accolade {
    display: inline-block;
    max-width: 200px;
  }
  
  /* Portfolio Testimonial */
  .portfolio-testimonial figure {
      margin: 0 !important;
  }
  
  /* Use this to hide headings needed only for SEO/A11y, e.g. in Portfolio Detail headers */
  .sr-only {
    display: none;
  }
  
  /* Yoast breadcrumb links */
  .yoast-breadcrumbs {
    margin-top: 1em;
  }
  
  .yoast-breadcrumbs a,
  .yoast-breadcrumbs a:hover,
  .yoast-breadcrumbs a:visited {
    color: #D14900;
  }
  
  /* Blog & News category filters */

/*
  .category-filter {
      background-color: #ebecf0;
  }
  .category-filter ul::before {
      margin-right: 14px;
      font-weight: bold;
  }
  .blog-category-filter ul::before {
      content: 'Filter Blog Articles';
  }
  .news-category-filter ul::before {
      content: 'Filter News Articles';
  }
  .category-filter ul {
      margin: 10px 10px 5px 10px;
      padding: 0px;
	  text-align: center;
  }
  .category-filter li {
      display: inline-block;
      background-color: white;
      padding: 5px 20px;
      margin-bottom: 5px;
  }
  .category-filter .uagb-tax-link-wrap {
      margin-bottom: 0 !important;
  }
  .category-filter .uagb-taxonomy__outer-wrap {
      margin-bottom: 0;
  }

li.category-filter-selected {
	background-color: #d14900;
}
li.category-filter-selected a {
	color: white !important;
}
*/

/* Reusable orange-button class */
.orange-button a, button.orange-button, input.orange-button {
    background-color: #d14900 !important;
    color: white;
	min-height: 40px;
    padding: 10px 20px;
	border: none;
    border-radius: 0px;
    text-align: center;
	font-size: 0.85em;
    font-weight: bold;
    text-transform: lowercase;
    cursor: pointer;
}

.orange-button > a:hover {
    background-color: #d14900 !important;
}

.btn-link {
  background: none;
  border: none;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
  font-weight: normal;
}

/* 'By ' author prefix on blog posts */
.by-prefix {
  width: 15px !important;
}

/* Contact Forms */
.contact-form .frm-field {
	margin-bottom: 20px;
}
.contact-form .form-control {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #ffffff;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-color: #BDBDBD;
  border-style: solid;
}

/* Pagination links */
.wp-block-query-pagination-numbers {
	text-align: center;
	margin: 40px 0;
}
.page-numbers {
	border: 1px solid #555;
	padding: 6px 10px;
	margin-right: 10px;
	font-size: 18px;
	color: #555;
}
.page-numbers:hover, .page-numbers.current {
	background-color: #d14900;
	color: white;
	font-weight: bold;
	border: 1px solid #d14900;
}

/* Header search */
.search_trigger {
	cursor: pointer;
}
#search_bar {
	background-color: black;	
}
#search_bar form {
	padding: 4px;
	margin: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	max-width: var(--wp--style--global--wide-size);
}

#search_bar input[type='text'] {
	flex: 1;
	margin-right: 10px;
}
#search_bar input[type='submit'] {
	width: 150px;
}