/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
@font-face {
  font-family: 'onepress-font';
  src:  url('assets/fonts/onepress-font-.eot?kl1tu5');
  src:  url('assets/fonts/onepress-font-.eot?kl1tu5#iefix') format('embedded-opentype'),
    url('assets/fonts/onepress-font-.ttf?kl1tu5') format('truetype'),
    url('assets/fonts/onepress-font-.woff?kl1tu5') format('woff'),
    url('assets/fonts/onepress-font-.svg?kl1tu5#onepress-font-') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fame-icon-"], [class*=" fame-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'onepress-font' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fame-icon-square-x-twitter-brands:before {
  content: "\e900";
}
.fame-icon-x-twitter-brands:before {
  content: "\e901";
}

.fa-twitter {
  font-family: 'onepress-font' !important;
}
.fa-twitter::before {
content: "\e901" !important;
}


.footer-social-icons a .fa-twitter {
background-image: url('assets/images/x-twitter.svg');
background-position: center;
background-repeat: no-repeat;
  background-size: auto;
height: 32px;
  width: 36px;
	  text-indent: -99999px;

}