/*
Theme Name: Atomic Blocks Child Theme
Theme URI: https://arraythemes.com/themes/atomic-blocks-wordpress-theme/
Author: Atomic Blocks
Author URI: https://atomicblocks.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the new Gutenberg editor and the Atomic Blocks plugin. Start building amazing websites with the new WordPress editor today! Atomic Blocks comes with theme options to customize your font style, body and title font sizes, content width and more! Install the Atomic Blocks plugin (atomicblocks.com) to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more. Theme Demo: https://preview.arraythemes.com/atomicblocks
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: atomic-blocks
Text Domain: atomic-blocks
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog

(C) 2018 Array, Inc.
*/

/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/

/* Add your CSS customizations below this line */

body, button {
  color: #000000;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #272c30;
  font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3%;
}

.entry-header .entry-title {
  font-size: 50px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 1%;
  position: relative;
  z-index: 5;
  line-height: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.entry-header .entry-title a {
  color: #272c30;
  transition: .3s ease;
  text-decoration: none;
}
.headline-subtitle {
    margin:0;
    line-height:1;
    -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}
.entry-byline {
  color: #62707c;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.featcaption {
  padding-top: 10px;
  margin-top: 0;
  width: 100%;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #62707c;
}