/*!
Theme Name: OceanBlue
Theme URI: http://underscores.me/
Author: Lazar
Description: Custom theme for OceanBlue
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oceanblue
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 with others.

OceanBlue is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Search
# Navigation
	## Links
	## Pagination / Page numbers
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
	## Widget area
# No results, notign found
# Content
	## Comments
# Page 404
# Infinite scroll
# Media
	## Captions
	## Galleries
# Pages
	## Front page
	## Front posts
	## About page
	## Blog page
	## Contact page
# Footer

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #525252;
	font-family: 'Montserrat';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 1.5rem 0;
	color: #0c394c;
	line-height: 1.15;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}


h1,
h2.custom {
	font-size: 45px;
	font-size: 2.813rem;
	font-weight: 800;
}

h2 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 600;
}

h3 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 600;
}

h4 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 600;
}

h5 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}

h6 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
}

p {
	margin-top: 0;
	margin-bottom: 1.5rem;
	font-weight: 500;
}

@media screen and (min-width: 768px) {
	
	h1,
	h2.custom {
		font-size: 68px;
		font-size: 4.25rem;
	}

	h2 {
		font-size: 48px;
		font-size: 3rem;
	}

	h3 {
		font-size: 40px;
		font-size: 2.5rem;
	}

	h4 {
  		font-size: 36px;
  		font-size: 2.25rem;
	}

	h5 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h6 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	p {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.searchbardiv-style {
    position: relative;
}
.searchbardiv-style input[type="search"] {
	color: #363636;
	border-color:#f1f3f2;
	border-radius: 0;
    padding: 7px 15px;
    width: 220px;

}
.searchbardiv-style input[type="submit"] {
    width: 40px;
    color: #53ceee;
	background-color: #53ceee;
	border: 0;
	border-radius: 0;
    font-size: 16px;
    font-size: 1rem;
    padding: 12px 0;
    position: relative;
	right: 5px;
}
/* Icon for search button */
.searchbardiv-style .fa {
    position: absolute;
	left: 228px;
	top: 5px;
	color: #fff;
	font-size: 27px;
	pointer-events: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0db0f8;
	text-decoration: none;
}

/*a:visited {
	color: #906eb1;
}*/

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Pagination / Page numbers
--------------------------------------------------------------*/
.page-pagination {
	text-align: center;
}

.navigation ul {
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline-block;
    margin-bottom: 2px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 1px;
    cursor: pointer;
    padding: 12px;
    padding: 0.5rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.admin-bar .site-header {
    top: 46px;
}

.admin-bar .main-navigation ul {
	top: 98px;
}

@media screen and (min-width: 783px) {
    .admin-bar .site-header {
        top: 32px;
    }

    .admin-bar .main-navigation ul {
		top: 84px;
	}
}

@media screen and (min-width: 1024px) {
    .admin-bar .site-header {
        top: 0;
    }

    .admin-bar .main-navigation ul {
		top: 80px;
	}
}

.site-header {
	position: fixed;
  	height: 52px;
  	width: 100%;
  	top: 0;
	z-index: 1000;
  	background-color: #fff;
}

.site-header-content {
  	margin: 0 auto;
  	max-width: 1920px;
}

.site-branding {
	margin-top: 12px;
	margin-left: 4.5%;
	width: 250px;
}

.site-branding p.site-title {
	margin-bottom: 0;
}

.custom-logo-link {
	vertical-align: middle;
}

.custom-logo-link img {
	width: auto;
	height: 27px;
}

.main-navigation {
	width: 100%;
}

/* Toggle button for hamburger menu. Pure CSS animation */
.menu-toggle {
	position: absolute;
	top: 15px;
	right: 4.5%;
	border: 0;
	padding: 0;
	background-color: transparent;
}

.menu-toggle .icon-bar {
  	display: block;
 	border-radius: 1px;
  	background-color: #0daff8;
  	width: 30px;
  	height: 4px;
  	transition: all 200ms ease-out;
  	-moz-transition: all 200ms ease-out;
  	-ms-transition: all 200ms ease-out;
  	-webkit-transition: all 200ms ease-out;
  	-o-transition: all 200ms ease-out;
}
.menu-toggle .icon-bar + .icon-bar {
  	margin-top: 5px;
}
.toggled .top-bar {
  	-webkit-transform: translateX(5px) rotate(45deg);
  	-moz-transform: translateX(5px) rotate(45deg);
  	-ms-transform: translateX(5px) rotate(45deg);
  	-o-transform: translateX(5px) rotate(45deg);
  	transform: translateX(5px) rotate(45deg);
  	-webkit-transform-origin: 5% 5%;
  	-moz-transform-origin: 5% 5%;
  	-ms-transform-origin: 5% 5%;
  	-o-transform-origin: 5% 5%;
  	transform-origin: 5% 5%;
}
.toggled .middle-bar {
  	opacity: 0;
}
.toggled .bottom-bar {
  	-webkit-transform: translateX(5px) rotate(-45deg);
  	-moz-transform: translateX(5px) rotate(-45deg);
  	-ms-transform: translateX(5px) rotate(-45deg);
  	-o-transform: translateX(5px) rotate(-45deg);
 	 transform: translateX(5px) rotate(-45deg);
 	 -webkit-transform-origin: 5% 95%;
 	 -moz-transform-origin: 5% 95%;
 	 -ms-transform-origin: 5% 95%;
 	 -o-transform-origin: 5% 95%;
  	transform-origin: 5% 95%;
}
.top-bar {
  	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);
}
.middle-bar {
  	opacity: 1;
}
.bottom-bar {
  	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);
}

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

.main-navigation a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
  	position: relative;
  	font-size: 28px;
  	font-size: 1.75rem;
  	font-weight: 700;
  	line-height: 64px;
}

.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 {
	left: 100%;
}

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

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

.main-navigation.toggled ul {
	height: 100%;
	-moz-transition: height .5s!important;
  	-ms-transition: height .5s!important;
  	-webkit-transition: height .5s!important;
	transition: height .5s!important;
}

.site-header-call,
.site-header-contact,
.site-header-contacts {
	font-weight: 600;
  	position: absolute;
  	-moz-transition: background-color .5s;
  	-ms-transition: background-color .5s;
  	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	right: 16%;
	right: calc(6% + 30px);
	top: 15px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 11px;
	font-size: 0.688rem;
	width: 86px;
}

.site-header-call,
.site-header-contact {
	color: #fff;
	background-color: #0db0f8;
}

.site-header-call:hover,
.site-header-call:focus,
.site-header-contact:hover,
.site-header-contact:focus,
.site-header-contacts,
.site-header-contacts:hover,
.site-header-contacts:focus {
	color: #fff;
	background-color: #0c394c;
}

@media screen and (min-width: 368px) {
	.site-branding {
		margin-top: 10px;
	}

	.custom-logo-link img {
		height: 31px;
	}
}

@media screen and (max-width: 1199px) {
  	.main-navigation ul {
  		background-color: #fff;
	    width: 100%;
	    height: 0%;
	    position: absolute;
	    left: 0;
	    top: 80px;
	    overflow-y: hidden; 
	}
}

@media screen and (max-width: 1023px) {
  	.main-navigation ul {
  		background-color: #0daff8;
	    top: 52px;
	    position: fixed;
	}

	.main-navigation ul.overflow-auto {
  		overflow-y: auto;
	}


  	.main-navigation li:last-child {
		margin-bottom: 100px;
	}

  	.main-navigation li:first-of-type a {
		margin-top: 15px;
	}
  	
  	.main-navigation a:hover,
  	.main-navigation a:focus {
		background-color: #34bbf6;
	}

	nav.main-navigation ul li.current-menu-item a:link,
	nav.main-navigation ul li.current-menu-item a:visited,
	nav.main-navigation ul li.current_page_parent a:link,
	nav.main-navigation ul li.current_page_parent a:visited,
	nav.main-navigation ul li.current-page-ancestor a:link,
	nav.main-navigation ul li.current-page-ancestor a:visited {
	  	background-color: #34bbf6;
	}
}

@media screen and (min-width: 600px) {
	.site-header-call,
	.site-header-contact,
	.site-header-contacts {
		top: 11px;
		right: 12%;
	  	right: calc(9% + 30px);
		height: 30px;
		line-height: 31px;
		width: 130px;
		font-size: 16px;
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	.site-header {
		position: relative;
		height: 80px;
	}

	.menu-toggle {
		top: 29px;
	}

	.site-header-call,
	.site-header-contact,
	.site-header-contacts {
		font-size: 18px;
  		font-size: 1.125rem;
		top: 16px;
		height: 46px;
		line-height: 46px;
		width: 180px;
	}

	.main-navigation ul {
		line-height: 80px;
		background-color: #fff;
	}

	.main-navigation.toggled ul {
		height: 80px;
	}

	.site-branding {
		float: left;
		margin-top: 19px;
	}

	.custom-logo-link img {
		height: 41px;
	}

	.main-navigation {
	    float: right;
	    margin: 0 auto;
	    width: 665px;
	}

	.main-navigation li {
    	display: inline-block;
    	list-style: none;
    }

  	.main-navigation a {
  		color: #0c394c;
  		font-size: 18px;
  		font-size: 1.125rem;
  		font-weight: 600;
	    margin-left: 25px;
	    width: auto;
	    line-height: 1.5;
	    text-transform: uppercase;
  	}

  	.main-navigation li:first-of-type a {
  		margin-left: 0;
  	}

	.main-navigation a:after {
		-moz-transition: width .5s;
  		-ms-transition: width .5s;
  		-webkit-transition: width .5s;
	  	transition: width .5s;
	}

	.main-navigation li a:after {
	  	position: absolute;
	  	bottom: -2px;
	  	left: 0;
	  	right: 0;
	  	margin: auto;
	  	width: 0%;
	  	content: '';
	  	background-color: #0db0f8;
	  	height: 2px;
	  	line-height: 1.5;
	}
	.main-navigation li a:hover:after,
	.main-navigation li a:focus:after,
	nav.main-navigation ul li.current-menu-item a:link:after,
	nav.main-navigation ul li.current-menu-item a:visited:after,
	nav.main-navigation ul li.current_page_parent a:link:after,
	nav.main-navigation ul li.current_page_parent a:visited:after,
	nav.main-navigation ul li.current-page-ancestor a:link:after,
	nav.main-navigation ul li.current-page-ancestor a:visited:after {
	  	width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.menu-toggle {
		display: none;
	}

	.site-header-call {
		display: none;
	}

	.site-header-contact,
	.site-header-contacts {
		position: relative;
		float: right;
		margin-right: 4.5%;
		margin-left: 30px;
		right: 0;
	}

	.main-navigation {
		float: right;
	}

	.main-navigation ul {
		text-align: right;
	}


	/* Mobile if ever needed */
	.main-navigation.mobile {
		float: right;
		margin-right: 4.5%;
	}

	.main-navigation.mobile li:last-child a:after {
	  	display: none;
	}

	.main-navigation.mobile li:last-child a {
	  	height: 46px;
	  	line-height: 46px;
	  	width: 180px;
	  	color: #fff;
	  	background-color: #0db0f8;
	  	-moz-transition: background-color .5s;
  		-ms-transition: background-color .5s;
  		-webkit-transition: background-color .5s;
	  	transition: background-color .5s;
	}

	.main-navigation.mobile li:last-child a:hover,
	.main-navigation.mobile li:last-child a:focus,
	nav.main-navigation.mobile ul li:last-child.current-menu-item a:link,
	nav.main-navigation.mobile ul li:last-child.current-menu-item a:visited {
	  	background-color: #0c394c;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
    margin: 0.375em 1.5em 1.5em 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	max-width: 44%;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	max-width: 44%;
}

.aligncenter,
div.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignnone {
    margin: 0.375em 1.5em 1.5em 0;
}

a img.alignleft {
    float: left;
    margin-right: 1.5em;
}

a img.alignright {
    float: right;
    margin-left: 1.5em;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.gallery:before,
.gallery:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.gallery:after {
	clear: both;
}

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
.site {
 	margin-right: auto;
  	margin-left: auto;
  	background: none !important; /* Brute force since user agents all print differently. */
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header,
.site-main,
.site-footer {
	min-width: 320px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 4em;
	/* Make sure select elements fit in widgets. */
}

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

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

.widget ul.children {
	padding-left: 2em;
}

.widget-title {
	text-transform: uppercase;
}

h5.widget-title {
  	font-size: 24px;
  	font-size: 1.5rem;
}

.widget li {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.36;
	margin-bottom: 8px;
	font-weight: 500;
}

.widget .search-form {
	text-align: center;
	position: relative;
}
	
.widget input.search-field {
	border-radius: 0;
	height: 40px;
	width: 80%;
	width: calc(100% - 45px);
	display: inline-block;
	vertical-align: top;
}

.widget input.search-submit {
	height: 40px;
	width: 40px;
	border-radius: 0;
	border: 0;
	color: transparent;
	background-color: #3ca0f5;
	display: inline-block;
	vertical-align: top;
}

.widget input.search-submit:hover, .widget input.search-submit:focus {
	background-color: #71b5f4;
}

.widget .search-form::after {
  font-size: 32px;
  line-height: 1;
	color: #fff;
  font-family: dashicons;
	content: "\f179";
	position: absolute;
	top: 4px;
	right: 4px;
	pointer-events: none;
}

@media screen and (min-width: 1200px) {
	.widget input.search-field {
		width: 85%;
		width: calc(100% - 45px)
	}
}

/*--------------------------------------------------------------
## Widget area
--------------------------------------------------------------*/
.widget-area {
	float: left;
	overflow: hidden;
	width: 24%;
}

.post-single-sidebar .widget-area {
	margin-top: 7px;
	border-top: 8px solid #3ca0f5;
	padding-top: 20px;
}

@media screen and (max-width: 1023px) {
	.widget-area {
		display: none;
	}
}


/*--------------------------------------------------------------
# No results, notign found
--------------------------------------------------------------*/
.no-results {
	text-align: center;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-wrapper, .post-wrapper {
	max-width: 1300px;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.page-wrapper {
	margin: 90px auto 50px;
}

.page-content,
.post-content {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.page-header,
.header-single {
	text-align: center;
}

.post-wrapper {
	margin: 75px auto 50px;
}

.post-wrapper .hentry {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.post-wrapper {
		margin-top: 115px;
	    padding-left: 30px;
	    padding-right: 30px;
	}

	.page-wrapper {
		margin-top: 105px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.page-content,
	.post-content {
		max-width: 800px;
	}
}

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

.hentry {
	margin: 0 0 2.5em;
}

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

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

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

.edit-link-page a {
	font-weight: 600;
	text-decoration: underline;
	float: right;
}

h2.entry-title {
	line-height: 1;
}

.locate {
  	position: relative;
}
min-width: 768px
#process {
	position: absolute;
	top: -75px;
}

@media screen and (min-width: 768px) {
	.edit-link-page a {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	border-top: 8px solid #2b2b2b;
	padding-top: 30px;
	overflow: hidden;
}

h4.comments-title {
	margin-top: 0;
}

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

.comment-content p {
	margin-bottom: 10px;
}

.comment-content p:last-of-type {
	margin-bottom: 25px;
}

.bypostauthor {
	display: block;
}

.comment-respond,
.entry-pings,
.entry-comments {
    padding: 20px 0 40px;
    overflow: hidden;
    background: #fff;
}

.entry-comments h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3 {
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 0;
}

.comment-respond {
	padding-bottom: 5%;
	margin: 20px 1px 20px 1px;
}

.comment-header {
	color: #adaeb3;
	font-size: 14px;
	margin-bottom: 20px;
}

.comment-header cite a {
	border: none;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}

.comment-body .comment-meta {
	margin-bottom: 1.75em;
}

.comment-header .comment-meta a {
	border: none;
	color: #adaeb3;
}

li.comment {
	background-color: #fff;
	border-right: none;
}

.comment-content {
	clear: both;
	overflow: hidden;
}

.comments-area ol {
	padding-left: 0;
	margin-left: 0;
}

.comment-list li {
	font-size: 14px;
	margin-top: 45px;
}

.comment-list li.depth-1 {
	margin-top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f5f5f5;
}

.comment-list .children {
	padding-left: 5.5%;
	border-left: 1px solid #f5f5f5;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	margin-right: 12px;
}

.logged-in-as a {
	color: #2b2b2b;
}

.logged-in-as a:hover, 
.logged-in-as a:focus {
	opacity: .8;
}

.entry-comments .comment-author img {
	border-radius: 50%;
	border: 5px solid #fff;
	left: -80px;
	top: -5px;
	position: absolute;
	width: 60px;
}

.comment-reply-title small a {
    font-size: 13px;
    font-size: 0.813rem;
    text-transform: uppercase;
    display: inline-block;
}

.comment-meta > *,
.comment-author > * {
	display: inline-block;
	vertical-align: middle;
}

.comment-author img {
	width: 50px;
	height: auto;
	border-radius: 25px;
	margin: 0 16px 0 0;
}

.comment-author .fn,
.comment-metadata a {
	margin-right: 16px;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-metadata a time {
	display: none;
}

p.comment-awaiting-moderation {
	margin-bottom: 0;
}

.comment-author .says {
	display: none;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f9f9f9;
	font-size: 16px;
	padding: 24px;
}

a.comment-reply-link {
    cursor: pointer;
    border: none;
    font-size: 13px;
    font-size: 0.813rem;
    font-weight: 600;
    padding: 0;
    width: auto;
    text-decoration: none;
}

.comment-notes {
    display: none;   
}

.form-submit .submit {
	color: #fff;
	padding: 0;
	border-radius: 0;
	text-decoration: none;
	font-weight: 600;
	background-color: #3ca0f5;
    border: none;
    height: 48px;
    line-height: 48px;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
}

p.form-submit {
	text-align: right;
}

.form-submit .submit:hover, .form-submit .submits:focus {
	color: #fff;
    background-color: #71b5f4;
}

.comment-metadata a,
.comment-metadata .edit-link,
.entry-comments .comment-author {
	position: relative;
	font-weight: 600;
	font-size: 13px;
	font-size: 0.813rem;
}

.entry-comments .comment-author {
	margin: 0 1em 0 0;
}

.comment-form-comment #comment {
	border: 2px solid #e4e5e7;
	border-radius: 0;
	background-color: #f4f4f4;
	padding: 10px 10px;
	height: 182px;
	font-size: 16px;
    font-size: 1rem;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: none;
}

.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
	border: 2px solid #e4e5e7;
	border-radius: 0;
	background-color: #f4f4f4;
	padding: 10px 10px;
	font-size: 14px;
	font-size: 0.875rem;
	width: 100%;
	font-size: 16px;
    font-size: 1rem;
}

@media screen and (min-width: 600px) {
	.form-submit .submit {
		width: 48.7%;
	}

	.comment-form-author {
		width: 48.7%;
		margin-right: 2.6%;
		float: left;
	}

	.comment-form-email {
		width: 48.7%;
		float: left;
	}

	.comment-form-url {
		clear: left;
	}
}

@media screen and (min-width: 768px) {
	.entry-comments h3 {
	    font-size: 34px;
	    font-size: 2.125px;
	}

	.comment-respond h3,
	.entry-pings h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.comment-reply-title small a {
	    font-size: 14px;
	    font-size: 0.875rem;
	}

	.comment-author .fn,
	a.comment-reply-link,
	.comment-metadata a,
	.comment-metadata .edit-link,
	.entry-comments .comment-author {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.comment-form-comment #comment,
	.comment-form-author #author,
	.comment-form-email #email,
	.comment-form-url #url {
		padding-top: 11px;
		padding-bottom: 12px;
	}

	.form-submit .submit {
		height: 54px;
		line-height: 54px;
		font-size: 18px;
		font-size: 1.125rem;
	}

	.comment-form-comment #comment,
	.comment-form-author #author,
	.comment-form-email #email,
	.comment-form-url #url {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

/*--------------------------------------------------------------
# Page 404
--------------------------------------------------------------*/
.error-404 {
	max-width: 440px;
	margin: 100px auto 70px;
	padding-left: 15px;
	padding-right: 15px;
}

.error-404 h1, .error-404 h2 {
	color: #3ca0f5;
}

.error-404 h2 {
	margin-bottom: 40px;
}

.error-404 h6:first-of-type {
	margin-bottom: 50px;
}

.error-404 h6:last-of-type {
	max-width: 360px;
}

.error-404 h6 a {
	text-decoration: underline;
}

@media screen and (max-width: 400px) {
	.error-404 h2 {
		max-width: 300px;
	}
}

@media screen and (min-width: 768px) {
	.error-404 {
		max-width: 620px;
		margin: 140px auto 90px;
	}

	.error-404 h1 {
		font-size: 84px;
		font-size: 5.25rem;
	}

	.error-404 h2 {
		font-size: 56px;
		font-size: 3.5rem;
		margin-bottom: 50px;
	}

	.error-404 h6:first-of-type {
		margin-bottom: 80px;
	}

	.error-404 h6:last-of-type {
		max-width: 560px;
	}
}

@media screen and (min-width: 1024px) {
	.error-404 {
		max-width: 830px;
		margin: 140px auto 90px;
	}

	.error-404 h1 {
		font-size: 112px;
		font-size: 7rem;
	}

	.error-404 h2 {
		font-size: 78px;
		font-size: 4.875rem;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon {
	margin: 0 2%;
}

.gallery-caption {
	display: block;
	color: #0c394c;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	white-space: pre-line;
}

@media (min-width: 768px) {
	.gallery-icon {
		margin-bottom: 10px;
	}

	.gallery-caption {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.no-categories h4 {
	line-height: 1.25;
	margin-bottom: 2.5rem;
	max-width: 600px;
	text-align: center;
	margin: 60px auto 220px;
}

.logo-section {
	background-color: #3ca0f5;
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Logo section */
.logo-gallery-wrapper {
	max-width: 320px;
	margin: 0 auto;
}

.logo-gallery-wrapper img {
	max-height: 50px;
	width: auto;
	margin: 0 auto;
}

.logo-gallery-wrapper .gallery {
    margin-bottom: 0;
}

.logo-gallery-wrapper .gallery-item {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.logo-gallery-wrapper .gallery-icon {
	margin: 0 10%;
}

@media screen and (min-width: 768px) {
	.logo-gallery-wrapper {
		max-width: 1300px;
		padding: 0 30px;
	}

	.no-categories h4 {
		margin: 120px auto 300px;
		max-width: 800px;
	}

	.logo-section {
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

/*--------------------------------------------------------------
## Front page
--------------------------------------------------------------*/
.front-banner {
	margin-top: 52px;
	position: relative;
}

.front-banner:before {
	content:' ';
	position: absolute;
	width: 50%;
	height: 100%;
	z-index: -1;
	background-color: #acdafe;
}

.front-banner-background {
	height: 555px;
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background-color: #acdafe;
	background-image: url(images/OBI-home-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.front-banner-background div {
	margin: 0 auto;
	max-width: 620px;
	height: 100%;
	position: relative;
}

.front-banner-background div h1 {
	text-transform: uppercase;
	position: absolute;
	top: 45px;
	left: 4%;
	z-index: 50;
}

.front-banner-background h1 span {
	font-weight: 400;
}

.innovation {
	margin: 60px auto;
	max-width: 375px;
	padding-left: 4%;
	padding-right: 4%;
	box-sizing: content-box;
}

.innovation h2,
.philosophy h2,
.process h2 {
	line-height: 1.6;
	text-align: center;
	margin-bottom: 5px;
}

.innovation p.first,
.philosophy p.first,
.process p.first {
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
}

.innovation p.first {
	max-width: 335px;
	margin: 0 auto 40px;
}

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

.innovation li {
	text-align: center;
	margin-bottom: 40px;
}

.innovation li div {
	height: 130px;
	width: 130px;
	margin: 0 auto 15px;
	background-image: url(images/obi-icons-01.svg);
	background-repeat: no-repeat;
	background-size: 825px;
}

.innovation li div.trends {
    background-position: -39px -88px;
}

.innovation li div.functionality {
    background-position: -220px -88px;
}

.innovation li div.processes {
    background-position: -406px -88px;
}

.innovation li div.ingredients {
    background-position: -585px -88px;
}

.innovation li h5 {
	color: #242b35;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 15px;
}

.innovation li p {
	margin-bottom: 0;
}

.home-girl {
	height: 435px;
	background-color: #acdafe;
	position: relative;
	overflow: hidden;
}

.home-girl img {
	height: 435px;
	width: auto;
	max-width: none;
	position: absolute;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

.philosophy-overflow {
	overflow: hidden;
}

.philosophy {
	margin: 60px auto 100px;
	box-sizing: content-box;
	max-width: 520px;
	padding: 0 4%;
}

.philosophy p.first {
	max-width: 350px;
	margin: 0 auto 25px;
}

.philosophy-section {
	margin-bottom: 45px;
}

.philosophy-section h3 {
	color: #0db0f8;
	margin-bottom: 25px;
}

.philosophy-section p {
	line-height: 1.625;
	margin-bottom: 25px;
}

.philosophy-section a {
	color: #9b9b9b;
	font-weight: 600;
}

.philosophy-section a:hover,
.philosophy-section a:focus {
	color: #0db0f8;
}

.experience-img,
.direction-img  {
	margin-bottom: 30px;
	height: 240px;
	position: relative;
}

.clarity-img {
	margin-bottom: 30px;
	height: 265px;
	position: relative;
}

.experience-img img,
.clarity-img img,
.direction-img img {
	position: absolute;
	max-width: 664px;
	top: 0;
	z-index: 50;
}

.experience-img img,
.direction-img img {
	left: 0;
}

.clarity-img img {
	right: 0;
}

.experience-img::after,
.direction-img::after {
	content: ' ';
	display: block;
	height: 240px;
	background-color: #acdafe;
	margin-right: -9999px;
}

.clarity-img::after {
	content: ' ';
	display: block;
	height: 265px;
	background-color: #0c394c;
	margin-left: -9999px;
}

.process {
	margin-bottom: 70px;
}

.process p.first {
	max-width: 350px;
	margin: 0 auto 50px;
}

.accordion-wrapper {
	max-width: 520px;
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: content-box;
	margin: 0 auto;
}

.accordion {
    margin-top: 40px;
    padding-bottom: 35px;
    position: relative;
	border-bottom: 1px solid #ebebeb;
}

.accordion:first-of-type {
	margin-top: 0;
}

.process-sections span {
	font-size: 102px;
	font-size: 6.375rem;
	color: #0db0f8;
	font-weight: 600;
	display: inline-block;
	line-height: 0.75;
	width: 70px;
	text-align: center;
}

.process-sections div {
	display: inline-block;
	margin-left: 12px;
}

.process-sections i {
	display: inline-block;
	height: 45px;
	width: 50px;
	background-image: url(images/obi-icons-01.svg);
	background-repeat: no-repeat;
	background-size: 280px;
}

.process-sections i.engagement {
    background-position: -23px -115px;
    width: 50px;
}

.process-sections i.insights {
    background-position: -95px -115px;
    width: 50px;
}

.process-sections i.rad {
    background-position: -175px -115px;
    width: 42px;
}

.process-sections i.product-launch {
    background-position: -225px -115px;
    width: 42px;
}

.process-sections h4 {
	margin-top: 0;
	margin-bottom: 25px;
	line-height: 1;
	text-transform: uppercase;
	max-width: 220px;
}

.input-state {
	display: none;
}

.read-more-wrap {
	text-align: center;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 10px;
}

.read-more-wrap p {
	display: inline;
	margin-bottom: 0;
}

.read-more-target {
	opacity: 0;
	font-size: 1px;
	-moz-transition: .3s;
  	-ms-transition: .3s;
  	-webkit-transition: .3s;
	transition: .3s;
	word-spacing: -4px;
}

.input-state:checked ~ .read-more-wrap .read-more-target {
	opacity: 1;
	font-size: inherit;
	word-spacing: 0;
}

.input-state ~ .read-more-trigger::after {
	content: '';
	background-image: url(images/arrow-questions.png);
	-moz-transition: transform .3s;
  	-ms-transition: transform .3s;
  	-webkit-transition: transform .3s;
    transition: transform .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 36px;
	height: 11px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	margin: auto;
}

.input-state:checked ~ .read-more-trigger::after {
	content: '';
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
    position: absolute;
}

.read-more-trigger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.front-testimonial,
.portfolio-testimonial {
	background-color: #acdafe;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.front-testimonial h3 {
	margin: 0 auto 45px;
	max-width: 300px;
}

.front-testimonial .quote,
.portfolio-testimonial .quote,
.category-product-with-testimonial .quote {
	height: 38px;
	width: 38px;
	margin: 0 auto;
	background-image: url(images/obi-icons-01.svg);
	background-repeat: no-repeat;
    background-size: 658px;
	background-position: -370px -460px;
}

.front-testimonial-inner,
.portfolio-testimonial-inner {
	margin: 0 auto 15px;
	box-sizing: content-box;
	padding-left: 4%;
	padding-right: 4%;
}

.front-testimonial-inner{
	max-width: 530px;
}

.portfolio-testimonial-inner {
	max-width: 630px;
}

.front-testimonial a.read-more {
	font-size: 20px;
	font-size: 1.25rem;
	text-decoration: underline;
	font-weight: 500;
	color: #0c394c;
	-moz-transition: color .3s;
  	-ms-transition: color .3s;
  	-webkit-transition: color .3s;
	transition: color .3s;
}

.front-testimonial a.read-more:hover,
.front-testimonial a.read-more:focus {
	color: #0db0f8;
}

@media screen and (max-width: 479px) {
	.process-sections div {
		vertical-align: top;
	}
}
@media screen and (min-width: 480px) {
	.process-sections div {
		margin-left: 20px;
	}

	.process-sections h4 {
		max-width: none;
	}

	.front-testimonial h3 {
		max-width: none;
	}

	.accordion-wrapper {
		padding-left: 4%;
		padding-right: 4%;
	}
}

@media screen and (min-width: 600px) {
	.innovation {
		max-width: 620px;
	}

	.innovation li {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}
}

@media screen and (min-width: 768px) {
	.front-banner-background {
		height: 632px;
	}

	.front-banner-background div {
		max-width: 860px;
	}

	.front-banner-background div h1 {
		top: 105px;
	}

	.innovation {
		margin: 75px auto;
		max-width: 800px;
	}

	.innovation h2 {
		margin-bottom: 20px;
	}

	.innovation p.first,
	.philosophy p.first,
	.process p.first {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.innovation p.first {
		max-width: 730px;
		margin-bottom: 70px;
	}

	.innovation li {
		width: 49.5%;
	}

	.innovation li div {
		height: 170px;
		width: 170px;
		background-size: 1035px;
		margin-bottom: 20px;
	}

	.innovation li div.trends {
	    background-position: -46px -105px;
	}

	.innovation li div.functionality {
	    background-position: -274px -105px;
	}

	.innovation li div.processes {
	    background-position: -506px -105px;
	}

	.innovation li div.ingredients {
	    background-position: -730px -105px;
	}

	.innovation li h5 {
	 	margin-bottom: 20px;
	 }

	.home-girl, .home-girl img {
		height: 535px;
	}

	.philosophy {
		margin-top: 90px;
		max-width: 620px;
	}

	.philosophy p.first {
		max-width: 460px;
		margin-bottom: 80px;
	}

	.philosophy-section {
		font-size: 17px;
		font-size: 1.063rem;
	}

	.philosophy-section a {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.experience-img,
	.direction-img  {
		height: 340px;
	}

	.clarity-img {
		height: 377px;
	}

	.experience-img::after,
	.direction-img::after {
		height: 340px;
	}

	.clarity-img::after {
		height: 377px;
	}

	.experience-img img,
	.clarity-img img,
	.direction-img img {
		max-width: 941px;
	}

	.process {
		margin-bottom: 110px;
	}

	.process p.first {
		max-width: 660px;
		margin-bottom: 60px;
	}

	.accordion-wrapper {
		max-width: 620px;
	}

	.process-sections i {
		height: 60px;
		background-size: 380px;
	}

	.process-sections i.engagement {
	    background-position: -27px -157px;
		width: 70px;
	}

	.process-sections i.insights {
	    background-position: -127px -157px;
		width: 75px;
	}

	.process-sections i.rad {
	    background-position: -236px -157px;
	}

	.process-sections i.product-launch {
	    background-position: -304px -157px;
	}

	.read-more-wrap p {
		font-size: 17px;
		font-size: 1.063rem;
	}

	.front-testimonial,
	.portfolio-testimonial {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.front-testimonial a.read-more {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1024px) {
	.front-banner {
		margin-top: 0;
	}
	.front-banner-background {
		height: 708px;
	}

	.front-banner-background div {
		max-width: 1360px;
	}

	.front-banner-background div h1 {
		top: 170px;
		font-size: 90px;
		font-size: 5.625rem;
	}

	.innovation {
		margin: 90px auto;
	}

	.innovation p.first {
		margin-bottom: 100px;
	}

	.home-girl, .home-girl img {
		height: 635px;
	}

	.philosophy {
		max-width: 1170px;
		padding: 0 40px;
	}

	.philosophy p.first {
		max-width: 760px;
		margin-bottom: 120px;
	}

	.direction-1 {
		direction: rtl;
	}

	.experience,
	.clarity,
	.direction {
		display: inline-block;
		vertical-align: middle;
		width: 45.75%;
	}

	.clarity {
		margin-left: 4%;
	}

	.experience,
	.direction {
		margin-right: 4%;
		direction: ltr;
	}

	.experience-img,
	.clarity-img,
	.direction-img {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
		width: 49.75%;
	}

	.experience-img,
	.direction-img {
		direction: ltr;
	}

	.accordion-wrapper {
		max-width: 1130px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.accordion {
		margin-top: 70px;
		padding-right: 75px;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.process-sections i {
		display: none;
	}

	.process-sections div {
		vertical-align: top;
	}

	.read-more-wrap {
		text-align: left;
		position: relative;
		top: -38px;
		margin-bottom: -38px;
		margin-left: 92px;
		border-bottom: 1px solid #ebebeb;
	}

	.input-state ~ .read-more-trigger::after {
		top: 71px;
	    bottom: auto;
	    left: auto;
	    right: 20px;
	}

	.accord-text {
		width: 78.5%;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
	}

	.accord-icon-1,
	.accord-icon-2,
	.accord-icon-3,
	.accord-icon-4 {
		width: 21%;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	.accord-icon-1 i,
	.accord-icon-2 i,
	.accord-icon-3 i,
	.accord-icon-4 i {
		width: 135px;
		height: 135px;
		background-image: url(images/obi-icons-01.svg);
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
	}

	.accord-icon-1 i {
		background-position: -35px -242px;
		background-size: 630px;
	}

	.accord-icon-2 i {
		background-position: -200px -243px;
		background-size: 630px;
	}

	.accord-icon-3 i {
		background-position: -455px -325px;
		background-size: 780px;
	}

	.accord-icon-4 i {
		background-position: -600px -315px;
		background-size: 780px;
	}
}

@media screen and (min-width: 1200px) {
	.innovation {
		max-width: 1360px;
	}

	.innovation li {
		width: 24.5%;
	}
}

/*--------------------------------------------------------------
## About page
--------------------------------------------------------------*/
.about-banner {
	margin-top: 52px;
	background-color: #acdafe;
	height: 560px;
	position: relative;
	overflow: hidden;
}

.about-banner img {
	position: absolute;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	margin: auto;
	height: 260px;
	width: auto;
	max-width: none;
}

.about-banner div {
	margin: auto;
	max-width: 356px;
	width: 100%;
	height: 100%;
	position: relative;
}

.about-banner h1 {
	text-align: center;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
	z-index: 50;
	position: absolute;
	top: 46px;
	margin-bottom: 0;
}

.what-you-need,
.in-your-shoes {
	margin: 55px auto 60px;
	max-width: 1020px;
	padding-left: 4%;
	padding-right: 4%;
	text-align: center;
}

.what-you-need h2,
.in-your-shoes h2 {
	max-width: 380px;
	margin: 0 auto 25px;
}

.what-you-need p,
.in-your-shoes p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #0c394c;
	margin: 0 auto 30px;
}

.what-you-need p {
	max-width: 540px;
}

.in-your-shoes p {
	max-width: 594px;
}

.what-you-need a,
.in-your-shoes a {
	color: #0db0f8;
	font-weight: 500;
	-moz-transition: color .3s;
  	-ms-transition: color .3s;
  	-webkit-transition: color .3s;
	transition: color .3s;
}

.what-you-need a:hover,
.what-you-need a:focus,
.in-your-shoes a:hover,
.in-your-shoes a:focus {
	color: #acdafe;
}

.about-girl {
	background-color: #acdafe;
	height: 365px;
	position: relative;
	overflow: hidden;
}

.about-girl img {
	position: absolute;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	margin: auto;
	height: 365px;
	width: auto;
	max-width: none;
}

@media screen and (min-width: 368px) {
	.about-banner h1 {
		top: 36px;
		font-size: 36px;
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 768px) {
	.about-banner {
		height: 410px;
	}

	.about-banner img {
		height: 386px;
		left: -9399px;
	}

	.about-banner div {
		max-width: 720px;
	}

	.about-banner h1 {
		text-align: left;
	    font-size: 40px;
	    font-size: 2.5rem;
	    width: 400px;
	    top: 75px;
	}

	.what-you-need,
	.in-your-shoes {
		margin-top: 70px;
		margin-bottom: 75px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.what-you-need h2,
	.in-your-shoes h2 {
		max-width: 600px;
		margin: 0 auto 40px;
	}

	.what-you-need p,
	.in-your-shoes p {
		font-size: 24px;
		font-size: 1.5rem;
		margin-bottom: 40px;
	}

	.what-you-need p {
		max-width: 710px;
	}

	.in-your-shoes p {
		max-width: 790px;
	}

	.what-you-need a,
	.in-your-shoes a {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
}

@media screen and (min-width: 1024px) {
	.about-banner {
		margin-top: 0;
	}

	.about-banner div {
		max-width: 940px;
	}

	.about-banner h1 {
		top: 50px;
		font-size: 48px;
		font-size: 3rem;
		width: 500px;
	}

	.what-you-need,
	.in-your-shoes {
		margin-top: 85px;
		margin-bottom: 90px;
	}

	.what-you-need h2,
	.in-your-shoes h2 {
		max-width: none;
	}
}

@media screen and (min-width: 1200px) {
	.about-banner div {
		max-width: 1140px;
	}

	.about-banner img {
		left: -9199px;
	}

	.about-banner h1 {
		top: 100px;
		line-height: 1.4;
		width: 675px;
	}
}

/*--------------------------------------------------------------
## Products page
--------------------------------------------------------------*/
.products-banner {
	margin-top: 52px;
	height: 550px;
	background-color: #acdafe;
	position: relative;
	overflow: hidden;
}

.products-banner img {
	position: absolute;
	bottom: 0;
	left: -9569px;
	right: -9999px;
	margin: auto;
	height: 550px;
	width: auto;
	max-width: none;
}

.products-banner div {
	margin: auto;
	max-width: 440px;
	width: 100%;
	height: 100%;
	position: relative;
}

.products-banner h1 {
	text-align: right;
	z-index: 50;
	position: absolute;
	right: 15px;
	bottom: 60px;
	margin-bottom: 0;
	max-width: 240px;
}

.products-wrapper {
	max-width: 800px;
	margin: 60px auto;
	padding-left: 4%;
	padding-right: 4%;
}

.hentry.category-products,
.category-products .gallery {
	margin-bottom: 0;
}

.category-products .gallery-item {
	margin: 0 auto 80px;
}

.category-products h2 {
	text-align: center;
}

.category-products p {
	max-width: 680px;
	margin: 0 auto 60px;
	text-align: center;
}

.category-products .gallery-icon img {
	max-height: 180px;
	width: auto; 
}

.category-products .gallery-caption {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 600px) {
	.category-products .gallery-item {
		width: 49.5%;
	}
}

@media screen and (min-width: 768px) {
	.products-banner {
		height: 478px;
	}

	.products-banner img {
		left: -9729px;
		height: 478px;
	}

	.products-banner div {
		max-width: 680px;
	}

	.products-banner h1 {
		right: 0;
		bottom: 90px;
		max-width: 400px;
		font-size: 56px;
		font-size: 3.5rem;
	}

	.products-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.category-products p {
		max-width: 730px;
		margin-bottom: 90px;
	}

	.category-products .gallery-icon img {
		max-height: 230px;
	}
}

@media screen and (min-width: 1024px) {
	.products-banner {
		height: 406px;
		margin-top: 0;
	}

	.products-banner div {
		max-width: 920px;
	}

	.products-banner img {
		left: -9999px;
		height: 406px;
	}

	.products-banner h1 {
		max-width: 500px;
		font-size: 68px;
		font-size: 4.25rem;
	}

	.products-wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}

	.category-products p {
		margin-bottom: 120px;
	}

	.category-products .gallery-item {
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 1124px) {
	.products-wrapper {
		max-width: 1240px;
		text-align: center;
	}

	.category-products .gallery {
		text-align: center;
	}

	.category-products .gallery-item {
		width: 24.5%;
	}
}

/*--------------------------------------------------------------
## Services page
--------------------------------------------------------------*/
.services-banner {
	margin-top: 52px;
	position: relative;
	background-color: #acdafe;
}

.services-banner-background {
	max-width: 1920px;
	margin: auto;
	height: 555px;
	position: relative;
	background-image: url(images/OBI-services-banner-mobile.jpg);
	background-repeat: no-repeat;
	background-position: 40% bottom;
	background-size: 680px;
	background-color: #acdafe;
}

.services-banner-title {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 460px;
}

.services-banner-title h1 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.3;
	text-align: right;
	position: absolute;
	right: 8%;
	margin-bottom: 0;
}

.formulation {
	margin: 55px auto;
	padding-left: 4%;
	padding-right: 4%;
	max-width: 460px;
	box-sizing: content-box;
	position: relative;
}

.formulation div {
	margin: 0 auto;
	max-width: 448px;
}

.formulation div img,
.supply-chain div img,
.consultation div img {
	display: inherit;
}

.supply-chain-outher,
.consultation-outher {
	background-color: #f4f4f4;
	overflow: hidden;
}

.supply-chain,
.branding-design {
	margin: 0 auto;
	padding: 55px 4%;
	max-width: 460px;
	box-sizing: content-box;
}

.supply-chain p,
.branding-design p,
.other-services p {
	color: #0c394c;
}

.sam-strategy {
    margin: 55px auto 0;
    padding: 0 4%;
    max-width: 460px;
    box-sizing: content-box;
    text-align: center;
}

.sam-strategy .marketing,
.sam-strategy .sales-strategy,
.sam-strategy .pricing-structure {
	margin-bottom: 75px;
}

.sam-strategy .marketing div,
.sam-strategy .sales-strategy div,
.sam-strategy .pricing-structure div {
	width: 94px;
	height: 77px;
	margin: 0 auto 35px;
	background-image: url(images/services-01.svg);
	background-repeat: no-repeat;
	background-size: 500px;
}

.sam-strategy .marketing div {
	background-position: -37px -33px
}

.sam-strategy .sales-strategy div {
    background-position: -186px -33px;
}

.sam-strategy .pricing-structure div {
    background-position: -345px -33px;
}

.sam-strategy h2 {
	margin-bottom: 50px;
}

.sam-strategy h4 {
	color:#0db0f8;
	margin-bottom: 25px;
}

.sam-strategy p {
	margin-bottom: 0;
}

.branding-design-outher {
	background-color: #acdafe
}

.branding-design h2 {
	margin-bottom: 50px;
}

.branding-design h5 {
	margin-bottom: 35px;
}

.branding-design p {
	margin-bottom: 50px;
}

.consultation {
	margin: 0 auto;
	padding: 55px 4% 0;
	max-width: 620px;
	box-sizing: content-box;
	position: relative;
}

.consultation h2,
.consultation p {
	margin: 0 auto 1.75rem;
	max-width: 460px;
}

.other-services {
	margin: 60px auto;
	padding-left: 4%;
	padding-right: 4%;
	box-sizing: content-box;
	text-align: center;
}

.other-services h2 {
	margin-bottom: 35px;
}

.other-services p {
	margin: 0 auto 45px;
	max-width: 542px;
}

.other-services ul {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
}

.other-services li {
	margin: 10px auto;
	text-transform: uppercase; 
	color: #0c394c;
	font-weight: 700;
}

@media screen and (min-width: 600px) {
	.services-banner-background {
		background-size: 770px;
	}

	.other-services ul {
		max-width: 600px;
		text-align: center;
	}

	.other-services li {
		display: inline-block;
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media screen and (max-width: 767px) {
	.services-banner-title h1 span {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.services-banner-background {
		height: 458px;
		background-image: url(images/OBI-services-banner.jpg);
		background-position: 45% bottom;
		background-size: 1920px;
	}

	.services-banner-title {
		max-width: 1360px;
		top: 80px;
	}

	.services-banner-title h1 {
		font-size: 40px;
		font-size: 2.5rem;
		right: 60px;
		max-width: 520px;
	}

	.formulation {
		margin-top: 100px;
		max-width: 600px;
	}

	.formulation p {
		max-width: 570px;
	}

	.supply-chain {
		max-width: 600px;
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.sam-strategy {
	    margin-top: 110px;
	    max-width: 600px;
	}

	.sam-strategy .marketing div,
	.sam-strategy .sales-strategy div,
	.sam-strategy .pricing-structure div {
		width: 110px;
		height: 90px;
		background-size: 600px;
		margin-bottom: 55px;
	}

	.sam-strategy .marketing div {
		background-position: -45px -40px;
	}

	.sam-strategy .sales-strategy div {
	    background-position: -225px -40px;
	}

	.sam-strategy .pricing-structure div {
	    background-position: -415px -40px;
	}

	.sam-strategy h2 {
		margin-bottom: 100px;
	}

	.sam-strategy p {
		margin-bottom: 100px;
	}

	.consultation h2,
	.consultation p,
	.branding-design {
		max-width: 600px;
	}

	.branding-design {
		padding: 80px 40px 70px;
	}

	.branding-design h2 {
		margin-bottom: 80px;
	}

	.formulation p,
	.supply-chain p,
	.branding-design p,
	.sam-strategy p,
	.consultation p,
	.other-services p {
		font-size: 17px;
		font-size: 1.063rem;
	}

	.other-services {
		margin: 90px auto;
	}

	.other-services p {
		max-width: 580px;
	}

	.other-services ul {
		max-width: 700px;
	}

	.other-services li {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1024px) {
	.services-banner {
		margin-top: 0;
	}

	.services-banner::before {
		content:' ';
		position: absolute;
		width: 50%;
		height: 100%;
		background-color: #0a0e19;
	}

	.services-banner-background {
		background-position: 50% bottom;
	}

	.services-banner-title {
		top: 60px;
	}

	.services-banner-title h1 {
		max-width: 620px;
		font-size: 48px;
		font-size: 3rem;
	}

	.formulation {
		max-width: 1140px;
	    padding: 0 80px;
	    min-height: 300px;
	}

	.formulation p {
		width: 53%;
		margin-bottom: 0;
		z-index: 50;
		position: relative;
	}
	
	.formulation div {
		position: absolute;
		bottom: 0;
		right: 4%;
	}

	.supply-chain {
		max-width: 1140px;
		padding-left: 80px;
		padding-right: 80px;
	}

	.supply-chain div {
		display: inline-block;
		vertical-align: middle;
		width: 49.75%;
		direction: ltr;
	}

	.supply-chain div.globe {
		width: 46.75%;
	}

	.supply-chain div.sc {
		width: 52.75%;
	}

	.supply-chain div p {
		margin-bottom: 0;
	}

	.sam-strategy {
	    max-width: 1280px;
	    padding-left: 60px;
	    padding-right: 60px;
	    margin-bottom: 110px;
	}

	.sam-strategy .marketing,
	.sam-strategy .sales-strategy,
	.sam-strategy .pricing-structure {
		float: left;
		width: 33.333333%;
		margin-bottom: 0;
	}

	.sam-strategy p {
		margin-bottom: 0;
		padding: 0 8%;
	}

	.branding-design {
		max-width: 870px;
	}

	.branding-design h2 {
		text-align: center;
	}

	.branding-design div {
		float: left;
		max-width: 380px;
	}

	.branding-design div:first-of-type {
		margin-right: 110px;
	}

	.consultation {
		max-width: 1200px;
		padding: 140px 0 0 80px;
		height: 295px;
	}

	.consultation h2 {
		max-width: none;
	}

	.consultation p {
		margin-bottom: 0;
		max-width: 50%;
		margin-left: 0;
		position: relative;
		z-index: 50;
	}

	.consultation div {
		position: absolute;
		bottom: 0;
		right: -105px;
	}
}


@media screen and (min-width: 1240px) {
	.formulation div {
		right: 8%;
	}

	.sam-strategy p {
		padding: 0 13%;
	}

	.consultation div {
		position: absolute;
		bottom: 0;
		right: -65px;
	}
}

/*--------------------------------------------------------------
## Portfolio page
--------------------------------------------------------------*/
.portfolio-testimonial {
	margin-top: 52px;
}

.portfolio-testimonial h1 {
	text-align: center;
	margin-bottom: 45px;
}

.portfolio-products-wrapper {
	max-width: 1240px;
	padding: 0 4%;
	box-sizing: content-box;
	text-align: center;
	margin: 90px auto 30px;
	text-align: left;
}

.products-header {
	text-align: center;
}

.products-paragraph {
	margin-bottom: 75px;
	text-align: center;
}

.hentry.category-product-with-testimonial,
.hentry.category-single-product {
	margin-bottom: 90px;
}

.category-product-with-testimonial,
.category-single-product {
	text-align: center;
}

.category-product-with-testimonial img,
.category-single-product img {
	max-height: 180px;
	width: auto;
}

.category-product-with-testimonial h3,
.category-single-product h3 {
	margin-top: 25px;
	margin-bottom: 0;
	font-weight: 600;
	color: #0c394c;
}

.category-product-with-testimonial h3 {
	margin-bottom: 35px
}

.category-product-with-testimonial .quote {
	margin-bottom: 20px;
}

.category-product-with-testimonial p {
	max-width: 460px;
	margin: 0 auto 25px;
}

.category-product-with-testimonial code {
	color: #0db0f8;
	font-weight: 500;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Montserrat';
}

.global-brands-outher {
	background-color: #acdafe;
}

.global-brands {
	padding: 60px 4% 15px;
	text-align: center;
}

.global-brands h2 {
	max-width: 400px;
	margin: 0 auto 25px;
}

.global-brands p {
	font-size: 18px;
	font-size: 1.125rem;
	color: #0c394c;
	max-width: 430px;
	margin: 0 auto 45px;
}

.brands-list {
	box-sizing: content-box;
	text-align: center;
	margin: 90px auto 0;
	text-align: center;
}

.brands-list .gallery-item {
    text-align: center;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 60px;
}

.brands-list .gallery-icon img {
	max-width: 200px;
	max-height: 180px;
	width: auto;
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	.global-brands h2.custom {
		font-size: 44px;
		font-size: 2.75rem;
	}
	.site-footer .clear {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.first-widget-area {
		width: 100% !important;
		text-align: center;
	}
	.first-widget-area .footer-social-icons {
		margin: 0 auto;
	}
	.second-widget-area {
		width: 100% !important;
		text-align: center;
	}
	.site-branding-footer {
		width: 100% !important;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 1023px) {
	.category-product-with-testimonial h3,
	.category-single-product h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 700px) {
	.brands-list {
		max-width: 600px;
	}

	.brands-list .gallery-item {
		width: 49.75%;
	}
}

@media screen and (min-width: 768px) {
	.portfolio-products-wrapper {
		padding: 0 25px;
		margin-top: 105px;
		margin-bottom: 50px;
	}

	.products-paragraph {
		margin-bottom: 100px;
		font-size: 20px;
		font-size: 1.25rem;
	}

	.category-product-with-testimonial,
	.category-single-product {
		display: inline-block;
		vertical-align: top;
		padding-left: 2%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	.category-product-with-testimonial {
		width: 49.5%;
	}
	.category-single-product {
		width: 24.5%;
	}
	.hentry.category-single-product {
		margin-bottom: 105px;
	}

	.category-product-with-testimonial p {
		max-width: none;
		margin-bottom: 30px;
	}

	.category-product-with-testimonial code {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.global-brands {
		padding: 75px 25px 30px;
	}

	.global-brands h2 {
		max-width: 560px;
	}

	.global-brands p {
		font-size: 20px;
		font-size: 1.25rem;
		color: #0c394c;
		max-width: 500px;
		margin-bottom: 65px;
	}
}

@media screen and (min-width: 960px) {
	.brands-list {
		max-width: 960px;
	}

	.brands-list .gallery-item {
		width: 33%;
	}
}

@media screen and (min-width: 1024px) {
	.portfolio-testimonial {
		margin-top: 0;
	}

	.portfolio-products-wrapper {
		padding: 0 40px;
		margin-top: 125px;
		margin-bottom: 70px;
	}

	.hentry.category-product-with-testimonial {
		margin-bottom: 120px;
	}

	.products-paragraph,
	.hentry.category-single-product {
		margin-bottom: 125px;
	}

	.category-product-with-testimonial h3,
	.category-single-product h3 {
		margin-top: 35px;
	}

	.category-product-with-testimonial img,
	.category-single-product img {
		max-height: 230px;
	}

	.global-brands {
		padding: 90px 40px 45px;
	}
}

@media screen and (min-width: 1124px) {
	.global-brands h2 {
		max-width: none;
	}

	.global-brands p {
		max-width: none;
	}
}

@media screen and (min-width: 1240px) {
	.brands-list {
		max-width: 1240px;
	}

	.brands-list .gallery-item {
		width: 24.75%;
	}
}

/*--------------------------------------------------------------
## Contact page
--------------------------------------------------------------*/
.contact-wrap {
	margin-top: 52px;
	padding: 60px 4.5% 75px;
	min-height: 740px;
	overflow: hidden;
	background-color: #abd9fe;
}

.contact-form {
	max-width: 320px;
	margin: 0 auto;
}

h1.ready-to-talk {
  	text-align: center;
  	margin: 0 auto 30px;
  	max-width: 250px;
}

p.ask-anything {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: center;
	max-width: 300px;
	margin: 0 auto 40px;
	color: #0c394c;
	font-weight: 500;
}

@media screen and (min-width: 560px) {
	.contact-form {
		max-width: 420px;
	}

	h1.ready-to-talk {
	  	max-width: none;
	}

	p.ask-anything {
	  	max-width: 440px;
	}
}

@media screen and (min-width: 768px) {
	.contact-wrap {
		padding-bottom: 105px;
		min-height: 940px;
	}

	.contact-form {
		max-width: 620px;
	}

	p.ask-anything{
		font-size: 24px;
		font-size: 1.5rem;
		max-width: 650px;
		margin-bottom: 60px;
	}
}

@media screen and (min-width: 1024px) {
	.contact-wrap {
		margin-top: 0;
		padding-top: 80px;
		padding-bottom: 135px;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
a.lets-talk {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	background-color: #0c394c;
	line-height: 100px;
	color: #fff;
	display: block;
	text-align: center;
	-moz-transition: color .5s;
  	-ms-transition: color .5s;
  	-webkit-transition: color .5s;
	transition: color .5s;
	min-width: 320px;
}

a.lets-talk:hover,
a.lets-talk:focus {
	color: #0db0f8;
}

a.lets-talk span {
	position: relative;
}

a.lets-talk span::after {
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: -2px;
  	margin: auto;
  	width: 100%;
  	content: '';
  	background-color: #fff;
  	height: 2px;
  	line-height: 1.5;
  	-moz-transition: background-color .5s;
  	-ms-transition: background-color .5s;
  	-webkit-transition: background-color .5s;
	transition: background-color .5s;
}

a.lets-talk:hover span::after,
a.lets-talk:focus span::after {
	background-color: #0db0f8;
}

.site-footer {
	max-width: 360px;
	margin: 45px auto 40px;
  	padding-left: 4%;
  	padding-right: 4%;
  	position: relative;
}
@media screen and (max-width: 769px) {
	site-footer .clear {
		width: 100%;
	}
	.footer-menu {
		width: 47%;
	}
	.first-widget-area {
		width: 47%;
		padding-right: 5px;
	}
	.second-widget-area {
		width: 47%;	
		padding-right: 5px;
		float: left;
	}
	.site-branding-footer {
		position: relative;
		width: 47%;
		float: left;
	}
}
screen and (min-width: 768px)
.site-footer h6 {
	font-weight: 700;
}

.footer-menu {
  	margin-bottom: 10px;
}

.footer-menu ul {
  	margin-left: 0;
  	padding-left: 0;
}

.footer-menu li {
  	list-style: none;
	margin-bottom: 9px;
}

.footer-menu li a {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #525252;
  	text-decoration: none;
  	-moz-transition: color .3s;
  	-ms-transition: color .3s;
  	-webkit-transition: color .3s;
  	transition: color .3s;
}

.footer-menu li a:hover, .footer-menu li a:focus {
  	color: #0db0f8;
}

.site-footer nav ul li.current-menu-item a:link,
.site-footer nav ul li.current-menu-item a:visited,
.site-footer nav ul li.current-page-ancestor a:link,
.site-footer nav ul li.current-page-ancestor a:visited {
  	color: #0db0f8;
}

.first-widget-area,
.second-widget-area {
	margin-bottom: 10px;
	box-sizing: border-box;
}

.first-widget-area p,
.first-widget-area p,
.second-widget-area p,
p.copyright {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #525252;
	margin-bottom: 13px;
}

.footer-social-icons {
	max-width: 160px;
	border-top: 1px solid #b5b5b5;
	margin-bottom: 35px;
	padding-top: 20px;

}

.footer-social-icons a {
  	width: 39px;
  	height: 39px;
  	display: inline-block;
  	margin-right: 30px;
  	margin-bottom: 20px;
  	background-image: url(images/obi-icons-01.svg);
	background-repeat: no-repeat;
    background-size: 555px;
}

.footer-social-icons a.facebook-icon {
	background-position: -55px -385px;
}

.footer-social-icons a.instagram-icon {
	background-position: -144px -385px;
}

.footer-social-icons a:hover,
.footer-social-icons a:focus {
	-moz-transition: opacity .3s;
  	-ms-transition: opacity .3s;
  	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: .8;  	
}

p.copyright {
/* 	max-width: 270px; */
	margin-bottom: 35px;
}

.site-branding-footer {
	text-align: center;
}

.site-branding-footer img {
	width: 110px;
	height: auto;
}


@media screen and (min-width: 360px) {
	a.lets-talk {
		font-size: 36px;
		font-size: 2.25rem;
	}
}

@media screen and (min-width: 600px) {
	.site-footer {
		max-width: 520px;
		padding: 0;
	}

	.first-widget-area {
/* 		width: 290px; */
		float: left;
		box-sizing: border-box;
/* 		padding-right: 32px; */
	}

/* 	.second-widget-area {
		width: 230px;
		float: left;
	} */

	.footer-social-icons {
		clear: left;
	}

	p.copyright {
		margin-bottom: 0;
	}

/* 	.site-branding-footer {
		position: absolute;
		right: 0;
		top: 0;
	} */

	.site-branding-footer img {
		width: 165px;
	}
}
@media screen and (min-width: 770px) {
	.site-branding-footer {
		position: absolute;
		right: 0;
		top: 0;
	}
}

	
@media screen and (max-width: 767px) {
	.footer-menu {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.site-footer .clear {
		display: flex;
		justify-content: end;
	}
}
@media screen and (min-width: 768px) {
	a.lets-talk {
		font-size: 68px;
		font-size: 4.25rem;
		line-height: 180px;
	}

	a.lets-talk span:after {
	  	height: 3px;
	}

	.site-footer {
  		margin-top: 70px;
  		max-width: 560px
	}

	.footer-menu {
/* 		width: 230px; */
		float: left;
		margin-bottom: 10px;
	}

	.first-widget-area {
/* 		width: 330px; */
		margin-bottom: 10px;
	}

/* 	.second-widget-area {
		width: 400px;
		margin-bottom: 75px;
		padding-right: 60px;
	} */

	.footer-social-icons {
		clear: none;
		float: left;
		margin-bottom: 120px;
	}

	.first-widget-area p,
	.first-widget-area p,
	.second-widget-area p,
	.footer-menu li a,
	p.copyright {
		font-size: 14px;
		font-size: 0.875rem;
	}

/* 	p.copyright {
		max-width: 310px;
	} */
}

@media screen and (min-width: 900px) {
	.site-footer {
		max-width: 800px;
	}

	.footer-menu {
		width: 210px;
	}

	.second-widget-area {
		width: 260px;
		padding-right: 0;
	}

	.footer-social-icons {
		clear: left;
		margin-bottom: 10px;
	}

	p.copyright {
		max-width: none;
	}

	.site-branding-footer img {
		width: 220px;
	}
}

@media screen and (min-width: 1200px) {
	.site-footer {
		max-width: 1070px;
	}

	.first-widget-area {
		width: 350px;
	}

	.second-widget-area {
		width: 350px;
		padding-right: 32px;
	}

	.footer-social-icons {
		clear: none;
	}
}

