/*
Theme Name: Epic Blog
Theme URI: https://www.wpalphabets.com/themes/epic-blog-theme
Author: Navin Sangtani
Author URI: https://www.wpalphabets.com/
Description: Epic Blog is a lightweight WordPress theme designed for creating professional blogging websites. Epic Blog is ideal for various blog types, such as fashion, lifestyle, travel, food, and photography. Epic Blog is mobile-friendly and cross-browser compatible.
Version: 2.3
Tested up to: 6.2
Requires PHP: 7.0
Text Domain: epic-blog
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, threaded-comments
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General 
# Header
# Feature Blog
# Epic Post
# Blog Listing Page
# Page
# Archive Page
# Widget
# Single Page
# Footer
# Comments
# WordPress Core
# Media Queries
--------------------------------------------------------------*/

/* General */

body {
  font-family: "Poppins";
  font-weight: 400;
}

.content-area {
  min-height: 500px;
  padding: 40px 0;
}

.page-template-template-home-php .content-area {
  padding: 0;
}

.content-area blockquote,
.comment-body blockquote,
.content-area q,
.comment-body q {
  background-color: #f5f5f5;
  border-left: 5px solid #0080c1;
  padding: 1rem;
}

.content-area blockquote p,
.comment-body blockquote p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e2b3d;
  overflow-wrap: break-word;
  font-weight: 600;
}

a {
  color: #0080c1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #0e2b3d;
}

.form-control:focus {
  box-shadow: none;
}

.content-area table,
.comment-body table {
  width: 100%;
  margin: 0 0 1rem;
  font-size: 1.15rem;
}

.content-area table thead,
.comment-body table thead,
.comment-body table tbody tr:first-child,
.page .content-area table tbody tr:first-child {
  background-color: #0080c1;
  color: #fff;
}

.content-area table thead th,
.comment-body table thead th {
  padding: 0.5rem 1rem;
  vertical-align: middle;
  border: 1px solid #0080c1;
  background-color: #0080c1;
  color: #fff;
}

.content-area table tbody th,
.comment-body table tbody th,
.content-area table tbody td,
.comment-body table tbody td {
  padding: 0.4rem;
  vertical-align: middle;
  border: 1px solid #ececec;
  text-align: center;
  font-weight: 500;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #0080c1;
  border-radius: 3px;
  background: #0080c1;
  color: #ffffff;
  line-height: 1;
  padding: 14px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #0e2b3d;
  background: #0e2b3d;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #0080c1;
}

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: #212529;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #212529;
  outline: 1px solid #0080c1;
}

select {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  width: 100%;
  background-color: #fff;
}

.search-form .input-group-text {
  background-color: #fff;
  padding-top: 10px;
}

.search-form .search-submit {
  background-image: url(img/search.svg);
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}

.search-form .input-group-text button:hover {
  background-color: #fff;
  border-color: #fff;
}

.no-img-found {
  width: 100%;
}

/* Header */
.site-header {
  background-color: #fdfdfd;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-header .site-title {
  font-size: 24px;
  font-weight: 700;
  width: max-content;
}

.site-header-menu {
  display: none;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

#site-navigation {
  display: flex;
  justify-content: end;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  text-decoration: none;
  padding: 0.84375em 0;
  color: #111111;
  font-weight: 700;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #0e2b3d;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
  color: #0e2b3d;
}

.main-navigation ul ul {
  display: none;
  margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #0e2b3d;
}

button.menu-toggle:focus {
  border: 5px solid #0080c1;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.no-js .menu-toggle {
  display: none;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
  background-color: #0e2b3d;
  border-color: #0e2b3d;
  color: #fff;
}

.menu-toggle:focus {
  outline: 0;
}

.menu-toggle.toggled-on:focus {
  outline: thin dotted;
}

.main-navigation li:hover > a::before {
  opacity: 1;
  visibility: visible;
  width: 92%;
}

.main-navigation ul ul li:hover > a::before {
  opacity: 0;
  visibility: hidden;
}

.menu-toggle-area {
  display: none;
}

.main-navigation li ul li a {
  padding-right: 10px;
  border-bottom: 1px solid #ddd;
  transition: 0.4s ease;
}

.main-navigation li ul li a:hover {
  border-bottom-color: #0e2b3d;
}

button.menu-toggle[aria-expanded="true"] .bbm-open {
  display: none;
}

button.menu-toggle[aria-expanded="false"] .bbm-close {
  display: none;
}

button.dropdown-toggle.toggled-on:after {
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Feature Blog */
.feature-blog {
  padding: 40px 0px;
}

.feature-blog img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: scale-down;
}

.feature-author-meta {
  margin-bottom: 15px;
}

.feature-author-meta .feature-author-divider {
  width: 100px;
  height: 3px;
  background-color: #f4ac15;
  border-radius: 50px;
  margin-right: 20px;
}

.feature-author-meta .feature-author-name span a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0e2b3d;
  font-size: 18px;
  font-weight: 600;
}

.feature-title {
  line-height: 40px;
  margin-bottom: 15px;
}

.feature-title a {
  text-decoration: none;
  font-weight: 700;
  font-size: 34px;
  color: #0e2b3d;
}

.feature-post-date {
  margin-bottom: 10px;
  color: #0080c1;
  font-weight: 600;
}

.feature-excerpt p {
  color: #88929f;
  display: inline-block;
}

.feature-button {
  margin-top: 15px;
}

.feature-button a {
  background-color: #0080c1;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  transition: 0.5s ease;
  display: inline-block;
}

.feature-button a:hover {
  border: 1px solid #0e2b3d;
  border: 0;
  color: #fff;
  background-color: #0e2b3d;
}

.feature-blog-img a {
  display: inline-block;
}

/* Epic Post */
.epic-posts-wrapper {
  margin: 30px 0px;
}

.epic-posts-wrapper .epic-container {
  max-width: 1100px;
  margin: 0 auto;
}

.epic-single-article {
  margin-bottom: 30px;
}

.epic-posts-wrapper .epic-single-article {
  border-radius: 15px;
  border: 1px solid #8589a038;
  padding: 15px 0px;
  transition: 0.5s ease;
}

.epic-posts-wrapper .epic-single-article img {
  border-radius: 10px;
  width: 100%;
  object-fit: scale-down;
}

.epic-posts-wrapper .epic-single-article:hover {
  box-shadow: 0 20px 35px #70798b38;
}

.epic-posts-wrapper .epic-single-article h2 {
  line-height: 35px;
}

.epic-posts-wrapper .epic-single-article h2 a {
  font-size: 28px;
}

/* Blog Listing Page */

.epic-single-items {
  border-radius: 15px;
  border: 1px solid #8589a038;
  padding: 15px;
  transition: 0.5s ease;
  margin-bottom: 20px;
}

.epic-single-items .epic-single-img a {
  display: inline-block;
}

.epic-single-items .epic-single-img img {
  border-radius: 10px;
  object-fit: scale-down;
}

.epic-single-items h2 {
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.epic-single-items h2 a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #0e2b3d;
}

.epic-single-excerpt p {
  color: #88929f;
}

.epic-single-post-date {
  margin-bottom: 10px;
  color: #0080c1;
  font-weight: 600;
}

.epic-single-items:hover {
  box-shadow: 0 20px 35px #70798b38;
}

.epic-single-items .feature-button {
  margin-top: 15px;
}

.epic-blog-list .pagination {
  justify-content: center;
}

.epic-blog-list .nav-links {
  margin-top: 15px;
}

.epic-blog-list .nav-links .current {
  background: #0080c1 !important;
  color: white !important;
}

.epic-blog-list .nav-links .page-numbers {
  background: #ddd;
  color: #444;
  padding: 5px 10px;
  margin-right: 2px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

/* Page */

.page-title {
  text-transform: uppercase;
}

.page-content {
  margin-top: 30px;
}

/* Archive Page */
.archive-title,
.search-result-text {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

/* Widget */
.widget {
  margin-bottom: 20px;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  border-bottom: 1px solid #5a5a5a;
  padding: 0.4rem 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.widget-wrapper ul li {
  margin-bottom: 10px;
}

.widget-wrapper a {
  color: #5a5a5a;
}

.widget-wrapper a:hover {
  text-decoration: underline !important;
}

.no-sidebar .blog-area {
  flex: 0 0 100%;
  max-width: 100%;
}

.widget_calendar table caption {
  text-align: center;
  background-color: #0080c1;
  color: #fff;
  padding: 0.3rem;
}

.widget_calendar table tbody td a {
  font-weight: 700;
  background-color: #0080c1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
}

/* Single Page */
.epic-blog-details .epic-blog-detail-img img {
  width: 100%;
  display: block;
  border-radius: 15px;
  box-shadow: 0 20px 35px #70798b38;
}

.epic-blog-details a {
  text-decoration: underline !important;
}

.epic-blog-details .epic-blog-detail-title {
  font-weight: 600;
  margin-bottom: 25px;
}

.epic-blog-detail-cat {
  display: inline-block;
  margin-bottom: 20px;
}

.epic-blog-detail-cat a {
  background-color: #0080c1;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  text-decoration: none !important;
}

.epic-blog-detail-author-date {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #f4ac15;
  width: max-content;
}

.epic-blog-detail-author-date span {
  font-weight: 600;
}

.epic-blog-detail-author-date span a:hover {
  color: #0e2b3d;
}

.epic-blog-detail-author-date a {
  text-decoration: none !important;
}

.inner-pagination {
  font-weight: 700;
  clear: both;
  margin-top: 15px;
}

.inner-pagination .current {
  color: #fff;
  background: #0080c1;
  padding: 1px 10px;
  border-radius: 5px;
  margin: 0px 0px 0px 5px;
}

.inner-pagination a {
  margin: 1px 10px;
}

/* Footer Area */

.footer-widgets-area {
  padding: 35px 0;
  background: #424242;
  color: #aeaeae;
}

.footer-widgets-area h1,
.footer-widgets-area h2,
.footer-widgets-area h3,
.footer-widgets-area h4,
.footer-widgets-area h4,
.footer-widgets-area h6 {
  color: #fff;
  text-transform: uppercase;
}

.footer-widgets-area ul {
  padding: 0;
  list-style: none;
}

.footer-widgets-area ul li a {
  color: #aeaeae;
  text-decoration: none;
}

.footer-widgets-area ul li {
  line-height: 35px;
}

.footer-widgets-area strong {
  color: #fff;
}

.copyright-area {
  background-color: #fff;
  color: #424242;
  padding: 20px 0;
}

.copyright-area p {
  margin: 0;
}

.footer-menu ul li {
  display: inline;
  margin: 0 10px 0 0;
}

.footer-menu ul,
.footer-widgets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.footer-menu ul li.current-menu-item a {
  color: #0080c1;
  font-weight: 600;
}

.footer-menu ul li a {
  color: #939393;
  text-decoration: none;
}

.no-sidebar-footer .footer-widgets-area {
  display: none;
}

/* Comments */

.comments-area label {
  display: block;
}

.comments-area .required {
  color: #dc3232;
}

.comments-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-respond textarea {
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  border: 1px solid #ced4da;
  width: 100%;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%;
  min-height: 35px;
  margin-top: 5px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  border: 1px solid #ced4da;
}

.comments-area .comment-form-cookies-consent {
  display: flex;
}

.comments-area #wp-comment-cookies-consent {
  margin-right: 5px;
}

.comment-form input[type="submit"] {
  background-color: #0080c1;
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0.8em;
  border: none;
  display: inline-block;
}

.comment-reply-title {
  margin-top: 30px;
}

.post-comments label {
  margin-bottom: 5px;
  font-weight: 500;
}

.post-comments {
  margin-top: 30px;
  border-top: 1px solid #d8d8d8;
  clear: both;
}

.post-comments .comments-area {
  margin-top: 30px;
}

.post-comments .required {
  color: #d10000;
}

.post-comments .comment-body p {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: 15px;
  padding: 25px 25px 60px 25px;
  margin-top: 5px;
}

.post-comments .comment-list {
  list-style: none;
  padding-left: 0px;
}

.post-comments .children {
  list-style: none;
}

.post-comments .comment-author img {
  display: none;
}

.post-comments .comment-author a {
  color: #5a5a5a;
  font-style: initial;
  text-decoration: none;
  font-weight: 600;
}

.post-comments .comment-meta a {
  color: #5a5a5a;
  text-decoration: none;
  font-weight: 400;
}

.post-comments .reply {
  text-align: right;
  position: relative;
  top: -62px;
  left: -17px;
}

.post-comments .reply a {
  color: #fff;
  text-decoration: none;
  background: #0080c1;
  border: 0;
  padding: 10px;
  border-radius: 5px;
}

#cancel-comment-reply-link {
  margin-left: 5px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.wp-block-button {
  margin-bottom: 12px;
}

.bypostauthor {
  display: block;
}

@media only screen and (max-width: 991px) {
  .menu-toggle-area {
    display: block;
    text-align: right;
  }

  .main-navigation ul {
    background: #fff;
  }

  #site-navigation {
    display: inherit;
    justify-content: inherit;
  }

  .main-navigation .current-menu-item > a,
  .main-navigation .current-menu-ancestor > a {
    font-weight: 700;
    color: #0e2b3d;
    background: inherit;
  }

  .main-navigation a {
    width: 100% !important;
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
  }

  #primary-menu {
    top: 100px;
    position: absolute;
    z-index: 99999;
    background: #eee;
    width: 300px;
  }

  .menu-right {
    padding: 0px;
    text-align: center;
  }

  button.menu-toggle {
    width: 42px;
    height: 42px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }

  .menu-toggle i {
    color: #ffffff;
    font-size: 18px;
    line-height: 16px;
  }

  .menu-toggle {
    background-color: #0e2b3d;
    border: 1px solid #0e2b3d;
    color: #111;
    margin: 10px 0;
    font-weight: 700;
  }

  #mobile-close {
    display: none;
  }

  .toggled #mobile-close {
    display: block;
  }

  .toggled #mobile-open {
    display: none;
  }

  .main-logo {
    text-align: center;
  }

  .main-navigation li:hover > a::before {
    opacity: 10;
    visibility: hidden;
  }

  .site-title {
    font-size: 30px;
    margin-top: 10px;
  }

  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inherit;
  }

  .entry-meta ul li {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .feature-author-meta {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .site-header-menu {
    display: block;
  }

  .main-navigation {
    margin: 0 -0.875em;
  }

  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
  }

  .main-navigation .primary-menu > li {
    float: left;
  }

  .main-navigation a {
    outline-offset: 0;
    padding: 24px 16px;
    white-space: nowrap;
  }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
    color: #0e2b3d;
  }

  .main-navigation ul ul {
    display: block;
    left: -999em;
    position: absolute;
    z-index: 99999;
    border: none;
    padding: 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  .main-navigation ul ul ul {
    top: -1px;
  }

  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0;
  }

  .main-navigation ul ul a {
    white-space: normal;
    width: 210px;
    padding: 10px 10px;
    transition: 0.3s;
    font-size: 14px;
    text-align: left;
  }

  .main-navigation ul ul a:hover {
    white-space: normal;
  }

  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }

  .main-navigation .menu-item-has-children > a {
    margin: 0;
  }

  .main-navigation .menu-item-has-children > a::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
  }

  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }

  .main-navigation ul ul .menu-item-has-children > a::after {
    right: 25px;
    top: 10px;
    position: absolute;
    transform: rotate(90deg) translateY(calc(-50%));
  }

  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .feature-title a {
    font-size: 30px;
  }

  .epic-posts-wrapper .epic-single-article {
    margin-right: 5px;
    margin-left: 5px;
  }

  .epic-posts-wrapper .epic-single-article h2 a {
    font-size: 26px;
  }

  .epic-blog-detail-author-date {
    font-size: 12px;
  }

  .footer-widgets-area .col-12 {
    margin-bottom: 25px;
  }

  .footer-menu {
    margin-top: 20px;
    text-align: center;
  }

  .copyright-text {
    text-align: center;
  }
}
