/*
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.2
 
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: #717171;
	font-family: 'Open Sans';
	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.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a {
	color: #0684d5;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #0575bc;
}

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

a.learn-more {
	font-weight: 600;
}

p {
	margin: 0 0 26px;
	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: #1e1e22;
	font-family: 'Poppins';
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

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: #f1f1f1;
	border: 1px solid #dbd7d8;
	color: #1e1e22;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

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

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

::-moz-placeholder {
	color: #8f8f9c;
	opacity: 1;
}

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

::placeholder {
	color: #8f8f9c;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.button-alt,
.wp-block-button .wp-block-button__link {
	background-color: #0575bc;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1.5px;
	padding: 16px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
	-webkit-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.button span,
input[type="button"] span,
input[type="submit"] span,
.button-alt span,
.wp-block-button .wp-block-button__link span {
	-webkit-transform: skewX(15deg);
	        transform: skewX(15deg);
	display: inline-block;
}

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: #0694ee;
	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: #fff;
	color: #1e1e22;
}

.button-alt:hover,
.button-alt:focus {
	background-color: #1e1e22;
	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: 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-header .wrap {
	text-align: center;
	padding: 50px 0;
}

.entry-title {
	font-size: 50px;
	color: #FFF;
	margin-bottom: 8px;
	font-weight: 800;
	text-transform: uppercase;
}

.header-subtitle {
	color: #FFF;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 26px;
}

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

.home-widget-area .widget-title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
}

.home-widget-area .widget-title span {
	color: #0684d5;
}

.widget-before-title {
	text-transform: uppercase;
	color: #1e1e22;
	font-size: 18px;
	margin-bottom: 10px;
}

.widget-before-title::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 2px;
	background-color: #0575bc;
	vertical-align: middle;
	margin-right: 15px;
}

.widget-before-title-alt::after {
	content: '';
	width: 50px;
	height: 2px;
	background-color: #0575bc;
	display: block;
	margin: 15px auto;
}

.widget-before-title-alt::before {
	content: '';
	display: none;
}

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

.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: -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: 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(5, 117, 188, 0.7);text-align:center;padding:14px 10px;}
.gotop:active,.gotop:hover{cursor:pointer;background:rgba(5, 117, 188, 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: 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;
	width: 32.38341968911917%;
}

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


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

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

.footer-widgets {
	background-color: #000a10;
	clear: both;
	color: #bfbfbf;
	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;
	padding-right: 5%;
}

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

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

.footer-widgets-3 {
	-ms-flex-preferred-size: 21%;
	    flex-basis: 21%;
}

.footer-widgets-4 {
	-ms-flex-preferred-size: 22%;
	    flex-basis: 22%;
	padding-right: 0;
}

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

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

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

.footer-widgets .widget-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	padding-bottom: 20px;
	position: relative;
}

.footer-widgets .widget-title::before,
.footer-widgets .widget-title::after {
	content: '';
	height: 3px;
	background-color: #0684d5;
	display: block;
	position: absolute;
	bottom: 0;
}

.footer-widgets .widget-title::before {
	width: 40px;
	left: 0;
}

.footer-widgets .widget-title::after {
	width: 20px;
	left: 48px;
}

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

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

.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: #f1f1f1;
}

.has-bg-alt {
	background-color: #04010c;
}

.has-bg-3 {
	background-color: #0575bc;
}

.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: 'Poppins';
	font-weight: 600;
}

.col-wrapper {
	height: 100%;
}

.col-content {
	padding: 40px 35px;
}

.col-icon,
.col-title {
	margin-bottom: 28px;
}

.title {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 600;
}

.intro-text {
	font-size: 20px;
	color: #1e1e22;
	line-height: 1.426;
}

.cta-button {
	padding-top: 15px;
}


/*  ======== */
figure.has-element,
figure.has-element img {
	position: relative;
}

.element,
.rtl-element {
	position: absolute;
}

.element.element-1 {
	right: 30px;
	width: 50%;
	top: -25px;
}

.element.element-2 {
	bottom: -25px;
	left: -70px;
	width: 50%;
}

.element.element-3 {
	left: -30px;
	bottom: 50px;
	width: 50%;
}

.rtl-element.element-1 {
	left: 30px;
	width: 60%;
	top: -90px;
}

.rtl-element.element-2 {
	bottom: -25px;
	right: -70px;
	width: 50%;
}

.rtl-element.element-3 {
	right: -30px;
	bottom: 50px;
	width: 50%;
}

.element-1 span {
	background-color: #0575bc;
	width: 100%;
	height: 50px;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg);
	display: block;
	max-width: 200px;
}

.element-3 span {
	width: 100%;
	height: 100px;
	max-width: 200px;
	display: block;
	background-color: #0684d5;
	-webkit-transform: skewX(-20deg);
	        transform: skewX(-20deg);
}

.rtl-element.element-1 span {
	background-color: unset;
	width: 100%;
	height: auto;
	-webkit-transform: skewX(0deg);
	        transform: skewX(0deg);
	display: block;
	max-width: 100%;
}

/* ===== */

.col-image {
	position: relative;
	overflow-x: clip;
}

.col-image img {
	position: relative;
}

.object-container,
.object {
	position: absolute;
}

.object {
	display: block;
}

.object-1 {
	width: 70%;
	background-color: #0575bc;
	height: 90px;
	-webkit-transform: skewX(-18deg);
	        transform: skewX(-18deg);
	-webkit-animation: linear-x 8s ease-in-out infinite alternate;
	        animation: linear-x 8s ease-in-out infinite alternate;
}

.object-2 {
	width: 70%;
	background-color: #0684d5;
	height: 90px;
	-webkit-transform: skewX(-18deg);
	        transform: skewX(-18deg);
	-webkit-animation: linear-x 5s ease-in-out 2s infinite alternate;
	animation: linear-x 5s ease-in-out 2s infinite alternate;
}

.object-3 {
	width: 70%;
	background: transparent url('/wp-content/uploads/stripes.png');
	height: 110px;
	-webkit-animation: linear-y 1s ease-in-out infinite alternate;
	animation: linear-y 1s ease-in-out infinite alternate;
}

.object-4 {
	width: 100%;
	background: transparent url('/wp-content/uploads/circledot.png') no-repeat;
	background-size: contain;
	height: 200px;
	max-width: 500px;
	max-height: 500px;
	-webkit-animation: linear-y 2s ease-in-out 2s infinite alternate;
	animation: linear-y 2s ease-in-out infinite 2s alternate;
}

.object-5 {
	width: 100%;
	background: transparent url('/wp-content/uploads/stripes-2.png');
	background-size: contain;
	height: 200px;
	max-width: 400px;
	max-height: 500px;
	-webkit-animation: linear-y 2s ease-in-out 2s infinite alternate;
	animation: linear-y 2s ease-in-out infinite 2s alternate;
}

/* 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-widget-area.alignfull > .wrap {
	max-width: 1920px;
}

.home-widget-area.alignfull > .wrap.nopadding-left {
	padding-left: 0;
}

.home-widget-area.alignfull > .wrap.nopadding-right {
	padding-right: 0;
}

/* Home Widget 2
--------------------------------------------- */

.home-widget-area.home-widget-two {
	padding-top: 0;
	margin-top: -285px;
	position: relative;
}

.home-featured-cols .col-content{
	color: #d8d8dd;
	height: 100%;
	margin-top: 10px;
}

.home-featured-cols .title {
	color: #FFF;
}

.home-featured-cols .col-content:hover .title {
	color: #0684d5;
}

.home-featured-cols .col-wrapper {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.home-featured-cols .has-bg-alt {
	height: 100%;
}


.home-featured-cols .col-wrapper::before {
	content: '';
	height: 10px;
	width: 0;
	display: block;
	background-color: #0575bc;
	-webkit-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	position: absolute;
	top: 0;
}

.home-featured-cols .col-wrapper:hover::before {
	width: 100%;
}

.home-featured-cols .col-content:hover .title {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.home-featured-cols .col-content:hover .col-icon img {
	-webkit-animation: bounce 1.5s ease-in-out infinite;
	        animation: bounce 1.5s ease-in-out infinite;
}

.home-featured-cols a {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.features-list-highlight ul > li {
	font-weight: 600;
	color: #1e1e22;
	text-transform: uppercase;
	line-height: 1.2;
}

ul.check-list .fa-icon {
	color: #0684d5;
	font-size: 30px;
	margin-right: 15px;
}

ul.check-list span {
	vertical-align: middle;
}

.home-services .col {
	margin-top: 60px;
}

.home-services .col-wrapper {
	padding-top: 55px;
}

.home-services .col-content {
	height: 100%;
	position: relative;
	cursor: pointer;
}

.home-services .col-content::before {
	content: '';
	bottom: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #0684d5;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.home-services .col-content:hover:before {
	height: 100%;
}

.home-services .col-content::after {
	content: '';
	background: transparent url('/wp-content/uploads/dotted-bg-1.png') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-position-y: 200%;
	background-position-x: 85%;
	-webkit-transition: background-position-y 1.5s ease-in-out;
	transition: background-position-y 1.5s ease-in-out;
}

.home-services .col-content:hover:after {
	background-position-y: 100%;
}

.home-services .col-content .wrapper {
	position: relative;
	z-index: 1;
}

.home-services .slanted-icon {
	margin-top: -95px;
	margin-left: 15px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.slanted-icon {
	background-color: #0684d5;
	padding: 15px;
	width: 124px;
	-webkit-transform: skewX(-15deg);
	        transform: skewX(-15deg);
	text-align: center;
}

.slanted-icon img {
	-webkit-transform: skewX(15deg);
	        transform: skewX(15deg);
}

.home-services .title {
	font-size: 20px;
	font-weight: 700;
}

.home-services .title,
.home-services .desc,
.home-services a {
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.home-services .col-content:hover .title,
.home-services .col-content:hover .col-desc,
.home-services .col-content:hover a {
	color: #fff;
}

.home-services .col-content:hover .slanted-icon {
	background-color: #04010c;
}

.home-widget-six {
	background: #0575bc url('/wp-content/uploads/dotted-bg-2.png') no-repeat top right;
	background-size: contain;
	position: relative;
	overflow: hidden;
}

.home-cta-section.flex {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.home-cta-section h2 {
	color: #FFF;
	margin-bottom: 0;
}

.home-cta-section .cta-btn {
	text-align: right;
	min-width: 350px;
}

.home-cta-section .cta-btn {
	font-size: 16px;
}

.home-get-free-consultation .col-icon {
	margin: 0 auto 45px;
	width: 125px;
}

.home-get-free-consultation .col-icon  {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}

.home-get-free-consultation .col-icon:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
          animation: shockwave 1s .65s ease-out infinite;
}

.home-get-free-consultation .col-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
          animation: shockwave 1s .5s ease-out infinite;
}

.home-get-free-consultation .col-form {
	padding-top: 20px;
}

/* Custom Blocks
--------------------------------------- */

.wp-block-lazyblock-services-box:not(:last-child) {
	margin-bottom: 50px;
}

.services-box {
	border: 1px solid #dbd7d8;
}

.services-box .col-wrapper {
	padding: 25px;
	position: relative;
	overflow: hidden;
}

.services-box .title {
	font-weight: 700;
	font-size: 36px
}

.services-box .title::after {
	content: '';
	display: block;
	width: 100px;
	height: 6px;
	background-color: #0575bc;
	margin-top: 20px;
	margin-bottom: 20px;
}

.services-box .subtitle {
	font-size: 20px;
	color: #1e1e22;
	line-height: 1.426;
}

.services-box .featured-img {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background-position: center left;
	position: absolute;
	right: -25%;
	bottom: -25%;
}

.services-box .swap-left .col-img {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

.services-box .swap-left .featured-img {
	right: auto;
	left: -25%;
}

.featured-img-bg {
	width: 400px;
	height: 400px;
	background-color: #6dbcee;
	position: absolute;
	right: 0;
	border-radius: 50%;
	-webkit-animation: linear-y-2 2s ease-in-out infinite 2s alternate;
	        animation: linear-y-2 2s ease-in-out infinite 2s alternate;
}

.services-box .swap-left .featured-img-bg {
	right: auto;
	left: 0;
}

.services-box .box-wrapper {
	background: transparent url('/wp-content/uploads/services-bg.png') no-repeat scroll top left;
}

.services-box .swap-left.box-wrapper {
	background-image: url('/wp-content/uploads/services-bg-alt.png');
	background-position-x: right;
}

.services-box .services-list {
	padding-left: 0;
	margin-bottom: 0;
}

.services-box .services-list li {
	list-style-type: none;
	margin-bottom: 15px;
}

.services-box .services-list li > a {
	display: block;
	margin-bottom: 15px;
	color: #1e1e22;
	font-size: 18px;
	line-height: 1;
}

.services-box .services-list li > a::after {
	content: '\f061';
	font-family: 'Fontawesome Pro 6';
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-weight: 900;
	display: none;
}

.services-box .services-list li > a .svg-inline--fa {
	float: right;
}

.faq-content {
	margin-bottom: 80px;
}

.collapse-box {
	background-color: #FFF;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	margin-bottom: 30px;
}

.collapse-box.active {
	border-left-color: #0684d5;
}

.collapse-box .collapse-box-title {
	padding: 18px 25px;
	cursor: pointer;
}

.collapse-box .collapse-box-body {
	padding: 28px 25px;
	border-top: 1px solid #dbd7d8
}

.collapse-box .collapse-box-title h2 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	position: relative;
	padding-right: 40px;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

/* .collapse-box .collapse-box-title h2 > svg {
	display: none;
} */

.collapse-box .collapse-box-title h2::after {
	/* content: "\f106"; */
	content: "\f107";
	display: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: relative;
}

.collapse-box.active .collapse-box-title h2::after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	content: "\f106";

}

.collapse-box .collapse-box-title h2 .svg-inline--fa,
.collapse-box.active .collapse-box-title h2 .svg-inline--fa {
	position: absolute;
	right: 0;
	top: 0;
}
.collapse-box.active .collapse-box-title h2 .svg-inline--fa {
	color: #0684d5;
}


.collapse-box ul {
	padding-left: 30px;
	margin-bottom: 28px;
}

.collapse-box ul > li {
	list-style-type: disc;
}

/* Hide Sidebar for non-related pages
---------------------------------------------------------------------------- */
.sidebar .menu-item {
    display: none;
}

.sidebar .menu-item.current_page_item, .sidebar .menu-item.current_page_item .menu-item, .sidebar .menu-item.current_page_ancestor, .sidebar .menu-item.current_page_ancestor .menu-item {
    display: block;
}

.sidebar .menu-item-has-children > a {
    display: none;
}

/* Side Bar links (initial)
---------------------------------------------------------------------------- */

.sidebar .widget-title { 
	visibility: hidden;
	display: none;
}


.menu-services-sidebar-container ul {
	margin: 0 5px 0px -10px;
}

.menu-services-sidebar-container ul li {
	margin-bottom: 20px;
}

.menu-services-sidebar-container ul li a{
	display: block;
    color: #fff;
    background: #0684d5 url("/wp-content/uploads/dotted-bg-gray-2.png") no-repeat top right;
	background-size: contain;
    padding: 19px 40px 19px 40px;
	-webkit-transform: skewX(-18deg);
    transform: skewX(-18deg);
	-webkit-transition: background-color 1s ease, margin-left .3s ease-in-out;
	transition: background-color 1s ease, margin-left .3s ease-in-out;
}

.menu-services-sidebar-container ul li a:hover{
	background-color: #0684d5;
	margin-left: -10px;
}

.menu-services-sidebar-container ul li a span{
	-webkit-transform: skewX(18deg);
    transform: skewX(18deg);
	display: inline-block;
}


.menu-services-sidebar-container ul li:after {
	content: '';
 	display: block;
  	margin: auto auto auto -15px;
  	height: 5px;
  	width: 0px;
	background: transparent;
	-webkit-transform: skewX(-18deg);
	        transform: skewX(-18deg);
  	-webkit-transition: width .5s ease, background-color .5s ease;
  	transition: width .5s ease, background-color .5s ease;
}

.menu-services-sidebar-container ul li:hover:after {
  width: 100%;
  background: #04010c;
}

.menu-services-sidebar-container ul li.current_page_item > a {
    background-color: #04010c;
    border-style: none;	
	cursor: default;
	-webkit-transition: none;
	transition: none;	
	margin-left: auto;
}

.menu-services-sidebar-container ul li.current-menu-item, .sidebar .menu-item.current-menu-parent.menu-item-has-children {
	-webkit-transition: none;
	transition: none;	
}

.sidebar .menu-item.current-menu-parent.menu-item-has-children {
	margin-bottom: 60px !important;
}


.menu-services-sidebar-container ul li.current-menu-item:after, .menu-services-sidebar-container ul li.current-menu-item:hover:after, .sidebar .menu-item.current-menu-parent.menu-item-has-children:after {
  	width: 0px;
	-webkit-transition: none;
	transition: none;
}



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

.call-us-side-content {
    padding: 40px 35px;
	background: #233744 url("/wp-content/uploads/site-contact-bg.jpg") no-repeat right;
	color: #fff;
	margin-top: 0px;
	background-size: cover;
}

span.side-phone-number, .side-title {
	color: #0684d5;
}

span.side-phone-number {
	font-weight: bold;
}

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


/* Entry Header
---------------------------------------------------------------------------- */
.entry-header-content-wrapper {
	text-align: center;
	padding: 50px 0;
}


/* Layz Block Team Card
---------------------------------------------------------------------------- */

.lazy-card-item {
    margin-bottom: 26px;
 }

  .lazy-card-wrapper {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
          box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 26px;
  height: 100%;
  border-top: 3px solid #0b73d2;
  text-align: center;
}

.lazy-card-wrapper:hover {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
          box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
}

.lazy-card-header-description {
  font-style: italic;
}

.lazy-card-item img {
  margin-bottom: 26px;
}

.lazy-card-header-title p{
  font-weight: bold;
  color: #1e1e22;
  margin-bottom: 0;
  font-size:22px;
}

.lazy-card-content p:last-child {
  margin-bottom: 0 !important;
}

.lazy-hide-image { 
  display:none; 
}

.lazy-show-image { 
  display:block;
  text-align: center;
}

.adgrant-holiday-signup-form-wrapper {
	background-color: #f1f1f1;
	border: 1px solid #d8d8dd;
	border-radius: 8px;
	padding: 35px 25px 20px !important;
	max-width: 640px;
	margin: 0 auto;
}

.adgrant-holiday-signup-form-wrapper h2 {
	margin-bottom: 30px;
}

.adgrant-holiday-signup-form-wrapper .fa-check {
	margin-right: 8px;
	font-size: 32px;
	vertical-align: middle;
}

.adgrant-holiday-signup-form-wrapper #frm_field_362_container {
	margin: 0;
}

.adgrant-holiday-signup-form-wrapper .message-textbox textarea {
	padding: 8px 12px;
}

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

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

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

	.home-widget-area.home-widget-two {
		margin-top: -210px;
	}

	.hero-title {
		font-size: 56px;
	}

	.hero-subtitle {
		font-size: 22px;
	}

	.hero-subtitle .home-services {
		font-size: 24px;
	}

	.title {
		font-size: 20px;
	}

	.home-widget-area .widget-title {
		font-size: 32px;
	}

	.home-cta-section .cta-btn {
		min-width: 275px;
	}

	.services-box .featured-img {
		width: 400px;
		height: 400px;
		bottom: -8%;
	}

	.featured-img-bg {
		width: 300px;
		height: 300px;
	}
}

@media only screen and (max-width: 960px) {
	.home-widget-area.home-widget-two {
		margin-top: -120px;
	}

	.home-hero-text {
		padding: 107px 0 110px;
	}
	
	/* for side bar */
	.content, .sidebar {
		float: none;
		width: auto;
	}
	
	.sidebar .menu-services-sidebar-container ul li a {
		text-align:center;
	}
	
}

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

	.home-widget-area.home-widget-two {
		margin-top: 5.859375%;
		padding-top: 5.859375%;
	}

	.home-hero-text {
		padding: 107px 0 0;
	}

	.home-featured-cols .col {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
	}

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

	.home-about-us.flex,
	.home-web-design-features.flex {
		margin-left: 0;
		margin-right: 0;
	}

	.home-about-us > .col.col-6,
	.home-web-design-features > .col.col-6{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.home-about-us > .col.col-6:first-child {
		margin-bottom: 100px;
		padding-left: 0;
	}

	.home-about-us > .col.col-6:last-child {
		padding-right: 0;
		padding-left: 38px;
	}

	.home-web-design-features > .col.col-6:first-child {
		padding-left: 0;
	}

	.home-web-design-features > .col.col-6:last-child {
		padding-right: 0;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		margin-top: 80px;
		margin-bottom: 100px;
	}

	.home-services .flex > .col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.home-cta-section.flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.home-cta-section.flex .col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}

	.home-cta-section.flex .col-8.col {
		margin-bottom: 30px;
	}

	.home-get-free-consultation .col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.home-get-free-consultation .col:first-child {
		margin-bottom: 80px;
	}

	.footer-widgets .wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.footer-widgets-1 {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 50px;
		max-width: 100%;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		-ms-flex-preferred-size: 33.3333%;
		flex-basis: 33.3333%;
	}

}

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

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

	.home-hero-text {
		padding: 80px 0 0;
	}

	.hero-title {
		font-size: 44px;
	}

	.widget-before-title {
		font-size: 16px;
	}

	.hero-subtitle {
		font-size: 18px;
	}

	.hero-subtitle .home-services {
		font-size: 20px;
	}

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

	.intro-text {
		font-size: 18px;
	}
	
	/* for entry Header */
	.entry-header h1 {
    padding-top: 0;
	}
	
	/* for about-us lazy card */
	.lazy-card-item.col {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
   		max-width: 100%;
	}

	.adgrant-holiday-signup-form-wrapper h2 {
		margin-bottom: 22px !important;
	}

	.adgrant-holiday-signup-form-wrapper .fa-check {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 540px) {
	.home-services .flex {
		margin-left: 0;
		margin-right: 0;
	}

	.home-services .flex > .col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 0;
	}

	.home-services .flex > .col:last-child {
		margin-bottom: 30px;
	}

	.footer-widgets-2, 
	.footer-widgets-3,
	.footer-widgets-4 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		padding: 0;
		text-align: center;
		margin-bottom: 50px;
		max-width: 100%;
	}

	.footer-widgets .widget-title::before {
		display: none;
	}

	.footer-widgets .widget-title::after {
		width: 80px;
		left: auto;
		position: relative;
		margin: 15px auto 0;
	}

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

@media only screen and (max-width: 480px) {
	.hero-title {
		font-size: 30px;
	}

	.hero-subtitle,
	.hero-subtitle .home-services,
	.hero-text-content {
		font-size: 15px;
	}

	.home-hero-text {
		padding: 70px 0 0;
	}

	.adgrant-holiday-signup-form-wrapper .fa-check {
		font-size: 38px;
		display: block;
		margin: 0 auto 8px;
	}
	
}

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

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

@-webkit-keyframes linear-x {
	0% { left: 0px; }
	100% { left: 70px }
}

@keyframes linear-x {
	0% { left: 0px; }
	100% { left: 70px }
}

@-webkit-keyframes linear-y {
	0% { top: 0px; }
	100% { top: 5px }
}

@keyframes linear-y {
	0% { top: 0px; }
	100% { top: 5px }
}

@-webkit-keyframes linear-y-2 {
	0% { top: 5%; }
	100% { top: 10% }
}

@keyframes linear-y-2 {
	0% { top: 5%; }
	100% { top: 10% }
}

@-webkit-keyframes bounce {
	0%, 100%, 20%, 50%, 80% { -webkit-transform: translateY(0); transform: translateY(0) }
	40% { -webkit-transform: translateY(-20px); transform: translateY(-20px) }
	60% { -webkit-transform: translateY(-10px); transform: translateY(-10px) }
}

@keyframes bounce {
	0%, 100%, 20%, 50%, 80% { -webkit-transform: translateY(0); transform: translateY(0) }
	40% { -webkit-transform: translateY(-20px); transform: translateY(-20px) }
	60% { -webkit-transform: translateY(-10px); transform: translateY(-10px) }
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    -webkit-box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
            box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(1.85);
            transform: scale(1.85);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    -webkit-box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
            box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}