
/*
Theme Name: cbblog
Theme URI: http://cbblog.carlosbellesso.it/
Author: carlos bellesso
Author URI: http://www.carlosbellesso.it
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-logo, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
Description: cbblog is a full responsive theme with a creatively cropped slider and a "under the hood" footer. specially suitable for blogs.
Text Domain: cbblog
*/

@import url('https://fonts.googleapis.com/css?family=Averia+Serif+Libre');


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: 1px #767676 dotted;
    text-decoration: none;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #eee;
    color: #222;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #bbb;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


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

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    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: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

th {
    padding: 0.4em;
    text-align: left;
}

tr {
    border-bottom: 1px solid #eee;
}

td {
    padding: 0.4em;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    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;
}

/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none;
}

.site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.site-content .wp-playlist-item-length {
    top: 5px;
}

/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative; /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    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;
}

/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none;
}

.site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.site-content .wp-playlist-item-length {
    top: 5px;
}

/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative; /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    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;
}

/* Media Elements */

.mejs-container {
    margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px dotted #eee;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #767676;
    color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
    background: #222;
    border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px dotted #555;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    background-color: #aaa;
    color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
    padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.1818em;
    text-transform: uppercase;
}

.site-content .wp-playlist-item {
    padding: 0 0.3125em;
    cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none;
}

.site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}

.site-content .wp-playlist-item-length {
    top: 5px;
}

/* SVG Icons base styles */

.icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative; /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}


/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

































/**** END PRE WORK ****/

body{
    background: #ececef;
    overflow-y: scroll;
}

a{
    text-decoration: none;
}

.page-number{
    background-color: #D4D9DA;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.reply{
    text-align: left;
}

.page-number:hover{
    background-color: #D5E0E4;
}

#siteHeader{
    background-color: #C5BEBE;
    position: relative;
    /*min-height: 300px;*/
 }

.noSliderSet{
    background-color: #ECECEF !important;
    min-height: inherit !important;
    padding-bottom: 50px;
}

.upper-triangle-slider{
    width: 0;
    height: 0;
    border-top: 185px solid #ececef;
    border-left: 100px solid transparent;
    position: absolute;
    top: -1px;
    right: 0;
}

#upper-triangle-slider2{
    border-top: 30px solid #ececef;
    border-right: 100px solid transparent;
}

.upper-triangle-slider-inverted{
    width: 0;
    height: 0;
    border-top: 100px solid #ececef;
    border-right: 100px solid transparent;
    position: absolute;
    top: -1px;
    left: 0;
}

.bottom-triangle-slider{
    width: 0;
    height: 0;
    border-bottom: 60px solid #ececef;
    border-left: 100px solid transparent;
    position: absolute;
    bottom: -1px;
    right: 0;
}

.bottom-triangle-slider-inverted{
    width: 0;
    height: 0;
    border-bottom: 60px solid #ececef;
    border-right: 100px solid transparent;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#bottom-triangle-slider2{
    width: 0;
    height: 0;
    border-bottom: 30px solid #ececef;
    border-left: 100px solid transparent;
    position: absolute;
    bottom: -1px;
    right: 0;
}


#footer-triangle{
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 50px solid #ececef;
    border-right: 100px solid transparent;
    bottom: 0;

}

#sitePageHeader{
    max-width: 1200px;
    margin: auto;
    position: relative;

}

#menuContainer{
    position: absolute;
    right: 5%;
    z-index: 111;
}

.noSliderSet #menuContainer{
    position: relative !important;
}

.noSliderSet #menuDiv{
    -webkit-transform: skew(20deg) rotate(0deg) !important;
    -moz-transform: skew(20deg) rotate(0deg) !important;
    -ms-transform: skew(20deg) rotate(0deg) !important;
    -o-transform: skew(20deg) rotate(0deg) !important;
    transform: skew(20deg) rotate(0deg) !important;
}

#sitePageBody{
    max-width: 1200px;
    margin: auto;
    position: relative;
    background-color: #ececef;
    margin-bottom: 400px;
    margin-top: -10px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
 }

#sitePageBodyInner{
   /* z-index: 22;*/
   /* padding:20px;*/
}

#menuSocialsTop{
    padding: 5px;
    margin-top: 10px;
    min-height: 32px;
}


#firstColumn, #firstColumn_fullWidth{
    float: left;
    width: 70%;
    overflow: hidden;
}

#firstColumn_fullWidth{
    width: 100%;
}


#firstColumn img, #firstColumn_fullWidth img{
    max-width: 100%;
    height: auto;
}

#firstColumn article{
    margin-right: 20px;
}



#secondColumn{
    background-color: #d2d2d2;
    float: right;
    width: 30%;
    position: relative;
    margin-bottom: 50px;
    background-image: url("assets/images/sidebar-wallpaper.png");
}

.clearFloats{
    display: block !important;
    height: 1px !important;
    clear: both !important;
    width: 100% !important;
    float: none !important;
}

#siteFooter{
    background-color: #333;
    color: #fff;
    padding:25px;
    text-align: center;
    position: relative;
 }

#sideBarColumn{
    margin: 10px;
    color: #333;
    margin-bottom: 20px;
    padding: 10px;

}


.entry-title{
    display: inline-block;
    font-family: 'Averia Serif Libre', cursive;
    font-size: 1.5em;
    vertical-align: middle;
    margin: 0;
}

.Page .entry-title{
    font-size: 2em;
}

.entry-title a{
    text-decoration: none;
    color: #444;
}

@-webkit-keyframes color_change {
    from { color: #698FA4; }
    to { color: #698fa4; }
}
@-moz-keyframes color_change {
    from { color: #698FA4; }
    to { color: #698fa4; }
}
@-ms-keyframes color_change {
    from { color: #698FA4; }
    to { color: #698fa4; }
}
@-o-keyframes color_change {
    from { color: #698FA4; }
    to { color: #698fa4; }
}
@keyframes color_change {
    from { color: #698FA4; }
    to { color: #698fa4; }
}

.entry-title a:hover{
    text-decoration: none;
    /* IE <= 6 get no hover effect */
    /* All browsers IE 7+ know how to handle this */
    color: #698fa4;

    /* Browsers that support CSS animations get the animation, */
    /* those that don't ignore this and move on. */
    /* Note: I've omitted the vendor prefixes for simplicity. */
    animation: color_change 1s;
}

.titleAndDate .date {
    display: inline-block;
    background: #698FA4;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 100%;
    font-family: 'Averia Serif Libre', cursive;
    width: 70px;
    height: 70px;
    padding: 10px;
    vertical-align: middle;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.titleAndDate .fa-thumb-tack{
    font-size: 2em;
    vertical-align: middle;
    color: #444;
}


.titleAndDate .date span {
    font-size: 0.5em;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
    color: #ffffff;
    vertical-align: middle;
    display: inline-block;
}

.otherPostInfo{
    min-height: 50px;
    background-color: rgba(199,199,199,0.3);
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 40px;
    border-top:1px solid #b5b4b4;
}

.otherPostInfo > div{
    float: left;
    display: inline-block;
    width: 33.3%;
    text-align: center;
}

.otherPostInfo .fa{
    color: #444444;
    font-size: 2em;
}


.titleAndTags{
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.postTags{
    margin-top: 10px;
}

.postTags a{
    padding: 10px;
    text-decoration: none;
}

.otherPostInfo_author .otherPostInfoHeader, .otherPostInfo_category .otherPostInfoHeader,  .otherPostInfo_comments .otherPostInfoHeader{
    padding-bottom: 10px;
}

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

}

.otherPostInfo_category a{
    text-decoration: none;
}

.hexagon{
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
    cursor: pointer;
    float: right;
}
.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}



.hexagon-in2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    background-size: contain;
    background-color: rgba(199,199,199,0.8);
}

.hexagon-in2:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}

/* Hover state - trigger effect */

.hexagon-in2:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

/* Active state */

.hexagon-in2:active:after {
    opacity: 0;
}

.hexagon1 {
    width: 400px;
    height: 200px;
    margin: 0 0 0 -80px;
    margin-right: -80px;
    margin-bottom: 10px;
}

#footer_under_the_hood{
     height: 400px;
    position: fixed;
    /* left: 0; */
    /* right: 0; */
    bottom: 0;
    max-width: 1200px;
    z-index: -999;
    background-color: #c1c1c1;
    margin-bottom: 30px;
    background-image: url("assets/images/sidebar-wallpaper.png");
}


#footer_under_the_hood_inner1{
    height: 300px;
    padding: 30px;
}


#footer_under_the_hood_inner2{
    height: 50px;
    background-color: #262626;
    position: relative;
    text-align: center;
    color: #f0f0ee;
    line-height: 50px;
    vertical-align: middle;
    font-size: 0.9em;
}

#arrowScrollUp{
    position: absolute;
    right: 10px;
    bottom: -5px;
}

#arrowScrollUp .fa{
    color: #c1c1c1;
    padding: 10px;
    font-size: 30px;
    cursor: pointer;
}

#arrowScrollUp .fa:hover{
    color: #ffffff;
}

#aboutThisSite{
    float: left;
    padding: 10px;
    text-align: center;
}

#aboutThisSite img{
    max-width: 120px;
    height: auto;
}

#aboutThisSite_desc{
    max-width: 300px;
    margin-top: 20px;
}



#sideBarColumn #wp-calendar{
    width: 100%;
}

#footer_under_the_hood_inner1 #wp-calendar{
    min-width: 300px;
}

#sideBarColumn #wp-calendar caption , #footer_under_the_hood_inner1 #wp-calendar caption{
    background-color: #698FA4;
    color: #f0f0ee;
    padding: 10px;
    margin-top: 10px;
}

#sideBarColumn #wp-calendar td,  #footer_under_the_hood_inner1 #wp-calendar td{
    background-color: #abb9bf;
    text-align: center;
}

#sideBarColumn #wp-calendar tr,  #footer_under_the_hood_inner1 #wp-calendar tr{
    background-color: #d5e0e4;
}

#sideBarColumn #wp-calendar #today, #footer_under_the_hood_inner1 #wp-calendar #today{
    background-color: #e8e8e8;
}

#sideBarColumn h2, #footer_under_the_hood_inner1 h2{
    margin: 0;
    font-size: 1em;
    padding: 5px;
    margin-bottom: 10px;
    font-family: 'Averia Serif Libre', cursive;
    border-bottom: 1px solid #b5b1b1;
}

#sideBarColumn .widget_search input, #footer_under_the_hood_inner1 .widget_search input{
    background-color: #ECECEF;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #c1c1c1;
    max-width: 70%;
}

#sideBarColumn .widget_search button, #footer_under_the_hood_inner1 .widget_search button{
    background-color: #666;
    color: #f0f0ee;
    border:none;
    padding: 10px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

#sideBarColumn .widget_search button:hover, #footer_under_the_hood_inner1 .widget_search button:hover{
    background-color: #444;
}


#sideBarColumn section{
    margin-top: 10px;
    margin-bottom: 20px;
}

#sideBarColumn   .tagcloud, #footer_under_the_hood_inner1  .tagcloud{
    margin-top: 20px;
}



#sideBarColumn section ul, #footer_under_the_hood_inner1 section ul{
    list-style: none;
    padding: 0;
}

#footer_under_the_hood_inner1 section{
    display: inline-block;
    float: left;
    padding: 10px;
    margin-top: 20px;
    margin-left: 20px;
}
















.postTags a, .tagcloud a {
    display: inline-block;
    height: 21px;
    margin: 0 10px 0 10px;
    padding: 0 7px 0 14px;
    white-space: nowrap;
    position: relative;
    background-color: #D2D2D2;

    color: #666666;
    font: bold 11px/21px Arial, Tahoma, sans-serif;
    text-decoration: none;
    text-shadow: 0 1px rgba(255,255,255,0.4);

    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-radius: 1px 3px 3px 1px;
}

.tagcloud a {
    background-color: #698FA4;
    color: #f0f0ee;
    border-top: 1px solid #8c8585;
    border-bottom: 1px solid #8c8585;
    border-right: 1px solid #8c8585;
    text-shadow: none;
    margin: 10px 10px 0 5px;
}

.postTags a:before, .tagcloud a:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -6px;
    width: 10px;
    height: 10px;

    background-color: #D2D2D2;

    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-radius: 0 0 0 2px;
}


.tagcloud a:before {
    background-color: #698FA4;
    border-left: 1px solid #8c8585;
    border-bottom: 1px solid #8c8585;
}

.postTags a:before, .tagcloud a:before {
    -webkit-transform: scale(1, 1.5) rotate(45deg);
    -moz-transform: scale(1, 1.5) rotate(45deg);
    -ms-transform: scale(1, 1.5) rotate(45deg);
    transform: scale(1, 1.5) rotate(45deg);
}

.postTags a:hover{
    background-color: #c3c2c2;
}

.pagination{
    margin-bottom: 50px;
}

.page-numbers{
    display: inline-block;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-color: #D2D2D2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.page-numbers.current{
    background-color: #698fa4;
    color: #e6ecf1;
}

.slicknav_menu{
    display: none;
}

#ResponsiveMenu{
    display: none;
}

#ifMobileLogo{
    background-color: #ECECEF;
    text-align: center;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

#ifMobileLogo img{
    max-width: 150px;
    width: 90%;
    height: auto;
}

hr.style12 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 25px;
    margin-bottom: 25px;
}

.saboxplugin-wrap{
    background-color: rgba(213, 224, 228, 0.43);
}



article.Page{
    padding-bottom: 60px;
}

#comments ol, #comments ul{
    list-style: none;
    clear: both;
    margin: 0;
    padding: 0;
}
/*
#comments li{
    padding-top: 20px;
    clear: both;
}



#comments ol.comment-list{
    padding: 0;
    padding-right: 10px;
    padding-bottom: 80px;
}
*/
#comments .comment-body{
    margin-bottom: 10px;
}

#comments .children .comment-body{
    padding-left: 5px;
}
/*
#comments .comment-author{
    float: left;
    width: 100px;
    text-align: center;
}*/

#comments .comment-aside-author{

    padding: 10px;
    background-color: #FCFCFC;
}
/*
#comments .comment-author img{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    background-color: #C4C4C4;
}
*/
#comments .children .comment-aside-author {
    margin-left: 150px;
}

#comments .children .children .comment-aside-author {
    margin-left: 200px;
}
/*
#comments .children .children .children{
    padding-left: 0;
}
*/
#comments   cite{
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

#comments .comments-title{
    font-size: 1.3em;
    color: #444444;
}

#comments .comments-title .fa{
    font-size: 2em;
    vertical-align: middle;
    color: #666;
}
/*
#comments .comment-author .says{
    display: none;
}
*/


.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
    border: 1px solid #333;
    padding: 2px;
}

#respond{
    clear: both;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #ECECEF;
    padding: 15px;
    background-image: url('assets/images/sidebar-wallpaper.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#respond .form-submit{
    padding-top: 40px;
}

#respond button, #respond input[type="button"], #respond input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

#respond button:hover, #respond button:focus, #respond input[type="button"]:hover, #respond input[type="button"]:focus, #respond input[type="submit"]:hover, #respond input[type="submit"]:focus {
    background: #767676;
}

#respond .comment-form-comment label{
    display: none;
}

#respond .comment-form-comment textarea{
    width: 90%;
    background-color: #F3F3F3;
    padding: 10px;
}


#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input{
    height: 30px;
    background-color: #F3F3F3;
    border: 1px solid rgb(169, 169, 169);
    padding-left: 5px;
}

#respond .form-submit{
    clear: both;
}


.search-header{
    padding-right: 20px;
    padding-bottom: 50px;
}

.search-header h1{
    font-size: 1.5em;
    color: #444444;
}

img#not-found-search{
    max-width: 300px;
}

.titleAndDate ul.post-categories{
    padding: 0;
    list-style: none;
    margin: 0;
}

.titleAndDate ul.post-categories li{
    display:inline-block;
}

.titleAndDate ul.post-categories li a{
    vertical-align: middle;
}

.titleAndDate ul.post-categories li:after{
    content:"•";
    font-size: 2em;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    color: #C3C2C2;
}


.alignCenter{
    text-align: center;
}

article.sticky{
    margin-bottom: 40px;
    border-bottom: 1px solid #b5b4b4;
    background-image: url('assets/images/sidebar-wallpaper.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#siteHeaderSlider > div{
    margin: auto;
}

.reslideh3{
    -webkit-transform:  rotate(-8deg);
    -moz-transform:  rotate(-8deg);
    -ms-transform:   rotate(-8deg);
    -o-transform:   rotate(-8deg);
    transform:   rotate(-8deg);
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

.reslidebutton{
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
}


/**

.ssba-wrap{
    padding: 10px;
    background-color: rgba(171, 185, 191, 0.25);
    font-size: 1em;
    font-family: 'Averia Serif Libre', cursive;
    color: #333;
    margin-top:50px;

}


**/




/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
    margin: 60px auto 60px;
}

.comments-container h1 {
    font-size: 36px;
    color: #283035;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}

.comments-list {
    margin-top: 30px;
    position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #c7cacb;
    position: absolute;
    left: 32px;
    top: 0;
}

.comments-list:after {
    content: '';
    position: absolute;
    background: #c7cacb;
    bottom: 0;
    left: 27px;
    width: 7px;
    height: 7px;
    border: 3px solid #dee1e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.reply-list:before, .reply-list:after, .children:before, .children:after {display: none;}




.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list , .children{
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius:  50%;
    border-radius:  50%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    float: left;
    background-color: #ECECEF;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
}

.reply-list .comment-avatar , .children .comment-avatar{
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
    margin-left: 100px;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #FCFCFC;
    top: 8px;
    left: -11px;
}

.comments-list .comment-box:before {
    border-width: 11px 13px 11px 0;
    border-color: transparent rgba(0,0,0,0.05);
    left: -12px;
}

/*
.reply-list .comment-box, .children .comment-box {
    width: 610px;
}*/

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #A6A6A6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

.comment-box .comment-name a {
    color: #283035;
}

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
    content: 'autor';
    background: #03658c;
    color: #FFF;
    font-size: 12px;
    padding: 3px 5px;
    font-weight: 700;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}





/**
*    RESPONSIVE MEDIA QUERIES
**/


@media screen and (max-width: 750px) {
    body {
        padding: 20px;
    }

    #firstColumn {
        width: 100%;
    }

    #secondColumn {
        width: 100%;
    }

    #firstColumn article {
        padding-right: 0;
        padding-bottom: 40px;
    }

    #menuDiv, .upper-triangle-slider-inverted, .bottom-triangle-slider, .bottom-triangle-slider-inverted, .upper-triangle-slider {
        display: none !important;
    }

    #siteHeader {
        min-height: inherit;
    }

    .entry-title {
        margin-top: 20px;
    }

    #ifMobileLogo{
        display: block;
    }

    .slicknav_menu{
        display: block;
    }


    #sitePageBody{
        margin-bottom: 10px;
     }

    #footer_under_the_hood{
        position: relative;
        height: auto;
        z-index: auto;
    }

    #footer_under_the_hood_inner1{
        height: auto;
    }

    #footer_under_the_hood_inner2{
        height: auto;
    }

    #footer_under_the_hood_inner2 span{
        display: block;
    }

    img#not-found-search{
        display: none;
    }


}
@media screen and (max-width: 500px) {

    #siteHeaderSlider{
        display: none;
    }

    #menuSocialsTop{
        display: none;
    }

    #arrowScrollUp{
        display: none;
    }

    #comments .comment-author {
        display: block;
        float: none;
        margin-top: 20px;
    }

    #comments .comment-author cite {
        max-width: none;
    }

    #comments .children {
        padding: 0;
    }

    #comments .comment-body{
        text-align: center;
    }

    .noSliderSet{
        padding-bottom: 0!important;
    }

    .comments-list .comment-box{
        margin-left: 0;
    }

    #comments .children .comment-aside-author {
        margin-left: 0;
    }

    #comments .children .children .comment-aside-author {
        margin-left: 0;
    }

    .comments-list:after{
        content: normal;
    }

}