/*!
Theme Name: ripple_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: ripple_theme
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.

ripple_theme 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: -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:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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



/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/

:root {
    --headings: 'Unbounded', serif;
    --text: 'Lexend Deca', helvetica, sans-serif;
}

*{
    margin: 0;
    padding:0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: var(--text), Helvetica, sans-serif;
    font-weight: 300;
	text-rendering: geometricPrecision;
    background-color: #f8f8f8;
    color: #0E1E4d;
    overflow: auto;
    overflow-x: hidden;
}

.post, .page {
    margin: 0;
}

#page{
	max-width:1800px;
	margin:auto;
    background-color: #fff;
}

p {
    font-family: var(--text), Helvetica, sans-serif;
    font-weight: 300;
	text-rendering: geometricPrecision;
    font-size: 0.9em;
    line-height: 1.75em;
    color: #0E1E4d;
    margin-bottom:15px;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: var(--headings), Helvetica, sans-serif;
	font-weight:900;
}

h1 {
    font-size: 2.25em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}


h2 {
    font-size: 1.75em;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}


h3 {
    font-size: 1.35em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}


h4 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5px 0;
}



p strong, p b, strong, b{
    font-family: var(--text), Helvetica, sans-serif;
    font-weight: 600;
}


a, a:visited{ 
    color: #0E1E4d;
	text-decoration:underline;
    cursor: pointer;
	transition:all 0.3s ease;
}

a:hover{ 
    color: #BE3A8D;
	text-decoration:underline;
    cursor: pointer;
	transition:all 0.3s ease;
}


header#masthead a{	
	text-decoration:none;
}


li { 
    list-style-type: none;
}


section div ul,
section div ol{ 
    margin:0 0 15px 15px;
}

section div ul li { 
    color: #0E1E4d;
    font-size: 0.9em;
    list-style-type: disc;
	text-rendering: geometricPrecision;
    line-height: 1.5em;
    margin-bottom: 8px;
}

section div ol li { 
    color: #0E1E4d;
    font-size: 0.9em;
    list-style-type: numbers;
	text-rendering: geometricPrecision;
    line-height: 1.5em;
    margin-bottom: 8px;
}



header#masthead .main-navigation {
    width:auto;
}


#primary{
	margin-top:79px;
}



/* ******************************************************
	Buttons
*********************************************************/

a button {
    border-radius: 12px;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
    border: 0;
    background: #BE3A8D;
    padding: 12px 30px 14px;
	cursor:pointer;
	transition:all 0.5s ease;
}

a button span{
    font-family: var(--headings), Helvetica, sans-serif;
	font-weight:600;
	letter-spacing:0.5pt;
    color: #fff;
    font-size: 0.8em;
	text-transform:uppercase;
	transition:all 0.5s ease;
}

a:hover button,
a:focus button{
    background: #0B132B;
	cursor:pointer;
	transition:all 0.5s ease;
}




a button.light {
    background: #FCF5F9;
	cursor:pointer;
	transition:all 0.5s ease;
}

a button.light span{
    color: #0E1E4d;
	transition:all 0.5s ease;
}

a:hover button.light,
a:focus button.light{
    background: #0B132B;
	cursor:pointer;
	transition:all 0.5s ease;
}

a:hover button.light span,
a:focus button.light span{
    color: #fff;
	transition:all 0.5s ease;
}




a:hover button.white,
a:focus button.white{
    background: #fff;
	cursor:pointer;
	transition:all 0.5s ease;
}

a:hover button.white span,
a:focus button.white span{
    color: #BE3A8D;
	transition:all 0.5s ease;
}



a button.has-icon {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 11px 20px;
}


a button.has-icon img{
	margin-right:8px;
}

a button.has-icon span {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 0.7em!important;
    max-width: 90px;
    display: block;
	margin-top:2px;
    width: min-content;
	letter-spacing:inherit;
}





a span.underline {
    font-family: var(--headings), Helvetica, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
	transition:all 0.5s ease;
}

a span.underline:after{
	content:" ";
	width:0;
    border-bottom: 1px solid;
    position: absolute;
    left: 0;
    bottom: 0;
	transition:all 0.5s ease;
}

a span.underline:hover:after{
	content:" ";
	width:100%;
    border-bottom: 1px solid;
	transition:all 0.5s ease;
}



/* ******************************************************
	Header, Nav, Menus...
*********************************************************/

header#masthead div.menu-header-container{
	display:block;
}
	
header#masthead div.menu-mobile-container{
	display:none;
}

header#masthead{
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2 ;
    padding: 0 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
	max-width:1800px;
	margin:auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

header#masthead .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

header#masthead .main-navigation ul li {
    margin: 0 15px;
    padding: 29px 0;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul li a{
	color: #0E1E4d;
    font-size: 0.85em;
    font-family: var(--text), Helvetica, sans-serif;
    font-weight: 300;
	border-bottom:1px solid transparent;
    width: max-content;
    transition: all 0.3s ease;
}



header#masthead .main-navigation ul li:hover a,
header#masthead .main-navigation ul li:focus a{
	color: #BE3A8D;
    transition: all 0.3s ease;
}

    
header#masthead .main-navigation ul li.current-menu-item > a, 
header#masthead .main-navigation ul li ul li.current-menu-item > a,
header#masthead .main-navigation ul li.current-menu-item:hover > a {
	border-bottom:1px solid #BE3A8D;
}


header#masthead .main-navigation ul li.menu-item-has-children{
    padding-right: 15px;
}

header#masthead .main-navigation ul li.menu-item-has-children:after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    border: 1px solid #BE3A8D;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    right: 0px;
    top: calc(50% - 6px);
}


header#masthead .main-navigation ul li ul li {
    padding: 5px 0;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li a,
header#masthead .main-navigation ul li:hover ul li a,
header#masthead .main-navigation ul li:focus ul li a{
	color: #0E1E4d;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

header#masthead .main-navigation ul li ul li:hover a,
header#masthead .main-navigation ul li ul li:focus a{
	color: #BE3A8D;
    transition: all 0.3s ease;
}


header#masthead .main-navigation ul ul {
    background: white;
	display:block;
    margin-left: -15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 0 10px 10px;
	min-width:200px;
}

header#masthead .main-navigation ul ul:before {
    content: " ";
    width: calc(100% + 10px);
    height: 12px;
    margin-left: -10px;
    background: #fff;
    position: absolute;
    margin-top: -12px;
}



header#masthead a.custom-logo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header#masthead a.custom-logo-link img.custom-logo {
    width: 135px;
    height: 57px;
    display: block;
}



header#masthead .links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.links button{
	padding:14px 30px;
}

header#masthead .links button.has-icon{
	margin-right:20px;
}

header#masthead .links a button span {
    font-size: 0.9em;
}



/* ******************************************************
	Content
*********************************************************/


/* general slider styles */

ul.glide__slides,
ul.glide__slides li{
	margin:0;
	padding:0;
	list-style-type:none;
}

.glide__arrow {
    color: transparent;
    text-shadow: none;
    box-shadow: none;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
	background-color:#fff;
	border:1px solid #fff;
	transition:all 0.3s ease;
}


.glide__arrow:hover {
	background-color:#0B132B;
	border:1px solid #fff;
	transition:all 0.3s ease;
}


.glide__arrow:after {
    content: " ";
    width: 10px;
    height: 10px;
    border: 2px solid #BE3A8D;
    position: absolute;
	transform: rotate(45deg);
}


.glide__arrow--right {
	right: 3.5%;}

.glide__arrow--right:after{
    left: 5px;
    top: 6px;
    border-bottom: 0;
    border-left: 0;
}


.glide__arrow--left {
    left: 3.5%;
}

.glide__arrow--left:after{
    left: 9px;
    top: 6px;
    border-top: 0;
    border-right: 0;
}



.glide__bullets {
	bottom: -20px;
}

.glide__bullets .glide__bullet {
    background-color: transparent;
    width: 15px;
    height: 15px;
	border: 1px solid #0b132b;
	box-shadow:none;
}

.glide__bullets .glide__bullet:hover {
    background-color: #BE3A8D;
	border: 1px solid #BE3A8D;
	box-shadow:none;
}

.glide__bullets .glide__bullet.glide__bullet--active {
    background-color: #0b132b;
	border: 1px solid #0b132b;
	box-shadow:none;
}


/* end of slider */




section.top {
    padding: 120px 10%;
    background-size: contain;
	background-color:#fff;
}

section.top .text {
    max-width: 50%;
    margin: 0;
    margin-left: 10%;
}


section.top .text p#breadcrumbs {
    margin-bottom: 10px;
    font-size: 0.85em;
    color: #0e1e4d80;
	transition:all 0.3s ease;
}

section.top .text p#breadcrumbs a {
    color: #0e1e4d80;
    text-decoration: none;
	transition:all 0.3s ease;
}

section.top .text p#breadcrumbs a:hover {
    color: #0e1e4d;
    text-decoration: none;
	transition:all 0.3s ease;
}

section.top .text p#breadcrumbs span.breadcrumb_last {
    color: #be3a8d;
    text-decoration: none;
	transition:all 0.3s ease;
}


section.top .text p {
    max-width: 560px;
    font-size: 1em;
    line-height: 1.75em;
	margin-bottom:20px;
}



section.top.simple {
    padding: 60px 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section.top.simple .text {
    max-width: 520px;
    width: calc(50% - 35px);
    margin: 0;
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}



section.top.simple .image {
	width: 50%;
	border-top-left-radius:60px;
	border-bottom-right-radius:60px;
}


section.top.simple iframe {
	width: 50%;
	border-top-left-radius:60px;
	border-bottom-right-radius:60px;
}


section.top.short {
    position: relative;
    padding: 0;
}

section.top.short .text {
    padding: 70px 10%;
	text-align:center;    
	max-width: 100%;
	background-color:#fff;
    position: relative;
    z-index: 10;
    margin: 0;
	border-bottom-right-radius:90px;
}

section.top.short .text h1{
    max-width: 640px;
    margin: 0 auto 10px;
}

section.top.short .text p{
    max-width: 640px;
    margin: 0 auto;
	font-size:0.9em;
}




section.lightpink {
    background: #FCF5F9!important;
}

section.lightpink > .text h2,
section.lightpink > .text p{
    color: #0e1e4d!important;
}

section.white {
    background: #fff!important;
}

section.white > .text h2,
section.white > .text p{
    color: #0e1e4d!important;
}

section.darkblue {
    background: #0b132b!important;
}

section.darkblue > .text h2{
    color: #be3a8d!important;
}

section.darkblue > .text p{
    color: #fff!important;
}



section > .text {
    max-width: 720px;
    margin: 0 0 35px;
    text-align: left;
}

section > .text p{
    max-width: 520px;
}

section .text.centered {
    margin: 0 auto 35px;
    text-align: center;
}

section .text.centered p{
    margin: 0 auto;
}


section > .text p,
section > .text h2{
	color:#0E1E4d;
}

section > .text.light p,
section > .text.light h2{
	color:#fff;
}


section.flexible {
    padding: 70px 10%;
}




section.services {
    background-color: #FCF5F9;
    padding: 70px 0 80px;
}

section.services .glide-services {
    position: relative;
}

section.services a.service {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 0 20px;
    text-align: left;
    text-decoration: none;
    background: #be3a8d;
    min-height: 220px;
    border-radius: 24px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.5s ease;
}

section.services.static.open a.service:hover{
	background: #be3a8dbd;
    transition: all 0.5s ease;
}

section.services a.service li{
    padding: 35px 25px 15px;
}

section.services a.service .text {
    opacity: 0.5;
    max-height: 0;
    overflow-y: hidden;
    transition: all 1.5s ease;
}

section.services a.service:hover .text {
    opacity: 1;
    max-height: 220px;
    transition: all 1.5s ease;
}


section.services a.service h3 {
    max-width: 60%;
}

section.services a.service *{
    color:#fff;
    text-rendering: auto;
}


section.services a.service:nth-child(4n){
    background-color: #fff;
    transition: all 0.5s ease;
}

section.services.static.open a.service:nth-child(4n):hover{
    background-color: #ffdbf857;
    transition: all 0.5s ease;
}


section.white.services a.service:nth-child(4n){
    background-color: #FCF5F9;
    transition: all 0.5s ease;
}

section.white.services.static.open a.service:nth-child(4n):hover{
    background-color: #efc3e657;
    transition: all 0.5s ease;
}


section.services a.service:nth-child(4n) *{
    color:#0E1E4d;
}


section.services a.service:nth-child(4n+1){
    background-color: #0B132B;
    transition: all 0.5s ease;
}

section.services.static.open a.service:nth-child(4n+1):hover {
    background-color: #0b132bbd;
    transition: all 0.5s ease;
}


section.services a.service:nth-child(4n+2){
    background-color: #EFC3E6;
    transition: all 0.5s ease;
}

section.services.static.open a.service:nth-child(4n+2):hover {
    background-color: #efc3e67d;
    transition: all 0.5s ease;
}




section.services a.service:nth-child(4n+2) *{
    color:#0E1E4d;
}


section.services a.service span.underline {
    color:#0E1E4d;
	transition:all 0.5s ease;
}

section.services a.service:nth-child(4n+2) span.underline {
    color:#fff;
	transition:all 0.5s ease;
}

section.services a.service:nth-child(4n) span.underline,
section.services a.service:nth-child(4n+1) span.underline{
    color:#BE3A8D;
	transition:all 0.5s ease;
}




section.services.static ul.services {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
	padding: 0 10%;
	margin:0;
}


section.services.static ul.services li{
	list-style-type:none!important;
	cursor:pointer;
}



section.services.static ul a.service{
	width: calc(33.333% - 20px);
	margin:0 10px 20px;
	cursor:pointer;
}


section.services.static li .text p {
    line-height: 1.6em;
    font-size: 0.85em;
}




section.services.static.open a.service h3 {
    max-width: 100%;
}

section.services.static.open li .text {
    opacity: 1;
	max-height: 100%;
}

section.adobe-banner{
	display: flex;
	flex-direction: column;
}

section.adobe-banner .lhs{
	background: #0b132b;
	padding: 50px 10%;
}
section.adobe-banner .rhs{
	background: #7B7186;
	padding: 50px 10%;
}
section.adobe-banner h3,
section.adobe-banner p{
	color: white;
}

section.adobe-banner p{
	margin-bottom: 0;
}


section.simple-banner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15%;
    background: #0b132b;
}

section.simple-banner .text{
	margin-bottom:0;
	max-width:calc(100% - 250px);
}

section.simple-banner .text h3 {
    color: #fff;
    font-size: 1.2em;
}

section.simple-banner .text h4 {
    color: #be3a8d;
    margin-bottom: 0;
    font-weight: 400;
}





section.text-icons{
	padding:0!important;
	position:relative;
}

section.text-icons .large-rounded-corners{
	padding:90px 15%;
    border-radius: 90px;
    border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	position:relative;
	background:#fff;
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.text-icons.lightpink .large-rounded-corners{
	background:#FCF5F9;
}

section.text-icons .large-rounded-corners .text {
    width: 50%;
}

section.text-icons .large-rounded-corners .icons {
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

section.text-icons .large-rounded-corners .icons .single-icon {
    width: calc(33.333% - 20px);
    margin: 20px 10px;
    text-align: center;
}

section.text-icons .large-rounded-corners .icons .single-icon img {
    max-height: 50px;
    margin-bottom: 10px;
}

section.text-icons .large-rounded-corners .icons .single-icon h4{
	margin:0;
}

section.text-icons .large-rounded-corners .text p{
	margin-bottom: 20px;
}


section .before-rounded {
    height: 100px;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
}

section .after-rounded {
    height: 100px;
    width: 100%;
    bottom: 0;
    position: absolute;
    z-index: 1;
}




section.tabs-content {
    background: #0b132b;    
}


section.tabs-content .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
	max-width:1000px;
	margin:0 auto;
}

section.tabs-content .container .tab-container{
    width: 400px;
    overflow: hidden;
}

section.tabs-content .container .tab-container .tab{
    padding: 0 20px;
    text-align: left;
    display: flex;
    height: 20%;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    background: #efc3e64d;
    border: 0;
    border-bottom: 1px solid #0b132b;
    border-radius: 0;
	transition:all 0.5s ease;
}

section.tabs-content.lightpink .container .tab-container .tab{
    border-bottom: 1px solid #FCF5F9;
}

section.tabs-content .container .tab-container .tab:first-child{
    border-top-left-radius:12px;
	transition:all 0.5s ease;
}

section.tabs-content .container .tab-container .tab:last-child{
    border-bottom: 0!important;
	transition:all 0.5s ease;
}

section.tabs-content .container .tab-container .tab:last-child{
	margin: 0;
}

section.tabs-content .container .tab-container .tab h5 {
	font-size: 1em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
	transition:all 0.5s ease;
}

section.tabs-content .container .tab-container .tab h5 {
    color: #ffffff;
}

section.tabs-content.lightpink .container .tab-container .tab h5 {
    color: #0e1e4d80;
}

section.tabs-content .container .tab-container .tab:hover h5 {
    color: #be3a8d;
	transition:all 0.5s ease;
}

section.tabs-content .container .tab-container .tab:hover{
    background-color: #FCF5F9;
    cursor: pointer;
	transition:all 0.5s ease;
}




section.tabs-content .container .tab-container .tab.active{
    background-color: #FCF5F9;
	transition:all 0.5s ease;
}


section.tabs-content.lightpink .container .tab-container .tab.active{
    background-color: #fff;
	transition:all 0.5s ease;
}

section.tabs-content .container .tab-container .tab.active h5 {
    color: #be3a8d;
	transition:all 0.5s ease;
}


section.tabs-content .container .tab-content {
    width: calc(100% - 400px);
    padding: 45px 5%;
    display: none;     
	background-color: #FCF5F9;
    border-bottom-right-radius: 24px;
    flex-direction: column;
    justify-content: center;
	flex-wrap:wrap;
}

section.tabs-content.lightpink .container .tab-content{
	background-color: #fff;
}

section.tabs-content .container .tab-content *{
    animation: fading 1.5s;
}


section.tabs-content .container .text-content {
	width:100%;
}

section.tabs-content .container .text-content h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 900;
	margin-bottom:10px;
}

section.tabs-content .container .text-content p {
	margin-bottom:20px;
}


@keyframes fading{
    from {opacity: 0;}
    to {opacity: 1;}
}





section.numbers-highlight{
    background: #fcf5f9;
}

section.numbers-highlight .numbers {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}


section.numbers-highlight .numbers .single-numbers {
    width: calc(33.333% - 20px);
    margin: 20px 10px;
    text-align: center;
}

section.numbers-highlight .numbers .single-numbers h3 {
    font-size: 4.5em;
    font-weight: 600;
    color: #be3a8d;
    margin-bottom: 0;
    line-height: 1em;
}

section.numbers-highlight .numbers .single-numbers h4 {
	font-size: 1.25em;
}





section.case-studies{
	background:#fff;
	padding: 70px 0 100px;
}


section.case-studies .glide-casestudies {
    position: relative;
}


section.case-studies a.case-study.post {
    border-bottom-right-radius: 36px;
    border-top-left-radius: 60px;
    background: #0b132b;
    text-decoration: none!important;
	height:auto;
	display:block;
	transition:all 0.5s ease;
}

section.case-studies a.case-study.post:hover,
section.case-studies a.case-study.post:focus{
    background: #EFC3E6;
	transition:all 0.5s ease;
}


section.case-studies a.case-study.post .image {
    border-top-left-radius: 36px;
}

section.case-studies a.case-study.post .post-text {
    padding: 35px 35px;
    color: #fff;
}

section.case-studies a.case-study.post .post-text p{
    color: #fff;
}

section.case-studies a.case-study.post .post-text span.underline{
	color:#BE3A8D;
}


section.case-studies a.case-study.post:hover h3,
section.case-studies a.case-study.post:hover p,
section.case-studies a.case-study.post:focus h3,
section.case-studies a.case-study.post:focus p{
    color: #0b132b;
	transition:all 0.5s ease;
}


section.case-studies .glide__bullets {
    bottom: -40px;
}




section.case-studies.all {
    background: #fcf5f9;
    padding: 70px 10% 50px!important;
}

section.case-studies.all .posts,
section.case-studies.all .all-posts{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.case-studies.all a.case-study.post {
    width: calc(33.333% - 20px);
    margin: 0 20px 20px 0;
}



section nav.prev-next-posts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 20px);
	margin-bottom:20px;
}

section .prev-posts-link a,
section .next-posts-link a{
    text-decoration: none;
	transition:all 0.3s ease;
}

section .prev-posts-link a:hover,
section .next-posts-link a:hover{
    text-decoration: none;
	transition:all 0.3s ease;
}

section .prev-posts-link a:before{
    content:"< ";
}

section .next-posts-link a:after{
    content:" >";
}


section.posts .prev-posts-link a, 
section.posts .next-posts-link a{
	color:#fff;
	transition:all 0.3s ease;
}

section.posts .prev-posts-link a:hover, 
section.posts .next-posts-link a:hover{
	color:#be3a8d;
	transition:all 0.3s ease;
}



section.resources{
	background:#FCF5F9;
}

section.resources .text h2{
    color: #be3a8d!important;
}

section.resources .text .searchbar{
	max-width:520px;
}




section.partners{	
	padding: 30px 0;	
}

section.partners ul li{
	text-align:center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.partners ul li img{
	margin:0 auto;
    max-width: 150px;
}




section.text-section {
    background: #fcf5f9;
}

section.text-section .text{
	max-width: 1100px;
    margin: 0 auto;
}

section.text-section .text > h2{
	max-width:50%;
}

section.text-section .text div.columns{
    column-count:2;
	column-gap:40px;
	margin-bottom:25px;
}

section.text-section .text div.columns p {
    max-width: 100%;
}



section.text-section.simple-text .text h2,
section.text-section.simple-text .text p{
	max-width:100%;
}


section.text-section.post .text{
	max-width: 820px;
}

section.text-section.post .text h2,
section.text-section.post .text p{
	max-width:100%;
}

section.text-section.post .text h3 {
    color: #be3a8d;
    margin: 0 0 10px 0;
}

section.form-text-section{
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

section.form-text-section .text{
	width: 45%;
	margin: 0 auto 0 0;
}
section.top.simple .text p span{
color: #be3a8d;
font-weight: 900;
}
section.form-text-section .text > h2 {
    max-width: 100%; 
}
section.form-text-section .form{
	width: 45%;
}


section.full-width-image{
	padding:0!important;
	position:relative;
}

section.full-width-image .main-image{
	position:relative;
    border-radius: 90px;
    border-top-right-radius: 0;
	border-bottom-left-radius: 0;
    z-index: 10;
	height:350px;
	width:100%;
}




section.team {
    background: #0b132b;
}

section.team .team-members {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

section.team .team-members .single {
    width: calc(33.333% - 20px);
    margin: 50px 10px 30px;
    background: #fcf5f9;
    padding: 65px 20px 20px;
    border-bottom-right-radius: 36px;
	position:relative;
}

section.team .team-members .single img.profile {
    position: absolute;
    top: -50px;
}


section.team .team-members .single .content img.linkedin {
    position: absolute;
    top: 68px;
    right: 20px;
}

section.team .team-members .single .content h4 {
    font-size: 1.2em;
    margin: 0;
    width: calc(100% - 40px);
}

section.team .team-members .single .content h5 {
    font-weight: 400;
    color: #be3a8d;
    font-size: 0.9em;
    width: calc(100% - 40px);
}

section.team .team-members .single .content p{
	font-size:0.8em;
	margin-bottom:0;
}



section.our-process {
    background: #fff;
}


section.our-process ul.process {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

section.our-process ul.process li {    
	width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    padding: 30px 25px;
    background: #fcf5f9;
    border-radius: 8px;
}


section.our-process ul.process h3 {
    color: #be3a8d;
}

section.our-process ul.process li p{
    margin-bottom:0;
}




section.posts.all {
    background: #0b132b;
}



section.posts {
    background: #fcf5f9;
}

section.posts .all-posts {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	flex-wrap:wrap;
}

section.posts .all-posts a.post {
    border-bottom-right-radius: 36px;
    border-top-left-radius: 60px;
    background: #fff;
    text-decoration: none!important;
	height:auto;
	width:calc(33.33% - 14px);
	margin:0 20px 20px 0;
	transition:all 0.5s ease;
}

section.posts.white a.post {
    background: #fcf5f9;
	transition:all 0.5s ease;
}

section.posts .all-posts a.post:nth-child(3n){
	margin:0 0 20px 0;
}

section.posts .all-posts a.post:hover,
section.posts .all-posts a.post:focus{
    background: #EFC3E6;
	transition:all 0.5s ease;
}


section.posts .all-posts a.post .post-text h3,
section.posts .all-posts a.post .post-text p{
    color: #0E1E4d;
}

section.posts .all-posts a.post .image {
    border-top-left-radius: 36px;
}

section.posts .all-posts a.post .post-text {
    padding: 30px 25px;
}

section.posts .all-posts a.post .post-text span.underline{
	color:#BE3A8D;
}


section.posts .all-posts a.post:hover h3,
section.posts .all-posts a.post:hover p,
section.posts .all-posts a.post:focus h3,
section.posts .all-posts a.post:focus p{
    color: #0b132b;
	transition:all 0.5s ease;
}


section.posts .all-posts section.no-results.not-found h1,
section.posts .all-posts section.no-results.not-found p{
	color:#fff;
}


section.contact {
    background: #fcf5f9;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
	align-items:flex-start;
    flex-wrap: wrap;
}

section.contact .form {
    width: 50%;
    max-width: 600px;
}

section.contact .form h1,
section.contact .form h2 {
    color: #be3a8d;
}


section.contact .details {
    max-width: 50%;
    background: #fff;
    padding: 30px 30px 15px;
}


section.contact .form .gform_wrapper .gfield_required {
	color: #be3a8d!important;
    font-weight: inherit!important;
    font-family: var(--text), Helvetica, sans-serif;
    font-weight: 300;
}


.gform_wrapper .gfield_label {    
	font-weight: inherit!important;
    margin-bottom: 8px!important;
    font-family: var(--text), Helvetica, sans-serif;
    font-weight: 300;
}

.gform_wrapper .gform-body input, 
.gform_wrapper .gform-body select, 
.gform_wrapper .gform-body textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    border-radius: 0;
    border: 0;
}


.gform_wrapper .gform-body button {
    background: #0e1e4d;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #fff;
    font-family: var(--headings), Helvetica, sans-serif;
    font-size: 12px;
    padding: 12px 20px 10px;
	margin-top: 5px!important;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.gform_wrapper .gform-body button:hover,
.gform_wrapper .gform-body button:focus{
    background: #be3a8d;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #fff;
    font-family: var(--headings), Helvetica, sans-serif;
    font-size: 12px;
    padding: 12px 20px 10px;
	margin-top: 5px!important;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.5s ease;
}


.gform_wrapper .gform-body div.gfield_description {
    border: 1px solid #f8f8f8!important;
    background: #fff!important;
}


.gform_footer input.button {
    background: #be3a8d;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 12px 30px;
    font-family: var(--headings), Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
}

.gform_footer input.button:hover,
.gform_footer input.button:focus{
    background: #0B132B;
    transition: all 0.3s ease;
}





/*Gravity Forms 2.5+ CSS Styled Checkbox fields*/

.gform_wrapper .gchoice {
    z-index:1;
    position:relative;
    margin:0 0 8px 0;
    padding:0;
    height:50px;
}

.gform_wrapper input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 0px;
	border:0;
    height:100%;
    transition: .3s all ease-in-out;
    position:absolute;
    background:#fff;
}

.gform_wrapper input.gfield-choice-input:hover,
.gform_wrapper .gchoice label:hover {
    cursor:pointer;
}

.gform_wrapper input.gfield-choice-input:checked {
    background:#be3a8d;
}

.gform_wrapper input.gfield-choice-input:checked + label {
    color:white;
}

.gform_wrapper .gchoice label {
    z-index:3;
    font-weight:500;
    color:#141c25;
    display:block;
    position: absolute;
    padding: 0 0 0 15px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}

.gform_wrapper .gfield-choice-input+label {
	max-width: calc(100% - 40px)!important;
}

.gform_wrapper input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -25px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #0e1e4d33;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white; 
    font-size: 24px;
    line-height: 12px;
    text-align: center;
}

.gform_wrapper input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 2px;
}


.gform_wrapper input.gfield-choice-input:checked + label:after {
    content: "\00D7";
    border: 2px solid white;
}




section.all .filter {
    margin: 0 0 25px;
}

section.posts.all .filter h2,
section.posts.all .filter p{
    color: #fff;
}

section.all .filter .searchandfilter ul {
    margin: 0;
}

section.all .filter select {
    padding: 8px 45px 8px 18px;
    background: #fff;
    color: #0e1e4d;
    border: 0;
	margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 220px;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

section.all .filter select li {
	margin: 0;
}

section.all .filter select {
    background-image: url(https://www.ripplesolutions.co.uk/wp-content/uploads/2023/05/ArrowDown.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    background-size: 20px;
}

section.all .filter input[type="submit"] {
    background: #be3a8d;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 0;
    color: #fff;
    padding: 14px 24px 11px;
    text-transform: capitalize;
    font-family: var(--headings), Helvetica, sans-serif;
    font-size: 0.9em;
	transition:all 0.3s ease;
}

section.all .filter input[type="submit"]:hover {
    background: #fff;
    color: #be3a8d;
	transition:all 0.3s ease;
}



/* ******************************************************
	Single Post / Case Study
*********************************************************/


section.top.post.simple {
    background-size: cover;
    padding: 0;
    display: block;
    border-bottom-right-radius: 90px;
}

section.top.post.simple .overlay {
    background: #0c142de6;
    padding: 90px 15%;
    border-bottom-right-radius: 90px;    
	position: relative;
	overflow-x:hidden;
}


section.top.post.simple a.back {
    background: #be3a8d;
    position: absolute;
    top: 20px;
    left: -120px;
    height: 45px;
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px 5px 45px;
    border-bottom-right-radius: 12px;
	overflow-x:hidden;
    z-index: 5;
	text-decoration:none!important;
	cursor:pointer;
	text-align:left;
	transition: all 1s ease;
}

section.top.post.simple a.back span {
    color: #fff!important;
    font-size: 0.75em;
	opacity:0;
    font-family: var(--headings), Helvetica, sans-serif;
    line-height: 1.2em;
	transition: all 1s ease;
}

section.top.post.simple a.back:hover span,
section.top.post.simple a.back:focus span{
	opacity:1;
	transition: all 1s ease;
}


section.top.post.simple a.back:hover,
section.top.post.simple a.back:focus{
    left: 0px;
	cursor:pointer;
	transition: all 1s ease;
}

section.top.post.simple a.back img.back-arrow {
    position: absolute;
    left: 135px;
    z-index: 10;
	transition: all 1s ease;
}

section.top.post.simple a.back:hover img.back-arrow,
section.top.post.simple a.back:focus img.back-arrow{
    left: 15px;
	transition: all 1s ease;
}


section.top.post.simple .text {
    max-width: 820px;
    width: 100%;
    padding: 0;
    display: block;
}

section.top.post.simple .text .tags {
    color: #be3a8d;
    font-family: var(--headings), Helvetica, sans-serif;
    text-transform: lowercase;
}

section.top.post.simple .text p {
    max-width: 720px;
}

section.top.post.simple .text *{
	color:#fff;
}

section.top.post.simple .author {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.top.post.simple .author img.avatar {
    border-radius: 100%;
    margin-right: 12px;
}


body.single-blog section.text-section img {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
	margin:10px 0 25px;
}






section.top.post.simple.centered {
    text-align: center;
}

section.top.post.simple.centered .text{
	margin:0 auto;
}

section.top.post.simple.centered .text p{
	margin:0 auto 25px;
}



body.single-case_studies section.flexible {
    padding: 70px 15%;
}




section.casestudy.post.text-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items:center;
}

section.casestudy.post.text-section .text {
    width: 50%;
    max-width: 100%;
    margin: 0 5% 0 0;
}



section.casestudy.post.text-section .info {
    width: 40%;
    max-width: 500px;
    background: #fcf5f9;
    padding: 40px 40px 30px;
    border-top-left-radius: 36px;
    border-bottom-right-radius: 36px;
}

section.casestudy.post.text-section .info h4 {
    font-weight: 500;
    color: #be3a8d;
}

section.casestudy.post.text-section .info h3 {
    color: #be3a8d;
}

section.casestudy.post.text-section .info ul, 
section.casestudy.post.text-section .info ol {
    margin: 0 0 20px 15px;
}




section.solution .text {
    max-width: 100%!important;
}

section.solution .text p {
    max-width: 100%!important;
}

section.solution .text h2 {
    max-width: 50%;
	color:#fff!important;
}

section.solution .text .columns {
    column-count: 2;
    column-gap: 40px;
}


section.solution .numbers {
    flex-direction: row;
    justify-content: space-evenly;
	flex-wrap:wrap;
    background: #fff;
    padding: 10px 35px 5px;
    border-top-left-radius: 36px;
    border-bottom-right-radius: 36px;
}

section.solution .numbers .single-numbers {
    max-width: calc(33.333% - 20px);
    margin: 20px 10px;
    text-align: center;
}

section.solution .numbers .single-numbers h3 {
    font-size: 4.5em;
    font-weight: 600;
    color: #be3a8d;
    margin-bottom: 0;
    line-height: 1em;
}

section.solution .numbers .single-numbers h4 {
    font-size: 1.25em;
}



/* ******************************************************
	Resources
*********************************************************/


form#search {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
	justify-content:center;
}

form#search input#s {
    width: 100%;
	margin-right:10px;
    max-width: 720px;
    padding: 10px 20px;
    font-family: var(--text), Helvetica, sans-serif;
    font-weight: 300;
    border: 1px solid #0c142d33;
    background-image: url(https://www.ripplesolutions.co.uk/wp-content/uploads/2023/05/search.svg);
    background-size: 20px;
    background-position: calc(100% - 20px);
}

form#search input[type="submit"] {
    background: #be3a8d;
    border-radius: 0;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 0;
    color: #fff;
    padding: 14px 24px 11px;
    text-transform: capitalize;
    font-family: var(--headings), Helvetica, sans-serif;
    font-size: 0.9em;
	cursor:pointer;
	transition:all 0.3s ease;
}

form#search input[type="submit"]:hover {
    background: #0c142d;
    color: #fff;
	cursor:pointer;
	transition:all 0.3s ease;
}





section.posts  a.resource{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.posts a.post.resource .post-text {
    padding: 70px 30px 30px;
}

section.posts a.post.resource .post-text h3{
    line-height:1.35em;
	margin-bottom:10px;
}

section.posts a.post.resource .tags {
    font-family: var(--headings), helvetica, sans-serif;
    font-weight: 400;
    color: #be3a8d;
}




/* ******************************************************
	Footer
*********************************************************/

footer#colophon ul li{
	list-style-type:none;
	margin-bottom: 5px;
}

footer#colophon a{
	text-decoration:none;
}

footer#colophon .site-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
    padding: 50px 10%;
    flex-wrap: wrap;
    background-color: #0B132B;
    width: 100%;
	background-image:url(https://www.ripplesolutions.co.uk/wp-content/uploads/2023/05/RTS_waves_background-white3.png);
}

footer#colophon .site-info .widget {
    margin: 0;
    padding: 0;
    width: 50%;
}

footer#colophon .site-info section#custom_html-2{
    padding: 0 7.5% 0 0;
}

footer#colophon .site-info .widget-title {
    color: #BE3A8D;
    font-size: 1.2em;
}

footer#colophon .site-info a,
footer#colophon .site-info p,
footer#colophon .site-info li{
	color:#fff;
	font-size: 15px;
	transition:all 0.3s ease;
}

footer#colophon .site-info ul{
	margin:0;
	column-count:2;
	column-gap:40px;
}

footer#colophon .site-info a:hover{
	color:#BE3A8D;
	transition:all 0.3s ease;
}



footer#colophon .site-info section h3 {
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 20px;
}

footer#colophon .site-info section#custom_html-2 a {
    font-size: 1.2em;
    font-family: var(--headings), Helvetica, sans-serif;
    font-weight: 300;
	color:#BE3A8D;
	transition:all 0.3s ease;
}


footer#colophon .site-info section#custom_html-2 a:hover,
footer#colophon .site-info section#custom_html-2 a:focus{
	color:#fff;
	transition:all 0.3s ease;
}


footer#colophon .site-info .widget .textwidget .contact {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

footer#colophon .site-info .widget .textwidget .contact p:first-child{
	margin-right:15%;
}


footer#colophon .site-info .socials {
    margin-top: 20px;
}

footer#colophon .site-info .socials a svg {
    margin-right: 4px;
}

footer#colophon .site-info .socials a svg g{
	fill:#fff;
	cursor:pointer;
	transition:all 0.3s ease;
}

footer#colophon .site-info .socials a:hover svg g,
footer#colophon .site-info .socials a:focus svg g{
	fill:#BE3A8D;
	cursor:pointer;
	transition:all 0.3s ease;
}





footer#colophon .bottom {
    padding: 5px 10%;
    background: #fff;
    font-size: 0.65em;
    color: #0b132b80;
    display: flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}

footer#colophon .bottom a {
    margin-right: 25px;
    color: #0b132b80;
    transition: all 0.3s ease;
}

footer#colophon .bottom a:hover {
    color: #0b132b;
    transition: all 0.3s ease;
}


footer#colophon .bottom .left {
    width:50%;
}

footer#colophon .bottom .right {
    width:50%;
}


footer#colophon .bottom .right span {
    margin-right: 25px;
    transition: all 0.3s ease;
}




/* ******************************************************
	Media Queries
*********************************************************/


@media screen and (max-width:1600px){
	
	section.top .text {
		max-width: 75%;
	}	
	
}


@media screen and (max-width:1440px){
	
	header#masthead{
		padding: 0 5%;
	}
		
	header#masthead .main-navigation ul li {
		margin: 0 10px;
	}
	
	
	section.top {
		padding: 80px 10%;
	}
	
	section.top .text {
    	margin-left: 0;
	}
	
	
	section.services a.service h3 {
    	max-width: 70%;
	}
	
	
	section.text-icons .large-rounded-corners {
		padding: 90px 10%;
	}
	

	section.case-studies.all {
    	padding: 70px 5% 50px!important;
	}
	
	
	
	section.top.post.simple .overlay {
		padding: 90px 10%;
	}
	
	
	
	footer#colophon .site-info {
		padding: 50px 5%;
	}
	
	footer#colophon .site-info .widget .textwidget .contact p:first-child {
    	margin-right: 10%;
	}
	
	footer#colophon .bottom {
		padding: 10px 5%;
	}
	
}



@media screen and (max-width:1200px){
	
	header#masthead {
    	padding: 0 100px 0 5%;
	}
	
	header#masthead div.menu-header-container{
		display:none;
	}
	
	header#masthead div.menu-mobile-container{
		display:flex;
	}

	header#masthead .main-navigation .menu-toggle {
        display: block;
        margin: auto;
    }
    
    header#masthead .main-navigation {
        display: flex;
        width: 80px;
		position: fixed;
		right: 0;
		height:80px;
		background-color:#0B132B;
		flex-direction: column;
		justify-content: center;
		z-index: 9999;
    }
    
    
    header#masthead .main-navigation ul#mobile-menu {
        background: #fff;
        height: 100vh;
        top: 0;
        left: -500px;
        position: fixed;
        width: calc(100% - 80px);
		max-width:400px;
		min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    
    header#masthead .main-navigation.toggled ul#mobile-menu {
        background: #fff;
        z-index:9999;
        height: 100vh;
        top: 0;
        left: 0;
        position: fixed;
        width: calc(100% - 80px);
		max-width:400px;
		min-width:150px;
        padding: 35px 20px 35px 5%!important;
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        transition: all 1s ease;
    } 
    
    header#masthead .main-navigation ul li {
		padding:0;
        margin: 0 0 15px;
    }
    
    header#masthead .main-navigation ul li a,
    header#masthead .main-navigation ul li:hover a{
        font-size: 1.5em;
		padding:0;
        margin: 0;
    }

    
    header#masthead .main-navigation ul ul{
        box-shadow: none;
    }
    
    
    
    header#masthead button div:first-child {
         margin: 0px 0 5px;
    }
    
    header#masthead button div {
        height: 3px;
        width: 34px;
        background: #fff;
         margin: 5px 0;
        transition: all 0.3s ease;
    }
    
    header#masthead button:hover div {
        background: #fff;
        transition: all 0.3s ease;
    }
    
    header#masthead button div:last-child {
         margin: 5px 0 8px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead nav#site-navigation.toggled button div:first-child {
        transform: rotate(45deg);
        width:34px;
        transform-origin: 6px 5px;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div {
        width:0;
        transition: all 0.3s ease;
    }
    
    header#masthead nav#site-navigation.toggled button div:last-child {
        transform: rotate(-45deg);
        width:34px;
        transform-origin: 8px -1px;
        transition: all 0.3s ease;
    }
    
    
    header#masthead .menu-toggle{
        background-color: transparent;
        color:#fff;
		text-transform:uppercase;
        border:0;
        border-radius:0;
        font-size: 0.65em;
        cursor: pointer;
        padding: 0!important;
    }
    
    header#masthead .menu-toggle:hover {
        color: #be3a8d;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    header#masthead .menu-toggle:focus {
        outline: 0;
    }
    
    header .toggled .menu-toggle{
        color:#be3a8d!important;
        transition: all 0.3s ease;
    }
    
    header .toggled button div{
        background-color:#be3a8d!important;
        transition: all 0.3s ease;
    }
    
    header .toggled .menu-toggle:hover{
        color:#be3a8d!important;
        transition: all 0.3s ease;
    }
    
    header .toggled button:hover div{
        background-color:#be3a8d!important;
        transition: all 0.3s ease;
    }

	
	
	
	section.flexible {
    	padding: 70px 5%;
	}
	
	body.single-case_studies section.flexible {
    	padding: 70px 5%;
	}
		
	section.services {
    	padding: 70px 0 80px;
	}
	
	section.case-studies {
    	padding: 70px 0 100px;
	}
	

	section.text-icons .large-rounded-corners {
    	padding: 70px 7.5%;
	}
	
	
	section.services.static {
    	padding: 60px 0 40px;
	}
	
	section.services.static ul.services {
		padding: 0 5%;
	}
	
	
	section.top.simple {
		padding: 60px 5%;
	}
	
	section.posts .all-posts a.post .image {
    	height: 200px!important;
	}
	
	footer#colophon .site-info .widget {
    	width: 52%;
	}
	
	footer#colophon .site-info section#custom_html-2 {
    	padding: 0 5% 0 0;
    	width: 48%;
	}
	
	footer#colophon .site-info .widget .textwidget .contact p:first-child {
    	margin-right: 20px;
	}
	
	footer#colophon .bottom .left {
    	width: 48%;
	}
	
	
}




@media screen and (max-width:1024px){
	
	section.top .text {
		max-width: 100%;
	}
	
	section.top .text h1 {
		font-size: 2em;
	}
	
	
	section.top.simple {
    	flex-direction: column-reverse;
	}
	
	section.top.simple .text {
    	width: 100%;
		max-width:640px;
    	padding:0;
		margin:35px auto 0;
	}
	
	section.top.simple .image {
    	width: 100%;
		max-width:640px;
    	height: 300px;
		margin:0 auto;
	}
	
	section.top.simple iframe {
    	width: 100%;
		max-width:640px;
    	height: 350px;
		margin:0 auto;
	}
	
	
	section.simple-banner {
    	padding: 20px 5%;
	}
	
	
	section.text-section .text h2 {
    	max-width: 100%;
	}
	
	section.text-section .text div.columns {
    	column-gap: 30px;
	}
	
	section.flexible {
    	padding: 60px 5%;
	}
	
	body.single-case_studies section.flexible {
    	padding: 60px 5%;
	}
	
	section.services {
    	padding: 60px 0 70px;
	}
	
	section.services a.service .text {
    	opacity: 1;
		max-height: 100%;
	}
	
	section.services a.service {
    	min-height: 0;
		height: auto;
	}
	
	section.services a.service li {
    	padding: 40px 20px 15px;
	}
	
	
	section.services.static ul a.service {
    	width: calc(50% - 20px);
	}
	
	
	section.numbers-highlight .numbers .single-numbers {
		width: calc(50% - 20px);
	}
	
	
	section.text-icons .large-rounded-corners {
    	padding: 60px 10% 50px;
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-start;
    	align-items: flex-start;
	}
	
	section.text-icons .large-rounded-corners .icons {
    	max-width: 500px;
    	width: 100%;
		margin: 0 auto;
	}
	
	section.text-icons .large-rounded-corners .text {
    	width: 100%;
    	max-width: 520px;
    	margin: 0 auto 25px;
	}
	
	
	section.text-icons .large-rounded-corners .icons .single-icon {
    	margin: 15px 10px;
	}
	
	
	
	section.tabs-content .container {
		flex-direction: column-reverse;
	}
	
	section.tabs-content .container .tab-container {
		width: 100%;
	}
	
	section.tabs-content .container .tab-content{
		width:100%;
	}
	
	section.tabs-content .container .tab-content {
    	padding: 40px 7.5%;
    	border-bottom-right-radius: 0;
    	border-top-left-radius: 36px;
    	border-bottom: 1px solid #0e1e4d;
	}
	
	section.tabs-content .container .tab-container .tab:first-child {
		border-top-left-radius: 0;
	}
	
	section.tabs-content .container .tab-container .tab{
    	padding: 20px 7.5% 18px;
		height:auto;
	}
	
	section.tabs-content .container {
		max-width: 640px;
	}
	
	section.tabs-content .container .tab-container .tab:last-child{
    	border-bottom-right-radius: 36px;
	}
	
	
	
	section.numbers-highlight .numbers {
		max-width: 720px;
	}
	
	
	section.numbers-highlight {
    	padding: 60px 5% 30px;
	}
	
	
	section.case-studies {
    	padding: 60px 0 90px;
	}
	
	
	section.case-studies a.case-study.post .image {
    	height: 200px!important;
	}
	
	
	section.contact{
		display:block;
	}
	
	section.contact .form{
		width:100%!important;
    	max-width: 720px;
		margin: 0 auto 35px;
	}
	
	section.contact .details {
    	max-width: 720px;
		width:100%;
		margin: 0 auto;
	}
	
	
	section.team .team-members .single {
		width: calc(50% - 20px);
	}
	
	
	section.posts .all-posts a.post {
		width: calc(50% - 10px);
	}
	
	section.posts .all-posts a.post:nth-child(3n) {
    	margin: 0 20px 20px 0;
	}
	
	section.posts .all-posts a.post:nth-child(2n) {
    	margin: 0 0 20px 0;
	}
	
	
	section.case-studies.all a.case-study.post {
    	width: calc(50% - 20px);
	}
	
	
	section.solution .numbers .single-numbers {
		max-width: 100%;
	}
	
	
		
	section.resources .text .searchbar{
		max-width:50%;
	}
	
	
	footer#colophon .site-info{
		flex-direction:column-reverse;
	}
	
	footer#colophon .site-info .widget .textwidget .contact p:first-child {
    	margin-right: 10%;
	}
	
	footer#colophon .site-info section#custom_html-2 {
    	padding: 0;
    	width: 100%;
    	margin-top: 40px;
	}
	
	footer#colophon .site-info .widget {
    	width: 100%;
	}
	
	
	footer#colophon .site-info .widget .textwidget .contact {
		margin-bottom: 30px;
	}
	
	footer#colophon .site-info section h3 {
    	max-width: 500px;
	}
	
	footer#colophon .bottom .left {
    	width: 50%;
	}
	
	
}

@media screen and (max-width:960px){
section.form-text-section{
	flex-direction: column;
	justify-content: space-between
}
section.form-text-section .text{
	width: 100%;
	margin; 0;
}
section.form-text-section .text > h2,
section.form-text-section > .text p{
    max-width: 100%; 
}
section.form-text-section .form{
	width: 100%;
	margin-top: 70px;
}
	
section.form-text-section div#gform_wrapper_5 {
    max-width: 700px;
}
}


@media screen and (max-width:768px){
	
	section.top.short .text {
		padding: 60px 5%;
	}
	
	
	section.text-section .text div.columns{
		column-count:1;
    	margin-bottom: 5px;
	}
	
	
	section.services.static ul a.service {
    	width: 100%;
    	margin: 0 0 20px;
	}
	
		
	section.case-studies.all a.case-study.post {
    	width: 100%;
    	margin: 0 0 20px;
	}
	
	
	section.simple-banner {
    	flex-direction: column;
    	justify-content: flex-start;
		align-items: flex-start;
	}
	
	section.simple-banner .text{
		margin-bottom:10px;
    	max-width: 100%;
	}
	
	
	
	section.casestudy.post.text-section{		
    	display: block;
	}
	
	section.casestudy.post.text-section .text {
    	width: 100%;
    	margin: 0 0 35px;
	}
	
	section.casestudy.post.text-section .info {
    	width: 100%;
		max-width: 100%;
	}
	
	section.solution .text h2 {
		max-width: 100%;
	}
	
	section.solution .text .columns {
    	column-count: 1;
	}
	
	
	section.case-studies.all {
    	padding: 50px 5% 30px!important;
	}
	

	section.our-process ul.process li {
    	width: 100%;
		margin-right:0;
	}
	
	
	
	footer#colophon .bottom{
		display:block;
	}
	
	footer#colophon .bottom .left,
	footer#colophon .bottom .right{
    	width: 100%;
	}
	
	
	footer#colophon .bottom .left{
    	margin-bottom:3px;
	}
	
	
}




@media screen and (max-width:640px){
	
	
	header#masthead .links a.contact {
    	display: none;
	}
	
	header#masthead .links button.has-icon {
    	margin-right: 0px;
	}
	
	
	header#masthead .links a button.has-icon {
    	padding: 12px 15px;
	}
	
	
	section.top .text h1 {
    	font-size: 1.8em;
	}
	
	
	section.top.simple {
    	padding: 35px 5% 50px;
	}
	
	section.top.simple .image {
		height: 250px;
	}
	section.adobe-banner .lhs,
	section.adobe-banner .rhs{
    padding: 50px 5%;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	section.top {
    	background-size: cover;
		padding:200px 5% 50px;
	}

	
	section .text.centered {
    	padding: 0 5%;
	}
	
	
	section.flexible {
    	padding: 50px 5%;
	}
	
	body.single-case_studies section.flexible {
    	padding: 50px 5%;
	}
	
	section.numbers-highlight .numbers .single-numbers {
    	width: 100%;
	}
	
			
	section.services {
    	padding: 50px 0 60px;
	}	
	
	
	section.text-icons .large-rounded-corners {
    	padding: 60px 7.5% 50px;
    	border-radius: 60px;
    	border-top-right-radius: 0;
    	border-bottom-left-radius: 0;
	}
	
	section.text-icons .large-rounded-corners .icons{	
    	justify-content: center;
	}
	
	section.text-icons .large-rounded-corners .icons .single-icon h4 {
    	font-size: 0.8em;
	}
	
	section.text-icons .large-rounded-corners .icons .single-icon {
    	margin: 10px 5px;
		width: calc(50% - 20px);
		max-width: 130px;
	}
    
	
	section.text-icons .large-rounded-corners .icons .single-icon img {
		max-height: 40px;
	}
	
	section.tabs-content .container .text-content h3 {
		font-size: 1.25em;
	}
	
	
	section.services a.service h3 {
    	max-width: 100%;
	}
	
	
	section.case-studies{
		padding: 50px 5% 70px;
	}
	
	section.case-studies a.case-study.post .post-text {
    	padding: 30px 25px;
	}
	
	
	section.partners {
    	padding: 10px 0;
	}
	
	
	section.numbers-highlight .numbers .single-numbers {
		margin: 0 10px 25px;
	}
	
	
	section.full-width-image .main-image {
		height: 300px;
	}

	
	section.team .team-members .single {
    	width: 100%;
    	margin: 70px 0 0;
	}
	
	section.team .team-members .single:first-child {
    	margin: 50px 0 0;
	}
	
	
	section.posts .all-posts a.post {
    	width: 100%;
    	margin: 0 0 20px!important;
	}
	

	
	section.top.post.simple {
    	background-image: none!important;
	}
	
	section.top.post.simple .overlay {
		background: #0c142d;
    	padding: 0px 0 40px;
	}
	
	section.top.post.simple .image {
    	display: block!important;
    	border-top-left-radius: 0px;
	}
	
	section.top.post.simple .text{
		padding:0 5%;
	}
	
	
	section.top.post.simple.centered .text {
    	margin: 35px auto 0;
	}
	
	section.solution .numbers .single-numbers {
		margin: 15px 10px;
	}
	
	
	section.resources .text .searchbar{
		max-width:100%;
	}
	
	footer#colophon .site-info .widget .textwidget .contact {
    	display: block;
    	margin-bottom: 25px;
	}
	
	footer#colophon .site-info .widget .textwidget .contact p:first-child {
    	margin-right: 0;
    	margin-bottom: 15px!important;
	}
	
	
}




@media screen and (max-width:380px){
	
	
	header#masthead .links a button.has-icon {
    	display:none;
	}
	
	
	section.top {
    	padding: 100px 5% 50px;
	}	
	
	section.top.simple .image {
    	height: 200px;
	}
	
	section.case-studies > .text{
		padding:0;
	}
	
	section.case-studies a.case-study.post .post-text {
    	padding: 25px 20px;
	}
	
	section.case-studies a.case-study.post .image {
    	height: 150px!important;
	}
	
	
	section.posts .all-posts a.post .image {
    	height: 150px!important;
	}
	
	section.posts .all-posts a.post .post-text {
    	padding: 25px 20px;
	}
	
	
	footer#colophon .site-info section#custom_html-2 a {
    	font-size: 1em;
		font-weight:400;
	}
	
	footer#colophon .site-info section h3 {
		font-size: 1.1em;
    	margin-bottom: 15px;
	}
	
	footer#colophon .bottom a {
		margin-right: 15px;
	}
	
}



