/*
Theme Name: Evion
Theme URI: https://www.nayrathemes.com/evion-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Evion is flexible, super fast, easily customizable, lightweight, modern multipurpose theme. Evion comes with everything you could ever need to build an amazing website, and It's perfect for any type of business. View the demo of Evion Pro https://www.nayrathemes.com/demo/pro/?theme=evion
Template: avril
Version: 6.0
Tested up to: 6.8
Requires PHP: 5.6
Requires at Least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: evion
Slug: evion
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*=== Header ===*/
@media (min-width: 1200px) {
    body.boxed {
        width: 1210px;
        -webkit-box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
        box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
        margin: 0 auto;
        position: relative;
    }
}

.widget_social_widget li a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: inherit;
    height: inherit;
    border-radius: 100%;
    display: block;
    z-index: -1;
    background: var(--sp-primary);
    transition: all 265ms ease-out;
}
.contact-icon{
	color: var(--sp-primary);
}

.header-widget .contact-info:hover span.title:nth-child(2), .header-widget .contact-info:focus span.title:nth-child(2) {
    color: var(--sp-secondary-dark);
}

.header.header-thirteen .header-above-info{
	background-color: #d0e7f5;
	border-bottom: none;
}

 .header.header-thirteen .header-above-info .widget .contact-info {
	color: var(--sp-secondary);
}

 .header.header-thirteen .header-above-info .navigator-wrapper {
	background-color: #d0e7f5;
}

 .header.header-thirteen .widget span.text {
	font-weight: 600;
}

 .header.header-thirteen .widget span.title {
	font-weight: 400;
}

 .header.header-thirteen .menubar .menu-wrap > li > a{
	color: #fff;
}

 .header.header-thirteen li.cart-wrapper{
	color: white;
    z-index: 2;
    list-style: none;
}

 .header.header-thirteen .header-search-toggle,.header.header-thirteen .cart-icon-wrap{
	color: #fff;
	z-index: 2;
	list-style: none;
}

 .header.header-thirteen .menubar {
    text-align: right;
    position: relative;
    z-index: 1;
    display: flex;
    background: var(--sp-secondary);
    border-radius: 10px 10px 0 0;
	padding: 25px 0px;
}
 .header.header-thirteen .cart_search{
	display: flex;
    margin: 0;
}

 .header.header-thirteen .menubar:before, .header.header-thirteen .menubar:after{
	content: '';
    width: 48px;
	height: -webkit-fill-available;
    background: var(--sp-secondary);
    top: 4px;
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
 .header.header-thirteen .menubar:before{
	left: -23px;
}
 .header.header-thirteen .menubar:after{
	right: -23px;
}

 .header.header-thirteen .navbar-area{
	padding: 0;
	background-color: #d0e7f5;
}

 .header.header-thirteen .menu-wrap > ul > ul > li, .header.header-thirteen .menu-wrap > ul > li {
    display: inline-block;
    position: relative;
    color: #737373;
    list-style: none;
}

.header.header-thirteen .cart-wrapper:hover .shopping-cart,.header.header-thirteen .cart-wrapper:focus .shopping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}

.header.header-thirteen .navbar-area .menubar .menu-wrap > li:not(:last-child):after{
	border-right: 2px dotted #ffffff;
}

.header.header-thirteen .av-btn-primary{
	background-color: unset;
	border-color: unset;
	box-shadow: none;
	border-style: none;
	color:var(--sp-secondary);
	font-size: 20px;
    text-decoration: underline;
}
.cart-wrapper .cart-icon-wrap span {
    position: absolute;
    top: 21px;
    right:55px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: inline-block;
    font-size: 10px;
    color: var(--sp-white);
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    text-align: center;
    background-color: var(--sp-primary);
}
.shopping-cart {
    position: absolute;
    top: 74%;
    right: 60px;
    z-index: 1;
    width: 320px;
    padding: 20px;
    color: var(--sp-primary);
    background: var(--sp-white);
    border-radius: 0 3px 3px;
    border: 0;
    border-top: 3px solid var(--sp-primary);
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.shopping-cart:after {
    top: -8px;
    left: 95%;
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 3px solid;
    background-color: var(--sp-white);
    border-right: none;
    border-bottom: none;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.cart-wrapper:after{
	content: "";
    position: absolute;
    top: 0;
    right: 42px;
    bottom: 0;
    width: 0;
    height: 20px;
    display: inline-block;
    margin: auto;
    border-right: 2px dotted #ffffff;
    opacity: 0.65;
    z-index: -1;
}
li.search-button::marker{
	content: '';
}

/*=== Slider ===*/

.main-slider .owl-item .item{
	background-color: #d0e7f5;
	padding: 0;
}

.slider-wrapper{
	overflow: visible;
}

.slider-wrapper h3{
	color:var(--sp-primary);
}

.slider-wrapper h1 span, .slider-wrapper p {
	color:var(--sp-secondary);
}

.main-slider div.owl-nav [class*=owl-] {
    color: #fff;
    width: 47px;
    height: 47px;
    line-height: 37px;
    font-size: 20px;
	border: none;
	border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
}

.main-slider.owl-carousel .owl-nav {
    bottom: unset;
    top: 50%;
}

.boxed .main-slider.owl-carousel .owl-nav .owl-next, .boxed .main-slider.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	background-color: var(--sp-secondary);
	top: calc(50% - 105px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.boxed .main-slider.owl-carousel .owl-nav .owl-next {
	right: 0px ;
}

.boxed .main-slider.owl-carousel .owl-nav .owl-prev{
	left: 0px;
}

.boxed .main-slider.owl-carousel .owl-nav .owl-next:hover, .boxed .main-slider.owl-carousel .owl-nav .owl-prev:hover ,
.boxed .main-slider.owl-carousel .owl-nav .owl-next:focus, .boxed .main-slider.owl-carousel .owl-nav .owl-prev:focus {
	background-color: var(--sp-primary);
}

.boxed .main-slider.owl-carousel:hover .owl-nav .owl-next, .boxed .main-slider.owl-carousel:hover .owl-nav .owl-prev,
.boxed .main-slider.owl-carousel:focus .owl-nav .owl-next, .boxed .main-slider.owl-carousel:focus .owl-nav .owl-prev {
	visibility: visible;
	opacity: 1;
}

.theme-slider .text-right [class*="av-column-"]:first-child {
    order: 1;
}

@media (min-width: 992px) {
    .av-column-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

 .owl-item .aera-img img {
    max-height: 600px;
}

@media (min-width: 992px) {
    .owl-item .aera-img img {
        max-height: 400px;
    }
}

 .owl-item .aera-img img {
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
   .theme-content.text-left .aera-img img {
        margin-left: auto;
    }
}

 .owl-item .aera-img img {
    max-height: 500px;
}

 .theme-slider div.theme-content {
    max-width: 100%;
}

 .theme-slider .text-center [class*="av-column-"]:first-child {
    flex-basis: 100%;
    max-width: 100%;
}

 .theme-slider .text-center [class*="av-column-"]:nth-child(2) img {
    margin: auto;
}

 .theme-slider .text-center [class*="av-column-"]:nth-child(2) {
    margin-top: 2rem;
}

 .owl-item .aera-img img {
    width: auto;
}

@media only screen and (max-width:991px) {
     .theme-slider div.theme-content {
        margin-bottom: 15px;
    }
     .theme-slider .text-right [class*="av-column-"]:first-child {
        order: 0;
    }
     .theme-slider [class*="av-column-"]:nth-child(2) {
        margin-top: 2rem;
    }
}

@media (max-width: 991px) {
    .owl-item .aera-img img {
        max-height: 220px;
        text-align: center;
        margin: auto;
    }
}

/*=== Info Section ===*/

.info-wrapper .widget {
    padding: 20px;
}

 .info-section .info-wrapper .contact-icon {
    font-size: 30px;
    height: 44px;
    transition: all .5s;
    color: var(--sp-primary);
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
}

 .info-section .info-wrapper .info-second .contact-icon {
    color: var(--sp-white);
}

 .info-wrapper .info-first:hover .contact-icon {
    color: var(--sp-white);
}

 .info-wrapper .info-second:hover .contact-icon {
    color: var(--sp-white);
}

 .info-wrapper .info-third:hover .contact-icon {
    color: var(--sp-white);
}

 .info-wrapper .widget{
	border-radius: 10px;
}

 .info-wrapper .info-first .widget{
	background-color: var(--sp-secondary);
}

 .info-section {
    top: -10px;
    position: relative;
}

.info-section .info-wrapper .widget .contact-info span.text{
	font-size: 20px;
}

/*=== Team ===*/
.team-member {
    margin: 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: block;
}

.team-footer {
    width: 100%;
    height: 71px;
    position: absolute;
    bottom: 0;
    padding: 16px 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: var(--sp-white);
    background-color: var(--sp-primary);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.team-info {
    display: block;
    padding: 0 10px;
}

.team-info h6 a:hover,
.team-info h6 a:focus {
    color: var(--sp-white);
}

.team-member img {
    width: 100%;
}

.team-footer span {
    margin-bottom: 16px;
    display: inline-block;
}

.team-footer p {
    border-top: 1px solid #dddddd;
    padding-top: 16px;
}

.team-footer .widget {
    margin-top: 55px;
    visibility: hidden;
}

.team-member:hover .widget {
    visibility: visible;
}

.team-member .widget li:not(:last-child) {
    margin-right: 6px;
    margin-bottom: 5px;
}

.team-member:hover .team-footer {
    justify-content: space-around;
    height: 100%;
    padding: 46px 10px 32px;
    background-color: rgba(0, 0, 0, 0.6);
}

.team-member:hover .team-footer h6 {
    color: var(--sp-primary);
}
	
/*=====  Fun Fact =====*/
.funfact-section {
    position: relative;
    background-image: url(../images/bg/fun-fact-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 80px 0;
    z-index: 0;
}

.funfact-item {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: var(--sp-white);
}

.funfact-item i, .funfact-item img {
    font-size: 60px;
    width: 60px;
    margin-bottom: 8px;
    display: inline-block;
    color: var(--sp-primary);
}

.funfact-item h1 {
    font-size: 48px;
}

.funfact-item p {
    font-size: 18px;
    font-weight: 300;
    margin: 10px 0 0;
}


/* === Animated Bar === */

 .animate-section{
	padding: 10px 0;
}

 .animate-section .animate-content {
    display: flex;
    align-items: center;
}

 .animate-section .animate-icon {
    margin-right: 10px;
	font-size: 18px;
	padding-top: 5px;
}
 .animate-section {
    background-color: var(--sp-primary);
}

.animate-section .animate-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	color: var(--sp-white);
}

.animate-section .animate-item .animate-title a{
	font-size: 16px;
}

.animate-section .animate-item .animate-title a:hover{
	color: var(--sp-white);
}

.animate-section .animate-item .animate-title a:focus{
	color: var(--sp-white);
}

/*=== Service ===*/
.indicator {
	display: none;
}

.wp-block-code.has-background code {
    background: inherit;
}

.wc-block-mini-cart__footer-checkout:focus {
    background-color: inherit;
    color: #fff;
}

.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
	text-decoration: none;
}

.wc-block-mini-cart__badge {
    color: inherit;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	line-height: 16px;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
	font-size: 1.2rem;
	text-decoration: none;
}

.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
	font-size: 16px;
	line-height: 20px;
}

.wp-block-file.has-background {
	padding: 0.5rem;
}

.wc-block-cart-item__remove-link {
	text-decoration: none !important;
}

a.wp-block-latest-posts__post-title {
    text-decoration: none;
}

.wp-block-latest-comments__comment a {
	text-decoration: none;
}

.has-background.wp-block-read-more {
	padding: 0.25em 1.375em;
}

.wc-block-components-product-badge {
    font-size: 1rem !important;
}

.wc-block-components-totals-coupon-link {
	text-decoration: none;
}

.wc-block-grid__product-price.price ins {
    line-height: 18px;
}

.wc-block-components-product-badge {
    text-decoration: none;
}

.wp-block-file a {
	line-height: 18px;
}

.wc-block-components-totals-coupon-link {
    line-height: 18px;
}

.wp-block-comment-author-name a {
    color: inherit;
}

.wp-block-comment-date span a {
    color: inherit;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	text-decoration: none;
}

.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover	{
	color: #fff;
}

.wp-block-page-list a:hover,
.wp-block-page-list a:focus {
	color: inherit;
}

.wp-block-page-list {
	list-style: none;
}

.wp-block-page-list a {
	font-weight: 600;
}

.wp-block-social-links .wp-social-link:last-child {
	margin-bottom: 10px;
}

.wp-block-social-links .wp-social-link a {
	box-shadow: none;
}

.wp-block-calendar table th {
	font-weight: 600;
}

.widget .wp-block-read-more {
	font-weight: 500;
}

.entry-content blockquote cite a:hover,
.entry-content blockquote cite a:focus {
	text-decoration: underline;
}

.widget .wp-block-group ul li a {
	text-decoration: none;
}

.wp-block-list.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-preformatted.has-background {
	padding: 1em;
}

.sidebar .widget .wp-block-group .is-vertical a {
	color: inherit;
}

.footer-sidebar .widget.widget_block .wp-block-group p a {
	color: inherit;
}

.wp-block-page-list.has-background {
	padding: 1rem;
}

.wp-block-page-list p a {
	padding: 1rem;
}

.wp-block-post-author img {
    border-radius: 100%;
}

a.wp-block-button__link:focus {
	color: #fff;
	text-decoration: none;
}

.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}