/*
Theme Name: GETPRO Divi
Description: GetPro Technology making the most of technology
Author: GETPRO
Author URI: http://igetpro.com.au
Template: Divi
*/
@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */

.login h1 a {
    display: none;
}

.et_header_style_centered #logo {
    max-height: 100%;
}

mark.count {
    display: none;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    min-height: 150px !important;
    min-width: 150px !important;
    max-height: 150px !important;
    max-width: 150px !important;
}

.et_pb_post {
    margin-bottom: 30px;
    border-bottom: 1px solid #2EA3F2;
    padding-bottom: 30px;
}

header#main-header {
    border-bottom: 1px solid #444444;
}

#main-footer .footer-widget h4 {
    color: #FFFFFF !important;
}

a.more-link {
    border: 1px solid black;
    padding: 5px;
    margin: 5px auto;
    float: right;
    background-color: #444444;
    color: #eee;
}

.et_pb_blog_grid .et_pb_image_container img {
    border: 1px solid #444444;
}

.main_title {
    display: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    color: #999 !important;
    margin: 0 auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input[type="submit"]:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
}

input {
    -webkit-appearance: none;
    min-width: 100%;
    min-height: 2.5em;
}