/*

Theme Name: Sanarte
Theme URI: http://saramejias.com
Author: Sara Mejías
Author URI: http://saramejias.com
Description: Plantilla para Sanarte - Vida & Balance
Version: 1.0.0
Template: x

*/
.sm-page-heading {
    letter-spacing: 0em; 
    text-align: center; 
    text-transform: uppercase; 
    color: hsl(0,0%,100%); 
    font-size: 6em !important; 
    line-height: 1.4em;
}

.sm-quote {
    position:relative;
}
.sm-quote:before {
    content: '';
    position: absolute;
    left: -45px;
    top: -45px;
    z-index: 0;
    width: calc(100% + 90px);
    height: calc(100% + 90px);
    border: 2px solid #fff;

    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
}
.sm-quote:after {
    content: '';
    position: absolute;
    left: -55px;
    top: -55px;
    z-index: 0;
    width: calc(100% + 110px);
    height: calc(100% + 110px);
    border: 2px solid #fff;

    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
}
.sm-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.sm-header .sm-top-header-navbar {
    background: #fff;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    z-index: 9999;

    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);

    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.sm-header.sm-scrolling .sm-top-header-navbar {
    opacity: 1;
    pointer-events: all;

    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
.sm-header .sm-top-header-navbar .x-brand {
    margin: 5px 0;
    margin-left: 5%;
}
.sm-header .sm-top-header-navbar .x-brand img {
    width: 100px;
}
.sm-header .cz-menu-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.sm-header .sm-top-header-navbar .sm-menu-button,
.sm-header .cz-menu-buttons .sm-menu-button-standalone {
    display: block;
    width: auto;
    background: #43cae880;
    height: 100%;
    color: #fff;
    font-family: 'Pompiere', sans-serif;
    font-size: 2.2em;
    text-transform: uppercase;
    line-height: 2.2em;
    padding: 0px 30px;
    border: 8px solid #fff;
    cursor: pointer;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.sm-header .sm-top-header-navbar .sm-menu-button {
    display: inline-block;
    position: absolute;
    right: 0;
}
.sm-header .cz-menu-buttons {
    position: fixed;
    top: 10%;
    height: auto;
    z-index: 9999;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
.sm-header .cz-menu-buttons .sm-menu-button-standalone {
    border: none;
}
.sm-header.sm-scrolling .cz-menu-buttons {
    opacity: 0;
    pointer-events: none;

    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
}
.sm-header .cz-menu-buttons .sm-menu-button-standalone:hover {
    background: #43cae8;
    padding-right: 60px;
}
.sm-header .sm-top-header-navbar .sm-menu-button:hover {
    border: 4px solid #fff;
    background: #43cae8;
    line-height: 2.5em;
}
.sm-header.sm-show-menu .sm-top-header-navbar .sm-menu-button,
.sm-header.sm-show-menu .cz-menu-buttons .sm-menu-button-standalone {
    color: #000000a1
}
.sm-header.sm-show-menu .cz-menu-buttons .sm-menu-button-standalone {
    background: #43cae8;
    padding-right: 60px;
}
.sm-header.sm-show-menu .sm-top-header-navbar .sm-menu-button {
    border: 4px solid #fff;
    background: #43cae8;
    line-height: 2.5em;
}
.sm-header .sm-top-header-navbar .sm-menu-button i,
.sm-header .cz-menu-buttons .sm-menu-button-standalone i {
    font-size: .8em;
    display: inline-block;
    height: 32px;
    line-height: 1em;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}
.sm-header .sm-top-header-navbar .cz-floating-cart,
.sm-header .cz-menu-buttons .cz-floating-cart {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    font-size: 1.8em;
    font-family: 'Pompiere', sans-serif;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.sm-header .cz-menu-buttons .cz-floating-cart,
.sm-header .cz-menu-buttons .cz-floating-cart a,
.sm-header .sm-top-header-navbar .cz-floating-cart,
.sm-header .sm-top-header-navbar .cz-floating-cart a {
    color: #00b8e0;
}
.sm-header .cz-menu-buttons .cz-floating-cart {
    left: 0;
    height: 100%;
    transform: translateX(-100%);
    padding: 0.4em;
    background: #ffffffed;
    text-align: center;
    line-height: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.sm-header .sm-top-header-navbar .cz-floating-cart {
    position: absolute;
    right: 180px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.sm-header .cz-floating-cart .inner {
    margin-right: 0.3em;
}

.sm-header .sm-nav-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #9461c9d6;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    text-align: center;
    align-items: center;
    max-width: 300px;
    z-index: 9998;
    pointer-events: none;

    -webkit-transform: translateX(calc(12vw + 300px));
       -moz-transform: translateX(calc(12vw + 300px));
         -o-transform: translateX(calc(12vw + 300px));
            transform: translateX(calc(12vw + 300px));

    -webkit-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 500ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.sm-header.sm-show-menu .sm-nav-wrap {
    pointer-events: all;

    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
}
.sm-header .sm-nav-wrap:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: -12vw;
    border-left: 6vw solid transparent;
    border-right: 6vw solid #9461c9d6;
    border-top: 50vh solid #9461c9d6;
    border-bottom: 50vh solid transparent;
}
.sm-header .sm-nav-wrap nav.sm-navigation {
    padding: 5% 20%;
    opacity: 0;

    -webkit-transform: translateY(-10%);
       -moz-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.sm-header.sm-show-menu .sm-nav-wrap nav.sm-navigation {
    opacity: 1;

    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);

    -webkit-transition: all .3s ease-in-out .4s;
       -moz-transition: all .3s ease-in-out .4s;
         -o-transition: all .3s ease-in-out .4s;
            transition: all .3s ease-in-out .4s;
}
.sm-header .sm-nav-wrap nav.sm-navigation ul {
    list-style: none;
    text-align: right;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.sm-header .sm-nav-wrap nav.sm-navigation ul > li {
    font-family: 'Pompiere', sans-serif;
    font-size: 3vw;
    color: #fff;
    order: 2;
    padding: 5px 0;
    line-height: 1em;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);

    -webkit-transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition: all 100ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
       -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
         -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
            transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}
.sm-header .sm-nav-wrap nav.sm-navigation ul > li:hover {
    color: rgba(255, 255, 255, 0.733);

    -webkit-transform: translateX(-10px);
       -moz-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px);
}
.sm-header .sm-nav-wrap nav.sm-navigation ul > li a {
    color: #fff;
}
.sm-header .sm-nav-wrap nav.sm-navigation ul > li:hover a {
    color: #00B8E0;
}
.sm-header .sm-nav-wrap nav.sm-navigation .x-menu-item-woocommerce {
    order: 1;
    display: none;
    width: auto;
    font-size: 32px;
    padding-bottom: 0.4em;
}
.sm-header .sm-nav-wrap nav.sm-navigation .x-menu-item-woocommerce .inner {
    margin-right: 0.4em;
}
@media (max-width: 768px) {
    .sm-header .cz-menu-buttons .cz-floating-cart,
    .sm-header .sm-top-header-navbar .cz-floating-cart {
        display: none;
    }
    .sm-header .sm-nav-wrap nav.sm-navigation .x-menu-item-woocommerce {
        display: inline-block;
    }
}

.x-colophon.bottom {
    background-color: rgb(32, 106, 122);
    padding: 8% 0;
}

.sm-footer-content {
    text-align: left;
}
.sm-footer-content h2 {
    color: rgb(0, 184, 224);
    font-size: 4.5em;
    line-height: 1;
    font-family: 'Pompiere', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}
.sm-footer-content h3 {
    color: #fff;
    font-size: 2.5em;
    line-height: 1;
    font-family: 'Pompiere', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.sm-footer-content p {
    color: #fff;
    font-size: 1.8em;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
}
.sm-footer-content p > a {
    color: #ccc !important;
}
.sm-footer-content p > a:hover {
    color: #000 !important;
}
.x-colophon .sm-footer-widgets .widget:first-of-type,
.x-colophon .sm-footer-widgets .widget:first-child {
    margin-top: 0;
}
.x-colophon .sm-footer-widgets .widget .h-widget {
    color: #fff;
    font-size: 3em;
}

[class*="sm-section-cut"] .x-bg:after {
    content: '';
    display: block;
    position: absolute;
    width: 300vw;
    height: 300vw;
    background: #ffffffde;
    top: -200vw;
    z-index: 1;
}
[class*="sm-section-cut"][class*="right"] .x-bg:after {
    left: 35vw;
    -webkit-transform: rotate(70deg);
       -moz-transform: rotate(70deg);
         -o-transform: rotate(70deg) ;
            transform: rotate(70deg);
}
[class*="sm-section-cut"][class*="left"] .x-bg:after {
    left: calc(-150vw - 80%);
    -webkit-transform: rotate(-70deg);
       -moz-transform: rotate(-70deg);
         -o-transform: rotate(-70deg);
            transform: rotate(-70deg);
}
[class*="sm-section-cut"][class*="left-sm"] .x-bg:after {
    left: calc(-170vw - 80%);
}
[class*="sm-section-cut"][class*="right-sm"] .x-bg:after {
    left: 55vw;
}
[class*="sm-section-cut"][class*="blue"] .x-bg:after {
    background: rgb(0, 184, 224);
}
[class*="sm-section-cut"][class*="white"] .x-bg:after {
    background: #fff;
}

.x-text-headline hr {
    margin: 10px auto 0;
    border: none;
    height: 4px;
    border-radius: 2px;
    background: #993dbe9f;
    max-width: 150px !important;
    transform: rotate(1deg);
}
.x-text-headline hr.sm-blue {
    background: #2BC4E5;
}
.x-text-headline.ctrlz-headline-underline {
    border-radius: 0px 155px 225px 255px/15px 225px 15px 15px;
    display: inline-block;
    border-bottom: 2px solid #00B8E0;
    padding: 0 0.8em;
    line-height: 1em;
}
.x-text-headline.ctrlz-headline-underline .x-text-content-text-primary {
    margin: 0 0 6px;
}

.sm-list-bullets {
    list-style: none;   
}

.sm-list-bullets > li {
    padding: 0;
    padding-left: 40px;
    min-height: 32px;
    margin: 0 0 10px;
    position: relative;
    font-size: 1.5em;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    text-align: left;
}
.sm-list-bullets > li a {
    font-family: 'Lato', sans-serif !important;
    color: rgb(32, 167, 197) !important;
    text-align: left;
    line-height: 32px;
}
.sm-list-bullets > li a:hover {
    color: #2BC4E5 !important;
}
.sm-list-bullets > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;    
    background-image: url(ctrlz/assets/img/list-bullets.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.sm-list-bullets > li:nth-child(3n+1):before {
    background-position: 0 0;
}
.sm-list-bullets > li:nth-child(3n+2):before {
    background-position: -40px 0;
}
.sm-list-bullets > li:nth-child(3n+3):before {
    background-position: -79px 0;
}
.sm-info-circle {
    cursor: pointer;
}
.sm-info-circle .x-image img {
    width: 100% !important;
}
.sm-info-circle .x-image {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);

    -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
       -moz-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
         -o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
            transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
       -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
         -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
            transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.sm-info-circle:hover .x-image {
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
}

.sm-info-circle .x-text-headline {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: all;
    opacity: 1;
}
.sm-info-circle > .x-text {
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.sm-info-circle .x-text-headline:nth-of-type(1) {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
.sm-info-circle .x-text-headline:nth-of-type(2) {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
}
.sm-info-circle .x-text:not(.x-text-headline) {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
    opacity: 0;
    pointer-events: none;

    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
}
.sm-info-circle:hover .x-text-headline {
    opacity: 0;
    pointer-events: none;
}
.sm-info-circle:hover .x-text-headline:nth-of-type(1) {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
}
.sm-info-circle:hover .x-text-headline:nth-of-type(2) {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
}
.sm-info-circle:hover .x-text:not(.x-text-headline) {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}

.sm-latest-post {
    padding: 10% 0;    
    position: relative;
    display: block;
}
.sm-latest-post:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2018/06/circulo_1.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: -1;

    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);

    -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -moz-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
         -o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
            transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
         -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
            transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
.sm-latest-post:hover:before {
    -webkit-transform: rotate(15deg);
       -moz-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
}
.sm-latest-post .sm-image {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 50%;
    outline: 10px solid rgba(255, 255, 255, 0.75);
    cursor: pointer;
    z-index: 1;

    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}
.sm-latest-post:hover .sm-image {
    background-size: 120%;
}
.sm-latest-post .sm-title {
    position: absolute;
    display: block;
    width: 80%;
    left: 10%;
    top: 50%;
    font-family: 'Pompiere';
    font-size: 4em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    z-index: 1;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.sm-latest-post .sm-title .sm-date {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, 0.80);
}
.sm-latest-posts-grid {
    display: flex;
    flex-flow: row wrap;

}
.sm-latest-posts-grid [class*="sm-latest-post"] {
    width:48%;
    margin: 1%;
    position: relative;
    cursor: pointer;
    display: block;
}
.sm-latest-posts-grid [class*="sm-latest-post"] .sm-image {
    display: block;
    width: 100%;
    padding-bottom: 65%;
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: 50% 50%;

    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}
.sm-latest-posts-grid [class*="sm-latest-post"] .sm-image:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 195, 229, 0.50);
    z-index: 1;
}
.sm-latest-posts-grid [class*="sm-latest-post"]:hover .sm-image {
    background-size: 140%;
}
.sm-latest-posts-grid [class*="sm-latest-post"] .sm-title {
    position: absolute;
    display: block;
    width: 80%;
    left: 10%;
    top: 50%;
    font-family: 'Pompiere';
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    z-index: 1;

    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);    
}
.sm-latest-posts-grid [class*="sm-latest-post"] .sm-title .sm-date {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Lato', sans-serif;
    color: rgba(255, 255, 255, 0.80);
}
.sm-latest-posts-grid [class*="sm-latest-post"][class*="more"] .sm-background {
    position: relative;
    display: block;
    width: 100%; 
    padding-bottom: 65%;
    background: #2BC4E5;
}
.sm-latest-posts-grid [class*="sm-latest-post"][class*="more"] .sm-title-hover {
    opacity: 0;
    position: absolute;
    display: block;
    width: 100%;
    font-size: 6em;
    color: #fff;
    top: 50%;
    left: 0;
    text-align: center;

    -webkit-transform: translateY(-50%) scale(0);
       -moz-transform: translateY(-50%) scale(0);
         -o-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);

    -webkit-transition: all .6s ease-in-out;
       -moz-transition: all .6s ease-in-out;
         -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
}
.sm-latest-posts-grid [class*="sm-latest-post"][class*="more"] .sm-title {
    -webkit-transition: all .6s ease-in-out;
       -moz-transition: all .6s ease-in-out;
         -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
}
.sm-latest-posts-grid [class*="sm-latest-post"][class*="more"]:hover .sm-title {
    opacity: 0;

    -webkit-transform: translateY(-80%);
       -moz-transform: translateY(-80%);
         -o-transform: translateY(-80%);
            transform: translateY(-80%);
}
.sm-latest-posts-grid [class*="sm-latest-post"][class*="more"]:hover .sm-title-hover {
    opacity: 1;

    -webkit-transform: translateY(-50%) scale(1);
       -moz-transform: translateY(-50%) scale(1);
         -o-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
}

/*** 
 Cursos 
 */
.ctrlz-courses-filterbar {
    margin: 0em auto 40px auto;
    padding: 20px 20px 10px 20px;
    background-color: hsl(0,0%,96%);
    max-width: 1000px;
}
.ctrlz-courses-filterbar .ctrlz-courses-views i {
    font-size: 26px;
    line-height: 36px;
}
.ctrlz-courses-filterbar .ctrlz-courses-views .ctrlz-courses-list-rows,
.ctrlz-courses-filterbar .ctrlz-courses-views .ctrlz-courses-list-cols {
    margin: 0 6px;
 }
.ctrlz-courses-filterbar .ctrlz-courses-views > a.ctrlz-active {
    color: #4a2f68;
}
.ctrlz-courses-filterbar .ctrlz-courses-search {
    text-align: right;
    display: none;
}
.ctrlz-courses-filterbar .ctrlz-courses-search i {
    font-size:1.4em; 
    margin-right: 10px;
}
.ctrlz-courses-filterbar .ctrlz-courses-search input {
    border: 1px solid #eee; 
    font-family: 'Lato', sans-serif; 
    width: 250px;
}
 .ctrlz-courses-categories > li a {
    font-family: 'Pompiere', sans-serif !important;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.ctrlz-course {
    width: 100%;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 4%;    
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course {
    width: 50%;
    float: left;
}
.ctrlz-course:before,
.ctrlz-course:after {
    content: ' ';
    display: table;
}
.ctrlz-course:after {
    clear: both;
}
.ctrlz-course .ctrlz-course-image {
    width: 31.33%;
    float: left;
    margin-right: 4%;    
    position: relative;    
    display: block;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-image {
    width: 100%;
    float: none;
    margin-right: none;
    margin-bottom: 30px;
}
.ctrlz-course .ctrlz-course-image:before,
.ctrlz-course .ctrlz-course-image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;    
    border-radius: 5px 12px 3px 8px/13px 5px 12px 5px;
    z-index: -1;    
}
.ctrlz-course .ctrlz-course-image:before {
    background: #bb9bdd;
    left: -5px;
    top: 5px;

    -webkit-transform: rotate(-2deg);
       -moz-transform: rotate(-2deg);
         -o-transform: rotate(-2deg);
            transform: rotate(-2deg);
}
.ctrlz-course .ctrlz-course-image:after {
    background: #6DD6ED;
    left: -2px;
    top: 4px;
    
    -webkit-transform: rotate(6deg);
       -moz-transform: rotate(6deg);
         -o-transform: rotate(6deg);
            transform: rotate(6deg);
}
.ctrlz-course .ctrlz-course-image .ctrlz-course-thumbnail {
    width: 100%;
    display: block;
    padding-bottom: 90%;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 5px 12px 3px 8px/13px 5px 12px 5px;

    -webkit-transform: rotate(2deg);
       -moz-transform: rotate(2deg);
         -o-transform: rotate(2deg);
            transform: rotate(2deg);

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.ctrlz-course:hover .ctrlz-course-image .ctrlz-course-thumbnail {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.ctrlz-course .ctrlz-course-info {
    float: left;
    width: 64.66%;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info {
    float: none;
    width: 100%;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-title {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #00b8e0;
    font-weight: bold;
    width: 60%;
    float: left;
    clear: left;

    -webkit-transition: all .3s ease-in-out;
       -moz-transition: all .3s ease-in-out;
         -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info .ctrlz-course-title {
    text-align: center;
    float: none;
    clear: both;
    width: 100%;
}
.ctrlz-course:hover .ctrlz-course-info .ctrlz-course-title {
    -webkit-transform: translateX(10px);
       -moz-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px);
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-price {
    font-size: 26px;
    color: #00b8e0;
    font-weight: bold;
    right: 30px;
    top: -5px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    border-radius: 0px 155px 225px 255px/15px 225px 15px 15px;
    border-bottom: 2px solid rgba(0, 183, 224, 0.459);
    line-height: 1em;
    width: 40%;
    float: left;
    clear: right;
    text-align: right;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info .ctrlz-course-price {
    border: none;
    border-radius: 100%;
    padding: 32px 20px 20px;
    background: #9664ca;
    color: #fff;
    width: 120px;
    height: 120px;
    right: 0px;
    top: 0px;
    line-height: 1em;
    text-align: center;
    float: none;
    clear: both;
    position: absolute;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-price span {
    font-size: 18px;
    color: #a7a7a7;
    margin-left: 5px;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-price del {
    font-size: 20px;
    margin-left: 0.5em;
    color: #ddd;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-price del span {
    font-size: 16px;
    color: #ddd;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info .ctrlz-course-price span {
    color: rgba(255,255,255,.7);
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info .ctrlz-course-price del {
    font-size: 20px;
    margin-left: 0.5em;
    color: #ddd;
    display: block;
    line-height: 1em;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-desc {
    display: block;
    margin-bottom: 20px;
    line-height: 1.4em;
    color: #b5b5b5;
    clear: both;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info .ctrlz-course-desc {
    display: none;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-meta {
    background: #f1f1f1;
    padding: 10px 15px;
    display: inline-block;
    font-size: 12px;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info .ctrlz-course-meta {
    display: none;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-meta > span {
    margin: 0 6px;
    color: #b1b1b1;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-button {
    background: #00b8e0;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.ctrlz-courses-list.ctrlz-col-view .ctrlz-course .ctrlz-course-info .ctrlz-course-button {
    display: none;
}
.ctrlz-course .ctrlz-course-info .ctrlz-course-button:hover {
    background: #00b7e06c;
}

/* Blog */

.blog .x-header-landmark,
.search .x-header-landmark,
.archive .x-header-landmark,
.single .x-header-landmark {
    background: #00b8e0;
    color: #fff;
}
.blog .x-header-landmark .x-container,
.search .x-header-landmark .x-container,
.archive .x-header-landmark .x-container,
.single .x-header-landmark .x-container {
    max-width: 1250px;
}
.blog .x-header-landmark .h-landmark,
.search .x-header-landmark .h-landmark,
.archive .x-header-landmark .h-landmark,
.single .x-header-landmark .h-landmark {
    color: #fff;
}
.blog .x-header-landmark .x-breadcrumbs a,
.search .x-header-landmark .x-breadcrumbs a,
.archive .x-header-landmark .x-breadcrumbs a,
.single .x-header-landmark .x-breadcrumbs a {
    color: #fff;
}
.blog .x-header-landmark .x-breadcrumbs a:hover,
.search .x-header-landmark .x-breadcrumbs a:hover,
.archive .x-header-landmark .x-breadcrumbs a:hover,
.single .x-header-landmark .x-breadcrumbs a:hover {
    color: #9563ca;
}
.blog .site > .x-container,
.search .site > .x-container,
.archive .site > .x-container,
.single .site > .x-container {
    padding: 60px 0 180px;
    max-width: 1250px;
}
.search .entry-wrap,
.archive .entry-wrap,
.blog .entry-wrap {
    border: none !important;
}
.search .entry-wrap,
.archive .entry-wrap {
    padding: 7% 7.5% 7.5%;
}
.search .entry-featured,
.archive .entry-featured,
.blog .entry-featured {
    position: relative;
    border: none;
    padding: 0;
    margin: 0 auto 40px;
}
.search .entry-featured:before,
.archive .entry-featured:before,
.blog .entry-featured:before {
    content: '';
    position: absolute;
    display: block;
    top: -17px;
    left: -17px;
    width: calc(100% + 34px);
    height: calc(100% + 34px);
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: 2px dashed #9361c97a;

    -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
            transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
            transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);


    -webkit-transform: scale(1, 1) rotate(3deg);
            transform: scale(1, 1) rotate(3deg);
}
.search .entry-featured:after,
.archive .entry-featured:after,
.blog .entry-featured:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed #00B8E0;
    opacity: 0;

    -webkit-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -o-transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
            transition: all 300ms cubic-bezier(0.770, 0.000, 0.175, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
        -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
            transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);

}
.search .entry-header > a:hover .entry-featured:before,
.archive .entry-header > a:hover .entry-featured:before,
.blog .entry-header > a:hover .entry-featured:before {
    border-color: #9461c9;
    -webkit-transform: scale(1.08, 1.08) rotate(-2deg);
            transform: scale(1.08, 1.08) rotate(-2deg);
}
.search .entry-header > a:hover .entry-featured:after,
.archive .entry-header > a:hover .entry-featured:after,
.blog .entry-header > a:hover .entry-featured:after {
    opacity: 1;
    -webkit-transform: scale(1.15, 1.15) rotate(4deg);
            transform: scale(1.15, 1.15) rotate(4deg);
}
.search .entry-featured .entry-thumbnail,
.archive .entry-featured .entry-thumbnail,
.blog .entry-featured .entry-thumbnail {
    display: block;
    width: 100%;
    padding-bottom: 75%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}
.search .entry-header > a:hover .entry-featured .entry-thumbnail,
.archive .entry-header > a:hover .entry-featured .entry-thumbnail,
.blog .entry-header > a:hover .entry-featured .entry-thumbnail {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}
.search .entry-featured .entry-thumbnail:after,
.archive .entry-featured .entry-thumbnail:after,
.blog .entry-featured .entry-thumbnail:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #00b8e0a3;
    z-index: 1;

    -webkit-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
}
.search .entry-header > a:hover .entry-featured .entry-thumbnail:after,
.archive .entry-header > a:hover .entry-featured .entry-thumbnail:after,
.blog .entry-header > a:hover .entry-featured .entry-thumbnail:after {
    background: #00b7e01e;
}
.search .entry-featured .entry-title,
.archive .entry-featured .entry-title,
.blog .entry-featured .entry-title {
    position: absolute;
    display: block;
    color: #fff;
    padding: 12px 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 2;
}
.search .entry-featured .entry-title:before,
.archive .entry-featured .entry-title:before,
.blog .entry-featured .entry-title:before {
    display: none;
}

.search .entry-content,
.archive .entry-content,
.blog .entry-content {
    font-size: 13px;
    line-height: 1.4em;
    margin-top: 0;
}
.search .entry-meta,
.archive .entry-meta,
.blog .entry-meta {
    font-size: 12px;
    color: #00b8e0;
}
.search .hentry,
.archive .hentry {
    margin: 0;
    padding: 1em;
    width: 33.33%;
    float: left;
}
.search .hentry:nth-child(3n+1),
.archive .hentry:nth-child(3n+1) {
    clear: left;
}
.search .hentry:nth-child(3n),
.archive .hentry:nth-child(3n) {
    clear: right;
}

.single .sm-page-heading { 
    font-size: 4em; 
    line-height: 1.1em;
}

.single .entry-wrap .entry-content ul {
    list-style: none;   
}
.single .entry-wrap .entry-content ol { counter-reset: item; }
.single .entry-wrap .entry-content ol li { display: block; }
.single .entry-wrap .entry-content ol li:after {
    content: counter(item) ". ";
    counter-increment: item;
    color: #fff;
    position: absolute;
    left: 8px;
    top: 0px;
}

.single .entry-wrap .entry-content ul > li,
.single .entry-wrap .entry-content ol > li {
    padding: 0;
    padding-left: 30px;
    margin: 0 0 8px;
    position: relative;
    font-family: 'Lato', sans-serif;
    text-align: left;
}
.single .entry-wrap .entry-content ol > li {
    padding-left: 38px;
}
.single .entry-wrap .entry-content ul > li a,
.single .entry-wrap .entry-content ol > li a {
    font-family: 'Lato', sans-serif !important;
    color: rgb(32, 167, 197) !important;
    text-align: left;
    line-height: 22px;
}

.single .entry-wrap .entry-content ul > li a:hover,
.single .entry-wrap .entry-content ol > li a:hover {
    color: #2BC4E5 !important;
}
.single .entry-wrap .entry-content ul > li:before,
.single .entry-wrap .entry-content ol > li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;    
    background-image: url(ctrlz/assets/img/list-bullets.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.single .entry-wrap .entry-content ol > li:before {
    width: 28px;
    height: 28px;    
}
.single .entry-wrap .entry-content ul > li:nth-child(3n+1):before {
    background-position: 0 0;
}
.single .entry-wrap .entry-content ul > li:nth-child(3n+2):before {
    background-position: -27px 0;
}
.single .entry-wrap .entry-content ul > li:nth-child(3n+3):before {
    background-position: -54px 0;
}
.single .entry-wrap .entry-content ol > li:nth-child(3n+1):before {
    background-position: 0 0;
}
.single .entry-wrap .entry-content ol > li:nth-child(3n+2):before {
    background-position: -35px 0;
}
.single .entry-wrap .entry-content ol > li:nth-child(3n+3):before {
    background-position: -67px 0;
}
.single .entry-wrap .entry-content ul > li p {
    margin-bottom: 0;
}

.x-sidebar .widget_search .search-query {
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: 2px dashed #00b8e0;
    padding: 24px 30px;
}
.x-sidebar .widget_calendar #wp-calendar th {
    border-bottom-color: #00b8e0;
}

/* Form */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    border: none;
    padding: 20px 25px;
    font-size: 22px;
    border-bottom: 2px dashed #9664ca;
    border-left: 0px solid #00B8E0;
    margin-bottom: 30px;
    background: transparent;
    border-radius: 255px 15px 15px 225px 225px 15px 15px 255px;
}
.widget .wpcf7 input[type="text"],
.widget .wpcf7 input[type="email"],
.widget .wpcf7 input[type="tel"],
.widget .wpcf7 textarea { 
    padding: 12px 18px;
    font-size: 18px;
    margin-bottom: 0;
}
.widget [type="submit"] {
    margin-top: 20px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    background: transparent;
    border-color: #00B8E0;
    border-left-width: 5px;
}
.sm-submit-btn.x-anchor {
    font-size: 1.4em;
    background-color: rgba(0, 183, 224, 0.562);
}
.sm-submit-btn.x-anchor[class*="active"] {
    background-color: hsla(0,0%,100%,0);
    font-size: 1.4em;
}
.sm-submit-btn.x-anchor .x-anchor-content {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0.575em 0.85em 0.575em 0.85em;
}
.sm-submit-btn.x-anchor .x-graphic {
    margin: 5px;
}
.sm-submit-btn.x-anchor .x-graphic-icon {
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1.25em;
    color: hsla(269,49%,59%,0.48);
    background-color: transparent;
}
.sm-submit-btn.x-anchor[class*="active"] .x-graphic-icon {
    color: rgba(0,0,0,0.5);
    background-color: transparent;
}
.sm-submit-btn.x-anchor .x-anchor-text {
    margin: 8px;
}
.sm-submit-btn.x-anchor .x-anchor-text-primary {
    font-family: "Pompiere",display;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(0,0,0,1);
}
.sm-submit-btn.x-anchor[class*="active"] .x-anchor-text-primary {
    color: #fff;
}
.sm-submit-btn.x-anchor .x-anchor-particle-primary {
    width: 100%;
    height: 100%;
    color: #00B8E0;
    transform-origin: 0% 50%;
}

.x-colophon.bottom [class*="x-separator"][class*="top"] {
    top: 1px;
}
.x-colophon.bottom .x-social-global a {
    border: 2px dashed #00b8e0;
    line-height: 50px;
    background: transparent;
    color: #00b8e0;
}
.x-colophon.bottom .x-social-global a * {
    color: #00b8e0;
}
.x-colophon.bottom .x-social-global a:hover {
    border-color: #fff;
    color: #fff;
}
.x-colophon.bottom .x-social-global a:hover * {
    color: #fff;
}

@media (max-width: 1024px) {
    .sm-header .sm-nav-wrap nav.sm-navigation ul > li {
        font-size: 6vh;
    }
    .x-text-headline .x-text-content-text-primary {
        font-size: calc(48px + 28 * (50vw + 50vh - 600px) / 820) !important;
    }
    .x-text-headline h4.x-text-content-text-primary {
        font-size: calc(32px + 28 * (50vw + 50vh - 600px) / 820) !important;
        line-height: 1em;
    }
    .sm-info-circle .x-text-headline .x-text-content-text-primary {
        font-size: calc(32px + 28 * (50vw + 50vh - 600px) / 820) !important;
    }
    .sm-latest-posts-grid {
        padding: 60px 30px 0;
    }
    .sm-latest-posts-grid [class*="sm-latest-post"] {
        width: 88%;
        margin: 8px auto;        
    }
}

@media (max-width: 768px) {
    .x-colophon.bottom .x-column {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }
    .x-colophon.bottom .x-column h2,
    .x-colophon.bottom .x-column h3 {
        text-align: center;
    }
    .x-colophon.bottom .x-column .sm-list-bullets {
        margin: 45px 0;
    }
    .x-colophon.bottom .x-column .sm-list-bullets li {
        display: inline-block;
        margin: 0 10px 10px;
    }
    [class*="sm-section-cut"][class*="left"] .x-bg:after {
        left: calc(-170vw - 80%);
    }
    [class*="sm-section-cut"][class*="right"] .x-bg:after {
        left: 45vw;
    }
    [class*="sm-section-cut"] .x-bg:after {
        top: -80vw;
    }
    .site > .sm-page-header .x-bg:after {
        left: calc(-100vw - 80%);
        top: -220vw;
        -webkit-transform: rotate(80deg);
           -moz-transform: rotate(80deg);
             -o-transform: rotate(80deg);
                transform: rotate(80deg);
    }
    .site > .sm-page-header .x-bg .x-bg-layer-lower-image {
        background-position: center top !important;
        background-size: cover !important;
        height: 70% !important;
        transform: none !important;
    }
    .site > .sm-page-header .x-column.x-2-5 {
        padding: 16% 8% 8% !important;
    }
    .site > .sm-page-header .x-column.x-3-5 {
        padding: 32% 8% 32% 8% !important;
    }

    .ctrlz-courses-list .x-container .x-column {
        width: 100%;
        clear: both;
        float: none;
    }
    .ctrlz-courses-list .ctrlz-course {
        width: 100% !important;
    }
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-image {
        width: 100%;
        float: none;
        margin-right: none;
        margin-bottom: 30px;
    }
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info {
        float: none;
        width: 100%;
    }
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info .ctrlz-course-title {
        text-align: center;
        float: none;
        clear: both;
        width: 100%;
    }
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info .ctrlz-course-price {
        border: none;
        border-radius: 100%;
        padding: 32px 20px 20px;
        background: #9664ca;
        color: #fff;
        width: 120px;
        height: 120px;
        right: 0px;
        top: 0px;
        line-height: 1em;
        text-align: center;
        float: none;
        clear: both;
        position: absolute;
    }
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info .ctrlz-course-price span {
        color: rgba(255,255,255,.7);
    }
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info .ctrlz-course-price del {
        display: block;
        line-height: 1em;
    }
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info .ctrlz-course-desc,
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info .ctrlz-course-meta,
    .ctrlz-courses-list .ctrlz-course .ctrlz-course-info .ctrlz-course-button {
        display: none;
    }
    .ctrlz-courses-filterbar {
        display: none;
    }
    .sm-list-bullets.ctrlz-courses-categories li {
        display: inline-block; 
        margin: 0 10px;
    }
}
@media (max-width: 480px) {
    .sm-header .cz-menu-buttons .sm-menu-button-standalone {
        display: none;
    }
    .sm-latest-post .sm-title {
        font-size: 2em;
    }
}

/* Woocommerce */

.woocommerce-page .x-container.max {
    max-width: 1200px;
}
.woocommerce-cart .content > .woocommerce {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px 0 20px;
}
.woocommerce-cart .content > .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}
.woocommerce-cart .content > .woocommerce .woocommerce-cart-form {
    width: 58%;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 40px;
    margin-top: 30px;
}
.woocommerce-cart .content > .woocommerce .woocommerce-cart-form .product-remove {
    font-size: 2em;
    line-height: 1em;
}
.woocommerce-cart .content > .woocommerce .woocommerce-cart-form .product-thumbnail {
    max-width: 64px;
}
.woocommerce-cart .content > .woocommerce .cart-collaterals {
    width: 38%;
    margin: 0;
    margin-bottom: 40px;
    padding: 30px 40px;
    box-shadow: 1em 1em 2em rgba(0,0,0,.1);
    background: #fafafa;
    border-radius: 1em;
}
.woocommerce-cart .content > .woocommerce .cart-collaterals .cart_totals {
    float: none;
    margin: 0;
}

.woocommerce-checkout .content > .woocommerce .woocommerce-checkout #customer_details {
    width: 58%;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 4%;
    margin-top: 30px;
    float: left;
    clear: both;
}
.woocommerce-checkout .content > .woocommerce .woocommerce-checkout #order_review {
    width: 38%;
    margin: 0;
    margin-bottom: 4%;
    float: right;
    clear: right;
    padding: 0 40px 30px;
    box-shadow: 1em 0em 2em rgba(0,0,0,.1);
    background: #fafafa;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    position: relative;
    z-index: 1;
}
.woocommerce-checkout .content > .woocommerce .woocommerce-checkout #order_review_heading {
    width: 38%;
    margin: 0;
    float: right;
    clear: right;
    padding: 30px 40px 1em;
    background: #fafafa;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    position: relative;
    z-index: 2;
}
.woocommerce-password-strength {
    font-weight: bold;
}
.woocommerce-password-strength.short {
    color: rgb(179, 0, 0);
}
.woocommerce-password-strength.bad {
    color: rgb(223, 100, 0);
}
.woocommerce-password-strength.good {
    color: rgb(185, 218, 0);
}
.woocommerce-password-strength.strong {
    color: rgb(31, 184, 0);
}
@media (max-width: 980px) {    
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .cart_item td {
        border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .cart_item td:first-of-type,
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .cart_item td:last-of-type {
        border-bottom: 1px solid #f2f2f2;
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .cart_item td:nth-child(3) {
        border-top: 1px solid #f2f2f2;
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .cart_item td:first-of-type {
        border: 0;
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .product-thumbnail {
        max-width: none;
        border: 1px solid #f2f2f2;
        float: left;
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .cart_item td:not(.product-thumbnail) {
        width: calc(100% - 120px - 1.3em);
        margin-left: calc(120px + 1.3em);
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .product-thumbnail a {
        max-width: 120px;
        display: block;
        margin: 0 0 0 auto;
    }
}
@media (max-width: 768px) {
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form,
    .woocommerce-cart .content > .woocommerce .cart-collaterals {
        width: 100%;
    }
    .woocommerce-checkout .content > .woocommerce .woocommerce-checkout #customer_details,
    .woocommerce-checkout .content > .woocommerce .woocommerce-checkout #order_review,
    .woocommerce-checkout .content > .woocommerce .woocommerce-checkout #order_review_heading {
        width: 100%;
    }
    .woocommerce-cart .content > .woocommerce {
        padding-top: 0;
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form .product-thumbnail {
        margin: 0 0 0 auto;
    }
    .woocommerce-page table.cart td.actions .coupon {
        padding-right: 0.5em;
    }
    .woocommerce-cart .content > .woocommerce .woocommerce-cart-form {
        margin-right: 0;
    }
}
/* Account */

.sm-header .sm-nav-wrap nav.sm-navigation ul > li.cz-account-item a {
    font-size: 2vw;
    border-bottom: 2px dashed #fff;
}

.woocommerce-account #customer_login {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}
.woocommerce-account #customer_login > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
    padding: 30px 40px;
}
.woocommerce-account #customer_login .u-column2.col-2 {
    margin-right: 0;
    background-color: #00B8E0;
    color: rgb(255, 255, 255);
    border-radius: 2em;
    box-shadow: 0.5em 0.5em 1.5em rgba(0,0,0,.05);
}
.woocommerce-account #customer_login .u-column2.col-2 h2 {
    color: #fff;
}
.woocommerce-account #customer_login .u-column2.col-2 a {
    color: #A67CD2;
}
.woocommerce-account #customer_login .u-column2.col-2 a:hover {
    color: #a67cd2a6;
}
.woocommerce-account #customer_login .u-column2.col-2 .button[type="submit"] {
    background-color: #fff;
    color: #00B8E0;
}
.woocommerce-account #customer_login .u-column2.col-2 .button[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.753);
    color: #00B8E0;
}
.woocommerce-account .entry-content > .woocommerce {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation {
    width: 30%; 
    margin-right: 4%;
    margin-bottom: 40px;
}
.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0.5em 1em;
    border-radius: 2em;
    background: #00b8e0;
}
.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul > li {
    width: 100%;
    margin: 0;
}
.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul > li > a {
    padding: 0.5em 1.5em;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    text-align: left;
    border-bottom: 1px solid #f1f1f160;
    color: #fff
}
.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul > li:last-child > a {
    border-bottom: 0;
}
.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation ul > li > a:before {
    display: none;
}
.woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content {
    width: 66%;
}
@media (max-width: 1024px) {
    .sm-header .sm-nav-wrap nav.sm-navigation ul > li.cz-account-item a {
        font-size: 4vh;
    }
}
@media (max-width: 768px) {
    .woocommerce-account #customer_login > div { 
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce-account .entry-content > .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
    }
}

/* Course contents */

.cz-course-contents {
    margin: 40px 0;
}
.cz-course-contents .cz-course-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
}
.cz-course-content .cz-course-content-video {
    width: 48%;
    margin-right: 4%;
}
.cz-course-content-video iframe {
    width: 100%;
}
.cz-course-content .cz-course-content-info {
    width: 48%;
    text-align: left;
}
.cz-course-content .cz-course-content-info > h3 {
    margin: 0 0 0.5em;
    line-height: 1em;
    color: #9664ca;
}
.cz-course-content-attachments {
    margin-bottom: 2em;
}
.cz-course-content-attachments ul {
    margin: 0;
    list-style: none;
}
.cz-course-content-attachments ul > li {
    padding: 0.5em 1em;
    line-height: 1em;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-radius: 100em;
    background: #fafafa;
    margin-bottom: 0.2em;
    font-size: 14px;
}
@media (max-width: 768px) {
    .cz-course-content .cz-course-content-video {
        width: 100%;
        margin-right: 0;
        order: 2;
    }
    .cz-course-content .cz-course-content-info {
        width: 100%;
        order: 1;
    }
}
.cz-video-promo {
    width: 100%;
    margin-bottom: 2em;
}
.cz-video-promo iframe {
    width: 100%;
}