/*!
 * Theme Name:   Devking child theme
 * Theme URI:    https://app.codeable.io/tasks/90527
 * Description:  Twenty Sixteen Child Theme
 * Author:       Jeremy Selph
 * Author URI:   http://www.reactivedevelopment.net/
 * Template:     twentysixteen
 * Version:      1.0.0
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 * Text Domain:  twentysixteenchild
 */

    body{ margin: 0; padding: 0; background-color: black; }
    .site{ background-color: black; margin: 0; }
    .site-header{ padding: 60px 60px 40px 60px; }
    .content-area{ background-color: white; }
    .site-main{ padding: 40px 40px 40px 40px; margin-bottom: 0; }

    /**
     * registration page page styles
     */
    .page-template-template-registration .custom-logo{ max-width: 835px; }
    .page-template-template-registration .site-branding{ margin: 0 auto 0 auto !important; }
    .page-template-template-registration .site-content{ max-width: 920px; margin: 0 auto 0 auto; }
    .page-template-template-registration .site-main{ border-top: 5px solid #14c3bc; border-bottom: 5px solid #14c3bc; }
    
    /**
     * login page styles
     */
    div#page{ background-color: black !important; }
    .page-id-42 .content-area, .page-id-74 .content-area, .page-id-93 .content-area{ background-color: black; }

    /**
     * other page styles
     */
    .logged-in.page-id-93 .content-area, .logged-in.page-id-42 .content-area{ background-color: white; }
    .cleanlogin-container{ margin: 0; }
    input.cleanlogin-field.cleanlogin-submit{ margin-bottom: 10px !important; }
    .no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, 
    .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, 
    .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets{ 
        margin-left: 0 !important; margin-right: 0 !important; }
    
    /**
     * gravity form styles
     */
    button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, 
    input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, 
    input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus{ background: #14c3bc; }