/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* $font-bold: 'Raleway-Bold';
$font-regular: 'Raleway';
$font-light: 'Raleway-Light';
$font-curly: 'Pacifico';
$font-heavy: 'Raleway-Bold'; */

/* line 3, stdin */

.full-width-content {
  text-align: center;
}

/* line 7, stdin */

.full-width-content.center ul,
.full-width-content.center ol,
.full-width-content.centre ul,
.full-width-content.centre ol {
  list-style-position: inside;
}

/* line 12, stdin */

.full-width-content.left {
  text-align: left;
}

/* line 16, stdin */

.full-width-content.right {
  text-align: right;
}

/* line 21, stdin */

.full-width-content h1:first-child,
.full-width-content h2:first-child,
.full-width-content h3:first-child,
.full-width-content h4:first-child,
.full-width-content h5:first-child,
.full-width-content h6:first-child {
  margin-bottom: 30px;
}

/* line 26, stdin */

.full-width-content ul,
.full-width-content ol {
  margin-bottom: 15px;
}

/* line 30, stdin */

.full-width-content .branded-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 35, stdin */

.full-width-content .branded-list li {
  position: relative;
  padding: 4px 45px 10px 45px;
  display: inline-block;
}

/* line 40, stdin */

.full-width-content .branded-list li:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 34px;
  z-index: 1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzMCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjIxNTkgNS4yMDc4NkMyMi4yMjEzIDUuMTE2NjMgMjIuMjI5MyA1LjAyMjczIDIyLjIyOTMgNC45MzE1QzIyLjIyOTMgNC44NDAyOCAyMi4yMjEzIDQuNzQ2MzcgMjIuMjE1OSA0LjY1MjQ2VjQuNDUxMjNIMjIuMjA1MkMyMi4xMDEgMy4zNTM4NSAyMS42Mjc3IDIuMjg1OTggMjAuNzkwOCAxLjQ0NjE4QzE5LjgzMSAwLjQ4MDI3MSAxOC41NzQzIDAgMTcuMzE3NiAwSDEyLjQwNTlWNC40NDg1NVYyOC43OTQ4QzEyLjQwMDYgMjguODgzNCAxMi4zOTI2IDI4Ljk3MTkgMTIuMzkyNiAyOS4wNjMxQzEyLjM5MjYgMzAuMzI2OSAxMi44NzEyIDMxLjU4NzkgMTMuODMzNyAzMi41NTM4QzE0Ljc5MzYgMzMuNTE5NyAxNi4wNTI5IDM0IDE3LjMxMjMgMzRIMjIuMjMyVjI5LjA5NTNIMjIuMjI5M0MyMi4yMjkzIDI5LjAxNDggMjIuMjI0IDI4LjkzNDMgMjIuMjE4NiAyOC44NTY1VjE4LjQzODFIMjkuNjY1VjguNTQ1NjFIMjIuMjE4NlY1LjIwNzg2SDIyLjIxNTlaIiBmaWxsPSIjRDNBODY5Ii8+CjxwYXRoIGQ9Ik04LjM5NTU4IDkuNzY5MThDNy40MzU3IDguODA1OTUgNi4xNzYzNiA4LjMyMyA0LjkxNzAzIDguMzIzQzMuNjU3NjkgOC4zMjMgMi40MDEwMyA4LjgwMzI3IDEuNDM4NDggOS43NjkxOEMwLjQ3ODYwMSAxMC43MzI0IDAgMTEuOTk2MSAwIDEzLjI1NzJDMCAxNC41MjA5IDAuNDc4NjAxIDE1Ljc4MiAxLjQ0MTE1IDE2Ljc0NzlDMi40MDEwMyAxNy43MTExIDMuNjYwMzYgMTguMTk0MSA0LjkxOTcgMTguMTk0MUg5LjgzOTRWMTMuMjg5NEg5LjgzNjczQzkuODQ3NDIgMTIuMDE0OSA5LjM2NjE1IDEwLjc0MDUgOC4zOTgyNSA5Ljc2OTE4IiBmaWxsPSIjRDNBODY5Ii8+Cjwvc3ZnPgo=);
}

@media (max-width: 575.5px) {
  /* line 35, stdin */

  .full-width-content .branded-list li {
    padding: 4px 0 10px 45px;
    display: block;
  }
}

@media (max-width: 767.5px) {
  /* line 62, stdin */

  .full-width-content.left,
  .full-width-content.right {
    text-align: center;
  }

  /* line 65, stdin */

  .full-width-content.left ul,
  .full-width-content.right ul {
    list-style-position: outside;
    text-align: left;
  }

  /* line 69, stdin */

  .full-width-content.left ul li,
  .full-width-content.right ul li {
    margin-bottom: 5px;
  }
}

/* line 80, stdin */

body.single-post .full-width-content.left,
body.single-post .full-width-content.right,
body.single-post .full-width-content.centre {
  text-align: left;
}

/* line 83, stdin */

body.single-post .full-width-content.left h2,
body.single-post .full-width-content.left h3,
body.single-post .full-width-content.left h4,
body.single-post .full-width-content.left h5,
body.single-post .full-width-content.left h6,
body.single-post .full-width-content.right h2,
body.single-post .full-width-content.right h3,
body.single-post .full-width-content.right h4,
body.single-post .full-width-content.right h5,
body.single-post .full-width-content.right h6,
body.single-post .full-width-content.centre h2,
body.single-post .full-width-content.centre h3,
body.single-post .full-width-content.centre h4,
body.single-post .full-width-content.centre h5,
body.single-post .full-width-content.centre h6 {
  margin-top: 45px;
  margin-bottom: 25px;
}

/* line 53, resources/assets/styles/common/_mixins.scss */

body.wp-admin .full-width-content * {
  display: none;
}

/* line 58, resources/assets/styles/common/_mixins.scss */

body.wp-admin .full-width-content {
  background: none !important;
  background-color: #EEEEEE !important;
  text-align: left;
  padding: 16px 20px;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* line 61, resources/assets/styles/common/_mixins.scss */

body.wp-admin .full-width-content:before {
  content: "Full Width Content";
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 500;
  color: #444 !important;
}


/*# sourceMappingURL=full-width-content.css.map*/