/*
Theme Name: Oxide
Theme URI: https://oxidegames.com
Author: Ariyo Shahry
Author URI: https://oxidegames.com
Description:  Custom theme created for Oxide Games. Based on a Bootstrap 4 starter theme!
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
    --MAIN_BG_COLOR: #F5F7F9;
    --ACCENT_COLOR: #d61a2d;
    --ACCENT_COLOR_HOVER: #bb1c2c;
    --MAIN_TEXT_COLOR: #3e4d5f;
    --MOBILE_NAV_BG: #ffffff;
    --CARD_BOX_SHADOW: 0 0 14px rgb(0 0 0 / 10%);
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
    overflow-x: hidden;
    font-size: 1.05rem;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    font-weight: 800;
    margin-top: 24px;
    margin-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}

.heading-font {
    font-family: 'Raleway', sans-serif !important;
}

.bold {
    font-weight: 900;
}

a {
    color: var(--ACCENT_COLOR);
}

a:hover {
    color: var(--ACCENT_COLOR_HOVER);
}

p {
    margin-bottom: 1.5em;
}

.rounded {
    border-radius: 10px !important;
    overflow: hidden;
}

.fancy-heading .fh-first {
    color: var(--ACCENT_COLOR);
}

h1.entry-title {}

h3.widget-title {
    font-size: 1.2rem;
}

.text-accent {
    color: var(--ACCENT_COLOR);
}

.text-lw {
    font-weight: 300;
}

.uppercase {
    text-transform: uppercase;
}

h1.text-lw,
h2.text-lw,
h3.text-lw,
h4.text-lw,
h5.text-lw,
h6.text-lw,
h1 .text-lw,
h2 .text-lw,
h3 .text-lw,
h4 .text-lw,
h5 .text-lw,
h6 .text-lw {
    font-weight: 400;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background-color: var(--MAIN_BG_COLOR);
    color: var(--MAIN_TEXT_COLOR);
    /* Fallback for when there is no custom background color defined. */
    margin-top: 120px;
}

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

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

.btn-primary {
    background: var(--ACCENT_COLOR);
    border-color: var(--ACCENT_COLOR);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: var(--ACCENT_COLOR_HOVER);
    border-color: var(--ACCENT_COLOR_HOVER);
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    margin-bottom: 0;
    background-color: var(--MOBILE_NAV_BG);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
    padding: 1rem 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.navbar-brand>a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
    text-decoration: none;
}

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }
    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead nav {
    padding-left: 0;
    padding-right: 0;
    font-family: 'Raleway', sans-serif;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
    position: relative;
    color: #383939;
    padding: 0.9rem;
    font-weight: 400;
    font-size: 1.2rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a::before {
    content: '';
    height: 0;
    width: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s ease all;
    background: var(--ACCENT_COLOR);
}

body:not(.theme-preset-active) #masthead .navbar-nav>li:hover>a::before,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a::before,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-item>a::before,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current-page-ancestor>a::before {
    height: 90%;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-item>a,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current-page-ancestor>a {
    color: #383939;
    font-weight: 800;
}

.navbar-brand a {
    text-indent: -9999px;
    display: block;
    background-image: url('inc/assets/images/logo.png');
    background-repeat: no-repeat;
    width: 50px;
    background-size: 50px;
    height: 68px;
    clear: both;
}

.navbar-toggler {
    border: none;
}

#masthead .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(214,26,45, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    width: 50px !important;
    height: 50px !important;
}

#masthead.navbar-toggler {
    border-color: var(--ACCENT_COLOR);
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }
    .dropdown-menu li a {
        padding: 0;
    }
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }
    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}


/* .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
} */

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
    border: 2px solid #E2EAEE;
    border-radius: 10px;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
    color: var(--MAIN_TEXT_COLOR);
    background: var(--MAIN_BG_COLOR);
}

.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.post-navigation .nav-next a,
.posts-navigation .nav-next a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}

.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
    content: " \2192";
    color: var(--ACCENT_COLOR);
}

.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
    content: "\2190 ";
    color: var(--ACCENT_COLOR);
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

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

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


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}

.vcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


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

.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
    background: var(--ACCENT_COLOR);
    color: white;
    margin-top: -5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.widget_search .search-form input[type="submit"]:hover {
    background: var(--ACCENT_COLOR_HOVER);
}

.widget_search .search-field {
    border-color: #D7E2E8;
    border-width: 2px;
    height: 41px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}


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

#pre-footer>div {
    min-height: 300px;
}

.with_cover_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.with_cover_img a {
    color: var(--MAIN_TEXT_COLOR);
    width: 100%;
    height: 100%;
}

.with_cover_img a:hover {
    text-decoration: none;
}

.with_cover_img a:hover:before {
    content: '';
    position: absolute;
    background-color: #f8d8db;
    opacity: 0.2;
    height: 100%;
    width: 100%;
}

.with_cover_img h2 {
    z-index: 2;
}

.oxide_hiring {
    background-image: url(inc/assets/images/hiring.jpg);
}

.oxide_meet_team {
    background-image: url(inc/assets/images/meet-our-team.jpg);
}

.product_more_info {
    background: #fff;
    border-radius: 10px;
    word-break: break-word;
    box-shadow: var(--CARD_BOX_SHADOW);
}

.product_more_info h6 {
    margin: 0;
}

.product_more_info .col-12 {
    margin-top: 10px;
}

.product_key_features {
    display: grid;
    place-items: start;
    grid-template-columns: 100%;
}

.product_features_item {
    width: 100%;
}

.product_features_item h4 {
    color: var(--ACCENT_COLOR);
    font-weight: 300;
}


/* .product_media>div,
.product_media>figure {
    margin: 0;
    width: 50%;
    float: left;
    padding: 0.6rem;
    height: 227.95px;
    overflow: hidden;
}

.product_media .wp-block-image figure {
    margin: 0;
} */

.wp-block-embed {
    width: 50%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 6%;
    width: 100%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.card {
    border: none;
    box-shadow: var(--CARD_BOX_SHADOW);
    border-radius: 20px;
}

#content.site-content {
    /* padding-bottom: 3.75rem; */
    /* padding-top: 4.125rem; */
}

body.page-template-homepage .hero_image:after {
    content: "";
    position: absolute;
    right: -267px;
    top: 0;
    width: 600px;
    height: 531px;
    background-image: url(inc/assets/images/shape1.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 500px;
}

body.page-template-homepage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(inc/assets/images/shape2.png);
    background-repeat: no-repeat;
    z-index: -1;
    left: -165px;
    top: 150px;
    background-size: 300px;
}

body:not(.page-template-homepage,
.page-template-homepage2,
.single-products,
.group-blog)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(inc/assets/images/shape-page-left.png);
    background-repeat: no-repeat;
    z-index: -1;
    left: -165px;
    top: 150px;
    background-size: 300px;
}

body:not(.page-template-homepage,
.page-template-homepage2,
.single-products)::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 430px;
    background-image: url(inc/assets/images/bg-anchor-right.png);
    background-repeat: no-repeat;
    z-index: -1;
    right: 0;
    top: 300px;
}

.sticky .post-thumbnail {
    position: relative;
    max-width: 480px;
}

.sticky .post-thumbnail img {
    border-radius: 25px;
    overflow: hidden;
}

.sticky .post-thumbnail::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 358px;
    background-image: url(inc/assets/images/shape-sticky.png);
    background-repeat: no-repeat;
    z-index: -1;
    left: -47px;
    top: -61px;
    background-size: 400px;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.card {
    overflow: hidden;
}

.press.hentry {
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

body.blog .post.hentry:not(.sticky) {
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
    border-bottom: none;
    background: #fff;
    box-shadow: var(--CARD_BOX_SHADOW);
    border-radius: 15px;
}

.post.hentry:not(.sticky) .post-content-wrap,
.press.hentry .post-content-wrap {
    padding: 20px;
}

.products.hentry {
    margin-bottom: 3rem;
}

.products.hentry .post-thumbnail img {
    width: 100%;
}

.page .post-thumbnail {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}

.page.hentry .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top center;
    outline: none;
    border: none;
    box-shadow: none;
    z-index: 0;
}

.page.hentry .post-thumbnail .entry-header {
    z-index: 1;
    color: #fff;
    text-align: center;
}

#hero h1 {
	color: white;
}
/* 
.page-template-homepage2 .banner::before {
    content: '';
    position: absolute;
    width: 115px;
    height: 100%;
    background-image: url(inc/assets/images/home-page-left-graphic.png);
    background-repeat: no-repeat;
    z-index: 20;
    background-size: 115px;
    top: -80px;
}

.page-template-homepage2 .banner::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 100%;
    background-image: url(inc/assets/images/homepage-right-graphic.png);
    background-repeat: no-repeat;
    z-index: 20;
    background-size: 150px;
    top: 155px;
    right: 0;
} */

.posted-on,
.byline,
.comments-link {
    color: #9a9a9a;
}

body.single-post .site-main.container {
    max-width: 960px;
}

body.single-post .post-thumbnail img {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}

body.single-post .post-content-wrap {
    background: white;
    padding: 2rem;
    border-radius: 25px;
    box-shadow: var(--CARD_BOX_SHADOW);
}

body.page-template-page-with-featured-image-php .post-thumbnail:after {
    background-image: none;
}

body.single-post .has-post-thumbnail .post-content-wrap {
    margin-top: 30%;
}

body.single-post .post.hentry {
    border-bottom: none;
}

#team-member-wrap {
    display: grid;
    place-items: start;
    grid-template-columns: 100%;
    column-gap: 25px;
    row-gap: 0;
}

.team.type-team {
    width: 100%;
}

.type-team .post-thumbnail img,
#teamMemberModal .post-thumbnail img {
    object-fit: cover;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    filter: grayscale(100%);
    transition: 1.2s;
    transition-property: all;
}

.type-team .post-thumbnail img:hover {
    filter: grayscale(0%);
}

#teamMemberModal .modal-header {
    border: none;
}

.modal-content {
    background-color: var(--MAIN_BG_COLOR);
}


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

#secondary {
    background: linear-gradient(90deg, rgba(232, 237, 241, .8) 1%, rgba(228, 235, 239, .8) 100%);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
    width: 8.313rem !important;
}

.variations_form .variations .value>select {
    margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
    max-width: 100%;
}


/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

.elementor-page article .entry-footer {
    display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.elementor-page .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

.vc_desktop article .entry-footer {
    display: none;
}

.vc_desktop #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.vc_desktop .entry-content {
    margin-top: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

body:not(.page-template-homepage,
.page-template-homepage2) footer#colophon::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 170px;
    background-image: url(inc/assets/images/shape-footer-left.png);
    background-repeat: no-repeat;
    z-index: -1;
    left: -134px;
    top: -171px;
    background-size: 320px;
}

body:not(.page-template-homepage,
.page-template-homepage2) footer#colophon::after {
    content: "";
    position: absolute;
    width: 548px;
    height: 445px;
    background-image: url(inc/assets/images/shape-footer-right.png);
    background-repeat: no-repeat;
    z-index: -1;
    right: -233px;
    top: -252px;
    background-size: 548px 445px;
    display: none;
}

footer#colophon {
    font-size: 85%;
    background-color: var(--ACCENT_COLOR);
    color: #fff;
    position: relative;
    background-image: url('inc/assets/images/fire.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.navbar-dark .site-info {
    color: #fff;
}

.copyright {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.copyright a,
footer#colophon a {
    color: inherit;
}

#footer-nav {
    margin-top: 24px;
}

#footer-nav a {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 5px 0;
}

.social_media a {
    font-size: 4rem;
    margin: 0 10px;
}

footer#colophon h2 {}

footer .footerlogo a {
    text-indent: -9999px;
    display: block;
    background-image: url('inc/assets/images/logo.png');
    background-repeat: no-repeat;
    width: 100px;
    background-size: 100px;
    height: 140px;
    clear: both;
}

@media screen and (max-width: 767px) {
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.938rem;
        padding-top: 0.938rem;
    }
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .product_more_info {
        background: rgb(232, 237, 241);
        background: linear-gradient(90deg, rgba(232, 237, 241, 1) 1%, rgba(228, 235, 239, 1) 100%);
        box-shadow: none
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    body.page-template-homepage:before {
        left: -264px;
        top: 140px;
        background-size: 500px;
    }
    body:not(.page-template-homepage,
    .page-template-homepage2) footer#colophon::after {
        display: block;
    }
    body:not(.page-template-homepage,
    .page-template-homepage2) footer#colophon::before {
        width: 464px;
        height: 521px;
        left: -195px;
        top: -252px;
        background-size: 464px;
    }
    .product_key_features {
        grid-template-columns: 50% 50%;
        column-gap: 50px;
        row-gap: 0;
    }
    .wp-block-embed {
        width: 33.33%;
    }
    #team-member-wrap {
        grid-template-columns: 33.3% 33.3% 33.3%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    body {
        margin: 0;
    }
    header#masthead {
        background-color: transparent;
        box-shadow: none;
        position: static;
    }
    .navbar-brand a {
        width: 74px;
        background-size: 74px;
        height: 97px;
    }
    body:not(.theme-preset-active) #masthead .navbar-nav>li>a::before {
        content: '';
        height: 4px;
        width: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 0.3s ease all;
        background: var(--ACCENT_COLOR);
        margin: 0 auto;
    }
    body:not(.theme-preset-active) #masthead .navbar-nav>li:hover>a::before,
    body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a::before,
    body:not(.theme-preset-active) #masthead .navbar-nav>li.current-menu-item>a::before,
    body:not(.theme-preset-active) #masthead .navbar-nav>li.current-page-ancestor>a::before {
        width: 90%;
        height: 4px;
    }
    body.page-template-homepage .hero_image:after {
        right: -267px;
        top: 200px;
        width: 600px;
        height: 531px;
        background-size: 600px;
    }
    body.page-template-homepage:before {
        left: -452px;
        top: 100px;
        background-size: 800px;
    }
    body.blog .post.hentry:not(.sticky) {
        margin: 1.5rem 0;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    .page .post-thumbnail {
        min-height: 600px;
    }
    .page-template-homepage2 .post-thumbnail {
        min-height: 900px;
    }
    #team-member-wrap {
        grid-template-columns: 25% 25% 25% 25%;
    }
    body.page-template-page-with-featured-image-php .post-thumbnail:after {
        content: "";
        position: absolute;
        right: -267px;
        top: 280px;
        width: 665px;
        height: 554px;
        background-image: url(inc/assets/images/page-shape.png);
        background-repeat: no-repeat;
        z-index: -1;
        background-size: 665px
    }
    .oxide_meet_team {
        background-position-y: 30%;
    }
    .page-template-homepage2 .banner::before {
        background-size: 250px;
        width: 250px;
        top: -100px;
    }
    .page-template-homepage2 .banner::after {
        width: 350px;
        background-size: 350px;
        top: 215px;
        right: 0;
    }
}


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}