/*
Theme Name: Clockwork Beaver Builder Child Theme
Theme URI: http://www.clockworkwp.com
Version: 1.0
Description: 
Author: The Clockwork Team
Author URI: http://www.clockworkwp.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
  font-family: "apis";
  src:  url("./fonts/apis-regular-webfont.woff2") format("woff2"),
        url("./fonts/apis-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apis";
  src:  url("./fonts/apis-italic-webfont.woff2") format("woff2"),
        url("./fonts/apis-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "apis";
  src:  url("./fonts/apis-bold-webfont.woff2") format("woff2"),
        url("./fonts/apis-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "apis";
  src:  url("./fonts/apis-bolditalic-webfont.woff2") format("woff2"),
        url("./fonts/apis-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

/* FLAGS */
span.flag {
    background-size: 1em;
    height: 1em;
    position: relative;
    top: 0px;
    vertical-align: middle;
}
.flag {
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 32px;
    width: 32px;
}


/* Off-canvas Join button fix */
.pp-offcanvas-content-5fbe780078e79 .pp-button-width-full .pp-button {
    display: block;
    position: relative;
    text-align: center;
}