/*
Theme Name: Eventicity
Theme URI: https://eventicity.themerex.net/
Description: Eventicity is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.13.0
Tested up to: 7.0
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: celebration, event, event planner, event theme, invitation, venue, wedding, wedding planner, party, events calendar, catering, conference, birthday party, event agency, party planning
Text Domain: eventicity
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
                	          		/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
									   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
                            	/* www.456bereastreet.com/archive/201012/
									   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.rounded_tiny {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.rounded_small {
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.rounded_medium {
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.rounded_large {
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.rounded {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}


// Stilizare Lista Galerii
/* ==================================================
   GALERII - ARCHIVE
================================================== */

.galerii-page {
    background: #f5f0e8;
    color: #211d1a;
}


/* Container */

.galerii-container {
    width: min(1400px, calc(100% - 80px));
    margin: 0 auto;
}


/* ==================================================
   HERO
================================================== */

.galerii-hero {
    
    text-align: center;
}

.galerii-eyebrow {
    display: block;
    margin-bottom: 18px;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;

    color: #7a5d49;
}

.galerii-main-title {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 400;
    line-height: 1.05;

    color: #211d1a;
}

.galerii-intro {
    max-width: 650px;
    margin: 25px auto 0;

    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;

    color: #6c625b;
}


/* ==================================================
   LISTA GALERII
================================================== */

.galerii-list {
    padding: 20px 0 0px;
}

.galerii-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 55px 28px;
}


/* ==================================================
   CARD
================================================== */

.galerie-item {
    min-width: 0;
}

.galerie-image-link {
    display: block;
    text-decoration: none;
}

.galerie-image {
    position: relative;

    width: 100%;
    aspect-ratio: 4 / 5;

    overflow: hidden;
    background: #e9e1d6;
}

.galerie-thumbnail {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.5s ease;
}


/* Overlay */

.galerie-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(25, 19, 15, 0);

    transition: background 0.4s ease;
}

.galerie-view {
    position: relative;

    padding-bottom: 6px;

    font-size: 12px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;

    opacity: 0;
    transform: translateY(10px);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.galerie-view::after {
    content: "";

    position: absolute;
    left: 50%;
    bottom: 0;

    width: 0;
    height: 1px;

    background: currentColor;

    transform: translateX(-50%);

    transition: width 0.4s ease;
}


/* Hover */

.galerie-item:hover .galerie-thumbnail {
    transform: scale(1.045);
}

.galerie-item:hover .galerie-overlay {
    background: rgba(25, 19, 15, 0.26);
}

.galerie-item:hover .galerie-view {
    opacity: 1;
    transform: translateY(0);
}

.galerie-item:hover .galerie-view::after {
    width: 100%;
}


/* ==================================================
   TITLU
================================================== */

.galerie-info {
    padding-top: 20px;
    text-align: center;
}

.galerie-title {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(21px, 1.5vw, 27px);
    font-weight: 400;
    line-height: 1.25;
}

.galerie-title a {
    color: #211d1a;
    text-decoration: none;

    transition: color 0.25s ease;
}

.galerie-title a:hover {
    color: #9b7255;
}


/* ==================================================
   PLACEHOLDER
================================================== */

.galerie-no-image {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    background: #e9e1d6;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;

    color: #8a786b;
}


/* ==================================================
   PAGINATION
================================================== */

.galerii-pagination {
    margin-top: 80px;
}

.galerii-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.galerii-pagination a,
.galerii-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 42px;
    height: 42px;
    padding: 0 12px;

    border: 1px solid rgba(33, 29, 26, 0.18);

    color: #211d1a;
    text-decoration: none;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease;
}

.galerii-pagination a:hover,
.galerii-pagination .current {
    background: #211d1a;
    border-color: #211d1a;

    color: #fff;
}


/* ==================================================
   EMPTY
================================================== */

.galerii-empty {
    padding: 60px 20px;

    text-align: center;

    color: #6c625b;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 1199px) {

    .galerii-container {
        width: min(1200px, calc(100% - 50px));
    }

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

}


@media (max-width: 900px) {

    .galerii-hero {
        padding: 0px;
    }

    .galerii-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 24px;
    }

}


@media (max-width: 600px) {

    .galerii-container {
        width: calc(100% - 36px);
    }

    .galerii-hero {
        padding: 0px;
    }

    .galerii-main-title {
        font-size: 46px;
    }

    .galerii-intro {
        font-size: 15px;
    }

    .galerii-list {
        padding-bottom: 80px;
    }

    .galerii-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .galerie-image {
        aspect-ratio: 4 / 5;
    }

    .galerie-title {
        font-size: 25px;
    }

}

.single-galerii .sidebar,
.single-galerii #secondary,
.single-galerii .widget-area {
    display: none;
}
.single-galerii #primary,
.single-galerii .content-area,
.single-galerii .site-main {
    width: 100%;
    max-width: 100%;
}

.single-galerii-title {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .single-galerii-title {
        margin-top: -20px;
    }
}