/*
Theme Name:  Zippco Child Theme
Description: Child theme for the Zippco theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    zippco
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
/* Remove the broken sprite reference */
.iti-flag {
  background-image: none !important;
  background-color: transparent !important;
}

/* Apply CDN flag dynamically per country */
.iti__flag[data-country-code] {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 20px !important;
  height: 15px !important;
}

/* Use flagcdn.com 4x for sharpness, auto-resizes to element */
.iti__flag[data-country-code]:not([data-country-code=""]) {
  background-image: url("https://flagcdn.com/w20/xx.png");
}