@charset "UTF-8";

@font-face {
  font-family: "wp-jac-social-font";
  src:url("fonts/wp-jac-social-font.eot");
  src:url("fonts/wp-jac-social-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/wp-jac-social-font.woff") format("woff"),
    url("fonts/wp-jac-social-font.ttf") format("truetype"),
    url("fonts/wp-jac-social-font.svg#wp-jac-social-font") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "wp-jac-social-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "wp-jac-social-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wp-jac-social a{text-decoration: none;}

.icon-wp-jac-social-facebook:before {
  content: "f";
}
a.icon-wp-jac-social-facebook{
color:#3B5998;
}
a.icon-wp-jac-social-facebook:hover{
color:#ffffff;
background-color:#3B5998;
}
.icon-wp-jac-social-google-plus:before {
  content: "g";
}
a.icon-wp-jac-social-google-plus{
color:#D6492F;
}
a.icon-wp-jac-social-google-plus:hover{
color:#ffffff;
background-color:#D6492F;
}

.icon-wp-jac-social-chevron-up:before {
  content: "u";
}

.icon-wp-jac-social-youtube:before {
  content: "y";
}
a.icon-wp-jac-social-youtube{
color:#E22B26;
}
a.icon-wp-jac-social-youtube:hover{
color:#ffffff;
background-color:#E22B26;
}
.icon-wp-jac-social-pinterest:before {
  content: "p";
}
a.icon-wp-jac-social-pinterest {
  color:#CB2027;
}
a.icon-wp-jac-social-pinterest:hover {
  color:#ffffff;
  background:#CB2027;
}

.icon-wp-jac-social-tripadvisor:before {
  content: "c";
}
a.icon-wp-jac-social-tripadvisor{
color:#589442;
}
a.icon-wp-jac-social-tripadvisor:hover{
color:#ffffff;
background-color:#589442;
}
.icon-wp-jac-social-call-phone:before {
  content: "\61";
}
.icon-wp-jac-social-envelope:before {
  content: "\6d";
}
.icon-wp-jac-social-instagram:before {
  content: "i";
}
a.icon-wp-jac-social-instagram {
  color:#903DBA;
}
a.icon-wp-jac-social-instagram:hover {
  color:#ffffff;
  background: rgba(250,183,101,1);
background: -moz-linear-gradient(45deg, rgba(250,183,101,1) 0%, rgba(231,67,94,1) 45%, rgba(116,74,195,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(250,183,101,1)), color-stop(45%, rgba(231,67,94,1)), color-stop(100%, rgba(116,74,195,1)));
background: -webkit-linear-gradient(45deg, rgba(250,183,101,1) 0%, rgba(231,67,94,1) 45%, rgba(116,74,195,1) 100%);
background: -o-linear-gradient(45deg, rgba(250,183,101,1) 0%, rgba(231,67,94,1) 45%, rgba(116,74,195,1) 100%);
background: -ms-linear-gradient(45deg, rgba(250,183,101,1) 0%, rgba(231,67,94,1) 45%, rgba(116,74,195,1) 100%);
background: linear-gradient(45deg, rgba(250,183,101,1) 0%, rgba(231,67,94,1) 45%, rgba(116,74,195,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab765', endColorstr='#744ac3', GradientType=1 );
}
.icon-wp-jac-social-twitter:before {
  content: "t";
}
a.icon-wp-jac-social-twitter{
  color:#00B6F1;
}
a.icon-wp-jac-social-twitter:hover{
  color:#ffffff;
  background:#00B6F1;
}


.wp-jac-icon-default{
width:40px;
height:40px;
font-size:28px;
line-height:28px;
text-align:center;
padding:6px;
display:block;
margin:5px;
transition: background-color 0.5s;
box-sizing: border-box;
webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.2);
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius: 7px;
background:rgba(255,255,255,0.8);
}

.wp-jac-social-circle .wp-jac-icon-default{
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius: 50%; 
background:#ffffff;
}

.wp-jac-hide span{
width:0;
height:0;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display:block;

}
.wp-jac-social{
width:62px;
padding:10px 5px;
height:auto;
}

@media only screen and (min-width: 79.250em){
.wp-jac-social{
position:fixed;  
left:10px;
top:140px;
z-index:10000;
}
}
@media only screen and (max-width: 79.249em){
.wp-jac-social{
	position: fixed;
	bottom:-20px;
	left: 0;
	right: 0;
	text-align: center;
	width:auto;
  max-width:320px;
  margin:auto;
  z-index:10000;
}

.wp-jac-icon-default{
display:inline-block;
}
}

.scrollToTop{
display:none;
-moz-opacity:0; 
filter:alpha(opacity=0); 
opacity:0;
}

.wp-jac-social svg {
  display: block;
  width: 100%;
  height: 90px;
  background: yellow;
}