/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: ptbna
*/

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

.tour_heading {
    margin-top: 30px;
}

.header-v2 .social-networks a {
    opacity: 0.6;
}

.social-networks .tf-pinterest a {
    width: 18px !important;
    height: 18px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {

    .social-networks .tf-pinterest a, .person-author .tf-pinterest {
        -webkit-background-size: 18px 18px;
        -moz-background-size: 18px 18px;
        -o-background-size: 18px 18px;
        background-size: 18px 18px;
    }

}