/*==========================================================
    Korik theme Main Style
============================================================*/

/*========================================================== 
=> CSS Indexing
=> Default CSS
=> Breadcrumb CSS
=> Preloader CSS
=> Header CSS & Mainmenu CSS
=> Footer CSS
=> Page CSS
=> Comments CSS
=> Paginition CSS
=> Contact Form CSS
=> Responsive CSS
============================================================*/
/*========================================================== 
    Default CSS 
============================================================*/ 
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html,body {
  height: 100%;
  margin: 0;
}
body {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #191919;
    background: #fff;
    position:relative;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: capitalize;
    margin:0 0 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
p {
    margin:0 0 5px;
    color:#191919;
}
a {
    text-decoration: none;
    transition: all 0.5s ease-out;
    color: #191919;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
img{
    max-width: 100%;
    display:block;
    height: auto;
}
a:hover,
a:focus  {
    color: #78eb54;
    outline: none;
    text-decoration: none;
    background:none;
    transition: all 0.5s ease-out;
}
ul,
ul li {
    margin: 0;
    padding: 0;
    list-style:none;
} 
.nav li a:focus{
    background:none;
    outline:none;
}

.section.home-section {
    padding: 0px;
}
.error-padding {
    padding-top: 75px;
    margin-top: 25px;
    padding-bottom: 100px;
}
.no-margin{
    margin:0;
}
#scrollUp {
    bottom: 60px;
    right: 20px;
    background: #191919;
    color: #fff;
    font-size: 30px;
    padding: 4px 10px;
    transition: all 0.5s ease-out;
}
#scrollUp:hover {
    background: #78eb54;
    transition: all 0.5s ease-out;
}
.section-padding {
    padding: 100px 0;
}
.page-id-924 .inner-page-banner-wrapper {
    display: none;
}
/*========================================================== 
    Breadcrumb CSS
============================================================*/  
.inner-page-banner-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 90px 20px;
    border-radius: 10px;
    background-color: #f0fff0;
    background-image: url("../img/breadcrumb-bg.png");
}
.breadcrumb-content {
    max-width: 610px;
    width: 100%;
    text-align: center;
    align-items: center;
    z-index: 2;
}
.breadcrumb-content h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
    text-align: center;
    color: #191919;
    margin-bottom: 0;
    word-spacing: normal;
    word-break: break-word;
    word-wrap: normal;
}
.breadcrumb-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    color: #545454;
}
/*========================================================== 
    Preloader CSS
============================================================*/  
.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #333333;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Marcellus", serif, "Manrope", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #e33a24;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #333333;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
  font-family: "Marcellus", serif;
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #333333;;
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/*========================================================== 
    Header CSS & Mainmenu CSS
============================================================*/ 
.header-area {
    background-image: url(../img/header-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.post-date {
    color: #191919;
}
.post-date i {
    margin-right: 5px;
    color: #78eb54;
}
.header-middle {
    padding: 25px 0;
}
.site-title a{
    color:#397715;
    text-transform:uppercase;
    font-size:35px;
    font-weight:700;
}
.page-title.screen-reader-text {
    display: none;
}
header.korik-header-img {
    position: relative;
    padding-top: 0;
}
header.korik-header-img .container {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    height: 100%;
    margin: auto;
    right:  auto;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    padding-top: 110px;
}
.container.logo-bg-container{
    background-color: #333;
}
.header-img img {
    max-width: 100%;
    height: 250px;
}
.navbar-logo{
    position: relative;
}
.navbar-logo:before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#191919;
}
.logo-bg.navbar-logo-bg{
    background: transparent;
    padding-top: 30px;
}
.mainmenu-area {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.mainmenu ul {
    text-align: center;
}
.mainmenu ul li{
    position: relative;
    display: inline-block;
    margin-left: 5px;
}
.mainmenu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    position: relative;
    display: block;
    transition: all 0.5s ease-out;
}
.logo-bg-sec .mainmenu li a{
    color: #000000;
}
.mainmenu li:last-child {
    border: 0px;
}
.mainmenu li:hover a,
.mainmenu li.menu-item-has-children:hover::after,
.mainmenu li.active a {
    color: #78eb54;
    transition: all 0.5s ease-out;
}
.logo-bg-sec .mainmenu li a:hover{
    opacity: 0.9;
    transition: all 0.5s ease-out;
}
.mainmenu .menu-item-has-children::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 18px;
    text-shadow: none;
    opacity: .9;
    position: absolute;
    top: 20px;
    right: -20px;
    font-weight: 700;
}
.mainmenu ul li ul {
    text-align: left;
}
.mainmenu ul li ul {
    position: absolute;
    left: 0;
    z-index: 8;
    width: 250px;
    top: 100%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    -webkit-transform: scaleY(0);
	transform: scaleY(0);
	background-color: #fff;
	background-clip: inherit;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-webkit-transform-origin: center top 0;
	transform-origin: center top 0;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 15px 0;
}
.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.mainmenu ul li ul li {
    border-right: none;
    display: block;
}
.mainmenu ul li ul.sub-menu li a {
    padding: 8px 20px;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.mainmenu ul li ul.sub-menu li a:hover {
    color: #78eb54;
}
.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid;
}
.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 40px 100px rgba(0,0,0,.2);
    transition: all 0.5s ease-out;
}
.korik-responsive-menu {
    display: none;
}
.slicknav_btn {
  left: 45%;
  float: left;
  top: 0px;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_btn {
  background: transparent;
  padding: 0px;
  margin: 0px;
}
.slicknav_menu {
  padding: 0;
  background: none;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #191919;
  box-shadow: 0 0 0;
}
.slicknav_nav {
  background: transparent;
  width: 250px;
  position: relative;
  top: 2px;
  left: 20px;
  padding-bottom: 15px;
}
.slicknav_nav a {
  font-weight: 400;
  font-size: 16px;
  transition: all 0.5s ease-out;
  color: #191919;
}
.slicknav_nav a:focus {
  color: #78eb54;
}
.slicknav_nav .slicknav_row:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}
.slicknav_nav a:hover,
.slicknav_nav li.active a {
  color: #78eb54;
  background: transparent;
}
.slicknav_nav .slicknav_row:hover a {
  color: #fff;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
  margin: 0;
}
.slicknav_nav li {
  padding: 0px;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  border: none;
}
.slicknav_menu .slicknav_icon {
  width: 35px;
  height: 35px;
  margin: 0px;
}
.slicknav_btn {
  padding: 5px 0;
  line-height: 5px;
    cursor: pointer;
  -webkit-transition: all ease-in-out 500ms;
       -moz-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
       -o-transition: all ease-in-out 500ms;
          transition: all ease-in-out 500ms;
}
.slicknav_icon span.slicknav_icon-bar {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
  -webkit-transition: all ease-in-out 500ms;
       -moz-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
       -o-transition: all ease-in-out 500ms;
          transition: all ease-in-out 500ms;
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child{
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
        transform: rotate(45deg);
  -webkit-transform-origin: 11px 50%;
    -moz-transform-origin: 11px 50%;
      -ms-transform-origin: 11px 50%;
       -o-transform-origin: 11px 50%;
        transform-origin: 11px 50%; 
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    display: none;
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:last-child{
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
  -webkit-transform-origin: 12px 50%;
    -moz-transform-origin: 12px 50%;
      -ms-transform-origin: 12px 50%;
       -o-transform-origin: 12px 50%;
        transform-origin: 12px 50%; 
}
/*========================================================== 
    Footer CSS
============================================================*/ 
#footer {
    background: #191919;
    padding: 50px 0;
}
#footer .site-title a, 
#footer .site-title a:hover {
    color: #fff;
}
#footer .copyright{
    padding:5px 0;
    text-align: center;
}
#footer .copyright p {
    color:#fff;
    margin:0;
}
#footer .copyright span{
    margin:0px 5px;
}
.social-share li,
.social li {
    display: inline-block;
    margin-right: 10px;
    color:#fff;
    font-weight:500;
}
.social-share li:last-child,
.social li:last-child{
    margin-right:0;
}
.social-share li a,
.social a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.social-share li a,
.header-middle .social li a {
    color: #191919;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #847E7E;
    transition: all 0.5s ease-out;
}
.social-share li:hover a,
.header-middle .social li:hover a {
    background-color: #78eb54;
    border: 1px solid #78eb54;
    color: #fff;
    transition: all 0.5s ease-out;
}
.social-share li:hover a i,
.social li:hover a i{
    opacity: 0;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*========================================================== 
   Page CSS
============================================================*/  
article.sticky{
    background-color: #f2f2f2;
    display: block;
}
.section-single,
.section-page,
.section-archive,
.section-search {
    margin: 100px 0;
}
.home-section {
    margin-bottom: 100px;
}
.search article.page,
article.post,
article.project {
    margin-bottom: 30px;
    background-color: #fff;
}
article.post:last-child{
    margin-bottom: 0px;
}
.masonry-post article.post{
    margin-bottom: 30px;
}
article.post img,
article.project img {
    margin-bottom: 20px;
}
.blog-card {
    position: relative;
    transition: all 0.5s ease-out;
}
.blog-card .blog-card-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0; 
     height: 380px;
}
.blog-card .blog-card-img-wrap > a {
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    transition: all 0.5s ease-out;
    height: 100%;
}
.blog-card .blog-card-img-wrap > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-out;
    border-radius: 10px 10px 0 0; 
}
.blog-card:hover .blog-card-img-wrap a img {
    transform: scale(1.1);
}
.blog-card .blog-card-img-wrap ul {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-card .blog-card-img-wrap ul li a {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(25, 25, 25, 0.5);
    line-height: 1;
    padding: 7px 20px;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.5s ease-out;
}
.blog-card .blog-card-img-wrap ul li a:hover {
    background: #78eb54;
    color: #191919;
}
.blog-card .blog-content {
    padding-top: 23px !important;
}
.banner-content .blog-meta,
.blog-card .blog-content .blog-meta {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px;
}
.banner-content .blog-meta li a,
.blog-card .blog-content .blog-meta li a {
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    line-height: 1;
    transition: all 0.5s ease-out;
}
.banner-content .blog-meta li .single-byline a, 
.blog-card .blog-content .blog-meta li .byline a  {
    font-weight: 700;
}
.banner-content .blog-meta li .single-posted-on a,
.blog-card .blog-content .blog-meta li .posted-on a  {
    color: #545454;
    font-weight: 400;
    position: relative;
    line-height: 1;
    transition: all 0.5s ease-out;
}
.banner-content .blog-meta li .single-posted-on  a::after,
.blog-card .blog-content .blog-meta li .posted-on  a::after {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #C4C4C4;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-content .blog-meta li a:hover,
.blog-card .blog-content .blog-meta li a:hover {
    color: #78eb54;
}
.blog-card .blog-content h4 a {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #191919;
    transition: all 0.5s ease-out;
    word-spacing: normal;
    word-break: break-word;
    word-wrap: normal;
}
.blog-card .blog-content h4 a:hover {
    color: #78eb54;
}
a.button.error-button {
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid #01010110;
    color: #191919;
    transition: all 0.5s ease-out;
}
a.button.error-button:hover {
    border-color: #78eb54;
    background-color: #78eb54;
    color: #fff;
    transition: all 0.5s ease-out;
}
p.comment-notes {
    margin-bottom: 30px;
}

.post-btn {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
    margin: 40px 0;
}
.nav-links{
    overflow: hidden;
}
.nav-previous{
    float: left;
    width: 50%;
    text-align: left;
}
.nav-next{
    text-align: right;
    width: 50%;
    float: right;
}
.nav-links a {
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: #fff;
    background: #000;
    padding: 11px 18px;
    border-radius: 100px;
    transition: all 0.5s ease-out;
    display: inline-block;
}
.page-links{
    margin-top: 10px;
}
.page-links a {
    font-size: 15px;
    font-weight: 700;
    line-height: 18.74px;
    text-align: left;
    color: #fff;
    background: #191919;
    padding: 11px 18px;
    border-radius: 100px;
    transition: all 0.5s ease-out;
    display: inline-block;
}
.nav-links a:hover,
.page-links a:hover{
    border-color: #78eb54;
    background-color: #78eb54;
    color: #fff;
    transition: all 0.5s ease-out;
}
.search-results article.page .entry-summary {
    display: none;
}
.entry-content h2{
    margin-top: 15px;
}
.entry-content table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.entry-content table th,
.entry-content table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.entry-content table th {
    background-color: #f9f9f9;
}
.entry-content dd {
    margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
    padding-left: 15px;
    margin: 0px;
}
.entry-content address {
    border: 1px solid #ddd;
    padding: 20px;
}
a.tag-cloud-link {
	font-size:15px ! important;
}
.single-cat a {
    background: #78eb54;
    color: #fff;
    padding: 6px 20px 8px 20px;
    font-weight: 600;
    border-radius: 6px;
    display: inline-block;
    margin-top: 45px;
}
.add-image img {
    border-radius: 10px;
}
.add-image {
    border-radius: 10px;
    margin-bottom: 25px;
}
.banner-content {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 30px;
}
.banner-content h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #191919;
    margin: 10px 0 20px 0;
    word-spacing: normal;
    word-break: break-word;
    word-wrap: normal;
    text-transform: uppercase;
}
.blog-content2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #545454;
    margin-bottom: 0;
}
.blog-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 45px 0 20px;
}
.blog-tag .single-byline {
    width: 30%;
}
.blog-tag .tag-items {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 70%;
}
.blog-details-share {
    background: #F8F8F8;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 40px 0 50px;
    text-align: center;
}
/*========================================================== 
   Comments CSS
============================================================*/
.comments-area {
    margin-top: 40px;
}
.comments-area h2.comments-title {
    font-size: 25px;
    margin-bottom: 25px;
}
.comment-content h2{
    margin-top: 15px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-list {
    margin: 0px;
    padding: 0;
    list-style: none;
}
.comment-meta {
    margin-bottom: 20px;
}
.comment-meta a {
    color: #191919;
}
.bypostauthor {
    display: block;
}
.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}
.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 7px;
}
.comment-metadata {
    margin-left: 50px;
}
.comments-area table {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.comments-area table th,
.comments-area table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.comments-area table th {
    background-color: #f9f9f9;
}
.comments-area dd {
    margin-bottom: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
    padding-left: 15px;
    margin: 0;
}
.comments-area address {
    border: 1px solid #ddd;
    padding: 20px;
}
.comment-reply-link {
    display: inline-block;
    color: #191919;
    margin-top: 10px;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
}
.comment-reply-link:hover {
    color: #78eb54;
}
.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #01010110;
    padding-bottom: 30px;
}
.comment-list li.comment:last-child {
    border-bottom: 0px solid #01010110;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.comment-metadata {
    font-size: 80%;
}
.comment-list li.comment ol.children {
    padding-left: 50px;
    margin: 0;
    list-style: none;
    margin-top: 25px;
}
.comment-list li.comment ol.children ol.children {
    padding-left: 20px;
}
.comment-respond {
    margin-top: 50px;
} 
.comment-form label{
    margin-bottom: 5px;
}
.comment-form input,
.comment-form textarea{
    margin-bottom: 15px
}
.comment-form textarea{
    resize: vertical;
}
.comment-reply-title{
    margin-top: 30px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
    width: 100%;
    height: 44px;
    border:  1px solid #01010110;
    padding-left: 10px;
    transition: all 0.5s ease-out;
}
.comment-form input[type="checkbox"]{
    width: 2%;
    border:  1px solid #01010110;
    margin-top: 0px;
    margin-right: 5px;
}
.comment-form textarea{
    width: 100%;
    border:1px solid #E2E9F3;
    padding:10px;
    transition: all 0.5s ease-out;
}
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:hover,
.comment-form input[type="url"]:focus,
.comment-form textarea:hover,
.comment-form textarea:focus{
    border:  1px solid #01010110;
}
.comment-form input[type="submit"] {
    height: 44px;
    width: 100%;
    border: 0px solid;
    color: #fff;
    transition: all 0.5s ease-out;
    background: #191919;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}
.comment-form input[type="submit"]:hover{
    background:#78eb54;
    color: #fff;
    transition: all 0.5s ease-out;
}
.post-password-form {
    margin-top: 15px;
}
.post-password-form input[type="password"]{
    border:  1px solid #01010110;
    padding: 10px 25px;
}
.post-password-form input[type="submit"]{
    border:  1px solid #01010110;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
    margin-left: -6px;
}
.post-password-form input[type="submit"]:hover{
    background: #78eb54;
    border:  1px solid #01010110;
    transition: all 0.5s ease-out;
}

.page-content .search-form input[type="search"]{
    width: 100%;
    display: inline-block;
}
.page-content .search-form input[type="submit"] {
    width: 15%;
    display: inline-block;
    margin-left: -6px;
}
.screen-reader-text {
    visibility: hidden;
    display: none;
}
.search-form .screen-reader-text {
    display: inherit;
}
.search-form input[type="search"] {
    width: 100%;
    border:  1px solid #01010110;
    padding: 10px 25px;
    margin: 10px 0px;
    transition: all 0.5s ease-out;
    color: #333;
}
.search-form input[type="submit"] {
    width: 100%;
    border:  1px solid #01010110;
    padding: 10px 25px;
    background: #333;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
}
.search-form input[type="search"]:hover,
.search-form input[type="search"]:focus{
    border:  1px solid #01010110;
}
.search-form input[type="submit"]:hover{
    background: #78eb54;
    border:  1px solid #01010110;
    transition: all 0.5s ease-out;
}
/* ==========================================================================
   Pagination css
========================================================================== */
.pagination {
    text-align: center;
    display: block;
}
.pagination ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 0 6rem;
    margin-bottom: 0px;
}
.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pagination_prev,
.pagination_next,
.pagination_num.current,
a.pagination_num {
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 0 2px 4px hsla(0, 0%, 42.4%, 0.2), 0 0 0 transparent;
    transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
}
a.pagination_num {
    background-color: transparent;
    text-decoration: none;

}
a.pagination_num:hover {
    background: #78eb54;
    color: #fff;
}
.pagination_num.current,
.pagination_num.current:hover {
    background-color: #78eb54;
    color: #fff;
    font-weight: 700;
}
.pagination.inactive,
.pagination.inactive:hover {
    color: #ddd;
    cursor: default;
}
.pagination_prev,
.pagination_next {
    display: block;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    font: 0/0 a;
    color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
}
.pagination_prev {
    margin:0px;
}
.pagination_next {
    margin: 0px;
}
.nav-links .pagination_prev,
.nav-links .pagination_next {
    border: 0px solid #000;
    padding: 0px;
    border-radius: 50%;
}
.pagination_prev:hover,
.pagination_next:hover {
    background-color: #0D6EFD;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}
a.pagination_prev {
    background-image: url("../img/icon-arrow-left.svg");
    left: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    background-position: center;
    background-size: 14px 14px;
}
.pagination_prev:hover {
    background-image: url("../img/icon-arrow-left-w.svg");
    text-indent: -99999px;
}
a.pagination_next {
    background-image: url("../img/icon-arrow-right.svg");
    right: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    background-position: center;
    background-size: 14px 14px;
}
.pagination_next:hover {
    background-image: url("../img/icon-arrow-right-w.svg");
    text-indent: -99999px;
}
.pagination_prev.inactive,
.pagination_next.inactive {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default;
}
.pagination_prev.inactive:hover {
    background-image: url("../img/icon-arrow-left.svg");
}
.pagination_next.inactive:hover {
    background-image: url("../img/icon-arrow-right.svg");
}
/*========================================================== 
    Contact Form CSS
============================================================*/
.contact-form-area input[type="text"], 
.contact-form-area input[type="email"], 
.contact-form-area input[type="tel"], 
.contact-form-area textarea {
    border: 1px solid #78eb54;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
}
.contact-form-area textarea, 
.comment-form textarea {
    height: 120px;
}
span.wpcf7-not-valid-tip {
    margin-bottom: 30px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    clear: both;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    clear: both;
}
.contact-form-area input[type="submit"] {
    border: 1px solid #78eb54;
    background-color: transparent;
    color: #78eb54;
    padding: 10px 25px;
    transition: all 0.5s ease-out;
    border-radius: 5px;
}
.contact-form-area input[type="submit"]:hover{
    border-color: #78eb54;
    background-color: #78eb54;
    color: #fff;
    transition: all 0.5s ease-out;
}
/*========================================================== 
    Responsive
============================================================*/
/*========================================================== 
    Desktop Layout: 1200px
============================================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.mainmenu ul li {
    margin-left: 0px;
}
.mainmenu li a {
    padding-left: 11px;
}
.mainmenu .menu-item-has-children::after {
    font-size: 14px;
    top: 20px;
    right: -12px;
}
}
/*========================================================== 
    Tablet Layout: 768px
============================================================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
body{
    font-size:14px;
}
.admin-bar .header-area.navbar-fixed-top {
    padding-top: 45px;
}
.header-area {
    background-image: none;
}
.social.text-left,
.post-date.text-right {
    text-align: center !important;
    margin-top: 5px;
}
.site-title h2 {
    text-align: center;
}
.mainmenu{
    display: none;
}
.korik-responsive-menu{
    display: block;
}
.widget:first-child{
	margin-top: 30px;
}
.slicknav_nav ul {
    margin: 0px; 
}
.error-padding {
    padding-top: 0px;
    padding-bottom: 50px;
}
.blog-details-share {
    margin-top: 10px;
}
.single-cat a {
    margin-top: 20px;
}
.single-header {
    padding-top: 30px;
}
.single-title {
    font-size: 22px;
}
.social-share {
    margin-top: 15px;
}
.social-share li a {
    width: 31px;
    height: 31px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.nav-previous {
    float: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.nav-next {
    text-align: center;
    width: 100%;
    float: inherit;
}
#footer .copyright {
    float: none;
    text-align: center;
}
#footer .social {
    text-align: center;
    float: none;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 481px) and (max-width: 767px) {
body{
    font-size: 14px;
}
.admin-bar .header-area.navbar-fixed-top {
    padding-top: 45px;
}
.header-area {
    background-image: none;
}
.social.text-left,
.post-date.text-right {
    text-align: center !important;
    margin-top: 5px;
}
.site-title h2 {
    text-align: center;
}
.mainmenu{
    display: none;
}
.korik-responsive-menu{
    display: block;
}
.widget:first-child{
    margin-top: 30px;
}
.slicknav_nav ul {
    margin: 0px; 
}
.section {
    padding-top: 0px;
    padding-bottom: 50px;
}
.error-padding {
    padding-top: 0px;
    padding-bottom: 50px;
}
.blog-details-share {
    margin-top: 10px;
}
.single-cat a {
    margin-top: 20px;
}
.single-header {
    padding-top: 30px;
}
.single-title {
    font-size: 22px;
}
.social-share {
    margin-top: 15px;
}
.social-share li a {
    width: 31px;
    height: 31px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.nav-previous {
    float: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.nav-next {
    text-align: center;
    width: 100%;
    float: inherit;
}
.pagination ul {
    padding: 0 10px;
}
#footer .copyright {
    float: none;
    text-align: center;
}
#footer .social {
    text-align: center;
    float: none;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
}
/*========================================================== 
    Mobile Layout
============================================================*/
@media (min-width: 320px) and (max-width: 480px) {
.admin-bar .header-area.navbar-fixed-top {
    padding-top: 90px;
}
.header-area {
    background-image: none;
}
.social.text-left,
.post-date.text-right {
    text-align: center !important;
    margin-top: 5px;
}
.site-title h2 {
    text-align: center;
    margin-top: 15px;
}
.mainmenu{
    display: none;
}
.korik-responsive-menu{
    display: block;
}
#footer .copyright {
    float: none;
    text-align: center;
    display: block;
}
.widget:first-child{
    margin-top: 30px;
}
.slicknav_nav ul {
    margin: 0px; 
}
.section {
    padding-top: 0px;
    padding-bottom: 50px;
}
.blog-details-share {
    margin-top: 10px;
}
.single-cat a {
    margin-top: 20px;
}
.single-header {
    padding-top: 30px;
}
.single-title {
    font-size: 22px;
}
.social-share {
    margin-top: 15px;
}
.social-share li a {
    width: 31px;
    height: 31px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.nav-previous {
    float: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.nav-next {
    text-align: center;
    width: 100%;
    float: inherit;
}
.pagination ul {
    padding: 0 5px;
}
#footer .social {
    float: inherit;
    text-align: center;
}
}