/*
Theme Name: Mercy Heart
Theme URI: http://cmssuperheroes.com
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: The 2015 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: wp_mercyheart

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

#cshero-header-navigation {
	background-color: #49c7df !important;
}

#cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a {
    line-height: 60px !important;
}

#cshero-header-logo a img, .blog .cs-wide #cshero-header-logo a img {
    max-height: 115px !important;
}

#cshero-header-logo {
    float: left !important;
}

.blog #main {
	margin-top: 50px !important;
}

.datetime::before, .event-date::before, .event-place::before, .item-likes::before, span.author a::before {
    color: #10818b !important;
}

.author {
    display: none !important;
}

.back_to_top {
    background-color: #f57a38 !important;
}

.logInOutBtn {
    background-color: #cacaca !important;
    color: #ffffff !important;
    float: right !important;
    font-size: 14px !important;
    padding: 0 15px !important;
    position: absolute !important;
    right: 0 !important;
    top: 60px !important;
    -webkit-border-radius: 10px !important; 
    -moz-border-radius: 10px !important; 
    border-radius: 10px !important; 
}

#cshero-header-social {
    right: 77px !important;
    top: 60px !important;
}

.blog .col-lg-9, .blog .col-sm-9, .blog .col-md-9, .single-post .col-sm-8, .single-post .col-md-8, .single-post .col-lg-9 {
    width: 100% !important;
}

.comments-area {
	display: none !important;
}

.blog-single {
	padding-top: 50px;
}

#cshero-header-social .cms-social .rt-icon-email2, #cms_social_widget-2 .cms-social .rt-icon-email2 {
    opacity: 0.3 !important;
    margin-right: 15px !important;
}

#cshero-header-social .cms-social .rt-icon-email2:hover, #cms_social_widget-2 .cms-social .rt-icon-email2:hover {
        opacity: 1 !important;
}

.disclaimer {
       line-height: 12px;
        color: white;
    font-size: 10px;
}

.copyright-text {
     font-size: 10px;
    line-height: 12px;
    text-align: right;
}
.entry-content, .entry-excerpt, .entry-excerpt p {
font-size: 14px;
}

.single-post .entry-excerpt, .blog .entry-meta .item-likes, .single-post .entry-meta .item-likes {
display: none !important;
}

.single-post .entry-content {
color: #4d4d4d;
}

.blog .info, .single .info {
    width: 75% !important;
}

.blog .search, .single .search {
    width: 25%;
}

.blog form.searchform input[type="text"], .single form.searchform input[type="text"] {
    font-size: 13px !important;
    font-style: normal !important;
}