/*
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: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	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: #754F5B;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: underline;
	color: #754F5B;
}

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: 500;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #24221e;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

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: 400;
	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: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 500;
	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: 500;
	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: 400;
	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;
	margin-bottom: 8px;
}

.archive .entry-title,
.single .entry-title {
	margin-bottom: 10px;
	margin-top: 30px;
}

.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: 34px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 0;
}

.widget-title span {
	color: #3b7b4c;
}

.widget-subtext {
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	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: 700;
}

/* 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;
}

.wp-block-image img {
	margin-bottom: 30px;
	border-radius: 8px;
}

/* 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;
}

/* Retreats Category */
.listing-box-wrapper {
    margin: 20px 0;
    /*height: 100%;*/
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    padding: 15px;
    position: relative;
}

.listing-featured-img img {
    border-radius: 15px;
}

a.listing-button {
    color: #657153;
    font-size: 15px;
}

.listing-title a{
	color: #333;
}

svg {
    color: #1a5f5a;
}

button svg{
	color:#fff;
}

.listing-price {
    margin-bottom: 50px;
}

.listing-price span {
    font-size: 34px;
    font-weight: 600;
    color: #754F5B;
}

/* Retreats Single Listing*/

h4.listing-title {
    font-size: 22px;
}

.listing-tags {
    line-height: 1.2em;
    margin-bottom: 10px;
}

a.retreat-tags {
    font-size: 12px;
}

.excerpt {
	margin: 10px 0 15px 0;
    font-style: italic;
    font-size: 15px;
    line-height: 1.3em;
}

h2.wp-block-heading, h2.retreat-card-header {
    color: #754F5B;
}

ul.package-included li:before {
    content: "✓"; 
    
    font-size: 16px;
    color: #657153;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Outfit';
    font-weight: 900;
    width: 30px;
    height: 30px;
}

ul.package-excluded li:before {
    content: "✖";
    font-size: 16px;
    color: #657153;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Outfit';
    font-weight: 900;
    width: 30px;
    height: 30px;
}

.wp-block-list.package-included li, .wp-block-list.package-excluded li {
    list-style-type: none !important;
    position: relative;
    padding-left: 25px;
    padding-bottom: 4px;
 
}

/* 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: 500;
}

.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;
		color: #754f5b;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 179px;
}

.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;
}

/* Header Menu
--------------------------------------------- */

/* Footer Menu
--------------------------------------------- */

/* Go Top Link
--------------------------------------------- */

.gotop{font-size: 14px;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:42px;height:42px;display:inline-block;background-color:rgba(87,169,103, 0.7);text-align:center;padding:15px 10px;border-radius: 4px;}
.gotop:active,.gotop:hover{cursor:pointer;background:rgba(87,169,103, 1)}
.gotop.show{opacity:1;visibility:visible}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Header
--------------------------------------------- */

.page .entry-header {
	background-color: #f8f7f2;
	text-align: center;
	margin-bottom: 60px;
	min-height: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page .entry-title {
	font-size: 42px;
	margin-bottom: 8px;
}


/* Entry Content
--------------------------------------------- */

.single-at_biz_dir .site-inner {
	margin-top: 60px;
}

.entry-content {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.full-width-entry-content .entry-content {
	max-width: 100%;
}

.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: 400;
}

.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: 400;
	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;
	}

/* 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: #3b7b4c;
	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: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 15px;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #356e44;
	color: #FFF;
	font-size: 14px;
	padding: 13px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.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: #1a5f5a !important;
}

.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: 'Outfit', sans-serif;
}

.font-size-sub-text {
	font-size: 18px;
}

.home-widget-image {
	border-radius: 8px;
}

.home-section-header {
	margin-bottom: 60px;
}

.col.box-item {
	margin-bottom: 50px;
}

/* 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;
}

.home-hero-text-container {
	max-width: 800px;
	margin: 0 auto;
}

.home-hero-text {
	color: #FFF;
}

.home-hero-main-text {
	font-size: 42px;
}

.home-hero-sub-text {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.5;
}

.home-widget-two {
	
	background-color: #FFF;
	padding-top: 60px;
    padding-bottom: 60px;
}

.col.box-item {
	margin-bottom: 50px;
}

.col-icon {
	width: 120px;
	height: 120px;
	padding: 25px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: 50px;
}

.col-icon::before,
.col-icon::after {
	content: '';
	display: block;
	width: 100%;
  height: 100%;
	position: absolute;
	border-radius: 10px;
	top: 0;
	left: 0;
	background-color: #fbfaf8;
}

.col-icon::after {
	background-color: #f4f1ec;
	top: 8px;
	left: 8px;
	z-index: -1;
	-webkit-transform: rotate(-8deg);
	        transform: rotate(-8deg);
}

.col-icon img {
	position: relative;
}


/* Like Button
---------------------------------------------------------------------------- */

.like-button {
	border: 2px solid #c7c7c7;
	border-radius: 50px;
	padding: 10px;
	color: #878787;
	-webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	margin: 5px 0 0 5px;
	position:absolute;		
	right:10px;
  }
  
  .like-button.liked {
	color: #eb2940;
	border-color: currentColor;
	-webkit-filter: grayscale(0);
			filter: grayscale(0);
  }
  
  .like-button:hover {
	border-color: currentColor;
  }
  
  .like-icon {
	width: 20px;
	height: 20px;
	  display: block;
	position: relative;
	background: url("/wp-content/themes/seraphim-x/images/heart.svg") no-repeat center;
	background-size: 100%;
	-webkit-animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
  
  .liked .like-icon {
	-webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
  
  .liked .like-icon [class^=h-anim-] {
	background: url("/wp-content/themes/seraphim-x/images/heart.svg") no-repeat center;
	background-size: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 14px;
	opacity: 0;
  }
  
  .liked .like-icon [class^=h-anim-]::before, .liked .like-icon [class^=h-anim-]::after {
	content: "";
	background: inherit;
	background-size: 100%;
	width: inherit;
	height: inherit;
	display: inherit;
	position: relative;
	top: inherit;
	left: inherit;
	opacity: 0;
  }
  .liked .like-icon .h-anim-1 {
	-webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
  .liked .like-icon .h-anim-1::before, .liked .like-icon .h-anim-1::after {
	width: 12px;
	height: 10px;
	visibility: hidden;
  }
  .liked .like-icon .h-anim-1::before {
	opacity: 0.6;
	-webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
  .liked .like-icon .h-anim-1::after {
	-webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
	opacity: 0.75;
  }
  .liked .like-icon .h-anim-2 {
	-webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  }
  .liked .like-icon .h-anim-2::before, .liked .like-icon .h-anim-2::after {
	width: 10px;
	height: 8px;
	visibility: hidden;
  }
  .liked .like-icon .h-anim-2::before {
	-webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
	opacity: 0.25;
  }
  .liked .like-icon .h-anim-2::after {
	-webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
			animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
	opacity: 0.4;
  }
  
  @-webkit-keyframes heartPulse {
	0% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(1.5);
			  transform: scale(1.5);
	}
  }
  
  @keyframes heartPulse {
	0% {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}
	50% {
	  -webkit-transform: scale(1.5);
			  transform: scale(1.5);
	}
  }
  @-webkit-keyframes heartUnlike {
	50% {
	  -webkit-transform: scale(0.75);
			  transform: scale(0.75);
	}
  }
  @keyframes heartUnlike {
	50% {
	  -webkit-transform: scale(0.75);
			  transform: scale(0.75);
	}
  }
  @-webkit-keyframes heartFloatMain-1 {
	0% {
	  opacity: 0;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  opacity: 1;
	  -webkit-transform: translate(0, -25px) rotate(-20deg);
			  transform: translate(0, -25px) rotate(-20deg);
	}
  }
  @keyframes heartFloatMain-1 {
	0% {
	  opacity: 0;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  opacity: 1;
	  -webkit-transform: translate(0, -25px) rotate(-20deg);
			  transform: translate(0, -25px) rotate(-20deg);
	}
  }
  @-webkit-keyframes heartFloatMain-2 {
	0% {
	  opacity: 0;
	  -webkit-transform: translate(0) rotate(0) scale(0);
			  transform: translate(0) rotate(0) scale(0);
	}
	50% {
	  opacity: 0.9;
	  -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1);
			  transform: translate(-10px, -38px) rotate(25deg) scale(1);
	}
  }
  @keyframes heartFloatMain-2 {
	0% {
	  opacity: 0;
	  -webkit-transform: translate(0) rotate(0) scale(0);
			  transform: translate(0) rotate(0) scale(0);
	}
	50% {
	  opacity: 0.9;
	  -webkit-transform: translate(-10px, -38px) rotate(25deg) scale(1);
			  transform: translate(-10px, -38px) rotate(25deg) scale(1);
	}
  }
  @-webkit-keyframes heartFloatSub-1 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(13px, -13px) rotate(30deg);
			  transform: translate(13px, -13px) rotate(30deg);
	}
  }
  @keyframes heartFloatSub-1 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(13px, -13px) rotate(30deg);
			  transform: translate(13px, -13px) rotate(30deg);
	}
  }
  @-webkit-keyframes heartFloatSub-2 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(18px, -10px) rotate(55deg);
			  transform: translate(18px, -10px) rotate(55deg);
	}
  }
  @keyframes heartFloatSub-2 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(18px, -10px) rotate(55deg);
			  transform: translate(18px, -10px) rotate(55deg);
	}
  }
  @-webkit-keyframes heartFloatSub-3 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(-10px, -10px) rotate(-40deg);
			  transform: translate(-10px, -10px) rotate(-40deg);
	}
	100% {
	  -webkit-transform: translate(-50px, 0);
			  transform: translate(-50px, 0);
	}
  }
  @keyframes heartFloatSub-3 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(-10px, -10px) rotate(-40deg);
			  transform: translate(-10px, -10px) rotate(-40deg);
	}
	100% {
	  -webkit-transform: translate(-50px, 0);
			  transform: translate(-50px, 0);
	}
  }
  @-webkit-keyframes heartFloatSub-4 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(2px, -18px) rotate(-25deg);
			  transform: translate(2px, -18px) rotate(-25deg);
	}
  }
  @keyframes heartFloatSub-4 {
	0% {
	  visibility: hidden;
	  -webkit-transform: translate(0) rotate(0);
			  transform: translate(0) rotate(0);
	}
	50% {
	  visibility: visible;
	  -webkit-transform: translate(2px, -18px) rotate(-25deg);
			  transform: translate(2px, -18px) rotate(-25deg);
	}
  }

/* 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) {
	.home-hero-main-text {
		font-size: 32px;
	}

	.home-hero-sub-text {
		font-size: 18px;
	}

}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 640px) {
}

@media only screen and (max-width: 540px) {
	.home-hero-main-text {
		font-size: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.home-hero-main-text {
		font-size: 22px;
	}

	.home-hero-sub-text {
		font-size: 16px;
	}
}

@media only screen and (max-width: 412px) {
}

@media only screen and (max-width: 360px) {
}