/*
Theme Name: Pitch
Theme URI: http://pitch.select-themes.com
Description: Pitch
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 3.2
Text Domain: pitch
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.blog_single .author_description {
    display:none;
}

.post_text p {
    font-size: 18px;
    line-height: 34px;
    text-align: justify;
    font-family: Montserrat;
}

footer .container_inner {
    border-top:1px solid #f2f2f2;
}

footer .widget_recent_entries ul {
    margin-top: 30px;
}

.aboutsamko {
    font-size: 18px;
    line-height: 28px;
    font-family: Montserrat;
}

@media only screen and (min-width: 576px) {
    .aboutsamko {
      margin-right:40px;
    }
  }


#yikes-mailchimp-container-1 .yikes-mailchimp-form-description {
    margin-top: 34px;
}

#yikes-easy-mc-form-1-EMAIL,
#yikes-easy-mc-form-2-EMAIL {
    background-color: rgba(255,255,255,1);
    border-color: rgba(225,225,225,1);
    border-width: 1px;
    border-style: solid;
    transform: translateZ(0);
    border-radius: 1px;
    color: #949494;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 21px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.yikes-easy-mc-submit-button {
    background: #333333 !important;
    border: none !important;
    margin-top: 0 !important;
}

.yikes-easy-mc-submit-button span {
    color:white !important;
}