/*
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
-------------------------------------------------------------- */
@media (max-width: 767px){
 .site-footer .footer_logo .footer-box {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.site-footer .footer-box .tm-sbox {
  border-right: none;
}
	.site-footer .footer-row {
    flex-wrap: wrap;
}
	.site-footer .footer-row .tm-sbox p {
    margin: 0;
}
.site-footer .footer-row .tm-sbox {
    padding-bottom: 20px;
}
	.site-footer .footer-row .tm-sbox .tm-wrap-cell {
    display: none;
}