@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*!
Theme Name: UltraFast Pro
Theme URI: http://idnetter.com
Author: Omar
Author URI: https://omar.web.id
Description: UltraFast WordPress theme. Just fast!
Version: 1.2.1
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ultrafast
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

ultrafast is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Navbar
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- GlideJS (featured Post)
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Bootstrap custom
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
	 ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
	margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
	display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
	font-size: 2em;
	margin: 0.67em 0;
  }
  
  /* Grouping content
	 ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
	 ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
	background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
	font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
	font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
  }
  
  sub {
	bottom: -0.25em;
  }
  
  sup {
	top: -0.5em;
  }
  
  /* Embedded content
	 ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
	border-style: none;
  }
  
  /* Forms
	 ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
	overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
	text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
	padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
	vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
	overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
	height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
  }
  
  /* Interactive
	 ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
	display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
	display: list-item;
  }
  
  /* Misc
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
	display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
	display: none;
  }

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  }
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Arimo', Helvetica, “Helvetica Neue”, Arial, sans-serif !important;
	color: #101010;
	font-size: 14px;
	font-weight: 400;
}

body {
	line-height: 1.3;
}

button,
input,
select,
optgroup,
textarea {;
	line-height: 1.15;
}

h1, h2, h3, h4, h5, h6 {
	text-rendering:optimizeSpeed;
	text-rendering:optimizelegibility;
	font-weight: 700;
	color: #393939;
}

h1,
h2 {
	line-height: 1;
}

h1 {
	font-size: 27px;
	letter-spacing: -0.3px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}

@media (max-width: 768px){
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}
}

dt,
strong,
b,
.bottom-headline-h,
.screen-reader-text:focus,
.site-title,
.nav-title,
.fw-bold,
.navbar-custom {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 15px
	font-style: italic;
	font-size: 1rem;
	background-color: #fafaf7;
	padding: 20px 25px;
	border-radius: 8px;
}
blockquote p{
	quotes: '\201c' '\201d';
}
blockquote p::before{
	content: open-quote;
	font-size: 24px !important;
}
blockquote p::after{
	content: close-quote;
	font-size: 24px !important;
}

address {
	margin: 0 0 1.5em;
}
code {
	font-size: 85%;
	color: #343434;
	padding: 0.1em 0.3em;
	background-color: #f6f6f6;
	border-radius: 1px;
}

pre {
	font-family: 'Arimo', Helvetica, “Helvetica Neue”, Arial, sans-serif !important;
	line-height: 1.5;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	background-color: #f6f6f6;
	padding: 1em;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}

pre code {
	font-family: 'Source Code Pro', "Courier 10 Pitch", courier, monospace;
}

code,
kbd,
tt,
var {
	font-family: 'Source Code Pro', monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* CUSTOM FONT SIZE */
body.single article .entry-content p,
body.single article .entry-content li {
	font-size: 16px !important;
}
.fs-18 {
	font-size: 18px !important;
}

.fs-17 {
	font-size: 17px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-9 {
	font-size: 9px !important;
}

@media(max-width: 768px){
	.entry-title.fs-18 {
		font-size: 15px !important;
	}
	.entry-title.fs-16 {
		font-size: 14px !important;
	}
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr,
hr.wp-block-separator {
	background-color: #e7e8ec;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a,
a:visited {
	color: #6f42c1;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #4e50e5;
}

a:focus {
	outline: none;
}

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

/* Custom links */
h2 a,
h3 a,
h4 a,
.nav-title,
h2 a:visited,
h3 a:visited,
h4 a:visited,
.nav-title:visited {
	color: #212121;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
.nav-title:hover,
a h1:hover,
a h3:hover,
a h4:hover,
.nav-title:hover {
	color: #3d358b;
}
a.btn.active {
	color: #fff !important;
}
/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #d8d8d8;
	border-radius: 20px;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.7em 1em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #232323;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #232323;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	line-height: 1;
	padding: 0.53em 1em;
	background-color: #fafafa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	background-color: #ffffff;
}

select {
	border: 1px solid #d8d8d8;
}

textarea {
	width: 100%;
}
.tag-links a {
	padding: 4px 10px;
	margin-right: 5px;
	color: #fff !important;
	background-color: #6f42c1;
	border-radius: 50rem;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1080px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}

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

.ls-0{
	letter-spacing: -0.3px;
}
.ls-normal {
	letter-spacing: normal !important;
}

/* Navbar */
.navbar-toggler {
	padding: 0;
	font-size: 1.3rem;
	line-height: 1;
	border: 0px solid transparent;
}

.navbar-toggler-icon {
	width: 1.3em;
	height: 1.3em;
}

/* ***** START Z-INDEX CUSTOM ***** */

.z-index-custom{
	z-index: 1030 !important;
}

#site-navigation.fixed-top {
	z-index: 1060;
}

.offcanvas {
	z-index: 1050;
}

#navbar-social.fixed-top {
  z-index: 1030 !important;
}

@media (max-width: 991.98px) {
	.offcanvas-collapse {
		z-index: 4;
	}
}
.nav-scroller {
		z-index: 2;
}


/* ***** END Z-INDEX CUSTOM ***** */


#site-navigation.shadow-sm {
	box-shadow: 0px 1px 8px -1px rgba(0,0,0,0.2);
}
@media(min-width: 992px) {
		.single-post #site-navigation.shadow-sm {
			box-shadow: none !important;
			border-bottom: 0px solid #dee2e6;
	}
}
#navbar-social.fixed-top {
  top: 62px !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/* Only show for mobile */
@media (max-width: 720px) {
	#navbar-social.fixed-top {
	  position: relative !important;
	  top: auto !important;
	  right: auto !important;
	  left: auto !important;
	  background-color: rgba(248, 249, 250);
	  border-radius: 50rem;
	  -webkit-border-radius: 50rem;
	  -moz-border-radius: 50rem;
	  -moz-border-radius: 50rem;
	  padding: 5px 0 !important;
	  margin: 25px 0 !important;
	  clear: both;
	}
}

.offcanvas {
	top: 46px;
	max-width: 81%;
	border: 0;
	box-shadow: 4px 3px 8px -4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 4px 3px 8px -4px rgba(0,0,0,0.2);
	-moz-box-shadow: 4px 3px 8px -4px rgba(0,0,0,0.2);
}

@media (max-width: 991.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 46px;
		bottom: 0;
		right: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #ffffff;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	}
	.offcanvas-collapse.open {
		visibility: visible;
		transform: translateX(100%);
	}
}
.nav-scroller {
	position: relative;
	height: 2.5rem;
	overflow-y: hidden;
}
  
.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	margin-top: -4px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 768px){
	.nav-scroller {
		margin-top: 130px !important; /* 62px */
		height: 2.7rem !important;
	}
	.nav-underline .nav-link {
		font-size: .8rem !important;
		font-weight: 700;
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
		color: #ffffff;
	}
}

.nav-underline .nav-link {
	color: #ffffff;
	font-size: .7rem;
	font-weight: 700;
}

.nav-underline .nav-link:hover {
	color: #f8bdb9;
}

.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}

.bg-purple {
	background-color: #6f42c1;
}

/*
* To app.vcgamers.com NOT USED
*/
.app-scroller {
	position: relative;
	z-index: 2;
	height: 2.5rem;
	overflow-y: hidden;
}

.app-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	margin-top: -4px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 768px){
	.app-scroller {
		height: 2.7rem !important;
	}
	.app-underline .nav-link {
		font-size: .8rem !important;
		font-weight: 700;
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
		color: #000;
	}
}

.app-underline .nav-link {
	color: #000;
	font-size: .7rem;
	font-weight: 700;
}

.app-underline .nav-link:hover {
	color: #f8bdb9;
}

.app-underline .active {
	font-weight: 500;
	color: #343a40;
}


btn:focus, a:focus,
	.navbar-toggler:focus,
	.navbar-toggler:active,
	.navbar-toggler-icon:focus {
	outline: none !important;
	box-shadow: none;
}
  
.d-flex-logo {
	display: flex;
	flex-direction: column;
}
.d-flex-logo a {
	flex: 1;
}

.custom-logo-link img {
	max-width: 130px;
}

@media(max-width: 768px){
	.custom-logo-link img {
		max-width: 120px;
		margin-top: 3px !important;
	}
	
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.355em;
  vertical-align: 0.100em;
  content: "";
}

.btn-arena {
	line-height: 0.7 !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23FFC107' class='bi bi-trophy-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left center;
}

.custom-tooltip {
	border-radius: 25px!important;
  opacity: 1 !important;
}
.custom-tooltip .tooltip-inner {
	max-width: 250px !important;
	padding: 15px !important;
	color: #343434 !important;
  background-color: #ffffff !important;
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	box-shadow: -2px -1px 15px -4px rgba(0,0,0,0.20);
	-webkit-box-shadow: -2px -1px 15px -4px rgba(0,0,0,0.20);
	-moz-box-shadow: -2px -1px 15px -4px rgba(0,0,0,0.20);
  border: 1px solid #f0f0f0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.7) var(--bs-tooltip-arrow-height) !important;
  border-bottom-color: #fff !important;
}

.navbar-custom  .navbar-nav .nav-item,
.offcanvas  .navbar-nav .dropdown-menu {
	font-size: 14px;
}
.navbar-custom  .navbar-nav .dropdown-menu .nav-item {
	font-weight: normal !important;
	font-weight: 400 !important;
}
.navbar-custom .nav-item .nav-link ,
.offcanvas .nav-item .nav-link {
    color: #000;
}
.navbar-custom .navbar-nav li > a > focus,
.offcanvas .navbar-nav li > a > focus {
	outline: none;
}

.navbar-custom .nav-item a:active,
.navbar-custom .nav-item .nav-link.active ,
.offcanvas .nav-item a:active,
.offcanvas .nav-item .nav-link.active {
	color: #6f42c1;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.offcanvas .nav-item.active .nav-link,
.offcanvas .nav-item:focus .nav-link,
.offcanvas.nav-item:hover .nav-link {
    color: #000;
}
/* .navbar-custom dropdown-menu .dropdown-item {} */
.navbar-custom .dropdown .dropdown-item,
.navbar-custom .dropdown .dropdown-item:visited,
.offcanvas .dropdown .dropdown-item,
.offcanvas .dropdown .dropdown-item:visited {
	color: #000;
}
.navbar-custom .dropdown-item.active,
.navbar-custom .dropdown-item:active,
.offcanvas .dropdown-item.active,
.offcanvas .dropdown-item:active {
	color: #000;
}
.navbar-custom .dropdown-item.active, .dropdown-item:active,
.offcanvas .dropdown-item.active, .dropdown-item:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #6f42c1;
}

.wrapper-home {
	overflow: hidden;
}

@media (min-width: 920px) {
	.navbar-custom .nav-link {
		line-height: 1;
		padding: 1rem .9rem !important;
	}

	.navbar-custom .navbar-nav li ul li:is(:first-child) a{
		padding-left: 16px;
	}
}

@media (max-width: 920px) {
	.navbar-custom .nav-link {
		padding: 0.5rem 0.5rem 0.5rem 0 !important;
	}
}

.my-nav .nav-link {
  padding: 0.5rem 0 !important;
}
.my-nav li.nav-item {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
}
.my-nav li.nav-item li {
	padding-left: 0rem;
	padding-right: 0rem;
}

.dropdown-toggle-icon-none .dropdown-toggle:after,
.dropdown-toggle-icon-none .dropdown-toggle:before{
	content: none !important;
}

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

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

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

.comment-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.comment-metadata a,
.comment-metadata a:visited,
.comment-metadata a:hover {
	color: #454545 !important;
	font-size: 90% !important;
}
.comments-area ul,
.comments-area ol {
	list-style: none;
}
.comments-area ol li,
.comments-area ul li {
	padding: 10px 15px;
}
.comment-list .thread-even,
.comment-list .comment.even,
.comment-list .comment.odd{
	margin-bottom: 15px;
}
.comments-area .reply {
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1;
}
.comments-area .reply a{
	padding: 3px 10px;
	border: 1px solid #dee2e6;
	background-color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
}
.comments-area .reply a:hover,
.comments-area .reply a:active{
	opacity: 1;
}
#cancel-comment-reply-link{
	padding: 3px 10px;
	background-color: #969696;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff !important;
	font-size: 11px;
	margin-left: 15px;
}
.comments-area img.avatar {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

/* If we don not need border please copy paste post-navigation style to the original from underscores.me.
 * If we need border use this
 * https://stackoverflow.com/questions/40735340/css-flex-children-gutters-with-margin/40735524
 * Now we need
 */

.post-navigation{
	margin: .6em 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next{
	line-height: 1 !important;
}
.posts-navigation .nav-links,
 .post-navigation .nav-links {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
	 -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
 }
 
 .posts-navigation .nav-next,
 .post-navigation .nav-next,
 .posts-navigation .nav-previous,
 .post-navigation .nav-previous {
   padding: 0;
   -webkit-box-flex: 0;
   -webkit-flex: 0 0 calc(50% - 0.5em);
   -ms-flex: 0 0 calc(50% - 0.5em);
   flex: 0 0 calc(50% - 0.5em);
   margin-bottom: 1em;
 }
 
 .posts-navigation .nav-next,
 .post-navigation .nav-next {
	 text-align: end;
 }
/* Posts and pages
--------------------------------------------- */
ul.pagination {
	line-height: 1.4;
}

.pagination li > a,
.pagination li > span {
  display: inline-block;
  padding: 3px 12px !important;
  margin: 5px 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  text-decoration: none;
}
.pagination li > span.page-numbers.current {
	background-color: #767676;
	color: #fff;
}
.pagination li > span.page-numbers.dots {
	border: 0px;
}
.pagination li > a:hover {
	background: #4d4d4d;
	border-color: #4d4d4d;
	color: #fff !important;
	text-decoration: none;
}

.pagination li > a,
.pagination li > a:visited {
	color: #777777;
}

.post-navigation .nav-subtitle {
    display: block;
    margin: 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #cacaca;
}

/* Content
--------------------------------------------- */
.sticky {
	display: block;
}

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

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

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

/* reset */
.page-links .post-page-numbers {
	 background-color: #fff !important;
	 padding: .3em .75em;
	 margin: 0em .1em;
	 border-radius: 7px;
	 border: 1px solid #fff;
}

.page-links .post-page-numbers.current {
	 background-color: #fff !important;
	 border: 1px solid #dee2e6;
	 font-weight: 700 !important;
}

.header-cover {
	min-height: 250px;
	max-height: 300px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

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

.footer-widget .widget-area ul {
	padding-left: 0;
	list-style: none;
}

.footer-widget .footer-three picture img {
	border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	-o-border-radius: 12px !important;
	-webkit-border-radius: 12px !important;
}

.copyright {
	line-height: 1;
}


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

.bypostauthor {
	display: block;
}
.comment-respond .submit {
	margin-top: 1em;
	font-weight: 500;
}
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
}

.widget h2 {
	font-size: 1rem;
}

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

.widget.widget-page ul {
	padding: 0;
	margin: 15px 0;
	list-style: none;
}
.widget.widget-page ul li {
	padding: 8px 15px;
	margin: 0;
	line-height: 1.2;
	border-top: 1px solid #fafafa;
	font-size: 14px;
}

h2.widget-title-border{
	position:relative;
}
/* Horizontal center-line */

h2.widget-title-border:before{
	position: absolute;
	display:block;
	top:0;
	left:0;
	bottom:0;
	content: attr(data-content);
	background-color:#FFF;
	color:#FFF;
	z-index:-1;
	padding-right:.5em;
}
h2.widget-title-border:after{
	position:absolute;
	content:'';
	display: block;
	left:0;
	right:0;
	top:50%;
	background-color:#d0d0d0;
	height:1px;
	min-height:1px;
	z-index:-2;
}
h2.widget-title-border span { 
	background:#fff; 
	padding: 7px 9px 7px 0;
}

/* RELATED */
h2.widget-title-border-related{
	position:relative;
}
/* Horizontal center-line */

h2.widget-title-border-related:before{
	position: absolute;
	display:block;
	top:0;
	left:0;
	bottom:0;
	content: attr(data-content);
	background-color:#FFF;
	color:#FFF;
	z-index:-1;
	padding-right:.5em;
}
h2.widget-title-border-related:after{
	position:absolute;
	content:'';
	display: block;
	left:0;
	right:0;
	top:50%;
	background-color:#d0d0d0;
	height:1px;
	min-height:1px;
	z-index:-2;
	margin-right: 75px;
}
h2.widget-title-border-related span { 
	background:#fff; 
	padding: 7px 9px 7px 0;
}

/* 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 logo link wraps around logo image. */
.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;
}

/* 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.posted-on a,
.posted-on a:visited {
	color: #767676;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	font-size: 10px;
}
/* Accessibility
--------------------------------------------- */

/* 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;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------
 * START CUSTOMIZE BOOTSTRAP 5 
 *--------------*/
.border,
.border-start,
.border-end,
.border-top,
.border-bottom {
	border-color: #efefef !important;
}

/* -sm */
@media (min-width: 576px) {
	.custom-border-bottom-sm {
		border-bottom: 1px solid #efefef !important;
	}
	.custom-border-bottom-sm-0 {
		border-bottom: 0px !important;
	}
}

.ms-min-1 {
	margin-left: -25px !important;
}
/* -md */
@media (min-width: 768) {
	.custom-border-bottom-md {
		border-bottom: 1px solid #efefef !important;
	}
	.custom-border-bottom-md-0 {
		border-bottom: 0px !important;
	}
}

/* -lg*/
@media (min-width: 992px) {
	.custom-border-bottom-lg {
		border-bottom: 1px solid #efefef !important;
	}
	.custom-border-bottom-lg-0 {
		border-bottom: 0px !important;
	}
}


.border-bottom {
  margin-left: 0.25rem !important;
}

.rounded,
.rounded img,
.rounded-1 img,
.rounded-2 img,
.rounded-3 img {
	border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}
img.rounded-circle{
  border-radius: 50% !important;
}
/* .fw-light : 300
 * .fw-normal: 400
 * .fw-bold: 700
 * .fw-semibold: 600 
*/

.fw-500 {
	font-weight: 500 !important;
}

.bi {
	font-weight: 400 !important;
}

.minus-gap {
	margin-left: -15px;
	margin-right: -15px;
}
@media (max-width: 768px) {
	.m-15 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}
.m-lg-15 {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

 /* .single article .text-justify p,
 .single article .text-justify blockquote,
 .page article .text-justify p {
	text-align: justify !important;
 } */
 .nav-search .dropdown-menu {
	 width: 100%;
	 min-width: 20rem;
	 z-index: 5;
 }
/* Also custom color */

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /* border: 1px solid #dee2e6;*/
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 768px){
	.sticky-top{
		top: 95px;
	}
	#navbar-social.sticky-top{
		top: 62px !important;
	}
}

  .footer {
	  background-color: #f7f7f7;
  }

  /* Fallback link for widget and footer */
  .footer a,
  .widget a,
  .footer a:visited,
  .widget a:visited {
	  color: #343434 !important;
  }
  .footer a:hover,
  .widget a:hover {
	  color: #4169e1 !important;
  }
  
  @media (min-width: 992px){
	  .navbar-custom .dropdown-menu {
		box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075) !important;
	  }
  }

.mysearch .btn {
  border: none;
  margin-left: -2px;
}

/* 
* https://stackoverflow.com/questions/2610497/change-a-html5-inputs-placeholder-color-with-css
.mysearch .form-control {
	min-width: 100%;
}
*/
.mysearch .form-control {
	border-color: #f5f5f5 !important;
}
.mysearch .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #7e7e7e !important;
}
.mysearch .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #7e7e7e !important;
	font-size: 14px !important;
	opacity: .75 !important;
}
.mysearch .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #7e7e7e !important;
	font-size: 14px !important;
	opacity: .75 !important;
}
.mysearch .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #7e7e7e !important;
	font-size: 14px !important;
	opacity: .75 !important;
}
.mysearch .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color:    #7e7e7e !important;
	font-size: 14px !important;
	opacity: .75 !important;
}

.mysearch .form-control::placeholder { /* Most modern browsers support this now. */
	color:    #7e7e7e !important;
	font-size: 14px !important;
	opacity: .75 !important;
}

.mysearch .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #7e7e7e !important;
}
.mysearch .form-control:focus{
	border-color: #e0e0e0 !important;
}
 .my-form-switch .form-check-input {
	cursor: pointer;
	display: block;
}
.my-form-switch .form-check {
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5em;
  margin-bottom: 0rem;
}
.my-form-switch .form-switch {
  padding-left: 1.5em;
}
.my-form-switch .form-switch .form-check-input {
  width: 1.5em;
  margin-left: -1.7em;
  margin-top: 0em;
  vertical-align: middle;
} 


.switcher .form-check-input {
	width: 1.4em;
	height: 1.4em;
	margin-top: 0.1em;
	vertical-align: top;
	background-color: transparent;
	border: 0px solid rgba(0, 0, 0, 0.25);
	}

.switcher  .form-check-input[type=checkbox] {
	border-radius: 0em;
}
.switcher .form-check-input:focus {
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.switcher .form-check-input:checked {
	background-color: transparent;
	border-color: transparent;
}
.switcher .form-switch {
	padding-left: 0em;
}
.switcher .form-switch .form-check-input {
	width: 1.4em;
	margin-left: 0em;
	cursor: pointer;
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
  
.switcher .form-switch .form-check-input {
	background-image: url('https://www.vcgamers.com/about/wp-content/uploads/2023/11/Light-Switch.svg.svg');
}

.switcher .form-switch .form-check-input:focus {
	background-image: url('https://www.vcgamers.com/about/wp-content/uploads/2023/11/Light-Switch.svg.svg');
    /* -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite; */
}
.switcher .form-switch .form-check-input:checked {
	background-image: url('https://www.vcgamers.com/about/wp-content/uploads/2023/11/sun-01.svg');
}

#tag-branding {
	margin-left: -3px;
	color: #000;
}
.logo-arrow {
    display: inline-block;
    position: relative;
    border: 1px solid #000;
	background-color: #fff;
    text-decoration: none;
    border-radius: 2px;
    padding: 1px 2px 0 2px;
	color: #000;
	line-height: 1 !important;
}

.logo-arrow:before {
    content: '';
    display: block;  
    position: absolute;
    left: -8px;
	bottom: 15%;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #000;
} 

.logo-arrow:after {
    content: '';
    display: block;  
    position: absolute;
    left: -7px;
	bottom: 15%;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #fff;
}

.search-field{
	background-color: #fff;
	border-radius: 25px 0 0 25px !important;
	-webkit-border-radius: 25px 0 0 25px !important;
	-moz-boder-radius: 25px 0 0 25px !important;
	border: 1px solid #f8f8f8;
	padding: 12px 20px !important;
}
.search-submit{
	border-radius: 0 25px 25px 0 !important;
	-webkit-border-radius: 0 25px 25px 0 !important;
	-moz-boder-radius: 0 25px 25px 0 !important;
	border: 1px solid #f8f8f8;
	padding: 13px 15px !important;
	margin-left: -5px !important;
}
#tag-branding {
	max-width: 100px;
}

header  .modal-backdrop.show {
	opacity: 0.1;
}

header .btn-close {
	box-sizing: content-box;
	width: 1em !important;
	height: 1em !important;
	padding: 0.25em 0.25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.8em auto no-repeat;
	border: 0;
	border-radius: 0.25rem;
	opacity: 0.5;
}

/* COLOR REWRITE SET */
.a-grey a {
	color: #595959 !important;
}

/*
 * ========================================= 
 * START ADDONS
 * =========================================
 */
.bg-whatsapp {
	background-color: #128C7E;
	color: #fff;
}
.bg-twitter {
	background-color: #1DA1F2;
	color: #fff;
}
.bg-facebook {
	background-color: #4267B2;
	color: #fff;
}
.bg-telegram {
	background-color: #0088cc;
	color: #fff;
}

/* VCG COLOR */
.vcg-link,
.nav-link .vcg-link {
	color: #6843c6 !important;
}
.vcg-link:hover,
.nav-link:hover .vcg-link  {
	color: #7400b2 !important;
}

/* CUSTOM DROPDOWN ICON */
.mytab .dropdown-toggle::after,
.mytab .dropstart .dropdown-toggle::before,
.mytab .dropstart .dropdown-toggle::after,
.myCustomMenu .dropdown-toggle::after,
.navbar-social .dropdown-toggle::after,
.navbar-social .dropdown-toggle::before,
.nav-share .dropdown-toggle::before,
.nav-share .dropdown-toggle::after{
  display: none;
}
.myCustomMenu .dropdown-menu {
	min-width: 5.5rem;
}
.myCustomMenu .nav-link {
  padding-left:  1px !important;
  paddin
  g-right: 1px !important;
}
.mytab .dropstart .dropdown-menu {
  top: 5px !important;
  right: 100%;
  left: auto;
  margin-top: 10px !important;
  margin-right: -10px !important;
}
@media (max-width: 720px) {
	.mx-min{
		margin-left: -10px;
		margin-right: -10px;
	}
}
/*
.navbar-social .dropdown-menu {
	min-width: 10rem !important;
}
*/

/* Load more */
.ultrafast_loadmore span {
	background-color: #6f42c1;
	color: #fff !important;
	font-weight: 500;
	cursor:pointer;
	text-align: center !important;
	margin: 15px auto;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}

.splide__arrow--prev.mycaraousel {
	top: -35px !important;
	left: auto !important;
	right: 45px !important;
}
.splide__arrow--next.mycaraousel {
	top: -35px !important;
	right: 15px !important;
}

@media (min-width: 992px) {
	.splide__arrow--prev.mycaraousel {
		top: -39px !important;
		left: auto !important;
		right: 45px !important;
	}
	.splide__arrow--next.mycaraousel {
		top: -39px !important;
		right: 15px !important;
	}
}

.splide__arrow.mycaraousel-svg svg {
    fill: #a0a0a0 !important;
    height: 1em;
    width: 1em;
}
.splide__arrow.s-50 {
  background-color: transparent !important;
}
.splide__arrow.s-50 svg {
    height: 1.2em;
    width: 1.2em;
}
@media (max-width: 768px){
	.splide__arrow {
		height: 1.8 !important;
		opacity: .5 !important;
	}
	.splide__arrow.s-50 svg {
		height: 1em !important;
    width: 1em !important;
	}
}

.splide__arrow.opacity-25:hover {
	opacity: .7 !important;
}

#menu-social-footer.menu {
	list-style: none;
}
#menu-social-footer.menu li {
	display: inline !important;
	margin-right: 3px;
}
