/*.widget_vantage-social-media .social-media-icon.social-media-icon-small {
  position: absolute;
  right: 100;
  top: 460;
}*/

/* Heading Font */

h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

#scroll-to-top {
    right: 15% !important;
    z-index: 999;
}

aside {
    font-family: Tahoma; 
    width: 350px !important;
}

.whatsappheader {
    width:100%; 
    height: 40px;
    line-height:40px; 
    background-color:black;
}

.whatsapplink {
    text-align:center; 
}

.whatsapplink a {
  text-decoration:none;
  color:white; 
  font:bold 16pt Helvetica Neue, Helvetica, Arial, sans-serif;
	
}

blockquote{
  font-size: 1.2em;
  width: 70%;
  margin: 1.5em 10px;
  font-family: Verdana;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #ccc;
  line-height: 1.6;
  position: relative;
  background: #e1ebe9;
}

blockquote::before{
  font-family:Arial;
    content: "\201C";
  color:#969292;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}