/*
Theme Name: Euris
Theme URI: https://www.webpartnergroup.com/
Description: This is the child theme created for the Genesis Framework and a fork of Genesis Sample child theme.
Author: Raffy
Author URI: https://www.webpartnergroup.com/

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: euris
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
---------------------------------------------------------------------------- */

/**
* font-family: 'Roboto', sans-serif; 300 300i 400 400i 500
* font-family: 'Roboto Slab', serif; 400
* font-family: 'Saira Extra Condensed', sans-serif; 500
*/

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

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

a {
	color: #7b333f;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #7b333f;
	text-decoration: none;
}

a.alt,
a.alt:hover,
a.alt:focus {
	color: #25292f;
}

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

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

li {
	list-style-type: none;
	margin-bottom: 6px;
}
	
ul > li::before {
	content: '\25A0';
	color: #7c3541;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-top: -6px;
	margin-right: 10px;
}

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 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h4 {
	margin-top: 30px;
}

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: 18px;
	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 {
	background-color: #7c3541;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 13px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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 {
	background-color: #7c3541;
	color: #fff;
}

.button {
	display: inline-block;
}

.small {
	padding: 6px 13px;
}

.btn-gradient {
	background-color: #ac4d5c;
	background-image: -webkit-gradient(linear,left bottom, left top,color-stop(0, #ac4d5c),to(#7c2b39));
	background-image: linear-gradient(0deg,#ac4d5c 0,#7c2b39 100%);
}

.btn-gradient:hover,
.btn-gradient:focus {
	background-image: -webkit-gradient(linear,left bottom, left top,color-stop(20%, #ac4d5c),color-stop(80%, #7c2b39));
	background-image: linear-gradient(0deg,#ac4d5c 20%,#7c2b39 80%);
}

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;
	width: 100%;
	word-break: break-all;
	table-layout: auto;
	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;
}

.col-3 { -ms-flex-preferred-size: 33.33333333333333%; flex-basis: 33.33333333333333% }
.col-4 { -ms-flex-preferred-size: 25%; flex-basis: 25% }
.col-5 { -ms-flex-preferred-size: 41.66666666666667%; flex-basis: 41.66666666666667% }
.col-6 { -ms-flex-preferred-size: 50%; flex-basis: 50% }
.col-7 { -ms-flex-preferred-size: 58.33333333333333%; flex-basis: 58.33333333333333% }
.col-8 { -ms-flex-preferred-size: 66.66666666666667%; flex-basis: 66.66666666666667% }

.col-fixed {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/* 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: 500;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

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

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

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

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

.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 {
	padding: 40px 60px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

.archive-description p:last-child,
.author-box p:last-child {
	margin-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: 600;
	margin-bottom: 10px;
}

.entry-title {
	margin-bottom: 16px;
	font-size: 38px;
	color: #777;
	text-transform: uppercase;
}

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

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

.widget-title {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 22px;
	color: #7c3541;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}

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

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

/* 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;
}

.euris .wp-block-image {
	margin: 0;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft,
.euris .wp-block-image .alignleft {
	margin: .5em 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright,
.euris .wp-block-image .alignright {
	margin: .5em 0 24px 24px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	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;
}

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

.widget {
	margin-bottom: 40px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.footer-widgets ul > li::before,
.widget .home-gallery ul > li::before,
.widget .sidebar-slideshow ul > li::before {
	content: none;
}

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


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

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

.euris .with_frm_style .frm_form_fields > fieldset {
	border: none;
	padding: 0;
}

.euris.page-contact-us .frm_forms .form-field {
	margin-bottom: 15px;
}

.euris .frm_forms img.frm_ajax_loading {
	display: none;
}

/* Responsive Slides
-------------------------------------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

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

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

ul.genesis-skip-link > li::before {
	content: '';
}

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

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


/* Site Header
---------------------------------------------------------------------------- */

/* Title Area
--------------------------------------------- */

.wp-custom-logo .title-area {
	max-width: 340px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	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;
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: 0;
	border: 1px solid #eee;
	font-size: 14px;
	padding-bottom: 15px;
	padding-top: 15px;
	word-wrap: break-word;
	position: relative;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 179px;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu > .menu-bold > a {
	font-weight: 500;
}

.genesis-nav-menu > .menu-highlight > a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
	margin-left: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

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

/* Responsive Menu
--------------------------------------------- */

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

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

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

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

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

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

.entry {
	margin-bottom: 40px;
}

.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 ul > li::before {
	display: none;
}

.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 code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

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

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	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;
}

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

.sidebar {
	float: right;
	width: 31.14035087719298%;
	font-size: 16px;
	line-height: 1.5;
	min-width: 300px;
}

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

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

.sidebar .widget:last-child {
	margin-bottom: 0;
}

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

.sidebar-primary .widget-title {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}

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

.gotop{font-size: 22px;line-height: 1;position:fixed;bottom:50px;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:45px;height:45px;display:inline-block;background-color:#ca8490;text-align:center;padding:12px 5px;}
.gotop:active,.gotop:hover{cursor:pointer;background:#7c3541}
.gotop.show{opacity:1;visibility:visible}

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

.home-widget-area {
	padding: 70px 0;
	text-align: justify;
}

.home-widget-area.padding-small {
	padding: 50px 0;
}

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

.home-form-container {
	padding: 25px;
	background: #dcdcdc url('/wp-content/uploads/2024/06/home-form-bg-440x.webp') no-repeat scroll center bottom;
	padding-bottom: 145px;
}

.home-form-container .widget-title {
	font-size: 20px;
	text-align: center;
}

.euris .frm_final_submit {
	padding: 15px 50px;
	font-size: 16px;
}

.home-gallery li {
	margin-bottom: 0;
}

.home-gallery .col-left {
	-ms-flex-preferred-size: 43.42105263157895%;
			flex-basis: 43.42105263157895%;
}

.home-gallery .col-right {
	-ms-flex-preferred-size: 56.57894736842105%;
	    flex-basis: 56.57894736842105%;
}

.thumbnails-container,
.hrthumbs {
	height: 100%;
}

.hrslides,
.hrthumbs img {
	border: 2px solid #FFF;
}

.hrthumbs {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}

.hrthumbs li {
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	text-align: right;
}

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

.footer-widgets {
	background-color: #232733;
	padding: 30px 0;
	margin-bottom: 0;
	color: #FFF;
}

.footer-widget-area {
	margin-bottom: 0;
	float: left;
	width: 33.3333%;
}

.footer-widget-area:not(:last-child) {
	margin-right: 6.14035087719298%;
}

.footer-widgets-1 {
	width: 29.82456140350877%;
}

.footer-widgets-2 {
	width: 20.6140350877193%;
}

.footer-widgets-3 {
	float: right;
	width: 36.84210526315789%;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child,
.footer-widget-area .entry,
.footer-widget-area .more-link {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: #FFF;
	font-size: 18px;
	font-family: 'Roboto Slab',serif;
	text-transform: uppercase;
	margin-bottom: 25px;
}

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

.footer-widgets .entry-title {
	font-size: 18px;
}

.footer-widgets li {
	margin-bottom: 0;
}

.footer-widgets .menu li {
	margin-bottom: 8px;
}

.footer-info-image {
	margin-bottom: 20px;
}

.footer-contact-list {
	padding-left: 25px;
}

.footer-contact-list li {
	margin-bottom: 8px;
	font-size: 15px;
}

.footer-contact-list li::before {
	content: '';
	color: #FFF;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	float: left;
	margin: 5px 8px 0 -25px;
}

.footer-contact-list li.phone-info::before {
	content: '\f879';
}

.footer-contact-list li.url-info::before {
	content: '\f0ac';
}

.footer-contact-list li.address-info::before {
	content: '\f015';
}

.footer-contact-list li.map-info::before {
	content: '\f3c5';
}



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

.site-footer {
	background-color: #1c202c;
	font-size: 13px;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
}

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

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

.home-widget-three .widget-title {
	font-size: 32px;
	margin-bottom: 45px;
}

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

.services-cols .col-container {
	padding: 15px;
	border: 1px solid #dcdcdc;
}

.services-cols .title {
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	padding: 15px 0 0;
}

.home-widget-four.parallax-bg {
	background: #7b333f url('/wp-content/uploads/2024/06/home-parallax-bg.webp') fixed no-repeat center;
	background-size: cover;
	padding: 140px 0;
}

.home-info .col-container {
	padding: 25px;
	text-align: center;
	height: 100%;
}

.home-info .image-wrap {
	border: 5px solid #FFF;
	margin-bottom: 20px;
}

.home-info .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.home-info .cta {
	font-size: 16px;
	border: 2px solid #97031c;
	display: block;
}

.free-consultation {
	text-align: center;
	font-size: 18px;
}

.get-started-cta {
	padding-top: 40px;
}

.free-consultation .button.cta {
	font-size: 24px;
	padding: 8px 60px;
	max-width: 500px;
	width: 100%;
}


/* master gallery */

.title-show-on-mobile,
.carousels__tabs nav a {
	cursor: pointer;
	color: #777;
	display: block;
}

.carousels__tabs nav a {
	width: 100%;
}

/* for .carousel-tab */
.carousels__highlight-item-content.open .title-show-on-mobile,
.carousels__highlight-item-content.open .title-show-on-mobile:hover,
.carousels__tabs nav a.selected,
.carousels__tabs nav a.selected:hover,
.carousels__tabs nav a.selected:active {
	color: #7b333f;
}

.carousels__tabs nav a:hover {
	text-decoration: none;
}

.carousels__highlight-item-content {
	display: none;
	opacity: 0;
}

.carousels__highlight-item-content.visible {
	display: block;
	opacity: 1;
}

.title-show-on-mobile {
	display: none;
}

.carousels__highlight-item-content .title-show-on-mobile {
	font-size: 18px;
	position:relative;
	-webkit-transition: content 500ms ease-in-out;
	transition: content 500ms ease-in-out;
	padding-right: 20px;
}

.carousels__highlight-item-content .title-show-on-mobile::after {
	content: '\f107';
	color: #777;
	position: absolute;
	top: 50%;
	right: 16px;
	line-height: 0;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.carousels__highlight-item-content.open .title-show-on-mobile::after {
	content: '\f106';
}

.entry-content h4.master-gallery-title {
	font-size: 14px;
	margin-top: 0;
}

.entry-content h4.master-gallery-title.gallery-header {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
	padding-bottom: 10px;	
	border-bottom: 1px solid #ccc;
}

.carousels__tab-nav .carousel__highlight-item-title:last-child .master-gallery-title {
	border-right: none;
}

.carousels__tab-nav {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

.carousels__highlights-tabs > .col-8 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}

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

.wp-block-image.content-image img {
	max-width: 400px;
}

.footer-gallery .ngg-galleryoverview {
	margin-top: 20px;
	margin-bottom: 20px;
}


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

@media only screen and (max-width: 1264px) {
	.home-widget-area {
		padding: 5.55555555555556% 0;
	}

	.home-widget-four.parallax-bg {
		padding: 11.07594936708861% 0;
	}

	.home-widget-four.parallax-bg {
		background-image: url('/wp-content/uploads/2024/06/home-parallax-bg-1264x.webp');
	}
}

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

	.home-gallery .col-right {
		-ms-flex-preferred-size: 55%;
		flex-basis: 55%;
	}

	.home-gallery .col-left {
		-ms-flex-preferred-size: 47%;
		flex-basis: 47%;
	}

	.hrthumbs img {
    margin: 5px;
	}

	.content {
		width: 63.63636363636364%;
	}
}

@media only screen and (max-width: 840px) {
	.flex.has-gutter {
		margin: 0 -15px;
	}

	.flex.has-gutter > .col {
		padding: 0 15px;
	}

	.home-widget-four.parallax-bg {
		background-image: url('/wp-content/uploads/2024/06/home-parallax-bg-840x.webp');
	}

	.hrthumbs img {
		max-width: 70px;
	}

	.content {
		width: 100%;
		float: none;
	}

	.entry-title {
		font-size: 28px;
	}

	.sidebar {
		float: none;
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.flex-md-full {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
	}

	.md-content-width-medium {
		max-width: 640px;
		margin: 0 auto !important;
	}

	.flex.flex-md-full.has-gutter {
		margin: 0;
	}

	.flex.flex-md-full.has-gutter > .col {
		padding-left: 0;
		padding-right: 0;
	}

	.flex.flex-md-full.has-gutter > .col:not(:last-child) {
		margin-bottom: 5.55555555555556%;
	}

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

	.home-widget-three .widget-title {
		font-size: 28px;
	}

	.home-form-container {
		background-image: url('/wp-content/uploads/2024/06/home-form-bg-640x.webp');
			padding-top: 25px;
	}

	.home-gallery {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 640px;
		margin: 0 auto;
	}

	.home-gallery .col {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.home-gallery .col:not(:last-child) {
		margin-bottom: 30px;
	}

	.hrthumbs li {
		text-align: center;
		padding: 5px;
	}

	.hrthumbs img {
		max-width: 100%;
		margin: 0;
	}

	/* for tab - carousel */
	.carousels__tab-nav,
	.carousels__highlight-item-content:not(.open) .content-text,
	.carousels__highlights-tabs > .col-4 {
		display: none;
	}

	.carousels__highlights-tabs > .col-8 {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.carousels__highlight-item-content,
	.title-show-on-mobile {
		display: block;
		opacity: 1;
	}
	
}

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

	.home-widget-area {
		padding: 7.8125% 0;
	}

	.services-cols,
	.home-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.services-cols .col,
	.home-info .col {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.services-cols .col:not(:last-child),
	.home-info .col:not(:last-child) {
		margin-bottom: 40px;
	}

	.services-cols .col-container {
		max-width: 400px;
		margin: 0 auto;
	}

	.home-widget-four.parallax-bg {
		background-image: url('/wp-content/uploads/2024/06/home-parallax-bg-640x.webp');
	}

	.home-info .col-container {
		max-width: 510px;
		margin: 0 auto;
	}

	.home-widget-three .widget-title {
		margin-bottom: 30px;
	}

	.footer-widgets-1 {
		width: 50%;
	}

	.footer-widgets-2 {
		width: 38%;
		margin-right: 0 !important;
	}

	.footer-widgets-3 {
		clear: both;
		float: none;
		padding-top: 40px;
		width: 100%;
	}

	.credit-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.credit-info-right, .credit-info-left {
		-ms-flex-preferred-size: 100%;
				flex-basis: 100%;
	}

	.sidebar {
		max-width: 480px;
	}

	.entry-title {
		font-size: 26px;
	}

	.euris .wp-block-image figure,
	.euris .wp-block-image img {
		float: none;
		width: 100%;
	}

	.euris .wp-block-image .alignright,
	.euris .wp-block-image .alignleft {
		margin-right: 0;
		margin-left: 0;
	}

	.wp-block-image.content-image img {
		max-width: 100%;
	}

}

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

	.hrthumbs li {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
	}

	.home-widget-four.parallax-bg {
		background-image: url('/wp-content/uploads/2024/06/home-parallax-bg-480x.webp');
	}

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

	.services-cols .col-container,
	.home-info .col-container {
    padding: 18px ​10px;
  }

	.footer-widget-area {
		float: none;
		padding-top: 0;
		width: 100%;
	}

	.footer-widget-area:not(:last-child) {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.footer-widgets .widget-title {
		margin-bottom: 15px;
	}

	.footer-info-image {
		max-width: 310px;
		margin: 0 auto 20px;
	}
}

@media only screen and (max-width: 400px) {
	.wrap {
    padding-left: 15px;
    padding-right: 15px;
	}
	.home-form-container {
    padding: 10px;
  }
}