/*!
Theme Name: undercustomz
Theme URI: http://defacegames.com/
Author: Amanz
Author URI: https://amanpeet.com
Description: Minimum Theme for custom work by Amanz. A Custom theme template for number of projects. I am a full stack web developer and part time veteran gamer.
Version: 2.0
Tested up to: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: undercustomz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments

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


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

:root {
  --bg-dark      : #111111;
  --bg-light     : #F9F7F7;
  --accent-lite  : #edf6ff;
  --accent-main  : #003E85;
  --accent-active: #3F72AF;
  --accent-dark  : #112D4E;
  --accent-alt   : #ffb35d;
}

/*--------------------------------------------------------------
# Essentials
--------------------------------------------------------------*/

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
  font-family: "Noto Sans", 'Segoe UI', 'Helvetica', "Arial", sans-serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body, input, button, select, textarea {
  font-family: inherit;
}

body {
  color: #111;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}

.font-serif {
  font-family: "Noto Serif", 'Segoe UI', 'Helvetica', "Arial", serif;
}

/* Format headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', "Noto Sans", 'Segoe UI', 'Helvetica', "Arial", sans-serif;
  font-weight: 700;
  clear: both;
  overflow-wrap: break-word;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 2.0rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.0rem;
}

p {
  margin: 0;
  margin-bottom: 1rem;
}

/* Fix line height when title wraps */
h1,
h2,
h3 {
  line-height: 1.2;
}

/* Reduce header size on mobile */
@media only screen and (max-width: 720px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.25rem;
  }
}

img {
  height: auto;
  max-width: 100%;
}

strong {
  font-weight: bold !important;
}

textarea,
input[type="text"],
input[type="email"] {
	max-width: 100%;
	width: 100%;
}

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

button {
	background: #111;
	border-radius: 4px;
	border: 1px solid #111;
	color: #fff;
	padding: 4px 20px;
	display: inline-block;
}


button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: 1px solid #003E85;
  background-color: #003E85;
  color: #fff;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
  line-height: normal;
}

input:disabled,
textarea:disabled,
select:disabled,
button[disabled] {
  cursor: not-allowed;
  background-color: #ddd;
  border-color: #ddd;
  color: #666;
}

button {
  font-size: inherit;
  font-family: inherit;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  box-shadow: none;
  max-width: 100%;
  display: inline-block;
}

button:enabled:hover,
input[type="submit"]:enabled:hover,
input[type="reset"]:enabled:hover,
input[type="button"]:enabled:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
  cursor: pointer;
}

button:focus-visible:where(:enabled),
input:enabled:focus-visible:where(
  [type="submit"],
  [type="reset"],
  [type="button"]
) {
  outline: 2px solid #003E85;
  outline-offset: 1px;
}

/* Format tables */
table {
  border-collapse: collapse;
  margin: 1.5rem 0;
}

figure > table {
  width: max-content;
  margin: 0;
}

td,
th {
  border: 1px solid #ccc;
  text-align: start;
  padding: 0.5rem;
}

th {
  background-color: #eee;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #eee;
}

table caption {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* Format forms */

textarea,
select,
input {
  color: #111;
  background-color: #fff;
  border: 1px solid #666;
  font-size: inherit;
  font-family: inherit;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  box-shadow: none;
  max-width: 100%;
  display: inline-block;

}

input[type="text"]:not([class]),
input[type="password"]:not([class]) {
  width: 100%;
}

/* checkbox and radio button style */
input[type="checkbox"]:not([class]),
input[type="radio"]:not([class]) {
  vertical-align: middle;
  position: relative;
  width: min-content;
}

input[type="checkbox"]:not([class]) + label,
input[type="radio"]:not([class]) + label {
  display: inline-block;
}

input[type="radio"]:not([class]) {
  border-radius: 100%;
}

input[type="checkbox"]:not([class]):checked,
input[type="radio"]:not([class]):checked {
  background-color: #003E85;
}

/* Creates a rectangle to look like a check mark */
input[type="checkbox"]:not([class]):checked::after {
  content: " ";
  width: 0.18em;
  height: 0.32em;
  border-radius: 0;
  position: absolute;
  top: 0.05em;
  left: 0.17em;
  background-color: transparent;
  border-right: solid #fff 0.08em;
  border-bottom: solid #fff 0.08em;
  font-size: 1.8em;
  transform: rotate(45deg);
}

/* creates a colored circle for the checked radio button  */
input[type="radio"]:not([class]):checked::after {
  content: " ";
  width: 0.25em;
  height: 0.25em;
  border-radius: 100%;
  position: absolute;
  top: 0.125em;
  background-color: #fff;
  left: 0.125em;
  font-size: 32px;
}

input[type="file"]:not([class]) {
  border: 0;
}

input[type="range"]:not([class]) {
  padding: 0;
}

label {
  display: block;
}

textarea:not([cols]) {
  width: 100%;
}

/* Add arrow to drop-down */
select:not([class]):not([multiple]) {
  background-image: linear-gradient(45deg, transparent 49%, #111 51%),
    linear-gradient(135deg, #111 51%, transparent 49%);
  background-position: calc(100% - 15px), calc(100% - 10px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-inline-end: 25px;
}

hr {
  border: none;
  height: 1px;
  background: #666;
  margin: 1rem auto;
}




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

a {
  color: #3F72AF;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* a:visited {
  color: #003E85;
} */

a:hover,
a:focus,
a:active {
  color: #3F72AF;
  outline: 0;
}

p > a {
  color: #3F72AF;
  text-decoration: underline;
}

.link-dark {
  color: #111 !important;
}

.link-dark:hover {
  color: #003E85 !important;
}

/* -----------------------
  Common classes
----------------------- */

.sidebar a, .entry-content a {
	font-weight: 500;
	-webkit-text-decoration: underline solid transparent;
	text-decoration: underline solid transparent;
}

.sidebar a:hover,
.sidebar a:focus,
.entry-content a:hover,
.entry-content a:focus {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration: underline solid Currentcolor;
  text-decoration: underline solid Currentcolor;
}

.btn {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: 500;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 6px;
}

.btn.btn-lg {
  padding: 16px 32px;
}

.btn.btn-sm {
	padding: 4px 12px 6px;
	font-size: 13px;
	border-radius: 4px;
	text-transform: none;
}

.btn.btn-primary {
	color: #fff;
	background-color: #003E85;
	border-color: #003E85;
}

.btn.btn-primary:hover {
	color: #fff;
	background-color: #3F72AF;
	border-color: #3F72AF;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  background-color: #3F72AF;
  border-color: #3F72AF;
}

.btn.btn-dark {
	color: #fff;
	background-color: #112D4E;
	border-color: #112D4E;
}

.btn.btn-light {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
  border: 1px solid transparent;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border-color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.btn.btn-color {
  background: #ffb35d;
  color: #111;
  border: 1px solid transparent;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.3);
  transition: all 0.25s ease;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.list {
  margin: 0 0;
  padding: 0 0;
  display: block;
}

.cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
  object-position: center;
}

.bg-black {
  background-color: #000 !important;
}

.bg-primary {
  background-color: #003E85 !important;
}

.bg-dark {
	background-color: #112D4E !important;
}

.bg-light {
	background-color: #F9F7F7 !important;
}

.bg-ghost {
	background-color: #edf6ff !important;
}

.bg-alt-color {
	background-color: #ffb35d !important;
}

.bg-gradient {
	background: linear-gradient(50deg, #003E85 0%, #3F72AF 100%) !important;
}

.text-muted {
  color: #888 !important;
}

.text-dark {
  color: #111 !important;
}

.text-primary {
  color: #003E85 !important;
}

.text-color {
  color: #3F72AF !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-strong {
  font-weight: 700 !important;
}

.list-inline,
.list-inline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-inline li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-unstyled {
  line-height: 2;
}

.text-shadow {
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

.lead {
	font-weight: 400;
  font-size: 22px;
}

.bigp {
	font-weight: 400;
  font-size: 18px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.post,
.page {
	margin: 0;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets */

.widget {
  margin: 0 0 1.5em;
  border-radius: 2px;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px 15px;
  border: 1px solid #ddd;
}

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

.widget .widget-title {
  font-size: 18px;
  margin: 0 0 20px;
}

.widget p {
  margin-bottom: 2px;
}

/* Media  */

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

.custom-logo-link {
	display: inline-block;
}

/* Captions */

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

/* Galleries */

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Jetpack infinite scroll */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

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


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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


/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/

/* HEADER */

.site-header {
	position: relative;
	width: 100%;
	color: #fff;
	background: #fff;
	/* background: linear-gradient(0deg, rgba(0,0,0,0.0) 5%, rgba(0,0,0,0.7) 100%); */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

.header-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
}

.header-topbar {
	background: #F9F7F7;
	color: #111;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header-topbar a {
  color: #111;
  font-size: 14px;
}

.header-topbar a:hover,
.header-topbar a:focus {
  color: #003E85;
}

.header-topbar .social-menu a {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
}

.header-topbar .social-menu ul {
  padding: 0;
  margin: 0;
}

.site-branding {
	text-align: left;
	padding: 0;
}

.header-main {
	background: #fff;
}

.header-main .logo img {
	max-height: 70px;
	margin: 0;
	padding: 0;
}

.header-main .search-form {
  position: relative;
}

.header-main .search-form input[type="search"] {
  width: 100%;
  padding: 6px 10px;
  color: #222;
  background: #fff;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.header-main .search-form button[type="submit"] {
  position: absolute;
  right: 5px;
  top: 10%;
  height: 80%;
  width: 28px;
  font-size: 16px;
  color: #fff;
  background: #003E85;
  border: none;
  border-radius: 3px;
  z-index: 10;
}

.header-nav {
	background: #3F72AF;
  color: #fff;
}

.navbar-toggler {
	/* display: none; */
	padding: 4px 6px;
	color: #fff;
	margin: 3px 0;
	font-size: 17px;
	background: #003E85;
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 10;
	border-radius: 4px;
}

#site-navigation .navbar-nav .nav-link,
#site-navigation .navbar-nav a.dropdown-item {
	font-family: 'Poppins', 'Segoe UI', 'Helvetica', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #111;
	padding: 14px 14px 12px;
	display: inline-block;
  position: relative;
}

#site-navigation .navbar-nav .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 3px;
	border-radius: 4px;
	background-color: #003E85;
}

#site-navigation .navbar-nav .nav-link:hover,
#site-navigation .navbar-nav .nav-link:focus {
	/* background: #003E85; */
  color: #3F72AF;
}

#site-navigation .navbar-nav .dropdown-menu {
	padding: 0;
	margin: 0;
}

#site-navigation .navbar-nav a.dropdown-item {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
  color:#000;
  background: #fff;
  text-transform: none;
}

#site-navigation .navbar-nav a.dropdown-item:hover,
#site-navigation .navbar-nav a.dropdown-item:focus {
  background: #eee;
}

.header-main .contact-info {
  text-align: right;
  margin-top: 15px;
}

.header-main .search-btn .btn {
	font-size: 18px;
	color: #111;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #ccc;
	border-radius: 0;
	padding: 8px 4px;
  text-transform: none;
}

.header-main .contact-info h6 {
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.header-main .cart-contents,
.header-main .user-contents {
	font-size: 28px;
	display: inline-block;
	position: relative;
	padding: 0px 8px;
	margin: 0 6px;
	border-radius: 4px;
	background: #fff;
}

.header-main .cart-contents:hover,
.header-main .user-contents:hover {
	background: #edf6ff;
}

.header-main .cart-contents .count {
	position: absolute;
	background: #111;
	color: #fff;
	width: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
	line-height: 21px;
	top: -4px;
	right: -4px;
}

#search_btn {
  background: transparent;
	border: 1px solid #ddd;
	color: #666;
	padding: 10px 24px;
	margin: 0;
	transition: all 0.3s ease;
}

#search_btn:hover, #search_btn:focus {
  color: #003E85;
}

/* FOOTER */

.site-footer {
	color: #eee;
	background: #112D4E;
	/* background: linear-gradient(180deg, #111 0%, #000 100%); */
	/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
	padding: 10px 0px 0;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #003E85;
  text-decoration: none;
}

.site-footer .footer-title {
  color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 34px;
	letter-spacing: 1px;
}

.site-footer .footer-text p {
  line-height: 1.8;
}

.site-footer .footer-menu .sub-menu {
  display: none;
}

.site-footer .footer-menu.double-lane ul {
	overflow: auto;
  display:block;
}

.footer-menu.double-lane ul li.menu-item {
	width: 50%;
	float: left;
}

.site-footer .footer-logo .logo img{
  max-height: 200px;
}

.site-footer .footer-top {
  /* background: #eee; */
  /* border-bottom: 1px solid rgba(255,255,255,0.1); */
}

.site-footer .footer-bottom {
	background: #000;
	padding: 12px 0px;
	color: #ddd;
	/* border-top: 1px solid #bbb; */
}

.site-footer .footer-logo img {
  max-height: 80px;
}

.site-footer .footer-top .social-menu li {
	list-style-type: none;
	display: inline-block;
}

.site-footer .footer-top .social-menu li a {
	font-size: 22px;
	padding: 5px 5px;
}

.site-footer .footer-bottom p {
  color: #ddd;
	padding: 5px 0;
	font-size: 14px;
  margin-bottom:1px;
}

/* floating fixed */

.fixed-note {
	position: fixed;
	right: -10px;
	top: 45%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.8);
	padding: 10px;
	padding-right: 20px;
	border-radius: 5px;
	z-index: 100;
}

.fixed-note .note-item a {
  color: #E83A14;
  font-size:22px;
  padding: 3px 3px;
}

.fixed-note .note-item a:hover,
.fixed-note .note-item a:focus {
  color: #fff;
}

/* SIDEBAR */

.sidebar aside#secondary {
  padding-top: 0px;
}

.sidebar .widget {
	position: relative;
	padding: 15px;
	margin: 1.5rem 0;
	background: #fff;
	border: none;
	display: block;
	border: 1px solid #ddd;
	border-radius: 3px;
	/* box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.15); */
}

.sidebar .widget .widget-title,
.sidebar .widget h4 {
  font-size: 20px;
  margin: 0 0 12px 0;
  font-weight: 600;
  position: relative;
}

.sidebar .widget ul {
  padding-left: 0;
  list-style-type: none;
}

.sidebar .widget a {
	font-weight: 400;
	font-size: 16px;
}

.sidebar .widget ul.children {
	padding-left: 15px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sidebar .widget ul.children a {
	font-weight: 400;
	font-size: 14px;
}


/* condinationally hidden file:sidebar.php*/
.sidebar .widget.widget_search,
.sidebar .widget.custom-widget-subpages {
  background: #fff;
  padding-bottom: 20px;
}

.sidebar .widget.widget_search .widget-title,
.sidebar .widget.custom-widget-subpages .widget-title {
  color: #fff;
}

.sidebar .widget.custom-widget-subpages ul li a {
  color: #fff;
  font-weight: 600;
}

.sidebar .widget.custom-widget-subpages ul li a:hover,
.sidebar .widget.custom-widget-subpages ul li a:focus {
  text-decoration: underline;
}

.sidebar .search-form {
  margin: 0;
  padding: 0;
}

.sidebar .search-form label {
  display: block;
}

.sidebar .search-form input[type="search"],
.sidebar .widget_product_search input[type="search"] {
	width: 100%;
	border-radius: 3px;
	padding: 5px 12px;
	background: #fff;
	border: 2px solid #000;
	margin-bottom: 8px;
	color: #111;
	box-shadow: none;
	font-size: 16px;
}

.sidebar .search-form input[type="submit"],
.sidebar .widget_product_search button[type="submit"] {
  background: #111;
  color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
}

.sidebar .widget.widget_recent_entries ul li {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.sidebar .widget.widget_media_image {
	padding: 5px;
}

.sidebar .widget.widget_media_image img {
	border-radius: 2px;
}

/* search header */

.searchform {
  position: relative;
}

.searchform input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 10px 90px 10px 15px;
  border: 1px solid #CCCCCC;
}

.searchform input[type="submit"] {
  height: 40px;
  padding: 10px 15px;
  background-color: #003E85;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active {
  background-color: #6ab33e;
  color: #ffffff !important;
  border-bottom-color: #5a9e2f;
}


/* CONTENT */

.homepage-content {
  position: relative;
  display: block;
}

.site-content {
  padding: 0px 0;
  background: #fff;
}

.site-content .content-area,
.site-content .frontpage-area  {
  padding: 0;
  background: #F9F7F7;
}

.content-actual{
  position: relative;
  padding: 20px 20px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.common-section {
  clear: both;
  display: block;
  padding: 60px 0;
  position: relative;
  overflow-x: hidden;
}

.parallax-box {
  overflow: hidden;
  position: relative;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 0;
  /* border: 2px solid red; */
}

.parallax-box + div {
  position: relative;
  z-index: 1;
}

.parallax-img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titlemon {
	background: #edf6ff;
	background-size: cover;
	background-position: bottom;
	/* background-image: url('img/titlemon-bg2.jpg'); */
	/* background: linear-gradient(-165deg, #003E85 1%, #3F72AF 100%); */
  background-image: linear-gradient(to left,#fef0ed,#fef1f5,#f9f3fd,#f1f7ff,#ecfaff);
	color: #111;
	padding: 50px 0px;
	text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.titlemon h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #111;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.title h3 {
	margin: 0;
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	/* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); */
}

.section-title h2 {
	/* text-transform: uppercase; */
	font-weight: 700;
	font-size: 52px;
}

.section-title h3 {
	/* text-transform: uppercase; */
	font-weight: 700;
	font-size: 40px;
}

.section-title h6 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 16px;
}

.section-title p {
	display: block;
	max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-title .line {
	background: #003E85;
  background: linear-gradient(-90deg, #003E85 1%, #3F72AF 100%);
	width: 100px;
	height: 5px;
	border-radius: 2px;
	display: inline-block;
	margin: 20px 0;
  clear:both;
}

.page-content {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
}

/* scroll-to-top */

.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 10px;
  height: 40px;
  width: 40px;
  background: #111;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 38px;
  z-index: 10;
}

.icon {
  width: 100%;
  max-width: 100px;
  display: inline-block;
}

/* Home SLIDER */

.hero-slider .carousel .carousel-item {
  /* height: 100vh; */
  /* height: calc(100vh - 76px); */
  height: 700px;
  background: #fff;
  position: relative;
}

.hero-slider.hero-alt .carousel .carousel-item {
  height: 450px;
}

.hero-slider .carousel .carousel-itemxxx:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.0) 60%); */
}

.hero-slider .carousel .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@keyframes zoomer {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

.hero-slider .carousel .carousel-item img {
  animation: zoomer 20s;
}

.hero-slider .carousel .carousel-control-next,
.hero-slider .carousel .carousel-control-prev {
  color: #003E85;
  text-align: center;
  width: 5%;
  max-width: 80px;
  min-width: 30px;
  z-index: 5;
}

.hero-slider .carousel .carousel-caption {
	padding: 0;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.1) 80%);
  background: rgba(0,0,0,0.6);
}

.hero-slider .carousel .carousel-caption .container {
  position: relative;
  height: 100%;
}

.hero-slider .carousel .carousel-caption .caption-box {
	position: absolute;
	left: 25%;
	top: 30%;
	width: 50%;
	max-width: 800px;
	border-radius: 3px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	/* background: rgba(0, 0, 0, 0.6); */
}

/* .hero-slider .carousel .carousel-overlay {
	position: absolute;
	width: 100%;
  height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.1) 80%);
	z-index: 2;
} */

.hero-slider .carousel .carousel-overlay .container {
	position: relative;
}

.hero-slider .carousel-overlay .homepage-form {
	max-width: 400px;
	position: absolute;
	right: 0;
	top: 150px;
}

.hero-slider .carousel .carousel-caption h2 {
	color: #fff;
	font-weight: 500;
	font-size: 26px;
	margin-bottom: 15px;
}

.hero-slider .carousel .carousel-caption h4 {
  font-family: "Noto Serif", 'Segoe UI', 'Helvetica', "Arial", serif;
  color: #ffb35d;
	font-weight: 700;
	font-size: 48px;
	margin-bottom: 15px;
}

.hero-slider .carousel .carousel-caption p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto;
}

.hero-slider .carousel .carousel-caption .btn {
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	border: 2px solid #fff;
	margin: 10px 0 0;
	padding: 10px 25px;
	font-size: 14px;
}

.hero-slider .carousel .carousel-caption .btn:hover,
.hero-slider .carousel .carousel-caption .btn:focus {
	color: #111;
  background: #ffb35d;
  border: 2px solid #ffb35d;
}

.hero-logo {
  max-width: 200px;
}

.hero-slider .carousel-overlay .homepage-form {
	max-width: 400px;
	position: absolute;
	right: 15px;
	top: 100px;
	border-radius: 15px;
	/* border: 8px solid #003E85; */
}

/* testmonial area */

.testimonial-slider .carousel-item {
  position: relative;
	background: rgba(255,255,255,0.99);
	width: 80%;
	left: 10%;
	padding: 40px;
	min-height: 240px;
	text-align: center;
	color: #333;
	border-radius: 7px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
  margin-bottom: 15px;
}

.testimonial-slider .carousel-item .testimonial-item {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	left: 50%;
}

/* Blog posts */

.blog-item .card-img-top {
  height: 200px;
  object-fit: cover;
}

.blogpost-item .card-category {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #222;
}

.blogpost-item .card-category a {
	color: #222;
}

.blogpost-item .card-text {
	font-size: 16px;
	color: #111;
}

.blogpost-details .dated {
	font-size: 14px;
	text-transform: uppercase;
}

.titlemon.single-mode {
  background: #fff;
  color: #000;
  padding: 70px 0px 40px;
}

.single-img img {
  border-radius: 5px;
  width: 100%;
}

.single-content .entry-footer .entry-meta {
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	margin-top: 20px;
}

.single-content .entry-footer .entry-meta {
	display: block;
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
  color: #777;
	font-size: 14px;
}

.single-content .entry-footer .cat-links,
.single-content .entry-footer .tags-links {
	display: block;
	padding-top: 5px;
	color: #777;
	font-size: 14px;
}

.single-content .entry-footer a {
	color: inherit;
	font-weight: bold;
}

.feature-card {
  border-radius: 10px;
}

.accordion-button,
.accordion-button:focus,
.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #111;
	border-color: transparent;
	box-shadow: none;
}

/* Plugins */

.clients-slider .tiny-item .card {
	background: #fff;
	border: none;
	padding: 0px;
}

.clients-slider .tiny-item .card img {
	height: 160px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.7;
	transition: all 0.25s ease;
}

.clients-slider .tiny-item .card img:hover,
.clients-slider .tiny-item .card img:focus {
	filter: grayscale(0);
	opacity: 1.0;
}

.service-card {
  overflow: hidden;
  margin-bottom: 15px;
}

.service-card img {
  transform: scale(1.0);
  transition: all 1s ease;
}

.service-card:hover img,
.service-card:focus img {
  transform: scale(1.2);
}

.card-items > div {
	padding: 1.25rem;
	margin-bottom: 1.5rem !important;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.card-items h4,
.card-items h5 {
	color: #000;
}

.card-items p {
  margin-bottom: 5px;
  color: #6c757d;
}

.card.shadow-card {
	border: none;
	/* border-radius: 10px; */
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 10px -3px;
}

.card.shadow-card .card-text {
	font-size: 0.95em;
}

.zoom-this {
  transform: scale(1.0);
  transition: all 0.4s ease;
}

.zoom-this:hover {
  transform: scale(1.05);
}

.card .card-icon {
	/* text-align: center; */
	/* font-size: 48px; */
	padding: 20px 0;
}

.card .card-icon.icon-bg {
	background: transparent url('img/icon-bg.png') no-repeat center;
  background-size: contain;
}

.faq-item {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.faq-item h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.faq-item h4:hover,
.faq-item h4:focus {
  color: #003E85;
}

.faq-item h4::after {
	content: "▼";
	position: absolute;
	right: 22px;
	top: 18px;
	font-size: 14px;
}

.service-box .card-title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}

.service-box .card-text {
	display: inline-block;
	max-width: 420px;
	color: #555;
}

.service-box .card-icon {
	background: #111;
  color: #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 82px;
	font-size: 32px;
	text-align: center;
  cursor: pointer;
}

.service-box .card-icon:hover {
  color: #003E85;
}

.margin-minus {
	margin-top: -60px;
	position: relative;
	z-index: 5;
}

.card.testimonial-card {
	min-height: 380px;
}

.testimonial-card .quoty {
	position: absolute;
	top: 0px;
	left: 14px;
	font-size: 42px;
	opacity: 0.1;
}

.testimonial-card .card-icon img {
  width: 100px;
}

.white-box {
  background:rgba(255, 255, 255, 0.85);
  border-radius: 5px;
  padding: 15px;
}

.card.product-card .card-img-top {
	height: 400px;
	object-fit: contain;
}

.cat-item.current-cat, .cat-item.current-cat a {
	font-weight: 700;
	text-transform: uppercase;
	color: #3F72AF;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	left: -20px;
	top: 46%;
	font-size: 30px;
}

.owl-carousel .owl-next {
	left: auto;
	right: -20px;
}

.owl-carousel .owl-stage {
	padding-bottom: 10px;
}

/* Header Search */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #112D4E;
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: none;
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 999;
  display: block;
}

#search .input-group {
  display: flex;
  justify-content: end;
  flex-wrap: inherit;
  position: relative;

}

#search form {
	position: absolute;
	top: 30%;
	left: 0;
	width: 40%;
	margin-left: 30%;
	font-size: 22px;
}

#search input[type="search"] {
  width: 100%;
  background: none;
  border: none;
  padding: 0px 12px;
  outline: none;
  color: #fff;
	padding: 15px 15px;
	border-radius: 15px;
  border: 1px solid #fff;
}

#search .search-btn {
  border: none;
  background: none;
  padding: 15px 30px;
  outline: none;
  color: #fff;
}

#search .search-btn i {
  font-size: 24px;
}

#search .close {
	position: fixed;
	top: 50px;
	right: 15px;
	opacity: 1;
	font-size: 30px;
	color: #fff;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#search .close:after,
#search .close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 32px;
  background-color: #fff;
  right: 20px;
  top: 0px;
}

#search .close:after {
  transform: rotate(45deg);
}

#search .close:before {
  transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
  cursor: pointer;
}

.faq-alt .accordion-button {
  color: #111;
  background-color: #fff;
  border-bottom: 3px solid #003E85;
  box-shadow: none;
  font-weight:600;
}

.faq-item {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.faq-item h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}

.faq-item h4:hover,
.faq-item h4:focus {
  color: #003E85;
}

.faq-item h4::after {
	content: "▼";
	position: absolute;
	right: 22px;
	top: 18px;
	font-size: 14px;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	left: -20px;
	top: 46%;
	font-size: 30px;
}

.owl-carousel .owl-next {
	left: auto;
	right: -20px;
}

#maps iframe {
	width: 100%;
}

/* Contact form v5.7 fix */
.wpcf7-form .row > p,
.wpcf7-form br {
	display: none !important;
}
.wpcf7-form p {
	margin-bottom: 0 !important;
}

.woocommerce-form-login .form-row {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 15px;
}

.woocustoms-archive h1.page-title {
	display: none;
}

.product_meta > span {
  display: block;
}

.checkout .col-1 {
  width: 100%;
}

.card.cat-card {
	border-width: 3px;
	overflow: hidden;
	border-style: dotted;
}

.cleanlogin-container {
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	margin-bottom: 40px;
	border-radius: 15px;
}

.cleanlogin-full-width form .cleanlogin-field {
	float: none;
	width: 45%;
	margin-left: auto;
	margin-right: auto;
}

.cleanlogin-full-width .cleanlogin-form input[type="submit"] {
	height: auto;
	width: 200px;
	padding: 8px 12px;
	display: block;
	margin: 0 auto;
	position: relative;
	left: -40px;
}

.cert-item {
	display: block;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px;
	background: #fff;
	text-align: center;
	height: 100%;
}

.cert-item img {
  display: inline-block;
  width: 80px;
  margin-bottom: 10px;
}

.cert-item h6 {
  font-weight: 600;
  font-size: 16px;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/* Portrait tablet to landscape and desktop to 1600px */
@media all and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }


}


/* Portrait tablet to landscape and desktop to 1200px */
@media all and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  .hero-slider .carousel .carousel-item {
    height: 500px;
  }


}

/* Portrait tablet to landscape and desktop to 992px */
@media all and (max-width: 992px) {

  .header-main .search-btn .btn {
    width: 100%;
  }

  .header-main .contact-info {
    padding-top: 0px;
    text-align: right;
  }

  #site-navigation > div {
    width: 100%;
  }

  .hero-slider .carousel .carousel-item {
    height: 450px;
  }

  .hero-slider .carousel .carousel-caption .caption-box {
    width: 100%;
    top: 15%;
    left: 0;
    padding: 10px 20px;
  }

  .hero-slider .carousel .carousel-caption h2 {
    font-size: 18px;
  }

  .hero-slider .carousel .carousel-caption h4 {
    font-size: 22px;
  }

  .hero-slider .carousel .carousel-caption p {
    font-size: 16px;
    display: none;
  }

  .hero-slider .carousel .carousel-caption .btn {
    padding: 8px 16px;
  }

  .hero-slider .carousel .carousel-item img {
    position: relative;
    width: 100%;
    object-position: 70%;
  }

  .section-title h3 {
    font-size: 32px;
  }

  .titlemon {
    padding: 60px 0px 40px;
  }

  .site-header {
    position: static;
    background: #fff;
  }

  .hero-slider .carousel .carousel-caption {
  }

  .hero-slider .carousel-overlay .homepage-form {
    display: none;
  }

  .header-main .logo img {
    max-height: 40px;
  }

  #search form {
    top: 30%;
    width: 100%;
    margin-left: 5%;
  }

  #search .search-btn {
    padding: 15px 40px 15px 15px;
  }

  #search_btn {
    right: 60px;
    top: -55px;
  }

}

/* Landscape phone to portrait tablet to 768px */
@media all and (max-width: 768px) {

  #site-navigation > .container {
    justify-content: end;
    text-align: right;
  }

  #site-navigation {
    padding: 0 0;
  }

  #site-navigation .navbar-nav .nav-link {
    padding: 8px 10px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    display: block;
    border-radius: 0;
  }

  #site-navigation .navbar-nav a.dropdown-item {
    text-align: center;
    background: #F9F7F7;
  }

  #menu-main-menu {
    margin-top: 15px;
  }

  .hero-slider .carousel .carousel-caption h2 {
    font-size: 18px;
  }

  .hero-slider .carousel .carousel-caption h4 {
    font-size: 28px;
  }

  .hero-slider .carousel .carousel-item {
    height: 480px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .service-item img {
    max-width: 220px;
    margin-bottom: 15px;
  }

  .thing-card br {
    display:none !important;
  }

  .card.banner-card {
    min-height: 340px;
  }

  .header-main .logo img {
    max-height: 50px;
  }

  .header-main .cart-contents, .header-main .user-contents {
    font-size: 22px;
    padding: 0px 0px;
    margin: 2px 4px 0;
  }

  .header-main .cart-contents .count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: -6px;
    right: -10px;
  }

  .header-topbar a {
    font-size: 12px;
  }

  .card.cat-card h5 {
    font-size: 1em;
    margin: 0;
  }

  .card.product-card .card-img-top {
    height: auto;
  }

  .blocky-btns .btn {
    display: block;
    width: 100%;
    margin: 5px auto;
  }

}

/* Landscape phones and down upto 576px */
@media all and (max-width: 576px) {

  .hero-slider .carousel .carousel-item {
    height: 420px;
  }

  .parallax-box .simpleParallax {
    height: 100%;
  }

  .blogpost-item .card-body {
    text-align: center;
  }

  .sidebar .widget {
    text-align: center;
  }

  .lead {
    font-size: 1.1rem;
  }

}

/* Landscape phones and down upto 480px */
@media all and (max-width: 480px) {

  .hero-slider .carousel .carousel-item {
    height: 360px;
  }


}
