/*
Theme Name: Errin Child
Theme URI: http://codeindeed.com/errin-demo
Author: CodeIndeed
Author URI: http://codeindeed.com
Template: errin
Description: Personal Blog WordPress Theme 
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: errin-child
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/


/* =Theme customization starts here
------------------------------------------------------- */

.swiper-button-next.plc_next::after, .swiper-button-prev.plc_prev::after{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: transparent;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: transparent;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
}
.wbc_swiper_nav .swiper-button-prev.wbc_prev::after, .wbc_swiper_nav .swiper-button-next.wbc_next::after {
    font-size: 20px;
    font-weight: 400;
}


/*Old*/
.nav-menu-wrapper .mainmenu ul li a {
  font-size: 17px;
}

.nav-menu-wrapper .mainmenu ul li {
  padding-left: 10px;
  padding-right: 10px;
}

.custom_mainmenu {
  gap: 20px;
}
.custom_mainmenu .hamburger-menu-more button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 600;
  outline: none;
}
.custom_mainmenu .hamburger-menu-more button:hover {
  color: #f93156;
}

.custom_dropdown_menu {
  opacity: 0;
  background: #fff;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  top: 45px;
  transform: translateY(60px);
  transition: 0.6s;
  pointer-events: none;
}

.hamburger-menu-more:hover .custom_dropdown_menu {
  opacity: 1;
  transform: translateY(-10px);
  pointer-events: unset;
}

.custom_dropdown_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.custom_dropdown_menu ul li {
  width: 100%;
}

.custom_dropdown_menu ul li a {
  padding-left: 10px;
}

.footer-widget.widget.widget_errin_recent_post
  .recent-post-list-inner.recent_post_Content
  h4.title,
.home-top-block-content h3.post-title,
.featured-post-block-content h3.post-title a,
.post_list_tabs_inner .plpn_content h4 a {
  width: 100%;
  overflow-wrap: anywhere;
}

.elementor-71 .elementor-element.elementor-element-73109bc {
  width: 100%;
}

.blog_post_layout_two_content h3.post-title {
  font-size: 20px;
  line-height: 30px;
}

.blog_post_layout_two_content .post-excerpt-box p {
  font-size: 16px;
  line-height: 25px;
}
#sidebar .widget ul li a {
  font-size: 14px;
}

h1.post-title.single_blog_inner__Title {
  font-size: 20px;
  line-height: 25px;
}

.latest-post-block-content h3.post-title {
  font-size: 20px;
  line-height: 30px;
}

.archive .post-excerpt-box p {
  font-size: 14px;
  line-height: 25px;
}

/* .archive .post-block-wrapper-latest{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.archive .latest-post-thumbnail-wrap,
.archive .latest-post-block-content{
    width: 45%;
} */

.single-post .wp-block-latest-posts.wp-block-latest-posts__list li {
  overflow: unset;
  list-style-type: decimal;
  display: list-item;
}

.post_list_tabs_inner .plpn_content h4 a {
  font-size: 14px;
}

body.page-id-378.page .main-container {
  padding-top: 0;
}

@media (max-width: 996px) {
  .nav-menu-wrapper .mainmenu ul {
    display: none;
  }
  div.slicknav_menu:last-child {
    display: none;
  }
  .custom_mainmenu {
    display: none !important;
  }
  #theme-header-two a.slicknav_btn {
        top: -44px;
        right: -5px;
        background: #004785;
  }
  #theme-header-two .header-search-box {
    top: -45px;
    right: 60px;
  }
  .elementor-71 .elementor-element.elementor-element-73109bc {
    flex-wrap: wrap;
  }
  .elementor-71 .elementor-element.elementor-element-4ff8dcc {
    width: 100%;
    padding: 0px 15px;
  }
  .featured__img__with__vertical__list .post_list_tabs {
    padding: 0px 0px 16px;
  }
  .elementor-71 .elementor-element.elementor-element-1b11da5 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 675px) {
  #theme-header-two a.slicknav_btn {
    top: -44px;
    right: -5px;
  }
  #theme-header-two .header-search-box {
    top: -30px;
    right: 60px;
  }
  .blog-sidebar #block-3.widget ul {
    margin-left: 20px;
  }
  .backto {
    bottom: 50px;
  }
  .single-one-bwrap {
    padding-bottom: 10px !important;
  }
  .blog-sidebar .widget:last-child {
    margin-bottom: 20px;
  }
  .theme-logo img {
    width: 150px !important;
  }
  .latest_posts_block_wrap {
    overflow: hidden;
    padding: 0px 20px;
    }
}

/*Old*/



.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "\ea6c";
    font-family: 'remixicon';
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "\ea60";
    font-family: 'remixicon';
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.post__list__content h4.post-title a {
    color: #000000;
    word-break: break-word;
    font-size: 13px;
    line-height: initial;
}

h3.sw_title{
    padding-left: 0px;
}

.section_widget_title {
    margin-bottom: 10px;
}
.contact_address_1 p {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.contact_address_1 p span {
    font-weight: 800;
}


