/*
Theme Name: Seraphim X
Theme URI: https://github.com/akosiraffytot/seraphim-x
Description: This is the sample theme created for the Genesis Framework.
Author: Rafael Mendoza
Author URI: https://github.com/akosiraffytot

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: seraphimx
Requires at least: 5.4
Requires PHP: 5.6
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #293031;
	font-family: 'Josefin Sans';
	font-size: 22px;
	font-weight: 300;
	line-height: 1.625; 
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.wp-block-button .wp-block-button__link,
.gallery img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
	color: #146ebe;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: underline;
	color: #10599b;
}

a.link-alt {
	color: #555;
}

a.link-nostyle {
	color: inherit;
}

a.link-alt:focus,
a.link-alt:hover {
	text-decoration: none;
	color: #888;
}

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

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #023e66;
	margin-bottom: .5em;
	font-weight: 400;
	line-height: 1.1;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-alt,
.wp-block-button .wp-block-button__link {
	background-color: #146ebe;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Josefin Sans';
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 16px 24px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	text-transform: uppercase;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.button-alt:focus,
.button-alt:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover {
	background-color: #10599b;
	border-width: 0;
	color: #fff;
	text-decoration: none;
}

.wp-block-buttons > .wp-block-button:not(:last-child) {
	margin-right: 10px;
}

.wp-block-buttons .wp-block-button__link {
	border-radius: 0;
}

.button {
	display: inline-block;
}

.button-alt {
	background-color: #333;
	color: #FFF;
}

.button-alt:hover,
.button-alt:focus {
	background-color: #222;
	color: #FFF;
}

.button:not(:last-child) {
	margin-right: 5px;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: auto;
	width: 100%;
	word-break: normal;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	-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: #333;
	display: block;
	font-size: 1em;
	font-weight: 300;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Content
--------------------------------------------- */

	.content {
		float: left;
		width: 62.34887737478411%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box {
	background-color: #f5f5f5;
	padding: 30px;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.after-entry {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
}

.breadcrumb a {
	color: #FFF;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

.archive .entry-footer {
	display: none;
}

.archive .entry {
	border-bottom: 1px dotted #cecece;
	padding-bottom: 0;
	margin-bottom: 0;
}

.archive .entry:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	color: #FFF;
	margin-bottom: 8px;
}

.archive .entry-title,
.single .entry-title {
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #333;
}

.archive .entry-title a:hover,
.archive .entry-title a:focus {
	color: #205b92;
}

.widget-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.widget-subtext {
	font-family: 'Josefin Sans';
	font-weight: 600;
	color: #00728d;
	font-size: 26px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

.sidebar .widget-title {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 16px;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: auto;
}

.wp-block-group {
	padding-top: 60px;
	padding-bottom: 60px;
}

.wp-block-group.alignfull > .wp-block-group__inner-container {
	max-width: 1400px;
	padding: 0 4.16666666666667%;
	margin: 0 auto;
}

.wp-block-group.has-bg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.entry-content .wp-block-group:last-of-type {
	padding-bottom: 0;
}

.entry-content .wp-block-cover, 
.entry-content .wp-block-cover-image {
	width: auto;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widge-title {
	line-height: 1;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	text-align: left;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	z-index: 99;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.genesis-nav-menu .sub-menu a {
	background-color: #FFF;
	border: 1px solid #eee;
	border-top: 0;
	color: #293031;
	font-size: 16px;
	position: relative;
	word-wrap: break-word;
	padding: 15px 13px;
	text-transform: capitalize;
	font-weight: 300;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 250px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		background-color: #FFF;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.15);
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .no-click {
	cursor: pointer;
}

.genesis-nav-menu .no-click > a {
	pointer-events: none;
}

/* main navigation  */
.genesis-nav-menu .menu-item {
	margin-left: 0;
}

.genesis-nav-menu .menu-item.menu-item-has-children > a::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	transition: transform .2s ease;
}

.genesis-nav-menu .menu-item.menu-item-has-children > a:hover:after {
	transform: rotate(180deg);
	vertical-align: .125em;
}

/* sticky nav bar */
.show-sticky-header .site-header.scrolling-header {
	border-bottom: 2px solid #3281b7;
}

.show-sticky-header .scrolling-header .title-area .custom-logo-link > img {
	width: 128px;
	object-fit: cover;
}

.genesis-nav-menu {
	padding-top: 16px;
}

.show-sticky-header .genesis-nav-menu {
	padding-top: 0;
}

.show-sticky-header .genesis-nav-menu .menu-item {
	margin-bottom: 0;
}


/* Header Menu
--------------------------------------------- */


/* Footer Menu
--------------------------------------------- */

/* Go Top Link
--------------------------------------------- */

.gotop{font-size: 18px;line-height: 1;position:fixed;bottom:30px;right:30px;-webkit-transition:background-color .3s,opacity .5s,visibility .5s;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:99;color:#fff;width:46px;height:46px;display:inline-block;background-color:rgba(20, 110, 190, 0.7);text-align:center;padding:14px 10px;}
.gotop:active,.gotop:hover{cursor:pointer;background:rgba(20, 110, 190, 1)}
.gotop.show{opacity:1;visibility:visible}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ul.no-bullet {
	padding-left: 0;
}

.entry-content ul.no-bullet > li {
	padding-left: 0;
}

.entry-content ul.no-bullet > li {
	list-style-type: none;
}

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-header .entry-meta a {
	font-weight: 300;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #205b92;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

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

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

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

/* Hero Slider
	--------------------------------------------- */

	.hero-slides-block.custom-block {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: -1px;
	}
	
	.slide-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.hero-slides-block .splide__list li {
		margin-bottom: 0;
	}
	.hero-text .heading,
	.hero-text .preheading,
	.hero-text .sub-heading,
	.hero-text .subtext {
		font-weight: 700;
		text-align: center;
	}
	

	.hero-text .heading {
		font-size: 3.5rem;
	}

	.hero-text .preheading,
	.hero-text .sub-heading {
		font-size: 2.5rem;
	}
	

	.hero-text .subtext {
		font-size: 1.5rem;
		margin-top: 0.5em;
		line-height: 1.3;
		font-weight: 400;
	}

	.home-widget-one.home-widget-area {
		padding-top: 0;
	}

	.slide-content.wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
	}

	.slide-content .content-position-right {
		justify-content: flex-end;
	}

	.hero-cta-buttons {text-align: center;}
	.hero-cta-buttons > a.button {
		padding: .35rem 3rem;
		font-size: 2rem;
	}

	.callout-sub {
	background: hsla(0,0%,100%,.8);
    border: 1px solid #023e66;
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
	}
	


	.mini-hero-slides-block {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: -1px;
	}
	
	.mini-hero-slides-block .splide__list li {
		margin-bottom: 0;
	}

/* Sidebar
---------------------------------------------------------------------------- */


.sidebar {
	font-size: 16px;
	line-height: 1.5;
	float: right;
	padding-top: 10px;
	width: 32.38341968911917%;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #293031;
	clear: both;
	color: #FFF;
	padding: 60px 0;
	font-size: 16px;
}

.footer-widgets .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.footer-widget-area {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-right: 5%;
}

.footer-widgets-1 {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
}

.footer-widgets-2 {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
}

.footer-widgets-3 {
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	margin-right: 0;
}

.footer-widgets a {
	color: #FFf;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #FFF;
	text-decoration: none;
}

.footer-widgets ul > li {
	margin-bottom: 8px;
	margin-left: 0;
}

.footer-widgets .widget-title {
	font-size: 24px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	padding: 13px 0;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #2e82d1;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
	text-decoration: none;
}

.credit-footer-links a {
	margin: 0 8px;
}

.credit-footer-links a:last-child {
	margin-right: 0;
}

.credit-footer-links a.social-link {
	font-size: 16px;
}

/* Custom Styles
---------------------------------------------------------------------------- */

.content-width-medium {
	max-width: 768px;
	margin: 0 auto;
}

.content-width-large {
	max-width: 960px;
	margin: 0 auto;
}

.has-bg {
	background-color: #edf5fb;
}

.has-bg-alt {
	background-color: #00b1db;
}

.has-nopadding {
	padding: 0 !important;
}

.has-nopadding-top {
	padding-top: 0 !important;
}

.has-nopadding-bottom {
	padding-bottom: 0 !important;
}

.has-nomargin-top {
	margin-top: 0 !important;
}

.has-nomargin-bottom {
	margin-bottom: 0 !important;
}

.text-align--left { text-align: left; }

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

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

.has-font-alt {
	font-family: 'Josefin Sans';
	font-weight: 600;
}


/* Homepage
--------------------------------------------- */

.home-widget-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-widget-area .widget {
	margin-bottom: 80px;
}

.home-widget-area.no-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.home-widget-area.padding-medium {
	padding-top: 40px;
	padding-bottom: 40px;
}


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

@media only screen and (max-width: 1080px) {
	.footer-widget-area {
		width: 54%;
		margin-right: 3%;
	}

	.footer-widgets-2,
	.footer-widgets-3 {
		width: 20%;
	}
}

@media only screen and (max-width: 1024px) {
	.home-widget-area {
		padding-top: 5.859375%;
		padding-bottom: 5.859375%;
	}
}

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

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

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

}

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

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

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

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

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

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