/*--
	Theme Name: theme50792
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 3.8.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.2
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */


.list_8 li {
	border:1px solid #f0f1ed;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:8px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.list_8 li:hover { box-shadow:0 0 10px rgba(0,0,0,0.5); }
.list_8 li figure {
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none;
	margin:-1px;
	margin-bottom:33px !important;
}
.list_8 li figure a img {
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
	-ms-transform:scale(1.0);
	-o-transform:scale(1.0);
	transform:scale(1.0);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.list_8 li figure a:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.list_8 li .title_num {
	position:relative;
	display:block;
	width:100%;
	text-align:center;
	font:0px/1em 'Voltaire', sans-serif;
	//font:62px/1em 'Voltaire', sans-serif;
	color:#d7d9ce;
	margin-bottom:-3px;
}
.list_8 li .title_num:before {
	position:absolute;
	display:block;
	width:120px;
	height:32px;
	background:#fff;
	bottom:-9px;
	left:50%;
	margin-left:-60px;
	pointer-events:none;
	content:"";
	border-top:1px solid #e7e8e4;
	outline:1px solid #fff;
}
.list_8 li h5 {
	text-align:center;
	font:32px/1em 'Voltaire', sans-serif;
	text-transform:uppercase;
	color:#443f43;
	margin-bottom:21px;
}
.list_8 li h5 a { color:inherit; }
.list_8 li h5 a:hover { color:#f45472; }
.list_8 li p {
	font:300 11px/20px 'ubuntu', serif;
	letter-spacing:0;
	color:#928e92;
	text-transform:uppercase;
	text-align:center;
	padding:0 10%;
	margin-bottom:26px;
}

.list_8 li .btn-primary {
	font:300 11px/20px 'Cinzel Decorative', cursive;
	padding:16px 45px !important;
	margin-bottom:44px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.list_8 li .btn-primary:hover { padding:16px 60px !important; }
.list_8 li .zoom-icon:before { display:none !important; }


.team2 {
	position:relative;
	padding-top:7px;
	text-align:center;
}
.team2 li {
	border:1px solid #e5e6e0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team2 li figure {
	padding:0 !important;
	margin:-1px !important;
	border:none !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.team2 li figure a img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team2 li figure a .zoom-icon {
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.5);
}
.team2 li figure a:hover img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.team2 li figure a:hover .zoom-icon {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.team2 li:hover { box-shadow:0 0 10px rgba(0,0,0,0.5); }
.team2 h5 {
	font:32px/1em 'Voltaire', sans-serif;
	margin-top:30px;
	margin-bottom:22px;
	text-transform:uppercase;
}
.team2 h5 a { color:#443f43; }
.team2 h5 a:hover {
	color:#f45472;
	text-decoration:none;
}
.team2 p {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:0;
	line-height:20px;
	padding:0 10px 16px;
}


/* ----------------------------------------
   CONTROLS HOW SOCIAL MEDIA ICONS DISPLAY
---------------------------------------- */

footer .social-nets-wrapper .social li a:before {
  content: "\f099"!important;
}

footer .social-nets-wrapper .social li + li a:before {
  content: "\f09a"!important;
}


footer .social-nets-wrapper .social li + li + li a:before {
    content: "\f0d5" !important;
}

footer .social-nets-wrapper .social li + li + li + li a:before {
    content: "\f167" !important;
}

footer .social-nets-wrapper .social li + li + li + li + li a:before {
    content: "\f08c" !important;
}





/* ---------------------------------------- */



.logo_h.logo_h__img > img {
  width: 100%; }
.list_8 .zoom-icon {
background: none!important;
}
.list_8 .zoom-icon:before {
background: none!important;
}