/*
*/
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/brentwood_v2/assets/fonts/icomoon/fonts/icomoon.eot?-f1kwr1");
  src: url("/wp-content/themes/brentwood_v2/assets/fonts/icomoon/fonts/icomoon.eot?#iefix-f1kwr1") format("embedded-opentype"),
  	url("/wp-content/themes/brentwood_v2/assets/fonts/icomoon/fonts/icomoon.woff?-f1kwr1") format("woff"),
  	url("/wp-content/themes/brentwood_v2/assets/fonts/icomoon/fonts/icomoon.ttf?-f1kwr1") format("truetype"),
  	url("/wp-content/themes/brentwood_v2/assets/fonts/icomoon/fonts/icomoon.svg?-f1kwr1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.social-page-sidebar {display:none;}

.social-page-sidebar .sps-hide {display:none;}

.social-page-sidebar [class^="sps-ico-"], .social-page-sidebar [class*=" sps-ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: 2em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-page-sidebar .sps-ico-facebook {color:#507cbd;}
.social-page-sidebar .sps-ico-facebook:before {content:"\e922";}
.social-page-sidebar .sps-ico-twitter {color:#64cbee;}
.social-page-sidebar .sps-ico-twitter:before {content:"\e923";}
.social-page-sidebar .sps-ico-linkedin {color:#90c8da;}
.social-page-sidebar .sps-ico-linkedin:before {content:"\e925";}
.social-page-sidebar .sps-ico-youtube {color:#f06361;}
.social-page-sidebar .sps-ico-youtube:before {content:"\e924";}
.social-page-sidebar .sps-ico-email {color:#a7a9ac;}
.social-page-sidebar .sps-ico-email:before {content:"\e928";}
.social-page-sidebar .sps-ico-location {color:#009949;}
.social-page-sidebar .sps-ico-location:before {content:"\e929";}
.social-page-sidebar .sps-ico-contact {color:#ffd200;}
.social-page-sidebar .sps-ico-contact:before {content:"\e927";}

.social-page-sidebar button {
	border:none; outline:none; padding:0.2em; cursor:pointer;
	-webkit-transition: font-size,opacity .25s linear;
	-moz-transition: font-size,opacity .25s linear;
	-o-transition: font-size,opacity .25s linear;
	transition: font-size,opacity .25s linear;
}

.social-page-sidebar button.sps-ico-facebook {background-color:#507cbd; color:#fff;}
.social-page-sidebar button.sps-ico-twitter {background-color:#64cbee; color:#fff;}
.social-page-sidebar button.sps-ico-linkedin {background-color:#90c8da; color:#fff;}
.social-page-sidebar button.sps-ico-youtube {background-color:#f06361; color:#fff;}
.social-page-sidebar button.sps-ico-email {background-color:#a7a9ac; color:#fff;}
.social-page-sidebar button.sps-ico-location {background-color:#009949; color:#fff;}
.social-page-sidebar button.sps-ico-contact {background-color:#ffd200; color:#fff;}
.social-page-sidebar button[class^="sps-ico-"]:hover {opacity:0.75;}

.social-page-sidebar #sps-sidebar-container {
	height: 100%;
	width: 100%;
	display: table;
	z-index: 999999;
}
.social-page-sidebar #sps-sidebar {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
