.footer-width-fixer {
    width: 100%;
}

/* Container fix for genesis themes */

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

/* Container fix for generatepress theme */

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important; /* override generatepress default white color for header */
}

.bhf-hidden {
    display: none
}

/* Fix: Header hidden below the page content */
.ehf-header #masthead {
	z-index: 99;
    position: relative;
}

#sticky-social-icons-container2.alignment-right {
    right: 0;
}
#sticky-social-icons-container2 {
    top: 300px;
}
#sticky-social-icons-container2 {
    position: fixed;
    z-index: 999;
    text-align: center;
}

#sticky-social-icons-container2 ul li {
   list-style:none;
}

a.pinaronline picture:last-child {
  display: none;  
}
a.pinaronline:hover picture:last-child {
  display: block;  
}
a.pinaronline:hover picture:first-child {
  display: none;  
}
.sarifont:active {
    color: #F8D74D;
}
.sarifont:visited {
    color: #F8D74D;
}

@media screen and (max-width: 1100px) { #sticky-social-icons-container2 { display:none !important;} }