/*
Theme Name:  Cevat Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Cevat Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     1.1.7
Template:    cevat
Tags:        portfolio
Text Domain: cevat-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

/* REPLACE TWITTER BIRD WITH X LOGO */
.pw-icon-twitter:before,
.social-link.twitter:before,
.share-twitter:before {
    content: "" !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor !important;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"/></svg>') no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227"><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"/></svg>') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
}

/* UPDATE SHARE BUTTON HOVER COLOR FROM TWITTER BLUE TO BLACK */
.share-twitter:hover {
    background-color: #000000 !important;
}
.entry-share .share-twitter:hover {
    color: #000000 !important;
}