/*
Theme Name: Apzo
Theme URI: http://demo.goodlayers.com/apzo
Author: Goodlayers
Author URI: http://www.goodlayers.com
Description: Apzo WordPress Theme
Version: 1.0.9
License: GNU General Public License V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: apzo

PLEASE DO NOT EDIT THIS FILE

YOU CAN ADD CUSTOM STYLE VIA THIS FOLLOWING METHOD
	- APPEARANCE > CUSTOMIZE > PLUGIN SETTINGS > CUSTOM CSS / JS 
	- THEME OPTION > PLUGIN SETTINGS > CUSTOM CSS / JS 
	- CHILD THEME

*/
h1 {
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  color: rgb(255, 255, 255);
}
.gdlr-core-post-slider-item .gdlr-core-post-slider-caption {
  max-width: 600px;
  margin: 0 auto;
}
.single-post .gdlr-core-blog-content a,
.single-post .gdlr-core-pbf-wrapper-content a {
  text-decoration: underline;
}
.text-0 {
  font-size: 0px !important;
}
.mobile {
  display: none;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: rgb(255, 255, 255);
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
