/*
Theme Name: followme
Author: Increase Digital
Author URI: http://www.increasedigital.eu/
Version: 1.0
*/

@font-face {
    font-family: 'Open Sans';
    src: url('https://www.followme.ro/fonts/opensans-regular-webfont.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;	
}
	

html{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	background: #ffffff;
	margin: 0;
	padding: 0;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	border: none;
	outline: none;
	text-decoration: none;
}

img{
	border:none;
	outline: none;
	max-width: 100%;
	height: auto;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; } /* Hide from IE Mac \*/ 
.clearfix { display: block; } /* End hide from IE Mac */ 
.none { display: none; } /* End Clearfix */



.alignnone {
    margin: 5px 10px 10px 0;
}

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

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

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

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

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

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px 3px;
    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 {
    text-align: left;
    max-width: 100%;
}

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

.wp-caption p.wp-caption-text {
	font-size: 90%;
    color: #999;
    /*
    font-size: 11px;
    line-height: 17px;
    */
    padding: 3px 0 10px 0;
    margin: 0;
}

.fa-fw{
	width: 1.28571429em;
	text-align: center;
	display: inline-block;
}

/*
 * MAIN
 --------------------------------*/

body{
	background-color: #f7f7f7;
}

.p-0 > .vc_column-inner{
	padding: 0 !important;
}


/* Page navi */

.wp-pagenavi {
	display: inline-block;
	margin-bottom: 20px;
}

.wp-pagenavi > *{
	border: 1px solid #e1e1e1;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 8px 12px;
	margin: 2px;
	font-size: 15px;
	line-height: 15px;
	float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: #202430;
	background:none;
}

.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	background:#1b4a5e;
	border-color:#1b4a5e;
}

.wp-pagenavi a:hover {
	color: #fff;
	background:#11333f;
	border-color:#11333f;
}

.wp-pagenavi span.pages {
	color: #202430;
	background: none;
	padding: 8px 12px;
}

.wp-pagenavi span.extend {
	background:transparent;
	color: #202430;
	background: none;
}

/* Gallery */

.part-gallery{
	background-color: #fafafa;
}

.part-gallery .part-gallery-slide{
	position: relative;
	background-color: #fafafa;
}

.part-gallery .part-gallery-slide .part-gallery-slide-image{
	display: block;
	background-color: #fff;
	width: 100%;
	position: relative;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.part-gallery .part-gallery-slide .part-gallery-slide-image > *{
	position: absolute;
}

.part-gallery .part-gallery-slide-content{
	/*background-color: #fafafa;*/
}

.part-gallery-nav .part-gallery-slide{
	padding: 4px 2px;
}

.part-gallery .part-gallery-slide .part-gallery-slide-image:before{
	content: '';
	position: relative;
	display: block;
	padding-top: 56.25%;
}

.slick-slider{
	position: relative;
}

.slick-list{
	position: relative;
	z-index: 4;
	overflow: hidden;
}

.slick-track{
	position: relative;
}

.slick-track:before, .slick-track:after {
	clear: both;
	width: 100%;
	display: table;
	content: '';
}

.slick-slide {
	float: left;
	min-height: 1px;
}

.wpb_followme_carousel_image_grid_ul .slick-slide:not(.slick-current){
	opacity: 0.4;
}

.slick-arrow{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 5;
	-webkit-appearance: none;
}

.slick-disabled{
	opacity: 0.2;
}

.slick-prev{
	left: 10px;
}

.part-gallery-nav .slick-prev{
	left: 0;
}

.slick-next{
	right: 10px;
}

.slick-prev:before,
.slick-next:after{
	font-family: 'slick';
	font-size: 30px;
	line-height: 1;
	color: #055588;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.slick-prev:before{
	content: '←';
}

.slick-next:after{
	content: '→';
}

@font-face {
	font-family: "slick";
	src: url("inc/slick/fonts/slick.eot");
	src: url("inc/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("inc/slick/fonts/slick.woff") format("woff"), url("inc/slick/fonts/slick.ttf") format("truetype"), url("inc/slick/fonts/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;		
}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	display: block;
	
	width: 100%;
	padding: 0;
	margin: 0;
	
	list-style: none;
	
	text-align: center;
	
	background-color: #055588;
}
.slick-dots li
{
	position: relative;
	
	display: inline-block;
	
	width: 24px;
	height: 24px;
	margin: 0 5px;
	padding: 0;
	
	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;
	
	display: block;
	
	width: 24px;
	height: 24px;
	padding: 5px;
	
	cursor: pointer;
	
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 8px;
	line-height: 24px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 24px;
	height: 24px;
	
	content: '•';
	text-align: center;
	
	opacity: .55;
	color: white;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .85;
	color: white;
}


/*
 * HEADER
 --------------------------------*/

.top-header .social-icons{
	display: flex;
}

.top-header .social-icons a{
	display: flex;
	margin-right: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	align-items: center;
	justify-content: center;
}

.header{
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	position: relative;
	z-index: 5;
}

.header .navbar-brand img{
	max-height: 80px;
}

.header .navbar-secondary-brand img{
	max-height: 80px;
}

.navbar-nav{
	font-size: 0.9rem;
}

#head-toggle{
	display: inline-block;
	width: auto;
}

nav .ubermenu-skin-minimal.ubermenu-responsive-toggle{
	background-color: #055588 !important;
	color: #fafafa !important;
}

nav .ubermenu-responsive-toggle .svg-inline--fa{
	margin: 0 !important;
}

nav .ubermenu-skin-minimal {
	font-size: 1rem;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop{
	border-top: 1px solid #dee2e6 !important;
	background-color: #fafafa;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header > .ubermenu-target{
	border-bottom: 1px solid #e9e9e9;
}


/*
 * CONTENT
 --------------------------------*/

/* Page */

.page-featured-image{
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

.page-featured-image:before {
	content: '';
	display: block;
	padding-top: 30%;
}

.page-featured-image-wrap .bottom-line{
	height: 10px;
}

/* Shortcode cursuri */

.archive-with-thumb .featured-image{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-color: #eee;
	position: relative;
}

.archive-with-thumb .featured-image:after{
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(237, 28, 36, 0.6);
	webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.not-touch-device .archive-with-thumb .featured-image:hover:after{
	top: 0;
}

.archive-with-thumb .featured-image:before{
	content: "";
	display: block;
	padding-top: 55%;
}

.archive-cursuri .collapse-oferte{
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	/*background-color: rgba(255,255,255,0.95);*/
	background-color: #fff;
}

.archive-cursuri .collapse-oferte .close-wrap{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
}

.archive-cursuri .collapse-oferte > div{
	box-shadow: 0 -0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.archive-with-thumb .archive-cursuri-content{
	flex-basis: auto;
}

/* Testimonials carousel */

.carousel-terstimonials{
	position: relative;
}

.carousel-terstimonials:after{
	content: '';
	background: #055588;
	height: 6px;
	bottom: 7px;
	width: 100%;
	display: block;
	position: absolute;
}

.carousel-terstimonials .slick-slide{
	position: relative;
}

.carousel-terstimonials .slick-slide:after{
	content: '';
	width: 20px;
	height: 20px;
	background-color: #055588;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.carousel-terstimonials .carousel-testimonial > *{
	transition: all 300ms ease;
	position: relative;
}

.carousel-terstimonials .carousel-testimonial:not(.slick-center) > *{
	/*opacity: 0.6;*/
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.carousel-terstimonials .carousel-testimonial > *:after{
	content: '';
	position: absolute;
	top: 99%;
	left: 50%;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 30px solid #055588;
}


.carousel-terstimonials .carousel-testimonial > *:before{
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	top: -15px;
	left: 25px;
	color: #fff;
	opacity: 0.1;
	z-index: 0;
	font-size: 6rem;
	line-height: 1em;
}

.carousel-terstimonials .carousel-testimonial > * > *{
	position: relative;
	z-index: 3;
}

.carousel-terstimonials .slick-prev,
.carousel-terstimonials .slick-next{
	outline: none;
	width: 25px;
}

.carousel-terstimonials .slick-prev{
	left: 0;
}

.carousel-terstimonials .slick-next{
	right: 0;
}

.carousel-terstimonials .slick-prev:before,
.carousel-terstimonials .slick-next:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}

.carousel-terstimonials .slick-prev:before{
	content: '\f104';
}

.carousel-terstimonials .slick-next:after{
	content: '\f105';
}

.before-footer-sidebar .textwidget{
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* Visual Composer Gallery Custom Carousel */

.wpb_followme_carousel_image_grid_ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.wpb_followme_carousel_image_grid_ul .followme_carousel_image_grid_item {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*.wpb_followme_carousel_image_grid_ul .followme_carousel_image_grid_item:before {
	content: '';
	position: relative;
	display: block;
	padding-top: 56.25%;
}*/

.wpb_followme_carousel_image_grid_ul .followme_carousel_image_grid_item .vc_gallery_padding{
	content: '';
	position: relative;
	display: block;
	padding-top: 56.25%;
}

.wpb_followme_carousel_image_grid_ul .followme_carousel_image_grid_item > *:not(.vc_gallery_padding){
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
}

/* Echipa */

.archive-echipa .featured-image{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	max-width: 200px;
	display: block;
}

.archive-echipa .featured-image:before{
	content: "";
	display: block;
	padding-top: 100%;
}

/*
 * FOOTER
 --------------------------------*/

.footer ul.menu{
	list-style-type: circle;
	padding-left: 16px;
}

.footer ul.menu li{
	margin-bottom: 5px;
}

.footer ul.menu li a{
	text-decoration: none;
}

.footer .text-light a{
	color: #fff !important;
}

.footer .text-light a:hover{
	color: #eee !important;
}

.footer .copyright{
	border-top-color: rgba(255,255,255,0.1) !important;
}
/* ascunde imagini articole */
body.single-post > .container > .post-wrap  img {
	display:none;
}

.off_prescolari .archive-oferte .col-md-6:nth-child(3),
.off_clasa_i .archive-oferte .col-md-6:nth-child(2),
.off_juniori .archive-oferte .col-md-6:nth-child(3),
.off_seniori .archive-oferte .col-md-6:nth-child(2){display:none;}
