/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme/
Template: betheme
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
Version: 26.5.0.4.1665748198
Updated: 2022-10-14 13:49:58

*/

/*-----------    Font    ----------------*/
/*----------- * {font-family: "Orbitron-Lite", sans-serif !important;}
/*-----------   html {font-family: "Orbitron-Lite", sans-serif !important;}

body {font-family: "Orbitron-Lite", sans-serif !important; }


h1, h2, h3, h4, h5, h6, p {font-family: "Orbitron-Lite" !important;}


/*-----------    social    ----------------*/
.social-links{
	position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  width:40px;
  height:auto;
  /* opacity:.7; */
  right:0;
  
  position:fixed;
  z-index:99;
}

.social-links a:hover {
	background-color: #000;
	color: #fff;
}

.social{
  width:100%;
  height:40px;
     -webkit-transition: width 0.3s;
   -moz-transition: width 0.3s;
  transition: width 0.3s;
  text-align:center;
  float:right;
  padding:5px;
}
.social:hover{
  width:50px;
    -webkit-transition: width 0.3s;
   -moz-transition: width 0.3s;
  transition: width 0.3s;
  opacity:.7;
}

.social-image{
  height:40px;
}

@media screen and (max-width: 600px) {
	.social-links{width:40px;}
	.social:hover{
		width:40px;
    -webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
		opacity:.7;
}
}

.call {background-color:#f1f1f1;}
.callmail {background-color:#e1e1e1;}
.linkedin {background-color:#0A66C2;}
.xing {background-color:#FFFFFF;}
.facebook {background-color:#3b5998;}
.twitter {background-color:#00acee;}
.instagram {background-color:#dd9933;}
.youtube {background-color:#c4302b;}
/*-----------end of social----------------*/


