/*
Theme Name:   Sydney Child
Theme URI:    https://wordpress.org/themes/sydney/
Description:  Sydney Child Theme
Author:       aThemes
Author URI:   https://athemes.com/
Template:     sydney
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  sydneychild
*/
@font-face {
  font-family: 'Amsterdam Four';
  src: url('fonts/Amsterdam Four 400.eot');
  src: url('fonts/Amsterdam Four 400.eot?#iefix') format('embedded-opentype'),
       url('fonts/Amsterdam Four 400.woff2') format('woff2'),
       url('fonts/Amsterdam Four 400.woff') format('woff'),
       url('fonts/Amsterdam Four 400.ttf') format('truetype'),
       url('fonts/Amsterdam Four 400.svg#NumeFont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Kollektif Bold';
  src: url('fonts/Kollektif Bold 700.eot');
  src: url('fonts/Kollektif Bold 700.eot?#iefix') format('embedded-opentype'),
       url('fonts/Kollektif Bold 700.woff2') format('woff2'),
       url('fonts/Kollektif Bold 700.woff') format('woff'),
       url('fonts/Kollektif Bold 700.ttf') format('truetype'),
       url('fonts/Kollektif Bold 700.svg#NumeFont') format('svg');
  font-weight: normal;
  font-style: normal;
}
.item-testimonial {
	background-color: #f1f1f2;
	background-image: url(img/bg.png);
	background-position: top left;
	background-repeat: no-repeat;
/*	background-size: cover;*/
}
.testimonial-right {
	width: 50%;
    margin: 0 0 0 auto;
    background-color: #f1f1f2;
    padding: 40px;
    position: relative;
}
.testimonial-wrap::before {
	content: "TESTIMONIAL";
	font-family: 'Kollektif Bold';
	font-size: 72px;
	color: #fff;
	writing-mode: vertical-rl; /* Textul curge de jos în sus */
/*	width: 80px;*/
	height: 100%;
/*	background-image: url(img/ttml.png);*/
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -73px;
	background-size: contain;
	text-shadow: 0px 0px 5px #d9d9d9;
	transform: rotate(180deg);
	line-height: 1;
}
.testimonial-wrap {
	background-color: #fff;
	padding: 20px;
	text-align: center;
    position: relative;
}
.testimonial-rating img {
	display: block;
	width: 150px;
	margin: 30px auto;
}
.testimonial-author {
	font-family: 'Amsterdam Four';
	font-size: 36px;
	margin: 50px 0;
}
#mainnav ul li a:hover, .main-header #mainnav .menu > li > a:hover {
	color: #ffce07!important;
}
.page-numbers.dots {
	color: initial!important;
}
.home .entry-content>* {
	margin-bottom: 0!important;
}
@media (max-width: 768px) {
	.testimonial-right {
		width: 75%;
	}
}
@media (max-width: 576px) {
	.testimonial-right {
		width: 100%;
	}
	.testimonial-wrap::before {
		display: none;
	}
}
@media (max-width: 511px) {
	.n2-ss-layer-row-inner {
		justify-content: center;
	}
}