/*
Theme Name: GBWebOne
Theme URI: http://web.gb-plugins.com/
Author: GilWebDeveloper
Author URI: http://web.gb-plugins.com/
Description: GBWebOne is a custom made theme. Thank you for using GBWebOne.
Version: 0.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, bootstrap
Text Domain: gbwebone

GBWebOne WordPress Theme © 2011-2014 GilWebDeveloper
GBWebOne is distributed under the terms of the GNU GPL
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
1.1 BLOCKS
2.0 Accessibility
3.0 GENERAL
4.0 HEADER
5.0 FOOTER
6.0 TOP-SLIDER
7.0 SHORTCODE
8.0 PAGE

-- KEYFRAMES
-- RESPONSIVE
-- END
--------------------------------------------------------------*/

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

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #107ea7;
	opacity: 1; /* Firefox */
	text-align: left;
	font-weight: 100;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #107ea7;
	text-align: left;
	font-weight: 100;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #107ea7;
	text-align: left;
	font-weight: 100;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	box-sizing: border-box;
	color: #000;
	letter-spacing: -0.015em;
	text-align: left;
}
body.no-scrolling {
	overflow: hidden;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.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;
	-webkit-clip-path: none;
	clip-path: none;
	color: #054f6e;
	display: block;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: 0;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

/*
	1.1 BLOCKS
*/
/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #cd2653;
}

:root .has-accent-background-color {
	background-color: #cd2653;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

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

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull):not(.no-margin),
.wp-block-categories:not(.alignwide):not(.alignfull):not(.no-margin),
.wp-block-code:not(.no-margin),
.wp-block-columns:not(.alignwide):not(.alignfull):not(.no-margin),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter):not(.no-margin),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter):not(.no-margin),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter):not(.no-margin),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull):not(.no-margin),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter):not(.no-margin),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright):not(.no-margin),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright):not(.no-margin),
.wp-block-media-text:not(.alignwide):not(.alignfull):not(.no-margin),
.wp-block-preformatted:not(.no-margin),
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.no-margin),
.wp-block-quote:not(.no-margin),
.wp-block-quote.is-large:not(.no-margin),
.wp-block-quote.is-style-large:not(.no-margin),
.wp-block-verse:not(.no-margin),
.wp-block-video:not(.alignwide):not(.alignfull):not(.no-margin) {
	margin-bottom: 2rem;
	margin-top: 2rem;
}

*.no-margin,
h1.no-margin,
h2.no-margin,
h3.no-margin,
h4.no-margin,
h5.no-margin,
h6.no-margin,
.wp-block-image.no-margin,
.wp-block-button.no-margin,
.wp-block-columns.no-margin{
	margin: 0;
}
figure.wp-block-image:not(.same-size) img{
	width: 100% !important;
	height: auto !important;
}

/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-columns .wp-block-column.column-grow-1{
	flex-grow: 1;
}
.wp-block-columns .wp-block-column.column-grow-2{
	flex-grow: 2;
}
.wp-block-columns .wp-block-column.column-grow-3{
	flex-grow: 3;
}
.wp-block-columns .wp-block-column.column-grow-4{
	flex-grow: 4;
}
.wp-block-columns .wp-block-column.column-grow-5{
	flex-grow: 5;
}
.wp-block-columns .wp-block-column.column-grow-6{
	flex-grow: 6;
}
.wp-block-columns .wp-block-column.column-grow-7{
	flex-grow: 7;
}
.wp-block-columns .wp-block-column.column-grow-8{
	flex-grow: 8;
}
.wp-block-columns .wp-block-column.column-grow-9{
	flex-grow: 9;
}

.wp-block-columns .wp-block-column.tiny{
	flex-basis: 0;
}
.wp-block-columns .wp-block-column.small{
	flex-basis: 20%;
}
.gb-archive .wp-block-columns .wp-block-column.small{
	flex-basis: 10%;
}
.wp-block-columns .wp-block-column.middle{
	flex-basis: 30%;
}
.wp-block-columns .wp-block-column.big{
	flex-grow: 3;
}
.wp-block-columns .wp-block-column.big,
.wp-block-columns .wp-block-column.auto{
	flex-basis: auto;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 1;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: inherit;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */
.wp-block-group.has-background-img{
	position: relative;
}
.wp-block-group.has-background-img .is-background{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	margin: 0 !important;
	padding: 0 !important;
}
.wp-block-group.has-background-img .is-background img{
	width: 100% !important;
	height: auto !important;
}
.wp-block-group.has-background-img .has-background-content{
	margin: 0;
	padding: 30px;
	max-width:inherit;
}
.font-weight-100{
	font-weight: 100;
}
.font-weight-400{
	font-weight: 400;
}
.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}




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

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


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

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}



h1,
.heading-size-1 {
	font-size: 5rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 4.5rem;
}

h3,
.heading-size-3 {
	font-size: 3.5rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

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

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

a {
	color: #054f6e;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #cd2653;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

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


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	display: block;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

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

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #107ea7;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}
a.btn{
	display: inline-block;
	background-color: #107ea7;
	color: #FFF;
}
a.btn,
.wp-block-button.btn{
	margin: 0;
}
button.btn,
button.btn:hover,
a.btn,
a.btn:hover,
.wp-block-button.btn .wp-block-button__link:hover,
.wp-block-button.btn .wp-block-button__link:focus,
.wp-block-button.btn .wp-block-button__link{
	font-weight: 100;
	text-decoration: none;
	padding: 12px 40px;
	border-radius: 3px;
	font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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 {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #054f6e;
	display: block;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*
 3.0 GENERAL
*/
body:not(.is_mob) *.only-mob{
	display: none;
}

/*
 4.0 HEADER
*/
body.header-sticky #masthead{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 100000;
}
body.header-sticky.admin-bar #masthead{
	top: 32px;
}
#masthead .wp-block-columns{
	margin: 0;
}
#masthead .wp-block-columns.top-header{
	margin: 0;
	background-color: #f1f2f4;
}
#masthead .wp-block-columns.menu-header{
	height: 110px;
	justify-content: center;
	align-items: center !important;
}
#masthead .wp-block-column{
	margin-bottom: 0;
	align-items: center;
}
#masthead .wp-block-columns .wp-block-column.column-grow-1{
	flex-basis: 8.3333%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-2{
	flex-basis: 16.666666%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-3{
	flex-basis: 25%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-4{
	flex-basis: 33.3333333%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-5{
	flex-basis: 41.66666666%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-6{
	flex-basis: 50%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-7{
	flex-basis: 58.333333%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-8{
	flex-basis: 66.6666666%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-9{
	flex-basis: 75%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-10{
	flex-basis: 83.333333%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-11{
	flex-basis: 91.666666%;
}
#masthead .wp-block-columns .wp-block-column.column-grow-12{
	flex-basis: 100%;
}
#masthead ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#masthead ul li{
	margin: 5px 0;
	padding: 0;
}
#masthead ul.menu{
	display: flex;
	flex-wrap: wrap;
}
#masthead ul.menu li > ul.sub-menu{
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #107ea7;
	left: 0;
	height: 0;
	display: flex;
}
#masthead ul.menu li:hover > ul.sub-menu{
	animation-name: open_sub_menu;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	display: flex;
	justify-content:center;
}
#masthead ul.menu li:hover > ul.sub-menu li{
	padding:20px 0;
}
#masthead ul.menu li:hover > ul.sub-menu li a{
	display: block;
	color:#fff;
	border-top: 1px solid transparent;
}
#masthead ul.menu li:hover > ul.sub-menu li:hover a{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	display: block;
	color:#fff;
}
#masthead ul.menu li:hover > ul.sub-menu li a label{
	margin-bottom: 0;
}
#masthead .navigation-top{
	height: 100%;
	text-align: center;
}
#masthead .navigation-top .navigation-wrap{
	display: inline-flex;
	align-items: center;
	justify-items: right;
	height: 100%;
	text-align: center;
}
#masthead .navigation-top .navigation-wrap #site-navigation .gbwebone-main-nav,
#masthead .navigation-top .navigation-wrap #site-navigation .top-menu,
#masthead .navigation-top .navigation-wrap #site-navigation{
	height: 100%;
}
#masthead .navigation-top .navigation-wrap #site-navigation .gbwebone-main-nav #top-menu > li{
	height: 100%;
	padding: 0;
	margin: 0;
}
#masthead .menu{
	display: inline-flex;
	align-items: center;
	height: 100%;
}
#masthead .menu a:hover,
#masthead .menu a{
	color:#0b1826;
	text-decoration: none;
	display: inline-block;
	padding: 5px 25px;
}
#masthead .menu a label{
	display: inline-block;
	cursor: pointer;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
}
#masthead .menu li.current-menu-item > a{
	color: #107ea7;
}
#masthead .menu li.current-menu-item > a label{
	border-top: 2px solid #107ea7;
	border-bottom: 2px solid #107ea7;
}
form.search-form{
	position: relative;
	width: 250px;
	height: 40px;
}
.site-main form.search-form{
	margin: 0 auto;
}
form.search-form input[type="search"].search-field:focus,
form.search-form input[type="search"].search-field{
	width: calc(100% - 50px);
	height: 100%;
	padding: 0 0 0 50px;
	border: 1px solid #adaeae;
	border-radius: 3px;
	outline: none;
	font-size: 120%;
	color:#054f6e;
}
#masthead .header-side{
	margin: 0;
}

form.search-form button[type="submit"].search-submit:focus,
form.search-form button[type="submit"].search-submit{
	position: absolute;
	top: 0;
	height: 48%;
	left: 0;
	background-color: transparent;
	color: #054f6e;
	outline: none;
	padding: 0;
	display: block;
	width: calc(45px - 10%);
	margin: 4%;
}
form.search-form button[type="submit"].search-submit::after{
	content: url("images/search-img.png");
	position: absolute;
	top:0;
	height: 100%;
	left: 0;
	color:#054f6e;
	margin: 0;
}
.top-header ul.social-links{
	display: inline-flex;
}
.top-header .wp-block-column{
	padding: 0 4.5%;
}
#masthead .top-header ul.social-links li{
	padding: 5px;
	align-items: center;
	display: flex;
}
#masthead .top-header ul.social-links li a{
	text-decoration: none;
}
#additional-content{
	position: relative;
}
#additional-content .additional-content-wrap{
	background-image: url("images/top-bar.jpg");
	padding: 10px 50px;
}
#breadcrumbs{
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	color:#FFF;
	font-weight: 100;
	font-size: 100%;
	position: absolute;
	top: 10px;
	left: 50px;
}
#breadcrumbs li{
	margin: 0;
	padding: 0;
}
#breadcrumbs li strong{
	font-weight: 100;
}

#breadcrumbs a:visited,
#breadcrumbs a:focus,
#breadcrumbs a:hover,
#breadcrumbs a{
	color:#FFF;
	text-decoration: none;
}
#additional-content .page-title{
	text-align: center;
	color: #FFF;
	font-weight: 100;
	margin: 35px 0;
	font-size: 200%;
}
#masthead ul.top_left_menu{
	display: inline-flex;
	flex-direction: row-reverse;
	height: 100%;
	align-items: center;
}
#masthead ul.top_left_menu li{
	margin: 0 10px;
}
#masthead ul.top_left_menu > li:first-child{
	margin-right: 0;
}
#masthead ul.top_left_menu li a.btn{
	padding: 5px 20px;
	cursor: pointer;
}
#masthead ul.top_left_menu li a.btn i{
	margin: 0 0 0 5px;
}
#masthead ul.top_left_menu .login-wrap{
	position: relative;
	padding: 10px 0;
}
#masthead ul.top_left_menu .login-wrap .login-con{
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(11,24,38,.95);
	color: #FFF;
	width: 250px;
	height: 0;
	padding: 20px;
	border-radius: 5px;
	z-index: 100000;
	display: block;
	opacity: 0;
	transition: all 0.4s;
	overflow: hidden;
}
#masthead ul.top_left_menu .login-wrap.open-login .login-con{
	width: 250px;
	height: 220px;
	padding: 20px;
	opacity: 1;
}

#masthead .wp-block-columns.top-header-v2 > .wp-block-column:first-child,
#masthead .wp-block-columns.top-header-v2 > .wp-block-column:last-child{
	flex-basis: 15%;
}
#masthead .wp-block-columns.top-header-v2 > .wp-block-column.top-header-v2-content{
	flex-basis: 70%;
	display: flex;
	gap: 20px;
}
#masthead .wp-block-columns.top-header-v2 > .wp-block-column.top-header-v2-content.has-text-align-left{
	justify-content: flex-end;
}

/*
	5.0 FOOTER
*/
#main-footer .site-info-wrap{
	background-color: #0e1f32;
	color:#516071;
	text-align: center;
	padding: 5px;
}
#main-footer .site-widgets-wrap{
	background-color: #0b1826;
	color:#FFF;
	padding: 40px 0;
}
#main-footer .widget-area .wp-block-columns{
	margin: 0;
}
#main-footer .widget-area .wp-block-columns .wp-block-column{
	margin-bottom: 0;
}

#main-footer ul{
	list-style-type: none;
}
#main-footer h3.widget-title{
	font-size: 110%;
	font-weight: 100;
	color: #FFF;
}
#main-footer .menu a{
	text-decoration: none;
	color: #FFF;
	font-size: 90%;
}
#main-footer .menu a:hover{
	text-decoration: none;
	color: #054f6e;
}

/*
	6.0 TOP-SLIDER
*/
.header-slider{
	position: relative;
}
.header-slider .home-slide{
	display: none;
	z-index: -1;
	opacity: 0;
}
.header-slider .home-slide.next-slide{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	opacity: 1;
	z-index: 1;
}
.header-slider .home-slide.current-slide{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 100;
}
.header-slider .wp-block-media-text .wp-block-media-text__media{
	flex-basis: 80%;
}
.header-slider .wp-block-media-text .wp-block-media-text__content{
	flex-basis: 39%;
}
.header-slider .wp-block-media-text .wp-block-media-text__content{
	font-size: 200%;
	color:#FFF;
	padding: 0;
	font-weight: 100;
	position: relative;
	margin: 0 50px;
}
.header-slider .wp-block-media-text .wp-block-media-text__content::before{
	content: " ";
	position: absolute;
	display: inline-block;
	width: 40%;
	height: 2px;
	background-color: #FFF;
	top: -20px;
	right: 10px;
}
.header-slider .wp-block-media-text .wp-block-media-text__content::after{
	content: " ";
	position: absolute;
	display: inline-block;
	width: 40%;
	height: 2px;
	background-color: #FFF;
	bottom: -20px;
	left: 10px;
}
/*
7.0 SHORTCODE
*/
.gbweb-sharing-list{
	display: flex;
	gap: 10px;
}

/*
	8.0 PAGE
*/
.top-banner > .wp-block-group__inner-container{
	position: relative;
}
.top-banner .banner-text,
figure.wp-block-image.top-image figcaption{
	position: absolute;
	top: calc(50% - 107px);
	left: calc(50% - 200px);
	font-size: 250%;
	width: 400px;
	height: 215px;
	text-align: center;
	margin: 0;
}
.wp-block-group.top-banner:not(.has-background):not(.alignwide):not(.alignfull):not(.no-margin),
.top-banner figure.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter):not(.no-margin){
	margin: 0;
	padding: 0;
}
.top-banner figure figcaption::after{
	font-family: fangsong;
	content: '“';
	font-size: 200%;
	position: absolute;
	margin-right: 18px;
	transform: rotate(180deg);
	margin-top: -20px;
}
.top-banner figure figcaption::before{
	font-family: fangsong;
	content: '“';
	font-size: 200%;
	position: absolute;
	margin-right: -50px;
	transform: rotate(180deg);
	margin-top: -60px;
}
body.home .top-banner h1.banner-text{
	bottom: 40%;
	right: 15%;
	color: #FFF;
	margin: 0;
	text-align: center;
	font-weight: 400;
}


/*
	-- KEYFRAMES
*/
@keyframes open_sub_menu {
	0% {
        display: block;
        opacity: 0;
        height: 0;
    }
	100% {
        display: block;
        opacity: 1;
        height: auto;
    }
}
@keyframes gbwebone_cart_back {
	0% {bottom:100%;}
	100% {bottom: 0;}
}

@keyframes open_mob_menu_line_1 {
    0% {
        transform: rotate(0);
        margin: 17% 10% 0 10%;
    }
    100% {
        transform: rotate(-45deg);
        margin: 40% 10% -42% 10%;
    }
}

@keyframes open_mob_menu_line_2 {
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes open_mob_menu_line_3 {
    0% {transform: rotate(0)}
    100% {transform: rotate(45deg)}
}

/*
	-- RESPONSIVE
*/

@media only screen and (max-width : 1700px){


}

@media only screen and (max-width : 1500px){

}

@media only screen and (max-width : 1400px){

}

@media only screen and (max-width : 1280px){}
@media only screen and (max-width : 1024px){}


/*
	-- END
*/