/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


@import url('https://fonts.googleapis.com/css?family=Karla');
@import url('https://fonts.googleapis.com/css?family=Rubik');

h2.wp-block-heading{
    font-size: 24px;
}

.activ{
    z-index: 100;
   margin-bottom: -2px;
   border-bottom: 4px solid #93358D;
}


.anchor-opacity{
    opacity: 60%;
}

.footer-contact-element{
    display: flex;
    align-items: center;
}

.footer-contact-element a{
    margin-left: 12px;
    font-family: "karla";
    font-weight: 400;
    font-size: 16px;
    color:#1a1a1a;

}

.footer-contact-element a:hover{
    color:#1454A4;
}

html, body{
    max-width: 100%;
    overflow-x:hidden;
}

a{
	color:#1454A4;
}

a:hover{
	color:#93358D;
}

section[data-id="2647087"] .elementor-widget-container,
section[data-id="3e6f1c4"] .elementor-widget-container
{ margin: 0 !important; }



/* Pagina cautare */
.site-search-page {
    padding-top: 56px;
    margin-bottom: 80px;
}

.site-search-page .container {
    max-width: 1159px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.site-search-page h1 {
    color: #000000;
    font-family: "Rubik";
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 24px;
    text-align: center;
}

.site-search-page .results-wrapper section:not(:last-child) {
    margin-bottom: 56px;
}


.site-search-page .results {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.site-search-page .results:not(:last-child) {
    margin-bottom: 48px;
}


.site-search-page h2 {
    color: #000000;
    font-family: "Rubik";
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 16px;
}


.site-search-page .load-more-wrapper {
    display: flex;
    justify-content: center;
}

.site-search-page .load-more {
    align-items: center;
    border-color: #93358D;
    display: flex;
    color: #93358D;
    border-radius: 24px;
}

.site-search-page .load-more:hover,
.site-search-page .load-more:focus {
    background-color: #93358D;
    color: #FFFFFF;
}

.site-search-page .load-more:disabled svg {
    animation: loading 2s infinite;
}

.site-search-page .load-more svg {
    margin-right: 10px;
}

.site-search-page .load-more path {
    stroke: currentColor;
}



.site-search-page .no-results {
    color: #000000;
    font-family: "Rubik";
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}



.site-search-page form {
    display: flex;
    box-shadow: 0px 4px 48px rgb(0 0 0 / 8%);
    border: solid 1px #CCCCCC;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 56px;
}

.site-search-page input {
    border: none;
    height: 48px;
    flex-grow: 1;
}

.site-search-page input::-webkit-search-cancel-button {
	display: none;
}

.site-search-page form button {
    border: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    display: flex;
    height: 48px;
    width: 56px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.site-search-page form button:hover {
    background: #93358D;
}
.site-search-page form button svg {
    fill: #93358D;
}

.site-search-page form button:hover svg {
    fill: white;
}



.site-search-page .section-specialitati a,
.site-search-page .section-page a {
    background: #fff;
    position: relative;
    /* box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.08); */
    border-radius: 24px;
    border: solid 1px #CCCCCC;
    padding: 12px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.site-search-page .section-specialitati a:hover,
.site-search-page .section-page a:hover {
    box-shadow: 0px 4px 48px rgb(0 0 0 / 8%);
    border-color: transparent;
    transition: all 0.8s ease;
}

.site-search-page .section-specialitati a:hover,
.site-search-page .section-page a:hover {
    border-color: transparent;
}

.site-search-page .section-specialitati h3,
.site-search-page .section-page h3 {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.site-search-page .section-specialitati .buton,
.site-search-page .section-page .buton {
    color: #93358D;
    margin-top: auto;
}

.site-search-page .section-specialitati .buton svg,
.site-search-page .section-page .buton svg {
    margin-left: 12px;
    margin-bottom: -4px;
    color:black;
}



.site-search-page .section-product a {
   display: none;
   flex-direction: column;
   align-items: center;
   background: white;
   border-radius: 24px;
   border:solid 1px #CCCCCC;
   padding: 20px;
   min-height: 378px;
   min-width: 256px;
   position:relative;
   display: flex;
}

.site-search-page .section-product a:hover {
   box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.08);
   border-color:transparent;
   transition: all 0.8s ease;
}

.site-search-page .section-product .media {
   border-radius: 50%;
   overflow: hidden;
   height: 126px;
   width: 126px;
   position: relative;
}

.site-search-page .section-product .media img {
   position: absolute;
   object-fit: cover;
   left: 0;
   width:100%;
   height: 100%;
   top: 0;
}

.site-search-page .section-product .title {
   width: 100%;
   display: flex;
   align-items: center;
   text-align: center;
}

.site-search-page .section-product .title p {
   position: absolute;
   top:20px;
   right: 20px;
   font-size: 24px;
}

.site-search-page .section-product h3 {
   font-family: "rubik";
   font-weight: 500;
   color:#1a1a1a;
   width: 1px;
   flex-grow: 1;
   font-size: 16px;
   margin: 0;
}

.site-search-page .section-product p.specializare {
   color: #1454A4;
   font-family: "karla";
   font-weight: 400;
   font-size: 16px;
   margin-top: 24px;
   text-align: center;
}

.site-search-page .section-product .buton {
   margin-top: auto;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 24px;
   background: #93358D;
   color:white;
   border:none;
   width: 216px;
   height:48px;
}

.site-search-page .section-product .buton p {
   font-family: "karla";
   font-weight: 400;
   color: #fff;
   font-size: 16px;
   margin-top: 12px;
}



.site-search-page .section-post .imgar img {
    border-radius:24px 24px 0 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.site-search-page .section-post .imgar {
    height: 261px;
    min-height: 261px;
    border-bottom: solid 1px #CCCCCC;
}

.site-search-page .section-post a:hover {
    transition: all 0.3s ease;
    border-color: transaprent;
}

.site-search-page .section-post a {
    display: block;
    background: #fff;
    position: relative;
    /* box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.08); */
    border-radius: 24px;
    border: solid 1px #CCCCCC;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.site-search-page .section-post a:hover {
    box-shadow: 0px 4px 48px rgb(0 0 0 / 8%);
    border-color: transparent;
    transition: all 0.8s ease;
}

.site-search-page .section-post h3 {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.site-search-page .section-post .continut p {
    margin:16px 16px 0 16px;
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color:#000;
    position: relative;
}

.site-search-page .section-post .text-scurt {
    color:#000;
    font-family: "karla";
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
}

.site-search-page .section-post .titlu-si-buton {
    padding:16px;
    display: flex;
    flex-direction: column;
    border-top: solid 1px #CCCCCC;
    height: 100%;
}

.site-search-page .section-post .buton{
    margin: auto 0px 0px  0px!important;
    color:#93358D!important;
}

.site-search-page .section-post .buton svg {
    margin-left: 12px;
    margin-bottom: -4px
}

.site-search-page .section-post .data-postare {
    display: flex;
    flex-direction: column;
    background: #0448AA;
    position: absolute;
    top: 185px;
    left: 16px;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
}

.site-search-page .section-post .data-postare p {
    color:white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 16px;
}

.site-search-page .section-post .zi-data {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 500;
    font-size: 20px!important;
    line-height: 28px;
    margin-bottom: -15px!important;
    margin-top: 8px!important;
}

.site-search-page .section-post .luna-an-data {
    font-family: 'Karla';
    font-style: normal;
    font-weight: 400;
    font-size: 12px!important;
    line-height: 22px;
    margin-bottom: 8px!important;
}

table {
    font-size: 1rem!important;
}



@keyframes loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width:1024px){
    .sidebar_menu_enayati_home{
        height:575px;
        overflow-y: auto;
        min-width:300px;
    }
}

@media (max-width: 1023px) {
    .site-search-page .results {
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .site-search-page h1 {
        font-size: 40px;
        margin: 0 0 20px;
    }

    .site-search-page .results-wrapper section:not(:last-child) {
        margin-bottom: 48px;
    }

    .site-search-page h2 {
        font-size: 28px;
        margin: 0 0 12px;
    }
}

@media (max-width: 767px) {
    .site-search-page .results {
        grid-gap: 20px;
        grid-template-columns: 1fr;
    }

    .site-search-page h1 {
        font-size: 34px;
    }

    .site-search-page .results-wrapper section:not(:last-child) {
        margin-bottom: 40px;
    }

    .site-search-page .results:not(:last-child) {
        margin-bottom: 32px;
    }

    .site-search-page h2 {
        font-size: 24px;
    }
}

