/*
	Theme Name: Outlook
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.1

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


@import url(../genesis/style.css);

.wrap .title-area .site-title {
	display: none !important;
}

.entry-content .search-form, .site-header .search-form {
    width: 25%;
}

.woocommerce .sidebar {
    display: none;
}

.site-inner .content-sidebar-wrap .content .entry .entry-content a.checkout-button {
    color: #ffffff;
}

#text-30 {
    margin-bottom: 30px;
}

#featured-post-9 .entry-categories {
    display: none;
}

.pyd_clear {
    clear: both;
}

@media screen and (max-width: 767px) {
    .content .entry-content div.wp-caption[style] {
        width: auto !important;
    }
}