/*!
Theme Name: Magcity SEO
Theme URI: 
Author: Magcity SEO
Author URI: #
Description: Magcity is a clean, modern, elegant and fully responsive WordPress Theme. You can use it for your blog, News, Magazine, business, portfolio, fashion, fitness, GYM, Travels or any type of site and also support for woocommerce.
Version: 1.0.4
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License version 3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: portfolio, blog, right-sidebar, featured-images, custom-logo, custom-menu, footer-widgets, threaded-comments
Text Domain: Magcity SEO

This theme, like WordPress, is licensed under the GPLv2.
Use it to make something cool, have fun, and share what you've learned.

magcity is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}


/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/* Elements
--------------------------------------------- */
body {
	background: #f9f9f9;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #281090;
	text-decoration: underline;
}

a:focus {
	outline:1px thin dotted;
}

.footer-section a:focus,
.wp-main-section a:focus{
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #000;
	color: #fff;
	
	line-height: 1;
	padding: 0.75em 1.5em;
}

.dropdown-toggle{
	display: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	background-color: #281090;
    color: #fff;
}

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;
	border: 1px solid #ccc;
	border-radius: 3px;
	/*padding: 3px;*/
	padding: 0.5rem 0.625rem;
}

textarea {
	width: 100%;
}

/* Posts and pages
--------------------------------------------- */

.updated:not(.published) {
	display: none;
}

/* Comments
--------------------------------------------- */


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

/* Media
--------------------------------------------- */


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	border: 1px solid #cccccc;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	/*margin: 0.8075em 0;*/
	padding: 1.25rem;
}

.wp-caption-text {
	text-align: center;
}


/* Galleries
--------------------------------------------- */
.gallery {
	margin-top: 3em;
	margin-bottom: 1em;
	display: grid;
	grid-gap: 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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;
}

/* Accessibility
--------------------------------------------- */

/* 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;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {	
	float: right;
	margin: auto;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ==================
  theme custom css start
===================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html{
  scroll-behavior: smooth;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: 'Montserrat', sans-serif;
}

a{
	text-decoration: none;
	color: #000;
}

li{
	list-style: none;
}

.mppt-100{
	padding-top: 20px;
	padding-bottom: 20px;
}

.mb-25{
	margin-bottom: 25px;
}

.mb-20{
	margin-bottom: 20px;
}

.wp-main-header{
	position: relative;
}

.wp-main-header .wp-topbar-menu {
	width: 100%;
	padding: 10px 0;
}

.wp-main-header .wp-topbar-menu ul{
	margin-bottom: 0;
  padding-left: 0;
}

.wp-main-header .wp-topbar-menu ul li{
	display: inline-block;
	margin-right: 20px;
  font-weight: 500;
}

.wp-main-header .wp-topbar-menu ul li a{
	position: relative;
	font-size: 15px;
	color: #383838;
  transition: all 0.3s;
}

.wp-main-header .wp-topbar-menu ul li span {
  font-size: 15px;
  color: #383838;
  transition: all 0.3s;
}

.wp-main-header .wp-topbar-menu ul.menu li a:after{
	content: '';
	position: absolute;
	height: 15px;
	width: 2px;
	margin-right: -10px;
	background-color: #281090;
	top: 3px;
	right: 0;
  margin-right: -12px;
}

.wp-main-header .wp-topbar-menu .topbar-right ul li{
	width: 30px;
	height: 30px;
	margin-right: 5px;
	line-height: 29px;
	text-align: center;
}

.wp-main-header .wp-topbar-menu .topbar-right ul li a{
	display: block;
	color: #fff;
	background-color: #281090;
	transition: all 0.5s;
	border-radius: 50%;
}

.wp-main-header .navbar-area{
 	position: relative;
  width: 100% !important;
  background: #281090;
}

.wp-main-header  .magcity-site-naming-wrapper{
	width: 100%;
	padding: 20px 0;
	margin-bottom: 10px;
}

.wp-main-header  .magcity-site-naming-wrapper p{
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  transition: all .25s ease-out;
}

.wp-main-header  .magcity-site-naming-wrapper a{
	font-size: 48px;
	color: #000;
	font-weight: 700;
}

.wp-main-header .navbar{
  padding: 10px 0;
}

@media screen and (min-width: 991px) {
  .wp-main-header .navbar-nav .page_item,
  .wp-main-header .navbar-nav .menu-item{
	margin: 0 15px;
    transition: all 0.5s;
  }
}

.wp-main-header .navbar-nav .page_item a,
.wp-main-header .navbar-nav .menu-item a{
	position: relative;
	font-size: 16px;
	font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
	transition: all 0.5s;
  font-family: 'Montserrat', sans-serif;
}

.wp-main-header .navbar-nav .current_page_item a,
.wp-main-header .navbar-nav .current-menu-item a {
    color: #c1a0a0 !important;
}

.wp-main-header .navbar-nav .page_item .children,
.wp-main-header .navbar-nav .menu-item .sub-menu {
    margin: 10px auto;
    background-color: #fff;
    border-radius: 0;
    border:none;
    padding: 0;
    box-shadow: 0 0 25px rgba(24,24,24,.3);
    transition: all 0.5s;
}

@media screen and (min-width: 991px) {
  .wp-main-header .navbar-nav .page_item:hover .children,
  .wp-main-header .navbar-nav .menu-item:hover .sub-menu{
    display: block;
  }
  .wp-main-header .navbar-nav .page_item .children,
  .wp-main-header .navbar-nav .menu-item .sub-menu {
    width: 200px;
  }
}

/*=================================
Navbar Area
====================================*/
.navbar-area {
  position: relative;
}

/* Main nav */
.main-nav {
  position: inherit;
  background: linear-gradient(to right, #5856d5 0%, #ff1d5b 100%) !important;
  z-index: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav nav .navbar-nav .page_item:hover a,
.main-nav nav .navbar-nav .menu-item:hover a {
  color: #fff !important;
}

.main-nav nav .navbar-nav .page_item a,
.main-nav nav .navbar-nav .menu-item a {
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .page_item a:hover, .main-nav nav .navbar-nav .page_item a :focus,
.main-nav nav .navbar-nav .menu-item a:hover, .main-nav nav .navbar-nav .menu-item a :focus {
  color: #fff !important;
}

.main-nav nav .navbar-nav .page_item .children,
.main-nav nav .navbar-nav .menu-item .sub-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.main-nav nav .navbar-nav .page_item .children li,
.main-nav nav .navbar-nav .menu-item .sub-menu li {
  border-bottom: 1px solid rgb(131 131 131 / 0.3);
  margin: 0 auto;
  width: 100%;
}

.main-nav nav .navbar-nav .page_item .children li:hover>a,
.main-nav nav .navbar-nav .menu-item .sub-menu li:hover>a {
	background-color: #1f1f1f;
	color: #fff !important;
}

.main-nav nav .navbar-nav .page_item .children li:last-child,
.main-nav nav .navbar-nav .menu-item .sub-menu li:last-child {
  border-bottom: none;
  width: 100%;
}

.main-nav nav .navbar-nav .page_item .children li a,
.main-nav nav .navbar-nav .menu-item .sub-menu li a {
  text-transform: capitalize;
  color: #1f1f1f !important;
  position: relative;
  -webkit-transition:all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 22px;
} 

.main-nav nav .navbar-nav .page_item .children li a:hover,
.main-nav nav .navbar-nav .page_item .children li a :focus,
.main-nav nav .navbar-nav .page_item .children li a .active, 
.main-nav nav .navbar-nav .menu-item .sub-menu li a:hover,
.main-nav nav .navbar-nav .menu-item .sub-menu li a :focus,
.main-nav nav .navbar-nav .menu-item .sub-menu li a .active {
  color: #fff !important; 
  background-color: #1f1f1f;
}

.main-nav nav .navbar-nav .page_item .children li .children,
.main-nav nav .navbar-nav .menu-item .sub-menu li .sub-menu {
  left: 100%;
  margin-top: -58px !important;
  position: absolute;
}

@-webkit-keyframes stickyAnimate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickyAnimate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: stickyAnimate;
  animation: stickyAnimate;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #000;
  position: fixed;
  z-index: 9999;
  padding: 0 !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .navbar {
  padding: 5px 0 !important;
}

.sticky-nav .sub-menu {
  margin: 5px 0 !important;
}

/*=================================
Navbar Area End
====================================*/

.wp-main-section .blog-meta{
	display: flex;
	align-items: center;
  padding-left: 0;
}

.wp-main-section .sidebar-left {
    padding: 30px 40px 15px 0px;
}

.wp-main-section .blog-meta li img{
	margin-right: 10px;
	border-radius: 50px;
	box-shadow: 0 5px 15px 5px rgba(0, 33, 85, .1);
}

.wp-main-section .blog-meta li a{
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
	transition: all 0.3s;
}

.wp-main-section .blog-meta li i{
	margin-left: 15px;
	margin-right: 2px;
	color: #281090;
	font-size: 15px;
}

.wp-main-section .blog-wrap .image-part{
	position: relative;
}

.wp-main-section .blog-wrap .image-part img{
	width: 100%;
	height: auto;
}

.wp-main-section .blog-wrap .content-part {
  -ms-word-wrap: break-word;
	word-wrap: break-word;
}

.wp-main-section .blog-wrap .content {
  position: relative;
}

.wp-main-section .blog-wrap .content-part .category-name{
	margin: 10px 0 10px 0;
	line-height: 3.3;
}

.wp-main-section .blog-wrap .content-part .category-name a{
	margin-right: 4px;
  border: 1px solid #281090;
  width: 100px;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #281090;
  color: #fff;
}

.wp-main-section .blog-wrap .content-part .title{
  position: relative;
}

.wp-main-section .blog-wrap .content-part .title:after{
  bottom: -57px;
  content: "";
  display: inline-block;
  height: 85px;
  left: -39px;
  position: absolute;
  width: 3px;
}

.pagination .page-numbers a:hover{
	text-decoration: none;
}

.wp-main-section .blog-wrap .content-part .read-more i{
  transition: all 0.5s;
  font-size: 15px;
  position: relative;
  top: 0px;
  left: 2px;
}

.wp-main-section .blog-wrap .content-part .read-more{
  color: #281090;
  letter-spacing: 1px;
  transition: all 0.5s;
  font-weight: 600;
}

.wp-main-section .blog-wrap .content-part .read-more:hover i{
  margin-left: 6px;
}

.wp-main-section .blog-wrap .content-part .title a:hover{
	text-decoration: underline;
  color: #281090;
}

.wp-main-section .blog-wrap .content-part h3 a{
	font-size: 22px;
	color: #000;
	font-weight: 700;
	transition: all 0.5s;
}

.wp-main-section .widget-area .widget_search .wp-block-search__label,
.wp-main-section .widget-area h2,
.wp-main-section .sidebar .sidebar-title .title {
    position: relative;
    color: #1c1b1b;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 600;
    z-index: 1;
    margin: 0px;
    margin-bottom: 20px;
    border-left: 3px solid #281090;
    padding-left: 9px;
}

.wp-main-section .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-top: 50px;
    list-style: none;
    border-radius: .25rem;
    justify-content: left;
}

.wp-main-section .pagination nav{
  display: block;
}

.wp-main-section .pagination div.page-numbers {
    border: none;
    padding: 0;
}

.wp-main-section .pagination .page-numbers {
    position: relative;
    color: #14212b;
    display: inline-block;
    border: 1px solid #dddddd;
    padding:5px 10px;
    margin-right: 15px;
    transition: all 0.5s;
}

.wp-main-section .pagination ul.page-numbers{
	border:none;
	padding: 0;
}

.wp-main-section .pagination ul>.current {
    background: #281090;
    z-index: 1;
    color: #ffffff;
    border-color: #281090;
}


/* === footer css start ==== */

.footer-section {
    background: #101010;
}

.footer-section .footer-top {
    padding-top: 100px;
}

.footer-section .widget_block h2,
.footer-section .widget_search .wp-block-search .wp-block-search__label,
.footer-section .footer-top .widget-title {
	  position: relative;
	  font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-left: 23px;
    margin-bottom: 40px;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 26px;
    border-left: 3px solid #ab98fd;
    padding-left: 9px;
}

.footer-section .wp-block-audio audio {
    min-width: 200px;
}

.footer-section .footer-top ul {
    padding: 0;
    margin: 0;
}

.footer-section .wp-block-calendar caption,
.footer-section .wp-block-calendar table th,
.footer-section .wp-block-calendar table td{
	color: #fff;
}

.footer-section .widget_recent_comments .wp-block-latest-comments li,
.footer-section .footer-top ul li {
  list-style: none;
  color: #ffffff;
  font-size: 16px;
}

.footer-section .footer-top ul li a {
  position: relative;
  color: #fff;
  transition: all 0.4s;
  font-size: 15px;
  padding-left: 18px;
  margin-bottom: 10px;
}

.footer-section .copyright-footer {
  background-color: #1f1f1f;
  padding: 20px 0;
  margin-top: 50px;
}

.footer-section .copyright-footer p,
.footer-section .copyright-footer a {
  color: #ffffff;
  margin-bottom: 0;
}

.footer-section .copyright-text{
	margin-left: 5px;
}

/*=================================
      404 Error page css End
===================================*/


/*== comment-form css start ===*/

.comment-form {
    margin: 0 auto 0;
}

/*================================
      comment-form css end 
=================================*/


.wp-main-section .blog-wrap .post-tags {
    clear: both;
    margin-top: 50px;
    margin-bottom: -15px;
    padding-bottom: 13px;
}

.wp-main-section .blog-wrap .post-tags a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    padding: 5px 8px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #1f1f1f;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.wp-main-section .blog-wrap .post-navigation {
    overflow: hidden;
    padding: 5px;
}

.wp-main-section .blog-wrap .post-navigation .post-prev {
    width: 50%;
    border-right: 1px solid #929292;
    float: left;
}
.wp-main-section .blog-wrap .post-navigation a i{
  transition: all 0.5s;
}
.wp-main-section .blog-wrap .post-navigation .post-prev a:hover i{
   transform: translateX(-5px);
}

.wp-main-section .blog-wrap .post-navigation .post-next a:hover i{
   transform: translateX(5px);
}

.wp-main-section .blog-wrap .post-navigation .post-prev a, .post-navigation .post-next a{
    transition: all 0.3s;
}

.wp-main-section .blog-wrap .post-navigation .post-prev a:hover, .post-navigation .post-next a:hover{
  color: #281090;
}

.wp-main-section .blog-wrap .post-prev .postnav-image, 
.wp-main-section .blog-wrap .post-next .postnav-image {
    position: relative;
    float: left;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.wp-main-section .blog-wrap .post-prev i{
    position: absolute;
    z-index: 3;
    left: 34%;
    font-size: 28px;
    line-height: 80px;
    font-weight: 900;
    color: #fff;
}
.wp-main-section .blog-wrap .post-next i{
	position: absolute;
    z-index: 3;
    left: 42%;
    font-size: 28px;
    line-height: 80px;
    font-weight: 900;
    color: #fff;
}

.wp-main-section .blog-wrap .postnav-image img {
    width: 100%;
}

.wp-main-section .blog-wrap .size-thumbnail {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.wp-main-section .blog-wrap .prev-post-title {
    float: left;
    width: 160px;
    padding-left: 20px;
}

.wp-main-section .blog-wrap .post-navigation h6 {
    margin: 5px 0;
    font-weight: 600;
}

.wp-main-section .blog-wrap .post-next {
    float: right;
}

.next-post-title {
    float: left;
    width: 160px;
    padding-right: 20px;
    text-align: right;
}

.wp-main-section .blog-wrap .post-next .postnav-image {
    float: right;
}

.wp-main-section .blog-wrap .size-thumbnail {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.wp-main-section .blog-wrap .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    pointer-events: none;
}
   
.wp-main-section .blog-wrap .prev-post-title span,
.wp-main-section .blog-wrap .next-post-title span{
  color: #838383;
} 

/* Go to top btn css start*/

#goToTopBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #281090; 
  color: #fff; 
  cursor: pointer;
  padding: 8px 15px; 
  border-radius: 0px; 
  font-size: 21px;
  transition: all 0.5s;
}

#goToTopBtn:hover {
  background-color: #000;
}

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
    display: flex;
    flex: auto;
    justify-content: flex-end;
}

.main-navigation ul.nav-menu > li > .submenu-toggle {
    top: 2px;
    color: #fff;
}

.main-navigation ul.nav-menu > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

/*======================
MAIN NAVIGATION
======================*/


.site-header{
	padding: 20px 0;
}

.site-header .nav-wrap {
    border-top: 1px solid #f2f2f2;
}

.main-navigation .toggle-button {
    display: none;
}

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

.main-navigation ul li {
    font-size: 0.95em;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0;
    font-weight: 700;
}

.main-navigation ul li{
	padding: 0 20px;
}

.main-navigation ul li a {
    color: #fff;
    padding: 15px 0px;
    display: inline-block;
}

/*.main-navigation ul li a:hover {
    color: #000;
}*/


.main-navigation ul ul li.menu-item-has-children > a {
    padding-right: 30px;
}

/*.main-navigation ul li:hover > a, 
.main-navigation ul li:hover > .submenu-toggle,*/
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current_page_item > a,
/*.main-navigation ul li.current-menu-item > .submenu-toggle, 
.main-navigation ul li.current_page_item > .submenu-toggle,*/
.main-navigation ul li.current_page_ancestor > a
/*.main-navigation ul li.current_page_ancestor > .submenu-toggle*/ {
    border-bottom: 2px solid #FFFFFF;
}

.main-navigation ul li:focus > a, 
.main-navigation ul li.current-menu-item > a, 
.main-navigation ul li.current_page_item > a {
    border-bottom: 2px solid #FFFFFF;
}

/*.main-navigation ul li a:hover {
  color: #000;
}*/

@media screen and (min-width: 1025px) {
    .main-navigation .primary-menu-list, 
    .main-navigation ul ul {
        display: block !important;
    }

    .primary-menu-list .close {
        display: none;
    }

    .main-navigation ul li .submenu-toggle, 
    .main-navigation ul li .submenu-toggle:focus {
        pointer-events: none;
        outline: none;
    }
}

.main-navigation ul ul {
    position: absolute;
    top: 110%;
    left: 0;
    text-align: left;
    width: 230px;
    z-index: 99;
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.main-navigation ul li:hover > ul, 
.main-navigation ul li.focused > ul {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    clip: unset;
    box-shadow: 0px 10px 10px 0px #888888;
}

.main-navigation ul ul ul {
    left: 110%;
    top: 0;
    padding-left: 3px;
}

.main-navigation ul ul li:hover > ul, 
.main-navigation ul ul li.focused > ul {
    top: 0;
    left: 100%;
}

.main-navigation ul.nav-menu li ul:before, 
.main-navigation ul.nav-menu li ul:after {
    content: "";
    border-bottom: 8px solid rgba(0,0,0,0.1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -9px;
    left: 20px;
}

.main-navigation .nav-menu ul li ul:before, 
.main-navigation .nav-menu ul li ul:after {
    content: "";
    border-bottom: 8px solid rgba(0,0,0,0.1);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -9px;
    left: 20px;
}

.main-navigation ul.nav-menu li ul:after {
    border-bottom-color: #fff;
    top: 0px;
}

.main-navigation .nav-menu ul li ul:after {
    border-bottom-color: #fff;
    top: -7px;
}

.main-navigation ul.nav-menu ul ul:before, 
.main-navigation ul.nav-menu ul ul:after {
    display: none;
}

.main-navigation .nav-menu ul ul ul:before, 
.main-navigation .nav-menu ul ul ul:after {
    display: none;
}

.main-navigation ul ul li {
    display: block;
    background: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin-left: -3px;
}

.main-navigation ul ul li a {
    /*border: 1px solid rgba(0,0,0,0.1);*/
    width: 100%;
    color: #000;
}

.main-navigation ul ul li:hover > a, 
.main-navigation ul ul li.current-menu-item > a, 
.main-navigation ul ul li.current_page_item > a {
    color: #281090;
}

.main-navigation ul ul li:focus > a, 
.main-navigation ul ul li.current-menu-item > a, 
.main-navigation ul ul li.current_page_item > a {
    color: #281090;
}

.main-navigation ul li .submenu-toggle {
    font-size: 10px;
    position: absolute;
    top: 17px;
    right: 2px;
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: none;
    color: inherit;
    padding: 0;
    border: none;
}

.main-navigation ul ul li .submenu-toggle {
    right: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main-navigation {
    order: 2;
    display: flex;
    flex: auto;
    justify-content: center;
}

.main-navigation ul li a {
    text-decoration: none;
}

.main-navigation ul ul li a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
}

.main-navigation ul li .submenu-toggle {
    
    color: #fff;
}

.main-navigation ul ul li .submenu-toggle {
    top: 17px;
    color: #000;
}


@media screen and (max-width: 992px) {
	/*=====================
    MAIN NAVIGATION
    =====================*/
    .main-navigation {
        position: relative;
        margin-left: -2%;
        margin-right: -2%;
    }
    .main-navigation .toggle-button {
        display: block;
        background: none;
        padding: 0 0 0 60px;
        width: auto;
        
        height: 50px;
        position: relative;
        border: none;
        color: #000;
        text-align: left;
    }

    .main-navigation .toggle-button:hover {
        color: #f15641;
    }

    .main-navigation .toggle-button .toggle-bar {
        background: #fff;
        height: 3px;
        width: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation .toggle-button .toggle-text + .toggle-bar {
        top: -15px;
    }

    .main-navigation .toggle-button .toggle-bar:last-child {
        top: 15px;
    }

    .main-navigation .toggle-button:hover .toggle-bar {
        background: #fff;
    }

    .main-navigation .close {
        color: inherit;
        position: absolute;
        top: 55px;
        right: 15px;
        width: 35px;
        border: none;
        height: 35px;
        background: #f5f5f5;
        z-index: 9999999;
        cursor: pointer;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation.menu-toggled .close {
        left: 20px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .main-navigation .close:hover {
        background: #281090;
    }

    .main-navigation .close::before, 
    .main-navigation .close::after {
        content: "";
        background: #000;
        width: 20px;
        height: 3px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation .close:hover::before, 
    .main-navigation .close:hover::after {
        background: #fff;
    }

    .main-navigation .primary-menu-list {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 999999;
        overflow: auto;
        padding-top: 80px;
        box-shadow: 0px 30px 40px -15px rgba(0,0,0,0.3);
        text-align: left;
        width: 320px;
        height: 100%;
        overflow: auto;
        display: none;
    }

    .main-navigation .mobile-menu {
        width: 100%;
    }

    .main-navigation .primary-menu-list ul {
        text-align: left;
    }

    .main-navigation .primary-menu-list ul li a {

    		color: #000;
    }

    .main-navigation ul li {
        display: block;
    }

    .main-navigation ul li a {
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        color: #000;
    }

    .main-navigation ul li.menu-item-has-children > a {
        padding-right: 30px;
    }

    .main-navigation ul ul {
        display: none;
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        padding-left: 0;
        padding-right: 0;
        background: rgba(0,0,0,0.03);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .main-navigation ul.nav-menu > li > ul::before, 
    .main-navigation ul.nav-menu > li > ul::after {
        display: none;
    }

    .main-navigation .nav-menu ul > li > ul::before, 
    .main-navigation .nav-menu ul > li > ul::after {
        display: none;
    }

    .main-navigation ul ul li {
        background: none;
        margin-top: 0;
    }

    .main-navigation ul li .submenu-toggle {
        right: 10px;
        color: #000;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        transition: all ease 0.35s;
    }

    .main-navigation ul ul li .submenu-toggle {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main-navigation ul li.active > .submenu-toggle {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .main-navigation ul ul li a {
        border-width: 0 0 1px 0;
        color: #000;
    }

     /*==========================
    STICKY HEADER
    ==========================*/
    .main-navigation .toggle-button::before {
        display: none;
    }

    .main-navigation ul.nav-menu > li > .submenu-toggle {
        top: 17px;
        color: #000;
    }

    .submenu-toggle .fa{
    	font-size: 14px;
    	color: #281090;
    }

    .main-navigation ul.nav-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*=========================
    HEADER LAYOUT THREE
    =========================*/
    
    .search-wrap {
        flex: initial;
        order: 2;
    }

    .main-navigation {
        order: 3;
        margin: 0;
        float: right;
    }

    .main-navigation .toggle-button::before {
        display: none;
    }

    /*==========================
    HEADER LAYOUT FOUR
    ==========================*/
    .main-navigation .toggle-button::before {
        display: none;
    }

    .main-navigation ul li:hover > ul, .main-navigation ul li.focused > ul{
    	box-shadow: none;
    }
}

@media (max-width: 768px) {

	.main-navigation .toggle-button {
		position:relative !important;
		top: 0px !important;
    	right: 0px !important;
	}
}

/* 404 Error page */

.error-page-section {
  background: #fff;
  height: auto;
  padding: 75px 0;
}

.error-page-section .container {
  height: 100%;
}

.error-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}

.error-page-inner h1 {
  width: 100%;
  font-size: 195px;
  color: #281090;
  line-height: 245px;
}

.error-page-inner h3 {
  font-size: 50px;
  color: #1f1f1f;
  padding-bottom: 25px;
  margin: 0px;
}

.error-page-inner p {
  color: #1f1f1f;
  font-size: 20px;
  margin-top: 25px;
  letter-spacing: 1px;
}

.error-page-inner .btn-back{
  position: relative;
	color: #fff;
	padding: 15px 35px;
  border: 2px solid #281090;
	transition: all 0.5s;
  background: #281090;
  border-radius: 0px;
  margin-top: 25px;
  margin-right: 15px;
  transition: all 0.5s;
}

.error-page-inner .btn-back:hover{
	background: #000000;
  border: 2px solid #000000;
	color: #fff;
}

.error-page-inner .btn-back i{
  position: relative;
  top: 3px;
  font-size: 19px;
}

/*custom*/

.blog-box {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.blog-box .posts-thumb {
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.blog-box .posts-content {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 5px 30px;
}
@media only screen and (max-width: 750px){
.blog-box .posts-thumb {
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
}
.blog-box .posts-content {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
    padding: 5px 10px;
}

.has-right-sidebar .blog-box .posts-content p{ display: none;}
}

.align-self-stretch {
    align-self: stretch!important;
}
.blog-box .posts-thumb a .fullimage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.blog-box .posts-thumb::after {
    content: "";
    position: absolute;
    bottom: -200%;
    left: -200%;
    height: 200%;
    width: 200%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: .8s ease;
    transition: .8s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}
.blog-box .posts-content .title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 5px;
}
.blog-box .posts-content .posts-meta {
    margin-bottom: 15px;
}
.blog-box .posts-content p {
    margin-bottom: 0px;
}
.blog-box .posts-content .read-more-btn {
    display: inline-block;
    position: relative;
    color: #281090;
}
.blog-box .posts-content .read-more-btn span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-box .posts-content .read-more-btn i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #281090;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-box:hover .read-more-btn span, .blog-box:focus .read-more-btn span {
    opacity: 1;
    visibility: visible;
    padding-right: 7px;
}
.blog-box:hover .read-more-btn i, .blog-box:focus .read-more-btn i {
    left: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.blog-box:hover .posts-thumb::after, .blog-box:focus .posts-thumb::after {
    bottom: 160%;
    left: 160%;
    -webkit-transition: .9s ease;
    transition: .9s ease;
}
.blog-box .posts-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blog-box:hover .posts-thumb img, .blog-box:focus .posts-thumb img {
    -webkit-transform: scale(1.2) rotate(1deg);
    transform: scale(1.2) rotate(1deg);
}
/* 404 Error page css End */

:root{
  --primary--color: #082d53; 
  --white--color: #ffffff;
}

/*header*/
.main-navigation ul ul li:hover > a, .main-navigation ul ul li.current-menu-item > a, .main-navigation ul ul li.current_page_item > a,
.wp-topbar-menu .header-contact ul li:hover a{
  color: var(--primary--color);
}

.wp-main-header .wp-topbar-menu .topbar-right ul li a{
  background-color: var(--primary--color);
}

.header-menu{
  background-color: var(--primary--color);
}

/*sidebar*/
.widget_block a{
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, var(--primary--color) 0%, var(--primary--color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
  /*text-decoration: underline;*/
}

.widget_block a:hover{
  background-size: 100% 1px;
}

.wp-block-group li a:hover{
  color: var(--primary--color);
}

.widget-area .widget_block{
  border: 1px solid #d7d7d7;
}

.widget-area .widget_block .wp-block-heading{
  border-left: 5px solid var(--primary--color);
  padding: 0.5rem 0.9rem 0.5rem;
  background-color: #efeded;
  margin-bottom: 0;
}

.widget-area .widget_block .wp-block-group__inner-container h2:after.widget-area .widget-area .widget-title::after{
  content: none;
}

.widget-area .widget_block .wp-block-group ul,
.widget-area .widget_block .wp-block-group ol,
.widget-area .widget_block .wp-block-search__inside-wrapper{
  padding: 1.563rem 1.000rem 1.563rem;
}

.widget-area .widget_block .wp-block-group ul,
.widget-area .widget_block .wp-block-group ol{
  margin: 0;
}

.widget-area .widget_block .wp-block-latest-posts li, 
.widget-area .widget_block .wp-block-page-list li,
.widget-area .widget_pages ul li,
.widget-area .widget_nav_menu ul li,
.widget-area .widget_recent_entries ul li,
.widget-area .widget_recent_comments ul li,
.widget-area .widget_meta ul li,
.widget-area .widget_block .wp-block-archives li,
.widget-area .widget_block .wp-block-categories li{
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget-area .widget_block .wp-block-group__inner-container h2:after, .widget-title::after{
  content: unset;
}

.wp-main-section .widget-area .widget a:hover{
  text-decoration: none;
  color: var(--primary--color);
}

.wp-main-section .widget-area .widget_meta ul li:before, .wp-main-section .widget-area .widget_archive ul li:before, .wp-main-section .widget-area .wp-block-archives li:before, .wp-main-section .widget-area .widget_categories ul li:before, .wp-main-section .widget-area .wp-block-categories li:before, .wp-main-section .widget-area .widget_pages ul li:before, .wp-main-section .widget-area .wp-block-page-list li:before, .wp-main-section .widget-area .widget_nav_menu ul li:before{
  background: var(--primary--color);
}

.wp-main-section .widget-area .wp-block-search__button, .wp-main-section .search-form .search-submit{
  background-color: var(--primary--color);
}

/*blog page*/
a:hover, a:focus, a:active {
  color: var(--primary--color);
  text-decoration: none;
}

.blog-box a{
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, var(--primary--color) 0%, var(--primary--color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
  /*text-decoration: underline;*/
}

.blog-box a:hover{
  background-size: 100% 1px;
}

.blog-box .posts-content .read-more-btn{
  color: var(--primary--color);
}

.blog-box .posts-content .read-more-btn i{
  background-color: var(--primary--color);
  display: none;
}

.blog-box .posts-content .read-more-btn span{
  opacity: 1;
  visibility: visible;
  transition: unset;
  background-color: var(--primary--color);
  color: #ffffff;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 600;
}

/*single page*/
.wp-main-section .blog-wrap .content-part .category-name a{
  text-decoration: none;
  background-color: var(--primary--color);
  border: none;
}

.wp-main-section .blog-meta li i{
  color: var(--primary--color);
}

.comment-form .form-submit .submit:hover,
.wp-main-section .blog-wrap .post-tags a:hover{
  background-color: var(--primary--color);
}

.blog-wrap:hover .image-part::before{
  background-color: transparent;
}

.wp-main-section .widget-area .widget_search .wp-block-search__label{
  display: none;
}

/*goto top button*/
#goToTopBtn{
  background-color: var(--primary--color);
  border-radius: 12px;
  padding: 12px 15px;
}

blockquote{
  border-left: 5px solid var(--primary--color);
}

/*404 Page*/
.error-page-inner h1{
  color: var(--primary--color);
}

.error-page-inner .btn-back{
  border: 2px solid var(--primary--color);
  background: var(--primary--color);
}

.comments-area .comment-body div.reply a{
  color: var(--primary--color);
}

.wp-main-section .post-navigation a{
  text-decoration: none;
}
 
.wp-main-section .content-part a{
  color: #333;
}

.wp-main-section .content-part a{
  display: inline;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, var(--primary--color) 0%, var(--primary--color) 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.7s;
}

.wp-main-section .content-part a:hover{
  background-size: 100% 1px;
  color: var(--primary--color);
}


.content-parts h2,.content-parts .h2{ font-size: 15px; font-weight:normal;}
.content-parts h3,.content-parts .h3{ font-size: 13px; font-weight:normal;}


.side-bar section {
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.widget_calendar nav.wp-calendar-nav{ display: block!important;}

.widget.widget_calendar .calendar_wrap tbody a {
    display: block;
    font-weight: bold;
    background: #281090;
    color: #fff !important;
    text-decoration: underline;
}

.year-item{ position: relative;}

.year-item .down,.year-item .right{top:0;right:0;position:absolute;cursor:pointer;width:16px;height:32px;opacity:.6;-moz-opacity:.6;    display: inline-block;}

.year-item .down::after{
    content: "";
    position: absolute;
    right: 16px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: rotate(135deg);
    margin-top: -4px;

}

.year-item  .down.active::after {
    transform: rotate(-45deg);
    margin-top: 0;
}
.side-bar .widget ul li {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 0px;
    list-style: none;
    padding: 5px 0;
}



.widget_categories .down,.widget_categories .right{top:0;right:0;position:absolute;cursor:pointer;width:16px;height:32px;opacity:.6;-moz-opacity:.6;    display: inline-block;}
.widget_categories li .down::after{
    content: "";
    position: absolute;
    right: 16px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: rotate(135deg);
    margin-top: -4px;

}
.widget_categories li .down.active::after {
    transform: rotate(-45deg);
    margin-top: 0;
}
.widget_categories li .right::after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    margin-top: -4px;
}

.side-bar .author-box{ text-align: center;}
.side-bar .author-box img {
    border-radius: 50%;
}
.author-box .author-name {
    padding: 5px 12px;
    border-radius: 100vh;
    background: #33b7ff;
}
.author-box .author-name a{ color: #fff;}

.author-box .author-meta{ width: 100%; display: flex; flex-wrap: wrap; gap:5px; margin-bottom: 15px; }
.author-box .author-meta label{ font-weight: bold; margin-right: 5px;}
.author-box  .author-name{     padding: 5px 12px;
    border-radius: 100vh;   background: #082d53;
}
h1.heading-title{ font-size: 18px;}

.eyecatch{position:relative;width:100%;height:auto;overflow:hidden;margin-bottom:10px;}
.eyecatch:before{content:"";display:block;padding-top:56.25%;}
.eyecatch__link{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:auto;}

.eyecatch .eyecatch__link img{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover;font-family:'object-fit:cover;';vertical-align:bottom;transition:.3s;}
.eyecatch__link:hover img{transform:scale(1.2);}
.eyecatch__cat{position:absolute;top:0;right:0;z-index:10;background:#082d53;max-width:calc(100% - 3rem);}
.eyecatch__cat a{display:block;padding:2px;color:#fff;font-size:12px;transition:.15s;line-height:1.35;}
.eyecatch__cat a:hover{background:rgba(255,255,255,0.25);}
.heading{display:block;margin-bottom:20px;line-height:1.5;font-weight:700;}
.heading a{transition:.15s;display:inline-block;max-width:100%;}
.heading a:hover{color:#333;}
.heading-tertiary a{color:#000;}
.heading-tertiary{font-size:12px;margin: 0; padding: 0;}
.dateList{list-style:none;margin-bottom:0px;}
.dateList__item{display:inline-block;text-align:left;color:rgba(0,0,0,0.5);font-size:12px;margin-right:5px;line-height:1.5; border-bottom: none!important;}
.dateList__item::before{margin-right:2.5px;line-height:1;}
.widget img{max-width:100%;height:auto;}
.widget ul{list-style-type:none;}
.widget ul li{position:relative;}
.widgetArchive__item{position:relative;padding-bottom:20px;}
.widgetArchive__item.widgetArchive__item-normal{display:flex;align-items:flex-start;}
.widgetArchive__item.widgetArchive__item-normal .widgetArchive__contents{width:100%;margin-left:15px;}
.breadcrumb{padding:10px 0;background:#F2F2F2;overflow-x:auto;border-bottom:1px solid rgba(0,0,0,0.05);}
.breadcrumb__list{list-style:none;display:table; margin-bottom: 0!important;}
.breadcrumb__list::after{content:"";display:block;clear:both;}
.breadcrumb__item{position:relative;display:inline;white-space:nowrap;padding-right:15px;padding-left:15px;font-size:12px;line-height:1.75;color:#7f7f7f;}
.breadcrumb__item:first-child{padding-left:0;}
.breadcrumb__item.icon-home::before{margin-right:5px;}
.breadcrumb__item::after{content:"";position:absolute;right:0;top:50%;margin-top:-3px;width:5px;height:5px;border-top:1px solid #BFBFBF;border-right:1px solid #BFBFBF;transform:rotate(45deg);}
.breadcrumb__item:last-child::after{border:none;}
.breadcrumb__item a:hover{color:#a83f3f;}
.footermenubox { margin-bottom: 10px;}
.footermenubox ul{ margin: 0; padding: 0;}
.footermenubox  li{ display: inline;    border-right: 1px solid #ccc;
    font-size: 12px;    padding: 0 10px;
    line-height: 18px;}
