/*
Theme Name: Marketify - Child Theme
Theme URI: http://astoundify.com/themes/marketify
Author: Astoundify
Author URI: http://astoundify.com
Description: Your beautiful handcrafted digital marketplace.
Version: 1.0.1
License: GNU General Public License
License URI: license.txt
Text Domain: marketify
Domain Path: /languages/
Tags: white, two-column, one-column, right-sidebar, left-sidebar, flexible-width, custom-background, custom-header, theme-options, full-width-template, featured-images, flexible-header, custom-menu, translation-ready
Template: marketify
*/

/**
 * Place Custom CSS Below this.
 */
body {
    font-size: 17px;
    color: #777777;
}
.site-header-minimal .custom-header img {
    height: 36px;
}

.site-footer .site-title img,
.site-branding .custom-header img {
    height: 27px;
}
.footer-widget li {
  padding: 4px 0px;
  list-style-type: disc;
}
.footer-widget ul {
  padding-left: 25px;
}
.content-area {
    padding-bottom: 20px;
}
.header-search-icon {
    margin: 7px 0 0 0;
}
@media screen and (min-width: 992px){
.main-navigation ul ul ul {
  left: 100%;  
  right: -100%;
}
  }

.main-navigation li ul li a:first-child:nth-last-child(2):before {
    content: '\e6d0';
    margin-right: 2px;
    float: right;
}

.page-title, .entry-page-title h1 {
   font-family: 'Roboto', sans-serif;
   
}

.home-1 .page-header .page-title {
    margin-bottom: 30px;
}
.home-1 .page-header {
    margin-bottom: 0px;
}
.site-content {
    margin-top: 30px ;
}

.header-outer:not(.custom-featured-image) .page-header,
.header-outer {
	background-position: top center;
	background-color: #4eafd7;
}
.single.single-post .header-outer.custom-featured-image {
    background-image: none !important;    
}

.single.single-post .custom-featured-image .entry-page-title .entry-date,
.single.single-post .custom-featured-image .entry-page-title h1,
.single.single-post .custom-featured-image .entry-page-title .byline{
    text-shadow: none;
}

.custom-featured-image .entry-page-title h1{
    text-shadow: none;
}

.site-footer {
    background-color: #333333;
    padding: 0px;
}
.custom-featured-image .page-header .page-title {
    text-shadow: rgba(0, 0, 0, 0.39) 0 0px 0px;
}
.content-grid-download .entry-image {
    padding: 10px 10px 0px 10px;
    background-color: #f1f1f1;
}
.content-grid-download .entry-header {
    background: #f1f1f1;
    border: 0px solid #bdc3c7;
}