html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
min-width: 320px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #555458;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
line-height: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0;
}
p {
margin-bottom: 1.5em;
margin-top: 0;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: """";
}
hr {
background-color: #f5f5f6;
border: 0;
height: 3px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: top;
}
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
outline: none;
}
textarea {
padding-left: 3px;
width: 100%;
}  a {
color: #01c6b8;
text-decoration: none;
}
a:hover,
a:focus {
text-decoration: underline;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
float: right;
margin-top: 31px;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
margin-left: 40px;
}
.main-navigation li:first-child {
margin-left: 0;
}
.main-navigation a {
display: block;
font-size: 18px;
line-height: 22px;
font-weight: 700;
color: #55677c;
text-transform: uppercase;
text-decoration: none;
padding: 0 4px 24px;
}
.main-navigation ul ul { float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
background: #fff;
border-top: 1px solid #01d0c1;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
border-top: 0;
}
.main-navigation ul ul a {
width: 250px;
padding: 15px 25px;
}
.main-navigation ul ul li {
margin: 0;
float: none;
display: block;
}
.main-navigation li:hover>a,
.main-navigation li.focus>a {
color: #01c6b8;
}
.main-navigation ul ul li:hover>a,
.main-navigation ul ul li.focus>a {
background: #01c6b8;
color: #fff;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
background: #01c6b8;
color: #fff;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: auto;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
left: 100%; }
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
color: #01c6b8;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.navigation.pagination {
margin: 0 0 1.5em;
overflow: hidden;
width: 100%;
clear: both;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
}
.widget:after {
content: "";
display: block;
clear: both;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
margin-left: -15px;
margin-right: -15px;
}
.gallery-item {
float: left;
text-align: center;
vertical-align: top;
width: 100%;
padding: 0 15px;
margin: 0 0 30px;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.container {
width: 1170px;
padding: 0 15px;
margin: 0 auto;
}
.container:after {
display: block;
clear: both;
content: '';
}
.row {
margin: 0 -15px;
}
.row:after {
display: block;
clear: both;
content: '';
}
ul:after {
content: '';
display: block;
clear: both;
}
.site {
background: #fff;
}
.custom-background .site {
max-width: 1450px;
margin: 0 auto;
} .site-branding {
float: left;
margin-top: 10px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
}
.site-branding .site-logo{
padding-right: 15px;
}
.site-branding .site-title {
display: block;
width: 100%;
margin-bottom: 0;
font-size: 32px;
line-height: 36px;
font-weight: 700;
letter-spacing: 1px;
}
.site-branding .site-title a {
color: #445263;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
text-decoration: none;
}
.site-branding .site-description {
display: block;
width: 100%;
font-size: 15px;
line-height: 18px;
color: #6d7987;
margin: 0;
}
.site-header ul li {
list-style: none;
}
.site-header ul {
margin: 0;
padding: 0;
}
.site-header .contact-lists {
float: right;
font-size: 15px;
line-height: 18px;
color: #646468;
margin-top: 20px;
}
.site-header .contact-lists li {
float: left;
margin-left: 24px;
}
.site-header .contact-lists li a {
color: #5d7289;
font-weight: 700;
}
.site-header .contact-lists li a:hover {
color: #646468;
}
.site-header .contact-lists li svg {
margin-right: 8px;
}
.header-top {
padding-top: 7px; padding-bottom: 10px;
background: #49596b;
}
.header-top .email {
float: left;
font-size: 15px;
line-height: 18px;
color: #f4f4f4;
margin-top: 10px;
}
.header-top .email:hover,
.header-top .email:focus {
text-decoration: none;
color: #01c6b8;
}
.header-top .social-networks {
margin: 0;
padding: 0;
list-style: none;
float: right;
}
.header-top .social-networks li {
float: left;
margin-left: 5px;
}
.header-top .social-networks li:first-child {
margin-left: 0;
}
.header-top .social-networks li a {
width: 34px;
height: 34px;
-webkit-border-radius: 100px;
border-radius: 50%;
background: #455566;
color: #edeeee;
text-align: center;
font-size: 12px;
line-height: 34px;
display: block;
}
.header-top .social-networks li a:hover,
.header-top .social-networks li a:focus {
text-decoration: none;
background: #01c6b8;
}
header.header-two .header-top .social-networks li a:hover,
header.header-two .header-top .social-networks li a:focus {
color: #FFF !important;
}
.header-bottom {
padding: 10px 0;
} .banner-section {
position: relative;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.banner-section img {
width: 100%;
color: transparent;
text-indent: -9999px;
line-height: 1em;
}
.banner-section .banner-text {
position: absolute;
bottom: 17%;
width: 100%;
}
.banner-section .banner-text .text {
width: 50%;
float: right;
text-align: left;
color: #fff;
padding: 20px 30px 30px;
font-size: 22px;
line-height: 30px;
font-weight: 700; display: none;
}
.banner-section .banner-text h2 {
margin: 0 0 36px;
font-size: 48px;
line-height: 56px;
font-weight: 700;
text-transform: uppercase;
}
.banner-section .banner-text .learn-more {
color: #fff;
font-size: 18px;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
background: #01c6b8;
padding: 15px 46px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
display: inline-block;
}
.banner-section .banner-text .learn-more:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #fff;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.banner-section .banner-text .learn-more:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.banner-section .banner-text .learn-more:hover,
.banner-section .banner-text .learn-more:focus {
text-decoration: none;
color: #01c6b8;
}
.banner-section .slick-slide {
position: relative;
}
.banner-section .owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
z-index: 1;
border-radius: 0;
width: 50px;
height: 50px;
font-size: 0;
border: 0;
box-shadow: none;
padding: 0;
margin: -50px 0 0;
text-indent: 50px;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.banner-section .owl-carousel .owl-nav .owl-prev {
left: 20px;
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/arrrow-prev.png) no-repeat;
background-size: 100px 50px;
}
.banner-section .owl-carousel .owl-nav .owl-prev:hover,
.banner-section .owl-carousel .owl-nav .owl-prev:focus {
background-position: -50px 0;
}
.banner-section .owl-carousel .owl-nav .owl-next {
right: 20px;
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/arrow-next.png) no-repeat -50px 0;
background-size: 100px 50px;
}
.banner-section .owl-carousel .owl-nav .owl-next:hover,
.banner-section .owl-carousel .owl-nav .owl-next:focus {
background-position: 0;
} .information {
display: table;
width: 100%;
margin-bottom: 102px;
}
.information ul {
width: 100%;
margin: 0;
padding: 0;
display: table-row;
}
.information ul li {
display: table-cell;  list-style: none;
color: #f7f7f7;
height: 130px;
vertical-align: middle;
text-align: center;
padding: 10px;
text-transform: uppercase;
font-size: 28px;
line-height: 30px;
font-weight: 700;
}
.information ul li img {
margin-right: 6%;
}
.information ul li a {
color: #f7f7f7;
}
.information ul li a:hover,
.information ul li a:focus {
color: #fff;
text-decoration: none;
}
.information ul li.box-1 {
background: #01c6b8;
}
.information ul li.box-2 {
background: #01d4c5;
}
.information ul li.box-3 {
background: #06c2b5;
}
.information ul li.box-4 {
background: #49596b;
} .popular-courses {
margin-bottom: 110px;
}
.col-3 {
width: 33.33%;
float: left;
padding: 0 15px;
margin-bottom: 30px;
}
.popular-courses .post {
background: #f5f5f7;
padding: 19px 19px 0;
border: 1px solid #ebebeb;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.popular-courses .post:hover,
.popular-courses .post:focus {
border-color: #01c6b8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}
.popular-courses .post .post-thumbnail {
overflow: hidden;
width: 100%;
}
.popular-courses .post .post-thumbnail img {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.popular-courses .post:hover .post-thumbnail img,
.popular-courses .post:focus .post-thumbnail img {
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
transform: scale(1.25);
}
.section-title {
font-size: 46px;
line-height: 52px;
color: #323234;
font-weight: normal;
margin-bottom: 12px;
}
.post-thumbnail {
display: inline-block;
} .popular-courses .post .entry-content,
.popular-courses .post .entry-header {
padding: 0;
}
.popular-courses .post .entry-header {
padding-top: 26px;
}
.popular-courses .post .entry-title {
margin-bottom: 0;
position: relative;
}
.popular-courses .post .entry-title:after {
position: absolute;
top: 100%;
left: 0;
width: 30px;
height: 1px;
background: #c1c0c3;
content: '';
margin-top: 12px;
}
.popular-courses .post .entry-title a {
font-size: 18px;
line-height: 22px;
color: #3c3c3c;
font-weight: 700;
text-transform: uppercase;
}
.popular-courses .post .entry-title a:hover,
.popular-courses .post .entry-title a:focus {
color: #01c6b8;
text-decoration: none;
}
.popular-courses .btn-holder {
text-align: center;
}
.popular-courses .btn-holder .btn {
color: #01c6b8;
font-size: 18px;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
padding: 15px 46px;
border: 2px solid #01c6b8;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
display: inline-block;
}
.popular-courses .btn-holder .btn:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01a196;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.popular-courses .btn-holder .btn:hover:before,
.popular-courses .btn-holder .btn:focus:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.popular-courses .btn-holder .btn:hover,
.popular-courses .btn-holder .btn:focus {
text-decoration: none;
color: #fff;
} .stats {
position: relative;
padding: 7vw 0 5vw;
text-align: center;
}
.stats:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(30, 37, 44, 0.5);
}
.stats .container {
position: relative;
z-index: 1;
}
.stats .widget.widget_rara_academic_pro_stat_counter_widget { display: inline-block;
vertical-align: top;
width: 25%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.stats .widget.widget_rara_academic_pro_stat_counter_widget .box {
border: 1px solid #fff;
background: rgba(0, 0, 0, 0.1);
text-align: center;
padding: 35px 20px;
color: #fff;
}
.stats .widget.widget_rara_academic_pro_stat_counter_widget .box .icon-holder {
margin: 0 0 10px;
}
.stats .widget.widget_rara_academic_pro_stat_counter_widget .box .number {
display: block;
font-size: 62px;
font-weight: 700;
line-height: 70px;
}
.stats .widget.widget_rara_academic_pro_stat_counter_widget .box span {
font-size: 16px;
line-height: 22px;
text-transform: uppercase;
} .welcome-section {
background: #ece8e7;
padding: 104px 0 114px;
}
.col-2 {
width: 50%;
padding: 0 15px;
float: left;
}
#primary .page.about-page .top-block .no-thumbnail .col,
.no-thumbnail .col-2{
width: 100%;
float: none;
}
.no-thumbnail .col-2{
text-align: center;
}
.welcome-section .col-2:first-child {
padding-right: 50px;
}
.welcome-section .watch-link {
color: #444447;
font-size: 18px;
line-height: 22px;
border: 2px solid #01c6b8;
padding: 15px 42px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.welcome-section .watch-link:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01c6b8;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.welcome-section .watch-link:hover:before,
.welcome-section .watch-link:focus:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.welcome-section .watch-link:hover,
.welcome-section .watch-link:focus {
color: #fff;
text-decoration: none;
} .services {
padding: 5vw 0 4vw;
}
.services .section-title {
margin-bottom: 50px;
text-align: center;
}
.services .col-3 {
margin-bottom: 30px;
position: relative;
}
.services .col-3 .holder {
text-align: center;
padding: 30px 20px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
border: 1px solid #fff;
}
.services .col-3 h5 {
font-size: 26px;
line-height: 30px;
color: #3c3c3c;
font-weight: normal;
margin-bottom: 34px;
position: relative;
}
.services .col-3 h5 a {
color: #3c3c3c;
}
.services .col-3 h5 a:hover,
.services .col-3 h5 a:focus {
text-decoration: none;
color: #01c6b8;
}
.services .col-3 h5:after {
content: '';
width: 30px;
height: 1px;
position: absolute;
left: 50%;
top: 100%;
margin-top: 15px;
background: #c5c4c7;
margin-left: -30px;
}
.services .col-3 .image {
margin-bottom: 30px;
border-radius: 50%;
display: inline-block;
-webkit-transition: ease-out 0.5s;
-moz-transition: ease-out 0.5s;
transition: ease-out 0.5s;
}
.services .col-3 .image .svg-holder svg{
width: 130px;
height: 130px;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.services .col-3 .image img {
-webkit-transition: cubic-bezier(0.51, -0.02, 0.29, 0.97) 0.8s;
-moz-transition: cubic-bezier(0.51, -0.02, 0.29, 0.97) 0.8s;
transition: cubic-bezier(0.51, -0.02, 0.29, 0.97) 0.8s;
}
.services .col-3:hover .holder,
.services .col-3:focus .holder {
border-color: #01c6b8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}
.services .col-3:hover .image img,
.services .col-3:focus .image img {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
} .cta-area {
padding: 4vw 0 5vw;
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/img2.jpg) no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
position: relative;
color: #fff;
text-align: center;
}
.cta-area:before {
width: 0;
height: 0;
border-top: 25px solid #fff;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
position: absolute;
top: 0;
left: 50%;
content: '';
z-index: 1;
margin-left: -30px;
}
.cta-area:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(1, 198, 184, 0.8);
}
.cta-area .text-holder {
position: relative;
z-index: 1;
max-width: 800px;
margin: 0 auto;
}
.cta-area .text-holder .section-title { color: #fff;
margin: 0 0 30px;
padding: 0 0 20px;
position: relative;
}
.cta-area .text-holder .section-title:after {
content: '';
position: absolute;
top: 100%;
left: 50%;
width: 100px;
height: 4px;
background: rgba(255, 255, 255, 0.7);
margin-left: -52px;
}
.cta-area .text-holder .btn-holder {
text-align: center;
}
.cta-area .text-holder .btn-holder .btn {
color: #fff;
font-size: 18px;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
border: 2px solid #fff;
padding: 15px 46px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
display: inline-block;
margin: 0 12px;
}
.cta-area .text-holder .btn-holder .btn:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #fff;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.cta-area .text-holder .btn-holder .btn:hover:before,
.cta-area .text-holder .btn-holder .btn:focus:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.cta-area .text-holder .btn-holder .btn:hover,
.cta-area .text-holder .btn-holder .btn:focus {
color: #01c6b8;
text-decoration: none;
} .team {
background: #f4f4f4;
padding: 5vw 0 4vw;
}
.team .holder {
position: relative;
overflow: hidden;
background: #fff;
}
#loader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(244, 244, 244, 0.8);
font-size: 65px;
text-align: center;
display: none;
}
#loader svg {
line-height: 11em;
color: #000;
}
.team .section-header {
overflow: hidden;
padding: 0 0 5px;
background: #f4f4f4;
}
.team .team-section-description {
background: #f4f4f4;
padding: 0 0 1px;
}
.team .section-header .section-title { float: left;
}
.team .section-header .btn {
color: #fff;
font-size: 14px;
line-height: 20px;
text-transform: uppercase;
font-weight: 700;
background: #01c6b8;
padding: 15px 20px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
float: right;
display: inline-block;
}
.team .section-header .btn:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: rgba(255, 255, 255, 0.2);
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.team .section-header .btn:hover:before,
.team .section-header .btn:focus:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.team .section-header .btn:hover,
.team .section-header .btn:focus {
text-decoration: none;
}
.team .team-holder {
background: #fff;
position: relative;
} .team .team-holder .img-holder {
float: left;
}
.team .team-holder .img-holder img {
vertical-align: top;
}
.team .team-holder .img-holder .svg-holder svg{
vertical-align: top;
width: 100%;
min-width: 584px;
height: 580px;
}
.team .team-holder .text-holder {
overflow: auto;
padding: 50px;
height: 426px;
}
.team .team-holder .text-holder .name {
display: block;
font-size: 36px;
line-height: 44px;
font-weight: 700;
color: #323234;
}
.team .team-holder .text-holder .designation {
font-size: 17px;
color: #6e6d72;
}
.team .team-holder .text-holder .heading {
margin: 0 0 20px;
}
.team .team-holder .text-holder .social-networks {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
font-size: 13px;
}
.team .team-holder .text-holder .social-networks li {
float: left;
margin: 0 0 4px 4px;
}
.team .team-holder .text-holder .social-networks li a {
display: block;
width: 34px;
height: 34px;
text-align: center;
color: #fff;
background: #a1a8b0;
-webkit-border-radius: 100px;
border-radius: 50%;
line-height: 34px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.team .team-holder .text-holder .social-networks li a:hover,
.team .team-holder .text-holder .social-networks li a:focus {
text-decoration: none;
background: #01c6b8;
}
.team .team-thumbnail {
overflow: hidden;
background: #fff;
padding: 0 42px 4px;
}
.team .team-thumbnail .owl-dots {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.team .team-thumbnail .owl-dot {
display: inline-block;
}
.team .team-thumbnail .owl-dots span {
display: inline-block;
margin: 0 3px;
width: 10px;
height: 10px;
background: #e3e3e3;
cursor: pointer;
-webkit-border-radius: 50px;
border-radius: 100%;
}
.team .team-thumbnail .owl-dots .active span {
background: #01c6b8;
}
.team .team-thumbnail .slick-dots li button {
display: none;
}
.team .team-thumbnail span {
font-weight: 700;
display: block;
margin: 0 0 10px;
margin-left: 8px;
} .latest-events {
padding: 60px 0;
}
.latest-events .col {
width: 50%;
padding: 0 15px;
float: left;
}
.latest-events .col .post {
background: #fafafb;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
border: 1px solid #fff;
}
.latest-events .col .post .post-thumbnail {
display: block;
}
.latest-events .col .post .text {
padding: 35px 30px;
}
.latest-events .col .post:after {
display: block;
content: '';
clear: both;
}
.latest-events .post .entry-title {
font-size: 26px;
line-height: 30px;
color: #3c3c3c;
}
.latest-events .post .entry-title a,
.latest-events .post .entry-meta a {
color: #3c3c3c;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
}
.latest-events .post .entry-title a:hover {
color: #01a196;
text-decoration: none;
}
.latest-events .post .entry-meta {
font-size: 14px;
line-height: 17px;
color: #6e6d72;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 10px;
}
.latest-events .post .entry-meta .posted-on {
font-weight: 700;
}
.latest-events .post .entry-meta span {
margin-right: 15px;
}
.latest-events .post .entry-meta span svg {
margin-right: 5px;
}
.latest-events .post .entry-meta a {
color: #6e6d72;
}
.latest-events .post .entry-meta a:hover {
color: #01c6b8;
text-decoration: none;
}
.latest-events .col.right .post {
margin-bottom: 35px;
}
.latest-events .col.right .post .post-thumbnail {
float: left;
max-width: 168px;
}
.latest-events .col.right .post .text {
overflow: hidden;
}
.latest-events .col.right .post .entry-title {
font-size: 20px;
line-height: 25px;
margin-bottom: 0;
}
.latest-events .col.right .post .text {
padding: 30px 20px 0;
}
.latest-events .col.right .post .entry-content {
margin-top: 20px;
}
.latest-events .col.right .post:last-child {
margin-bottom: 0;
}
.latest-events .col.right .post .entry-meta {
font-size: 12px;
line-height: 15px;
}
.latest-events .col .post:hover {
background: #fff;
border: 1px solid #01c6b8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.latest-events .view-more {
text-align: center;
margin-top: 50px;
}
.latest-events .view-more .btn {
color: #01c6b8;
font-size: 18px;
border: 2px solid #01c6b8;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
padding: 15px 46px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
display: inline-block;
margin: 0 12px;
}
.latest-events .view-more .btn:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01c6b8;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.latest-events .view-more .btn:hover:before,
.latest-events .view-more .btn:focus:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.latest-events .view-more .btn:hover,
.latest-events .view-more .btn:focus {
color: #fff;
text-decoration: none;
} .notice {
background: #49596b;
color: #fcfcfc;
padding: 96px 0 78px;
}
.notice .col-one {
width: 75%;
padding: 0 15px;
float: left;
}
.notice h2 {
font-size: 38px;
line-height: 42px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
position: relative;
margin-left: 14px;
margin-bottom: 64px;
}
.notice h2:after {
width: 100px;
height: 4px;
background: #c9ced3;
position: absolute;
content: '';
left: 0;
top: 100%;
margin-top: 28px;
}
.notice .col-two {
width: 25%;
padding: 0 15px;
float: left;
}
.notice .col-two .learn-more {
color: #444447;
font-weight: 700;
background: #fff;
padding: 18px 60px;
display: inline-block;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.notice .col-two .learn-more:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #b3b3b3;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.notice .col-two .learn-more:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.notice .col-two .learn-more:hover {
color: #fff;
} .latest-news {
padding: 98px 0 60px;
}
.latest-news .col {
width: 33.33%;
padding: 0 15px;
margin-bottom: 30px;
float: left;
}
.latest-news .post {
background: #f5f5f7;
font-size: 26px;
line-height: 36px;
color: #3c3c3c;
padding-bottom: 50px;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
border: 1px solid #fff;
}
.latest-news .post .post-thumbnail{
width: 100%;
}
.latest-news .post .entry-title {
font-size: 26px;
line-height: 32px;
color: #3c3c3c;
font-weight: 700;
}
.latest-news .post .entry-title a {
color: #3c3c3c;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
}
.latest-news .post .entry-title a:hover,
.latest-news .post .entry-title a:focus {
color: #01a196;
text-decoration: none;
}
.latest-news .post:hover {
background: #fff;
border: 1px solid #01c6b8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.latest-news .post .entry-meta a {
font-size: 16px;
line-height: 28px;
color: #6e6d72;
}
.latest-news .post .entry-meta .byline {
font-weight: 700;
}
.latest-news .post .entry-header {
padding: 30px 30px 0;
}
.latest-news .post .entry-content {
margin-top: 10px;
}
.latest-news .post .entry-content,
.latest-news .post .entry-footer {
padding: 0 30px;
}
.latest-news .post .entry-meta {
margin-top: 0;
}
.latest-news .post .entry-meta:after {
display: block;
content: '';
clear: both;
}
.latest-news .post .entry-meta .byline a {
font-size: 16px;
line-height: 28px;
color: #6e6d72;
}
.latest-news .post .entry-meta .posted-on {
float: right;
}
.latest-news .post .entry-header a:hover,
.latest-news .post .entry-footer a:hover {
color: #01c6b8;
text-decoration: none;
}
.latest-news .btn-holder {
text-align: center;
}
.latest-news .btn-holder .btn {
color: #444447;
font-size: 18px;
line-height: 22px;
border: 2px solid #01c6b8;
padding: 15px 42px;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.latest-news .btn-holder .btn:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01c6b8;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.latest-news .btn-holder .btn:hover:before,
.latest-news .btn-holder .btn:focus:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.latest-news .btn-holder .btn:hover,
.latest-news .btn-holder .btn:focus {
color: #fff;
text-decoration: none;
} .publication {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/publication.jpg) no-repeat;
background-size: cover;
}
.publication .section-title {
color: #fff;
text-align: center;
margin-bottom: 50px;
}
.publication .publication-content {
background: rgba(0, 0, 0, 0.64);
padding: 86px 0 115px;
}
.publication .content-box {
background: #fff;
margin: 0 auto;
width: 82.89%;
padding: 44px 50px 64px;
}
.publication .content-box:after {
content: '';
display: block;
clear: both;
}
.publication .content-box .image-holder {
border: 2px solid #bebec0;
float: left;
width: 35%;
text-align: center;
padding: 26px 0;
margin-right: 8%;
}
.publication .content-box .text {
float: left;
width: 56%;
}
.publication .content-box .box-title {
font-size: 36px;
line-height: 40px;
color: #555458;
font-weight: 700;
}
.publication .content-box hr {
background: #c5c4c7;
margin: 20px 0;
}
.publication .content-box .name {
font-weight: 700;
font-size: 16px;
line-height: 28px;
color: #6e6d72;
display: block;
margin-top: -15px;
}
.publication .content-box .price {
font-size: 18px;
line-height: 20px;
color: #464548;
display: block;
font-weight: 700;
margin-bottom: 22px;
}
.publication .content-box .buy-now {
display: inline-block;
background: #01c6b8;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #ffffff;
padding: 10px 27px;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.publication .content-box .buy-now:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #01968b;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.publication .content-box .buy-now:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
} .testimonial {
background-repeat: no-repeat;
background-size: cover;
padding: 120px 0 0;
position: relative;
}
.testimonial:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
content: '';
}
.testimonial .container {
position: relative;
}
.testimonial .section-header {
color: #fff;
text-align: center;
}
.testimonial .section-title {
color: #fff;
text-align: center;
margin-bottom: 5px;
}
.testimonial .testimonial-holder { padding: 0 4em 50px;
text-align: center;
}
.testimonial .testimonial-holder blockquote {
font-size: 19px;
line-height: 28px;
font-weight: 700;
position: relative;
margin: 0;
font-style: italic;
padding: 64px 20px;
}
.testimonial .testimonial-holder blockquote cite {
font-style: normal;
font-weight: 400;
}
.testimonial .testimonial-holder blockquote cite span {
display: block;
} .testimonial .testimonial-holder .quote-holder {
position: relative;
}
.testimonial .testimonial-holder .quote-holder .img-holder {
position: absolute;
top: 46px;
left: 45%;
}
.testimonial .testimonial-holder .quote-holder .img-holder img {
border-radius: 50%;
}
.testimonial .testimonial-holder .quote-holder .top {
min-height: 120px;
background: rgba(250, 250, 250, 0.2);
}
.testimonial .testimonial-holder .quote-holder .bottom {
background: #f5f5f7;
padding: 4em 0 0;
}
ul.owl-carousel {
margin: 0;
padding: 0;
list-style: none;
}
.testimonial .testimonial-holder .btn-holder {
margin-top: 40px;
}
.testimonial .owl-carousel .owl-dots {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
}
.testimonial .owl-carousel .owl-dots .owl-dot {
position: relative;
margin-left: 10px;
display: inline-block;
}
.testimonial .owl-carousel .owl-dots .owl-dot span {
width: 12px;
height: 12px;
border: 2px solid #b1b0b4;
background: none;
display: inline-block;
border-radius: 100%;
}
.testimonial .owl-carousel .owl-dots .active span {
background: #b1b0b4;
} .testimonial .owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
text-indent: 25px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.testimonial .owl-carousel .owl-nav .owl-prev {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/btn-prev2.png) no-repeat;
width: 19px;
height: 36px;
left: -60px;
}
.testimonial .owl-carousel .owl-nav .owl-next {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/btn-next2.png) no-repeat;
width: 19px;
height: 36px;
right: -60px;
}
.testimonial .owl-carousel .owl-nav [class*="owl-"]:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.testimonial .lSSlideOuter .lightSlider li {
padding: 50px 75px 0;
}
.testimonial .btn-holder .btn {
color: #fff;
font-size: 18px;
line-height: 30px;
text-transform: uppercase;
font-weight: 700;
border: 2px solid #fff;
padding: 15px 46px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
display: inline-block;
margin: 0 12px;
}
.testimonial .btn-holder .btn:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #fff;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.testimonial .btn-holder .btn:hover:before,
.testimonial .btn-holder .btn:focus:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.testimonial .btn-holder .btn:hover,
.testimonial .btn-holder .btn:focus {
color: #01c6b8;
text-decoration: none;
} .photo-gallery {
background: #f5f5f7;
padding: 60px 0 0;
}
.photo-gallery .section-title {
text-align: center;
margin-bottom: 40px;
}
.photo-gallery #photo-slide {
margin: 0;
padding: 0;
overflow: hidden;
}
.photo-gallery #photo-slide li {
list-style: none;  transition: all ease 0.3s;
position: relative;
}
.photo-gallery #photo-slide li img {
vertical-align: top;
}
.photo-gallery #photo-slide li .text {
position: absolute;
bottom: 0;
width: 100%;
padding: 15px;
pointer-events: none;
background: rgba(0, 0, 0, 0.4); color: #fff;
font-size: 22px;
line-height: 24px;
opacity: 0;
transition: all ease 0.2s;
}
.photo-gallery #photo-slide li:hover .text {
opacity: 1;
}
.photo-gallery #photo-slide li .text a {
color: #fff;
}
.photo-gallery #photo-slide li:hover .text { }
.photo-gallery #photo-slide li:hover {
padding-top: 0;
}
.photo-gallery #photo-slide li .img-holder a {
display: block;
overflow: hidden;
}
.photo-gallery #photo-slide li .img-holder img {
transition: all ease 0.2s;
}
.photo-gallery #photo-slide li:hover .img-holder img {
transform: scale(1.1);
}
.photo-gallery #photo-slide li img {
width: 100%;
}
.photo-gallery .owl-carousel .owl-nav [class*="owl-"] {
height: 100%;
margin-top: 0;
top: 0;
background-color: #34506f;
background-repeat: no-repeat;
background-position: center;
width: 46px;
position: absolute;
text-indent: 50px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.photo-gallery .owl-carousel .owl-nav .owl-prev {
left: 0;
background-image: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/btn-prev2.png);
}
.photo-gallery .owl-carousel .owl-nav .owl-next {
right: 0;
background-image: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/btn-next2.png);
}
.photo-gallery .owl-carousel .owl-nav [class*="owl-"]:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.photo-gallery .owl-carousel .owl-nav [class*="owl-"].disabled,
.photo-gallery .owl-carousel .owl-nav [class*="owl-"].disabled:hover {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
} .sponser {
padding: 60px 0;
background: #f5f5f7;
}
.sponser .section-title {
text-align: center;
margin-bottom: 40px;
}
.sponser-lists {
margin: 0 -15px;
padding: 0;
overflow: hidden;
text-align: center;
} .sponser-lists li img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.sponser-lists li img:hover,
.sponser-lists li img:focus {
-webkit-filter: grayscale(0);
filter: grayscale(0);
}
.sponser .owl-carousel .owl-nav [class*="owl-"] {
position: absolute;
height: 26px;
top: 50%;
width: 14px;
margin: 0;
text-indent: 20px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
.sponser .owl-carousel .owl-nav .owl-prev {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/prev.png) no-repeat;
left: 0;
}
.sponser .owl-carousel .owl-nav .owl-next {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/next.png) no-repeat;
right: 0;
}
.sponser .owl-carousel .owl-nav [class*="owl-"]:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.sponser .owl-carousel .owl-nav [class*="owl-"].disabled,
.sponser .owl-carousel .owl-nav [class*="owl-"].disabled:hover {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
} .new-courses {
background-position: center;
background-size: cover;
padding: 60px 0;
position: relative;
}
.new-courses:after {
position: absolute;
top: 0;
left: 0;
content: '';
height: 100%;
width: 100%;
z-index: 1;
background: rgba(0, 0, 0, 0.4);
}
.new-courses .course-content {
width: 80%;
color: #fff;
position: relative;
z-index: 2;
}
.new-courses .course-content .section-title {
color: #fff; text-transform: uppercase;
position: relative;
margin: 0 0 30px;
}
.new-courses .course-content .section-title:after {
position: absolute;
top: 100%;
left: 0;
content: '';
height: 4px;
width: 100px;
background: #c4c3be;
margin-top: 10px;
}
.new-courses .course-content .learn-more {
color: #444447;
background: #fff;
text-transform: uppercase;
font-weight: 700;
display: inline-block;
font-size: 18px;
line-height: 22px;
padding: 20px 56px;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.new-courses .course-content .learn-more:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #018c82;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.new-courses .course-content .learn-more:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.new-courses .course-content .learn-more:hover,
.new-courses .course-content .learn-more:focus {
color: #fff;
text-decoration: none;
} .contact-holder {
padding: 60px 0;
}
.contact-holder .col {
width: 50%;
padding: 0 15px;
float: right
}
.contact-holder .text-holder {
overflow: hidden;
padding: 0 15px;
}
.contact-holder .text-holder .info span {
color: #3b3a3d;
font-size: 16px;
line-height: 20px;
margin-right: 15px;
}
.contact-holder .text-holder .info span svg {
margin-right: 8px;
}
.contact-holder .col img,
.contact-holder .col iframe {
width: 100%;
}
.contact-holder .social-networks {
margin: 20px 0 0;
padding: 0;
}
.contact-holder .social-networks li {
display: inline-block;
list-style: none;
}
.contact-holder .social-networks li a {
height: 44px;
width: 44px;
border-radius: 50%;
border: 1px solid #7bd8d1;
display: block;
color: #fff;
font-size: 20px;
transition: all ease 0.2s;
-webkit-transition: all ease 0.2s;
-moz-transition: all ease 0.2s;
padding: 10px 0;
line-height: 20px;
background: #76e0d8;
text-align: center;
}
.contact-holder .social-networks li a:hover {
color: #7bd8d1;
background: none;
} .news-letter {
background: #01c6b8;
padding: 60px 0;
}
.news-letter .widget .widget-title {
color: #fff;
font-size: 32px;
line-height: 36px;
font-weight: 400;
margin-bottom: 12px;
text-align: center;
}
.news-letter .header {
width: 80%;
margin: 0 auto;
text-align: center;
color: #fff;
}
.news-letter form {
overflow: hidden;
}
.news-letter #subscribe-text {
color: #fff;
text-align: center;
}
.news-letter form {
width: 60%;
margin: 0 auto;
}
.news-letter form input[type="email"],
.news-letter form input[type="text"],
.news-letter form input[type="search"] {
float: left;
width: 78%;
padding: 15px 100px 15px 10px;
margin: 0;
border-radius: 0;
border: 0;
font-size: 17px;
line-height: 21px;
color: #fff;
background: #02bdb0;
}
.news-letter form input[type="submit"] {
float: right;
padding: 15px;
border-radius: 0;
box-shadow: none;
background: #fff;
text-transform: uppercase;
font-weight: 700;
border: 0;
color: #1d1d1d;
font-size: 18px;
line-height: 22px;
margin: -52px 0 0;
display: inline-block;
}
.to_top {
position: fixed;
bottom: 60px;
right: 2%;
z-index: 9999;
}
.to_top {
height: 50px;
width: 50px;
text-align: center;
display: none;
}
.to_top a {
display: block;
background: #02bdb0;
color: #fff;
padding: 8px 12px;
border-radius: 5px;
} #primary {
width: 66.66%;
float: left;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.leftsidebar #primary {
float: right;
}
#secondary {
width: 33.33%;
float: left;
padding: 0 15px 0 35px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .page-header {
background: #f8f8f9;
padding: 38px 0;
text-align: center;
}
.page-header .page-title {
text-transform: uppercase;
margin-bottom: 8px;
color: #323234;
font-size: 36px;
line-height: 40px;
}
#crumbs {
font-size: 14px;
line-height: 17px;
text-transform: uppercase;
}
#crumbs>a,
#crumbs span {
display: inline-block;
}
#crumbs .current a{
pointer-events: none;
cursor: default;
color: #55677c;
}
#crumbs .separator{
padding: 0 3px;
}
.site-content {
padding-top: 72px;
padding-bottom: 60px;
overflow: hidden;
}
.site-content #primary .entry-title {
margin-bottom: 12px;
font-size: 36px;
line-height: 40px;
font-weight: 400;
}
.site-content #primary .entry-title,
.site-content #primary .entry-title a {
color: #323234;
}
.site-content #primary .post .post-thumbnail img { }
.site-content #primary .entry-title a:hover,
.site-content #primary .entry-title a:focus {
color: #01c6b8;
text-decoration: none;
}
.site-content #primary .entry-meta {
font-size: 15px;
line-height: 28px;
}
.site-content #primary .entry-meta a {
color: #6e6d72;
text-transform: uppercase;
}
.site-content #primary .entry-meta a:hover,
.site-content #primary .entry-meta a:focus {
color: #01c6b8;
text-decoration: none;
}
.site-content #primary .entry-meta span {
position: relative;
padding-right: 20px;
margin-right: 10px;
display: inline-block;
}
.site-content #primary .entry-meta span:after {
position: absolute;
top: 13px;
right: 0;
width: 4px;
height: 4px;
background: #545454;
content: '';
}
.site-content #primary .entry-meta span:last-child:after {
display: none;
}
.site-content #primary .entry-meta svg { }
.site-content #primary .entry-header {
margin-bottom: 32px;
}
.site-content #primary article .post-thumbnail {
border: 1px solid #e7e7e8;
padding: 9px;
}
.site-content #primary article.default .post-thumbnail{
width: 100%;
}
.blog-medium .site-content #primary .post .post-thumbnail {
float: left;
margin-right: 30px;
margin-bottom: 30px;
}
.blog-round .site-content #primary .post .post-thumbnail {
float: left;
margin-right: 30px;
margin-bottom: 30px;
border-radius: 50%;
}
.blog-round .site-content #primary .post .post-thumbnail svg,
.blog-round .site-content #primary .post .post-thumbnail img {
border-radius: 50%;
-webkit-border-radius: 50%;
}
.blog-round .site-content #primary .post .post-thumbnail svg{
width: 246px;
}
.site-content #primary .post .read-more {
color: #01c6b8;
border: 2px solid #01c6b8;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
display: inline-block;
padding: 16px 34px;
font-weight: 700;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.site-content #primary .post .read-more:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #018c82;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
transition-duration: 0.2s;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.site-content #primary .post .read-more:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.site-content #primary .post .read-more:hover,
.site-content #primary .post .read-more:focus {
text-decoration: none;
color: #fff;
}
.site-content #primary article {
border-bottom: 1px solid #f5f5f6;
padding-bottom: 40px;
margin-bottom: 40px;
}
.site-content #primary article:first-child {
padding-top: 0;
}
.search .site-main article.testimonial {
padding: 0;
}
.search .site-main article.testimonial:before {
display: none;
}
.search .site-main article.team {
padding: 0;
background: none;
}
.site-content #primary .entry-content blockquote {
font-style: italic;
font-size: 20px;
line-height: 30px;
color: #555458;
font-weight: 700;
margin: 0 0 30px;
}
.site-content #primary .entry-content blockquote p {
background: #fafafb;
padding: 30px 30px;
}
.site-content #primary .entry-content blockquote cite {
display: block;
margin-top: -20px;
font-style: normal;
font-size: 18px;
}
.site-content #primary .post.format-image .entry-title,
.site-content #primary .post.format-aside .entry-title,
.site-content #primary .post.format-link .entry-title,
.site-content #primary .post.format-status .entry-title {
display: none;
}
.navigation.pagination .page-numbers {
color: #4b4b4b;
font-size: 15px;
line-height: 25px;
text-align: center;
background: #fffffe;
height: 40px;
text-decoration: none;
display: inline-block;
border: 1px solid #01c6b8;
padding: 6px 16px;
}
.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
background: #01c6b8;
border: 1px solid #01c6b8;
color: #fff;
}
.navigation.pagination .page-numbers svg {
font-size: 14px;
line-height: 24px;
} .widget.widget_search form {
height: 58px;
border-radius: 0;
position: relative;
}
.widget.widget_search form input[type="search"],
.search #primary .page-header form input[type="search"],
.error404 .not-found form input[type="search"] {
width: 75%;
float: left;
border: 0;
background: none;
margin: 0;
font-size: 18px;
line-height: 28px;
color: #323234;
padding: 0 20px;
height: 100%;
}
.widget.widget_search form input[type="submit"],
.search #primary .page-header form input[type="submit"],
.error404 .not-found form input[type="submit"] {
float: right;
height: 100%;
width: 10%;
position: relative;
text-indent: -9999px;
box-shadow: none;
border: 0;
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/search-icon.png) no-repeat 0 20px;
}
.widget.widget_search {
margin-bottom: 36px;
}
#secondary .widget {
background: #f7f7f8 none repeat scroll 0 0;
margin-bottom: 40px;
padding: 30px 20px;
}
#secondary .widget.widget_search {
padding: 0;
}
.widget .widget-title {
color: #323234;
font-size: 22px;
font-weight: 700;
line-height: 26px;
margin-bottom: 36px;
position: relative;
}
.widget .widget-title:after {
background: #4dd7cd none repeat scroll 0 0;
content: "";
height: 2px;
left: 0;
margin-top: 12px;
position: absolute;
top: 100%;
width: 40px;
}
.widget ul {
margin: 0;
padding: 0;
list-style: none;
font-size: 17px;
line-height: 22px;
}
.widget ul ul {
margin-top: 15px;
}
.widget ul li {
margin: 0 0 20px;
}
.widget.widget_archive ul li,
.widget.widget_categories ul li {
overflow: hidden;
text-align: right;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a {
float: left;
}
.calendar_wrap{
position: relative;
}
.calendar_wrap .wp-calendar-nav{
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
position: absolute;
top: 0;
left: 0;
width: 100%;
font-size: 13px;
margin-top: 15px;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev{
width: 40%;
text-align: left;
padding-left: 5px;
}
.calendar_wrap .wp-calendar-nav .wp-calendar-nav-next{
width: 40%;
text-align: right;
padding-right: 5px;
}
footer .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev,
footer .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next{
padding: 0;
}
.widget.widget_calendar table {
position: relative;
}
.widget.widget_calendar table th {
background: none;
font-family: "Lato", sans-serif;
font: 700 14px/24px "Lato", sans-serif;
padding-bottom: 15px;
color: #34495e;
}
.widget.widget_calendar table td {
font-size: 13px;
line-height: 24px;
color: #575757;
padding: 10px;
text-align: center;
border: 1px solid #e3e5e6;
}
.widget.widget_calendar table .pad {
border: 0;
}
.widget.widget_calendar table svg {
font-size: 14px;
color: #434495;
}
.widget.widget_calendar table #prev,
.widget.widget_calendar table #next,
.widget.widget_calendar table tfoot pad {
border: 0;
}
.widget.widget_calendar table #prev a {
position: absolute;
left: 20px;
top: 18px;
height: 20px;
width: 20px;
}
.widget.widget_calendar table #next a {
position: absolute;
top: 18px;
right: 20px;
height: 20px;
width: 20px;
}
.widget.widget_calendar table td.current {
padding: 0;
}
.widget.widget_calendar table td.current a {
color: #fff;
display: block;
padding: 10px;
background: #4f6174
}
.widget.widget_calendar table caption {
padding: 15px 0;
color: #434495;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
font-weight: 700;
}
.widget.widget_tag_cloud .tagcloud a {
font-size: 14px;
color: #717171;
padding: 4px 16px;
display: inline-block;
margin-right: 5px;
margin-bottom: 4px;
background: #fff;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus {
background: #01c6b8;
color: #fff;
text-decoration: none;
}
.widget.widget_rara_academic_pro_category_post ul li .post,
.widget.widget_rara_academic_pro_popular_post ul li .post,
.widget.widget_rara_academic_pro_recent_post ul li .post,
.widget.widget_rara_academic_pro_author_post ul li .post {
overflow: hidden;
}
.widget.widget_rara_academic_pro_category_post ul li .post .post-thumbnail,
.widget.widget_rara_academic_pro_popular_post ul li .post .post-thumbnail,
.widget.widget_rara_academic_pro_recent_post ul li .post .post-thumbnail,
.widget.widget_rara_academic_pro_author_post ul li .post .post-thumbnail {
float: left;
width: 85px;
margin-right: 16px;
}
.widget.widget_rara_academic_pro_category_post ul li .post .entry-header,
.widget.widget_rara_academic_pro_popular_post ul li .post .entry-header,
.widget.widget_rara_academic_pro_recent_post ul li .post .entry-header,
.widget.widget_rara_academic_pro_author_post ul li .post .entry-header {
overflow: hidden;
}
.widget.widget_rara_academic_pro_category_post ul li .post .entry-header .entry-title,
.widget.widget_rara_academic_pro_popular_post ul li .post .entry-header .entry-title,
.widget.widget_rara_academic_pro_recent_post ul li .post .entry-header .entry-title,
.widget.widget_rara_academic_pro_author_post ul li .post .entry-header .entry-title {
font-size: 16px;
font-weight: 400;
margin: 0;
}
.widget.widget_rara_academic_pro_category_post ul li .post .entry-header .entry-meta,
.widget.widget_rara_academic_pro_popular_post ul li .post .entry-header .entry-meta,
.widget.widget_rara_academic_pro_recent_post ul li .post .entry-header .entry-meta,
.widget.widget_rara_academic_pro_author_post ul li .post .entry-header .entry-meta {
text-transform: uppercase;
font-size: 13px;
line-height: 28px;
font-weight: 700;
} #secondary .widget.widget_rara_academic_pro_category_post ul li,
#secondary .widget.widget_rara_academic_pro_popular_post ul li,
#secondary .widget.widget_rara_academic_pro_recent_post ul li,
#secondary .widget.widget_rara_academic_pro_author_post ul li {
padding: 0;
}
#secondary .widget.widget_rara_academic_pro_category_post ul li:before,
#secondary .widget.widget_rara_academic_pro_popular_post ul li:before,
#secondary .widget.widget_rara_academic_pro_recent_post ul li:before,
#secondary .widget.widget_rara_academic_pro_author_post ul li:before {
display: none;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget ul,
#secondary .widget.widget_rara_academic_pro_flickr_widget ul {
overflow: hidden;
margin: 0 -3px;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget ul li,
#secondary .widget.widget_rara_academic_pro_flickr_widget ul li {
float: left;
width: 33.3333%;
padding: 0 3px;
margin: 0 0 6px;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-thumbnail li {
width: 25%;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-medium li {
width: 33%;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-large li {
width: 50%;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget .instagram-size-original li {
width: 100%;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget ul li img {
vertical-align: top;
}
#secondary .widget.widget_rara_academic_pro_instagram_widget ul li:before {
display: none;
}
#secondary .widget ul li {
position: relative;
padding-left: 20px;
}
#secondary .widget ul li:before {
content: "";
left: 0;
position: absolute;
top: 0;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238a8a8a' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
width: 12px;
height: 22px;
}
#secondary .widget ul li a {
color: #323234;
}
#secondary .widget ul li a:hover,
#secondary .widget ul li a:focus {
text-decoration: none;
color: #01c6b8;
}
#secondary .widget.widget_recent_comments ul li a {
color: #01c6b8;
}
#secondary .widget.widget_recent_comments ul li a:hover,
#secondary .widget.widget_recent_comments ul li a:focus {
text-decoration: underline;
}
#secondary .widget.widget_rss .widget-title a {
color: #323234;
}
#secondary .widget.widget_rss .widget-title .rss-widget-icon {
margin-top: 6px;
}
#secondary .widget.widget_rss ul li a,
#secondary .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a {
color: #01c6b8;
}
#secondary .widget.widget_rss ul li a:hover,
#secondary .widget.widget_rss ul li a:focus,
#secondary .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:hover,
#secondary .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:focus {
text-decoration: underline;
}
#secondary .widget.widget_rara_academic_pro_social_links ul {
overflow: hidden;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li {
float: left;
margin: 0 4px 4px 0;
padding: 0;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li:before {
display: none;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #01c6b8;
color: #fff;
border-radius: 5px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="facebook"] {
background: #3B5998;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="twitter"] {
background: #55ACEE;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="google"] {
background: #DC4A38;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="instagram"] {
background: #A77F65;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="youtube"] {
background: #DB2824;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="dribbble"] {
background: #F16697;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="foursquare"] {
background: #EF4B78;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="flickr"] {
background: #0161DA;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="reddit"] {
background: #FF4500;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="skype"] {
background: #00AFF0;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="stumbleupon"] {
background: #EB4924;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="tumblr"] {
background: #314358;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="vimeo"] {
background: #23B6EA;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="pinterest"] {
background: #CC2127;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a[href*="linkedin"] {
background: #007BB6;
}
#secondary .widget.widget_rara_academic_pro_social_links ul li a:hover,
#secondary .widget.widget_rara_academic_pro_social_links ul li a:focus {
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
}
#secondary .widget.widget_rara_academic_pro_stat_counter_widget .box {
text-align: center;
}
#secondary .widget.widget_rara_academic_pro_stat_counter_widget strong {
display: block;
font-size: 62px;
line-height: 70px;
margin: 0 0 10px;
}
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-2,
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-3 {
width: 100%;
}
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-1 li {
width: 100%;
}
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-2 li {
width: 50%;
}
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-4 li {
width: 25%;
}
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-5 li {
width: 20%;
}
#secondary .widget.widget_rara_academic_pro_flickr_widget .col-6 li {
width: 16.6667%;
} .search #primary .page-header {
background: none;
}
.search #primary .page-header form:after {
display: block;
content: '';
clear: both;
}
.search #primary .page-header form,
.error404 .not-found form {
background: #f7f7f8;
height: 55px;
width: 80%;
}
.search #primary .page-header form input[type="search"] {
width: 80%;
}
.search #primary .page-header form input[type="submit"] {
width: 10%;
}
.search #primary .page-header .page-title {
color: #323234;
font-size: 46px;
line-height: 52px;
font-weight: 400;
} .page.full-width #primary,
.full-width #primary {
width: 100%;
} .error404 .not-found {
background: #fff;
padding: 82px 0;
margin-bottom: 60px;
}
.error404 .not-found .error-404 {
text-align: center;
margin-top: 40px;
width: 75%;
margin: 0 auto;
padding: 0 15px;
}
.error404 .not-found .error-404 span {
font-size: 128px;
line-height: 20px;
color: #c6c6c7;
font-weight: 700;
}
.error404 .not-found h1 {
font-size: 36px;
line-height: 40px;
color: #323234;
font-weight: 700;
}
.error404 .not-found form {
margin: 0 auto;
margin-bottom: 30px;
}
.error404 .not-found .home {
background: #01c6b8;
padding: 16px 40px;
font-weight: 700;
color: #fff;
display: inline-block;
text-transform: uppercase;
position: relative;
-webkit-transform: translateZ(0px);
-moz-transform: translateZ(0px);
transform: translateZ(0px);
}
.error404 .not-found .home:before {
bottom: 0;
left: 0;
top: 0;
right: 0;
background: #018c82;
transition-property: transform;
-webkit-transition-property: transform;
-moz-transition-property: transform;
transition-timing-function: ease-out;
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
content: '';
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
z-index: -1;
position: absolute;
}
.error404 .not-found .home:hover:before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
}
.error404 .not-found .home:hover {
text-decoration: none;
} .single-post .site-content #primary .post {
border-bottom: 0;
}
img.alignleft,
img.alignright {
border: 1px solid #e7e7e8;
padding: 9px;
}
.single-post .site-content .entry-content h1 {
color: #323234;
font-weight: 400;
font-size: 46px;
line-height: 50px;
}
.single-post .site-content .entry-content h2 {
color: #323234;
font-weight: 400;
font-size: 36px;
line-height: 40px;
}
.single-post .site-content .entry-content h3 {
color: #323234;
font-weight: 400;
font-size: 28px;
line-height: 32px;
}
.single-post .site-content .entry-content h4 {
color: #323234;
font-weight: 400;
font-size: 26px;
line-height: 30px;
}
.single-post .site-content .entry-content h5 {
color: #323234;
font-weight: 400;
font-size: 23px;
line-height: 26px;
}
.single-post .site-content .entry-content h6 {
color: #323234;
font-weight: 400;
font-size: 21px;
line-height: 25px;
}
.single-post .site-main .entry-footer>span {
display: block;
}
.single-post .site-main .entry-footer>span svg {
margin-right: 8px;
}
.pull-right {
width: 30%;
padding: 16px 20px;
margin: 12px 0;
font-size: 16px;
line-height: 26px;
margin-left: 37px;
border-top: 3px solid #f5f5f6;
text-align: right;
}
.pull-left {
width: 30%;
padding: 16px 20px;
font-size: 16px;
line-height: 26px;
margin: 12px 0;
margin-right: 37px;
border-top: 3px solid #f5f5f6;
text-align: left;
}
.dropcap {
font-size: 88px;
line-height: 28px;
font-weight: 700;
color: #555458;
margin: 25px 22px 45px 0;
float: left;
}
.highlight {
background: #01c6b8;
color: #fff;
}
.site-content .entry-content table th {
padding: 16px 30px;
font-weight: 700;
background: #e4e4e5;
font-size: 19px;
line-height: 22px;
color: #373739;
}
.site-content .entry-content table tr {
border-bottom: 1px solid #efefef;
}
.site-content .entry-content table td {
padding: 16px 10px;
text-align: center;
}
pre {
background: #f7f7f8;
color: #555458;
font-size: 16px;
line-height: 28px;
font-family: "Courier 10 Pitch", Courier, monospace;
}
.site-content .entry-content ol {
margin: 0 0 30px;
padding: 0 0 0 30px;
}
.site-content .entry-content ul li,
.site-content .entry-content ol li {
margin-bottom: 15px;
}
.site-content .entry-content ul li {
list-style: none;
padding-left: 20px;
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/list-icon.png) no-repeat 0 10px;
}
.site-content .entry-content ul {
padding-left: 12px;
margin: 0;
}
.single-post .site-content .entry-content .form-element {
display: block;
font-size: 16px;
line-height: 20px;
color: #555458;
font-weight: 700;
}
.single-post .site-content .entry-content form input[type="text"],
.single-post .site-content .entry-content form input[type="password"] {
height: 54px;
border: 0;
background: #f7f7f8;
padding: 10px;
width: 53%;
outline: none;
margin-bottom: 26px;
border-radius: 0;
}
.single-post .site-content .entry-content form textarea {
width: 75%;
resize: none;
border: 0;
height: 185px;
padding: 10px;
margin-bottom: 26px;
background: #f7f7f8;
border-radius: 0;
}
.single-post .site-content .entry-content form .radio-section {
padding: 0;
margin: 0 0 26px;
}
.single-post .site-content .entry-content form .radio-section:after {
content: '';
clear: both;
display: block;
}
.single-post .site-content .entry-content form .radio-section li {
float: left;
padding-left: 0;
background: none;
margin-right: 20px;
list-style: none;
}
.jcf-select {
height: 50px;
width: 31%;
font-size: 16px;
line-height: 20px;
color: #acacac;
padding: 10px 0 0;
margin-bottom: 26px;
background: #f7f7f8;
border: 0;
}
.jcf-reset-appearance {
font-size: 16px;
line-height: 20px;
color: #acacac;
}
.jcf-select .jcf-select-opener {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/select-opener.png) no-repeat 0 22px;
}
.jcf-checkbox {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/check-box.png) no-repeat;
}
.jcf-checkbox.jcf-checked {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/check-box-checked.png) no-repeat;
}
.form-element.password {
margin-top: 26px;
}
.jcf-file .jcf-upload-button {
border: 0;
border-radius: 4px;
background: #e3e3e3;
color: #515050;
float: left;
font-size: 16px;
line-height: 20px;
padding: 7px 20px;
height: 36px;
font-weight: 700;
}
.jcf-file:after {
content: '';
display: block;
clear: both;
}
.jcf-file {
margin-bottom: 20px;
background: none;
}
.jcf-file .jcf-fake-input {
border: 0;
float: right;
padding-top: 4px;
font-size: 15px;
line-height: 26px;
color: #666666;
}
.jcf-radio.jcf-checked span {
background: #555458;
}
.jcf-radio {
border: 1px solid #555458;
;
}
.single-post .site-content .entry-content form input[type="submit"] {
box-shadow: none;
color: #fff;
padding: 10px 30px;
font-size: 17px;
border-radius: 2px;
line-height: 24px;
background: #01c6b8;
text-transform: uppercase;
border: 0;
}
.single-post .site-content .entry-content form input[type="submit"]:hover {
background: #01948a;
}
.single-post .site-content .entry-content form {
margin-bottom: 26px;
}
.single-post .site-content .tags {
color: #4a5a6c;
font-size: 15px;
line-height: 18px;
}
.author .taxonomy-description {
margin-bottom: 1.5em;
}
.author-section {
background: #fffffe;
padding: 40px 30px 10px;
margin-bottom: 60px;
}
.author-section .avatar {
float: left;
border-radius: 50%;
margin-right: 21px;
}
.author-section .text {
overflow: hidden;
}
.author-section .name {
font-size: 21px;
line-height: 25px;
color: #323234;
font-weight: 700;
}
.author-section ul {
margin: 0;
padding: 0;
}
.author-section ul li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.author-section ul li a {
width: 32px;
height: 32px;
border-radius: 50%;
display: block;
text-align: center;
border: 1px solid #01c6b8;
}
.author-section ul li a:hover {
background: #01c6b8;
}
.author-section ul li svg {
font-size: 14px;
color: #a4abb4;
}
.author-section ul li a:hover svg {
color: #fff;
}
.single-post .site-content #primary .post {
padding-bottom: 0;
margin-bottom: 0;
}
.comments-area ol {
list-style: none;
margin-left: 0;
padding-left: 0;
}
.comments-area,
.comments-area.form {
margin-bottom: 60px;
background: #fffffe;
padding: 40px 30px;
}
.comments-area ol li {
border-top: 1px solid #f6f6f5;
padding: 26px 0 15px;
}
.comments-area ol li:first-child {
border-top: 0;
}
.comments-area ol ol li:first-child {
border-top: 1px solid #f6f6f5;
}
.comments-area ol ol li {
padding-left: 40px;
}
.comments-title,
.comment-reply-title {
font-size: 36px;
line-height: 40px;
color: #393939;
font-weight: 400;
margin: 0;
}
comments-area ol li:first-child .reply {
margin-bottom: 26px;
}
.avatar.photo {
float: left;
margin-right: 20px;
border-radius: 50%;
}
.comment-body:after {
content: '';
display: block;
clear: both;
}
.comment-body .fn a {
font-size: 18px;
line-height: 22px;
color: #323234;
font-weight: 700;
text-decoration: none;
}
.comment-body .fn a:hover {
opacity: 0.6;
}
.comment-content {
margin-top: 0;
margin-left: 105px;
}
.reply a {
text-decoration: none;
font-size: 13px;
line-height: 30px;
border-radius: 2px;
background: #01c6b8;
border: 1px solid #01c6b8;
padding: 4px 26px;
display: inline-block;
color: #fff;
font-weight: 700;
text-transform: uppercase;
float: right;
}
.reply a:hover {
background: none;
color: #01c6b8;
}
.comment-list li {
position: relative;
}
.reply {
position: absolute;
top: 30px;
right: 0;
}
.comment-metadata a {
font-size: 13px;
line-height: 28px;
color: #6e6d72;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
}
.comment-metadata a:hover {
opacity: 0.6;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
width: 100%;
float: left;
height: 50px;
margin-bottom: 16px;
font-size: 15px;
line-height: 18px;
color: #5d5c60;
padding: 0 10px;
border-radius: 0;
border: 0;
background: #f7f7f8;
}
.comment-form form textarea {
height: 180px;
resize: none;
font-size: 16px;
line-height: 20px;
color: #5d5c60;
;
padding: 10px;
border: 0;
background: #f7f7f8;
}
.comment-form form input[type="submit"] {
box-shadow: none;
border-radius: 0;
text-transform: uppercase;
color: #01c6b8;
font-size: 17px;
line-height: 30px;
font-weight: 700;
padding: 12px 60px;
border: 2px solid #01c6b8;
background: none;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.comment-form form input[type="submit"]:hover {
background: #01c6b8;
color: #fff;
}
.comments-area.form .comment-reply-title {
margin-bottom: 20px;
}
.mean-container .mean-bar {
background: #55677c;
}
.mean-container .mean-nav ul li a {
background: #55677c;
}
.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
display: inline-block;
margin-left: 5px;
} #nav-anchor {
float: right;
margin-top: 18px;
font-size: 26px;
line-height: 30px;
}
#nav-anchor span {
height: 4px;
background: #445263;
width: 100%;
display: block;
margin-bottom: 4px;
transition: 0.3s;
}
#nav-anchor span:last-child {
margin-bottom: 0;
}
#nav-anchor a {
display: block;
width: 35px;
overflow: hidden;
border: 1px solid #445263;
padding: 4px;
} #primary .page.events-page .event-holder:after {
display: block;
content: '';
clear: both;
}
#primary .page.events-page .event-holder {
margin-bottom: 50px;
}
#primary .page.events-page .event-holder .img-holder {
float: left;
margin-right: 30px;
position: relative;
color: #ffffff;
}
#primary .page.events-page .event-holder .img-holder .date-holder {
position: absolute;
top: 10px;
left: 10px;
background: #01c6b8;
padding: 12px 15px;
text-align: center;
border-radius: 2px;
}
#primary .page.events-page .event-holder .img-holder .date-holder a {
color: #fff;
}
#primary .page.events-page .event-holder .img-holder .date-holder strong {
display: block;
font-size: 24px;
line-height: 27px;
}
#primary .page.events-page .event-holder .img-holder .date-holder span {
font-weight: 300;
font-size: 13px;
line-height: 15px;
display: block;
}
#primary .page.events-page .event-holder .event-thumbnail {
display: block;
}
#primary .page.events-page .event-description {
overflow: hidden;
}
#primary .page.events-page .event-holder .entry-title {
font-size: 21px;
line-height: 28px;
color: #3c3c3c;
font-weight: 700;
margin-bottom: 20px;
position: relative;
}
#primary .page.events-page .event-holder .entry-header {
margin-bottom: 0;
}
#primary .page.events-page .event-holder .entry-title:after {
position: absolute;
top: 100%;
left: 0;
width: 30px;
content: '';
margin-top: 7px;
height: 1px;
background: #c5c4c7;
}
#primary .page.events-page .event-holder .entry-title a {
color: #3c3c3c;
}
#primary .page.events-page .event-holder .entry-title a:hover {
color: #018178;
}
#primary .page.events-page .event-holder .entry-meta {
text-transform: uppercase;
font-size: 15px;
line-height: 18px;
letter-spacing: 1px;
}
#primary .page.events-page .event-holder .entry-meta span {
margin-right: 0;
padding-right: 0;
margin-bottom: 10px;
display: block;
}
#primary .page.events-page .event-holder .entry-meta span svg {
margin-right: 5px;
}
#primary .page.events-page .event-holder .entry-meta span:after {
display: none;
}
#primary .page.events-page .event-holder .entry-content {
margin-top: 15px;
}
#primary .page.single-event .event-holder .entry-title {
font-size: 36px;
line-height: 40px;
font-weight: 700;
margin-bottom: 25px;
}
#primary .page.single-event .event-info {
background: #01c6b8;
font-size: 13px;
line-height: 15px;
color: #ffffff;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 35px;
}
#primary .page.single-event .event-info:after {
display: block;
content: '';
clear: both;
}
#primary .page.single-event .event-info .col {
width: 33.33%;
float: left;
padding: 25px 36px;
border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#primary .page.single-event .event-info .col:first-child {
border-left: 0;
}
#primary .page.single-event .event-info .text svg {
vertical-align: middle;
display: inline-block;
font-size: 24px;
line-height: 24px;
margin-right: 16px;
float: left;
}
#primary .page.single-event .event-info .text strong {
overflow: hidden;
display: block;
}
#primary .page.single-event .event-holder .img-holder {
position: relative;
}
#primary .page.single-event .event-holder .img-holder img{
width: 100%;
}
#primary .page.single-event .event-holder .img-holder:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
content: '';
width: 100%;
background: rgba(0, 0, 0, 0.2);
}
#primary .page.single-event .event-top-block {
background: #f7f7f8;
padding: 45px 35px 30px;
}
#primary .page.single-event .event-top-block .col {
width: 50%;
padding: 0 15px;
float: left;
}
#primary .page.single-event .event-top-block h4 {
font-size: 21px;
line-height: 25px;
color: #323234;
margin-bottom: 20px;
}
#primary .page.single-event .event-top-block ul {
margin: 0;
padding: 0;
}
#primary .page.single-event .event-top-block ul li {
list-style: none;
margin-bottom: 20px;
}
#primary .page.single-event .event-top-block ul li strong {
display: block;
color: #535356;
font-size: 17px;
line-height: 20px;
margin-bottom: 8px;
}
#primary .page.single-event .event-top-block ul li span {
display: block;
font-size: 16px;
line-height: 20px;
color: #6e6d72;
}
#primary .page.single-event .event-holder .entry-footer {
margin-bottom: 40px;
}
#primary .page.single-event .event-holder .entry-footer .btn {
display: inline-block;
padding: 15px 30px;
background: #01c6b8;
color: #fff;
border: 2px solid #01c6b8;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
margin-right: 10px;
font-size: 15px;
line-height: 18px;
font-weight: 700;
text-transform: uppercase;
}
#primary .page.single-event .event-holder .entry-footer .btn:hover {
background: none;
color: #01c6b8;
}
#primary .page.single-event .event-holder .location-holder {
overflow: hidden;
background: #f7f7f8;
}
#primary .page.single-event .event-holder .location-holder .col {
width: 50%;
float: right;
}
#primary .page.single-event .event-holder .location-holder .col.left {
padding: 35px 30px;
}
#primary .page.single-event .event-holder .location-holder h4 {
font-size: 21px;
line-height: 25px;
color: #323234;
margin-bottom: 15px;
} #primary .page.services-page .col-3 .holder {
text-align: center;
padding: 30px 20px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
border: 1px solid #fff;
}
#primary .page.services-page .col-3 h5 {
font-size: 26px;
line-height: 30px;
color: #3c3c3c;
font-weight: normal;
margin-bottom: 34px;
position: relative;
}
#primary .page.services-page .col-3 h5:after {
content: '';
width: 30px;
height: 1px;
position: absolute;
left: 50%;
top: 100%;
margin-top: 15px;
background: #c5c4c7;
margin-left: -30px;
}
#primary .page.services-page .col-3 .image {
margin-bottom: 30px;
border-radius: 50%;
display: inline-block;
-webkit-transition: ease-out 0.5s;
-moz-transition: ease-out 0.5s;
transition: ease-out 0.5s;
}
#primary .page.services-page .col-3 .image svg{
height: 130px;
width: 130px;
}
#primary .page.services-page .col-3:hover .holder,
#primary .page.services-page .col-3:focus .holder {
border-color: #01c6b8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
} #primary .page.courses-page .course-filter-wrapper {
text-align: center;
margin-bottom: 30px;
}
#primary .page.courses-page .course-filter-wrapper .item {
display: inline-block;
cursor: pointer;
margin-right: 8px;
margin-bottom: 12px;
font-weight: bold;
border: 1px solid #01c6b8;
padding: 12px 30px;
font-size: 14px;
line-height: 17px;
text-transform: uppercase;
color: #121212;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
}
#primary .page.courses-page .course-filter-wrapper .item:last-child {
margin-right: 0;
}
#primary .page.courses-page .course-filter-wrapper .item:hover {
color: #fff;
background: #01c6b8;
}
#primary .page.courses-page .course-filter-wrapper .item:hover a {
color: #fff;
}
#primary .page.courses-page .course-filter-wrapper .is-active a {
color: #fff;
}
#primary .page.courses-page .course-filter-wrapper .item a:hover {
text-decoration: none;
}
#primary .page.courses-page .post {
background: #f5f5f7;
padding: 19px 19px 0;
border: 1px solid #ebebeb;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
margin: 0;
}
#primary .page.courses-page .post .post-thumbnail {
padding: 0;
border: 0;
position: relative;
width: 100%;
padding-top: 72.1%;
height: 0;
display: block;
}
.page.courses-page article .post-thumbnail img,
.page.courses-page article .post-thumbnail svg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
object-fit: cover;
width: 100%;
}
#primary .page.courses-page .post:hover,
#primary .page.courses-page .post:focus {
border-color: #01c6b8;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}
#primary .page.courses-page .post .entry-content,
#primary .page.courses-page .post .entry-header {
padding: 0;
}
#primary .page.courses-page.post .entry-header {
padding-top: 26px;
}
#primary .page.courses-page .post .entry-title {
margin-bottom: 0;
position: relative;
}
#primary .page.courses-page .post .entry-title:after {
position: absolute;
top: 100%;
left: 0;
width: 30px;
height: 1px;
background: #c1c0c3;
content: '';
margin-top: 12px;
}
#primary .page.courses-page .post .entry-title a {
font-size: 18px;
line-height: 22px;
color: #3c3c3c;
font-weight: 700;
text-transform: uppercase;
}
#primary .page.courses-page .post .entry-title a:hover,
#primary .page.courses-page .post .entry-title a:focus {
color: #01c6b8;
}
#primary .page.courses-page .btn-holder {
text-align: center;
} #primary .page.testimonial-page {}
#primary .page.testimonial-page .testimonial-holder {}
#primary .page.testimonial-page .testimonial-holder blockquote {
background: #f4f4f4;
font-size: 18px;
line-height: 28px;
color: #555458;
position: relative;
padding: 60px 30px 30px;
margin: 0 0 20px;
}
#primary .page.testimonial-page .testimonial-holder blockquote:before {
position: absolute;
top: 30px;
left: 30px;
content: "";
width: 26px;
height: 28px;
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2301c6b8' viewBox='0 0 512 512'%3E%3Cpath d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") center center no-repeat;
}
#primary .page.testimonial-page .testimonial-holder blockquote:after {
width: 0;
height: 0;
border-top: 25px solid #dddddd;
border-left: 25px solid transparent;
top: 100%;
left: 0;
position: absolute;
}
#primary .page.testimonial-page .testimonial-holder cite {
display: block;
overflow: hidden;
font-style: normal;
margin-left: 46px;
}
#primary .page.testimonial-page .testimonial-holder {
margin-bottom: 60px;
}
#primary .page.testimonial-page .testimonial-holder cite img {
float: left;
display: block;
margin-right: 18px;
}
#primary .page.testimonial-page .testimonial-holder cite .text {
overflow: hidden;
}
#primary .page.testimonial-page .testimonial-holder cite strong {
font-size: 22px;
line-height: 28px;
color: #323234;
font-weight: 700;
display: block;
}
#primary .page.testimonial-page .testimonial-holder cite span {
font-weight: 700;
font-size: 15px;
line-height: 18px;
color: #6e6d72;
display: block;
} #primary .page.team-page .member-holder {
background: #f7f7f8;
margin-bottom: 40px;
overflow: hidden;
padding: 0 35px;
}
#primary .page.team-page .member-holder .social-networks {
margin: 0;
padding: 0;
font-size: 12px;
line-height: 15px;
display: table-cell;
vertical-align: middle;
}
#primary .page.team-page .member-holder .social-networks li {
list-style: none;
margin-bottom: 13px;
}
#primary .page.team-page .member-holder .social-networks li a {
height: 32px;
width: 32px;
background: #9da4ad;
border-radius: 50%;
display: block;
text-align: center;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
color: #fff;
padding-top: 8px;
}
#primary .page.team-page .member-holder .left-content {
float: left;
margin-right: 30px;
}
#primary .page.team-page .member-holder .text {
overflow: hidden;
}
#primary .page.team-page .member-holder .social-networks li a:hover {
background: #01c6b8;
text-decoration: none;
}
#primary .page.team-page .member-holder .img-holder {
display: table-cell;
padding: 0 0 0 30px;
max-width: 360px;
}
#primary .page.team-page .member-holder .text {
display: table-cell;
padding: 43px 0;
}
#primary .page.team-page .member-holder .text .top-info {
margin-bottom: 20px;
}
#primary .page.team-page .member-holder .text .top-info strong {
display: block;
font-size: 36px;
line-height: 40px;
color: #323234;
font-weight: 700;
margin-bottom: 15px;
}
#primary .page.team-page .member-holder .text .top-info span {
font-size: 17px;
line-height: 20px;
color: #6e6d72;
margin-bottom: 8px;
display: block;
}
#primary .page.team-page .member-holder .text .top-info span a {
color: #6e6d72;
font-style: italic;
text-decoration: underline;
} #primary .page.single-course .course-holder .entry-title {
font-size: 36px;
line-height: 40px;
font-weight: 700;
margin-bottom: 25px;
}
#primary .page.single-course .course-holder .entry-meta {
letter-spacing: 1px;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: center;
align-items: center;
}
#primary .page.single-course .course-holder .entry-meta span{
display: inline-block;
vertical-align: middle;
}
#primary .page.single-course .course-holder .entry-meta span.byline span{
margin-top: 5px;
vertical-align: top;
margin-right: 0;
padding-right: 0;
}
#primary .page.single-course .course-holder .entry-meta img {
border-radius: 50%;
width: 40px;
vertical-align: middle;
margin-right: 8px;
}
#primary .page.single-course .course-holder .entry-meta span:after {
display: none;
}
#primary .page.single-course .course-holder .entry-meta span,
#primary .page.single-course .course-holder .entry-meta span a {
vertical-align: middle;
}
#primary .page.single-course .course-holder .entry-meta span.byline {
font-weight: 700;
}
#primary .page.single-course .course-holder .img-holder {
position: relative;
margin-bottom: 35px;
}
#primary .page.single-course .course-holder .img-holder:after {
position: absolute;
top: 0;
left: 0;
height: 100%;
content: '';
width: 100%;
background: rgba(0, 0, 0, 0.2);
}
#primary .page.single-course .course-holder .course-top-block {
background: #f7f7f8;
padding: 45px 35px 30px;
}
#primary .page.single-course .course-holder .course-top-block .col {
width: 50%;
padding: 0 15px;
float: left;
}
#primary .page.single-course .course-holder .course-top-block h4 {
font-size: 21px;
line-height: 25px;
color: #323234;
margin-bottom: 20px;
}
#primary .page.single-course .course-holder .course-top-block ul {
margin: 0;
padding: 0;
}
#primary .page.single-course .course-holder .course-top-block ul li {
list-style: none;
margin-bottom: 20px;
}
#primary .page.single-course .course-holder .course-top-block ul li strong {
display: block;
color: #535356;
font-size: 17px;
line-height: 20px;
margin-bottom: 8px;
}
#primary .page.single-course .course-holder .course-top-block ul li span {
display: block;
font-size: 16px;
line-height: 20px;
color: #6e6d72;
}
#primary .page.single-course .course-holder .entry-footer {
margin-bottom: 40px;
}
#primary .page.single-course .course-holder .entry-footer .btn {
display: inline-block;
padding: 15px 30px;
background: #01c6b8;
color: #fff;
border: 2px solid #01c6b8;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
margin-right: 10px;
font-size: 15px;
line-height: 18px;
font-weight: 700;
text-transform: uppercase;
}
#primary .page.single-course .course-holder .entry-footer .btn:hover {
background: none;
color: #01c6b8;
} #primary .page.contact-page {
margin-top: -72px;
}
#primary .page.contact-page .contact-holder {
overflow: hidden;
padding-top: 0;
}
#primary .page.contact-page .contact-holder .map-holder { }
#primary .page.contact-page .contact-holder .map-holder img,
#primary .page.contact-page .contact-holder .map-holder iframe {
width: 100%;
}
#primary .page.contact-page .contact-holder .contact-info-holder {
overflow: hidden;
background: #f7f7f8;
}
#primary .page.contact-page .contact-holder .map-holder+.container .contact-info-holder {
margin-top: -5em;
position: relative;
}
#primary .page.contact-page .contact-holder .contact-info-holder .left {
width: 43%;
float: left;
padding: 45px;
}
#primary .page.contact-page .contact-holder .contact-info .title {
color: #323234;
font-size: 32px;
line-height: 36px;
font-weight: 700;
margin-bottom: 15px;
}
#primary .page.contact-page .contact-holder .contact-info ul {
margin: 0;
padding: 0;
font-size: 18px;
line-height: 24px;
color: #555458;
font-weight: 700;
}
#primary .page.contact-page .contact-holder .contact-info ul li svg {
color: #555458;
font-size: 26px;
line-height: 30px;
margin-right: 20px;
float: left;
}
#primary .page.contact-page .contact-holder .contact-info ul li span {
overflow: hidden;
display: block;
}
#primary .page.contact-page .contact-holder .contact-info ul li span p {
margin: 0;
}
#primary .page.contact-page .contact-holder .contact-info ul li {
list-style: none;
margin-bottom: 20px;
}
#primary .page.contact-page .contact-holder .contact-info .social-networks {
margin: 30px 0 0;
}
#primary .page.contact-page .contact-holder .contact-info .social-networks li a {
background: #9da4ad;
text-align: center;
border: 1px solid #9da4ad;
}
#primary .page.contact-page .contact-holder .contact-info .social-networks li a svg {
color: #fff;
font-size: 20px;
line-height: 24px;
margin-right: 0;
float: none;
}
#primary .page.contact-page .contact-holder .contact-info .social-networks li a:hover {
background: #01c6b8;
border-color: #01c6b8;
}
#primary .page.contact-page .contact-holder .contact-info-holder .right {
width: 57%;
float: right;
background: #49596b;
padding: 60px 60px 50px;
position: relative;
}
#primary .page.contact-page .contact-holder .contact-info-holder .right:before {
position: absolute;
top: 63px;
right: 100%;
content: '';
width: 0;
height: 0;
border-top: 15px solid transparent;
border-right: 20px solid #49596b;
border-bottom: 15px solid transparent;
}
#primary .page.contact-page .contact-holder .contact-info-holder .contact-info {
overflow: hidden;
}
#primary .page.contact-page .contact-holder .contact-info-holder .form-holder form {
width: 100%;
font-size: 17px;
line-height: 20px;
color: #e3e3e3;
}
#primary .page.contact-page .contact-holder .contact-info-holder .form-holder h3 {
font-size: 22px;
line-height: 25px;
color: #ffffff;
}
#primary .page.contact-page .contact-holder .form-holder form input[type="text"],
#primary .page.contact-page .contact-holder .form-holder form input[type="email"] {
width: 100%;
height: 58px;
border: 1px solid #c3c7ca;
border-radius: 0;
background: none;
font-size: 17px;
line-height: 20px;
color: #e3e3e3;
margin-bottom: 12px;
padding: 5px 10px;
}
#primary .page.contact-page .contact-holder .form-holder form textarea {
height: 140px;
background: none;
font-size: 17px;
line-height: 20px;
color: #e3e3e3;
margin-bottom: 20px;
padding: 15px;
border-radius: 0;
resize: none;
}
#primary .page.contact-page .contact-holder .form-holder form input[type="submit"] {
padding: 16px 62px;
background: #01c6b8;
color: #fff;
border: 1px solid #01c6b8;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
text-transform: uppercase;
font-size: 18px;
line-height: 22px;
font-weight: 700;
box-shadow: none;
border-radius: 0;
}
#primary .page.contact-page .contact-holder .form-holder form input[type="submit"]:hover {
background: none;
} #primary .page.about-page {
margin-bottom: -60px;
}
#primary .page.about-page .top-block {
margin-bottom: 60px;
}
#primary .page.about-page .top-block .col {
width: 50%;
padding: 0 15px;
float: right;
}
#primary .page.about-page .top-block h2 {
font-size: 36px;
line-height: 40px;
color: #3c3c3c;
font-weight: 700;
}
#primary .page.about-page .top-block .col ul {
margin: 0;
padding: 0;
overflow: hidden;
font-size: 18px;
line-height: 22px;
color: #3c3c3c;
}
#primary .page.about-page .top-block .col ul li {
list-style: none;
width: 50%;
float: left;
padding-left: 25px;
margin-bottom: 10px;
position: relative;
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/list-icon2.png) no-repeat 0 center;
}
#primary .page.about-page .stat-area {
padding: 80px 0;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#primary .page.about-page .stat-area:after {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
content: '';
z-index: 10;
height: 100%;
width: 100%;
}
#primary .page.about-page .stat-area .container {
position: relative;
z-index: 400;
}
#primary .page.about-page .stat-area .widget_rara_academic_pro_stat_counter_widget {
width: 25%;
padding: 0 15px;
float: left;
}
#primary .page.about-page .stat-area .box {
border: 1px solid #fff;
text-align: center;
padding: 30px 22px;
color: #fcfcfc;
}
#primary .page.about-page .stat-area .icon-holder {
margin-bottom: 16px;
}
#primary .page.about-page .stat-area strong {
display: block;
font-weight: 700;
font-size: 62px;
line-height: 66px;
}
#primary .page.about-page .stat-area span {
display: block;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
}
#primary .page.about-page .choose-us {
padding: 60px 0;
background: #f5f5f6;
}
#primary .page.about-page .choose-us .section-title {
font-size: 36px;
line-height: 40px;
color: #323234;
font-weight: 400;
margin-bottom: 36px;
}
#primary .page.about-page .choose-us .widget {
width: 33.33%;
padding: 0 15px;
float: left;
margin-bottom: 30px;
}
#primary .page.about-page .choose-us h3 {
position: relative;
font-size: 26px;
line-height: 30px;
color: #3c3c3c;
font-weight: 400;
}
#primary .page.about-page .choose-us h3:after {
position: absolute;
top: 100%;
left: 0;
height: 1px;
background: #c1c0c3;
width: 30px;
content: '';
margin-top: 14px;
}
#primary .page.about-page .choose-us .icon-holder {
margin-bottom: 15px;
} #primary .page.about-page .company-features {
padding: 80px 0 30px;
}
#primary .page.about-page .company-features .widget {
width: 50%;
float: left;
padding: 0 15px;
margin-bottom: 30px;
}
#primary .page.about-page .company-features h2 {
font-size: 28px;
line-height: 32px;
color: #3c3c3c;
margin-bottom: 30px;
text-transform: uppercase;
}
#primary .page.about-page .company-features h2 img {
margin-right: 20px;
}
#primary .page.about-page .company-features .icon-holder {
float: left;
margin-right: 10px;
margin-top: 5px;
}
#primary .page.about-page .company-features .text-holder {
overflow: hidden;
} #primary .page.about-page .clients {
padding: 70px 0;
}
#primary .page.about-page .clients .col { padding-left: 30px;
padding-right: 30px;
}
#primary .page.about-page .clients .img-holder { width: 100%;
text-align: center; }
#primary .page.about-page .clients .img-holder img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
#primary .page.about-page .clients .img-holder img:hover,
#primary .page.about-page .clients .img-holder img:focus {
-webkit-filter: grayscale(0);
filter: grayscale(0);
width: auto;
display: inline-block;
}
#primary .page.about-page .clients .owl-carousel .owl-nav [class*="owl-"] {
height: 26px;
width: 14px;
top: 50%;
position: absolute;
text-indent: 20px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
#primary .page.about-page .clients .owl-carousel .owl-nav .owl-prev {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/prev.png) no-repeat;
left: 10px;
}
#primary .page.about-page .clients .owl-carousel .owl-nav .owl-next {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/next.png) no-repeat;
right: 10px;
}
#primary .page.about-page .clients .owl-carousel .owl-nav [class*="owl-"]:hover {
opacity: 1;
filter: alpha(opacity=100);
}  .site-header.header-two {
position: relative;
}
.site-header.header-two .header-top {
background: #ffffff;
padding: 0;
}
.site-header.header-two .contact-info {
font-size: 15px;
line-height: 18px;
float: left;
margin-top: 8px;
}
.site-header.header-two .contact-info span {
display: inline-block;
margin-right: 12px;
}
.site-header.header-two .contact-info a:hover {
color: #01a196;
}
.site-header.header-two .contact-info span svg {
margin-right: 7px;
color: #01c6b8;
font-size: 14px;
line-height: 17px;
}
.site-header.header-two .contact-info a {
color: #5d7289;
}
.site-header.header-two .contact-info a:hover,
.site-header.header-two .contact-info a:focus {
text-decoration: none;
}
.site-header.header-two .header-top .social-networks {
font-size: 14px;
line-height: 14px;
color: #656a70;
margin-top: 5px;
}
.site-header.header-two .header-top .social-networks li a {
border: 1px solid #e4e5e6;
background: none;
font-size: 14px;
line-height: 14px;
padding-top: 10px;
color: #01c6b8;
}
.site-header.header-two .header-top .social-networks li a:hover {
background: #01c6b8;
border: 1px solid #01c6b8;
color: #fff;
}
.site-header.header-two .header-top .form-holder {
float: right;
border-left: 1px solid #ebeced;
border-right: 1px solid #ebeced;
padding-left: 11px;
padding-right: 11px;
margin-left: 11px;
font-size: 14px;
}
.site-header.header-two .header-top .form-holder .search-btn{
border: none;
background: none;
padding: 0;
margin: 0;
}
.site-header.header-two .header-top .form-holder .search-btn:focus{
outline: dotted 1px rgba(0,0,0,0.3);
}
.site-header.header-two .header-top .form-holder svg {
color: #01d0c1;
font-size: 14px;
line-height: 17px;
cursor: pointer;
}
.site-header.header-two .header-bottom {
background: rgba(0, 0, 0, 0.1);
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 40;
padding: 24px 0;
}
.no-slider .site-header.header-two .header-bottom {
position: unset;
background: #000;
}
.site-header.header-two .site-branding {
color: #ffffff;
font-size: 32px;
line-height: 36px;
margin-top: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: center;
align-items: center;
}
.site-header.header-two .site-branding .site-logo{
padding-right: 15px;
}
.site-header.header-two .site-branding a,
.site-header.header-two .site-branding .site-description {
color: #fff;
}
.site-header.header-two .main-navigation a {
text-transform: none;
color: #fff;
font-size: 18px;
line-height: 22px;
font-weight: 700;
padding: 10px 30px 12px;
}
.site-header.header-two .main-navigation li {
margin-left: 5px;
}
.site-header.header-two .main-navigation ul ul li {
margin-left: 0;
}
.site-header.header-two .main-navigation ul ul li:hover>a {
color: #fff;
}
.site-header.header-two .main-navigation ul ul {
background: #f5f5f7;
box-shadow: none;
}
.site-header.header-two .main-navigation ul ul a {
color: #323234;
}
.site-header.header-two .main-navigation {
margin-top: 7px;
}
.site-header.header-two .main-navigation li.current-menu-item a,
.site-header.header-two .main-navigation li:hover>a {
background: #01c6b8;
}
.site-header.header-two #nav-anchor {
color: #fff;
opacity: 0.8;
}
.site-header.header-two #nav-anchor span {
background: #fff;
}
.site-header.header-two #nav-anchor a {
border: 1px solid #fff;
}
.site-header.header-two .header-top .form-holder {
position: relative;
padding-top: 10px;
padding-bottom: 10px;
}
.site-header.header-two .form-holder form {
display: none;
position: absolute;
width: 280px;
right: 0;
top: 100%;
z-index: 9999;
height: 50px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background: #fff;
}
.site-header.header-two .form-holder form input[type="search"] {
height: 100%;
float: left;
width: 66%;
padding: 0 10px;
border: 0;
border-radius: 0;
color: #01C6B8;
font-size: 15px;
line-height: 18px;
font-style: italic;
}
.site-header.header-two .form-holder form input[type="submit"] {
float: right;
height: 100%;
width: 25%;
padding: 0 10px;
border: 0;
border-radius: 0;
background: #01C6B8;
box-shadow: none;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
border-bottom-right-radius: 5px;
line-height: 15px;
}
.site-header.header-two .contact-info {
margin-top: 12px;
} .site-header.header-three {}
.site-header.header-three .header-top {
background: #14181c;
}
.site-header.header-three .header-top .social-networks {
float: left;
}
.site-header.header-three .header-top .social-networks li a {
background: #2c3033;
}
.site-header.header-three .header-top .social-networks li a:hover {
background: #01c6b8;
}
.site-header.header-three .header-top .imp-links {
float: right;
margin-top: 3px;
}
.site-header.header-three .header-top .imp-links li {
display: inline-block;
border-left: 1px solid #6f706f;
padding-left: 15px;
margin-left: 15px;
font-size: 14px;
line-height: 12px;
color: #d6d6d6;
position: relative;
}
.site-header.header-three .header-top .imp-links li:first-child {
border-left: 0;
}
.site-header.header-three .header-top .imp-links li a {
color: #d6d6d6;
display: block;
padding: 0 0 8px;
}
.site-header.header-three .header-top .imp-links li a:hover,
.site-header.header-three .header-top .imp-links li a:focus,
.site-header.header-three .header-top .imp-links li:hover>a,
.site-header.header-three .header-top .imp-links li:focus>a {
color: #06c2b5;
text-decoration: none;
}
.site-header.header-three .header-top .imp-links li svg {
margin-right: 7px;
}
.site-header.header-three .header-top .imp-links ul {
position: absolute;
top: 100%;
right: 0;
width: 200px;
background: #14181C;
text-align: right;
padding: 5px 0;
opacity: 0;
margin-left: -99999px;
}
.site-header.header-three .header-top .imp-links li.focus>ul,
.site-header.header-three .header-top .imp-links li:hover>ul,
.site-header.header-three .header-top .imp-links li:focus>ul {
opacity: 1;
margin-left: 0;
}
.site-header.header-three .header-top .imp-links ul ul {
right: 100%;
top: 0;
}
.site-header.header-three .header-top .imp-links ul li {
float: none;
display: block;
margin: 0;
padding: 0;
border: 0;
}
.site-header.header-three .header-top .imp-links ul li a {
padding: 5px 10px;
}
.site-header.header-three .header-bottom {
padding: 30px 0;
}
.site-header.header-three .header-bottom .col {
width: 33.33%;
float: left;
padding: 0 15px;
}
.site-header.header-three .header-bottom .col:after {
content: '';
display: block;
clear: both;
}
.site-header.header-three .header-bottom .col:nth-child(2) {
text-align: center;
}
.site-header.header-three .site-branding {
margin-top: 0;
-webkit-justify-content: center;
justify-content: center;
}
.site-header.header-three .site-branding a {
color: #2e3944;
}
.site-header.header-three .site-branding .site-title {
text-transform: uppercase;
}
.site-header.header-three .site-branding .site-description {
color: #7c8187;
font-size: 18px;
line-height: 22px;
}
.site-header.header-three .contact-info {
font-size: 15px;
line-height: 18px;
}
.site-header.header-three .contact-info span {
display: block;
margin-right: 0;
margin-bottom: 6px;
}
.site-header.header-three .contact-info span a {
color: #2e3944;
}
.site-header.header-three .contact-info span a:hover,
.site-header.header-three .contact-info span a:focus {
text-decoration: none;
color: #01c6b8;
}
.site-header.header-three .form-holder .search-btn {
display: none;
}
.site-header.header-three .form-holder {
float: right;
}
.site-header.header-three .form-holder form {
background: #f4f4f4;
height: 46px;
width: 310px;
position: relative;
}
.site-header.header-three .form-holder form:after {
content: '';
display: block;
clear: both;
}
.site-header.header-three .form-holder form input[type="search"] {
float: left;
width: 70%;
padding: 0 10px;
margin: 0;
height: 100%;
background: none;
border: 0;
border-radius: 0;
color: #a5a5a5;
font-style: italic;
font-size: 15px;
line-height: 18px;
}
.site-header.header-three .form-holder form input[type="submit"] {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/search-icon2.png) no-repeat center center;
float: right;
border: 0;
border-radius: 0;
padding: 0;
margin: 0;
height: 100%;
width: 20%;
text-indent: -9999px;
box-shadow: none;
}
.site-header.header-three .nav-holder {
background: #06c2b5;
}
.site-header.header-three .main-navigation {
float: none;
margin-top: 0;
}
.site-header.header-three .main-navigation a {
font-weight: 700;
padding: 24px 26px;
color: #ffffff;
font-size: 16px;
line-height: 20px;
}
.site-header.header-three .main-navigation li.current-menu-item>a,
.site-header.header-three .main-navigation li:hover>a {
color: #06c2b5;
background: #fff;
}
.site-header.header-three .main-navigation li {
margin-left: 1px;
}
.site-header.header-three .main-navigation ul ul {
background: #06c2b5;
}
.site-header.header-three .main-navigation ul ul a {
padding: 13px 18px;
}
.site-header.header-three .main-navigation ul ul li {
margin: 0;
} .site-header.header-four .header-top {
background: none;
padding: 0;
border-bottom: 1px solid #efefef;
}
.site-header.header-four .header-top .social-networks {
float: left;
border-right: 1px solid #efefef;
}
.site-header.header-four .header-top .social-networks li {
border-left: 1px solid #efefef;
margin: 0; }
.site-header.header-four .header-top .social-networks li a {
color: #01c6b8;
height: auto;
border-radius: 0;
background: none;
font-size: 16px;
line-height: 20px;
width: auto;
padding: 11px 14px;
display: block;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.site-header.header-four .header-top .social-networks li a:hover {
background: #01c6b8;
color: #fff;
}
.site-header.header-four .header-top .social-networks li svg {}
.site-header.header-four .header-top .imp-links {
float: right;
margin: 6px 0 8px;
}
.site-header.header-four .header-top .imp-links li {
display: inline-block;
border-left: 1px solid #909090;
padding-left: 15px;
margin-left: 15px;
font-size: 15px;
line-height: 18px;
color: #909090;
position: relative;
}
.site-header.header-four .header-top .imp-links li:first-child {
border-left: 0;
}
.site-header.header-four .header-top .imp-links li a {
color: #909090;
display: inline-block;
padding: 0 0 2px;
}
.site-header.header-four .header-top .imp-links li a:hover,
.site-header.header-four .header-top .imp-links li a:focus,
.site-header.header-four .header-top .imp-links li:hover>a,
.site-header.header-four .header-top .imp-links li:focus>a {
color: #06c2b5;
text-decoration: none;
}
.site-header.header-four .header-top .imp-links li svg {
margin-right: 7px;
}
.site-header.header-four .header-top .imp-links ul {
position: absolute;
top: 100%;
right: 0;
width: 200px;
background: #fff;
text-align: right;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
display: none;
}
.site-header.header-four .header-top .imp-links li:hover>ul {
display: block;
}
.site-header.header-four .header-top .imp-links ul ul {
right: 100%;
top: 0;
}
.site-header.header-four .header-top .imp-links ul li {
float: none;
display: block;
margin: 0;
padding: 0;
border: 0;
}
.site-header.header-four .header-top .imp-links ul li a {
display: block;
padding: 5px 10px;
}
.site-header.header-four .header-bottom {
padding: 10px 0 36px;
}
.site-header.header-four .header-bottom .col {
padding: 0 15px;
float: left;
}
.site-header.header-four .header-bottom .col.one {
width: 25%;
}
.site-header.header-four .header-bottom .col.two {
width: 75%;
float: right;
}
.site-header.header-four .header-bottom .contact-info {
overflow: hidden;
float: right;
font-size: 15px;
line-height: 18px;
margin-top: 18px;
}
.site-header.header-four .header-bottom .contact-info span {
float: left;
display: block;
width: 46px;
height: 46px;
border: 2px solid #868e97;
text-align: center;
margin-right: 10px;
font-size: 15px;
line-height: 18px;
color: #2e3944;
padding: 10px 4px;
}
.site-header.header-four .header-bottom .contact-info .text-holder {
overflow: hidden;
float: left;
font-weight: 700;
}
.site-header.header-four .header-bottom .contact-info .text-holder strong {
color: #838689;
}
.site-header.header-four .header-bottom .contact-info .text-holder:first-child {
margin-right: 20px;
}
.site-header.header-four .header-bottom .contact-info .text {
float: left;
text-transform: uppercase;
}
.site-header.header-four .header-bottom .contact-info .text a {
display: block;
text-transform: none;
color: #2e3944;
}
.site-header.header-four .header-bottom .contact-info .text a:hover,
.site-header.header-four .header-bottom .contact-info .text a:focus {
color: #01c6b8;
text-decoration: none;
}
.site-header.header-four .nav-holder {
background: #06c2b5;
}
.site-header.header-four .main-navigation {
float: none;
margin-top: 0;
}
.site-header.header-four .main-navigation a {
font-weight: 700;
padding: 24px 26px;
color: #ffffff;
font-size: 16px;
line-height: 20px;
}
.site-header.header-four .main-navigation li.current-menu-item>a,
.site-header.header-four .main-navigation li:hover>a {
color: #06c2b5;
background: #fff;
}
.site-header.header-four .main-navigation li {
border-left: 1px solid rgba(255, 255, 255, 0.2);
margin-left: 0;
}
.site-header.header-four .main-navigation li:first-child,
.site-header.header-four .main-navigation ul ul li {
border-left: 0;
}
.site-header.header-four .main-navigation ul ul {
background: #06c2b5;
}
.site-header.header-four .main-navigation ul ul a {
padding: 13px 18px;
}
.site-header.header-four .form-holder .search-btn {
display: none;
}
.site-header.header-four .form-holder {
float: right;
margin-top: 18px;
margin-right: 20px;
}
.site-header.header-four .form-holder form {
background: none;
height: 46px;
width: 310px;
border: 2px solid #06c2b5;
position: relative;
}
.site-header.header-four .form-holder form:after {
content: '';
display: block;
clear: both;
}
.site-header.header-four .form-holder form input[type="search"] {
float: left;
width: 70%;
padding: 0 10px;
margin: 0;
height: 100%;
background: none;
border: 0;
border-radius: 0;
color: #a5a5a5;
font-style: italic;
font-size: 15px;
line-height: 18px;
}
.site-header.header-four .form-holder form input[type="submit"] {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/search-icon2.png) no-repeat center center;
float: right;
border: 0;
border-radius: 0;
padding: 0;
margin: 0;
height: 100%;
width: 20%;
text-indent: -9999px;
box-shadow: none;
border-left: 2px solid #06c2b5;
} .site-header.header-five .header-top {
background: #01c6b8;
padding: 0;
}
.site-header.header-five .header-top .social-networks {
float: right;
margin: 4px 0;
}
.site-header.header-five .header-top .social-networks li a {
color: #01c6b8;
height: 40px;
background: #ffffff;
border-radius: 0;
font-size: 16px;
line-height: 20px;
width: 40px;
padding: 8px 3px;
border: 1px solid #fff;
transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
}
.site-header.header-five .header-top .social-networks li a:hover {
background: none;
color: #fff;
}
.site-header.header-five .header-top .social-networks li a:hover {
background: none;
}
.site-header.header-five .header-top .imp-links {
float: left;
}
.site-header.header-five .header-top .imp-links li {
display: inline-block;
border-left: 1px solid rgba(255, 255, 255, 0.2);
padding-left: 15px;
margin-right: 15px;
padding-top: 9px;
padding-bottom: 9px;
font-size: 15px;
line-height: 18px;
color: #f4f4f4;
position: relative;
}
.site-header.header-five .header-top .imp-links li:first-child {
border-left: 0;
padding-left: 0;
}
.site-header.header-five .header-top .imp-links li a {
color: #f4f4f4;
display: inline-block;
padding: 6px 0;
}
.site-header.header-five .header-top .imp-links li a:hover,
.site-header.header-five .header-top .imp-links li a:focus,
.site-header.header-five .header-top .imp-links li:hover>a,
.site-header.header-five .header-top .imp-links li:focus>a {
color: #282e33;
text-decoration: none;
}
.site-header.header-five .header-top .imp-links li svg {
margin-right: 7px;
}
.site-header.header-five .header-top .imp-links ul {
position: absolute;
top: 100%;
left: 0;
background: #01C6B8;
width: 200px;
padding: 0 0 5px;
display: none;
}
.site-header.header-five .header-top .imp-links li:hover>ul,
.site-header.header-five .header-top .imp-links li:focus>ul {
display: block;
}
.site-header.header-five .header-top .imp-links ul li {
float: none;
display: block;
margin: 0;
padding: 0;
border: 0;
}
.site-header.header-five .header-top .imp-links ul li a {
display: block;
padding: 6px 6px 6px 15px;
}
.site-header.header-five .header-top .imp-links ul li a:hover,
.site-header.header-five .header-top .imp-links ul li a:focus {
background: rgba(255, 255, 255, 0.3);
}
.site-header.header-five .header-top .imp-links ul ul {
left: 100%;
top: 0;
}
.site-header.header-five .header-bottom {
padding: 0;
background: #fff;
}
.site-header.header-five .main-navigation {
float: right;
margin: 8px 0;
}
.site-header.header-five .site-branding {
margin: 0;
}
.site-header.header-five .main-navigation a {
color: #01c6b8;
font-size: 16px;
line-height: 20px;
padding: 36px 26px;
font-weight: 700;
text-transform: none;
}
.site-header.header-five .main-navigation a:hover,
.site-header.header-five .main-navigation ul li.current-menu-item>a,
.site-header.header-five .main-navigation ul li:hover>a {
color: #282e33;
}
.site-header.header-five .main-navigation ul li {
margin-left: 0;
padding-left: 0;
position: relative;
}
.site-header.header-five .main-navigation ul li:after {
position: absolute;
top: 32px;
left: 0;
height: 28px;
width: 1px;
content: '';
background: #efefef;
}
.site-header.header-five .main-navigation ul ul li:after {
display: none;
}
.site-header.header-five .main-navigation ul li:last-child a {
padding-right: 0;
}
.site-header.header-five .main-navigation ul li:first-child:after {
display: none;
}
.site-header.header-five .main-navigation ul ul {
border-top: 0;
top: 100%;
}
.site-header.header-five .main-navigation ul ul a {
padding: 13px 24px;
}
.site-header.header-five .main-navigation ul ul li:focus,
.site-header.header-five .main-navigation ul ul li:hover > a,
.site-header.header-five .main-navigation ul ul li.focus > a,
.site-header.header-five .main-navigation ul ul li:focus > a,
.site-header.header-five .main-navigation ul ul a:focus{
background: none !important;
}
.site-header.header-five .main-navigation ul ul li {
border-bottom: 1px solid #efefef;
}
.site-header.header-five .main-navigation ul ul ul {
top: 0;
}
.site-header.header-five .main-navigation ul ul li:hover a {
background: none;
}
.site-header.header-five .main-navigation ul ul li:last-child {
border-bottom: 0;
}
.site-header.header-five .site-branding {
margin: 26px 0;
} .site-header.header-six .header-top {
background: #14181c;
position: relative;
z-index: 999;
}
.site-header.header-six .header-top .social-networks {
float: left;
}
.site-header.header-six .header-top .imp-links {
float: right;
margin-top: 3px;
}
.site-header.header-six .header-top .imp-links li {
display: inline-block;
border-left: 1px solid #34d1c6;
padding-left: 15px;
margin-right: 15px;
font-size: 15px;
line-height: 15px;
color: #f4f4f4;
position: relative;
}
.site-header.header-six .header-top .imp-links li:last-child {
margin-right: 0;
}
.site-header.header-six .header-top .imp-links li:first-child {
border-left: 0;
padding-left: 0;
}
.site-header.header-six .header-top .imp-links li a {
color: #f4f4f4;
display: inline-block;
padding: 0 0 7px;
}
.site-header.header-six .header-top .imp-links li a:hover,
.site-header.header-six .header-top .imp-links li a:focus,
.site-header.header-six .header-top .imp-links li:hover>a,
.site-header.header-six .header-top .imp-links li:focus>a {
opacity: 0.6;
text-decoration: none;
}
.site-header.header-six .header-top .imp-links li svg {
margin-right: 7px;
}
.site-header.header-six .header-top .imp-links ul {
position: absolute;
top: 100%;
right: 0;
width: 200px;
background: #14181C;
text-align: right;
padding: 2px 0 5px;
display: none;
}
.site-header.header-six .header-top .imp-links li:hover>ul,
.site-header.header-six .header-top .imp-links li:focus>ul {
display: block;
}
.site-header.header-six .header-top .imp-links ul li {
margin: 0;
padding: 0;
border: 0;
float: none;
display: block;
}
.site-header.header-six .header-top .imp-links ul li a {
display: block;
padding: 5px 10px;
}
.site-header.header-six .header-top .imp-links ul ul {
right: 100%;
top: 0;
}
.site-header.header-six .header-bottom {
background: #fff;
padding: 0;
}
.site-header.header-six .header-bottom .container {
position: relative;
}
.site-header.header-six .text-wrapper {
position: absolute;
top: 100%;
z-index: 450;
width: calc(100% - 30px);
}
.no-slider .site-header.header-six .text-wrapper {
position: unset;
padding-right: 0;
}
.site-header.header-six .text-wrapper .text-holder {
background: #fff;
}
.site-header.header-six .text-wrapper .text-holder .top {
padding: 0 30px;
overflow: hidden;
border-bottom: 1px solid #ebebeb;
}
.site-header.header-six .text-wrapper .text-holder .bottom {
padding: 0 30px;
}
.site-header.header-six .text-wrapper .text-holder .bottom:after,
.site-header.header-six .text-wrapper:after {
display: block;
content: '';
clear: both;
}
.site-header.header-six .header-bottom .contact-info {
float: right;
}
.site-header.header-six .header-bottom .contact-info {
overflow: hidden;
margin: 25px 0;
}
.site-header.header-six .header-bottom .contact-info .text-holder {
float: left;
margin-right: 30px;
}
.site-header.header-six .header-bottom .contact-info .text-holder:last-child {
margin-right: 0;
}
.site-header.header-six .header-bottom .contact-info .text-holder .text {
float: left;
text-transform: uppercase;
font-size: 15px;
line-height: 18px;
color: #838689;
}
.site-header.header-six .header-bottom .contact-info .text-holder .text a {
display: block;
text-transform: none;
}
.site-header.header-six .header-bottom .contact-info .icon-holder {
float: left;
display: block;
margin-right: 15px;
color: #838689;
font-size: 30px;
line-height: 30px;
padding-top: 3px;
}
.site-header.header-six .header-bottom .main-navigation {
float: left;
}
.site-header.header-six .header-bottom .form-holder {
float: right;
padding: 24px 0 24px 5px;
position: relative;
}
.site-header.header-six .header-top .form-holder {
position: relative;
padding-top: 10px;
padding-bottom: 10px;
}
.site-header.header-six .form-holder form {
display: none;
position: absolute;
width: 280px;
right: 0;
top: 100%;
z-index: 9999;
height: 50px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background: #fff;
}
.site-header.header-six .form-holder form input[type="search"] {
height: 100%;
float: left;
width: 66%;
padding: 0 10px;
border: 0;
border-radius: 0;
color: #01C6B8;
font-size: 15px;
line-height: 18px;
font-style: italic;
border-bottom-left-radius: 5px;
}
.site-header.header-six .form-holder form input[type="submit"] {
float: right;
height: 100%;
width: 25%;
padding: 0 10px;
border: 0;
border-radius: 0;
background: #01C6B8;
box-shadow: none;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
border-bottom-right-radius: 5px;
line-height: 15px;
}
.site-header.header-six .form-holder .search-btn {
cursor: pointer;
} .site-header.header-seven .header-top {
background: #14181c;
padding: 0;
}
.site-header.header-seven .header-top .contact-info {
float: left;
font-size: 15px;
line-height: 18px;
margin-top: 3px;
}
.site-header.header-seven .social-networks {
float: right;
margin-top: 32px;
}
.site-header.header-seven .social-networks a {
width: auto;
height: auto;
border-radius: 0;
background: none;
font-size: 18px;
line-height: 22px;
color: #3e3e41;
}
.site-header.header-seven .social-networks a:hover {
color: #01c6b8;
}
.site-header.header-seven .social-networks li {
float: left;
margin: 0 0 0 20px;
padding: 0;
}
.site-header.header-seven .header-top .contact-info span {
color: #dadada;
margin-right: 12px;
}
.site-header.header-seven .header-top .contact-info a {
color: #dadada;
}
.site-header.header-seven .header-top .contact-info a:hover,
.site-header.header-seven .header-top .contact-info a:focus {
opacity: 0.6;
text-decoration: none;
}
.site-header.header-seven .header-top .contact-info svg {
margin-right: 8px;
}
.site-header.header-seven {
position: absolute;
top: 0;
width: 100%;
z-index: 400;
}
.no-slider .site-header.header-seven {
position: unset;
}
.site-header.header-seven .header-bottom {
background: #fff;
}
.site-header.header-seven .header-top {
background: none;
}
.site-header.header-seven .header-top {
padding: 14px 3.3% 19px;
background: rgba(0,0,0,0.4);
}
.no-slider .site-header.header-seven .header-top {
background: #121212;
}
.site-header.header-seven .header-bottom {
padding: 0 3.3%;
}
.site-header.header-seven .fluid-container:after {
display: block;
content: '';
clear: both;
}
.site-header.header-seven .header-bottom .col {
width: 20%;
float: left;
padding: 0 15px;
}
.site-header.header-seven .header-bottom .col.large {
width: 60%;
}
.site-header.header-seven .imp-links {
float: right;
}
.site-header.header-seven .imp-links li {
display: inline-block;
border-left: 1px solid #4e5060;
padding-left: 15px;
margin-right: 15px;
font-size: 15px;
line-height: 15px;
color: #e5e5e5;
position: relative;
}
.site-header.header-seven .imp-links li:first-child {
border-left: 0;
padding-left: 0;
}
.site-header.header-seven .imp-links li a {
color: #e5e5e5;
display: inline-block;
padding: 0 0 7px;
}
.site-header.header-seven .imp-links li a:hover,
.site-header.header-seven .imp-links li a:focus,
.site-header.header-seven .imp-links li:hover>a,
.site-header.header-seven .imp-links li:focus>a {
opacity: 0.6;
text-decoration: none;
}
.site-header.header-seven .imp-links li svg {
margin-right: 7px;
}
.site-header.header-seven .imp-links ul {
position: absolute;
top: 100%;
right: 0;
text-align: right;
background: #121212;
width: 200px;
padding: 0 0 5px;
display: none;
}
.site-header.header-seven .imp-links li:hover>ul,
.site-header.header-seven .imp-links li:focus>ul {
display: block;
}
.site-header.header-seven .imp-links ul ul {
right: 100%;
top: 0;
}
.site-header.header-seven .imp-links ul li {
float: none;
display: block;
margin: 0;
padding: 0;
border: 0;
}
.site-header.header-seven .imp-links ul li a {
display: block;
padding: 5px 10px;
}
.site-header.header-seven .main-navigation {
float: none;
text-align: center;
margin-top: 0;
}
.site-header.header-seven .main-navigation a {
text-transform: none;
font-size: 18px;
line-height: 22px;
color: #323234;
font-weight: 400;
padding: 36px 8px;
}
.site-header.header-seven .main-navigation ul li {
display: inline-block;
float: none;
}
.site-header.header-seven .main-navigation a:hover,
.site-header.header-seven .main-navigation .current-menu-item>a,
.site-header.header-seven .main-navigation ul li:hover>a {
color: #01c6b8;
}
.site-header.header-seven .main-navigation ul ul li {
float: none;
display: block;
margin: 0;
}
.site-header.header-seven .main-navigation ul ul {
text-align: left;
}
.site-header.header-seven .main-navigation ul ul li a {
padding: 10px;
}
.site-header.header-seven .main-navigation ul ul li a:hover,
.site-header.header-seven .main-navigation ul ul li a:focus,
.site-header.header-seven .main-navigation ul ul li:hover>a,
.site-header.header-seven .main-navigation ul ul li:focus>a {
background: none;
} .site-header.header-eight .site-branding .site-title {
font-size: 20px;
line-height: 25px;
}
.site-header.header-eight {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 40;
}
.admin-bar:not(.inner) .site-header.header-eight {
padding-top: 30px;
}
.no-slider .site-header.header-eight {
position: unset;
}
.header-eight .container {
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-header.header-eight .branding-holder {
float: left;
width: 28%;
position: relative;
padding-right: 30px;
background: #01c4b6;
display: flex;
flex-wrap: wrap;
z-index: 1; }
.site-header.header-eight .branding-holder .wrapper { padding: 40px 0 31px 22px;
background: #fff;
display: flex;
flex: 1;
flex-wrap: wrap;
}
.site-header.header-eight .branding-holder:after {
position: absolute;
top: 0;
content: '';
background: #fff;
height: 100%;
transform: skew(-16deg);
width: 50%;
right: 0;
z-index: -1;
}
.site-header.header-eight .branding-holder .site-branding {
margin-top: 0;
float: none;
}
.site-header.header-eight .right-panel {
float: left;
width: 72%;
display: flex;
flex-direction: column;
flex: 1;
}
.site-header.header-eight .right-panel .top:after,
.site-header.header-eight .right-panel .bottom:after {
display: block;
content: '';
clear: both;
}
.site-header.header-eight .right-panel .top {
background: rgba(0,0,0,0.4);
padding-right: 10px;
padding-top: 10px;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
flex-direction: row-reverse;
}
.site-header.header-eight .right-panel .bottom {
background: #01c4b6;
padding: 0 20px;
display: flex;
flex: 1;
justify-content: center;
flex-wrap: wrap;
}
.site-header.header-eight .contact-info {
float: right;
}
.site-header.header-eight .main-navigation {
float: left;
width: calc(100% - 18px);
}
.site-header.header-eight .form-holder {
color: #fff;
padding: 0;
float: right;
width: 18px;
}
.site-header.header-eight .form-holder {
position: relative;
padding: 24px 0;
}
.site-header.header-eight .form-holder form {
display: none;
position: absolute;
width: 280px;
right: 0;
top: 100%;
z-index: 9999;
height: 50px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
background: #fff;
}
.site-header.header-eight .form-holder form input[type="search"] {
height: 100%;
float: left;
width: 66%;
padding: 0 10px;
border: 0;
border-radius: 0;
color: #01C6B8;
font-size: 15px;
line-height: 18px;
font-style: italic;
border-bottom-left-radius: 5px;
}
.site-header.header-eight .form-holder form input[type="submit"] {
float: right;
height: 100%;
width: 25%;
padding: 0 10px;
border: 0;
border-radius: 0;
background: #01C6B8;
box-shadow: none;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
border-bottom-right-radius: 5px;
line-height: 15px;
}
.site-header.header-eight .form-holder .search-btn {
cursor: pointer;
}
.site-header.header-eight .form-holder form {
display: none;
}
.site-header.header-eight .social-networks li {
float: left;
font-size: 18px;
line-height: 22px;
color: #d2d2d2;
margin-left: 16px;
}
.site-header.header-eight .social-networks li a {
color: #d2d2d2;
}
.site-header.header-eight .social-networks li a:hover {
color: #01c6b8;
}
.site-header.header-eight .contact-info {
margin-left: 26px;
}
.site-header.header-eight .contact-info,
.site-header.header-eight .social-networks {
margin-bottom: 10px;
float: right;
}
.site-header.header-eight .contact-info span {
color: #dadada;
font-size: 19px;
line-height: 22px;
font-weight: 700;
}
.site-header.header-eight .contact-info svg {
margin-right: 7px;
color: #01c6b8;
}
.site-header.header-eight .contact-info span a {
color: #dadada;
}
.site-header.header-eight .contact-info span a:hover,
.site-header.header-eight .contact-info span a:focus {
color: #01c6b8;
text-decoration: none;
}
.site-header.header-eight .main-navigation {
margin-top: 0;
}
@media screen and (min-width: 1025px) {
.site-header.header-eight .main-navigation li:not(:first-child) {
margin-left: 20px;
}
.site-header.header-eight .main-navigation ul ul li:not(:first-child) {
margin-left: 0;
}
}
@media only screen and (max-width:1024px) {
body.menu-open .overlay{
visibility: visible;
opacity: 1;
}
}
.site-header.header-eight .main-navigation a {
border-top: 3px solid #01c4b6;
color: #fff;
font-size: 15px;
line-height: 18px;
padding: 28px 10px;
}
.site-header.header-eight .main-navigation ul ul {
background: #01C4B6;
}
.site-header.header-eight .main-navigation ul ul a {
padding: 10px 14px;
border-top: 0;
}
.site-header.header-eight .main-navigation a:hover,
.site-header.header-eight .main-navigation ul li:hover>a,
.site-header.header-eight .main-navigation ul li.current-menu-item>a {
border-top: 3px solid #fff;
}
.site-header.header-eight .main-navigation ul ul a:hover,
.site-header.header-eight .main-navigation ul ul li:hover>a,
.site-header.header-eight .main-navigation ul ul li.current-menu-item>a {
border-top: 0;
opacity: 0.6;
background: none;
} .site-header.header-nine .header-top {
background: #49596b;
padding: 0;
}
.site-header.header-nine .header-top .imp-links {
float: left;
margin-top: 8px;
}
.site-header.header-nine .header-top .imp-links li {
display: inline-block;
border-left: 1px solid #34d1c6;
padding-left: 15px;
margin-right: 15px;
font-size: 15px;
line-height: 15px;
color: #f4f4f4;
position: relative;
}
.site-header.header-nine .header-top .imp-links li:first-child {
border-left: 0;
padding-left: 0;
}
.site-header.header-nine .header-top .imp-links li a {
color: #f4f4f4;
display: inline-block;
}
.site-header.header-nine .header-top .imp-links li a:hover,
.site-header.header-nine .header-top .imp-links li a:focus,
.site-header.header-nine .header-top .imp-links li:hover>a,
.site-header.header-nine .header-top .imp-links li:focus>a {
text-decoration: none;
color: #01c6b8;
}
.site-header.header-nine .header-top .imp-links li svg {
margin-right: 7px;
}
.site-header.header-nine .header-top .imp-links ul {
position: absolute;
top: 100%;
left: 0;
width: 200px;
background: #49596B;
padding: 15px 0 10px;
display: none;
}
.site-header.header-nine .header-top .imp-links li:hover>ul {
display: block;
}
.site-header.header-nine .header-top .imp-links ul ul {
left: 100%;
top: 0;
padding-top: 5px;
}
.site-header.header-nine .header-top .imp-links ul li {
float: none;
display: block;
padding: 0;
margin: 0;
border: 0;
}
.site-header.header-nine .header-top .imp-links ul li a {
display: block;
padding: 5px 10px;
}
.site-header.header-nine .social-networks {
border-left: 1px solid #657280;
}
.site-header.header-nine .social-networks li {
float: left;
font-size: 18px;
line-height: 22px;
color: #e3e3e3;
margin-left: 16px;
border-right: 1px solid #657280;
margin: 0;
}
.site-header.header-nine .social-networks li a {
color: #e3e3e3;
height: auto;
padding: 7px 16px;
width: auto;
background: none;
text-align: center;
}
.site-header.header-nine .social-networks li a:hover {
color: #06c2b5;
background: none;
}
.site-header.header-nine .header-bottom .col {
width: 33.33%;
padding: 0 15px;
float: left;
}
.site-header.header-nine .header-bottom .col:after {
content: '';
display: block;
clear: both;
}
.site-header.header-nine .header-bottom .col.right {
width: 66.67%;
float: right;
}
.site-header.header-nine .header-bottom .site-branding {
float: none;
}
.site-header.header-nine .header-bottom .contact-info {
float: right;
}
.site-header.header-nine .header-bottom .contact-info {
overflow: hidden;
margin: 25px 30px 0 0;
float: left;
}
.site-header.header-nine .header-bottom .contact-info .text-holder {
float: left;
margin-right: 15px;
}
.site-header.header-nine .header-bottom .contact-info .text-holder:last-child {
margin-right: 0;
}
.site-header.header-nine .header-bottom .contact-info .text-holder .text {
float: left;
text-transform: uppercase;
font-size: 15px;
line-height: 18px;
color: #838689;
}
.site-header.header-nine .header-bottom .contact-info .text-holder .text a {
display: block;
text-transform: none;
}
.site-header.header-nine .header-bottom .contact-info .icon-holder {
float: left;
display: block;
margin-right: 15px;
color: #838689;
font-size: 30px;
line-height: 30px;
padding-top: 3px;
}
.site-header.header-nine .form-holder .search-btn {
display: none;
}
.site-header.header-nine .form-holder {
float: right;
margin-top: 18px;
}
.site-header.header-nine .form-holder form:after {
content: '';
display: block;
clear: both;
}
.site-header.header-nine .form-holder form {
background: #f4f4f4;
height: 46px;
width: 310px;
position: relative;
}
.site-header.header-nine .form-holder form input[type="search"] {
float: left;
width: 70%;
padding: 0 10px;
margin: 0;
height: 100%;
background: none;
border: 0;
border-radius: 0;
color: #a5a5a5;
font-style: italic;
font-size: 15px;
line-height: 18px;
}
.site-header.header-nine .form-holder form input[type="submit"] {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/search-icon2.png) no-repeat center center;
float: right;
border: 0;
border-radius: 0;
padding: 0;
margin: 0;
height: 100%;
width: 20%;
text-indent: -9999px;
box-shadow: none;
}
.site-header.header-nine .header-bottom {
padding: 10px 0 28px;
}
.site-header.header-nine .nav-holder {
border-top: 1px solid #ebebeb;
background: #fff;
}
.site-header.header-nine .nav-holder .main-navigation {
float: none;
margin-top: 0;
}
.site-header.header-nine .nav-holder .main-navigation a {
font-size: 15px;
line-height: 18px;
color: #646464;
font-weight: 700;
padding: 22px 24px;
}
.site-header.header-nine .nav-holder .main-navigation ul ul a {
padding: 13px 15px;
}
.site-header.header-nine .nav-holder .main-navigation ul li {
margin-left: 1px;
}
.site-header.header-nine .nav-holder .main-navigation ul ul li {
margin-left: 0;
}
.site-header.header-nine .nav-holder .main-navigation ul li:first-child {
margin-left: 0;
}
.site-header.header-nine .nav-holder .main-navigation a:hover,
.site-header.header-nine .nav-holder .main-navigation ul li:hover>a,
.site-header.header-nine .nav-holder .main-navigation ul li.current-menu-item>a {
background: #01c6b8;
color: #fff;
}  #primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian {
border: 1px solid #3B9AD7;
margin: 0 0 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title {
background: #3B9AD7;
padding: 7px 15px 7px 35px;
color: #fff;
position: relative;
cursor: pointer;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title:before,
#primary .page .entry-content .rara_accordian .rara_accordian_title:before {
background: #fff;
content: '';
height: 3px;
left: 12px;
position: absolute;
top: 50%;
width: 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title:after {
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
transform: rotate(90deg) scale(1);
width: 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after {
opacity: 0;
}
#primary .post .entry-content .rara_accordian .rara_accordian_content,
#primary .page .entry-content .rara_accordian .rara_accordian_content {
padding: 10px 20px;
} #primary .entry-content .center {
text-align: center;
}
#primary .entry-content .rara_call_to_action_button {
background: #3B9AD7;
color: #fff;
display: inline-block;
font-weight: 700;
font-size: 15px;
line-height: 49px;
padding: 0 33px;
text-transform: uppercase;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus {
opacity: 0.8;
text-decoration: none;
}
#primary .entry-content .rara_call_to_action.right:after {
content: '';
display: block;
clear: both;
}
#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button {
float: right;
} .rara-drop-cap2 {
float: left;
font-size: 53px;
padding-right: 10px;
padding-top: 16px;
}
.rara-drop-cap3 {
float: left;
font-size: 80px;
margin-bottom: 20px;
padding-right: 10px;
padding-top: 30px;
}
.rara-drop-cap4 {
float: left;
font-size: 115px;
margin-bottom: 32px;
padding-right: 10px;
padding-top: 45px;
} #primary .post .entry-content ul,
#primary .page .entry-content ul {
margin: 0 0 30px 15px;
padding: 0;
}
#primary .post .entry-content ul.rara-list,
#primary .page .entry-content ul.rara-list {
list-style: none;
}
#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li {
padding-left: 30px;
position: relative;
background: none;
}
#primary .post .entry-content .rara-list.rara-list-style1 li:before,
#primary .page .entry-content .rara-list.rara-list-style1 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 7px;
left: 0;
width: 10px;
height: 10px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 576 512'%3E%3Cpath d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
}
#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before {
background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E") center center no-repeat;
position: absolute;
top: 5px;
left: 0;
width: 14px;
height: 14px;
content: '';
} #primary .entry-content .social-shortcode:after {
content: '';
display: block;
clear: both;
}
#primary .entry-content .social-shortcode a {
background: #3B9AD7;
float: left;
height: 33px;
padding: 2px 0;
vertical-align: middle;
width: 33px;
color: #fff;
text-align: center;
line-height: 29px;
margin: 0 10px 10px 0;
border-radius: 5px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
#primary .entry-content .social-shortcode a[href*="facebook"] {
background: #3B5998;
}
#primary .entry-content .social-shortcode a[href*="twitter"] {
background: #55ACEE;
}
#primary .entry-content .social-shortcode a[href*="instagram"] {
background: #A77F65;
}
#primary .entry-content .social-shortcode a[href*="google"] {
background: #DC4A38;
}
#primary .entry-content .social-shortcode a[href*="pinterest"] {
background: #CC2127;
}
#primary .entry-content .social-shortcode a[href*="linkedin"] {
background: #007BB6;
}
#primary .entry-content .social-shortcode a[href*="youtube"] {
background: #DB2824;
}
#primary .entry-content .social-shortcode a[href*="vimeo"] {
background: #23B6EA;
}
#primary .entry-content .social-shortcode a[href*="dribbble"] {
background: #F16697;
}
#primary .entry-content .social-shortcode a[href*="foursquare"] {
background: #EF4B78;
}
#primary .entry-content .social-shortcode a[href*="flickr"] {
background: #0161DA;
}
#primary .entry-content .social-shortcode a[href*="reddit"] {
background: #FF4500;
}
#primary .entry-content .social-shortcode a[href*="skype"] {
background: #00AFF0;
}
#primary .entry-content .social-shortcode a[href*="stumbleupon"] {
background: #EB4924;
}
#primary .entry-content .social-shortcode a[href*="tumblr"] {
background: #314358;
}
#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus {
border-radius: 50%;
color: #fff;
}
#primary .entry-content .social-shortcode a svg {
font-size: 16px;
line-height: 29px;
}
.clearfix:after {
content: '';
display: block;
clear: both;
} #primary .entry-content .rara_tab_wrap {
margin: 0 0 1.5em;
}
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title {
float: left;
padding: 5px 9px;
border: 1px solid #3B9AD7;
cursor: pointer;
}
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus {
background: #3B9AD7;
color: #fff;
}
#primary .entry-content .rara_tab_wrap .rara_tab_content {
padding: 10px 20px;
background: #f8f8f8;
}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group {
float: left;
width: 225px;
}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content {
overflow: hidden;
}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title {
float: none;
display: block;
} .rara_toggle {
border: 1px solid #3B9AD7;
margin: 0 0 10px;
}
.rara_toggle .rara_toggle_title {
background: #3B9AD7;
color: #fff;
cursor: pointer;
padding: 7px 15px 7px 35px;
position: relative;
}
.rara_toggle .rara_toggle_title:after {
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
transform: rotate(90deg) scale(1);
width: 15px;
}
.rara_toggle .rara_toggle_title:before {
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
width: 15px;
}
.rara_toggle .rara_toggle_title.active:after {
opacity: 0;
}
.rara_toggle .rara_toggle_content {
padding: 10px 20px;
} #primary .entry-content .shortcode-slider ul {
margin: 0;
}
#primary .entry-content .shortcode-slider ul li {
background: none;
padding: 0;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav [class*="owl-"] {
font-size: 0;
position: absolute;
top: 50%;
margin-top: 0;
height: 26px;
width: 14px;
text-indent: 20px;
overflow: hidden;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all ease 0.35s;
-moz-transition: all ease 0.35s;
transition: all ease 0.35s;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav .owl-prev {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/prev.png) no-repeat;
left: 10px;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav .owl-next {
background: url(//www.lavidaenespagnol.com/wp-content/themes/rara-academic-pro/images/next.png) no-repeat;
right: 10px;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav [class*="owl-"]:hover {
opacity: 1;
filter: alpha(opacity=100);
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav [class*="owl-"].disabled,
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav [class*="owl-"].disabled:hover {
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
} .rara-row {
margin: 0 -15px;
}
.rara-row:after {
content: '';
display: block;
clear: both;
}
.rara_column {
float: left;
padding: 0 15px;
margin-bottom: 30px;
}
.rara-span1 {
width: 16.66%;
}
.rara-span2 {
width: 33.33%;
}
.rara-span3 {
width: 50%;
}
.rara-span4 {
width: 66.66%;
}
.rara-span5 {
width: 83%;
}
.rara-span6 {
width: 100%;
}
.divider {
margin: auto;
} .site-footer {
background: #1d1d1d;
padding: 84px 0 0;
}
.site-footer .widget-area {
color: #efefef;
}
.site-footer .widget-area .column {
float: left;
width: 25%;
padding: 0 15px;
}
.site-footer .widget-area .widget-title {
color: #fff;
}
.site-footer .widget-area .widget.widget_search .search-form {
border: 1px solid #efefef;
-webkit-border-radius: 5px;
border-radius: 5px;
height: auto;
padding: 5px 10px;
}
.site-footer .widget-area .widget.widget_search .search-form:after {
content: '';
display: block;
clear: both;
}
.site-footer .widget-area .widget.widget_search .search-form label {
float: left;
width: 85%;
}
.site-footer .widget-area .widget.widget_search .search-form input[type="search"] {
padding: 0;
color: #fff;
}
.site-footer .widget-area .widget.widget_search .search-form input[type="submit"] {
float: right;
padding: 0;
background-position: 0 0;
width: 16px;
height: 16px;
margin: 6px 0 0;
}
.site-footer .widget-area a {
color: #efefef;
}
.site-footer .widget-area a:hover,
.site-footer .widget-area a:focus {
text-decoration: none;
color: #01c6b8;
}
.site-footer .widget-area .widget ul li a {
color: #efefef;
}
.site-footer .widget-area .widget ul li a:hover,
.site-footer .widget-area .widget ul li a:focus {
text-decoration: none;
color: #01c6b8;
}
.site-footer .widget.widget_calendar table th,
.site-footer .widget.widget_calendar table td {
color: #efefef;
}
.site-footer .widget.widget_recent_comments ul li a {
color: #01c6b8;
}
.site-footer .widget.widget_recent_comments ul li a:hover,
.site-footer .widget.widget_recent_comments ul li a:focus {
color: #fff !important;
text-decoration: none;
}
.site-footer .widget.widget_rss .rss-widget-icon {
margin-top: 6px;
}
.site-footer .widget.widget_rss ul li a {
color: #01c6b8;
}
.site-footer .widget.widget_rss ul li a:hover,
.site-footer .widget.widget_rss ul li a:focus {
text-decoration: none;
color: #fff !important;
}
.site-footer .widget.widget_rara_academic_pro_instagram_widget ul,
.site-footer .widget.widget_rara_academic_pro_flickr_widget ul {
overflow: hidden;
margin: 0 -3px;
}
.site-footer .widget.widget_rara_academic_pro_instagram_widget ul li,
.site-footer .widget.widget_rara_academic_pro_flickr_widget ul li {
float: left;
width: 33.3333%;
padding: 0 3px;
margin: 0 0 6px;
}
.site-footer .widget.widget_rara_academic_pro_instagram_widget .instagram-size-thumbnail li {
width: 25%;
}
.site-footer .widget.widget_rara_academic_pro_instagram_widget .instagram-size-large li {
width: 50%;
}
.site-footer .widget.widget_rara_academic_pro_instagram_widget .instagram-size-original li {
width: 100%;
}
.site-footer .widget.widget_rara_academic_pro_instagram_widget ul li img {
vertical-align: top;
}
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-2,
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-3 {
width: 100%;
}
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-1 li {
width: 100%;
}
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-2 li {
width: 50%;
}
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-4 li {
width: 25%;
}
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-5 li {
width: 20%;
}
.site-footer .widget.widget_rara_academic_pro_flickr_widget .col-6 li {
width: 16.6667%;
}
.site-footer .widget.widget_rara_academic_pro_icon_text_widget .icon-holder {
margin: 0 0 10px;
}
.site-footer .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a {
color: #01c6b8;
}
.site-footer .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:hover,
.site-footer .widget.widget_rara_academic_pro_twitter_feeds_widget ul li a:focus {
text-decoration: none;
color: #fff !important;
}
.site-footer .widget.widget_rara_academic_pro_social_links ul {
overflow: hidden;
}
.site-footer .widget.widget_rara_academic_pro_social_links ul li {
float: left;
margin: 0 4px 4px 0;
padding: 0;
}
.site-footer .widget.widget_rara_academic_pro_social_links ul li:before {
display: none;
}
.site-footer .widget.widget_rara_academic_pro_social_links ul li a {
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #efefef;
color: #000;
border-radius: 5px;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.site-footer .widget.widget_rara_academic_pro_social_links ul li a:hover,
.site-footer .widget.widget_rara_academic_pro_social_links ul li a:focus {
text-decoration: none;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #000;
}
.site-footer .widget.widget_rara_academic_pro_stat_counter_widget .icon-holder {
margin: 0 0 15px;
}
.site-footer .widget.widget_rara_academic_pro_stat_counter_widget strong {
display: block;
font-size: 62px;
line-height: 70px;
margin: 0 0 10px;
}
.site-footer .site-info a.privacy-policy-link {
display: inline-block;
margin-left: 5px;
}
.site-info {
font-size: 17px;
line-height: 24px;
color: #c6c6c6;
text-align: center;
border-top: 1px solid #3c3b3c;
padding: 46px 0 20px;
margin-top: 10px;
}
.site-info a {
color: #c6c6c6;
}
.site-info a:hover {
color: #555458;
text-decoration: none;
}
.tag-share ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
font-size: 15px;
}
.tag-share ul li {
display: inline-block;
margin: 0 3px 3px;
}
.tag-share ul li a {
display: block;
width: 35px;
height: 35px;
background: #01c6b8;
border-radius: 5px;
text-align: center;
line-height: 35px;
color: #fff;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
}
.tag-share ul li a[href*="facebook"] {
background: #3B5998;
}
.tag-share ul li a[href*="twitter"] {
background: #1DA1F2;
}
.tag-share ul li a[href*="linkedin"] {
background: #006DB0;
}
.tag-share ul li a[href*="pinterest"] {
background: #CB1F27;
}
.tag-share ul li a[href*="tumblr"] {
background: #000000;
}
.tag-share ul li a[href*="digg"] {
background: #000000;
}
.tag-share ul li a[href*="weibo"] {
background: #D52A2C;
}
.tag-share ul li a[href*="xing"] {
background: #004C52;
}
.tag-share ul li a[href*="vk"] {
background: #5181B8;
}
.tag-share ul li a[href*="getpocket"] {
background: #ED4054;
}
.tag-share ul li a[href*="wa"] {
background: #5AF979;
}
.tag-share ul li a[href*="telegram"] {
background: #33ABDF;
}
.tag-share ul li a:hover,
.tag-share ul li a:focus {
text-decoration: none;
-webkit-border-radius: 50%;
border-radius: 50%;
} .sticky-menu {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
width: 100%;
z-index: 9999; }
body.admin-bar .sticky-menu{
top: 32px;
}
.custom-background .sticky-menu {
max-width: 1450px;
}
.site-header.header-two .header-bottom.sticky-menu,
.site-header.header-eight.sticky-menu {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
}
.site-header.header-eight.sticky-menu.sticky-menu {
padding-top: 0;
background: #fff;
left: auto;
}
.site-header.header-one .header-bottom {
background: #fff;
} .site-header.header-two .header-bottom.sticky-menu {
background: #000;
left: auto;
}
.custom-background .site-header.header-seven {
max-width: 1450px;
}
#wpadminbar .quicklinks ul:after {
clear: none;
}
.no-slider .site-header {
margin-bottom: 20px !important;
}
.inner .site-header.header-two .header-bottom:not(.sticky-menu) {
position: unset;
background: #121212;
}
.inner .site-header.header-six .text-wrapper {
position: unset;
}
.inner .site-header.header-seven {
position: unset;
}
.inner .site-header.header-seven .header-top {
background: #000;
}
.inner .site-header.header-eight:not(.sticky-menu) {
position: unset;
} .site-header.header-two .form-holder form .ajax-search-results-container,
.site-header.header-three .form-holder form .ajax-search-results-container,
.site-header.header-four .form-holder form .ajax-search-results-container,
.site-header.header-six .form-holder form .ajax-search-results-container,
.site-header.header-eight .form-holder form .ajax-search-results-container,
.site-header.header-nine .form-holder form .ajax-search-results-container {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #fff;
padding: 0 10px;
z-index: 10;
}
.site-header.header-two .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-three .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-four .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-six .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-eight .form-holder form .ajax-search-results-container .ajax-search-meta .results-count,
.site-header.header-nine .form-holder form .ajax-search-results-container .ajax-search-meta .results-count {
margin-right: 10px;
}
.site-header.header-three .form-holder form .ajax-search-results-container {
background: #F4F4F4;
}
.site-header.header-eight .form-holder form .ajax-search-results-container .ajax-search-meta .results-count {
color: #121212;
}
.widget.widget_search form .ajax-search-results-container {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: #F7F7F8;
padding: 0 10px;
z-index: 10;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.widget.widget_search form .ajax-search-results-container .ajax-search-meta .results-count {
margin-right: 10px;
}
.site-footer .widget.widget_search form .ajax-search-results-container {
background: #1D1D1D;
} #load-posts{
display: block;
text-align: center;
width: 100%;
}
#load-posts a {
display: inline-block;
width: 100%;
background: #01c6b8;
color: #fff;
text-align: center;
padding: 10px;
}
#load-posts a:hover,
#load-posts a:focus {
text-decoration: none;
opacity: 0.8;
}
#load-posts a svg {
margin-right: 5px;
} .site-header .imp-links ul {
z-index: 10;
}
.mobile-header{
display: none;
}
.overlay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.85);
z-index: 1;
-webkit-transition: ease 0.35s;
-moz-transition: ease 0.35s;
transition: ease 0.35s;
opacity: 0;
visibility: hidden;
}
.single-testimonial .testimonial:before{
display: none;
}
@media only screen and (max-width: 992px) {
.team .team-holder .img-holder .svg-holder svg{
min-width: 100%;
height: 100%;
min-height: 500px;
}
}
@media only screen and (max-width: 767px) {
.testimonial .owl-carousel .owl-nav {
display: none;
}
.team .team-holder .img-holder .svg-holder svg{
min-width: 100%;
}
.team-thumbnail .img-btn .svg-holder{
text-align: center;
}
.team-thumbnail .img-btn img,
.team-thumbnail .img-btn .svg-holder svg{
width: 100px;
width: 100px;
margin: 0 auto;
}
}
@media only screen and (max-width: 420px) {
.team .team-holder .img-holder .svg-holder svg{
min-width: 100%;
height: 100%;
min-height: 300px;
}
}
svg.fallback-svg{
width: 100%;
vertical-align: top;
} #secondary .widget.widget_btif_instagram_widget .popup-gallery,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery {
display: flex;
overflow: hidden;
margin-left: -5px;
margin-right: -5px;
}
#secondary .widget.widget_btif_instagram_widget .popup-gallery li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li {
width: 18%;
flex: unset;
padding: 0 3px;
margin: 0 0 6px;
padding-bottom: 0;
border: 0;
}
#secondary .widget.widget_btif_instagram_widget .popup-gallery li a img,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li a img {
object-fit: cover;
width: 100%;
height: 100%;
object-position: center center;
}
#secondary .widget.widget_btif_instagram_widget .profile-link,
.site-footer .widget.widget_btif_instagram_widget .profile-link {
display: inline-block;
font-size: 18px;
margin: 0 0 25px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#secondary .widget.widget_btif_instagram_widget .profile-link .insta-icon, 
.site-footer .widget.widget_btif_instagram_widget .profile-link .insta-icon {
margin-right: 8px;
} #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1, 
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 {
display: block;
}
#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li, 
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li {
flex: 100%;
width: 100%;
} #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li {
width: 50%;
} #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li {
width: 33.33%;
flex: unset;
} #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li { 
width: 25%;
flex: unset;
} #secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li { 
width: 20%;
flex: unset;
}
#secondary .widget.widget_btif_instagram_widget .popup-gallery li::before,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li::before {
content: none;
}