/*
Theme Name: Morgan Brown
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Dottech
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.2
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
Text Domain: Morgan Brown

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.
*/


   .col-left-main > h2 {
    color: #3498db;
    font-family: "proxima_novaextrabold";
    font-size: 36px;
    margin-bottom: 15px;   
    }

 .col-left-main > h3 {
        color: #333333;
    font-family: "proxima_novasemibold";
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 40px;
    }

           .col-left-main > p {
    color: #333333;
    font-family: "proxima_nova_rgregular";
    font-size: 20px;
    line-height: 24px;
}
.get-btn{
 background: #eb1a22;
    color: #fff;
    float:left;
    font-size: 36px;
    padding: 15px 20px;
    text-decoration: none;
    font-weight:600;
    font-family:'proxima_novasemibold';
    }

.get-btn:hover{
text-decoration:none;
color:#fff;
}
.read-btn {
  border: 2px solid #cccccc;
  color: #cccccc;
  display: inline-block;
  font-family: "proxima_novasemibold";
  font-size: 36px;
  font-weight: 600;
  margin-left: 40px;
  padding: 13px 20px;
  text-decoration: none;
}

.main-btn {
  margin-top: 30px;
}
.read-btn:hover{
text-decoration:none;
color:#ccc;
}
.col-left-main > p {
  margin-bottom: 25px;
}

.submit-btn{
 background: #eb1a22 !important;
}

.alignnone {
  margin-top: 50%;
}
.right-main > a {
  display: inline-block;
}
.header-inner .header-right .search-main .mail-input {font-size: 20px;}


@media screen and (max-width:1100px){
.read-btn {
  font-size: 30px;
  margin-left: 20px;
  padding: 13px 20px;
}
.get-btn {
  font-size: 30px;
  margin-left: 20px;
  padding: 13px 20px;
  margin-bottom: 20px;
}
}

@media screen and (max-width:991px){
.main-container .right-main {
  text-align: center;
  width: 100%;
}
.alignnone {
  margin-top: 50px;
}
}
@media screen and (max-width:660px){
.read-btn {
  margin-left: 20px;

}

}


@media screen and (max-width:640px){
.read-btn {
  margin-left: 10px;
font-size:24px;
}
.get-btn{
  margin-left: 10px;
  margin-bottom:20px;font-size:24px;
    }
}