/*
Theme Name: Claro
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
div.wpcf7-validation-errors{ clear:both;}
.wonderplugingallery-container{ margin:0px!important;}
.html5gallery-title-2 {
    display: block !important;
    float: right !important;
    left: 825px !important;
    position: absolute;
    top: 0px !important;
    width:44% !important;
}
.more-link {
    display: none;
}
.post.single {
    margin: 0 auto 4em;
    max-width: 720px;
}
.post.single header {
    padding: 20px 40px 40px;
    text-align: center;
}
.post.single header h1 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 15px;
}
.post.single header .caption {
    font-size: 0.8em;
    text-transform: capitalize;
}
.blog-wrap h1 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
	margin-bottom:10px;
}
.blog-wrap h1 a {
    color: #333232!important;
}
.blog-wrap h1 a:hover{ color:#D3363B!important;}
.post.single header a {
    color: #333232!important;
    text-decoration: none;
}
.post.single header hr {
    background-color: #333232;
    border: medium none;
    clear: both;
    height: 5px;
    margin: 3.5em auto 0;
    width: 150px;
}
.post.single .post-thumbnail {
    margin-bottom: 3%;
}
.post.single h2, .post.single h3 {
    font-size: 1.5em;
    line-height: 1.2em;
	font-weight:normal;
}
.post.single header .caption {
    font-weight: 600;
}
.nav-links a span.meta-nav{ margin-right:10px; font-weight:bold;}
.nav-links a:first-child{ margin-right:10px;}