/*=================================================
WordPress Core CSS
=================================================*/

p:empty {
  display: none;
}

.navbar.nav-top-right .navbar-nav {
  margin-left: auto;
}

.navbar.nav-top-right.header-four .navbar-nav {
  margin-left: 0;
}

.navbar.nav-top-left.header-five .navbar-nav {
  margin-left: auto;
}

.navbar.nav-top-left.header-five .hamburger-menu-btn {
  margin-right: auto;
}

.navbar.nav-top-right.header-five .hamburger-menu-btn {
  margin-left: auto;
}

.single.single-post .page-content {
  margin-top: 0;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  display: inline-block;
}

.logo-top-right .navbar-brand .etcodes-normal-logo {
  margin-left: auto;
}

.page-template-default.page .comments-area {
  margin: 0;
}

.top_header,
.top_header a {
  color: #fff;
}

.top_header p {
  margin: 0;
}

.dropdown-toggle::after {
  font-family: "FontAwesome";
}

.accordion .card-header h5 a:after {
  font-family: "FontAwesome";
}

/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}

a img.alignright {
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
}

a img.alignnone {
  margin-top: 30px;
  margin-bottom: 30px;
}

a img.alignleft {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin-bottom: 30px;
  margin-top: 30px;
}

.wp-caption.alignleft {
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wp-caption.alignright {
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-caption {
  color: #666;
  font-size: 14px;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid #eceae6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.625em 0.7em;
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border-bottom: 1px solid #ededed;
  padding: 8px 10px 8px 0;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.post-navigation .nav-subtitle {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase !important;
  color: #919191;
}
.post-navigation .nav-title {
  font-weight: 500;
}

.page-links {
  font-weight: 600;
  clear: both;
  margin: 0 0 1em;
}

@media only screen and (max-width: 768px) {
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    float: none;
    text-align: center;
    width: 100%;
  }
  .post-navigation .nav-previous {
    margin-bottom: 10px;
  }
  .post-navigation .nav-next {
    margin-top: 10px;
  }
}

/*=================================================
10 - Sidebar and widget
=================================================*/

.widget {
  margin-bottom: 40px;
}

.widget .separator {
  margin-bottom: 18px;
}

/****  Entries and categories widget ****/

.widget.widget_categories,
.widget.widget_recent_entries,
.widget.widget_rss,
.widget.widget_pages,
.widget.widget_meta,
.widget.widget_recent_comments,
.widget.widget_nav_menu,
.widget.widget_archive,
.widget_product_categories {
  background-color: #f6f6f6;
  padding: 50px 40px;
}

.widget select {
  width: 100%;
  border: 2px solid #f6f6f6;
}

.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_rss ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_nav_menu ul,
.widget.widget_archive ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.widget_categories ul ul,
.widget.widget_recent_entries ul ul,
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_meta ul ul,
.widget.widget_recent_comments ul ul,
.widget.widget_archive ul ul,
.widget_product_categories ul ul {
  margin-top: 0.5rem;
  padding-left: 0.8rem;
}

.widget.widget_nav_menu ul ul {
  margin-top: 0.9rem;
  padding-left: 1rem;
}

.widget.widget_categories ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget_product_categories ul li {
  padding: 10px 0;
}

.widget.widget_categories ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li,
.widget_product_categories ul li {
  border-bottom: 1px solid #dfddd9;
}

.widget.widget_categories ul li li,
.widget.widget_recent_entries ul li li,
.widget.widget_rss ul li li,
.widget.widget_pages ul li li,
.widget.widget_meta ul li li,
.widget.widget_recent_comments ul li li,
.widget.widget_nav_menu ul li li,
.widget.widget_archive ul li li,
.widget_product_categories ul li li {
  border-bottom: none;
  padding: 0.3rem 0 0.3rem 0;
}

.widget.widget_categories ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_rss ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_meta ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_archive ul li:first-child,
.widget_product_categories ul li:first-child {
  padding-top: 0;
}

.widget.widget_nav_menu ul > li.dropdown > a:after {
  content: "";
}

.widget.widget_nav_menu ul > li.dropdown ul.dropdown-menu {
  padding: 1.2rem 1.5rem;
  margin-top: 0;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li {
  list-style: none;
  letter-spacing: 0.02em;
  padding: 1px 0;
}

/* calendar widget */

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.bypostauthor {
  width: 100%;
  font-size: 1em;
}

/* Wordpress js plguins css */

.et-form-dark .form-control {
  border: 2px solid #ced4da;
  background-color: #fff;
}

.et-form-light select,
.et-form-light .form-control,
.et-form-light .btn-outline-light {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.et-form-light .form-control::placeholder {
  color: #fff;
}

.et-form-light option {
  font-size: 15px;
  color: #495057;
}

.et-form-light .form-control {
  border: 2px solid #fff;
}

.et-form-light .btn-outline-light {
  border-radius: 0.25rem;
  padding: 0.94rem 2.614rem;
  border: 2px solid #fff;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid rgb(36, 36, 36);
  border-radius: 4px;
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 285px;
}

.ui-datepicker a,
.ui-datepicker a:hover {
  text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
  color: #000;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
  margin-bottom: 4px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  float: left;
  text-align: left;
}

.ui-datepicker .ui-datepicker-next {
  float: right;
  text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: "\f053";
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f054";
}

.ui-datepicker .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
  width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
  border-radius: 4px;
  -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
  background-color: #eee;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
  background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
  color: #fff;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
  background-color: #fff;
  cursor: default;
}

.btn-link {
  padding: 0;
}

.small-gutters article.text_overlay_blog {
  margin-bottom: 10px;
}

/* nav bar serach */

/*=================================================
 Image banners
=================================================*/

.icon-over-img-container {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.over-img-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}

.over-img-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.over-img-icon:hover {
  color: #393939;
}

.food-menu-content h5 {
  font-size: 18px;
}

.page_main_title {
  position: relative;
}

.page_main_title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page_main_title p {
  margin-bottom: 5px;
}

/* sidebyside_query_type */

.sidebyside_query_type
  div:nth-child(even)
  .sidebyside_query_item
  .sidebyside_query_img {
  -ms-flex-order: 13;
  order: 13;
}

.sidebyside_query_type
  div:nth-child(even)
  .sidebyside_query_item.sidebyside_query_text {
  -ms-flex-order: -1;
  order: -1;
}

/* Singup page */

.wp-signup-container,
.mu_register {
  position: relative !important;
  margin: 40px auto 80px auto !important;
  max-width: 1110px !important;
}

/*Responsive utilities */

@media only screen and (max-width: 768px) {
  .no-margin-sm {
    margin: 0 !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .no-bg-xl {
    background: none !important;
  }
  .no-bg-xl .fs-background-container {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .no-bg-lg {
    background: none !important;
  }
  .no-bg-lg .fs-background-container {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .no-bg-md {
    background: none !important;
  }
  .no-bg-md .fs-background-container {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .no-bg-sm {
    background: none !important;
  }
  .no-bg-sm .fs-background-container {
    display: none;
  }
}

.single-post-paginated.nav-links > span,
.page-links.nav-links > span {
  color: #fff;
  background-color: #3d404f;
}

.page-links {
  color: #3d404f;
}

.comments-area .comment-list ul.children ul ul {
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 992px) {
  .comments-area .comment-list ul.children {
    padding: 20px 0 0 0;
  }
}

.post_meta_top,
.post_meta_bottom {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.owl-carousel .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.shortcode-list > ul {
  padding-left: 0;
}

.nav-item.current > a,
.nav-item.active.current > a {
  color: #8c8c8c;
}

@media only screen and (min-width: 992px) {
  .dropdown-menu .nav-item.active.current > a {
    color: #212529;
    background-color: #f8f9fa;
  }
}

/* back to top button */

.back-to-top {
  width: 50px;
  max-height: 50px;
  height: 100%;
  background: #353535;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  line-height: 49px;
  border-radius: 50%;
  z-index: 100;
}

.back-to-top:hover {
  opacity: 0.9;
}

embed,
iframe,
object {
  max-width: 100%;
}

.format-image dl.wp-caption {
  border: none;
}
.post_content input[type="button"],
.post_content input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 0.44rem 2.614rem;
  border-width: 2px;
  border-radius: 2px;
}

.single.single-post .post_title,
.single.single-post .post_meta_top,
.single.single-post .post_meta_bottom,
.single.single-post .separator-line,
.single.single-post .blog-post-comments,
.page-template-default.page .blog-post-comments {
  margin-right: auto;
  margin-left: auto;
  max-width: 763px;
}
.page-template-default.page .page-content.container-fluid,
.page-template-default.page .page-content.container-fluid .row .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.page-template-default.page .page-content.container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}
