/* Enter Your Custom CSS Here */
.mashsb-box .mashsb-buttons a{    text-align: center; float:none!important;width: 95%;}
.mashicon-share:before, [class*=" mashicon-"] .icon:before, [class^=mashicon-] .icon:before{float:none!important}
.pluginButtonSpacer{display:none!important}
.fb_iframe_widget iframe {
    position: relative!important;
    display: table;
    margin: 0 auto;
    margin-top: 2px;
}
#move-to-top{display:none!important}
/*WPBeginner Footer Bar*/
.fixedBar{bottom: 0px; color:#fff; font-family: Arial, Helvetica, sans-serif; left:0; padding: 0px 0; position:fixed; font-size:16px; width:100%; z-index:99999; float:left; vertical-align:middle; margin: 0px 0 0; opacity: 0.95; font-weight: bold;}

.boxfloat{text-align:center; width:100%; margin:0 auto}

#tips, #tips li{margin:0; padding:0; list-style:none}

#tips{width:100%; font-size:20px; line-height:120%;}

#tips li{padding: 0px 0; display:none}

#tips li a{color: #fff;}

#tips li a:hover{text-decoration: none;}

div#facebook-social-scroll {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
}
table#facebook-social-scroll {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}
table#facebook-social-scroll td:first-of-type {
    border: 1px solid #3b5998;
    background: #fff;
    width: 50%;
    padding-bottom: 9px;
}
table#facebook-social-scroll td:last-of-type {
    background: #3b5998;
    font-size: 15px;
    color: #fff;
    width: 50%;
      border: 1px solid #3b5998;
}

#facebook-social-scroll [class^=mashicon-] .text {
     text-indent:none!important;
    margin-top: 15px;
    line-height: 0;
    display: inline;
}

#facebook-social-scroll .mashicon-facebook {
     background: none!important;
}

#facebook-social-scroll .mashsb-container{
  padding-top:0px!important;
    padding-bottom:0px!important;
  
}
#facebook-social-scroll .mashsb-box .mashsb-buttons a{
  padding:0px!important
}
@media screen and (max-width: 450px) {
  #facebook-social-scroll{display: table!important;}
  .home #facebook-social-scroll{display: none!important;}
}

[class^=mashicon-] .text {
    text-indent: -9999px;
    line-height: 0;
    display: inline!important;font-weight: bold;
}
 #facebook-social-scroll table td {
    padding: 7px!important
}
.mashicon-facebook {
     background: #3b5998!important;
}
   .wpp-thumbnail {
    display: block!important;
    float: none!important;
    margin: 0 5px 0 0;
    border: none;
}
.wpp-list{margin:0!important}
.wpp-list a {color:black!important}

/* fix logo max size to use a bigger file */
.logo-wrap {
    max-width: 280px;
    max-height: 40px;
}
function fjern_og_tittel($data) {
    if (isset($data['og:title'])) {
        unset($data['og:title']);
    }
    return $data;
}
add_filter('wpseo_opengraph', 'fjern_og_tittel');