/*
Theme Name: Aardvark Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Aardvark WordPress theme.
Version: 1.0
Author: GhostPool
Author URI: http://www.ghostpool.com
Text Domain: aardvark
Template: aardvark
*/

/*
.float-left.half {
    max-width: 50%!important;
    float: left;
}
.price-table-item {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.gp-contact-detail::before {
    color:#0874f2;
}
.vc_custom_heading[class*="fa-"].gp-green::before {
    color: #38a4ff!important;
}
#gp_pricing_column_1 .gp-pricing-column-button {
    background-color: transparent!important;
    border: 2px solid #020202!important;
    color: #020202 !important;
}
#gp_pricing_column_1 .gp-pricing-column-button:hover  {
    background-color: #020202!important;
    border: 2px solid #020202;
    color: #ffffff !important;
}

#gp_pricing_column_2 .gp-pricing-column-button {
    background-color: transparent!important;
    border: 2px solid #0874f2!important;
    color: #0874f2 !important;
}
#gp_pricing_column_2 .gp-pricing-column-button:hover  {
    background-color: #0874f2!important;
    border: 2px solid #0874f2;
    color: #ffffff !important;
}

#gp_pricing_column_2 .gp-pricing-column-header .gp-pricing-column-header {
    background-color: #0874f2;
    background-image: -webkit-linear-gradient(left, #0874f2 0%, #4608f2 50%,#0874f2 100%)!important;
    background-image: linear-gradient(to right, #0874f2 0%, #4608f2 50%,#0874f2 100%)!important;
}

*/

.ph-calendar-days li, .time-picker-wraper #ph-calendar-time li.ph-calendar-date {

    color: #777;
    font-weight: bold;

}