@charset "UTF-8";
/*
Theme Name:   CDJM 2025
Theme URI:    https://cdjm.org/
Author:       CDJM
Author URI:   https://cdjm.org/
Description:  Custom theme for CDJM (Conseil de Déontologie Journalistique et de Médiation) featuring updated design kit with modern typography and branding.
Version:      2.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  cdjm-2025
Tags:         two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Jefferson is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Global
  2.1 Global Grid
  2.2 Global Layout
  2.3 Heading
  2.4 Typography
  2.5 Common HTML Elements
  2.6 Forms
    2.6.1 Gravity Forms
    2.6.2 Contact Form 7
    2.6.3 Mailchimp
  2.7 Media
3.0 Header
4.0 Menus
  4.1 Sticky Menu
5.0 Pages
  5.1 Homepage
  5.2 Misc
6.0 Posts/Blog
  6.1 Blog Post
  6.2 Post Format Types
  6.4 Blog Pagination
  6.5 Comments
  6.6 Post Navigation
7.0 Widgets
8.0 Search
9.0 Footer

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

cite {
  font-style: normal;
  font-weight: bolder;
  display: block;
  margin-top: 15px;
}

a {
  transition: all 0.2s ease 0s;
  outline: 0;
}

input, button {
  transition: all 0.2s ease 0s;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

*:focus {
  outline: none;
}

img, object, embed, figure {
  max-width: 100%;
  height: auto;
}

code {
  background-color: #ffffcc;
}

select {
  color: #333;
}

figure {
  margin: 0;
}

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.larger {
  font-size: 120%;
}

/* -- iFrame -- */
.ccfw-entry-content iframe {
  width: 100%;
}

/*--------------------------------------------------------------
2.0 Global
--------------------------------------------------------------*/
/* -- Default Font -- */
body, input, select, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, Helvetica, Arial, sans-serif;
}

/*--------------------------------------------------------------
2.1 Global Grid
--------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .elementor-container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .elementor-container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1260px;
  }
  .elementor-container,
  body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1150px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0px;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
  visibility: hidden;
}

.affix {
  position: fixed;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*--------------------------------------------------------------
2.2 Global Layout
--------------------------------------------------------------*/
body.home .ccfw-content {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .left-content {
    padding-right: 50px;
  }
  .right-content {
    padding-left: 50px;
  }
}
.content-area section.error-404.not-found ul {
  margin-bottom: 80px;
}

/*--------------------------------------------------------------
2.3 Heading
--------------------------------------------------------------*/
body .entry-header {
  margin-bottom: 20px;
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

body.page .entry-header {
  margin-bottom: 50px;
}

.entry-header .container {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
2.4 Typography
--------------------------------------------------------------*/
.ccfw-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

body,
button,
input,
select,
textarea {
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: #111;
  outline: 0;
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #111;
  clear: both;
  margin-bottom: 10px;
  font-weight: 300;
}

h1 {
  font-size: 34px;
  line-height: 52px;
  margin-bottom: 0px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h4 a {
  font-weight: normal;
}

h5 {
  font-size: 14px;
  line-height: 21px;
}

h5 small {
  position: relative;
  top: -4px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
}

p {
  line-height: 1.6;
  margin-bottom: 1.45em;
}

b, strong {
  font-weight: bolder;
}

dfn, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 10px;
}

address {
  margin: 0 0 10px;
  font-style: normal;
}

pre {
  margin-bottom: 30px;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  background: #fff9ee;
  font-size: 16px;
}

abbr, acronym {
  cursor: help;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

mark, ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.content-area article {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.content-area article p,
.content-area article li {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--------------------------------------------------------------
2.5 Common HTML elements
--------------------------------------------------------------*/
/* -- Ordered and Unordered Lists --*/
.content-area ul,
.content-area ol {
  margin: 10px 0px 20px 20px;
}

.content-area ul {
  list-style: circle;
}

.content-area ol {
  margin-left: 0px;
  padding-left: 18px;
  list-style: decimal;
}

.content-area ul li,
.content-area ol li {
  margin-bottom: 10px;
}

.content-area ol ol {
  padding-left: 30px;
}

.content-area ul ul {
  padding-left: 30px;
}

/* -- Horizontal Rule --*/
.content-area hr {
  height: 0;
  margin-top: 38px;
  margin-bottom: 38px;
  border: 0;
  border-top: 1px solid #e9e9e9;
}

/* -- Headings -- */
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5 {
  margin: 40px 0 20px;
}

.content-area h6 {
  margin: 16px 0 2px;
}

.content-area h1 + h1, .content-area h1 + h2, .content-area h1 + h3, .content-area h1 + h4, .content-area h1 + h5, .content-area h1 + h6, .content-area h2 + h1, .content-area h2 + h2, .content-area h2 + h3, .content-area h2 + h4, .content-area h2 + h5, .content-area h2 + h6, .content-area h3 + h1, .content-area h3 + h2, .content-area h3 + h3, .content-area h3 + h4, .content-area h3 + h5, .content-area h3 + h6, .content-area h4 + h1, .content-area h4 + h2, .content-area h4 + h3, .content-area h4 + h4, .content-area h4 + h5, .content-area h4 + h6, .content-area h5 + h1, .content-area h5 + h2, .content-area h5 + h3,
.content-area h5 + h4, .content-area h5 + h5, .content-area h5 + h6, .content-area h6 + h1, .content-area h6 + h2, .content-area h6 + h3, .content-area h6 + h4, .content-area h6 + h5, .content-area h6 + h6, .content-area p + h6 {
  margin-top: 0px;
}

/* -- Definition Lists --*/
dt {
  font-weight: bolder;
}

dd, dl {
  margin-bottom: 20px;
}

/* -- Links -- */
.content-area h4 a,
.content-area h5 a {
  color: #111;
}

.content-area article .entry-content p a {
  padding-bottom: 4px;
  background: linear-gradient(#FFF, #FFF) no-repeat scroll 0 87%/0.05em 1px, linear-gradient(#FFF, #FFF) no-repeat scroll 100% 87%/0.05em 1px, transparent linear-gradient(#eee, #eee) repeat-x scroll 0 87%/1px 1px;
  text-shadow: 0.03em 0 #FFF, -0.03em 0 #FFF, 0px 0.03em #FFF, 0px -0.03em #FFF, 0.06em 0 #FFF, -0.06em 0 #FFF, 0.09em 0 #FFF, -0.09em 0 #FFF, 0.12em 0 #FFF, -0.12em 0 #FFF, 0.15em 0 #FFF, -0.15em 0 #FFF;
}

a.underline {
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

.content-area article .entry-content p a.underline {
  background: none;
  text-shadow: none;
}

/* -- Blockquotes --*/
.content-area blockquote {
  text-align: center;
  padding: 0.5% 6%;
  margin: 6% 0%;
  position: relative;
}

.content-area blockquote p {
  margin-bottom: 0px;
}

.content-area blockquote:before {
  content: "“";
  position: absolute;
  z-index: -1;
  margin: 0;
  left: 50%;
  top: -60px;
  transform: translateX(-50%) translateY(3px) rotate(-2deg);
  color: #f6f6f6;
  font-size: 145px;
  font-family: Georgia, serif;
}

/* -- Table styles --*/
table {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}

.content-area table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  margin-top: 30px;
  border: 1px solid #eee;
}

.content-area table th,
.content-area table td {
  padding: 15px 25px 15px 15px;
  margin: 0;
  overflow: visible;
  border-bottom: 1px solid #eee;
}

.content-area table thead {
  vertical-align: bottom;
  white-space: nowrap;
}

.content-area table th {
  font-weight: bolder;
}

.content-area table tbody > tr:nth-child(odd) > th,
.content-area table tbody > tr:nth-child(odd) > td {
  background: #f9f9f9;
}

.content-area caption {
  color: #111;
  text-align: center;
  padding: 2%;
}

/* -- WP layout styles --*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* -- Blockquote and Heading margins -- */
body.search-results .content-area article > h2:first-child,
.entry-content > .gform_wrapper,
.ccfw-entry-content > h1:first-child,
.ccfw-entry-content > h2:first-child,
.ccfw-entry-content > h3:first-child,
.ccfw-entry-content > h4:first-child,
.ccfw-entry-content > h5:first-child,
.ccfw-entry-content > h6:first-child {
  margin-top: 0px;
}

/*--------------------------------------------------------------
2.6 Forms
--------------------------------------------------------------*/
textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=url], input[type=password], textarea {
  color: #555;
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #e2e2e2;
  transition: all 0.15s ease 0s;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus {
  border: solid 1px #ccc;
  outline: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.content-area fieldset {
  padding: 25px;
  border: 1px solid #eee;
  margin-bottom: 1em;
  margin-top: 40px;
}

.content-area fieldset legend {
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 12px;
  background: #eee;
  color: #444;
}

.content-area input[type=text],
.content-area input[type=tel],
.content-area input[type=url],
.content-area input[type=email],
.content-area input[type=password],
.content-area textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #ddd;
  font-size: 1em;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-area textarea {
  padding: 12px;
}

.content-area input[type=file] {
  padding: 10px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.content-area textarea {
  height: 190px;
}

span.required,
body .gform_wrapper .gfield_required {
  color: #c91414;
}

.widget li a {
  color: #444;
}

.content-area input[type=text]:focus,
.content-area input[type=tel]:focus,
.content-area input[type=url]:focus,
.content-area input[type=email]:focus,
.content-area input[type=password]:focus,
.content-area textarea:focus {
  outline: none;
  border-color: #ccc;
}

.content-area input[type=submit],
.content-area input[type=reset],
.content-area input[type=button],
.jetpack_subscription_widget input[type=submit],
.ccfw-content .widget a.button {
  padding: 17px 30px;
  margin: 0;
  border: none;
  background: #ebe9eb;
  font-size: 13px;
  line-height: 1;
  color: #111;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}

.ccfw-content .widget a.button {
  display: inline-block;
  font-size: 14px;
  padding: 14px 20px;
  margin-top: 0px;
}

.ccfw-content .widget a.button:hover {
  opacity: 0.8;
}

.content-area input[type=submit]:hover,
.content-area input[type=reset]:hover,
.content-area input[type=button]:hover {
  opacity: 0.9;
}

.content-area input[type=reset] {
  background-color: #eee;
  color: #333;
}

.content-area input[type=submit] + input[type=reset],
.content-area input[type=submit] + input[type=button],
.content-area input[type=reset] + input[type=submit],
.content-area input[type=reset] + input[type=button],
.content-area input[type=button] + input[type=reset],
.content-area input[type=submit] + input[type=submit] {
  margin-left: 5px;
}

input[type=submit]:focus,
input[type=submit]:active {
  outline: none;
  opacity: 0.85;
}

span.hint {
  font-size: 0.85em;
  opacity: 0.5;
  margin-left: 5px;
}

/* -- Select Styling -- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background: #fff url("images/icons/down_arrow.png") right 0.5em center no-repeat;
  background-size: 16px 16px;
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  padding: 0.4em 2em 0.4em 8px;
  max-width: 100%;
  text-indent: 0.01px;
  text-overflow: "";
  margin-bottom: 5px;
  font-weight: inherit;
  width: 100%;
  font-size: 14px;
}

.content-area select {
  font-size: 16px;
  margin-top: 5px;
}

/* --------------------------------------------------------------
2.6.1 Gravity Forms
-------------------------------------------------------------- */
body .gform_wrapper .gsection .gfield_label,
body .gform_wrapper span.gform_description,
body .gform_wrapper h2.gsection_title,
body .gform_wrapper h3.gform_title {
  font-weight: inherit;
}

body .gform_wrapper .top_label .gfield_label {
  margin-bottom: 0em;
  font-weight: inherit;
}

body .ccfw-content .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: 0em;
  margin-bottom: 12px;
}

body .gform_wrapper h3.gform_title {
  margin-top: 0px;
}

body .gform_wrapper.gf_browser_gecko select {
  padding-left: 5px;
  margin-top: 6px;
  font-size: 16px;
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea {
  padding: 6px 8px;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 16px;
  margin-top: 0px;
}

.ginput_container_radio,
.ginput_container_checkbox {
  padding-top: 10px;
}

body .gform_wrapper.gf_browser_gecko .gfield_checkbox li input,
body .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type=checkbox],
body .gform_wrapper.gf_browser_gecko .gfield_radio li input[type=radio] {
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 10px;
}

body .gform_wrapper .gfield_checkbox li,
body .gform_wrapper .gfield_radio li {
  margin-bottom: 6px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 400;
}

/* --------------------------------------------------------------
2.6.2 Contact Form 7
-------------------------------------------------------------- */
.wpcf7 p {
  margin-bottom: 20px;
  font-size: 16px;
}

.wpcf7 input {
  margin-left: 0px;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  margin-right: 8px;
}

.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-checkbox {
  padding-top: 10px;
  display: block;
}

.wpcf7 span.wpcf7-list-item {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .content-area .wpcf7 input[type=text],
  .content-area .wpcf7 input[type=email] {
    width: 66%;
  }
}
/* --------------------------------------------------------------
2.6.3 Mailchimp
-------------------------------------------------------------- */
.mc4wp-form {
  position: relative;
  margin-top: 10px;
}

.mc4wp-form p label {
  display: none;
}

.mc4wp-form-fields {
  display: table;
  width: 100%;
}

/*--------------------------------------------------------------
2.7 Media
--------------------------------------------------------------*/
.content-area .wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}

.content-area .alignleft,
.content-area .alignright {
  margin-bottom: 1.2em;
  max-width: 50%;
  margin-top: 5px;
}

.content-area .wp-caption.alignnone {
  margin-bottom: 30px;
}

.content-area .wp-caption .alignleft,
.content-area .wp-caption .alignright {
  margin-bottom: 0;
}

.content-area .alignleft {
  float: left;
  margin-right: 30px;
}

.content-area .alignright {
  float: right;
  margin-left: 30px;
}

.content-area .aligncenter,
.content-area .aligncenter img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-area .wp-caption p {
  margin-bottom: 0px;
}

.content-area .wp-caption-text,
.content-area .gallery-caption {
  margin: 4px auto 0px;
  font-size: 15px;
  line-height: 160%;
  color: #888;
  text-align: center;
  padding: 0px 10px;
}

.content-area .aligncenter .wp-caption-text {
  margin: 10px 0px 30px 0px;
}

/* -- Gallery -- */
.gallery a img {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.gallery dd, .gallery figcaption {
  font-size: 15px;
  text-align: left;
  margin: 0 0 15px 0;
}

.gallery {
  margin-left: -7px;
  margin-right: -7px;
}

.gallery-item {
  margin-bottom: 25px;
  width: 25%;
  vertical-align: top;
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}

/* -- Tiled Galery -- */
.content-area .tiled-gallery {
  margin: 40px 0px;
}

/* -- Image hover class -- */
.image-hover img, img.image-hover {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}

.image-hover:hover img, img.image-hover:hover {
  transform: scale(1) translate3d(0, -0.6rem, 0);
}

/* -- Video -- */
.video-player, .mejs-container, .embed-youtube {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
h1.ccfw-site-title {
  margin-bottom: 0;
  line-height: 1;
}

.ccfw-site-title a {
  text-decoration: none;
}

.ccfw-header-main .ccfw-site-description {
  margin-bottom: 0;
  color: #777;
  font-size: 15px;
  font-weight: inherit;
  letter-spacing: 0px;
  font-weight: lighter;
  margin-top: 10px;
}

.vertical-align {
  display: table;
  width: 100%;
  margin: 0px;
}

.col-lg-12.vertical-align {
  padding: 0px;
}

.ccfw-header-details {
  float: right;
  margin-right: 12px;
}

.ccfw-header-details .widget,
.ccfw-header-details-right .widget {
  margin-bottom: 0px;
}

/* -- Logo Styling and Width -- */
.ccfw-site-logo {
  white-space: nowrap;
  float: left;
  width: 30%;
}

.ccfw-site-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  height: auto;
  width: auto;
}

.ccfw-site-logo a {
  line-height: 128px;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ccfw-header-main {
  overflow: hidden;
  position: relative;
  z-index: 4;
}

/* -- Header Widgets -- */
body .ccfw-header-main {
  height: 160px;
  display: flex;
  align-items: center;
  text-align: center;
}

/*--------------------------------------------------------------
4.0 Menus
--------------------------------------------------------------*/
.ccfw-header-nav {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  position: relative;
  z-index: 10;
}

.ccfw-header-nav.ccfw-above-header {
  border-top: none;
}

.ccfw-header-nav.is_stuck:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  transition: all 0.25s ease-in-out;
}

.ccfw-header-nav.is_stuck.active:before {
  border-color: #111;
}

.ccfw-primary-nav {
  position: relative;
  z-index: 10;
}

.sticky-header .ccfw-primary-nav {
  background-color: transparent;
}

.sticky-header .blog-menu > li.current_page_ancestor > a,
.sticky-header .blog-menu > li.current_page_ancestor:hover > a,
.sticky-header .blog-menu > li.current_page_parent > a,
.sticky-header .blog-menu > li.current_page_parent:hover > a,
.sticky-header .blog-menu > li.current_page_item > a,
.sticky-header .blog-menu > li.current_page_item:hover > a {
  background: transparent;
  color: inherit;
}

/* -- Mobile Menu -- */
.toggle-container {
  display: block;
}

.toggle {
  display: inline-block;
  position: relative;
  height: 57px;
  width: 32px;
  padding: 20px 20px;
}

.toggle:hover {
  cursor: pointer;
}

.nav-toggle {
  float: left;
  margin-left: 20px;
}

.search-toggle {
  float: right;
  margin-right: 20px;
}

.nav-toggle:hover {
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-top: 5px;
  background: #666;
}

.nav-toggle .bar:first-child {
  margin-top: 0;
}

.nav-toggle.active .bar {
  background-color: #FFF;
}

.search-toggle .metal,
.search-toggle .glass,
.search-toggle .handle {
  position: absolute;
}

.search-toggle .metal {
  width: 18px;
  height: 18px;
  top: 16px;
  left: 6px;
  border-radius: 999px;
  background: #555;
}

.search-toggle .glass {
  width: 14px;
  height: 14px;
  top: 18px;
  left: 8px;
  border-radius: 999px;
  background: #1D1D1D;
}

.search-toggle .handle {
  height: 2px;
  width: 13px;
  top: 33px;
  left: 19px;
  background: #555;
  border-radius: 2px 0 0 2px;
  transform: rotate(45deg);
}

.search-toggle.active .metal,
.search-toggle.active .handle {
  background: #FFF;
}

.mobile-menu {
  display: none;
}

.mobile-menu {
  display: none;
  background: #232323;
}

.mobile-menu .container {
  padding: 0px;
  width: auto;
}

.mobile-menu li {
  position: relative;
}

.mobile-menu a {
  display: block;
  padding: 17px 15px 17px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}

.mobile-menu a:hover,
.mobile-menu .current-menu-item a {
  color: #FFF;
}

.mobile-menu ul a {
  width: 100%;
}

.mobile-menu ul a {
  padding-left: 20px;
}

.mobile-menu .dropdown-menu li a {
  padding-left: 40px;
  font-size: 15px;
}

.mobile-menu .dropdown-menu li .dropdown-menu li a {
  padding-left: 60px;
}

.mobile-menu .dropdown-menu {
  display: none;
}

.mobile-menu .dropdown-menu .dropdown-menu {
  display: none;
}

.mobile-menu .dropdown-open .dropdown-menu {
  display: block;
}

.mobile-menu .dropdown-open .dropdown-menu .dropdown-open .dropdown-menu {
  display: block;
}

.mobile-menu .dropdown-open .dropdown-submenu .dropdown-menu {
  display: none;
}

.mobile-menu .caret {
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0px;
  margin-top: 10px;
}

.mobile-menu .caret:after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -3px;
  margin-right: -15px;
}

.mobile-menu .dropdown-open > a .caret:after {
  border-top-color: transparent;
  border-right-color: #999;
  margin-top: -7px;
  margin-right: -11px;
}

/* -- Mobile Search -- */
.blog-search input.search-field {
  border: none;
}

.blog-search .search-form:before {
  display: none;
}

/* -- Desktop Menu -- */
.blog-menu li {
  position: relative;
}

.blog-menu > li > a {
  padding-left: 14px;
  padding-right: 14px;
}

.blog-menu > li {
  float: left;
}

.blog-menu > li:first-child > a {
  padding-left: 0px;
}

.blog-menu a {
  display: block;
  padding: 0px 0px;
  color: #111;
  text-decoration: none;
  line-height: 80px;
}

body .blog-menu > li > a {
  font-size: 17px;
}

.blog-menu > li.menu-item-has-children > a {
  padding-right: 28px;
}

.blog-menu > .has-children > a:after,
.blog-menu > .page_item_has_children > a:after {
  content: "\f35f";
  font-family: "Ionicons";
  font-size: 14px;
  margin-left: 7px;
  position: absolute;
}

.blog-menu li:hover a {
  cursor: pointer;
}

.blog-menu li a strong,
.blog-menu ul li a strong,
.mobile-menu .dropdown-menu li a strong {
  margin-left: 9px;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  padding: 0px 3px;
  border-radius: 2px;
  background: #e01e26;
  line-height: 16px;
  top: 0px;
  letter-spacing: 0.6px;
}

.blog-menu ul li a strong {
  margin-left: 0px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}

.blog-menu li a strong {
  margin-left: 5px;
  padding: 1px 4px 2px 4px;
  position: relative;
  top: -2px;
}

.mobile-menu .dropdown-menu li a strong {
  padding: 2px 5px;
  position: relative;
  top: -2px;
}

/* Sub menus --------------------------------------- */
.blog-menu ul {
  position: absolute;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background: #fff;
  padding-bottom: 10px;
  border: 1px solid #f2f2f2;
  margin-left: -5px;
  z-index: -1;
  visibility: hidden;
}

.single-post .blog-menu > li > ul {
  margin-top: -2px;
}

.blog-menu ul li {
  float: none;
  display: block;
}

.blog-menu ul > .has-children > a:after,
.blog-menu ul > .page_item_has_children > a:after {
  content: "\f363";
  font-family: "Ionicons";
  font-size: 14px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
}

.blog-menu ul li {
  width: 225px;
}

.blog-menu ul a {
  padding: 13px 20px;
  line-height: 1.5em;
  color: #666;
  font-size: 14px;
  position: relative;
}

.blog-menu ul a:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 20px;
  width: calc(100% - 40px);
  margin-top: -13px;
  background: #f2f2f2;
}

.blog-menu ul > li:first-child > a:before {
  display: none;
}

.blog-menu ul {
  padding: 8px 0px;
}

.blog-menu ul ul {
  padding: 8px 0px;
  margin-top: -9px;
}

.blog-menu ul > li:last-child a {
  border-bottom-width: 0;
}

.blog-menu ul li > ul {
  opacity: 0;
  top: 0;
  left: 225px;
  margin-left: 0;
}

.blog-menu > li:hover > ul {
  opacity: 1;
  left: 0;
  z-index: 30;
  visibility: visible;
}

.blog-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}

/* -- Search -- */
.search-menu {
  float: right;
  text-align: right;
}

.search-menu > li {
  float: left;
  padding: 0px 0px;
  height: 80px;
  line-height: 80px;
  margin-left: 10px;
}

.search-menu > li > a {
  padding: 0px 4px;
  display: block;
  transform: translateY(-100%);
}

.search-menu li:before {
  font-family: "Ionicons";
  font-weight: normal;
  transition: all 0.1s ease-in-out;
}

.search-menu .fa-search:before {
  content: "\f4a5";
}

.active .search-menu .fa-search:before {
  content: "\f404";
  right: 5px;
  color: #fff;
}

.search-menu li span {
  font-size: 0px;
}

.search-menu li:before {
  position: relative;
  top: 0px;
}

.ccfw-search-bar {
  position: absolute;
  left: 0px;
  width: calc(100% - 40px);
  display: none;
}

.ccfw-search-bar .input.search-field {
  border: none;
}

.ccfw-header-nav {
  transition: all 0.25s ease-in-out;
}

.ccfw-header-nav.active {
  background-color: #111;
  border-color: #111;
  transition: all 0.25s ease-in-out;
}

.single-post .ccfw-header-nav.active.is_stuck {
  background-color: #fff;
  border-color: #f2f2f2;
}

.single-post .ccfw-header-nav.is_stuck.active:before {
  border-color: #f2f2f2;
}

.ccfw-header-nav .blog-search {
  display: none;
}

.ccfw-header-nav.active .blog-menu {
  visibility: hidden;
}

.ccfw-header-nav input.search-field::-webkit-input-placeholder {
  color: white;
}

.ccfw-header-nav input.search-field:-moz-placeholder {
  color: white;
}

.ccfw-header-nav.active .blog-search {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
}

.ccfw-header-nav input.search-field {
  padding: 0;
  background: transparent;
  height: auto;
  caret-color: #fff;
  color: #fff;
}

.ccfw-header-nav input[type=search]::-webkit-search-decoration,
.ccfw-header-nav input[type=search]::-webkit-search-cancel-button,
.ccfw-header-nav input[type=search]::-webkit-search-results-button,
.ccfw-header-nav input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.ccfw-header-nav .search-form input.search-submit {
  display: none;
}

.ccfw-search-bar .widget {
  margin-bottom: 0px;
}

.search-menu li {
  margin-left: 15px;
  width: 20px;
  display: inline-block;
  font-size: 26px;
}

.search-menu li:before {
  position: relative;
}

/* -- Mobile Social Bar -- */
.ccfw-mobile-social {
  text-align: center;
  margin-bottom: -18px;
  padding-top: 10px;
  border-top: 1px solid #f2f2f2;
  display: none;
}

.ccfw-mobile-social ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}

.ccfw-mobile-social ul li:before {
  font-family: "FontAwesome";
}

.ccfw-mobile-social ul li span {
  font-size: 0px;
}

.ccfw-mobile-social ul li a {
  display: block;
  position: relative;
  transform: translateY(-100%);
}

/*--------------------------------------------------------------
4.1 Sticky Menu
--------------------------------------------------------------*/
.sticky-header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease-in-out;
  box-shadow: 0 0px 6px #ccc;
}

.sticky-header .ccfw-site-logo {
  vertical-align: middle;
  line-height: 63px;
}

.sticky-header .ccfw-site-logo a {
  line-height: inherit;
  display: inline-block;
}

.sticky-header .ccfw-site-logo img {
  vertical-align: middle;
  max-height: 63px;
  padding: 13px 0px;
  width: auto;
  height: auto;
}

.sticky-header .toggle-container {
  display: none !important;
}

.sticky-header.stuck {
  opacity: 1;
  z-index: 5;
  transition: opacity 0.4s ease-in-out;
}

.sticky-header .ccfw-site-description {
  display: none;
}

.sticky-header .blog-menu {
  float: right;
}

.sticky-header .blog-menu li:hover > a,
.sticky-header .blog-menu a {
  color: #222;
}

.sticky-header .blog-menu > li:last-child > a {
  padding-right: 0px;
}

.sticky-header .blog-menu > li:last-child > a:before {
  width: calc(100% - 20px);
}

.sticky-header .blog-menu > li > a:before {
  top: 0px;
}

.sticky-header .blog-menu > .has-children:after,
.sticky-header .blog-menu > .page_item_has_children:after {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.sticky-header .blog-menu > li:before {
  background-color: rgba(0, 0, 0, 0.08);
}

.sticky-header .blog-menu > li.current_page_item > a,
.sticky-header .blog-menu > li.current_page_ancestor > a,
.sticky-header .blog-menu > li.current_page_parent > a,
.sticky-header .blog-menu > li > a:hover,
.sticky-header .blog-menu > li:hover > a {
  background-color: transparent;
  color: #222;
}

.sticky-header .container .container {
  width: auto;
  float: right;
}

.sticky-header .container .container .col-lg-12 {
  padding: 0px;
}

/*--------------------------------------------------------------
5.0 Pages: Homepage Features
--------------------------------------------------------------*/
.ccfw-hero {
  padding: 140px 0px 90px 0px;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -2px;
}

.hero-inner {
  background-color: #fff;
  padding: 9% 7% 7.5% 7%;
}

.ccfw-content h2.heading {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 10px;
  font-size: 26px;
}

.ccfw-featured {
  margin-top: 45px;
  padding-bottom: 40px;
  margin-bottom: 0px;
  border-bottom: 1px solid #eee;
}

.ccfw-featured .ccfw-blog-image {
  margin-bottom: 20px;
}

.ccfw-featured .ccfw-featured-secondary .ccfw-blog-image {
  margin-bottom: 15px;
}

.ccfw-featured-secondary {
  width: 50%;
  float: left;
  padding: 0px 15px;
  margin-bottom: 20px;
}

.ccfw-featured-secondary:nth-child(2n+1) {
  clear: both;
}

.ccfw-featured-secondary .ccfw-entry-header h2 {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0px;
}

.ccfw-featured-secondary:nth-child(3n) .ccfw-blog-image,
.ccfw-featured-secondary:nth-child(4n) .ccfw-blog-image {
  padding-top: 33px;
  border-top: 1px solid #eee;
}

/*--------------------------------------------------------------
6.0 Posts/Blog
--------------------------------------------------------------*/
/*-- Infinite Scrolling -- */
#infinite-handle {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

body.infinite-scroll .ccfw-blog-pagination {
  display: none;
}

.infinite-loader {
  height: 43px;
  margin: 80px 0px;
}

.infinite-loader .spinner {
  margin: 0px auto;
  left: 0px !important;
}

body #infinite-handle span {
  background-color: transparent;
  font-size: 13px;
  color: #666;
  border: 1px solid #eee;
  padding: 16px 25px;
  transition: all 0.25s ease 0s;
}

body #infinite-handle span:hover {
  background-color: #f8f8f8;
}

body #infinite-handle span button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* -- Blog Listings -- */
.ccfw-blog-loop-item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  clear: both;
}

body.home .site-main,
body.archive .site-main {
  padding-bottom: 60px;
}

body.home.infinite-scroll .site-main,
body.archive.infinite-scroll .site-main {
  padding-bottom: 0px;
}

body.home.infinite-scroll .ccfw-content .ccfw-blog-loop-item:last-child,
body.archive.infinite-scroll .ccfw-content .ccfw-blog-loop-item:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}

body.home:not(.infinite-scroll) .ccfw-content .ccfw-blog-loop-item:last-child,
body.archive:not(.infinite-scroll) .ccfw-content .ccfw-blog-loop-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ccfw-blog-loop-item .ccfw-entry-content,
.ccfw-hero .ccfw-entry-content,
.ccfw-featured .ccfw-entry-content {
  margin-bottom: 15px;
}

.ccfw-hero p,
.ccfw-featured p {
  margin-bottom: 0px;
}

.ccfw-blog-loop-item:not(.has-post-thumbnail) .col-lg-8 {
  width: 100%;
}

.ccfw-blog-image a {
  position: relative;
}

.ccfw-blog-image a span.comment-number {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  padding: 3px 13px 7px 10px;
  font-size: 14px;
  z-index: 10;
  display: none;
}

.ccfw-blog-image a span.comment-number:before {
  content: "\f075";
  font-family: "FontAwesome";
  margin-right: 8px;
  position: relative;
  font-size: 13px;
  color: #ccc;
  position: relative;
}

.ccfw-blog-image a,
.ccfw-blog-image img {
  display: block;
}

.ccfw-blog-image {
  transition: all 0.25s ease 0s;
  overflow: hidden;
}

.ccfw-blog-image img {
  width: 100%;
}

.ccfw-blog-image a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #262626;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.33, 0, 0.2, 1);
}

.ccfw-blog-image a:hover:before {
  opacity: 0.3;
}

/* -- Read More -- */
.content-area p a.more-link {
  text-decoration: none;
  font-size: 16px;
  padding: 12px 30px;
  display: inline-block;
  margin: 5px 0px;
  color: #111;
  border: 3px double #e2e2e2;
}

.content-area p a.more-link:hover {
  border-color: #ccc;
}

/* -- Sharing and Likes -- */
.ccfw-content #content div.sharedaddy, .ccfw-content #main div.sharedaddy, div.sharedaddy {
  clear: none;
  float: left;
  padding: 15px 0px;
  margin-bottom: 5px;
}

.share-icons {
  display: inline-block;
  float: right;
}

.ccfw-content div.sharedaddy h3.sd-title {
  display: none;
}

.ccfw-content div.sharedaddy h3.sd-title:before {
  display: none;
}

.ccfw-content .sd-content {
  margin-bottom: 20px;
}

.ccfw-content .sd-content ul li {
  margin-right: 0px;
  margin-bottom: 0px;
}

.ccfw-content .sd-content ul li a.sd-button:before {
  position: relative;
  top: 0px;
  margin-right: 2px;
}

.ccfw-content .content-area .sd-content ul li a.sd-button,
.ccfw-content .content-area .sd-social-icon-text .sd-content ul li a.sd-button {
  border-radius: 0px;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 7px 16px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #383C50 !important;
  box-shadow: none;
  background: none;
}

.ccfw-content .content-area .sd-content ul li a.sd-button:hover,
.ccfw-content .content-area .sd-social-icon-text .sd-content ul li a.sd-button:hover {
  color: #555;
  background: #fafafa;
  border: 1px solid #999999;
}

.ccfw-content .sd-social[class*=text] .share-twitter > a:before {
  color: #28aae1;
}

.ccfw-content .sd-social[class*=text] .share-facebook > a:before {
  color: #3461a1;
}

.ccfw-content .sd-social[class*=text] .share-pinterest > a:before {
  color: #cd2026;
}

.ccfw-content .sd-social[class*=text] .share-google-plus-1 > a:before {
  color: #d24338;
}

.ccfw-content .sd-social[class*=text] .share-linkedin > a:before {
  color: #007bb6;
}

.ccfw-content .sd-social[class*=text] .share-jetpack-whatsapp > a:before {
  color: #25d366;
}

.ccfw-content div.sharedaddy.sd-sharing-enabled,
.ccfw-content div.sharedaddy.sd-link {
  float: left;
  clear: none;
}

.ccfw-content div.sharedaddy.sd-link iframe {
  margin-top: 4px;
}

.ccfw-content .wpl-count {
  clear: none;
}

.ccfw-content div.jetpack-likes-widget-wrapper {
  clear: none;
  float: left;
}

.ccfw-content .wpl-count-text {
  float: left;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* -- Related Posts -- */
.content-area #jp-relatedposts {
  margin-bottom: 0px;
}

.content-area #jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none;
}

.content-area #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  margin-bottom: 0px;
}

.content-area #jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: inherit;
}

.ccfw-content .content-area #jp-relatedposts h3.jp-relatedposts-headline {
  display: block;
  float: none;
  letter-spacing: 0.08em;
  font-size: 22px;
  margin-bottom: 45px;
  padding-top: 60px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.content-area #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  filter: inherit;
  -moz-opacity: inherit;
  opacity: inherit;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
  text-decoration: none;
}

.ccfw-content .content-area #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 20px;
  line-height: 1.4em;
  margin-top: 15px;
  padding-right: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-area #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 3px;
  opacity: 1;
}

#jp-relatedposts .jp-relatedposts-post-a {
  transition: all 0.25s ease 0s;
  overflow: hidden;
  position: relative;
  display: block;
}

#jp-relatedposts .jp-relatedposts-post-a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #262626;
  opacity: 0;
  transition: all 350ms cubic-bezier(0.33, 0, 0.2, 1);
}

#jp-relatedposts .jp-relatedposts-post-a:hover:before {
  opacity: 0.3;
}

#jp-relatedposts .jp-relatedposts-post-title .jp-relatedposts-post-a:before {
  display: none;
}

@media only screen and (max-width: 640px) {
  .content-area #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    margin-bottom: 35px;
  }
}
/* -- Jetpack slider -- */
body .slideshow-window {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
}

body div.slideshow-window * img {
  width: 100%;
}

/*--------------------------------------------------------------
6.1 Blog Post
--------------------------------------------------------------*/
.widget *, article * {
  word-break: break-word;
}

article {
  word-break: break-word;
}

.cat-links {
  font-size: 0px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 8px;
  display: block;
  color: #999;
}

.cat-links:before {
  content: "";
  width: 13px;
  height: 8px;
  background-color: #e01e26;
  display: inline-block;
  margin-right: 10px;
}

.cat-links a {
  color: #888;
  margin-right: 10px;
  font-size: 11px;
  letter-spacing: 0.1em;
}

.cat-links a:first-child {
  color: #e01e26;
}

body.single-post .ccfw-entry-meta a {
  color: #111;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

body.single-post .ccfw-entry-meta a:hover {
  color: #111;
  border-color: rgba(0, 0, 0, 0.15);
}

.cat-links a:last-child:after {
  display: none;
}

body.single-post .ccfw-entry-meta {
  margin-top: 8px;
}

.ccfw-entry-meta {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #111;
}

.ccfw-entry-meta a:hover {
  color: #111;
}

.entry-footer .edit-link a {
  display: block;
  margin: 30px 0px;
  text-decoration: underline;
}

.ccfw-entry-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 0px;
  line-height: 1.25em;
}

.ccfw-content .content-area .ccfw-blog-loop-item p {
  font-size: 18px;
  color: #666;
  margin-bottom: 0px;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.ccfw-entry-meta,
.taxonomy-description,
.taxonomy-description p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.7em;
}

.taxonomy-description {
  width: 66.666%;
}

.taxonomy-description p {
  margin-bottom: 0px;
}

.content-area .ccfw-blog-loop-item .ccfw-entry-meta,
.ccfw-hero .ccfw-entry-meta,
.ccfw-featured .ccfw-entry-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0px;
  margin-bottom: 6px;
  color: #999;
}

.content-area .ccfw-blog-loop-item .ccfw-entry-meta .posted-on,
.ccfw-hero .ccfw-entry-meta .posted-on,
.ccfw-featured .ccfw-entry-meta .posted-on {
  font-size: 0px;
  letter-spacing: 0px;
}

.content-area .ccfw-blog-loop-item .ccfw-entry-meta .posted-on a,
.ccfw-hero .ccfw-entry-meta .posted-on a,
.ccfw-featured .ccfw-entry-meta .posted-on a {
  font-size: 11px;
  letter-spacing: 0.1em;
}

.content-area .ccfw-blog-loop-item .ccfw-entry-meta a,
.ccfw-hero .ccfw-entry-meta a,
.ccfw-featured .ccfw-entry-meta a {
  color: #999;
}

.content-area .ccfw-blog-loop-item .ccfw-entry-meta a:hover,
.ccfw-hero .ccfw-entry-meta a:hover,
.ccfw-featured .ccfw-entry-meta a:hover {
  color: #111;
}

.entry-header .ccfw-entry-meta .posted-on a, .entry-header .ccfw-entry-meta .byline a {
  color: #111;
}

.ccfw-entry-meta .comments-link {
  margin-left: 10px;
  position: relative;
}

.ccfw-entry-meta .comments-link:before {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ccfw-entry-meta .comments-link a {
  color: #111;
}

.entry-footer {
  clear: both;
}

body.single-post .ccfw-entry-footer {
  border: none;
  clear: both;
  overflow: hidden;
}

.ccfw-entry-footer .edit-link {
  display: block;
}

/* -- Structured Data -- */
.structured-data {
  display: none;
}

/* -- Featured Image on a Single Post -- */
body.single-post img.attachment-ccfw-blog-featured-top,
.entry-content img.alignnone {
  width: 100%;
}

body.single-post img.attachment-ccfw-blog-featured-top {
  margin-bottom: 35px;
}

.ccfw-featured-image {
  margin-bottom: 35px;
}

.ccfw-featured-image img {
  width: 100%;
}

/* -- Sticky -- */
.sticky .ccfw-entry-header h2 a:after {
  content: "\f4b2";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 18px;
  margin-left: 12px;
  position: relative;
  top: -1px;
}

/* -- Reading Progress Bar -- */
.ccfw-progress-bar {
  height: 1px;
  background-color: #111;
  width: 0px;
  z-index: 1000;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* -- Tag Styling on a Single Post -- */
.content-area .ccfw-entry-footer {
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  display: block;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.13em;
}

.content-area .ccfw-entry-footer a {
  color: #666;
  margin-left: 7px;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

.content-area .ccfw-entry-footer a:hover {
  color: #111;
  border-color: rgba(0, 0, 0, 0.15);
}

.single-post #ccfw-page-wrap .ccfw-content h1 {
  font-size: 62px;
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 15px;
}

.single-post .cat-links a {
  font-size: 13px;
}

.single-post .ccfw-entry-meta .posted-on {
  font-size: 0px;
  letter-spacing: 0px;
}

.single-post-header {
  padding-top: 50px;
  padding-bottom: 40px;
}

.single-post .ccfw-entry-meta .posted-on a,
.single-post .ccfw-entry-meta .comments-link a {
  font-size: 13px;
  letter-spacing: 0.1em;
}

.single-post .site-main {
  padding-left: 200px;
  position: relative;
}

/* -- Single Post: Previous/Next at end -- */
.ccfw-post-navigation {
  border-top: 1px solid #eee;
}

.ccfw-post-navigation .nav-previous {
  text-align: right;
  border-right: 1px solid #eee;
}

.ccfw-post-navigation .nav-next {
  text-align: left;
}

.ccfw-post-navigation div:only-child {
  border: none;
  text-align: center;
  width: 100%;
}

.ccfw-post-navigation .nav-previous,
.ccfw-post-navigation .nav-next {
  margin: 12px 0px;
  padding: 10px 20px;
}

.ccfw-post-navigation span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 3px;
  margin-top: 4px;
}

.ccfw-content .ccfw-post-navigation a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

#clear {
  height: 65px;
}

/* -- Single Post: Title and Previous/Next within Sticky Header -- */
body.single-post .ccfw-header-nav .ccfw-post-details {
  opacity: 0;
  transition: opacity 0.15s ease-in;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  transition-delay: 0s;
}

body.single-post .ccfw-header-nav span.entry-title {
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-post .ccfw-header-nav.is_stuck .ccfw-post-details {
  opacity: 1;
  transition-delay: 0.25s;
}

.single-post .ccfw-header-nav .ccfw-primary-nav-wrapper {
  transition: all 0.15s ease-in;
}

.single-post .ccfw-header-nav.is_stuck .ccfw-primary-nav-wrapper {
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: -1;
}

/* FF ONLY */
@-moz-document url-prefix() {
  body.single-post .ccfw-header-nav.is_stuck .ccfw-primary-nav-wrapper {
    transition: none;
  }
  body.single-post .ccfw-header-nav.is_stuck .ccfw-post-details {
    transition: none;
  }
}
.ccfw-post-details .ccfw-previous,
.ccfw-post-details .ccfw-next {
  position: absolute;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #999;
  top: -1px;
  padding-right: 25px;
  padding-left: 25px;
}

.ccfw-post-details .ccfw-previous span,
.ccfw-post-details .ccfw-next span {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: all 0.15s ease-in;
  position: relative;
  top: 1px;
}

.ccfw-post-details .ccfw-previous {
  border-right: 1px solid #eee;
  left: 0px;
}

.ccfw-post-details .ccfw-next {
  border-left: 1px solid #eee;
  right: 0px;
}

.ccfw-post-details .ccfw-previous:hover span,
.ccfw-post-details .ccfw-next:hover span {
  color: #111;
  border-color: rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
6.3 Blog Pagination
--------------------------------------------------------------*/
.ccfw-blog-pagination ul {
  text-transform: uppercase;
  padding: 45px 0px 0px 0px;
  text-align: center;
}

.ccfw-blog-pagination ul li {
  display: inline-block;
  list-style-type: none;
  list-style: none;
  margin: 0px 6px;
}

.ccfw-blog-pagination ul li a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------------------------------
6.4 Author Styling
--------------------------------------------------------------*/
.author-info h6 {
  margin-bottom: 4px;
  margin-top: 0px;
}

.author-avatar {
  width: 100px;
  float: left;
}

.ccfw-author-main .author-avatar {
  width: 145px;
  float: left;
}

.ccfw-author-main .author-description {
  float: right;
  width: calc(100% - 175px);
}

.ccfw-author-main .author-avatar img {
  width: 100%;
}

.content-area .author-avatar .alignnone {
  margin: 0px;
}

.author-description .author-links {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
}

.author-description .author-links a {
  color: #ccc;
  margin-left: 10px;
}

.author-description .author-links a:hover {
  color: #999;
}

.single-post article .author-info {
  position: absolute;
  left: 0px;
  top: 8px;
  width: 165px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.single-post article .author-info img {
  max-width: 60px;
}

.single-post article .author-info .author-avatar a {
  display: block;
  margin-bottom: 12px;
}

.content-area .author-info h6 {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ccfw-author-main {
  clear: both;
  padding-top: 50px;
  border-top: 1px solid #eee;
  overflow: hidden;
}

.ccfw-author-main .author-info h6 {
  font-size: 15px;
  margin-bottom: 10px;
}

.single-post .ccfw-author-main .ccfw-author-description {
  margin-bottom: 8px;
  font-size: 16px;
  color: #444;
}

.single-post .ccfw-author-main .ccfw-author-description p {
  margin-bottom: 0;
}

.ccfw-author-socials {
  margin-top: 6px;
}

.ccfw-author-socials a {
  color: #bcbcbc;
  font-size: 15px;
  margin-right: 8px;
}

.ccfw-author-socials a:hover {
  color: #999;
}

.ccfw-author-sidebar .ccfw-author-description {
  display: none;
}

/*--------------------------------------------------------------
6.5 Comments
--------------------------------------------------------------*/
.comments-area {
  display: block;
  font-size: 16px;
}

h3.comments-title,
h3.comment-reply-title {
  margin-bottom: 20px;
}

#commentform {
  display: inline-block;
  width: 100%;
}

.comment-list #commentform {
  margin-top: 2%;
}

.comment-info {
  display: inline-block;
  margin: 5px 0 20px 0;
}

.ccfw-content .content-area h2.comments-title {
  margin-bottom: 45px;
  font-size: 22px;
  margin-top: 45px;
  padding-top: 65px;
  border-top: 1px solid #eee;
}

.ccfw-content .comment-meta {
  position: relative;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-meta .comment-author {
  color: #111;
}

.content-area .comment-meta a {
  text-decoration: none;
}

.comment-meta time,
.comment-meta .edit-link {
  font-size: 11px;
}

.comment-meta .edit-link {
  padding-left: 12px;
  margin-left: 8px;
  border-left: 1px solid #e2e2e2;
}

.content-area ol.comment-list {
  margin: 0px;
  padding: 0px;
}

.comment-content {
  position: relative;
  margin-top: 11px;
  margin-bottom: 10px;
}

.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0px;
}

.content-area .comment-list,
.content-area .comment-list li {
  margin: 0;
  counter-reset: li;
  padding-left: 90px;
  position: relative;
}

.content-area .comment-list > li {
  list-style-type: none;
  margin-bottom: 4.5%;
}

.content-area .comment-list .children {
  margin: 5.2% 0 0 0;
  padding-left: 0px;
}

@media (max-width: 600px) {
  .comment-list .children {
    padding-left: 15px;
  }
}
.content-area .comment-list .children li {
  margin-bottom: 6%;
}

.content-area .comment-list .children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.content-area .comment-list .children > li {
  list-style: none;
}

.content-area .comment-list .reply {
  margin-bottom: 0;
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.content-area .comment-list li .reply a {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  order-bottom: 1px solid transparent;
  padding-bottom: 2px;
  opacity: 0;
}

.content-area .comment-list .comment-body:hover .reply a {
  opacity: 1;
}

.content-area .comment-list .reply a:hover {
  color: #111;
  border-color: rgba(0, 0, 0, 0.15);
}

.comment-list .avatar {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -90px;
  margin-top: 5px;
  margin-bottom: 0px;
  width: 60px;
}

.content-area .comment-list .children li {
  padding-left: 70px;
}

.comment-list .children .avatar {
  width: 40px;
  left: -70px;
}

.content-area a#cancel-comment-reply-link {
  font-size: 11px;
  color: #c0293b;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  letter-spacing: 0.11em;
}

.content-area a#cancel-comment-reply-link:hover {
  border-color: #c0293b;
}

.comment-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.comment-list .comment-reply-title {
  margin-bottom: 0px;
  border: none;
  padding: 0;
}

.comment-list .comment-reply-title small {
  float: right;
  margin-top: 4px;
}

body .content-area h3.comment-reply-title {
  letter-spacing: 0.08em;
  font-size: 22px;
  margin-bottom: 25px;
  padding-top: 60px;
  border-top: 1px solid #eee;
  margin-top: 60px;
}

body .content-area .comment-list h3.comment-reply-title {
  font-size: 18px;
  margin-bottom: 10px;
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.comment-list .comment-respond {
  margin-top: 40px;
  padding: 6% 6% 6% 6%;
  border: 1px solid #eee;
}

.comment-navigation {
  font-size: 16px;
  margin: 0px;
  background: none;
}

.comment-navigation .button {
  display: inline-block;
}

.comment-navigation .button:empty {
  display: none;
}

body .content-area .comment-form p {
  font-size: 16px;
  margin-bottom: 1.1em;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .content-area .comment-form p a {
  color: #444;
}

body .content-area .comment-form p.form-submit {
  margin-bottom: 0px;
  display: block;
  clear: both;
}

body .content-area .comment-form p.comment-subscription-form {
  margin-top: 35px;
  margin-bottom: 5px;
}

body .content-area .comment-form p.comment-subscription-form:last-child {
  margin-top: 0px;
}

.comment-metadata {
  opacity: 0.7;
  display: block;
}

.comment-metadata a:hover {
  color: #111;
}

body .content-area .comment-content p {
  font-size: 16px;
}

.comment-body {
  position: relative;
}

.single-post .comment-form-author,
.single-post .comment-form-email,
.single-post .comment-form-url {
  float: left;
  width: 33.33%;
  padding: 0 15px 0 0;
  margin-bottom: 20px;
}

.single-post .comment-form-url {
  padding-right: 0px;
}

/* -- Form Submit -- */
p.form-submit {
  margin-bottom: 30px;
}

.form-submit {
  clear: both;
  display: inline-block;
}

/* -- Comment Subscription -- */
p.comment-subscription-form {
  margin-bottom: 8px;
  font-size: 14px;
}

p.comment-subscription-form input {
  margin: 0px 5px 0px 0px;
  position: relative;
  top: -1px;
}

/* -- Post Author -- */
li.comment.bypostauthor:after {
  content: "\f4b3";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 11px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 0px;
  top: 54px;
  width: 18px;
  height: 18px;
  background: #111;
  line-height: 18px;
  margin-left: 48px;
  color: #fff;
}

.children li.comment.bypostauthor:after {
  font-size: 9px;
  top: 33px;
  margin-left: 30px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

/*--------------------------------------------------------------
6.6 Post Navigation
--------------------------------------------------------------*/
.nav-links {
  padding: 0px;
  width: 100%;
  font-size: 18px;
  margin: 60px 0px;
  overflow: hidden;
}

.nav-links .meta-nav {
  display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
  float: left;
}

.nav-links .nav-next {
  text-align: right;
}

.nav-links .nav-previous a:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.nav-links .nav-next a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 10px;
}

.nav-text {
  display: inline-block;
  vertical-align: top;
}

.post-navigation {
  background: #424a55;
  width: 100%;
  display: inline-block;
  margin-bottom: -10px;
}

.post-navigation .nav-post {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
  padding: 5%;
  overflow: hidden;
}

.post-navigation .nav-post a {
  position: relative;
}

.post-navigation .nav-post span {
  display: block;
  position: relative;
}

.post-navigation .nav-label {
  background: #f35245;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
}

.post-navigation .nav-post {
  display: inline-block;
  width: 50%;
  float: left;
  position: relative;
  padding: 5%;
}

.post-navigation a:only-of-type .nav-post {
  width: 100%;
}

.post-navigation span {
  display: inline-block;
  font-size: 22px;
  color: #fff;
}

.post-navigation span.meta-date {
  font-size: 16px;
  margin-top: 5px;
  opacity: 0.5;
}

.post-navigation span.meta-nav {
  background: #111;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}

.nav-post-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
}

.nav-post-background:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  transition: 0.15s ease-in-out;
}

.post-navigation a:hover .nav-post-background:after {
  opacity: 0.4;
}

/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.widget {
  font-size: 15px;
  margin-bottom: 50px;
}

body .widget li {
  font-size: 15px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.widget-area .widget-title {
  margin-bottom: 20px;
  margin-top: 0px;
  padding: 0px;
  border: none;
}

.widget-area .widget-title a {
  color: #333;
}

body .widget .textwidget p {
  font-size: 15px;
  line-height: 1.55em;
  margin-bottom: 13px;
}

body .widget .textwidget p:last-child {
  margin-bottom: 0px;
}

.widget.subscribe {
  padding: 25px;
  background-color: #f6f6f6;
}

.widget.subscribe .mc4wp-form p {
  display: block;
  margin: 5px 0 0 0;
}

.widget .textwidget .mc4wp-form p {
  margin-bottom: 5px;
}

.widget .textwidget .mc4wp-form p:last-child {
  margin-bottom: 0px;
}

#secondary .widget.subscribe h4 {
  margin-bottom: 0px;
}

.mc4wp-form input[type=submit] {
  width: 100%;
  text-align: center;
  height: 40px;
  background-color: #222;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  color: #fff;
  cursor: pointer;
}

.mc4wp-form input[type=email] {
  height: 40px;
  text-align: center;
  width: 100%;
  font-size: 15px;
}

/* -- Widget: Recent Comments -- */
.widget li.recentcomments:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border: none;
}

/* -- Widget: Tags -- */
.widget_tag_cloud a,
.widget_product_tag_cloud a {
  display: inline-block;
  background: #eee;
  text-transform: uppercase;
  font-size: 10px !important;
  padding: 3px 6px;
  margin-right: 3px;
  margin-bottom: 3px;
  letter-spacing: 0.08em;
  color: #444;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}

/* -- Widget: RSS -- */
.widget_rss .widget-title img {
  width: 13px;
  height: 13px;
  margin-right: 2px;
  position: relative;
  bottom: -2px;
}

.widget_rss li {
  margin-bottom: 20px;
}

.widget_rss li a {
  display: block;
  line-height: 1.55em;
}

.widget_rss li .rss-date {
  display: block;
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
}

.widget_rss li .rssSummary {
  margin-top: 5px;
  font-size: 0.95em;
  line-height: 1.55em;
  opacity: 0.8;
}

.widget_rss li cite {
  display: block;
  margin-top: 8px;
  font-size: 0.9em;
}

.widget_rss li cite:before {
  content: "— ";
}

/* -- Widget: Calendar */
#wp-calendar {
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #eee;
  color: #222;
}

#wp-calendar caption {
  color: #fff;
  text-align: center;
  background: #444;
  padding: 7px 0px;
  margin-bottom: -1px;
}

#wp-calendar th, #wp-calendar td {
  text-align: center;
  font-size: 13px;
  padding: 2px;
}

#wp-calendar thead th {
  background-color: #f6f6f6;
  padding: 5px 0px;
  color: #888;
  font-weight: inherit;
  font-size: 13px;
}

#wp-calendar thead,
#wp-calendar tbody,
#wp-calendar tfoot {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

#wp-calendar tfoot {
  border-top: 1px solid #eee;
}

#wp-calendar tfoot td#prev {
  text-align: left;
  padding: 4px 12px;
}

#wp-calendar tfoot td#next {
  text-align: right;
  padding: 6px 10px;
}

#wp-calendar tfoot a {
  text-transform: uppercase;
  font-size: 12px;
}

#wp-calendar a:hover {
  text-decoration: none;
}

/* -- Widget: Recent Posts -- */
.widget_recent_entries li a {
  display: block;
  line-height: 1.5em;
  color: #444;
}

.widget_recent_entries li a:hover {
  color: #222;
}

.widget_recent_entries li .post-date {
  display: block;
  font-size: 10px;
  opacity: 0.6;
  margin: 4px 0px 0px 0px;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* -- Widget: Listings -- */
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.ccfw-first-footer-wrapper ul li {
  color: #888;
  margin-bottom: 4px;
}

/* -- Widget: Contact Info Widget (Jetpack) -- */
.widget_contact_info {
  font-size: 14px;
}

.widget_contact_info .contact-map {
  margin: 15px 0px;
}

.widget_contact_info .confit-address {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  margin-bottom: 11px;
}

/* -- Widget: Subscribe by Email (Jetpack) -- */
.jetpack_subscription_widget {
  padding: 30px;
  background-color: #f5f5f5;
}

.jetpack_subscription_widget #subscribe-email input {
  width: 100%;
  font-size: 16px;
  padding: 4px 7px;
  border: 1px solid #e2e2e2;
}

.jetpack_subscription_widget #subscribe-email input:focus {
  border-color: #ccc;
}

.jetpack_subscription_widget #subscribe-email,
.jetpack_subscription_widget #subscribe-submit {
  margin-bottom: 0px;
}

/* -- Widget: Selects -- */
.widget select {
  max-width: 100%;
  width: 100%;
  font-size: 15px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .widget select {
    padding-right: 0px;
    background-image: none;
  }
}
/* -- Widgets: Sidebar Styling -- */
#secondary .widget_categories,
#secondary .widget_archive,
#secondary .widget_pages,
#secondary .widget_meta,
#secondary .widget_recent_comments,
#secondary .widget_nav_menu,
#secondary .widget_recent_entries,
#secondary .widget_rss,
#secondary .widget_text,
#secondary .recent-posts-widget-with-thumbnails,
.woocommerce-sidebar #secondary .widget {
  padding: 20px 25px;
  border: 1px solid #f2f2f2;
}

#secondary .widget_recent_entries {
  padding-bottom: 30px;
}

#secondary .widget_text.widget_custom_html {
  padding: 0px;
  border: none;
}

#secondary .widget_tag_cloud,
#secondary .widget_facebook_likebox,
#secondary .widget_twitter_timeline {
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}

#secondary .widget_categories li,
#secondary .widget_archive li,
#secondary .widget_pages li,
#secondary .widget_meta li,
#secondary .widget_recent_comments li,
#secondary .widget_nav_menu li,
#secondary .widget_tag_cloud li,
.widget_recent_entries li,
#secondary .widget_rss li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.widget_recent_entries li,
#secondary .widget_recent_comments li {
  padding-bottom: 13px;
  margin-bottom: 13px;
}

#secondary .widget_rss li {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

#secondary .widget_categories li:last-child,
#secondary .widget_archive li:last-child,
#secondary .widget_pages li:last-child,
#secondary .widget_meta li:last-child,
#secondary .widget_recent_comments li:last-child,
#secondary .widget_nav_menu li:last-child,
#secondary .widget_tag_cloud li:last-child,
.widget_recent_entries li:last-child,
#secondary .widget_rss li:last-child,
#secondary .widget_search li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#secondary .widget h4 {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 22px;
}

#secondary .widget h4 span {
  padding: 8px 12px;
  background-color: #fff;
}

/* -- Widget: Categories and Archives -- */
.widget_categories li,
.widget_archive li {
  position: relative;
  margin-bottom: 4px;
}

.widget_categories li ul.children {
  margin: 15px;
}

.widget_categories li span,
.widget_archive li span {
  position: absolute;
  right: 0px;
  opacity: 0.6;
  font-size: 12px;
  margin-top: 2px;
}

/*-------------------------------------------------------------------------*/
/*  8.0  Search
/*-------------------------------------------------------------------------*/
.search-form,
form.woocommerce-product-search {
  position: relative;
}

.search-form label {
  width: 100%;
}

input.search-field {
  background: #FFF;
  padding: 0px 12px 0px 12px;
  border: 1px solid #EEE;
  width: 100%;
  line-height: normal;
  height: 50px;
}

input.search-field:focus {
  border-color: #ccc;
}

.ccfw-header-details-right input.search-field {
  float: right;
}

.search-form:before,
.woocommerce-product-search:before {
  content: "\f4a5";
  position: absolute;
  top: 0px;
  right: 13px;
  font-weight: 400;
  font-family: "Ionicons";
  z-index: 0;
  color: #111;
  background: #fff;
  padding: 4px;
  font-size: 19px;
  height: 44px;
  margin-top: 1px;
  line-height: 42px;
}

.search-form input.search-submit,
.woocommerce-product-search input[type=submit] {
  position: absolute;
  border: none;
  z-index: 2;
  background: transparent;
  top: 0px;
  right: 0px;
  padding: 14px 24px;
  text-indent: -9999px;
  height: 50px;
  cursor: pointer;
}

/* -- Search Results -- */
body.search-results .content-area {
  min-height: 300px;
}

/* -- No Results -- */
.content-area .no-results h1 {
  font-size: 32px;
  margin-top: 0px;
}

.content-area .no-results {
  min-height: 300px;
}

.content-area .no-results input[type=submit] {
  background-color: transparent;
  width: 50px;
}

/*-------------------------------------------------------------------------*/
/*  12.0  Footer
/*-------------------------------------------------------------------------*/
.ccfw-first-footer-wrapper .widget .textwidget img {
  margin: 0px;
}

.ccfw-first-footer-wrapper {
  padding: 70px 0px 60px 0px;
  background-color: #f3f3f3;
}

.ccfw-first-footer-wrapper .ccfw-site-title {
  margin-top: -5px;
}

.ccfw-first-footer-wrapper .widget .textwidget p,
.ccfw-first-footer-wrapper .widget li a {
  color: #888;
}

.ccfw-first-footer-wrapper .widget .textwidget p {
  font-size: 17px;
}

.ccfw-first-footer-wrapper .widget .textwidget p.small {
  font-size: 15px;
}

.ccfw-first-footer-wrapper .widget a:hover {
  color: #323232;
}

.ccfw-first-footer-wrapper .widget-area .widget-title {
  text-align: inherit;
}

.ccfw-first-footer-wrapper .widget-title {
  padding: 0px;
  border: none;
  margin-bottom: 15px;
  text-align: inherit;
  color: #111;
}

.ccfw-first-footer-wrapper .footer-one,
.ccfw-first-footer-wrapper .footer-two,
.ccfw-first-footer-wrapper .footer-three {
  padding: 0px 15px;
}

@media only screen and (min-width: 991px) {
  .ccfw-first-footer-wrapper .footer-one {
    width: 50%;
    float: left;
    margin-right: 16.666667%;
  }
  .ccfw-first-footer-wrapper .footer-two,
  .ccfw-first-footer-wrapper .footer-three {
    width: 16.666667%;
    float: left;
    padding: 0px 15px;
  }
}
/* -- Last Footer -- */
#wrapper {
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.ccfw-second-footer-wrapper {
  background: #262626;
  border-top: 1px solid #444;
  height: 64px;
  line-height: 64px;
  position: fixed;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.ccfw-footer-msg .site-info {
  font-size: 12px;
  color: #ccc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 64px;
}

.ccfw-footer-msg a {
  color: #fff;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}

.ccfw-footer-msg a:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

/* -- Back to top -- */
#ccfw-back-to-top {
  position: fixed;
  bottom: 35px;
  right: 40px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #eee;
  line-height: 44px;
  color: #444;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  background: #fff;
}

#ccfw-back-to-top.show {
  opacity: 1;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-feature-settings: "liga", "kern";
  font-size: 62.5%;
}

body {
  overflow: initial !important;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ccfw-footer-container {
  display: none;
}

.--mobileOnly {
  display: none;
}

.--hidden {
  display: none;
}

.--transparent {
  opacity: 0 !important;
}

#ccfw-page-wrap h1, #ccfw-page-wrap h2, #ccfw-page-wrap h3, #ccfw-page-wrap h4, #ccfw-page-wrap h5, #ccfw-page-wrap h6 {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  line-height: 1.3;
  font-weight: 400;
  color: #4d4d4d;
}
#ccfw-page-wrap h1.--has-star, #ccfw-page-wrap h2.--has-star, #ccfw-page-wrap h3.--has-star, #ccfw-page-wrap h4.--has-star, #ccfw-page-wrap h5.--has-star, #ccfw-page-wrap h6.--has-star {
  position: relative;
  padding-left: 5.5rem;
}
#ccfw-page-wrap h1.--has-star::before, #ccfw-page-wrap h2.--has-star::before, #ccfw-page-wrap h3.--has-star::before, #ccfw-page-wrap h4.--has-star::before, #ccfw-page-wrap h5.--has-star::before, #ccfw-page-wrap h6.--has-star::before {
  content: "";
  background-image: url("css/etoile_cdjm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 4rem;
  height: 4rem;
}
#ccfw-page-wrap h1 {
  font-weight: 600;
  font-size: 3.7rem;
}
#ccfw-page-wrap h1.post-title {
  font-weight: 600 !important;
  font-size: 4rem !important;
}
#ccfw-page-wrap h2 {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 7rem 0 3rem;
}
#ccfw-page-wrap h2.ccfw-entry-title {
  max-width: 75rem;
  margin: 0 0 1rem;
}
#ccfw-page-wrap h2.ccfw-entry-title a {
  color: inherit;
}
#ccfw-page-wrap h2.ccfw-entry-title a:hover {
  color: #30477F;
  text-decoration: underline;
}
#ccfw-page-wrap h3 {
  font-size: 2.4rem;
  margin: 6rem 0 2rem;
}
#ccfw-page-wrap h4 {
  font-size: 2rem;
}
#ccfw-page-wrap h4.widget-title {
  white-space: nowrap;
}

#ccfw-page-wrap p, #ccfw-page-wrap blockquote, #ccfw-page-wrap ul, #ccfw-page-wrap ol {
  font-family: "Lora", serif;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4d4d4d;
  max-width: 75rem;
  margin: 0 0 2rem;
}
#ccfw-page-wrap p:last-child, #ccfw-page-wrap blockquote:last-child, #ccfw-page-wrap ul:last-child, #ccfw-page-wrap ol:last-child {
  margin-bottom: 0;
}
#ccfw-page-wrap p a, #ccfw-page-wrap blockquote a, #ccfw-page-wrap ul a, #ccfw-page-wrap ol a {
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: 0.5rem;
  background: none;
  text-shadow: none;
  color: #4d4d4d;
}
#ccfw-page-wrap p a:hover, #ccfw-page-wrap blockquote a:hover, #ccfw-page-wrap ul a:hover, #ccfw-page-wrap ol a:hover {
  text-decoration-color: #30477F;
  color: #30477F;
}
#ccfw-page-wrap p.has-medium-font-size, #ccfw-page-wrap blockquote.has-medium-font-size, #ccfw-page-wrap ul.has-medium-font-size, #ccfw-page-wrap ol.has-medium-font-size {
  font-size: 2rem !important;
}
#ccfw-page-wrap p.has-small-font-size, #ccfw-page-wrap blockquote.has-small-font-size, #ccfw-page-wrap ul.has-small-font-size, #ccfw-page-wrap ol.has-small-font-size {
  font-size: 1.5rem !important;
}
#ccfw-page-wrap p.foreword, #ccfw-page-wrap blockquote.foreword, #ccfw-page-wrap ul.foreword, #ccfw-page-wrap ol.foreword {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
#ccfw-page-wrap p.foreword::after, #ccfw-page-wrap blockquote.foreword::after, #ccfw-page-wrap ul.foreword::after, #ccfw-page-wrap ol.foreword::after {
  content: "";
  display: block;
  background-color: #CE8945;
  width: 33%;
  height: 0.6rem;
  margin: 1rem 0 5rem;
}
#ccfw-page-wrap ul {
  list-style-type: none;
}
#ccfw-page-wrap ul li {
  padding-left: 2.5rem;
  position: relative;
}
#ccfw-page-wrap ul li::before {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #CE8945;
  border-radius: 2px;
  font-size: 90%;
  content: "";
}
#ccfw-page-wrap ul.big-bullet li {
  margin-bottom: 2rem;
}
#ccfw-page-wrap ol li {
  padding-left: 0.5rem;
}
#ccfw-page-wrap ol li::marker {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 80%;
  color: #CE8945;
}
#ccfw-page-wrap ol.big-bullet li {
  margin-bottom: 2rem;
}

#ccfw-page-wrap .wp-block-button__link {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: none;
  padding: 1rem 3rem;
  border: none;
  background-color: #30477F;
  color: #ffffff;
  margin: 3rem 0;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0.3rem;
}
#ccfw-page-wrap .wp-block-button__link:hover {
  text-decoration: none;
  transform: translateY(0.5rem);
  color: #ffffff;
}

#wrapper .container {
  width: unset;
  padding: 0 5rem;
  max-width: 140rem;
}
#wrapper .wp-block-columns-is-layout-flex {
  max-width: 85rem;
  margin-bottom: 4rem;
  gap: 6rem;
}
#wrapper .wp-block-columns-is-layout-flex .wp-block-column p {
  font-family: "Lora", serif;
}
#wrapper .wp-block-columns-is-layout-flex .wp-block-column h3 {
  margin: 0 0 1rem;
  font-size: 2.2rem;
}
#wrapper .wp-block-columns-is-layout-flex .wp-block-column a {
  font-family: "Montserrat", sans-serif;
}
#wrapper .wp-block-columns-is-layout-flex.cdjm_actu_scoopit {
  gap: 2em 6vw;
  max-width: 100%;
}
#wrapper article.hidden-title {
  padding-top: 2rem;
}
#wrapper .wrapper-mailjet {
  max-width: 60rem;
}
#wrapper .wrapper-mailjet iframe {
  height: 135px !important;
  min-height: 0 !important;
}
#wrapper .ccfw-content {
  padding-top: 0;
}
#wrapper .ccfw-content .entry-header {
  border: none;
  padding: 6rem 0 0;
  margin-bottom: 4rem !important;
}

.single-post .ccfw-entry-meta .posted-on a {
  text-transform: none;
  letter-spacing: 0;
  color: #4d4d4d;
  font-size: 1.5rem;
}
.single-post .site-main {
  padding-left: 0;
}
.single-post .single-post-header .cat-links {
  padding-left: 2.2rem;
  position: relative;
}
.single-post .single-post-header .cat-links a {
  color: #4d4d4d;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.8rem;
}
.single-post .single-post-header .cat-links a:hover {
  text-decoration: underline;
}
.single-post .single-post-header .cat-links::before {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0.9rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #CE8945;
  border-radius: 2px;
  font-size: 90%;
  content: "";
}

#ccfw-page-wrap .ccfw-default-sidebar {
  padding-left: 2rem;
}
#ccfw-page-wrap .ccfw-default-sidebar .widget_recent_entries {
  padding: 1.5rem;
}
#ccfw-page-wrap .ccfw-default-sidebar .widget_recent_entries li {
  padding-left: 2.1rem;
  position: relative;
  border: none;
}
#ccfw-page-wrap .ccfw-default-sidebar .widget_recent_entries li::before {
  text-decoration: none;
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-color: #CE8945;
  border-radius: 2px;
  font-size: 90%;
  content: "";
}
#ccfw-page-wrap .ccfw-default-sidebar .widget_recent_entries li a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
#ccfw-page-wrap .ccfw-default-sidebar .widget_recent_entries li a:hover {
  text-decoration: underline;
  color: inherit;
}

.ccfw-primary-nav-wrapper {
  padding: 0 2rem;
}

#ccfw-header-wrap {
  background-color: #30477F;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#ccfw-header-wrap .ccfw-header-main {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
  background-color: transparent;
  overflow: visible;
  height: unset;
}
#ccfw-header-wrap .ccfw-header-logo {
  flex: 0 1 35rem;
  background-color: transparent;
  height: unset;
}
#ccfw-header-wrap .ccfw-header-nav {
  flex: 1 1 30rem;
  min-width: 0;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
}
#ccfw-header-wrap .ccfw-header-nav.is_stuck {
  display: none;
}
#ccfw-header-wrap .ccfw-header-before-content {
  flex: 0 0 100%;
  display: none;
}

.ccfw-header-nav .blog-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1.7rem;
  align-items: center;
  padding-right: 4rem;
}
.ccfw-header-nav .blog-menu .menu-item {
  flex: 0 1 auto;
  text-align: left;
  cursor: pointer;
}
.ccfw-header-nav .blog-menu .menu-item.current-menu-item a {
  cursor: default;
}
.ccfw-header-nav .blog-menu .menu-item:not(.menu-item-has-children):not(.current-menu-item):hover {
  opacity: 0.7;
}
.ccfw-header-nav .blog-menu .menu-item.current-menu-item a span {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.2rem;
}
.ccfw-header-nav .blog-menu .menu-item.current-menu-item a span::after {
  content: "";
}
.ccfw-header-nav .blog-menu .menu-item a {
  color: #ffffff;
  padding: 0;
  line-height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}
.ccfw-header-nav .blog-menu .menu-item-has-children a {
  padding-right: 2.2rem;
}
.ccfw-header-nav .blog-menu .sub-menu {
  background-color: #30477F;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  padding: 2.3rem 0 1.5rem;
}
.ccfw-header-nav .blog-menu .sub-menu .menu-item {
  transition: none;
}
.ccfw-header-nav .blog-menu .sub-menu .menu-item.current-menu-item {
  cursor: default;
}
.ccfw-header-nav .blog-menu .sub-menu .menu-item:not(.current-menu-item):hover {
  background-color: #ffffff;
  opacity: 1 !important;
}
.ccfw-header-nav .blog-menu .sub-menu .menu-item:not(.current-menu-item):hover a {
  color: #30477F;
}
.ccfw-header-nav .blog-menu .sub-menu .menu-item a {
  font-size: 1.1rem;
  padding: 1rem 1.5rem 1rem 2rem;
  line-height: 100%;
}
.ccfw-header-nav .blog-menu .sub-menu .menu-item a::before {
  display: none;
}
.ccfw-header-nav .search-menu {
  transform: translateY(-0.5rem);
}
.ccfw-header-nav .search-menu > li {
  height: 3rem;
  line-height: 3rem;
}
.ccfw-header-nav .search-menu > li::before {
  color: #ffffff;
}

.ccfw-site-logo {
  width: 100%;
  height: unset;
}
.ccfw-site-logo a {
  line-height: unset !important;
}
.ccfw-site-logo img {
  width: 100% !important;
  height: unset !important;
}

body.category article {
  margin: 0 0 8rem;
  padding: 0;
  border: none;
}
#ccfw-page-wrap .wp-block-query ul li {
  padding: 0;
  margin-bottom: 3rem;
}
#ccfw-page-wrap .wp-block-query ul li::before {
  display: none;
}
#ccfw-page-wrap .wp-block-query ul li h2 {
  margin: 0;
  font-size: 2rem;
}
#ccfw-page-wrap .wp-block-query ul li a {
  text-decoration: none;
}
#ccfw-page-wrap .wp-block-query ul li a:hover {
  text-decoration: underline;
}
#ccfw-page-wrap .wp-block-query ul li .wp-block-post-date {
  font-family: "Montserrat", sans-serif;
  color: #999;
  font-size: 1.5rem;
  font-weight: 400;
}
#ccfw-page-wrap .wp-block-query .wp-block-group {
  padding: 0 !important;
}

#ccfw-page-wrap .frm_form_fields {
  max-width: 75rem;
  font-family: "Montserrat", sans-serif;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  color: #4d4d4d;
  margin: 0;
  border: none;
  padding: 0;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_section_heading {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_section_heading h3 {
  margin-bottom: 5rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_primary_label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4d4d4d;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_radio {
  margin-bottom: 0.5rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_radio:first-child {
  margin-top: 1rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_radio label {
  font: 400 1.5rem "Montserrat", sans-serif;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_checkbox {
  margin: 1rem 0;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_checkbox label {
  font: 400 1.5rem "Montserrat", sans-serif;
  padding-left: 2.4rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_checkbox label input {
  margin-left: -2.4rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_college_info p, #ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_college_info li {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_college_info ul li {
  padding-left: 1.2rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_college_info ul li::before {
  width: 0.3rem;
  height: 0.6rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_form_field {
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_form_field.frm_half {
  flex: 1 1 30rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_form_field textarea {
  max-height: 10rem;
  font-family: "Montserrat", sans-serif;
  border-radius: 0.3rem;
  color: #4d4d4d;
  border: 0.1rem solid #ccc;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_form_field input[type=text], #ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_form_field input[type=tel], #ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_form_field input[type=email], #ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_form_field input[type=url] {
  height: 4rem;
  font-family: "Montserrat", sans-serif;
  border-radius: 0;
  color: #4d4d4d;
  border: 1px solid #ccc;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_description {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_error {
  font-family: "Montserrat", sans-serif;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_media_info h3 {
  margin-bottom: 2rem;
}
#ccfw-page-wrap .frm_form_fields .frm_fields_container .frm_media_info .frm_description {
  margin-bottom: 3rem;
}
#ccfw-page-wrap .frm_form_fields .frm_submit {
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
#ccfw-page-wrap .frm_form_fields .frm_submit .frm_button_submit, #ccfw-page-wrap .frm_form_fields .frm_submit .frm_prev_page {
  background-color: #30477F;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 1.7rem;
  border-radius: 0.3rem;
}
#ccfw-page-wrap .frm_form_fields .frm_submit .frm_button_submit[disabled], #ccfw-page-wrap .frm_form_fields .frm_submit .frm_prev_page[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
#ccfw-page-wrap .frm_form_fields .frm_submit .frm_button_submit:not([disabled]):hover, #ccfw-page-wrap .frm_form_fields .frm_submit .frm_prev_page:not([disabled]):hover {
  transform: translateY(3px);
}
#ccfw-page-wrap .frm_form_fields .frm_submit .frm_prev_page {
  margin-right: 1.5rem;
}
#ccfw-page-wrap .frm_form_fields .lengthInfoMessage {
  font-family: "Montserrat", sans-serif, sans;
  font-size: 1.6rem;
  color: #b72209;
  font-weight: 800;
  margin-top: -4rem;
}

.subscribe-newsletter a {
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: 0.5rem;
  background: none;
  text-shadow: none;
  color: #4d4d4d;
}
.subscribe-newsletter a:hover {
  text-decoration-color: #30477F;
  color: #30477F;
}

.storyTabs {
  background-color: #ffffff;
  display: flex;
  font: normal 18px "Montserrat", sans-serif;
  position: sticky;
  margin-top: 3rem;
  top: 0rem;
  padding-top: 1.5rem;
  z-index: 1;
  font-size: 1.8rem;
}

.storyTab {
  padding: 1rem 0 2rem;
  border-top: 0.1rem solid #999;
  flex: 0 1 20rem;
  margin: 0 0.5rem;
  opacity: 0.7;
  z-index: 1;
}
.storyTab.storyTab--active {
  font-weight: 600;
  color: #30477F;
  opacity: 1;
  border-top-width: 0.3rem;
  border-top-color: #30477F;
}
.storyTab:not(.storyTab--active) {
  cursor: pointer;
}
.storyTab:not(.storyTab--active):hover {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  #ccfw-header-wrap .ccfw-header-logo {
    flex-basis: 30rem;
  }
  #ccfw-header-wrap .search-menu {
    display: block;
  }
  #wrapper .wp-block-columns-is-layout-flex .wp-block-column h3 {
    font-size: 1.9rem;
    font-weight: 600;
  }
}
@media only screen and (max-width: 630px) {
  #ccfw-page-wrap .wrapper-mailjet iframe {
    height: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  #ccfw-page-wrap h1 {
    font-size: 3.1rem;
  }
  #ccfw-page-wrap h1.post-title {
    font-size: 3.1rem !important;
  }
  #ccfw-page-wrap h2 {
    font-size: 2.2rem;
    margin: 5.5rem 0 2rem;
  }
  #ccfw-page-wrap h3 {
    font-size: 2rem;
    margin: 5rem 0 1.5rem;
  }
  #ccfw-page-wrap h4 {
    font-size: 1.8rem;
  }
  #ccfw-page-wrap p, #ccfw-page-wrap blockquote, #ccfw-page-wrap ul, #ccfw-page-wrap ol {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  #ccfw-header-wrap {
    padding: 1rem 0;
    display: block;
  }
  #ccfw-header-wrap .ccfw-header-main {
    margin: 0;
    padding: 0;
  }
  #ccfw-header-wrap .ccfw-header-nav {
    flex: 0 0 100%;
  }
  #ccfw-header-wrap .ccfw-site-logo {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 0 0;
  }
  #ccfw-header-wrap .blog-menu, #ccfw-header-wrap .search-menu {
    display: none;
  }
  #ccfw-header-wrap .ccfw-primary-nav-wrapper {
    padding: 0;
  }
  #ccfw-header-wrap .search-toggle {
    margin-right: 0;
  }
  #wrapper .container {
    padding: 0 1.5rem;
  }
  .single-post .single-post-header {
    padding-bottom: 0.5rem;
    padding-top: 2.5rem;
  }
  .ccfw-primary-nav-wrapper {
    width: 100%;
  }
  .ccfw-primary-nav-wrapper .nav-toggle {
    padding-left: 0.1rem;
    position: relative;
  }
  .ccfw-primary-nav-wrapper .nav-toggle .bar {
    background-color: #ffffff;
  }
  .ccfw-primary-nav-wrapper .nav-toggle::after {
    content: "Menu";
    display: block;
    line-height: 100%;
    font-size: 1.5rem;
    position: absolute;
    left: calc(100% + 0.6rem);
    font-weight: 400;
    text-transform: uppercase;
    top: calc(50% - 0.8rem);
    color: #ffffff;
  }
  .ccfw-primary-nav-wrapper .search-toggle .metal, .ccfw-primary-nav-wrapper .search-toggle .handle {
    background-color: #ffffff;
  }
  .ccfw-primary-nav-wrapper .search-toggle .glass {
    background-color: #30477F;
  }
  .ccfw-primary-nav-wrapper .mobile-menu {
    background-color: #ffffff;
    color: #30477F;
    margin-bottom: 3rem;
  }
  .ccfw-primary-nav-wrapper .mobile-menu .menu-item a {
    text-align: left;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    color: #30477F;
    border-color: #30477F;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
  }
  .ccfw-primary-nav-wrapper .mobile-menu .caret {
    top: -1rem;
  }
  .ccfw-primary-nav-wrapper .mobile-menu .caret::after {
    border-top-color: #30477F;
  }
  #ccfw-page-wrap .wp-block-query ul li {
    margin-bottom: 3rem;
  }
}/*# sourceMappingURL=style.css.map */