/*!


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Herplan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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: 'Montserrat', 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: #485B48;
}

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: 0;
}

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 {
	width: auto;
	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{
	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;
}



/*=================================
==========================================*/
body{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #676767;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
    background: #fff;
}
.wrapper{
    padding: 0 25px;
    max-width: 1230px;
    margin: 0 auto;
}
a{ 
    text-decoration: none;
}
p{
    margin-bottom: 25px;
}
p:last-child{
    margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1{ 
    color: #485B48;
	font-size: 150px;
	line-height: normal;
	font-weight: 300;
	margin: 0 0 20px;
	font-family: "turbinado-pro", sans-serif;
	font-weight: 300;
}
h2{ 
    color: #485B48;
    font-size: 76px;
    line-height: normal;
    font-weight: 300;
    padding: 0;
    margin: 0px 0 20px 0px;
}

.btn{
	background: #7B816D;
    border-radius: 4px;
    padding: 0 24px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: ease-in-out all 0.25s;
    display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
.btn.no-bg{
	background: transparent;
	color: #485B48;
	border: 1px solid #7B816D;
	margin-left: 12px;
}
.btn:hover{
    background: #485B48;
    color: #fff;
}
.btn.white{
	background: #fff;
	color: #485B48;
}
.btn.white:hover{
	background: #b7b3dd;
    color: #fff;
}
.single .btn.white:hover{
	background: #485B48;
	color: #fff;
}

.single .sidebar-cta{
	display: block;
	text-align: center;
	padding: 13px 28px;
	line-height: normal !important;
	margin: 0 0 20px!important;
	width: 100%;
	font-weight: 500;
	font-size: 14px;
}


/*-------------Header-------------*/
.header-wrap{
	background-color: #485B48;
	padding: 11px 0;
}
.home .header-wrap{
	display: none;
}
.logo{
	max-height: 61px;
	max-width: 114px;
}

/*story-intro*/
.story-wrap{
	position: relative;
	overflow-x: clip;
	padding: 0 90px;
}
.story-intro{
	position: relative;
	padding: 20px 0;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.story-intro-box{
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.story-intro-box h1{
	margin: 0 0 34px;
}
.story-intro-box p{
	margin-bottom: 34px;
}

.round-image{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	border: 4px solid #ECE8E2;
	border-radius: 50%;
	z-index: 9;
	transition: ease-in-out 0.25s all;
}

/*Tooltip*/
.tooltip-info{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 3px solid #6CBCAF;
	font-size: 14px;
	line-height: 20px;
	color: #090C13;
	padding: 13px 24px;
	border-radius: 18px;
	width: 455px;
	z-index: 9999;
	position: absolute;
	left: 50%;
	top: 60%;
	opacity: 0;
	visibility: hidden;
	transition: ease-in-out 0.25s all;
}
.tooltip-info h4{
	color: #6CBCAF;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
    margin: 0 0 4px;
	font-family: 'Montserrat', sans-serif;
}
.tooltip-info p{
	margin: 0;
}
.round-image:hover .tooltip-info{
	opacity: 1;
	visibility: visible;
	left: 70%;
}
.round-image#story-11 .tooltip-info,
.round-image#story-12 .tooltip-info,
.round-image#story-13 .tooltip-info,
.round-image#story-14 .tooltip-info,
.round-image#story-15 .tooltip-info,
.round-image#story-16 .tooltip-info,
.round-image#story-17 .tooltip-info,
.round-image#story-18 .tooltip-info,
.round-image#story-19 .tooltip-info,
.round-image#story-20 .tooltip-info,
.round-image#story-21 .tooltip-info,
.round-image#story-22 .tooltip-info{
	left: -390px;
}
.round-image#story-11:hover .tooltip-info,
.round-image#story-12:hover .tooltip-info,
.round-image#story-13:hover .tooltip-info,
.round-image#story-14:hover .tooltip-info,
.round-image#story-15:hover .tooltip-info,
.round-image#story-16:hover .tooltip-info,
.round-image#story-17:hover .tooltip-info,
.round-image#story-18:hover .tooltip-info,
.round-image#story-19:hover .tooltip-info,
.round-image#story-20:hover .tooltip-info,
.round-image#story-21:hover .tooltip-info,
.round-image#story-22:hover .tooltip-info{
	left: -420px;
}


/* @keyframes roundFade { 
    0% { 
        opacity: 1; 
		transform: translateY(0) !important;
    } 
    100% { 
        opacity: 0.55; 
		transform: translateY(20) !important;
    } 
}  */

.round-image img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	transition: ease-in-out 0.3s opacity;
	opacity: 1;
}
.round-image.fade img{
	/* animation-name: roundFade; */
	opacity: 0.5;
}
.round-image.result_fade{
	z-index: 9999;
	opacity: 1;
}
.round-image.result_fade:hover img{
	opacity: 1;
}
.round-image#story-1 {
    top: 10%;
    left: 3%;
    width: 103px;
    height: 103px;
}
.round-image#story-2 {
    top: 13%;
    left: 12%;
    width: 146px;
    height: 146px;
}
.round-image#story-3 {
    top: 23%;
    left: 21%;
    width: 103px;
    height: 103px;
}
.round-image#story-4 {
    top: 3%;
    left: 21%;
    width: 103px;
    height: 103px;
}
.round-image#story-5 {
    top: 25%;
    left: 0%;
    width: 206px;
    height: 206px;
}
.round-image#story-6 {
    top: 47%;
    left: 6%;
    width: 146px;
    height: 146px;
}
.round-image#story-7 {
    top: 60%;
    left: 0%;
    width: 103px;
    height: 103px;
}
.round-image#story-8 {
    top: 70%;
    left: 7%;
    width: 103px;
    height: 103px;
}
.round-image#story-9 {
    top: 79%;
    left: 0%;
    width: 146px;
    height: 146px;
}
.round-image#story-10 {
    top: 76%;
    left: 15%;
    width: 206px;
    height: 206px;
}
.round-image#story-11 {
    top: 84%;
    left: 70%;
    width: 103px;
    height: 103px;
}
.round-image#story-12 {
    top: 71%;
    left: 77%;
    width: 146px;
    height: 146px;
}
.round-image#story-13 {
    top: 70%;
    left: 88%;
    width: 206px;
    height: 206px;
}
.round-image#story-14 {
    top: 57%;
    left: 81%;
    width: 103px;
    height: 103px;
}
.round-image#story-15 {
	top: 42%;
    left: 84%;
    width: 146px;
    height: 146px;
}
.round-image#story-16 {
    top: 53%;
    left: 93%;
    width: 103px;
    height: 103px;
}
.round-image#story-17 {
    top: 17%;
    left: 76%;
    width: 206px;
    height: 206px;
}
.round-image#story-18 {
    top: 22%;
    left: 93%;
    width: 103px;
    height: 103px;
}
.round-image#story-19 {
    top: 1%;
    left: 86%;
    width: 146px;
    height: 146px;
}
.round-image#story-20 {
    top: 5%;
    left: 73%;
    width: 103px;
    height: 103px;
}
.round-image#story-21 {
    top: 15%;
    left: 63%;
    width: 146px;
    height: 146px;
}
.round-image#story-22 {
    top: 4%;
    left: 56%;
    width: 103px;
    height: 103px;
}


/*featured-stories
----------------------------*/
.featured-stories{
	position: relative;
	padding-bottom: 30px;
	margin-top: 174px;
}

.section-title{
	text-align: center;
	margin-bottom: 100px;
}
.section-title h4{
	position: relative;
	color: #7B816D;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 46px;
	font-weight: 600;
}
.section-title h4:before{
	content: "";
	position: absolute;
	background-color: #7B816D;
	height: 2px;
	width: 38%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.31;
}
.section-title h4:after{
	content: "";
	position: absolute;
	background-color: #7B816D;
	height: 2px;
	width: 38%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.31;
}


.story-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 96px;
	flex-direction: row-reverse;
}
.story-box-image{
	width: 396px;
	margin-right: -293px;
	margin-top: -22px;
	position: relative;
	z-index: 2;
}
.story-box-image img{
	border-radius: 16px;
    display: block;
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.story-box-content{
	width: calc(100% - 103px);
	padding: 58px 114px 76px 343px;
	border-radius: 16px;
	background: #485B48;
	position: relative;
	z-index: 1;
	color: #fff;
}
.story-box-content h2{
	margin-bottom: 16px;
	color: #fff;
	font-size: 76px;
	font-family: "turbinado-pro", sans-serif;
	font-weight: 300;
}

.story-box:nth-child(2n){
	flex-direction: unset;
}
.story-box:nth-child(2n) .story-box-content{
	padding: 58px 343px 76px 57px;
}
.story-box:nth-child(2n) .story-box-image{
	margin-left: -293px;
	margin-right: inherit;
}

.story-box:nth-child(3) .story-box-content{
	background: #7B826D;
}
.story-box:nth-child(2) .story-box-content{
	background: #B7D3DD;
}
.story-box:nth-child(2) .story-box-content h2,
.story-box:nth-child(2) .story-box-content p{
	color: #485B48;
}
.story-box:nth-child(2) .story-box-content .btn{
	background: #7B816D;
	color: #fff;
}
.story-box:nth-child(2) .story-box-content .btn:hover{
	background: #485b48;
	color: #fff;
}

/*flower-overlay-1*/

.flower-overlay-1{
	position: absolute;
	left: 0;
	top: -170px;
	z-index: -1;
}
.flower-overlay-2{
	position: absolute;
	right: 0;
	top: -30px;
	z-index: -1;
}
.flower-overlay-3{
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
}
.flower-overlay-4{
	position: absolute;
	right: -125px;
	top: -12px;
	z-index: -1;
}
.flower-overlay-5{
	position: absolute;
	right: 0;
	bottom: 0px;
	z-index: -1;
}
.flower-overlay-6{
	position: absolute;
	left: -90px;
	top: 0px;
	z-index: -1;
}
.flower-overlay-7{
	position: absolute;
	right: -90px;
	top: 212px;
	z-index: -1;
}
.flower-overlay-8{
	position: absolute;
	left: -115px;
	top: 32%;
	z-index: -1;
}
.flower-overlay-9{
	position: absolute;
	right: -130px;
    top: -26px;
	z-index: -1;
}
.flower-overlay-10{
	position: absolute;
	right: -70px;
	bottom: -20px;
	z-index: -1;
}
.flower-overlay-11{
	position: absolute;
    right: -60px;
    bottom: -40px;
	z-index: -1;
}

/*more-stories*/
.more-stories{
	background: #b7d3dd;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.section-title{
	margin-bottom: 83px;
}
.section-title h2{
	font-size: 24px;
	font-weight: 500;
	line-height: 46px;
	color: #2361A8;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}
.section-title h2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	height: 2px;
	background-color: #2361A8;
	opacity: 14%;
}
.section-title h2:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	height: 2px;
	background-color: #2361A8;
	opacity: 14%;
}

.content-with-sidebar{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.cws-content{
	width: calc(100% - 276px);
	padding-right: 24px;
	
}
.cws-content-wrap{
	display: flex;
    flex-wrap: wrap;
	margin: 0 -12px;
}
.cws-content-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.cws-content-col{
	background-color: #fff;
	width: calc(33.33% - 24px);
	margin: 0 12px 64px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	top: 0;
	transition: ease-in-out 0.25s top;
}
.cws-content-col:hover{
	top: -10px;
}
.image-box{
	overflow: hidden;
	position: relative;
	border-radius: 10px 10px 0 0;
}
.image-box img{
	border-radius: 10px 10px 0 0;
	display: block;
	height: 210px;
	width: 100%;
	object-fit: cover;
	transition: ease-in-out 0.25s transform;
}
.content-box{
	padding: 20px 24px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	font-size: 14px;
	line-height: 22px;
	color: #949494;
	min-height: 163px;
}
.content-box span{
	display: block;
	margin: 0 0 8px;
	font-size: 10px;
	line-height: 13px;
	text-transform: uppercase;
}
.content-box h3{
	font-size: 18px;
	line-height: normal;
	color: #7B816D;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 13px;
}
.cws-content h4{
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
	margin: 0 0 40px;
}
.cws-content h4 a{
	color: #000;
	transition: ease-in-out 0.25s color;
}
.cws-content h4 a:hover{
	color: #7C866B;
}
.post-categories{
	list-style: none;
	padding: 0;
	margin: 0;
}
.read-link{
	position: absolute;
	left: 50%;
	top: 62px;
	width: 88px;
	height: 88px;
	background-color: #C8B791;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: ease-in-out 0.4s opacity;
}

.cws-content-col:hover{
	box-shadow: 0px 10px 20px #22538D74;
	transition: ease-in-out 0.25s box-shadow, ease-in-out 0.25s top;
}
.cws-content-col:hover .image-box img{
	transform: scale(1.1);
}
.cws-content-col:hover .read-link{
	opacity: 1;
	visibility: visible;
}



.cws-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}








/*sidebar*/
.cws-sidebar{
	width: 276px;
	position: relative;
}
.widget-box{
	background-color: #fff;
	padding: 25px 19px;
	border-radius: 10px;
	margin-bottom: 16px;
	z-index: 2;
	position: relative;
}
.single .widget-box{
	background: #F2F2F2;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
}

.widget-box input[type="search"]{
	background: #F0F0F0;
	border-radius: 6px 6px 0 0;
	width: 100%;
	outline: 0;
	line-height: 44px;
	padding: 0 10px;
	font-size: 14px;
	columns: #252525;
	border: 0;
    border-bottom: 2px solid rgba(224, 224, 224, 1);
}
.widget-box input[type="submit"]{
	background: url(../images/search-icon.png) no-repeat right center;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.widget-box strong{
	display: block;
	color: #252525;
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: normal;
}
.widget-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-box ul li{
	color: #949494;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	display: block;
	margin-bottom: 0px;
}
.rpwwt-post-excerpt{
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: #949494;
}
.widget-box ul li span{
	font-size: 12px;
	line-height: 14px;
	color: #7B816D;
	font-weight: 600;
	display: block;
	margin-bottom: 7px;
}
.single .widget-box ul li span{
	color: #7C866B;
}
.single .widget-box ul li:hover span{
	color: #7C866B;
}

.rpwwt-widget ul li{
	margin: 0 0 16px !important;
}

.rpwwt-widget ul li img{
	display: inline;
    float: left;
	object-fit: cover;
	object-position: center center;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
	width: 42px;
	height: 46px;
	border-radius: 8px;
	margin: 0 10px 0 0;
}
.rpwwt-post-excerpt span{
	display: inline-block !important;
}
.widget-box select{
	width: 100%;
	padding: 0 10px;
	line-height: 44px;
	height: 44px;
	background: #F0F0F0 0% 0% no-repeat padding-box;
	border-radius: 6px;
}
.single .widget-box select{
	background: #fff;
}
.single .widget-box input[type="search"]{
	background: #fff;
}


/*Footer
=======================*/
.footer{
	background-color: #252525;
	padding: 15px 0;
}
.footer-main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
}
.social-share a{
	color: #fff;
    font-size: 16px;
    margin-left: 10px;
    transition: ease-in-out 0.25s color;
    border: 1px solid #ccc !important;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 !important;
    width: 32px;
    height: 32px;
	line-height: 24px;
}
.social-share a:hover{
	color: #485B48;
}
.made-by a{
	color: #fff;
	font-size: 10px;
    text-transform: uppercase;
}


/*story single*/
.story-single{
	padding: 16px 0 65px;
	position: relative;
    overflow: hidden;
}
.breadcrumb{
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	color: #484747;
	margin-bottom: 62px;
}
.breadcrumb ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.breadcrumb ul li{
	list-style: inherit;
}
.breadcrumb ul li a{
	color: #2261AC;
}
.story-single h1{
	font-size: 96px;
	color: #090C13;
	line-height: normal;
	margin: 0;
}
.story-img{
	margin-bottom: 40px;
}
.story-img img{
	width: 100%;
	object-fit: cover;
	height: 482px;
	border-radius: 16px;
}
.single .cws-content{
	padding-right: 44px;
}

.single .cws-content .cws-main-content-row{
	padding: 0 0 64px;
	margin: 0 0 41px;
	border-bottom: 1px solid #E0E0E0;
}

.single .cws-content .cws-main-content-row:last-child{
	margin: 0;
	padding: 0;
	border-bottom: 0;
}

.single .cws-content .cws-main-content-row .social-share{
	margin-top: 30px;
}

.single .cws-content .cws-main-content-row .btn{
	margin-top: 25px;
}

.external_link{
	margin-bottom: 47px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #7C866B;
}
.external_link a {
	text-decoration: underline;
	color: #7C866B;
}
.single .btn{
	line-height: 57px;
	margin-right: 15px;
	margin-top: 40px;
}
.single .her-plan{
	border: 1px solid rgba(123, 128, 109, 1);
}
.her-plan span{
	width: 0;
	overflow: hidden;
	display: none;
	transition: ease-in-out0.25s width;
}
.single .her-plan:hover span{
	width: auto;
	display: inline-flex;
}
.single hr{
	padding: 0;
	margin: 31px 0 36px;
	background-color: #E0E0E0;
}
.social-share{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.social-share strong{
	font-size: 14px;
	font-weight: 600;
	color: #252525;
}



/*post-pager*/
.post-pager{
	background-color: #485B48;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.prev-post{
	width: 50%;
	text-align: right;
	position: relative;
}
.next-post{
	width: 50%;
}
.post-pager img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	display: block;
}

.post-pager .nav-links a{
	display: block;
	height: 100px;
}

.post-pager .post-title{
	font-size: 26px;
}



.navigation.post-navigation{
	width: 100%;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links{
	width: 100%;
}
.screen-reader-text{
	display: none;
}
.meta-nav{
	position: absolute;
    right: 50px;
    top: 36%;
    z-index: 3;
    width: 50%;
    text-align: right;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{
	text-align: initial;
}
.nav-links a{
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.meta-nav-prev{
	position: absolute;
    right: 50px;
    top: 30%;
	z-index: 3;
}
.meta-nav-next{
	position: absolute;
	left: 50px;
	top: 30%;
	z-index: 3;
}
.post-title{
	position: absolute;
	right: 50px;
	top: 50%;
	z-index: 3;
	font-size: 32px;
	line-height: 32px;
	font-weight: 600;
	color: #FFFFFF;
	transition: ease-in-out 0.25s color;
}
.nav-next .post-title{
	right: inherit;
	left: 50px;
	transition: ease-in-out 0.25s color;
}
.meta-nav-overlay{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100%;
	background: #ACCEF7;
	z-index: 1;
	transition: ease-in-out 0.25s background,ease-in-out 0.25s opacity;
	opacity: 0;
}

.alm-listing .alm-reveal {display:flex;flex-wrap: wrap;}
.nav-previous a::after{
	content: "\f060";
	font-family: 'Font Awesome 6 Pro';
	font-size: 28px;
    font-weight: 400;
	position: absolute;
	left: 25%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: ease-in-out 0.25s color;
}
.nav-next a::after{
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	font-size: 28px;
    font-weight: 400;
	position: absolute;
	right: 25%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: ease-in-out 0.25s color;
}

.nav-next a::before{
	background-color: #fff;
	content: '';
	position: absolute;
	left: 0;
	top: 24px;
	width: 1px;
	height: calc(100% - 42px);
}

.nav-next a:hover::after,
.nav-previous a:hover::after,
.nav-previous a:hover .post-title,
.nav-next a:hover .post-title{
	color: #fff;
	z-index: 9;
}
.content-with-sidebar .cws-content .alm-btn-wrap .alm-load-more-btn{
	background: #7B816D;
    border-radius: 4px;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: ease-in-out all 0.25s;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
	line-height: 57px;
	height: auto;
}

.nav-links a:hover .meta-nav-overlay{
	opacity: 1;
}

/*archive*/
.archive .more-stories,
.search-results .more-stories{
	background: #ededed;
}
.archive h2,
.search-results h2{
	font-size: 42px;
	font-weight: 400;
}
.archive h1{
	font-size: 120px;
	margin-bottom: 50px;
}
.search-results h1{
	font-size: 100px;
	margin-bottom: 50px;
}

.archive .nav-next,
.search .nav-next{
	text-align: right;
	color: #333;
}
.archive .nav-previous a,
.archive .nav-next a,
.search .nav-previous a,
.search .nav-next a{
	color: #333;
}
.archive .nav-previous a,
.search .nav-previous a{
    color: #333;
    padding: 0 0 0 40px;
}
.archive .nav-next a,
.search .nav-next a {
    color: #333;
    padding:0 40px 0 0 ;
}
.archive .nav-next a::after,
.search .nav-next a::after{
	right: 0;
}
.archive .nav-previous a::after,
.search .nav-previous a::after{
	left: 0;
}
.entry-meta{
	margin-bottom: 12px;
}
article{
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
}
article img{
	height: 495px;
	width: 100%;
	object-fit: cover;
}
article:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #cfcfcf;
}

.publication-name{
	font-weight: 600;
    margin-bottom: 30px;
    color: #485B48;
}

#ajax-content-wrap .container-wrap,
#ajax-content-wrap .row{
	padding-top: 0;
	padding-bottom: 0;
}


/**/
.box-content{
	max-width: 800px;
	margin: 30px auto;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(53,105,128,.3),0 6px 20px 0 rgba(165,200,213,.41);
	padding: 40px;
	min-height: calc(100vh - 30px);
	color: #444;
}
.box-content img{
	width: 210px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
.box-content h2{
	font-size: 56px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 600;
	color: #444;
}
.box-content p{
	margin-bottom: 30px;
}


/*
font-family: 'Montserrat', sans-serif;
*/



/*Responsive*/
@media only screen and (max-width: 1400px) { 
	.round-image#story-12 { top: 69%; left: 69%;}
	.round-image#story-13{ left: 83px;}
}
@media only screen and (max-width: 1169px) { 
	.round-image#story-2 { top: 11%; left: 15%;}
	.round-image#story-21 { top: 13%; left: 60%;}
	.round-image#story-18 { top: 33%; left: 90%;}
	.round-image#story-6 { top: 43%; left: 0;}
	.round-image#story-13 { left: 13%; top: 61%;}
	.round-image#story-5 { top: 24%; left: -3%;}
	.round-image#story-8{ left: -4%;}
	.round-image#story-10{ left: 24%;}
}
@media only screen and (max-width: 1023px) { 
	.box-content h1 {font-size: 40px; line-height: 50px;}

	.tooltip-info{ display: none !important;}

	.cws-content { width: calc(100% - 0px); padding-right: 24px;}
	.cws-sidebar { width: 100%; margin-top: 80px;}
	.flower-overlay-7, .flower-overlay-7{ z-index: -1;}
	.story-box-image{ width: 242px;}
	.story-box-image { width: 296px; margin-right: -300px;}
	.story-box-content { width: calc(100% - 25px); padding: 58px 30px 76px 323px;}
	.cws-content-col { width: calc(50% - 24px); margin-bottom: 33px;}
	.section-title h4:before{ width: 33%;}
	.section-title h4:after{ width: 33%;}
	.section-title h4{ font-size: 20px;}

	.round-image#story-13 { top: 94%; left: 78%;}
	.single .cws-content { padding-right: 0;}
	.story-single {	padding: 16px 70px 65px;}
	.story-box{ margin-bottom: 54px;}
	.featured-stories{ padding: 0 40px;}
	
	.story-box-content{ font-size: 16px; line-height: 24px; padding: 58px 30px 35px 293px;}
	.story-box:nth-child(2n) .story-box-content { padding: 58px 287px 34px 35px;}
	.story-box-content h2{ font-size: 66px;}

	.round-image#story-21{ display: none;}
	.round-image#story-22{display: none;}
	.story-wrap { padding: 0 80px 0 46px;}

	.story-intro-box { max-width: 290px;}
	.story-intro-box h1 {
		margin: 0;
		line-height: normal;
		font-size: 99px;
	}
	.round-image#story-1 { top: 1%; left: -2%; width: 77px; height: 77px;}
	.round-image#story-4 { top: 6%; left: 24%; width: 77px; height: 77px;}  
	.round-image#story-2 {
		top: 10%;
		left: 5%;
		width: 109px;
		height: 109px;
	}
	.round-image#story-3 {
		top: 24%;
		left: 20%;
		width: 77px;
		height: 77px;
	}
	.round-image#story-5 {
		top: 31%;
		left: -3%;
		width: 155px;
		height: 155px;
	} 
	.round-image#story-6 {
		top: 55%;
		left: 8%;
		width: 114px;
		height: 114px;
	}
	.round-image#story-7 {
		top: 80%;
		left: 10%;
		width: 81px;
		height: 81px;
	}
	.round-image#story-8 {
		top: 71%;
		left: -4%;
		width: 81px;
		height: 81px;
	}
	.round-image#story-9 {
		top: 92%;
		left: -4%;
		width: 114px;
		height: 114px;
	}
	.round-image#story-10 {
		left: 20%;
		top: 90%;
		width: 161px;
		height: 161px;
	}
	.round-image#story-11 {
		top: 100%;
		left: 54%;
		width: 80px;
		height: 80px;
	}
	.round-image#story-12 {
		top: 83%;
		left: 65%;
		width: 113px;
		height: 113px;
	}
	.round-image#story-13 {
		top: 82%;
		left: 90%;
		width: 135px;
		height: 135px;
	}
	.round-image#story-14 {
		top: 71%;
		left: 78%;
		width: 80px;
		height: 80px;
	}
	.round-image#story-15 {
		top: 48%;
		left: 81%;
		width: 115px;
		height: 115px;
	}
	.round-image#story-16 {
		top: 68%;
		left: 94%;
		width: 80px;
		height: 80px;
	}
	.round-image#story-17 {
		top: 11%;
		left: 83%;
		width: 160px;
		height: 160px;
	}
	.story-wrap {
		padding: 30px 80px 0 46px;
	}
	.round-image#story-20 {
		top: 0%;
		left: 50%;
		width: 80px;
		height: 80px;
	}
	.round-image#story-19 {
		top: 10%;
		left: 60%;
		width: 114px;
		height: 114px;
	}
	.round-image#story-18 {
		top: 2%;
		left: 76%;
		width: 80px;
		height: 80px;
	}


	.post-pager .post-title{
		font-size: 24px;
	}


}

@media only screen and (max-width: 767px) {
	.story-wrap { padding: 0 50px 75px; }
	.flower-overlay-1, .flower-overlay-2, .flower-overlay-3, .flower-overlay-4, .flower-overlay-5{ z-index: -1;}
	.cws-content-col { width: 100%; margin: 0 0 24px;}
	.cws-content{ padding-right: 0;}
	.wrapper { padding: 0 35px;}

	.story-box-content{ padding: 20px 20px 40px; order: 1; width: 100%;}
	.featured-stories { padding: 0;}
	.story-box-image img{ height: 251px;}
	.story-box-content h2 { font-size: 48px;}
	.story-box-image { width: auto; margin-right: 0;}
	.story-box { background: #485B48; border-radius: 15px; margin-top: 120px;}
	.story-box:nth-child(3){ background: #7B826D;}
	.story-box:nth-child(2n){ background: #B7D3DD;}
	.story-box:nth-child(2n) .story-box-image {	margin-left: 0;}
	
	.story-box-image { width: auto; margin-right: 0; padding: 0 20px; margin-top: -80px;}
	.section-title h4:before{ width: 8%;}
	.section-title h4:after{ width: 8%;}
	.section-title h2:before{ width: 25%;}
	.section-title h2:after{ width: 25%;}
	.story-box:nth-child(2n) .story-box-content{ padding: 20px; order: 1; width: 100%;}

	.round-image{ display: none;}
	.round-image#story-2,
	.round-image#story-3,
	.round-image#story-4,
	.round-image#story-5,
	.round-image#story-1{ display: block; }

	.round-image#story-1 { top: 3%; left: -8%; width: 103px; height: 103px; opacity: 1 !important;}
	.round-image#story-2{ top: 11%; left: 16%; width: 146px; height: 146px; opacity: 1 !important;}
	.round-image#story-3 { top: 20%; left: 71%; width: 103px; height: 103px; opacity: 1 !important;}
	.round-image#story-4 { top: 4%; left: 70%; width: 103px; height: 103px; opacity: 1 !important;}
	.round-image#story-5 { 	top: 26%; left: -9%; width: 206px; height: 206px; opacity: 1 !important;}

	.story-intro{ padding-top: 475px; height: auto;}
	.story-intro-box h1 { margin: 0 0 0; font-size: 111px;}

	.story-wrap .wrapper{ padding: 0;}
	.featured-stories{ padding-top: 0; margin-top: 0;}
	.story-single { padding: 16px 0px 65px;}
	.story-img img{ height: auto;}
	.flower-overlay-1{ top: 370px;}
	.flower-overlay-2{ top: 41px;}
	.flower-overlay-2 img{ width: 140px;}
}