/*!
Theme Name: Conexion Sindical
Theme URI:https://www.conexionsindical.org/
Author:Viviana Velez
Author URI:
Description:
Version:1.0.0
License: Conexion Sindical - Todos los derechos reservados
Text Domain:conexion-sindical

*/
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Poppins:wght@400;600&display=swap");

/*font-family: 'Covered By Your Grace', cursive;
font-family: 'Poppins', sans-serif;*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
body {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #282828;
    line-height: 1.8;
}

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #060528;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 51px;
}
a:hover{
    text-decoration: none;
}
p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
    border-top: 4px solid #00aaeb;
    border-bottom: 4px solid #00aaeb;
    padding: 2em 0;
}

blockquote p:last-child {
    margin: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    max-width: 100%;
    padding: 1.6em;
    margin-bottom: 1.6em;
    overflow: auto;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    background: #eee;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted #666;
}

mark,
ins {
    text-decoration: none;
    background: #fff9c0;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
    height: 1px;
    margin-bottom: 1.5em;
    border: 0;
    background-color: #ccc;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    width: 100%;
    margin: 0 0 1.5em;
}

/* Links
--------------------------------------------- */
a {
    color: #f1801f;
}

a:hover,
a:focus,
a:active {
    color: #00aaeb;
    outline: 0;
}

/* Forms
--------------------------------------------- */
:focus,
button:focus {
    outline: none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: .6em 1em .4em;
    line-height: 1;
    color: rgba(0, 0, 0, .8);
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input,
select,
textarea {
    margin-bottom: 5px !important;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Header
--------------------------------------------- */
.cd-main-content {
    position: relative;
    z-index: 2;
    min-height: 100%;
    overflow: hidden;
    padding-top: 70px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    background-color: #fff;
    -webkit-backface-visibility: hidden;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    background: #fff;
    box-shadow: 0 3px 8px -2px rgba(0, 0, 0, .5);
    -webkit-backface-visibility: hidden;
}

.site-header.lateral-menu-is-open {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.site-header.is-fixed {
    position: fixed;
}

.site-header .custom-logo-link {
    display: block;
    width: 51%;
    margin: 0 0 0 15px;
}

.site-header .custom-logo-link img {
    display: block;
}

.site-header .site-description,
.site-header .cd-social {
    display: none;
}

#cd-menu-trigger {
    display: flex;
    width: 107px;
    height: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

#cd-menu-trigger .cd-menu-text {
    font-weight: 600;
    text-transform: uppercase;
    color: #060528;
}

#cd-menu-trigger .cd-menu-icon {
    width: 18px;
    height: 2px;
    margin: 1em;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #060528;
}

#cd-menu-trigger .cd-menu-icon::before,
#cd-menu-trigger .cd-menu-icon:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: inherit;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}

#cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before,
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #060528;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cd-lateral-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    visibility: hidden;
    width: 260px;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(390px);
    background-color: #e5f3f9;
    box-shadow: -7px 0 14px -5px rgb(0 0 0 / 29%);
    -webkit-backface-visibility: hidden;
}

#cd-lateral-nav .cd-navigation {
    padding: 0;
    margin: 0;
    list-style: none;
}

#cd-lateral-nav .sub-menu {
    display: none;
    padding: 0 10px 20px 15px;
    margin: 0;
    list-style: none;
}

#cd-lateral-nav .sub-menu.show {
    display: block;
    position: relative !important;
    transform: none !important;
    background: transparent;
    border: none;
}

#cd-lateral-nav a {
    display: block;
    padding: 12px 16px 12px 28px;
    font-weight: 600;
    line-height: 1;
    color: #060528;
}

#cd-lateral-nav a.current {
    color: #fff;
    background-color: #3a4a4d;
}

.no-touch #cd-lateral-nav a:hover {
    text-decoration: none;
    color: #f1801f;
}

#cd-lateral-nav.lateral-menu-is-open {
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .menu-item-has-children,
#cd-lateral-nav .item-has-children {
    position: relative;
    width: 100%;
}

#cd-lateral-nav .menu-item-has-children > .dropdown-toggle {
    position: absolute;
    top: 21px;
    right: 1em;
    bottom: auto;
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    z-index: 100;
    cursor: pointer;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("img/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
}

#cd-lateral-nav .menu-item-has-children > .dropdown-toggle::after {
    border: 0;
}

#cd-lateral-nav .menu-item-has-children.show > .dropdown-toggle {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .current-menu-item > a::after,
#cd-lateral-nav .current_page_item > a::after,
#cd-lateral-nav .current-menu-ancestor > a::after,
#cd-lateral-nav .current-menu-parent > a::after,
#cd-lateral-nav .current_page_parent > a::after,
#cd-lateral-nav .current_page_ancestor > a::after,
#cd-lateral-nav .current-post-ancestor > a::after,
#cd-lateral-nav .current-post-ancestor > a::after,
#cd-lateral-nav .current-menu-parent > a::after,
#cd-lateral-nav .current-post-parent > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: url(img/menu.svg) no-repeat;
}

#cd-lateral-nav .cd-social {
    padding: 0 32px;
    margin: 0;
}

#cd-lateral-nav .cd-social:after {
    display: table;
    clear: both;
    content: "";
}

#cd-lateral-nav .cd-social a {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
    border-radius: .25em;
    background-color: #fff;
}

.no-touch #cd-lateral-nav .cd-social a:hover {
    color: #fff;
    background-color: #060528;
}

/* Search */
.mk-search-trigger {
    display: flex;
    align-items: center;
}

/* Search Overlay */
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    border: 0;
    background-color: transparent;
}

#mk-fullscreen-searchform:focus {
    border: none;
    outline: none;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 25px;
    font-size: 25px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
}

.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus {
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(180deg);
    color: #fff !important;
    border: none;
    outline: none;
}

#mk-fullscreen-searchform {
    position: relative;
    width: 80%;
    margin: 0 auto;
    verticle-align: middle;
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input {
    width: 100%;
    padding: 20px;
    font-size: 24px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus {
    outline: none;
    boder: none;
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}

.mk-fullscreen-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    -ms-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    text-align: center;
    opacity: 0;
    background-color: rgb(6 5 40 / 92%);
}

.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.mk-fullscreen-search-overlay {
    z-index: 999;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
    color: #fff;
}

.mk-fullscreen-search-overlay .mk-fullscreen-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 26px;
    -webkit-transition: transform ease-out .2s;
    -moz-transition: transform ease-out .2s;
    -ms-transition: transform ease-out .2s;
    -o-transition: transform ease-out .2s;
    transition: transform ease-out .2s;
    transform: rotate(0deg);
}

.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    ms-transform: scale(1);
}

.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
    display: inline-block;
    visibility: hidden;
    max-width: 1000px;
    font-size: 18px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    ms-transform: scale(.9);
}

/* Search Button */
#search-button {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    text-align: center;
    vertical-align: middle;
    opacity: 1;
}

#search-button i {
    font-size: 20px;
    line-height: 40px;
    color: #060528 !important;
}

#mk-fullscreen-search-input:focus {
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, .54) !important;
}

/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.navigation .nav-links{
    text-align: center;
    width: 100%;
}
.navigation .nav-links .page-numbers{
    padding: 10px;
}
.navigation .nav-links .page-numbers.current{}
/* Footer
--------------------------------------------- */
footer {
    padding: 2em 0;
    background: #f7f9fa;
}

footer .cd-social {
    padding: 0;
    margin: 0 0 1.5rem;
}

footer .cd-social a {
    color: #282828;
}

.cd-footer {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cd-footer li {
    display: inline-block;
    vertical-align: middle;
}

.cd-footer li:not(:last-child)::after {
    margin: 0 5px 0 8px;
    content: "|";
    vertical-align: middle;
}

.cd-footer li a {
    color: #282828;
}

.copy {
    margin: 0;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    margin: 0 0 1.5em;
    clear: both;
}

.entry-header {
    padding: 2em 0;
}

.entry-title-content {
    position: relative;
    margin-top: 2em;
}

.entry-title {
    position: relative;
    z-index: 2;
}

.tag-title {
    position: absolute;
    top: -70px;
    left: 20px;
    z-index: 1;
    font-family: "Covered By Your Grace", cursive;
    font-size: 5rem;
    opacity: .2;
    color: #f1801f;
}
.list-archive{
    list-style: none;
}
.list-archive li{
    margin-bottom: 1em;
}
.page-header{
    margin-top: 20px;
}
.page-header .page-title{
    line-height: 1;
    margin-bottom: 13px;
}
.page-header .page-title a{
    font-size: 24px;
    color: #060528;
}
.page-header .entry-meta{
    font-size: 13px;
}
.entry-content p{
    color: #777;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-list {
    padding: 0;
    margin: 0 0 2em;
    list-style: none;
}

/* Widgets
--------------------------------------------- */
.widget {
    padding-bottom: 1em;
    margin: 0 0 1.5em;
    border-bottom: 1px solid #b0b0b0;
}

.widget select {
    max-width: 100%;
}

.widget-title {
    font-size: 28px;
}

.widget-title::after,
.comment-reply-title::after,
.comments-title::after {
    display: block;
    width: 100%;
    height: 20px;
    content: "";
    background: url(img/line-title-azul.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.widget_nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_nav_menu ul a {
    display: block;
    padding: 5px 0;
    font-size: 20px;
    color: #060528;
}

.widget_nav_menu ul .current-menu-item a,
.widget_nav_menu ul .current_page_item a,
.widget_nav_menu ul .current-post-ancestor a,
.widget_nav_menu ul .current-menu-parent a,
.widget_nav_menu ul .current-post-parent a {
    border-bottom: 1px solid
}

.tagcloud a {
    font-size: 16px !important;
    background: #F1801F;
    color: #FFF !important;
    border-radius: 3px;
    padding: 5px 5px;
    display: inline-block;
    line-height: 16px;
}

.wpp-list {
    margin: 0;
}

.tptn_counter{
    display: none !important;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    display: grid;
    margin-bottom: 1.5em;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.wp-block-image figcaption {
    background: #f1801f;
    margin: 0;
    padding: 7px 14px;
    color: #FFF;
    font-size: 14px;
    line-height: 21px;
}

.wp-block-image figcaption a {
    color: #FFF;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    clip: auto !important;
    font-size: .875rem;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    color: #21759b;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;  /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;  /*rtl:ignore*/
    margin-bottom: 1.5em;
    margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    clear: both;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width:576px) {
}

@media (min-width:768px) {

    /* Header */
    .site-header {
        height: 70px;
    }

    .site-header .custom-logo-link {
        width: auto;
    }

    .site-header .site-description {
        display: block;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #00aaeb;
    }

    .site-header .site-description span {
        font-weight: 400;
        color: #f1801f;
    }

    #cd-menu-trigger {
        width: 110px;
    }

    #cd-lateral-nav .cd-social {
        display: none;
    }

    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px;
    }

    #cd-menu-trigger .cd-menu-icon {
        right: 1.25em;
        left: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }

    /*   Content */
    .cd-main-content {
        padding-top: 70px;
    }

}

@media (min-width:992px) {
    .site-header {
        height: 100px;
    }

    .site-header.lateral-menu-is-open {
        -webkit-transform: translateX(-390px);
        -moz-transform: translateX(-390px);
        -ms-transform: translateX(-390px);
        -o-transform: translateX(-390px);
        transform: translateX(-390px);
    }

    .site-header .custom-logo-link {
        margin: 0 0 0 15px;
    }

    .site-header .site-description {
        width: 40%;
        font-size: 24px;
        line-height: 31px;
    }

    .site-header .cd-social {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .site-header .cd-social li {
        margin-right: 0 !important;
    }

    .site-header .cd-social li a {
        display: block;
        padding: 10px;
        font-size: 18px;
    }

    .site-header .cd-social li.facebook a {
        color: #3b5994;
    }

    .site-header .cd-social li.twitter a {
        color: #55a8ea;
    }

    .site-header .cd-social li.instagram a {
        color: #3f7297;
    }

    .site-header .cd-social li.youtube a {
        color: #f00;
    }

    #search-button {
        width: 50px;
    }

    #cd-lateral-nav {
        width: 390px;
    }

    /*   Content */
    .cd-main-content {
        padding-top: 100px;
    }

}

@media (min-width:1200px) {

    /*Header*/
    .site-header {
        padding: 0 5%;
    }

    .site-header .custom-logo-link {
        margin: 0;
    }

    .site-header .site-description {
        width: 47%;
        font-size: 28px;
        line-height: 31px;
    }

}
