.site-logo small {
    display: block;
    /* border-top: inset; */
    margin-top: -15px;
    color: darkcyan;
    font-style: italic;
    text-align-last: center;
}
.woocommerce-notices-wrapper {
    display: none;
}
div#sas_26322 {
    width: 728px;
    height: auto !important;
    margin: 0;
	  position: -webkit-sticky; 
  position: sticky;
	text-align: -webkit-center;
  top: 0;
  z-index: 1000;
	display: none; 
}
#sas_container_7299221 {
    width: 104px;
    height: 220px;
    position: relative;
    overflow: initial;
    margin: 0 auto;
    border-bottom: 2px solid #ffffff;
    background-color: #2264ad;
    display: none;
}
.64ca28ca921ed2e5492b41be {
    display: inline-block;
    width: 300px;
    height: auto !important;
  }
/*div#HB_Footer_Close_hbagency_space_28260{
    display: none !important;
}*/
#stick-ads {
  position: -webkit-sticky; 
  position: sticky;
	text-align: -webkit-center;
  top: 0;
  z-index: 1000;
	display: none; 
}
div#ad78249 {
    text-align: -webkit-center;
}
div#ad73bc2 {
    text-align: -webkit-center;
}
#message {
      background-color: rgba(0,0,0,0.8);
      color: white;
      padding-left: 2px;
      width: 100%;
      font-size: 14px;
      position: sticky;
      top: 0;
      z-index: 10000;
      border-bottom: 1px solid orange;
      box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
	text-align: center;
    }
@media (min-width: 992px) { 
    li#menu-item-270871 {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    #message {
        /* Styles for mobile devices here */
        padding: 6px;
        font-size: 14px;
    }
}
#close-button button {
	margin: 10px;
            padding: 5px 15px;
            background-color: #f44336;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            font-size: 14px;
            transition: background-color 0.3s ease;
        }
        #close-button button:hover {
            background-color: #d32f2f;
        }
/* Default CSS (for smaller/mobile screens) */
div#HB_Footer_Close_hbagency_space_55365 {
    top: 100px !important;
}
@media screen and (max-width: 500px) {   div#HB_Footer_Close_hbagency_space_55365 {
        top: 30px !important;
	      z-index: 10000;
    }
}
div#HB_Footer_Close_hbagency_space_28262{
    top: 100px !important;
}
@media screen and (max-width: 500px) {   div#HB_Footer_Close_hbagency_space_28262 {
        top: 30px !important;
	     z-index: 10000;
    }
}
.textwidget {
    /* margin: 20px; */
    line-height: 2.1em;
}
.card {
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	
}
.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.card-title a {
    color: #333;
    text-decoration: none;
}
.card-title a:hover {
    color: #007bff;
}
.card-body {
    padding: 15px;
}
.pagination {
    text-align: center;
    padding: 20px 0;
}
.pagination .nav-links {
    display: inline-block;
}
.pagination .page-numbers {
    margin: 0 3px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
}
.pagination .page-numbers.current {
    background: #333;
    color: #fff;
}
/* CSS for flex layout */
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1em 1em; /* Add horizontal padding */
}
.flex-item {
    flex: 0 0 calc(33.33% - 1em);
    margin-bottom: 2em;
    background-color: #f2f2f240;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.flex-item h2 {
    font-size: 1rem; /* Reduce title size */
    margin-bottom: 0.5em;
}
/* Responsive design */
@media screen and (max-width: 800px) {
    .flex-item {
        flex: 0 0 calc(50% - 1em);
    }
}
@media screen and (max-width: 500px) {
    .flex-item {
        flex: 0 0 100%;
    }
}
.category-header-container {
    background-color: #f9f9f9;
    padding: 1em;
    margin: 1em;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.cat-title {
    text-align: left;
    font-size: 2em;
    color: #333;
}
.category-description {
    text-align: left;
    color: #666;
    font-size: 1.2em;
	    padding: 1em;
}
.nv-index-posts .nv-page-title-wrap {
    margin-top: 0;
    padding-left: 7%;
    padding-right: 5%;
    padding-top: 0.7%;
    padding-bottom: 0.1%;
    box-shadow: 0 1px 2px 0 rgb(48 48 48 / 30%), 0 1px 3px 1px rgb(48 48 48 / 15%);
    font-size: 14px;
}
div#neve-checkout-coupon {
    display: none;
}
.nv-order-review {
    background-color: whitesmoke;
    padding: 10px;
}
.woocommerce-additional-fields {
    display: none;
}
.cover-post .inner {
    max-width: 100%;
    min-height: 0px;
    position: relative;
    z-index: 10;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-grow: 1;
	background-color: black; 
	color: white; 
}
h3.scriptlesssocialsharing__heading {
    font-size: small;
    text-align-last: center;
    margin-bottom: unset;
	
}
#comments ol {
    border: solid;
}
#comments li.comment {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.nv-comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
li.children {
    background-color: whitesmoke;
}
.footer-bottom-inner .row {
    justify-items: center;
}
#hideMeAfter5Seconds {
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
	  background-color: black;
  color: white;
  padding-right: 10px;
  width: 100%;
	text-align: center;
  font-size: 17px;
  font-weight:600px;
	margin-bottom: 0px;
}
@keyframes hideAnimation {
  to {
    visibility: hidden;
    width: 0;
    height: 0;
  }
}
input.search-field {
    background-color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgb(48 48 48 / 30%), 0 1px 3px 1px rgb(48 48 48 / 15%);
    box-sizing: border-box;
    color: #1f1f1f;
    
    width: 100%;
}
input[type="submit"] {
    display: none;
}
.widget p.widget-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.25em;
    color: white;
}
.su-note-inner {
    padding: 1em;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0px -0px 50px 40px #ccc;
}
#footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;   
	height: 35px;
		background-color: #0b556e;
}
div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}
div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: underline;
	text-decoration-color: pink;
	height: 30px;
	background-color: #0b556e;
}
div.scrollmenu a:hover {
  background-color: #f58e07;
}
div#fathe-1487200740 {
    margin-top: -35px;
}
.nv-comment-content a, 
.nv-content-wrap a:not(.button):not(.wp-block-file__button) {
    text-decoration: none;
}