/*
Theme Name: sp
Theme URI: http://www.semantica-portuguese.com/
Author: lessthanweb.
Author URI: https://www.lessthanweb.com/
Description: Semantica Portuguese
Version: 5.8.73
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column
Text Domain: sp
*/

:root {
	--green: #039935;
	--light-green: #C5F8AC;
	--lighter-green: #E1FFD1;
	--dark-green: #339900;
	--darker-green: #388810;

	--blue: #0058a3;
	--light-blue: #3679F7;
	--lighter-blue: #D6ECFA;
	--dark-blue: #006699;
	--darker-blue: #024465;

	--yellow: #ffdb00;
	--light-yellow: #FFF6D1;
	--dark-yellow: #CC9900;
	--darker-yellow: #a67d01;

	--white: #ffffff;

	--black: #000000;
	--lighter-black: #333333;

	--grey: #999999;
	--light-grey: #D5D5D5;
	--mid-grey: #b5b5b5;
	--dark-grey: #666666;
	--very-light-grey: #F5F5F5;

	--red: #ff0000;
	--light-red: #ff7e7e;
	--dark-red: #cd2226;
	--red-resume: #ff5000;

	--blue-link: #0861FF;
}

html {
    margin-right: 0 !important;
    overflow: visible !important;
}
body {
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: var( --grey );
    background: var( --light-grey );
    font-size: 1rem;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
    margin: 0 0 20px 0;
}
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 3.3rem;
}
h3 {
    font-size: 1.4375rem;
}
a {
	color: var( --blue );
}
a:hover {
	color: var( --lighter-blue );
}
p {
    font-size: 22px;
    margin-bottom: 30px;
}
.p-bold {
    font-size: 2rem;
    font-weight: 700;
}
.pad-top-40{
    padding-top: 40px;
}
#red{
    color: var( --red );
}

.dashed-box {
	display: block; 
	margin: 0px 0px 30px 0px;
	padding: 10px 30px;
	font-size: 100%; 
}
.dashed-box.green {
	background-color: var( --lighter-green ) !important;
	border: 3px dashed var( --green ); 
	color: var( --dark-green );
}
.dashed-box.blue {
	background-color: var( --lighter-blue ) !important;
	border: 3px dashed var( --blue ); 
	color: var( --dark-blue );
}
.dashed-box.yellow {
	background-color: var( --light-yellow ) !important;
	border: 3px dashed var( --yellow ); 
	color: var( --dark-yellow );
}
.dashed-box .note {
	font-size: 80%;
}

.wp-block-image.is-style-rounded img {
	border-radius: 50%;
}

.page-wrap {
    max-width: 1100px;
    height: auto;
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}
.home .page-wrap {
	max-width: 1440px;
}
.width-980 {
    max-width: 980px !important;
    margin: auto;
}
#learn-top-bg, #about-top-bg, #membership-top-bg, #series-top-bg {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    background: url(assets/img/top-section-bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#learn-top-bg {
    background: url(assets/img/intensivo-header-4.jpg) no-repeat center top;
    padding-top: 353px;
}
#about-top-bg {
    background: url(assets/img/equipe-feira.jpg) no-repeat center top;
    padding-top: 421px;
}
#membership-top-bg {
    background: url(assets/img/membership.jpg) no-repeat center top;
    padding-top: 421px;
}
#series-top-bg {
    background: url(assets/img/series-detail-S1.jpg) no-repeat center top;
    padding-top: 353px;
}
.get-it-link-en {
    background: var( --green ) url(assets/img/get-it-big-en.png) no-repeat scroll center center / contain;
    border-bottom: 3px solid var( --dark-green );
    display: inline-block;
    height: 52px;
    left: 46%;
    margin-left: -88px;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    transition: height 0.3s ease 0s, width 0.3s ease 0s, margin-left 0.3s ease 0s;
    width: 176px;
}
#learn-top-bg .get-it-link-en:hover {
    background-color: var( --dark-grey );
    border-bottom: 0 none;
}
.trans-bg {
    background: rgba(0, 0, 0, .5) !important;
}
.hidden {
	display: none;
}
.no-overflow-y {
	overflow-y: hidden;
}

/* -----------------------------------------------------------
	Overlay Stuff ;)
-------------------------------------------------------------- */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 5000;
	opacity: 0;
	background: var( --black );
	cursor: pointer;
	transition: all 0.3s;
}
.overlay.show {
	opacity: 0.7;
	visibility: visible;
}
.block-overlay,
.block-overlay-black {
	position: absolute;
	z-index: 999999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#banner_ad_section .panel {
	position: relative;
	height: auto;
	text-align: center;
}
#banner_ad_section .panel .close {
	position: absolute;
	width: 30px;
	right: 20px;
	top: 16px;
	cursor: pointer;
	fill: var( --blue );
	opacity: 1;
}
#banner_ad_section .panel .close:hover {
	opacity: 0.5;
	fill: var(--lighter-blue);
}

/* -----------------------------------------------------------
	Alignments
-------------------------------------------------------------- */
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignright {
	float: right;
}

.offscreen {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.margin-top-0 {
	margin-top: 0;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor {

}
.bubble {
    position: relative;
	display: inline-block;
    background: var( --green );
    color: var( --white);
    font-family: Trebuchet MS;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    /*min-width: 130px;*/
    min-height: 65px;
    border-radius: 6px;
    padding: 17px 44px;
}
.bubble.blue {
	background: var( --blue );
}
.bubble.yellow {
	background: var( --yellow );
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 24px 0 0 24px;
    border-color: transparent transparent transparent var( --green );
    top: -24px;
    left: 21%;
    margin-left: -12px;
}
.bubble.blue:after {
	border-color: transparent transparent transparent var( --blue );
}
.bubble.yellow:after {
	border-color: transparent transparent transparent var( --yellow );
}

/* -----------------------------------------------------------
	Header
-------------------------------------------------------------- */
#top-section {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    padding-top: 66px;
}
.single-group #top-section {
	padding-top: 65px;
}
.home-pad {
    padding: 310px 0 10px;
}
.home .home-pad {
	margin-top: 0;
	padding: 0;
	padding-top: 66px;
	background: var(--green);
}
.feature-pad {
    padding: 55px 0 10px;
}
#header {
    margin-bottom: 70px;
    height: auto;
    position: relative;
    /*overflow: hidden;*/
}
.header-menu {
    float: right;
    /*overflow: hidden;*/
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
.navbar {
    height: auto;
    margin-bottom: 0;
}
.navbar-brand {
    height: auto;
}
.page-template-your-account .navbar-brand {
	width: 60px;
}
.navbar-default {
    background: none;
    border: none;
}
.header-menu li {
    float: left;
    margin: 0;
}
.header-menu li.login {
	margin-left: 24px;
}
.header-menu li a {
    font-size: 2.8rem;
    color: var( --white );
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 4px 15px;
    line-height: 1.2;
    border: 3px solid transparent;
}
.header-menu li a:hover {
    text-decoration: none;
    color: var( --yellow );
}
.is-mobile-header-menu {
	background: var( --green );
	text-align: right;
}
.is-mobile-header-menu,
.is-mobile-header-menu > ul {
	display: none;
}
.home.visitor .is-mobile-header-menu > ul {
	display: block;
}
.navbar-default .navbar-collapse.mobile-main-menu {
	display: none !important;
}
.navbar-default .navbar-collapse {
	display: block !important;
}
.navbar-default .navbar-collapse .notification-messages-popup {
	display: none;
	cursor: pointer;
}
.navbar-default .navbar-collapse .notification-messages-popup.unread-notifications svg path {
	fill: var( --red );
}
.navbar-default .navbar-nav > li > a {
    color: var( --white );
}
.navbar-default .navbar-nav > li:not(.login):last-child > a {
	padding-right: 0;
	background-color: transparent;
	border: 3px solid transparent;
	border-right: 0;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: var( --blue );
}
body:not(.single-video):not(.page-template-novelas) .navbar-default .navbar-nav > li:not(.login) > a:focus,
body:not(.single-video):not(.page-template-novelas) .navbar-default .navbar-nav > li:not(.login) > a:hover {
    color: var( --yellow );
}
.header-menu li.login a {
    border: 3px solid var( --white );
    border-radius: 5px;
    cursor: pointer;
	outline: none;
}
.is-mobile-header-menu .navbar-nav li a:hover {
	background: none;
	color: var( --green );
	outline: none;
}
.nav-front-page.navbar-default {
	max-width: 1440px;
    margin: 0 auto;
    background: var( --green );
    height: 66px;
}
.nav-front-page.navbar-default .container {
	padding: 0;
}
.fixednav {
    background: var( --green );
    opacity: 1;
    height: 66px;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px 2px rgb(0 0 0 / 25%);
}
.home .fixednav {
	max-width: 1440px;
}
.nav-front-page.fixednav {
	background-color: var( --green );
    transition: background-color 0.3s ease-in;
}
.nav-front-page-absolute,
.open-mobile-menu {
	position: absolute;
}
.single-video #top-section {
	padding-top: 0;
}
.single-video .navbar-fixed-top {
	position: relative;
	background: var( --yellow );
}
.single-video .fixednav {
	height: auto;
}
.single-video .navbar-fixed-top.single-video-fixed-top {
	position: fixed;
}
.single-video .single-video-fixed-top .mobile-main-menu {
	display: none !important;
}
.single-video .single-video-header-bar.hide-on-desktop {
	display: none;
}
.admin-bar .navbar-fixed-top,
.admin-bar.single-video .navbar-fixed-top.single-video-fixed-top {
	top: 32px;
}
.admin-bar.single-video .navbar-fixed-top {
	top: 0;
}
/*.admin-bar.single-video .single-video-fixed-top {
	top: 32px;
}*/
.fixednav.navbar-default .navbar-nav > li > a:focus,
.fixednav.navbar-default .navbar-nav > li > a:hover {
    color: var( --blue );
}
.fixednav .header-menu {
    margin-top: 10px;
}
/*.navbar-header {
	width: 78px;
}*/
/*.page-template-novelas .navbar-header {
	width: auto;
}*/
.nav-front-page .navbar-header {
	width: 159px;
}
.navbar-brand {
	position: relative;
	display: block;
	overflow: visible !important;
	padding: 6px 0;
}
.home .navbar-brand {
	padding: 8px 0;
}
.fixednav .navbar-brand > svg.logo {
    display: block;
    width: 78px;
}
.single-group .navbar-brand svg.logo {
    max-width: 85%;
}
.single-video a.navbar-brand svg.logo {
    float: left;
}
.page-template-novelas a.navbar-brand svg.logo {
	position: absolute;
    width: 200px;
    top: 0;
	left: 17px;
    z-index: -1;
}
.page-template-novelas a.navbar-brand span {
	display: block;
	margin-top: -6px;
    color: var(--white );
    font-size: 10px;
    text-align: right;
    font-weight: 500;
	letter-spacing: 0.8px;
}
.navbar-brand > svg.logo text {
    display: none;
}
.home .navbar-brand > svg.logo text {
    display: block;
}
.navbar-brand > svg.logo {
	width: 159px;
	height: auto;
}
.navbar-brand > svg.logo :nth-child(2) {
	filter: drop-shadow(0px 5px 3px rgb(0 0 0 / 20%));
}
.page-template-novelas .navbar-brand > svg.logo :nth-child(2) {
	filter: none;
}
.fixednav.nav-front-page .navbar-brand > svg.logo {
	width: 83px;
	transition: width .3s;
}
.fixednav.nav-front-page .navbar-brand {
	padding: 4px 0;
}
.nav-front-page .navbar-brand > svg.logo text {
	opacity: 1;
	transition: opacity .3s;
}
.fixednav.nav-front-page .navbar-brand > svg.logo text {
	opacity: 0;
}
.navbar > .container .navbar-brand.no-left-margin {
	margin-left: 0;
	box-sizing: content-box;
}
.navbar-default .navbar-toggle {
	border-color: var( --white );
}
.navbar-default.nav-front-page .navbar-toggle,
.navbar-default .navbar-header .notification-messages-popup {
	display: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: var( --white );
}
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle.open-menu,
.navbar-default .navbar-toggle.open-menu:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: var( --white );
}
.navbar-default .navbar-toggle.open-menu .icon-bar,
.navbar-default .navbar-toggle.open-menu:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: var( --green );
}
.navbar-default .navbar-header.menu-is-open {
	background: var( --green );
}
.page-template-novelas .navbar > .container .navbar-brand.no-left-margin {
	margin-left: -15px;
}
.fixednav .header-menu li.login a:hover {
	color: var( --blue );
}
.header-menu li.login a:focus,
.header-menu li.login a:hover {
    color: var( --green );
    background: var( --white );
	border: 3px solid var( --green );
}
.header-menu .avatar {
	width: 34px;
	height: 34px;
	margin-left: 10px;
}
.header-menu li.user {
	position: relative;
}
.header-menu .user-submenu {
	top: 56px;
	right: -75px;
	/*left: 5px;*/
	width: 210px;
	margin: 0;
	padding: 20px;
	background-color: var( --light-grey );
	z-index: 2000;
	list-style: none;
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
.header-menu .user-submenu:before {
	position: absolute;
	display: block;
	top: -18px;
	left: 106px;
	content: '\e180';
	font-family: 'Glyphicons Regular';
	font-size: 24px;
	color: var( --light-grey );
}
.header-menu .user-submenu li {
	float: none;
	display: block;
}
.header-menu .user-submenu li a {
	display: block;
	padding: 10px;
	color: var( --dark-grey );
	border: 0;
	font-size: 25px;
	line-height: 25px;
}
.header-menu .user-submenu li a:hover {
	background: var( --lighter-blue );
}
.header-menu .user-submenu li a:focus {
	outline: none;
	background-color: var( --lighter-blue );
	background-color: transparent;
}
.header-menu .user-submenu .glyphicons-halflings {
	display: none;
}
.header-menu .user-submenu li a .glyphicons {
	top: 0;
	margin-right: 15px;
	font-size: 19px;
}
.header-menu .navbar-default .navbar-nav > .open > a {
	color: var( --yellow );
}
.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-basic {
	width: 50px;
	fill: var( --blue );
}
.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-basic
.page-template-your-account .navbar-fixed-top .navbar-brand .glyphicons-basic,
.single-video .navbar-fixed-top .navbar-brand .glyphicons-basic {
	width: 60px;
	transition: fill .3s;
}
.page-template-your-account .navbar-fixed-top .navbar-brand:hover .glyphicons-basic,
.single-video .navbar-fixed-top .navbar-brand:hover .glyphicons-basic {
	fill: var( --darker-blue );
}
.single-video a.previous:hover .glyphicons-basic,
.single-video a.next:hover .glyphicons-basic {
    fill: var( --darker-blue );
}
.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-chevron-left,
.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-chevron-right {
	padding: 12px 0;
}

/* -----------------------------------------------------------
	Container
-------------------------------------------------------------- */
.container {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}
.home .container {
	max-width: 1200px;
}
.navbar > .container > .row-fluid:after {
	display: block;
	clear: both;
	content: '';
}
.navbar > .container > .row-fluid > .col-md-1.col-sm-1 {
	float: left;
}

/* -----------------------------------------------------------
	Front Page
-------------------------------------------------------------- */
#semantica-intro {
	background: linear-gradient(#039935ff 60.00%, #ffdb00ff 95.00%);
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 25%) inset;
}
#semantica-intro .inner {
	display: grid;
    grid-template-columns: 1fr;
	max-width: 1200px;
	margin: 0 auto;
    width: 100%;
	padding: 60px 0 20px;
	color: var( --white );
}
#semantica-intro .inner.no-intro-text {
	grid-template-columns: 1fr;
}
#semantica-intro .headline h2 {
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 400;
    color: var( --yellow );
}
#semantica-intro .headline p.tagline {
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 28px;
}
#semantica-intro .headline h1 {
	margin-left: 30px;
}
#semantica-intro .headline p.course-description {
	margin-left: 30px;
}
#semantica-intro .intro-cta-btn .cta-btn-custom {
	margin: 0px 0 20px 30px;
}
#welcome-content {
    font-size: 1.5rem;
    color: var( --white );
}
#welcome-content {
	display: grid;
}
#welcome-content > img,
#welcome-content > picture,
#welcome-content > div {
	grid-column: 1;
	grid-row: 1;
}
#welcome-content .container {
	max-width: 100%;
	background: none;
    height: auto;
}
#welcome-content .container .row {
	max-width: 1200px;
    margin: 30px auto 0;
}
#welcome-content .col-md-8 {
	width: 70%;
}
#welcome-content p {
    font-size: 2rem;
    color: var( --white);
    margin-bottom: 0px;
}
#welcome-content p.subtitle {
	margin: 0 0 0px 0;
	font-size: 23px;
	line-height: 30.8px;
}
#welcome-content h2.title {
	font-weight: 700;
	line-height: 55px;
	font-size: 5rem;
    margin: 0 0 10px 30px;
}
#welcome-content h3.subtitle {
	margin-bottom: 10px;
	margin-left: 30px;
    font-size: 23px;
    letter-spacing: 0.8px;
}
.opacity-layer {
    background: rgba(0, 0, 0, 0.45);
    padding: 5px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
#semantica {
    font-size: 5rem;
}
.james-pitch {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    background: var( --blue );
    color: var( --white );
    padding: 40px 20px 0;
}
.fp-gradient .james-pitch {
	padding-right: 25px;
	padding-left: 25px;
	background: transparent;
}
.about-content {
    position: relative;
    height: auto;
}
.about-content .fp-course-features p.prefix {
	margin-bottom: 0;
	font-size: 28px;
}
.about-content .fp-course-features h2.title {
    margin-bottom: 40px;
	color: var( --yellow );
    font-size: 37px;
}
.author-img {
    float: left;
	margin-right: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    vertical-align: middle;
    text-align: center;
}
.author-img img {
    vertical-align: middle;
    display: inline-block;
	box-shadow: 2px 4px 6px var( --dark-grey );
}
.author-description .larger {
    font-size: 2.6rem;
    margin-bottom: 15px;
    font-weight: 700;
}
.author-description .smaller {
    font-size: 18px;
}
.author-description h1 {
	margin-bottom: 30px;
	font-size: 30px;
}
.author-description .language-keys {
	margin-left: 100px;
	font-weight: 700;
	font-size: 44px;
}
.author-description a {
	color: var( --white );
	text-decoration: underline;
	font-weight: 500;
}
.author-description a:hover {
	text-decoration: none;
}
.fp-cf-grid {
	display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 50px;
	margin-bottom: 30px;
}
.fp-cf-grid .fp-cf-images .fp-cf-images-wrapper {
	display: grid;
	margin: 0;
	padding: 0;
	row-gap: 20px;
    max-width: 400px;
	list-style: none;
}
.fp-cf-grid .fp-cf-images img {
	display: block;
	width: 100%;
    height: auto;
}
.fp-cf-grid .feature-box {
	grid-column-start: 2;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 3px solid var( --yellow );
}
.fp-cf-grid .feature-box.fp-cf-images {
    margin: 0;
	border: none;
	grid-column-start: 1;
	grid-row: 1/5;
}
.fp-cf-grid .feature-box:last-child,
.fp-cf-grid .feature-box p:last-child {
	margin-bottom: 0;
	border: none;
}

.blue-bar,
.yellow-bar {
	background: var( --blue );
    color: var( --white );
    position: relative;
    height: auto;
    clear: both;
    padding-top: 10px;
}
.yellow-bar {
	background: var( --yellow );
}
.fp-gradient .blue-bar {
	background: transparent;
}

.blue-bar p,
.yellow-bar p {
    font-size: 3.3rem;
    color: var( --white );
    margin: 0;
    font-weight: 700;
    padding: 5px 0;
}

.blue-bar h2,
.yellow-bar h2 {
    margin-bottom: 10px !important;
    font-weight: bold;
}

.blue-bar h2 span {
    color: var( --yellow );
}

.shadow {
    box-shadow: 0 3px 10px var( --mid-grey );
}

#level-2-scroll-right-arrow {
	position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 45px;
    height: 45px;
}

#promo-video-section {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0;
}
#promo-video-section .container {
	max-width: 100%;
}
#promo-video-section .video-player {
	height: auto;
	background: var( --green );
}
#promo-video-section .video-player iframe {
	position: relative;
	display: block;
	height: max-content;
	aspect-ratio: 16/9;
}
.embed-video-wrap {
    margin: 0 auto;
}

.fp-gradient {
	background: linear-gradient(180deg, var( --green ), var( --blue ) 35%);
}

.trial-offer {
    position: relative;
    height: auto;
    display: block;
    padding: 45px 0 25px 0;
    background: var( --green );
    color: var( --white );
}
.fp-gradient .trial-offer.fp-trial-offer {
	background: transparent;
}
.fp-main-content .trial-offer {
	padding-bottom: 0;
}
.fp-main-content #trial {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: auto;
	align-items: end;
}
.fp-main-content #trial:before,
.fp-main-content #trial:after {
	display: none;
}
.fp-main-content #trial > div.col-sm-6 {
	width: 100%;
	float: none;
}
.page-template-intensivo .trial-offer {
	width: 100%;
	margin-top: -122px;
    padding-top: 163px;
	padding-bottom: 0;
	background: var( --yellow );
}
.page-template-intensivo .trial-offer .form-control::-webkit-input-placeholder {
	color: var( --white);
}
.page-template-intensivo .trial-offer .form-control::-moz-placeholder {
	color: var( --white);
}
.page-template-intensivo .trial-offer .form-control:-ms-input-placeholder {
	color: var( --white);
}

.trial-offer .green-area-link-container {
	position: relative;
	min-height: 145px;
}
.page-template-intensive .access-block {
	margin-top: 0;
    padding-top: 40px;
}

#trial {
    margin-bottom: 50px;
}
.page-template-intensivo #trial {
	margin-bottom: 0;
}

.trial-1 {
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.trial-2 {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.trial-3 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.fp-main-content .trial-1,
.fp-main-content .trial-2 {
	margin-bottom: 20px;
}
.fp-main-content .trial-3 {
	margin-bottom: 0;
	line-height: 56px;
}

.white-text {
	color: var( --white);
}

.form-control {
    background: var( --lighter-green );
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: var( --darker-green );
    font-size: 18px;
}
.page-template-landing-page .form-control {
	height: 54px;
	font-size: 28px;
}
.btn-submit {
    font-weight: 700;
    font-size: 2.8rem;
    color: var( --white );
    display: block;
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var( --yellow );
    padding-left: 20px;
    padding-right: 20px;
}
.form-group::-webkit-input-placeholder {
    color: white;
}
.form-group:-moz-placeholder {
    color: white;
}
.form-group::-moz-placeholder {
    color: white;
}
.form-group:-ms-input-placeholder {
    color: white;
}
#features-section,
#access-section {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
    clear: both;
}
.fp-main-content #features-section {
	display: grid;
    grid-template-columns: repeat( 3, 1fr );
    column-gap: 0;
}
.fp-main-content #features-section.features-section-5 {
	grid-template-columns: repeat( 12, 1fr );
	grid-row-start: 1;
}
.feature-item,
.access-item {
    float: left;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}
#features-section .t-feature a,
#access-section .t-feature a {
    display: inline-block;
	width: 183.33px;
}
#features-section .t-feature a img,
#access-section .t-feature a img {
	width: 183.33px;
}
#features-section .t-feature a:hover img,
#access-section .t-feature a:hover img {
	opacity: 0.5;
}
.access-item {
    width: 20%;
}
.feature-item {
    width: 33.3333%;
    margin-bottom: 50px;
}
.fp-main-content .feature-item {
	width: 100%;
    margin: 0 0 10px 0;
}
.fp-main-content #features-section.features-section-5 .feature-item:nth-child(2) {
	grid-column: 1/5;
}
.fp-main-content #features-section.features-section-5 .feature-item:nth-child(3) {
	grid-column: 5/9;
}
.fp-main-content #features-section.features-section-5 .feature-item:nth-child(4) {
	grid-column: 9/13;
}
.fp-main-content #features-section.features-section-5 .feature-item:nth-child(5) {
	grid-row-start: 2;
	grid-column: 3/7;
}
.fp-main-content #features-section.features-section-5 .feature-item:nth-child(6) {
	grid-row-start: 2;
	grid-column: 7/11;
}
.page-template-about .feature-item {
	width: 20%;
	margin-bottom: 20px;
}
.feature-item-about a,
.access-item-about a {
    color: var( --white );
    font-size: 1.8rem;
}
.feature-item-about,
.access-item-about {
    float: left;
    width: 20%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}
.feature-item a,
.access-item a {
    color: var( --white );
    font-size: 1.8rem;
}
.feature-item span {
	display: block;
}
.feature-item a:hover {}
.feature-item a span img {
	margin-bottom: 10px;
}
.fp-main-content .feature-item a span img {
	width: 480px;
	margin: 0;
}
span.feature-title {
  	color: var( --white );
  	width: 100%;
  	text-align: center;
  	font-size: 24px;
}
.fp-main-content span.feature-title {
	font-size: 20px;
	font-weight: 500;
}
.clr {
    clear: both;
}
.facebook {
    position: absolute;
    right: 0;
    bottom: -58px;
    z-index: 123;
    width: 56px;
    height: 56px;
}
.facebook:hover {
    opacity: .5
}

.green-block.how-it-works-title-container {
	padding: 43px 50px 0 95px;
}
.how-it-works-title {
	color: var( --white);
}
.all-plans-give-you-title p {
	font-size: 25px;
    font-weight: bold;
	color: var( --dark-grey );
}

/* -----------------------------------------------------------
	Video Player
-------------------------------------------------------------- */
.vimeo-video-container {
	text-align: center;
    background-color: var( --black );
    border-radius: 6px;
}
.vimeo-video-container.hide-pillars {
	background: none;
	border-radius: 0;
}
.video-player {
	height: 304px;
	text-align: center;
}
.video-player, .video-player-delayed {
	position: relative;
  	width: 100%;
  	height: 360px;
    background: transparent none repeat scroll 0 0;
}
.video-player iframe {
	max-width: 100%;
}
.vimeo-embed,
.youtube-embed,
.video-player.full {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.video-player.full {
	height: 100%;
}
.vimeo-embed:after,
.youtube-embed:after,
.video-player.full:after {
	display: block;
	content: "";
	padding-top: 56.25%;
}
.vimeo-embed iframe,
.youtube-embed iframe,
.video-player.full iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-block.how-it-works .container {
	max-width: 100%;
    padding: 0;
}
.how-it-works .video-player {
	height: auto;
    aspect-ratio: 16 / 9;
}
.how-it-works .video-player iframe {
	width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 12px;
    margin-left: 0;
}
.page-template-feature .video-player {
	box-shadow: none;
}
.single-post .single-header-video .video-player {
	height: auto;
}

.lesson-content-entry .show-test-module {
	cursor: pointer;
}

/* -----------------------------------------------------------
	Front Page Testimonials
-------------------------------------------------------------- */
#testimonials {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 80px 0;
    background: var( --blue );
    color: var( --white );
}
.fp-main-content #testimonials {
	background-color: var( --green );
}
.latest-post {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
	line-height: 44px;
}
#testimonial-slider {
    max-width: 840px;
    margin: 0 auto;
    height: auto;
}
.testimonial-head {
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
.testimonial-head a {
	color: var( --white );
	text-decoration: underline;
}
.testimonial-head a:hover {
	color: var( --blue );
}
.testimonial-head br {
	display: none;
}
#testimonial-slider p {
    font-size: 2.0rem;
    color: var( --white );
    line-height: 1.5;
    margin-bottom: 20px;
}
.testimonial-head img {
    width: auto;
    max-width: 80px;
    margin-right: 10px;
}
.testimonial-head span {
	float: left;
    display: inline-block;
    font-size: 1.5rem;
}
.testimonial-head.testimonial-has-image span {
    margin-top: 20px;
}

/* -----------------------------------------------------------
	Testimonial Slides
-------------------------------------------------------------- */
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
  	padding: 0;
  	margin: 0;
}
.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}
.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}
.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}

#latest-post-section {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 50px 0 80px 0;
    background: var( --white );
    color:var( --grey );
}
#latest-post-section .latest-post-tagline {
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}
#latest-post-section .latest-post-tagline a {
	color: var( --green );
}
#latest-post-section .latest-post a {
    color: var( --blue );
}
#latest-post-section .featured-image {
	text-align: center;
}
#latest-post-section .excerpt {
	max-width: 950px;
	margin: 0 auto;
}
.blog .posts p .hide-on-desktop,
#latest-post-section .latest-post-box .hide-on-desktop {
	display: none;
}
.blog .posts p .hide-on-mobile,
#latest-post-section .latest-post-box .hide-on-mobile {
	display: inline;
}
.post-exerpt {
    font-size: 2rem;
    color:var( --grey );
    line-height: 1.8;
    font-weight: 700;
}

/* -----------------------------------------------------------
	Footer
-------------------------------------------------------------- */
#footer {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    color: var( --white );
}
.flag-brazil {
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 5;
}
#footer-top {
    background: var( --yellow );
    padding: 50px 0;
	min-height: 340px;
    position: relative;
}
#footer-nav {
    position: relative;
    z-index: 6;
}
#footer-bottom {
    position: relative;
}
.footer-links {
    margin-bottom: 30px;
    height: auto;
}
.footer-head {
    color: var( --green );
    font-size: 2.2rem;
    font-weight: 900;
    margin-bottom: 10px;
}
.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links ul li {
    display: block;
    margin-bottom: 0px;
}
.footer-links ul li a {
    display: block;
    text-decoration: none;
    color: var( --white );
    font-size: 2.0rem;
    font-weight: 700;
}
.footer-links ul li a svg {
    width: 26px;
    vertical-align: sub;
}
.footer-links ul li a:hover {}
#footer-bottom {
    background: url(/wp-content/themes/sp/assets/img/blank.svg) no-repeat center top;
    padding: 30px 0;
    min-height: 250px;
    position: relative;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
#footer-bottom.lazy-loaded {
    background: url(/footer-images/footer-bottom.jpg) no-repeat center top;
	background-size: cover !important;
}
#footer-bottom .mc-newsletter-form {
	z-index: 99;
}
#footer-bottom .mc-newsletter-form .title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	color: var( --dark-blue );
}
#footer-bottom .mc-newsletter-form input.form-control {
	font-size: 30px;
	height: 50px;
}
.copyright {
    margin-top: 450px;
    height: auto;
    position: relative;
}
.single-post .copyright {
	margin-top: 390px;
}

.copyright p {
    text-align: right;
    font-weight: 700;
    color: var( --white );
    font-size: 1.125rem;
}

.copyright p a {
    color: var( --white );
}

.footer-cta {
	position: fixed;
	display: none;
    bottom: 0;
    right: 0;
    left: 0;
	padding: 50px 0;
	z-index: 9999;
}
.footer-cta .footer-cta-title,
.footer-cta .footer-cta-content,
.footer-cta .footer-cta-cta {
	color: var( --white);
}
.footer-cta .glyphicons-remove {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
	fill: var( --yellow );
}
.footer-cta .glyphicons-remove:hover {
	fill: var( --darker-yellow );
}

/* -----------------------------------------------------------
	Login Popup Form
-------------------------------------------------------------- */
#login-popup .modal-dialog {
	display: block;
	width: 358px;
	text-align: left;
	vertical-align: middle;
}
#login-popup .modal-content {
	padding: 30px 30px 20px 30px;
	border-radius: 0;
	border-bottom: 0;
}
#login-popup .modal-content img {
	width: 296px;
	margin-bottom: 15px;
}
#login-popup p.login-username,
#login-popup p.login-password {
	position: relative;
	margin-bottom: 15px;
}
#login-popup .glyphicons-halflings {
	position: absolute;
	top: 14px;
	width: 25px;
    left: 6px;
    fill: var( --light-grey );
}
#login-popup input:-webkit-autofill, 
#login-popup input:-webkit-autofill::first-line,
#login-popup input:-webkit-autofill:hover, 
#login-popup input:-webkit-autofill:focus, 
#login-popup input:-webkit-autofill:active { 
	font-size: 24px !important;
	-webkit-box-shadow: 0 0 0 60px #ffffff inset !important;
    background-color: #ffffff !important;
    background-clip: content-box !important;
	color: var( --grey );
}
#login-popup input[type="text"],
#login-popup input[type="password"] {
	width: 100%;
	padding: 0 10px 0 43px;
	outline: 0;
	font-size: 24px;
	line-height: 50px;
	border: 1px solid var( --blue );
	box-shadow: none;
	border-radius: 4px;
}
#login-popup input[type="text"]:focus,
#login-popup input[type="password"]:focus {
	box-shadow: 0px 0px 1px 3px var( --lighter-blue );
	border-radius: 4px;
}
#login-popup p.login-remember,
#login-popup p.login-submit {
	float: left;
	width: 50%;
}
#login-popup p.login-remember {
	margin-bottom: 0;
	line-height: 49px;
	color: var( --blue );
	font-size: 16px;
}
#login-popup p.login-remember label {
	cursor: pointer;
}
#login-popup p.login-submit {
	margin-bottom: 20px;
	text-align: right;
}
#login-popup p.login-submit input {
	padding: 3px 30px;
	font-size: 27px;
	font-weight: bold;
	color: var( --blue );
	border: 4px solid var( --blue );
	border-radius: 7px;
	background-color: var( --white );
	outline: none;
}
#login-popup p.login-submit input:hover {
	color: var( --white);
	background-color: var( --blue );
	border: 4px solid var( --blue );
}
#login-popup p.login-submit input:active {
	color: var( --white);
	background-color: var( --blue );
	border: 4px solid var( --blue );
}
#login-popup hr {
	clear: both;
	margin: 20px -30px;
	color: var( --light-grey );
}
#login-popup .forgot-password {
	color: var( --blue );
	font-size: 18px;
	font-weight: bold;
}
#login-popup .forgot-password:hover {
	color: var( --darker-blue );
}
#login-popup .forgot-password:active {
	color: var( --dark-blue );
}
#login-popup .ajax-spinner {
    position: absolute;
    display: none;
    top: auto;
    right: 30px;
	bottom: 20px;
	width: 30px;
	fill: var( --blue );
}
#login-popup .ajax-spinner {
    animation: login-ajax-spinner 2s infinite linear;
}
@keyframes login-ajax-spinner {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

/* -----------------------------------------------------------
	Buttons
-------------------------------------------------------------- */
.btn-green {
    font-weight: 700;
    font-size: 2.8rem;
    color: var( --white );
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var( --green );
    padding-left: 20px;
    padding-right: 20px;
}
.btn-yellow {
    font-weight: 700;
    font-size: 2.8rem;
    color: var( --white );
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var( --yellow );
    padding-left: 20px;
    padding-right: 20px;
}
.btn-blue {
    font-weight: 700;
    font-size: 2.8rem;
    color: var( --white );
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var( --blue );
    padding-left: 20px;
    padding-right: 20px;
}
.btn-white-border {
	float: right;
    padding: 4px 25px;
    color: var( --white);
    font-size: 2.8rem;
    font-weight: 700;
    border: 3px solid var( --white );
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    background-color: transparent;
}
.btn-white-border:focus {
	background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    color: var( --white);
}
.btn-white-border:hover {
	background: var( --white );
    color: var( --blue );
    border-color: var( --blue );
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: var( --white );
    background-color: var( --darker-yellow );
    border-color: var( --darker-yellow );
}
.btn-submit:focus,
.btn-submit:hover {
    color: var( --white );
    background-color: var( --darker-yellow );
    border-color: var( --darker-yellow );
}
.btn-sim:focus,
.btn-sim:hover {
    color: var( --white );
    background-color: var( --darker-green );
    border-color: var( --darker-green );
}
.btn-yellow:focus,
.btn-yellow:hover {
    color: var( --white );
    background-color: var( --darker-yellow );
    border-color: var( --darker-yellow );
}
.btn.btn-green:hover {
	background: var( --darker-green );
	border-color: var( --darker-green );
}
.btn.btn-green:active {
	background: var( --dark-green );
	border-color: var( --dark-green );
}
.btn.btn-blue:hover {
	background: var( --darker-blue );
	border-color: var( --darker-blue );
}
.btn.btn-blue:active {
	background: var( --dark-blue );
	border-color: var( --dark-blue );
}
.btn.btn-yellow:hover {
	background: var( --darker-yellow );
	border-color: var( --darker-yellow );
}
.btn.btn-yellow:active {
	background: var( --dark-yellow );
	border-color: var( --dark-yellow );
}
.btn {
    font-size: 2.8rem;
    padding-left: 20px;
    padding-right: 20px;
}
.btn:active {
	box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn-landing-page-vamos {
	font-size: 4rem;
    font-weight: 700;
}
.btn.btn-success:active,
.btn.btn-success:hover,
.btn.btn-success:active:hover {
	background: var( --darker-green );
	border-color: var( --darker-green );
}
.btn.btn-blue:active,
.btn.btn-blue.btn-success:active:hover {
	background: var( --dark-blue );
}
.btn.btn-blue:hover {
	background: var( --darker-blue );
}
.btn.btn-yellow:active,
.btn.btn-yellow.btn-success:active:hover {
	background: var( --dark-yellow );
}
.btn.btn-yellow:hover {
	background: var( --darker-yellow );
}

#trial h3 {
    font-size: 2.25rem;
}
.fp-main-content #trial h3.trial-2 {
    font-size: 2rem;
}

#trial p {
    font-weight: 700;
    font-size: 1.5rem;
}

#trial h2 {
    font-size: 3rem;
}

.pad0 {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.fluid-width {
    width: 100%;
}

.bg-white {
    background: var( --white );
}

.bg-yellow {
    background: var( --yellow );
}
.bg-dark-yellow {
    background: var( --dark-yellow );
}
.bg-darker-yellow {
    background: var( --darker-yellow );
}
.bg-light-yellow {
    background: var( --light-yellow );
}

.bg-blue {
    background: var( --blue );
}
.bg-dark-blue {
    background: var( --dark-blue );
}
.bg-darker-blue {
    background: var( --darker-blue );
}
.bg-mid-blue {
    background: var( --light-blue );
}
.bg-light-blue {
    background: var( --lighter-blue );
}

.bg-green {
    background: var( --green );
}
.bg-dark-green {
	background: var( --dark-green );
}
.bg-darker-green {
    background: var( --darker-green );
}
.bg-mid-green {
    background: var( --light-green );
}
.bg-light-green {
    background: var( --lighter-green );
}

.bg-gray {
    background: var( --mid-grey );
}

.bg-brown {
    background: #CD9C8D;
}
.bg-yellow-green {
	background: var( --yellow );
}

.gray {
    color: var( --grey );
}
.black {
    color: var( --black );
}

.bold {
    font-weight: 800;
}

h3 {
    font-size: 2.8rem;
    font-weight: bold;
}

.feature-header {
    background: url('assets/img/feature-header.jpg');
    background-position: center center;
    background-size: cover
}

.feature-title {
    color: var( --white );
    width: 100%;
    text-align: center;
    font-size: 16px;
}

.t-feature {
	text-align: center;
}
.t-feature a:hover {
	color: var( --very-light-grey );
}
.t-feature > a > p:first-child {
	margin-bottom: 8px;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog .section {
	padding-top: 30px;
}
.page-template-checkout .section {
	padding-top: 0;
}
.page-template-feature .section,
.page-template-about .section,
.page-template-series .section,
.page-template-landing-page .section,
.page-template-intensivo .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cta-section h3 {
    font-size: 22px;
    font-weight: 400;
}

/* -----------------------------------------------------------
	Novelas Page Template & Lesson CPT
-------------------------------------------------------------- */
.page-template-novelas,
.single-video,
body.single-post {
	position: relative;
	background: var( --lighter-black );
}
body.single-post {
	background: var( --light-grey );
}
.page-template-novelas {
	color: var( --white);
}
.page-template-novelas .container {
	max-width: 910px;
}
.page-template-novelas .novelas-price-table {
	background: var( --white );
}
.page-template-novelas .novelas-price-table-background {
    height: 180px;
    margin-top: -147px;
	background: var( --yellow );
}
.page-template-novelas .hentry .entry-content {
	margin: 50px 0;
	color: var( --grey );
}
.page-template-novelas .hentry .entry-content a {
	color: var( --blue );
	font-weight: 500;
	padding: 2px;
	text-decoration: none;
}
.page-template-novelas .hentry .entry-content a:hover {
	background: var( --light-green ) none repeat scroll 0 0;
	border-radius: 4px;
}
.page-id-13093 .hentry .entry-content :last-child {
	margin: 0;
}
.page-template-novelas .page-wrap,
.page-template-novelas .fixednav,
.single-video .page-wrap,
.single-video .fixednav {
	max-width: 980px;
    margin: auto;
}
.page-template-novelas .fixednav {
	background: var( --yellow );
}
.page-template-novelas .navbar-brand {
	padding-top: 5px;
}
.single-video .navbar-brand {
	padding: 0;
}
.page-template-novelas .navbar-brand strong,
.single-video .navbar-brand strong {
	float: left;
	margin-left: 7px;
	padding-top: 16px;
	font-size: 40px;
	color: var( --white );
}
.page-template-novelas .navbar-brand strong {
	padding-top: 0px;
    float: none;
    display: block;
	font-size: 42px;
    line-height: 42px;
	letter-spacing: 0.8px;
}
.single-video .navbar .breadcrumbs a {
	color: var( --white);
	text-decoration: none;
}
.single-video .navbar .breadcrumbs p > a,
.single-video .navbar .breadcrumbs p > a:hover {
	text-decoration: underline;
}
.single-video .navbar .breadcrumbs p {
	margin-bottom: 18px;
	padding-top: 17px;
	font-size: 20px;
	color: var( --white );
	font-weight: bold;
}
.single-video .navbar .breadcrumbs p span.breadcrumbs-separator {
	font-size: 20px;
}
.page-template-novelas .row-fluid {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.page-template-novelas .row-fluid.favorite-lessons {
	display: grid;
    grid-template-columns: 33.33333333% 66.66666667%;
	padding: 25px 0 0 0;
}
.page-template-novelas .row-fluid.favorite-lessons .favorite-lessons-list {
	margin-top: 25px;
	grid-column: 1/3;
}
.page-template-novelas .row-fluid.favorite-lessons > .cta-image {
	padding: 0;
	justify-self: center;
}
.page-template-novelas .row-fluid a,
.page-template-novelas .row a {
	color: var( --white);
	text-decoration: none;
}
.page-template-novelas .row-fluid .novelas-inner a {
	color: var( --yellow );
}
.page-template-novelas .row-fluid .bg-yellow .novelas-inner a {
	color: var( --green );
}
.page-template-novelas .row-fluid .carousel-caption a {
	display: block;
	text-align: left;
}
.page-template-novelas .row > a {
	display: block;
	padding-top: 25px;
    padding-bottom: 25px;
}
.page-template-novelas .row > a:after {
	display: block;
	clear: both;
	content: '';
}
.page-template-novelas .carousel-inner > .item > a > img,
.page-template-novelas .carousel-inner > .item > img {
	position: relative;
	width: 100%;
}
.page-template-novelas .carousel-inner > .item.no-access > a:first-child:after {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(254 210 25 / 60%);
}
.page-template-novelas .carousel-control {
	opacity: 1;
}
.page-template-novelas .carousel-control.left {
	background-image: linear-gradient(to right,rgb(0 0 0 / 25%) 0,rgba(0,0,0,.0001) 100%);
}
.page-template-novelas .carousel-control.right {
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgb(0 0 0 / 25%) 100%);
}
.page-template-novelas .carousel-control .glyphicon-chevron-left,
.page-template-novelas .carousel-control .glyphicon-chevron-right {
	width: 45px;
	height: 45px;
	margin-top: -21px;
	fill: var( --white);
}
.page-template-novelas .row-fluid .chapters-link {
	position: absolute;
    top: auto;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    z-index: 15;
}
.page-template-novelas .row-fluid .chapters-link svg {
	width: 36px;
	fill: var( --white);
}
.page-template-novelas .row .f-five {
	line-height: 1em;
}
.page-template-novelas .row p {
	margin-bottom: 0;
}
.page-template-novelas .last-blog-post .cta-image {
	text-align: right;
}
.page-template-novelas .last-blog-post img {
	max-width: 280px;
}
.page-template-novelas .downloads {
	margin-bottom: 10px;
}
.page-template-novelas .favorite-lessons .lesson {
	position: relative;
}
.page-template-novelas .favorite-lessons .cta-image .glyphicons,
.page-template-novelas .favorite-lessons .cta-text strong {
	cursor: pointer;
}
.page-template-novelas .favorite-lessons .first-4-favs {
	display: grid;
	width: 100%;
	grid-template-columns: max-content 1fr;
}
.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container {
	display: grid;
    grid-template-columns: repeat( auto-fit, 80px );
	justify-content: end;
}
.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container > span {
	position: relative;
}
.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container img {
	width: 80px;
}
.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container .mobile-dots {
	display: none;
}
.page-template-novelas .favorite-lessons .favorite-lessons-list:before {
	display: block;
	clear: both;
	content: '';
}
.page-template-novelas .favorite-lessons .favorite-lessons-list .favorite-lesson-items {
	display: none;
	top: 30px;
	margin-bottom: 30px;
    grid-template-columns: repeat( 5, 186px );
    width: 100%;
	flex-wrap: wrap;
}
.page-template-novelas .favorite-lessons .favorite-lessons-list .favorite-lesson-items:after {
	display: block;
	content: '';
	clear: both;
}
.page-template-novelas .favorite-lessons .favorite-lessons-list .load-more-favorites {
	margin: 0 auto 30px;
    display: none;
    width: max-content;
	font-size: 2.8rem;
	color: var( --white );
	font-weight: 700;
	text-decoration: none;
	padding: 4px 25px;
	line-height: 1.2;
	color: var( --white );
	border: 3px solid var( --white );
	border-radius: 5px;
	cursor: pointer;
	background: none;
}
.page-template-novelas .favorite-lessons .favorite-selector .glyphicons-minus-sign,
.page-template-novelas .favorite-lessons .lesson .glyphicons-minus-sign.red-minus-sign {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	cursor: pointer;
	margin-top: 25px;
    margin-left: 25px;
}
.page-template-novelas .favorite-lessons .favorite-selector .edit-text {
	font-size: 3px;
	font-family: "Helvetica Neue", HelveticaNeue, "TeX Gyre Heros", TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.page-template-novelas .favorite-lessons .lesson .glyphicons-minus-sign.red-minus-sign {
	color: var( --dark-red );
	width: 80px;
    margin-right: 5px;
    margin-left: auto;
    margin-top: 5px;
}
.single-video .comments-area {
	padding: 0 15px 50px 15px;
}
.single-post .post-comments,
.single-video .post-comments {
	padding: 40px;
}
.page-template-novelas #footer-bottom,
.single-video #footer-bottom {
	min-height: 0;
	background: var( --yellow );
}
.page-template-novelas .copyright,
.single-video .copyright {
	margin-top: 100px;
}
#lesson-nav {
    background: var( --very-light-grey );
    padding-top: 15px;
}
#lesson-content {
    background: var( --white );
}
#lesson-content .content-lesson-videos {
	position: relative;
    margin: 0px -15px 35px;
    max-width: none;
}
.video-format-3840-2160 #lesson-content .content-lesson-videos {
	margin: 0px -16px 35px;
}
.content-lesson-videos .video-player {
	position: relative;
	height: 0;
}
.video-format-1440-960 .content-lesson-videos .video-player {
	padding-bottom: 66.666666666666667%;
}
.video-format-3840-2160 .content-lesson-videos .video-player {
	padding-bottom: 56.25%;
}
.video-format-4096-2160 .content-lesson-videos .video-player {
	padding-bottom: 52.734375%;
}
.content-lesson-videos .video-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#lesson-nav {
    position: absolute;
    z-index: 2;
    background: transparent
}
#lesson-content .lesson-content-entry {
	max-width: 780px;
	margin: 0 auto;
	font-size: 22px;
}
#lesson-content .lesson-content-entry.no-video {
	margin-left: 85px;
	padding-top: 18px;
	padding-bottom: 0;
}
#lesson-content .lesson-content-entry.no-video.buttons-shown-1 {
	min-height: 10px;
}
#lesson-content .lesson-content-entry.no-video.buttons-shown-2 {
	min-height: 120px;
}
#lesson-content .lesson-content-entry.no-video.buttons-shown-3 {
	min-height: 170px;
}
#lesson-content .lesson-content-entry.no-video.buttons-shown-4 {
	min-height: 210px;
}
#lesson-content .lesson-content-entry .inline-subtitles {
	margin-bottom: 30px;
}
#lesson-content .lesson-content-entry .inline-subtitles p {
	display: inline-block;
	margin-bottom: 0;
	background-color: var( --white);
	transition: background 0.2s;
}
#lesson-content .lesson-content-entry .inline-subtitles p:after {
	display: block;
	clear: both;
	content: '';
}
#lesson-content .lesson-content-entry .inline-subtitles p.active {
	background-color: var( --light-green );
	color: var( --green );
}
#lesson-content .lesson-content-entry .inline-subtitles p span {
	float: left;
	position: relative;
	display: inline-block;
	padding: 0 3px;
	transition: background 0.2s;
}
#lesson-content .lesson-content-entry .inline-subtitles p span.marked {
	background-color: var( --green );
	color: var( --white);
	cursor: pointer;
}
#lesson-content .lesson-content-entry .subtitles-add-to-stack {
	width: auto;
	margin-bottom: 30px;
}
#lesson-content .lesson-content-entry .personagem {
	text-align: center;
	color: var( --dark-green );
}
#lesson-content .lesson-content-entry .personagem:first-letter {
	text-transform: capitalize;
}
.lesson-content-entry .related-posts a {
	display: block;
	margin-bottom: 30px;
	color: var( --grey );
	font-size: 22px;
	line-height: 1.2;
}
.lesson-content-entry .related-posts a img {
	display: block;
	margin-bottom: 5px;
}
.lesson-content-entry .related-posts > div:nth-child(3),
.lesson-content-entry .related-posts > div:nth-child(6) {
	clear: both;
}
.blocks .block.marked {
	opacity: .5;
}
.blocks .block span.title {
	display: block;
	color: var( --white );
	font-weight: bold;
	background: var( --blue );
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	cursor: pointer;
}
.blocks .block.marked span.title {
	color: var( --white );
	background: var( --mid-grey );
}
.chapters-list .block img {
	cursor: pointer;
}
.blocks .block.active img {
	border-bottom: 9px solid var( --green );
}
.blocks .block.marked img {
	border-bottom: 9px solid var( --light-grey );
}
.blocks .block {
	width: 210px;
	margin: 0 6px;
	padding: 0;
}
@keyframes blink {
  	0% {
    	opacity: .9;
  	}
  	50% {
    	opacity: .4;
  	}
  	100% {
    	opacity: .9;
  	}
}
.blink {
  	animation-direction: normal;
  	animation-duration: 2s;
  	animation-iteration-count: infinite;
 	animation-name: blink;
  	animation-timing-function: ease-in;
}
.pronon-video-box:hover .pronon-hover-box {
	display: block;
}
.pronon-hover-box {
	position: absolute;
	display: none;
	top: 93px;
	left: 0%;
	width: 100%;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	color: var( --white );
}
.pronon-hover-box .prompts-status {
	float: left;
	width: 100%;
	color: rgba(255,255,255,0.8);
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
	font-size: 19px;
	background: rgba(31, 182, 239, 0.6) none repeat scroll 0% 0%;
}
.pronon-hover-box .prompts-status:hover {
	background: rgba(31, 182, 239, 1) none repeat scroll 0% 0%;
	color: rgba(255,255,255,1);
}
.single-lesson .lesson-menu-container {
	display: none;
	position: absolute;
	top: 11px;
	left: 81px;
	min-height: 72px;
	width: 340px;
	padding: 10px;
	background-color: var( --light-grey );
	z-index: 1000;
}
.single-group .you-left-off-here-icon,
.single-lesson .lesson-menu-container .submenu-pointer-arrow {
	position: absolute;
	top: 20px;
	left: -20px;
	transform: rotate(-90deg);
}
.single-lesson .lesson-menu-container .submenu-pointer-arrow .glyphicons-basic {
	display: block;
    color: var( --light-grey );
    fill: var( --light-grey );
    width: 40px;
}
.single-group .you-left-off-here-icon {
	transform: none;
	top: -15px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	fill: var( --blue );
}
.single-group .you-left-off-here-icon .glyphicons-basic {
	margin: 0 auto;
    z-index: 98;
    fill: var( --red-resume );
    width: 32px;
}
.single-lesson .lesson-menu-container.top {
	width: 100vw;
	top: 72px;
	left: 0;
	padding: 10px 0;
}
.single-lesson .lesson-menu-container.top .submenu-pointer-arrow {
	left: 28px;
	top: -14px;
	transform: none;
}

ul.post-list {
	margin: 0;
	padding: 10px;
	list-style: none;
}
ul.post-list li {
	margin-bottom: 10px;
}
ul.post-list li:last-child {
	margin-bottom: 0;
}
ul.post-list li:after {
	display: block;
	content: '';
	clear: both;
}
ul.post-list a {
	position: relative;
	display: block;
	width: 100%;
	min-height: 56px;
	padding: 0;
	color: var( --dark-grey );
	cursor: pointer;
	font-size: 21px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
}
.top ul.post-list a {
	font-size: 18px;
	line-height: 22px;
}
ul.post-list.downloads-list a {
	font-size: 25px;
	line-height: 56px;
}
ul.post-list.downloads-list .notice-mobile {
	color: var( --dark-grey );
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
ul.post-list.navigation-list a.navigation-list-all-lessons {
	padding: 15px;
}
ul.post-list.navigation-list .current-lesson a {
	color: var( --dark-blue );
}
ul.post-list a:hover {
	background: var( --lighter-blue );
}
ul.post-list a img,
ul.post-list a span.glyphicons {
	float: left;
	width: 100px;
	height: 56px;
	margin-right: 10px;
	margin-left: 0;
	vertical-align: middle;
}
ul.post-list a.grammar-video .vimeo-video-thumbnail {
	position: relative;
	float: left;
	display: block;
	width: 100px;
	height: 56px;
	overflow: hidden;
	margin-right: 10px;
}
ul.post-list a.grammar-video .vimeo-video-thumbnail img {
	position: absolute;
	top: -9px;
	height: 75px;
}
ul.post-list.downloads-list a .img-label {
	position: absolute;
	top: 0;
	left: 0;
	color: var( --white );
	font-size: 29px;
	line-height: 55px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
ul.post-list a span.glyphicons {
	display: block;
	line-height: 56px;
	text-align: center;
	font-size: 36px;
}
.single-lesson .sidenav-item {
	display: block;
    float: left;
    width: 100%;
    height: 35px;
    margin-bottom: 22px;
    padding: 0px;
    text-align: center;
    color: var( --blue );
    font-size: 35px;
}
.single-lesson .sidenav-item .glyphicons-basic {	
	fill: var( --blue );
}
.single-lesson .sidenav-item .glyphicons-basic {
	width: 45px;
	margin-top: -5px;
}
.sidenav-item:hover,
.sidenav-item:hover .glyphicons-basic {
	color:var( --light-blue );
    fill:var( --light-blue );
}
.glyphicons-filetypes {
	fill: var( --white );
	width: 40px;
    margin-top: 8px;
}
.glyphicons-filetypes.filetypes-darker {
	width: 45px;
    margin-top: 5px;
	fill:var( --dark-grey );
}
.single-lesson a.sidenav-item.active-submenu .glyphicons-basic,
.single-lesson .sidenav-item .glyphicons-heart {
	fill: var( --light-grey );
}
.single-lesson .sidenav-item .glyphicons-heart,
.single-lesson .sidenav-item .glyphicons-heart-empty {
	position: relative;
}
.single-lesson .sidenav-item .glyphicons-heart .heart-icon,
.single-lesson .sidenav-item .glyphicons-heart-empty .heart-icon {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "\e013";
    z-index: 1;
    font-size: 34px;
    line-height: 34px;
    color: var( --blue );
    transform: scale(0);
    opacity: 0;
}
.single-lesson a.sidenav-item .glyphicons-basic.glyphicons-heart {
	fill: var( --blue );
}

/* Pseudo elements for icons */
.favorite-icon-heart {
	position: relative;
	font-size: 0;
	padding: 25px 30px;
}
.favorite-icon-heart:before,
.favorite-icon-heart:after {
	font-family: 'Glyphicons Regular';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
	color:var( --blue );
	font-size: 35px;
}
.favorite-icon-heart:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*content: "\e020";*/
    font-size: 35px;
    line-height: 54px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.favorite-icon-heart:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    content: "\e013";
	z-index: 1;
	font-size: 35px;
	line-height: 54px;
	color:var( --blue );
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.glyphicons-heart.favorite-icon-heart-activated:after {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.glyphicons-heart.favorite-icon-heart-activated:after {
	-webkit-animation: scaleFade 0.5s forwards;
	-moz-animation: scaleFade 0.5s forwards;
	animation: scaleFade 0.5s forwards;
}
@-webkit-keyframes scaleFade {
	50% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}
@-moz-keyframes scaleFade {
	50% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
	}
}
@keyframes scaleFade {
	50% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.shortcode-audio-btn {
    width: 90px;
    text-align: center;
}
.shortcode-audio-btn.shortcode-audio-btn-centered {
	margin: 0 auto;
}
.shortcode-play-audio-btn {
	background-size: contain;
    cursor: pointer;
	display: block;
	height: 70px;
}
.shortcode-play-audio-btn .glyphicons-volume-up {
	padding: 0;
	fill: var( --grey );
}
.shortcode-play-audio-btn .glyphicons-volume-up:hover {
    color: var( --yellow )
}
.shortcode-play-audio-btn .glyphicons-volume-up.no-bg {
    background-color: transparent;
    border-bottom: none;
    border-radius: none;
    box-shadow: none;
    color: var( --white);
}
.shortcode-play-audio-btn .glyphicons-volume-up.no-bg:hover {
    background-color: var( --blue );
    color: var( --white );
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(191, 191, 191, 1);
    color: var( --mid-grey );
}
.shortcode-audio-progress-wrap .audio-progress-wrap {
    height: 10px;
    margin: 10px auto;
    max-width: 50px;
    width: 90px;
}
.shortcode-audio-progress-wrap .shortcode-audio-progress {
    overflow: hidden;
    height: 10px;
    background-color: var( --light-blue );
    max-width: 50px;
    width: 100%;
    display: inline-block;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.shortcode-audio-progress-wrap .shortcode-audio-progress .bar {
    width: 0%;
    height: 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var( --green );
    box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 5px;
}
.shortcode-audio-progress-wrap .shortcode-audio-progress .bar.yellow {
    background: var( --yellow );
}
.shortcode-audio-text-btn-container .shortcode-audio-text-content {
	color: var( --blue );
	cursor: pointer;
}
.shortcode-audio-text-btn {
	width: 24px;
    height: 24px;
    padding: 0 0 0 4px;
    fill: var( --blue );
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.single-lesson a.previous:hover,
.single-lesson a.next:hover {
    background: rgba(255, 255, 255, .5);
}
.level-text .level-intro-text {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    display: block;
	line-height: 30px;
}
.novelas-inner {
    padding: 40px;
    min-height: 368px;
}
.level-no-access .novelas-inner,
.level-no-access .novelas-inner a {
	color:var( --grey );
}
.novelas-inner > strong.f-five {
    line-height: 1.2;
    margin: 7px 0 3px 0;
    display: inline-block;
}
.novelas-inner > strong.f-five svg {
	display: none;
}
.novelas-inner h1 {
    font-weight: 800;
    margin-bottom: 40px;
}
.carousel-inner > .item > img {
    width: 100%;
}
.carousel-inner .carousel-caption {
	top: 50px;
	right: auto;
	bottom: auto;
    left: 5%;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.page-template-novelas .cta-text {
    padding: 0 50px 0 30px;
}
.page-template-novelas .cta-section span {
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.page-template-novelas .favorite-lessons .cta-text {
    padding-top: 5px;
	padding-left: 25px;
}
.page-template-novelas .cta-image svg {
	width: 100px;
	height: 80px;
	fill: var( --white);
}

/* -----------------------------------------------------------
	Inline lesson flashcards
-------------------------------------------------------------- */
.inline-flashcards {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
	row-gap: 20px;
	margin-bottom: 30px;
}
.inline-flashcards .flashcard {
	position: relative;
	display: grid;
    grid-template-rows: 1fr max-content;
	background: var( --lighter-green );
}
#lesson-content .lesson-content-entry .inline-flashcards > button.btn-submit {
	display: grid;
	grid-template-rows: max-content max-content;
    width: 100%;
    height: 246px;
    max-width: 246px;
    max-height: 246px;
    min-height: 100px;
	margin-bottom: 0;
    align-content: center;
}
.inline-flashcards > button.btn-submit .title-pt {
	display: block;
	font-size: 50px;
}
.inline-flashcards > button.btn-submit .title-en {
	display: block;
	margin-right: 18px;
	font-size: 16px;
	text-align: right;
}
.inline-flashcards .card .speaker {
	z-index: 99;
	cursor: pointer;
}
.inline-flashcards .card .speaker svg {
	vertical-align: sub;
}
.inline-flashcards .switch-card .flip-card-btn {
	position: relative;
	width: 100%;	
}
.inline-flashcards .switch-card .flip-card-btn:hover {
	color: var( --white );
}
.inline-flashcards .switch-card .flip-card-btn .translate-icon {
    position: absolute;
    right: 7px;
    top: 11px;
}
.inline-flashcards .fc-bottom {
	min-height: 155px;
	padding: 15px 20px 20px 20px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border: 4px dashed var( --green );
}
.inline-flashcards .fc-bottom-inner {
	position: relative;
	display: grid;
	width: 100%;
    transition: transform 0.6s;
	transform-style: preserve-3d;
}
.inline-flashcards .fc-bottom-inner.show-back {
	transform: rotateY( 180deg );
}
.inline-flashcards .fc-bottom-inner .fc-front {
	transform: rotateX( 0deg );
}
.inline-flashcards .fc-bottom-inner .fc-front,
.inline-flashcards .fc-bottom-inner .fc-back {
	width: 100%;
	backface-visibility: hidden;
	grid-column: 1;
    grid-row: 1;
}
.inline-flashcards .fc-bottom-inner .fc-back {
	transform: rotateY(180deg);
	z-index: 100;
}
.inline-flashcards .fc-bottom-inner .fc-back p.example {
	margin-bottom: 0;
	font-size: 17px;
    line-height: 22px;
}
.inline-flashcards .fc-bottom-inner .fc-back .back {
	display: flex;
	justify-content: right;
	cursor: pointer;
}
.inline-flashcards .fc-bottom-inner .fc-back p.translation {
	margin-bottom: 0;
}
.inline-flashcards .fc-bottom .card,
.inline-flashcards .fc-bottom-inner .fc-back .example-translation {
	height: 68px;
}
.inline-flashcards .fc-top .image {
	height: 100%;
	padding: 0;
	padding-bottom: 4px;
}
.inline-flashcards .fc-top .image img {
	height: 100%;
}
.inline-flashcards .fc-bottom .card {
	display: grid;
	margin-bottom: 5px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: var( --blue );
}
.inline-flashcards .fc-bottom .buttons {
    position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
	z-index: 200;
}
.inline-flashcards .fc-bottom .buttons .btn {
	font-size: 18px;
}
.inline-flashcards .fc-bottom .buttons .btn.btn-green:hover {
	color: var( --white );
}
.inline-flashcards .fc-bottom .buttons .btn.add-flashcard {
	display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    padding: 0 10px 0 12px;
}
.inline-flashcards .fc-bottom .buttons .start-microphone {
	width: 14px;
	fill: var( --white );
}
.inline-flashcards .fc-skip-overlay {
	position: absolute;
	display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var( --red);
    opacity: 40%;
    z-index: 10;
}

/* -----------------------------------------------------------
	Tooltips
-------------------------------------------------------------- */
.single-video .tooltip.in {
	filter: alpha(opacity=100);
	opacity: 1;
}
.single-video .tooltip.right {
	margin-left: -5px;
	z-index: 99;
}
.single-video .content-lesson-video-player .tooltip.top,
.single-video .content-lesson-video-player .tooltip.bottom {
    left: auto !important;
}
.single-video .tooltip.top .tooltip-arrow,
.single-video .tooltip.bottom .tooltip-arrow,
.single-video .tooltip.right .tooltip-arrow {
    top: 50%;
    left: -2px;
    margin-top: -8px;
    border-width: 8px 8px 8px 0px;
    border-right-color: var( --green );
}
.single-video .tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-top: -2px;
	margin-left: -7px;
	border-width: 0 8px 8px;
	border-right-color: transparent;
    border-bottom-color: var( --green );
}
.single-video .tooltip.top .tooltip-arrow,
#trial-offer-form.final .tooltip.top .tooltip-arrow,
.page-template-novelas .tooltip.top .tooltip-arrow {
	top: auto;
    bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	margin-left: -6px;
	border-width: 8px 8px 0px;
	border-right-color: transparent;
    border-top-color: var( --green );
}
#trial-offer-form .tooltip.top .tooltip-arrow {
	border-width: 8px 8px 0px;
    border-right-color: transparent;
    border-top-color: var( --yellow );
}
.single-video .tooltip-inner,
#trial-offer-form .tooltip .tooltip-inner,
#trial-offer-form.final .tooltip .tooltip-inner,
.page-template-novelas .tooltip .tooltip-inner {
	max-width: none;
    padding: 1px 25px 1px 12px;
    white-space: nowrap;
	font-weight: bold;
    font-size: 22px;
	background-color: var( --green );
	border-radius: 2px;
	text-align: left;
}
#trial-offer-form .tooltip .tooltip-inner {
	padding: 1px 12px;
	background-color: var( --yellow );
	font-size: 16px;
}
#trial-offer-form.final .tooltip .tooltip-inner {
	padding: 1px 12px;
	font-size: 16px;
}
.single-video .tooltip-inner a {
	color: var( --white);
	text-decoration: underline;
}
.single-video .tooltip-inner a:hover {
	text-decoration: none;
}
.single-video .tooltip .glyphicons-remove,
.page-template-novelas .tooltip .glyphicons-remove {
	position: absolute;
    top: 10px;
    right: 10px;
    fill: var( --white);
    cursor: pointer;
}
.single-video .tooltip .glyphicons-remove {
	top: 12px;
	right: 12px;
}
.single-video .tooltip.top .glyphicons-remove,
.single-video .tooltip.bottom .glyphicons-remove,
.page-template-novelas .tooltip.top .glyphicons-remove {
	top: 17px;
	right: 5px;
}
.single-video .tooltip.bottom .glyphicons-remove {
	width: 10px;
	fill: var( --white);
}

/* -----------------------------------------------------------
	Lesson Video Overlays
-------------------------------------------------------------- */
.video-overlay-container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.video-overlay-container .content {
	height: 431px;
	padding: 10px 20px;
	text-align: left;
	background-color: rgba(254, 210, 25, 0.87);
}
.video-overlay-container .buttons {
	height: 120px;
	background-color: rgba(254, 210, 25, 0.55);
}
.video-overlay-container.jump-to-url-overlay .buttons {
	height: auto;
	padding: 20px;
}
#jump-to-url-video-overlay.video-overlay-container .buttons,
#skip-video-overlay.video-overlay-container .buttons {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.video-overlay-container .content,
.video-overlay-container .content a,
.video-overlay-container .buttons a {
	color: var( --white);
	font-size: 60px;
	font-weight: bold;
	line-height: 70px;
}
.video-overlay-container .content a.center-text {
    display: block;
    margin: 0 auto;
	text-align: center;
    line-height: 410px;
}
.video-overlay-container .buttons a {
	color: var( --yellow );
	line-height: 120px;
}
.video-overlay-container.jump-to-url-overlay .buttons a {
	color: var( --green );
	line-height: initial;
}
.video-overlay-container .glyphicons-remove {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	font-weight: bold;
	color: var( --white );
	cursor: pointer;
}
#return-to-lesson-video,
#close-lesson-video {
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 120px;
	background-color: rgba(254, 210, 25, 0.87);
	z-index: 999;
}
#return-to-lesson-video a,
#close-lesson-video a {
	font-size: 50px;
	font-weight: bold;
	line-height: 120px;
	text-decoration: none;
}

/* -----------------------------------------------------------
	Front Page Email Optin & Blog Post Popup
-------------------------------------------------------------- */
.email-optin,
.blog-post-popup {
	display: none;
  	position: fixed;
  	z-index: 200;
  	right: 0;
  	bottom: 0;
  	padding: 10px;
  	max-width: 240px;
 	border: 2px solid var( --light-grey);
  	background: var( --white );
}
.blog-post-popup {
	display: block;
    width: 240px;
	padding-top: 40px;
}
.email-optin .glyphicons-remove,
.blog-post-popup .glyphicons-remove {
  	position: absolute;
  	top: 8px;
  	right: 12px;
  	color: var( --green );
  	cursor: pointer;
	font-size: 200%;
	width: 28px;
	top: 7px;
	right: 11px;
  	fill: var( --green );
}
.email-optin .glyphicons-remove:hover,
.blog-post-popup .glyphicons-remove:hover {
  	color: var( --dark-green );
  	fill: var( --dark-green );
}
.email-optin p,
.blog-post-popup p {
	margin: 5px 0 15px 0;
  	color: var( --green );
  	font-weight: bold;
  	font-size: 12px;
}
.email-optin .email {
	margin-bottom: 5px;
  	color: var( --lighter-black );
  	background: var( --light-yellow );
  	font-size: 16px;
}
.email-optin .mailing_list_text_top {
    font-size: 18px;
    padding: 0;
    margin: 25px 0 0 0;
}
.email-optin button {
  	width: 100%;
  	font-size: 16px;
}
.email-optin button:hover {
	color: var( --white );
    background-color: var( --green );
    border-color: var( --green );
}
.email-optin form {
  	text-align: right;
}
.blog-post-popup h1,
.blog-post-popup h2,
.blog-post-popup h3,
.blog-post-popup h4,
.blog-post-popup h5,
.blog-post-popup h6 {
	margin-bottom: 0;
	font-size: 18px;
	color: var( --green );
}
.blog-post-popup p {
	margin-bottom: 5px;
	font-size: 14px;
}
.blog-post-popup a.green-btn {
	display: block;
    padding: 4px 0;
    text-align: center;
    font-size: 22px;
	color: var( --white);
	background-color: var( --green );
}

/* -----------------------------------------------------------
	Front Page & Novelas Renewal Offer
-------------------------------------------------------------- */
.fp-dso,
.fp-oia,
.nro {
	position: relative;
	display: none;
	padding: 128px 30px 50px 30px;
	background: var( --green );
    color: var( --white );
}
.fp-oia > form {
	max-width: 570px;
	margin: 0 auto;
}
.fp-dso .glyphicons-remove,
.fp-oia .glyphicons-remove,
.nro .glyphicons-remove {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
	fill: var( --yellow );
	cursor: pointer;
	transition: color 0.3s ease-out;
}
.fp-dso .glyphicons-remove:hover,
.fp-oia .glyphicons-remove:hover,
.nro .glyphicons-remove:hover {
	fill: var( --yellow );
}
.fp-dso-action-text,
.fp-oia-action-text,
.nro p,
.fp-dso-coupon-code-text,
.fp-dso-coupon-code {
	margin-bottom: 0;
	font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.fp-oia-action-text {
	margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
}
.fp-dso-coupon-code-text,
.fp-dso-coupon-code {
	font-size: 26px;
}
.fp-dso-button-container,
.nro-button-container {
	display: block;
	margin: 15px 0 0 0;
	text-align: center;
}
.fp-dso-button-container a,
.nro-button-container a {
	display: inline-block;
    width: auto;
}
.fp-dso-button-container a:hover,
.nro-button-container a:hover {
	text-decoration: none;
}
.fp-oia input[type="text"] {
	font-size: 30px;
    height: 50px;
}
.fp-oia button {
	width: 100%;
}

/* -----------------------------------------------------------
	Skype Classes
-------------------------------------------------------------- */
.manage-skype-classes-header,
.skype-class-user {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	border-bottom: 3px solid var( --green );
}
.manage-skype-classes-header > div {
	font-weight: 700;
}
.skype-class-user {
	grid-template-columns: 40px 1fr;
	padding: 30px 0;
}
.skype-class-user-info {
	display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}
.manage-skype-classes a,
.skype-class-toggle svg {
	cursor: pointer;
}
.manage-skype-classes .skype-class-date-input {
	width: 150px;
    font-size: 16px;
}
.manage-skype-classes .dates-list p {
	margin-bottom: 0;
}
.manage-skype-classes .dates-list p span {
	display: block;
}
.manage-skype-classes .dates-list p span a,
.manage-skype-classes .dates-list p.show-more a {
	font-size: 15px;
}
.add-skype-classes-field {
	width: 60px;
	font-size: 16px;
}

/* -----------------------------------------------------------
	Novelas Notifications
-------------------------------------------------------------- */
.account-notification,
.preliminary-notification {
	font-size: 18px;
	font-weight: 500;
}
.account-notification .notification-account,
.preliminary-notification .notification-preliminary {
	position: relative;
	margin: 20px 0;
	display: grid;
    grid-template-columns: max-content 70px 1fr;
	padding: 0;
	column-gap: 25px;
}
.account-notification .notification-account {
	margin: 0;
    padding: 36px;
	grid-template-columns: 70px 1fr;
	background: var( --white );
	color: var( --black );
}
.account-notification .avatar,
.preliminary-notification .avatar {
	width: 70px;
	margin-top: 0;
}
.preliminary-notification .avatar {
	position: relative;
}
.preliminary-notification .avatar .avatar {
	position: relative;
	right: 5px;
}
.preliminary-notification .avatar svg {
	position: absolute;
	top: 0;
	right: 0;
}
.account-notification .notification-content a,
.preliminary-notification .notification-content a,
.account-notification .notification-content p a,
.preliminary-notification .notification-content p a {
    padding: 2px 4px;
	border-radius: 4px;
    color: var( --green );
	transition: all .3s;
}
.preliminary-notification .notification-content a:hover,
.account-notification .notification-content p a:hover,
.preliminary-notification .notification-content p a:hover {
	color: var( --white );
}
.account-notification .notification-content a:hover {
    color: var( --white );
    background: var( --green );
}
.account-notification .notification-content p,
.preliminary-notification .notification-content p {
    font-weight: 800;
}
.preliminary-notification .notification-close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 33px;
	color: var( --green );
}
.preliminary-notification .notification-close:hover {
	cursor: pointer;
}
.preliminary-notification .notification-close svg {
	width: 36px;
	fill: var( --white );
}
.mobile-notification-close-btn {
	display: none;
}
.preliminary-notification .notification-preliminary-btn {
	width: auto;
	margin-bottom: 20px;
	text-align: center;
}
.preliminary-notification .notification-preliminary-btn a {
	font-size: 40.6px;
}
.preliminary-notification .notification-preliminary-btn > a.btn-preliminary-mobile {
	display: none;
}
.page-template-novelas .site-popup-notifications .spn-inner,
body .site-popup-notifications .spn-inner {
	margin-bottom: 30px;
}
.page-template-novelas .site-popup-notifications a,
body .site-popup-notifications a {
	color: var( --blue );
}
.page-template-novelas .site-popup-notifications a:hover,
body .site-popup-notifications a:hover {
	color: var( --blue );
	text-decoration: underline;
}
.page-template-novelas .site-popup-notifications,
body .site-popup-notifications {
	display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
	max-width: 1100px;
    top: 66px;
    background: var( --yellow );
    z-index: 1015;
	color: var( --white );
	overflow-y: auto;
}
.page-template-novelas .site-popup-notifications {
	max-width: 980px;
}
.page-template-novelas.admin-bar .site-popup-notifications,
body.admin-bar .site-popup-notifications {
	top: 98px;
}
.site-popup-notifications .notification {
	display: grid;
	margin-top: 20px;
	padding: 0 43px;
	grid-template-columns: max-content 1fr;
	column-gap: 20px;
}
.site-popup-notifications .notification.notification-comment {
	display: block;
	padding: 0;
}
.site-popup-notifications .notification .notification-footer img {
	margin-top: 7px;
}
.site-popup-notifications .notification .notification-meta {
	font-size: 18px;
    font-weight: 700;
}
.site-popup-notifications .notification .notification-text {
	font-size: 18px;
}
.site-popup-notifications .notification .notification-text p {
	margin-bottom: 0;
    font-size: 20px;
    line-height: 22px;
}
.site-popup-notifications .notification.notification-comment .notification-content {
	position: relative;
	background: var( --green );
    padding: 6px 43px;
}
.site-popup-notifications .notification.notification-comment .notification-text,
.site-popup-notifications .notification.notification-comment .notification-meta {
	font-size: 22px;
	font-weight: 400;
}
.site-popup-notifications .notification.notification-comment .notification-text {
	line-height: 30px;
}
.site-popup-notifications .notification.notification-comment .notification-text:after {
	position: absolute;
	display: block;
    content: '';
    width: 50px;
    height: 50px;
    bottom: -50px;
    background: linear-gradient(45deg, var( --yellow ) 50%, var( --green ) 50%);
}
.site-popup-notifications .notification.notification-comment .notification-footer {
	display: grid;
	padding: 6px 43px 6px 108px;
    grid-template-columns: max-content 1fr;
    column-gap: 20px;
}
.page-template-novelas .site-popup-notifications .spn-actions,
body .site-popup-notifications .spn-actions {
	text-align: center;
}
.page-template-novelas .site-popup-notifications .spn-actions button,
body .site-popup-notifications .spn-actions button {
    display: grid;
    margin: 0 auto;
    grid-template-columns: max-content 1fr;
    column-gap: 10px;
    align-items: center;
}
.page-template-novelas .site-popup-notifications .spn-actions button:hover,
body .site-popup-notifications .spn-actions button:hover,
.page-template-novelas .site-popup-notifications .spn-actions button:focus,
body .site-popup-notifications .spn-actions button:focus {
	color: var( --white );
}

/* -----------------------------------------------------------
Video Popup
-------------------------------------------------------------- */
.admin-bar .modal {
	top: 32px;
}
.modal-open[style],
.modal[style] {
	padding-right: 0px !important;
}

/* -----------------------------------------------------------
	Novelas Chapters Page
-------------------------------------------------------------- */
.single-group {
	background: var( --lighter-black );
}
.single-group .navbar-brand {
	position: absolute;
	left: -95px;
}
.single-group .chapters-back-arrow {
	position: absolute;
	top: 65px;
	left: -152px;
	width: 152px;
	height: 106px;
	background-color: var( --yellow );
	text-align: center;
}
.single-group .chapters-back-arrow a {
	text-decoration: none;
}
.single-group .chapters-back-arrow svg {
	margin-top: 4px;
	fill: var( --blue );
}
.single-group .chapters-back-arrow a:hover,
.single-group .chapters-back-arrow a:hover svg {
	fill: var( --dark-blue );
}
.single-group .container.type-group {
	max-width: 930px;
	padding: 0;
}
.single-group .type-group > .section {
	display: grid;
    grid-template-columns: repeat( 5, 186px );
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	text-align: center;
}
.single-group .type-group > .section:before,
.single-group .type-group > .section:after {
	display: none;
}
.single-group .type-group > .section .lesson a {
	display: grid;
	text-decoration: none;
}
.single-group .type-group > .section .lesson a img,
.single-group .type-group > .section .lesson a span {
	grid-row-start: 1;
	grid-column-start: 1;
}
.novelas-chapters-title {
	font-size: 30px;
	margin-bottom: 12px;
	padding-top: 8px;
	color: var( --green );
	font-weight: bold;
}
.novelas-chapters-icon {
	position: relative;
	margin-left: 15px;
	padding-left: 34px;
	color: var( --green );
	font-size: 14px;
}
.novelas-chapters-icon svg {
	position: absolute;
	display: inline-block;
	top: -16px;
	left: -5px;
	margin-top: 0;
	width: 38px;
	height: 38px;
	fill: var( --green );
}
.novelas-chapters-icon:hover,
.novelas-chapters-icon:hover svg {
	color: var( --green );
	fill: var( --green );
	text-decoration: none;
}
.fixednav.novelas-nav {
	max-width: 930px;
    height: auto;
    background: var( --lighter-black );
}
.single-group .type-group > div {
	margin: 0;
	padding: 0;
	list-style: none;
}
.page-template-novelas .favorite-lessons .lesson {
	display: flex !important;
	width: 186px;
    height: 186px;
	margin: 0;
}
.single-group .type-group > div .lesson.faded img {
	opacity: 0.2;
}
.page-template-novelas .favorite-lessons .lesson a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.single-group .type-group .lesson a img,
.page-template-novelas .favorite-lessons .lesson a img {
	display: block;
	width: 100%;
	height: 100%;
}
.single-group .type-group .lesson a .chapter-overlay-title,
.page-template-novelas .favorite-lessons .lesson a .chapter-overlay-title,
.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container .chapter-overlay-title {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 70px;
	padding: 10px 15px;
	color: var( --light-grey );
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	background-color: rgba(51, 51, 51, 0.7);
	text-align: left;
}
.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container .chapter-overlay-title {
	font-size: 12px;
    line-height: 14px;
    height: 40px;
    padding: 6px;
}
.single-group .type-group .lesson a .chapter-overlay-title {
	position: relative;
	align-self: end;
}
.single-group .type-group .lesson.faded a .chapter-overlay-title {
	color: var( --dark-grey );
}
.single-group .type-group .lesson .last-visited-lesson-overlay {
	position: relative;
	width: 100%;
	padding: 17px 0;
	color: var( --white);
    font-size: 24px;
    font-weight: bold;
	align-self: end;
	background: var( --red-resume );
    text-transform: uppercase;
	z-index: 99;
}
.single-group .type-group .lesson .last-visited-lesson-overlay .submenu-pointer-arrow {
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	color: var( --blue );
	fill: var( --blue );
}

/* -----------------------------------------------------------
	Your Account Page
-------------------------------------------------------------- */
.page-template-your-account {
	background: var( --lighter-black );
}
.profile-nav .navbar-brand {
	padding: 0;
}
.your-account-title {
	font-size: 30px;
	margin-bottom: 12px;
	padding-top: 8px;
	color: var( --white );
	font-weight: bold;
}
.fixednav.profile-nav {
    background: var( --lighter-black );
    height: auto;
    overflow: hidden;
    max-width: 980px;
}
.profile .sub-title,
.profile .title {
    color: var( --lighter-black );
    font-weight: bold;
    margin: 0 0 20px;
}
.profile .sub-title {
    font-size: 18px;
    line-height: 18px;
}
.profile .title{
    font-size: 30px;
    line-height: 30px;
}
.profile .title a {
    text-decoration: underline;
}
.profile .billing-options {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.billing-options a {
	display: block;
    font-size: 28px;
    color: var( --white);
    text-align: center;
    padding: 7px 0;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.profile-bg {
    background: url(https://www.semantica-portuguese.com/wp-content/uploads/2023/02/your-account-bg-green.png) no-repeat top right;
    background-size: 220px auto;
}
.profile .change-avatar-btn {
    position: relative;
    display: inline-block;
    width: 376px;
    padding: 8px 0 8px 62px;
	background-color: var( --dark-blue );
    color: var( --white);
    font-size: 23px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 34px;
}
.profile .change-avatar-btn .social-icon-background {
    position: absolute;
	display: block;
    top: 2px;
    left: 8px;
    width: 39px;
    height: 48px;
}
.profile .change-avatar-btn .social-icon-background svg {
	margin-top: 6px;
}
.account-form {
    margin: 30px auto;
}
.account-form .alert {
    border-radius: 5px;
    color: var( --white );
    padding: 10px 60px 10px 10px;
    border: none;
    background: var( --green );
    font-size: 22px;
}
.account-form .form-control {
  	background: var( --white);
  	border-radius: 4px;
    border: 1px solid var( --blue );
  	color: var( --dark-grey );
}
.form-control:disabled,
.form-control[readonly] {
  	background-color: var( --very-light-grey );
  	opacity: 1;
}
.account-form label {
    font-size: 16px;
    color: var( --lighter-black );
    font-weight: bold;
}
.account-form label span {
    font-size: 14px;
    color: var( --lighter-black );
    font-weight: normal;
}
#ws-plugin--s2member-profile label strong {
	display: inline-block;
	margin-bottom: 5px;
}
.page-template-your-account form#ws-plugin--s2member-profile label,
.page-template-your-account form#ws-plugin--s2member-profile input#ws-plugin--s2member-profile-submit.btn-primary {
	width: 100%;
}
.page-template-your-account form#ws-plugin--s2member-profile div.ws-plugin--s2member-profile-field-divider-section {
	margin-top: 7px;
	margin-bottom: 3px;
	border: 0;
	border-top: 1px solid #e0e0e0;
}
.page-template-your-account form#ws-plugin--s2member-profile input#ws-plugin--s2member-profile-password2 {
	width: 100%;
	margin: 0;
}
form#ws-plugin--s2member-profile input#ws-plugin--s2member-profile-submit.btn-primary {
	width: auto;
	padding: 6px 20px;
	font-weight: 700;
	font-size: 2.8rem;
	color: var( --white );
	border: none;
	border-radius: 0;
	background: var( --blue );
}
form#ws-plugin--s2member-profile input#ws-plugin--s2member-profile-submit.btn-primary:hover {
	color:var( --lighter-black );
	background-color: var( --very-light-grey );
	border-color: var( --mid-grey );
}
.your-account-skype-classes,
.your-account-skype-classes p.skype-classes-remaining {
	margin-bottom: 0;
	font-size: 18px;
    line-height: 18px;
	color:var( --lighter-black );
	font-weight: 700;
}
.your-account-skype-classes {
	margin-bottom: 20px;
}
.your-account-skype-classes .skype-classes-links a {
	display: inline-block;
	font-size: 15px;
    line-height: 15px;
	color:var( --lighter-black );
	font-weight: normal;
	text-decoration: underline;
}
.your-account-skype-classes .skype-classes-links a:last-child {
	margin-left: 10px;
}
#your-account-cancel-special-offer.modal.fade .modal-dialog {
	width: 100%;
    max-width: 980px;
	margin-top: 66px;
}
#your-account-cancel-special-offer.modal.fade .modal-content {
	border-radius: 0;
    border: 0;
}
#your-account-cancel-special-offer.modal.fade .modal-body {
	padding: 60px 70px;
}
#your-account-cancel-special-offer.modal.fade .modal-body p {
	font-size: 50px;
    color:var( --dark-grey );
    line-height: 60px;
}
#your-account-cancel-special-offer.modal.fade .modal-body p a {
	text-decoration: underline;
}
#your-account-cancel-special-offer.modal.fade .modal-body p.cancel-me-btn {
	margin-bottom: 0;
	text-align: center;
}
#your-account-cancel-special-offer.modal.fade .modal-body p.cancel-me-btn a {
	display: inline-block;
    font-size: 28px;
    color: var( --white);
    text-align: center;
    padding: 0 30px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
/* -----------------------------------------------------------
	Your Account - Receipt
-------------------------------------------------------------- */
.page-template-receipt {
	background-color: var( --white);
}
#receipt {
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
}
.receipt-logo {
	margin-bottom: 0;
}
.receipt-logo img {
	float: right;
	width: 100px;
}
.receipt-logo:after {
	display: block;
	clear: both;
	content: '';
}
#receipt h1 {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: var( --darker-blue );
	font-size: 35px;
    border-bottom: 2px solid var( --light-blue );
}
#receipt .company-info p {
	margin-bottom: 0;
	color: var( --darker-blue );
	font-size: 18px;
}
#receipt .company-info p strong {
	color: var( --dark-blue );
}

#video-container {
    padding: 0px 50px 0px;
}


.video-title {
    color: var( --blue );
    font-size: 50px;
    font-weight: 800;
    display: block;
    line-height: 55px;
    margin-bottom: 30px;
}

.video-pad {
    width: 100%;
    height: 250px;
}

.fixednav.lesson {
    background: var( --yellow ) !important;
    height: auto;
    overflow: hidden;
    max-width: 980px
}

.nav-bg {
    background: var( --very-light-grey );
}

.header-nav-arrows .previous,
.header-nav-arrows .next {
    width: 76px;
	height: 65px;
    display: block;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: var( --blue );
    padding: 10px 0;
}

.header-nav-arrows .next {
    background: rgba(255, 255, 255, .5);
}

.f-five {
    font-size: 5em;
}

#flag-brazil {
    bottom: 0px;
    left: 0px;
    position: absolute;
    z-index: 5;
}

.plans {
	position: relative;
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.plans a {
    text-decoration: none;
}
.plans .plan {
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    color: var( --white );
	transition: transform .3s;
	transform: scale(1);
	box-shadow: 0px 6px 10px 0px #799999;
}
.plans .plan:hover {
	transform: scale(1.05);
}
.plans .plan:hover, .plans .plan.active {
    z-index: 1000;
}
.plans .plan, .plans .plan.yellow,
.plans .plan.yellow .additional-info-inner {
	background-color: var( --yellow );
}
.plans .plan.yellow .additional-info-inner {
	background: linear-gradient(0deg, #e1ba15 0%, var( --yellow ) 15%);
}
.plans .plan.blue,
.plans .plan.blue .additional-info-inner {
    background-color: var( --blue );
}
.plans .plan.blue .additional-info-inner {
	background: linear-gradient(0deg, #008bd2 0%, var( --blue ) 15%);
}
.plans .plan.green,
.plans .plan.green .additional-info-inner {
    background-color: var( --green );
}
.plans .plan.green .additional-info-inner {
	background: linear-gradient(0deg, #189a09 0%, var( --green ) 15%);
}
.plans .plan h3 {
	margin: 0;
	padding: 15px 20px 0;
    line-height: 58px;
    font-size: 50px;
}
.plans .plan h3 span {
    display: inline;
    font-size: 0.38em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
}
.plans .plan > span {
	display: block;
    margin: 20px 0;
	padding: 0 20px;
    font-size: 30px;
}
.plans .plan span.price {
    font-size: 36px;
	font-weight: 500;
}
.plans .plan span.quick-desc {
	font-size: 25px;
    line-height: 30px;
}
.plans .plan span span.cents {
	font-size: 20.4px;
	display: inline;
}
.plans .plan .additional-info {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: left;
}
.plans .plan .additional-info-inner {
	top: 0;
	left: 0;
	width: 100%;
	padding: 0px 20px 40px;
}
.plans .plan .additional-info-inner * {
	font-weight: 500;
}
.plans .plan .additional-info-inner strong {
	font-weight: 700;
}
.plans .plan .additional-info-inner *:last-child {
	margin-bottom: 0;
}
.plans .plan .show-more-info {
	display: block;
	height: 15px;
	padding: 20px 0 35px;
}
.plans .plan .show-more-info svg {
	display: block;
	width: 32px;
    height: 15px;
	margin: 0 auto;
    fill: var( --white );
}
.plans .plan .show-more-info svg.close-info {
	display: none;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
.access-block {
  margin-top: -120px;
  padding-top: 163px;
    padding-bottom: 40px;
}
.page-links h4{
    font-size: 20px;
    font-weight: bold;
}
.page-links p {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 0;
    color: var( --dark-grey )
}
.page-links {
    padding-top: 15px;
}
.page-links a {
  display: block;
  float: left;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
}
.page-links a span {
    color: var( --white );
    display: none;
    font-size: 28px;
    height: 85px;
    line-height: 85px;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    width: 100%;
    font-weight: bold;
    z-index: 2;
}
.page-links a img {
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.page-links a:hover span {
    display: block;
}
.page-links a:hover img {
    opacity: 0.5;
}
.tri {
  background: var( --white ) none repeat scroll 0 0;
  height: 34px;
  margin-left: 140px;
  margin-top: -18px;
  position: absolute;
  transform: rotate(45deg);
  width: 34px;
}
.tri.tri-yellow {
  background: var( --yellow ) none repeat scroll 0 0;
}
.tri.tri-white {
  background: var( --white) none repeat scroll 0 0;
}
.tri.tri-blue {
  background: var( --blue ) none repeat scroll 0 0;
}
.green-block{
    padding: 43px 50px 43px 95px;
}
.landing-page-green-block {
	padding: 43px 50px;
}
.landing-page-green-block .text-grid {
    display: grid;
    grid-template-columns: 1fr max-content;
}
.landing-page-yellow-block {
	color: var( --white);
}
.page-template-landing-page .no-comments-found {
	display: none;
}
.learn-footer {
  	color: var( --white );
  	padding: 27px 63px 0px;
  	position: relative;
}
.learn-footer input {
  	background-color: var( --light-green );
  	border-color: var( --dark-green );
  	color: var( --green );
    width: 300px !important;
    height: 39px;
}
.learn-footer .btn.btn-submit.btn-default {
  	display: inline-block;
  	padding: 0 10px;
  	width: auto;
}
.post-search {
    margin-bottom: 30px;
}
.grammar-search-form > form {
	display: grid;
    grid-template-columns: 260px 10px 134px;
	justify-content: end;
}
.error404 .search-form .form-group,
.post-search .search-form .form-group,
.search-no-results .no-results .form-group,
.grammar-search-form .search-form .form-group {
	position: relative;
}
.error404 .search-form .search-icon,
.post-search .search-form .search-icon,
.search-no-results .no-results .search-icon,
.grammar-search-form .search-form .search-icon,
.search-form .clear-search-field {
	position: absolute;
    width: 24px;
    top: 13px;
    left: 10px;
}
.no-results.single-post .search-not-found-header,
.page-template-grammar-index .search-not-found-header {
	font-size: 28px;
}
.search-form .clear-search-field {
	display: none;
	width: 14px;
    left: auto;
    right: 40px;
    top: 18px;
	fill: var( --red );
	cursor: pointer;
}
.grammar-search-form .search-form .clear-search-field {
	right: 10px;
}
.error404 .search-form .search-field,
.post-search .search-form .search-field,
.search-no-results .no-results .search-field,
.grammar-search-form .search-form .search-field {
	padding-left: 45px;
	padding-right: 32px;
}
.post-search .search-form .search-field {
    max-width: 460px;
	margin-right: 26px;
}
.post-search input,
.error404 .no-results input,
.search-no-results .no-results input,
.grammar-search-form input {
  	background-color: transparent;
  	border: 1px solid var( --dark-green );
  	color: var( --green );
    width: 470px !important;
    height: 50px;
    border-radius: 3px;
    margin-right: 10px;
}
.post-search .btn.btn-blue.btn-default {
  	display: inline-block;
  	padding: 0 10px;
  	width: auto;
}
.post-search .form-control,
.error404 .no-results .form-control,
.search-no-results .no-results .form-control,
.comment-form .form-control {
	font-size: 22px;
}
.post-categories {
	position: relative;
	margin-bottom: 30px;
}
.post-categories:after {
	display: block;
	clear: both;
	content: '';
}
.post-categories a {
	font-weight: bold;
	color: var( --light-grey );
}
.post-categories a .glyphicons,
.post-categories a .glyphicons-chevron-down {
	width: 28px;
	fill: var( --light-grey );
	vertical-align: middle;
}
.post-categories .category-list {
	position: absolute;
	display: none;
	top: 40px;
	right: 10px;
	z-index: 999;
	background-color: var( --light-grey );
}
.post-categories .category-list ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}
.post-categories .category-list a {
	display: block;
    padding: 10px;
    color: var( --dark-grey );
    border: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
}
.post-categories .category-list a:hover {
	background: var( --lighter-blue );
}
.learn-copyright {
  	font-size: 20px;
 	font-weight: bold;
  	margin: 60px 0;
}
.learn-footer .logo {
  	background-image: url(assets/img/footer-logo-blue.png);
  	background-position: right top;
  	background-repeat: no-repeat;
  	display: block;
  	float: left;
  	height: 28px;
  	margin-right: 8px;
  	margin-top: 5px;
  	text-decoration: none;
  	width: 31px;
}
.learn-footer .logo.yellow {
  	background-image: url(assets/img/footer-logo-yellow.png);
}
.learn-footer .logo.yellow:hover {
  	background-color: var( --green );
}
.learn-footer .logo.green-hover:hover {
  	background-color: var( --green );
}
.learn-footer .logo:hover {
    background-color: var( --yellow );
}

.learn-footer .learn-copyright .copyright-text {
  	color: var( --white );
  	text-decoration: none;
}

/* -----------------------------------------------------------
	S2 Changes Checkout
-------------------------------------------------------------- */
.page-template-checkout input:-webkit-autofill, 
.page-template-checkout input:-webkit-autofill::first-line,
.page-template-checkout input:-webkit-autofill:hover, 
.page-template-checkout input:-webkit-autofill:focus { 
	font-size: 24px !important;
	-webkit-box-shadow: 0 0 0 60px var( --lighter-green ) inset !important;
    background-color: var( --lighter-green ) !important;
    background-clip: content-box !important;
}
.page-wrap div.s2member-pro-paypal-form-description-div,
.page-wrap div.s2member-pro-paypal-form-section-title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.page-template-checkout .blue-bar h1 {
	margin-bottom: 10px !important;
    font-weight: bold;
	font-size: 3.3rem;
}
.page-template-checkout .blue-bar span.cents {
	font-size: 50%;
	vertical-align: super;
}
.page-template-checkout .blue-bar span.trailing-text {
	font-size: 70%;
}
.page-template-checkout div.s2member-pro-paypal-form-billing-method-section-title,
.page-template-checkout div.s2member-pro-paypal-form-billing-address-section-title {
	background: none;
}
.page-template-checkout div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-coupon-div input[type="button"],
.page-template-checkout div.s2member-pro-paypal-form-section button#s2member-pro-paypal-checkout-submit {
	color: var( --white );
    background-color: var( --green );
    border-color: var( --green );
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.page-template-checkout div.s2member-pro-paypal-form-section button#s2member-pro-paypal-checkout-submit {
    background-color: var( --blue );
    border-color: var( --blue );
}
.page-template-checkout div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-coupon-div input[type="button"]:hover {
	background-color: var( --darker-green );
}
.page-template-checkout div.s2member-pro-paypal-form-section button#s2member-pro-paypal-checkout-submit:hover {
	background-color: var( --darker-blue );
}
.page-template-checkout div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-coupon-div input[type="button"]:active {
	background-color: var( --dark-green );
}
.page-template-checkout div.s2member-pro-paypal-form-section button#s2member-pro-paypal-checkout-submit:active {
	background-color: var( --dark-blue );
}
.page-template-checkout div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-coupon-div input[type="text"] {
	font-size: 30px;
    height: auto;
}
.page-template-checkout div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-ajax-tax-div > div, 
.page-template-checkout div.s2member-pro-paypal-form-section > div.s2member-pro-paypal-form-coupon-response-div > div {
	color: var(--green );
    background: none;
    border: none;
	font-weight: 800;
}

/* -----------------------------------------------------------
	About Form
-------------------------------------------------------------- */
.container .gform_wrapper .top_label .gfield_label {
	margin: 0 0 5px;
  	color: var( --black );
  	font-size: 20px;
}
.container .gform_wrapper .gfield {
    margin-bottom: 35px;
}
.container .gform_wrapper .ginput_container input[type=text],
.container .gform_wrapper .ginput_container input[type=email],
.container .gform_wrapper .ginput_container textarea {
	width: 100%;
	height: auto !important;
	color: var( --dark-grey );
    padding: 6px 12px;
	font-size: 18px;
	line-height: 1.42857143;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background: var( --lighter-green );
	border: none;
	border-radius: 0;
}
.container .gform_wrapper .ginput_container input[type=text]:focus,
.container .gform_wrapper .ginput_container input[type=email]:focus,
.container .gform_wrapper .ginput_container textarea:focus {
	border-color: var( --blue );
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.container .gform_wrapper .top_label .gfield_error input.large,
.container .gform_wrapper .top_label .gfield_error select.large,
.container .gform_wrapper .top_label .gfield_error textarea.textarea,
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	width: 100%;
}
.container .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}
.container .gform_wrapper .gform_footer input.button {
	display: inline-block;
	padding: 6px 20px;
	margin-bottom: 0;
	line-height: 1.42857143;
	font-size: 2.8rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	font-weight: 700;
	font-size: 2.8rem;
	color: var( --white );
	border: none;
	border-radius: 0;
	background: var( --green );
}
.container .gform_wrapper .gform_footer input.button:hover,
.container .gform_wrapper .gform_footer input.button:focus {
	color: var( --white );
	background-color: var( --darker-green );
	border-color: var( --darker-green );
}
.container .gform_wrapper li.gfield.gfield_error {
	border: 0;
	background-color: transparent;
}
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin-top: 0;
	font-size: 14px;
}
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	max-width: 100%;
	margin: 0 0 10px 0;
}
.container .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin: -10px 0 20px 0;
}

.who-block{
    padding: 40px 0;
}
a.linker:hover,
article.hentry #lesson-content .lesson-content-entry a:hover,
article.hentry .entry-content a:hover,
.no-results a:hover {
    background: var( --blue ) none repeat scroll 0 0;
    border-radius: 4px;
    padding: 2px;
	color: var( --lighter-blue );
}
a.linker,
article.hentry #lesson-content .lesson-content-entry a,
article.hentry .entry-content a,
.no-results a {
    color: var( --blue-link );
    font-weight: 500;
    padding: 2px;
    text-decoration: none;
}
.block-pad {
  	padding: 40px 0 0;
}
a i.fa {
  	font-size: 1.9em;
  	font-weight: normal;
  	margin-right: 10px;
}
.panel {
  	background-color: transparent;
  	border: none;
  	border-radius: 0px;
  	box-shadow: none;
  	margin-bottom: 0px;
}
.panel-default > .panel-heading {
  	background-color: transparent;
  	border-color: none;
  	color: var( --white );
    padding: 0;
    border: 0;
}
.panel-default > .panel-heading a {
  	color: var( --white);
}
.panel-default > .panel-heading a:hover {
  	text-decoration: none;
}
.panel-heading a i.fa {
  	font-size: inherit !important;
  	color: var( --white);
}
.panel-body p{
    color: var( --white);
}

/* -----------------------------------------------------------
	CTA Buttons
-------------------------------------------------------------- */
a.cta-btn,
article.hentry .entry-content a.cta-btn,
article.hentry .entry-content a.cta-btn-custom,
a.cta-btn-custom {
	display: inline-block;
	margin: 30px 0 30px 0;
    padding: 4px 25px;
	color: var( --white);
	font-size: 2.8rem;
	font-weight: 700;
	border: 3px solid var( --white );
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
	outline: none;
}
a.cta-btn.cta-btn-no-margin,
article.hentry .entry-content a.cta-btn.cta-btn-no-margin,
article.hentry .entry-content a.cta-btn-custom.cta-btn-no-margin,
a.cta-btn-custom.cta-btn-no-margin {
	margin: 0;
}
a.cta-btn.cta-btn-transparent-green,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-green {
	color: var( --green );
	border-color: var( --green );
	background: transparent;
}
a.cta-btn.cta-btn-transparent-green:hover,
a.cta-btn.cta-btn-transparent-green:focus,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-green:hover,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-green:focus {
	background: var( --white);
}

a.cta-btn.cta-btn-transparent-blue,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-blue {
	color: var( --blue );
	border-color: var( --blue );
	background: transparent;
}
a.cta-btn.cta-btn-transparent-blue:hover,
a.cta-btn.cta-btn-transparent-blue:focus,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-blue:hover,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-blue:focus {
	background: var( --white);
}

a.cta-btn.cta-btn-transparent-blue-2,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-blue-2 {
	color: var( --blue );
	border-color: var( --blue );
	background: transparent;
}
a.cta-btn.cta-btn-transparent-blue-2:hover,
a.cta-btn.cta-btn-transparent-blue-2:focus,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-blue-2:hover {
	background: var( --white);
	color: var( --blue );
}
a.cta-btn.cta-btn-transparent-blue-2:focus,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-blue-2:focus {
	background: var( --blue );
	color: var( --white);
}
a.cta-btn.cta-btn-white-green,
article.hentry .entry-content a.cta-btn.cta-btn-white-green,
a.cta-btn.cta-btn-white-blue,
article.hentry .entry-content a.cta-btn.cta-btn-white-blue {
	color: var( --green );
	border-color: var( --white);
	background: var( --white);
}
a.cta-btn.cta-btn-white-green:hover,
a.cta-btn.cta-btn-white-green:focus,
article.hentry .entry-content a.cta-btn.cta-btn-white-green:hover,
article.hentry .entry-content a.cta-btn.cta-btn-white-green:focus,
a.cta-btn.cta-btn-white-blue:hover,
a.cta-btn.cta-btn-white-blue:focus,
article.hentry .entry-content a.cta-btn.cta-btn-white-blue:hover,
article.hentry .entry-content a.cta-btn.cta-btn-white-blue:focus {
	background: var( --white);
	color: var( --yellow );
}

a.cta-btn.cta-btn-white-blue,
article.hentry .entry-content a.cta-btn.cta-btn-white-blue {
	color: var( --blue );
}

a.cta-btn.cta-btn-transparent-white,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-white {
	color: var( --white);
	border-color: var( --white);
	background: transparent;
}
a.cta-btn.cta-btn-transparent-white:hover,
a.cta-btn.cta-btn-transparent-white:focus,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-white:hover,
article.hentry .entry-content a.cta-btn.cta-btn-transparent-white:focus {
	background: var( --white);
	color: var( --green );
}

.page-wrap a.cta-btn-custom.cta-btn-text-color-white,
article.hentry .entry-content a.cta-btn-custom.cta-btn-text-color-white {
	border-color: var( --white);
	color: var( --white);
}
.page-wrap a.cta-btn-custom.cta-btn-text-color-yellow,
article.hentry .entry-content a.cta-btn-custom.cta-btn-text-color-yellow {
	border-color: var( --yellow );
	color: var( --yellow );
}
.page-wrap a.cta-btn-custom.cta-btn-text-color-blue,
article.hentry .entry-content a.cta-btn-custom.cta-btn-text-color-blue {
	border-color: var( --blue );
	color: var( --blue );
}
.page-wrap a.cta-btn-custom.cta-btn-text-color-green,
article.hentry .entry-content a.cta-btn-custom.cta-btn-text-color-green {
	border-color: var( --green );
	color: var( --green );
}
.page-wrap a.cta-btn-custom.cta-btn-bg-color-white,
article.hentry .entry-content a.cta-btn-custom.cta-btn-bg-color-white {
	background: var( --white);
}
.page-wrap a.cta-btn-custom.cta-btn-bg-color-yellow,
article.hentry .entry-content a.cta-btn-custom.cta-btn-bg-color-yellow {
	background: var( --yellow );
}
.page-wrap a.cta-btn-custom.cta-btn-bg-color-blue,
article.hentry .entry-content a.cta-btn-custom.cta-btn-bg-color-blue {
	background: var( --blue );
}
.page-wrap a.cta-btn-custom.cta-btn-bg-color-green,
article.hentry .entry-content a.cta-btn-custom.cta-btn-bg-color-green {
	background: var( --green );
}
.page-wrap a.cta-btn-custom.cta-btn-bg-color-transparent,
article.hentry .entry-content a.cta-btn-custom.cta-btn-bg-color-transparent {
	background: transparent;
}

article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-text-color-white:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-text-color-white:hover {
	border-color: var( --white);
	color: var( --white);
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-text-color-yellow:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-text-color-yellow:hover {
	border-color: var( --yellow );
	color: var( --yellow );
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-text-color-blue:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-text-color-blue:hover {
	border-color: var( --blue );
	color: var( --blue );
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-text-color-green:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-text-color-green:hover {
	border-color: var( --green );
	color: var( --green );
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-bg-color-white:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-bg-color-white:hover {
	background: var( --white);
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-bg-color-yellow:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-bg-color-yellow:hover {
	background: var( --yellow );
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-bg-color-blue:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-bg-color-blue:hover {
	background: var( --blue );
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-bg-color-green:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-bg-color-green:hover {
	background: var( --green );
}
article.hentry .entry-content a.cta-btn-custom.cta-btn-focus-bg-color-transparent:hover,
.page-wrap a.cta-btn-custom.cta-btn-focus-bg-color-transparent:hover {
	background: transparent;
}

.cta-div {
	line-height: 1.1;
    border-radius: 0;
    display: block;
    font-size: 22px;
    margin: 30px 0;
    padding: 25px 40px;
    background-color: var( --light-green );
    border-right: 9px solid var( --green );
    color: var( --green );
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
}
.cta-div.cta-gradient,
.cta-div.cta-gradientflag {
	padding: 54px 20px;
	background: linear-gradient(to right, var( --yellow ) 23%, rgb(165, 198, 20) 48%, rgba(28, 179, 11, 1) 84%);
	border: none;
	color: var( --green );
}
.cta-div.cta-gradientflag {
	position: relative;
    z-index: 10;
    overflow: hidden;
}
.cta-div.cta-gradientflag img {
	position: absolute;
    width: 470px;
    top: 10px;
    left: 0;
    z-index: -1;
}
.cta-div .button {
	margin-bottom: 15px;
}
.cta-div .button .cta-btn.bg-color-green {
	margin: 0;
	color: var( --green );
	border-color: var( --green );
}
.cta-div .button .cta-btn.bg-color-green:hover {
	color: var( --white );
	border-color: var( --green );
	background-color: var( --green);
}
.cta-div .button .cta-btn {
	background-color: var( --white);
}
.cta-div .title {
	margin-bottom: 10px;
    font-size: 170%;
	font-weight: 500;
}
.cta-div.cta-gradient .title,
.cta-div.cta-gradientflag .title {
	color: var( --white );
}
.cta-div .text {
	margin-bottom: 0;
    font-size: 90%;
}
.cta-div.cta-gradient .text,
.cta-div.cta-gradientflag .text {
	color: var( --white );
}

/* -----------------------------------------------------------
	Blog Post List
-------------------------------------------------------------- */
.blog-posts .row:first-child,
.blog-posts .row:last-child{
    margin-bottom: 0px;
}
.blog-posts .blog-posts-container {

}
.blog-posts .post:nth-child(2n+1),
.blog-posts .grammar:nth-child(2n+1),
.blog-posts .video:nth-child(2n+1) {
  	clear: both;
}
.blog-posts .post:after,
.blog-posts .grammar:after,
.blog-posts .video:after {
	display: block;
	content: '';
	margin-bottom: 40px;
}

/* -----------------------------------------------------------
	Emoji
-------------------------------------------------------------- */
.sp-emoji {
	vertical-align: bottom;
}
.fp-dso-action-text .sp-emoji {
	width: 48px;
    height: 48px;
    vertical-align: middle;
}

/* -----------------------------------------------------------
	Content
-------------------------------------------------------------- */
.updated:not(.published) {
    display: none;
}
.post-thumbnail {
	position: relative;
	margin-bottom: 20px;
}
.page-template .post-thumbnail {
	margin-bottom: 0;
}
.page-template .post-thumbnail img,
.single .post-thumbnail img {
	width: 100%;
}
.single .post-thumbnail img {
	aspect-ratio: 950 / 321;
}
.page-id-13093.page-template .post-thumbnail img {
	aspect-ratio: 3.225806451612903;
}
.single .post-thumbnail svg {
    position: absolute;
    bottom: 10px;
    left: 10px;
	width: 40px;
    height: 40px;
	cursor: pointer;
}
.scene-text-note {
	position: relative;
}
.scene-text-note .header-image-label {
	position: absolute;
	bottom: 0;
	color: var( --white );
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 2px 10px;
	text-shadow: 0 0 3px var( --black );
	z-index: 999;
}
.scene-text-note img {
	width: 100%;
}
.entry-content {
	font-size: 22px;
}
.video-gallery {
	display: grid;
	grid-template-columns: 1fr 15px 1fr;
	row-gap: 15px;
	margin-bottom: 30px;
	justify-items: center;
}
.video-gallery iframe {
	width: 467px;
    height: 262px;
}
.video-gallery iframe:nth-child( 2n + 2 ) {
	grid-column-start: 3;
}
.single-post .related-posts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 15px;
	column-gap: 15px;
	margin-bottom: 30px;
}
h4.tm-after-content-title {
	font-size: 3.3rem;
	font-weight: bold;
}
.entry-content .post-section-head,
.lesson-content-entry .post-section-head {
	margin: 0 0 15px 0;
	font-size: 27px;
}
.single-post h1,
.single-post h2,
.single-post h3,
.single-page h1,
.single-page h2,
.single-page h3,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
    font-weight: bold;
}
.post-section-head {
	font-size: 140%;
	font-weight: bold;
}
.beginner,
.translation-box.bg-green {
	background-color: var( --lighter-green );
	border-left: solid 9px var( --light-green );
	color: var( --dark-green );
}
.intermediate,
.translation-box.bg-blue {
  	background-color: var( --lighter-blue );
  	border-left: 9px solid var( --light-blue );
  	color: var( --dark-blue );
}
.advanced,
.translation-box.bg-yellow,
.music-box {
	background-color: var( --light-yellow );
	border-left: solid 9px var( --yellow );
	color: var( --dark-yellow );
}
.block-post,
.translation-box,
.music-box {
  	border-radius: 0px;
  	display: block;
  	font-size: 22px;
  	margin: 30px 0;
  	padding: 10px 30px;
}
.dashed-box.no-margin,
.translation-box.no-margin {
	margin-top: -1.5px;
	margin-bottom: -1.5px;
}
.dashed-box.no-margin-top,
.translation-box.no-margin-top {
	margin-top: -1.5px;
}
.dashed-box.no-margin-bottom,
.translation-box.no-margin-bottom {
	margin-bottom: -1.5px;
}
.music-box {
	display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
	padding: 0 30px 0 0;
	align-items: center;
}
.music-box.no-image {
	padding-top: 7px;
	padding-bottom: 7px;
}
.music-box .info {
	display: grid;
	margin-left: 30px;
}
.music-box .info a {
	display: inline-grid;
    grid-template-columns: max-content 1fr;
    column-gap: 5px;
	align-items: center;
}
.music-box .info .title,
.music-box .info .content {
	display: inline-block;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.music-box .info svg {
	vertical-align: sub;
    margin-right: 10px;
}
.music-box .info a:hover svg path {
	fill: var( --lighter-blue );
}
.music-box span.content {
	display: block;
}
.posts a {
  	color: var( --lighter-black );
  	font-weight: bold;
  	text-decoration: none;
}
.posts p {
  	font-size: 17px;
    line-height: 30px;
}
.posts h3 {
 	margin-top: 15px;
}
.header-meta {
  	border-bottom: 1px solid var( --grey );
  	border-top: 1px solid var( --grey );
  	margin-bottom: 1.8em;
  	padding: 0.8em 0;
}
.single-post-header .header-meta {
	margin: 0 0 15px 0;
    padding: 0;
	border: none;
}
.single-post-header h1 {
	margin: 0 0 5px 0;
}
.header-meta.grammar-meta {
	padding: 0;
	border-bottom: 0;
}
.posts a.read-more {
  	font-size: 13px;
}
.post-meta,
.footer-meta.grammar-meta {
  	font-size: 13px;
  	text-transform: uppercase;
}
.entry-title {
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0 20px 0;
    color: var( --grey );
}
article.single-post .col-sm-12 > p img[class*="wp-image-"],
article.single-page .col-sm-12 > p img[class*="wp-image-"] {
	width: 100%;
}
.posts .footer-meta::after {
  	background: var( --yellow ) none repeat scroll 0 0;
  	bottom: -5px;
  	content: "";
  	height: 10px;
  	left: 50%;
  	margin-left: -5px;
  	position: absolute;
  	transform: rotate(45deg);
  	width: 10px;
}
.posts .footer-meta {
  	border-bottom: 1px solid var( --yellow );
  	border-top: 1px solid var( --grey );
  	overflow: hidden;
  	padding: 0.8em 0 1.6em;
  	position: relative;
}
.footer-meta {
  	margin-top: 1.2em;
}
.footer-meta .tagged-under {
	text-transform: uppercase;
}
.footer-meta .entry-tags {
	font-size: 13px;
}
article.hentry .single-post-meta {
	margin: 0 auto 23px;
}
.single-video article.hentry .single-post-meta {
	max-width: 780px;
}
article.hentry .single-post-meta a {
	position: relative;
	display: inline-block;
	height: 32px;
	margin: 0 8px 8px 0;
    padding: 0 12px;
    line-height: 33px;
	text-transform: lowercase;
	background-color: var( --yellow );
	color: var( --white);
	font-weight: 600;
	outline: none;
	font-size: 13px;
	text-decoration: none;
	font-size: 14px;
	transition: background-color .3s;
}
article.hentry .single-post-meta a:hover {
	background-color: var( --light-yellow );
	color: var( --blue );
}
article.hentry .single-post-meta a svg {
	position: absolute;
    top: 7px;
    left: 4px;
    width: 18px;
	fill: var( --blue );
}
article.hentry .single-post-meta a span {
	padding-left: 15px;
}

.page-template-about .post-section-head {
    font-size: 32px;
    margin-bottom: 20px;
    color: var( --grey );
    font-weight: normal;
}

/* -----------------------------------------------------------
	Comments
-------------------------------------------------------------- */
#comments {
    background: var( --white );
}
#comments.comment-no-padding {
	padding-bottom: 0;
}
.single-page-with-comments {
	margin-top: 60px;
}
h2.comments-title {
	margin: 30px 0 50px 0;
}
ol.comment-list,
ol.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.children {
	margin-left: 59px;
}
.single-page-with-comments ol.comment-list {
	margin-left: 40px;
}
.comment-author {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: var( --lighter-black );
}
.single-page-with-comments .comment-author,
.single-page-with-comments .comment-author a {
	margin: 0;
    padding: 2px;
	color: var( --blue );
    font-weight: 500;
    text-decoration: none;
	font-size: 22px;
	line-height: 33px;
}
.single-page-with-comments .comment-author,
.single-page-with-comments .comment .comment-metadata a {
	color: var( --grey );
	text-decoration: none;
}
.single-page-with-comments .comment-author a:hover {
	background: var( --light-green ) none repeat scroll 0 0;
    border-radius: 4px;
    padding: 2px;
}
.comment-author .avatar {
	float: left;
	display: block;
	overflow: hidden;
	width: 44px;
	height: 44px;
	margin-right: 15px;
	padding: 2px;
	line-height: 0;
}
.single-page-with-comments .comment-author .avatar {
	border-radius: 50%;
	width: 55px;
	height: 55px;
	padding: 0;
}
ol > li.comment:before {
	display: block;
	content: '';
	margin: 20px 0 30px 0;
	border-bottom: 4px double var( --very-light-grey );
}
.single-page-with-comments ol > li.comment:before {
	display: none;
}
ol.comment-list > li.comment:first-child:before {
	display: none;
}
.comment .comment-metadata {
	margin-bottom: 5px;
	font-size: 11px;
	font-style: normal;
}
.single-page-with-comments .comment .comment-metadata {
	font-size: 16.5px;
    line-height: 24.75px;
	color: var( --grey );
}
.comment .comment-metadata a {
	color: var( --mid-grey );
}
.comment .comment-metadata .edit-link:before {
	display: inline-block;
	margin: 0 5px;
	content: '-';
	color: var( --mid-grey );
}
.comment .comment-content {
	margin: 10px 0;
	padding-left: 59px;
	color: var( --lighter-black );
	font-size: 15px;
	line-height: 25px;
}
.single-page-with-comments .comment .comment-content {
	margin-left: 15px;
}
.comment .comment-content p {
	font-size: 15px;
	line-height: 25px;
}
.single-page-with-comments .comment .comment-content p {
    font-size: 19.25px;
    line-height: 34.65px;
    margin: .36em 0 1.4em;
	color: var( --grey );
}
.comment a.comment-reply-link {
	margin-left: 59px;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.post-comments {
	position: relative;
    padding: 40px 0;
    color: var( --white);
}
.comment-respond {
	margin-right: 27px;
	margin-left: 27px;
}
h2#reply-title {
	font-size: 5rem;
	color: var( --white);
}
h2#reply-title #cancel-comment-reply-link {
	margin-left: 20px;
	color: var( --lighter-blue );
}
.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
	width: 48%;
	margin-bottom: 15px;
}
.comment-form p.comment-form-author {
	float: left;
}
.comment-form p.comment-form-cookies-consent {
	clear: both;
}
.comment-form p #wp-comment-cookies-consent {
	margin-right: 17px;
}
.comment-form p.comment-form-cookies-consent,
.comment-form #lstc-comment-subscription {
	display: flex;
    align-items: center;
}
.comment-form p.comment-form-cookies-consent label,
#commentform #lstc-comment-subscription label.lstc-label {
	margin-bottom: 0;
	color: var( --white );
}
.comment-form p.comment-form-email {
	float: right;
}
.comment-form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
}
.comment-form textarea {
	height: auto;
}
p.form-submit input#submit {
	width: auto;
	padding: 6px 130px;
}
p.subscribe-to-comments {
	font-size: 16px;
}
.comment-form #wp-comment-cookies-consent,
.comment-form #lstc-comment-subscription input#lstc_subscribe {
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
}
#comments #respond {
	margin: 30px 0 0 58px;
	padding: 30px;
	background: var( --green );
}
#respond p.form-submit {
	margin-bottom: 0;
}

/* -----------------------------------------------------------
	Download links for the downloads page
-------------------------------------------------------------- */
.downloads-group-container {
	margin-bottom: 30px;
	font-size: 32px;
	cursor: pointer;
	font-weight: bold;
}
.downloads-group-title {
	color: var( --green );
}
.downloads-group-container .glyphicons-plus-sign,
.downloads-group-container .glyphicons-minus-sign {
	margin-top: 9px;
	margin-right: 15px;
	fill: var( --blue );
	vertical-align: text-bottom;
}
.downloads-group-container .glyphicons-minus-sign {
	display: none;
}
.downloads-group-title .download-ajax-spinner {
	display: none;
	width: 32px;
	vertical-align: middle;
	fill: var( --green );
}
.downloads-group-title .download-ajax-spinner {
	animation: download-ajax-spinner 2s infinite linear;
}
@keyframes download-ajax-spinner {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}
.downloads-lessons-container {
	display: none;
	margin: 10px 0 0 50px !important;
}
.download-lesson {
	margin-bottom: 10px;
}
.download-lesson ul {
	margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
}
.download-lesson-title {
	font-size: 26px;
	cursor: default;
}
.download-lesson-resource {
	display: inline-block;
	line-height: 38px;
}
.download-lesson-resource.lesson-video-sd,
.download-lesson-resource.lesson-video-hd {
	width: 115px;
}
.download-lesson-resource.lesson-video-breakdown {
	width: 130px;
}
.download-lesson-resource.lesson-video-pronunciation {
	width: 150px;
}
.download-lesson-resource.lesson-video-grammar {
	width: 110px;
}
.download-lesson-resource.lesson-video-review {
	width: 90px;
}
.download-lesson-resource.lesson-video-pdf,
.download-lesson-resource.lesson-video-mp3 {
	width: 65px;
}
.download-lesson-resource a {
	font-size: 20px;
}

/* -----------------------------------------------------------
	Grammar Post Type
-------------------------------------------------------------- */
.single-grammar-search {
	width: 100%;
	background: var( --lighter-green );
}
.single-grammar-search > form {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
.single-grammar-search > form .grammar-search-arrow {
	position: absolute;
	top: 0;
	left: -40px;
	font-size: 35px;
	color: var( --light-grey );
}
.single-grammar-search > form .form-group {
	display: grid;
	margin: 0;
    align-items: center;
    padding: 10px 0;
}
.single-grammar-search > form .form-group > svg {
	z-index: 10;
}
.single-grammar-search > form .form-group > svg.clear-search-field {
	right: 20px;
	z-index: 90;
}
.single-grammar-search > form .form-group > input {
	padding-right: 25px;
	padding-left: 35px;
}
.single-grammar-search > form .form-group > svg,
.single-grammar-search > form .form-group > input {
	grid-column: 1;
    grid-row: 1;
}
.single-grammar-search > form.active .form-group > svg.search-icon path,
.single-grammar-search > form.active .grammar-search-arrow {
	transition: all .3s ease-in;
}
.single-grammar-search > form.active .form-group > svg.search-icon path,
.single-grammar-search > form.active .grammar-search-arrow {
	color: var( --dark-grey );
	fill: var( --dark-grey );
}
.single-grammar-search > form .form-control {
	box-shadow: none;
    border: none;
    border-bottom: 2px dashed var( --light-grey );
	font-size: 22px;
}
.single-grammar-search > form .form-control::placeholder {
	color: var( --light-grey );
	opacity: 1;
}
.single-grammar-search > form button.search-submit {
	display: none;
}
.grammar-parent-title {
    margin-bottom: 10px;
    font-size: 3.3rem;
    font-weight: 500;
    line-height: 1.1;
}
.grammar-parent-title a {
	font-size: 24px;
	color: var( --grey );
	text-decoration: underline;
}
.grammar-summary-title svg {
    width: 40px;
    height: 35px;
    cursor: pointer;
    margin-left: 5px;
}
.grammar-description-one,
.grammar-description-two,
.grammar-examples,
.grammar-content-closed {
	margin-bottom: 30px;
}
.grammar-examples p,
.grammar-related-posts p {
	margin-bottom: 0;
}
.grammar-example-audio .examples-audio-btn {
    width: 24px;
    height: 24px;
	padding: 0 0 0 4px;
    fill: var( --blue );
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
.grammar-example-audio .examples-audio-btn:hover {
	background-color: transparent;
    fill: var( --blue );
}
.grammar-example-audio .examples-audio-text {
	color: var( --blue );
    cursor: pointer;
}
.grammar-related-posts {
	margin-bottom: 30px;
}
.grammar-related-posts .glyphicons-file,
.grammar-related-video .glyphicons-video {
	margin: 0;
    width: 26px;
	fill: var( --blue );
	vertical-align: middle;
}
.grammar-related-video .glyphicons-video {
	margin-top: -4px;
}
.grammar-related-posts-separator {
	margin: 0 6px;
}
.grammar-related-video .video-player,
.grammar-content-closed-container {
	display: none;
}
.grammar-related-video .video-player {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.grammar-related-video .video-player iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grammar-bottom-line {
	position: relative;
}
hr.grammar-hr {
	margin-bottom: 40px;
	border: 0;
	border-bottom: 2px dashed var( --dark-yellow );
	background-color: transparent;
}
.grammar-bottom-line .grammar-arrow-close {
	position: absolute;
	display: inline-block;
	top: -12px;
	right: 0;
	left: 0;
	width: 25px;
	height: 25px;
	margin: 0 auto;
	font-size: 25px;
	color: var( --blue );
	cursor: pointer;
}
.grammar-arrow-top-white {
	position: absolute;
    display: block;
    top: 5px;
    right: 0;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background-color: var( --white);
}
.grammar-arrow-top {
	position: relative;
	width: 32px;
	height: 32px;
	margin-top: -4px;
	fill: var( --blue );
}
.grammar-tags {
	margin-top: 30px;
}
.grammar-tags .glyphicons-tag,
.grammar-tags-list .glyphicons-tags {
	margin: 0;
    width: 28px;
	vertical-align: middle;
	fill: var( --blue );
}
.grammar-tags-list .glyphicons-tags {
	width: 60px;
}
.grammar-content-closed .glyphicons-info-sign,
.grammar-content-closed .grammar-icon-close {
	width: 40px;
	fill: var( --blue );
	vertical-align: middle;
}
.grammar-content-closed .grammar-icon-close {
	display: none;
}
.grammar-search-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 461px;
}
.grammar-search-form.no-results {
	position: relative;
	width: auto;
}
.grammar-search-form.no-results > form {
	display: block;
}
.grammar-search-form .form-group {
	text-align: right;
}
.grammar-search-form .form-group .search-field {
	width: 260px !important;
	font-size: 22px;
}
.grammar-search-form.no-results .form-group .search-field {
	width: auto !important;
}
.grammar-search-form.no-results .search-form .clear-search-field {
    right: 20px;
}
.grammar-search-form .search-submit {
	grid-column-start: 3;
}
.grammar-content-closed {
	width: fit-content;
	cursor: pointer;
	color: var( --blue );
}
.verb-conjugation-sc-layout {
	display: grid;
	grid-template-columns: 224px 1fr;
	width: 100%;
	max-width: 625px;
	margin-bottom: 30px;
	background-color: var( --lighter-green );
}
.verb-conjugation-sc-layout .vc-image {
	border-left: 5px solid var( --yellow );
	grid-row: 1;
    grid-column: 1;
}
.verb-conjugation-sc-layout .vc-image img {
	opacity: 0.5;
}
.verb-conjugation-sc-layout:hover img {
	opacity: 1;
	transition: all .3s ease-out;
}
.verb-conjugation-sc-layout .vc-content {
	display: grid;
    align-items: start;
    grid-template-columns: 230px 1fr;
	padding: 10px 20px 0 20px;
	grid-column: 1 / 3;
    grid-row: 1;
	column-gap: 30px;
	z-index: 100;
}
.verb-conjugation-sc-layout .vc-verb-container {
	display: grid;
	margin-bottom: 5px;
    grid-template-columns: 1fr;
    justify-items: start;
    column-gap: 20px;
	align-items: center;
}
.verb-conjugation-sc-layout .vc-verb {
	display: grid;
    grid-template-columns: 1fr 26px;
    column-gap: 6px;
    align-items: center;
    color: var( --blue );
    fill: var( --blue );
    font-weight: 500;
	font-size: 34px;
	line-height: 36px;
	cursor: pointer;
}
.verb-conjugation-sc-layout .vc-verb svg {
	width: 30px;
    height: auto;
    margin-top: 6px;
	align-self: start;
}
.verb-conjugation-sc-layout .vc-verb-container .vc-translation {
	display: block;
	font-size: 16px;
	color: var(--blue);
    fill: var(--blue);
    font-weight: 500;
    line-height: 36px;
}
.entry-content .verb-conjugation-sc-layout .vc-tag,
.lesson-content-entry .verb-conjugation-sc-layout .vc-tag {
	margin-top: 6px;
}
.entry-content .verb-conjugation-sc-layout .vc-tag a,
.lesson-content-entry .verb-conjugation-sc-layout .vc-tag a {
    display: grid;
    grid-template-columns: 20px 1fr;
	align-items: center;
    column-gap: 5px;
	padding: 2px 4px;
	background: var( --yellow );
	color: var( --blue );
	fill: var( --blue );
	font-size: 16px;
    font-weight: 400;
}
.entry-content .verb-conjugation-sc-layout .vc-tag a:hover,
.lesson-content-entry .verb-conjugation-sc-layout .vc-tag a:hover {
	padding: 2px 4px;
	border-radius: 0;
    fill: var( --white );
    color: var( --white );
}
.verb-conjugation-sc-layout .vc-verb-conjugations .vc-list-pronouns-conjug {
	display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 5px;
	line-height: 30px;
}
.verb-conjugation-sc-layout .vc-verb-conjugations .vc-pronoun {
	color: var( --dark-grey );
}
.verb-conjugation-sc-layout .vc-verb-conjugations .vc-verb-conjug {
	cursor: pointer;
	color: var( --blue );
}

/* -----------------------------------------------------------
	Vocab List Page
-------------------------------------------------------------- */
.vocab-list-page-title {
	color:var( --blue );
	font-weight: bold;
}
article.hentry #lesson-content .vocab-list-page-title > a {
	font-size: 19px;
    font-weight: bold;
}
.vocab-list-container,
.vocab-list-page-current,
.vocab-list-page-learned {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	color: var( --blue );
}
.vocab-list-container {
	margin-left: 40px;
}
.vocab-word-list-row {
	position: relative;
	margin-bottom: 10px;
}
.vocab-word-list-row .glyphicons-volume-up {
	position: absolute;
    top: 8px;
    left: -40px;
	width: 28px;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    fill: var( --blue );
    border-radius: 0;
    cursor: pointer;
}
.vocab-original-word {
	padding: 0 2px;
	margin-left: -2px;
}
.vocab-original-word:hover,
.vocab-readd-word:hover {
	cursor: pointer;
}
.vocab-word-playing {
	background: var( --light-green ) none repeat scroll 0 0;
    border-radius: 4px;
    padding: 2px;
}
.vocab-translation-word{
	display: none;
	margin-left: 6px;
	color:var( --grey );
}
.vocab-readd-word {
	position: relative;
	margin-left: 6px;
	color:var( --blue );
}
.vocab-translation-word:before,
.vocab-readd-word:before {
	display: inline-block;
    content: '>';
    padding-right: 5px;
}
.vocab-readd-word:before {
	content: '>>';
}
.vocab-readd-word .ajax-spinner {
    position: absolute;
    display: none;
    top: auto;
    right: -30px;
    bottom: 2px;
}
.vocab-readd-word .ajax-spinner {
    animation: vocab-readd-word-ajax-spinner 2s infinite linear;
}
@keyframes vocab-readd-word-ajax-spinner {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

#ui-datepicker-div {
	z-index: 9999 !important;
}

.glyphicons-link {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	background-image: url('data:image/svg+xml;utf8,<svg class="glyphicons-basic" viewBox="0 0 24 14" width="22" fill="%230861FF" xmlns="http://www.w3.org/2000/svg"><path d="m24 4.5v5a4.5 4.5 0 0 1-4.5 4.5h-7a4.5 4.5 0 0 1-4.5-4.5v-3.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3.5a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5h-1.6396a0.49994 0.49994 0 0 1-0.4743-0.34186l-0.66669-2a0.5 0.5 0 0 1 0.47437-0.65814h2.3063a4.5 4.5 0 0 1 4.5 4.5zm-17.386 6.8419a0.49994 0.49994 0 0 0-0.47435-0.34186h-1.6396a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5h7a1.5 1.5 0 0 1 1.5 1.5v3.5a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-3.5a4.5 4.5 0 0 0-4.5-4.5h-7a4.5 4.5 0 0 0-4.5 4.5v5a4.5 4.5 0 0 0 4.5 4.5h2.3063a0.5 0.5 0 0 0 0.47437-0.65814z"/></svg>');
	background-repeat: no-repeat;
	background-position: bottom;
}
.glyphicons-link:before {
	display: none;
}
article.hentry .entry-content a:hover .glyphicons-link {
	background-image: url('data:image/svg+xml;utf8,<svg class="glyphicons-basic" viewBox="0 0 24 14" width="22" fill="%23D6ECFA" xmlns="http://www.w3.org/2000/svg"><path d="m24 4.5v5a4.5 4.5 0 0 1-4.5 4.5h-7a4.5 4.5 0 0 1-4.5-4.5v-3.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3.5a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5h-1.6396a0.49994 0.49994 0 0 1-0.4743-0.34186l-0.66669-2a0.5 0.5 0 0 1 0.47437-0.65814h2.3063a4.5 4.5 0 0 1 4.5 4.5zm-17.386 6.8419a0.49994 0.49994 0 0 0-0.47435-0.34186h-1.6396a1.5 1.5 0 0 1-1.5-1.5v-5a1.5 1.5 0 0 1 1.5-1.5h7a1.5 1.5 0 0 1 1.5 1.5v3.5a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-3.5a4.5 4.5 0 0 0-4.5-4.5h-7a4.5 4.5 0 0 0-4.5 4.5v5a4.5 4.5 0 0 0 4.5 4.5h2.3063a0.5 0.5 0 0 0 0.47437-0.65814z"/></svg>');
}
.glyphicons-music {
	display: inline-block;
	width: 22px;
	height: 24px;
	margin-right: 5px;
	background-image: url('data:image/svg+xml;utf8,<svg class="glyphicons-basic" width="19" height="23.541" version="1.1" viewBox="0 0 19 23.541" xmlns="http://www.w3.org/2000/svg"><path fill="%230861FF" id="music" d="m19 1.0001v16.596s0 0.1665-0.01672 0.1665a2.81 2.81 0 0 1-2.472 2.5703l-2.0226 0.19287a2.2353 2.2353 0 0 1-2.4887-2.2632 3.3302 3.3302 0 0 1 2.432-3.0791l2.082-0.50269a0.66663 0.66663 0 0 0 0.486-0.61743v-7.8722l-10 2.1429v12.262s0 0.16647-0.01672 0.16647a2.81 2.81 0 0 1-2.472 2.5703l-2.0226 0.19287a2.2353 2.2353 0 0 1-2.4887-2.2632 3.3302 3.3302 0 0 1 2.432-3.0791l2.082-0.50269a0.66663 0.66663 0 0 0 0.486-0.61743v-13.492a1.0001 1.0001 0 0 1 0.79047-0.97778l12-2.5714a1 1 0 0 1 1.2095 0.9779z"/></svg>');
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: text-bottom;
}
.block-post a:hover .glyphicons-music {
	background-image: url('data:image/svg+xml;utf8,<svg class="glyphicons-basic" width="19" height="23.541" fill="var( --white )" version="1.1" viewBox="0 0 19 23.541" xmlns="http://www.w3.org/2000/svg"><path fill="%23D6ECFB" id="music" d="m19 1.0001v16.596s0 0.1665-0.01672 0.1665a2.81 2.81 0 0 1-2.472 2.5703l-2.0226 0.19287a2.2353 2.2353 0 0 1-2.4887-2.2632 3.3302 3.3302 0 0 1 2.432-3.0791l2.082-0.50269a0.66663 0.66663 0 0 0 0.486-0.61743v-7.8722l-10 2.1429v12.262s0 0.16647-0.01672 0.16647a2.81 2.81 0 0 1-2.472 2.5703l-2.0226 0.19287a2.2353 2.2353 0 0 1-2.4887-2.2632 3.3302 3.3302 0 0 1 2.432-3.0791l2.082-0.50269a0.66663 0.66663 0 0 0 0.486-0.61743v-13.492a1.0001 1.0001 0 0 1 0.79047-0.97778l12-2.5714a1 1 0 0 1 1.2095 0.9779z"/></svg>');
}
article.hentry .entry-content .block-post a:hover {
	background: var( --blue ) none repeat scroll 0 0;
    border-radius: 4px;
    padding: 2px;
    color: var( --lighter-blue );
}

.inline-svg-icon {
	display: inline-block;
	vertical-align: text-bottom;
}
.page-wrap .download-link {
	display: inline-block;
	vertical-align: middle;
}
.page-wrap .download-link a {
	display: inline-grid;
    grid-auto-flow: column;
    width: max-content;
    align-items: center;
    column-gap: 10px;
}
.page-wrap .download-link a:hover svg path {
	fill: var( --lighter-blue );
}
.page-wrap .download-link a.color-green {
	color: var( --green );
}
.page-wrap .download-link a.color-green svg path {
	fill: var( --green );
}
.page-wrap .download-link a.color-green:hover {
	color: var( --lighter-green );
}
.page-wrap .download-link a.color-green:hover svg path {
	fill: var( --lighter-green );
}

/* -----------------------------------------------------------
	Landing page Mailchimp
-------------------------------------------------------------- */
.mc-total-subscribers-counter {
	font-size: 2.6em;
	font-weight: bold;
	color: var( --green );
}
.mc-total-subscribers-required {
	font-size: 140%;
	font-weight: bold;
}

/* -----------------------------------------------------------
	Mailchimp Shortcode
-------------------------------------------------------------- */
.mailchimp-signup-form-container.special-interests {
	line-height: 1.1;
	border-radius: 0;
    display: block;
    font-size: 22px;
    margin: 20px 0;
    padding: 10px 30px;
	background-color: rgb(214, 236, 250);
    border-left: 9px solid var( --blue );
    color: var( --dark-blue );
	box-shadow: 0 0 15px 2px rgb(0 0 0 / 20%);
}
.mailchimp-signup-form-container.special-interests form.mc-embedded-subscribe-form {
	color: var( --blue );
}
.mailchimp-signup-form-container .form-fields {
	display: grid;
	grid-template-columns: repeat( 3, 1fr );
	column-gap: 20px;
	margin-bottom: 20px;
}
.mailchimp-signup-form-container .form-fields .form-control {
	height: auto;
    line-height: 52px;
    padding: 0 12px;
}
.mailchimp-signup-form-container.special-interests .title {
	margin-bottom: 7px;
	font-size: 170%;
}
.mailchimp-signup-form-container.special-interests .body,
.mailchimp-signup-form-container.special-interests .footer {
	margin-bottom: 10px;
    font-size: 80%;
}
.mailchimp-signup-form-container.special-interests .footer {
    margin-bottom: 0;
}
.mailchimp-signup-form-container.special-interests .footer.mobile-only {
    display: none;
}
.mailchimp-signup-form-container.special-interests .footer.desktop-only {
    display: block;
}
.mailchimp-signup-form-container.special-interests .form-fields .form-control {
	background: var( --lighter-green );
	color: var( --darker-green );
}

/* -----------------------------------------------------------
	Landing Page
-------------------------------------------------------------- */
.lp-offer-has-expired-page h3 {
	margin-bottom: 40px;
	font-size: 40px;
}
.page-template-landing-page .lp-offer-has-expired-page .form-control {
    height: 34px;
    font-size: 20px;
}
.lp-offer-has-expired-page .mc-embedded-subscribe-form {
	width: 50%;
	margin-bottom: 50px;
}
.lp-offer-has-expired-page .mc-embedded-subscribe-form .btn-green {
	font-size: 16px;
}
.lp-offer-has-expired-page .lp-brazilian-flag {
	width: 200px;
    margin-left: -60px;
}

/* -----------------------------------------------------------
	Media Queries
-------------------------------------------------------------- */
@media only screen and (max-width: 1250px) {
	.nav-front-page.navbar-default .container {
		padding: 0 15px;
	}
	.fp-main-content .blue-bar,
	.fp-main-content .trial-1, .fp-main-content .trial-2, .fp-main-content .trial-3 {
		padding-right: 15px;
		padding-left: 15px;
	}
	#semantica-intro .inner {
		padding-right: 30px;
		padding-left: 30px;
	}
	.fp-main-content .trial-offer .green-area-memberships-link {
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media only screen and (max-width: 1224px) {
	.single-group .navbar-brand {
		display: none;
	}
	.single-group .chapters-back-arrow {
		position: relative;
		float: left;
		top: 0;
		left: 0;
		height: 65px;
		width: 60px;
		margin-left: -15px;
	}
	.single-group .chapters-back-arrow svg {
		width: 85%;
		margin-top: 7px;
	}
	.copyright{
		margin-top: 480px;
	}
}
@media only screen and (max-width: 1200px){
	.header-menu .user-submenu {
		left: -35px;
	}
	.header-menu .user-submenu:before {
		left: 165px;
	}
	.copyright {
		margin-top: 385px;
	}
	.lp-offer-has-expired-page .copyright {
		margin-top: 200px;
	}
}
@media only screen and (max-width: 1100px) {
	.fp-main-content #testimonials {
		padding-top: 40px;
	}
	.plans .plan h3 {
		margin: 0;
		padding: 15px 20px 0;
		line-height: 50px;
		font-size: 42px;
	}
	.plans .plan > span {
		font-size: 25px;
	}
	.plans .plan span.price {
		font-size: 32px;
	}
	.plans .plan span.quick-desc {
		font-size: 22px;
		line-height: 28px;
	}
	.video-overlay-container.jump-to-url-overlay .buttons a {
		font-size: 48px;
	}
	.single-grammar-search > form {
		max-width: 1040px;
		padding-left: 74px;
		margin: 0;
	}
	.single-grammar-search > form .grammar-search-arrow {
		left: 20px;
	}
}
@media only screen and (max-width: 1024px) {
	#footer-bottom .mc-newsletter-form .title {
		color: var( --white );
	}
}
@media only screen and (max-width: 1010px) {
	.single-post .single-header-video .video-player {
		height: 0;
		margin-bottom: 5px;
		padding-bottom: 56.25%;
	}
	.single-header-video .video-player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
	}
	.plans {
		padding: 0 20px;
	}
	.video-gallery {
		width: 800px;
		margin: 0 auto 30px;
	}
	.video-gallery iframe {
		width: 100%;
		height: 216px;
	}
	#welcome-content > .row {
		margin: 0 5px;
	}
	.single-grammar-search > form {
		padding-left: 60px;
	}
	.single-grammar-search > form .grammar-search-arrow {
		left: 10px;
	}
}
@media only screen and (max-width: 992px) {
	.page-template-novelas .container {
		padding: 0 40px;
	}
    .video-title {
        font-size: 40px;
        line-height: 45px;
    }
    .flag-brazil {
        width: 52%;
    }
    .facebook {
        right: 20px;
        bottom: -94px;
    }
    .page-template-feature .facebook {
        right: 20px;
        bottom: -58px;
    }
    #lesson-video {
        margin: 0 auto;
        width: 100%;
    }
    .novelas-inner {
        min-height: 200px;
    }
    .carousel-inner .carousel-caption {
    	top: 90px;
    }
    .grammar-search-form {
    	position: relative;
    	margin-bottom: 20px;
	}
	.grammar-search-form > form {
		justify-content: initial;
	}
    .grammar-search-form .form-group .search-field {
    	width: 97% !important;
    }
	.page-template-novelas .row-fluid.favorite-lessons {
		padding: 25px 0 0 0;
	}
	.page-template-novelas .row-fluid.favorite-lessons .favorite-lessons-list {
		margin-top: 40px;
	}
	.fp-main-content #trial {
		grid-template-columns: 1fr max-content;
	}
	.page-template-novelas .favorite-lessons .first-4-favs {
		grid-template-columns: 1fr;
	}
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container {
		justify-content: start;
	}
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
	.copyright{
		margin-top: 270px;
	}
	.page-template-novelas .copyright, .single-video .copyright {
		margin-top: 30px;
	}
	.navbar-header .navbar-toggle {
		display: block;
	}
	.navbar .navbar-collapse.collapse.in {
		display: block !important;
		margin-top: 66px;
	}
}
@media screen and (min-width: 769px) {
	.navbar-header .navbar-toggle {
	    display: none;
	}
}
@media screen and (min-width: 768px) {
	.navbar-default .navbar-collapse:not(.mobile-main-menu) {
		display: flex !important;
		justify-content: end;
	}
	.navbar-default .navbar-collapse .notification-messages-popup {
		display: block;
		align-self: center;
		margin-top: 10px;
		margin-right: 10px;
	}
	.single-lesson .sidenav-item {
		margin-bottom: 14px;
	}
	.single-lesson .sidenav-item .glyphicons-basic {
		background: rgb(0 0 0 / 20%);
		border-radius: 3px;
		width: 35px;
		fill: var(--white );
		padding: 2px;
		transition: fill .3s ease-out;
	}
	.single-lesson .sidenav-item .glyphicons-basic:hover {
		fill: var(--light-blue );
	}
	.james-pitch .about-content .author-description p br {
		display: none;
	}
	.container>.navbar-header {
	    width: auto;
	}
	.grammar-description-one table > tbody,
	.grammar-description-two table > tbody {
		display: grid;
		background-color: #fff6d1;
	}
	.grammar-description-one table > tbody td,
	.grammar-description-two table > tbody td {
		width: auto;
	}
	.grammar-description-one table > tbody > tr:first-child > td:first-child,
	.grammar-description-one table > tbody > tr:first-child > td:nth-child(2),
	.grammar-description-one table > tbody > tr:first-child > td:nth-child(3),
	.grammar-description-two table > tbody > tr:first-child > td:first-child,
	.grammar-description-two table > tbody > tr:first-child > td:nth-child(2),
	.grammar-description-two table > tbody > tr:first-child > td:nth-child(3) {
		display: none;
	}
	.grammar-description-one table > tbody > tr:first-child > td:nth-child(4),
	.grammar-description-two table > tbody > tr:first-child > td:nth-child(4) {
		padding: 0 20px 10px;
	}
	.grammar-description-one table > tbody > tr:first-child,
	.grammar-description-two table > tbody > tr:first-child {
		grid-column: 2;
		grid-row: 1/3;
	}
	.grammar-description-one table > tbody > tr:nth-child(2),
	.grammar-description-two table > tbody > tr:nth-child(2),
	.grammar-description-one table > tbody > tr:nth-child(3),
	.grammar-description-two table > tbody > tr:nth-child(3),
	.grammar-description-one table > tbody > tr:nth-child(4),
	.grammar-description-two table > tbody > tr:nth-child(4),
	.grammar-description-one table > tbody > tr:nth-child(5),
	.grammar-description-two table > tbody > tr:nth-child(5),
	.grammar-description-one table > tbody > tr:nth-child(6),
	.grammar-description-two table > tbody > tr:nth-child(6) {
		display: grid;
		grid-column: 1/2;
		grid-row: 1;
		grid-template-columns: 160px 150px 90px;
	}
	.grammar-description-one table > tbody > tr:nth-child(3),
	.grammar-description-two table > tbody > tr:nth-child(3) {
		grid-row: 2;
	}
	.grammar-description-one table > tbody > tr:nth-child(4),
	.grammar-description-two table > tbody > tr:nth-child(4),
	.grammar-description-one table > tbody > tr:nth-child(5),
	.grammar-description-two table > tbody > tr:nth-child(5),
	.grammar-description-one table > tbody > tr:nth-child(6),
	.grammar-description-two table > tbody > tr:nth-child(6) {
		grid-column: 1 / 3;
		grid-template-columns: 160px 150px 90px 1fr;
	}
	.grammar-description-one table > tbody > tr:nth-child(4),
	.grammar-description-two table > tbody > tr:nth-child(4) {
		grid-row: 3;
	}
	.grammar-description-one table > tbody > tr:nth-child(5),
	.grammar-description-two table > tbody > tr:nth-child(5) {
		grid-row: 4;
	}
	.grammar-description-one table > tbody > tr:nth-child(6),
	.grammar-description-two table > tbody > tr:nth-child(6) {
		grid-row: 5;
	}
	.grammar-description-one table > tbody > tr:nth-child(2) > td:last-child,
	.grammar-description-two table > tbody > tr:nth-child(2) > td:last-child,
	.grammar-description-one table > tbody > tr:nth-child(3) > td:last-child,
	.grammar-description-two table > tbody > tr:nth-child(3) > td:last-child {
		display: none;
	}
	.grammar-description-one table > tbody > tr:nth-child(2) > td,
	.grammar-description-two table > tbody > tr:nth-child(2) > td {
		padding: 10px 0 0 0;
	}
	.grammar-description-one table > tbody > tr:nth-child(2) > td:first-child,
	.grammar-description-two table > tbody > tr:nth-child(2) > td:first-child {
		padding: 10px 0 0 20px;
	}
	.grammar-description-one table > tbody > tr:last-child > td:first-child,
	.grammar-description-two table > tbody > tr:last-child > td:first-child {
		padding-bottom: 10px;
	}
	.grammar-description-one table > tbody > tr:nth-child(3) > td:first-child,
	.grammar-description-two table > tbody > tr:nth-child(3) > td:first-child,
	.grammar-description-one table > tbody > tr:nth-child(4) > td:first-child,
	.grammar-description-two table > tbody > tr:nth-child(4) > td:first-child,
	.grammar-description-one table > tbody > tr:nth-child(5) > td:first-child,
	.grammar-description-two table > tbody > tr:nth-child(5) > td:first-child,
	.grammar-description-one table > tbody > tr:nth-child(6) > td:first-child,
	.grammar-description-two table > tbody > tr:nth-child(6) > td:first-child {
		padding: 0 0 10px 20px;
	}
	.grammar-description-one table > tbody > tr:nth-child(2) > td:nth-child(3),
	.grammar-description-two table > tbody > tr:nth-child(2) > td:nth-child(3),
	.grammar-description-one table > tbody > tr:nth-child(3) > td:nth-child(3),
	.grammar-description-two table > tbody > tr:nth-child(3) > td:nth-child(3) {
		width: 90px;
	}
	article.notification.notification-preliminary {
		align-items: center;
	}
	article.notification .notification-preliminary-btn,
	article.notification.notification-account .notification-content,
	article.notification.notification-preliminary .notification-content,
	article.notification.notification-account .avatar,
	article.notification.notification-preliminary .avatar {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px){
    .page-template-novelas .carousel-inner > .item > a > img,
    .page-template-novelas .carousel-inner > .item > img {
      	height: 368px;
	}
}
@media screen and (max-width: 980px) {
	#welcome-content .col-md-8 {
		width: 100%;
	}
    .page-template-novelas .level-text,
    .page-template-novelas .level-slider {
      	width: 100% !important;
	}
    .page-template-novelas .level-slider {
		padding: 0 6px 10px 6px;
	}
	.post-search .form-inline .form-group {
		width: 80%;
	}
	.search-form .clear-search-field {
		right: 20px;
	}
	.post-search .form-inline .form-control {
		width: 100% !important;
		max-width: inherit;
	}
	.post-categories .pull-right {
		float: none !important;
	}
	.post-categories .category-list {
		right: auto;
    	left: 10px;
	}
}
@media only screen and (max-width: 950px) {
	.single-group .type-group > .section {
		width: 745px;
		margin: 0 auto;
		grid-template-columns: repeat( 4, 186px );
	}
	.page-template-novelas .last-blog-post img {
		margin-left: 20px;
	}
}
@media only screen and (max-width: 865px) {
	.trial-offer .action .trial-2 {
		margin-top: 0;
	}

	.vocab-word-list-row {
		padding-left: 40px;
	}
	.vocab-word-list-row .glyphicons-volume-up {
		left: 0px;
	}

	.video-gallery {
		width: 650px;
	}
	.video-gallery iframe {
		height: 174px;
	}
	.author-description .language-keys {
		margin-left: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 812px) {
	.video-overlay-container .content {
		height: 80%;
	}
	.video-overlay-container .buttons {
		height: 20%;
	}
	.video-overlay-container .buttons a {
		line-height: 90px;
	}
	.header-meta-cats {
		display: block;
	}
}
@media only screen and (max-width: 840px) {
	#semantica-intro .headline p.tagline {
		line-height: 36px;
	}
	#semantica-intro .headline p.tagline,
	#semantica-intro .headline h1 {
		margin-left: 0;
	}
	#semantica-intro .headline h1 {
		font-size: 40px;
		line-height: 50px;
	}
	#semantica-intro .headline p.course-description, #semantica-intro .intro-cta-btn .cta-btn-custom {
		margin-left: 0;
	}
	#welcome-content h2.title,
	#welcome-content h3.subtitle {
		margin-left: 15px;
	}
	.inline-flashcards > button.btn-submit .title-pt {
		font-size: 40px;
	}
	.inline-flashcards > button.btn-submit .title-en {
		margin-right: 35px;
	}
}
@media only screen and (max-width: 790px) {
	.visitor .header-menu li a {
		padding: 4px 10px;
		margin-right: 10px;
		outline: none;
		background: none;
	}
	.single-group .type-group > .section {
		width: 560px;
		grid-template-columns: repeat( 3, 186px );
	}
	section.notifications article.notification:last-child {
		border-bottom: 0;
	}
	article.notification.notification-account,
	article.notification.notification-preliminary {
		display: grid;
		grid-template-columns: auto;
		padding: 0 20px;
		border-bottom: none;
		column-gap: normal;
	}
	article.notification.notification-account {
		padding: 20px;
	}
	article.notification.notification-preliminary {
		grid-template-columns: 70px 1fr;
	}
	article.notification-preliminary .notification-preliminary-btn {
		grid-row: 2;
		grid-column: 1/3;
	}
	article.notification.notification-account .avatar,
	article.notification.notification-preliminary .avatar,
	article.notification-account .notification-content,
	article.notification-preliminary .notification-content {
		display: block;
		grid-row: 1;
		grid-column: 1;
	}
	article.notification-account .notification-content,
	article.notification-preliminary .notification-content {
		grid-column: 2;
	}
	article.notification-preliminary:first-child {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 20px;
		padding-bottom: 0;
		background: var( --yellow );
	}
	.mobile-notification-close-btn {
		display: block;
	}
	.desktop-notification-close-btn,
	article.notification-account .avatar,
	article.notification-preliminary .avatar {
		display: none;
	}
	article.notification.site-notification .notification-content p {
		margin-right: 18px;
		font-size: 22px;
		line-height: 20px;
	}
	article.notification.site-notification.has-comments:after {
		border-bottom: 0;
	}
	article.notification .notification-close.mobile-notification-close-btn {
		position: relative;
		display: none;
		align-items: center;
		justify-content: center;
		background: var( --green );
		height: 52px;
	}
	article.notification .notification-preliminary-btn {
		float: none;
    	width: 100%;
		margin-bottom: 20px;
	}
	article.notification .notification-preliminary-btn > a {
		font-weight: 500;
		text-align: center;
	}
	article.notification .notification-preliminary-btn > a.btn-preliminary-desktop {
		display: none;
	}
	article.notification .notification-preliminary-btn > a.btn-preliminary-mobile {
		display: block;
	}
	article.notification-account .notification-content,
	article.notification-preliminary .notification-content {
		float: none;
		width: auto;
		margin-left: 0;
    	padding: 0;
		font-weight: 400;
		line-height: 18px;
		font-size: 15px;
	}
	article.notification .notification-preliminary-btn .notification-content a {
		font-weight: 500;
	}
	article.notification .notification-close svg {
		fill: var( --white );
	}
	article.notification-site {
		margin: 0;
		padding: 66px 20px 0px 20px;
		border-bottom: none;
		font-weight: 400;
		line-height: 24px;
	}
	article.notification-site .notification-content {
		min-height: 68px;
		margin: 0;
    	padding-left: 0;
    	padding-right: 0;
	}
	article.notification-site:after {
		border-bottom: 3px dashed #fff;
	}
	article.notification-site:after:last-child {
		border-bottom: none;
	}
	article.notification.site-notification .avatar {
		width: 50px;
		margin-top: 2px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.preliminary-notification .avatar .avatar {
		right: 0;
	}
	article.notification.site-notification .avatar svg {
		display: none;
	}
	.site-popup-notifications article.notification.site-notification .avatar {
		width: 70px;
	}
	article.notification .notification-content a, article.notification .notification-content p a {
		color: var( --white );
		font-weight: 500;
	}
	.account-notification .notification-account .notification-content a {
		color: var( --green );
	}
	.account-notification .notification-account .notification-content a:hover {
		color: var( --white );
	}
	article.notification-site .notification-content a, article.notification-site .notification-content p a {
		padding: 0;
	}
	.profile-bg {
		background: 0;
	}
	.profile .change-avatar-btn {
		width: 273px;
		font-size: 20px;
	}

	.page-template-novelas .favorite-lessons .favorite-lessons-list .favorite-lesson-items {
		width: 565px;
    	margin: 0 auto;
	}
	.fp-main-content #trial {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	.trial-offer .green-area-link-container {
		min-height: auto;
	}
	.fp-main-content #trial > div.col-sm-6:last-child {
		grid-column-start: 1;
		grid-row-start: 2;
	}
}
@media only screen and (width: 1024px) and (height: 1366px) and (orientation: portrait) {
	.james-pitch .author-description p:first-child {
		font-size: 25px;
	}
}
@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
	.james-pitch .author-description p:first-child {
		font-size: 21px;
	}
}
@media only screen and (max-width: 768px) {
	.page-template-novelas .site-popup-notifications, 
	body .site-popup-notifications {
		top: 66px;
		width: 100vw;
		height: 100vh;
		padding: 0;
	}
	.page-template-novelas .site-popup-notifications .spn-inner, 
	body .site-popup-notifications .spn-inner {
		margin-bottom: 20px;
	}
	.page-template-novelas .site-popup-notifications .spn-actions, body .site-popup-notifications .spn-actions {
		padding: 0 20px;
	}
	.page-template-novelas .site-popup-notifications .spn-actions button, body .site-popup-notifications .spn-actions button {
		width: 100%;
		grid-template-columns: max-content max-content;
    	justify-content: center;
	}
	.site-popup-notifications .notification {
		padding: 0 20px;
		column-gap: 10px;
	}
	.site-popup-notifications .notification .notification-time {
		display: none;
	}
	.site-popup-notifications .notification.notification-comment .notification-content {
		padding: 6px 20px;
	}
	.site-popup-notifications .notification.notification-comment .notification-footer {
		padding: 6px 20px 6px 60px;
		column-gap: 10px;
	}
	.nav-front-page.navbar-default .container {
		padding: 0;
	}
	.page-template-novelas a.navbar-brand svg.logo {
		left: 22px;
	}
	.is-mobile-header-menu {
		display: block;
	}
	.visitor .navbar:not(.nav-front-page) .is-mobile-header-menu > ul {
		width: 100vw;
		background: linear-gradient(180deg, var( --green ), var( --yellow ) 52% );
		position: absolute;
		top: 66px;
		height: calc( 100vh - 66px );
	}
	.visitor .navbar:not(.nav-front-page) .is-mobile-header-menu .header-menu li a {
		padding: 8px 5px;
	}
	.visitor .fixednav.navbar:not(.nav-front-page) .is-mobile-header-menu .header-menu li.login a:hover {
		color: var( --yellow );
		background: transparent;
		border: none;
	}
	.nav-front-page .is-mobile-header-menu {
		display: block;
	}
	.single-lesson #lesson-nav.no-video .sidenav-item .glyphicons-basic {
		background: rgb(0 0 0 / 20%);
		border-radius: 3px;
		width: 35px;
		fill: var(--white );
		padding: 2px;
		transition: fill .3s ease-out;
	}
	.single-lesson #lesson-nav.no-video .sidenav-item .glyphicons-basic:hover {
		fill: var(--light-blue );
	}
	#lesson-content .lesson-content-entry.no-video.buttons-shown-1,
	#lesson-content .lesson-content-entry.no-video.buttons-shown-2,
	#lesson-content .lesson-content-entry.no-video.buttons-shown-3,
	#lesson-content .lesson-content-entry.no-video.buttons-shown-4 {
		min-height: auto;
	}
	#lesson-content .lesson-content-entry.no-video {
		margin-left: 0;
		padding-top: 80px;
		padding-bottom: 0;
	}
	#welcome-content h2.title {
		font-size: 40px;
		line-height: 50px;
	}
	#welcome-content h2.title, #welcome-content h3.subtitle {
		margin-left: 0px;
	}
	.fp-main-content .fp-cta-boxes {
		column-gap: 10px;
	}
	.fp-main-content .fp-cta-boxes .title a {
		line-height: 40px;
		font-size: 24px;
	}
	.post-search .form-inline .form-group,
	.post-search .btn {
		width: 100%;
	}
	.post-search .form-inline .form-control {
		width: 100% !important;
	}
	#login-popup .modal:before {
		display: inline-block;
		height: 100%;
		content: " ";
		vertical-align: middle;
	}
	.navbar > .container {
		padding: 0;
	}
	.navbar > .container > .navbar-header {
		width: 100%;
		margin: 0;
	}
	.page-template-novelas .fixednav .navbar-brand > img.logo-small {
		width: 70px;
		padding-left: 10px;
		padding-top: 7px;
	}
	.page-template-novelas .navbar-brand strong {
		margin-left: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 14px;
	}
	.navbar-default .navbar-header .notification-messages-popup {
		display: block;
		position: relative;
		float: right;
		top: 15px;
		right: 20px;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.navbar-default .navbar-header .notification-messages-popup > svg {
		width: 100%;
		height: auto;
	}
    .navbar-collapse {
		max-height: 100%;
    	background: linear-gradient(180deg, var( --green ), var( --yellow ) 53.70% );
        text-align: right;
    }
	.page-template-novelas .navbar-collapse {
		background: linear-gradient(180deg, var( --yellow ), var( --green ) 52% );
	}
	.navbar-fixed-top .navbar-collapse {
		max-height: 100%;
	}
    .navbar-header {
    	width: 100%;
    }
    .navbar-brand {
		padding: 8px 15px;
	}
	.page-template-novelas .navbar > .container .navbar-brand.no-left-margin {
		margin-left: 0;
	}
	.page-template-novelas .navbar-brand {
		padding: 5px 15px 0 15px;
	}
	.page-template-novelas .navbar-default .navbar-collapse {
		border: 0;
	}
	.header-menu .user-submenu .glyphicons-halflings {
		fill: var( --white);
	}
	.header-menu .user-submenu li a:focus,
	.header-menu .user-submenu li a:hover {
		background: none;
	}

	.single-video .navbar-fixed-top.single-video-fixed-top {
		min-height: 0;
		z-index: 1100;
	}
	.single-video .header-nav-arrows {
		margin-top: -1px;
	}
	.single-video .previous,
	.single-video .next {
	    width: 45px;
	    height: 45px;
		padding: 4px 0;
	}
	.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-chevron-left,
	.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-chevron-right {
	    padding: 0;
	    line-height: 45px;
	}

    .facebook {
        right: 20px;
        bottom: -94px;
    }
    .page-template-feature .facebook {
        right: 20px;
        bottom: -94px;
    }
    .cta-image {
        padding-bottom: 30px;
    }

	.novelas-inner > strong.f-five {
		display: flex;
		font-size: 30px;
		line-height: 38px;
		column-gap: 10px;
    	align-items: center;
	}
	.novelas-inner > strong.f-five svg {
		width: 18px;
		display: block;
		fill: var( --white );
	}
	.level-text .level-intro-text {
		font-size: 20px;
		line-height: 28px;
	}

    .feature-item, .access-item {
	  	width: 50%;
	}
	.access-item {
		height: 240px;
  	}
	.clr {
		display: none;
	}
	.copyright {
		margin-top: 0px;
		position: absolute;
		right: 15px;
		bottom: 20px;
	}
	.header-menu {
		float: none;
		margin-top: 0;
		height: calc( 100vh - 66px );
	}
	.visitor .is-mobile-header-menu .header-menu {
		height: auto;
		margin-top: 0;
		padding: 0;
	}
	.home .nav-front-page .header-menu {
		float: right;
		margin-top: 10px;
		padding: 0;
	}
	.home .nav-front-page .header-menu li a {
		border: 3px solid transparent;
	}
	.home .nav-front-page .header-menu li.login a:hover {
		border: 3px solid var( --green );
		color: var( --green );
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
		box-shadow: none;
	}
	.header-menu li {
		float: none;
		border: none;
	}
	.header-menu > ul > li:first-child {
		margin-top: 10px;
	}
	.home .header-menu li {
		margin-left: 0;
		float: left;
	}
	.home .header-menu > ul > li:first-child {
		margin-top: 0;
	}
	.header-menu li a {
		border: none;
		padding: 8px 15px;
	}
	.header-menu li.login a {
		border: none;
	}
	article.notification-comment .notification-meta {
		margin-left: 0;
		line-height: 30px;
	}
	article.notification.notification-comment .avatar {
		width: 38px;
		margin-top: 5px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.site-popup-notifications .notification.notification-comment .notification-footer .notification-meta {
		font-size: 18px;
		line-height: 24px;
	}
	article.notification.notification-comment .notification-footer {
		padding-right: 30px;
	}
	article.notification.notification-comment .notification-content {
		margin-left: 0;
	}
	article.notification.notification-comment .notification-close {
		display: block;
	}
	.site-popup-notifications .notification.notification-comment .notification-text:after {
		width: 30px;
		height: 30px;
		bottom: -30px;
	}

	.header-menu .user-submenu {
		position: relative;
		display: block;
	    top: 0;
	    right: 0;
	    left: 0;
	    width: 100%;
    	padding: 0 15px;
	    background-color: transparent;
	}
	.header-menu .user-submenu li a {
		padding: 8px 0;
		color: var( --white);
		text-align: right;
		font-size: 32px;
		line-height: 1.2;
	}
	.fixednav.navbar-default .navbar-nav > li > ul a:hover {
		color: var(--blue );
	}
	.header-menu li.user > a {
		display: none;
	}
	.header-menu .user-submenu li a .glyphicons {
    	margin-top: 6px;
		font-size: 25px;
	}

	.single-video .tooltip.bottom .tooltip-arrow {
		margin-left: -8px;
	}
	#features-section .t-feature a,
	#access-section .t-feature a,
	#features-section .t-feature a img,
	#access-section .t-feature a img {
		width: 367px;
    	max-width: 100%;
	}

	.trial-offer .action .trial-2 {
		margin-top: 10px;
	}

	.grammar-search-form {
		width: 100%;
	}
	.grammar-search-form > form {
		display: block;
	}
	.grammar-search-form .form-group .search-field,
	.grammar-search-form.no-results .form-group .search-field {
	    width: 100% !important;
	}

	.header-menu .user-submenu:before {
		display: none;
	}

	ol.children {
		margin-left: 25px;
	}
	.comment .comment-content {
		padding-left: 0;
	}
	.comment a.comment-reply-link {
		margin-left: 0px;
	}
	#comments #respond {
		margin: 30px 0 0 0;
	}
	.comment-respond h2#reply-title {
		font-size: 30px;
	}
	.comment-respond #reply-title #cancel-comment-reply-link {
		display: block;
    	margin-top: 15px;
		margin-left: 0;
	}
	.search-no-results .no-results input {
		width: 100% !important;
	}
	.search-no-results .search-submit,
	.grammar-search-form .search-submit {
		width: 100%;
	}
	.plans {
		grid-template-columns: 1fr;
		max-width: 420px;
    	row-gap: 30px;
	}
	.page-template-novelas .plans {
		padding: 0;
	}
	.author-description .language-keys {
		font-size: 34px;
		line-height: 42px;
	}
	.video-overlay-container.jump-to-url-overlay .buttons a {
		font-size: 36px;
	}
	.dashed-box {
		font-size: 120%;
	}
	.dashed-box .note {
		font-size: 70%;
	}
	article.notification.site-notification .notification-content p {
		margin: 0;
		font-weight: 400;
		line-height: 17.28px;
		font-size: 17.28px;
	}
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
	#lesson-nav:not(.no-video) {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.home #home-top-bg {
		background-color: var( --yellow );
	}
	.home-pad {
	    padding: 130px 0 10px;
	}
	.nav-front-page .navbar-header {
	    width: auto;
		height: 66px;
		background: var( --green );
	}
	.navbar-default .navbar-nav > .open > a {
		color: var( --blue );
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: var( --white);
	}
	.navbar-nav .open .dropdown-menu {
		width: 210px;
		margin: 0 0px 0 auto;
	}
	#login-popup .modal-dialog {
		margin: 10px auto;
	}
	.clr {
		display: none;
	}
	.copyright {
		margin-top: 0px;
		position: absolute;
		right: 15px;
		bottom: 20px;
	}
	.header-menu {
		float: none;
		margin-top: 0;
	}
	.header-menu li a {
		border: none;
		padding: 8px 15px;
		font-size: 32px;
	}
	.navbar-default {
	  	/*background: var( --yellow );*/
	  	border: none;
	}
	.admin-bar .navbar-fixed-top {
		top: 0;
	}
	#lesson-nav:not(.no-video) .lesson-icons {
		display: none;
	}
	#lesson-nav.icons-overlay {
		background: rgba(0, 0, 0, 0.6);
	}
	.video-format-4096-2160 #lesson-nav:not(.no-video) {
		aspect-ratio: 17/9;
	}
	.video-format-3840-2160 #lesson-nav:not(.no-video) {
		aspect-ratio: 16/9;
	}
	.video-format-1440-960 #lesson-nav:not(.no-video) {
		aspect-ratio: 3/2;
	}
	#lesson-nav:not(.no-video) .lesson-icons {
		position: absolute;
		width: 100%;
		top: 50%;
    	transform: translateY(-50%);
	}
	.single-lesson .sidenav-item {
		width: 81px;
	}
	.single-lesson .sidenav-item {
		width: 60px;
		margin-bottom: 0;
	}
	.single-lesson #lesson-nav.no-video .lesson-icons {
		padding-left: 10px;
	}
	.single-lesson #lesson-nav.no-video .sidenav-item {
		width: 50px;
	}
	.single-lesson .lesson-menu-container.top .submenu-pointer-arrow {
		left: 12px;
		top: -18px;
	}
	.vimeo-video-container {
		background: none;
		border-radius: 0;
	}
	.entry-content .vimeo-video-container .video-player {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding-top: 56.25%;
	}
	.entry-content .vimeo-video-container .video-player.full {
		padding-top: 0;
	}
	.entry-content .grammar-related-video .video-player {
		height: 0;
		padding-top: 0;
		padding-bottom: 56.25%;
	}
	.entry-content .video-player iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.video-player iframe,
	.how-it-works .video-player iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
    	left: 0;
	}
	.how-it-works {
		background-image: none !important;
    	background-color: var( --green ) !important;
	}
	.how-it-works .video-player iframe {
		margin: 0;
	}
	.green-block.how-it-works-title-container {
	    padding: 43px 10px 43px 10px;
	}
	.page-template-novelas .favorite-lessons .favorite-lessons-list {
		clear: both;
	}
	.page-template-novelas .favorite-lessons .favorite-lessons-list .favorite-lesson-items {
		margin: 30px auto;
		text-align: center;
	}
	.page-template-novelas article.cta-section strong.f-five {
		font-size: 30px;
    	line-height: 40px;
	}
	.page-template-novelas .favorite-lessons .cta-text {
		padding-top: 0;
	}
	.page-template-novelas article.cta-section.favorite-lessons strong.f-five {
		display: none;
	}
	.page-template-novelas .favorite-lessons .first-4-favs {
		padding: 0 0 0 30px;
	}
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container {
		margin-left: -25px;
		grid-template-columns: 80px 80px 22px;
	}
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container > span {
		height: max-content;
	}
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container span:nth-child(3),
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container span:nth-child(4) {
		display: none;
	}
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container img {
		width: 100%;
	}
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container .chapter-overlay-title {
		display: none;
	}
	.page-template-novelas .favorite-lessons .first-4-favs .first-4-favs-container .mobile-dots {
		display: block;
		height: 80px;
		margin-left: 10px;
		width: max-content;
		line-height: 80px;
		position: relative;
		top: 29px;
		font-size: 30px;
	}
	.page-template-novelas .favorite-lessons .favorite-selector {
		width: 100%;
    	height: 110px;
	}
	.page-template-novelas .favorite-lessons .favorite-selector .glyphicons-minus-sign {
	    width: 83px;
	    height: 83px;
	    margin: 0 auto;
	}
	.page-template-novelas .favorite-lessons .favorite-selector:after {
		top: 32px;
		right: 0;
		left: 0;
		font-size: 13px;
	}
	.page-template-novelas .last-blog-post {
		width: inherit;
		margin: 0;
	}
	.page-template-novelas .last-blog-post .cta-image {
		text-align: center;
		padding: 0 20px 30px;
	}
	.page-template-novelas .last-blog-post img {
		width: inherit;
		max-width: max-content;
		margin: 0;
	}
	.page-template-novelas .last-blog-post .cta-text {
		padding-left: 20px;
	}

	.page-template-novelas .downloads {
		display: none;
	}

	.trial-offer .green-area-link-container {
		position: relative;
		min-height: auto;
	}
	.trial-offer .green-area-memberships-link {
		position: relative;
    	margin-top: 20px;
    	display: inline-block;
	}

	.carousel-inner .carousel-caption {
		top: 70px;
	    padding-right: 5%;
	    padding-bottom: 0;
		font-size: 25px;
	    line-height: 30px;
	}

	.post-comments,
	.single-video .post-comments {
		padding: 40px 0;
	}
	.post-comments > .container,
	.single-video .post-comments > .container {
		padding: 0;
	}
	h2#reply-title {
		font-size: 3.8rem;
	}

	.novelas-inner {
		min-height: 106px;
		padding: 10px 20px 20px 20px;
	}
	.novelas-inner .f-five {
		font-size: 4em;
	}

	.page-template-your-account .navbar-fixed-top .navbar-brand .glyphicons-basic,
	.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-basic,
	.single-video .navbar-fixed-top .navbar-brand .glyphicons-basic {
		width: 40px;
	}
	.single-video .navbar-fixed-top.single-video-fixed-top .header-nav-arrows .glyphicons-basic {
		margin-top: -6px;
    	margin-left: 3px;
	}
	.single-video .navbar-fixed-top.single-video-fixed-top .glyphicons-basic.glyphicons-remove {
		width: 10px;
		margin-top: auto;
		margin-left: auto;
	}

	.video-gallery {
		display: block;
    	width: 100%;
	}
	.video-gallery iframe {
		height: 211px;
	}
	.footer-head {
		font-size: 4rem;
	    margin-bottom: 0;
	}

	.page-template-novelas .row-fluid.favorite-lessons .favorite-lessons-list {
		margin-top: 25px;
	}
	.page-template-novelas .row-fluid.favorite-lessons {
		padding: 25px 0 0 0;
	}

	.landing-page-green-block {
		align-items: center;
 		column-gap: 20px;
		padding: 43px 0;
	}

	.single-lesson a.sidenav-item .glyphicons-basic.glyphicons-heart {
		fill: var( --light-grey );
	}
}
@media only screen and (max-width: 736px) {
	.home .nav-front-page .header-menu {
		margin-top: 9px;
	}
	.home .nav-front-page .navbar-brand {
		padding: 17px 15px 0 15px;
		transition: padding .3s;
	}
	.home .nav-front-page.fixednav .navbar-brand {
		padding: 5px 15px 0;
	}
	.navbar-brand > svg.logo {
		width: 129px;
	}
	.fp-cf-grid {
		grid-column-gap: 30px;
	}
	.single-post .related-posts,
	.single-post .related-posts a,
	.single-post .related-posts a img {
		display: block;
	}
	.single-post .related-posts a {
		margin-bottom: 15px;
	}
	.blue-bar .col-md-11 {
		width: 100%;
	}
	.blue-bar .col-md-1 {
		display: none;
	}
	.blog .posts p .hide-on-mobile,
	#latest-post-section .latest-post-box .hide-on-mobile {
		display: none;
	}
	.blog .posts p .hide-on-desktop,
	#latest-post-section .latest-post-box .hide-on-desktop {
		display: inline;
	}
	.mailchimp-signup-form-container .form-fields {
		grid-template-columns: 1fr;
    	row-gap: 10px;
	}
	.mailchimp-signup-form-container .form-fields .field.buttons {
		display: grid;
    	row-gap: 10px;
	}
	.mailchimp-signup-form-container.special-interests .title {
		margin-bottom: 10px;
		font-size: 130%;
	}
	.mailchimp-signup-form-container.special-interests .footer.mobile-only {
		display: block;
	}
	.mailchimp-signup-form-container.special-interests .body,
	.mailchimp-signup-form-container.special-interests .footer.desktop-only {
		display: none;
	}
	.plans .plan {
		box-shadow: 0px 6px 10px 0px rgb(102 102 102 / 50%);
	}
	.plans .plan.blue.active:after {
		box-shadow: 0px -8px 30px 10px var( --dark-blue ) inset;
	}
	.plans .plan.yellow.active:after {
		box-shadow: 0px -8px 30px 10px var( --dark-yellow ) inset;
	}
	.plans .plan.green.active:after {
		box-shadow: 0px -8px 30px 10px var( --dark-green ) inset;
	}
	.plans .plan {
		float: none;
    	width: auto;
	}
	.plans .plan:hover::before, .plans .plan.active::before {
		display: none;
	}
	.landing-page-green-block .text-grid .trial-3.white-text,
	.landing-page-green-block .btn-landing-page-vamos {
		font-size: 30px;
	}
	#trial {
		margin-bottom: 30px;
	}
	.grammar-examples p, .grammar-related-posts p {
		margin-bottom: 20px;
	}
	.inline-flashcards {
		grid-template-columns: 1fr;
		justify-items: center;
	}
	.inline-flashcards .flashcard {
		width: 100%;
		max-width: 246px;
	}
}
@media only screen and (max-width: 678px) and (orientation: portrait) {
	.home #welcome-content > .container {
		padding: 0 30px;
	}
	.fp-main-content .about-content {
		line-height: 28.6px;
	}
	.fp-main-content .blue-bar {
		padding-left: 25px;
	}
	.fp-main-content .trial-offer > .container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.fp-main-content #trial>div.col-sm-6:last-child {
		padding-left: 30px;
	}
}
@media only screen and (max-width: 667px) {
	p.form-submit input#submit {
		width: 100%;
		padding: 6px 0;
	}
	.single-post .type-post h1 {
		font-size: 30px;
	}
	.verb-conjugation-sc-layout {
		max-width: 100%;
		grid-template-columns: 1fr;
	}
	.verb-conjugation-sc-layout .vc-image,
	.verb-conjugation-sc-layout .hide-on-mobile {
		display: none;
	}
	.verb-conjugation-sc-layout .vc-content {
		grid-template-columns: 1fr;
		padding: 10px;
	}
	.verb-conjugation-sc-layout .vc-verb svg {
		width: 24px;
	}
	.entry-content .verb-conjugation-sc-layout .vc-tag,
	.lesson-content-entry .verb-conjugation-sc-layout .vc-tag {
		margin-left: 10px;
		grid-row: 2;
	}
	.entry-content .verb-conjugation-sc-layout .vc-tag a,
	.lesson-content-entry .verb-conjugation-sc-layout .vc-tag a {
		display: inline-grid;
		padding-right: 30px;
		font-size: 14px;
	}
	.entry-content .verb-conjugation-sc-layout .vc-tag a:hover,
	.lesson-content-entry .verb-conjugation-sc-layout .vc-tag a:hover {
		padding-right: 30px;
	}
	.entry-content .verb-conjugation-sc-layout .vc-verb-content,
	.lesson-content-entry .verb-conjugation-sc-layout .vc-verb-content {
		grid-row: 1;
	}
	.verb-conjugation-sc-layout .vc-verb-container {
		margin-left: 10px;
	}
	.verb-conjugation-sc-layout .vc-verb-conjugations .vc-list-pronouns-conjug {
		font-size: 20px;
	}
	.entry-content .verb-conjugation-sc-layout .vc-verb,
	.lesson-content-entry .verb-conjugation-sc-layout .vc-verb {
		grid-template-columns: 1fr 24px;
		font-size: 28px;
	}
	.entry-content .verb-conjugation-sc-layout .vc-verb-content .vc-verb-conjugations,
	.lesson-content-entry .verb-conjugation-sc-layout .vc-verb-content .vc-verb-conjugations {
		margin-left: 10px;
	}
}
@media only screen and (max-width: 650px) {
	.home .facebook {
		bottom: -129px;
	}
	.home #promo-video-section {
		padding: 0;
	}
}
@media only screen and (max-width: 600px) {
	.home .navbar-brand > svg.logo {
		width: 109px;
	}
	.home .nav-front-page .header-menu li a {
		font-size: 26px;
		padding: 2px 10px;
	}
	#lesson-nav:not(.no-video) {
		display: none;
	}
	#lesson-nav .lesson-icons {
		width: max-content;
		transform: translateY(0%);
		top: auto;
		right: auto;
		bottom: 70%;
		left: 0;
	}
	.video-format-4096-2160 #lesson-nav .lesson-icons {
		bottom: 50%;
	}
	.single-group #top-section {
		padding-top: 86px;
	}
	.page-template-your-account #top-section {
		padding-top: 50px;
	}
	.page-template-your-account .navbar-brand {
		width: auto;
		padding-top: 4px;
	}
	.single-group .type-group > .section {
		width: 100vw;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.single-group .type-group > .section:before,
	.single-group .type-group > .section:after {
		display: none;
	}
	.single-group .type-group > div .lesson {
		float: none;
		margin: 0 !important;
	}
	.single-group .type-group > div .lesson,
	.single-group .type-group .lesson a img,
	.single-group .type-group .lesson a {
		width: 100%;
		height: auto;
	}
	.single-group .type-group .lesson a img {
		display: inline;
	}
	.carousel-inner .carousel-caption {
		top: 40px;
	}

	.page-template-novelas .favorite-lessons .favorite-lessons-list .favorite-lesson-items {
		width: auto;
		grid-template-columns: 1fr 1fr;
	}
	.page-template-novelas .favorite-lessons .lesson {
		width: auto;
    	height: auto;
	}
	.page-template-novelas .favorite-lessons .favorite-selector .glyphicons-minus-sign {
		width: 100%;
		height: 100%;
		padding: 20px;
	}

	.single-group .chapters-back-arrow {
		width: 53px;
		height: auto;
	    min-height: 86px;
		margin-left: 0;
	}
	.single-group .chapters-back-arrow svg {
		width: 95%;
		margin-top: 18px;
	}
	.novelas-chapters-title {
		font-size: 22px;
	}
	.novelas-chapters-title > span {
		display: block;
		font-size: 22px;
	}
	.novelas-chapters-icon span {
		font-size: 18px;
	}
	.novelas-chapters-icon.syllabus-pdf-icon,
	.novelas-chapters-icon.chapters-without-syllabus {
		margin-left: 0;
	}

	.video-gallery {
		display: block;
	}
	.landing-page-green-block .text-grid {
		grid-template-columns: 200px 1fr;
	}
	.testimonial-head br {
		display: block;
	}
	.video-overlay-container.jump-to-url-overlay .buttons {
		padding: 10px 20px;
	}
	.video-overlay-container.jump-to-url-overlay .buttons a {
		font-size: 32px;
	}
	.comment-form textarea {
		height: 100%;
		max-height: 140px;
	}
}
@media only screen and (max-width: 550px) {
	.home .header-menu li a {
		margin-right: 0;
	}
	.home .header-menu li:last-child a {
		margin-right: 10px;
	}
}
@media only screen and (max-width: 512px) {
	.single .post-thumbnail img {
		aspect-ratio: 115 / 39;
	}
	#semantica-intro .inner {
		padding-top: 87px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.page-template-novelas .navbar-brand strong {
		margin-left: 11px;
	}
	.home-pad.has-spso #semantica-intro .inner {
		padding-top: 37px;
	}
	.fp-dso-action-text, .nro p, .fp-dso-coupon-code-text, .fp-dso-coupon-code {
		font-size: 26px;
	}
	.fp-dso-coupon-code-text, .fp-dso-coupon-code {
		font-size: 20px;
	}
	.home #welcome-content > .container {
		padding: 0 20px;
	}
	.nav-front-page.navbar-default, .nav-front-page .navbar-header {
		height: 117px;
		transition: height .3s;
	}
	.nav-front-page.navbar-default.fixednav, .nav-front-page.fixednav .navbar-header {
		height: 66px;
	}
	.nav-front-page .is-mobile-header-menu {
		display: block;
		position: absolute;
		right: 0;
		opacity: 0;
		transition: opacity .3s;
	}
	.nav-front-page .is-mobile-header-menu.is-visible {
		opacity: 1;
	}
	.home .navbar-brand > svg.logo {
		/*width: 70px;*/
		width: 159px;
		transition: width .3s;
	}
	.fixednav.nav-front-page .navbar-brand > svg.logo {
		width: 83px;
	}
	.navbar > .container .navbar-brand.no-left-margin {
		padding: 5px 0 5px 4px;
	}
	.single-video .navbar .hide-on-mobile {
		display: none;
	}
	.single-video .single-video-header-bar {
		display: grid;
		grid-template-columns: 26px 1fr max-content;
		margin: 0 15px;
		column-gap: 20px;
		align-items: center;
	}
	.single-video .single-video-header-bar.hide-on-desktop {
		display: grid;
		height: 44px;
	}
	.single-video .mobile-user-menu .navbar-toggle {
		margin: 0;
        padding: 0;
		background-color: transparent;
		border: none;
	}
	.single-video .mobile-user-menu {
		margin-left: 15px;
	}
	.single-video .mobile-user-menu svg {
        display: block;
		width: 26px;
        height: auto;
		fill: var( --white );
	}
	.single-video .mobile-lesson-title {
		display: grid;
        grid-template-columns: 1fr 30px;
        align-items: center;
		column-gap: 6px;
		font-size: 29px;
        font-weight: 500;
		color: var( --white );
	}
	.single-video .mobile-lesson-title > span {
		font-size: 20px;
	}
	.single-video .mobile-lesson-title .mlt-suffix {
		font-size: 14px;
	}
	.single-video .mobile-lesson-title .mobile-lesson-favorite {
		height: 30px;
		justify-self: end;
	}
	.single-video .mobile-lesson-arrows {
		display: flex;
    	justify-content: flex-end;
		flex-direction: row-reverse;
		column-gap: 15px;
		align-items: center;
	}
	.single-video .mobile-lesson-arrows .previous, 
	.single-video .mobile-lesson-arrows .next {
		float: none !important;
		width: 12px;
		height: auto;
		padding: 0;
	}
	.single-video .navbar-fixed-top.single-video-fixed-top .mobile-lesson-arrows .glyphicons-basic {
		display: block;
		width: 12px;
		height: auto;
	}
	.single-video .navbar-fixed-top.single-video-fixed-top .mobile-lesson-arrows .next .glyphicons-basic {
		width: 18px;
	}
	.single-video .navbar-fixed-top {
		background: var( --green );
	}
	.single-video .navbar-fixed-top.single-video-fixed-top .mobile-menu-lesson-nav a {
		color: var( --white );
	}
	.single-video .navbar-fixed-top.single-video-fixed-top .mobile-menu-lesson-nav .glyphicons-basic {
		display: block;
		width: 30px;
        height: auto;
		fill: var( --white );
	}
	.single-video .mobile-menu-lesson-nav {
		display: grid;
    	margin-top: 20px;
		padding: 0 15px 0 60px;
		column-gap: 10px;
        grid-template-columns: max-content max-content max-content;
		color: var( --white );
		font-size: 18px;
	}
	.single-video .mobile-menu-lesson-nav .separator {
		justify-self: center;
	}
	.single-video .mobile-menu-lesson-nav .separator svg {
		width: 8px;
		height: auto;
	}
	.single-group .type-group .lesson a .chapter-overlay-title {
		height: 46px;
		font-size: 18px;
		padding: 10px 9px;
	}
	.single-group .type-group .lesson .last-visited-lesson-overlay {
		height: 46px;
		padding: 5px 0;
	}
	#semantica-intro .headline p.tagline {
		font-size: 20px;
		line-height: 22px;
	}
	#semantica-intro .headline p.course-description {
		font-size: 20px;
		line-height: 28px;
	}
	#semantica-intro .headline h1,
	#welcome-content h2.title {
		font-size: 28px;
		line-height: 40px;
	}
	#semantica-intro .headline h1 {
		margin-bottom: 12px;
	}
	#welcome-content h2.title {
		margin: 0;
	}
	#welcome-content h3.subtitle {
		font-size: 22px;
		line-height: 26px;
	}
	#welcome-content .container .row {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.james-pitch {
		padding: 30px 0 0;
	}
	.about-content .fp-course-features p.prefix {
		margin-bottom: 5px;
		font-size: 20px;
	}
	.about-content .fp-course-features h2.title {
		margin-bottom: 30px;
		color: var( --yellow );
		font-size: 28px;
	}
	.fp-main-content .about-content .fp-course-features p.prefix,
	.fp-main-content .about-content .fp-course-features h2.title,
	.fp-cf-grid .feature-box:not(.fp-cf-images) {
		padding-right: 25px;
		padding-left: 25px;
	}
	.fp-cf-grid {
		margin-bottom: 50px;
		grid-template-columns: 1fr;
	}
	.fp-cf-grid .fp-cf-images .fp-cf-images-wrapper.swiper-wrapper {
		display: flex;
	}
	.fp-cf-grid .feature-box {
		padding-bottom: 0;
		grid-column-start: 1;
		border: none;
	}
	.fp-cf-grid .feature-box.fp-cf-images {
		margin-bottom: 30px;
		grid-column-start: 1;
		grid-row: auto;
	}
	.fp-cf-grid .fp-cf-images-slide {
		width: 85vw;
	}
	/*.fp-cf-grid .feature-box {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}*/
	.author-description .language-keys {
		text-align: center;
		font-size: 26px;
		line-height: 32px;
	}
	.fp-main-content .trial-offer > .container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.fp-main-content #trial>div.col-sm-6:last-child {
		padding-left: 30px;
	}
	.fp-main-content .blue-bar {
		padding-left: 25px;
	}
	.blue-bar h2 {
		font-size: 28px;
	}
	.fp-main-content #trial {
		margin-bottom: 20px;
	}
	.fp-main-content .trial-offer {
		padding-top: 20px;
		padding-bottom: 0;
		background: var( --blue );
	}
	.fp-main-content .trial-3 {
		font-size: 34px;
		line-height: 42px;
	}
	.fp-main-content #features-section,
	.fp-main-content #features-section.features-section-5 {
		grid-template-columns: 1fr;
	}
	.fp-main-content #features-section.features-section-5 .feature-item:nth-child(2),
	.fp-main-content #features-section.features-section-5 .feature-item:nth-child(3),
	.fp-main-content #features-section.features-section-5 .feature-item:nth-child(4),
	.fp-main-content #features-section.features-section-5 .feature-item:nth-child(5),
	.fp-main-content #features-section.features-section-5 .feature-item:nth-child(6) {
		grid-column: 1/13;
	}
	.fp-main-content #features-section.features-section-5 .feature-item:nth-child(4), 
	.fp-main-content #features-section.features-section-5 .feature-item:nth-child(5) {
		grid-row-start: auto;
	}
	.fp-main-content .feature-item a {
		display: grid;
		grid-template-columns: 1fr;
	}
	.fp-main-content .feature-item a > span {
		grid-column-start: 1;
		grid-row-start: 1;
	}
	.fp-main-content .feature-item a > span.feature-title {
		padding: 10px 15px;
		text-align: left;
	}
	.fp-main-content #testimonials {
		padding: 20px 0;
	}
	.flag-brazil {
		top: 93px;
		width: 46%;
	}
	.video-format-4096-2160 #lesson-nav .lesson-icons,
	#lesson-nav .lesson-icons {
		bottom: 110px;
	}
	.single-lesson.is-vocab-mode #lesson-nav.no-video {
		display: none;
	}
	.single-lesson.is-vocab-mode #lesson-content .lesson-content-entry.no-video {
		padding-top: 15px;
	}
	.cta-div {
		padding: 25px 20px;
	}
	.cta-div .title {
		font-size: 140%;
	}
	.cta-div.cta-gradient, .cta-div.cta-gradientflag {
		padding: 30px 20px;
	}
	.cta-div.cta-gradientflag img {
		width: auto;
		top: auto;
		bottom: 0;
	}
	.fp-main-content #testimonials,
	#latest-post-section,
	#footer-top {
		padding: 30px 0;
	}
	.fp-blog-post {
		background: linear-gradient(180deg,var( --green ) 30%,var( --yellow ) 100%);
	}
	#latest-post-section {
		background: transparent;
		color: var( --white);
	}
	#latest-post-section .latest-post-tagline a,
	#latest-post-section .latest-post a {
		color: var( --white);
	}
	#latest-post-section .excerpt p:last-child {
		margin-bottom: 0;
	}
	.fp-main-content .testimonial-head {
		margin-bottom: 20px;
		font-size: 42px;
    	line-height: 50px;
	}
	#footer-nav .col-sm-6:last-child .footer-links {
		margin-bottom: 0;
	}
	#footer-bottom .mc-newsletter-form .title {
		font-size: 18px;
	}
	.landing-page-green-block .text-grid {
		grid-template-columns: 166px 1fr;
		align-items: end;
		column-gap: 0;
	}
	.landing-page-green-block .text-grid .trial-3.white-text {
		font-size: 26px;
    	margin-bottom: 0;
	}
	.how-it-works-title {
		font-size: 46px;
		margin-bottom: 0;
	}
	.fp-main-content #testimonials .col-md-12 {
		padding-right: 30px;
		padding-left: 30px;
	}
	#testimonial-slider p {
		line-height: 28px;
	}
	.fp-main-content .about-content {
		line-height: 30.8px;
	}
	.video-overlay-container.jump-to-url-overlay .buttons a {
		font-size: 24px;
		color: var( --white );
	}
	.single-grammar .section.has-search-form {
		padding-top: 10px;
		padding-bottom: 0px;
	}
	h1.grammar-summary-title {
		font-size: 24px;
		margin-top: 20px;
	}
	.grammar-summary-title svg {
		width: 30px;
		height: 30px;
		vertical-align: middle;
	}
	.grammar-parent-title {
		display: none;
	}
	.verb-conjugation-sc-layout .vc-rows .vc-row {
		grid-template-columns: 1fr 1fr;
	}
	.page-template-novelas .last-blog-post img {
		max-width: none;
	}
	.inline-flashcards {
		grid-auto-rows: 153px;
	}
	.inline-flashcards .flashcard .fc-top {
		display: none;
	}
	#lesson-content .lesson-content-entry .inline-flashcards > button.btn-submit {
		height: 100%;
	}
	.page-template-series .feature-page .section,
	.page-template-intensivo .feature-page .section,
	.page-template-feature .feature-page .section,
	.page-template-landing-page .feature-page .section,
	.page-template-about .section {
		padding-top: 20px;
	}
	.plans {
		padding: 0;
        max-width: max-content;
	}
}
@media only screen and (max-width: 479px) {
	#welcome-content p.title {
		font-size: 40px;
	}
	#welcome-content p.title img {
		margin-top: 10px;
	}
	#welcome-content p.subtitle {
		font-size: 24px;
	}
	.header-menu {
	  	margin: 10px 0 0 0;
	}
	.visitor .header-menu {
		margin: 0;
	}
	.post-categories .category-list {
		right: 10px;
	}
    .author-img {
	  	float: none;
	  	width: 100%;
	  	height: auto !important;
	  	margin-bottom: 20px;
	}
    .author-description {
        margin-left: 0;
    }
    .home .facebook {
        right: 20px;
        bottom: -130px;
    }
    #lesson-video {
        margin: 0 auto;
        width: 100%;
    }
    .header-menu {
	  	margin: 10px 0 0 0;
	}
	.feature-item,
	.access-item {
		width: 100%;
		float: none;
    	height: auto;
	}
	.access-item {
		margin-bottom: 30px;
	}
	#footer-bottom {
		min-height: 150px;
	}
	.copyright {
		bottom: 0;
	}
	.btn-submit {
	  	font-size: 2rem;
	  	padding-left: 15px;
	  	padding-right: 15px;
	}

	.carousel-inner .carousel-caption {
		top: 30px;
	}

	.entry-content table {
	    display: flex;
	    width: 100% !important;
	}
	.entry-content table tbody,
	.entry-content table tr,
	.entry-content table tr td {
		display: block;
    	width: 100% !important;
	}
	.entry-content table tbody {
		display: grid;
	}
	.entry-content table tbody tr {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.entry-content table tr td:nth-child(1),
	.entry-content table tr td:nth-child(4) {
		text-align: center;
		grid-column: 1/3;
	}
	.entry-content table tr:first-child td:nth-child(4) {
		border-bottom: 10px solid var(--white );
	}
	.entry-content table tr td:nth-child(2),
	.entry-content table tr td:nth-child(3) {
		min-height: 43px;
    	border-bottom: 10px solid var( --white);
	}
	.entry-content table tr td:nth-child(3) {
		display: grid;
    	align-items: end;
		background: var( --light-grey );
	}
	table tr .shortcode-audio-btn.shortcode-audio-btn-centered {
		clear: both;
		padding-top: 10px;
	}
	a.cta-btn, article.hentry .entry-content a.cta-btn, article.hentry .entry-content a.cta-btn-custom, a.cta-btn-custom {
		font-size: 22px;
	}
}
@media only screen and (max-width: 445px) {
	#semantica-intro .inner {
		padding-top: 87px;
	}
	.home-pad.has-spso #semantica-intro .inner {
		padding-top: 27px;
	}

	.trial-offer .action .col-xs-7 {
		clear: both;
    	width: 100%;
	}

	.page-template-novelas .row-fluid .chapters-link {
		bottom: 10px;
	}
	.page-template-novelas .tooltip .tooltip-inner {
		font-size: 16px;
	}
	.page-template-novelas .tooltip.top .glyphicons-remove {
	    top: 10px;
	}
	.post-comments,
	.single-video .post-comments {
		padding: 40px;
	}
}
@media only screen and ( max-width: 420px ) {
	.translation-box.bg-green,
	.translation-box.bg-yellow,
	.translation-box.bg-blue,
	.block-post {
		padding: 10px 15px;
		border-left: none;
		font-size: 18px;
		border-radius: 5px;
	}
	.dashed-box {
		padding: 10px 15px;
		font-size: 18px;
		border-radius: 5px;
	}
	.music-box {
		overflow: hidden;
		border-radius: 5px;
	}
	.music-box .info {
		margin-left: 15px;
		font-size: 18px;
	}
	.music-box .info svg {
		margin-right: 5px;
	}
	.single-video .tooltip-inner {
		white-space: normal;
	}
}
@media only screen and (max-width: 414px) {
	.home-pad.has-spso #semantica-intro .inner {
		padding-top: 37px;
	}
	.home .nav-front-page .header-menu {
		margin-top: 12px;
	}
	.how-it-works > .container {
		padding: 0;
	}
	.how-it-works {
		height: auto !important;
	}
	.video-player {
		height: 233px;
	}
	.how-it-works .video-player {
		height: 228px;
	}
	.video-player .play.rounded-box.state-paused {
		display: none;
	}

	.fp-main-content .cta-btn-custom.cta-btn-focus-text-color-blue {
		margin-bottom: 30px !important;
	}

	.video-overlay-container .content {
		height: 70%;
	}
	.video-overlay-container .buttons {
		height: 30%;
	}
	.video-overlay-container .buttons a {
		line-height: 80px;
    	font-size: 40px;
	}

	.top#template-show-lesson-downloads .submenu-pointer-arrow {
    	top: -20px;
	}

	.entry-content .grammar-description-one table,
	.lesson-content-entry .grammar-description-one table {
		width: 100% !important;
	}
	.entry-content .grammar-description-one table tr:first-child td:last-child,
	.entry-content .grammar-description-two table tr:first-child td:last-child,
	.lesson-content-entry .grammar-description-one table tr:first-child td:last-child,
	.lesson-content-entry .grammar-description-two table tr:first-child td:last-child {
		display: block;
		margin: 0 auto;
	}
	article.hentry .single-post-meta {
		margin: 0 auto 4px;
	}
	article.hentry .single-post-meta a {
		padding: 0 8px;
		line-height: 24px;
		height: 24px;
		font-size: 12px;
		margin-right: 6px;
		margin-left: 6px;
	}
	article.hentry .single-post-meta a svg {
		top: 4px;
		left: 4px;
		width: 16px;
	}
	.single-post-header .post-thumbnail {
		margin-bottom: 10px;
	}
	.video-format-3840-2160 #lesson-content .content-lesson-videos,
	#lesson-content .content-lesson-videos {
		margin: 0 -15px 10px;
	}
	.single-post-header .single-post-cat-separator,
	.single-post-header .single-post-categories {
		display: none;
	}
	div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div label {
		display: block;
	}
	.page-template-checkout div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-coupon-div input[type=text] {
		width: 100%;
		margin-bottom: 5px;
	}
	.page-template-checkout div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-coupon-div input[type=button] {
		width: 100%;
		float: none;
	}
	.page-template-checkout div.s2member-pro-paypal-form-description-div {
		font-size: 80%;
	}
	.single .post-comments .comment-form-container {
		padding: 0;
	}
	.single .post-comments .comment-form-container .comment-respond,
	#lstc-comment-subscription input#lstc_subscribe {
		margin: 0;
	}
	.comment-form p.comment-form-author,
	.comment-form p.comment-form-email {
		float: none;
		width: 100%;
	}
	.comment-form p.comment-form-cookies-consent,
	.comment-form p.comment-form-comment,
	#lstc-comment-subscription {
		margin-top: 0;
		margin-bottom: 15px;
	}
	#lstc-comment-subscription label.lstc-label,
	.comment-form p.comment-form-cookies-consent label {
		margin-bottom: 0;
		font-size: 16px;
	}
}
@media only screen and (max-width: 390px) {
	.home .nav-front-page .header-menu {
		margin-top: 16px;
	}
	.home .nav-front-page .header-menu li a {
		font-size: 24px;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 375px) {
	.fp-cf-grid {
		grid-template-columns: 100%;
	}
	.video-player,
	.how-it-works .video-player {
		height: 211px;
	}
	.page-template-novelas .favorite-lessons .favorite-lessons-list .favorite-lesson-items {
		margin: 0 auto 30px;
	}
	.page-template-your-account .col-sm-7.col-md-7 {
		padding: 0;
	}
	.profile .change-avatar-btn {
	    width: 262px;
	    font-size: 20px;
	}
	#footer-bottom {
    	padding: 10px 0;
		background: url(/wp-content/themes/sp/assets/img/blank.svg) no-repeat center top;
	}
	#footer-bottom .btn {
		font-size: 2rem;
	}

	.carousel-inner .carousel-caption {
		top: 20px;
	}

	#testimonial-slider p {
		line-height: 22px;
		font-size: 20px;
	}
	.fp-main-content .testimonial-head {
		font-size: 36px;
		line-height: 36px;
	}
	.fp-main-content .trial-1 {
		line-height: 32px;
	}
	.fp-main-content .trial-2 {
		line-height: 26px;
	}

	.video-overlay-container .buttons a {
	    line-height: 65px;
	}
	.flag-brazil {
		top: 83px;
		width: 47%;
	}
	.footer-head {
		font-size: 3rem;
	}
}
@media only screen and (max-width: 360px) {
	.home .nav-front-page .header-menu {
		margin-top: 18px;
	}
	.home .nav-front-page .header-menu li a {
		font-size: 20px;
		padding: 0 8px;
	}
	#semantica-intro .headline p.tagline {
		font-size: 26px;
    	line-height: 32px;
	}
	#semantica-intro .headline h1 {
		font-size: 30px;
    	line-height: 36px;
	}
	.header-menu {
	  	margin: 5px 0 0 0;
	}
	#login-popup .modal-dialog {
		width: auto;
		margin: 10px;
	}
	#login-popup p.login-remember,
	#login-popup p.login-submit {
		float: none;
		width: 100%;
	}
	#login-popup p.login-submit input {
		padding: 3px 18px;
	}

	.single-group .type-group .lesson a img,
	.single-group .type-group .lesson a {
		width: 100%;
		height: auto;
	}
	#footer-bottom {
		min-height: 150px;
	}
	.copyright {
		bottom: 0;
	}
	.how-it-works .video-player {
		height: 189px;
	}
	article.notification .notification-preliminary-btn > a.btn-preliminary-mobile {
		font-size: 32px;
	}
}
@media only screen and (max-width: 320px) {
	.home .nav-front-page .header-menu li a {
		font-size: 18px;
    	padding: 0px 8px;
	}
	#semantica-intro .inner {
		padding-top: 87px;
	}
	.home-pad.has-spso #semantica-intro .inner {
		padding-top: 37px;
	}
	#semantica-intro .intro-cta-btn .cta-btn-custom {
		margin: 0;
	}
	#semantica-intro .headline p.tagline {
		font-size: 22px;
		line-height: 28px;
	}
	#semantica-intro .headline h1 {
		font-size: 29px;
	}
    .author-description {
        margin-left: 0px;
    }
    .header-menu {
	  	margin: 5px 0 0 0;
	}
	#footer-bottom {
		min-height: 150px;
	}
	.copyright {
		bottom: 0;
	}
	.video-player {
		height: 179px;
	}
	.profile .change-avatar-btn {
	    width: 235px;
	    font-size: 14px;
	}
	.profile .change-avatar-btn .social-icon-background {
		top: 0;
	}
	.home #welcome-content>.container {
		padding: 0 20px;
	}
	#welcome-content h2.title {
		font-size: 26px;
		font-weight: 500;
	}
	#welcome-content h3.subtitle {
		font-size: 20px;
		font-weight: 300;
	}
	.flag-brazil {
		top: 92px;
		width: 47%;
	}
	.fp-main-content .trial-3 {
		font-size: 32px;
		line-height: 40px;
	}
	.verb-conjugation-sc-layout .vc-verb-conjugations .vc-list-pronouns-conjug {
		font-size: 17px;
	}
	.inline-flashcards > button.btn-submit .title-en {
		margin-right: 40px;
	}
	.landing-page-green-block .text-grid {
		grid-template-columns: 1fr;
        row-gap: 20px;
	}
	.landing-page-green-block .text-grid.no-text {
		row-gap: 0;
	}
}

@media not all, (-webkit-transform-3d) {
	.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
		left: 0;
		bottom: -10.7%; /* <= Exchange bottom value for this <= */
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	[data-slide-to] {
		cursor: pointer;
	}
}

@media screen and (min-width: 1025px) {
	#footer-bottom.lazy-loaded:not(.no-image) {
		background: url(/footer-images/footer-desktop.jpg) no-repeat center top;
		background-size: cover;
	}
}
@media screen and (max-width: 1024px) {
	#footer-bottom.lazy-loaded:not(.no-image) {
		background: url(/footer-images/footer-tablet.jpg) no-repeat center top;
		background-size: cover !important;
	}
}
@media screen and (max-width: 420px) {
	#footer-bottom.lazy-loaded:not(.no-image) {
		background: url(/footer-images/footer-mobile.jpg) no-repeat center top;
		background-size: cover;
	}
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and ( min-width: 1025px),
only screen and ( min--moz-device-pixel-ratio: 2) and ( min-width: 1025px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and ( min-width: 1025px),
only screen and ( min-device-pixel-ratio: 2) and ( min-width: 1025px),
only screen and ( min-resolution: 192dpi) and ( min-width: 1025px),
only screen and ( min-resolution: 2dppx) and ( min-width: 1025px) {
    #footer-bottom:not(.no-image) {
		background: url(/wp-content/themes/sp/assets/img/blank.svg) no-repeat center top;
	    background-size: 100%;
	}
	#footer-bottom.lazy-loaded:not(.no-image) {
	    background: url(/footer-images/footer-desktop@2x.jpg) no-repeat center top;
		background-size: cover;
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and ( max-width: 1024px),
only screen and ( min--moz-device-pixel-ratio: 2) and ( max-width: 1024px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and ( max-width: 1024px),
only screen and ( min-device-pixel-ratio: 2) and ( max-width: 1024px),
only screen and ( min-resolution: 192dpi) and ( max-width: 1024px),
only screen and ( min-resolution: 2dppx) and ( max-width: 1024px) {
    #footer-bottom:not(.no-image) {
	    background: url(/wp-content/themes/sp/assets/img/blank.svg) no-repeat center top;
	    background-size: 100%;
	}
	#footer-bottom.lazy-loaded:not(.no-image) {
	    background: url(/footer-images/footer-tablet@2x.jpg) no-repeat center top;
		background-size: cover;
	}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and ( max-width: 420px),
only screen and ( min--moz-device-pixel-ratio: 2) and ( max-width: 420px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and ( max-width: 420px),
only screen and ( min-device-pixel-ratio: 2) and ( max-width: 420px),
only screen and ( min-resolution: 192dpi) and ( max-width: 420px),
only screen and ( min-resolution: 2dppx) and ( max-width: 420px) {
    #footer-bottom:not(.no-image) {
	    background: url(/wp-content/themes/sp/assets/img/blank.svg) no-repeat center top;
	    background-size: 100%;
	}
	#footer-bottom.lazy-loaded:not(.no-image) {
	    background: url(/footer-images/footer-mobile@2x.jpg) no-repeat center top;
		background-size: cover;
	}
}
