/*!
Theme Name: pentoprint
Theme URI: Pen To Print
Author: Pen To Print
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pentoprint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/* Theme CSS Define Here */
/* NORMALIZE
-------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

html,
body {
	height: 100%
}

body {
	line-height: 1.5;
	/* font-synthesis: none; */
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

img,
picture,
video,
canvas,
svg {
	display: block;
	vertical-align: middle;
	border-style: none;
	max-width: 100%
}

figure {
	margin: 0 0 1rem
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word
}

table {
	border-collapse: collapse
}

th {
	text-align: inherit
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

a,
input,
button,
textarea,
select {
	font: inherit;
	outline: 0
}

#root,
#__next {
	isolation: isolate
}


@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Medium.eot');
	src: url('assets/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-Medium.woff2') format('woff2'),
		url('assets/fonts/Montserrat-Medium.woff') format('woff'),
		url('assets/fonts/Montserrat-Medium.ttf') format('truetype'),
		url('assets/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Light.eot');
	src: url('assets/fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-Light.woff2') format('woff2'),
		url('assets/fonts/Montserrat-Light.woff') format('woff'),
		url('assets/fonts/Montserrat-Light.ttf') format('truetype'),
		url('assets/fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Regular.eot');
	src: url('assets/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-Regular.woff2') format('woff2'),
		url('assets/fonts/Montserrat-Regular.woff') format('woff'),
		url('assets/fonts/Montserrat-Regular.ttf') format('truetype'),
		url('assets/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-ExtraBold.eot');
	src: url('assets/fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
		url('assets/fonts/Montserrat-ExtraBold.woff') format('woff'),
		url('assets/fonts/Montserrat-ExtraBold.ttf') format('truetype'),
		url('assets/fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-SemiBold.eot');
	src: url('assets/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-SemiBold.woff2') format('woff2'),
		url('assets/fonts/Montserrat-SemiBold.woff') format('woff'),
		url('assets/fonts/Montserrat-SemiBold.ttf') format('truetype'),
		url('assets/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Bold.eot');
	src: url('assets/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-Bold.woff2') format('woff2'),
		url('assets/fonts/Montserrat-Bold.woff') format('woff'),
		url('assets/fonts/Montserrat-Bold.ttf') format('truetype'),
		url('assets/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Italic.eot');
	src: url('assets/fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-Italic.woff2') format('woff2'),
		url('assets/fonts/Montserrat-Italic.woff') format('woff'),
		url('assets/fonts/Montserrat-Italic.ttf') format('truetype'),
		url('assets/fonts/Montserrat-Italic.svg#Montserrat-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-ExtraBoldItalic.eot');
	src: url('assets/fonts/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
		url('assets/fonts/Montserrat-ExtraBoldItalic.woff') format('woff'),
		url('assets/fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype'),
		url('assets/fonts/Montserrat-ExtraBoldItalic.svg#Montserrat-ExtraBoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-SemiBoldItalic.eot');
	src: url('assets/fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
		url('assets/fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
		url('assets/fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'),
		url('assets/fonts/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic') format('svg');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-BlackItalic.eot');
	src: url('assets/fonts/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-BlackItalic.woff2') format('woff2'),
		url('assets/fonts/Montserrat-BlackItalic.woff') format('woff'),
		url('assets/fonts/Montserrat-BlackItalic.ttf') format('truetype'),
		url('assets/fonts/Montserrat-BlackItalic.svg#Montserrat-BlackItalic') format('svg');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-MediumItalic.eot');
	src: url('assets/fonts/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-MediumItalic.woff2') format('woff2'),
		url('assets/fonts/Montserrat-MediumItalic.woff') format('woff'),
		url('assets/fonts/Montserrat-MediumItalic.ttf') format('truetype'),
		url('assets/fonts/Montserrat-MediumItalic.svg#Montserrat-MediumItalic') format('svg');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-BoldItalic.eot');
	src: url('assets/fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-BoldItalic.woff2') format('woff2'),
		url('assets/fonts/Montserrat-BoldItalic.woff') format('woff'),
		url('assets/fonts/Montserrat-BoldItalic.ttf') format('truetype'),
		url('assets/fonts/Montserrat-BoldItalic.svg#Montserrat-BoldItalic') format('svg');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-ExtraLightItalic.eot');
	src: url('assets/fonts/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'),
		url('assets/fonts/Montserrat-ExtraLightItalic.woff') format('woff'),
		url('assets/fonts/Montserrat-ExtraLightItalic.ttf') format('truetype'),
		url('assets/fonts/Montserrat-ExtraLightItalic.svg#Montserrat-ExtraLightItalic') format('svg');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Catamaran';
	src: url('assets/fonts/Catamaran-Medium.eot');
	src: url('assets/fonts/Catamaran-Medium.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Catamaran-Medium.woff2') format('woff2'),
		url('assets/fonts/Catamaran-Medium.woff') format('woff'),
		url('assets/fonts/Catamaran-Medium.ttf') format('truetype'),
		url('assets/fonts/Catamaran-Medium.svg#Catamaran-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Catamaran';
	src: url('assets/fonts/Catamaran-Light.eot');
	src: url('assets/fonts/Catamaran-Light.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Catamaran-Light.woff2') format('woff2'),
		url('assets/fonts/Catamaran-Light.woff') format('woff'),
		url('assets/fonts/Catamaran-Light.ttf') format('truetype'),
		url('assets/fonts/Catamaran-Light.svg#Catamaran-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Catamaran';
	src: url('assets/fonts/Catamaran-Regular.eot');
	src: url('assets/fonts/Catamaran-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Catamaran-Regular.woff2') format('woff2'),
		url('assets/fonts/Catamaran-Regular.woff') format('woff'),
		url('assets/fonts/Catamaran-Regular.ttf') format('truetype'),
		url('assets/fonts/Catamaran-Regular.svg#Catamaran-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Catamaran';
	src: url('assets/fonts/Catamaran-SemiBold.eot');
	src: url('assets/fonts/Catamaran-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Catamaran-SemiBold.woff2') format('woff2'),
		url('assets/fonts/Catamaran-SemiBold.woff') format('woff'),
		url('assets/fonts/Catamaran-SemiBold.ttf') format('truetype'),
		url('assets/fonts/Catamaran-SemiBold.svg#Catamaran-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Catamaran';
	src: url('assets/fonts/Catamaran-Bold.eot');
	src: url('assets/fonts/Catamaran-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/Catamaran-Bold.woff2') format('woff2'),
		url('assets/fonts/Catamaran-Bold.woff') format('woff'),
		url('assets/fonts/Catamaran-Bold.ttf') format('truetype'),
		url('assets/fonts/Catamaran-Bold.svg#Catamaran-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}




body {
	margin: 0;
	font-family: 'Catamaran', sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .004em;
	line-height: 1.65;
	text-transform: none;
	color: #000000;
}

.site-wrapper {
	overflow: hidden;
	background: #ffffff;
	position: relative;
	z-index: 1;
}

.container {
	max-width: 1336px;
	margin: 0 auto;
	padding: 0 30px;
	width: 100%;
}

.mid-container {
	max-width: 900px;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}



/*  HEADINGS
-----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #000000;
}

h1,
.h1 {
	font-size: 80px;
	line-height: 1.125;
}

h2,
.h2 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.458333333333333;
	margin-bottom: 43px;
	letter-spacing: 0.24px;
}

h4,
.h4 {
	font-size: 26px;
	line-height: 1.266666666666667;
}

h5,
.h5 {
	font-size: 22px;
	line-height: 1.266666666666667;
}

h6,
.h6 {
	font-size: 20px;
	line-height: 1.266666666666667;
}



/*  TAGS
-----------------------------------------------*/
p {
	margin: 0 0 28px 0;
}

p:last-child {
	margin-bottom: 0;
}

/*  CLICKABLE ELEMENTS
-----------------------------------------------*/
a {
	color: #14212D;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none !important;
	color: #e6007e;
}

a:active {
	outline: none !important;
}

.btn-epic {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 144px;
	height: 38px;
	background: transparent;
	border: solid 1px #ffffff;
	transform: translate3d(0px, 0%, 0px);
	transition-delay: 0.6s;
	overflow: hidden;
	display: block;
	font-size: 12px;
	line-height: 1;
	padding: 0 15px;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.btn-epic:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 50% 50% 0 0;
	transform: translateY(100%) scaleY(0.5);
	transition: all 0.6s ease;
}

.btn-epic:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 0;
	transform: translateY(0) scaleY(1);
	transition: all 0.6s ease;
}

.btn-epic div {
	position: relative;
	top: 12px;
	width: 100%;
	height: 26px;
	text-transform: uppercase;
	overflow: hidden;
}

.btn-epic span {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	transition: transform 0.5s ease;
}

.btn-epic span:first-child {
	color: #0a0a0a;
	transform: translateY(26px);
}

.btn-epic span:last-child {
	color: #ffffff;
	transform: translateY(0);
}

.btn-epic:hover {
	background: #ffffff;
	transition: background 0.2s linear;
	transition-delay: 0.6s;
}

.btn-epic:hover:after {
	border-radius: 0 0 50% 50%;
	transform: translateY(-100%) scaleY(0.5);
	transition-delay: 0;
}

.btn-epic:hover:before {
	border-radius: 0;
	transform: translateY(0) scaleY(1);
	transition-delay: 0;
}

.btn-epic:hover span:first-child {
	transform: translateY(0);
}

.btn-epic:hover span:last-child {
	transform: translateY(-24px);
}

/* Pink Button */
.btn-pink-epic {
	background: #dd248a;
	border: none;
	max-width: 252px;
}

.btn-pink-epic:before {
	background: #36c736;
}

.btn-pink-epic:after {
	background: #dd248a;
}

.btn-pink-epic span:first-child {
	color: #ffffff;
}

.btn-pink-epic span:last-child {
	color: #ffffff;
}

.btn-pink-epic:hover {
	background: #36c736;
}

/* Grey Button */
.btn-grey-epic {
	background: #9e9e9e;
	border: none;
	max-width: 252px;
}

.btn-grey-epic:before {
	background: #dd248a;
}

.btn-grey-epic:after {
	background: #9e9e9e;
}

.btn-grey-epic span:first-child {
	color: #ffffff;
}

.btn-grey-epic span:last-child {
	color: #ffffff;
}

.btn-grey-epic:hover {
	background: #dd248a;
}

.button {
	background: transparent;
	color: #0a0a0a;
	border: solid 1px #0a0a0a;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.2;
	padding: 10px 15px;
	margin: 0;
	position: relative;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.arrow_btn {
	background: #C3C5BA;
	color: #000000;
	border-radius: 50px;
	font-size: 14px;
	line-height: 1;
	padding: 10px 38px 10px 15px;
	margin: 0;
	position: relative;
	display: inline-block;
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.arrow_btn::after {
	content: "";
	background: url(assets/images/btn-arrow.svg) no-repeat center center;
	background-size: 100%;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 15px;
	width: 15px;
	height: 13px;
}

.arrow_btn:hover,
.arrow_btn:focus {
	background: #DAFF01;
	text-decoration: none;
	color: #000000;
}



/* Header CSS Starts Here
===================================================================================*/
#header {
	padding: 10px 0;
	position: relative;
	z-index: 99;
	background: #ffffff;
}

.site_logo {
	width: 190px;
	display: inline-block;
	vertical-align: middle;
}

.site_logo img {
	display: block;
}

.menu_links {
	width: calc(100% - 196px);
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-right: 49px;
	position: relative;
}

.main_nav {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

.main_nav li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 9px;
	display: inline-block;
	position: relative;
}

.main_nav li a {
	display: block;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #0a0a0a;
	position: relative;
}

.main_nav li a::after {
	content: "";
	background: #e6007e;
	width: 0;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.main_nav li:hover>a,
.main_nav li.active>a,
.main_nav li.current-menu-item>a,
.main_nav li.current_page_item>a {
	text-decoration: none;
	color: #e6007e;
}

.main_nav li:hover>a::after,
.main_nav li.active>a::after,
.main_nav li.current-menu-item>a::after,
.main_nav li.current_page_item>a::after {
	width: 16px;
}

.search_icon {
	background: url(assets/images/search-icon.png) no-repeat center center;
	background-size: 100%;
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
}

.main_nav li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #1a1a1a;
	padding: 20px 0;
	text-align: left;
	list-style: none;
	margin: 50px 0 0 0;
	opacity: 0;
	visibility: hidden;
	min-width: 180px;
}

.main_nav li ul::before {
	content: "";
	height: 38px;
	display: block;
	position: absolute;
	top: -38px;
	left: 0;
	right: 0;
}

.main_nav li ul li {
	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.main_nav li ul li a {
	color: #ffffff;
}

.main_nav li ul li a::after {
	display: none;
}

.main_nav li ul li ul {
	top: 0;
	margin-top: 15px;
	left: 100%;
}

.main_nav li ul li ul::before {
	display: none;
}

.main_nav li:hover>ul {
	margin: 38px 0 0 0;
	opacity: 1;
	visibility: visible;
}

.main_nav li ul li:hover>ul {
	margin: 0;
}

@keyframes menu-slide-down {
	0% {
		transform: translateY(-100%)
	}

	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes menu-slide-down {
	0% {
		-webkit-transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0)
	}
}

#header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	animation-name: menu-slide-down;
	-webkit-animation-name: menu-slide-down;
	-html-animation-name: menu-slide-down;
	-moz-animation-name: menu-slide-down;
	-o-animation-name: menu-slide-down;
	animation-duration: 00.5s;
	-webkit-animation-duration: 00.5s;
	-moz-animation-duration: 00.5s;
	-html-animation-duration: 00.5s;
	-o-animation-duration: 00.5s;
	z-index: 999999;
}

.header-placeholder {
	height: 90px;
	display: block;
}

.menu-icon {
	display: none;
}

.search_popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	z-index: 999999999;
	background: rgba(255, 255, 255, 0.98);
	width: 100%;
	display: none;
}

.search_popup_inner {
	margin: 0 auto;
	max-width: 1522px;
	width: 100%;
	text-align: center;
}

.search_popup_inner p {
	font-size: 18px;
	margin: 10px 0 0;
	color: #0a0a0a;
}

.search_popup_inner input {
	font-size: 115px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #0a0a0a;
	border: none;
	background: 0 0;
	font-family: 'Montserrat', sans-serif;
}

.search_popup_inner input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #0a0a0a;
	opacity: 1;
}

.search_popup_inner input::-moz-placeholder {
	/* Firefox 19+ */
	color: #0a0a0a;
	opacity: 1;
}

.search_popup_inner input:-ms-input-placeholder {
	/* IE 10+ */
	color: #0a0a0a;
	opacity: 1;
}

.search_popup_inner input:-moz-placeholder {
	/* Firefox 18- */
	color: #0a0a0a;
	opacity: 1;
}





/* Banner Section CSS Starts Here
============================================================*/
.banner_sec {
	overflow: hidden;
}

.banner_slider .slick-list {
	overflow: inherit;
}

.banner_slide_content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 95px 34px;
	min-height: 681px;
}

.banner_slide_content>* {
	opacity: 0;
	transition: all 1.5s ease-in-out;
	-webkit-transition: all 1.5s ease-in-out;
	-ms-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
}

.slick-current .banner_slide_content>* {
	opacity: 1;
}

.banner_slide_content>figure {
	max-width: 608px;
	margin: 0;
}

.banner_slide_content>figure img {
	display: block;
	width: 100%;
}

.banner_slide_logos figure {
	max-width: 254px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.banner_slide_logos figure:first-child {
	display: block;
}

.banner_slide_logos figure:last-child {
	max-width: 154px;
}

.banner_slide_content>figure figcaption {
	max-width: 330px;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 60px;
}



/* Write On Audio Section CSS Starts Here
============================================================*/
.write_on_book_audio_sec {
	padding: 29px 0;
}

.write_on_book_audio_slider {
	max-width: 728px;
	margin: 0 auto;
}

.write_on_book_audio_slider figure {
	margin: 0;
}

.write_on_book_audio_slider figure a {
	display: block;
}

.write_on_book_audio_slider figure img {
	display: block;
	width: 100%;
}



/* Two Column Section CSS Starts Here
============================================================*/
.two_col_sec {
	padding: 50px 0 70px;
}

.two_col_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.two_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 25px;
}

.tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.tbl_cell {
	display: table-cell;
	vertical-align: middle;
}

.two_col_content {
	height: 487px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #dd248a;
	background-blend-mode: multiply;
	text-align: center;
}

.two_col:nth-child(2n+2) .two_col_content {
	background-color: rgb(54, 199, 54);
}

.two_col_content h3 {
	font-size: 57px;
	line-height: 1.2;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

.two_col_content .button {
	border-color: #ffffff;
	color: #ffffff;
}

.two_col_content .button:hover,
.two_col_content .button:focus {
	background: #ffffff;
	color: #0a0a0a;
	text-decoration: none;
}


/* Transition CSS Starts Here
============================================================*/
.first_line_generator_sec {
	text-align: center;
	padding: 50px 0;
}

.first_line_generator_sec p {
	max-width: 710px;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 auto;
}

.generator_quote_content {
	background: #f5f5f5;
	padding: 90px 0;
	margin: 50px 0 70px;
}

.generator_quote_content p {
	font-size: 28px;
	line-height: 1.2;
	color: #2c2e35;
	font-family: 'Catamaran', sans-serif;
	font-weight: 700;
	max-width: 100%;
}



/* Transition CSS Starts Here
============================================================*/
.our_latest_prod_sec {
	padding: 50px 0 100px;
}

.our_latest_prod_sec h2 {
	text-align: center;
	margin-bottom: 60px;
}

.update_btn_wrap {
	padding-top: 22px;
}

.update_btn_wrap .btn-pink-epic,
.update_btn_wrap .btn-grey-epic {
	max-width: 100%;
	display: block;
	height: 48px;
}

.update_btn_wrap .btn-epic div {
	top: 18px;
}

.our_latest_prod_col_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.our_latest_prod_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 15px;
}

.our_latest_prod_col h3 {
	margin: 0 0 13px 0;
}

.our_latest_prod_col p {
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}

.our_latest_prod_col figure {
	display: block;
	margin: 0 0 29px;
}

.our_latest_prod_col figure a {
	display: block;
}

.our_latest_prod_col figure a img {
	display: block;
	width: 100%;
}

.our_latest_prod_col h3 a:hover,
.our_latest_prod_col h3 a:focus {
	text-decoration: none;
	color: #e6007e;
}

.our_latest_prod_col ul {
	list-style: none;
	padding: 0;
	margin: 0 0 16px;
}

.our_latest_prod_col ul li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0 24px 0 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: rgb(230, 0, 126);
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.9px;
	position: relative;
}

.our_latest_prod_col ul li::after {
	content: "/";
	position: absolute;
	top: 0;
	right: -16px;
}

.our_latest_prod_col ul li:last-child:after {
	display: none;
}

.our_latest_prod_col ul li a {
	display: inline-block;
	color: rgb(230, 0, 126);
}


/* Testimonial Sections CSS Starts Here
============================================================*/
.testimonial_sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 89px 0;
}

.testimonial_sec::before {
	content: "";
	background-color: rgba(80, 196, 35, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	display: block;
}

.testimonial_content {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
	position: relative;
}

.testimonial_content::before {
	content: "";
	width: 50px;
	height: 41px;
	background: url(assets/images/quote-icon.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.testimonial_content p {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.45;
	color: #ffffff;
	margin: 0 0 31px;
}

.testimonial_content h4 {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.45;
	color: #ffffff;
	letter-spacing: 0.9px;
	margin: 0;
	text-transform: uppercase;
}

.slick-arrow {
	background: url(assets/images/slider-black-arrow.png) no-repeat center center;
	background-size: 100%;
	font-size: 0;
	line-height: 0;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	z-index: 9;
	opacity: 0.6;
}

.slick-arrow.slick-next {
	transform: translateY(-50%) rotate(0);
	-webkit-transform: translateY(-50%) rotate(0);
	-ms-transform: translateY(-50%) rotate(0);
	-o-transform: translateY(-50%) rotate(0);
	-moz-transform: translateY(-50%) rotate(0);
	left: auto;
	right: 25px;
}

.slick-arrow:hover,
.slick-arrow:focus {
	opacity: 1;
}

.testimonial_slider .slick-arrow {
	width: 22px;
	height: 22px;
	background: url(assets/images/slider-arrow.png) no-repeat center center;
	background-size: 100%;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	display: block;
	border-radius: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: calc(50% + 40px);
	left: 4%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	opacity: 0.5;
	z-index: 9;
}

.testimonial_slider .slick-arrow.slick-next {
	left: auto;
	right: 4%;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
}

.testimonial_slider .slick-arrow:hover,
.testimonial_slider .slick-arrow:focus {
	opacity: 1;
	outline: none;
	box-shadow: none;
}



/* Social Icons Sections CSS Starts Here
============================================================*/
.social_icons_sec {
	text-align: center;
	padding: 40px 0 30px;
}

.social_icons {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social_icons li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 5px;
}

.social_icons li a {
	width: 50px;
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.social_icons li a img {
	display: block;
	width: 100%;
}

.social_icons li a:hover {
	cursor: pointer;
	animation-name: bounce;
	-moz-animation-name: bounce;
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}

	60% {
		-webkit-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		transform: translateY(-3px);
	}
}

.write_on_book_audio_sec+.social_icons_sec .social_icons li a {
	width: 22px;
}




/* Contact Us Section CSS Starts Here
============================================================*/
.contact_us_sec {
	background: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	position: relative;
}

.contact_col_wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 25px;
	position: relative;
	z-index: 2;
}

.contact_col_wrap iframe {
	width: 100%;
	height: 100%;
}

.contact_uc_content {
	max-width: 620px;
	margin-left: auto;
	padding: 200px 100px 200px 0;
}

.contact_uc_content p {
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}

.contact_uc_content p a:hover,
.contact_uc_content p a:focus {
	text-decoration: none;
	color: #e6007e;
}





/* Footer CSS Starts Here
============================================================*/
#footer {
	z-index: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 120px 0;
	background: #191919;
}

.foo_content {
	float: left;
}

.foo_logo {
	width: 163px;
	display: block;
	margin-bottom: 25px;
}

.foo_logo img {
	display: block;
	width: 100%;
}

.foo_content .social_icons li a {
	width: 18px;
}

.facebook_feed_wrap {
	float: right;
}

.copyright_text p {
	color: #8a8a8a;
}

.inner_page_footer {
	text-align: center;
}

.inner_page_footer .container {
	position: relative;
}

.inner_page_footer .facebook_feed_wrap {
	display: none;
}

.inner_page_footer .foo_content {
	float: none;
}

.inner_page_footer .foo_content .foo_logo {
	margin: 0 auto;
}

.inner_page_footer .social_icons {
	margin-top: 77px;
}

.inner_page_footer .copyright_text {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
}

.inner_page_footer .copyright_text p {
	margin: 0;
	font-size: 16px;
}



/* Title Section CSS Starts Here
==================================================== */
.title_sec {
	text-align: center;
	padding: 50px 0 30px;
}

.title_sec .container {
	max-width: 653px;
}

.title_full_sec .container {
	max-width: 1336px;
}

.title_sec h1 {
	font-size: 58px;
	line-height: 1.206896551724138;
	letter-spacing: 0.58px;
}

.title_sec h2 {
	font-family: Montserrat;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.32;
	text-transform: none;
	color: #0b0b0b;
}



/* Image Slider Section CSS Starts Here
==================================================== */
.img_slider_sec {
	padding: 50px 0;
}

.img_slider figure {
	padding-bottom: 39.2%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0;
}



/* Simple Content Section CSS Starts Here
==================================================== */
.content_sec {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.65;
	font-family: 'Catamaran', sans-serif;
	display: block;
	padding: 20px 0 70px;
}

.content_sec h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.45;
	text-transform: none;
	color: #0b0b0b;
	margin: 0 0 25px;
}

.content_sec h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.45;
	text-transform: none;
	color: #0b0b0b;
	margin: 0 0 15px;
}

.content_sec p {
	margin: 0 0 35px;
}

.content_sec ul,
.content_sec ol {
	margin: 0 0 1.5em 0;
	padding-left: 24px;
}

.content_sec a {
	color: rgb(11, 11, 11);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.18px;
	line-height: 1.3;
	display: inline-block;
	text-decoration: none;
}

.content_sec a:hover,
.content_sec a:focus {
	color: #e6007e;
}

.content_sec a em {
	font-weight: bold;
	font-style: italic;
	display: block;
}


/* Our Team Section CSS Starts Here
============================================================*/
.our_team_sec {
	padding: 20px 0;
}

.our_team_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.our_team_list {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px 30px;
	text-align: center;
}

.our_team_list figure {
	padding-bottom: 94.5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 0 23px;
}

.our_team_list h3 {
	margin: 0 0 2px;
}


/* Transition CSS Starts Here
============================================================*/
.img_slider_without_bg_sec {
	padding: 70px 0;
}

.img_slider_without_bg figure {
	margin: 0;
	padding: 0;
}

.img_slider_without_bg figure img {
	display: block;
	width: 100%;
}

.img_slider_without_bg .slick-list {
	padding: 0 30px;
}


/* Our Partner Page CSS Starts Here
============================================================*/
.wide_sidebar_col_sec {
	padding: 30px 0;
}

.wide_sidebar_col_sec .btn-epic {
	margin: 20px auto 30px;
	display: block;
}

.wideColumn {
	width: 66.66666667%;
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	padding-top: 30px;
}

.sidebar {
	width: calc(33.33333333% - 6px);
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	text-align: center;
}

.sidebar h3 {
	margin-bottom: 25px;
	font-size: 28px;
	letter-spacing: 0.28px;
	line-height: 1.428571428571429;
}

.wide_col_center_content {
	text-align: center;
}

.wide_col_center_content h2 {
	margin-bottom: 50px;
}

.wide_col_center_content p {
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
	font-weight: bold;
}

.wide_col_center_content figure {
	max-width: 678px;
	display: block;
	margin: 0 auto 20px;
}

.wide_col_center_content figure img {
	display: block;
	width: 100%;
}

.sidebar p {
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}


/* Four Col Logo Content Section CSS Starts Here
============================================================*/
.four_col_logo_content_sec {
	padding: 50px 0 0;
}

.four_col_logo_content_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.four_col_logo_content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	text-align: center;
	margin-bottom: 50px;
}

.four_col_logo_content p {
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.65;
}

.four_col_logo_content figure {
	text-align: center;
	margin-bottom: 25px;
}

.four_col_logo_content figure img {
	max-height: 100px;
	display: inline-block;
}

.four_col_logo_content_sec+.img_slider_sec {
	padding-bottom: 120px;
}


/* Inner Banner Section CSS Starts Here
============================================================*/
.inner_banner_sec {
	overflow: hidden;
	padding: 70px 0;
	height: 440px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: relative;
}

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

.inner_banner_sec h1 span {
	color: #e6007e;
}

.inner_banner_text_back_sec h1 {
	color: #000000 !important;
}



/* News Page CSS Starts Here
============================================================*/
.news_sec {
	padding: 100px 0;
}

.news_sec .wideColumn {
	padding-top: 0;
}

.our_latest_prod_two_col_wrap .our_latest_prod_col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 50px;
}

.our_latest_prod_single_col_wrap .our_latest_prod_col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 70px;
}

.load_more_btn_wrap .btn-pink-epic {
	max-width: 176px;
}

.our_latest_prod_single_col_wrap .our_latest_prod_col .update_btn_wrap {
	padding-top: 0;
}

.our_latest_prod_single_col_wrap .our_latest_prod_col .update_btn_wrap .btn-pink-epic,
.our_latest_prod_single_col_wrap .our_latest_prod_col .update_btn_wrap .btn-grey-epic {
	max-width: 145px;
	margin: 0;
}

.our_latest_prod_single_col_wrap h1+ul,
.our_latest_prod_single_col_wrap h2+ul {
	list-style: none;
	padding: 0;
	margin: -10px 0 50px;
	width: 100%;
}

.has-text-align-center {
	text-align: center;
	display: block;
	width: 100%;
}

.our_latest_prod_single_col_wrap h1+ul li,
.our_latest_prod_single_col_wrap h2+ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: rgb(143, 143, 143);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.9px;
	line-height: 17.4px;
	text-transform: uppercase;
}

.our_latest_prod_single_col_wrap h1+ul li::before,
.our_latest_prod_single_col_wrap h2+ul li::before {
	margin-right: 10px;
	margin-left: 8px;
	content: '/';
}

.our_latest_prod_single_col_wrap h1+ul li:first-child::before,
.our_latest_prod_single_col_wrap h2+ul li:first-child:before {
	display: none;
}

.our_latest_prod_single_col_wrap h1+ul li a,
.our_latest_prod_single_col_wrap h2+ul li a {
	color: rgb(143, 143, 143);
}

.search_form {
	position: relative;
}

.search_form input[type=text],
.search_form input[type=search] {
	padding-right: 75px;
	letter-spacing: 0px;
	line-height: 1.65;
	text-transform: none;
	color: #000000;
	border: solid 2px #e6007e;
	width: 100%;
	height: 64px;
	font-size: 18px;
	font-weight: 500;
	padding: 0 75px 0 15px;
}

.search_form input[type="submit"] {
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
	height: 64px;
	border: none;
	background: url(assets/images/search-icon-pink.png) no-repeat center center;
	background-size: 20px;
	font-size: 0;
	color: #e6007e;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
}

.search_form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #e6007e;
	opacity: 1;
}

.search_form input::-moz-placeholder {
	/* Firefox 19+ */
	color: #e6007e;
	opacity: 1;
}

.search_form input:-ms-input-placeholder {
	/* IE 10+ */
	color: #e6007e;
	opacity: 1;
}

.search_form input:-moz-placeholder {
	/* Firefox 18- */
	color: #e6007e;
	opacity: 1;
}

label {
	display: block;
	margin-bottom: 0;
}

.sidebar_links {
	text-align: left;
	margin-top: 50px;
}

.sidebar_links h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: none;
	color: #e6007e;
	margin: 0 0 30px;
}

.sidebar_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar_links ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}

.sidebar_links ul li a {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.088px;
	line-height: 1.65;
}

.sidebar_links ul li a strong {
	color: rgb(112, 112, 112);
}

.sidebar_links ul li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-right: 12px;
	vertical-align: middle;
	background-color: #00a1e6;
}

.sidebar_links ul li a:hover,
.sidebar_links ul li a:focus {
	color: #e6007e;
	text-decoration: none;
}

.our_latest_prod_single_col_wrap h1,
.our_latest_prod_single_col_wrap .h1 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 20px;
}




/* Archive page CSS Starts Here
============================================================*/
.archive_date_title_sec {
	padding: 70px 0;
	background-color: #f5f5f5;
}

.archive_date_title_sec h1 {
	float: left;
	margin: 0;
	font-size: 38px;
	line-height: 1.2;
	margin: 0;
}

.breadcump {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	float: right;
}

.breadcump li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 26.4px;
	position: relative;
}

.breadcump li::before {
	content: "-";
	position: absolute;
	left: -10px;
	top: 0;
}

.breadcump li:first-child::before {
	display: none;
}

.breadcump li a:hover,
.breadcump li a:focus {
	color: #e6007e;
	text-decoration: none;
}

.arrow_btn_animation_wrap {
	text-align: center;
	padding: 20px 0 50px;
}

.btn_arrow {
	font-size: 20px;
	line-height: 1;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	color: #e6007e;
	border: 2px solid #e6007e;
	display: inline-block;
	position: relative;
}

.btn_arrow>span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.btn_arrow>span::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(assets/images/slider-arrow-pink.png) no-repeat center center;
	background-size: 20px;
	display: block;
}

.btn_arrow>span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	display: block;
	background: url(assets/images/slider-arrow.png) no-repeat center center;
	background-size: 20px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

.btn_arrow:hover>span,
.btn_arrow:focus>span {
	background: #e6007e;
}

.btn_arrow:hover>span::before,
.btn_arrow:focus>span::before {
	left: 25px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.btn_arrow:hover>span::after,
.btn_arrow:focus>span::after {
	left: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/* Center Content CSS Starts Here
============================================================*/
.center_content_sec {
	text-align: center;
	padding: 50px 0;
}

.center_content_sec figure {
	max-width: 405px;
	display: inline-block;
	margin-bottom: 0;
}

.center_content_sec figure a {
	display: block;
}

.center_content_sec figure img {
	display: block;
	width: 100%;
	margin: 0;
}

.center_content_sec h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 58px;
	font-weight: 700;
	letter-spacing: 0.58px;
	line-height: 1.206896551724138;
	margin-bottom: 50px;
}

.center_content_sec p {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.65;
}

.center_content_sec p a {
	color: #000000;
	font-weight: bold;
}

.center_content_sec p a:hover,
.center_content_sec p a:focus {
	color: #dd248a;
	text-decoration: none;
}

.center_content_sec img {
	display: inline-block;
	width: 100%;
	max-width: 1024px;
}

.center_content_sec h1+img {
	margin: -30px 0 40px 0;
}

.center_content_sec .product_filter_links {
	margin: 0 0 25px;
}

.mnt_evnt_nwsltr_list_wrap {
	margin: 0 -15px;
}

.mnt_evnt_nwsltr_list {
	display: inline-block;
	width: calc(33.3333% - 4px);
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 60px;
	margin-top: 60px;
	text-align: center;
}

.mnt_evnt_nwsltr_list:first-child {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mnt_evnt_nwsltr_list h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 47px;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 1.25;
	margin: 0 0 15px;
}

.mnt_evnt_nwsltr_list h4 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.088px;
	line-height: 1.65;
	margin-bottom: 25px;
}

.mnt_evnt_nwsltr_list h4 a {
	display: inline-block;
}

.mnt_evnt_nwsltr_list h4 a:hover,
.mnt_evnt_nwsltr_list h4 a:hover {
	color: #e6007e;
	text-decoration: none;
}

.mnt_evnt_nwsltr_list p {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.65;
}


/* Contact Page CSS Starts Here
============================================================*/
.map_banner_sec iframe {
	height: 590px;
	width: 100%;
	border: none;
	margin: 0;
	display: block;
}

.contact_col_wrap:nth-child(2) .contact_uc_content {
	margin-left: 0;
	padding-right: 0 !important;
}

.contact_col_wrap:nth-child(2) .contact_uc_content .btn-pink-epic {
	max-width: 140px;
	height: 48px;
}

.contact_col_wrap:nth-child(2) .contact_uc_content .btn-pink-epic span {
	top: 5px;
}

.map_banner_sec+.contact_us_sec .contact_uc_content {
	padding: 130px 100px 200px 0;
}

.pattern_image_wrap {
	position: absolute;
	bottom: 150px;
	left: 0;
	width: 250px;
}

.overlay {
	position: absolute;
	top: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: #f5f5f5;
}


/* llbd  library conetnt page CSS Starts Here
============================================================*/
.llbd_library_content_sec {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
	padding: 50px 0;
}

.llbd_library_content_sec h3 {
	position: relative;
	text-align: center;
	margin-top: 40px;
}

.llbd_library_content_sec h3::after {
	content: "";
	display: block;
	background: #009ee3;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -2px;
}

.llbd_library_content_sec h3 strong {
	display: inline-block;
	text-align: center;
	background: #ffffff;
	padding: 0 18px;
	position: relative;
	z-index: 1;
}

.llbd_library_content_sec h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.32;
	text-transform: none;
	color: #0b0b0b;
	padding-top: 15px;
}

.llbd_library_content_sec p {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}

.llbd_library_content_sec a {
	font-weight: bold;
}

.llbd_library_content_sec a:hover,
.llbd_library_content_sec a:focus {
	color: #dd248a;
	text-decoration: none;
	font-weight: bold;
}

.content_middle_blue_box {
	background: #dff2fe;
	color: #5e7f96;
	padding: 22px 22px 22px 88px;
	position: relative;
}

.content_middle_blue_box::before {
	content: "";
	background: url(assets/images/notiification-icon.png) no-repeat center center;
	background-size: 100%;
	width: 32px;
	height: 37px;
	display: block;
	position: absolute;
	top: 50%;
	left: 27px;
	margin-top: -18px;
}

.content_middle_blue_box a {
	display: inline-block;
}

.content_middle_blue_box figure {
	margin: 20px 0;
}

.content_middle_blue_box figure img {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.page-id-160 .content_middle_blue_box figure img {

	width: auto;

}

.page-id-324 .inner_banner_light_text_sec h1 {
	color: #000;
}

.page-id-324 .content_sec {
	padding: 20px 0 0;
}

.page-id-324 .center_content_sec {
	padding: 0;
}

.content_middle_blue_box figure figcaption {
	width: calc(70% - 6px);
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 28px;
	line-height: 1.428571428571429;
	font-weight: bold;
	padding: 0 25px;
}

table {
	border-top: solid 1px rgb(237, 237, 237);
	border-right: solid 1px rgb(237, 237, 237);
}

table tr td {
	border-bottom: solid 1px rgb(237, 237, 237);
	border-left: solid 1px rgb(237, 237, 237);
	font-size: 22px;
	line-height: 1.266666666666667;
	padding: 10px 25px;
}

.llbd_library_content_sec ul {
	margin: 0 0 0 25px;
	padding: 0;
}

.llbd_library_content_sec h5 {
	margin: 25px 0;
}



/* Mental & Physical Health CSS Starts Here
============================================================*/
.mental_physical_health_sec {
	padding: 30px 0 1px;
}

.mental_physical_health_sec h3 {
	text-align: center;
	color: rgb(11, 11, 11);
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 0.38px;
	text-align: center;
}

.card_3d_three_col_wraps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.card_3d_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 25px 15px;
}

.card_3d_col_two {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.flip-card {
	width: 100%;
	height: 461px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.flip-card-back {
	background-color: #ebebeb;
	color: black;
	padding: 35px 21px;
	transform: rotateY(180deg);
	overflow: auto;
}

.flip-card-back h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.25;
	text-transform: none;
	color: #0b0b0b;
	text-align: center;
	margin-bottom: 10px;
}

.flip-card-back p {
	color: #000000;
	display: block;
	font-family: "Catamaran", sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.4;
}

.flip-card-back p strong {
	display: inline-block;
}

.flip-card-back p a {
	color: #000000;
	display: inline;
}

.flip-card-back p a:hover,
.flip-card-back p a:focus {
	color: #e6007e;
	text-decoration: none;
}

.title_and_btn_wrap {
	padding-bottom: 15px;
}

.title_and_btn_wrap h2 {
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.32;
	text-transform: none;
	color: #0b0b0b;
	text-align: center;
	padding: 25px 0 15px;
}

.title_and_btn_wrap p {
	font-style: italic;
	text-align: center;
	margin: -10px 0 30px;
	color: rgb(0, 0, 0);
	display: block;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.088px;
}

.orange_btn {
	color: #FFF;
	border-color: #FF675B;
	background-color: #FF675B;
	display: block;
	width: 100%;
	text-align: inherit;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
	background-repeat: repeat-x;
	border: 1px solid transparent;
	box-sizing: border-box;
	word-wrap: break-word;
	user-select: none;
	text-decoration: none;
	position: relative;
	top: 0;
	transition: all .2s ease-in-out;
	line-height: normal;
	box-shadow: none;
	font-size: 16px;
	padding: 18px 25px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
}

.orange_btn:hover,
.orange_btn:focus {
	color: #FFF;
	border-color: #FF675B;
	background: #FF675B !important;
	text-decoration: none;
}


/* Events List CSS Starts Here
============================================================*/
.events_list_sec {
	padding: 0 0 30px;
}

.events_list_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.events_list {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 26px;
}

.events_list_img {
	padding-bottom: 41.754%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-blend-mode: overlay;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.events_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f5f5f5;
}

.events_content .event_date {
	max-width: 75px;
	margin: 0;
	background: #039ED7;
	padding: 0;
	min-height: 80px;
	font-family: "Catamaran", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.625;
	color: #ffffff;
	padding: 10px 20px;
	text-align: center;
	box-sizing: border-box;
}

.events_title {
	max-width: calc(100% - 75px);
	padding: 10px;
	position: relative;
}

.events_content h3 {
	margin: 0;
	color: rgb(3, 158, 215);
	display: block;
	font-family: "Catamaran", sans-serif;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.684210526315789;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 30px;
	position: relative;
}

.events_title::after {
	content: "...";
	position: absolute;
	right: 28px;
	top: 12px;
	color: rgb(3, 158, 215);
	font-family: "Catamaran", sans-serif;
	font-size: 19px;
}

.events_content h3 a {
	display: inline-block;
	color: rgb(3, 158, 215);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
}

.online_event {
	font-family: "Catamaran", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.625;
	padding-left: 0;
	position: relative;
}

.online_event::before {
	content: "";
	background: url(assets/images/map-icon.svg) no-repeat center center;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 20px;
	position: relative;
	top: -2px;
	left: -4px;
}

.events_list_after_content {
	text-align: center;
	font-family: "Catamaran", sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
	color: #000000;
	padding: 100px 0 30px;
}

.events_list_after_content p a {
	display: inline-block;
	color: #000000;
	font-weight: bold;
}

.events_list_after_content p a:hover,
.events_list_after_content p a:focus {
	color: #e6007e;
	text-decoration: none;
}

.next_prev_event_links .prev_event,
.next_prev_event_links .next_event {
	color: #000000;
	display: inline-block;
	font-family: "Catamaran", sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
	float: left;
}

.next_prev_event_links .next_event {
	float: right;
}

.next_prev_event_links .prev_event:hover,
.next_prev_event_links .next_event:hover {
	color: #e6007e;
	text-decoration: none;
}

.next_prev_event_links::before,
.next_prev_event_links::after {
	display: table;
	content: "";
	clear: both;
}

.events_list:hover .events_list_img {
	background-color: rgba(0, 0, 0, 0.3);
}

.events_list:hover .events_content h3 a {
	color: #000000;
}


/* Event Details page CSS Starts Here
============================================================*/
.event_banner_sec {
	height: 80vh;
	position: relative;
	overflow: hidden;
}

.parallax-image {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 1;
}

.event_content_sec {
	padding: 120px 0 120px;
}

.event_content_sec .container {
	max-width: 902px;
}

.event_content_sec h1 {
	font-size: 48px;
	line-height: 1.25;
}

time {
	color: #8f8f8f;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	height: auto;
	letter-spacing: 0.9px;
	line-height: 1.416666666666667;
	text-transform: uppercase;
}

.event_content_sec h5 {
	font-weight: 400;
	color: #000000;
	display: block;
	font-family: "Catamaran", sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}

.event_content_sec h2 {
	color: #000000;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

.event_content_sec img {
	width: 100%;
}

.event_content_sec p a {
	color: #000000;
	text-decoration: underline;
}

.event_content_sec p a:hover,
.event_content_sec p a:focus {
	color: #e6007e;
}

.event_content_sec p a em {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
}

.register_box_wrap {
	padding: 40px;
	width: 100%;
	background: #fafafa;
	border: 1px solid #eeeeee;
	margin: 90px 0 30px;
}

.register_box {
	width: calc(50% - 5px);
	display: inline-block;
	vertical-align: top;
	color: #000000;
	font-family: "Catamaran", sans-serif;
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}

.register_box h6 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 10px;
}

.register_box>* {
	display: block;
}

.register_box_wrap .btn-pink-epic {
	height: 56px;
	max-width: 342px;
	margin-top: 30px;
}

.register_box_wrap .btn-epic div {
	top: 22px;
}

.share_this {
	text-align: center;
	padding-top: 30px;
}


/* Compitition Pages CSS Starts Here
============================================================*/
.inner_banner_light_text_sec h1 {
	color: #ffffff;
	font-weight: 700;
	max-width: 1006px;
	margin-left: auto;
	margin-right: auto;
}

.compititions_top_content {
	text-align: center;
	padding: 50px 0 80px;
}

.compititions_top_content p {
	color: rgb(0, 0, 0);
	display: block;
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}

.compititions_lists_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.compititions_lists {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	margin-bottom: 50px;
}

.compititions_lists_full {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.compititions_content {
	border: solid 1px rgb(0, 158, 227);
	padding: 80px 44px 44px;
	text-align: center;
	position: relative;
	color: #000000;
	display: block;
	font-size: 22px;
	letter-spacing: 0.088px;
	line-height: 1.636363636363636;
}

.compititions_content h4 {
	margin-bottom: 20px;
}

.compititions_content a {
	display: inline-block;
	color: #000000;
}

.compititions_content a:hover,
.compititions_content a:focus {
	color: #e6007e;
	text-decoration: none;
}

.compititions_content figure {
	margin: 0 0 15px;
	display: block;
}

.compititions_content figure img {
	display: inline-block;
}

.compititions_content>figure:first-child {
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	display: block;
	width: 89px;
	height: 80px;
	margin: 0 auto;
}

.compititions_content>figure:first-child img {
	width: 100%;
}

.download_entry_btn_wrap {
	padding: 20px 0 30px;
}

.download_entry_btn_wrap a {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
	background-repeat: repeat-x;
	display: block;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	border-color: #5AA1E3;
	background-color: #5AA1E3;
	font-size: 14px;
	padding: 16px 20px;
	text-align: center;
}

.compititions_content:hover>figure:first-child {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.download_entry_btn_wrap a span {
	display: inline-block;
}

.download_entry_btn_wrap a span::before {
	content: "";
	background: url(assets/images/edit-icon.png) no-repeat center center;
	background-size: 100%;
	width: 14px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
}

.download_entry_btn_wrap a:hover,
.download_entry_btn_wrap a:focus {
	text-decoration: none;
	background: #009ee3 !important;
}


/* Iframe Single Video Wrap Section CSS Starts Here
=================================================================*/
.youtube_single_video_sec {
	padding-bottom: 100px;
}

.youtube_single_video_sec .container {
	max-width: 698px;
}

.ifram_video_wrap {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.ifram_video_wrap iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

.inner_img_wrap img {
	display: inline-block;
}

.competitions_sec+.center_content_sec {
	position: relative;
	margin: 10px 0 0;
	padding-top: 60px;
}

.competitions_sec+.center_content_sec::before {
	content: "";
	background: url(assets/images/shadow-img.png) no-repeat center center;
	height: 41px;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 1310px;
	margin: 0 auto;
}

.vc_sep_line {
	border: none;
	position: relative;
	height: 20px;
	top: 0;
	overflow: hidden
}

.vc_sep_line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -20px;
	right: 0;
	height: 10px;
	border-radius: 100%
}

.vc_sep_line::after {
	right: -100%;
	box-shadow: 10px 10px 10px 1px
}

.vc_sep_line::after {
	left: -100%;
	box-shadow: -10px 10px 10px 1px
}




/* Video Popup Banner CSS Starts Here
============================================================*/
.video_popup_banner_sec {
	position: relative;
	overflow: hidden;
	padding: 121px 0 110px;
}

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

.video_popup_banner_sec .parallax-image::before {
	content: "";
	background: rgba(12, 12, 12, 0.5);
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.video_play {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background: #e6007e;
	border-radius: 100%;
	position: relative;
}

.video_play::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 16px solid #ffffff;
	border-bottom: 12px solid transparent;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -5px;
}

.video_play:hover,
.video_play:focus {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.video_play:hover::before,
.video_play:focus::before {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-moz-transform: scale(0.9);
}

.title_play_video_col {
	width: calc(50% - 5px);
	display: inline-block;
	vertical-align: top;
}

.title_play_video_col h2 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.32;
	text-transform: none;
}

.video_popup_banner_sec+.testimonial_sec {
	margin-top: 110px;
}

.mfp-iframe-holder {
	padding: 40px !important;
}

.mfp-iframe-holder .mfp-content {
	max-width: 90%;
}

.mfp-wrap .mfp-close {
	background: #e6007e;
	width: 55px;
	height: 55px;
	display: block;
	position: fixed;
	top: 0;
	right: 17px;
	color: #ffffff;
	text-align: center;
	opacity: 1;
	padding: 0;
	border-radius: 0;
	font-size: 50px;
}

.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: #009ee3;
	color: #ffffff;
}




/* Winner Content Sections CSS Starts Here
============================================================*/
.winners_content_sec {
	padding: 65px 0;
}

.winners_content_sec h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.32;
	text-transform: none;
	color: #0b0b0b;
	margin-bottom: 45px;
}

.wnner_pink_box {
	padding: 65px 13%;
	background: #e6007e;
	text-align: center;
	font-size: 32px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	color: #ffffff;
}

.wnner_pink_box::before {
	content: "";
	background: url(assets/images/quote-icon-white.png) no-repeat center center;
	background-size: 100%;
	width: 37px;
	height: 30px;
	display: block;
	margin: 0 auto 37px;
}


/* Winner Accordion Sections CSS Starts Here
============================================================*/
.winner_accordion_sec {
	padding: 50px 0 70px;
}

.winneraccordion {
	border: solid 2px #5AA1E3;
	border-radius: 5px;
	overflow: hidden;
}

.winneraccordion>h3 {
	margin: 0;
	border-top: solid 2px #5AA1E3;
	color: #5AA1E3;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .01em;
	padding: 14px 20px 14px 46px;
	cursor: pointer;
	position: relative;
	line-height: 1;
}

.winneraccordion>h3::before {
	content: "+";
	position: absolute;
	top: 50%;
	left: 6px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-weight: 400;
	width: 30px;
	text-align: center;
}

.winneraccordion>h3.active::before {
	content: "-";
}

.winneraccordion>h3:hover,
.winneraccordion>h3.active {
	background: #5AA1E3;
	color: #ffffff;
}

.winneraccordion>h3:first-child {
	border-top: none;
}

.winneraccordionContainer {
	display: none;
}

.book_icon {
	width: 33px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.book_icon img {
	display: inline-block;
}

.book_icon img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
}

.winneraccordion>h3:hover .book_icon img,
.winneraccordion>h3.active .book_icon img {
	opacity: 0;
}

.winneraccordion>h3:hover .book_icon img:nth-child(2),
.winneraccordion>h3.active .book_icon img:nth-child(2) {
	opacity: 1;
}

.winneraccordionSubContainer {
	text-align: center;
	padding: 30px 20px 0;
}

.winneraccordionSubContainer h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.32;
	text-transform: none;
	color: #0b0b0b;
}

.winneraccordionSubContainer h3 a {
	color: #0b0b0b;
	display: inline-block;
}

.winneraccordionSubContainer figure {
	margin: 0;
}

.winneraccordionSubContainer figure a {
	display: block;
}

.winneraccordionSubContainer figure img {
	display: inline-block;
}

.musice_wrap {
	background: #000000;
	min-height: 91px;
	margin-bottom: 30px;
}

.winneraccordionSubContainer h3 a:hover,
.winneraccordionSubContainer h3 a:focus {
	text-decoration: none;
	color: #e6007e;
}

.winner_acco_content {
	border-bottom: solid 1px #5aa1e3;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.winner_acco_content:last-child {
	border-bottom: none;
}

.winner_acco_content figure {
	margin-bottom: 30px;
}

.winner_acco_content figure:last-child {
	margin-bottom: 0;
}

.winneraccordionSubContainer>figure {
	max-width: 499px;
	margin: 0 auto;
}

.winneraccordionSubContainer>figure img {
	display: block;
	width: 100%;
}



/* digital_storytelling_trail_content_sec CSS Starts Here
============================================================*/
#page-id-316 h1 {color:#000!important}

.digital_storytelling_trail_content_sec {
	padding: 50px 0;
}

.digital_storytelling_trail_content_sec .container {
	position: relative;
}

.digital_storytelling_trail_content_sec h2 {
	font-size: 38px;
}

.digital_storytelling_trail_content_sec h3 {
	margin-bottom: 15px;
	padding-top: 10px;
}

.digital_storytelling_trail_content_sec ul,
.digital_storytelling_trail_content_sec ol {
	padding-left: 23px;
	margin-left: 0;
	padding-bottom: 15px;
}

figure.left_img {
	width: 140px;
	position: absolute;
	left: -150px;
}

figure.left_img img {
	display: block;
	width: 100%;
}

figure.right_img {
	width: 140px;
	position: absolute;
	right: -150px;
}

figure.right_img img {
	display: block;
	width: 100%;
}

.column_img_figcaption img {
	width: 86px;
	display: inline-block;
	vertical-align: middle;
}

.column_img_figcaption figcaption {
	width: calc(100% - 92px);
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
}

.playStore_logo_wrap {
	text-align: center;
	padding-bottom: 25px;
}

.playStore_logo_wrap figure {
	max-width: 173px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.playStore_logo_wrap figure img {
	display: block;
	width: 100%;
}

.playStore_logo_wrap span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.img_content_col_wrap figure {
	width: 35.8%;
	display: inline-block;
	vertical-align: top;
}

.img_content_col_wrap figure img {
	display: block;
	width: 100%;
}

.img_content_col {
	width: calc(64.2% - 6px);
	display: inline-block;
	vertical-align: top;
	padding: 0 0 25px 30px;
}

.submit_your_story_content {
	text-align: center;
}

.submit_your_story_content .btn-epic {
	margin: 20px 0 30px;
}

.submit_your_story_content .download_entry_btn_wrap a {
	width: 135px;
	margin: 0 auto;
}

.digital_storytelling_trail_content_sec p a {
	color: rgb(11, 11, 11);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 0.18px;
	line-height: 1.3;
	display: inline-block;
	text-decoration: none;
}

.digital_storytelling_trail_content_sec p a:hover,
.digital_storytelling_trail_content_sec p a:focus {
	color: #e6007e;
}

.saparatore {
	height: 24px;
	background: url(assets/images/shadow-img2.png) no-repeat center center;
	background-size: 100%;
	height: 24px;
	display: block;
	margin: 0 0 40px;
}



/* Our Publications Sections CSS Starts Here
============================================================*/
.our_publications_banner_sec {
	padding: 102px 0 !important;
	height: auto !important;
}

.our_publications_banner_sec h1 {
	color: #000000;
	font-size: 60px;
}

.shop_listing_Sec {
	padding: 120px 0;
}

.product_filter_wrap {
	margin: 0 -50px;
}

.product_filter_links {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -15px;
	display: inline-block;
	vertical-align: middle;
}

.product_filter_links li {
	list-style: none;
	padding: 0 15px;
	margin: 0;
	display: inline-block;
}

.product_filter_links li a {
	display: block;
	color: rgb(10, 10, 10);
	font-family: "Montserrat";
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.9px;
	line-height: 1.45;
	text-transform: uppercase;
}

.product_filter_links li a:hover,
.product_filter_links li a:focus,
.product_filter_links li a.active {
	color: #e6007e;
	text-decoration: none;
}

.product_filter_wrap .woocommerce-ordering {
	display: inline-block;
	vertical-align: middle;
	width: 245px;
}

.product_filter_wrap select {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	width: 245px;
	padding: 10px 15px;
	color: #757575;
	border-color: #f5f5f5;
	background-color: #f2f2f2;
	background-image: url(assets/images/select-two.png);
	background-repeat: no-repeat;
	background-position: right 15px bottom 50%;
	background-size: 10px 5px;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
}

.product_list_wrap {
	text-align: center;
	padding: 40px 0;
}

.product_list_wrap::after {
	content: "";
	display: table;
	clear: both;
}

.product_list {
	width: calc(25% - 4px);
	display: inline-block;
	vertical-align: top;
	float: left;
	padding: 0 15px;
	margin-bottom: 40px;
}

/* .product_list:nth-child(2n+2) {
	float: right;
} */
.product_list:nth-child(4n+1) {
	clear: left;
}

.product_list figure a {
	display: block;
	position: relative;
	overflow: hidden;
}

.product_list figure a::after {
	content: "Find Out More";
	text-transform: uppercase;
	color: #ffffff;
	padding: 0;
	background: #e6007e;
	height: 40px;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
}

.product_list:hover figure a::after {
	bottom: 0;
}

.product_list figure img {
	display: inline-block;
}

.product_list h3 {
	margin-bottom: 0;
}

.product_list h3 a {
	color: #0b0b0b;
	display: inline-block;
}

.product_list h3 a:hover {
	color: #e6007e;
	text-decoration: none;
}

/* Product Single Page CSS Starts Here
============================================================*/
.top_product_single_sec {
	padding: 50px 0 150px;
}

.product_single_slider_wrap {
	width: calc(50% - 6px);
	display: inline-block;
	vertical-align: middle;
}

.product_details_content_wrap {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 50px;
}

.product_single_slider figure {
	text-align: center;
	margin: 0;
	display: block;
}

.product_single_slider figure img {
	display: inline-block;
}

.product_single_slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: static !important;
}

.product_single_slider .slick-dots li {
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
	display: inline-block;
	width: calc(20% - 3px);
	vertical-align: middle;
}

.product_single_slider .slick-dots li img {
	max-height: 117px;
	opacity: .6;
	max-width: 117px;
	display: inline-block;
	cursor: pointer;
}

.product_single_slider .slick-dots li:hover img,
.product_single_slider .slick-dots li.slick-active img {
	opacity: 1;
}

.woocommerce-breadcrumb {
	font-size: 14px;
	margin-bottom: 25px;
	color: #0a0a0a;
}

.woocommerce-breadcrumb a {
	color: #0a0a0a;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus {
	color: #e6007e;
	text-decoration: none;
}

.product_details_content_wrap p a:hover,
.product_details_content_wrap p a:focus {
	color: #e6007e;
	text-decoration: none;
}

.product_details_content_wrap ul,
.product_details_content_wrap ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
}



/* Discription Additinal Information CSS Starts Here
============================================================*/
.description_additional_info_sec {
	background: #f2f2f2;
	overflow: hidden;
}

.tabsmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.tabsmenu::after {
	border-bottom: 1px solid #d9d9d9;
	content: "";
	display: block;
	position: absolute;
	left: -200%;
	width: 500%;
	bottom: 0;
}

.tabsmenu li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
	padding: 30px 0 28px;
}

.tabsmenu li a {
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	position: relative;
}

.tabsmenu li a::after {
	height: 2px;
	background: #e6007e;
	content: "";
	display: block;
	position: absolute;
	bottom: -34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
}

.tabsmenu li a:hover:after,
.tabsmenu li.active a:after {
	width: 100%;
}

.tabsmenu li a:hover,
.tabsmenu li a:focus,
.tabsmenu li.active a {
	color: #e6007e;
	text-decoration: none;
}

.tabContainer {
	max-width: 866px;
	margin: 0 auto;
	padding: 70px 15px;
}

.tabContainer p a:hover,
.tabContainer p a:focus {
	color: #e6007e;
	text-decoration: none;
}

.tabContainer ul,
.tabContainer ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
}

.tabContainer table {
	border: none;
}

.tabContainer tr {
	border: none;
}

.tabContainer tr th,
.tabContainer tr td {
	padding: 20px 0;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	color: #0a0a0a;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.tabContainer tr td {
	text-align: right;
	font-family: "Catamaran", sans-serif;
	font-weight: 400;
	font-size: 22px;
	text-transform: inherit;
}

.related_products_sec .product_list {
	width: calc(25% - 4px);
	float: none;
}



/* Related Products CSS Starts Here
============================================================*/
.related_products_sec {
	padding: 120px 0 80px;
	position: relative;
}

.related_products_sec .container {
	position: relative;
}

.related_products_sec h2 {
	text-align: center;
}

.related_products_sec .pattern_image_wrap {
	bottom: auto;
	top: 350px;
	left: 110px;
	z-index: -1;
}

.yellow_par_effect {
	width: 126px;
	height: 126px;
	background: #fdf4b4;
	display: block;
	position: absolute;
	top: 0;
	right: -10px;
	z-index: -1;
	border-radius: 100%;
}

.podcast_video_sec {
	padding: 20px 0 30px;
}

.podcast_video_sec h2,
.podcast_video_sec .container>p {
	text-align: center;
}

.podcast_video_sec .container>figure {
	margin: 0 0 80px;
}

.podcast_video_sec .container>figure img {
	display: block;
	width: 100%;
}

.podcast_video_sec .saparatore {
	margin-bottom: 25px;
}

.podcast_listing_wrap {
	margin-bottom: 35px;
}

.img_cntent_description {
	margin-top: 35px;
}

.img_cntent_description figure {
	margin: 0;
}

.img_cntent_description figure img {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}

.img_cntent_description figure figcaption {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 306px);
	padding: 0 0 0 30px;
}

.two_col iframe {
	width: 100%;
	border: none;
	height: 300px;
}

.youtube_video_three_col_wrap,
.youtube_video_four_col_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.youtube_video_col {
	padding: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.youtube_video_four_col_wrap .youtube_video_col {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.youtube_video_iframe_wrap {
	padding-top: 56.25%;
	position: relative;
}

.youtube_video_iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.podcast_youtube_sec {
	padding: 30px 0;
}

.podcast_youtube_sec h2 {
	text-align: center;
}

.podcast_youtube_sec .saparatore {
	margin-bottom: 10px;
}





/* Monmday Moments page CSS Starts Here
============================================================*/
.monday_moment_content h3,
.monday_moment_content .h3 {
	font-size: 28px;
}

.monday_moment_content {
	padding-bottom: 35px;
}

.monday_moment_content figure img {
	width: 150px;
	float: left;
	margin: 0px 35px -10px 0;
}

.monday_moment_bottom_content {
	text-align: center;
	margin-top: 100px;
}

.monday_moment_bottom_content h3,
.monday_moment_bottom_content .h3 {
	font-size: 28px;
	margin-bottom: 10px;
}




/* Submit to Write On CSS Starts Here
============================================================*/
.submit_to_write_on_sec {
	padding: 70px 0 50px;
}

.submit_to_write_on_sec .compititions_lists {
	margin-bottom: 70px;
}

.submit_to_write_on_sec .compititions_content {
	padding: 80px 64px 44px;
}

.submit_to_write_on_sec .compititions_content a figure img {
	display: inline-block;
	max-height: 161px;
	margin: 0 30px;
	max-width: 300px;
}

.compititions_lists_three_col_wrap {
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.submit_to_write_on_sec .compititions_lists_three_col_wrap .compititions_content {
	padding: 80px 21px 44px;
}

.submit_to_write_on_sec .compititions_top_content {
	padding: 0;
}


/* Reading Groups Section CSS Starts Here
============================================================*/
.img_heading_wrap {
	text-align: center;
}

.img_heading_wrap figure a {
	display: inline-block;
}

.img_heading_wrap figure img {
	display: inline-block;
}

.reading_groups_sec .container>.download_entry_btn_wrap {
	max-width: 404px;
	margin: 0 auto;
}

.slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.slick-dots li {
	list-style: none;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	border: solid 1px grey;
	background: grey;
	box-sizing: border-box;
	padding: 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	background: transparent;
}

.content_sec .product_filter_links {
	padding-left: 0;
	margin: 0 -15px 30px;
	text-align: left !important;
}




/* Transition CSS Starts Here
============================================================*/
.main_nav li a::after,
.main_nav li a,
.button,
.our_latest_prod_col h3 a,
.testimonial_slider .slick-arrow,
.contact_uc_content p a,
.main_nav li ul,
.content_sec a,
.sidebar_links ul li a,
.breadcump li a,
.btn_arrow>span,
.mnt_evnt_nwsltr_list h4 a,
.llbd_library_content_sec a,
.center_content_sec p a,
.next_prev_event_links .prev_event,
.next_prev_event_links .next_event,
.events_list_after_content p a,
.event_content_sec p a,
.compititions_content>figure,
.video_play,
.video_play::before,
.mfp-wrap .mfp-close,
.winneraccordion>h3,
.book_icon img,
.winneraccordionSubContainer h3 a,
.digital_storytelling_trail_content_sec a,
.product_filter_links li a,
.product_list figure a::after,
.product_list h3 a,
.product_single_slider .slick-dots li img,
.woocommerce-breadcrumb a,
.product_details_content_wrap p a,
.tabsmenu li a,
.tabsmenu li a::after,
.slick-dots li button {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

::-moz-selection {
	color: #ffffff;
	background: #e6007e;
}

::selection {
	color: #ffffff;
	background: #e6007e;
}

.site_loader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	display: block;
	z-index: 999999999;
}

.site_loader figure {
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-id-324 .center_content_sec img {
	width: auto;
}

.page-id-78028 .center_content_sec img {
	width: auto;
}

#display-fl-option {
	padding: 45px;
	text-align: center;
	background: #f9b233;
	color: #0b0b0b;
	font-weight: 700;
	margin: 45px 0 0;
	font-size: 1.2em;
}

#first-line-options {
	display: none;
}

.btn-center {
	text-align: center;
}



/* Our Publications New Page CSS Starts Here
=======================================================*/
.title_with_banner_slide_sec {
	padding: 100px 0 0;
}

.title_with_banner_slide_sec h1 {
	font-size: 58px;
	line-height: 1.206896551724138;
	text-transform: lowercase;
	max-width: 580px;
	text-align: center;
	margin: 0 auto 120px;
}

.title_with_banner_slide_sec h1 strong {
	color: #e6007e;
	display: inline-block;
}

.title_with_banner_slide_sec h1 span {
	position: relative;
	display: inline-block;
}

.title_with_banner_slide_sec h1 span::after {
	content: "";
	height: 22px;
	background: #ffee00;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	z-index: -1;
}

.title_with_banner_img_slider .slick-dots {
	position: static;
	padding-top: 29px;
}

.title_with_banner_img_slider .slick-dots li button {
	display: inline-block;
	width: 16px;
	height: 3px;
	background: #e6007e;
	border: none;
	border-radius: 0;
	opacity: 0.5;
}

.title_with_banner_img_slider .slick-dots li.slick-active button,
.title_with_banner_img_slider .slick-dots li button:hover,
.title_with_banner_img_slider .slick-dots li button:focus {
	opacity: 1;
}

.title_with_banner_img_slider figure {
	margin: 0;
}

.title_with_banner_img_slider figure img {
	display: block;
	width: 100%;
}

.title_with_banner_slide_sec .container {
	position: relative;
}

.title_with_banner_slide_sec .pattern_image_wrap {
	z-index: -1;
	top: 360px;
	left: -90px;
}

.design_services_sec {
	padding: 106px 0;
}

.design_services_col_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.design_services_col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 15px;
	text-align: center;
}

.design_services_col figure {
	display: block;
	margin: 0 0 26px;
}

.design_services_col figure img {
	display: inline-block;
}

.design_services_col h3 {
	font-size: 24px;
	margin: 0 0 13px;
}

.design_services_col h3 a {
	display: inline-block;
	position: relative;
	color: #0b0b0b;
}

.design_services_col h3 a::after {
	content: "";
	height: 10px;
	background: #ffee00;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	z-index: -1;
}

.design_services_col p {
	font-size: 16px;
}

.skill {
	margin-bottom: 35px;
}

.skill h6 {
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .075em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.progress-bar {
	background-color: #e6e6e6;
	border-radius: 0;
	height: 7px;
	position: relative;
	overflow: hidden;
}

.progress {
	background-color: #00a1e6;
	/* Progress color */
	height: 100%;
	border-radius: 0;
	/* Rounded corners */
}

.big_btn.btn-pink-epic {
	max-width: 140px;
	height: 48px;
}

.big_btn.btn-pink-epic span {
	top: 5px;
}

.professional_skill_sec {
	background: #f5f5f5;
	padding: 120px 0;
}

.professional_skill_sec .two_col figure {
	margin: 65px 50px 0 0;
	position: relative;
	z-index: 1;
}

.professional_skill_sec .two_col figure::after {
	content: '';
	position: absolute;
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	border: 10px solid #00bec5;
	z-index: -1;
}

.professional_skill_content {
	padding-right: 50px;
}

.professional_skill_content p {
	margin-bottom: 50px;
}

.professional_skill_content .big_btn.btn-pink-epic {
	margin-top: 35px;
}

.we_are_design_development_sec {
	padding: 120px 0;
	background: #00bec5;
	position: relative;
	overflow: hidden;
}

.we_are_design_development_content {
	text-align: center;
	color: #ffffff;
	max-width: 620px;
	margin: 0 auto;
}

.we_are_design_development_content figure {
	display: block;
}

.we_are_design_development_content figure img {
	display: inline-block;
}

.we_are_design_development_content h2 {
	color: #ffffff;
	font-size: 38px;
}

.yellow_roundbar {
	background: #fdf4b4;
	width: 380px;
	height: 380px;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: -160px;
	left: -160px;
}

.pattern_img_white {
	max-width: 310px;
	bottom: 0;
	right: -100px;
	position: absolute;
	z-index: 0;
}

.page-id-154 .is-layout-flex> :is(*, div) {
	margin: 0 auto;
}

.newsletter-subscibe #mc-heading {
	font-size: 25px;
}

.newsletter-subscibe #mc_embed_signup form .btn-epic div {
	top: 8px;
}

.newsletter-subscibe #mc_embed_signup form {
	text-align: center;
}

.newsletter-subscibe #mc_embed_signup input.email {
	display: inline-block;
}


.newsletter-subscibe #mc-embedded-subscribe {
	background-color: #e6007e;
	border: none;
	color: #fff;
	margin-top: 30px;
}

.title-center-howtoguide {
	padding: 70px 0;
}

.three-new-boxes h4.wp-block-heading {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, transparent), color-stop(5%, #ffee00), color-stop(37%, #ffee00), color-stop(37%, transparent));
	background: -webkit-linear-gradient(bottom, transparent 5%, #ffee00 5%, #ffee00 37%, transparent 37%);
	background: linear-gradient(to top, transparent 5%, #ffee00 5%, #ffee00 37%, transparent 37%);
	display: inline;
	font-size: 24px !important;
}

.three-new-boxes {
	text-align: center;
	margin-bottom: 100px;
}

.three-new-boxes .wp-block-button__link:hover,
.three-new-boxes .wp-block-button__link:focus {
	background: rgba(80, 196, 35, 1) !important;
	color: #ffffff !important;
}

.floating-img {
	width: 300px;
	float: right;
	margin: 0 0 20px 30px;
}

.winners_content_sec h2.wp-block-heading {
	display: inline;
}

.button_style_other {
	margin-top: -20px !important;
	margin-bottom: 50px !important;
}

.button_style_other>div {
	width: 100% !important;
	padding: 0 !important;
}

.button_style_other a {
	color: #fff !important;
	border-color: #4CADC9 !important;
	background-color: #4CADC9 !important;
}

.button_style_other a:hover,
.button_style_other a:focus {
	background: #00a1e6 !important;
}

.winners_content_sec ul,
.winners_content_sec ol {
	margin-left: 0;
	padding-left: 20px;
}

.winners_content_sec+.button_style_other {
	margin-top: -50px !important;
}

blockquote {
	margin-bottom: 80px;
}

.page-title {
	font-family: Montserrat;
	font-size: 58px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.22;
	text-transform: none;
	color: #0b0b0b;
	max-width: 623px;
	padding-top: 50px;
}

.remove_first_ol_style {
	list-style: none;
	padding: 0;
	margin: 0;
}

.remove_first_ol_style ol {
	margin-left: 10px;
}

.tags-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}

.tags-list li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	line-height: 1;
}

.tags-list li span {
	line-height: 1;
}

.tags-list li a {
	color: rgb(10, 10, 10);
	cursor: pointer;
	display: inline;
	font-family: Catamaran;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.088px;
	line-height: 1;
}

.tags-list li::before {
	content: ",";
	display: inline-block;
	margin: 0 5px 0 0;
}

.tags-list li:first-child:before {
	display: none;
}

.blog-list-tags h5 {
	font-style: normal;
	line-height: inherit;
	display: inline;
	margin: 0;
	padding-right: 4px;
	color: #828282;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .075em;
	text-transform: uppercase;
}

.blog-list-tags {
	margin: 50px 0;
}

.our_latest_prod_single_col_wrap {
	margin: 0;
}

.our_latest_prod_single_col_wrap .news-listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.our_latest_prod_single_col_wrap .news-listing .our_latest_prod_col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.thumbnail-container {
	padding-bottom: 41%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-result-count {
	display: none;
}