@font-face {
    font-family: 'Bambino-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Bambino-Bold'), url('../fonts/Bambino Bold.woff') format('woff');
}
	
 @font-face {
    font-family: 'Bambino-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Bambino-Regular'), url('../fonts/Bambino.woff') format('woff');
}
	
@font-face {
    font-family: 'Bambino-Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Bambino-Light'), url('../fonts/Bambino Light.woff') format('woff');
}


body{
	font-family: 'Bambino-Regular';
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

#page{
	background-image: url(../images/bg_pen.png), url(../images/bg_ruler.png);
	 background-position: left 30%, right 45%;
	background-repeat: no-repeat, no-repeat;
}

h1, .h1{
	margin-bottom: 1rem;
}
h2, .h2{
	 font-family: 'Bambino-Light';
	 font-size: 2.4rem;
}

.bg-grey{
	background-color: #f1f5f7
}

.text-pink{
	color: #ff0bbd !important;
}


.col-centered{
    float: none;
    margin: 0 auto !important;
}

/*user menu */

.contul-meu:hover >.submenu  {
	display:block
}

.contul-meu .submenu {
	position: absolute;
	left: auto;
	right: -5px;
	width: auto;
	min-width: 125px;
	display: block;
	visibility: visible;
	background: transparent;
	display:none;
	border-radius: 5px;
	padding-top:15px;
}

.contul-meu .submenu .submenu-arrow::after {
	position: absolute;
	margin-left: -6px;
	right: 32px;
	top: 5px;
	width: 14px;
	height: 14px;
	content: " ";
	background: #ffffff;
	-webkit-transform: rotate(-45deg) scale(1);
	-moz-transform: rotate(-45deg) scale(1);
	-ms-transform: rotate(-45deg) scale(1);
	-o-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
	transform-origin: right top;
	z-index: 1;
}

.contul-meu .submenu ul {
	position: relative;
	background: #ffffff;
	list-style: none;
	padding: 10px 0;
	z-index: 2;
	/* -webkit-box-shadow: inset 1px 0px 0px 0px #e2e2e9, inset -1px 0px 0px 0px #e2e2e9, inset 0px 1px 0px 0px #e2e2e9, inset 0px -1px 0px 0px #e2e2e9; */
	color: #656565;
	background: #ffffff;
	padding: 10px 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}

.contul-meu .submenu ul li{
	margin:0px !important;
}

.contul-meu .submenu ul li a {
	background: #ffffff;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(77,146,255,1);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(77,146,255,1);
	box-shadow: inset 0px 0px 0px 0px rgba(77,146,255,1);
	color: #474953;
	text-align: left;
	font-size: .8em !important;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #474953;
	text-decoration: none;
	padding: 0 20px;
	cursor: pointer;
	line-height: inherit;
	text-align: left;
	white-space: nowrap;
	
}

.contul-meu .submenu ul li > a {
	border:0px solid transparent !important;
}

.contul-meu .submenu ul li a:hover {
	border:0px solid transparent !important;
	color:#000 !important;
}


/* HEader Style */
header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.navbar-toggler{
	background-color: transparent !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 3)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.fixed {
 background: #2c207b;
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  width:100%;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.fixed .custom-logo{
	height:45px;
}

.fixed nav{
padding: 0.9rem;
}

.fixed nav li{
margin-top: 1px;
}

.single-lesson .wp-bs-4-jumbotron { box-shadow: inset 0px 820px 600px rgba(0,0,0,0.6); }
.single-lesson .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {padding: 7rem 2rem 2rem; }

.single-lesson h2{font-size: 2rem;line-height: 1.3}

.wp-bs-4-jumbotron .wp-bp-jumbo-overlay a:hover,
.wp-bs-4-jumbotron .wp-bp-jumbo-overlay a:focus,
.wp-bs-4-jumbotron .wp-bp-jumbo-overlay a:active{
	background-color: #3662f0 !important;
}

/* Menu Style */
#primary-menu li {
    margin-bottom: 10px;
}

#primary-menu .nav-item {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

#primary-menu .nav-item:last-child:hover::after, #primary-menu .nav-item:last-child::after {
	height: 0px;
	display: none;
}

#primary-menu .nav-item::after, #primary-menu .nav-item.active::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff0bbd;
    transition: width .3s;
}

#primary-menu .nav-item.active::after {
	width: 100%;
}

#primary-menu .nav-item:hover::after {
    width: 100%;
    /*transition: width .3s;*/
}

#primary-menu li:last-child > a{
	border: 2px solid #ff0bbd;
	border-radius:30px !important;
}

#primary-menu li:last-child > a:hover{
	border: 2px solid #fff ;
}

#primary-menu li:last-child > a:hover{
	text-decoration: none;
}

#primary-menu li:last-child:hover > a{
	color:#fff;
	transition:none;
}

#primary-menu .nav-item:last-child a{
	padding: 0.2em 1.2em 0.3em 1.2em;
	text-transform: uppercase;
	color:#ff0bbd;
	font-size:.96rem;
	line-height: 1.96;
}
/* Menu Style */


/* Pagina profil/cursuri */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
  display:block;
  width:100%;
  padding:0px 0px;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  color:inherit;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 0px;
  border-right: 0px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
   padding: 10px 25px 10px 10px;
   display:block;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  color:#ff0bbd;
}

.tabs-left > .nav-tabs > li > a.active{
	background-color: #ff0bbd;
    padding: 10px 25px 10px 10px;
    color: #fff !important;
	display:block;
}
	

/* Pagina profil/cursuri */


/* sectiuni despre  */
.descriere, .descriere24 { font-size: 1.1rem; font-weight: 500; font-family: 'Quicksand', sans-serif; color:#292929 }
.descriere24 { font-size: 1.4rem; }

/* sectiuni despre  */


/* sectiuni contact  */
.contact h4{
	font-weight: 500; font-family: 'Quicksand', sans-serif;
}

.contact input, .contact textarea {
	border: 2px solid #ff0bbd !important;
	padding: 11px 20px !important;
	border-radius: 30px !important;
}

.contact input.wpcf7-submit{
	background-color: #ff0bbd;
	border:2px solid transparent;
	color:#fff;
}

/* sectiune cele mai populare cursuri  */
.card-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30ch, 1fr));
  grid-gap: 1.5rem;
  max-width: 100vw;
  width: 120ch;
  padding-left: 1rem;
  padding-right: 1rem;
}


.owl-item {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.15);
  padding-bottom: .1rem;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 20px;
}
.owl-item img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  max-height: 310px;
object-fit: cover;
}
.owl-item img ~ * {
  margin-left: 1rem;
  margin-right: 1rem;
}
.owl-item > :last-child {
  margin-bottom: 0;
}
.owl-item:hover, .owl-item:focus-within {
  box-shadow: 0.2rem 0.3rem 0.8rem 0.3rem rgba(0, 0, 0, 0.1);
}

.owl-prev {
width: 15px;
height: 100px;
position: absolute;
top: 35%;
margin-left: -40px !important;
display: block !important;
}

.owl-next {
width: 15px;
height: 100px;
position: absolute;
top: 35%;
right: -45px;
display: block !important;
}
.owl-prev i, .owl-next i {transform : scale(5,5); color: #ccc;}

.owl-theme .owl-nav [class*=owl-]:focus{
	outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.owl-item h3 {
margin-bottom: 0.7rem;
font-size: 1.8rem;
font-weight: 600;
font-family: 'Bambino-Light';
}

.owl-item .excerpt {
margin-top:0rem;
font-size: 1.1rem;
line-height: 1.65rem;
font-weight: 300;
font-weight: 500; font-family: 'Quicksand', sans-serif;
}

.owl-item a {
  color: inherit;
}

.owl-item .btn{
border-radius: 22px;
background-color: #ff0bbd;
font-size: 1rem;
border: 0px;
color: #fff;
padding: 9px 20px;
font-family: 'Bambino-Light';
}

.owl-item .btn:hover,
.owl-item .btn:focus,
.owl-item .btn:active{
	background-color: #3662f0 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent !important;
	
}

.owl-prev i:hover, .owl-next i:hover {
  color:#000 !important
}

.curs-footer{
	font-size: .9rem;
}
/* sectiune cele mai populare cursuri  */


/* sectiune echipa  */

.echipa-list .echipa-wrapper {
	border-radius: 100%;
	height: 200px;
	margin: 0 auto;
	width: 200px !important;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border: 0px solid #CCD5DB;
	text-align: center;
}

.echipa-list .echipa-wrapper img{
	max-height: 300px !important;
	max-width: 300px !important;
	width: 300px !important;
	height: 300px !important;
	left: -25%;
	position: relative;
}

.echipa-list .echipa-box h3{
	font-size: 1.4rem;
}

.echipa-list .echipa-box hr{
	margin-bottom: 0.5em;
}

/* sectiune echipa  */

/* sectiune statistici  */
.statistici{
	 background: rgb(18,74,255);
	background: linear-gradient(227deg, rgba(18,74,255,1) 16%, rgba(23,134,248,1) 50%, rgba(53,58,242,1) 82%); 
}

.statistici h2{
	font-family: 'Bambino-Regular';
}

.statistici span{
	font-size:1.8rem;
	margin-top: -6px;
	display: block;
	font-family: 'Bambino-Light';
}

/* sectiune statistici  */


/* sectiune blog Front Page */

.blog-front .box{
	box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.15);
	border-radius: 0.5rem !important;
}

.blog-front .box:hover{
	 box-shadow: 0.2rem 0.3rem 0.8rem 0.3rem rgba(0, 0, 0, 0.1);
}

.blog-front .rounded{
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
}

.blog-front h6{
	min-height:80px;
	font-weight: 600; font-family: 'Quicksand', sans-serif;
	font-size:1.2rem;
}

/* sectiune blog Front  */


/* sectiune cursuri  */

.stripe-button-el{
	background-image: none !important;
	border-radius: 22px !important;
	background-color: #ff0bbd !important;
	padding: 9px 20px !important;
}

.stripe-button-el span{
	background-image: none !important;
	background-color: #ff0bbd !important;
	box-shadow: inset 0 0px 0 rgba(255,255,255,0) !important;
	font-size: 1.3rem !important;
	border: 0px !important;
	color: #fff !important;
	font-weight: 600; font-family: 'Quicksand', sans-serif !important;
}

.cursuri-tax li{
	display: inline-block;
	padding: 0px 6px;
}

.cursuri-tax li a{
	border-radius: 22px;
	font-size: 1rem;
	border: 1px solid #212121;
	color: #000;
	padding: 7px 28px;
	font-weight: 600; font-family: 'Quicksand', sans-serif;
}

.cursuri-tax li a.active{
	background-color: #3795d1;
	border:1px solid transparent;
	color:#fff;
}

.cursuri-tax li a:hover{
	text-decoration: none;
	background-color: #3795d1;
	border:1px solid transparent;
	color:#fff;
}

.curs-wrapper {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.15);
  padding-bottom: .1rem;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 20px;
}

.curs-wrapper img{
	max-height:290px;
	width: 100%;
	object-fit: cover
}

.curs-wrapper h3 {
margin-bottom: 0.7rem;
font-size: 1.8rem;
font-weight: 600;
font-family: 'Bambino-Light';
}

.curs-wrapper .excerpt {
margin-top:0rem;
font-size: 1.2rem;
line-height: 1.65rem;
font-weight: 500; font-family: 'Quicksand', sans-serif;
min-height:65px
}

.curs-wrapper a {
  color: inherit;
}

.curs-wrapper .btn, .type-lesson .btn, .type-course .btn{
border-radius: 22px;
background-color: #ff0bbd;
font-size: 1rem;
border: 0px;
color: #fff;
padding: 9px 20px;
font-weight: 600; font-family: 'Quicksand', sans-serif;
}

.curs-wrapper .btn:hover, .type-lesson .btn:hover, 
.curs-wrapper .btn:focus, .type-lesson .btn:focus,
.curs-wrapper .btn:active, .type-lesson .btn:active
{
	background-color: #3662f0 !important;
}



/* sectiune cursuri  */

/* sectiune curs single  */

.type-course ul{
	padding-left: 0px;
	padding-top: 20px;
}

.type-course p{
	font-weight: 600; font-family: 'Quicksand', sans-serif;
}

.type-course ul li{
	font-weight: 500; font-family: 'Quicksand', sans-serif;
	padding: 6px 0px;
}

.type-course h5{
	font-weight: 600; font-family: 'Quicksand', sans-serif;
	line-height: 1.6;
}

.type-course .lectie-wrapper, .class-swm .lectie-wrapper{
	background-color: #fff;
	border-radius: 1rem;
	border:1px solid #d9d9d9;
	padding-bottom: .1rem;
	overflow: hidden;
	margin-bottom: 35px;
	margin-top: 20px;
}

.type-course .lectie-wrapper .excerpt, .class-swm .lectie-wrapper .excerpt{
	font-weight: 500; font-family: 'Quicksand', sans-serif;
	font-size: 0.9rem;
	min-height: 67px
}

.type-course .lectie-wrapper .data_lectie, .class-swm .lectie-wrapper .data_lectie{
	font-weight: 600; font-family: 'Quicksand', sans-serif;
	min-height:50px;
}

.type-course .lectie-wrapper .data, .class-swm .lectie-wrapper .data{
	font-weight: 500; font-family: 'Quicksand', sans-serif;
	font-size: .9rem;
	text-transform: capitalize;
}

.type-course .lectie-wrapper .btn, .class-swm .lectie-wrapper .btn {
	border-radius: 22px;
	background-color: #ff0bbd;
	font-size: 1rem;
	border: 0px;
	color: #fff;
	padding: 9px 20px;
	font-weight: 600; font-family: 'Quicksand', sans-serif;
}

.type-course .lectie-wrapper .btn:hover, .class-swm .lectie-wrapper .btn:hover {
    background-color: #3662f0;
}

.type-course .cursuri-list h4, .class-swm .cursuri-list h4{
	font-family: 'Bambino-Light';
}

.testimonials-list .fa-quote-left{
	position: absolute;
	top:-10px;
	left:30px;
	z-index:999;
	font-size: 1.9rem;
	color:#5c1dff;
}

.testimonials-list .fa-quote-right{
	position: relative;
	top:-60px;
	z-index:999;
	font-size: 1.9rem;
	color:#5c1dff;
	display: block;
	text-align: right;
}

.testimonials-carousel .owl-item {
	background-color: #fff;
	border-radius: inherit;
	box-shadow: none;
	padding-bottom: .1rem;
	overflow: hidden;
	margin-bottom: 35px;
	margin-top: 20px;
	font-size:1.6rem;
	font-style: italic;
	color:#5c1dff;
}

.testimonials-carousel .owl-prev{
	margin-left: -20px !important;
}

.testimonials-carousel .owl-prev i, .testimonials-carousel .owl-next i {
	transform: scale(2,2);
}

/* sectiun curs single */


/* sectiun lectie */
.type-lesson header a{
	text-decoration: none;
}

.type-lesson .entry-content p{
	font-weight: 500; font-family: 'Quicksand', sans-serif;
}


.type-lesson .embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.type-lesson .embed-container iframe,
.type-lesson .embed-container object,
.type-lesson .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* sectiun lectie */



/* sectiune newsletter  */

.newsletter p{
	font-weight: 600; font-family: 'Quicksand', sans-serif;
}

.newsletter input{
	border-top-left-radius: 20px !important;
	border-bottom-left-radius: 20px !important;
}

.newsletter button{
	background-color:#3795d1;
	font-size:1rem;
	color:#fff;
	border-top-right-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
	left: -10px;
	line-height: 1.8rem;
	position: relative;
	border:0px;
	cursor: pointer;
}

.newsletter button:hover{
	background-color:#ff0bbd;
}

/* sectiune newsletter  */


/* sectiune footer  */

footer{
	background-color: #2c207b;
}

footer .footer-info{
	font-size:1rem;
	font-family: 'Bambino-Light';
}

.footer-widgets .widget ul{
	padding: 10px 0px !important;
}

.footer-widgets .menu li:last-child{
	display: none;
}

.footer-widgets .widget ul li{
	list-style:none !important;
	padding:6px 0px !important;
}

.footer-widgets .widget ul li::before{
    display: inline-block;
	font-family:'FontAwesome'; 
	font-weight: 900; 
	content: "\f105";
	padding-right: 14px;
	color: #fff;
}

.footer-widgets .widget ul li a{
	color:#fff !important;
}


.footer-widgets .widget ul li a:hover{
	color:#ff0bbd !important;
}

  
/* sectiune footer  */


/* sectiun members */

.class-swm .wp-bp-jumbo-overlay{
	padding: 2rem 2rem 5rem !important;
}

.class-swm  input.swpm-login-form-submit, 
.class-swm input.swpm-registration-submit, 
.class-swm input.swpm-pw-reset-submit,
.class-swm input.swpm-edit-profile-submit{
    border-radius: 22px !important;
    background-color: #ff0bbd !important;
    font-size: 1rem !important;
    border: 0px !important;
    color: #fff !important;
    padding: 9px 20px !important;
    font-family: 'Bambino-Light' !important;
}

.class-swm .swpm-profile-account-delete-section a div{
	border-radius: 22px !important;
    background-color: #ccc !important;
    font-size: 1rem !important;
    border: 0px !important;
	color: #fff !important;
    padding: 9px 20px !important;
    font-family: 'Bambino-Light' !important;
	width:200px;
	float:right;
}

.class-swm table td{
	padding: 0.4rem;
	border-top: 0px solid #f1f1f1;
	font-size: .9rem;
}

.class-swm table td input, .class-swm table td select{
	padding: 0.2rem 0.75rem;
	font-size: .9rem;
}

.class-swm table label{
	font-size: .9rem;
}


@media (max-width: 768px) {
	
.type-course p{
	font-size:1.2rem;
}

}