/*
 Theme Name:     Espoarte
 Theme URI:      http://themeforest.net/user/cubell
 Description:    15zine Child Theme
 Author:         Cubell
 Author URI:     http://themeforest.net/user/cubell
 Template:       15zine
 Version:        1.3
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent's CSS.
-------------------------------------------------------------- */

/*********************
LINK STYLES
*********************/
a {
  color: #444;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a:visited {
  text-decoration: none;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5 {
  font-family: sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
  font-weight: 700;
}

h5 {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

blockquote {
  margin: 20px;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.5;
  font-style: italic;
  border-left: 2px #ff0044 solid;
  padding-left: 10px;
}
blockquote cite {
  font-size: 12px;
  color: #ADADAD;
  display: block;
  margin-top: 10px;
}

.cb-body-light h1, .cb-body-light h2, .cb-body-light h3, .cb-body-light h4, {
  color: #161616;
}

.cb-body-light h2 {
  color: #ff0044;
}

.cb-body-light h3 {
  border-bottom: 1px #161616 dotted;
}

.cb-body-light h5 {
  color: #161616;
}

/******************************************************************
DIDASCALIE
******************************************************************/

.cb-entry-content .alignnone .wp-caption-text {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
  border-bottom: 1px #eeeeee solid;
}
.cb-entry-content .aligncenter .wp-caption-text {
    position: relative;
    max-width: 100%;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
font-size: 0.8em;
  font-style: italic;
    text-align: center;
border-bottom: 1px #eeeeee solid;
}
.cb-entry-content .alignright .wp-caption-text {
    position: relative;
    max-width: 100%;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
font-size: 0.8em;
    text-align: center;
border-bottom: 1px #eeeeee solid;
}
.cb-entry-content .alignleft .wp-caption-text {
    position: relative;
    max-width: 100%;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
font-size: 0.8em;
    text-align: center;
border-bottom: 1px #eeeeee solid;
}