/**
 * Theme Name:  Make (child theme)
 * Theme URI:   https://thethemefoundry.com/wordpress-themes/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 * Version:     1.0.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2014 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

@import url( '../make/style.css' );

/* Customize Blockquotes to add red (or Orange) bar on left side like Hub theme, and remove quote marks */
/*.post .entry blockquote, .type-page .entry blockquote, .type-course .entry blockquote {*/
blockquote {
    /*border-left: 0.4em solid #F36557;*/
    border-left: 0.4em solid #D00F1A;
    /*border-left: 0.4em solid #2EA2CC;*/
    /*color: #777A7F;*/
    /*font-style: italic;*/
    margin: 0 0 1.618em;
    padding: 0 0 0 1.327em;
    position: relative;
}
/*blockquote p:first-child:before {*/
    /*content: "";*/
    /*margin-left: 0;*/
/*}*/
/*blockquote p:last-child:after {*/
    /*content: "";*/
/*}*/
hr {
    background: url("/wp-content/themes/childOfBasis/images/hr.svg") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    clear: both;
    height: 5px;
    margin: 36px 0;
}

/*---------------------------------------------------------
    Make Email field in Gravity Form in sidebar full-width
------------------------------------------------------------ */
.gform_wrapper #input_6_1 {
    width: 100%;
}
#gform_wrapper_6 .top_label .gfield_label {
    margin-top: 0 !important;
}

/*---------------------------------------------------------
    Make Email field in Gravity Form on main page full-width
------------------------------------------------------------ */
.gform_wrapper #input_2_1 {
    width: 100%;
}
#gform_wrapper_2 .top_label .gfield_label {
    margin-top: 0 !important;
}

/*---------------------------------------------------------
    Add styles for colored text boxes (colors from Watson theme)
------------------------------------------------------------ */

.alert {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 4px solid #DEDEDE;
    clear: both;
    color: #1C1C1C;
    /*color: #484B50;*/
    /*font-size: 90%;*/
    /*line-height: 1.48;*/
    margin-bottom: 0.70588rem;
    padding: 24px;
    word-spacing: -0.05em;
}
.alert p {
    margin-bottom: 0;
}
/*.alert a {*/
    /*border-bottom: 1px solid #E3E3E3;*/
    /*color: #858585;*/
/*}*/
/*.alert a:hover {*/
    /*color: #474747;*/
/*}*/
/*.alert a {*/
    /*border-bottom: 1px solid #E3E3E3;*/
    /*color: #4A4A4A;*/
/*}*/
.error {
    background: none repeat scroll 0 0 #D94F36;
    border-bottom: 4px solid #C23D25;
}
.success {
    background: none repeat scroll 0 0 #A6BFBA;
    border-bottom: 4px solid #8EAEA8;
}
.note {
    background: none repeat scroll 0 0 #F7F7D8;
    border-bottom: 4px solid #F0F0B6;
}
.sitemap-search .search-form {
    padding-bottom: 18px;
}
/*.select-tutorial {
    padding: 20px;
}*/
/*#builder-section-1430023898786 p {
    margin-top: 400px;
}*/
h3.builder-text-section-title {
    font-size: 38px;
}
#text-28 li, #text-27 li {
    padding: 4px;
}
#footer-1 li, #footer-3 li {
    padding: 4px;
}

/*---------------------------------------------------------
    Customize Blend Modes Table
------------------------------------------------------------ */
td[colspan='2'] {
    font-weight: 700;
}
thead {
    font-weight: 600;
    text-decoration: underline;
}

/*---------------------------------------------------------
    Customize Author and Read More Links
------------------------------------------------------------ */
.entry-author-byline a.vcard, .read-more, .more-link {
    color: #b2b2b2 !important;
}
.entry-author-byline a.vcard:hover, .read-more:hover, .more-link:hover {
    color: #D00F1A !important;
}

/*---------------------------------------------------------
    Hide Author BIO
------------------------------------------------------------ */
.entry-author-bio {
    display: none;
}
.home .site-description {
    display: none;
}

/*---------------------------------------------------------
    Increase Separation between Main Page Title and Button
------------------------------------------------------------ */
#builder-section-1430023898786 h2 {
    margin: 1.1rem 0 2rem 0;
}


/*---------------------------------------------------------
 Customize Left and right sidebars for Ads (_sidebars.scss)
-------------------------------------------------------- */

@media screen and (min-width: 800px) {
    .has-left-sidebar .site-main {
        margin-left: 9.5833333333%;
    }

    .has-right-sidebar .site-main,
    .has-left-sidebar .site-main {
        width: 62.5833333333%;
    }
    .has-right-sidebar #sidebar-left,
    .has-right-sidebar #sidebar-right,
    .has-left-sidebar #sidebar-left,
    .has-left-sidebar #sidebar-right {
        width: 27.8333333333%;
    }
}