/*
Theme Name: Creatika WordPress
Theme URI: http://themeforest.net/user/bitpub/portfolio
Description: Creatika WordPress Theme versatile design makes it truly multipurpose. Showcase your services, your portfolio or both. 
Author: Bitpub
Author URI: http://themeforest.net/user/bitpub
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/ 

/*@import url('layout/css/base.css');
@import url('layout/css/grid.css');
@import url('layout/css/elements.css');
@import url('layout/css/layout.css');*/
@import url('layout/css/combined.min.css');
@import url('layout/css/custom.css');

.blog-post {
    margin-bottom: 20px;
}

/* related posts */

.relatedthumb {
    background: #707070;
    color: #ffffff;
    float: left;
    width: 200px;
    margin: 0 15px 20px 0;
    }

.relatedthumb img {
	width: 200px;
}

.relatedthumb p {
    padding: 5px;
    margin: 0px;
    color: #ffffff;
        font-size: 14px;
            line-height: 18px;
    }

    .clearfix {
     clear: both;
    }

    .relatedthumb a:hover {
	text-decoration: none;
}

/* CTA */
#cta-hooks h5 {
        color: #9ccc25;
    font-size: 42px;
    margin: 40px 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;

}

#cta-hooks p {
     width: 90%;
     text-align: justify;
    font-size: 16px;
}

#cta-hooks button {
    background: transparent;
    border: 1px solid #cccccc;
    color: #9ccc25;
    padding: 7px 70px;
    font-size: 16px;
    margin-right: 30px;
    transition: all ease 1.5s;
    margin-bottom: 20px;
}

#cta-hooks button:hover {
    background: #9ccc25;
    color: #ffffff;
    border: 1px solid #9ccc25;
}

@media only screen and (max-width: 480px) {
    .relatedthumb {    margin-bottom: 20px;}
#cta-hooks button {margin-bottom: 20px; min-width: 250px;}
#cta-hooks h5 {font-size: 36px;}
 #cta-hooks{ margin-bottom: 40px;}
}