/* 
Theme Name:		 Parham Raoufi
Theme URI:		 http://tenet.ir
Description:	 Parham Raoufi is a child theme of Twenty Seventeen, created by Siavash keshmiri 
Author:			 Siavash Keshmiri
Author URI:		 http://twitter.com/siavashh
Template:		 twentyseventeen
Version:		 1.0.0
Text Domain:	 parham-raoufi
*/

/*
    Add your custom styles here
*/
.clearfix {
  clear: both;
}
.col-icon {
  text-align: center;
  display: block;
  font-size: 0.9rem;
  transition: 0.2s all ease;
}
.col-icon i {
  display: block;
  font-size: 2rem;
  line-height: 3em;
}
.col-icon h2 {
  padding-top: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  height: 3em;
}
.col-icon:hover {
  background: rgb(241, 241, 241);
}
.col-icon:hover i {
  color: #ce433e;
}
.main-navigation.toggled-on ul.menu {
    display: block;
}
.main-navigation.toggled-on .dropdown-toggle toggled-on{
	display:none;
}