/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE

.searchbar-search input[type="search"] {
    width: calc(100% - 122px);
    padding: 12px;
    box-shadow: none;
    border-width: 1px;
    border-radius: 5px;
    margin: 0;
    font-size: 16px;
    color: #2d2d2d;
}
*/
/*Fix for blurry images START*/
/*CSS ADDED BY RADOVAN */
img {
image-rendering: -webkit-optimize-contrast!important;
}
/*Fix for blurry images END*/

.fa-twitter:before {
  content:"\1D54F";
}
