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

	Theme Name: RideRent
	Date: August 2021
	Description: Rent a Car WordPress Theme
	Version: 1.0
	Author: FantasyThemes 
	Author URI: http://fantasythemes.net
	License URI: http://themeforest.net/licenses/regular_extended
	License: Commercial
	Theme URI: https://themeforest.net/user/fantasythemes/portfolio
	Text Domain: riderent
	Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready


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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border-radius: 4px;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 30px;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .prev:after,
.pagination .next:before,
.pagination .next:after,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	clear: both;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	letter-spacing: .4px;
}

p {
	margin: 0 0 1.75em;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #d9092b;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul li,
ol li {
	margin-bottom: 10px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

.riderent-form-field .wp-editor-wrap button:hover,
.riderent-form-field .wp-editor-wrap button:focus,
.riderent-form-field .wp-editor-wrap input[type="button"]:hover,
.riderent-form-field .wp-editor-wrap input[type="button"]:focus,
.riderent-form-field .wp-editor-wrap input[type="reset"]:hover,
.riderent-form-field .wp-editor-wrap input[type="reset"]:focus,
.riderent-form-field .wp-editor-wrap input[type="submit"]:hover,
.riderent-form-field .wp-editor-wrap input[type="submit"]:focus {
	background: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

@media (max-width: 1270px) {
    .site-header-menu {
        display: none;
	    transition: max-height 0.8s ease;
    }
    .menu_position_fixed.menu_style_dark .site-header-menu {
    	background-color: #000;
    }
    .site-header-menu .shape-container {
    	display: none !important;
    }
    #fullscreen-menu {
    	padding-bottom: 0 !important;
    }
    .main-navigation ul ul a {
    	color: #ffffff !important;
    }
    #side-search {
    	right: 20px !important;
    	bottom: 10px !important;
    }
}

/*.site-header-menu.toggled-on,
.no-js .site-header-menu {
	max-height: 1300px;
}*/

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
	padding: 0 20px;
	margin-bottom: 0;
}

.main-navigation li:last-child {
	padding-right: 0;
}

.main-navigation a {
	color: #000;
	display: block;
	font-size: 16px;
	line-height: 18px;
	outline-offset: -1px;
	padding: 30px 0px;
	position: relative;
	font-weight: 400;
	outline: none;
}

.account-menu-btn > a {
	padding: 14px 20px !important;
	padding-right: 14px !important;
	margin: 10px 0;
	background-color: #f4f4f4;
	border-radius: 100px
}

.rs-signin-menu {
	padding: 15px 22px !important;
	margin: 13px 0;
	border-radius: 6px;
	background-color: #f4f4f4;
}

.rs-icon-menu {
	padding: 28px 0px 27px 0px !important;
}

#menu-main-menu a:before {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 2px;
	background-color: #d9092b;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#menu-main-menu a:hover:before,
#menu-main-menu li.current_page_item a:before,
#menu-main-menu li:hover > a:before {
	opacity: 1;
}

.main-navigation ul ul a {
	font-size: 14px;
}

.main-navigation ul ul a:before {
	display: none;
}

.main-navigation ul li.last-menu ul li a {
	text-align: right;
}

.main-navigation ul li.last-menu ul li a i.fe {
	position: relative;
    top: 2px;
}

.main-navigation ul li.last-menu ul li.active a {
	color: #fff;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
	color: #d9092b;
}

.riderent-btn-hover-effect .elementor-button-text {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1);
    -o-transition: -o-transform .7s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform .7s cubic-bezier(.23,1,.32,1),-moz-transform .7s cubic-bezier(.23,1,.32,1);
    transition: transform .7s cubic-bezier(.23,1,.32,1);
    transition: transform .7s cubic-bezier(.23,1,.32,1),-webkit-transform .7s cubic-bezier(.23,1,.32,1),-moz-transform .7s cubic-bezier(.23,1,.32,1),-o-transform .7s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.riderent-btn-hover-effect .elementor-button-text:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: -o-transform .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1),-o-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.riderent-btn-hover-effect .elementor-button-text:after {
	top: 160%;
}


.elementor-button span.elementor-button-content-wrapper {
	overflow: hidden;
}

.riderent-btn-hover-effect .elementor-button:hover .elementor-button-text {
	-webkit-transform: translateY(-160%) skewY(-6deg) !important;
    -moz-transform: translateY(-160%) skewY(-6deg) !important;
    -ms-transform: translateY(-160%) skewY(-6deg) !important;
    -o-transform: translateY(-160%) skewY(-6deg) !important;
    transform: translateY(-160%) skewY(-6deg) !important;
}

.riderent-btn-hover-effect .elementor-button:hover .elementor-button-text:after {
	-webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation > .menu-main-menu-container > .primary-menu > li > a:before {
	position: absolute;
    display: block;
    content: "";
    left: 2rem;
    transition: width .25s;
    height: .2rem;
    width: 0;
    bottom: .7rem;
    background-color: #d9092b;
    display: none;
}

.main-navigation > .menu-main-menu-container > .primary-menu > li:hover > a:before {
	width: calc(100% - 4.2rem);
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.main-navigation ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1000;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

@media (max-width: 1200px) {
    .main-navigation ul ul {
		width: calc(100% - 0.875em) !important;
	}

	.site-header-main {
		padding: 1rem 0 !important;
	}

	.main-navigation ul ul.toggled-on {
		display: block;
	}
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #fff;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	display: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	transform: rotate(180deg);
}

.extra-menu-button a,
.menu-toggle {
	position: relative;
    z-index: 10;
    width: 20px;
    height: 100%;
    margin-right: 3rem;
    padding: 1.2rem 10px !important;
}

.menu-toggle {
	background: transparent !important;
	margin-right: 0;
}

.extra-menu-button a > span,
.menu-toggle > span {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.extra-menu-button a > span > span,
.menu-toggle > span > span {
	display: block;
    width: 100%;
    height: 3px;
    background: #000;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0.995, 0.41, 0.995);
    transition: -webkit-transform 0.4s cubic-bezier(0, 0.995, 0.41, 0.995);
    transition: transform 0.4s cubic-bezier(0, 0.995, 0.41, 0.995);
    transition: transform 0.4s cubic-bezier(0, 0.995, 0.41, 0.995), -webkit-transform 0.4s cubic-bezier(0, 0.995, 0.41, 0.995);
    will-change: transform;
}

.extra-menu-button a > span .first,
.menu-toggle > span .first {
	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

body.open-big-menu {
	overflow: hidden;
}

body.open-big-menu #header:not(.slideUp) .extra-menu-button a > span .first,
.menu-toggle.toggled-on > span .first {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #000;
}

.extra-menu-button a:hover > span .first,
.menu-toggle:hover > span .first {
	-webkit-transform: translateY(-6px) scaleX(1.1);
    transform: translateY(-6px) scaleX(1.1);
}

body.open-big-menu #header:not(.slideUp) .extra-menu-button a:hover > span .first,
.menu-toggle.toggled-on:hover > span .first {
	-webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

.extra-menu-button a > span .second,
.menu-toggle > span .second {
	-webkit-transform: translateY(4px);
    transform: translateY(4px);
    background-color: #000;
}

body.open-big-menu #header:not(.slideUp) .extra-menu-button a > span .second,
.menu-toggle.toggled-on > span .second {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
}

.extra-menu-button a:hover > span .second,
.menu-toggle:hover > span .second {
	-webkit-transform: translateY(6px) scaleX(1.1);
    transform: translateY(6px) scaleX(1.1);
}

body.open-big-menu #header:not(.slideUp) .extra-menu-button a:hover > span .second,
.menu-toggle.toggled-on:hover > span .second {
	-webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.extra-menu-button a:before,
.menu-toggle:before {
	content: '';
    position: absolute;
    z-index: -1;
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
    display: block;
}

.rs-minicart-mobile {
	color: #fff;
}

@media (max-width: 1024px) {
	.main-navigation ul {
		width: 100% !important;
		margin-top: 10px;
	}
	.extra-menu-button {
		display: none !important;
	}
}

.fullscreen-menu-bg {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    	transform: translateY(-100%);
    transition: opacity .8s ease;
}

body.open-big-menu #header:not(.slideUp) .fullscreen-menu-bg {
	opacity: 1;
	-webkit-transform: translateY(0);
    	transform: translateY(0);
}

body.open-big-menu #header:not(.open-menu) .fullscreen-menu {
	display: none;
}

.fullscreen-menu-panel {
	position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    	transform: translateY(-100%);
    transition: all .8s ease;
}

body.open-big-menu #header:not(.slideUp) .fullscreen-menu-panel {
	-webkit-transform: translateY(0%);
    	transform: translateY(0%);
}

.fullscreen-menu-content {
	position: relative;
    background-color: #111111;
    overflow: hidden;
}

.fullscreen-menu-content .default-container {
	transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: all .8s ease;
}

body.open-big-menu #header:not(.slideUp) .fullscreen-menu-content .default-container {
	transform: translateY(0);
    -webkit-transform: translateY(0);
}

.shape-container {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 0;
}

body.open-big-menu #header:not(.slideUp) .shape-container {
	animation: reveal-shape .5s ease-out;
}

.site-header-menu.toggled-on .shape-container {
	animation: reveal-shape-mobile .5s ease-out;
}

body.close-big-menu .shape-container {
	animation: reveal-shape-up .6s ease-out;
}

.site-header-menu .shape-container {
	display: none;
	animation: reveal-shape-up-mobile .6s ease-out;
}

.comment-form-url, 
.comment-respond p.comment-subscription-form,
.comment-form-comment, 
.comment-form-cookies-consent {
    width: 100%;
    float: left;
}

.comment-form-author, 
.comment-form-email {
    display: block;
    width: 47.5%;
    float: left;
}

.comment-form-email {
    float: right;
}

.comment-respond input[type="submit"] {
    display: inline-block;
    padding: 11px 20px;
    margin: 0;
    background: #000000;
    border: none;
    border-radius: 3px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (min-width: 1269px) {

	.rs-minicart-mobile {
		display: none;
	}

}

@media (max-width: 768px) {
    .site-header-menu .shape-container {
        display: block;
    }

    .comment-form-author, .comment-form-email {
	    width: 100%;
	}

}

@keyframes reveal-shape {
    0% { 
    	height: 0px;
    }
    60% { 
    	height: 120px;
    }
    100% { 
    	height: 0px;
    }
}

@keyframes reveal-shape-mobile {
    0% { 
    	height: 0px;
    	bottom: 0px;
    }
    60% { 
    	height: 120px;
    	bottom: 20px;
    }
    100% { 
    	height: 0px;
    	bottom: 0px;
    }
}

@keyframes reveal-shape-up {
    0% { 
    	height: 0px;
    }
    50% { 
    	height: 100px;
    }
    100% { 
    	height: 0px;
    }
}

@keyframes reveal-shape-up-mobile {
    0% { 
    	height: 0px;
    	bottom: 0px;
    }
    50% { 
    	height: 100px;
    	bottom: 15px;
    }
    100% { 
    	height: 0px;
    	bottom: 0px;
    }
}

.shape-container .shape {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background-color: #d9092b;
	opacity: .7; 
	-webkit-transform: translateY(0) translateZ(0) skewY(0deg);
	transform: translateY(0) translateZ(0) skewY(0deg);
}

body.open-big-menu #header:not(.slideUp) .shape-container .shape,
.site-header-menu.toggled-on .shape-container {
	animation: shape-slide .5s ease-out;
}

body.close-big-menu .shape-container .shape,
.site-header-menu .shape-container {
	animation: shape-slide-up .6s ease-out;
}

@keyframes shape-slide {
    0% { 
    	opacity: .7; 
    	-webkit-transform: translateY(0) translateZ(0) skewY(0deg);
    	transform: translateY(0) translateZ(0) skewY(0deg);
    }
    60% { 
    	opacity: 1; 
    	-webkit-transform: translateY(0) translateZ(0) skewY(-2.5deg);
    	transform: translateY(0) translateZ(0) skewY(-2.5deg);
    }
    100% { 
    	opacity: .7; 
    	-webkit-transform: translateY(0) translateZ(0) skewY(0deg);
    	transform: translateY(0) translateZ(0) skewY(0deg);
    }
}

@keyframes shape-slide-up {
    0% { 
    	opacity: .7; 
    	-webkit-transform: translateY(0) translateZ(0) skewY(0deg);
    	transform: translateY(0) translateZ(0) skewY(0deg);
    }
    50% { 
    	opacity: 1; 
    	-webkit-transform: translateY(0) translateZ(0) skewY(2deg);
    	transform: translateY(0) translateZ(0) skewY(2deg);
    }
    100% { 
    	opacity: .7; 
    	-webkit-transform: translateY(0) translateZ(0) skewY(1deg);
    	transform: translateY(0) translateZ(0) skewY(1deg);
    }
}

.btn-riderent {
    font-weight: 400 !Important;
    letter-spacing: 1.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 22px 95px 22px 35px !important;
}

.btn-riderent > span {
	overflow: hidden;
	display: block;
}

.btn-riderent > span > span {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform .7s cubic-bezier(.23,1,.32,1);
    -o-transition: -o-transform .7s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform .7s cubic-bezier(.23,1,.32,1),-moz-transform .7s cubic-bezier(.23,1,.32,1);
    transition: transform .7s cubic-bezier(.23,1,.32,1);
    transition: transform .7s cubic-bezier(.23,1,.32,1),-webkit-transform .7s cubic-bezier(.23,1,.32,1),-moz-transform .7s cubic-bezier(.23,1,.32,1),-o-transform .7s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.btn-riderent > span > span:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: -webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: -o-transform .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1),-o-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    top: 160%;
}

.btn-riderent:hover {
	color: #d9092b;
}

.btn-riderent:hover > span > span {
    -webkit-transform: translateY(-160%) skewY(-6deg) !important;
    -moz-transform: translateY(-160%) skewY(-6deg) !important;
    -ms-transform: translateY(-160%) skewY(-6deg) !important;
    -o-transform: translateY(-160%) skewY(-6deg) !important;
    transform: translateY(-160%) skewY(-6deg) !important;
}

.btn-riderent:hover > span > span:after {
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
}

.riderent-btn-line .elementor-button,
.btn-riderent {
	position: relative;
	padding-right: 95px !important;
}

.riderent-btn-line .elementor-button:before,
.btn-riderent:before {
	content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 1px;
    width: 65px;
    background-color: #d9092b;
    z-index: 1;
    transition: right .4s cubic-bezier(.4,0,.2,1);
}

.riderent-btn-line .elementor-button:hover:before,
.btn-riderent:hover:before {
	right: 0;
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	font-size: 19px;
	font-size: 1.1875rem;
	min-height: 56px;
	position: relative;
	border-radius: 0;
	font-weight: 700;
	padding: 0 15px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
	display: flex;
	font-weight: normal;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
}

.pagination .current {
	display: inline-block;
}

.pagination .prev,
.pagination .next {
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	top: 0;
	z-index: 2;
	padding-left: 0;
    padding-right: 0;
    line-height: 32px;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    padding-left: 0;
    padding-right: 0;
}

.pagination .prev:before,
.pagination .next:after {
	font-size: 32px;
	position: relative;
}

.pagination .prev:hover:before {
	-webkit-animation: hoverBtn ease-out .3s reverse;
	animation: hoverBtn ease-out .3s reverse;
}

.pagination .next:hover:after {
	-webkit-animation: hoverBtn ease-out .3s;
    animation: hoverBtn ease-out .3s;
}

@-webkit-keyframes hoverBtn {
	0%,100%{
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
	51%{
		-webkit-transform:translateX(20px);
		transform:translateX(20px);
		opacity:1
	}
	52%{
		opacity:0;
		-webkit-transform:translateX(-20px);
		transform:translateX(-20px)
	}
	53%{
		opacity:0
	}
	54%{
		opacity:1
	}
}
@keyframes hoverBtn {
	0%,100%{
		-webkit-transform:translateX(0);
		transform:translateX(0)
	}
	51%{
		-webkit-transform:translateX(20px);
		transform:translateX(20px);
		opacity:1
	}
	52%{
		opacity:0;
		-webkit-transform:translateX(-20px);
		transform:translateX(-20px)
	}
	53%{
		opacity:0
	}
	54%{
		opacity:1
	}
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	color: #007acc;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
	margin: 0 1.4736842106em 0 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:after {
	content: "\f429";
	margin-left: 10px;
}

.pagination .prev:before {
	margin-right: 10px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget ul {
	list-style: none;
	margin: 0;
	margin-bottom: 0 !important;
}

.widget ul:not(.wp-tag-cloud) li {
	padding: 15px 0;
    border-bottom: 1px solid #f1f4f8;
}

#footer .widget ul li {
	border: none !important;
}

#footer .widget ul:not(.wp-tag-cloud):not(.sub-menu) li:first-child {
	border: none !important;
}

#footer .widget ul:not(.wp-tag-cloud):not(.sub-menu) li:last-child {
	border-bottom: 1px solid #353535;
}

#footer .widget ul ul.sub-menu li:first-child {
	border-top: none !important;
}

#footer .widget ul ul.sub-menu li:last-child {
	border-bottom: none !important;
}

#footer .widget ul li a {
	color: #b5b5b5;
}

#footer .widget ul li a:hover {
	color: #ff3900;
}

.footer-one-column {
	display: flex;
    flex-direction: column;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget .widget-title-container h5 {
	padding-bottom: 20px;
    border-bottom: 1px solid #f1f4f8;
    margin-bottom: 10px;
}

#footer .widget .widget-title-container h5 {
	border-bottom: none;
	color:  #ffffff;
}

.widget ul ul {
	margin-top: 5px;
	margin-left: 10px;
}

.widget p,
.footer-copyright-text {
	color: #929292;
}

.footer-copyright-text {
	margin-bottom: 0;
}

.fullscreen-menu-content .widget p {
	color: #999 !important;
}

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

.widget .widget-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	text-align: center;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header-main {
	/*padding: 1rem 0;*/
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.no-js .menu-toggle {
	display: none;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1em;
}

.resume-entry-title {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

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

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.entry-content-minimal {
	font-size: 18px;
}

.entry-content-minimal > * {
	margin: 60px 0;
}

.entry-content-minimal > :first-child {
	margin-top: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	margin-left: 0;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: bolder;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #f1f4f8;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 15px;
	position: relative;
	width: 28px;
	border-radius: 50px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	color: #000000;
	font-weight: 500;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	margin-top: 2.1538461538em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	letter-spacing: 0;
	text-transform: none;
}


/**
 * 11.6 - Footer
 */

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer {
	padding: 0;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	opacity: 0.7;
}

.site-footer span[role=separator] {
	font-family: 'Poppins', sans-serif;
	opacity: 0.7;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

.page-title-heading {
	background-color: #3c4554;
	background-size: cover;
	background-position: center;
}

.page-title-heading-v2 {
	border-bottom: solid 1px #eceff2;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
		color: #222732;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 30px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.resume-entry-title {
		font-size: 36px;
		font-size: 2.2rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

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

	#menu-main-right-menu > li:not(.last-menu) {
		display: none;
	}

	.main-navigation ul.primary-menu > li:first-child {
		margin-left: auto;
	}

}

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

	#menu-main-right-menu {
		display: none;
	}

}

@media screen and (min-width: 1270px) {

	.main-menu-wrapper {
		display: -ms-flexbox!important;
    	display: flex!important;
	}

}

.widget_calendar .wp-calendar-nav-prev {
	text-align: left !important;
}

.widget_calendar .next {
	text-align: right !important;
}

.sticky-post {
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 30px;
    background: #de2358;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.sticky-post:hover {
    height: 43px;
    color: #ffffff !important;
}

.sticky-post .genericon {
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -9px;
}

.sticky-post:after {
    content: "";
    border: 15px solid transparent;
    border-top: none;
    border-bottom-width: 8px;
    border-left-color: #de2358;
    border-right-color: #de2358;
    position: absolute;
    bottom: -8px;
    right: 0;
    -webkit-transform: scale(1.0001);
    -moz-transform: scale(1.0001);
}

@media screen and (min-width: 1200px) {

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		flex-grow: 1;
		max-width: 100%;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation a {
		outline-offset: -8px;
		white-space: nowrap;
	}

	.main-navigation li.hide-title > a {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.main-navigation ul.primary-menu > li:first-child > a {
		padding-left: 0;
	}

	.main-navigation ul.primary-menu > li:first-child > a:before {
		left: 0;
	}

	.main-navigation ul.primary-menu > li:not(.cta-button):not(.menu-item-has-children):last-child > a {
		padding-right: 0;
		margin-right: 0;
	}

	.main-navigation ul.primary-menu > li.fullscreen-menu-btn:last-child > a {
		margin-left: 2rem;
	}

	.main-navigation ul.primary-menu > li.cta-button > a {
		padding: 14px !important;
		background-color: #f4f4f4;
	}

	.main-navigation ul.primary-menu > li.cta-button > a:after {
		line-height: 48px;
		margin-right: 14px;
    	margin-left: -10px;
	}

	.main-navigation ul.primary-menu > li.cta-button > a:before {
		display: none;
		content: "";
  		position: absolute;
  		top: 0;
  		left: 0;
  		right: 0;
  		bottom: 0;
		border-radius: 100px; /*1*/
	  	border: 2px solid transparent; /*2*/
	  	background: linear-gradient(125deg,#b12d86,#f53e82) border-box; /*3*/
	  	-webkit-mask: /*4*/
	     	linear-gradient(#fff 0 0) padding-box, 
	     	linear-gradient(#fff 0 0);
	  	-webkit-mask-composite: destination-out; /*5'*/
	  	mask-composite: exclude; /*5*/
	  	z-index: -1;
	  	-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
    	transition: all .2s ease;
	}

	.main-navigation ul.primary-menu > li.cta-button > a:hover:before {
		-webkit-mask-composite: initial; /*5'*/
	  	mask-composite: initial; /*5*/
	}

	.main-navigation ul.primary-menu > li.cta-button > a > span {
		padding: 16px 22px;
		border-radius: 100px;
	    -moz-border-radius: 100px;
	    -webkit-border-radius: 100px;
	    position: relative;
	    display: inline-block;
	    vertical-align: middle;
	    overflow: hidden;
	}

	.main-navigation ul.primary-menu > li.cta-button:hover > a > span {
		background: transparent !important;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		-ms-transition: all .2s ease;
		-o-transition: all .2s ease;
    	transition: all .2s ease;
	}

	.main-navigation ul.primary-menu > li.cta-button > a span:before {
		display: none;
	}

	/*.main-navigation ul.primary-menu > li.cta-button > a:before {
		display: none;
	}*/

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #fff;
	}

	.main-navigation ul ul {
		position: absolute;
		z-index: 99999;
		-webkit-transition: all .15s ease;
	    -moz-transition: all .15s ease;
	    -ms-transition: all .15s ease;
	    -o-transition: all .15s ease;
	    transition: all .15s ease;
	    transform: translate(-50%,15px);
	    opacity: 0;
	    pointer-events: none;
	    left: 50%;
	    right: auto;
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    padding: 1rem 0 1.5rem 0;
	    margin-left: 0;
	    min-width: calc(100% + 2rem);
	    border-radius: 4px;
		background-color: #fff;
		box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
	}

	.main-navigation ul li.shopping-cart-menu-btn > ul,
	.main-navigation ul li.search-menu-btn > ul,
	.main-navigation ul li.account-menu-btn > ul {
		left: auto !important;
		right: 7px;
		transform: translate(0,15px);
	}

	.main-navigation ul li.shopping-cart-menu-btn:last-child > ul,
	.main-navigation ul li.search-menu-btn:last-child > ul,
	.main-navigation ul li.account-menu-btn:last-child > ul {
		left: auto !important;
		right: -8px;
		transform: translate(0,15px);
	}

	.main-navigation ul li.account-menu-btn:hover > ul {
		transform: translate(0,0);
	}

	.main-navigation ul li.account-menu-btn > ul:before {
		left: auto;
		right: 25px;
	}

	.main-navigation ul li.ft-menu-columns-2 > ul,
	.main-navigation ul li.ft-menu-columns-3 > ul,
	.main-navigation ul li.ft-menu-columns-4 > ul,
	.main-navigation ul li.ft-menu-columns-5 > ul {
		flex-direction: unset;
	}

	.main-navigation ul li.ft-menu-columns-2 > ul > li > ul,
	.main-navigation ul li.ft-menu-columns-3 > ul > li > ul,
	.main-navigation ul li.ft-menu-columns-4 > ul > li > ul,
	.main-navigation ul li.ft-menu-columns-5 > ul > li > ul {
		opacity: 1;
		position: relative;
		left: 0 !important;
		right: 0 !important;
		min-width: 100% !important;
		box-shadow: none;
		margin-top: 0 !important;
		padding-bottom: 0;
		padding-top: 10px;
		transform: none;
	}

	.main-navigation ul li.ft-menu-columns-2 > ul > li > a,
	.main-navigation ul li.ft-menu-columns-3 > ul > li > a,
	.main-navigation ul li.ft-menu-columns-4 > ul > li > a,
	.main-navigation ul li.ft-menu-columns-5 > ul > li > a {
		text-transform: uppercase;
	    color: #6A696C;
	    font-weight: 700;
	    padding-left: 2.6rem !important;
	}

	.main-navigation ul li.ft-menu-columns-2 > ul > li > a:after,
	.main-navigation ul li.ft-menu-columns-3 > ul > li > a:after,
	.main-navigation ul li.ft-menu-columns-4 > ul > li > a:after,
	.main-navigation ul li.ft-menu-columns-5 > ul > li > a:after {
		display: none;
	}

	.main-navigation ul li.ft-menu-width-330 > ul {
		width: 330px;
	}

	.main-navigation ul li.ft-menu-width-600 > ul {
		width: 600px;
	}

	.main-navigation ul li.ft-menu-width-800 > ul {
		width: 800px;
	}

	.main-navigation ul li.ft-menu-width-900 > ul {
		width: 960px;
	}

	.main-navigation ul li.ft-menu-columns-2 > ul > li {
		width: calc(100% / 2);
		min-width: auto;
	}

	.main-navigation ul li.ft-menu-columns-3 > ul > li {
		width: calc(100% / 3);
		min-width: auto;
	}

	.main-navigation ul li.ft-menu-columns-4 > ul > li {
		width: calc(100% / 4);
		min-width: auto;
	}

	.main-navigation ul li.ft-menu-columns-5 > ul > li {
		width: calc(100% / 5);
		min-width: auto;
	}

	.main-navigation ul ul li:hover > a,
	.main-navigation ul ul li.focus > a {
		color: #d9092b;
		padding-left: .3rem !important;
	}

	.main-navigation li#notitcation-alerts-menu ul li:hover > a,
	.main-navigation li#notitcation-alerts-menu ul li.focus > a {
		padding-left: 0 !important;
	}

	.main-navigation ul li.last-menu ul li:hover > a, 
	.main-navigation ul li.last-menu ul li.focus > a {
		padding-left: 0 !important;
		padding-right: .3rem !important;
	}

	.main-navigation ul ul ul {
		top: 0;
		left: 100%;
		transform: none;
		transform: translateY(15px);
    	right: 100%;
	}

	.main-navigation ul ul li:hover > ul {
		transform: translateY(0);
	}

	.main-navigation ul li:last-child ul ul {
		left: calc(-100% - 40px);
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		border-bottom-width: 0;
		width: 100%;
		min-width: 280px;
		padding: 0 2.6rem !important;
	}

	.main-navigation li#notitcation-alerts-menu ul li {
		min-width: 320px;
	}

	.main-navigation li#notitcation-alerts-menu ul li {
		padding: 0 1.4rem !important;
	}

	.main-navigation ul ul li > a {
		padding: .9rem 0 .76rem 0 !important;
		border-bottom: solid 1px #efefef;
	}

	.main-navigation ul ul li a {
		white-space: normal;
		width: 100%;
		color: #484848;
	}

	.main-navigation ul ul li:last-child > a {
		border-bottom: none;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
		display: none;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		left: 11px;
		top: -7px;
		display: none;
	}

	.main-navigation li:hover > ul {
		transition-timing-function: ease-out,linear;
	    transform: translate(-50%,0);
	    opacity: 1;
	    pointer-events: visible;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		right: 100%;
		margin-top: -2rem;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
	}

	.main-navigation ul ul li.menu-item-has-children > a {
		padding-right: 60px !important;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		right: 0.625em;
    	opacity: .6;
    	margin-left: 5px;
	}

	.main-navigation li:hover > a:after,
	.main-navigation li:hover > a {
		color: #d9092b;
	}

	.main-navigation ul li ul li.menu-item-has-children > a:after {
		right: 25px;
		margin-top: 0;
		content: "\e9b1";
		-webkit-font-smoothing: antialiased;
    	font-family: 'Feather' !important;
    	font-size: 90%;
    	font-weight: 900;
    	vertical-align: middle;
    	letter-spacing: 0;
    	-webkit-transition: all cubic-bezier(.4,0,.2,1) .3s;
	    -o-transition: all cubic-bezier(.4,0,.2,1) .3s;
	    transition: all cubic-bezier(.4,0,.2,1) .3s;
	    -ms-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	}

	.main-navigation ul li ul li:hover > a:after {
		color: #d9092b;
		-ms-transform: rotate(135deg);
	    -webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
    	top: 1.15em;
    	right: 15px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-footer .main-navigation {
		display: none;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
		display: inline-block;
	}

	.widget {
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
		font-weight: 400;
    	font-size: 20px;
	}

	.wp-block-search .wp-block-search__label {
		font-weight: 400;
    	font-size: 20px;
	}

	.widget-content a {
		font-weight: 400 !important;
		font-size: 16px;
	}

	.widget-content li {
		padding: 15px 0 !important;
		border-color: #e1e1e1 !important;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th,
	.widget_calendar .wp-calendar-nav span {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget .search-submit:before {
		font-size: 20px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-info {
		margin: 0 auto;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 0;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 36px;
		line-height: 1.225;
		font-weight: bolder;
		margin-bottom: 1.05em;
	}

	.resume-entry-title {
		font-size: 56px;
    	font-weight: bolder;
    	line-height: 1.3em;
    	letter-spacing: 1.2px;
		margin-bottom: 100px;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comments-area,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

.d-grid {
	display: grid;
}

.main-navigation li#notitcation-alerts-menu ul li a.pt-0 {
	padding-top: 0 !important;
}

.wp-block-search__input {
	border-right: 0 !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.wp-block-search__button {
	margin-left: 0;
	border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
