/*
Theme Name:   Create and Code
Theme URI:    https://createandcode.com/
Author:       Create and Code
Author URI:   https://createandcode.com/
Description:  Create and Code Website Theme
Version:      1.0.5

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Global
  2.1 Global Grid
  2.2 Visual Composer
  2.3 Global Layout
  2.4 Heading
  2.5 Typography
  2.6 Common HTML Elements
  2.7 Forms
	2.7.1 Gravity Forms
	2.7.2 Contact Form 7
	2.7.3 Mailchimp
  2.8 Media
  2.9 Breadcrumbs
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.3 Blog Pagination
  6.4 Comments
  6.5 Post Navigation
7.0 Widgets
8.0 Search
9.0 Footer
10.0 Crelly Slider
11.0 Responsive

--------------------------------------------------------------*/
/*--------------------------------------------------------------
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%;
	-webkit-font-smoothing: subpixel-antialiased;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

*,
*: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;
}

iframe {
	max-width: 100%;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 51.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

.iframe-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-video {
	width: 100% !important;
	margin-top: 2.2em;
}

body .mejs-container {
	background: none;
}

code {
	background-color: #ffffcc;
}

select {
	color: #333;
}

figure {
	margin: 0;
}

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

.larger {
	font-size: 120%;
}

/*--------------------------------------------------------------
2.0 Global
--------------------------------------------------------------*/

/* -- Default Font -- */

@font-face {
	font-family: "MaisonNeue";
	src: url("css/fonts/MaisonNeueWEB-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MaisonNeue";
	src: url("css/fonts/MaisonNeueWEB-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MaisonNeue";
	src: url("css/fonts/MaisonNeueWEB-Light.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("css/fonts/Inter-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("css/fonts/Inter-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("css/fonts/Inter-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("css/fonts/Inter-LightItalic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
  font-family: 'Inter Variable', sans-serif;
  src: url('css/fonts/Inter-Variable-subset.woff2') format('woff2');
  font-weight: 1 999;
  font-display: swap;
}

body,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: -apple-system, Helvetica, Arial, sans-serif;
	font-family: "Inter", sans-serif;
	color: #353535;
	font-display: swap;
}

body {
	text-rendering: optimizeLegibility;
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Firefox */
}

/*--------------------------------------------------------------
2.1 Global Grid
--------------------------------------------------------------*/

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.container,
	li.fullwidth .megamenu-row {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container,
	li.fullwidth .megamenu-row {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
	li.fullwidth .megamenu-row {
		width: 1190px;
	}
}
@media (min-width: 1100px) {
	.container {
		width: 1060px;
	}
	li.fullwidth .megamenu-row {
		width: 1060px;
	}
}
@media (min-width: 1400px) {
	.container,
	li.fullwidth .megamenu-row {
		width: 1300px;
	}
}
.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 Vertical Align
--------------------------------------------------------------*/

/* -- Vertical Alignment */

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vertical-align {
	display: flex;
	flex-direction: row;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
}

/*--------------------------------------------------------------
2.3 Global Layout
--------------------------------------------------------------*/

#ccfw-page-wrap {
	position: relative;
	margin-top: -1px;
}

body.page-template-default .content-area {
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	.left-content {
		padding-right: 30px;
	}
	.right-content {
		padding-left: 30px;
	}
}

/* -- SiteOrigin Page Builder (if enabled) -- */

body.siteorigin-panels .ccfw-content {
	padding-bottom: 0px;
}

/* -- 404 -- */

section.error-404.not-found {
	padding-top: 15px;
}

.error404 .entry-header {
	margin-bottom: 120px;
}

.error404 .content-area {
	overflow: hidden;
	margin-bottom: 120px;
}

/*--------------------------------------------------------------
2.4 Heading
--------------------------------------------------------------*/

.entry-header {
	padding: 30px 0px 30px 0px;
	margin-bottom: 30px;
	position: relative;
	background-repeat: no-repeat;
	color: #888;
	background: #fff;
	background-size: cover;
	background-position: 100%;
}

.ccfw-title-wrapper {
	display: flex;
	align-items: center;
}

.blog .entry-header,
.archive .entry-header {
	margin-bottom: 40px;
}

.entry-header:before {
	/* position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(to right,#07A7E3 0%,#37D6C0 100%);
  top: 0px;*/
}

.entry-header h1 {
	font-size: 44px;
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.3em;
	color: #111;
}

.single-coupon .entry-header h1 {
	font-size: 44px;
}

.single-post .single-blog-image {
	margin: -60px -40px 30px -40px;
}

@media only screen and (min-width: 991px) {
	.single-post .entry-header h1 {
		font-size: 40px;
	}
}

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

body .entry-header p,
body .entry-header .taxonomy-description {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 50px;
	line-height: 1.65em;
	font-weight: 400;
}

body.archive.category .entry-header p {
	font-size: 16px;
	font-weight: 400;
}

body .entry-header .taxonomy-description a {
	color: #157ff3;
}

body .entry-header .taxonomy-description {
	padding-right: 0px;
}

body.single-post .entry-header p {
	font-size: 15px;
	margin-top: 7px;
}

body .entry-header .taxonomy-description p {
	margin-top: 10px;
	line-height: 1.55em;
}

body .entry-header p a {
	color: #888;
	border-bottom: 1px solid #eee;
}

body.archive .entry-header p a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

body .entry-header p a:hover,
body .entry-header .taxonomy-description a:hover {
	color: #222;
}

body.archive.category .ccfw-cta {
	display: none;
}

/*
body.single-post .entry-header .byline:after {
  content: "";
  width: 20px;
  height: 1px;
  background: rgba(0,0,0,.3);
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
*/

.entry-header .ccfw-cta {
	margin-left: auto;
	min-width: 320px;
	padding-right: 15px;
}

.entry-header .ccfw-cta a {
	padding: 14px 30px;
	background: #fff;
	font-size: 16px;
	display: inline-block;
	transition: all 0.3s;
	color: #157ff3;
	border: 1px solid #e0e0e0;
	border-radius: 40px;
	padding: 12px 25px;
	float: right;
}

.entry-header .ccfw-cta a:after {
	font-family: "Ionicons";
	content: "\f3d6";
	color: #333;
	margin-left: 6px;
}

.entry-header .ccfw-cta a:hover {
	border-color: transparent;
	color: #000;
	box-shadow: 0 0 2px 1px #00b9f2;
}

.entry-header .ccfw-cta a:hover:after {
	color: #000;
}

.entry-header .ccfw-cta a:hover {
	transform: translateY(-5px);
}

.entry-header .ccfw-page-title {
	padding-left: 15px;
	padding-right: 15px;
}

.single-theme .entry-header .ccfw-page-title {
	padding-left: 0px;
	padding-right: 0px;
}

.entry-header .ccfw-cta {
}

/* Must read articles */

.archive .blog-list .listing-item {
	margin-bottom: 0px;
}

.archive .blog-list .listing-item a.title {
	letter-spacing: 0px;
	font-size: 16px;
	margin: 5px 10px 0px 0px;
	line-height: 1.5em;
	color: #157ff3;
}

.archive .blog-list .listing-item a.title:hover {
	color: #111;
}

h2.display-posts-title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
}

/*--------------------------------------------------------------
2.5 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: #157ff3;
	outline: 0;
	text-decoration: none;
}

a:hover {
	color: #111;
}

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

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

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

h2 {
	font-size: 34px;
	letter-spacing: -0.02em;
	line-height: 1.4em;
}

h3 {
	font-size: 28px;
	letter-spacing: -0.015em;
	line-height: 1.45em;
}

h4 {
	font-size: 24px;

	line-height: 1.5em;
}

h5 {
	font-size: 22px;
	line-height: 1.5em;
	font-weight: 400;
}

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

h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6em;
}

.content-area .article-content > h2:first-child,
.content-area .article-content > h3:first-child,
.content-area article .support-wrapper > h2:first-child,
.content-area .article-content > h4:first-child,
x .content-area .article-content > h5:first-child,
.content-area .article-content > h6:first-child {
	margin-top: 0px;
}

p {
	line-height: 1.65;
	margin-bottom: 1.5em;
}

.content-area article p {
	color: #323232;
	hyphens: auto;
	letter-spacing: 0.006em;
}

b,
strong {
	font-weight: 600;
}

.highlight {
	background: #ffffcc;
	display: block;
	padding: 25px;
	margin: 30px 0px;
}

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: 1em;
	background: #fff9ee;
	font-size: 16px;
}

abbr,
acronym {
	cursor: help;
}

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: 85%;
}

big {
	font-size: 125%;
}

/* Yellow box highlight */

.ccfw-info-box {
	padding: 22px 20px 20px 20px;
	background-color: #ffffcc;
	border-radius: 2px;
	margin-bottom: 35px;
	font-size: 16px;
}

article.page .article-content .ccfw-info-box a {
	text-shadow: none;
}

/*--------------------------------------------------------------
2.6 Common HTML elements
--------------------------------------------------------------*/

/* -- Ordered and Unordered Lists --*/

.content-area article ul,
.content-area article ol {
	margin: 1.5em 0px 1.5em 20px;
	color: #323232;
}

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

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

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

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

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

.content-area ul.list {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

.content-area ul.list li {
	border-top: 1px solid #f2f2f2;
	padding: 12px 0px 10px 23px;
	margin-bottom: 0px;
	font-size: 16px;
	position: relative;
}

.content-area ul.list li:before {
	content: "\f375";
	font-family: "Ionicons";
	position: absolute;
	left: 0px;
	color: #999;
	top: 15px;
	font-size: 14px;
}

.content-area article.ccfw-single-post ul {
	margin-bottom: 2em;
	margin-left: 0px;
}

.content-area article.ccfw-single-post ul li {
	padding-left: 20px;
	position: relative;
	list-style: none;
}

.content-area article.ccfw-single-post ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border: 1.5px solid #00a9e9;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

.content-area article.ccfw-single-post ul.tick li {
	padding-left: 30px;
}

.content-area article.ccfw-single-post ul.tick li:before {
	content: "\f120";
	color: #5a5ae6;
	top: 1px;
	border: none;
	font-family: Ionicons;
}

/* -- Horizontal Rule --*/

.content-area hr {
	height: 0;
	margin-top: 3em;
	border: 0;
	border-top: 1px solid #eee;
}

/* -- Notices --*/

.notice {
	display: flex;
	min-height: 72px;
	margin-bottom: 24px;
	padding: 36px;
	color: #ce8800;
	background: #fff9ee;
}

.notice--primary {
	padding: 36px;
	background: #ffffcc;
}

body #snippet-box {
	max-width: 100%;
}

/* -- Headings -- */

.content-area article h1,
.content-area article h2,
.content-area article h3,
.content-area article h4,
.content-area article h5,
.content-area article h6 {
	margin: 2em 0 0.7em;
}

.content-area article p + h4 {
	margin-top: 1.4em;
}

.content-area article h4 {
	margin-bottom: 0.4em;
	letter-spacing: -0.015em;
}

.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 + 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;
}

.content-area article h2 {
	margin-top: 1.3em;
}

.content-area article h3 {
	margin-top: 1.3em;
}

.content-area article p img + h3 {
	margin-top: 0px;
}

.content-area article h2:first-child {
	margin-top: 0px;
}

.single-post .content-area article h2,
.single-post .content-area article h3,
.single-post .content-area article h4,
.single-post .content-area article h5,
.single-post .content-area article h6 {
	font-weight: 600;
	letter-spacing: -0.02em;
}

.single-post img.size-featured-single-image {
	margin: 10px 0 30px 0;
}

.single-post img.size-featured-single-image + h2,
.single-post img.size-featured-single-image + h3,
.single-post img.size-featured-single-image + h4 {
	margin-top: 0;
}

/* -- Definition Lists --*/

dt {
	font-weight: bolder;
}

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

/* -- Links -- */

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

body.home h6 a,
article.page .article-content p a,
article.page .article-content li a,
.single-post .ccfw-article-content a,
.ccfw-blog-loop-item p a:not(.more-link),
body.edd-success .content-area p a,
#edd_login_form p.edd-lost-password a,
.error404 .content-area a,
body.page-template-template-page-themeclub .article-content a {
	color: #157ff3;
	border-bottom: 1px solid #e2e2e2;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: inset 0 -3px 0 #eee;
	box-shadow: inset 0 -3px 0 #eee;

	-webkit-transition: background 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	transition: all 0.15s cubic-bezier(0.33, 0.66, 0.66, 1);
	padding-bottom: 2px;
}

.single-post .ccfw-entry-content .thrv-leads-form-box a {
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-bottom: 0;
}

body.home h6 a:hover,
.ccfw-blog-loop-item p a:not(.more-link):hover,
article.page .article-content p a:hover,
article.page .article-content li a:hover,
.ccfw-entry-content a:hover,
body.edd-success .content-area p a:hover,
#edd_login_form p.edd-lost-password a:hover,
.error404 .content-area a:hover,
body.page-template-template-page-themeclub .article-content a:hover {
	color: #000;
}

.ccfw-entry-content a:hover {
	color: #000;
}

.ccfw-entry-content a.collection-button,
.ccfw-entry-content a.collection-button:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	border: none;
}

/* -- Blockquotes --*/

.content-area blockquote {
	padding: 30px 30px 30px 70px;
	margin: 30px 0px;
	border: none;
	background-color: #f8f8f8;
	position: relative;
}

.content-area blockquote:before {
	color: #d4dae0;
	content: "\f10d";
	font-family: "FontAwesome";
	font-size: 18px;
	font-style: normal;
	line-height: 44px;
	text-align: center;
	position: absolute;
	left: 16px;
	top: 25px;
	height: 46px;
	width: 46px;
}

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

/* -- 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.alt tbody > tr:nth-child(odd) > th,
.content-area table.alt 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,
.article-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.7 Forms
--------------------------------------------------------------*/

textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
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;
}

.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%;
	border: 1px solid #ddd;
	font-size: 1em;
	color: #323232;
	background: #fff;
	border-radius: 2px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: 400;
}

.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;
}

.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: 15px 30px;
	margin: 0;
	border: none;
	background: #ebe9eb;
	font-size: 16px;
	line-height: 1;
	color: #111;
	-webkit-appearance: none;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 40px;
}

.content-area input[type="submit"]:hover {
	background: #ccc;
}

.ccfw-content .widget a.button,
.widget a.button {
	display: block;
	padding: 14px 10px 13px 10px;
	margin-top: 0px;
	text-align: center;
	color: #fff;
	background: #fc4c02;
	font-size: 16px;
	border-radius: 40px;

	line-height: inherit;
}

.widget a.button.green {
	background: #77cc6d;
}

.widget a.button.blue {
	background: #07a7e3;
}

.widget a.button.grey {
	background: #ebe9eb;
	color: #333;
}

.ccfw-content .widget a.button.inline,
.widget a.button.inline {
	display: inline-block;
	padding: 18px 26px 17px 26px;
	font-size: 18px;
}

.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.7.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;
}

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;
	list-style: none;
}

body .gform_wrapper .gfield_checkbox li input,
body .gform_wrapper .gfield_radio li input {
	margin-right: 14px;
	position: relative;
	top: -2px;
}

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;
}

body .gform_wrapper .top_label .gfield_description {
	padding-top: 3px;
	font-size: 14px;
	color: #999;
}

.gform_wrapper {
	padding-bottom: 30px;
}

body .gform_wrapper ul {
	margin-left: 0px;
	padding-left: 0px;
}

body .gform_wrapper ul li.gfield {
	margin-bottom: 20px;
	list-style: none;
}

body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="text"] {
	width: 70%;
}

body .gform_wrapper input[type="submit"] {
	width: auto;
}

body .gform_wrapper li.gfield_error .gfield_description {
	color: #c91414;
}

body .gform_wrapper .solution p,
body .gform_wrapper .solution.solution-final p {
	background-color: #e1f1fa;
	padding: 20px 20px 18px 20px;
	border-radius: 2px;
	font-size: 16px;
}

body .gform_wrapper .solution.solution-final p a {
	box-shadow: none;
	background: none;
	text-shadow: none;
}

body.page-template-template-page-support .gform_wrapper .gform_footer input[type="submit"] {
	display: none;
}

/* --------------------------------------------------------------
2.7.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;
}

/* --------------------------------------------------------------
2.7.3 Mailchimp
-------------------------------------------------------------- */

.mc4wp-form {
	position: relative;
}

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

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

.mc4wp-form p {
	margin-bottom: 0px;
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.mc4wp-form input {
	border: none;
	height: 50px;
	font-size: 14px;
}

.mc4wp-form input[type="email"] {
	width: 100%;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	padding: 0px 11px;
	border: 1px solid #e2e2e2;
	border-right: none;
	font-size: 16px;
	font-weight: inherit;
}

.mc4wp-form input[type="email"]:focus {
	border-color: #ccc;
}

.mc4wp-form input[type="submit"] {
	height: 50px;
	border-radius: 0px;
	font-family: inherit;
	text-transform: capitalize;
	padding: 0px 17px;
	text-align: center;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	color: #fff;
	background-color: #24a3d8;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}

.ccfw-header-details-right .mc4wp-form input[type="email"] {
	width: 100%;
	font-weight: 400;
}

.mc4wp-alert {
	position: absolute;
	font-size: 12px;
	padding-top: 4px;
}

.mc4wp-alert.mc4wp-error {
	color: #ce2c4f;
}

.mc4wp-alert.mc4wp-success {
	color: #44a135;
}

/*--------------------------------------------------------------
2.8 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: 8px;
}

.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 .aligncenter,
.content-area .alignnone {
	margin-top: 40px;
	margin-bottom: 25px;
}

.content-area p img.alignnone {
	margin-bottom: 0;
}

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

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

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

.content-area .aligncenter .wp-caption-text {
	margin: 15px 0px 40px 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;
}

/*--------------------------------------------------------------
2.9 Breadcrumbs
--------------------------------------------------------------*/

.ccfw-breadcrumbs {
	font-size: 13px;
	margin-bottom: 5px;
	display: none;
}

.ccfw-breadcrumbs a:after {
	content: "\f125";
	font-family: "Ionicons";
	font-style: normal;
	margin-left: 10px;
	margin-right: 8px;
	font-size: 8px;
	color: #ccc;
	position: relative;
	top: -1px;
}

.ccfw-breadcrumbs a {
	color: #999;
}

.ccfw-breadcrumbs a:hover {
	opacity: 0.85;
}

.ccfw-breadcrumbs strong {
	font-weight: 400;
}

/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/

/* -- Top CTA -- */

.ccfw-cta-widget-area .widget {
	margin-bottom: 0px;
	text-align: center;
	background-color: #1f2d30;
	padding: 10px 0px 8px 0;
	color: #fff;
	font-size: 14px;
}

.ccfw-cta-widget-area .widget p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
}

.ccfw-cta-widget-area .widget strong {
	background-color: #fbb92f;
	padding: 3px 10px;
	margin-left: 8px;
	display: inline-block;
	color: #000;
	font-size: 13px;
	border-radius: 2px;
  position: relative;
  top: -1px;
	/*animation-name: shake-with-delay;
  animation-duration: 6s;
  animation-iteration-count: infinite;*/
}

.ccfw-cta-widget-area .widget strong:hover {
	animation-name: none;
}

.ccfw-cta-widget-area .widget a {
	/*color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid #555;*/
}

.ccfw-cta-widget-area .widget a:hover {
	border-color: #777;
}

@keyframes shake-with-delay {
	from,
	16%,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	1.6%,
	4.8%,
	8%,
	11.2%,
	14.4% {
		-webkit-transform: translate3d(-3px, 0, 0);
		transform: translate3d(-3px, 0, 0);
	}
	3.2%,
	6.4%,
	9.6%,
	12.8% {
		-webkit-transform: translate3d(3px, 0, 0);
		transform: translate3d(3px, 0, 0);
	}
}

/* -- Top Bar */

.ccfw-header-topbar {
	line-height: 41px;
	background-color: #fff;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.11);
	overflow-y: hidden;
	z-index: 1;
	position: relative;
}

.ccfw-header-topbar .row {
	display: flex;
	align-items: center;
}

.ccfw-header-topbar .widget {
	font-size: 14px;
}

.ccfw-header-topbar .top-bar-right a.account {
	padding-left: 10px;
	margin-left: 35px;
}

.ccfw-header-topbar .top-bar-right a.account:before {
	content: "\f200";
	font-family: "Ionicons";
	margin-right: 10px;
	font-size: 14px;
	position: absolute;
	left: -10px;
	margin-top: 1px;
}

.ccfw-header-topbar a:hover {
	opacity: 0.8;
}

.top-bar-right {
	text-align: right;
}

.ccfw-header-topbar span {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-left: 14px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.ccfw-header-topbar a[href*="mailto:"]:before {
	content: "\f2c3";
	display: inline-block;
	font-family: "Ionicons";
	margin-right: 5px;
}

.ccfw-header-topbar .widget .textwidget span:first-child,
.ccfw-header-topbar .widget .textwidget a:first-child i {
	margin-left: 0px;
	padding-left: 0px;
	border: none;
}

.ccfw-header-topbar .widget .textwidget i {
	font-size: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	margin-left: 13px;
	border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.ccfw-header-topbar .top-bar-left .widget:only-child,
.ccfw-header-topbar .top-bar-right .widget:only-child {
	margin-bottom: 0px;
}

.ccfw-header-topbar .widget h4,
.ccfw-header-topbar .widget_rss li .rss-date {
	color: inherit;
}

.ccfw-header-topbar .widget_wpcom_social_media_icons_widget ul {
	margin-top: 0px;
	position: relative;
	top: 2px;
}

.ccfw-header-topbar .widget_wpcom_social_media_icons_widget ul li a {
	margin-top: 0px;
	color: inherit;
	opacity: 0.85;
}

.ccfw-header-topbar .widget_wpcom_social_media_icons_widget ul li a:hover {
	opacity: 1;
}

.ccfw-header-topbar .top-bar-right .widget.widget_wpcom_social_media_icons_widget li {
	margin-left: 0.7em;
	margin-right: 0em;
}

.widget_wpcom_social_media_icons_widget .genericon.genericon-googleplus {
	font-size: 20px;
}

.ccfw-header-topbar ul {
	margin-right: -10px;
}

.ccfw-header-topbar ul li {
	display: inline;
}

.ccfw-header-topbar ul li a {
	color: #111;
	padding: 0 10px;
	display: inline-block;
	position: relative;
}

.ccfw-header-topbar ul li a:hover {
	background-color: #f2f2f2;
}

.ccfw-header-topbar ul li a:before {
	font-family: "Ionicons";
	content: "\f10b";
	margin-right: 7px;
	color: #07a7e3;
}

/* -- Main Header -- */

h1.ccfw-site-title {
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1;
}

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

.ccfw-site-description {
	margin-bottom: 0;
	color: #555;
	font-size: 14px;
	margin-top: 5px;
}

.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-right {
	position: relative;
	transform: translateY(73%);
}

.ccfw-header-details .widget,
.ccfw-header-details-right .widget {
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	font-size: 16px;
}

.ccfw-header-details-right .widget.hide {
	display: none;
}

.ccfw-header-details-right {
	transform: none;
}

.ccfw-header-details-right .widget .package {
	display: inline-block;
}

body .ccfw-header-details-right .widget {
	width: auto;
	margin: 0;
}

.ccfw-header-details-right .widget {
	line-height: 1.5em;
	width: 35%;
	float: right;
	margin: 0px;
	margin-left: 2.5%;
}

.theme-banner-feature {
	display: flex;
	margin-top: 20px;
}

.ccfw-header-details-right .widget .new-price {
	font-size: 32px;
	display: inline-block;
	margin-right: 5px;
	padding-top: 5px;
}

.ccfw-header-details-right .widget .old-price {
	font-size: 18px;
	opacity: 0.5;
	display: inline-block;
	position: relative;
	padding-top: 10px;
}

.ccfw-header-details-right .widget .old-price:after {
	content: "";
	height: 1px;
	display: inline-block;
	width: 115%;
	transform: rotate(-12deg);
	background: #999;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: 4px;
}

.ccfw-header-details-right .widget .new-price sup {
	font-size: 16px;
	bottom: 1.5ex;
	margin-right: 4px;
}

.ccfw-header-details-right .widget .theme-banner-feature img {
	max-height: 80px;
	border-radius: 3px;
	margin-right: -8px;
}

.ccfw-header-details-right .widget .package {
	border-left: 1px solid #eee;
	margin-left: 25px;
	padding-left: 25px;
	padding-top: 2px;
	text-align: left;
}

.ccfw-header-details-right .widget .package:first-of-type {
	border: none;
	padding-left: 0px;
}

.ccfw-header-details-right .widget .package a {
	border-bottom: 1px solid #eee;
}

.ccfw-header-details-right .widget .package a:hover {
	border-color: #ccc;
}

.ccfw-header-details-right .widget .package span {
	display: block;
	line-height: 1.4em;
	font-size: 14px;
	margin-top: 5px;
}

/*
.ccfw-header-details-right .widget a {
  color: #fff;
  background: #b00f14;
  padding: 15px 16px;
  border-radius: 3px;
}
*/

.ccfw-header-details-right .widget a:hover {
	opacity: 0.9;
}

.ccfw-header-details-right .widget i {
	margin-right: 5px;
}

.ccfw-header-details .widget h4 {
	font-size: 18px;
	margin-bottom: -1px;
}

.ccfw-header-details .widget .textwidget {
	font-size: 14px;
	opacity: 0.6;
}

.ccfw-header-details .widget.widget_text i {
	position: absolute;
	top: -3px;
	left: 25px;
	font-size: 43px;
}

.ccfw-header-details .widget.widget_text i.ion-ios-location-outline {
	top: -5px;
	left: 30px;
}

/* -- Text Logo -- */

.ccfw-site-text-logo {
	padding: 35px 0px;
	white-space: nowrap;
	float: left;
	width: 30%;
}

/* -- Logo Styling and Width -- */

.header-container .col-lg-12 {
	display: flex;
	align-items: center;
	padding: 0;
}

.ccfw-site-logo {
	height: 55px;
	padding: 0 20px;
	background: #00a9e9;
	margin-right: 30px;
}

.ccfw-site-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	height: auto;
	width: auto;
	height: 14px; /* Logo height */
}

.ccfw-site-logo a {
}

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

/* -- Header Widgets -- */

.ccfw-header-branding {
	width: 70%;
	float: right;
	text-align: right;
	z-index: 2;
}

.ccfw-header-details .widget.widget_text {
	text-align: left;
	padding-left: 70px;
	padding-top: 3px;
	position: relative;
}

.ccfw-header-branding input.search-field {
	margin-left: 25px;
	width: 200px;
}

.ccfw-header-details {
	height: 118px;
}

.ccfw-header-details-right {
	float: right;
}

.ccfw-header-details-right .textwidget {
	font-size: 15px;
	line-height: 1.55em;
	font-weight: 400;
}

.ccfw-header-details-right .widget-even .textwidget {
	position: relative;
}

@media only screen and (min-width: 1200px) {
	.ccfw-header-details-right .widget-even .textwidget {
		padding-left: 60px;
	}
}

/*--------------------------------------------------------------
4.0 Menus
--------------------------------------------------------------*/

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

/* -- Mobile Menu -- */

.toggle-container {
	display: block;
	background: #111;
}

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

.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: 24px;
	height: 2px;
	margin-top: 5px;
	background: #777;
}

.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: 14px;
	height: 14px;
	top: 18px;
	left: 7px;
	border-radius: 999px;
	background: #777;
}

.search-toggle .glass {
	width: 10px;
	height: 10px;
	top: 20px;
	left: 9px;
	border-radius: 999px;
	background: #111;
}

.search-toggle .handle {
	height: 2px;
	width: 9px;
	top: 33px;
	left: 17px;
	background: #777;
	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 .container {
	padding: 0px;
	width: auto;
}

.mobile-menu li {
	position: relative;
	clear: both;
}

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

.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: 20px;
	font-size: 14px;
}

.mobile-menu .dropdown-menu li a.image {
	padding: 0;
	font-size: inherit;
	border: none;
}

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

.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: 15px;
	top: 0px;
	margin-top: 6px;
}

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

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

/* -- Mobile Search -- */

.blog-search {
	margin-bottom: 20px;
}

.blog-search input.search-field {
	border: none;
}

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

/* -- Desktop Menu -- */

.menu-item span.widgettitle {
	display: none;
}

.ccfw-header-main {
	background: #111;
	height: 55px;
}

.ccfw-header-main .row {
	margin: 0;
}

.blog-menu li {
	position: relative;
}

.blog-menu > li > a {
	padding-left: 8px;
	padding-right: 13px;
	font-size: 15px;
	color: #ccc;
	letter-spacing: -0.002em;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 55px;
}

.blog-menu > li.search {
	position: absolute;
	right: 10px;
}

.blog-menu > li.search > a {
	height: 55px;
}

.blog-menu > li:hover > a {
	color: #fff;
}

.blog-menu > li:hover > a span:after {
	color: #999;
	border-color: #999;
}

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

.blog-menu > li.right {
	float: right;
	margin-right: 50px;
}

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

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

.blog-menu > li.search > a {
	display: inline-block;
}

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

.blog-menu > li.search > a:before {
	content: "\f2f5";
	font-family: "Ionicons";
	position: absolute;
	font-size: 21px;
	right: 10px;
}

.blog-menu a {
	display: block;
	padding: 16px 0px 16px 0px;
	text-decoration: none;
}

.blog-menu > li.current_page_item > a,
.blog-menu > li.current_page_ancestor > a,
.blog-menu > li.current_page_parent > a,
.blog-menu > li.current-menu-item.active > a,
body.tax-theme-categories .blog-menu > li.current_page_parent.active > a {
	color: #07a7e3;
}

body.post-type-archive-coupon .blog-menu > li.current_page_parent > a,
body.single-coupon .blog-menu > li.current_page_parent > a,
body.post-type-archive-theme .blog-menu > li.current_page_parent > a,
body.single-theme .blog-menu > li.current_page_parent > a,
body.tax-theme-categories .blog-menu > li.current_page_parent > a {
	color: #ccc;
}

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

.blog-menu span {
	position: relative;
}

.blog-menu > .menu-item-has-children > a span:after,
.blog-menu > .menu-item-has-children > a span:after {
	/*content: "";
  display: block;
  border: 4px solid transparent;
  border-top-color: #777;
  position: absolute;
  z-index: 1001;
  right: -16px;
  top: 50%;
  margin-top: -1px;*/
	font-family: "Ionicons";
	content: "\f123";
	font-size: 9px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	color: #777;
	border: 1px solid #555;
	display: inline-block;
	text-align: center;
	line-height: 16px;
	margin-left: 8px;
}

.blog-menu > li.menu-item-has-children:after,
.blog-menu > li.current_page_ancestor.has_children:after,
.blog-menu > li.current_page_parent.has_children:after,
.blog-menu > li.current-menu-item.active.has-children:after {
	border-top-color: #07a7e3;
}

.blog-menu li ul.children li.has-children:after {
	content: "";
	right: 18px;
	border: 4px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.25);
}

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

.blog-menu ul.children li:hover > a,
.blog-menu li ul li a:hover {
	opacity: 0.8;
}

.blog-menu > .menu-item-has-children > a span:before {
	content: "";
	display: block;
	border: 7px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	z-index: 1001;
	left: 50%;
	margin-left: -18px;
	bottom: -20px;
	opacity: 0;
}

.blog-menu > .menu-item-has-children:hover > a span:before {
	opacity: 1;
}

/*
.blog-menu > li > a span:before {
  background: #07A7E3;
  bottom: -4px;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  margin: 0 auto;
  max-width: 0;
  position: absolute;
  right: 0;
  transition: max-width 0.3s ease-in-out;
  width: calc(100%);
}

.blog-menu > li:hover > a span:before {
  max-width: 100%;
}
*/

.blog-menu > li:first-child > a:after {
	width: calc(100% - 15px);
	left: -15px;
}

.blog-menu > li.has-children > a:after {
	width: calc(100% - 45px);
	left: -15px;
}

.blog-menu > li > a:hover:after,
.blog-menu > li:hover > a:after {
	max-width: 100%;
}

/* Sub menus --------------------------------------- */

.blog-menu div.megamenu-container {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition: opacity 0.22s ease-in-out;
}

.ccfw-header-nav {
	width: calc(100% - 230px);
}

/*
.blog-menu ul:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom-color: #24a3d8;
  position: absolute;
  z-index: 1001;
  left: 37px;
  top: 0px;
  margin-top: -13px;
}
*/

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

.blog-menu ul li span.widgettitle {
	display: none;
}

.blog-menu ul > .has-children::after,
.blog-menu ul > .page_item_has_children::after {
	content: "";
	display: block;
	border: 6px solid transparent;
	border-left-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	z-index: 1001;
	right: 10px;
	top: 50%;
	margin-top: -5px;
}

.blog-menu ul > .has-children:hover::after,
.blog-menu ul > .page_item_has_children:hover::after {
	border-right-color: #fff;
}

.blog-menu ul {
	padding: 23px 30px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

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

.blog-menu ul a {
	padding: 12px 0px 7px 0px;
	line-height: 135%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 14px;
	color: #222;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}

.blog-menu ul a:hover {
	color: #07a7e3;
}

.blog-menu ul li a strong,
.mobile-menu ul li a strong {
	font-weight: normal;
	font-size: 8px;
	text-transform: uppercase;
	background: #07a7e3;
	padding: 3px 5px 3px 5px;
	border-radius: 2px;
	position: relative;
	margin: 0px 0px 0px 5px;
	top: -2px;
	color: #fff;
}

.mobile-menu ul li a strong {
	top: -1px;
}

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

.blog-menu li:hover > div.megamenu-container {
	opacity: 1;
	left: 0;
	display: block;
	z-index: 30;
}

li.fullwidth .megamenu-container {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

li.fullwidth .megamenu-container ul {
	box-shadow: none;
	border: none;
}

li.fullwidth .megamenu-row {
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 35px;
}

li.fullwidth .megamenu-row ul {
	padding-left: 0px;
	padding-right: 0px;
}

li.fullwidth .megamenu-row ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -5px;
	border-right: 1px solid #eee;
}

li.fullwidth .megamenu-row ul li a {
	border: none;
	padding: 4px 0px;
}

li.fullwidth .megamenu-row h2 {
	display: none;
}

li.fullwidth .blog-list .listing-item {
	margin-bottom: 0px;
}

li.fullwidth .megamenu-row ul li a.image {
	padding: 0;
}

.listing-item a.image {
	opacity: 1;
	padding: 0px;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.blog-menu li ul li a.image:hover {
	opacity: 1;
}

.listing-item a.image img {
	display: block;
}

.listing-item a.image:after {
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	transition: opacity 0.22s ease-in-out;
}

.listing-item a.image:hover:after {
	opacity: 1;
}

.blog-list .listing-item a.image img {
	display: block;

	width: 100%;
}

li.fullwidth .blog-list .listing-item .date {
	display: block;
	color: #999;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 3px;
}

li.fullwidth .blog-list .listing-item a.title {
	margin-top: 0px;
	font-size: 15px;
	padding-top: 0px;
	color: #333;
}

li.fullwidth .blog-list .listing-item a.title:hover {
	opacity: 1;
	color: #157ff3;
}

#menu-item-81586,
#menu-item-72538 {
	float: left;
}

li.fullwidth .widget_categories .cat-item-208,
li.fullwidth .widget_categories .cat-item-227,
li.fullwidth .widget_categories .cat-item-251 {
	display: none;
}

#menu-item-81584,
#menu-item-72539 {
	width: calc(100% - 220px);
	float: right;
}

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

.ccfw-header-nav .col-lg-12,
.ccfw-header-nav .ccfw-primary-nav {
	position: inherit;
}

.blog-menu li.fullwidth {
	position: inherit;
}

li.fullwidth div.megamenu-container {
	display: none;
	position: absolute;

	left: calc(50% - 50vw);
	width: 100vw;
}

/* 2 column menu */

.col-2 ul.sub-menu {
	width: 450px;
	overflow: hidden;
}

.col-2 ul.sub-menu li {
	display: inline-block;
	float: left;
}
.col-2 ul.sub-menu li:nth-child(odd) {
	float: left;
	clear: both;
}

.col-2 ul.sub-menu li:nth-last-child(2):nth-child(odd) > a {
	border-bottom: none;
}

.col-2 ul.sub-menu li:nth-child(even) {
	float: right;
}

.col-2 ul.sub-menu li:nth-child(odd):before {
	content: " ";
	display: table;
}

/*--------------------------------------------------------------
4.1 Sticky Header (Single Post)
--------------------------------------------------------------*/

.sticky-header {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 10;
	transition: all 0.4s ease-in-out;
	height: 45px;
	line-height: 45px;
	box-shadow: 0px 13px 26px 0px rgba(0, 0, 0, 0.0864);
	transform: translateY(-180px);
}

.sticky-header.stuck {
	transform: translateY(0px);
}

.sticky-header span.entry-title {
	display: block;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #111;
	font-size: 15px;
	font-weight: 400;
}

.sticky-left {
	position: absolute;
	left: 25px;
	top: 0px;
	height: 45px;
	line-height: 45px;
}

.sticky-header .sticky-left a {
	font-size: 22px;
}

.sticky-right {
	position: absolute;
	right: 25px;
	top: 0px;
	border-left: 1px solid #eee;
	padding-left: 10px;
	height: 45px;
}

.sticky-header a {
	font-size: 18px;
	color: #ccc;
}

.sticky-header a.facebook-icon {
	color: #3b5998;
}

.sticky-header a.twitter-icon {
	color: #1dcaff;
}

.sticky-header .sticky-right a {
	margin-left: 16px;
}

.single-blog-list {
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.055);
	display: flex;
}

.single-blog-list .listing-item {
	padding: 8px 13px;
	border-right: 1px solid #e2e2e2;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.single-blog-list .listing-item:last-child {
	border-right: none;
}

.single-blog-list .listing-item a.image {
	margin-right: 15px;
	margin-top: 3px;
	flex: 1;
	width: 92px;
	max-width: 92px;
}

.single-blog-list .listing-item a.image img {
	min-width: 92px;
}

.single-blog-list .listing-item a.title:hover {
	text-decoration: underline;
}

.single-blog-list .listing-item a {
	color: #111;
	font-size: 13px;
	line-height: 1.45em;
	font-weight: 400;
}

/*--------------------------------------------------------------
5.0 Pages
--------------------------------------------------------------*/

body article.page {
	margin-bottom: 60px;
	padding: 4%;
}

body article.page {
	padding-bottom: calc(5% - 20px);
	font-size: 18px;
}

.page-template-page-full-width-without-wrapper .site-main p {
	font-size: 18px;
}

.page-template-page-full-width-without-wrapper .site-main p.smaller {
	font-size: 16px;
}

.page-template-page-full-width-without-wrapper .site-main .mc4wp-form input[type="email"] {
	height: 60px;
	border: none;
	font-size: 18px;
	padding-left: 18px;
	padding-right: 18px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.page-template-page-full-width-without-wrapper .site-main .mc4wp-form input[type="submit"] {
	height: 60px;
	font-size: 18px;
	background-color: #117ba7;
	padding-right: 24px;
	padding-left: 24px;
}

/* -- Coupons -- */

#filters {
	margin-top: -15px;
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-top: 10px;
}

#filters li {
	display: inline;
	margin-right: 20px;
}

#filters li a.selected {
	padding: 10px 15px;
	background-color: #fff;
	color: #07a7e3;
	border-radius: 40px;
	border: 1px solid #e2e2e2;
	color: #111;
}

.grid-item {
	width: 33.333%;
	float: left;
	padding: 0px 20px;
	font-size: 18px;
	position: relative;
	margin-bottom: 60px;
}

.grid-item:nth-of-type(3n + 1) {
	clear: both;
}

.grid-item .tags {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #07a7e3;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	padding: 3px 10px 2px 10px;
	visibility: hidden;
}

.grid-item.hosting .tags {
	background: #e3073b;
}

.grid-item.plugins .tags {
	background: #44b222;
}

.grid-item.other .tags {
	background: #222;
}

.grid-item .title,
.grid-item .excerpt {
	display: block;
}

.post-type-archive-theme .grid-item .title,
.tax-theme-categories .grid-item .title {
	font-size: 22px;
}

.grid-item .title strong,
.ccfw-support-wrapper .title strong {
	font-size: 11px;
	color: #77cc6d;
	padding: 4px 8px 4px 8px;
	border-radius: 2px;
	border: 1px solid #77cc6d;
	position: relative;
	top: -4px;
	margin-left: 10px;
	font-weight: 600;
	text-transform: uppercase;
}

.ccfw-support-wrapper .title strong {
	top: -1px;
}

.grid-item .excerpt {
	font-size: 15px;

	color: #777;
	margin-top: 7px;
	line-height: 1.55em;
}

.grid-item .ccfw-browser {
	margin-bottom: 0px;
}

.grid-item img {
	margin-bottom: 22px;
	transition: all 0.3s;
}

.grid-item .ccfw-browser {
	transition: all 0.35s;
}

.post-type-archive-coupon .grid-item:hover img,
.grid-item .ccfw-browser:hover img {
	box-shadow: 10px 5px 30px rgba(0, 0, 0, 0.06);
}

.post-type-archive-coupon .grid-item img:hover,
.grid-item .ccfw-browser:hover {
	transform: translateY(-5px);
}

.elementor .img-shadow img,
.img-shadow img {
	box-shadow: 20px 10px 80px rgba(0, 0, 0, 0.1);
}

.grid-item a {
	color: #323232;
}

.ccfw-grid-wrapper {
	margin: 0px -20px 40px -20px;
}

.ccfw-grid-copy-wrapper {
	display: table;
	margin-top: 5px;
	width: 100%;
}

.ccfw-grid-copy-wrapper .excerpt,
.ccfw-grid-copy-wrapper .button {
	display: table-cell;
	vertical-align: top;
}

.ccfw-grid-copy-wrapper .excerpt {
	width: calc(100% - 120px);
}

.ccfw-grid-copy-wrapper .button {
	text-align: right;
	width: 120px;
}

.ccfw-grid-copy-wrapper .button a {
	text-decoration: none;
	padding: 8px 15px;
	background: #07a7e3;
	border-radius: 3px;
	font-size: 13px;
	display: inline-block;
	transition: all 0.5s;
	font-weight: 400;
	color: #fff;
	text-shadow: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/* "New" bubble */

/*
#theme-75826.grid-item:before {
  width: 70px;
  height: 70px;
  background-color: #6FC400;
  color: #fff;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  content: "New!";
  position: absolute;
  right: 0px;
  top: -15px;
  z-index: 2;
  font-weight: 400;
  font-size: 16px;
}
*/

/* -- Support Landing -- */

.ccfw-support-wrapper {
	display: table;
	border-top: 1px solid #f2f2f2;
}

.ccfw-support-theme-image,
.ccfw-support-theme-title,
.ccfw-support-theme-link {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0px;
}

.ccfw-support-theme-image {
	width: 8%;
}

.ccfw-support-theme-image img {
	box-shadow: 30px 10px 100px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out;
}

.ccfw-support-theme-title {
	padding-left: 30px;
}

.ccfw-support-wrapper:hover .ccfw-support-theme-image img {
	transform: scale(1.1);
	box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.2);
}

.ccfw-support-theme-link {
	text-align: right;
}

.ccfw-support-theme-link a:before {
	content: "\f453";
	font-family: "Ionicons";
	margin-right: 10px;
	position: relative;
	top: 1px;
}

body.page-template-template-page-support .article-content {
	margin-top: 45px;
}

body.page-template-template-page-support .gform_wrapper {
	padding: 10px 35px;
	border-radius: 3px;
	margin: 40px 0px;
	border: 1px solid #eee;
}

/* -- Theme Club/Pricing -- */

/* Sidebar Feature Widget */

.theme-club {
	background-color: #eff0f1;
	border-radius: 3px;
	text-align: center;
	padding: 80px 20px;
}

.theme-club h4 {
	font-size: 30px;
}

.ccfw-content .widget_text.widget.theme-club span.underline {
	background: url(images/hand-drawn-underline.png) no-repeat;
	height: 30px;
	background-size: contain;
	background-position: center;
	width: 100%;
	display: block;
	margin-bottom: 4em;
}

body.home strong.underline {
	background: url(images/hand-drawn-underline-blue.png) no-repeat;
	background-size: contain;
	background-position: 5px 100%;
	font-weight: normal;
	display: inline-block;
	padding-bottom: 22px;
	font-weight: inherit;
}

/* Landing content */

.resource-category {
	border-top: 1px solid #eee;
	padding: 3.1em 0px 0px 0px;
}

.resource-category strong {
	font-weight: inherit;
	color: #999;
	font-size: 22px;
	margin-left: 10px;
	font-weight: 400;
}

.elementor .hosting-image img {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.1);
	transition: all 0.4s;
}

.elementor .hosting-image a:hover img {
	box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.2);
}

/* -- Theme Club -- */

body.page-template-template-page-themeclub .entry-header {
	margin-bottom: 0px;
}

body.page-template-template-page-themeclub .article-content h3 {
	margin-bottom: 1.2em;
}

body.page-template-template-page-themeclub .content-area hr {
	margin-top: 1.7em;
	margin-bottom: 1.7em;
}

/* -- Homepage -- */

body.home .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding-left: 0px;
	padding-right: 0px;
}

body.home .content-area h6 a {
	color: #117abc;
	padding-bottom: 1px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-size: 18px;
	position: relative;
}

body.home .content-area h6 a:hover {
	color: #111;
}

body.home .article-content {
	font-size: 16px;
	line-height: 1.62em;
}

/* Theme Display */

.home-featured-themes {
	margin-left: 0px;
	margin-right: 0px;
}

@media only screen and (min-width: 991px) {
	.home-featured-themes {
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media only screen and (min-width: 1400px) {
	.home-featured-themes {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.featured-heading span {
	display: inline-block;
	position: relative;
	top: -12px;
	background: #efefef;
	padding: 0px 20px;
}

.theme-list {
	margin: 0px -20px;
}

.theme-list .listing-item {
	width: 33.333%;
	padding: 0px 20px;
	float: left;
	margin-bottom: 60px;
}

.theme-list .listing-item:nth-of-type(3n + 1) {
	clear: both;
}

.theme-list .listing-item a.image {
	border-top: 32px solid #2f2f2f;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	position: relative;
	display: block;
	transition: all 0.35s;
}

.theme-list .listing-item a.image img {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
	box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.1);
	width: 100%;
}

.theme-list .listing-item a.image:hover {
	transform: translateY(-3px);
	box-shadow: 20px 10px 100px rgba(0, 0, 0, 0.15);
}

.theme-list .listing-item a.title {
	display: block;
	font-size: 22px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 8px;
	color: #111;
	line-height: 1.6em;
}

.theme-list .listing-item .excerpt-dash {
	display: none;
}

.theme-list .listing-item .excerpt {
	font-size: 16px;
	display: block;
	line-height: 1.6em;
	font-weight: 400;
}

body #tve_editor ul {
	margin: 0px;
}

/* Homepage - Customer Reviews */

body.home .citation {
	position: relative;
}

body.home .citation img {
	position: absolute;
	left: 0px;
	top: 0px;
	max-width: 55px;
}

body.home .citation cite {
	display: block;
	margin-top: 22px;
	color: #fff;
	font-size: 15px;
}

body.home .citation span {
	color: #f8b300;
	display: inline-block;
	padding-bottom: 3px;
	letter-spacing: 2px;
	font-size: 14px;
	position: relative;
	top: -2px;
}

/* Homepage - Blog Posts */

.blog-list {
	margin: 0px -8px;
}

.entry-header .blog-list {
	margin: 0px -15px;
}

.blog-list .listing-item {
	width: 25%;
	padding: 0px 15px;
	float: left;
	margin-bottom: 40px;
}

.blog-list .listing-item:nth-of-type(4n + 1) {
	clear: both;
}

.blog-list .listing-item a.title {
	display: block;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #111;
	line-height: 1.6em;
}

/* -- About Page -- */

.profile-mask .elementor-image {
	position: relative;
}

.profile-mask .elementor-image img {
	filter: grayscale(100%);
}

.profile-mask .elementor-image:before {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	border-radius: 50%;
	background: #fc4c02;
	content: "";
	opacity: 0.55;
	mix-blend-mode: multiply;
	z-index: 2;
}

/*--------------------------------------------------------------
6.0 Posts/Blog
--------------------------------------------------------------*/

.ccfw-content {
	background-color: #f9f9f9;
}

/* -- Hide Structured Data -- */

.structured-data {
	display: none;
}

/* -- Archives -- */

body.blog .content-area,
body.archive .content-area {
	padding-bottom: 40px;
}

/* -- Blog Listings -- */

.ccfw-blog-loop-item {
	margin-bottom: 55px;
	overflow: hidden;
}

.ccfw-blog-image {
	margin: -3.2em -4.1em 2.1em -4.1em;
}

.ccfw-blog-loop-item.has-post-thumbnail .ccfw-blog-image img {
	width: 100%;
	display: block;
}

.ccfw-blog-loop-item.has-post-thumbnail .ccfw-blog-image a {
	display: block;
}

/* -- Read More -- */

.content-area p a.more-link,
.box-cta-action a {
	text-decoration: none;
	padding: 11px 32px 9px 32px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 40px;
	display: inline-block;
	transition: all 0.3s;
	margin-bottom: 10px;
	text-shadow: none;
	color: #323232;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: -10px;
	font-weight: 400;
}

.content-area p a.more-link:hover,
.content-area p a.more-link:focus {
	outline: 0;
	border-color: transparent;
	color: #000;
	box-shadow: 0 0 2px 1px #00b9f2;
}

.box-cta-action a {
	margin: 0px;
}

/* -- Sharing and Likes -- */

body #content div.sharedaddy,
body #main div.sharedaddy,
div.sharedaddy {
	clear: none;
	float: left;
	padding: 15px 0px;
	margin-bottom: 5px;
}

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

body div.sharedaddy h3.sd-title {
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 5px;
	font-weight: 400;
}

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

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

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

body .wpl-count {
	clear: none;
}

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

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

/* -- Related Posts -- */

.content-area #jp-relatedposts h3.jp-relatedposts-headline em:before {
	margin-bottom: 1.4em;
}

.content-area #jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 20px;
}

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

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

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

/*--------------------------------------------------------------
6.1 Blog Post
--------------------------------------------------------------*/

.archive .single-blog-image {
	margin: -30px -40px 3.5% -40px;
}

.ccfw-blog-loop-item,
article.ccfw-single-post,
article.page {
	background-color: #fff;
	padding: 30px 40px 4.5% 40px;
}

article.ccfw-single-post {
	padding-bottom: calc(7% - 20px);
}

.ccfw-entry-header {
	margin-bottom: 20px;
}

.ccfw-entry-header h2 a {
	color: inherit;
	cursor: pointer;
}

.ccfw-entry-header h2 a:hover {
	background-image: linear-gradient(180deg, transparent 90%, rgba(7, 167, 227, 0.2) 0);
}

.cat-links,
.comments-link {
	margin-right: 20px;
}

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

.content-area .ccfw-blog-loop-item .ccfw-entry-header h2 {
	padding-top: 10px;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	margin: 0px 0px 15px 0px;
}

.content-area .ccfw-blog-loop-item .ccfw-entry-content p {
	font-size: 18px;
	margin-bottom: 15px;
	letter-spacing: 0.006em;
}

.ccfw-entry-meta,
.taxonomy-description p {
	font-size: 18px;
	color: #666;
	margin-top: 15px;
}

.entry-header .ccfw-entry-meta,
.entry-header .taxonomy-description p {
	color: #111;
}

.entry-header .taxonomy-description p {
	margin-top: -10px;
}

.content-area .ccfw-blog-loop-item .ccfw-entry-meta {
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 22px;
	padding-left: 45px;
	position: relative;
}

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

.content-area .ccfw-blog-loop-item .ccfw-entry-meta img {
	border-radius: 50%;
	position: absolute;
	left: 0px;
	margin-top: -4px;
}

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

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

.ccfw-entry-meta .comments-link {
	margin-left: 20px;
}

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

.entry-footer {
	clear: both;
}

.ccfw-entry-footer {
	font-size: 13px;
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding-top: 20px;
	color: #777;
}

body.single-post .ccfw-entry-footer {
	border: none;
	padding: 5px 0px 15px 0px;
	clear: both;
}

.ccfw-entry-footer .edit-link {
	display: block;
	margin-top: 20px;
	font-size: 16px;
}

body.single-post .ccfw-entry-footer .edit-link {
	margin-top: 30px;
}

.ccfw-entry-footer .cat-links a,
.ccfw-entry-footer .tags-links a {
	color: #444;
	text-transform: capitalize;
}

.ccfw-entry-footer .cat-links a:hover,
.ccfw-entry-footer .tags-links a:hover {
	color: #111;
	text-decoration: none;
}

.ccfw-entry-footer .cat-links:before {
	content: "\f115";
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 7px;
	font-size: 11px;
	opacity: 0.6;
}

.ccfw-entry-footer .tags-links:before {
	content: "\f097";
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 7px;
	font-size: 11px;
	opacity: 0.6;
}

.ccfw-entry-meta .comments-link:before {
	content: "\f0e5";
	display: inline-block;
	font-family: "FontAwesome";
	margin-right: 7px;
	font-size: 14px;
	opacity: 0.6;
	position: relative;
	top: -1px;
}

/* Featured Image on a Single Post -- */

body.single-post img.attachment-ccfw-blog-featured-top {
	width: 100%;
	margin-bottom: 25px;
}

/* -- Sticky -- */

/* -- Single Post -- */

article.ccfw-single-post {
	font-size: 18px;
}

/* -- Rich Snippet -- */

body #snippet-box {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

body .snippet-markup {
	padding: 10px 0px;
}

body .snippet-label,
body .snippet-data {
	font-weight: inherit;
	font-size: 14px;
}

body .star-img img {
	width: 14px;
}

body .snippet-title {
	font-size: 16px;
	font-weight: inherit;
	padding: 8px 15px 8px 15px;
}

.snippet-markup span[itemprop="author"] .snippet-label {
	margin-right: -4px;
}

/* -- Related Posts -- */

.ccfw-related-posts {
	background-color: #2f2f2f;
	padding: 70px 0px;
}

.ccfw-related-posts h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
	font-weight: 400;
}

.ccfw-related-posts img {
	margin-bottom: 10px;
	border-radius: 3px;
	width: 100%;
}

.ccfw-related-posts a,
.ccfw-related-posts a:hover {
	color: #fff;
	font-size: 16px;
	transition: all 0.2s linear;
}

.ccfw-related-posts a:hover {
	color: #ccc;
}

.ccfw-related-posts .related-coupons h3 {
	margin-top: 75px;
	clear: both;
}

.ccfw-related-posts .excerpt {
	display: block;
	color: #999;
	font-size: 15px;
	margin-top: 10px;
	line-height: 1.6em;
}

.post-ratings {
	font-size: 15px;
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-top: 60px;
}

.post-ratings strong {
	font-weight: inherit;
}

.post-ratings em {
	font-style: normal;
}

.post-ratings-image {
	position: relative;
	bottom: -3px;
}

.post-ratings-image img:nth-child(5n) {
	margin-right: 15px;
}

.post-ratings span {
	font-size: 14px;
	color: #444;
	margin-left: 10px;
}

/* -- Single Post Footer Meta -- */

.single-post-footer-meta {
	font-size: 13px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

/* -- Single Post Related -- */

.ccfw-below-related-posts {
	padding: 50px 0 5px 0;
	line-height: 1.6em;
}

.ccfw-below-related-posts h4 {
	font-weight: 400;
	margin-bottom: 20px;
}

.ccfw-below-related-posts img {
	margin-bottom: 10px;
	width: 100%;
	border-radius: 3px;
}

.ccfw-single-below-related-post {
	margin-bottom: 30px;
}

/* -- Single Post Review -- */

h5.review-title {
	font-size: 18px;
	font-weight: bolder;
}

.reviewed-item {
	display: none;
}

.review-wrapper .review-list {
	font-size: 16px;
}

.review-list li:before {
	display: none;
}

.review-wrapper .review-list span {
	position: relative;
	top: 2px;
}

.review-wrapper .review-desc p {
	font-size: 16px;
}

.review-wrapper .review-links li a {
	padding: 8px 12px;
	border-radius: 2px;
	font-size: 16px;
	box-shadow: none;
	border-bottom: 1px solid #1e73be;
}

/* -- CTA -- */

.box-cta {
	display: table;
	width: 100%;
	margin: 60px 0;
	padding: 42px 40px;
	vertical-align: middle;
	background-color: #f7f1db;
	border: 2px solid #ede7cf;
	color: #5a5a5a;
	border-radius: 3px;
}

.content-area .box-cta h4 {
	margin-top: 0px;
	margin-bottom: 6px;
}

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

.box-cta-action,
.box-cta-content {
	display: table-cell;
	vertical-align: middle;
}

.box-cta-content {
	width: calc(100% - 200px);
}

.box-cta-action {
	text-align: right;
	width: 200px;
}

.content-area .box-cta .box-cta-action a {
	text-shadow: none;
}

/*--------------------------------------------------------------
6.1 Single Theme
--------------------------------------------------------------*/

.single-theme .entry-header {
	padding-bottom: 0px;
	overflow: hidden;
	clear: both;
	background: #fff;
}

.single-theme .theme-screenshot img {
	position: relative;
	box-shadow: 7px 7px 16px 7px rgba(0, 0, 0, 0.05);
}

.single-theme .theme-mobile {
	max-width: 240px;
	position: absolute;
	bottom: 0px;
	left: -35px;
	box-shadow: 7px 7px 26px 0 rgba(0, 0, 0, 0.15);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.single-theme .entry-header h1 {
	font-size: 50px;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: -3px;
	letter-spacing: -1px;
	font-weight: 400;
	color: #111;
}

.single-theme .entry-header p {
	padding-right: 10%;
	font-size: 19px;
	line-height: 1.6em;
	margin-top: 0px;
	color: #111;
}

.single-theme .entry-header p.theme-meta {
	opacity: 1;
	font-size: 14px;
	color: #111;
	letter-spacing: 0px;
	display: inline-block;
	border-radius: 40px;
	padding: 10px 5px 10px 25px;
	background: #f8f8f8;
	margin-bottom: 15px;
}

.single-theme .entry-header p.theme-meta span {
	margin-right: 20px;
}

.single-theme .entry-header p.theme-meta span:before {
	content: "\f3fe";
	font-family: "Ionicons";
	margin-right: 10px;
	font-size: 24px;
	position: relative;
	top: 4px;
	color: #07a7e3;
}

.single-theme .entry-header .featured-review {
	padding-top: 10px;
	clear: both;
	display: none;
}

.single-theme .entry-header .featured-review p {
	font-size: 18px;
	letter-spacing: 0px;
	padding-right: 15%;
	color: #111;
}

.single-theme .entry-header .featured-review p em {
	font-style: normal;
	font-family: Georgia, serif;
	margin-right: 3px;
}

.single-theme .entry-header .featured-review .citation {
	margin-top: 23px;
	margin-bottom: 30px;
}

.single-theme .entry-header .ccfw-browser {
	margin-bottom: -10px;
}

.single-theme .ccfw-content {
	padding-bottom: 60px;
}

.single-theme .content-area .aligncenter,
.single-theme .content-area .alignnone {
	margin-top: 20px;
}

.single-theme .ccfa-theme-cta {
	margin: 25px 0px 30px 0px;
}

.single-theme .pricing .old-price,
.single-theme .pricing .new-price {
	display: inline-block;
	font-size: 26px;
	margin-top: -10px;
	margin-bottom: 5px;
}

.single-theme .pricing {
	/* margin-top: -15px;*/
}

.single-theme .pricing sup {
	font-size: 50%;
	bottom: 1.3ex;
	margin-right: 3px;
}

.single-theme .pricing .old-price {
	margin-left: 10px;
	opacity: 0.6;
	position: relative;
}

.single-theme .pricing .old-price:after {
	content: "";
	height: 1px;
	display: inline-block;
	width: 115%;
	transform: rotate(-12deg);
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -2px;
}

.single-theme .pricing .new-price {
	font-size: 38px;
	color: #111;
}

.single-theme .ccfa-theme-cta a {
	font-size: 20px;
}

.single-theme .ccfa-theme-cta a.button {
	text-decoration: none;
	padding: 12px 40px;
	border-radius: 40px;
	background: #fff;
	margin-right: 30px;
	display: inline-block;
	transition: all 0.25s;
	color: #07a7e3;
	text-shadow: none;
	font-weight: 400;
}

.single-theme .ccfa-theme-cta a.button,
.single-theme .ccfa-theme-cta a.button {
	background-color: #fc4c02;
	color: #fff;
}

.single-theme .ccfa-theme-cta a.button:hover,
.single-theme .ccfa-theme-cta a.button:hover {
	color: #fff;
	background-color: #e44a09;
	box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.15);
}

.single-theme .ccfa-theme-cta a.demo {
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	color: #07a7e3;
	font-size: 18px;
}

.single-theme .ccfa-theme-cta a.demo:hover {
	border-color: rgba(0, 0, 0, 0.35);
}

/* Content */

.single-theme .content-area .alignnone {
	margin-bottom: 10px;
}

.single-theme .content-area .alignnone.customizer-image {
	width: 85%;
	margin: 50px auto 0px auto;
	display: block;
}

/* -- Single Theme - Sticky Sidebar -- */

.sticky a.button,
.article-content a.cta-button {
	background-color: #fc4c02;
	color: #fff;
	padding: 15px 18px;
	display: block;
	text-align: center;
	transition: all 0.2s;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 40px;
}

.sticky a.button:hover,
.article-content a.cta-button:hover {
	background-color: #e44a09;
}

.article-content a.cta-button,
article.page .article-content p a.cta-button {
	text-shadow: none;
	display: inline-block;
	background: #fc4c02;
	padding: 14px 30px;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
}

.article-content a.cta-button:hover {
	transform: translateY(-4px);
}

.article-content a.cta-button.green {
	background: #77cc6d;
}

.article-content a.cta-button.blue {
	background: #07a7e3;
}

.article-content a.cta-button.grey {
	background: #ebe9eb;
	color: #333;
}

.sticky a.button span,
.cc-theme-cta a.button span {
	background-color: #fff;
	font-size: 13px;
	padding: 3px 5px;
	border-radius: 2px;
	color: #fc4c02;
	margin-left: 4px;
	position: relative;
	top: -2px;
}

.sticky a.button i {
	margin-left: 6px;
}

.sticky .tab-content a.button {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* -- Theme Reviews -- */

.ccfw-theme-reviews {
	background-image: url(https://createandcode.com/wp-content/uploads/2017/08/CC_people_grid.jpg);
	background-position: top right;
	background-size: cover;
	padding: 6% 0% 7% 0%;
	position: relative;
}

.ccfw-theme-reviews:before {
	content: "";
	background: rgba(0, 0, 0, 0.88);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.ccfw-theme-reviews h2 {
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 40px;
	color: #fff;
	letter-spacing: -0.5px;
}

.single-theme .ccfw-theme-reviews p {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}

.single-theme .citation {
	position: relative;
	padding-left: 80px;
	margin-top: 40px;
}

.single-theme .citation img {
	position: absolute;
	left: 0px;
	max-width: 60px;
	top: -5px;
}

.single-theme .citation cite {
	font-weight: 400;
	color: #888;
}

.single-theme .citation span {
	color: #f8b300;
	display: inline-block;
	padding-bottom: 3px;
	letter-spacing: 2px;
	font-size: 18px;
	position: relative;
	top: -1px;
}

/* -- Guarantee -- */

.ccfw-guarantee {
	background-color: #e6f4f7;
	padding: 60px 30px 40px 30px;
	margin-bottom: 50px;
}

.ccfw-guarantee img {
	float: left;
	max-width: 200px;
	margin-right: 40px;
	margin-top: 4px;
}

.ccfw-guarantee h2 {
	clear: none;
	font-weight: 400;
	color: #07a7e3;
	font-size: 32px;
	margin-top: 10px;
	letter-spacing: -0.5px;
}

.ccfw-guarantee p {
	font-size: 18px;
}

/* -- Theme Details -- */

.ccfw-theme-details {
	margin-top: 30px;
	padding: 22px 24px 17px 24px;
	background-color: #fff;
}

.ccfw-theme-details h6 {
	font-weight: 400;
}

.ccfw-theme-details ul li {
	margin-bottom: 5px;
	font-size: 13px;
}

.ccfw-theme-details ul li i {
	width: 20px;
	color: #999;
	top: 1px;
	position: relative;
	display: inline-block;
}

/* -- Theme Sidebar Tabs -- */

.ccfw-pricing-amount {
	position: absolute;
	right: 24px;
	top: 16px;
	font-size: 18px;
}

.ccfw-pricing-amount .old-price {
	opacity: 0.5;
	text-align: right;
	position: relative;
	font-size: 14px;
	margin-top: -3px;
}

.ccfw-pricing-amount .old-price .dollar {
	font-size: 11px;
	margin: 0px -2px 0 0;
	top: -2px;
}

.ccfw-pricing-amount .old-price:after {
	content: "";
	height: 1px;
	display: inline-block;
	width: 105%;
	transform: rotate(-12deg);
	background: #666;
	position: absolute;
	top: 50%;
	margin-top: 0px;
	left: 5%;
}

.ccfw-pricing-amount .dollar {
	font-size: 14px;
	position: relative;
	top: -4px;
	margin-right: -2px;
}

.ccfw-theme-title {
	font-size: 18px;
}

.ccfw-theme-title span.ccfw-theme-title-caption {
	display: block;
	width: calc(100% - 60px);
	font-weight: 400;
}

.ccfw-theme-title small {
	font-size: 13px;
	display: block;
	color: #777;
}

.sidebar ul.ccfw-simple-tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.sidebar ul.ccfw-simple-tabs > li {
	position: relative;
	padding: 17px 24px 16px 44px;
	background-color: #f2f2f2;
	border-left: 2px solid #ddd;
	cursor: pointer;
}

.sidebar ul.ccfw-simple-tabs li .radio {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: inline-block;
	position: absolute;
	left: 16px;
	margin-top: 6px;
	box-shadow: inset 0 0 0 1px #eee, inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.sidebar ul.ccfw-simple-tabs li.current .radio:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #07a7e3;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
}

.sidebar ul.ccfw-simple-tabs > li.current {
	background: #fff;
	color: #222;
	border-left-color: #07a7e3;
}

/* Only display current tab content */

.tab-content {
	display: none;
}

.tab-content.current {
	display: inherit;
}

.sidebar ul.ccfw-simple-tabs ul {
	margin-top: 5px;
}

.sidebar ul.ccfw-simple-tabs ul li {
	font-size: 13px;
	color: #777;
}

/* -- Theme Details Tabs - Overview, Changelog etc -- */

.ccfw-theme-details ul.ccfw-simple-tabs {
	text-align: center;
	border-bottom: 1px solid #eee;
}

.ccfw-theme-details ul.ccfw-simple-tabs li {
	display: inline-block;
	padding: 18px 28px 18px 28px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	font-size: 20px;
	margin-bottom: -1px;
	cursor: pointer;
	color: #888;
	letter-spacing: 0px;
}

.ccfw-theme-details ul.ccfw-simple-tabs li.current {
	border-color: #eee;
	background: #fff;
	color: #111;
}

.ccfw-theme-details .tab-content {
	padding-top: 6rem;
	padding-bottom: 4.3rem;
}

.ccfw-single-theme-features h3 {
	text-align: center;
	font-weight: inherit;
	margin-bottom: 40px;
	font-weight: 400;
	letter-spacing: -0.5px;
}

.ccfw-single-theme-features h4 {
	font-weight: 400;
	margin-bottom: -10px;
	letter-spacing: -0.3px;
}

.ccfw-single-theme-features p {
	color: #888;
}

.ccfw-single-theme-features h4 strong {
	font-size: 10px;
	font-weight: inherit;
	background-color: #eee;
	padding: 4px 5px 4px 5px;
	border-radius: 2px;
	color: #222;
	text-transform: uppercase;
	margin-left: 4px;
	position: relative;
	top: -3px;
}

.ccfw-single-theme-features h4 i {
	color: #07a7e3;
	margin-right: 10px;
	font-size: 28px;
	position: relative;
	top: 2px;
}

/* Upsell table */

.ccfw-free-pro-upsell {
	padding: 3em 0 1em 0;
}

.ccfw-free-pro-upsell h3 {
	text-align: center;
	margin-bottom: 1.5em;
}

.ccfw-free-pro-upsell table {
	width: 100%;
	border: none;
	margin-bottom: 0;
}

.ccfw-free-pro-upsell table th,
.ccfw-free-pro-upsell table td {
	padding: 1.5em 0;
	border-bottom: 1px solid #eee;
	text-align: center;
	vertical-align: middle;
}

.ccfw-free-pro-upsell table tr:last-child td {
	border: none;
	padding-bottom: 0;
}

.ccfw-free-pro-upsell table .desc {
	width: 70%;
	text-align: left;
}

.ccfw-free-pro-upsell table th.desc {
	color: #999;
}

.ccfw-free-pro-upsell table th {
	border-top: 1px solid #eee;
	font-weight: 400;
	padding: 1em 0;
}

.ccfw-free-pro-upsell table h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 5px;
}

.ccfw-free-pro-upsell table p {
	margin-bottom: 0;
	color: #777;
	font-size: 15px;
}

.ccfw-free-pro-upsell i {
	color: #ff3439;
}

.ccfw-free-pro-upsell i.ion-ios-checkmark-outline {
	color: #00a878;
	font-size: 40px;
}

.ccfw-changelog h4 strong {
	font-weight: inherit;
	font-size: 80%;
	color: #999;
	margin-left: 10px;
	position: relative;
	top: -2px;
	font-weight: 400;
}

.ccfw-changelog ul {
	margin-bottom: 45px;
	margin-top: 15px;
}

.ccfw-changelog ul:last-child {
	margin-bottom: 25px;
}

.ccfw-changelog ul li {
	font-size: 16px;
	padding-left: 23px;
	position: relative;
}

.ccfw-changelog ul li:before {
	content: "\f375";
	font-family: "Ionicons";
	position: absolute;
	left: 0px;
	color: #999;
	top: 1px;
	font-size: 14px;
}

.ccfw-single-theme-features .elementor-section-stretched h2 {
	font-size: 38px;
	color: #fff;
	text-align: left;
	line-height: 1.4em;
	font-weight: 400;
}

.ccfw-single-theme-features .elementor-section-stretched p {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 1.55em;
	color: #fff;
	opacity: 0.88;
}

/* -- Pricing Table -- */

.cc-pricing-table {
	padding: 9.5rem 0 7rem 0;
	color: #333;
	background-color: #fff;
}

.pricing-column-professional {
	outline: 2px solid #333;
}

.pricing-column-inner {
	padding: 60px 0;
}

.pricing-column {
	text-align: center;
}

.cc-pricing-table h3 {
	display: inline-block;
	margin-bottom: 0;
	color: #111;
	margin: 0px;
}

.cc-pricing-table h5 {
	color: #999;
	margin-bottom: 24px;
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: inherit;
}

.cc-pricing-table .price {
	margin-bottom: 24px;
	color: #111;
}

.cc-pricing-table .amount {
	margin-left: -18px;
	font-size: 72px;
	letter-spacing: -0.02em;
	line-height: 3.789rem;
}

.cc-pricing-table .amount:before {
	content: "\FF04";
	position: relative;
	top: 16px;
	vertical-align: text-top;
	font-size: 24px;
	line-height: 1;
	margin-right: 3px;
	letter-spacing: -4px;
}

.cc-pricing-table .old-price.amount {
	font-size: 26px;
	position: absolute;
	opacity: 0.4;
	margin-left: 10px;
}

.cc-pricing-table .old-price.amount:before {
	font-size: 16px;
	top: 4px;
}

.cc-pricing-table .old-price.amount:after {
	content: "";
	height: 1px;
	display: inline-block;
	width: 105%;
	transform: rotate(-12deg);
	background: #555;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 8%;
}

.pricing-column ul {
	font-size: 16px;
	list-style: none;
	line-height: 2;
	padding: 0px;
}

.pricing-column ul li.not-included {
	color: #ccc;
}

.cc-pricing-table .footnote {
	margin-top: 24px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6em;
	color: #777;
}

.cc-pricing-table a.button {
	border-radius: 40px;
	background-color: #eee;
	color: #111;
	margin-top: 2.5rem;
	display: inline-block;
	padding: 15px 36px;
	line-height: 1.9;
	min-height: 3rem;
	min-width: 27rem;
	font-size: 19px;
	letter-spacing: -0.015em;
	transition: all 0.2s ease 0s;
	font-weight: 400;
}

.cc-pricing-table a.button i {
	margin-left: 6px;
}

.cc-pricing-table a.button:hover {
	transform: translateY(-3px);
}

.cc-pricing-table a.button.button-primary {
	background-color: #fc4c02;
	color: #fff;
}

.ccfw-money-back {
	padding-top: 40px;
	text-align: center;
}

.ccfw-money-back p {
	font-size: 20px;
	margin-bottom: 0.8em;
}

.ccfw-money-back img {
	max-height: 30px;
}

.cc-theme-information {
	padding: 2.7em 0em;
	background: #f2f2f2;
}

.cc-theme-information h5 {
	font-size: 18px;
	margin-bottom: -2px;
}

.cc-theme-information p {
	font-size: 15px;
	color: #777;
	margin-bottom: 0px;
}

.cc-theme-information p a {
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 2px;
	color: #777;
}

.cc-theme-information p a:hover,
.cc-theme-information p a:focus {
	color: #333;
	border-color: #ccc;
}

.sidebar p.ccfw-upgrade-copy {
	font-size: 15px;
	text-align: center;
}

.sidebar p.ccfw-upgrade-copy i {
	margin-right: 4px;
}

/* -- Free Theme: CTA at the bottom -- */

.section-divider {
	display: block;
	border: 0;
	margin: 0em 0 5em;
	text-align: center;
}

.section-divider:after {
	content: "";
	display: inline-block;
	color: rgba(0, 0, 0, 0.3);
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 0;
	width: 80px;
	border-top: 1px solid #e2e2e2;
}

.cc-theme-cta {
	text-align: center;
	padding-bottom: 10rem;
}

.cc-theme-cta h3 {
	margin-bottom: 45px;
}

.cc-theme-cta a.button {
	background-color: #eee;
	color: #111;
	border-radius: 3px;
	padding: 19px 32px;
	display: inline-block;
	text-align: center;
	transition: all 0.2s;
	letter-spacing: -0.02em;
	font-size: 18px;
	margin: 0px 5px;
}

.cc-theme-cta a.button.primary {
	background-color: #fc4c02;
	color: #fff;
}

.cc-theme-cta a.button:hover {
	transform: translateY(-4px);
}

/*--------------------------------------------------------------
6.3 Blog Pagination
--------------------------------------------------------------*/

.ccfw-blog-pagination ul {
	padding: 0px;
	margin: 0px;
}

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

.blog-pagination ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.ccfw-blog-pagination ul li.ccfw-pagination-next {
	float: right;
	margin-right: 0px;
}

.ccfw-blog-pagination ul li a {
	display: inline-block;
	background: #fff;
	padding: 12px 15px 12px 15px;
	font-size: 15px;
	color: inherit;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #eee;
}

.ccfw-blog-pagination ul li.active a {
	color: #07a7e3;
}

.ccfw-blog-pagination ul li.active a:hover {
	border-color: #eee;
}

.ccfw-blog-pagination ul li a:hover {
	border-color: #ccc;
}

/*--------------------------------------------------------------
6.4 Comments
--------------------------------------------------------------*/

.comments-area {
	display: block;
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 16px;
}

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

h3.comment-reply-title {
	margin-bottom: 0px;
}

#commentform {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

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

.content-area h2.comments-title {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 24px;
}

.comment-meta {
	padding-left: 60px;
	position: relative;
}

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

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

.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-meta .comment-metadata a {
	color: #888;
}

.comment-content {
	background-color: #fff;
	padding: 30px 30px 10px 30px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.comment-content:after {
	bottom: 100%;
	left: 18px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(245, 245, 245, 0);
	border-bottom-color: #fff;
	border-width: 9px;
	margin-left: -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;
}

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

.content-area .comment-list .children {
	margin: 4% 0 0 0;
	padding-left: 50px;
	border-left: solid 2px #f2f2f2;
}

@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;
}

.content-area .comment-list .reply a {
	color: #848a96;
}

.content-area .comment-list .reply a:hover {
	color: #343e47;
}

.comment-list .avatar {
	display: inline-block;
	border-radius: 50%;
	vertical-align: top;
	position: absolute;
	left: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	width: 40px;
}

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

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

.content-area h3.comment-reply-title small {
	position: absolute;
	right: 0px;
	margin-top: -2px;
}

.content-area h3.comment-reply-title {
	font-size: 24px;
	position: relative;
}

.comment-respond {
	margin-top: 60px;
}

.comment-respond h3.comment-reply-title {
	margin-bottom: 10px;
	font-weight: 400;
}

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

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

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

/* -- Form Submit -- */

p.form-submit {
	margin-bottom: 30px;
}

/* -- 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 -- */

.bypostauthor {
}

.author-info {
	overflow: hidden;
	padding: 45px 0px 45px 0px;
	border-bottom: 1px solid #eee;
}

.author-info h6 {
	margin-bottom: 7px;
	font-weight: 400;
}

.author-info p {
	margin-bottom: 0px;
	font-size: 16px;
}

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

.author-avatar img {
	border-radius: 50%;
	position: relative;
}

.author-description {
	width: calc(100% - 100px);
	float: right;
	position: relative;
}

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

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

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

@media only screen and (min-width: 768px) {
	.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: 0;
	}
}

.single-post img.attachment-post-thumbnail {
}

/* Single post sidebar author */

.single-post-meta {
	margin-bottom: 35px;
	padding-bottom: 20px;
	background: #fff;
	padding: 25px;
	margin-top: 15px;
}

.meta-author-box {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.meta-image {
	min-width: 64px;
	margin-right: 15px;
}

.meta-author-box h5,
.meta-author-box h6 {
	margin: 0px;
}

.meta-author-box h5 {
	font-size: 16px;
	line-height: 1.3em;
}

.single-post-meta p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.single-post-meta p a {
	border-bottom: 1px solid #eee;
}

.single-post-meta img {
	border-radius: 50%;
	max-width: 64px;
}

.single-post-meta h6 {
	font-size: 13px;
	font-weight: 400;
	margin-top: 1px;
}

.single-post-meta .byline {
	display: none;
}

.single-post-meta .comments-link {
	margin: 0;
}

.single-post-meta .posted-on a,
.single-post-meta .comments-link a {
	color: #888;
	font-size: 14px;
}

.single-post-meta .posted-on a:before {
	font-family: "Ionicons";
	content: "\f117";
	margin-right: 9px;
	color: #ccc;
}

.single-post-meta .posted-on a:hover,
.single-post-meta .comments-link a:hover {
	color: #111;
}

.single-post-meta .posted-on a:after {
	content: ",";
	margin-right: 7px;
}

/* -- Single Post - Share Feature at the bottom -- */

.single-post .ccfw-content {
	padding-bottom: 20px;
}

.ccfw-follow-us {
	padding: 37px 35px 35px 35px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-top: 15px;
	display: table;
	width: 100%;
}

.ccfw-follow-us h5 {
	margin-top: 0px;
}

.ccfw-follow-us p {
	color: #777;
	margin-bottom: 0px;
}

.ccfw-follow-us .ccfw-copy,
.ccfw-follow-us .ccfw-socials {
	display: table-cell;
	vertical-align: middle;
}

.ccfw-follow-us .ccfw-copy p {
	padding-right: 40px;
}

.ccfw-follow-us .ccfw-socials {
	width: 260px;
	text-align: right;
}

.ccfw-follow-us a {
	color: #fff;
	padding: 9px 26px;
	border-radius: 40px;
	margin-left: 6px;
	display: inline-block;
}

.ccfw-follow-us a:hover {
	opacity: 0.9;
}

.ccfw-follow-us a.ccfw-twitter {
	background-color: #55acee;
}

.ccfw-follow-us a.ccfw-facebook {
	background-color: #3b5999;
}

.ccfw-follow-us a.ccfw-facebook:before {
	content: "\f231";
	font-family: "Ionicons";
	margin-right: 10px;
}

.ccfw-follow-us a.ccfw-twitter:before {
	content: "\f243";
	font-family: "Ionicons";
	margin-right: 10px;
}

/*--------------------------------------------------------------
6.5 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: 30px;
}

.widget p {
	font-weight: 400;
}

.ccfw-footer-msg .widget {
	margin-bottom: 0;
}

h4.widget-title {
	font-size: 17px;
	margin-bottom: 18px;
	line-height: 1.4em;
	font-weight: 400;
}

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

/* -- Dark Feature -- */

.widget.dark {
	background: #222;
	padding: 30px;
}

.widget.dark h4,
.widget.light h4 {
	font-size: 20px;
}

.widget.dark .mc4wp-form input {
	height: 46px;
}

.widget.dark .mc4wp-form input[type="email"] {
	border: none;
	border-radius: 2px;
	text-align: center;
}

.widget.dark .mc4wp-form input[type="submit"] {
	width: 100%;
	background-color: #fc4c02;
	letter-spacing: -0.02em;
}

.widget.dark h4,
.widget.dark p {
	color: #fff;
}

.widget.dark .mc4wp-form p {
	display: block;
	margin-bottom: 7px;
}

/* Widget: Light */

.widget.light {
	background: #fff;
	padding: 25px;
}

/* -- Widget: Popular Posts (custom) -- */

.widget .textwidget p.title {
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 1.45em;
}

.widget .textwidget ul.list li a {
	font-size: 15px;
}

.widget a {
	font-weight: 400;
}

.widget .textwidget small {
	font-size: 14px;
	line-height: 1.5em;
	display: block;
}

.widget .textwidget .sidebar-cta a {
	color: #fff;
	background-color: #fc4c02;
	font-size: 13px;
	border-radius: 2px;
	padding: 6px 12px;
	font-weight: 400;
	display: inline-block;
	margin-top: -10px;
}

.widget .textwidget .sidebar-cta a:hover {
	transform: translateY(-3px);
}

/* -- Widget: Recent Comments -- */

.widget li.recentcomments {
	padding-top: 12px;
	margin-top: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* -- Widget: Tags -- */

.widget_tag_cloud a,
.widget_product_tag_cloud a {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.05);
	color: inherit;
	margin: 2px 0px;
	font-size: 12px !important;
	opacity: 0.8;
	padding: 3px 9px;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover {
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 1;
}

/* -- Widget: Recent Posts -- */

.widget_recent_entries li .post-date {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 400;
	opacity: 0.6;
	position: relative;
}

/* -- Widget: Categories and Archives -- */

.widget_categories li,
.widget_archive li,
.widget .textwidget ul.list li,
.widget_recent_entries li {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	line-height: 1.5em;
	font-weight: 400;
	font-size: 15px;
}

.widget_categories li {
	margin-top: 4px;
	border: none;
	padding-top: 0px;
}

.widget_categories li.current-cat a {
	color: #111;
}

.widget_categories li a,
.widget_archive li a,
.widget .textwidget ul.list li a,
.widget_recent_entries li a {
	display: block;
}

/* -- Widget: Listings -- */

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
	color: #888;
	margin-bottom: 3px;
}

/* -- Widget: Advanced Sidebar Listings -- */

.advanced-sidebar-menu {
	margin-top: 15px;
}

.advanced-sidebar-menu ul li {
	display: block;
}

.advanced-sidebar-menu ul li.current_page_item > a,
.advanced-sidebar-menu ul li.current_page_item > a:hover,
.advanced-sidebar-menu ul li.current_page_parent > a,
.advanced-sidebar-menu ul li.current_page_parent > a:hover {
	background-color: #f7c51e;
	border-color: #f7c51e;
	color: #000;
	position: relative;
	z-index: 2;
	margin-top: -1px;
}

.sidebar.right-sidebar .advanced-sidebar-menu ul li > a:hover {
	border-color: #117abc;
}

.advanced-sidebar-menu ul > li > a:hover {
	background-color: #f1f1f1;
}

.advanced-sidebar-menu ul li {
	margin-bottom: 0px;
}

.advanced-sidebar-menu ul {
	border-top: 1px solid #eee;
}

.advanced-sidebar-menu ul li a {
	color: #343434;
	padding: 17px 12px 17px 16px;
	display: block;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	font-size: 16px;
	transition: all 0.25s ease-in-out;
}

.advanced-sidebar-menu ul > li > a:hover,
.sidebar.right-sidebar .advanced-sidebar-menu ul > li > a:hover {
	background-color: #f7f7f7;
	border-left-color: #f7c51e;
}

.advanced-sidebar-menu ul ul.children {
	margin-top: -16px;
	padding-bottom: 16px;
	background: #f7c51e;
	position: relative;
	z-index: 2;
	border: none;
}

.advanced-sidebar-menu ul ul.children li a {
	padding-top: 8px;
	padding-bottom: 0px;
	font-size: 14px;
	border-bottom: none;
	background: #f7c51e;
	border-color: #f7c51e;
	color: #111;
}

.advanced-sidebar-menu ul ul.children li a:before {
	content: "\f125";
	font-family: "Ionicons";
	font-style: normal;
	font-size: 9px;
	margin-left: 1px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

/* -- Widget: Social media icons widget (Jetpack) -- */

.widget_wpcom_social_media_icons_widget ul {
	margin-top: 20px;
}

.widget.widget_wpcom_social_media_icons_widget li {
	margin-right: 0.7em;
}

.widget_wpcom_social_media_icons_widget ul li a {
	font-size: 18px;
}

/* -- 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: Sidebar Feature -- */

.ccfw-content .widget_text.widget h4 {
	margin-bottom: 15px;
}

.ccfw-content .widget_text.widget img {
	margin-bottom: 7px;
}

.sidebar {
	position: static;
}

.single-coupon .ccfw-content {
	padding-bottom: 60px;
}

.ccfw-single-coupon {
	padding: 40px;
	border: 3px dashed #e2e2e2;
	display: table;
	margin-bottom: 45px;
}

.ccfw-single-coupon-image,
.ccfw-single-coupon-text {
	display: table-cell;
	vertical-align: middle;
}

.ccfw-single-coupon-image {
	width: 40%;
}

.ccfw-single-coupon-image img {
	padding-right: 40px;
  width: 100%;
}

.ccfw-single-coupon-text {
	width: 60%;
}

.content-area .ccfw-single-coupon-text h5 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.content-area .ccfw-single-coupon-text h5 span {
	font-size: 13px;
	color: #fff;
	padding: 7px 12px;
	border-radius: 2px;
	background: #e3073b;
	position: relative;
	top: -4px;
	margin-left: 12px;
	font-weight: 400;
}

.content-area .ccfw-single-coupon-text p {
	font-size: 16px;
}

.content-area .ccfw-single-coupon-text p:last-child {
	margin-bottom: 0px;
}

.content-area .ccfw-single-coupon-text a.button {
	text-decoration: none;
	padding: 13px 20px;
	background: #77cc6d;
	border-radius: 3px;
	font-size: 18px;
	display: block;
	transition: all 0.5s;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: none;
	text-align: center;
	box-shadow: none;
	border: none;
}

body .elementor-testimonial-wrapper .elementor-testimonial-content {
	line-height: 1.5em;
}

.content-area .ccfw-single-coupon-text a.button:hover {
	background-color: #5fb854;
}

.ccfw-browser {
	border-top: 32px solid #111;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-bottom: 30px;
	position: relative;
}

.ccfw-browser:before,
.ccfw-browser:after,
.ccfw-browser span:before,
.theme-list .listing-item a.image:before,
.theme-list .listing-item a.image:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: -18px;
}

.ccfw-browser:before,
.theme-list .listing-item a.image:before {
	background-color: #bbb;
	left: 12px;
}

.ccfw-browser:after,
.theme-list .listing-item a.image:after {
	background-color: #cbcbcb;
	left: 25px;
}

.ccfw-browser span:before {
	background-color: #cbcbcb;
	left: 38px;
}

.theme-mobile .ccfw-browser {
	border-top-width: 22px;
}

.theme-mobile .ccfw-browser:before,
.theme-mobile .ccfw-browser:after,
.theme-mobile .ccfw-browser span:before {
	width: 4px;
	height: 4px;
	top: -13px;
}

.theme-mobile .ccfw-browser:after {
	left: 22px;
}

.theme-mobile .ccfw-browser span:before {
	left: 32px;
}

/* -- Widget: Selects -- */

.widget select {
	max-width: 100%;
	width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS */
	.widget select {
		padding-right: 0px;
		background-image: none;
	}
}

/*-------------------------------------------------------------------------*/
/*  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 {
	content: "\f002";
	position: absolute;
	top: 0px;
	right: 13px;
	font-weight: 400;
	font-family: "FontAwesome";
	z-index: 0;
	color: #111;
	background: #fff;
	padding: 4px;
	font-size: 13px;
	height: 44px;
	margin-top: 1px;
	line-height: 44px;
}

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

/* -- Show/Hide Search bar -- */

.ccfw-search-bar {
	background-color: #222;
	display: none;
}

.ccfw-search-bar .container {
	width: auto;
}

.ccfw-search-bar input.search-field {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 22px;
	padding: 0px 10px;
	line-height: 40px;
	height: 40px;
}

.ccfw-search-bar .site-search {
	padding-top: 20px;
	padding-bottom: 20px;
}

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

.ccfw-search-bar .search-form input.search-submit {
	height: 60px;
}

.ccfw-search-bar .search-form:before {
	content: "\f30f";
	font-family: "Ionicons";
	color: #fff;
	font-size: 24px;
	background: transparent;
	right: 0px;
	height: 40px;
	margin-top: -3px;
	line-height: 40px;
}

.blog-menu > li.search.active > a:before {
	content: "\f2d7";
}

/* -- Search Results -- */

body.search .blog-menu > li.current_page_parent > a {
	color: #ccc;
}

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

body.search-results .site-main h2 a {
	color: #111;
}

body.search-results .content-area article {
	padding-top: 35px;
	border: none;
	border-top: 1px solid #f1f1f1;
	margin-top: 40px;
	margin-bottom: 0px;
	padding: 0px;
	box-shadow: none;
}

body.search-results .content-area article h2 {
	font-size: 30px;
	margin-bottom: 15px;
	padding-top: 40px;
}

body.search-results .content-area article p {
	margin-bottom: 0px;
}

body.search-results .content-area article:first-child {
	margin-top: 0px;
	border: none;
}

body.search-results .content-area article:first-child h2 {
	padding-top: 0px;
}

body.search-results .ccfw-entry-meta {
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: -8px;
	font-weight: 400;
}

body.search-results .ccfw-blog-pagination {
	margin-top: 70px;
}

body.search-results .content-area {
	padding-bottom: 70px;
}

/* -- 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;
}

/*-------------------------------------------------------------------------*/
/*  9.0  Footer
/*-------------------------------------------------------------------------*/

/* -- Below Content -- */

.below-content {
	background-image: url(images/texture_dots.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #8e3581;
	background-size: 37.5rem;
	color: #fff;
	padding: 70px 0px 65px 0px;
}

.below-content .widget {
	margin-bottom: 0px;
}

.below-content img {
	border-radius: 50%;
	max-width: 120px;
	float: left;
	position: absolute;
	left: 0px;
	top: 3px;
}

@media only screen and (min-width: 1400px) {
	.below-content img {
		top: -5px;
	}
}

.below-content h3 {
	color: #fff;
}

.below-content p {
	margin-bottom: 0px;
	opacity: 0.88;
	font-size: 16px;
	font-weight: 400;
}

.below-content p a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	margin-left: 5px;
}

.below-content p a:hover {
	border-color: rgba(255, 255, 255, 1);
}

.below-content .below-content-copy {
	position: relative;
	padding-left: 160px;
}

/* -- First Footer -- */

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

.ccfw-first-footer-wrapper .widget {
	margin-bottom: 0px;
}

.ccfw-first-footer-wrapper .first-footer-1 .widget p a {
	opacity: 0.7;
}

.ccfw-first-footer-wrapper iframe {
	margin-top: 25px;
	margin-bottom: -40px;
}

.ccfw-footer-container h4 {
	margin-bottom: 25px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

.ccfw-footer-container .textwidget {
	line-height: 1.6;
	margin-bottom: 20px;
	color: #fff;
}

.ccfw-footer-container a {
	color: #fff;
}

.ccfw-footer-container li a:hover {
	opacity: 0.7;
}

.ccfw-first-footer-wrapper ul li {
	margin-bottom: 4px;
	position: relative;
	padding-left: 18px;
	padding-top: 11px;
	margin-top: 9px;
	border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.ccfw-first-footer-wrapper li:before {
	margin-right: 8px;
	position: absolute;
	top: 18px;
	margin-top: 2px;
	left: 0px;
	content: "";
	width: 5px;
	height: 5px;
	background: #07a7e3;
	text-indent: -999px;
	border-radius: 50%;
}

.ccfw-first-footer-wrapper .textwidget p.social i {
	font-size: 20px;
	margin-right: 10px;
}

.first-footer-2,
.first-footer-3 {
	padding-left: 25px;
	padding-right: 25px;
}

.ccfw-footer-container .featured .textwidget {
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.065);
	border-radius: 3px;
}

/* -- Footer Widget: Contact Details -- */

.ccfw-first-footer-wrapper .textwidget p.with-icon {
	padding-left: 28px;
	position: relative;
	margin-bottom: 15px;
}

.ccfw-first-footer-wrapper .textwidget p.with-icon i {
	font-size: 20px;
	position: absolute;
	top: -3px;
	left: 0px;
}

.ccfw-first-footer-wrapper .textwidget small {
	display: block;
	opacity: 0.6;
	font-size: 85%;
}

.ccfw-first-footer-wrapper .textwidget .col-lg-10 {
	padding-left: 0px;
}

/* -- Second Footer -- */

.ccfw-second-footer-wrapper {
	background: #232323;
	border-top: 1px solid #333;
	padding: 35px 0px 0px 0px;
}

.ccfw-second-footer-wrapper .sub-footer-1 .textwidget {
	padding-left: 0px;
}

.ccfw-second-footer-wrapper .textwidget {
	font-size: 14px;
}

.ccfw-second-footer-wrapper .textwidget img {
	margin-right: 15px;
	position: absolute;
	top: -2px;
	height: 26px;
	left: 15px;
}

.ccfw-second-footer-wrapper .widget {
	margin-bottom: 30px;
}

.ccfw-second-footer-wrapper ul {
	margin: 0px;
}

.ccfw-second-footer-wrapper ul {
	text-align: right;
}

.ccfw-second-footer-wrapper ul li {
	display: inline;
	margin-left: 15px;
}

.review-links li a {
	background: none;
}

.collection-button {
	display: inline-block;
	width: auto;
	text-decoration: none;
	padding: 13px 40px;
	background: inherit !important;
	border-radius: 3px;
	font-size: 18px;
	transition: all 0.5s;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: none;
	text-align: center;
	text-shadow: none !important;
	background-color: #77cc6d !important;
	padding-bottom: 13px !important;
	line-height: 1 !important;
}

.collection-button:hover {
	background-color: #5fb854 !important;
	color: #fff;
}

.ccfw-collection-img:before {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	height: 26px;
	content: "\25CF \25CF \25CF";
	font-size: 23px;
	color: rgba(255, 255, 255, 0.34);
	letter-spacing: 2px;
	padding-left: 8px;
	line-height: 28px;
	font-size: 12px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
	text-align: left;
}

.ccfw-collection-img {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 26px;
	border-radius: 4px 4px 0 0;
	background: -webkit-linear-gradient(top, #e2e1e1, #c5c5c5 26px, #d4d4d4);
	background: -o-linear-gradient(top, #e2e1e1, #c5c5c5 26px, #d4d4d4);
	background: linear-gradient(to bottom, #e2e1e1, #c5c5c5 26px, #d4d4d4);
}

.ccfw-collection-img:after {
	position: absolute;
	content: " ";
	top: 26px;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.content-area img.collection-toolbar {
	margin-top: 0;
	margin-bottom: 0;
}

/* -- Landing Pages -- */

.sticky .textwidget a {
	display: block;
}

.ccfw-content .sticky.widget_text.widget img {
	margin: 0px;
}

.sticky .textwidget img {
	display: block;
}

.single-theme .theme-mobile {
	max-width: 230px;
}

.single-theme.theme-jefferson .theme-mobile {
	max-width: 220px;
}

img.img-shadow {
	box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.08);
	margin-top: 35px !important;
}

body.page-template-elementor_canvas .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 20px 40px;
}

.free-pro-table {
	margin-bottom: 20px;
	border: none;
}

.free-pro-table td {
	border-top: 1px solid #f2f2f2;
	padding: 25px 0 25px 0;
	color: #888;
	font-weight: 100;
}

.free-pro-table th {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	padding: 20px 0px 16px 0;
	border-top: 1px solid #f2f2f2;
}

.free-pro-table h3 {
	margin: 0;
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: 400;
}

.free-pro-table .only-lite,
.free-pro-table .only-pro {
	text-align: center;
	width: 15%;
	vertical-align: middle;
	font-size: 30px;
}

.free-pro-table .only-lite i {
	color: #46da60;
}

.free-pro-table .only-pro i {
	color: #ff4954;
}

/* Deals */

.content-area article h4.ccfw-deal-title {
	margin-top: 0;
}

.ccfw-deal-code {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	padding: 9px 0px;
}

.content-area .ccfw-single-coupon-text h5.ccfw-deal-code span {
	font-size: 16px;
	color: #fff;
	background: #000;
	font-weight: 400;
	top: inherit;
}

.content-area .ccfw-single-deal h5 {
	margin-bottom: 20px;
}

.ccfw-deal .tve-leads-in-content {
	display: none !important;
}

/* -- Holler Box -- */

body .hwp-row {
	font-size: 13px;
	padding-left: 75px;
}

body .hwp-row a {
	text-decoration: underline;
}

body .holler-box .avatar {
	display: none;
}

body .holler-box img {
	border-radius: 100px;
	margin-right: 15px;
	height: 50px;
	width: 50px;
	float: left;
	position: absolute;
	left: 20px;
}

.hwp-powered-by {
	display: none;
}

/* -- Promo Box -- */

.show-promo-box .promo-box-cc {
	display: block;
	opacity: 1;
}

.promo-box-cc img {
	border-radius: 100px;
	margin-right: 15px;
	height: 50px;
	width: 50px;
	top: 20px;
	position: absolute;
	left: 20px;
	margin-top: 5px;
}

.promo-box-cc p {
	line-height: 1.5;
	font-size: 13px;
	margin: 0;
}

.close-promo {
	position: absolute;
	top: 3px;
	right: 6px;
	font-size: 13px;
	cursor: pointer;
	color: #111;
}

.message {
	position: fixed;
	z-index: 99997;
	width: 280px;
	height: auto;
	border-radius: 3px;
	padding: 25px 15px 20px 15px;
	overflow: auto;
	border: 1px solid #eee;
	box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.06);
	transition: all 0.8s;
	box-sizing: border-box;
	background-color: #fff;
	bottom: 15px;
	left: 15px;
	padding-left: 90px;
	display: none;
	opacity: 0;
}

.close {
	color: #f00;
	position: absolute;
	text-transform: lowercase;
	right: 20px;
	font-size: 1.5em;
	top: 10px;
	line-height: 1;
}

.message.hide-promo {
	display: none !important;
	opacity: 0;
}

/* -- WPfomify -- */

body .ibx-wpfomo-floating-button-wrap p {
	font-size: 15px;
	margin: 0px;
}

body .ibx-fomo-bar-wrapper .ibx-fomo-bar-text {
	font-size: 15px;
	font-weight: 400;
}

body .ibx-fomo-bar-wrapper .ibx-fomo-bar-button {
	font-size: 14px;
	font-weight: 400;
	padding: 10px 12px;
}

body .ibx-fomo-bar-wrapper .ibx-fomo-countdown-text,
body .ibx-fomo-bar-wrapper .ibx-fomo-countdown-wrapper #ibx-fomo-countdown-time span {
	font-weight: 500;
}

body .ibx-fomo-bar-text a {
	border-bottom: 1px solid;
}

.ibx-fomo-countdown-text:before {
	content: "\f141";
	font-family: "Ionicons";
	margin-right: 6px;
	color: #fe0120;
}

/* -- Hide on Checkout -- */

.edd-checkout #drift-widget-container,
.edd-success #drift-widget-container,
.page-purchase-confirmation #drift-widget-container {
	display: none !important;
	opacity: 0;
}

del {
	opacity: 0.3;
	margin-right: 4px;
	font-weight: 400;
}

body div.edd-cm-message {
	background-color: #f4f4f4;
	border: none;
	border-top: 2px solid #07a7e3;
	text-align: center;
	padding: 40px;
}

body div.edd-cm-message h2 {
	margin-top: 0px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}

body div.edd-cm-message p {
	font-size: 16px;
}

body div.edd-cm-message a.button {
	background: #07a7e3;
	color: #fff;
	padding: 10px 20px;
	border-radius: 3px;
	font-size: 16px;
	display: inline-block;
	margin-top: 20px;
}

.eddr-cart-item-notice em {
	display: none;
}

#edd_checkout_cart td.edd_cart_item_name {
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}

.content-area .edd_cart_item ul {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content-area .edd_cart_item ul li {
	margin-bottom: 0px;
	list-style: none;
}

.content-area .edd_cart_item ul li:before {
	content: "\f120";
	color: #2bc112;
	top: 1px;
	position: relative;
	border: none;
	font-family: Ionicons;
	margin-right: 10px;
}

.highlighted {
	border-radius: 1em 0 1em 0;
	background-image: linear-gradient(-100deg, rgba(250, 247, 133, 0.3), rgba(250, 247, 133, 0.7) 95%, rgba(250, 247, 133, 0.1));
}

.pricing-column .highlighted {
	padding: 5px 10px;
	font-weight: inherit;
}

/* Checkout - include what is included within the Club package */

table#edd_checkout_cart tr[data-download-id="72646"] span.edd_checkout_cart_item_title,
table#edd_checkout_cart tr[data-download-id="72648"] span.edd_checkout_cart_item_title {
	padding-left: 25px;
}

body #edd_checkout_cart tr[data-download-id="72646"] td img,
body #edd_checkout_cart tr[data-download-id="72648"] td img {
	width: 130px;
}

table#edd_checkout_cart tr[data-download-id="72646"] span:after,
table#edd_checkout_cart tr[data-download-id="72648"] span:after {
	content: "Includes: Production Pro, Clinic Pro, StartRight Pro, Judgement Pro, Jefferson Pro, Magnetism Pro";
	display: block;
	width: 80%;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin-top: 5px;
}

/* Lifetime */
table#edd_checkout_cart tr[data-download-id="72648"] span.edd_checkout_cart_item_title:before {
	content: "Lifetime support included";
	display: block;
	font-size: 13px;
	color: #1b9532;
}

.home .ccfw-content,
.page-id-72554 .ccfw-content {
	background-color: #fff;
}

.simple-link a {
	border-bottom: 1px solid #ccc;
}

.simple-link a:hover {
	border-color: #999;
}

.underline--magical {
	background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
	background-repeat: no-repeat;
	background-size: 100% 0.2em;
	background-position: 0 88%;
	transition: background-size 0.25s ease-in;
}
.underline--magical:hover {
	background-size: 100% 88%;
}

.ccfw-page-title span.posted-on time,
.ccfw-page-title span.author {
	padding-right: 10px;
}

.ccfw-page-title span.byline {
	margin-left: -2px;
	margin-right: 3px;
	letter-spacing: 0.06em;
}

.ccfw-page-title span.byline .author {
	letter-spacing: 0;
}

.ccfw-page-title span.posted-on time:after,
.ccfw-page-title span.author:after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.dot-post-bottom,
.dot-post-top {
	opacity: 0.75;
	height: 450px;
	width: 100%;
	z-index: -2;
}

.dot-post-top {
	top: -55px;
	right: -50px;

	-webkit-transform: translateX(45%);
	transform: translateX(45%);
}

.dot-blue {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='2' cy='2' r='2' opacity='.45' fill='%23d5defd'/%3E%3C/svg%3E");
}

.dot {
	position: absolute;
	display: block;
	background-repeat: repeat;
	background-size: 10px 10px;
	pointer-events: none;
	z-index: 0;
}

.elementor-shortcode .display-posts-listing {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.elementor-shortcode .display-posts-listing li.listing-item {
	width: 25%;
	padding: 0 15px;
	float: left;
	list-style: none;
	margin: 0;
}

.elementor-shortcode .display-posts-listing li .date {
	display: block;
	color: #888;
	margin: 15px 0 5px 0;
	font-size: 14px;
}

.elementor-shortcode .display-posts-listing li .title {
	font-size: 18px;
	display: block;
	line-height: 1.47em;
}

.elementor-shortcode .display-posts-listing.secondary-posts {
	position: relative;
	margin-top: 50px;
	overflow: visible;
	clear: both;
}

.elementor-shortcode .display-posts-listing.secondary-posts:before {
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	margin-left: 15px;
	background: #eee;
	position: absolute;
	display: block;
	top: -18px;
}

/* Exit popup */

#news-signup {
	position: fixed;
	width: 100%;
	visibility: hidden;
	z-index: 10002;
	top: 100px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

#news-signup .wrapper {
	background: #948e99;
	background: -webkit-linear-gradient(to left, #252b33, #2e1437);
	background: linear-gradient(to left, #252b33, #2e1437);
	position: relative;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
	width: 98%;
	padding: 20px 50px;
}

#news-signup_bg {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.4;
	z-index: 10001;
}

#news-signup_close {
	position: absolute;
	left: 100%;
	margin: -10px 0 0 -30px;
	width: 20px;
	height: 20px;
	color: #fff;
	opacity: 0.3;
	cursor: pointer;
}

#news-signup_close::before {
	content: "×";
}

#news-signup_close:hover {
	opacity: 0.8;
}

#news-signup .newsletter-content {
	padding: 50px 3px;
	margin: 0 auto;
}

#news-signup .newsletter-content h2 {
	color: #fff;
	text-align: center;
	margin: 0 auto 15px;
	text-transform: uppercase;
}

#news-signup .signup-form__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#news-signup .newsletter-content p {
	color: #919ea8;
}

#news-signup .signup-form__email {
	width: 65%;
}

#news-signup .signup-form__input--email {
	width: 100%;
}

#news-signup .signup-form__button {
	width: 35%;
}

#news-signup .newsletter-content form {
	margin: 0;
	padding: 0;
	width: 90%;
}

#news-signup input, #news-signup button {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  resize: none;
  -webkit-font-smoothing: antialiased;
}

#news-signup p.button input{
  display: inline-block;
  background: #24a3d8;
  border: 0;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  cursor: pointer;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s
}

#news-signup form input[type=text] {
  background: #fff;
  line-height: 1em;
  border: 1px solid #d4d7da;
  height: 50px
}

#news-signup p.button input:hover {
  background: #FF9000
}

/* #news-signup .newsletter-content form p:not(.button) input {
	margin: 0;
	padding: 12px 15px !important;
	border-color: #d0d5d8;
} */

#news-signup .newsletter-content form .button input {
	width: 100%;
	padding: 18px 25px 16px !important;
}

#news-signup .newsletter-content p.footnote {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.8;
	color: #abb0b7;
	margin-bottom: 0;
}

@media screen and (min-width: 800px) {
	#news-signup .wrapper {
		width: 800px;
		margin: 7% auto;
	}
	#news-signup .newsletter-content form .button input {
		margin: 0;
	}
	#news-signup .newsletter-content form .button {
		margin-left: 15px;
	}
	#news-signup .newsletter-content form {
		width: auto;
	}
	#news-signup .newsletter-content form p {
		margin: 0;
	}
	#news-signup .newsletter-content form p:not(.button) {
	}

	.newsletter-content form p:not(.button) input {
		margin: 0 15px 0 0;
	}
}

body .edd_sl_license_row input.edd_sl_license_key {
	font-size: 13px;
	padding: 4px;
	min-width: 200px;
}

/* Boxzilla */

.boxzilla-container .boxzilla {
	padding: 0;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.25);
}

.boxzilla-container .boxzilla p .alignleft,
.boxzilla-container .boxzilla p .size-full {
	margin: 0;
}

.boxzilla-container .boxzilla-close-icon {
	color: #fff;
    opacity: .9;
}

body .boxzilla-content>:last-child {
	line-height: 0;
}

/* Mailpoet */
.mailpoet_form {
    display: flex;
    width: 100% !important;
    margin-bottom: 20px;
}

p.mailpoet_paragraph:first-of-type {
	width: 65%;
}

p.mailpoet_paragraph:nth-of-type(2) {
	width: 35%;
	margin-left: 15px !important;
}

input.mailpoet_text, .mailpoet_text {
	width: 100% !important;
}

input.mailpoet_text {
	padding: 12px 15px !important;
	border-color: #d0d5d8;
}

#news-signup .newsletter-content form .mailpoet_submit {
    display: inline-block;
    background: #24a3d8;
    border: 0;
    color: #fff;
    line-height: 1em;
    font-weight: 400;
    cursor: pointer;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
    padding: 18px 25px 16px !important;
    width: 100% !important;
}

#news-signup .newsletter-content form .mailpoet_submit:hover {
    background: #ff9000;
}