@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 2em;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul.list-style-none {
  list-style-type: none;
}

i {
  padding: 3px;
  vertical-align: middle;
  font-style: normal;
}

[class*=anony-grid-col-] {
  display: inline-block;
  vertical-align: top;
}

div {
  margin: 0;
  padding: 0;
}

input[type=search], input[type=tel], input[type=text], input[type=email], input[type=password], input[type=url], textarea {
  outline: none;
  padding: 10px;
  margin: 5px;
  border: none;
  color: #222222;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
}

input[type=submit] {
  background-color: #fc2a2a;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  border: 1px;
  min-width: 100px;
  cursor: pointer;
}

input:focus {
  color: #222222;
  font-weight: bold;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 11.5px;
}

img {
  margin: auto;
  display: inline-block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  padding: 8px;
}

th {
  font-size: 20px;
}

select {
  padding: 10px;
  border-color: #e1e1e1;
  border-radius: 6px;
}

.anony-spacer {
  height: 50px;
  display: block;
}

.anony-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.anony-section-title h4 {
  position: absolute;
}

.anony-grid-row:after {
  clear: both;
}

.anony-flex-grow {
  flex-grow: 1;
}

.anony-grid-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-h-center {
  justify-content: center;
}

.flex-v-center {
  align-items: center;
}

.anony-grid-row-vertical {
  flex-direction: column;
  justify-content: initial;
}

.anony-custom-bullets ul {
  list-style: none;
}

.anony-custom-bullets ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size: 20px;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

p {
  padding-bottom: 20px;
}

.anony-active, .anony-active-tab {
  background-color: #fc2a2a;
  font-weight: bold;
  border: none;
}

.anony-full-height {
  height: 100% !important;
}

header {
  margin: 0;
  width: 100%;
}

header.elemetor {
  margin: initial;
}

header.anony-absolute-header {
  position: absolute;
  z-index: 99;
}

.anony-breadcrumbs li, .anony-breadcrumbs a {
  color: #d6d4d4;
  display: inline-flex;
  font-size: 12px;
  font-weight: normal;
  align-items: center;
}

.anony-breadcrumbs {
  padding: 7px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.rated-text {
  margin: 5px;
  font-size: 16px;
  text-align: center;
  padding: 5px;
}

#anony-main_nav_con {
  background-color: #230005;
  height: 100%;
  position: absolute;
  z-index: 999999;
  top: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}

#anony-main-menu-con li {
  position: relative;
  display: block;
  border: none;
  border-bottom: 1px solid #ffffff;
}

#anony-main-menu-con li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding: 6px;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 1px #333131;
}

#anony-main-menu-con .anony-sub-menu li a {
  color: #444;
}

.anony-show-main-nav li a {
  justify-content: flex-start !important;
  font-size: 13px !important;
}

.anony-show-main-nav .toggle-category {
  color: #fff;
}

#anony-main-menu-con li a:active {
  font-size: 14px;
}

#anony-main-menu-con #anony-cat-list li, #anony-main-menu-con #anony-cat-list li ul li {
  background-color: transparent;
}

#anony-main-menu-con .anony-sub-menu li {
  background-color: #5F5D5D;
  display: block !important;
  border-right: none;
  border-bottom: 1px solid #808080;
}

.anony-main-menu-toggle {
  cursor: pointer;
  right: 15px;
  color: #ffffff;
  position: absolute;
}

.anony-dropdown {
  position: relative !important;
  padding: 0;
  width: 100%;
  display: none;
  overflow: hidden;
}

.anony-dropdown li {
  background-color: #fff;
}

.anony-show-main-nav {
  left: auto !important;
  width: 50% !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  #anony-main_nav_con {
    position: relative;
    display: block;
    height: 60px;
    width: 95%;
    margin: auto;
    left: auto;
    z-index: auto;
    visibility: visible;
    opacity: 1;
  }
  .active, .active a, #anony-main_nav_con {
    border-radius: 10px;
  }
  #anony-main-menu-con {
    display: flex;
    position: relative;
    height: inherit;
    margin: auto;
  }
  #anony-main-menu-con li {
    display: inline-block;
    border: none;
    height: 100%;
  }
  #anony-main-menu-con li:hover {
    top: 0;
  }
  #anony-main-menu-con li a {
    padding: 0 20px;
    width: 100%;
    border-right: 1px solid rgba(97, 27, 46, 0.5);
  }
  #anony-main-menu-con li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .anony-sub-menu li a, .anony-sub-menu li a:hover {
    font-weight: normal;
    font-size: 14px !important;
    height: auto !important;
    border-left: none !important;
    border-right: none !important;
  }
  #anony-main-menu-con li:hover > .anony-sub-menu {
    position: absolute;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  #anony-toggles-wrapper {
    display: none !important;
  }
  #menu-close {
    visibility: hidden;
    opacity: 0;
  }
  #anony-main_nav_con.sticky {
    width: 100% !important;
    border-radius: 0;
  }
}
/*----Popular section style----*/
.anony-popular-tabs span {
  width: 49.7%;
  text-align: center;
  display: inline-block;
  background-color: #7A7A7A;
  padding: 5px;
  line-height: 30px;
  color: #FFFFFF;
  cursor: pointer;
  vertical-align: top;
}

.anony-popular-tabs span:last-child {
  margin: none;
}

#anony-popular div h3 a {
  display: inline-block;
}

#anony-popular, #anony-comments {
  position: relative;
}

#anony-popular span {
  position: absolute;
  right: 5px;
}

#anony-comments h4 {
  display: inline-block;
  margin-left: 5px;
}

#anony-comments i {
  color: #444444;
}

.anony-popular {
  margin-right: 0.6%;
}

.anony-tab_content {
  display: none;
}

#anony-popular {
  display: block;
}

.anony-tab_content div h3 {
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.anony-posts-list-wrapper {
  display: flex;
  align-items: flex-start;
}

.anony-posts-list-thumb {
  display: inline-block;
  margin: 3px 0 0 5px;
  width: 30%;
}

.anony-posts-list-thumb a {
  display: inline-flex;
  padding: 3px;
  background-color: #e1dfdf;
}

.recent-comment {
  display: block;
  padding: 5px;
  text-align: justify;
  font-size: 14px;
}

.anony-recent-comment-wrapper, .anony-posts-list-wrapper {
  position: relative;
  padding: 10px;
}

.anony-recent-comment-wrapper:after, .anony-posts-list-wrapper::after {
  content: "";
  display: block;
  width: 90%;
  border-bottom: 1px solid #e6e2e2;
  position: absolute;
  bottom: 0;
}

.anony-posts-list-wrapper:last-child:after, .anony-recent-comment-wrapper:last-child:after {
  border-bottom: none;
}

/* End popular section style */
/* CSS slider */
#anony-active-slide, .anony-view {
  height: 355px;
}

.anony-slide-title a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #ffffff;
  text-align: center;
}

.anony-slide-title {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 10px;
}

#anony-slides-list {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 20px;
  position: absolute;
  z-index: 30;
}

.anony-slide-item:not(.anony-pagination-dot)::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.anony-active-slide:not(.anony-pagination-dot)::before {
  background-color: transparent;
}

.anony-slide-item.anony-pagination-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
  cursor: pointer;
}

.anony-active-slide.anony-pagination-dot, .anony-slide-item.anony-pagination-dot:hover {
  opacity: 1;
}

.anony-slide-item {
  height: 80px;
  width: 80px;
  display: inline-block;
  position: relative;
}

.anony-slide-item img {
  width: 100%;
  height: 100%;
}

#anony-featured {
  position: relative;
}

.anony-view {
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: 0;
}

.anony-view:first-child {
  opacity: 1;
  z-index: 10;
}

.anony-view img {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}

/* End slider css*/
/* CSS Featured */
.anony-featured-col {
  width: 33%;
  height: inherit;
}

.anony-featured-text {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.anony-featured-excerpt {
  background-color: rgba(65, 64, 64, 0.75);
  color: #ffffff;
  width: 100%;
  padding-left: 15px;
  padding-top: 15px;
}

.anony-featured-excerpt p {
  position: relative;
  left: 20px;
}

.anony-featured-posts-title {
  background-color: #fc2a2a;
  padding: 5px;
  width: 150px;
  text-align: center;
  height: 100%;
}

#anony-slider-wrapper {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #fc2a2a;
}

/* End slider css*/
.widgeted ul li {
  border-bottom: 1px solid rgba(35, 0, 5, 0.75);
  list-style: none;
  padding: 10px 0;
}

.widgeted ul li:last-child {
  border-bottom: none;
}

/*-----Categories dropdown widget-----*/
#anony-cat-list li, #anony-cat-list li ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
#anony-cat-list li a {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 14px;
  padding: 10px;
}
#anony-cat-list .has-children {
  background-color: #fbfbfb !important;
}
#anony-cat-list .has-children ul {
  background-color: #fff !important;
}
#anony-cat-list .toggle-category {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

#anony-cat-list {
  position: relative;
  width: 100%;
  border-radius: 5px;
  padding: 0 8px;
  overflow: hidden;
}

/* End categories dropdown widget */
.anony-page-numbers, .anony-page-numbers li, .anony-page-numbers a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.anony-page-numbers a {
  background-color: #fc2a2a;
  color: #ffffff;
  border-radius: 3px;
  width: 30px;
  text-align: center;
}

/***Footer***/
#anony-footer {
  background-color: rgba(0, 0, 0, 0.88);
}

footer p {
  padding: 20px;
  color: #ffffff;
}

#anony-page-scroll-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

#anony-page-scroll-bg {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-left: 2px solid #fc2a2a;
  -webkit-animation: Rotate 1s infinite linear;
  -moz-animation: Rotate 1s infinite linear;
  -ms-animation: Rotate 1s infinite linear;
  z-index: -100;
}
#anony-page-scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fc2a2a;
  color: #ffffff;
  border-radius: 50%;
}

#anony-hidden-search-form #anony-searchform {
  width: 90%;
  display: flex;
  justify-content: center;
}

#anony-hidden-search-form #anony-searchform .anony-search-input {
  width: 80%;
  height: 60px;
  margin: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#anony-hidden-search-form #anony-searchform .anony-form_submit {
  padding: 20px;
  border-radius: 0px 10px 10px 0px;
}

#anony-hidden-search-form > .anony-search-form-toggle {
  top: 20px;
  right: 20px;
  position: absolute;
  display: block;
}

.anony-show-search-form {
  opacity: 100 !important;
  visibility: visible !important;
  display: flex;
}

/***End footer***/
