/*
Theme Name: Revista Rayo de Luz
Theme URI:
Author:
Author URI:
Description: Diseño exclusivo para Revista Rayo de Luz
Version:
License: All Rights Reserved
License URI:
Tags: Revista Rayo de Luz
Text Domain: revistarayodeluz.com

*/
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/*
 * Custom default styles
 */

ul {

    padding: 0;
    margin:0;
}

li {

    padding: 0;
    list-style: none;
}

p {
    margin:0;
}

a {

    text-decoration: none;
}

html * {

    box-sizing:border-box;
}

html {
    font-size: 16px;
}
body {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    font-family: 'AvenirLTStd-Medium';
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* font-family: 'AvenirLTStd-Roman';

font-family: 'AvenirLTStd-Light';

font-family: 'AvenirLTStd-Medium';

font-family: 'BodoniMT-Bold';

*/

:root {
    --color-dark-green: #008F4C;
    --color-light-green: #49BC86;
    --color-blue-turq: #00A8B4;
    --color-dark-grey: #333333;
    --color-light-grey: #4D4D4D;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* Green => #008F4C

Lighter Green => #49BC86

Yellow => #FFDD00

Dark Grey => #333333

Lighter Dark Grey => #4D4D4D

Footer Black => #1A1A1A


Azul Turquesa => #00A8B4


*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?amt9ys');
  src:  url('fonts/icomoon.eot?amt9ys#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?amt9ys') format('truetype'),
    url('fonts/icomoon.woff?amt9ys') format('woff'),
    url('fonts/icomoon.svg?amt9ys#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-micuenta:before {
  content: "\e903";
  color: #4e4e4e;
}
.icon-consejeria:before {
  content: "\e90d";
  color: #4e4e4e;
}
.icon-newsletter:before {
  content: "\e900";
  color: #4e4e4e;
}
.icon-contacto:before {
  content: "\e901";
  color: #676767;
}
.icon-testimonios:before {
  content: "\e902";
  color: #4e4e4e;
}
.icon-donaciones:before {
  content: "\e904";
  color: #4e4e4e;
}
.icon-blog:before {
  content: "\e905";
  color: #676767;
}
.icon-suscripcion .path1:before {
  content: "\e906";
  color: #4e4e4e;
}
.icon-suscripcion .path2:before {
  content: "\e907";
  color: #4e4e4e;
  margin-left: -0.9072265625em;
}
.icon-suscripcion .path3:before {
  content: "\e908";
  color: #4e4e4e;
  margin-left: -0.9072265625em;
}
.icon-suscripcion .path4:before {
  content: "\e909";
  color: #f2f2f2;
  margin-left: -0.9072265625em;
}
.icon-suscripcion .path5:before {
  content: "\e90a";
  color: #4e4e4e;
  margin-left: -0.9072265625em;
}
.icon-suscripcion .path6:before {
  content: "\e90b";
  color: #fff;
  margin-left: -0.9072265625em;
}
.icon-suscripcion .path7:before {
  content: "\e90c";
  color: #4e4e4e;
  margin-left: -0.9072265625em;
}
.icon-portada:before {
  content: "\e910";
  color: #4e4e4e;
}
.icon-search:before {
  content: "\e911";
}
.icon-close:before {
  content: "\e912";
}

.lg-backdrop {
  z-index: 19000!important;
}

.lg-outer {
  z-index:20000!important;
}
#popboxes {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 10000;
    display: none;
}

.pop-menu {
    width: 100%;
    max-width: 20em;
    background-color: #FFF;
    position: fixed;
    left: 0;
    display: none;
    padding-bottom: 1em;
}

@media all and (min-height: 33em){

    .pop-menu {
        height: 100vh;
    }
}

.pop-menu .search {
    padding: 0.5em;

}
.pop-menu .search .icon-close {
    display: inline-block;
    color:#949494;
    cursor: pointer;
}

.pop-menu .search form {
    display: inline-block;
    max-width: 13em;
    width: 100%;
}

.pop-menu .search form input {
    width: 100%;
    padding: 0.5em;
    border: none;
    outline: none;
}

.pop-menu .search form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cacaca;
  font-style: italic;
}
.pop-menu .search form input::-moz-placeholder { /* Firefox 19+ */
  color: #cacaca;
  font-style: italic;
}
.pop-menu .search form input:-ms-input-placeholder { /* IE 10+ */
  color: #cacaca;
  font-style: italic;
}
.pop-menu .search form input:-moz-placeholder { /* Firefox 18- */
  color: #cacaca;
  font-style: italic;
}

.pop-menu .search .icon-search {
    display: inline-block;
    color:#949494;
}

.pop-menu .icon {
  display: inline-block;
    color: #949494;
    margin: 0 0.5em;
}

.scrollwrap {
    overflow-y: auto;
    height: 94vh;
}
.pop-menu ul {
    margin-top:0;
}

.pop-menu ul li {
    padding: 0.5em 0 0.1em;
    border-bottom: 1px solid #e4e4e4e0;
    position: relative;
}

.pop-menu ul li:hover {
    opacity: 0.8;
}

.pop-menu ul li a {
    color: #5f5f5f;
    padding: 0.4em 3.2em 0.4em 2em;
    display: block;
}

.pop-menu ul li .icono {
  display: inline-block;
  font-size: 1.8em;
  vertical-align: -16%;
  margin-right: 0.3em;
}

.pop-menu ul li .icono span:before{
  color:#666666;
}

.menu-nav ul li a {
  font-size: 0.9em;
}

.social_nets ul li a {
  font-size: 0.8em;
}

/* .pop-menu ul li a span {
    position: absolute;
    right: 33px;
    top: 17px;
    color:#cecece;
} */

.pop-menu ul li ul {

    margin-top: 1.2em;
    display: none;
}

.pop-menu ul li ul li {
    padding-left: 1em;
    padding-right: 0px;
    border-top: 1px solid #e4e4e4e0;
    border-bottom: none;
}

#main-header, #fixed-header {
    /* position: absolute; */
    width: 100%;
    background-color: #FFF;
    /* position: fixed; */
    z-index: 8000;
}

#fixed-header {
  position: fixed;
  top: 0;
  opacity: 0;
}
/*
.home-header{
    border-bottom: 1px solid #e4c700;
}

.single-header{
    border-bottom: 1px solid #b9b9b982;
} */

.single-header {
  position: absolute;
  background-color: transparent !important;
}

#main-header .inwrap, #fixed-header .inwrap {
    max-width: 80rem;
    width: 86%;
    margin:0 auto;
}

#main-header .menu-icon, #fixed-header .menu-icon  {
    display: block;
    float: left;
    padding-top: 1.4rem;
    cursor:pointer;
    margin-bottom: 1.5em;
}

#main-header .menu-icon img, #fixed-header .menu-icon img {
  width: 2em;
}

@media all and (min-width: 64em) {
    #main-header, #fixed-header {
        border-bottom:none;
    }

    /* #main-header .inwrap {
        margin:0.688rem auto;
    } */

    #main-header .menu-icon, #fixed-header .menu-icon {
        padding-top: 1.425rem;
    }
}

.single-header .menu-icon{
    color: #fffcfc !important;
}

#main-header .menu-icon .fa, #fixed-header .menu-icon .fa {
    font-size: 2rem;
    color:var(--color-light-grey);
}

.single-header .menu-icon .fa{
    color: #fffcfc !important;
}

#main-header .menu-icon .fa:before, #fixed-header .menu-icon .fa:before {
    vertical-align: -10%;
}

#main-header .menu-icon span ,#fixed-header .menu-icon span {
    font-family: 'AvenirLTStd-Light';
    margin-left: 0.5em;
}

#main-header #top-nav, #fixed-header #top-nav {
    display: block;
    float: right;
}

#main-header #top-nav ul, #fixed-header #top-nav ul {
    text-align: center;
        margin-top: 1.738em;
        display: none;
}

@media only screen and (min-width: 64em) {
    #main-header #top-nav ul, #fixed-header #top-nav ul {
        display: block;
    }
}

#main-header #top-nav ul li, #fixed-header #top-nav ul li {
    display: inline-block;
    position: relative;
    padding: 0em 0.375em;
}

#main-header #top-nav ul li a, #fixed-header #top-nav ul li a {
    color: #000;
    font-family: 'AvenirLTStd-Light';
    padding: 0 0 0.3em;
}

.single-header #top-nav ul li a {
    color: #fffcfc !important;
    font-family: 'AvenirLTStd-Medium'!important;
}

#main-header #top-nav ul li a:hover, #fixed-header #top-nav ul li a:hover {
    border-bottom:3px solid var(--color-light-grey);
}

.single-header #top-nav ul li a:hover {
    border-bottom:3px solid #fffcfc !important;
}

#main-header #icons-menu, #fixed-header #icons-menu {
    display: block;
    float: right;
    margin-top: 1.25em;
    margin-bottom: 0.5em;
}

#icons-menu .icon {
    cursor: pointer;
    font-size: 1.5em;
}

#icons-menu li ul {
  position: absolute;
  /* top: 0; */
  right: 0;
  z-index: 8000;
  text-align: center;
  /* padding-top: 0em; */
  width: 8em;
  background-color: #e0e0e0;
  border-radius: 0.5em;
  padding: 0.5em 0;
  margin-top: 1em;
  display: none;
}

#icons-menu li ul li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
  padding: 0.3em 0;
}

#icons-menu li ul li a {
  color: #737373;
  padding: 0.3em 0;
  font-size: 0.8em;
  display: inline-block;
}

#icons-menu .icon .fa-user-o.selected {
  color:#3D8835;
}
/* #icons-menu .icon .fa-search {
    display: none;
}

#icons-menu .icon .fa-user-o {
    display: none;
} */

@media only screen and (min-width: 64em) {

    #main-header #icons-menu, #fixed-header #icons-menu {
        margin-top: 1.750em;
    }

    #icons-menu .icon {
        font-size: 1em;
    }

    #icons-menu .icon .fa-search, #icons-menu .icon .fa-user-o {
        display: block;
    }
}

#main-header #icons-menu li, #fixed-header #icons-menu li{
    display: inline-block;
    padding-left: 0.5em;
    position: relative;
}

#icons-menu li .fa {
    color:#5a5a5a;
}

.single-header #icons-menu li .fa{
    color: #fffcfc !important;
}

#home-slider {
    clear:both;
}

#home-slider .inwrap {
    max-width: 68rem;
    width: 86%;
    margin:0 auto;
}

#home-slider .bottom .inwrap {
    position: relative;
    pointer-events: none
}


#home-slider .top, #home-slider .bottom {
    background-color: #FFDD00;
}

#home-slider .col1 {
    width: 100%;
}

#home-slider .top .col1 {
    text-align: left;
    max-width: 30em;
    margin: 5rem auto 2rem;
}


#home-slider .col1 .title img {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    margin-top:-0.2em;
    display: none;
}

#home-slider .col1 .title {
    font-size: 3.6em;
    font-weight: 600;
    font-family: 'BodoniMT-Bold';
    margin-bottom:0.3em;
    line-height: 1.2em;
}


@media only screen and (min-width: 64em) {
    #home-slider .top .col1 {
        margin-top: 4rem;
        text-align: right;
    }

    #home-slider .col1 .title img {
        display: inline-block;
    }

    #home-slider .col1 .title {
        font-size: 2.8em;
    }

    #home-slider .top {
      margin-bottom: -19em;
    }

    #home-slider .bottom {
      margin-bottom: -14.5em;
    }
}

#home-slider .col1 .hashtags {
    margin:1em 0;
}

#home-slider .top .col1 a {
    font-size: 0.7em;
    font-weight: bold;
    color:#000;
}

#home-slider .top .col1 p {
    color: var(--color-dark-grey);
    letter-spacing: 0.01em;
    font-family: 'AvenirLTStd-Medium';
}

#home-slider .col2 {
    width: 100%;
    text-align: center;
}

#home-slider .col2 img {
    width: 100%;
    max-width: 30em;
}

#home-slider .top .col2 {
    display: none;
}

#home-slider .top .col2 img {
    max-width: 20em;
    margin-right: -4em;
}

#home-slider .bottom .col1 {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

@media all and (min-width: 64em) {
    #home-slider .col1 {
        width: 50%;
        float: right;
        max-width: 27.625em;
    }

    #home-slider .col2 {
        width: 50%;
        float: left;
        padding: 0 2% 0;
    }

    #home-slider .top .col2 {
        display: block;
    }

    #home-slider .bottom .col1 {
        display: block;
    }

    #home-slider .col2 img {
        max-width: 100%;
    }
}

#home-slider .bottom .col1 li {
    display: block;
    float: right;
    width: 33.33%;
}

#home-slider .bottom .col1 li a{
    font-size: 0.7em;
    padding: 1.3em 1.4em;
    color:#FFFF;
    background-color: var(--color-dark-grey);
    display: block;
}

#home-slider .bottom .col1 li:nth-child(2) a{
    border-left: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
}

#home-slider .bottom .col1 li a:hover{
    background-color: var(--color-light-grey);
}

#home-slider .bottom .col1 li a.selected {
  background-color: var(--color-light-grey);
}

.lSAction>a {
  text-align: center;
}

.hidden-slide {
  display: none;
}


#mini-slider .slide {
  width: 100%;
  height: 26em;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;

}

#mini-slider .slide img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 35.5em) {
  #mini-slider .slide {
    height: 36em;
  }
}

/*
 * SUBSCRIBE FORM
 */

 #subscribe {
    background-color: #3D8835;
 }

#subscribe .inwrap {
    max-width: 68rem;
    width: 86%;
    margin:0 auto;
    padding: 3em 0em;
    background-image: url("img/statue-icon.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

@media all and (min-width: 64em) {
     #subscribe .inwrap {
        background-image: none;
     }

}


#subscribe .col1 {
    width: 100%;
    display: none;
}

#subscribe .col2 {
    width: 100%;
    padding: 0em 0em;
    text-align: center;
    color:#FFF;
}

#subscribe .col1 img {
    width: 100%;
}

#subscribe .col2 p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

#subscribe .col2 span {
    font-weight: bold;
    font-family: 'AvenirLTStd-Medium', sans-serif;
    font-style: normal;
        display: block;
}

#subscribe form input[name="email"] {
    width: 100%;
    padding: 1.18em 1em;
    background-color: rgba(255, 255, 255, 0.18);
    float: left;
    border: none;
    outline: none;
    font-size: 0.8em;
    text-align: center;
}

#subscribe form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#FFF;
}
#subscribe form input::-moz-placeholder { /* Firefox 19+ */
  color:#FFF;
}
#subscribe form input:-ms-input-placeholder { /* IE 10+ */
  color:#FFF;
}
#subscribe form input:-moz-placeholder { /* Firefox 18- */
  color:#FFF;
}

#subscribe form input[name="submit"] {
    width: 100%;
    padding: 1.18em 1em;
    text-align: center;
    background-color: var(--color-light-green);
    font-size: 0.8em;
    float: right;
    border: none;
    color: #FFF;
}

.suscribe-boton {
  width: 100%;
  padding: 1.18em 1em;
  text-align: center;
  background-color: var(--color-light-green);
  font-size: 0.8em;
  float: right;
  border: none;
  color: #FFF;
}

@media all and (min-width: 35.5em) {

    #subscribe .col2 {
        padding: 0em 4em;
    }

    #subscribe .col2 span {
            display: inline-block;
    }

     #subscribe form input[name="email"] {
        width: 66.6%;
        float: left;
        text-align: left;
    }

    #subscribe form input[name="submit"] {
        width: 33%;
        float: right;
    }

}

@media all and (min-width: 64em) {
    #subscribe .col1 {
        width: 50%;
        float: right;
        max-width: 27.625em;
        display: block;
    }

    #subscribe .col2 {
        width: 50%;
        float: left;

    }
}


/*
 * DESCARGA
 */

#descarga {
    background-image: url("img/bg-clouds.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

#descarga .inwrap {
    max-width: 80rem;
    width: 86%;
    margin:0 auto;
    padding: 3em 0em;
}

#descarga .title {
    font-size: 2.5em;
}

#descarga .col1 .title {
    display: none;
}

#descarga .col1 {
    width: 100%;
    text-align: center;
}

#descarga .col1 ul li {
    display: inline-block;
    width: 100%;
    margin: 1em 0;
}

#descarga .col1 ul li img{
    width: 100%;
    max-width: 11em;
}

#descarga .col2 {
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
}

#descarga .col2 img {
    width: 100%;
    max-width: 25em;
}

#descarga .col2 .title{
    margin-bottom: 1em;
    margin-top: 0.7em;
}

@media all and (min-width: 64em) {

    #descarga .col1 {
        width: 50%;
        float: left;
        padding-top: 12em;
    }

    #descarga .col1 ul li {
        width: 11em;
        margin: 1em;
    }

    #descarga .col2 {
        width: 50%;
        float: right;
        text-align: right;
        margin-bottom: 0em;
    }
    #descarga .col2 .title {
        display: none;
    }

    #descarga .col1 .title {
        display: block;
    }

    #descarga .col2 img {
        width: 100%;
        max-width: 33em;
    }
}

#descarga p {
    max-width: 35em;
    margin: 1em auto;
}

.section-title {
    width: 100%;
    max-width: 1280px;
    margin:0 auto 4em;
    text-align: center;
}

.section-title .line {
    width: 100%;
    height: 2px;
}

.section-title .title {
    padding: 0.5em 4em;
    color: #FFF;
    display: block;
    font-size: 0.8em;
    font-family: 'AvenirLTStd-Medium';
}

#iniciativas .section-title .title, #iniciativas .section-title .line {
    background-color: var(--color-blue-turq);
}

#testimonios .section-title .title, #testimonios .section-title .line {
    background-color: var(--color-light-green);
}



@media all and (min-width: 64em) {

    .section-title {
        width: 86%;
    }
    .section-title .title {
        display: inline-block;
    }
}

.section-megatitle {
    max-width: 80em;
    margin:0 auto 3em;
    width: 86%;
}

.section-megatitle .bracket {
    width: 100%;
        display: inline-block;
    vertical-align: middle;
}

.section-megatitle .desktop {
    display:none;
}
.section-megatitle .bracket .text {
    width: 100%;
    display: block;
    text-align: center;
    max-width: 41em;
    margin: 0 auto;
}

.section-megatitle .bracket .symbol {
    width: 26%;
    display: none;
    vertical-align: middle;
    text-align: center;
}

.section-megatitle .bracket .symbol img {
    width: 100%;
    max-width: 3em;
}

.section-megatitle .bracket .title {
    font-family: "BodoniMT-Bold", sans-serif;
    font-size: 2.3em;
    font-style: italic;
    line-height: 1.1em;
}

.section-megatitle .bracket p {
    font-size: 1em;
    margin: 2em 0 0;
    line-height: 1.2em;
}

.section-megatitle .bracket a {
    font-size: 0.7em;
    font-weight: bold;
    color:#000;
    display: none;
}

.section-megatitle .paragraph .ver-mas {
    font-size: 0.8em;
    font-weight: bold;
    color:#000;
    text-align: center;
        margin-top: 2em;
    display: block;
}

.section-megatitle .paragraph {
    width: 100%;
    margin-top: 3em;
    text-align: center;
}

@media all and (min-width: 64em) {

    .section-megatitle .bracket {
        width: 46%;
    }

    .section-megatitle .paragraph {
        width: 53%;
        display: inline-block;
        vertical-align: middle;
        padding-top: 1em;
        margin-top: 0em;
    }

    .section-megatitle .mobile {
        display:none;
    }
    .section-megatitle .desktop {
        display:inline-block;
    }

    .section-megatitle .bracket .text {
        width: 72%;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

    #comentarios .section-megatitle .bracket .text {
        width: 60%;
    }

    .section-megatitle .bracket .inverted {
        text-align: left;
    }

    .section-megatitle .bracket .symbol {
        display: inline-block;
    }

    .section-megatitle .bracket a {

        display: block;
    }

    .section-megatitle .paragraph .ver-mas {
        display: none;
    }

    .section-megatitle .bracket p {
        font-size: 0.85em;
        margin: 1em 0;
    }
}

@media all and (min-width: 80em) {

    .section-megatitle .bracket {
        width: 40%;
    }

    .section-megatitle .paragraph {
        width: 59%;
    }
}

.circles-wrap {
    width: 100%;
    text-align: center;
}

.circles-wrap .circle {
    width: 100%;
    margin-bottom: 2em;
}

.seccion-testimonios .circle, .seccion-consejeria .circle, .seccion-blog .circle, .seccion-revistas .circle {
    margin-bottom: 3em;
}

.circle .img{
    height: 14.18em;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100%;
    margin: 0 auto 0.9em;
    max-width: 14.175em;
    background-position: center;
}

.circle .title {
    font-size: 0.8em;
    color: #333333;
    text-align: center;
    max-width: 11.375em;
    margin:1.2em auto 0.9em;
    font-family: "AvenirLTStd-Medium",sans-serif;
}

.circle .title a {
  color: #333333;
  text-transform: uppercase;
}

@media all and (min-width: 48em) {
    .circles-wrap .circle {
        width: 32.33%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0em;
    }

    .seccion-testimonios .circle, .seccion-consejeria .circle, .seccion-blog .circle, .seccion-revistas .circle {
        margin-bottom: 2em;
    }

    .circle .img{
        height: 9.18em;
        margin: 0 auto 0.9em;
        max-width: 9.175em;
    }
}

@media all and (min-width: 80em) {
  .circle .img{
      height: 11.18em;
      margin: 0 auto 0.9em;
      max-width: 11.175em;
  }
}

#testimonios {
    padding-bottom: 4em;
}

.seccion-testimonios, .seccion-consejeria, .seccion-blog, .seccion-revistas {
    margin-top: 5em;
}

#testimonios .inwrap {
    max-width: 48rem;
    width: 86%;
    margin: 0 auto;
    padding: 0 0 1em;
}

#testimonios .circles-wrap {
    max-width: 48rem;
    width: 86%;
    margin: 0 auto;
}

#testimonios iframe {
    width: 100%;
    height: 15em;
    margin-bottom: 1em;
}

@media all and (min-width: 38.125em) {
    #testimonios iframe {
        height: 25em;
    }
}

#testimonios .content .title {
    font-size: 2.8em;
    font-weight: 600;
    font-family: 'BodoniMT-Bold';
    margin-bottom: 0.3em;
    line-height: 1.2em;
    text-align: center;
}

#testimonios .content .subtitle {
    font-size: 0.9em;
    font-family: "AvenirLTStd-Medium", sans-serif;
    color:var(--color-light-green);
    font-weight: bold;
    text-align: center;
    font-style: italic;
    margin-bottom: 3em;
}

#testimonios .content p {
    margin:1em 0;
}

#testimonios .content img {
  width: 100%;
  height: auto;
}

#testimonios .ver-mas {
    text-align: center;
    padding: 0.55em 2em 0.45em;
    background-color: transparent;
    border: 2px solid #bfbfbf;
    display: block;
    margin: 2.2em auto 0em;
    max-width: 11em;
    font-size: 0.7em;
    color: #9a9a9a;
    font-weight: bold;
}


section#boletin {

    background-color: var(--color-dark-grey);
    color: #FFF;
    text-align: center;
    padding: 5.125em 0 5em;
}

section#boletin .inwrap {

    width: 86%;
    max-width: 48em;
    margin:0 auto;
}

section#boletin .title {

    font-size: 2em;
}

section#boletin p {

    font-size: 1em;
    margin: 1em auto 1.5em;
}

section#boletin .input_field {

    width: 100%;
    background-color: transparent;
    color: #FFF;
    padding: 1em;
    text-align: left;
    margin: 0.5em auto;
    border: 1px solid #8a8a8a;
    font-size: 0.8em;
    border-radius: 0.5em;
    max-width: 29.25em;
}

section#boletin .newsletter_submit{
    width: 100%;
    background-color: #1A1A1A;
    color: #FFF;
    border: none;
    border-radius: 0.5em;
    display: inline-block;
    padding: 1.12em 3em;
    font-size: 0.8em;
    max-width: 29.25em;
    margin: 0.5em auto;
}

        @media all and (min-width: 48em) {

           section#boletin .input_field  {

                width: 37%;
                margin: 0.5em;
            }
            section#boletin .newsletter_submit{
                width: auto;
                margin: 0.5em;
            }
        }






#main_footer {
    background-color: #1A1A1A;
}

#main_footer .inwrap {
    width: 85%;
    max-width: 80em;
    margin:0 auto;
    padding:2em 0 2.3em;
}

.social_nets {
    margin-bottom: 1em;
}

@media all and (min-width: 64em) {

    .social_nets {
        margin-bottom: -6em;
        margin-top: 5em;
    }
}

.social_nets ul {

    text-align: center;
    margin-bottom: 1em;
}


.social_nets ul li {
    display: inline-block;
    margin:0 0.2em 1.2em;
}

@media all and (min-width: 48em) {

    .social_nets ul li {
        margin-bottom: 0.4em;
    }
}
.social_nets ul li a {
    padding: 0.45em 0.8em;
    border-radius: 100%;
    width: 2.5em;
    height: 2.5em;
    display: block;
    color: #FFF;
}

.social_nets ul li .fa {

    font-size: 1.1em;
    margin-top: 0.3em;
}

.social_nets ul .facebook a {
    background-color: #3b5998;
}

.social_nets ul .twitter a{
    background-color: #55acee;
}

.social_nets ul .google a{
    background-color: #cc3731;
}

.social_nets ul .instagram a{
    background-color: #49709a;
}

.social_nets ul .youtube a{
    background-color: #d22215;
}

.social_nets ul .rss a{
    background-color: #f29c40;
}

.social_nets ul .rss .fa {
    margin-left: 0.1em;
}

.pop-menu .social_nets {
  margin-bottom: 0em !important;
  margin-top: 0.3em !important;
}

.pop-menu .social_nets li {
  border-bottom:none !important;
}

.footer-menus {
    color:#FFF;
    display: none;
        margin-bottom: 3em;
    margin-top: 3em;
}

@media all and (min-width: 64em) {
    .footer-menus {
        display: block;
    }
}

.footer-menus a{
    color:#FFF;
    font-size: 0.9em;
}

.footer-menus > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 16.2%;
    font-size: 0.9em;
}

.footer-menus > ul > li ul {
    margin-top:11px;
}

.footer-menus ul li img {
    width: 86%;
    height: auto;
        max-width: 11em;
}

.footer-app ul{
    margin-top: -1em !important;
    text-align: right;
}

.footer-app ul li{
    margin-bottom: 1em !important;
}
.copyright {
    color: #FFF;
    font-size: 0.8em;
    border-top: 1px solid #4e4d4d;
    padding-top: 1em;
    text-align: center;
}

@media all and (min-width: 64em) {

    .copyright {
        padding-top: 3.5em;
    }
}

@media all and (min-width: 48em) {
    .copyright .copy {
        float: left;
    }

    .copyright .designed {
        float: right;
    }
}









/*
 * SINGLE TEMPLATE
 */


#blog-content .inwrap {
    max-width: 48rem;
    width: 86%;
    margin: 0 auto;
    padding: 4em 0 5em;
}

#blog-content .subtitle {
    font-size: 1.2em;
    padding-bottom: 1.2em;
    margin-bottom: 0.6em;
}

#blog-content .texto img {
    width: 100%;
    height: auto;
}

.breadcrumbs {
    margin-bottom: 1.2em;
}
.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li a {
    color:#949494;
    font-size: 0.9em;
}

#blog-content .date {
    color: var(--color-dark-grey);
    font-size: 0.9em;
    margin-bottom: 1.3em;
        text-transform: capitalize;
}

#blog-content iframe {
    width: 100%;
    height: 15em;
    margin-bottom: 1.5em;
        margin-top: 2em;
}

@media all and (min-width: 38.125em) {
    #blog-content iframe {
        height: 25em;
    }

    .seccion-contacto iframe {
      height: 17em!important;
    }
}



#blog-content .texto p {
    margin:1em 0;
}

.info-donacion {
    margin-top: 2.5em;
}

.info-donacion li {
    width: 100%;
    color: #A6A4A4;
    margin-bottom: 0.8em;
    display: inline-block;
    vertical-align: top;
}

@media all and (min-width: 64em) {
    .info-donacion li {
        width: 49%;
        padding-right: 1em;
    }
}

.info-donacion li span {
    font-weight: bold;
    display: block;
    color: #929292;
}

.filter-circles {
    text-align: center;
    margin-bottom: 4em;
    padding-top: 4em;
}

.filter-circles li {
    display: inline-block;
    font-weight: bold;
    margin:0 1em 1em;
    font-size: 1.2em;
    font-style: "AvenirLTStd-Medium",sans-serif;
}

.filter-circles li a {
    color:#535367;
}

.filter-circles li a.selected {
    color:#33a8b6;
}

#blog-content .donar-btn {
    padding: 1em 1.5em;
    background-color: #34A3AE;
    color: #FFF;
    display: inline-block;
    font-size: 0.9em;
    border-radius: 0.5em;
    margin: 2.5em 0;
}
.jssocials-share-link {
    font-size: 0.8em;
}

.top-image {
/*    clear: both;*/
    background-repeat: no-repeat, no-repeat;
    background-size: cover, contain;
    background-position: center;

}


@media all and (min-width: 29.25em) {
    /* .top-image {
        height: 38em;
    } */

    .top-image-page-suscription {
        height: auto;
    }
}

/* @media all and (min-width: 64em) {
    #main-slider .top-image {
        height: 35em;
    }
} */

.dark-bg {
    height: 100%;
    width: 100%;
    padding: 5em 2em;
    text-align: center;
}

.half-top-image .dark-bg {
  padding: 3em 2em 1em;
}

.top-image-article .dark-bg {
    background-color:rgba(0, 0, 0, 0.25);
}

.top-image-page {

    background-repeat: no-repeat;
    background-size: contain;
    background-position: 21%;

}



.top-image h2 {
     color: #FFF;
    text-align: center;
    font-size: 1.3em;
    max-width: 19em;
    margin: 3em auto;
    padding: 0 0.2em;
    line-height: 1.2em;
}

.top-image-article h2 {
    margin: 3em auto;
}

.top-image-page h2 {
    margin: 2em auto 4em;
}

#main-slider {
  opacity: 0;
}

#main-slider .top-image {
  height: auto;
}

@media all and (min-width: 29.25em) {
    .dark-bg {
        padding: 10em 2em;
    }
    .half-top-image .dark-bg {
      padding: 5em 2em;
    }

    .top-image-article .dark-bg {
        background-color:rgba(0, 0, 0, 0.25);
    }
}

#main-slider .slide {
    background-repeat: no-repeat, no-repeat;
    background-size: cover, contain;
    background-position: 100% 50%;
    height:100%;
}

#main-slider .slide h2 {
    margin: 1em auto 0;
    color: #FFF;
    font-size: 1.7em;
    max-width: 22em;
    margin: 0 auto;
    line-height: 1.2em;
}
#main-slider .slide h2 a {
  color: #FFF;
}

#main-slider .slide p {
  color: #FFF;
  font-size: 1em;
  margin: 1em auto;
  max-width: 34em;
}

#main-slider .slide p a {
  color: #FFF;
}

#main-slider .slide .dark-bg {
    padding: 4em 2em 8em;
    background-color:rgba(0, 0, 0, 0.25);
}


.top-image-page-suscription h2 {
    margin: 2em auto 4em;
        padding: 0 1.2em;
}

@media all and (min-width: 29.25em) {
    .top-image-article h2 {
        font-size: 2.5em;

    }
    .top-image-page h2 {
        font-size: 3em;
        margin: 3em auto;
    }

    .top-image-page-suscription h2 {
        margin: 2.4em auto 1.4em;
    }

    #main-slider .slide .dark-bg {
        padding: 10em 2em;
    }

    #main-slider .slide h2 {
        font-size: 2.1em;
    }

    #main-slider .slide p {
      font-size: 1.2em;
    }
}

@media all and (min-width: 80em) {
  #main-slider .slide h2 {
    font-size: 2.5em;
  }
}

@media all and (min-width: 48em) {
  #main-slider .slide .dark-bg {
      padding: 14em 2em;
  }
}

#main-slider .play-video{
  color: #FFF;
}

#main-slider .play-video .fa:hover {
  opacity: 0.6;
}

#main-slider .ver-mas {
  padding: 1em 2em;
  background-color: #FFF;
  color: #000;
  margin-top: 1em;
  display: inline-block;
}

#main-slider .play-video .fa{
  font-size: 5em;
      margin-bottom: 0.1em;
}

#main-slider .play-video span {
  font-weight: bolder;
}

.top-image-page-suscription img {
    width: 86%;
    max-width: 27em;
}


#comentarios .paragraph p {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 1.1em;
    margin-bottom: 1.5em;
        font-weight: bold;
}

#comentarios .inwrap {
        max-width: 64rem;
    width: 86%;
    margin: 0 auto 5em;
}

#comentarios .paragraph span {
    font-weight: bold;
    font-family: 'AvenirLTStd-Medium', sans-serif;
    font-style: normal;
        display: block;
}

@media all and (min-width: 35.5em) {
    #comentarios .paragraph span {
            display: inline-block;
    }

}

@media all and (min-width: 64em) {

    #comentarios .paragraph p {
        text-align: left;
    }

}

#formulario, .formulario-style {
    max-width: 40em;
    margin:0 auto 3em;
}

#formulario p, .formulario-style p  {
    font-size: 0.8em;
    margin: 1em 0;
}

@media all and (min-width: 520px) {

  #formulario p, .formulario-style p  {
      padding-left: 0.3em;
  }
}
#formulario p span, .formulario-style p span {
    font-size: 1.3em;
}

#formulario .contact_field, .formulario-style .contact_field, .form-send-consejo .contact_field, .form-send-testimonio .contact_field {

    width: 100%;
    padding: 1em 2em;
    text-align: left;
    font-size: 0.9em;
    border: 1px solid #dedede;
    margin-bottom: 1em;
    display: inline-block;
    border-radius: 0.5em;
    outline: none;
}

.formulario-style select{
  padding: 1em 2em;
  text-align: left;
  font-size: 0.9em;
  border: 1px solid #dedede;
  margin-bottom: 1em;
  display: inline-block;
  border-radius: 0.5em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFF;
  width: 99%;
}

.formulario-style .contact-input, .donacion-monto-input, .form-send-consejo .contact-input, .form-send-testimonio .contact-input, .form-send-contact .contact-input {
  width: 99%;
  float: left;
  position: relative;
}

.formulario-donacion .contact-input {
  max-width: 26em;
}

.formulario-style .contact-textarea, .form-send-consejo .contact-textarea, .form-send-testimonio .contact-textarea, .form-send-contact .contact-textarea {
  width: 100%;
  float: left;
  position: relative;
}

.formulario-style label, .donacion-monto-input label, .form-send-consejo label, .form-send-testimonio label, .form-send-contact label{
  position: absolute;
  right: 1em;
  top: 0.7em;
}

.formulario-style label.error, .donacion-monto-input label.error, .form-send-consejo label.error, .form-send-testimonio label.error, .form-send-contact label.error {
  color: red;
  font-size: 0.8em;
}

        /* @media all and (min-width: 520px) {

            #formulario .contact_field, .formulario-style .contact_field {

                width: 49.3%;
            }

            .formulario-style select {
              width: 49.3%;
            }
        } */
        @media all and (min-width: 520px) {

            .formulario-style .contact-input, .donacion-monto-input, .form-send-consejo .contact-input, .form-send-testimonio .contact-input, .form-send-contact .contact-input {

              width: 50%;
              padding: 0.2em;

            }
        }

#formulario textarea, .formulario-style textarea {

    width: 99%;
    padding: 1em 2em;
    text-align: center;
    font-size: 1.2em;
    text-align: left;
    font-size: 0.9em;
    border: 1px solid #dedede;
    border-radius: 0.5em;
    height: 7em;
    margin-left: 0.3em;
}

#formulario  .contact_submit, .formulario-style  .contact_submit{

    background-color: #49BC86;
    color: #FFF;
    border: none;
    border-radius: 0.5em;
    display: inline-block;
    padding: 1.12em 3em;
    font-size: 0.8em;
    max-width: 29.25em;
    float:right;
    margin-right: 0.5em;
    cursor: pointer;
}

.button_submit {

    background-color: #49BC86;
    color: #FFF;
    border: none;
    border-radius: 0.5em;
    display: inline-block;
    padding: 1.12em 3em;
    font-size: 0.8em;
    max-width: 29.25em;
    margin-right: 0.5em;
    cursor: pointer;
}

#formulario ul, .formulario-style ul {
    text-align: left;
    margin-top: 1em;
    margin-bottom: 2em;
}

#formulario ul li, .formulario-style ul li {
    padding: 1.1em 2em;
     background-color: #FFF;
    font-size: 0.9em;
    color: #5a5a5a;
    border: 1px solid #e2e2e2;
    margin-bottom: 0.6em;
    border-radius: 0.5em;
}

#formulario ul li:nth-child(2), .formulario-style ul li:nth-child(2){
    border-top:1px solid rgba(153, 153, 153, 0.2);
    border-bottom:1px solid rgba(153, 153, 153, 0.2);
}

#formulario ul li.selected, .formulario-style ul li.selected {
    background-color: rgba(0, 188, 221, 0.1);
}

#formulario ul li input, .formulario-style ul li input {
    margin-right: 10px;
}

#formulario ul li label, .formulario-style ul li label {
    width: 100%;
    display: block;
}


.clouds-bg {
    background-image: url("img/bg-clouds.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-top: 0;
}

.suscription-page .precio-suscripcion {
    font-size: 1.3em;
    font-family: "AvenirLTStd-Light",sans-serif;
    color: #2FA23A;
    text-align: center;
    letter-spacing: 0.5em;
    padding-left: 0.4em;
}

.suscription-page .precio-suscripcion span {
    font-size: 2.9em;
    font-family: "AvenirLTStd-Medium",sans-serif;
    font-weight: bold;
    display: block;
    font-style: italic;
    letter-spacing: 0;
    margin-left: -0.4em;
    margin-bottom: -0.2em;
}

.suscription-page .msg {
    text-align: center;
    font-family: "BodoniMT-Bold", sans-serif;
    font-size: 1.2em;
    margin: 1em auto 3em;
    font-style: italic;
    color: var(--color-light-grey);
    max-width: 30em;
}

.jssocials-shares {
    text-align: center;
}

.scrollmagic-pin-spacer {
  padding-top: 75px;
}

.scrollmagic-pin-spacer:nth-of-type(2) {
  z-index: 3000;
}

.scrollmagic-pin-spacer:nth-of-type(3) {
  z-index: 4000;
}

.scrollmagic-pin-spacer:nth-of-type(4) {
  z-index: 5000;
}

#paralax4 {
    z-index: 6000;
    position: absolute;
    background-color: #FFF;
    width: 100%;
}

.stripe-button-el {
    margin: 3em auto;
    display: block !important;
    overflow: hidden;
    visibility: visible !important;
    background-image:  none !important;
    -webkit-font-smoothing: antialiased;
    border: 0;
    padding: 0 !important;
    text-decoration: none;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    -ms-border-radius: none !important;
    -o-border-radius: none !important;
    border-radius: none !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -ms-box-shadow: unset !important;
    -o-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}
.stripe-button-el span {
    display: inline-block !important;
    position: relative;
    padding: 1.12em 3em !important;
    height: auto !important;
    line-height: initial !important;
    background: #DD354E !important;
    background-image: none !important;
    font-size: 0.8em !important;
    color: #fff;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    -ms-box-shadow: unset !important;
    -o-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-border-radius: 0.5em !important;
    -moz-border-radius: 0.5em !important;
    -ms-border-radius: 0.5em !important;
    -o-border-radius: 0.5em !important;
    border-radius: 0.5em !important;
}

.capsula {
  width: 100%;
  position: relative;
  padding-bottom: 3em;
}

.capsula:nth-of-type(odd) {

  text-align: center;
}

.capsula:nth-of-type(even) {
  text-align: center;
}

.capsula .img {
  height: 11.18em;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  /* margin: 0 auto 0.9em; */
  width: 11.175em;
  background-position: center;
  /* float: right; */
  /* text-align: right; */
  display: inline-block;
}

.mini-circle {
  background-color: #797979;
  width: 1em;
  height: 1em;
  position: absolute;
  border-radius: 100%;
  right: -0.5em;
  display: none;
}

.capsula:nth-of-type(odd) .mini-circle{
  right: -0.5em;
}

.capsula:nth-of-type(even) .mini-circle {
  left: -0.5em;
}

.seccion-contenido-diario .filter-circles {
  margin-bottom: 4em;
}

.seccion-contenido-diario .circles-wrap {
      max-width: 68rem !important;
}

.capsula:nth-of-type(odd) .content{
  padding-right: 1em;
}

.capsula:nth-of-type(even) .content {
  padding-left: 1em;
}

.capsula .date {
  font-family: "BodoniMT-Bold", sans-serif;
  font-size: 3em;
  line-height: 1em;
}

.capsula .tags {
  margin-top: 1em;
}

.share-capsula img {
  width: 1.7em;
    margin-top: -1em;
        opacity: 0.4;
}

.share-capsula {
  color: #8e8e8e;
font-size: 0.9em;
}

.share .links{
    margin-bottom: 1em;
}

.capsula:nth-of-type(odd) .share .links{
  text-align: right;
}

.capsula:nth-of-type(even) .share .links {
  text-align: left;
}



@media all and (min-width: 48em) {
  .capsula {
    width: 50.067%;
    position: relative;
    padding-bottom: 3em;
  }

  .capsula:nth-of-type(odd) {
    float: left;
    text-align: right;
    border-right: 1px solid #797979;
    padding-right: 2em;
    margin-right: 50%;
  }

  .capsula:nth-of-type(even) {
    float: right;
    text-align: left;
    border-left: 1px solid #797979;
    padding-left: 2em;
    margin-left: 50%;
  }

  .mini-circle {
    display: block;
  }

  .capsula .img {
    margin-top: -5em;
  }

  .seccion-contenido-diario .filter-circles {
    margin-bottom: 10em;
  }
}

.seccion-contacto h3 {
  text-align: center;
letter-spacing: 0.5em;
font-size: 0.95em;
font-weight: 100;
color: #676767;
    margin-bottom: 3em;
}

.seccion-contacto .texto p {
    margin: 1em 0;
    text-align: center;
    font-size: 1.1em;
    color: #484848;
}

.seccion-contacto .inwrap {
      max-width: 40rem !important;
}


.comments {
  margin-top: 4em;
  border-top: 1px solid #e4e4e4;
  padding-top: 3em;
}

#comments {
    /* background: #dcdada; */
    padding: 0;
}

.comment-body {
  padding: 1em 0;
      margin-bottom: 0.5em;
      border-bottom: 1px solid #e0e0e0;
}

.comment-reply-link {
    color: #d71d3b;
}

#respond {
padding:0 5px 0 5px;
}

/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
      width: 100%;
      padding: 12px;
}


#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

#author {
font-size: 16px;
color:#1d1d1d;
letter-spacing:.1em;
}

#url  {
color: #21759b;
}
#submit {
    width: 200px;
    padding: 11px 14px;
    background-color: #1a1a1a;
    color: #FFF;
    border: none;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

#submit:hover {
  background-color: #000;
}

#comments a {
    color:#3D8835;
    margin-bottom: 0.5em;
display: inline-block;
font-style: italic;
}

#comments .comment-meta a{
  color: #a2a2a2 !important;
}

#reply-title {
  font-family: "BodoniMT-Bold", sans-serif;
  font-size: 1.7em;
  margin-bottom: 0.4em;
}

.comment-list {
  padding:0;
}

.comments .section-title .line {
      /* background-color: #333333; */
}

.comments .section-title .title {
      background-color: #333333;
}

.comments .section-title {
  width: 100% !important;
      margin-bottom: 1em;
          text-align: left;
}

.sce-comment-edit-buttons button {
  padding: 0.5em 1em;
      border: none;
      margin-right: 1em;
      background-color: #000;
      color: #FFF;
}

.sce-comment-edit-buttons {
  margin-bottom: 1em;
}

.sce-timer {
      margin-top: 0.5em;
}

.sce-comment-delete {
  background-color: red !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
