/*
Theme Name: Hampoz Child Theme
Author: ridianur
Author URI:  http://ridianur.com/
Theme URI: http://themeforest.net/user/ridianur
Template: hampoz
Description: This is child theme for Hampoz Theme.
Version: 1
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hampoz-child
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/

.sticky-wrapper .logo1 {
    
    max-height: 100px;
}

.is-sticky .logo1 {
    max-height: 70px;
    
}

.is-sticky .sf-with-ul {
    color: #333;
}

.is-sticky .menu-item a{
    color: #333;
}

.is-sticky .header-icon a{
	 color: #333;
}


.slider-title span {
    color: #e52437;
}

.content-title span {
    color: #e52437;
}

.box-with-icon .hampoz-icon {
    background: #bf1e2e;
}

.slider .slick-arrow:hover {
    background: #fff;
    color: #bf1e2e;
}

.slider .slick-arrow {
    background: #bf1e2e;
}

.dbox-relative {
  background: #bf1e2e;
}

.spinner > div {
  background-color: #bf1e2e;
}

::selection {
    background: #bf1e2e !important;
}

::-moz-selection {
  background: #bf1e2e !important;
}

.footer p{
	color: #fff;
}

.footer a{
	color: #fff;
}

.fat-nav li, .fat-nav li a {
    color:#fff;
}

.footer-menu  ul{
	list-style-type: none !important;
}


.footer-menu  li a {
	color:#fff;
}

.footer-menu  li a:hover {
	color:#898989;
}

.to-top::after {
	background-color:#bf1e2e;
}

.hoverpull {
	overflow: hidden;
}

.hoverpull img{
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hoverpull:hover img{
 -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);	
}

.icon-title a{
	color:#000
}

.icon-title a:hover{
	color:#bf1e2e;
}

