/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.7
Tested up to: 7.1
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */



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

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	 font-family: "Inter", sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
		 font-family: "Inter", sans-serif;
}

a {
	color: #ca3c08;
	text-decoration: none;
}

a:visited {
	color: #b4a5ff;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	 font-family: "Inter", sans-serif;
	line-height: 1.3;
	color: #333968;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	 font-family: "Inter", sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	 font-family: "Inter", sans-serif;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre code {
	font-size: inherit;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

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

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

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

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

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

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

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Custom gradient block backgrounds */
.has-autumn-brown-gradient-background {
	background: linear-gradient(135deg, rgba(226,45,15,1) 0%, rgba(158,25,13,1) 100%);
}
.has-sunset-yellow-gradient-background {
	background: linear-gradient(135deg, rgba(233,139,41,1) 0%, rgba(238,179,95,1) 100%);
}
.has-light-sky-gradient-background {
	background: linear-gradient(135deg,rgba(228,228,228,1.0) 0%,rgba(208,225,252,1.0) 100%);
}
.has-dark-sky-gradient-background {
	background: linear-gradient(135deg,rgba(0,0,0,1.0) 0%,rgba(56,61,69,1.0) 100%);
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip-path: inset(50%);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	 font-family: "Inter", sans-serif;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

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

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

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

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px ryon;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(50%);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip-path: none;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


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

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 100%;
	padding: 0 20px 0 20px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


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

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


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

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

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

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

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

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

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


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

.site-main .widget-area {
	float: right;
	width: 300px;
}


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

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

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

/* Text widget */
.widget_text ul,
.widget_text ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

.widget_text li:last-child {
	padding-bottom: 0;
}

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

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

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

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	 font-family: "Inter", sans-serif;
    background-color: #ffffff;
    color: #3c3c3c;
    font-size: 14px;
    text-align: center;
}

/* Footer Headings */
.site-footer h3 {
	position: relative; 
	color:#3d4565;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 22px;
	padding: 10px 15px 10px !important;
}

/* Heading underline */ 
.site-footer h3::after {
	content: ""; 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #333968;
	border-radius: 10px;
	margin-left: 15px;
}

.site-footer p {
    font-size: 14px;
}

ul.footer-links {
    font-size: 14px;
    padding-left: 20px;
}

ul.footer-links>li {
    margin-bottom: 5px;
}

.footer-links a:hover {
  color: #a8cf45;
	text-decoration:none;
}

.site-footer .widget-area,
.sidebar .site-footer {
	 font-family: "Inter", sans-serif;
	text-align: left;
}

.site-footer a {
	color: #3c3c3c;
	font-size:14px;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

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

.footer-social {
	display: flex;
	align-items: center;
	gap: 9px; 
	margin-top: 15px;
} 

.footer-social a {
	width: 34px; 
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #333968;
	border: 1px solid #dce7e3;
	border-radius: 50%;
	text-decoration: none;
	transition: all 0.3s ease;
} 

.footer-social a:hover {
	background: #3d4581; 
	color: #ffffff;
	border-color: #2d9b72; 
	transform: translateY(-3px); 
}

.footer-bottom {
    border-top: 1px solid #0d5575;
}
/**
 * 8.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;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content, 
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
		clip-path: inset(50%);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

 .btn-primary-custom {
    background: #0d5a99;
    border: 1px solid #0d5a99;
    color: #ffffff;
	 font-size:13px;
	 font-weight:600;
	 text-decoration:none;
}
 .btn-primary-custom:hover {
    background: #508ab9;
    border-color: #508ab9;
    color: #ffffff;
	 text-decoration:none;
    transform: translateY(-2px);
}

.oriyon-home p {
    line-height: 1.8;
}

.section-padding {
    padding: 90px 0;
}

.section-label {
    display: inline-block;
    color: #2d9b72;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.section-heading {
    max-width: 720px;
    margin: 0 auto;
}

.section-heading h2,
.section-heading-left h2,
.oriyon-why h2 {
    color: #333968;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 18px !important;
}

.section-heading h2 span,
.section-heading-left h2 span,
.oriyon-why h2 span {
    color: #333968;
}

.section-heading p {
    max-width: 550px;
    margin: 0 auto;
} 

/*  Hero Section */

.oriyon-homepage .oriyon-hero h1 {
    margin: 0 0 20px;
    color: #333968;
    font-size: 54px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.oriyon-homepage .oriyon-hero h1 span {
    display: block;
    color: #fff;
}

/* Hero Paragraph */
.oriyon-homepage .oriyon-hero p {
    max-width: 560px;
    margin: 0 0 30px;
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
}

/* Buttons */
.oriyon-homepage .hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.oriyon-homepage .btn-primary-custom,
.oriyon-homepage .btn-outline-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 26px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Primary Button */
.oriyon-homepage .btn-primary-custom {
    background: #0d5a99;
    border: 1px solid #0d5a99;
    color: #ffffff;
}

.oriyon-homepage .btn-primary-custom:hover {
    background: #508ab9;
    border-color:#508ab9;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Outline Button */
.oriyon-homepage .btn-outline-custom {
    background: transparent;
    border: 1px solid #333968;
    color: #333968;
}

.oriyon-homepage .btn-outline-custom:hover {
    background: #333968;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Hero Image */
.oriyon-homepage .hero-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.oriyon-homepage .hero-image img {
    width: 100%;
    max-width: 560px;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.oriyon-homepage .hero-image:hover img {
    transform: translateY(-8px);
}


/* TABLET */

@media (max-width: 991px) {

    .oriyon-homepage .oriyon-hero {
        padding: 70px 0;
    }

    .oriyon-homepage .oriyon-hero h1 {
        font-size: 44px;
    }

    .oriyon-homepage .oriyon-hero p {
        font-size: 16px;
    }

    .oriyon-homepage .hero-image {
        padding-left: 10px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .oriyon-homepage .oriyon-hero {
        padding: 55px 0;
        text-align: center;
    }

    .oriyon-homepage .oriyon-hero .hero-subtitle {
        padding-left: 0;
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .oriyon-homepage .oriyon-hero .hero-subtitle::before {
        display: none;
    }

    .oriyon-homepage .oriyon-hero h1 {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .oriyon-homepage .oriyon-hero p {
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.7;
    }

    .oriyon-homepage .hero-buttons {
        justify-content: center;
    }

    .oriyon-homepage .hero-image {
        margin-top: 40px;
        padding-left: 0;
    }

    .oriyon-homepage .hero-image img {
        max-width: 420px;
    }
}


/* Small Mobile */
@media (max-width: 480px) {

    .oriyon-homepage .oriyon-hero h1 {
        font-size: 31px;
    }

    .oriyon-homepage .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .oriyon-homepage .btn-primary-custom,
    .oriyon-homepage .btn-outline-custom {
        width: 100%;
    }

    .oriyon-homepage .hero-image {
        margin-top: 30px;
    }
}

/* Section Subtitle */
.oriyon-homepage .section-subtitle, .oriyon-homepage .hero-subtitle  {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: 10px;
    position: relative;
    padding-left: 38px;
}

/* Small decorative line */
.oriyon-homepage .section-subtitle::before,
.oriyon-homepage .hero-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 28px;
    height: 2px;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 2px;
}

/* Centered section subtitles */
.oriyon-homepage .text-center .section-subtitle {
    padding-left: 0;
}

.oriyon-homepage .text-center .section-subtitle::before {
    display: none;
}


/*  ABOUT */

.oriyon-about {
    background: #ffffff;
}

.about-image-wrapper {
    position: relative;
    padding-right: 35px;
    padding-bottom: 35px;
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.about-image img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
}

.about-experience {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 190px;
    padding: 22px 25px;
    background: #2d9b72;
    border-radius: 7px;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(45, 155, 114, 0.2);
}

.about-experience strong {
    display: block;
    font-size: 23px;
    line-height: 1.2;
}

.about-experience span {
    font-size: 12px;
}

.section-heading-left p {
    margin-bottom: 14px;
}

.about-points {
    margin-top: 25px;
}

.about-point {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #405158;
    font-weight: 500;
}

.about-point i {
    color: #2d9b72;
    font-size: 17px;
}


/* Our EXPERTISE */

.oriyon-expertise {
    background: #a8cf45;
}

.expertise-card {
    height: 100%;
    padding: 35px 30px;
    background: #ffffff;
    border: 1px solid #e3ece8;
    border-radius: 9px;
    transition: all 0.35s ease;
}

.expertise-card:hover {
    transform: translateY(-7px);
    border-color: #bcded1;
    box-shadow: 0 18px 40px rgba(24, 63, 56, 0.08);
}

.expertise-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    border-radius: 8px;
    background: #eaf6f1;
    color: #0d5a99;
    font-size: 23px;
}

.expertise-card h3 {
    color: #1c3f38;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 14px;
}

.expertise-card p {
    margin-bottom: 22px;
}

.expertise-card a {
    color:#0d5a99;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.expertise-card a i {
    margin-left: 5px;
    font-size: 10px;
    transition: all 0.3s ease;
}

.expertise-card:hover a i {
    margin-left: 9px;
}

/* PRODUCT CATEGORY HORIZONTAL SLIDER */

.category-slider-wrapper {
    position: relative;
    padding: 0 45px;
}

.category-slider {
    width: 100%;
    overflow: hidden;
}

.category-slider-track {
    display: flex;
    gap: 24px;
    width: max-content;
    transition: transform 0.6s ease;
    will-change: transform;
}

.oriyon-testimonials{
    background:#f8faf5;
    position:relative;
}

.oriyon-testimonials .section-heading{
    max-width:700px;
    margin:0 auto 50px;
}

.oriyon-testimonials .section-subtitle{
    display:inline-block;
    color:#a8cf45;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:10px;
}

.oriyon-testimonials h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.oriyon-testimonials h2 span{
    color:#a8cf45;
}

.oriyon-testimonials p{
    color:#666;
}

.testimonial-slider-wrapper{
    margin-top:20px;
}

.product-category-slide {
    flex: 0 0 calc((100vw - 120px) / 4);
    max-width: 300px;
}

.product-category-card {
    height: 100%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.product-category-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
}

.category-image {
    height: 220px;
    overflow: hidden;
    background: #f7f9f8;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-category-card:hover .category-image img {
    transform: scale(1.06);
}

.category-content {
    padding: 22px 20px 24px;
	background-color:#333968;
}

.category-content h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #fff;
}

.category-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color:#a8cf45;
    transition: all 0.3s ease;
}

.category-content a i {
    transition: transform 0.3s ease;
}

.category-content a:hover {
    color: #fff;
}

.category-content a:hover i {
    transform: translateX(5px);
}


/* SLIDER BUTTONS */

.category-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #bbbbbb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.category-slider-btn:hover {
    background: #027936;
    transform: translateY(-50%) scale(1.08);
}

.category-slider-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.category-prev {
    left: -40px;
}

.category-next {
    right: -40px;
}


/* TABLET */

@media (max-width: 992px) {

    .product-category-slide {
        flex: 0 0 calc((100vw - 100px) / 2);
        max-width: 330px;
    }

    .category-image {
        height: 210px;
    }

}


/* MOBILE */

@media (max-width: 576px) {

    .category-slider-wrapper {
        padding: 0 35px;
    }

    .category-slider-track {
        gap: 15px;
    }

    .product-category-slide {
        flex: 0 0 calc(100vw - 100px);
        max-width: none;
    }

    .category-image {
        height: 200px;
    }

    .category-content {
        padding: 18px 16px 20px;
    }

    .category-content h3 {
        font-size: 18px;
    }

    .category-slider-btn {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

}


/*  WHY CHOOSE US  */

.oriyon-why {
    background: #c8d9d1;
}

.oriyon-why h2 {
    max-width: 600px;
}

.why-list {
    margin-top: 30px;
}

.why-item {
    display: flex;
    gap: 17px;
    margin-bottom: 23px;
}

.why-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e4f3ed;
    color: #0d5a99;
    font-size: 18px;
}

.why-item h4 {
    color: #1c3f38;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
}

.why-item p {
    margin: 0;
    font-size: 14px;
}

.why-image {
    position: relative;
    padding-left: 25px;
}

.why-image img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.why-image-badge {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 16px 22px;
    background: #ffffff;
    border-radius: 7px;
    box-shadow: 0 12px 30px rgba(24, 63, 56, 0.13);
}

.why-image-badge > i {
    color: #2d9b72;
    font-size: 25px;
}

.why-image-badge strong,
.why-image-badge span {
    display: block;
}

.why-image-badge strong {
    color: #1c3f38;
    font-size: 14px;
}

.why-image-badge span {
    color: #77848a;
    font-size: 11px;
}


/*  STATS */

.oriyon-stats {
    padding: 60px 0;
    background: #1c3f38;
}

.stat-item {
    padding: 10px 15px;
    color: #ffffff;
}

.stat-item i {
    display: block;
    margin-bottom: 14px;
    color: #77c9a6;
    font-size: 28px;
}

.stat-item strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.stat-item span {
    display: block;
    color: #bdd3ca;
    font-size: 12px;
}


/* CTA */

.oriyon-cta {
    padding: 70px 0;
    background: linear-gradient(110deg, #333968, #a8cf45);
    color: #ffffff;
}

.cta-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #d5f1e5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.oriyon-cta h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.oriyon-cta p {
    max-width: 680px;
    margin: 0;
    color: #e1f1eb;
}


/*  TABLET */

@media (max-width: 992px) {

    .section-padding {
        padding: 70px 0;
    }

    .oriyon-hero {
        min-height: auto;
        padding: 50px 0;
    }

    .hero-content {
        padding: 30px 0;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-visual {
        min-height: 400px;
    }

    .hero-circle {
        width: 330px;
        height: 330px;
    }

    .hero-visual img {
        max-height: 350px;
    }

    .section-heading h2,
    .section-heading-left h2,
    .oriyon-why h2 {
        font-size: 34px;
    }

    .why-image {
        padding-left: 0;
    }

    .oriyon-cta h2 {
        font-size: 32px;
    }

}


/*  MOBILE */

@media (max-width: 768px) {

	* {
    overflow-x: clip;
}
    .section-padding {
        padding: 55px 0;
    }

    .oriyon-hero {
        padding: 30px 0 50px;
    }

    .hero-content {
        text-align: center;
        padding: 20px 0;
    }

    .hero-content h1 {
        font-size: 39px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-visual {
        min-height: 300px;
    }

    .hero-circle {
        width: 260px;
        height: 260px;
    }

    .hero-visual img {
        max-height: 270px;
    }

    .section-heading h2,
    .section-heading-left h2,
    .oriyon-why h2 {
        font-size: 30px;
    }

    .about-image-wrapper {
        padding-right: 15px;
        padding-bottom: 25px;
    }

    .about-image img {
        min-height: 300px;
    }

    .about-experience {
        padding: 15px 18px;
        min-width: 150px;
    }

    .about-experience strong {
        font-size: 19px;
    }

    .about-experience span {
        font-size: 10px;
    }

    .expertise-card {
        padding: 28px 24px;
    }

    .category-image {
        height: 210px;
    }

    .why-image img {
        min-height: 300px;
    }

    .why-image-badge {
        bottom: 20px;
        left: 15px;
    }

    .oriyon-stats {
        padding: 45px 0;
    }

    .stat-item {
        padding: 12px;
    }

    .oriyon-cta {
        padding: 55px 0;
        text-align: center;
    }

    .oriyon-cta h2 {
        font-size: 29px;
    }

}

/* SMALL MOBILE */

@media (max-width: 575px) {

    .oriyon-home .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .section-heading h2,
    .section-heading-left h2,
    .oriyon-why h2 {
        font-size: 27px;
    }

    .about-image img {
        min-height: 250px;
    }

    .why-item {
        gap: 12px;
    }

    .why-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
		color:#0d5a99;
    }

    .why-image-badge {
        padding: 12px 15px;
    }

    .oriyon-cta h2 {
        font-size: 26px;
    }

}


/* ORIYON HEALTHCARE - Inner Pages Breadcrumb */

.oriyon-breadcrumb {
position: relative;
padding: 40px 0;
background:  linear-gradient(28deg,rgba(168, 207, 69, 1) 42%, rgba(51, 57, 104, 1) 100%);
border-bottom: 1px solid #e6eee4;
}

.oriyon-breadcrumb .container {
position: relative;
z-index: 2;
}

.oriyon-breadcrumb .breadcrumb-content {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
margin: 0;
font-size: 24px;
line-height: 1.5;
}

.oriyon-breadcrumb a {
color: #333968;
font-weight: 600;
text-decoration: none;
transition: color 0.3s ease;
}

.oriyon-breadcrumb a:hover {
color: #237914;
}

.oriyon-breadcrumb .breadcrumb-separator {
color:#ffffff;
font-size: 14px;
}

.oriyon-breadcrumb .breadcrumb-current {
color: #ffffff;
font-weight: 500;
}

/* OPTIONAL: INNER PAGE TITLE AREA */

.oriyon-breadcrumb .oriyon-inner-title {
position: relative;
padding: 65px 0;
background:
radial-gradient(
circle at 85% 30%,
rgba(47, 155, 25, 0.10),
transparent 30%
),
linear-gradient(
135deg,
#f5fbf3 0%,
#ffffff 100%
);
overflow: hidden;
}

.oriyon-breadcrumb .oriyon-inner-title::after {
content: "";
position: absolute;
right: -100px;
top: -150px;
width: 350px;
height: 350px;
border: 60px solid rgba(47, 155, 25, 0.05);
border-radius: 50%;
}

.oriyon-breadcrumb  .oriyon-inner-title h1 {
position: relative;
z-index: 1;
margin: 0;
color: #333968;
font-size: clamp(34px, 4vw, 52px);
font-weight: 700;
line-height: 1.2;
}

 .oriyon-breadcrumb .oriyon-inner-title h1 span {
color: #2f9b19;
}

/* MOBILE */

@media (max-width: 768px) {

.oriyon-breadcrumb {
    padding: 14px 0;
}

.oriyon-breadcrumb .breadcrumb-content {
    font-size: 13px;
    gap: 8px;
}

 .oriyon-breadcrumb  .oriyon-inner-title {
    padding: 45px 0;
}

 .oriyon-breadcrumb .oriyon-inner-title h1 {
    font-size: 34px;
}

}


/* About Us Page */


.oriyon-about-page .container {
position: relative;
z-index: 2;
}

 .section-subtitle {
display: inline-block;
margin-bottom: 12px;
color: #cd932d;
font-size: 13px;
font-weight: 700;
letter-spacing: 2px;
line-height: 1.4;
text-transform: uppercase;
}


h1,
h2 {
margin-top: 0;
font-weight: 700;
line-height: 1.15;
}

 h1 span,
 h2 span {
color:#a8cf45;
}

.oriyon-about-page p {
margin-bottom: 16px;
color: var(--oriyon-text);
font-size: 16px;
line-height: 1.8;
}

/* ABOUT HERO */

.oriyon-about-page .about-hero {
position: relative;
display: flex;
align-items: center;
min-height: 570px;
padding: 90px 0;
background:
radial-gradient(
circle at 85% 20%,
rgba(47, 155, 25, 0.12),
transparent 30%
),
linear-gradient(135deg,#f5fbf3 0%,#ffffff 65%);
}

.oriyon-about-page .about-hero::before {
content: "";
position: absolute;
top: -180px;
right: -180px;
width: 500px;
height: 500px;
border: 1px solid rgba(47, 155, 25, 0.10);
border-radius: 50%;
}

.oriyon-about-page .about-hero::after {
content: "";
position: absolute;
right: 8%;
bottom: 30px;
width: 100px;
height: 100px;
border: 15px solid rgba(47, 155, 25, 0.06);
border-radius: 50%;
}

.oriyon-about-page .about-hero h1 {
max-width: 700px;
margin-bottom: 25px;
font-size: clamp(42px, 5vw, 68px);
letter-spacing: -1.5px;
}

.oriyon-about-page .about-hero p {
max-width: 650px;
margin-bottom: 0;
font-size: 18px;
line-height: 1.8;
}

.oriyon-about-page .about-hero-image {
position: relative;
display: flex;
justify-content: center;
align-items: center;
min-height: 390px;
}

.oriyon-about-page .about-hero-image::before {
content: "";
position: absolute;
width: 370px;
height: 370px;
background: var(--oriyon-light-green);
border-radius: 50%;
z-index: 0;
}

.oriyon-about-page .about-hero-image img {
position: relative;
z-index: 1;
max-width: 460px;
width: 100%;
object-fit: contain;
filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.10));
animation: oriyonFloat 5s ease-in-out infinite;
}

@keyframes oriyonFloat {
0%,
100% {
transform: translateY(0);
}

50% {
    transform: translateY(-10px);
}

}

/* ABOUT INTRO */

.oriyon-about-page .about-intro {
position: relative;
}

.oriyon-about-page .about-intro h2 {
max-width: 600px;
margin-bottom: 25px;
font-size: clamp(34px, 4vw, 48px);
}

.oriyon-about-page .about-intro p {
max-width: 650px;
}

.oriyon-about-page .about-intro strong {
color: var(--oriyon-dark);
}

/* COMMITMENT BOX */

.oriyon-about-page .about-content-box {
position: relative;
padding: 45px;
background: #f7fbf6;
border: 1px solid var(--oriyon-border);
border-radius: 20px;
overflow: hidden;
}

.oriyon-about-page .about-content-box::before {
content: "";
position: absolute;
top: 0;
right: 0;
width: 130px;
height: 130px;
background: rgba(47, 155, 25, 0.08);
border-radius: 0 0 0 100%;
}

.oriyon-about-page .about-content-box h3 {
position: relative;
margin-bottom: 18px;
font-size: 27px;
}

.oriyon-about-page .about-content-box > p {
position: relative;
font-size: 15px;
}

/* COMMITMENT ITEMS */

.oriyon-about-page .commitment-list {
position: relative;
margin-top: 30px;
}

.oriyon-about-page .commitment-item {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 22px 0;
border-top: 1px solid var(--oriyon-border);
}

.oriyon-about-page .commitment-item:last-child {
padding-bottom: 0;
}

.oriyon-about-page .commitment-item > span {
flex: 0 0 48px;
display: flex;
justify-content: center;
align-items: center;
width: 48px;
height: 48px;
border-radius: 50%;
background: #fff;
color: #333968;
font-size: 13px;
font-weight: 700;
}

.oriyon-about-page .commitment-item h4 {
margin: 2px 0 7px;
font-size: 18px;
font-weight: 700;
}

.oriyon-about-page .commitment-item p {
margin: 0;
font-size: 14px;
line-height: 1.7;
}

/* GROWTH SECTION */

.oriyon-about-page .about-growth {
position: relative;
}

.oriyon-about-page .about-growth h2 {
max-width: 600px;
margin-bottom: 25px;
font-size: clamp(34px, 4vw, 48px);
}

.oriyon-about-page .about-growth p {
max-width: 650px;
}

/* GROWTH HIGHLIGHT */

.oriyon-about-page .growth-highlight {
position: relative;
margin-left: 30px;
padding: 45px;
background: var(--oriyon-dark);
border-radius: 20px;
overflow: hidden;
}

.oriyon-about-page .growth-highlight::before {
content: "";
position: absolute;
top: -100px;
right: -100px;
width: 280px;
height: 280px;
border: 50px solid rgb(25, 41, 155, 0.18);
border-radius: 50%;
}

.oriyon-about-page .growth-highlight .growth-icon {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 58px;
height: 58px;
margin-bottom: 18px;
border-radius: 50%;
background: #e7e9f5;
color:#333968;
font-size: 21px;
}

.oriyon-about-page .growth-highlight h3 {
position: relative;
margin-bottom: 10px;
color: #303981;
font-size: 23px;
}

.oriyon-about-page .growth-highlight p {
position: relative;
margin-bottom: 0;
color: #141414;
font-size: 14px;
line-height: 1.75;
}

.oriyon-about-page .growth-line {
width: 100%;
height: 1px;
margin: 35px 0;
background: rgba(255, 255, 255, 0.12);
}

/* VISION / MISSION */

.oriyon-about-page .about-vision-mission {
background: #f6faf5;
}

.oriyon-about-page .vision-card,
.oriyon-about-page .mission-card {
position: relative;
height: 100%;
padding: 50px;
border-radius: 20px;
overflow: hidden;
}

.oriyon-about-page .vision-card {
background: var(--oriyon-primary);
}

.oriyon-about-page .mission-card {
background: #ffffff;
border: 1px solid var(--oriyon-border);
}

.oriyon-about-page .vision-card::after,
.oriyon-about-page .mission-card::after {
content: "";
position: absolute;
right: -70px;
bottom: -90px;
width: 230px;
height: 230px;
border: 55px solid rgba(255, 255, 255, 0.08);
border-radius: 50%;
}

.oriyon-about-page .card-label {
position: relative;
z-index: 1;
display: inline-block;
margin-bottom: 18px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}

.oriyon-about-page .vision-card .card-label {
color:#cd932d;
}

.oriyon-about-page .mission-card .card-label {
color: #cd932d;
}

.oriyon-about-page .vision-card h2,
.oriyon-about-page .mission-card h2 {
position: relative;
z-index: 1;
margin-bottom: 20px;
font-size: 32px;
}

.oriyon-about-page .vision-card h2 {
color: #62699e;
}

.oriyon-about-page .mission-card h2 {
color:#88b710;
}

.oriyon-about-page .vision-card p,
.oriyon-about-page .mission-card p {
position: relative;
z-index: 1;
margin: 0;
font-size: 15px;
}

.oriyon-about-page .vision-card p {
color: #2a2929;
}

/* BUTTONS */

.oriyon-about-page .btn {
display: inline-flex;
justify-content: center;
align-items: center;
min-height: 52px;
margin: 5px;
padding: 13px 28px;
border-radius: 7px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition:
background 0.3s ease,
color 0.3s ease,
border-color 0.3s ease,
transform 0.3s ease,
box-shadow 0.3s ease;
}

.oriyon-about-page .btn-primary {
background: var(--oriyon-primary);
border: 1px solid var(--oriyon-primary);
color: #ffffff;
}

.oriyon-about-page .btn-primary:hover {
background: var(--oriyon-primary-dark);
border-color: var(--oriyon-primary-dark);
color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(47, 155, 25, 0.20);
}

.oriyon-about-page .btn-outline-primary {
background: transparent;
border: 1px solid var(--oriyon-primary);
color: var(--oriyon-primary);
}

.oriyon-about-page .btn-outline-primary:hover {
background: var(--oriyon-primary);
border-color: var(--oriyon-primary);
color: #ffffff;
transform: translateY(-2px);
}

/* TABLET */

@media (max-width: 991.98px) {

.oriyon-about-page .about-hero {
    min-height: auto;
    padding: 75px 0;
}

.oriyon-about-page .about-hero h1 {
    font-size: 50px;
}

.oriyon-about-page .about-hero-image {
    min-height: 330px;
    margin-top: 35px;
}

.oriyon-about-page .about-hero-image::before {
    width: 300px;
    height: 300px;
}

.oriyon-about-page .about-content-box {
    margin-top: 25px;
}

.oriyon-about-page .growth-highlight {
    margin-top: 40px;
    margin-left: 0;
}

.oriyon-about-page .vision-card,
.oriyon-about-page .mission-card {
    padding: 40px;
}


}

/* MOBILE */

@media (max-width: 767.98px) {

.oriyon-about-page .about-hero {
    padding: 55px 0 65px;
    text-align: center;
}

.oriyon-about-page .about-hero h1 {
    font-size: 40px;
    letter-spacing: -0.5px;
}

.oriyon-about-page .about-hero p {
    font-size: 15px;
}

.oriyon-about-page .about-hero-image {
    min-height: 270px;
    margin-top: 25px;
}

.oriyon-about-page .about-hero-image::before {
    width: 250px;
    height: 250px;
}

.oriyon-about-page .about-intro,
.oriyon-about-page .about-growth,
.oriyon-about-page .about-vision-mission {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.oriyon-about-page .about-intro h2,
.oriyon-about-page .about-growth h2,
.oriyon-about-page .section-heading h2 {
    font-size: 32px;
}

.oriyon-about-page p {
    font-size: 15px;
    line-height: 1.7;
}

.oriyon-about-page .about-content-box {
    padding: 30px 25px;
    border-radius: 15px;
}

.oriyon-about-page .commitment-item {
    gap: 14px;
}

.oriyon-about-page .commitment-item > span {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
}

.oriyon-about-page .growth-highlight {
    padding: 30px 25px;
    border-radius: 15px;
}

.oriyon-about-page .vision-card,
.oriyon-about-page .mission-card {
    padding: 35px 28px;
    border-radius: 15px;
}

.oriyon-about-page .vision-card h2,
.oriyon-about-page .mission-card h2 {
    font-size: 28px;
}


}

/* SMALL MOBILE */

@media (max-width: 480px) {

.oriyon-about-page .about-hero h1 {
    font-size: 34px;
}

.oriyon-about-page .about-hero-image {
    min-height: 220px;
}

.oriyon-about-page .about-hero-image::before {
    width: 210px;
    height: 210px;
}

.oriyon-about-page .section-subtitle {
    font-size: 11px;
    letter-spacing: 1.5px;
}

.oriyon-about-page .about-intro h2,
.oriyon-about-page .about-growth h2,
.oriyon-about-page .section-heading h2 {
    font-size: 29px;
}

.oriyon-about-page .about-content-box {
    padding: 25px 20px;
}

.oriyon-about-page .commitment-item h4 {
    font-size: 16px;
}

.oriyon-about-page .commitment-item p {
    font-size: 13px;
}

.oriyon-about-page .product-info-card h3 {
    font-size: 18px;
}

.oriyon-about-page .vision-card,
.oriyon-about-page .mission-card {
    padding: 30px 22px;
}

}


/* contact US */

.section-heading p {
max-width: 650px;
margin: auto;
}

/* CONTACT INFO */
 .contact-main {
  padding-bottom: 30px !important;
    background: #eef5f0;
}
 .contact-info-box {
height: 100%;
padding: 45px;
background: var(--oriyon-dark);
border-radius: 20px;
overflow: hidden;
}
 .contact-info-box h2 {
color:#333968;
}

 .contact-info-box h2 span {
color: #a8cf45;
}
.contact-info-box > p {
color: #1f1f1f;
font-size: 15px;
}

/* CONTACT ITEMS */

.contact-info-item {
display: flex;
align-items: flex-start;
gap: 18px;
padding: 22px 0;
border-top: 1px solid rgba(255,255,255,.10);
}
 .contact-info-item {
margin-top: 25px;
}

 .contact-icon {
flex: 0 0 48px;
width: 48px;
height: 48px;
display: flex;
justify-content: center;
align-items: center;
background: #e2e8fc;
color:#333968;
border-radius: 50%;
font-size: 17px;

}
 .contact-info-item h4 {
margin: 0 0 5px;
color: #333968;
font-size: 16px;
font-weight: 600;
}
.contact-info-item p {
margin: 0;
color: #1b1b1b;
font-size: 14px;
line-height: 1.7;
}
.contact-info-item a {
color:  #1b1b1b;
font-size: 14px;
text-decoration: none;
transition: .3s;
}

/* CONTACT FORM BOX */
 .contact-form-box {
height: auto;
padding: 45px;
background: #ffffff;
border: 1px solid var(--oriyon-border);
border-radius: 20px;
box-shadow: 0 15px 45px rgba(30,70,35,.06);
}

 .form-intro {
margin-bottom: 30px;
font-size: 15px;
}

/* CF7 FORM */

 .oriyon-cf7-form {
margin-top: 25px;
}

.form-group {
margin-bottom: 20px;
}

 .form-group label {
display: block;
margin-bottom: 8px;
color: var(--oriyon-dark);
font-size: 14px;
font-weight: 600;
}

 .form-group input,
.form-group textarea, .form-group select {
width: 100%;
padding: 14px 16px;
background: #f8faf8;
border: 1px solid #dfe8df;
border-radius: 7px;
outline: none;
color: var(--oriyon-dark);
font-size: 14px;
transition: .3s;
}

 .form-group input {
height: 50px;
}

 .form-group textarea {
min-height: 140px;
resize: vertical;
}

 .form-group input,
 .form-group textarea,
 .form-group select {
background: #ffffff;
border-color: #0d5a99;
box-shadow: 0 0 0 3px rgba(47,155,25,.08);
}

.oriyon-cf7-form input[type="submit"] {
width: auto;
min-width: 160px;
height: 52px;
padding: 13px 28px;
border: 1px solid #0d5a99;
border-radius: 7px;
background: #0d5a99;
color: #ffffff;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: .3s;
}

.oriyon-cf7-form input[type="submit"] {
background: #0d5a99;
border-color:#0d5a99;
transform: translateY(-2px);
}

/* CF7 validation */
 .wpcf7-not-valid {
border-color: #dc3545 !important;
}

 .wpcf7-not-valid-tip {
margin-top: 5px;
font-size: 12px;
}
 .wpcf7-response-output {
margin: 20px 0 0 !important;
padding: 12px 15px !important;
border-radius: 6px;
font-size: 13px;
}

/* PCD Pharma Page */ 
.pcd-section-heading > span,
.pcd-section-title > span, 
.pcd-small-title { 
	display: inline-block;
	margin-bottom: 12px;
	color: #cd932d;
	font-size: 12px;
	font-weight: 700; 
	letter-spacing: 1.8px;
} 

.pcd-section-heading h2,
.pcd-section-title h2,
.pcd-benefit-content h2 {
	margin: 0 0 20px;
	font-size: clamp(30px, 4vw, 44px);
	line-height: 1.2; 
	font-weight: 700; 
} 

.pcd-section-heading h2 strong,
.pcd-section-title h2 strong,
.pcd-benefit-content h2 strong { 
	color: var(--oriyon-primary);
} 

.pcd-section-title { 
	max-width: 760px;
	margin: 0 auto 55px;
} 

.pcd-section-title p {
	max-width: 650px;
	margin: auto;
}

/* INTRO */

.oriyon-pcd-intro {
    padding: 40px 0;
    background: #fff;
}

.oriyon-pcd-intro p {
    margin-bottom: 16px;
}

.pcd-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: var(--oriyon-primary);
    font-size: 14px;
    font-weight: 700;
}

.pcd-text-link:hover {
    color: var(--oriyon-primary-dark);
}

.pcd-text-link i {
    transition: transform .3s ease;
}

.pcd-text-link:hover i {
    transform: translateX(5px);
}


/* INTRO CARD */

.pcd-intro-card {
    position: relative;
    margin-left: 35px;
    padding: 42px;
    background: var(--oriyon-dark);
    border-radius: 14px;
    overflow: hidden;
}

.pcd-intro-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(25, 85, 155, .15);
    right: -70px;
    bottom: -70px;
}

.pcd-intro-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    margin-bottom: 25px;
    border-radius: 10px;
    background: rgba(25, 38, 155,.15);
    color:#333968;
    font-size: 27px;
}

.pcd-intro-card h3 {
    margin-bottom: 15px;
    color: #395368;
    font-size: 25px;
}

.pcd-intro-card p {
    color: #656765;
}

.pcd-mini-points {
    position: relative;
    z-index: 2;
    margin-top: 25px;
}

.pcd-mini-points div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: #767676;
    font-size: 14px;
}

.pcd-mini-points i {
    color: #333968;
}

/*  BENEFITS */

.oriyon-pcd-benefits {
    padding: 40px 0;
    background: #fff;
}

.pcd-benefit-image {
    padding-right: 45px;
}

.pcd-image-box {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 14px;
    background:radial-gradient( circle at center, rgba(25, 53, 155,.18), transparent 50% ), #ebf4f8;
    color:#333968;
}

.pcd-image-box i {
    font-size: 90px;
}

.pcd-image-box span {
    font-size: 20px;
    font-weight: 700;
}

.pcd-benefit-content {
    padding-left: 20px;
}

.pcd-benefit-content > p {
    max-width: 650px;
    margin-bottom: 30px;
}

.pcd-benefit-list {
    display: grid;
    gap: 18px;
}

.pcd-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.pcd-benefit-item > span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    border-radius: 50%;
    background: var(--oriyon-light-green);
    color: var(--oriyon-primary);
}

.pcd-benefit-item h4 {
    margin: 0 0 4px;
    font-size: 17px;
}

.pcd-benefit-item p {
    margin: 0;
    font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 991px) {

  

    .oriyon-pcd-intro,
    .oriyon-pcd-benefits {
        padding: 75px 0;
    }

    .pcd-benefit-image {
        padding-right: 0;
        margin-bottom: 45px;
    }

    .pcd-benefit-content {
        padding-left: 0;
    }

    .pcd-process-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 767px) {

    .oriyon-pcd-benefits {
        padding: 65px 0;
    }

    .oriyon-pcd-why {
        padding: 65px 0;
    }

    .pcd-section-title {
        margin-bottom: 35px;
    }

    .pcd-intro-card {
        padding: 30px 25px;
    }

    .pcd-image-box {
        min-height: 300px;
    }

    .pcd-image-box i {
        font-size: 65px;
    }

    .pcd-process-wrapper {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 575px) {

    .pcd-section-heading h2,
    .pcd-section-title h2,
    .pcd-benefit-content h2 {
        font-size: 30px;
    }

    .pcd-feature-card {
        padding: 28px 22px;
    }
}

/* Company Profile Page */

.oriyon-company-content {
    max-width: 1070px;
    margin: 0 auto;
}


/* Paragraph */

.oriyon-company-content > p {
    margin: 0 0 15px;
    color: #626b63;
    font-size: 15px;
    line-height: 1.9;
}

.oriyon-company-content p strong {
    color: #17251a;
    font-weight: 700;
}


/* Heading */

.oriyon-company-content > h3 {
    margin: 0 0 22px;

    color:#333968;

    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}

.oriyon-company-content > h3::after {
    content: "";

    display: block;

    width: 50px;
    height: 3px;

    margin-top: 10px;

    border-radius: 5px;

    background: #2f9b19;
}


/* TABLE */

.oriyon-company-table-wrap {
    width: 100%;

    overflow-x: auto;

    border: 1px solid #e3ebe3;
    border-radius: 10px;

    background: #fff;

    box-shadow: 0 10px 30px rgba(23, 37, 26, .05);
}

.oriyon-company-table {
    width: 100%;

    margin: 0;

    border-collapse: collapse;

    background: #fff;
}


/* Table cells */

.oriyon-company-table td {
    padding: 17px 20px;

    border-bottom: 1px solid #e6eee5;

    color: #626b63;

    font-size: 14px;
    line-height: 1.5;

    vertical-align: middle;
}


/* First column */

.oriyon-company-table td:first-child {
    width: 42%;

    background: #f5faf3;

    color: #17251a;

    font-weight: 600;
}


/* Second column */

.oriyon-company-table td:last-child {
    width: 58%;

    background: #fff;
}


/* Remove last border */

.oriyon-company-table tr:last-child td {
    border-bottom: 0;
}


/* Hover */

.oriyon-company-table tr {
    transition: background .25s ease;
}

.oriyon-company-table tr:hover td:first-child {
    background: #edf8ea;
}

.oriyon-company-table tr:hover td:last-child {
    background: #fcfefb;
}


/* RESPONSIVE */

@media (max-width: 767px) {

    .oriyon-company-content > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .oriyon-company-content > h3 {
        font-size: 21px;
    }

    .oriyon-company-table {
        min-width: 650px;
    }

    .oriyon-company-table td {
        padding: 14px 16px;
        font-size: 13px;
    }

}

/*  SMALL MOBILE */

@media (max-width: 575px) {

    .oriyon-company-table-wrap {
        border-radius: 8px;
    }

    .oriyon-company-table td {
        padding: 13px 14px;
    }
}

/* Archive Product Page */
.oriyon-products-page {
    background: #fff;
}


/* PAGE HEADER */

.oriyon-products-header {
    padding: 75px 0;
    background: #f5faf3;
    border-bottom: 1px solid #e6eee4;
}

.oriyon-products-header-content {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.oriyon-products-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #2f9b19;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.oriyon-products-header h1 {
    margin: 0 0 15px;
    color: #333968;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
}

.oriyon-products-header p {
    max-width: 650px;
    margin: 0 auto;
    color: #626b63;
    font-size: 16px;
    line-height: 1.8;
}


/* PRODUCTS SECTION */

.oriyon-products-section {
    padding: 75px 0;
}

.oriyon-products-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.oriyon-result-count {
    color: #626b63;
    font-size: 14px;
    font-weight: 500;
}


/* PRODUCT GRID */

.oriyon-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* PRODUCT CARD */

.oriyon-product-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3ebe3;
    border-radius: 10px;
    transition: all .3s ease;
}

.oriyon-product-card:hover {
    transform: translateY(-5px);
    border-color: #cfe5ca;
    box-shadow: 0 15px 35px rgba(23, 37, 26, .08);
}


/* PRODUCT IMAGE */

.oriyon-product-image {
    position: relative;
    overflow: hidden;
    height: 260px;
    background: #f7faf6;
}

.oriyon-product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.oriyon-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.oriyon-product-card:hover .oriyon-product-image img {
    transform: scale(1.05);
}


/* No image */

.oriyon-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    color: #7b857c;
    font-size: 13px;
    background: #f3f7f2;
}


/* PRODUCT CONTENT */

.oriyon-product-content {
    padding: 22px 20px 24px;
}

.oriyon-product-category {
    margin-bottom: 8px;
    color: #2f9b19;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.oriyon-product-title {
    min-height: 52px;
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
}

.oriyon-product-title a {
    color: #17251a;
    text-decoration: none;
    transition: color .3s ease;
}

.oriyon-product-title a:hover {
    color: #2f9b19;
}


/* PRICE */

.oriyon-product-price {
    margin-bottom: 18px;
    color: #2f9b19;
    font-size: 15px;
    font-weight: 700;
}

.oriyon-product-price del {
    color: #9aa29b;
    font-weight: 400;
}

.oriyon-product-price ins {
    text-decoration: none;
}


/* VIEW PRODUCT BUTTON */

.oriyon-product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #2f9b19;
    border-radius: 6px;
    color: #2f9b19;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.oriyon-product-btn span {
    font-size: 17px;
    line-height: 1;
    transition: transform .3s ease;
}

.oriyon-product-btn:hover {
    background:#a8cf45;
    color: #fff;
}

.oriyon-product-btn:hover span {
    transform: translateX(4px);
}


/* PAGINATION */

.oriyon-product-pagination {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.oriyon-product-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oriyon-product-pagination li {
    margin: 0;
    padding: 0;
}

.oriyon-product-pagination a,
.oriyon-product-pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #dce7da;
    border-radius: 6px;
    background: #fff;
    color: #17251a;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.oriyon-product-pagination a:hover {
    background:  #a8cf45;
    border-color: #2f9b19;
    color: #fff;
}

.oriyon-product-pagination .current {
    background: #a8cf45;
    border-color: #2f9b19;
    color: #fff;
}


/* NO PRODUCTS */

.oriyon-no-products {
    padding: 70px 20px;
    text-align: center;
    border: 1px solid #e3ebe3;
    border-radius: 10px;
    background: #f8fbf7;
}

.oriyon-no-products h2 {
    margin: 0 0 10px;
    color: #17251a;
    font-size: 26px;
}

.oriyon-no-products p {
    margin: 0;
    color: #626b63;
}


/* TABLET */

@media (max-width: 1199px) {

    .oriyon-products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .oriyon-products-header {
        padding: 55px 0;
    }

    .oriyon-products-header h1 {
        font-size: 34px;
    }

    .oriyon-products-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .oriyon-products-section {
        padding: 55px 0;
    }

    .oriyon-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .oriyon-product-image {
        height: 220px;
    }

    .oriyon-product-content {
        padding: 18px 15px 20px;
    }

    .oriyon-product-title {
        min-height: auto;
        font-size: 15px;
    }

}


/* SMALL MOBILE */

@media (max-width: 575px) {

    .oriyon-products-header h1 {
        font-size: 29px;
    }

    .oriyon-products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .oriyon-product-image {
        height: 280px;
    }

    .oriyon-product-content {
        padding: 20px;
    }

    .oriyon-product-title {
        font-size: 17px;
    }

    .oriyon-product-pagination ul {
        gap: 5px;
    }

    .oriyon-product-pagination a,
    .oriyon-product-pagination span {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 12px;
    }

}

/* Single-Product Page */


.oriyon-single-product-page {
    background: #fff;
}


/* PRODUCT SECTION */

.oriyon-single-product-section {
    padding: 75px 0;
}


/* PRODUCT GALLERY */

.oriyon-product-gallery {
    position: sticky;
    top: 30px;
}

.oriyon-main-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 520px;
    overflow: hidden;
    padding: 25px;
    border: 1px solid #e3ebe3;
    border-radius: 12px;
    background: #f7faf6;
}

.oriyon-main-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .4s ease;
}

.oriyon-main-product-image:hover img {
    transform: scale(1.03);
}

.oriyon-product-no-image {
    color: #7a847b;
    font-size: 14px;
}


/* THUMBNAILS */

.oriyon-product-thumbnails {
    display: flex;
    gap: 12px;
    margin-top: 15px;
    overflow-x: auto;
}

.oriyon-product-thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #dfe8df;
    border-radius: 7px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.oriyon-product-thumb:hover {
    border-color: #2f9b19;
}

.oriyon-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* PRODUCT DETAILS */

.oriyon-single-product-details {
    padding: 10px 0 0 20px;
}

.oriyon-single-product-category {
    margin-bottom: 12px;
    color: #a8cf45;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.oriyon-single-product-title {
    margin: 0 0 15px;
    color: #333968;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}

.oriyon-single-product-price {
    color: #2f9b19;
    font-size: 21px;
    font-weight: 700;
}

.oriyon-single-product-price del {
    margin-right: 5px;
    color: #8d958e;
    font-size: 16px;
    font-weight: 400;
}

.oriyon-single-product-price ins {
    text-decoration: none;
}


/* DIVIDER */

.oriyon-product-divider {
    width: 100%;
    height: 1px;
    margin: 25px 0;
    background: #e5ece4;
}


/* =========================================
   PRODUCT INFO
========================================= */

.oriyon-product-info-row {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid #edf1ec;
}

.oriyon-product-info-label {
    color: #333968;
    font-size: 14px;
    font-weight: 700;
}

.oriyon-product-info-value {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.7;
}

.oriyon-product-info-value a {
    color: #2f9b19;
    text-decoration: none;
}

.oriyon-product-info-value a:hover {
    color: #237914;
}


/*  DESCRIPTION */

.oriyon-product-description {
    margin-top: 25px;
}

.oriyon-product-description h3 {
    margin: 0 0 12px;
    color: #17251a;
    font-size: 20px;
    font-weight: 700;
}

.oriyon-product-description p {
    margin: 0 0 12px;
    color: #626b63;
    font-size: 15px;
    line-height: 1.85;
}

.oriyon-product-description ul,
.oriyon-product-description ol {
    margin: 15px 0;
    padding-left: 20px;
    color: #626b63;
}

.oriyon-product-description li {
    margin-bottom: 8px;
}


/* ENQUIRY BUTTON */

.oriyon-product-enquiry {
    margin-top: 30px;
}

.oriyon-enquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-width: 190px;
    padding: 14px 25px;
    border: 1px solid #2f9b19;
    border-radius: 7px;
    background: #a8cf45;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.oriyon-enquiry-btn span {
    font-size: 18px;
    transition: transform .3s ease;
}

.oriyon-enquiry-btn:hover {
    background: #a8cf45;
    border-color: #237914;
    color: #fff;
}

.oriyon-enquiry-btn:hover span {
    transform: translateX(4px);
}


/* RELATED PRODUCTS */

.oriyon-related-products {
    padding: 75px 0;
    background: #f7faf6;
    border-top: 1px solid #e7eee5;
}

.oriyon-section-heading {
    max-width: 650px;
    margin: 0 auto 40px;
    text-align: center;
}

.oriyon-section-heading > span {
    display: block;
    margin-bottom: 8px;
    color: #2f9b19;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.oriyon-section-heading h2 {
    margin: 0 0 12px;
    color: #17251a;
    font-size: 32px;
    font-weight: 700;
}

.oriyon-section-heading p {
    margin: 0;
    color: #626b63;
    font-size: 15px;
    line-height: 1.7;
}


/* RELATED CARD */

.oriyon-related-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid #e2ebe1;
    border-radius: 10px;
    background: #fff;
    transition: all .3s ease;
}

.oriyon-related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(23, 37, 26, .08);
}

.oriyon-related-image {
    height: 220px;
    overflow: hidden;
    background: #f4f8f3;
}

.oriyon-related-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.oriyon-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.oriyon-related-card:hover .oriyon-related-image img {
    transform: scale(1.05);
}

.oriyon-related-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #7b857c;
    font-size: 13px;
}


.oriyon-related-content {
    padding: 20px;
}

.oriyon-related-content h3 {
    min-height: 50px;
    margin: 0 0 0 18px;
    font-size: 16px;
    line-height: 1.5;
}

.oriyon-related-content h3 a {
    color: #17251a;
    text-decoration: none;
}

.oriyon-related-content h3 a:hover {
    color: #2f9b19;
}

.oriyon-related-btn {
    color: #2f9b19;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.oriyon-related-btn:hover {
    color: #237914;
}

.oriyon-no-related {
    margin: 0;
    color: #626b63;
    text-align: center;
}


/* TABLET */

@media (max-width: 991px) {

    .oriyon-single-product-section {
        padding: 55px 0;
    }

    .oriyon-product-gallery {
        position: static;
    }

    .oriyon-single-product-details {
        padding: 10px 0 0;
    }

    .oriyon-single-product-title {
        font-size: 32px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .oriyon-single-product-section {
        padding: 45px 0;
    }

    .oriyon-main-product-image {
        height: 400px;
    }

    .oriyon-single-product-title {
        font-size: 28px;
    }

    .oriyon-single-product-price {
        font-size: 19px;
    }

    .oriyon-product-info-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .oriyon-related-products {
        padding: 55px 0;
    }

    .oriyon-section-heading h2 {
        font-size: 27px;
    }

}


/* SMALL MOBILE */

@media (max-width: 575px) {

    .oriyon-main-product-image {
        height: 330px;
        padding: 15px;
    }

    .oriyon-product-thumb {
        flex-basis: 65px;
        width: 65px;
        height: 65px;
    }

    .oriyon-single-product-title {
        font-size: 25px;
    }

    .oriyon-product-enquiry {
        width: 100%;
    }

    .oriyon-enquiry-btn {
        width: 100%;
    }

}


/* Quality Policy */
.quality-main {
    padding: 40px 0;
    background: #ffffff;
}

.quality-main .container {
    position: relative;
}


/* QUALITY CONTENT */

.quality-content-info {
    padding-right: 35px;
}

.quality-content-info h2 {
    margin: 0 0 22px;
    color: #333968;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
}

.quality-content-info h2 span {
    color: #2f9b19;
}

.quality-content-info > p {
    margin: 0 0 25px;
    color: #626b63;
    font-size: 16px;
    line-height: 1.85;
}


/* QUALITY POINTS */

.quality-point {
    margin-top: 20px;
}

.quality-point li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 15px;
    padding: 0;
    color: #4f5951;
    font-size: 15px;
    line-height: 1.7;
    list-style: none;
}

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

.quality-point li i {
    flex: 0 0 auto;
    margin-top: 4px;
    color: #2f9b19;
    font-size: 15px;
}


/* PARAGRAPH CONTENT */

.quality-point p {
    margin: 0;
    color: #626b63;
    font-size: 15px;
    line-height: 1.85;
}


/* QUALITY IMAGE */

.quality-img {
    position: relative;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    border-radius: 14px;
    background: #f2f7f1;
}

.quality-img::before {
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    pointer-events: none;
}

.quality-img img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.quality-img:hover img {
    transform: scale(1.04);
}


/*  BOTTOM CONTENT */

.quality-main > .container > .quality-point {
    max-width: 100%;
}

.quality-main > .container > .quality-point p {
    padding: 0;
}


/* TABLET */

@media (max-width: 991px) {

    .quality-main {
        padding: 70px 0;
    }

    .quality-content-info {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .quality-content-info h2 {
        font-size: 32px;
    }

    .quality-img {
        min-height: 420px;
    }

    .quality-img img {
        min-height: 420px;
    }

}


/* MOBILE */

@media (max-width: 768px) {

    .quality-main {
        padding: 55px 0;
    }

    .quality-content-info {
        padding-right: 0;
    }

    .quality-content-info h2 {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 1.35;
    }

    .quality-content-info > p {
        font-size: 14px;
        line-height: 1.8;
    }

    .quality-point {
        margin-top: 18px;
    }

    .quality-point li {
        gap: 8px;
        margin-bottom: 13px;
        font-size: 14px;
        line-height: 1.65;
    }

    .quality-point li i {
        margin-top: 4px;
        font-size: 13px;
    }

    .quality-point p {
        font-size: 14px;
        line-height: 1.8;
    }

    .quality-img {
        min-height: 350px;
        margin-top: 10px;
        border-radius: 10px;
    }

    .quality-img img {
        min-height: 350px;
    }

    .quality-img::before {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

}


/* SMALL MOBILE */

@media (max-width: 575px) {

    .quality-main {
        padding: 45px 0;
    }

    .quality-content-info h2 {
        font-size: 25px;
    }

    .quality-content-info > p,
    .quality-point p {
        font-size: 13.5px;
    }

    .quality-point li {
        font-size: 13.5px;
    }

    .quality-img {
        min-height: 300px;
    }

    .quality-img img {
        min-height: 300px;
    }

}

/* Research & Development */


.rd-intro {
    background: #fff;
}

.rd-intro-image img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.rd-content {
    padding-left: 45px;
}

.rd-content h2 {
    font-size: 38px;
    line-height: 1.25;
    margin: 12px 0 20px;
}


.rd-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.rd-check-list {
    margin-top: 25px;
}

.rd-check-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 13px;
    color: #333;
    font-weight: 500;
}

.rd-check-item i {
    color: #019444;
    font-size: 18px;
}


/* ==========================================
   CAPABILITIES
========================================== */

.rd-capabilities {
    background: #f7faf8;
}

.rd-capabilities .section-heading {
    max-width: 750px;
    margin: auto;
}

.section-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.rd-capabilities .section-heading h2,
.rd-process .section-heading h2 {
    font-size: 38px;
    margin: 12px 0 15px;
}


.rd-capabilities .section-heading p,
.rd-process .section-heading p {
    color: #666;
    line-height: 1.7;
}


/*   R&D CARDS*/
.rd-card {
    height: 100%;
    background: #fff;
    padding: 35px 30px;
    border-radius: 18px;
    border: 1px solid #e8eee9;
    transition: all 0.3s ease;
}

.rd-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: #d7eadd;
}

.rd-card-icon {
    width: 62px;
    height: 62px;
    border-radius: 14px;
    background: #eaf7f7;
    color: #333968;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 22px;
}

.rd-card h3 {
    font-size: 21px;
    color: #17251c;
    margin-bottom: 12px;
}

.rd-card p {
    color: #666;
    line-height: 1.75;
    margin: 0;
}


/* PROCESS */

.rd-process {
    background: #fff;
}

.process-card {
    height: 100%;
    position: relative;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid #e6ece8;
    border-radius: 18px;
    background: #fff;
    transition: all 0.3s ease;
}

.process-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

.process-number {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #dceee2;
    font-size: 34px;
    font-weight: 800;
}

.process-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
   background: #eaf7f7;
    color: #333968;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 20px;
}

.process-card h3 {
    color: #17251c;
    font-size: 20px;
    margin-bottom: 12px;
}

.process-card p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}


/*  INNOVATION BANNER */

.rd-innovation {
    padding: 40px 0 80px;
}

.rd-innovation-box {
    background: #019444;
    border-radius: 25px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}


.rd-innovation-box p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 750px;
    line-height: 1.7;
    margin: 0;
}

.btn-light-custom {
    background: #fff;
    color: #019444;
    padding: 13px 25px;
    border-radius: 7px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-light-custom:hover {
    background: #eaf7ef;
    color: #027936;
}


/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 991px) {

    .rd-hero {
        padding: 70px 0;
    }

    .rd-hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .rd-hero-content h1 {
        font-size: 44px;
    }

    .rd-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .rd-innovation-box {
        padding: 40px 30px;
    }

    .rd-innovation-box .text-lg-end {
        text-align: left !important;
        margin-top: 25px;
    }

}


@media (max-width: 767px) {

    .rd-hero {
        padding: 55px 0;
    }

    .rd-hero-content h1 {
        font-size: 36px;
    }

    .rd-hero-content p {
        font-size: 16px;
    }

    .rd-content h2 {
        font-size: 31px;
    }

    .rd-capabilities .section-heading h2,
    .rd-process .section-heading h2 {
        font-size: 31px;
    }

    .rd-card {
        padding: 28px 24px;
    }

    .rd-innovation {
        padding-bottom: 50px;
    }

    .rd-innovation-box {
        padding: 35px 25px;
        border-radius: 18px;
    }

    .rd-innovation-box h2 {
        font-size: 28px;
    }

}


@media (max-width: 575px) {

    .rd-hero-content h1 {
        font-size: 32px;
    }

    .rd-content h2 {
        font-size: 28px;
    }

    .rd-hero-image img,
    .rd-intro-image img {
        border-radius: 15px;
    }

}

/* pages css end */

#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: linear-gradient(82deg, #0d5a99 0%, rgb(168 207 69) 53%, #aacd52 100%);
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0 !important;
}


#sp-testimonial-free-wrapper-422 .sp-testimonial-free {
  
    padding: 24px;
    
}
.oriyon-services{
    padding:100px 0;
    background:#333968;
}

.oriyon-services .section-heading{
    max-width:750px;
    margin:0 auto;
}

.oriyon-services .section-subtitle{
    display:inline-block;
    color:#a8cf45;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.oriyon-services h2{
    font-size:48px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
}

.oriyon-services h2 span{
    color:#a8cf45;
}

.oriyon-services .section-heading p{
    color:#fff;
    max-width:650px;
    margin:auto;
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:25px;
    height:100%;
    transition:.4s ease;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    position:relative;
    overflow:hidden;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#a8cf45;
    transform:scaleX(0);
    transition:.4s;
}

.service-card:hover::before{
    transform:scaleX(1);
}

.service-icon{
    width:75px;
    height:75px;
    background:#a8cf45;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-icon i{
    color:#fff;
    font-size:30px;
}

.service-card h3{
    font-size:24px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.service-card a{
    color:#a8cf45;
    font-weight:600;
    text-decoration:none;
}

.service-card a i{
    margin-left:8px;
    transition:.3s;
}

.service-card:hover a i{
    transform:translateX(5px);
}

@media(max-width:991px){
    .oriyon-services h2{
        font-size:38px;
    }
}

@media(max-width:767px){
    .oriyon-services{
        padding:70px 0;
    }

    .oriyon-services h2{
        font-size:30px;
    }

    .service-card{
        padding:25px;
    }
}

.service-card{
    position:relative;
    overflow:hidden;
    z-index:1;
    background:#fff;
}

.service-card::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#a8cf45;
    transform:scaleY(0);
    transform-origin:bottom;
    transition:transform .5s ease;
    z-index:-1;
}

.service-card:hover::before{
    transform:scaleY(1);
}

.service-card:hover{
    color:#fff;
}
.service-card:hover h3,
.service-card:hover p,
.service-card:hover a{
    color:#fff;
}