/*
Theme Name: Fishbone
Description: Child theme for Avada theme
Author: Norse Sound Creative
Template: Avada
Author URI: http://norsesoundcreative.com/
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-post-card-image {
    overflow: hidden;
}
.fusion-post-card-image a img {
    transition: transform 0.4s ease;
    transform: scale(1);
}
.fusion-post-card-image a:hover img{
    transform: scale(1.2);
    cursor: pointer;
}

p a:visited{
    color: var(--awb-custom_color_2);
}

p a:hover{
    text-decoration: underline;
}

@media (max-width: 600px) {
    h2 br,
    p br{
    display: none !important;
  }
}
.single.single-service_area main { padding-bottom: 0px !important;}
@media only screen and (max-device-width: 640px) {
    .single.single-service_area #content {
        margin-bottom: 0px;
    }
}