/*
Theme Name: Aventer
Theme URI: https://aventer.themezinho.net/
Author: themezinho
Author URI: https://themeforest.net/user/themezinho
Description:  Conferences & Events WordPress Theme
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.5.2
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Aventer
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options
*/
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.screen-reader-text {
  display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 15px;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.wp-block-cover, .wp-block-cover-image {
  height: auto;
}
/*Add Css*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px;
    }
}
.navbar .site-menu ul li a {
    display: inline-block;
    color: #808184;
    font-weight: 600;
    position: relative;
    padding: 0;
}
.navbar.dark {
    background: #ffffff;
}
.navbar{
	 background-color: #ffffff!important;
}
.navbar .site-menu ul li {
    padding: 0 25px;
}
.site-menu{
	margin-right: 0px!important;
}
.navbar .site-menu ul li a:before {
	background: #70308f00;
}
.navbar .navbar-button a {
    border: 2px solid #70308f;
    border-radius: 58px;
    color: #70308f;	
}
/*Button*/


.dark-back-button .button-text:hover {
    color: #70308f;
}
.custom-button .circle {
    width: 64px;
    height: 64px;
    display: block;
    position: relative;
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    background: #70308F;
    border-radius: 64px;
}
.custom-button .button-text{
	color: #70308f;
}
.custom-wh-button .button-wh-text{
	color: #fff!important;
}
.button-wh-text{
	color: #ffffff;
}

.custom-wh-button .circle-wh .icon-wh::before {
    border-top: 0.125rem solid #303084;
    border-right: 0.125rem solid #303084;
}
/*Nav Bar*/
.navbar .site-menu ul li ul {
    width: auto;
    min-width: 260px;
    position: absolute;
    left: -15px;
    top: calc(100% + 23px);
    z-index: 6;
    border: 1px solid #ffffff;
    background: #ffffff !important;
    padding: 20px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    visibility: hidden;
    opacity: 0;
	text-decoration:none;
}
.navbar .site-menu ul li ul li a:hover {
    text-decoration: none;
}
.line {
    fill: none;
    stroke: #71b444;
    stroke-width: 5;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
/*Mobile Menu*/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .mobile-menu {
        max-width: 81vw;
        padding: 20px;
        background: #037b3e;
    }
}
.mobile-menu .inner .site-menu ul li ul li a {
    width: auto;
    display: inline-block;
    font-size: 28px;
}
.navbar .site-menu ul li ul{
	left: 15px;
}
.mobile-menu .inner .site-menu ul li a:hover {
    text-decoration: none;
    color: #F7CF14;
}
.mobile-menu .inner .site-menu ul li i {
    width: 6px;
    height: 6px;
    display: none;
    border-bottom: 2px solid #f7cf14;
    border-left: 2px solid #F7CF14;
    transform: rotate(-45deg);
    margin-left: 8px;
    cursor: pointer;
}
.mobile-menu .inner .site-menu ul li i:hover {
    border-color: #f7cf14;
}
.mobile-menu svg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    fill: #037b3e;
}
.mobile-menu .inner .site-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 38px;
    padding: 0;
    line-height: 50px;
}
/**/
header-po {
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rebeccapurple;
	color: #fff;
	position: relative;
	
	@supports (clip-path: polygon(0 0)) {
		clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - #{$ogiva-height}),
			50% 100%,
			0 calc(100% - #{$ogiva-height})
		);
	}
	
	&::before,
	&::after {
		content: '';
		position: absolute;
		bottom: 0;
    width: 0;
    height: 0;
		border-style: solid;
		
		@supports (clip-path: polygon(0 0)) {
			display: none;
		}
	}
	
	&::before {
		left: 0;
    border-width: $ogiva-height 0 0 50vw;
    border-color: transparent transparent transparent $background;
	}
	
	&::after {
		right: 0;
		border-width: 0 0 $ogiva-height 50vw;
    border-color: transparent transparent $background transparent;
	}
}
/*Home SEC Design*/
.home-sec-2{

}
/*Accordian*/
.elementor-tabs-wrapper{
	    background: #d8bfd800;
}
.elementor-tab-title{
	    background-color: #e8ecf3;
}
.elementor-tabs-wrapper{
	text-align:center;
}
.event-day{
color: var(--white, #FFF);
font-family: "Open Sans", Sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 2.4px;
text-transform: uppercase;
}
@media only screen and (max-width: 1240px), only screen and (max-device-width: 1240px) {
	.event-day{
		font-size: 12px;
	}	
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	.event-day{
		font-size: 12px;
	}	
}
.elementor-1593 .elementor-element.elementor-element-cb988ab .elementor-tab-title.elementor-active, .elementor-1593 .elementor-element.elementor-element-cb988ab .elementor-tab-title.elementor-active a {
    color: #FAFAFA;
    text-align: left;
	background-color:#037B3E;
}
.elementor-1593 .elementor-element.elementor-element-cb988ab .elementor-tab-title, .elementor-1593 .elementor-element.elementor-element-cb988ab .elementor-tab-title a {
    color: #FFFFFF;
    text-align: left;
    background-color: #71b444;
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 0px!important;
    display: none;
}
