/*
 Theme Name:   GeneratePress Child
 Description:  GeneratePress Child Theme for PrivateDomainSecurity
 Author:       Onlinexistence, LLC
 Author URI:   http://onlinexistence.com
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-child
*/


/* template */

.site-header {
    background-image: url(images/bg-header.png);
    background-attachment: fixed;
    background-position: center top;
}
@media (min-width: 550px) {
    .site-header .site-logo .header-image {
        height: 150px;
    }
}


/* columns */

@media screen and (max-width: 768px) {
    .column-grid .column {
        width: 100%; 
        margin: 0; 
        padding: 0;
        float: none;
    }
}


/* buttons */

.button,
.button:visited {
    display: inline-block;
    *display: inline;
    *zoom:1;
    padding: 10px 15px;
    font-size: 17px;
    margin-bottom: 5px;
}

.button.green,
.button.green:visited {
    background: #76B711;
    color: #FFF;
}

.button.green:hover {
    background: #67A00B;
}

.button.gray,
.button.gray:visited {
    background:#777;
    color:#FFF;
}

.button.gray:hover {
    background:#606060;
}

.button.blue,
.button.blue:visited {
    background:#1E72BD;
    color:#FFF;
}

.button.blue:hover {
    background:#1860A0;
}


/* page specific */

.wc-tabs {
    display: none;
}