/*
Theme Name: Consultar
Theme URI: http://themeforest.net/user/wpoceans/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans/portfolio
Description: Consultar - Business Consulting WordPress Theme
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consultar
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/


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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    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;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}
.gallery-item {
  padding-bottom: 15px;
}
.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;
}

.screen-reader-text {
    background: transparent;
    display: none;
}
/* hpy custom */

.wcp-caption-plugin .image-caption-box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* border: 5px solid #eee; */
}
.wcp-caption-plugin .image-caption-box .slide-left-to-right {

}
.wcp-caption-plugin .image-caption-box .caption {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: #fff;
    z-index: 2;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    width: 100%;
    height: 100%;
}
.wcp-caption-plugin .image-caption-box img {
    position: relative;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    max-width: 100% !important;
    vertical-align: -webkit-baseline-middle;
    display: block;
}
.ich-prefix .col-1-3, .ich-prefix .col-4-12 {
    width: 25%;
}
.centered-text {
    display: table-cell !important;
    vertical-align: middle !important;
}
.entry-content {
    font-family: arial;
    font-size: 16px;

    color: #000000;
}
.premium-post-ticker__date{
	display:none;
}
.image-caption-box {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.wcp-caption-image {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Fundal semitransparent */
    color: white;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    opacity: 0; /* Ascunde textul */
    transform: translateY(100%); /* Mută textul în afara imaginii */
    transition: all 0.3s ease-in-out;
}

.image-caption-box:hover .caption {
    opacity: 1; /* Afișează textul */
    transform: translateY(0); /* Aduce textul în poziția corectă */
}

.image-caption-box:hover .wcp-caption-image {
    transform: scale(1.1); /* Zoom pe imagine */
}
.caption p{
	color: #fff!important;
}

.eael-grid-post-holder{
  border:none!important;
}
.premium-post-ticker__post-title a{
color: #1C8BCC!important;
}
/* Stil pentru container */
.marquee-container {
  overflow: hidden; /* Ascunde conținutul care iese în afara containerului */
  white-space: nowrap; /* Previne întreruperea liniei */
  width: 100%; /* Lățimea containerului */
  position: relative; /* Pentru poziționarea elementului animat */
  background: #ECECED; /* Fundal (opțional) */
  color: #1C8BCC;
  height: 35px; /* Înălțimea containerului */
  display: flex;
  align-items: center; /* Centrare pe verticală */
}

/* Animația de scroll */
.marquee {
  display: inline-block;
  animation: scroll 10s linear infinite; /* Animație infinită */
  white-space: nowrap;
}
.text-caseta h2{
	border: 2px solid #5EB0DC;
	max-width: 300px;
	margin-right: auto;
    margin-left: auto;
}
.contact-ft a{
	color: #fff;
}
.wpo-features-section .wpo-features-item .wpo-features-icon img {
    width: 90px;
   height: 80px;
}
.login-class{
	float: right;
    line-height: 50px;
    
}
/* Definirea animației */
@keyframes scroll {
  0% {
    transform: translateX(100%); /* Pornire de la marginea dreaptă */
  }
  100% {
    transform: translateX(-100%); /* Sfârșit la marginea stângă */
  }
}



@media screen and (min-width: 992px){
.wpo-site-header #navbar>ul>li>a{
	font-size: 20px;
}
	#menu-item-5056 {
		display:none;
	}
}
@media screen and (max-width: 658px){
.site-logo img{
  max-width: 215px!important;
}
.social-icons{
	margin-bottom: 20px;	
	}
.login-class{
	display: inline-block;
	float: none;
    line-height: 20px;
	font-size:13px;
	}
.social{
		display:none;
	}
}