/*
Theme Name: PaulMoney
Version: 1.0
Description: A child theme of Financity
Author: maxit
Template: financity
*/

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

/* Call to Action on Services Pages */
.cta-services * {
    color: #fff !important;
    border-color: #fff !important;
}
.cta-services .gdlr-core-button:hover {
    background-color: #3680ca !important;
}

/* Link effect on each service row on Our Services page*/
#service-row-smsf {
cursor: pointer !important;
}

#service-row-smsf:hover {
    opacity: 0.9 !important;
    transition: 0.3s !important;
}

#service-row-tax-business {
cursor: pointer !important;
}

#service-row-tax-business:hover {
    opacity: 0.9 !important;
    transition: 0.3s !important;
}

#service-row-financial-services {
cursor: pointer !important;
}

#service-row-financial-services:hover {
    opacity: 0.9 !important;
    transition: 0.3s !important;
}

/* List with check marks */
.tick-list ul li {
    list-style: none !important;
    padding: 0;
}

.tick-list ul li:before {
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    margin-left: -1.3em;
    margin-right: 5px;
}

/* White text within columns specified */
.col-white-font p, .col-white-font span, .col-white-font h3, .col-white-font h4, .col-white-font h5, .col-white-font li {
    color: #fff !important;
}

/* Ensure blog thumbnails do not exceed 235px high in order to keep layout even */
.gdlr-core-blog-thumbnail {
    max-height: 235px !important;
}