/* Custom CSS for LinguaClick */

/* -------------------------------------------- General Styles */

@import "custom-eva.css";
@import "custom-michell.css";
@import "flag-icon.css";

body {
    color: #666666;
    background-color: #FFF;
    font-family: 'Lato', sans-serif;

    &.modal-open {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
    }
}

body a,
body a:hover,
body a:focus,
body a:active {
    text-decoration: none;
    color: inherit;
}

img {
   /* width: 100%;*/
    height: auto;
}
.container {
  max-width:1200px;
}
.img-regular {
    width: auto;
}
.text-black{
	color:#000;
}
.bg-table-1{
	background-color:#fceeee;
}
.color-burgundy {
    color: #5B192E;
}
.color-green {
    color: #194A5B;
}
.color-light-green {
    color: #048A7C;
}
.color-grey {
    color: #666666;
}
.color-grey-2 {
    color: #999999;
}
.color-dark-grey {
    color: #46495C;
}
.color-red {
    color: #EA5856;
}
.color-orange {
  color:#F6A045;
}
.color-1{
    color: #EA5856 !important;
}
.color-1-bg{
    background-color: #EA5856;
	color:#fff;
}
input .color-1-bg{
	color:#fff;
}
.color-yellow {
    color: #FDB727;
}
.color-blue {
    color: ##46495C;
}
.color-custom-white {
    color: #fff;
}
.color-transparent {
    color: transparent;
}
.bg-transparent {
    background-color: transparent;
}
body [type=button] {
    -webkit-appearance: none;
}
.btn {
  background-image: none;
	background-color: transparent;
  text-align: center;
  width: auto;
  border-radius: 0;
  border-style: solid;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
}
.bg-red {
  background-color:#EA5856;
}
.border-1 {
    border-width: 1px;
    border-style: solid;
}
.border-top-1 {
    border-top: 1px solid #fff;
}
.border-footer {
    border-top: 1px solid #e2e2e2;
}
.border-bottom-green {
    border-bottom-color: #a4d65e;
    border-bottom-width: 4px;
}
.uppercase {
    text-transform: uppercase;
}
.flag-icon {
  border-radius:50%;
}
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 1.1em;
    line-height: 1.8em;
}
h2 {
    font-size: 1.8em;
    line-height: 1.3em;
}
h3 {
    font-size: 1.5em;
    line-height: 1.4em;
}
h4 {
    font-size: 1.3em;
    line-height: 1em;
}

h5 {
    font-size: 1em;
    line-height: 1em;
}
ul li,
ul {
    margin: 0;
    padding: 0;
}
.wrapper {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
}
.rel-wrapper {
    position: relative;
    /*overflow:hidden;*/
}

p,
a,
input,
textarea,
ul li,
ol li,
.order-list,
span,
table,
table tr,
table tr td {
    font-size: 0.9em;
    font-weight: 300;
}
input,
textarea,
button:active,
button:focus {
    outline: 0;
}
.btn-link:hover {
	text-decoration:none;
}
.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0;
}

.fab{
	color:#EA5856;

}
.fa-bars{
	color:#FFF;

}
.fa-bars-2{
	color:#EA5856;

}

.fw-bold {
    font-weight: bold;
}
.fw-medium {
    font-weight: 500;
}
.fw-light {
    font-weight: 300;
}
.fw-extralight {
    font-weight: 200;
}
.f-italic {
    font-style: italic;
}
.lh-1 {
  line-height:1em;
}
.placeholder-font{
	font-size:14px;
	color:#999 !important;
}
a:hover {
    color: inherit;
}
.site-footer ul li,
.site-footer li {
    list-style: none;
}

.no-breaks p {
    margin-bottom: 0;
}
.z-index-11 {
    z-index: 11;
}
.z-index-21 {
    z-index: 21;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: 20;
}
.btn-border-grey {
    border: 1px solid #ccc;
}
.border-grey{
	border: solid 2px #cdcdcd !important;
}
.text-block b,
.text-block strong{
    color: #EA5856;
    font-weight: bold;
}
.text-block ul {

}
.text-block ul li {
    list-style: none;
    font-size: 1em;
	text-transform: capitalize;
}
.text-block ul li::before {
    /*content: "\2013";*/
    color: #5B192E;
    font-size: 2em;
    font-weight: bold;
    padding: 0px 15px 0 0;
    display: inline-block;
    margin-left: -1em;
    margin-top: -7px;
    vertical-align: middle;
}
.text-block.reduced-list ul li {
    margin-bottom: -10px;
}
.margin-auto {
	margin:auto;
	padding:0px;
}
.fs-09 {
  font-size:0.9em;
}
.font-size-md,
.fs-1 {
	font-size:1em;
}
.font-size-1,
.fs-11 {
	font-size:1.1em;
}
.font-size-2{
	font-size:1.3em;
}
.font-size-3{
	font-size:1.5em;
}
.font-size-4{
	font-size:1.7em;
}
.font-size-5{
	font-size:1.9em;
}
.font-size-sm{
	font-size:0.9em;
}
.fs-08 {
  font-size:0.8em;
}
.form-check{
	font-size:0.8em;
}
.form-check p {
  font-size:1.1em;
}
.form-check-input {
	margin-top:0px;
}
.border-radius{
	border-radius: 22px;
}

.title-1{

	font-weight:bold;
	color:#EA5856;
	text-transform:uppercase;
}
.cc-banner .cc-message {
	font-family:'Lato', sans-serif;
	font-size:0.9em;
}
.cc-banner .cc-link {
  font-size:1em;
  font-weight:bold;
  color:#EA5856 !important;
}
@media (min-width:1500px) {
  .container {
    max-width:1440px;
  }
}
/* -----------------------------------------------------------------------*/
/* -------------------- Select Option Custom Style ----------------------*/
/* ---------------------------------------------------------------------*/

.tt-select {
    position: relative;
    height: auto;
    padding: 0px;
    font-size:0.8em;
    text-align: left;
}
.tt-select select {
    display: none;
}
.select-selected {
   /* color: rgba(0, 0, 0, 0.8) !important;*/
}
.select-selected:after {
	background: url(http://localhost/webs/linguaclick/wp-content/themes/linguaclick/img/arrow-down.png) no-repeat right white;
	background-position:96%;
}
.select-selected:before {
	background: url(http://localhost/webs/linguaclick/wp-content/themes/linguaclick/img/arrow-down.png) no-repeat right white;
	background-position:96%;
}
.select-selected.select-arrow-active:before {
    border: none;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 10px;
}
.select-items div,.select-selected {
	padding:7px 10px 7px 10px;
    color: #666;
    cursor: pointer;
}
.select-items {
  background-color: #fefefe;
  top: 100%;
  left: 0;
  right: 0;
	margin-top:5px;
  z-index: 99;
	border-radius:20px;
  height: 20vh;
  overflow-y: scroll;
}
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-select{
	content: "\f078";
	border:2px solid #cdcdcd;
	background: url(http://localhost/webs/linguaclick/wp-content/themes/linguaclick/img/arrow-down.png) no-repeat right white;
	background-position:96%;
	border-radius:20px;
}

/* --------------------------------------------------------------*/
/* --------------------------------------------- General Styles */
/* --------------------------------------------- Media Queries */

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
    .wrapper {
        padding-left: 7%;
        padding-right: 7%;
    }

    h1 {
        font-size: 1.2em;
    }

    h2 {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        padding-left: 7%;
        padding-right: 7%;
    }
}

@media (min-width: 1600px) {

    .wrapper {
        padding-left: 9%;
        padding-right: 9%;
    }
}

/* ----------------------------------------------------- Icons */

@charset "UTF-8";

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Home */
/* ------------------------------------------- Section: Header */

.dropdown-item:active{
	background-color:#FAFAFA;
}
.navbar-toggler-right{
	padding-top:2px;
}
.site-header{
	list-style: none;
}
.fl-box h1 {
	font-size:1.5em;
	line-height:27px;
}
.input-group-text{
	background-color:#EA5856;
	border:1px solid #EA5856;
	padding-left:20px;
	padding-right:20px;
	margin-left:-15px;
	border-bottom-right-radius: 22px !important;
	border-top-right-radius: 22px !important;
}
.home-search{
	font-size:1.5em;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
	border: none;
	border-bottom-left-radius: 22px;
	border-top-left-radius: 22px;
	border-bottom-right-radius: 22px !important;
	border-top-right-radius: 22px !important;
	font-size:1.2em;
}
.header-bg-1{
	background-size: cover;
	height: 391px;
}
.header-bg-1::after{
  filter:blur(5px);
}
.custom-logo{ width:120px;}
.custom-logo-link{ width:140px;}

.mobile-search-form {
  position:absolute;
  left:50%;
  bottom:15%;
  transform: translate(-50%);
  z-index:250;
}
.scroll-home {
    position:absolute;
    bottom:6%;
    left:50%;
    z-index:22;
    transform:translateX(-50%);
}
.scroll-home img:first-child {
    width:50px;
}
.scroll-line-position {
    position:absolute;
    top:0;
    left:50%;
    width:15px;
    transform:translateX(-50%);
}
.move-down {
    -webkit-animation: mover 0.8s infinite  alternate;
    animation: mover 0.8s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translate(-50%,20px); }
    100% { transform: translate(-50%,5px); }
}
@keyframes mover {
    0% { transform: translate(-50%,20px); }
    100% { transform: translate(-50%,5px); }
}

@media (min-width: 576px) {
	.custom-logo-link{width:220px;}
	.custom-logo{}
	.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
		border: solid 2px #EA5856;
		border-bottom-left-radius: 22px;
		border-top-left-radius: 22px;
		border-bottom-right-radius: 22px !important;
		border-top-right-radius: 22px !important;
		font-size:0.8em;
	}
  .form-group.files input {
    border:0;
  }
	.header-bg-1{
		background-size: cover;
		height: 737px;
    background-position:50% center;
	}
	.bg-home-banner {
	  /*background-image: linear-gradient(to left, transparent 0%, #f47830  100%);*/
    background-image: linear-gradient(to left, transparent 0%, #ce603e  100%);
    opacity: 0.5;
	}
  .mobile-search-form {
    bottom:25%;
  }

}

@media (min-width: 768px) {
  .fl-box{
    border:2px solid #000;
    border-radius:10px;
    width:420px;
    padding:30px 20px;
  }
  .desktop-search-form {
    position:absolute;
    top:50%;
    right:20px;
    transform: translateY(-50%);
    z-index:250;
  }

}
@media (min-width: 992px) {
	.fl-box{
		top:220px;
		border:2px solid #000;
		border-radius:10px;
		/*left:585px;*/
		z-index:1;
    width:460px;
    padding: 30px 20px 30px 20px;
	}
	.custom-logo{
    width:150px;
  }
  .header-bg-1, .header-bg-1:after{
		height: 100vh;
	}
  .header-bg-1{
    background-position:50% center;
  }
}
@media (min-width: 1200px) {
  .desktop-search-form {
    position:relative;
    max-width:1200px;
    right:0;
    padding-right:20px;
    margin:0 auto;
    align-items:center;
    justify-content: flex-end;
  }
}

@media (min-width: 1220px) {
  .desktop-search-form {
    padding-right:0;
  }
  .fl-box {
    width:500px;
  }
}
@media (min-width:1500px) {
  .desktop-search-form {
    max-width:1440px;
  }
}

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Home */
/* ------------------------------------------- Section: NavBar */

.navbar-main {
  position:absolute;
  top:0;
  left:0;
  right:0;
  padding-left:15px;
  padding-right:15px;
}
.navbar-nav {
  width:100%;
}
.menu-register,
.menu-login,
.menu-create_teacher_account {
  border-radius:20px;
}
#language-row-mobile .menu-register,
#language-row-mobile .menu-login,
#language-row-mobile .dropdown-bd-header-2 {
    color:#fff;
    border:2px solid #fff;
}
#language-row-mobile {
  background-color: #ea5756;
  height:50px;
}
#navbar {
	background-color: #fff;
	color: #EA5856;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100vh;
	padding-top: 30px;
	z-index: 99;
	overflow-y: hidden;
}
.navbar-secondary {
  background-color:#fff;
}
.close-menu {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1920;
}
#language-row-mobile .dropdown-bd-header-2 {
    color:#fff;
    border:2px solid #fff;
}
#language-row-mobile .dropdown-toggle::after {
    color:#fff;
}
.navbar-nav .menu-item,
.menu-item-extra {
  margin-right: 20px;
  padding:4px 0px 2px 30px;
  text-transform:uppercase;
  font-size:0.9em;
  text-align:left;
}
.menu-item-extra a {
  border-bottom:2px solid #EA5856;
  padding:2px 0;
}
.menu-item-extra a:hover,
.menu-item-extra a:focus {
  color:#EA5856;
}
.menu-item-extra.extra-home a:hover,
.menu-item-extra.extra-home a:focus {
  color:#FFF;
}
.navbar-main.scrolled #language-row-mobile,
.navbar-secondary.scrolled #language-row-mobile,
.initial-header.scrolled {
    opacity:0;
    height:0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.initial-header.scrolled {
    display:none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.navbar-transition.scrolled {
  box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
  background-color:#fff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.scrolled-items {
  display:none;
}
.navbar-2 {
  padding-left:15px;
  padding-right:15px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}
.navbar-transition.scrolled .scrolled-items {
    border-bottom:0;
    display:block;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.menu-items-primary .menu-login,
.menu-items-secondary .menu-login {
  border-color:#EA5856;
  font-size:0.8em;
  background-color:transparent;
}
.menu-items-secondary .menu-login {
  font-size:1em;
  background-color:#EA5856;
}
.menu-user-primary .menu-userprofile {
  color:#fff;
}
.navbar-transition.scrolled .menu-items-primary .menu-login {
  background-color: #EA5856;
  color:#fff;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar-transition.scrolled .menu-user-primary .menu-userprofile {
  color:#EA5856;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar-2.navbar-transition.scrolled {
  border-bottom:0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.menu-learn-language-2 a{
	padding-left: 0px !important;
	padding-right: 0px !important;
	font-size:0.9em !important;
}
.navbar-main.scrolled .menu-item-extra.extra-home a {
  color:#EA5856;
}
.transition{
	transition: 0.3s;
}
 .f-header{
    background-color: #FAFAFA;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	border: 2px solid #EA5856;
	min-width: 4rem;
	padding-bottom:5px;
	padding-top:5px;
}
.dropdown-item {
  color: #666;
  box-shadow: 0px 1px 1px #EA5856;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 8px;
}
.lang-menu-footer .dropdown-item {
  padding-left:5px;
  padding-right:5px;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color:inherit;
  font-weight:900;
  background-color:transparent;

}
.dropdown-item:first-child {
  padding-top: 2px;
}
.dropdown-item:last-child {
    border-bottom:0px solid #000;
	  box-shadow: 0px 0px 0px #EA5856;
    padding-bottom: 2px;
}
.dropdown-flags{
	/*width:27%;*/
}
.dropdown-bd-footer{
	border: 2px solid #EA5856;
	color:#666;
	border-radius:20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 17px;
	font-size:0.7em;
}
.dropdown-toggle::after {
	color:#EA5856;
}
.navbar {
	/*padding: 25px 9% 15px 9%;*/
	position:absolute;
	top:60px;
	left:0px;
}
.menu-2 ul li{
	color:#EC6351 ;
	font-weight:bold;
}
.menu-2 ul li a{
	color:#EC6351;
	font-weight:bold;
	font-size:1em;
	margin-right:20px;
	padding-bottom:2px;
}
.menu-learn-language{
	border-radius: 20px;
	border-color:transparent;
}
.menu-learn-language:hover, .menu-learn-language:focus, .menu-learn-language:active, .menu-learn-language:visited{
	background-color: transparent;
	border-radius: 0px;
	border-color: transparent;
}

.dropdown-bd-header{
	border: 2px solid #FFF;
	color:#fff;
	border-radius:20px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 17px;
	font-size:0.7em;
}
.dropdown-bd-header-2{
	border: 2px solid #EA5856;
	color:#EA5856;
	font-weight:bolder;
	border-radius:20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 17px;
	font-size:0.7em;
}
.dropdown-toggle::after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
	border:0px;
	vertical-align: baseline;
}
.d-flex.dropdown-toggle::after{
  margin-top:-17px;
}
.menu-learn-language .dropdown-toggle::after{
  position:relative;
  left:5px;
}
.search-title{
	font-size:1.5em;
}
.menu-items-secondary li {
  padding:2px 0 4px 0;
}
.menu-items-secondary li a {
  padding:2px 15px;
  font-size:0.75em;
}
.menu-items-secondary li:hover a {
  color:#fff;
}

#nav-pop .dropdown a {
  font-size:0.75em;
}
#nav-pop .dropdown div span {
    font-size:1em;
}
#nav-pop .dropdown-menu {
  right:0;
  left:auto !important;
  margin-top:10px;
  top:95%;
  padding-top:10px;
  border-bottom:2px solid #EA5856;
  background-color:#fff;
  border-top:0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#nav-pop .dropdown-item {
  padding-right:5px;
  text-align:right;
  box-shadow: 0 0 0;
}

@media (min-width: 768px) {
   .navbar {
		top:20px;
		left:unset;
	}
  .navbar-main {
    padding-top:10px;
    padding-bottom:10px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    position:absolute;
    top:0;
    left:20px;
    z-index:999;
  }
  .navbar-main {
    top:60px;
  }
  .navbar-main.navbar-transition.scrolled {
    top:0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  #navbar {
    background-color:transparent;
    position:relative;
    height:auto;
    padding:0;
  }
  .navbar-nav.nav-primary .menu-item a {
    color:#FFF;
  }
  .navbar-nav .menu-item.menu-learn-language .nav-link {
    padding:0;
    font-weight:bold;
  }
  .menu-learn-language a{
    border-bottom:2px solid #EA5856;
  }
	.dropdown-bd-header{
		border: 2px solid #EA5856;
		color:#fff;
		border-radius:20px;
		padding-top: 7px;
		padding-bottom: 7px;
		padding-left: 5px;
		padding-right: 18px;
		font-size:0.7em;
    font-weight:900;
	}
  .dropdown-bd-header-secondary {
    color:#EA5856;
  }
  .menu-learn-language-2 a{
  	border-bottom:2px solid #EA5856;
  }
  .menu-items-primary .menu-create-teacher-account {
    border-color:#EA5856;
    font-size:0.8em;
    color:#fff;
    border-radius:20px;
    background-color:transparent;
  }
  .menu-items-secondary .menu-create-teacher-account {
    border-color:#EA5856;
    border-radius:20px;
    border-width: 2px;
  }
  .menu-items-primary .menu-login,
  .menu-login, .menu-register,
  .menu-items-primary .menu-register {
    border-color:#EA5856;
    color:#fff;
    background-color:#EA5856;
  }
  .menu-items-primary .menu-login,
  .menu-items-primary .menu-register {
    font-size:0.8em;
  }
  .menu-register:hover,
  .menu-login:hover,
  .menu-items-primary .menu-create-teacher-account:hover,
  .menu-items-secondary .menu-create-teacher-account:hover {
  	background-color: #ee312e;
  	border-color:#ee312e;
    color:#fff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .navbar-transition.scrolled .menu-items-primary .menu-create-teacher-account,
  .navbar-transition.scrolled .menu-items-secondary .menu-create-teacher-account {
    background-color: #EA5856;
    color:#fff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
  .navbar-transition.scrolled .menu-learn-language a,
  .navbar-transition.scrolled .dropdown-bd-header,
  .navbar-transition.scrolled .menu-user-primary .menu-userprofile {
    color:#EA5856;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link{
    padding:2px 20px 2px 20px;
  }
  .navbar-nav .dropdown-menu li a {
    margin-left: 0;
  }
}

@media (min-width: 1600px) {
    .header-bar {
        padding-right: 9%;
    }

}

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Home */
/* ------------------------------------------- Section: Content */


.box-title{
	text-transform:uppercase;
	color:#666666;
	font-size:1em;
	font-weight:bold;
	text-align:center;
}
.line-h-box{
	background-color:#EA5856;
	width:40%;
	height:2px;
	text-align:center;
	margin:auto;
}
.box-description{
	font-size:0.9em;
	line-height:22px;
	text-align:left;
}
.why-linguaclick img {
  width:50%;
}
.circle-home-wrapper {
  position:absolute;
  top:0;
  right:-17px;
}
.circle-home-wrapper::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: -.5em;
  content: "";
  border-top: .6em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .35em solid transparent;
  color:#F49830;
  transform: rotate(90deg);
}
.step-2-p .circle-home-wrapper {
  right:auto;
  left:-32px;
  top:-5px;
}
.step-2-p .circle-home-wrapper::before {
  display:none;
}
.step-2-p .circle-home-wrapper::after {
  transform: rotate(-90deg);
  margin-left: -.4em;
  margin-right:auto;
  content: "";
  width:0;
  height:0;
  display:inline-block;
  border-top: .5em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent;
  color:#F49830;
}
.circle-home, .circle-home-2 {
  display:inline-block;
	height: 33px;
	width: 33px;
	background-color: #F49830;
	border-radius: 50%;
	position:relative;
  color:#fff;
	text-align:center;
	padding-top: 4px;
	font-weight:bold;
}
.box-v-line{
	border-right:unset;
}
.section-sep{
	padding-bottom:8%;
	border-bottom:1px solid #eee;
	margin-bottom:8%;
}
.step-1-p img,
.step-2-p img,
.step-3-div img {
  width:40%;
}

@media (min-width: 768px) {
  .why-linguaclick img {
    width:60%;
  }
	.line-h-box{
		background-color:#EA5856;
		width:70%;
		height:2px;
		text-align:center;
		margin:auto;
	}
	.step-1-p{
		padding-bottom:120px;
	}
  .step-1-p img {
    margin-right:10%;
  }
  .step-1-p img,
  .step-2-p img,
  .step-3-div img {
    width:80%;
  }
  .step-3-div img {
    margin-top:-10%;
    margin-left:30%;
  }
	.step-2-p{
		padding-top:230px;
	}
  .step-3-p {
    margin-left:50px;
  }
	.box-title{
		text-transform:uppercase;
		color:#666666;
		font-size:1.1em;
		font-weight:bold;
		text-align:center;
	}
	.box-title p{
		text-transform:initial;
	}
	.box-description{
		font-size:1em;
		line-height:22px;
		text-align:center;
	}
	.line-h-box{
		background-color:#EA5856;
		width:60%;
		height:2px;
		text-align:center;
		margin:auto;
	}
	.section-sep{
		padding-bottom:unset;
		border-bottom:unset;
		margin-bottom:unset;
	}

	.box-v-line{
		border-right:1px solid #979797;
	}
}

@media (min-width: 992px) {
  .step-3-div img {
    margin-top:-15%;
    margin-left:30%;
  }
  .step-1-p img {
    margin-top:-10%;
  }
  .step-2-p img {
    margin-left:10%;
    margin-top:-10%;
  }
  .step-3-p {
    margin-left:10px;
  }
}

@media (min-width: 1200px) {
  .step-3-div img {
    margin-top:-20%;
    margin-left:30%;
  }
  .step-3-p {
    margin-left:120px;
  }
  .step-1-p img,
  .step-2-p img,
  .step-3-div img {
    width:60%;
  }
}
@media (min-width:1500px) {
  .step-3-p {
    margin-left:250px;
  }
}
@media (min-width: 1600px) {
  .step-3-div img {
    margin-left:50%;
  }
  .why-linguaclick img {
    width:70%;
  }
}


/* ----------------------------------------------------------- */
/* ------------------------------------------------- Page: All */
/* ------------------------------------------- Section: NavBar */

.mobile-header {
    background-color: #fff;
}
.site-header.header-interior {
    top: 0px;
}
.admin-bar .site-header.header-interior {
    top: 42px;
}
.admin-bar .site-header.header-interior.scrolled {
    top: 0px;
    webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.header-interior .header-bar a {
    height: 40px;
    width: 190px;
    display: inline-block;
    margin: 0 -2.1px;
}
.header-interior .header-bar a:hover {
    color: #fff;
    background-color: #194A5B !important;
}
.absolute-centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.header-interior .header-bar a:last-child {
    width: 50px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .header-interior .header-bar {
        padding-right: 0;
    }
    .admin-bar .site-header.header-interior {
        top: 32px;
    }
    .admin-bar .site-header.header-interior.scrolled {
        top: 32px;
        webkit-transition: all 500ms;
        -moz-transition: all 500ms;
        -o-transition: all 500ms;
        transition: all 500ms;
    }
}

@media (min-width:1750px) {}

/* ----------------------------------------------------------- */
/* ------------------------------------------------- Page: All */
/* ------------------------------------------- Section: Footer */

.justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    text-align: center;
    margin: auto;
}
.extra-logos li{
	list-style-type: none;
	display:inline-flex;
	margin-right:1.2em;

}
.extra-logos img{
	display:flex;
  width:130px;
}
.site-footer h2{
	font-size:0.8em;
	font-weight:bold;
	color:#EA5856;
	text-decoration:underline;
}
.site-footer .copyright a {
  font-size:1em;
}
.site-footer .copyright p {
  font-size:0.8em;
}
.site-footer a,
.site-footer i,
.site-footer a:hover,
.site-footer span:hover,
.site-footer a:hover i {
    opacity: 1;
}
.footer-logo {
    width: 90%;
}
.footer-links a {
    font-size: 0.9em;
    font-weight: bold;
}
.footer-contact-data a,
.footer-como-arribar span {
    font-size: 0.9em;
}
.footer-como-arribar i,
.footer-contact-data i {
    font-size: 1.25em;
}
.footer-sello {
    margin-top: 20px;
}
.footer-sello li {
    margin-bottom: 30px;
}
.support{
	text-align:center;
	font-size: 0.9em !important;
}
.extra-logos{
	text-align:center;
}

@media (max-width: 575.98px) {
 .extra-logos{
	text-align:center;
	display:flex;
	order:1;
	}
  .footer-social{
	display:flex;
  }
  .support{
	 text-align:left;
  }

}

@media (min-width: 768px) {
	.col-sm {
		width:50%;
		float:left;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1750px) {}

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Home */
/* ------------------------------------------- Section: Banner */

.home .site-content {
    margin-top: 0;
}
.banner {
    height: 50vh;
    background-position: 20% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
}
.home-banner {
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 22;
}
.home-banner h1 {
    margin: 13% 0;
    line-height: 1.2em;
}

@media (min-width: 768px) {
    .home-banner h1 {
        margin: 8% 0;
    }
}

@media (min-width: 992px) {
    .banner {
        height: 100vh;
        background-position: 50% 10%;
        padding-top: 0;
    }
    .home-banner {
        width: 100%;
        margin-left: 7%;
        margin-right: 7%
    }
    .home-banner h1 {
        margin: 10% 0;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1600px) {

    .home-banner {
        margin-left: 9%;
        margin-right: 9%
    }
}

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Base */
/* ------------------------------------------- Section: Banner */

.site-content {}
.delimiter {
    height: 4px;
    width: 13px;
    display: inline-block;
    background-color: #7F8080;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {

    .banner-box h1 {
        font-size: 2.3em;
        letter-spacing: 4px;
    }

    .crumbs {
        padding-left: 7%;
    }
}

@media (min-width: 1200px) {
    .banner-interior {
        height: 40vh;
    }

    /*michell*/
    .banner-interior-cursos {
        height: 48vh; /* equivalente a height: 449px;*/
    }
    /*hasta aqui*/

    .site-content {
       /* margin-top: 20vh;*/
    }
}


@media (min-width: 1600px) {
    .crumbs {
        padding-left: 9%;
    }

    .site-content {}
}

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Base */
/* ----------------------------------------- Section:  Sidebar */

.post-thumbnail {
    overflow: hidden;
}
.thumbnail-link {
    height: 100px;
    display: block;
    background-position: center center;
    background-size: cover;
}
.widget .post-thumbnail {
    margin-left: 0;
}
.widget .thumbnail_link {
    height: 120px;
    width: 100%;
}
.base-sidebar hr {
    width: 100%;
    border-color: rgba(91, 25, 46, 0.3);
}
.base-sidebar a:hover,
.base-sidebar a.btn-border-grey:hover {
    color: #5B192E;
    border-color: #5B192E;
}
.base-sidebar .col-12 .container-fluid .row:last-child .col-12 hr {
    opacity: 0;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .base-sidebar {
        position: sticky;
        webkit-position: sticky;
        -moz-position: sticky;
        top: 110px;
    }

    .admin-bar .base-sidebar {
        top: 142px;
    }

    .base-sidebar h2 {
        font-size: 2em;
    }
}

@media (min-width:1750px) {}

/* ----------------------------------------------------------- */
/* ------------------------------------------------ Page: Base */
/* ------------------------------------- Section:  Contact Form*/


input[type=checkbox] {
    height: 19px;
    width: 19px;
	background-color:#eee;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-right:10px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}
.grey-table .row:nth-child(odd) {
    background-color: #ECEDEF;
}

@media (min-width: 768px) {
    .banner-video iframe {
        height: 400px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .galeria-slider-img {
        height: 50vh;
    }
}

@media (min-width: 1200px) {
    .banner-video iframe {
        height: 550px;
        width: 100%;
    }

    .galeria-slider-img {
        height: 60vh;
    }

}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}


/* --------------------------------------------------------- */
/* ---------------------------------------------- Page: Base */
/* ------------------------------------------------- Section:*/

.page-title{
	font-size:1.4em;
	font-weight:bold;

}
.title-description{
	font-size:0.9em;
	font-weight:bold;
	font-family:'Lato';
}
.cta-col{
	max-width:2%;
}
.cta-line{
  margin-left: -30px;
  margin-top: 7px;
	margin-bottom:0px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #EA5856;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0);
}
.form-control.submit-red:focus {
  background-color:#EA5856;
}
.submit-red:hover {
  color: #495057;
	background-color: #ee312e;
  border-color: #EA5856;
  outline: 0;
  cursor:pointer;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0);
}

@media (min-width: 768px) {
	.page-title{
		font-size:1.9em;
		font-weight:bold;
	}
	.cta-line{
		border-left:1px solid #979797;
		padding-left: 45px;
		margin-left: -30px;
		margin-top: 0px;
		margin-bottom:0px;
	}
	.title-description{
		font-size:1em;
		font-weight:bold;
		font-family:'Lato';
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}

/* ----------------------------------------------------------- */
/* ----------------------------- Page: Create Teacher Account */
/* ------------------------------------------- Section:  */

.circle {
  height: 33px;
  width: 33px;
  background-color: #F49830;
  border-radius: 50%;
  display: inline-block;
  color:#fff;
  padding:4px 12px;
  font-weight:bold;
}
.input-border-radius{
	border-radius:22px;
	border: solid 0px #fff;
	font-size:0.8em;
	padding:10px;
}
.box-border{
	border-radius: 15px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
}
form input[type=submit]:hover {
  cursor:pointer;
}
form input[type=submit]:focus{
  color:inherit;
}
.white-box b{
	color:#fff;
}
.white-box p{
	color:#fff;
}
.white-box .form-check-label{
	color:#fff;
}

@media (min-width: 768px) {
	.input-border-radius{
		border-radius:22px;
		border: solid 2px #CDCDCD;
		font-size:0.8em;
	}
	.white-box b{
		color:#666;
	}
	.white-box p{
		color:#666;
	}
  .white-box p.color-red,
  .white-box span.color-red {
		color:#EA5856;
	}
	.white-box .form-check-label{
		color:#666;
	}
  .sticky-custom-top {
    top:110px;
    position: -webkit-sticky;
    position: sticky;
    /*z-index: 1020;*/
  }
  .sticky-top-contact {
    top:30px;
    position: -webkit-sticky;
    position: sticky;
  }
	.circle {
		height: 33px;
		width: 33px;
		background-color: #F49830;
		border-radius: 50%;
		display: inline-block;
		color:#fff;
		padding-left: 12px;
		padding-top: 3px;
		font-weight:bold;
		margin-right:12px;
	}

}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}

/* ----------------------------------------------------------- */
/* --------------------------------------------Page: About US */
/* ------------------------------------------- Section:  */

.title-ban{
	font-size:1.8em;
	font-weight:bold;
}
.header-bg-about{
		background-size: cover;
		height: 350px;
}
.header-bg-about::after {
	  display: block;
	  position: relative;
	  background-image: linear-gradient(to right, transparent 40%, #f47830  100%);
	  left: 0px;
	  content: '';
      opacity: 0.5;
	  height: 350px;
	  width: 100%;
	  top:-223px;
}
.box-description-about{
	font-size:1em;
	line-height:22px;
	text-align:center;
	width:80%;
	margin:auto;
	color:#666666;
}
.circle-about-2{
	height: 33px;
	width: 33px;
	background-color: #F49830;
	border-radius: 50%;
	display:inline-table;
	position:absolute;
	color:#fff;
	left:-16px;
	text-align:center;
	padding-top: 4px;
	font-weight:bold;
	top:285px;
}
.title-ban-p{
	padding-top:110px;
}

p strong{
	color:#EA5856;
	font-weight:bold;
}

@media (min-width: 768px) {
	.circle-about-2{
		top:220px;
	}
	.about-box-v-line{
	border-left:1px solid #979797;
	margin-top:15px;
	}
	.title-ban-p{
	padding-top:180px;
	}
}

@media (min-width: 992px) {
	.circle-about-2{
		top:285px;
	}

}

@media (min-width: 1200px) {
	.circle-about-2{
		height: 33px;
		width: 33px;
		background-color: #F49830;
		border-radius: 50%;
		display:inline-table;
		position:absolute;
		color:#fff;
		left:-16px;
		text-align:center;
		padding-top: 4px;
		font-weight:bold;
		top:285px;
	}

	.circle-about-1{
		height: 33px;
		width: 33px;
		background-color: #F49830;
		border-radius: 50%;
		display:inline-table;
		position:absolute;
		color:#fff;
		left:-16px;
		text-align:center;
		padding-top: 4px;
		font-weight:bold;
		top:14px;
	}
}

@media (min-width:1750px) {}

/* --------------------------------------------------------- */
/* ------------------------------------------- Page: Login */
/* ------------------------------------------- Section:  */

.header-bg-login{
		background-size: cover;
		height: 80vh;
    background-position:40% center;
}
.white-box{
	z-index:1;
}

@media (min-width: 768px) {
	.header-bg-login{
		background-size: cover;
		height: 100vh;
    background-position:40% center;
	}
	.white-box{
		background-color:#fff;
		border:2px solid;
		box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
		border-radius:10px;
		z-index:1;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}

/* --------------------------------------------------------- */
/* ----------------------------------------- Page: Register */
/* ----------------------------------------- Section:      */

.header-bg-register{
	background-size: cover;
	height: 600px;
  background-position:30% center;
}
@media (min-width: 768px) {
	.header-bg-register{
		background-size: cover;
		height: 800px;
	}
}
@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}


/* --------------------------------------------------------- */
/* --------------------------------------------- Page: Home */
/* --------------------------------- Section: Testimonials */
/*---------------------------------SubSection: Slider     */

.slick-arrow {
    color:transparent;
    background-color:transparent;
    background-repeat: no-repeat;
    background-size:contain;
    width:12px;
    height:12px;
    border:0;
    box-shadow:0 0 0;
    position:absolute;
    bottom:-35px;
    z-index:12;
}
.slick-arrow:hover {
    cursor:pointer;
}
.slick-prev {
    background-image:url(../../img/arrow-slider-left.png);
    left:30%;
    transform:translateX(-50%);
}
.slick-next {
    background-image:url(../../img/arrow-slider-right.png);
    right:28%;
    transform:translateX(-50%);
}
.slick-dots {
    text-align:center;
}
.slick-dots li {
    display:inline-block;
    margin-right:8px;
}
.slick-dots li:last-child {
    margin-right:0;
}
.slick-dots li button {
    background-color:#b2b2b2;
    border-radius:100%;
    border:0;
    color:transparent;
    height:15px;
    padding:0;
    width:15px;
}
.slick-dots li button:hover {
    cursor:pointer;
}
.slick-dots li.slick-active button {
    background-color:#EA5856;
}
.testimonials-items img{
	margin:auto;
	text-align:center;
	top:5px;
	margin-top:-90px;
}
.testimonials-items{
	text-align:center;
	height:250px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.28);
	z-index:1;
}
.testimonial-date{
	font-size:0.8em;
}
.partners-slider img{
	vertical-align: -webkit-baseline-middle;
	display:inline-table;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}

/* --------------------------------------------------------- */
/* --------------------------------------------- Page: Faqs */
/* -------------------------------------------- Section: * */

.faq-bg{
		background-size: cover;
		height: 350px;
}
.no-border{
	border:unset !important;
}
.card-header{
     border-bottom: 2px solid #F0F0F0;
    padding-left: 20px;
	background:transparent;
	color:#000;
    padding-right: 20px;
    padding:0.8em;
}
.card-header.collapsed{}
.card-header-hide{
    border: 2px solid #CDCDCD;
    padding-left: 20px;
	background:transparent;
	color:#000;
    padding-right: 20px;
    padding:0.1em;
	border-radius:22px !important;
}
.card-header-show{
	background-color: #EA5856;
    border: 1px solid #EA5856;
    padding-left: 20px;
    padding-right: 20px;
    padding:0.1em;
	border-radius:22px !important;
}
.btn-link{
	width:100%;
	text-align:left;
}
h5 .btn{
	color:#EA5856;
	font-weight:bold;
	text-decoration:none;
}
h5 .btn:hover{
	color:#EA5856;
	font-weight:bold;
	text-decoration:none;
}
.btn-link:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068";
  float:right;
  text-align:right;
  color:#EA5856;
}
.btn-link.collapsed:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067";
  color:#EA5856;

}
.card-header:after{
    border-bottom: 5px solid #CDCDCD !important;
	background-color:#000;

}
.btn-link-show{
	color:#fff;
}
.card{
	border:none;
}
.card-body{
	border-bottom: 2px solid #EA5856;
}
.btn-link{
	color:#666;
}
.btn-link .collapsed{
	color:#fff;
}

.card-header .collapse{ background-color:#ddd !important;}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}

/* --------------------------------------------------------- */
/* --------------------------------------------- Page: 404 */
/* -------------------------------------------- Section: * */

 .title-404{
	font-size: 7em;
    font-weight: bold;
 }
.table-404{
	margin: auto;
    text-align: left;
	font-size:1.2em;
	width:100%;
 }
.table-404 td{
	padding:7px 20px 7px 35px;
	font-weight:bold;
	font-size:1.1em;
}
.table-404 tr:nth-child(odd){
	background: rgba(255,255,255,0.4);
}
.table-404 tr:nth-child(even){
	background: transparent;
}
.bg-404{
		background-size:cover;
		background-image:url('http://localhost/webs/linguaclick/wp-content/themes/linguaclick/img/404.png');
		height:700px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}


  /* --------------------------------------------------------- */
  /* --------------------------------------------- Page: Account Setup Process */
  /* -------------------------------------------- Section: * */

.title-account-process{
	 font-size: 2em;
   font-weight: bold;
 }
 .title-account-subtitle {
   font-size:1.4em;
 }
 .table-404{
	margin: auto;
    text-align: left;
	font-size:1.2em;
	width:100%;
 }
.table-404 td{
	padding:7px 20px 7px 35px;
	font-weight:bold;
	font-size:1.1em;
}
.table-404 tr:nth-child(odd){
	background: rgba(255,255,255,0.4);
}
.table-404 tr:nth-child(even){
	background: transparent;
}
.bg-404{
		background-size:cover;
		background-image:url('http://localhost/webs/linguaclick/wp-content/themes/linguaclick/img/404.png');
		height:700px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}


/* --------------------------------------------------------- */
/* ------------------------------------- Page: Teacher File */
/* ---------------------------------- Section: *  -------- */

.teacher-name{
	font-size:1em;
}
.teacher-title{
	font-size:1.2em;
}
.profile-picture {
  border-radius: 50%;
  background-size:cover;
  background-repeat: no-no-repeat;
  background-position:center center;
}
.profile-picture-70 {
  width:70px;
  height:70px;
}
.profile-picture-64 {
  width:64px;
  height:64px;
}
.profile-picture-50 {
  width:50px;
  height:50px;
}
.profile-picture-30 {
  width:30px;
  height:30px;
}
.rounded-radius{
	border:1px solid #cdcdcd;
	border-radius:20px;
	padding:0.6em;
	padding: 2px 8px 2px 8px;
	margin-top:5px !important;
}
.color-grey-2 b{
	font-weight:bold;
}
.teacher-rating{
	color:#F49830;
	font-size:1.1em;
	display:inline;
	font-weight:bold;
}
.teacher-price{
	font-size:1.2em;
	font-weight:bold;
	padding:5px 15px 5px 15px;
	font-weight:bold;
	font-family:'Lato';
	text-align:center;
	background-color:#EA5856;
	color:#fff;
	width:100%;
}
 .teacher-availability{
	 width:100%;
	 display:inline-table;
 }
 .teacher-availability td{
	 font-size:1.1em;
	 font-weight:bold;
	 color:#999999;
	 padding:8px;
	 text-align:center;
	 font-family:"Lato";
 }
.availability-table-bg{
	 background-color:#fef5ea;
}
iframe{
	display:flex;
	width:100%;
}
.color-grey-2 b{
	font-size:1em;
	font-family:'Lato';
}
.section-sep-teacher{
	padding-bottom:4%;
	border-bottom:1px solid #eee;
	margin-bottom:2%;
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
}
.section-sep-teacher-search {
	padding-bottom:4%;
	border-bottom:1px solid #eee;
	margin-bottom:2%;
}
.border-2 {
	border: solid 2px #cdcdcd !important;
}
.cta-contact{
	font-size: 0.8em;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    text-align: center;
    background-color: #EA5856;
    color: #fff;
    width: 100%;
}
.video{
  height:200px;
}
.single-icons {
  width:22px;
}
.location-icon {
  width:16px;
}
.location-icon-smaller {
  width:12px;
  height:18px;
}
.time-icon {
  width:40px;
}
.teacher-languages .language-level {
  border: 2px solid #EA5856;
  border-radius: 50%;
  font-size:0.8em;
  padding: 3px;
  display:inline-flex;
  align-items:center;
  justify-content: center;
  height: 25px;
  width: 25px;
}
.select2-selection__arrow {
  display:none !important;
}
#teacher-about-myself a,
#teacher-work-experience a {
  font-size:1em;
  color:#EA5856;
}

@media (min-width: 768px) {
	.section-sep-teacher{
		padding-bottom:unset;
		border-bottom:unset;
		margin-bottom:unset;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
	}
  .section-sep-teacher-search {
  	padding-bottom:unset;
  	border-bottom:unset;
  	margin-bottom:unset;
  }
	.color-grey-2 b{
	font-size:0.9em;

	}
	iframe{
		border-radius:15px;
		display:flex;
		width:100%;
	}
	.teacher-name{
		font-size:1.5em;
	}
	.teacher-price{
		font-size:1.2em;
		float:right;
		font-weight:bold;
		border-radius:20px;
		padding:5px 15px 5px 15px;
		border: 2px solid;
		font-weight:bold;
		font-family:'Lato';
		background-color:#fff;
	}
	.teacher-rating{
		color:#F49830;
		font-size:1.4em;
		float:right;
		font-weight:bold;
	}
  .search-rating {
    float: none;
    font-size: 1em;
    padding:5px 0;
    display:block;
  }
	 .teacher-availability{
		 width:100%;
		 display:inline-table;
	 }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}

/* --------------------------------------------------------- */
/* ------------------------------------- Page: Teacher Search */
/* ---------------------------------- Section: *  -------- */

.profile-picture-100 {
  width:100px;
  height:100px;
}
.search-teacher-rating{
	color:#F49830;
	font-size:1em;
	display:inline;
	font-weight:bold;
}
.teacher-search-border{
	border-radius: 10px;
	box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1);
	background-color:#FAFAFA;
}
.teacher-search-name{
	font-size:1em;
	font-weight:bold;
}
.search-teacher-price{
	font-size:1.2em;
	font-weight:bold;
	padding:15px 15px 10px 20px;
	font-weight:bold;
	font-family:'Lato';
	text-align:center;
	color:#fff;
	width:100%;
	border-top:2px solid;
	border-left:2px solid;
	position:absolute;
	right:-11px;
	width:140px;
	border-top-left-radius:20px;
	bottom:-26px;
}
.search-teacher-price-sp{
	font-size:1.2em;
	font-weight:bold;
	padding:15px 15px 10px 20px;
	font-weight:bold;
	font-family:'Lato';
	text-align:center;
	color:#fff;
	width:100%;
	background-color:#EA5856;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.search-sep{
	border:1px solid #EA5856;
}
.no-border{
	border:0px !important;
}
.rounded-radius-search{
	border:2px solid #cdcdcd;
	border-radius:20px;
	padding:0.6em;
	padding: 8px 20px 8px 20px;
	margin-top:5px !important;
}
.options::after{
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:999;
    margin:0 0;
    padding:0 0;
    list-style:none;
    border:1px solid #ccc;
    background-color:black;
    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
}
.bold{
	font-weight:bold;
}
.location-list {
  font-size:0.8em;
}
.searchicon{
    color:#5CB85C;
}
.items-collection{}

.btn-group .btn.btn-default{
	border: 2px solid #cdcdcd;
}
.items-collection label.btn-default.active{
    background-color:#EA5856;
    color:#FFF;
	border:2px solid #EA5856;
}
.items-collection label.btn-default{
    border-radius: 17px;
}
.items-collection label .itemcontent{
    width:100%;
}
.items-collection .btn-group{}

.items-collection input[type=checkbox] {
	display:none;
}
.btn-first{
	border-top-left-radius:20px !important;
	border-bottom-left-radius:20px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
	border:2px solid #cdcdcd;
	margin:0px !important;
	padding: 6px !important;
}
.btn-next{
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:0px !important;
	border-bottom-right-radius:0px !important;
	border:2px solid #cdcdcd;
	margin:0px !important;
	margin-left:-5px !important;
	padding: 6px !important;
}
.btn-last{
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:20px !important;
	border-bottom-right-radius:20px !important;
	border:2px solid #cdcdcd;
	margin:0px !important;
	margin-left:-5px !important;
	padding: 6px !important
}

.btn-group>.btn-next , .btn-first , .btn-last{
    margin-left: 0;
    width: 3em;
}

.btn-group>.btn-time{
    width: 6.8em !important;
}

.search-checkbox label {
    position: relative;
    cursor: pointer;
    margin-bottom:10px;
}
.terms .search-checkbox label {
    margin-bottom:0;
}
.search-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
}
.search-checkbox input[type=checkbox] + span {
    margin-right:5px;
    left:20px;
    position:relative;
}
.terms .search-checkbox input[type=checkbox] + span {
    left:0;
}
span.search-list-item {
    margin:0;
}
.search-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    top: -7px;
    left:-40px;
	border-radius:5px;
    border: 2px solid #EA5856;
}
.terms .search-checkbox input[type=checkbox] + span:before {
    left:0;
}

.search-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: 'X';
    height: 19px;
    width: 19px;
    top: -6px;
    left: -38px;
    visibility: hidden;
    color:#fff;
    font-size: 1.3em;
	background-color:#EA5856;
	border: 2px solid #EA5856;
	text-align:center;
}

.search-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}

.search-checkbox input[type=radio] {
    position: relative;
    visibility: hidden;
}
.search-checkbox input[type=radio] + span {
    margin-right:10px;
    left:20px;
    position:relative;
}
.terms .search-checkbox input[type=radio] + span {
    left:0;
}
span.search-list-item {
    margin:0;
}
.search-checkbox input[type=radio] + span:before {
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: -5px;
    left:-35px;
	border-radius:15px;
    border: 2px solid #EA5856;
}
.terms .search-checkbox input[type=radio] + span:before {
    left:0;
}
.search-checkbox input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: -5px;
    left: -35px;
    visibility: hidden;
    color:#fff;
    font-size: 1.3em;
	background-color:#EA5856;
	border-radius:15px;
	border: 2px solid #EA5856;
	text-align:center;
}
.search-checkbox input[type=radio]:checked + span:after {
    visibility: visible;
}
.search-checkbox-grey input[type=checkbox] {
    position: relative;
    visibility: hidden;
}
.search-checkbox-grey input[type=checkbox] + span {
    margin-right:5px;
    left:20px;
    position:relative;
}
.terms .search-checkbox-grey input[type=checkbox] + span {
    left:0;
}
.search-checkbox-grey input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    top: -7px;
    left:-40px;
	border-radius:5px;
    border: 2px solid #cdcdcd;
}
.terms .search-checkbox-grey input[type=checkbox] + span:before {
    left:0;
}
.search-checkbox-grey input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: 'X';
    height: 19px;
    width: 19px;
    top: -6px;
    left: -38px;
    visibility: hidden;
    color:#fff;
    font-size: 1.3em;
	background-color:#EA5856;
	border: 2px solid #EA5856;
	text-align:center;
}
.search-checkbox-grey input[type=checkbox]:checked + span:after {
    visibility: visible;
}
.search-teacher-rating{
	color:#F49830;
	font-size:0.7em;
	display:inline;
	font-weight:bold;
}
.top-filter{
	border-bottom: 1px solid #e2e2e2;
}
.top-filter span{
	/*background-color:#EA5856;*/
	color:#fff;
	/*display:table;*/
	/*float:right;*/
	/*padding:10px 5px 10px 5px;*/
}
.top-filter.search-filter {
  border-bottom:0;
}
.fixed-position {
  position:fixed;
  z-index:250;
  top:120px;
  left:0;
  background-color:#fff;
}
.fixed-position.scrolled {
  top:55px;
  box-shadow: 0 0px 2px rgba(0,0,0,0.1);
}
.back_to_top_wrapper {
  opacity:0;
  position:fixed;
  bottom:40px;
  right:20px;
  z-index:1200;
}
.back_to_top_wrapper.scrolled {
  opacity:1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.back_to_top {
  border-radius:50%;
  height:40px;
  width:40px;
  background-color:rgba(244, 152, 48, 0.7);
}
@media (min-width: 768px) {
	.teacher-search-border{
		border-radius: 10px;
		box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1);
		background-color:#FAFAFA;
	}
  .fixed-position {
    position:relative;
    top:auto;
    left:auto;
    background-color:transparent;
  }
  .fixed-position.scrolled {
    box-shadow: 0 0 0;
  }
	.btn-group>.btn-time{
		width: 5.5em !important;
		font-size:0.8em;
	}
	.btn-group>.btn-next , .btn-first , .btn-last{
		margin-left: 0;
		width: 2.7em;
		font-size:0.7em;
	}
	.search-teacher-rating{
		color:#F49830;
		font-size:0.8em;
		display:inline;
		font-weight:bold;
	}
	.teacher-search-border{
		border-radius: 10px;
		box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1);
		background-color:#FFF;
	}
  .top-filter{
  	border-bottom: 0;
  }

}

@media (min-width: 992px) {
	.btn-group>.btn-next , .btn-first , .btn-last{
		margin-left: 0;
		width: 2.5em;
	}
	.btn-group>.btn-time{
		width: 5.7em !important;
	}
  #collapse13 {
    height:50vh;
    overflow-y:scroll;
  }
  #collapse13 .form-check {
    margin-left:4px;
  }
}

@media (min-width: 1200px) {
	.btn-group>.btn-next , .btn-first , .btn-last{
		margin-left: 0;
		width: 2.8em;
		font-size:1em;
	}
	.btn-group>.btn-time{
		width: 5.2em !important;
		font-size:0.8em;
	}
}

.top-90{
	top:90px;
	z-index:2;
}

.loading {
  display:none;
  margin-top:30px;
}
.loading img {
  width:100px;
  height:100px;
}

/* ----------------------------------------------------------- */
/* -------------------- Page: Create A Teacher Account (Steps)*/
/* ------------------------------------------- Section:  */

.circle-step {
  height: 30px;
  width: 30px;
  background-color: #EA5856;
  border-radius: 50%;
  display: inline-flex;
  color:#fff;
  padding-left: 9px;
  padding-top: 2px;
  font-weight:bold;
}
.circle-step-off {
  height: 30px;
  width: 30px;
  background-color: #FFF;
  border:2px solid #EA5856;
  border-radius: 50%;
  display: inline-flex;
  color:#EA5856;
  padding-left: 8px;
  padding-top: 0px;
  font-weight:bold;
}
.nav-tabs{
	display:inline-flex;
	border:0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active > .circle-step-off {
	border:0px;
	background-color: #EA5856;
	color:#fff;
	padding-left: 10px;
    padding-top: 2px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border:1px solid transparent;
}
.table-availability-create-account td{
	padding:3px 3px 3px 3px;
	font-size:1em;
	text-align:center;
}
#to-step2, #to-step3 {
  cursor:pointer;
}
#languages_list .form-check-label {
  font-size:0.8em;
}
label.invalid-data {
  background-color:#F3A462;
}
#errorModal,
#errorModal_language {
  top:10%;
}
#errorModal .modal-header,
#errorModal_language .modal-header {
  background-color:#fdead8;
}

@media (min-width: 768px) {
	.table-availability-create-account td{
		padding:5px 10px 5px 10px;
		font-size:1.1em;
		text-align:center;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width:1750px) {}

  /* ----------------------------------------------------------- */
  /* -------------------- Page: One Column */

.onecolumn-body ul {
  margin-left:20px;
  margin-bottom:20px;
}
.onecolumn-body ul li {
  margin-bottom:10px;
}

/* PAGINACION DE BOOTSTRAP */
.page-item.active .page-link{
  z-index: 1;
  color: #fff;
  background-color: #EA5856;
  border-color: #EA5856;
}
.page-item.active .page-link:hover,
.page-item.active .page-link:focus{
  color: #fff!important;;
  text-decoration: none;
  background-color: #EA5856;
  border-color: #EA5856;
}
.page-link{
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #EA5856;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover,
.page-link:focus{
  color: #EA5856;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.pagination{
  border-radius: 30px;
}
.contenedor-listados-paginacion{
  display: flex;
  flex-direction: column;
}
.contenedor-listados-paginacion .titulo-resultados{
  order: 1;
}
.contenedor-listados-paginacion .content-mobile{
  order: 2;
}
.contenedor-listados-paginacion .content-paginacion-resultados{
  order: 3;
}
@media (min-width: 992px) {
  .page-item.active .page-link{
    z-index: 1;
    color: #fff;
    background-color: #EA5856;
    border-color: #EA5856;
  }
  .page-item.active .page-link:hover,
  .page-item.active .page-link:focus{
    color: #fff!important;
    text-decoration: none;
    background-color: #EA5856;
    border-color: #EA5856;
  }
  .page-link{
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #EA5856;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  .page-link:hover,
  .page-link:focus{
    color: #EA5856!important;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .pagination{
    border-radius: 30px;
  }
  .contenedor-listados-paginacion{
    display: flex;
    flex-direction: column;
  }
  .contenedor-listados-paginacion .titulo-resultados{
    order: 1;
  }
  .contenedor-listados-paginacion .content-desktop{
    order: 2;
  }
  .contenedor-listados-paginacion .content-paginacion-resultados{
    order: 3;
  }
}


.field-error {
  border:1px solid #EA5856 !important;
}
.field-error-msg {
  color:#EA5856;
  margin-left:10px;
  margin-top:10px;
  display:block;
}
.text-wrapper .field-error-msg {
  font-size:0.8em;
  margin-top:-5px;
}
.checkbox-wrapper .field-error-msg {
  font-size:1em;
}
.dashboard-tabs .nav-item {
  width:33%;
  display:flex;
}
.dashboard-tabs .nav-link {
  color:#46495C;
}
.dashboard-tabs .nav-link:hover {
  border-color:transparent;
  color:#EA5856;
}
.dashboard-tabs .nav-link.active {
  color:#EA5856;
  background-color:transparent;
}

@media (min-width:768px) {
  .dashboard-tabs .nav-item {
    width:100%;
  }
}

.dashboard-tabs {
  position:fixed;
  bottom:52px;
  left:0;
  z-index:100;
  background-color:#fafafa;
  box-shadow: 0 1px 1px 2px rgb(0 0 0 / 10%);
}
.dashboard-tabs div {
  position:fixed;
}
.dashboard-tabs .form-control {
  border-radius:0;
}
#img-upload {
  max-width:50%;
}

@media (min-width:768px) {
  .dashboard-tabs {
    position:relative;
    bottom:auto;
    left:auto;
    z-index:100;
    background-color:#fff;
  }
}

.border-red {
  border-top:2px solid #EA5856;
  height:1px;
}
.btn.bg-red:hover,
.btn.bg-red:focus,
.btn.bg-red:active {
  color:#fff;
  background-color:#ee312e;
}
