/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/


/* SOCIAL MEDIA COMPONENT STYLES */

.socialMediaWrapper{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 40px;
	
}

.socialMediaWrapper .icon{
  color: #a6192e;
  margin: 0 20px 40px 20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position: relative;
  z-index:2;
}

.socialMediaWrapper .icon span{
  position:relative;
  z-index:2;
  height: 60px;
  width: 60px;
  display:block;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border-radius:50%;
  text-align:center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-size:25px;
  line-height:60px;
}

.socialMediaWrapper .icon:hover span{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.socialMediaWrapper .icon:hover span{
  color: #fff;
}
.socialMediaWrapper .facebook:hover span{
  background:#3B5999;
}
.socialMediaWrapper .twitter:hover span{
  background:#46C1F6;
}
.socialMediaWrapper .github:hover span{
  background:#333;
}
.socialMediaWrapper .youtube:hover span{
  background:#de463b;
}

.socialMediaWrapper .linkedin:hover span{
  background:#0a66c2;
}
.socialMediaWrapper .snapchat:hover span{
  background:#0a66c2;
}

.socialMediaWrapper .instagram:hover span{
    background: #f09433; 
}




.hr-line {border-top: 1px solid #000;}

.img-circle{border-radius:50%}

.text-center{text-align:center}


.imgr{float: right;margin: 0 0 10px 15px;clear: right;}
.imgl{float: left;margin: 0 15px 10px 0;clear: left;}
.boxholder{padding:9px; border:1px solid #D6D6D6;}


.font-small {font-size: .9em;}
.font-medium {font-size: 1.2em;}
.font-large {font-size: 1.4em; line-height: 1.17em;}
.font-xl {font-size: 1.6em;line-height: 1.17em;}

.alex-brush-regular {
  font-family: "Alex Brush", cursive;
  font-weight: 400;
  font-style: normal;
}
