/*!
Theme Name: Eventos
Theme URI: http://themebuz.com/wp/eventos/
Author: Themebuz
Author URI: https://www.templatemonster.com/authors/themebuz/
Description: Eventos Professional Event Conference WordPress Theme
Version: 1.0.0
Tested up to: 5.8
Requires PHP:7.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eventos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

eventos is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


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


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


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


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
frameBorder,
iframe{
    border-width: 0px;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}
section.blog-grid.blog-detail cite, section.blog-grid.blog-detail em, section.blog-grid.blog-detail var, section.blog-grid.blog-detail address, section.blog-grid.blog-detail dfn {
    font-style: italic;
}
section.blog-grid.blog-detail code{
    color:#000;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* 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;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

html.js.no-touch.cssanimations.csstransitions {
    margin-top: 0px;
}
/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
section.blog-grid.blog-detail div#comments {
    padding-bottom: 0px;
    padding-top:0px;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
}

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

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

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

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# 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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    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. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}
.wp-caption .wp-caption-text, .entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}

section.blog-grid.blog-detail .gallery-caption{
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    font-style: italic;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


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

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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


.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


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

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}
.post-btn-wish.post-category.eventos-noraml i {
    color: #767676;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


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

.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%;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
}

.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;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div#comments h1,
div#comments h2,
div#comments h3,
div#comments h4,
div#comments h5,
div#comments h6{
    line-height: 1.4;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
}

.comments-area ol.children,
.comments-area ol.comment-list{
    list-style: none;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Latter Add Css Files*/
div#comments  .comment-respond input#submit,
.contact-form input#laevnto-btn{
    background: #cc3366;
    float: right;
    border-radius: 0;
    border: none;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color:#fff;
}
div#comments  .comment-respond input#submit,
.contact-form input#laevnto-btn:hover{
    background: #00cc33;
    border-color: #ccc #bbb #aaa;
}
div#comments  .comment-respond input#url{
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    padding: 0 15px;
}

.post-btn-wish span.sl-count,
.post-btn-wish i.fas.fa-heart{
    color: #000000;
    opacity: 0.2;
    margin-left:4px;
    font-size: 20px;
}
.e-blog-post-content {
    margin-bottom: 30px;
}

.blogger-img img {
    min-width: 160px;
    height: 160px;
}

.page-bradcrumb .breadcrumb{
    background:transparent;
}
.blog-detail .blog-post-content .post-category-name{
    border-bottom:0px;
}
.blog-detail .blog-post-content .post-category-name ul li{
    float: left;
    margin-right:5px;
}
.blog-detail .blog-post-content .post-category .post-category-list a{
    padding:0px;
}

.blog-detail .blog-post-content .entry-content p{
    margin-bottom: 20px;
}

.sidebar.widget-area .widget.widget_search .search-form .search-field{
    padding-left:53px;
}
aside.sidebar.widget-area .tagcloud a {
    color: #373737;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 400;
    height: 38px;
    padding: 0 11px;
    background: #f2f2f2;
    display: inline-block;
    line-height: 38px;
    letter-spacing: 0.9px;
    margin:4px;
}
aside.sidebar.widget-area .tagcloud a:hover{
    background: #6633cc;
    color: #fff;
}
section.widget.widget_category li.cat-item{
    position: relative;
}

section.widget.widget_category li.cat-item:before {
    position: absolute;
    left: 27px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 14px;
    color: #c6c6c6;
    bottom: 13px;
    transition: all .3s;
}

.entry-content .event-goals-area .description p{
    margin-bottom: 0px;
}
.elementor-widget-container .slider-wrapper-video{
    margin-bottom: 0px;
}

.number-one .description p{
    margin-bottom:0px;
}
.no-padding-bottom section.sponser-logo-one .sponser-logo-one-inner{
    padding-bottom:20px;
}

.page-content h1.page-heading {
    color: #4c455a;
}
.event-container .page-title{
    margin-top:0px;
}
.event-container .page-title:after {
    background: transparent;
}
.logo h1 a {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 65px;
}


section.mail-chimp-settings p {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}
section.mail-chimp-settings .submit-newsletter {
    padding: 12px 30px;
    display: inline-block;
    margin-left: 30px;
    margin-top: 0;
    float: none;
}
section.mail-chimp-settings .submit-newsletter .ajax-loader{
    display: none;
}
section.mail-chimp-settings .submit-newsletter i{
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
}
section.mail-chimp-settings .submit-newsletter input {
    font-size: 20px;
    font-weight: 600;
}
section.mail-chimp-settings input[type="email"]{
    border: 2px solid #6633cc;
    width: 650px;
    height: 60px;
    float: left;
    padding: 0 15px;
}

section.mail-chimp-settings p span {
    font-size: 15px;
    font-weight: 400;
}

section.mail-chimp-settings .section-title-boxed-left p{
    display: none;
}
section.mail-chimp-settings input[type="submit"]{
    background: transparent;
    color:#fff;
    font-weight: 600;
}
.wpcf7-form-control.wpcf7-submit.submit-newsletter {
    width: 245px;
    float: left;
    margin-top: 0;
    margin-left: 30px;
    border: none;
    font-size: 20px;
    position: relative;
}
.wpcf7-form-control.wpcf7-submit.submit-newsletter:after{
    content: '\f061';
    position:  absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";


}
.wpcf7-form .section-title-boxed-left {
    position: absolute;
    background: #fff;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    padding: 10px 27px;
    top: -126px;
}
.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product{
    width: 46%;
}

body.product-template-default.single.single-product {
    padding-top: 0px;
}

body.product-template-default.single.single-product .product{
    width:100%;
}

.single-product .product-thumb:before {
    background: transparent;
}
.single-product .related.products .product:hover .product-thumb:before {
    background: rgba(102, 51, 204, 0.96);
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: auto;
}
.site-main .woocommerce ul.products li.product .button {
    opacity: 0;
}

.site-main .woocommerce ul.products li.product:hover .button {
    opacity: 1;
}

related products
.woocommerce div.product div.summary{
    width: 100%;
}

body.woocommerce-cart .entry-content {
    width: 100%;
}

.site-main .product-thumb{
    padding:0px;
    margin-bottom:10px;
}
.woocommerce ul.products li.product a img{
    margin:0px;
}
.site-main .woocommerce ul.products li.product .button {
    margin-top: 1em;
    position: absolute;
    top: calc(50% - 132px);
    text-align: center;
    left: calc(50% - 174px);
    background: transparent;
    color: #fff;
    border: 5px solid #ffffff;
    -webkit-transition: opacity 1s linear 1s;
    -o-transition: opacity 1s linear 1s;
    transition: opacity 1s linear 1s;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    text-transform: uppercase;
    letter-spacing: 7.8px;
    font-size: 20px;
    font-weight: 800;
    width: 348px;
    height: auto;
    line-height: 36px;
}

.woocommerce ul.products li.product a{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 51px;
    margin-bottom: 0;
    letter-spacing: .4px;
    color:#000000
}

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins{
    color:#4c455a;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
    width:100%;
}
body.woocommerce-cart .woocommerce-cart-form__contents td.product-thumbnail a{
    margin:0px;
    padding:0px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #6633cc;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #00cc33;
}
/* .main-menu > ul > li > ul > li {
    position: relative;
} */

/* .header_one .main-menu > ul > li > ul > li .megamenu.megamenu-content {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0px auto;
    top:120px;
}

header.header_one.fixed .main-menu > ul > li > ul > li .megamenu.megamenu-content{
    top:100px;
} */

.megamenu-list span.mm-header{
    height:50px;
    display: block;
}
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #f5f5f5;
    z-index: 1;
    top: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    z-index: 0;
}
.woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    border: 1px solid #f5f5f5;
}
/*.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {*/
/*position: absolute;*/
/*bottom: 43px;*/
/*width: 30px;*/
/*height: 4px;*/
/*content: ' ';*/
/*box-sizing: border-box;*/
/*background: #e4e4e4;*/
/*}*/

/*.alignwide {
    margin-left: -200px;
    margin-right: -200px;
}

.alignfull {
    margin-left: -100%;
    margin-right: -100%;
}*/

.schedule-two .section-title.text-center.with-bg{
    background:transparent;
}
.post-tag ul li a {
    float: left;
    margin-right: 8px;
}

/*@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }
}*/

div#comments{
	width: 100%;
}
span#email-notes span,
span#email-notes{
    font-weight: 300;
}

.main-menu .menu-item-has-children::after{
    content:"";
}
.single-pricing.style-two a.elementor-button {
    background: transparent;
}

.dl-menuwrapper .menu-item-has-children::after{
    content:"";
}
.banner-text-countdown .button-default{
    color:#fff;
}
.no-padding-bottom .sponsers-list .sponsers-list-inner-wrapper {
    padding-top: 0;
}

.header_default .mm-header i {
    font-size: 12px;
    vertical-align: middle;
    margin-top: -5px !important;
}

.text-left .elementor-heading-title {
    padding-left: 26px;
}

.about-boxed-section .boxed-wrapper .about-list p {
    margin-bottom: 15px;
}

.woocommerce .cart .button, .woocommerce .cart input.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
    border-radius: 0;
    border: none;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 21px 15px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    letter-spacing: .5px;
    background: #6633cc;
    color: #fff;
}
.seat-register .default-form .button-default {
    margin-top: 50px;
    border-radius: 0;
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    letter-spacing: .5px;
    background: #cc3366;
    color: #fff
}
.seat-register .default-form .button-default:hover {
    background: #00cc33;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 240px;
    padding: 8px 12px;
    height: 50px;
}

button.btn-default.btn-not-found{
    background: #cc3366;
    border-radius: 0;
    border: none;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 30px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
}
button.btn-default.btn-not-found:hover{
    background: #00cc33;
    border-color: #ccc #bbb #aaa;
}

button.btn-default.btn-not-found a{
    color:#fff;
}
.woocommerce ul.products li.product .price{
    line-height: 5px;
}
.woocommerce ul.products li.product .star-rating{
    display:none;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    width: 240px;
    padding: 8px 12px;
    height: 48px;
}
.seat-register .default-form select.wpcf7-form-control.wpcf7-select,
.seat-register .default-form select.wpcf7-form-control.wpcf7-select.eventos-from-content {
    border: 2px solid #e1d2ff;
    height: 60px;
    width: 264px;
    padding: 0 15px;
    width: 100%;
}
.sidebar.widget-area .widget.widget_search .search-form .search-submit {
    position: absolute;
    padding: 0 19px;
    background-image: url(assets/images/search.png);
    border: 0;
    background-color: transparent;
    right: 0px;
    top: 29px;
    color: #7a7a7a;
    cursor: pointer;
    font-size: 0px;
    height: 17px;
    width: 10px;
    background-repeat: no-repeat;
}
.blog-detail .blog-post-content .post-category-name {
    border-bottom: 0px;
    display: block;
}

.widget.widget_search .search-form label:before {
    width: 32px;
    height: 25px;
    position: absolute;
    background: transparent;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    left: 15px;
    top: 14px;
    border-right: 2px solid #000000;
    margin-right: 10px;
}
.widget.widget_search .search-form label {
    width: 100%;
    position: relative;
    margin-bottom: 0;
}

.sidebar.widget-area .widget .sub-menu ul {
    position: initial;
    opacity: 1;
    visibility: visible;
    top: 0px;
    right: 0px;
    background: transparent;
    padding: 0px;
}
.sidebar.widget-area .widget .menu-item-has-children::after{
    content: none;
}
.sidebar.widget-area .widget .sub-menu li{
    padding-left: 15px;
}

.sidebar.widget-area .widget ul li{
    font-size: 14px;
}
.sidebar.widget-area .widget tr {
    font-size: 14px;
}

.widget select{
    font-size: 14px;
}
.post-btn-wish.post-category.eventos-noraml {
    font-size: 14px;
    padding-top: 0px;
}
.normal-blog-post-date i {
    margin-right: 8px;
}
.post-btn-wish.post-category.eventos-noraml a {
    text-transform: capitalize;
    font-weight: normal;
}
div#comments .comment-content p:after {
    background: transparent;
}
.sticky .blog-post-content h4.entry-title a {
    color: #6342a7;
}
.comment-content a {
    text-decoration: underline;
}
.eventos-padding {
    padding-top: 80px;
}
.page-links a {
    background: #6633cc;
    color: #fff;
    border: 1px solid #fff;
    padding: 1px 10px;
}
section.blog-grid.blog-detail tr {
    border-bottom: 1px solid #eee;
}
section.blog-grid.blog-detail table{
    margin-bottom: 80px;
}
ul.blog-post-meta-list.margin-0.eventos {
    line-height: 0;
}
.seat-register .default-form .form-control {
    border: 2px solid #e1d2ff;
}
.seat-register .default-form label {
    color: #4c455a;
	margin-top:18px;
}
section.seat-register .border-box-inner {
    padding-left: 0px;
    padding-right: 0px;
}
.tribe-events-event-categories a {
    color: #9d9d9d;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
}
.tribe-events-event-categories-label {
    color: #000;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left;
    max-width: 1140px;
    margin: 0 auto;
}
.woocommerce nav .page-numbers {
    display: inline-block;
    float: none;
}
.woocommerce nav .page-numbers li a:hover {
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #d3ced2;
    float: none;
    display: inline;
    overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #fff;
}
.ptop-decrease .seatbook-one-hex {
    padding-top: 120px;
}
.list-boxed-wrapper .button-default {
    float: none;
    margin-top: 55px;
    padding: 0px 30px;
    height: 57px;
    line-height: 57px;
}
.pricing-table {
    padding: 80px 0 0px;
}
.pricing-section-top .pricing-table {
    padding-bottom: 80px;
}
.pricing-section-bottom .pricing-table {
    padding-top: 0;
}
.about-bottom .padding-1-1 {
    padding-bottom: 0;
    padding-top: 115px;
}
.schedule-seat-book .seatbook-one-hex {
    padding-top: 123px;
}
.single-tribe_events .eventos-padding {
    padding-bottom: 0;
}
.single-tribe_events #tribe-events-content {
    margin-bottom: 0;
    padding: 2px 0;
    position: relative;
    width: 1140px;
}
.single-tribe_events #tribe-events-footer {
    margin-bottom: 0;
}
.tribe-events-event-image img {
    height: 500px;
    object-fit: cover;
}

.page-id-529 .eventos-padding {
    padding: 0;
}
.tribe-events-after-html span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 66px;
    width: 600px;
    font-size: 12px;
}


/* ========== 07-28-2022 ============ */

.single-post .entry-content .is-style-outline .wp-block-button__link {
    color: #797979;
}

.single-post .entry-content .wp-block-button__link {
    border-radius: 5px;
    margin-bottom: 10px;
    color: #ffffff;
}

.single-post .entry-content .wp-block-cover-text {
    color: #fff;
}

.single-post .entry-content .wp-block-gallery-3 {
    margin-right: 15px;
}

.single-post .entry-content .wp-block-categories-dropdown, 
.single-post .entry-content .wp-block-archives-dropdown {
    margin-bottom: 10px;
}

.single-post .entry-content .wp-block-categories-dropdown select, 
.single-post .entry-content .wp-block-archives-dropdown select {
    padding-bottom: 8px;
}

.single-post .entry-content .has-background {
    color: #fff;
}

.single-post .entry-content .wp-block-cover__inner-container p {
    color: #fff;
}

.single-post .entry-content blockquote {
    background: #abb8c3;
    padding: 50px;
}

.single-post .entry-content .wp-block-quote.is-style-large {
    padding: 50px 70px;
}

.single-post .entry-content .wp-block-pullquote.is-style-solid-color {
    padding: 0;
}

.page .entry-content .page-links a, 
.page .entry-content .post-page-numbers.current,
.single-post .entry-content .page-links a, 
.single-post .entry-content .post-page-numbers.current {
    margin-right: 10px;
}

.page .entry-content .post-page-numbers:hover {
    color: #fff;
}

.single-post .entry-content blockquote {
     padding: 50px 70px !important;
}

.page .eventos-padding {
    padding-top: 150px;
    padding-bottom: 70px;
}

.woocommerce-page .site-main,
.woocommerce-page .single-product {
    padding-top: 160px;
}

@media only screen and (max-width:  768px) {
    .woocommerce-page .site-main, 
    .woocommerce-page .single-product {
        padding-top: 80px;
    }
}

.woocommerce-page .pagination.product-details-pagination {
    margin-bottom: 150px;
}

.woocommerce-page nav.woocommerce-pagination {
    margin-bottom: 160px;
}

.woocommerce-cart .entry-content {
    margin-bottom: 80px;
}

.woocommerce-checkout.woocommerce-page .eventos-padding {
    padding-top: 160px;
    padding-bottom: 40px;
}

.woocommerce-account.woocommerce-page .eventos-padding {
    padding-top: 160px;
    padding-bottom: 80px;
}

.woocommerce-account .addresses .title h3 {
    font-size: 21px;
    margin-top: 10px;
}

.woocommerce-account .select2-container .select2-selection--single {
    height: 60px;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top:  27px;
}

.woocommerce-account .woocommerce-address-fields__field-wrapper {
    margin-bottom: 20px;
}

.woocommerce.woocommerce-shop .footer.footer-one {
    padding-top: 0;
}

@media only screen and ( max-width: 991px ) {
.woocommerce.woocommerce-shop .footer.footer-one {
    padding-top: 80px;
}
}

.single-product .footer.footer-one {
    padding-top: 0;
}

.woocommerce-account .footer.footer-one {
    padding-top: 65px;
}

.single-post .footer.footer-one, 
.archive .footer.footer-one  {
        padding-top: 70px;
}

.blog-1.content {
    padding-top: 120px;
}

.custom-logo-link {
    height: 100%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width:  767px) {
    .page .eventos-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .search-no-results .page-content.content-none {
    padding: 0 15px;
  }
  .woocommerce-page .site-main, 
  .woocommerce-page .single-product {
    padding-top: 80px;
  }
  .woocommerce-page .pagination.product-details-pagination {
    margin-bottom: 50px;
  }
  .woocommerce-page nav.woocommerce-pagination {
    margin-bottom: 0px;
    margin-left: 15px;
  }
  .woocommerce-checkout.woocommerce-page .eventos-padding {
    padding-top: 80px;
    padding-bottom: 0px;
  }
  .woocommerce-account.woocommerce-page .eventos-padding {
    padding-top: 80px;
    padding-bottom: 80px;
   }

  .woocommerce ul.products.columns-2 li.product, 
  .woocommerce-page ul.products.columns-2 li.product {
    width: 100%;
  }

  .blog-1.content {
    padding-top: 0px;
  }
}

@media only screen and (max-width:  1024px) {
    .woocommerce ul.products.columns-2 li.product, 
    .woocommerce-page ul.products.columns-2 li.product {
        width: 49%;
        margin-left: 1%;
    }

   .woocommerce table.shop_table_responsive tr td::before, 
   .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
   }

   .woocommerce-cart .woocommerce-cart-form__contents td {
    width: 100%;
    display: block !important;
   }

   .woocommerce-cart .woocommerce-cart-form__contents td:last-child,
   .woocommerce-cart .woocommerce-cart-form__contents td:first-child, 
   .woocommerce-cart .woocommerce-cart-form__contents td:nth-child(2) {
    width: 100%;
   }

   .woocommerce-cart .woocommerce table.shop_table td {
        width: 100%;
    }

    #add_payment_method .cart-collaterals .cart_totals table th, 
    .woocommerce-cart .cart-collaterals .cart_totals table th, 
    .woocommerce-checkout .cart-collaterals .cart_totals table th {
        width: 100%;
        display: flow-root;
    }

    .woocommerce-page nav.woocommerce-pagination {
        margin-bottom: 0px;
        margin-left: 20px;
    }

    .page .eventos-padding {
        padding-top: 80px;
    }

    .woocommerce-cart .footer.footer-one {
        padding-top: 0;
    }

    .blog-1.content {
    padding-top: 0px;
   }

   .custom-logo-link {
     margin-top: 15px;
     width: 117px;
   }


}

@media only screen and (max-width:  767px) {

    .woocommerce ul.products.columns-2 li.product, 
    .woocommerce-page ul.products.columns-2 li.product {
        width: 100%;
    }
    .woocommerce-page table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon input#coupon_code {
        width: 160px;
    }
    .woocommerce-cart .coupon .button {
        padding: 16px 20px 15px;
        font-size: 17px;
        margin-bottom: 30px;
    }
    .woocommerce-cart .cart-collaterals {
        padding-top: 0;
    }
    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals, 
    .woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {
        width: 60%;
    }

    
}

/*blog*/
.blog .post-category-name, 
.archive .post-category-name, 
.search .post-category-name {
    border-bottom: 0;
}
.blog .post-category, 
.archive .post-category, 
.search .post-category {
    border-bottom: 0;
    padding-bottom: 10px;
}

/*event single*/
.single-tribe_events #tribe-events-pg-template {
    margin-top: 110px; 
}

@media only screen and (max-width:  991px) {
    .single-tribe_events #tribe-events-pg-template {
    margin-top: 80px;
    padding: 0;
}
.single-tribe_events .tribe-events-after-html {
    margin-top: 0;
}
}

.single-tribe_events .tribe-events-back, 
.single-tribe_events .tribe-events-notices {
    display: none;
}



/*WordPress Block*/

.sidebar .widget_block h2, 
.wp-block-archives-dropdown label {
    font-weight: 400;
    font-size: 20px;
    position: relative;
    padding-left: 0px;
    padding-bottom: 16px;
    margin-bottom: 25px;
    border-bottom: 4px solid #000000;
    letter-spacing: .5px;
    font-family: "Rubik", sans-serif;
    padding-left: 27px;
}

.sidebar .wp-block-search .wp-block-search__label {
    font-weight: 400;
    font-size: 20px;
    position: relative;
    letter-spacing: .5px;
    font-family: "Rubik", sans-serif;
    padding-left: 27px;
    margin-bottom: 25px;
    padding-bottom: 16px;
    border-bottom: 4px solid #000000;
    display: none;
}

.sidebar .wp-block-search__inside-wrapper:before {
    width: 32px;
    height: 25px;
    position: absolute;
    background: transparent;
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: block;
    left: 26%;
    top: 16px;
    border-right: 2px solid #000000;
    z-index: 1;
    font-size: 18px;
    line-height: 25px;
}

.sidebar .widget_block h2:before {
    position: absolute;
    content: "\f0ca";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    left: 0;
    top: 0px;
    line-height: 22px;
}

.sidebar ul.wp-block-page-list li ul.submenu-container {
    padding-left: 27px;
}

.sidebar .wp-block-tag-cloud {
    padding-left: 27px;
}



.wp-block-archives-dropdown label:before {
    position: absolute;
    content: "\f0ca";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    left: 0;
    top: 5px;
    line-height: 22px;
}


.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0;
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em;
}

.wp-block-gallery.alignleft {
    margin-right: 20px !important;
    margin-top: 0 !important;
}

.wp-block-button__link {
    margin-bottom: 20px;
}

.wp-block-cover {
    margin-bottom: 20px;
    color: #fff;
}

.wp-block-cover.alignleft {
    margin-top: 0;
}

.wp-block-archives-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.wp-block-archives-list a:hover {
    color: #000;
}

.wp-block-archives-list li+li {
    margin-top: 10px;
}

.blog-single-content-wrap .wp-block-archives-list li:before {
    display: none;
}

.blog-single-content-wrap .wp-block-archives-list li {
    padding-left: 20px;
}

.widget select,
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    height: 50px;
    background-position-x: 95%;
    border: 1px solid #f1eaff;
    background-color: transparent;
    margin-bottom: 30px;
    color: #000;
}

.wp-block-latest-comments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-block-latest-comments li:before {
    display: none;
}

.wp-block-latest-comments__comment {
    font-size: 14px;
    line-height: normal;
    line-height: 40px;
    transition: 0.5s;
    padding-left: 27px;
}
.wp-block-latest-comments__comment +li {
    border-top: 1px solid #f1eaff;
    padding-top: 15px;
}
.wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}

.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
    font-size: 14px;
    font-weight: 400;
    color: #000;.wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author
    transition: 0.3s;
}
.wp-block-latest-comments__comment-meta a:hover {
    color: #000;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li + li {
    border-top: 1px solid #f1eaff;
    padding-top: 15px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:before {
    display: none;
}

.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li+li {
    margin-top: 15px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    padding-left: 27px;
}

.wp-block-search {
    margin-bottom: 4px;
}

.wp-block-search .wp-block-search__input {
    border-radius: 4px 0 0 4px;
    padding: 10px 35px;
    width: 100%;
    height: 56px;
    border: 4px solid #000000;
    padding-left: 58px;
    font-size: 14px;
    padding-right: 30px;
    position: relative;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 4px;
    border: 1px solid #f1eaff;
}


.wp-block-search button[type=submit] {
   font-size: 14px;
    font-weight: 500;
    transition: all 300ms;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    position: absolute;
    padding: 0 19px;
    background-image: url(assets/images/search.png);
    border: 0;
    background-color: transparent;
    right: 10px;
    top: 20px;
    color: #7a7a7a;
    cursor: pointer;
    font-size: 0px;
    height: 17px;
    width: 10px;
    background-repeat: no-repeat;
}

.wp-block-search button[type=submit]:focus {
    outline: none;
    box-shadow: none;
}


.wp-block-tag-cloud a {
    font-size: 14px !important;
    height: 38px;
    line-height: 36px;
    padding: 0 18px;
    margin-bottom: 8px;
    display: inline-block;
    border: 1px solid #f1eaff;
    text-transform: capitalize;
    transition: all 300ms;
    margin-right: 8px;
    color: #858585;
    border-radius: 4px;
}

.wp-block-tag-cloud a:hover {
    background-color: #000;
    color: #fff;
}

.wp-block-rss {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.wp-block-rss li+li {
    margin-top: 10px;
}

.wp-block-tag-cloud {
    margin-bottom: 0;
}

.wp-block-rss li a:hover {
    color: #000;
}

.wp-block-rss li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    transition: all 200ms;
}

.wp-block-group.has-background {
    padding: 30px;
    padding-bottom: 1px;
}

.wp-block-calendar {
    margin-bottom: 30px;
}

ul.wp-block-latest-posts__list li,
.blog-single-content-wrap .wp-block-rss li {
    padding-left: 0;
}

ul.wp-block-latest-posts__list li:before,
.blog-single-content-wrap .wp-block-rss li:before {
    display: none;
}

.wp-block-quote.is-style-large {
    padding: 30px;
    padding-left: 90px;
    position: relative;
}

.wp-block-quote.is-style-large:after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "\e94e";
    font-family: 'icomoon';
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.wp-block-quote.has-text-align-right:after {
    left: auto;
    right: 30px;
}

.wp-block-quote.has-text-align-right {
    padding-left: 30px;
    padding-right: 90px;
}

.wp-block-calendar .wp-calendar-nav {
    text-align: left;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    text-align: center;
}

.wp-block-image {
    margin-bottom: 1em;
}

.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
}
.wp-calendar-nav-prev:hover,
.wp-calendar-nav-next:hover {
    color: #000;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

.wp-block-video video {
    max-width: 636px;
}

.wp-block-image img {
    display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
    width: 100%;
}

.wp-block-image.alignfull img {
    width: 100vw;
}

.wp-block-cover-text p {
    padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
    padding: 0 14px;
}

.wp-block-table {
    display: block;
    overflow-x: auto;
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed.type-video>.wp-block-embed__wrapper>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wp-block-column .blockquote.wp-block-quote {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
}

.wp-block-quote.is-large {
    margin: 0 auto 16px;
}

.wp-block-pullquote>p:first-child {
    margin-top: 0;
}

.wp-block-separator {
    margin: 3em auto;
    padding: 0;
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d;
    margin: 30px 0;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    height: 56px;
    padding: 10px 20px;
    border: 1px solid #f1eaff;
    position: relative;
    z-index: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>");
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 92%;
    color: #000;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    width: 100%;
    height: 50px;
    background-position-x: 97%;
    border: 1px solid #f1eaff;
    background-color: transparent;
    margin-bottom: 30px;
    color: #000;
}


.wp-block-columns.alignwide blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large) {
    padding: 70px 20px 20px 20px;
}
.wp-block-columns.alignwide blockquote:not(.has-light-gray-color):not(.has-very-dark-gray-color):not(.is-style-large):not(.is-style-large):before {
    top: 30px;
    left: 23px;
}

.widget_text .textwidget form select,
.widget_categories form select,
.widget_archive select {
    margin-bottom: 0 !important;
}
.widget_text .textwidget p img {
    margin: 8px 0;
}
.widget_text .textwidget form {
    margin-top: 20px;
}
.blog-single-content-wrap .blog-details-author-meta li a {
    color: #8E8E8E;
}

@media screen and (min-width: 768px) {
    .wp-block-cover-text p {
        padding: 1.5em 0;
    }
}

