/*
 Theme Name:   Honcho Child
 Theme URI:    www.djay.co.za
 Description:  Honcho Theme Customization
 Author:       DJay Design
 Author URI:   www.djay.co.za
 Template:     honchoWP
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  honcho_child
*/

@import url("../honchoWP/style.css");

/* Add your custom css below
-------------------------------------------------------------- */
#what-we-do .col-md-3, #what-we-do .col-md-4 {width: 20% !important}
.text-rotator-fade {font: 300 30px/0px "Lato",sans-serif;}
.price .amt {font-size: 60px;line-height: 50px;}
.dollar {top:-25px;}
#hover_info figure figcaption {background-color: #EB9605;}
hr {border-color: #ddd -moz-use-text-color -moz-use-text-color;}
.product p {text-align: justify;}
.center {text-align: center !important;}


@media all and (max-width: 900px) {
#what-we-do .col-md-3, #what-we-do .col-md-4 {width: 100% !important}
.text-rotator-fade {font-size: 14px;line-height: 16px}

}