/*
Theme Name:     SmartShape
Description:    Child theme for Divi.
Author:         SmartShape Inc.
Author URI:     https://smartshape.io
Template:       Divi
Version:        2.0
*/

@import url("../Divi/style.css");

body {
    font-weight: 300;
    color: #515151;
}

b, strong {
    font-weight: 500;
}

#main-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: white;
}

#main-header.et-fixed-header {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: white;
}

#main-header.et-fixed-header #logo {
    max-height: 50%;
}

#logo {
    max-height: 40%;
}

.border-section {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fcfcfc;
}

#et-main-area {
    background: white;
}

/* Hide Sidebar */
#main-content .container:before {
    background: none;
}
@media (min-width: 981px) {
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
    	float: none !important;
    }
}
#sidebar {
    display:none;
}

#footer-bottom {
    min-height: 200px;
    background: transparent;
}

/* Hide page titles */
.entry-title {
    display: none;
}

.searchform {
    margin-bottom: 30px;
}
.searchform .screen-reader-text {
    display: none;
}

.entry-content {
    margin-bottom: 100px;
}

/* Remove the cart button from the store site header */
.et-cart-info {
    display: none;
}

.launch_button a {
    position: relative;
    color: white !important;
    padding: 10px 20px !important;
    margin-top: -10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-width: 0;
    background: #00b5ff !important;
}

code {
    overflow-x: auto;
    display: block;
    border: 1px solid #999;
    padding: 5px;
    background: #eee;
}
