
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1120px;
}

body {
	font-family: "Lato";
}

body {
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #404040;
}

.oxy-nav-menu-hamburger-line {
	background-color: #404040;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Vidaloka";
	font-size: 36px;
	font-weight: 700;
}

h2, h3, h4, h5, h6 {
	font-size: 30px;
}

h3, h4, h5, h6 {
	font-size: 24px;
}

h4, h5, h6 {
	font-size: 20px;
}

h5, h6 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #c39e06;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {
	padding-top: 75px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
}

.ct-new-columns > .ct-div-block {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.oxy-header-container {
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.fc-white {}

.fs-4 {}

.fs-5 {}

.fs-0 {}

.fs-1 {}

.fs-2 {}

.fs-3 {}

.fs-6 {}

.sec-btn:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #2c3c65;
}

.sec-btn:hover {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #2c3c65;
	border-right-color: #2c3c65;
	border-bottom-color: #2c3c65;
	border-left-color: #2c3c65;
}

.sec-btn {
	background-color: #70976a;
	border: 1px solid #70976a;
}

.sec-btn {
	transition-duration: .4s;
	button-hover_color: #fff;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
}

.btn:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #70976a;
}

.btn:hover {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #70976a;
	border-right-color: #70976a;
	border-bottom-color: #70976a;
	border-left-color: #70976a;
}

.btn {
	background-color: #2c3c65;
	border: 1px solid #2c3c65;
}

.btn {
	transition-duration: .4s;
	button-hover_color: #fff;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
}

/**--------DESKTOP STYLES--------**/

/**-----Typography-----**/

/**---h1,h2,h3,h4,h5,h6,div,body {
 font-family: 'Poppins', sans-serif;
}---**/
.fs-0 {
	font-size: 70px;
}

h1, .fs-1 {
	font-size: 56px;
}

h2, .fs-2 {
	font-size: 46px;
}

h3, .fs-3 {
	font-size: 36px;
}

h4, .fs-4 {
	font-size: 30px;
}

h5, .fs-5 {
	font-size: 24px;
}

h6, .fs-6 {
	font-size: 18px;
	text-transform: uppercase;
}

h1, h2, h3, h4, .fs-1, .fs-2, .fs-3, .fs-4, .fs-5, .fs-6 {
	line-height: 1.2;
	font-weight: 700;
}

p {
	font-size: 16px;
	line-height: 1.6;
	margin: 8px 0 8px 0;
	font-weight: 400;
}

.fc-white {
	color: #fff;
}

.fw-light {
	font-weight: 300;
}

.fw-normal {
	font-weight: 400;
}

strong, .fw-bold {
	font-weight: 600;
}

.fw-bolder {
	font-weight: 900;
	letter-spacing: 1px;
}

.lh-1 {
	line-height: 1;
}

.lh-sm {
	line-height: 1.25;
}

.lh-base {
	line-height: 1.5;
}

.lh-lg {
	line-height: 2;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

@media (max-width: 1024px) {
	h1, .fs-1, .fs-0 {
		font-size: 46px;
	}
	
	h2, .fs-2 {
		font-size: 36px;
	}
	
	h3, .fs-3 {
		font-size: 30px;
	}
	
	h4, .fs-4 {
		font-size: 24px;
	}
	
	h5, .fs-5 {
		font-size: 20px;
	}
	
	h6, .fs-6 {
		font-size: 16px;
	}
	
	p {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	h1, .fs-1, .fs-0 {
		font-size: 36px;
	}
	
	h2, .fs-2 {
		font-size: 30px;
	}
	
	h3, .fs-3 {
		font-size: 24px;
	}
	
	h4, .fs-4 {
		font-size: 20px;
	}
	
	h5, .fs-5 {
		font-size: 16px;
	}
	
	.fs-7 {
		font-size: calc(.9rem + 0vw);
		line-height: 1.2;
	}
}

/**-----Utility Classes-----**/

/**Tables**/
table {
	border-collapse: collapse;
}

td {
	border-bottom: 1px solid color(18);
	padding: 8px;
}

th {
	font-weight: 600;
	padding: 8px;
}

/**-----WP Editor Content Styles-----**/
.oxy-stock-content-styles h2:first-child, .oxy-stock-content-styles p:first-child, .oxy-stock-content-styles img:first-child {
	margin-top: 0 !important;
}

.oxy-stock-content-styles h1, .oxy-stock-content-styles h2, .oxy-stock-content-styles h3, .oxy-stock-content-styles h4, .oxy-stock-content-styles h5, .oxy-stock-content-styles h6 {
	line-height: 1.2;
}

.oxy-stock-content-styles h1, .oxy-stock-content-styles h2 {
	font-size: 40px;
	margin-bottom: 16px;
	margin-top: 32px !important;
}

.oxy-stock-content-styles h2 {
	display: block;
	color: color(18);
}

.oxy-stock-content-styles h2:after {
	display: block;
	clear: both;
	content: "";
	position: relative;
	left: 0;
	bottom: 0;
	height: 8px;
	width: 100%;
	border-bottom: 1px solid #70976a;
	padding: 4px 0px;
}

.oxy-stock-content-styles h3, .oxy-stock-content-styles h4, .oxy-stock-content-styles h5, .oxy-stock-content-styles h6 {
	margin-bottom: 16px;
	margin-top: 32px !important;
}

.oxy-stock-content-styles h2 {
	font-size: 30px;
}

.oxy-stock-content-styles h3 {
	font-size: 24px;
}

.oxy-stock-content-styles h4 {
	font-size: 20px;
}

.oxy-stock-content-styles .wp-block-media-text .wp-block-media-text__content {
	padding: 0 32px;
}

.oxy-stock-content-styles li {
	margin-bottom: 8px;
}

.oxy-stock-content-styles img {
	width: 100%;
	height: auto;
}

.oxy-stock-content-styles figcaption {
	margin-top: -16px;
	margin-bottom: 32px;
	font-weight: 300;
	font-style: italic;
}

.oxy-stock-content-styles figure {
	width: 100%;
	margin: 0;
}

.oxy-stock-content-styles iframe {
	width: 100%;
	height: 500px;
}

.oxy-stock-content-styles table {
	width: 95%;
}

.oxy-stock-content-styles table thead {
	font-size: 22px;
	background: #333;
	color: #fff;
}

.oxy-stock-content-styles thead tr {
	font-size: 24px;
	border: none;
}

.oxy-stock-content-styles tr {
	border: 1px solid color(18);
	font-size: 16px;
}

.oxy-stock-content-styles td {
	padding: 8px 16px;
}

.oxy-stock-content-styles blockquote {
	background: color(18);
	padding: 4px 20px;
	color: #22232b;
	margin: 16px 0;
}

.oxy-stock-content-styles pre {
	white-space: pre-wrap;
	color: #70976a;
	padding: 0 40px;
}

.oxy-stock-content-styles strong {
	color: #70976a;
}

/**--------RESPONSIVE STYLES--------**/

/**--------Small Desktops--------**/
@media (max-width: 1259px) {
	/**-----WP Editor Content Styles-----**/
	.oxy-stock-content-styles h2 {
		font-size: 28px;
	}
	
	.oxy-stock-content-styles h3 {
		font-size: 22px;
	}
	
	.oxy-stock-content-styles thead {
		font-size: 18px !important;
	}
	
	.oxy-stock-content-styles iframe {
		height: 340px;
	}
}

/**--------Tablets--------**/
@media (max-width: 1024px) {
	/**-----Utility Classes-----**/
	
	/**Header**/
	.oxy-header-right {
		display: flex;
		flex-direction: row-reverse;
	}
	
	/**Section Padding**/
	.ct-section-inner-wrap {
		padding: 32px;
	}
	
	/**-----WP Editor Content Styles-----**/
	.oxy-stock-content-styles iframe {
		height: 380px;
	}
}

/**--------Phones--------**/
@media (max-width: 768px) {
	/**-----WP Editor Content Styles-----**/
	.oxy-stock-content-styles h2 {
		font-size: 24px;
	}
	
	.oxy-stock-content-styles h3 {
		font-size: 20px;
	}
	
	.oxy-stock-content-styles thead td {
		font-size: 18px !important;
	}
	
	.oxy-stock-content-styles iframe {
		height: 240px;
	}
	
	.oxy-stock-content-styles .wp-block-media-text.is-stacked-on-mobile {
		display: flex;
		flex-direction: column;
	}
	
	.oxy-stock-content-styles .wp-block-media-text .wp-block-media-text__content {
		padding: 32px 0;
	}
	
	/**-----Utility Classes-----**/
	
	/**Header**/
	.oxy-header-right {
		width: 100%;
		justify-content: space-between !important;
	}
	
	/**Section Padding**/
	.ct-section-inner-wrap {
		padding: 16px;
	}
	
	/**Tables**/
	th {
		line-height: 1.2;
	}
}

/**--------Small Phones--------**/
@media (max-width: 479px) {
	/**-----WP Editor Content Styles-----**/
	.oxy-stock-content-styles iframe {
		height: 180px;
	}
}

@media only screen and (min-width: 1025px) {
	.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 80px;
	}
}

.gform_required_legend {
	display: none;
}

.gform_fields textarea {
	font-family: Lato;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, .9);
}

.gform_fields input {
	border-radius: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: rgba(255, 255, 255, .9);
}

.gform_button.button:hover {
	background-color: #c39e06;
}

.gform_button.button {
	font-family: Lato;
	color: #fff;
	background-color: #70976a;
	border-radius: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 12px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .5px;
}
