/*!
  * Theme: ThePRO
  * Description: Personal Portfolio Wordpress Theme
  * Author: ThemeREC
  * Author URI:	https://www.templatemonster.com/authors/themerec/
  * License: TemplateMonster Website Templates Licenses: https://www.templatemonster.com/licenses
  */

html, body {
  /* James */
  background-color: #ededed;
  color: #888888;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.95;
  overflow-x: hidden;
}

:focus {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
html {
  background-color: transparent !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}
i.icon {
  line-height: 100%;
}
b {
  font-weight: 700;
}
/*
blockquote {
  border-left: 2px solid;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  line-height: 24px;
  padding: 8px 20px;
}
*/
img {
  max-width: 100%;
  height: auto;
}
ol, ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* SCROLL BAR */
::-webkit-scrollbar {
  width: 10px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(84 84 84 / 50%);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(84, 84, 84, 70%);
}

/* LINK */
a:not(.trc-btn-primary) {
  color: #000000;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
a:focus,
a:hover {
  text-decoration: none;
}

/* BUTTON */
.trc-btn-primary {
  display: inline-block;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 25px;
  user-select: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.5;
  text-transform: inherit;
}
.trc-btn-primary:hover {
  filter: brightness(1.1);
}
.trc-btn-primary:focus {
  box-shadow: none;
}

/* INPUT */

input:not([type=submit],[type='checkbox'],[type='radio']),
select,
.woocommerce .select2,
textarea {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  background-color: #F2F2F2;
  color: inherit;
  border: none !important;
  border-bottom: 1px solid #545454 !important;
  border-radius: 0;
  height: 44px;
  padding: 9px 14px;
  -moz-appearance: none;
  appearance: none;
  text-transform: inherit;
}
input:not([type=submit],[type='checkbox'],[type='radio'])::placeholder,
textarea::placeholder {
  color: #9F9F9F;
}
textarea {
  height: auto;
}

/* Select */
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Checkbox */

input[type='checkbox'] {
  vertical-align: middle;
  margin: -2px 5px 0 0;
  display: inline;
}

/* PRELOADER */
.preloader {
  background-color: #101010;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.preloader .loader-bar {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 33.3%;
  width: 33.3%;
  height: 1px;
  background-color: #ffffff;
  z-index: 99999;
  transform-origin: left;
  transform: scaleX(0);
  animation: loaderbar 2s infinite alternate;
}
@keyframes loaderbar {
  0% {
    transform: translateX(0) scaleX(0);
    transform-origin: left;
    left: 33.3%;
    right: auto;
  }
  45% {
    transform: translateX(0) scaleX(1);
    transform-origin: left;
    left: 33.3%;
    right: auto;
  }
  50% {
    transform: translateX(0) scaleX(1);
    transform-origin: right;
    left: auto;
    right: 33.3%;
  }
  100% {
    transform: translateX(0) scaleX(0);
    transform-origin: right;
    left: auto;
    right: 33.3%;
  }
}

/* Back to Top Button */
.back-top {
  background-color: #ffffff;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border: 1px solid #000000;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 47px;
  cursor: pointer;
  opacity: 0;
  transition: background-color .3s, opacity .4s, visibility .4s;
  z-index: 9999;
}
.back-top i {
  color: #000000;
  font-size: 18px;
}
.back-top.show {
  opacity: 1;
}
/* Modified by James */
/* @media (max-width: 576px) { */
@media only screen and (max-width: 576px)
{
  .back-top 
	{
    /* display: none; */
  }
}

/* SOCIAL MEDIA ICONS */
.social-icons {
  position: fixed;
  left: 2rem;
  top: 50%;
  z-index: 1;
}
.social-icons .follow-label {
  color: #000000;
  padding-right: 75px;
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  transform-origin: 100% 0;
  text-align: right;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.social-icons .follow-label::after {
  content: '';
  position: absolute;
  background-color: #000000;
  top: 50%;
  right: 0;
  width: 50px;
  height: 1px;
}
.social-icons .list-social-icons > li {
  line-height: 100%;
  margin-bottom: 16px;
  text-align: center;
}
.social-icons i.icon {
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 1080px) {
  .social-icons {
    display: none;
  }
}

/* 
  ===================
    HEADING SECTION
  ===================
*/
.section-heading > .section-title {
  display: inline-block;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.section-heading > .section-title .title-bg {
  position: absolute;
  left: -6px;
  color: #ffffff;
  font-size: 110px;
  font-weight: 900;
  line-height: 1;
  max-width: 100%;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgb(0 0 0 / 20%);
  -webkit-user-select: none;
  bottom: -30px;
  z-index: -1;
  text-transform: uppercase;
}
.section-heading.page-heading {
  text-align: center;
}
.section-heading.page-heading > .section-title {
  font-size: 46px;
  margin-bottom: 37px;
}
.section-heading.page-heading > .animated-bar {
  background-color: #000000;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto 0 auto;
  position: relative;
  right: 0;
  width: 75px;
  overflow: hidden;
}
.section-heading.page-heading > .animated-bar:after,
.section-heading.page-heading > .animated-bar:before {
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: barAnimation;
  -webkit-animation-timing-function: linear;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: barAnimation;
  animation-timing-function: linear;
  background-color: #ffffff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
}
.section-heading.page-heading > .animated-bar:before {
  left: 8px;
}
.section-heading.page-heading > .animated-bar:after {
  left: 0;
}
@-webkit-keyframes barAnimation {
  from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(75px);
      transform: translateX(75px);
  }
}
@keyframes barAnimation {
  from {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
  to {
      -webkit-transform: translateX(75px);
      transform: translateX(75px);
  }
}
.section-heading > .section-description {
  font-size: 15px;
  margin-bottom: 17px;
}
@media (max-width: 991.98px) {
  .single-section:not(:last-child) {
      margin-bottom: 100px;
  }
  .section-heading > .section-title {
      font-size: 36px;
  }
  .section-heading > .section-description {
      font-size: 14px;
  }
  .section-heading.page-heading > .section-title {
      font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .section-heading > .section-description {
      font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .section-heading > .section-title {
      font-size: 34px;
  }
  .section-heading.page-heading > .section-title {
      font-size: 36px;
  }
}

/* HEADING SECTION: PAGES */
.section-heading.page-heading {
  margin-top: 8rem;
  margin-bottom: 6rem;
}

/* HEADING SECTION: SINGLE PAGES */
.single .section-heading.page-heading .section-post-info {
  font-size: 15px;
  margin-bottom: 22px;
  color: #000000;
}
.single .section-heading.page-heading .section-post-info .icon {
  margin-right: .5rem;
  margin-left: 20px;
  font-size: 16px;
}
.single .section-heading.page-heading > .section-title {
  margin-bottom: 33px;
}

/* 
  =========
    TEAM
  =========
*/
.team-section .member-img img {
  width: 100%;
}
.team-section .member-info {
  border-left-width: 2px;
  border-left-style: solid;
  margin-left: 35px;
  padding-top: 90px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 10px;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
.team-section .member-name {
  margin-bottom: 2px;
}
.team-section .member-title {
  font-size: 16px;
}
.team-section .member-socialmedia {
  padding-top: 5px;
}
.team-section .member-socialmedia .nav .nav-link {
  padding: 0;
  padding-right: 20px;
  font-size: 16px;
}

/* 
  =========
    WPML
  =========
*/
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
  padding-bottom: 30px;
}

/* 
  =============
    ELEMENTOR
  =============
*/
.table > :not(:first-child) {
  border: none;
}

/* Add some top padding while using elementor editor to prevent edit issue with navbar  */
.elementor-editor-active.logged-in .elementor-edit-area {
  padding-top: 105px;
}

/* Elementor library : Remove Header/Footer from Elementor Canvas */
body.single-elementor_library .navbar,
body.single-elementor_library .footer {
	display:none !important;
}
/* Remove top padding when edting in elementor library */
body.single-elementor_library .elementor-edit-area.elementor-edit-area-active {
  padding-top: 0;
}

/* Disable "Fixed Social Media" and "Back to Top Button" while Elementor sidebar editor is active  */
body.elementor-editor-active .social-icons,
body.elementor-editor-active .back-top {
  display:none;
}

/* 
  ==========
    NAVBAR
  ==========
*/
.navbar-container {
  position: relative;
}
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1030;
  background-color: transparent;
  padding: 0;
  line-height: 75px;
  transition: all .2s ease;
}
.navbar * li {
  list-style: none;
}
.navbar-scrolled {
  position: fixed;
  line-height: 63px;
  background-color: rgb(255 255 255 / 80%);
  box-shadow: 0 0 10px rgb(0 0 0 / 8%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -ms-backdrop-filter: blur(10px);
}
@media (min-width: 600px) {
  .admin-bar .navbar-scrolled {
    top: 46px;
  }
}
@media (min-width: 782px) {
  .admin-bar .navbar-scrolled {
    top: 32px;
  }
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  filter: none;
}
.navbar .navbar-brand span {
  color: #000000;
  text-transform: uppercase;
}
.navbar .navbar-brand img {
  width: 110px;
}
.navbar .navbar-components {
  display: none;
}
.navbar .navbar-nav .nav-link {
  color: #000000;
  opacity: .7;
  font-size: 15px;
  padding: 0.5rem 0.3rem;
}
.navbar .navbar-nav .nav-link:hover {
  opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link {
  margin: 0 16px;
}

/* Navbar menu toggle */
.navbar .navbar-menu-toggle {
  position: relative;
  margin: 0 auto;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.navbar .navbar-menu-toggle:before,
.navbar .navbar-menu-toggle span, 
.navbar .navbar-menu-toggle:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
}
.navbar .navbar-menu-toggle span {
  top: 50%;
  margin-top: -0.5px;
  width: 70%;
}
.navbar .navbar-menu-toggle:after {
  top: auto;
  bottom: 0;
}
/* On click .navbar-menu-toggle (active) */
.navbar .navbar-menu-toggle.active:before {
  opacity: 0;
}
.navbar .navbar-menu-toggle.active span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100%;
}
.navbar .navbar-menu-toggle.active:after {
  bottom: 9px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* End Navbar menu toggle */

/* NAVBAR: Dropdown Menu */
.navbar .dropdown:hover > .dropdown-menu {
  display: block; /* this makes the dropdown menu stay open while hovering it */
  min-width: auto;
  animation: fadeDropdown 0.5s; /* required for the fade animation */
}
@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.navbar .dropdown-toggle:focus { /* removes dropdown outline on focus  */
  outline: 0;
}
.navbar .dropdown-menu {
  background-color: #ffffff;
  margin-top: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  width: 15rem;
  line-height: 1.95;
}
.navbar .dropdown-item {
  color: #000000;
  opacity: .7;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  padding: 7px 16px;
  white-space: normal;
}
.navbar .dropdown-item:hover {
  color: #000000;
  background-color: transparent;
  opacity: 1;
}
/* NAVBAR: End Dropdown Menu */

@media (max-width: 767.98px) {
  .navbar .navbar-brand img {
      width: 90px;
  }
  .navbar .navbar-menu-toggle {
    display: block;
  }
  .navbar .navbar-collapse .navbar-nav {
      background-color: #ffffff;
      box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
      padding: 8px 20px;
      position: absolute;
      top: 77px;
      left: 0;
      width: 100%;
      z-index: 2;
      line-height: 1.95;
      max-height: 25rem;
      overflow-y: auto;
      overflow-x: hidden;
      animation: fadeDropdown 0.5s;
  }
  .navbar .navbar-collapse.collapsing {
      transition:none
  }
  .navbar .navbar-collapse .navbar-nav .nav-link {
      opacity: 1;
      font-size: 14px;
      letter-spacing: 0.35px;
      padding: 7px 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-link:focus,
  .navbar .navbar-collapse .navbar-nav .nav-link:hover {
      color: #000000;
  }
  /* Dropdown Menu */
  .navbar .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    width: auto;
  }
  .navbar .dropdown-item {
    opacity: 1;
    padding-left: 2.5rem;
  }

  .navbar .navbar-components {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .navbar .shopping-cart.dropdown {
    display: none;
  }
}

/* 
  ==================
    SKILL PROGRESS
  ==================
*/
.skills-section .single-skill:not(:last-child) {
  margin-bottom: 42px;
}
.skills-section .single-skill .skill-info {
  -ms-flex-pack: justify;
  color: inherit;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 4px;
}
.skills-section .single-skill .skill-info .skill-name {
  display: inline-block;
  margin-right: 40px;
}
.skills-section .single-skill .skill-progress {
  position: relative;
  background-color: #dedede;
  border-radius: 1px;
  font-size: 15px;
  height: 9px;
  overflow: visible;
}
.skills-section .single-skill .skill-progress .progress-bar {
  overflow: visible;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.skills-section .single-skill .skill-progress .progress-bar .skill-percentage {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 16px;
  color: #9f9f9f;
}
@media (max-width: 767.98px) {
  .skills-section .single-skill:not(:last-child) {
      margin-bottom: 40px !important;
  }
  .skills-section [class*="col-"]:not(:last-child) .single-skill {
      margin-bottom: 40px !important;
  }
}

/* 
  ====================
    SINGLE PORTFOLIO
  ====================
*/
.music-frame iframe {
  width: 100%;
}

/* 
  =============
    PORTFOLIO
  =============
*/
.portfolio-section .single-item {
  margin-bottom: 30px;
}
.portfolio-section .portfolio-title-card {
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-top: 13px;
  line-height: 1.4;
}
.portfolio-section .single-item a {
  filter: none !important;
}
.portfolio-section .filter-control {
  margin-bottom: 1.5rem;
  text-align: center;
}
.portfolio-section .filter-control > li {
  color: #000000;
  margin-right: 16px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
  transition: all 0.1s ease-in-out;
}
.portfolio-section .filter-control > li.tab-active:before,
.portfolio-section .filter-control > li:hover:before {
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.portfolio-section .portfolio-grid .portfolio-wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.portfolio-section .portfolio-grid .portfolio-wrapper:before {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.portfolio-section .portfolio-grid .portfolio-wrapper > .img-fluid {
  width: 100%;
}
.portfolio-section .portfolio-grid .portfolio-wrapper .item-content {
  left: 0;
  opacity: 0;
  padding: 3px 18px;
  position: absolute;
  text-align: center;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.portfolio-section .portfolio-grid .portfolio-wrapper .item-content .content-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
}
.portfolio-section .portfolio-grid .portfolio-wrapper .item-content .icon {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
.portfolio-section .portfolio-grid .portfolio-wrapper .item-content .quick-view {
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 760px) {
  .portfolio-section .portfolio-grid .portfolio-wrapper .item-content .quick-view {
    display: none;
  }
}
.portfolio-section .portfolio-grid .portfolio-wrapper:hover:before {
  opacity: 1;
  visibility: visible;
}
.portfolio-section .portfolio-grid .portfolio-wrapper:hover .item-content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .portfolio-section .filter-control > li {
      font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .portfolio-section .portfolio-grid .portfolio-wrapper .item-content .content-title {
      font-size: 14px;
  }
}

/* PORTDOLIO: CONTENT POPUP */
.mfp-scale-portfolio.mfp-bg {
  opacity: 1;
  background-color: rgba(0,0,0,0.9);
  transition: all 0.12s ease-out;
}
.mfp-scale-portfolio.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-scale-portfolio.mfp-wrap {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  transition: all 0.12s ease-out;
}
.mfp-scale-portfolio.mfp-wrap.mfp-ready {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
  overflow: hidden auto !important;
}
.mfp-scale-portfolio.mfp-wrap.mfp-removing {
  -webkit-transform: scale(0.8);
  opacity: 0;
  transform: scale(0.8);
}
.mfp-close-btn-in .mfp-close {
  font-family: initial;
  color: #ffffff;
  opacity: 1;
  font-size: 40px;
  transition: all 0.1s ease-in-out;
}

.mfp-portfolio .item-popup {
  padding: 60px 0;
}
.mfp-portfolio .item-popup .popup-category {
  color: #fff;
  font-size: 15px;
  margin-bottom: 3px;
}
@media (max-width: 992px) {
  .mfp-portfolio .item-popup .popup-category {
    margin-top: 20px;
  }
}
.mfp-portfolio .item-popup .popup-title {
  color: #fff;
  margin-bottom: 25px;
  font-size: 40px;
}
.mfp-portfolio .item-popup .popup-image img {
  width: 100%;
  height: auto;
}

/* 
  ================
    CONTACT FORM
  ================ 
*/
.wpcf7 .wpcf7-form .form-group {
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  top: 8px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  font-size: 0.8rem;
  line-height: 1.125rem;
}

@media (max-width: 1199.98px) {
  .wpcf7 .wpcf7-form .form-group {
      margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .wpcf7 .wpcf7-form {
      margin-bottom: 45px;
  }
}
/* Submit Notices */
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0 1em;
	background-color: #00a1d2;
  color: #ffffff;
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b44f;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #f56c28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #dca108;
}

/* 
  ==============
    SHARE POST
  ==============
*/
.share-post {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.share-post .share-label {
  position: relative;
  display: inline-block;
  padding-right: 75px;
  margin-right: 15px;
  line-height: 1.75;
  color: #000000;
  font-size: 19px;
  font-weight: 500;
}
.share-post .share-label::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 50px;
  height: 0;
  margin-top: -1px;
  border-top: 2px solid #000000;
}
.share-post a.nav-link {
  padding: 0px 14px;
  color: initial;
}
.share-network-icons .icon {
  font-size: 19px;
}
@media (max-width: 500px) {
  .share-post {
    display: block;
  }
  .share-post .share-label {
    margin-bottom: 10px;
  }
}

/* 
  ========
    PAGE
  ========
*/
.page {
  font-size: 15px;
}
/* 
  ===============
    SINGLE POST
  =============== 
*/
.post-thumbnail img {
  width: 100%;
  margin-bottom: 2rem;
}
.post-content {
  font-size: 15px;
  margin-bottom: 3rem;
}
.post-tags {
  margin-bottom: 1.5rem
}
.post-tags a {
  padding: 0 12px;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  display: inline-block;
}

/* 
  ==================
    Post Navigation
  ================== 
*/
.post-navigation {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d3d3d4;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.post-navigation .prev-post {
  text-align: left;
  flex: 1;
}
.post-navigation .next-post {
  text-align: right;
  flex: 1;
}
@media (max-width: 767.98px) {
  .post-tags {
    margin-bottom: 1rem;
  }
  .post-navigation {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .post-navigation .post-nav-title {
    display: none;
  }
  .post-navigation .prev-post span .icon {
    margin-right: 8px;
  }
  .post-navigation .next-post span .icon {
    margin-left: 8px;
  }
}

/* 
  ===========
    COMMENTS
  ===========
*/
.post-comments {
  border-top: 1px solid #d3d3d4;
  padding-top: 3rem;
}
/* COMMENT LIST */
.commets-count h3 {
  font-weight: 600;
  margin-bottom: 2rem;
}
.comments .children {
  padding-left: 2rem;
}
.comment-box {
  display: flex;
  position: relative;
  width: 100%;
}
.comment-box .comment-avatar {
  padding-right: 20px;
}
.comment-box .comment-avatar .avatar {
  border-radius: 10rem;
}
@media (max-width: 576px) {
  .comment-box .comment-avatar {
    padding-right: 15px;
  }
  .comment-box .comment-avatar .avatar {
    width: 60px;
  }
}
.comment-box .comment-core {
  background-color: #F2F2F2;
  padding: 14px;
  margin-bottom: 1.4rem;
  width: 100%;
}
.comment-box .comment-info .comment-reply {
  float: right;
}
.comment-box .comment-info .comment-author-date {
  margin-bottom: 8px;
  color: #000000;
}
.comment-box .comment-info .comment-author {
  font-size: 15px;
  font-weight: 600;
}
.comment-box .comment-info .comment-date {
  font-size: 13px;
}
.comment-reply .comment-reply-link::before {
  margin-right: 7px;
  content: "\f4c7";
  display: inline-block;
  vertical-align: middle;
  font-family: 'Ionicons';
  font-size: 15px;
  line-height: 14px;
  font-weight: 900;
}

/* COMMENT FORM */
.comment-from {
  margin: 1rem 0 0;
}
.comment-from .comment-reply-title {
  font-size: 25px;
}
.comment-from .comment-reply-title small {
  float: right;
  font-size: 16px;
  margin-top: 4px;
}
.comment-from .form-group {
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .comment-from .form-group {
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .comment-from {
    margin-bottom: 10px;
  }
}

/* 
  ==========
    HEADER
  ========== 
*/
.header {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
	/* Added by James */
  /*align-items: center;*/
	/*padding-top: 35%;*/
	padding-top: 8rem;
}

/*
@media (min-width: 10in) {
  .header {
    align-items: center;
  }
}
*/

@media only screen and (min-device-width: 10in) and (min-device-width: 1025px)
{
  .header 
	{
    align-items: center;
  }
}

@media (max-width: 767px) {
  .header {
    height: 100%;
    display: block;
    /* padding-top: 8rem; */
  }
}

/* HEADER: TYPEWRITER */
.header .typed-cursor {
  font-weight: 400;
}

/* HEADER: Button */
.header .trc-btn-primary {
  padding: 10px 30px;
  font-size: 18px;
}
@media (max-width: 500px) {
  .header .trc-btn-primary {
    font-size: 16px;
  }
}

/* HEADER: CONTACT INFO */
.header .contact-info {
  position: absolute;
  bottom: 2rem;
}
.header .contact-info ul {
  display: inline-block;
  position: relative;
  width: 100%;
}
.header .contact-info ul li {
  width: auto;
  float: left;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: #000000;
  padding: 0 2.5rem;
}
.header .contact-info ul li:first-child {
  padding-left: 0;
  border-left-width: 0;
}
.header .contact-info .label-info {
  font-size: 19px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .header .contact-info {
    position: initial;
    margin-top: 3rem;
  }
  .header .contact-info ul {
    display: block;
  }
  .header .contact-info ul li {
    float: none;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }
  .header .contact-info ul li:first-child {
    padding-left: 2rem;
    border-left-width: 1px;
  }
}
@media (min-width: 767px) {
  .header .contact-info ul li:last-child {
    padding-right: 0;
    border-right: none;
  }
}

/* HEADER: SCROLL DOWN */
@-webkit-keyframes bounce-mouse {
  0% {
      transform: translateY(-5px);
  }
  50% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(-5px);
  }
}
@keyframes bounce-mouse {
  0% {
      transform: translateY(-5px);
  }
  50% {
      transform: translateY(10px);
  }
  100% {
      transform: translateY(-5px);
  }
}
@-webkit-keyframes altura {
  0% {
      height: 50px;
  }
  50% {
      height: 0px;
  }
  60% {
      height: 0px;
  }
  100% {
      height: 50px;
  }
}
@-moz-keyframes altura {
  0% {
      height: 50px;
  }
  50% {
      height: 0px;
  }
  60% {
      height: 0px;
  }
  100% {
      height: 50px;
  }
}
@-o-keyframes altura {
  0% {
      height: 50px;
  }
  50% {
      height: 0px;
  }
  60% {
      height: 0px;
  }
  100% {
      height: 50px;
  }
}
@keyframes altura {
  0% {
      height: 50px;
  }
  50% {
      height: 0px;
  }
  60% {
      height: 0px;
  }
  100% {
      height: 50px;
  }
}

.header .scroll-down {
  position: absolute;
  right: 4rem;
  margin-left: -9px;
  bottom: 30px;
  height: 100px;
  cursor: pointer;
  z-index: 9;
}
.header .scroll-down .scroll-mouse {
  height: 38px;
  width: 25px;
  border: 2px solid #000000;
  border-radius: 50px;
  box-sizing: border-box;
  -webkit-animation: bounce-mouse 2s infinite ease-in-out;
  -o-animation: bounce-mouse 3s infinite ease-in-out;
  -ms-animation: bounce-mouse 3s infinite ease-in-out;
  -moz-animation: bounce-mouse 3s infinite ease-in-out;
  animation: bounce-mouse 3s infinite ease-in-out;
}
.header .scroll-down .scroll-mouse::before {
  position: absolute;
  top: 8px;
  left: 50%;
  content: '';
  width: 2px;
  height: 8px;
  margin-left: -1px;
  background-color: #000000;
  border-radius: 50rem;
  box-sizing: border-box;
}
.header .scroll-down .scroll-line {
  width: 1px;
  height: 50px;
  background-color: #000000;
  margin: 0 auto;
  margin-top: 15px;
  display: block;
  -webkit-animation: altura 3s infinite ease 1.5s;
  -moz-animation: altura 3s infinite ease 1.5s;
  -o-animation: altura 3s infinite ease 1.5s;
  animation: altura 3s infinite ease 1.5s;
}
@media (max-width: 767px) {
  .header .scroll-down {
    display: none;
  }
}

/* 
  ============
    SERVICES
  ============
*/
.services-section .single-service {
  background-color: #ffffff;
  border-bottom: 2px solid transparent;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  padding: 38px 42px;
  transition: all 0.15s ease-in-out;
}
.services-section .single-service .service-icon {
  display: inline-block;
  font-size: 58px;
  margin-bottom: 22px;
}
.services-section .single-service .service-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.services-section .single-service .service-description {
  margin-bottom: 0;
}

/* 
  ================
    TESTIMONIALS
  ================
*/
.testimonials-section .single-review {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  background-color: #ffffff;
  border: 1px solid rgb(0 0 0 / 10%);
  padding: 48px 40px;
  text-align: left;
  user-select: none;
}
.testimonials-section .single-review .review-header {
  margin-bottom: 23px;
}
.testimonials-section .single-review .review-client {
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
.testimonials-section .single-review .review-client .client-avatar {
  margin-right: 14px;
  width: 54px;
  height: 54px;
  object-fit: cover;
}
.testimonials-section .single-review .review-client .client-details {
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 100%;
}
.testimonials-section .single-review .review-client .client-name {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 7px;
}
.testimonials-section .single-review .review-client .client-role {
  color: #888;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.testimonials-section .single-review .review-icon {
  display: inline-block;
  font-size: 50px;
}
.testimonials-section .single-review .review-content {
  font-size: 15px;
  margin-bottom: 0;
}
.testimonials-section .tns-outer {
  position: relative;
}
.testimonials-section .tns-nav {
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .testimonials-section .single-review {
      padding: 45px 40px;
  }
  .testimonials-section .single-review .review-client .client-avatar {
      width: 50px;
      height: 50px;
  }
  .testimonials-section .single-review .review-client .client-role {
      font-size: 13px;
  }
  .testimonials-section .single-review .review-icon {
      display: inline-block;
      font-size: 47px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-section .single-review .review-content {
      font-size: 14px;
  }
}
@media (max-width: 362px) {
  .testimonials-section .single-review .review-icon {
      /* display: none; */
  }
}

/* 
  ===========
    PRICING
  ===========
*/
.pricing-section .single-plan {
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  padding: 50px 0;
  text-align: center;
}
.pricing-section .single-plan .plan-icon {
  display: inline-block;
  font-size: 54px;
  margin-bottom: 27px;
}
.pricing-section .single-plan .plan-type {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
}
.pricing-section .single-plan .plan-price {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 22px;
}
.pricing-section .single-plan .plan-list {
  margin-bottom: 18px;
}
.pricing-section .single-plan .plan-list li {
  padding: 8px;
}
@media (max-width: 991.98px) {
  .pricing-section .single-plan {
      padding: 50px 0;
  }
}

/* 
  ==========
    RESUME 
  ==========
*/
.resume-section .col-title {
  font-size: 26px;
  margin-bottom: 20px;
}
.resume-section .resume-items-wrapper {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.resume-section .resume-item {
  background-color: #ffffff;
  border-left: 2px solid transparent;
  padding: 32px 48px;
  position: relative;
}
.resume-section .resume-item:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}
.resume-section .resume-item:last-child {
  margin-bottom: 0;
}
.resume-section .resume-item .item-arrow {
  left: 0;
  margin-top: 2px;
  position: absolute;
}
.resume-section .resume-item .item-arrow:after,
.resume-section .resume-item .item-arrow:before {
  content: "";
  display: block;
  position: absolute;
}
.resume-section .resume-item .item-arrow:before {
  height: 16px;
  left: 0;
  width: 16px;
}
.resume-section .resume-item .item-arrow:after {
  border: 8px solid transparent;
  left: 16px;
}
.resume-section .resume-item .item-title {
  line-height: 100%;
  margin-bottom: 9px;
}
.resume-section .resume-item .item-details {
  display: inline-block;
  margin-bottom: 7px;
}
.resume-section .resume-item .item-description {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .resume-section .resume-item {
      padding-right: 20px;
  }
  .resume-section .col-12:last-child .resume-item:last-child {
      margin-bottom: 0;
  }
  .resume-section .col-12:first-child .resume-item:last-child {
      margin-bottom: 60px;
  }
}

/* 
  ==============
    BLOG CARDS
  ==============
*/
.blog-section .post-item {
  position: relative;
  background-color: transparent;
  border: none;
}
.blog-section .post-item a.post-img:hover,
.blog-section .post-item a.post-img:focus {
  filter: none;
}
.blog-section .post-item .post-img {
  display: block;
  position: relative;
  height: 100%;
}
.blog-section .post-item .post-date {
  display: inline-block;
  color: #ffffff;
  padding: 0 14px;
  width: fit-content;
}
.blog-section .post-item .post-img .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-section .post-item .post-details {
  padding: 15px 0 0 0;
}
.blog-section .post-item .post-details .post-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1px;
  margin-bottom: 6px;
}
.blog-section .post-item .post-details .content-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .blog-section .post-item .post-details .post-title {
      font-size: 20px;
  }
}

/* 
  ==============
    PAGINATION
  ==============
*/
.pagination {
  margin-bottom: 7rem;
  display: block;
  text-align: center;
}
.pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  font-weight: 500;
}

.pagination ul li a,
.pagination ul li span {
	background-color: transparent;
  color: #000000;
  padding: 12px 20px;
  margin: auto 5px;
}

.pagination span.page-numbers.dots:hover {
  background-color: transparent;
  color: #000000;
}

/* 
  ==============
    Breadcrumb
  ==============
*/
.breadcrumb {
  justify-content: center;
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: inherit;
}

/* 
  ========================
    NOT FOUND PAGE (404)
  ========================
*/
.not-found {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-found p {
  color: #000000;
  font-size: 17px;
}

/* 
  ==========
    SEARCH
  ==========
*/
.search-not-found {
  text-align: center;
}
.search-not-found .icon {
  color: #000000;
  font-size: 55px;
}
.search-not-found h2 {
  font-weight: 600;
  margin-top: 1rem;
}

/* 
  ==========
    FOOTER
  ==========
*/
.footer .footer-txt {
  padding: 30px 0;
  background-color: #000000;
}
.footer .footer-txt p {
  margin: 0;
  color: #ffffff;
  text-align: 'center';
}

/* 
  ===================
    TINY SLIDER CSS
  ===================
*/
.tns-nav {
  margin: 10px 0;
  text-align: center;
}
.tns-nav > [aria-controls] {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  height: 9px;
  margin: 0 5px;
  padding: 0;
  width: 9px;
}
.tns-nav > .tns-nav-active {
  background: #999;
}

/* 
  =====================
    LITY LIGHTBOX CSS
  =====================
*/
.lity {
  z-index: 99990;
}
.lity-wrap {
  z-index: 99990;
}
.lity-loader {
  z-index: 99991;
}
.lity-container {
  z-index: 99992;
}
.lity-content {
  z-index: 99993;
}
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  z-index: 99994;
}
.lity {
  transition: opacity 0.15s ease;
}
.lity-loader {
  transition: opacity 0.15s ease;
}
.lity-content {
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.lity-close {
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -ms-flex-pack: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 19px;
  justify-content: space-between;
  justify-content: center;
  position: relative;
  position: fixed;
  right: 25px;
  top: 25px;
  width: 30px;
  width: 22px;
}
.lity-close .btn-line,
.lity-close:after,
.lity-close:before {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: gray;
  height: 3px;
  width: 100%;
}
.lity-close:before {
  content: "";
  width: 85%;
}
.lity-close:after {
  content: "";
}
.lity-close .btn-line {
  width: 55%;
}
.lity-close .btn-line,
.lity-close:after,
.lity-close:before {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 2px;
}
.lity-close .btn-line {
  display: none;
}
.lity-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lity-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lity-close:active {
  top: 25px;
}
@media (max-width: 575.98px) {
  .lity-close {
      right: 15px;
  }
}



/* 

█▀▄ ▄▀█ █▀█ █▄▀   █░█░█ █▀▀ █▄▄
█▄▀ █▀█ █▀▄ █░█   ▀▄▀▄▀ ██▄ █▄█

*/

[data-skin="dark"] blockquote {
  background-color: #1e1e1e;
}

[data-skin="dark"] html, 
[data-skin="dark"] body {
  background-color: #121212;
  color: #9f9f9f;
}

[data-skin="dark"] .h1,
[data-skin="dark"] .h2,
[data-skin="dark"] .h3,
[data-skin="dark"] .h4,
[data-skin="dark"] .h5,
[data-skin="dark"] .h6,
[data-skin="dark"] h1,
[data-skin="dark"] h2,
[data-skin="dark"] h3,
[data-skin="dark"] h4,
[data-skin="dark"] h5,
[data-skin="dark"] h6 {
  color: #ffffff;
}

/* a link */
[data-skin="dark"] a:not(.trc-btn-primary) {
  color: #ffffff;
}

/* SCROLL BAR */
[data-skin="dark"] ::-webkit-scrollbar {
  background-color: #121212;
}

/* SCROLL UP */
[data-skin="dark"] .back-top {
  background-color: #121212;
  border-color: #ffffff;
}
[data-skin="dark"] .back-top i {
  color: #ffffff;
}

/* SOCIAL MEDIA ICONS */
[data-skin="dark"] .social-icons .follow-label {
  color: #ffffff;
}
[data-skin="dark"] .social-icons .follow-label::after {
  background-color: #ffffff;
}

/* INPUT */

[data-skin="dark"] input:not([type=submit],[type='checkbox'],[type='radio']),
[data-skin="dark"] select,
[data-skin="dark"] .woocommerce .select2,
[data-skin="dark"] textarea {
  background-color: #1c1c1c;
}
[data-skin="dark"] input:not([type=submit],[type='checkbox'],[type='radio'])::placeholder,
[data-skin="dark"] textarea::placeholder {
  color: #777777;
}

/* Select */
[data-skin="dark"] select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* 
  ==========
    NAVBAR
  ==========
*/
[data-skin="dark"] .navbar-scrolled {
  background-color: rgb(0 0 0 / 80%);
}
[data-skin="dark"] .navbar .navbar-brand span {
  color: #ffffff;
}
[data-skin="dark"] .navbar .navbar-nav .nav-link {
  color: #ffffff;
}
[data-skin="dark"] .navbar .dropdown-menu {
	background-color: #1e1e1e;
}
[data-skin="dark"] .navbar .dropdown-item {
	color: #ffffff;
}
[data-skin="dark"] .navbar .dropdown-item:hover {
  color: #ffffff;
}
[data-skin="dark"] .navbar .navbar-menu-toggle:before,
[data-skin="dark"] .navbar .navbar-menu-toggle span,
[data-skin="dark"] .navbar .navbar-menu-toggle:after {
  background-color: #ffffff;
}

@media (max-width: 767.98px) {
  [data-skin="dark"] .navbar .navbar-collapse .navbar-nav {
      background-color: #1e1e1e;
  }
  [data-skin="dark"] .navbar .navbar-collapse .navbar-nav .nav-link:focus,
  [data-skin="dark"] .navbar .navbar-collapse .navbar-nav .nav-link:hover {
      color: #ffffff;
  }
}

/* 
  ===================
    HEADING SECTION
  ===================
*/
[data-skin="dark"] .section-heading > .section-title .title-bg {
  color: #121212;
  -webkit-text-stroke-color: rgb(255 255 255 / 20%);
}
[data-skin="dark"] .section-heading.page-heading > .animated-bar {
  background-color: #ffffff;
}
[data-skin="dark"] .section-heading.page-heading > .animated-bar:after,
[data-skin="dark"] .section-heading.page-heading > .animated-bar:before {
  background-color: #121212;
}
/* HEADING SECTION: SINGLE PAGES */
[data-skin="dark"] .single .section-heading.page-heading .section-post-info {
  color: #ffffff;
}

/* 
  ==========
    HEADER
  ========== 
*/
[data-skin="dark"] .header .contact-info ul li {
  border-color: #ffffff;
}
[data-skin="dark"] .header .scroll-down .scroll-mouse {
  border-color: #ffffff;
}
[data-skin="dark"] .header .scroll-down .scroll-mouse::before {
  background-color: #ffffff;
}
[data-skin="dark"] .header .scroll-down .scroll-line {
  background-color: #ffffff;
}

/* 
  ============
    SERVICES
  ============
*/
[data-skin="dark"] .services-section .single-service {
  background-color: #1E1E1E;
}
[data-skin="dark"] .services-section .single-service .service-title {
  color: #ffffff;
}

/* 
  ==================
    SKILL PROGRESS
  ==================
*/
[data-skin="dark"] .skills-section .single-skill .skill-progress {
  background-color: #313131;
}


/* 
  ================
    TESTIMONIALS
  ================
*/
[data-skin="dark"] .testimonials-section .single-review {
  background-color: #1E1E1E;
}
[data-skin="dark"] .testimonials-section .single-review .review-client .client-name {
  color: #ffffff;
}

/* 
  ===========
    PRICING
  ===========
*/
[data-skin="dark"] .pricing-section .single-plan {
  background-color: #1E1E1E;
}
[data-skin="dark"] .pricing-section .single-plan .plan-type {
  color: #ffffff;
}
[data-skin="dark"] .pricing-section .single-plan .plan-price {
  color: #ffffff;
}

/* 
  ==========
    RESUME 
  ==========
*/
[data-skin="dark"] .resume-section .resume-item {
  background-color: #1E1E1E;
}
[data-skin="dark"] .resume-section .resume-item:not(:last-child) {
  border-bottom: 1px solid #313131;
}

/* 
  =============
    PORTFOLIO
  =============
*/
[data-skin="dark"] .portfolio-section .filter-control > li {
  color: #ffffff;
}

/* 
  ==============
    PAGINATION
  ==============
*/
[data-skin="dark"] .pagination ul li a,
[data-skin="dark"] .pagination ul li span {
  color: #ffffff;
}
[data-skin="dark"] .pagination span.page-numbers.dots:hover {
  color: #ffffff;
}

/* 
  ===========
    COMMENTS
  ===========
*/

/* COMMENT LIST */
[data-skin="dark"] .comment-box .comment-core {
  background-color: #1e1e1e;
}
[data-skin="dark"] .comment-box .comment-info .comment-author-date {
  color: #ffffff;
}

/* 
  ========================
    NOT FOUND PAGE (404)
  ========================
*/
[data-skin="dark"] .not-found p {
  color: #ffffff;
}

/* 
  ==========
    SEARCH
  ==========
*/
[data-skin="dark"] .search-not-found .icon {
  color: #ffffff;
}

/* 
  ==============
    SHARE POST
  ==============
*/
[data-skin="dark"] .share-post .share-label {
  color: #ffffff;
}
[data-skin="dark"] .share-post .share-label::after {
  border-top-color:#ffffff;
}

/* CSS mods by James */

/* Main Header */

/* Dark Theme */

[data-skin="dark"] .elementor-351 .elementor-element.elementor-element-2f2e12fd 
{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

[data-skin="dark"].elementor-351 .elementor-element.elementor-element-2f2e12fd > .elementor-background-overlay 
{
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media(min-width: 1025px)
{
  [data-skin="dark"] .elementor-351 .elementor-element.elementor-element-2f2e12fd:not(.elementor-motion-effects-element-type-background), [data-skin="dark"] .elementor-351 .elementor-element.elementor-element-2f2e12fd > .elementor-motion-effects-container > .elementor-motion-effects-layer 
  {
    background-attachment:scroll;
  }
}
/*
[data-skin="dark"] section#home_sec 
{	
	width: 100svw !important;
	left: calc((100svw - 100%) / -2) !important;
	background-color: #2a2a2a !important;

	background-image: url("https://codesolve.io/wp-content/uploads/2024/02/background-dark.jpg") !important;
	background-position: center center;
	background-repeat: no-repeat !important;
	background-size: cover;
	position: relative !important;
	height: 100vh !important;
	height: 100svh !important;
}
*/
/* -------------------------- */

/* Light Theme */

[data-skin="light"] .elementor-351 .elementor-element.elementor-element-2f2e12fd 
{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

[data-skin="light"].elementor-351 .elementor-element.elementor-element-2f2e12fd > .elementor-background-overlay 
{
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media(min-width: 1025px)
{
  [data-skin="light"] .elementor-351 .elementor-element.elementor-element-2f2e12fd:not(.elementor-motion-effects-element-type-background), [data-skin="light"] .elementor-351 .elementor-element.elementor-element-2f2e12fd > .elementor-motion-effects-container > .elementor-motion-effects-layer 
	{
    background-attachment:scroll;
  }
}
/*
[data-skin="light"] section#home_sec 
{
    width: 100svw !important;
    left: calc((100svw - 100%) / -2) !important;
    background-color: #d5d5d5 !important;

    background-image: url("https://codesolve.io/wp-content/uploads/2024/02/background-light.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover;
    position: relative !important;
    height: 100vh !important;
    height: 100svh !important;
}


@media only screen and (max-width: 767px)
{
	/* This will cover adjustment for both dark & light themes */
/*
	section#home_sec 
	{
		background-size: 900px !important;
		background-position: right bottom !important;
	}
}
*/
/* ----------- End of Header Changes--------------- */

[data-skin="dark"] .navbar a.navbar-brand, [data-skin="dark"] .elementor-351 .elementor-element.elementor-element-707eca71 .elementor-heading-title, [data-skin="dark"] .text-white, [data-skin="dark"] .elementor-351  .elementor-element.elementor-element-4cbff747 .elementor-heading-title, [data-skin="dark"] .elementor-351  .elementor-element.elementor-element-37b7229f .elementor-heading-title, [data-skin="dark"] .elementor-351  .elementor-element.elementor-element-619b5527 .elementor-heading-title, [data-skin="dark"] .footer .footer-txt p
{
	color: #FFFFFF!important;
}

[data-skin="light"] .navbar a.navbar-brand, [data-skin="light"] .elementor-351 .elementor-element.elementor-element-707eca71 .elementor-heading-title, [data-skin="light"] .text-white, [data-skin="light"] .elementor-351  .elementor-element.elementor-element-4cbff747 .elementor-heading-title, [data-skin="light"] .elementor-351  .elementor-element.elementor-element-37b7229f .elementor-heading-title, [data-skin="light"] .elementor-351  .elementor-element.elementor-element-619b5527 .elementor-heading-title, [data-skin="light"] .footer .footer-txt p
{
	color: #000000!important;
}

/* -------------------------- */

[data-skin="dark"] .elementor-351 .elementor-element.elementor-element-35a99c58:not(.elementor-motion-effects-element-type-background), .elementor-351 .elementor-element.elementor-element-35a99c58 > .elementor-motion-effects-container > .elementor-motion-effects-layer, [data-skin="dark"] .resume-section .resume-item, [data-skin="dark"] .testimonials-section .single-review {
    background-color: #1E1E1E!important;
}

[data-skin="light"] .elementor-351 .elementor-element.elementor-element-35a99c58:not(.elementor-motion-effects-element-type-background), .elementor-351 .elementor-element.elementor-element-35a99c58 > .elementor-motion-effects-container > .elementor-motion-effects-layer, [data-skin="light"] .resume-section .resume-item, [data-skin="light"] .testimonials-section .single-review {
    background-color: #E1E1E1!important;
}

/* -------------------------- */

[data-skin="dark"] .footer-txt
{
		background-color: #000000!important
}

[data-skin="light"] .footer-txt
{
		background-color: #FFFFFF!important
}

/* -------------------------- */

label.template-theme-toggle 
{
	/*
	width:500px; 
	height:200px;
	*/
	width:100px; 
	height:40px;
	position: relative;
	display: block;
	background: #242424;
	/*background: #ebebeb;*/
	border-radius: 40px; /*200*/
	box-shadow: inset 0px 5px 15px rgba(0,0,0,0.4), inset 0px -5px 15px rgba(255,255,255,0.4);
	cursor: pointer;
	transition: 0.3s;
}

label.template-theme-toggle:after 
{
	content: "";
	width:36px; /* 180 */
	height: 36px; /* 180 */
	position: absolute;
	top:2px; /* 10 */
	left:2px; /* 10 */
	/*background: linear-gradient(180deg,#ffcc89,#d8860b);*/
	background: linear-gradient(180deg,#777,#3a3a3a);
	border-radius: 180px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	transition: 0.3s;
}

Input.template-theme-toggle
{
	width: 0;
	height: 0;
	visibility: hidden;
}
		
Input.template-theme-toggle:checked + label.template-theme-toggle
{
	/*background: #242424;*/ 
	background: #ebebeb;
}

Input.template-theme-toggle:checked + label.template-theme-toggle:after 
{
	left:98px; /*490*/
	transform: translateX(-100%);
	/*background: linear-gradient(180deg,#777,#3a3a3a);*/
	background: linear-gradient(180deg,#ffcc89,#d8860b);
}

label.template-theme-toggle:active:after
{
	/* this gives the illusion of the toggle extends a little when you click on it */
	/* This setting is unnecessary for functionality - just optional */
	/*width: 52px; /*260*/
	width: 36px;
}

label.template-theme-toggle svg 
{
	position: absolute;
	width: 23px; /*30*/
	top:8px; /*10*/
	z-index: 20; /*100*/
}

label.template-theme-toggle svg.sun 
{
	left:70px; /*40*,68*/
	fill:#fff;
	transition: 0.3s;
}

label.template-theme-toggle svg.moon 
{
	left:8px; /*340*/
	fill:#7e7e7e;
	transition: 0.3s;
}

Input.template-theme-toggle:checked + label.template-theme-toggle svg.sun 
{
	fill:#7e7e7e;
}

Input.template-theme-toggle:checked + label.template-theme-toggle svg.moon 
{
	fill:#fff;
}

/* Mobile configurations */
@media only screen and (max-width: 767px)
{
	/* Adjust the Skills section on mobile devices*/
	.elementor-351 .elementor-element.elementor-element-ec65f87
	{
		display: grid;
		grid-template-columns: 1fr;
		padding: 1em;
		grid-row-gap: 100px;
	}
			
	/* Theme Toggle for mobile devices */
	navbar-nav ms-auto, label.template-theme-toggle
	{
		z-index: 2;
		height:30px;
		width:70px;
		border-radius: 30px;
		position: absolute;
		right: 10px;
		top: 90px;
	}
	label.template-theme-toggle:after 
	{
		width:26px;
		height: 26px;
	}
	Input.template-theme-toggle:checked + label.template-theme-toggle:after 
	{
		left:68px;
	}
	
	label.template-theme-toggle:active:after
	{
		width: 26px;
	}
	
	label.template-theme-toggle svg 
	{
		top:3px;
	}

	label.template-theme-toggle svg.sun 
	{
		left:44px;
	}

	label.template-theme-toggle svg.moon 
	{
		left:4px;
	}
	
	/* END Theme Toggle for mobile devices */
	
	/*Adjust mobile Menu Color */
	[data-skin="dark"] .navbar .navbar-collapse .navbar-nav
	{
		background-color: #1e1e1e;
	}
	
	[data-skin="light"] .navbar .navbar-collapse .navbar-nav
	{
		background-color: #e1e1e1;
	}

  /* Mobile Code Theme Toggle Placement */
  div.xcode_container > .input-container > input.xcode_switch 
  {
    top: 4px;
    left: 30px;
  }
}

/* Disable reCaptcha logo */
.grecaptcha-badge
{
	visibility: hidden;
	display: none;
}

/* ================================= */

/* Github Portfolio Code block */

/* Background of the Code Block */
[data-skin="dark"] .repo .page
{
	background: #1e1e1e;
	border: 0;
}

[data-skin="light"] .repo .page
{
	background: #e1e1e1;
	border: 0;
}

/* Color of the font in code block */
[data-skin="dark"] .repo li a, [data-skin="dark"] .repo li a:visited, [data-skin="dark"] .repo li a:active
{
	Color: #b8b8b8;
	font-weight: bold;
}

[data-skin="light"] .repo li a, [data-skin="light"] .repo li a:visited, [data-skin="light"] .repo li a:active
{
	Color: #474747;
	font-weight: bold;
}

/* Hide a few things we don't want */
/*.repo li.dir:before, .repo li:before, .repo h1 a:nth-of-type(1), .repo h1 a.active*/
.repo li.dir:before, .repo li:before, .repo h1 a.active
{
	visibility: hidden;
}

.repo li.titles
{
	text-align: center;
}

/* ============================================= */

/* Github Code Section Line Numbers */
code[class*=language-],pre[class*=language-]
{
	transition: all .2s ease;
    font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;
    font-size:1em;
    text-align:left;
    white-space:pre;
    word-spacing:normal;
    word-break:normal;
    word-wrap:normal;
    line-height:1.5;
    -moz-tab-size:4;
    -o-tab-size:4;
    tab-size:4;
    -webkit-hyphens:none;
    -moz-hyphens:none;
    -ms-hyphens:none;
    hyphens:none
}

pre[class*=language-]
{
    padding:1em;
    margin:.5em 0;
    overflow:auto
}

pre[class*=language-].line-numbers
{
    position:relative;
    padding-left:3.8em;
    counter-reset:linenumber
}
pre[class*=language-].line-numbers>code
{
    position:relative;
    white-space:inherit
}
.line-numbers .line-numbers-rows
{
    position:absolute;
    pointer-events:none;
    top:0;
    font-size:100%;
    left:-3.8em;
    width:3em;
    letter-spacing:-1px;
    border-right:1px solid #999;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.line-numbers-rows>span
{
    display:block;
    counter-increment:linenumber
}
.line-numbers-rows>span:before
{
    content:counter(linenumber);
    color:#999;
    display:block;
    padding-right:.8em;
    text-align:right
}

/* ==================================== */

/* Custom Font for the site */
.footer .footer-txt p{text-align:center;color:#ffffff;}.footer .footer-txt{background-color:#000000;}.navbar a.navbar-brand{color:#ffffff;}:root{--theme-color:#830000;}body{font-family:Poppins;font-weight:400;font-style:normal;line-height:1.95;text-transform:none;text-decoration:none;}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Poppins;font-weight:500;font-style:normal;line-height:1.2;text-transform:none;text-decoration:none;}.navbar-nav{font-family:Poppins;font-weight:400;font-style:normal;text-transform:none;text-decoration:none;}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------------------------------------- */
/* go to top button (arrow) */

/* Ionic icons */

@font-face {
    font-family: "Ionicons";
    src: url("../../fonts/ionicons9a08.eot?v=4.5.7");
    src: url("../../fonts/ionicons9a08.eot?v=4.5.7#iefix") format("embedded-opentype"),url("../../fonts/ionicons9a08.woff2?v=4.5.7") format("woff2"),url("../../fonts/ionicons9a08.woff?v=4.5.7") format("woff"),url("../../fonts/ionicons9a08.ttf?v=4.5.7") format("truetype"),url("../../fonts/ionicons9a08.svg?v=4.5.7#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal
}

.ion,.ionicons,.ion-ios-add:before,.ion-ios-add-circle:before,.ion-ios-add-circle-outline:before,.ion-ios-airplane:before,.ion-ios-alarm:before,.ion-ios-albums:before,.ion-ios-alert:before,.ion-ios-american-football:before,.ion-ios-analytics:before,.ion-ios-aperture:before,.ion-ios-apps:before,.ion-ios-appstore:before,.ion-ios-archive:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-dropdown:before,.ion-ios-arrow-dropdown-circle:before,.ion-ios-arrow-dropleft:before,.ion-ios-arrow-dropleft-circle:before,.ion-ios-arrow-dropright:before,.ion-ios-arrow-dropright-circle:before,.ion-ios-arrow-dropup:before,.ion-ios-arrow-dropup-circle:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-round-back:before,.ion-ios-arrow-round-down:before,.ion-ios-arrow-round-forward:before,.ion-ios-arrow-round-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-attach:before,.ion-ios-backspace:before,.ion-ios-barcode:before,.ion-ios-baseball:before,.ion-ios-basket:before,.ion-ios-basketball:before,.ion-ios-battery-charging:before,.ion-ios-battery-dead:before,.ion-ios-battery-full:before,.ion-ios-beaker:before,.ion-ios-bed:before,.ion-ios-beer:before,.ion-ios-bicycle:before,.ion-ios-bluetooth:before,.ion-ios-boat:before,.ion-ios-body:before,.ion-ios-bonfire:before,.ion-ios-book:before,.ion-ios-bookmark:before,.ion-ios-bookmarks:before,.ion-ios-bowtie:before,.ion-ios-briefcase:before,.ion-ios-browsers:before,.ion-ios-brush:before,.ion-ios-bug:before,.ion-ios-build:before,.ion-ios-bulb:before,.ion-ios-bus:before,.ion-ios-business:before,.ion-ios-cafe:before,.ion-ios-calculator:before,.ion-ios-calendar:before,.ion-ios-call:before,.ion-ios-camera:before,.ion-ios-car:before,.ion-ios-card:before,.ion-ios-cart:before,.ion-ios-cash:before,.ion-ios-cellular:before,.ion-ios-chatboxes:before,.ion-ios-chatbubbles:before,.ion-ios-checkbox:before,.ion-ios-checkbox-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-circle:before,.ion-ios-checkmark-circle-outline:before,.ion-ios-clipboard:before,.ion-ios-clock:before,.ion-ios-close:before,.ion-ios-close-circle:before,.ion-ios-close-circle-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-circle:before,.ion-ios-cloud-done:before,.ion-ios-cloud-download:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-code:before,.ion-ios-code-download:before,.ion-ios-code-working:before,.ion-ios-cog:before,.ion-ios-color-fill:before,.ion-ios-color-filter:before,.ion-ios-color-palette:before,.ion-ios-color-wand:before,.ion-ios-compass:before,.ion-ios-construct:before,.ion-ios-contact:before,.ion-ios-contacts:before,.ion-ios-contract:before,.ion-ios-contrast:before,.ion-ios-copy:before,.ion-ios-create:before,.ion-ios-crop:before,.ion-ios-cube:before,.ion-ios-cut:before,.ion-ios-desktop:before,.ion-ios-disc:before,.ion-ios-document:before,.ion-ios-done-all:before,.ion-ios-download:before,.ion-ios-easel:before,.ion-ios-egg:before,.ion-ios-exit:before,.ion-ios-expand:before,.ion-ios-eye:before,.ion-ios-eye-off:before,.ion-ios-fastforward:before,.ion-ios-female:before,.ion-ios-filing:before,.ion-ios-film:before,.ion-ios-finger-print:before,.ion-ios-fitness:before,.ion-ios-flag:before,.ion-ios-flame:before,.ion-ios-flash:before,.ion-ios-flash-off:before,.ion-ios-flashlight:before,.ion-ios-flask:before,.ion-ios-flower:before,.ion-ios-folder:before,.ion-ios-folder-open:before,.ion-ios-football:before,.ion-ios-funnel:before,.ion-ios-gift:before,.ion-ios-git-branch:before,.ion-ios-git-commit:before,.ion-ios-git-compare:before,.ion-ios-git-merge:before,.ion-ios-git-network:before,.ion-ios-git-pull-request:before,.ion-ios-glasses:before,.ion-ios-globe:before,.ion-ios-grid:before,.ion-ios-hammer:before,.ion-ios-hand:before,.ion-ios-happy:before,.ion-ios-headset:before,.ion-ios-heart:before,.ion-ios-heart-dislike:before,.ion-ios-heart-empty:before,.ion-ios-heart-half:before,.ion-ios-help:before,.ion-ios-help-buoy:before,.ion-ios-help-circle:before,.ion-ios-help-circle-outline:before,.ion-ios-home:before,.ion-ios-hourglass:before,.ion-ios-ice-cream:before,.ion-ios-image:before,.ion-ios-images:before,.ion-ios-infinite:before,.ion-ios-information:before,.ion-ios-information-circle:before,.ion-ios-information-circle-outline:before,.ion-ios-jet:before,.ion-ios-journal:before,.ion-ios-key:before,.ion-ios-keypad:before,.ion-ios-laptop:before,.ion-ios-leaf:before,.ion-ios-link:before,.ion-ios-list:before,.ion-ios-list-box:before,.ion-ios-locate:before,.ion-ios-lock:before,.ion-ios-log-in:before,.ion-ios-log-out:before,.ion-ios-magnet:before,.ion-ios-mail:before,.ion-ios-mail-open:before,.ion-ios-mail-unread:before,.ion-ios-male:before,.ion-ios-man:before,.ion-ios-map:before,.ion-ios-medal:before,.ion-ios-medical:before,.ion-ios-medkit:before,.ion-ios-megaphone:before,.ion-ios-menu:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-microphone:before,.ion-ios-moon:before,.ion-ios-more:before,.ion-ios-move:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-notifications:before,.ion-ios-notifications-off:before,.ion-ios-notifications-outline:before,.ion-ios-nuclear:before,.ion-ios-nutrition:before,.ion-ios-open:before,.ion-ios-options:before,.ion-ios-outlet:before,.ion-ios-paper:before,.ion-ios-paper-plane:before,.ion-ios-partly-sunny:before,.ion-ios-pause:before,.ion-ios-paw:before,.ion-ios-people:before,.ion-ios-person:before,.ion-ios-person-add:before,.ion-ios-phone-landscape:before,.ion-ios-phone-portrait:before,.ion-ios-photos:before,.ion-ios-pie:before,.ion-ios-pin:before,.ion-ios-pint:before,.ion-ios-pizza:before,.ion-ios-planet:before,.ion-ios-play:before,.ion-ios-play-circle:before,.ion-ios-podium:before,.ion-ios-power:before,.ion-ios-pricetag:before,.ion-ios-pricetags:before,.ion-ios-print:before,.ion-ios-pulse:before,.ion-ios-qr-scanner:before,.ion-ios-quote:before,.ion-ios-radio:before,.ion-ios-radio-button-off:before,.ion-ios-radio-button-on:before,.ion-ios-rainy:before,.ion-ios-recording:before,.ion-ios-redo:before,.ion-ios-refresh:before,.ion-ios-refresh-circle:before,.ion-ios-remove:before,.ion-ios-remove-circle:before,.ion-ios-remove-circle-outline:before,.ion-ios-reorder:before,.ion-ios-repeat:before,.ion-ios-resize:before,.ion-ios-restaurant:before,.ion-ios-return-left:before,.ion-ios-return-right:before,.ion-ios-reverse-camera:before,.ion-ios-rewind:before,.ion-ios-ribbon:before,.ion-ios-rocket:before,.ion-ios-rose:before,.ion-ios-sad:before,.ion-ios-save:before,.ion-ios-school:before,.ion-ios-search:before,.ion-ios-send:before,.ion-ios-settings:before,.ion-ios-share:before,.ion-ios-share-alt:before,.ion-ios-shirt:before,.ion-ios-shuffle:before,.ion-ios-skip-backward:before,.ion-ios-skip-forward:before,.ion-ios-snow:before,.ion-ios-speedometer:before,.ion-ios-square:before,.ion-ios-square-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stats:before,.ion-ios-stopwatch:before,.ion-ios-subway:before,.ion-ios-sunny:before,.ion-ios-swap:before,.ion-ios-switch:before,.ion-ios-sync:before,.ion-ios-tablet-landscape:before,.ion-ios-tablet-portrait:before,.ion-ios-tennisball:before,.ion-ios-text:before,.ion-ios-thermometer:before,.ion-ios-thumbs-down:before,.ion-ios-thumbs-up:before,.ion-ios-thunderstorm:before,.ion-ios-time:before,.ion-ios-timer:before,.ion-ios-today:before,.ion-ios-train:before,.ion-ios-transgender:before,.ion-ios-trash:before,.ion-ios-trending-down:before,.ion-ios-trending-up:before,.ion-ios-trophy:before,.ion-ios-tv:before,.ion-ios-umbrella:before,.ion-ios-undo:before,.ion-ios-unlock:before,.ion-ios-videocam:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-volume-mute:before,.ion-ios-volume-off:before,.ion-ios-walk:before,.ion-ios-wallet:before,.ion-ios-warning:before,.ion-ios-watch:before,.ion-ios-water:before,.ion-ios-wifi:before,.ion-ios-wine:before,.ion-ios-woman:before,.ion-logo-android:before,.ion-logo-angular:before,.ion-logo-apple:before,.ion-logo-bitbucket:before,.ion-logo-bitcoin:before,.ion-logo-buffer:before,.ion-logo-chrome:before,.ion-logo-closed-captioning:before,.ion-logo-codepen:before,.ion-logo-css3:before,.ion-logo-designernews:before,.ion-logo-dribbble:before,.ion-logo-dropbox:before,.ion-logo-euro:before,.ion-logo-facebook:before,.ion-logo-flickr:before,.ion-logo-foursquare:before,.ion-logo-freebsd-devil:before,.ion-logo-game-controller-a:before,.ion-logo-game-controller-b:before,.ion-logo-github:before,.ion-logo-google:before,.ion-logo-googleplus:before,.ion-logo-hackernews:before,.ion-logo-html5:before,.ion-logo-instagram:before,.ion-logo-ionic:before,.ion-logo-ionitron:before,.ion-logo-javascript:before,.ion-logo-linkedin:before,.ion-logo-markdown:before,.ion-logo-model-s:before,.ion-logo-no-smoking:before,.ion-logo-nodejs:before,.ion-logo-npm:before,.ion-logo-octocat:before,.ion-logo-pinterest:before,.ion-logo-playstation:before,.ion-logo-polymer:before,.ion-logo-python:before,.ion-logo-reddit:before,.ion-logo-rss:before,.ion-logo-sass:before,.ion-logo-skype:before,.ion-logo-slack:before,.ion-logo-snapchat:before,.ion-logo-steam:before,.ion-logo-tumblr:before,.ion-logo-tux:before,.ion-logo-twitch:before,.ion-logo-twitter:before,.ion-logo-usd:before,.ion-logo-vimeo:before,.ion-logo-vk:before,.ion-logo-whatsapp:before,.ion-logo-windows:before,.ion-logo-wordpress:before,.ion-logo-xbox:before,.ion-logo-xing:before,.ion-logo-yahoo:before,.ion-logo-yen:before,.ion-logo-youtube:before,.ion-md-add:before,.ion-md-add-circle:before,.ion-md-add-circle-outline:before,.ion-md-airplane:before,.ion-md-alarm:before,.ion-md-albums:before,.ion-md-alert:before,.ion-md-american-football:before,.ion-md-analytics:before,.ion-md-aperture:before,.ion-md-apps:before,.ion-md-appstore:before,.ion-md-archive:before,.ion-md-arrow-back:before,.ion-md-arrow-down:before,.ion-md-arrow-dropdown:before,.ion-md-arrow-dropdown-circle:before,.ion-md-arrow-dropleft:before,.ion-md-arrow-dropleft-circle:before,.ion-md-arrow-dropright:before,.ion-md-arrow-dropright-circle:before,.ion-md-arrow-dropup:before,.ion-md-arrow-dropup-circle:before,.ion-md-arrow-forward:before,.ion-md-arrow-round-back:before,.ion-md-arrow-round-down:before,.ion-md-arrow-round-forward:before,.ion-md-arrow-round-up:before,.ion-md-arrow-up:before,.ion-md-at:before,.ion-md-attach:before,.ion-md-backspace:before,.ion-md-barcode:before,.ion-md-baseball:before,.ion-md-basket:before,.ion-md-basketball:before,.ion-md-battery-charging:before,.ion-md-battery-dead:before,.ion-md-battery-full:before,.ion-md-beaker:before,.ion-md-bed:before,.ion-md-beer:before,.ion-md-bicycle:before,.ion-md-bluetooth:before,.ion-md-boat:before,.ion-md-body:before,.ion-md-bonfire:before,.ion-md-book:before,.ion-md-bookmark:before,.ion-md-bookmarks:before,.ion-md-bowtie:before,.ion-md-briefcase:before,.ion-md-browsers:before,.ion-md-brush:before,.ion-md-bug:before,.ion-md-build:before,.ion-md-bulb:before,.ion-md-bus:before,.ion-md-business:before,.ion-md-cafe:before,.ion-md-calculator:before,.ion-md-calendar:before,.ion-md-call:before,.ion-md-camera:before,.ion-md-car:before,.ion-md-card:before,.ion-md-cart:before,.ion-md-cash:before,.ion-md-cellular:before,.ion-md-chatboxes:before,.ion-md-chatbubbles:before,.ion-md-checkbox:before,.ion-md-checkbox-outline:before,.ion-md-checkmark:before,.ion-md-checkmark-circle:before,.ion-md-checkmark-circle-outline:before,.ion-md-clipboard:before,.ion-md-clock:before,.ion-md-close:before,.ion-md-close-circle:before,.ion-md-close-circle-outline:before,.ion-md-cloud:before,.ion-md-cloud-circle:before,.ion-md-cloud-done:before,.ion-md-cloud-download:before,.ion-md-cloud-outline:before,.ion-md-cloud-upload:before,.ion-md-cloudy:before,.ion-md-cloudy-night:before,.ion-md-code:before,.ion-md-code-download:before,.ion-md-code-working:before,.ion-md-cog:before,.ion-md-color-fill:before,.ion-md-color-filter:before,.ion-md-color-palette:before,.ion-md-color-wand:before,.ion-md-compass:before,.ion-md-construct:before,.ion-md-contact:before,.ion-md-contacts:before,.ion-md-contract:before,.ion-md-contrast:before,.ion-md-copy:before,.ion-md-create:before,.ion-md-crop:before,.ion-md-cube:before,.ion-md-cut:before,.ion-md-desktop:before,.ion-md-disc:before,.ion-md-document:before,.ion-md-done-all:before,.ion-md-download:before,.ion-md-easel:before,.ion-md-egg:before,.ion-md-exit:before,.ion-md-expand:before,.ion-md-eye:before,.ion-md-eye-off:before,.ion-md-fastforward:before,.ion-md-female:before,.ion-md-filing:before,.ion-md-film:before,.ion-md-finger-print:before,.ion-md-fitness:before,.ion-md-flag:before,.ion-md-flame:before,.ion-md-flash:before,.ion-md-flash-off:before,.ion-md-flashlight:before,.ion-md-flask:before,.ion-md-flower:before,.ion-md-folder:before,.ion-md-folder-open:before,.ion-md-football:before,.ion-md-funnel:before,.ion-md-gift:before,.ion-md-git-branch:before,.ion-md-git-commit:before,.ion-md-git-compare:before,.ion-md-git-merge:before,.ion-md-git-network:before,.ion-md-git-pull-request:before,.ion-md-glasses:before,.ion-md-globe:before,.ion-md-grid:before,.ion-md-hammer:before,.ion-md-hand:before,.ion-md-happy:before,.ion-md-headset:before,.ion-md-heart:before,.ion-md-heart-dislike:before,.ion-md-heart-empty:before,.ion-md-heart-half:before,.ion-md-help:before,.ion-md-help-buoy:before,.ion-md-help-circle:before,.ion-md-help-circle-outline:before,.ion-md-home:before,.ion-md-hourglass:before,.ion-md-ice-cream:before,.ion-md-image:before,.ion-md-images:before,.ion-md-infinite:before,.ion-md-information:before,.ion-md-information-circle:before,.ion-md-information-circle-outline:before,.ion-md-jet:before,.ion-md-journal:before,.ion-md-key:before,.ion-md-keypad:before,.ion-md-laptop:before,.ion-md-leaf:before,.ion-md-link:before,.ion-md-list:before,.ion-md-list-box:before,.ion-md-locate:before,.ion-md-lock:before,.ion-md-log-in:before,.ion-md-log-out:before,.ion-md-magnet:before,.ion-md-mail:before,.ion-md-mail-open:before,.ion-md-mail-unread:before,.ion-md-male:before,.ion-md-man:before,.ion-md-map:before,.ion-md-medal:before,.ion-md-medical:before,.ion-md-medkit:before,.ion-md-megaphone:before,.ion-md-menu:before,.ion-md-mic:before,.ion-md-mic-off:before,.ion-md-microphone:before,.ion-md-moon:before,.ion-md-more:before,.ion-md-move:before,.ion-md-musical-note:before,.ion-md-musical-notes:before,.ion-md-navigate:before,.ion-md-notifications:before,.ion-md-notifications-off:before,.ion-md-notifications-outline:before,.ion-md-nuclear:before,.ion-md-nutrition:before,.ion-md-open:before,.ion-md-options:before,.ion-md-outlet:before,.ion-md-paper:before,.ion-md-paper-plane:before,.ion-md-partly-sunny:before,.ion-md-pause:before,.ion-md-paw:before,.ion-md-people:before,.ion-md-person:before,.ion-md-person-add:before,.ion-md-phone-landscape:before,.ion-md-phone-portrait:before,.ion-md-photos:before,.ion-md-pie:before,.ion-md-pin:before,.ion-md-pint:before,.ion-md-pizza:before,.ion-md-planet:before,.ion-md-play:before,.ion-md-play-circle:before,.ion-md-podium:before,.ion-md-power:before,.ion-md-pricetag:before,.ion-md-pricetags:before,.ion-md-print:before,.ion-md-pulse:before,.ion-md-qr-scanner:before,.ion-md-quote:before,.ion-md-radio:before,.ion-md-radio-button-off:before,.ion-md-radio-button-on:before,.ion-md-rainy:before,.ion-md-recording:before,.ion-md-redo:before,.ion-md-refresh:before,.ion-md-refresh-circle:before,.ion-md-remove:before,.ion-md-remove-circle:before,.ion-md-remove-circle-outline:before,.ion-md-reorder:before,.ion-md-repeat:before,.ion-md-resize:before,.ion-md-restaurant:before,.ion-md-return-left:before,.ion-md-return-right:before,.ion-md-reverse-camera:before,.ion-md-rewind:before,.ion-md-ribbon:before,.ion-md-rocket:before,.ion-md-rose:before,.ion-md-sad:before,.ion-md-save:before,.ion-md-school:before,.ion-md-search:before,.ion-md-send:before,.ion-md-settings:before,.ion-md-share:before,.ion-md-share-alt:before,.ion-md-shirt:before,.ion-md-shuffle:before,.ion-md-skip-backward:before,.ion-md-skip-forward:before,.ion-md-snow:before,.ion-md-speedometer:before,.ion-md-square:before,.ion-md-square-outline:before,.ion-md-star:before,.ion-md-star-half:before,.ion-md-star-outline:before,.ion-md-stats:before,.ion-md-stopwatch:before,.ion-md-subway:before,.ion-md-sunny:before,.ion-md-swap:before,.ion-md-switch:before,.ion-md-sync:before,.ion-md-tablet-landscape:before,.ion-md-tablet-portrait:before,.ion-md-tennisball:before,.ion-md-text:before,.ion-md-thermometer:before,.ion-md-thumbs-down:before,.ion-md-thumbs-up:before,.ion-md-thunderstorm:before,.ion-md-time:before,.ion-md-timer:before,.ion-md-today:before,.ion-md-train:before,.ion-md-transgender:before,.ion-md-trash:before,.ion-md-trending-down:before,.ion-md-trending-up:before,.ion-md-trophy:before,.ion-md-tv:before,.ion-md-umbrella:before,.ion-md-undo:before,.ion-md-unlock:before,.ion-md-videocam:before,.ion-md-volume-high:before,.ion-md-volume-low:before,.ion-md-volume-mute:before,.ion-md-volume-off:before,.ion-md-walk:before,.ion-md-wallet:before,.ion-md-warning:before,.ion-md-watch:before,.ion-md-water:before,.ion-md-wifi:before,.ion-md-wine:before,.ion-md-woman:before
{
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-md-quote:before {
    content: "\f35f"
}

.ion-ios-arrow-up:before  {
  content: "\f3d8";
  display: inline-block;
  vertical-align: middle;
  font-family: 'Ionicons';
  font-size: 15px;
  line-height: 14px;
  font-weight: 900;
}

/* ------------------------------------------------- */
/* Font Awesome CSS */

.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-brands,.fab {
    font-family: "Font Awesome 6 Brands"
}

:host,:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/wp-content/themes/thepro/assets/fonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/thepro/assets/fonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,.fab {
    font-weight: 400
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

:host,:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/wp-content/themes/thepro/assets/fonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/thepro/assets/fonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,.far {
    font-weight: 400
}

:host,:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

/*---------------------------------------------------------*/
/*Tiny Slider */

.tns-outer {
    padding: 0!important
}
.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,.tns-vpfix>li {
    display: inline-block
}

/*-------------------------------------- */

[for="darkTheme"] code[class*="language-"],
[for="darkTheme"] pre[class*="language-"] 
{
	color: #fff;
	transition: all .2s ease;
}

[for="darkTheme"] pre[class*="language-"]::-moz-selection, [for="darkTheme"] pre[class*="language-"] ::-moz-selection,
[for="darkTheme"] code[class*="language-"]::-moz-selection, [for="darkTheme"] code[class*="language-"] ::-moz-selection 
{
	background: hsl(55, 8%, 26%, 0.99);
	transition: all .2s ease;
}

[for="darkTheme"] pre[class*="language-"]::selection, [for="darkTheme"] pre[class*="language-"] ::selection,
[for="darkTheme"] code[class*="language-"]::selection, [for="darkTheme"] code[class*="language-"] ::selection 
{
	background: hsl(55, 8%, 26%, 0.99);
	transition: all .2s ease;
}

[for="darkTheme"] :not(pre) > [for="darkTheme"] code[class*="language-"],
[for="darkTheme"] pre[class*="language-"] 
{
	/* background: #272822; */
	background:  #1E1E1E;
	transition: all .2s ease;
}

[for="darkTheme"] .token.comment,
[for="darkTheme"] .token.prolog,
[for="darkTheme"] .token.doctype,
[for="darkTheme"] .token.cdata 
{
	color: #75715E;
	transition: all .2s ease;
}

[for="darkTheme"] .token.punctuation 
{
	color: #fff;
	transition: all .2s ease;
}

[for="darkTheme"] .namespace 
{
	opacity: .7;
}

[for="darkTheme"] .token.property,
[for="darkTheme"] .token.tag,
[for="darkTheme"] .token.boolean,
[for="darkTheme"] .token.number,
[for="darkTheme"] .token.constant,
[for="darkTheme"] .token.symbol,
[for="darkTheme"] .token.deleted 
{
	color: #AE81FF;
	transition: all .2s ease;
}

[for="darkTheme"] .token.selector,
[for="darkTheme"] .token.attr-name,
[for="darkTheme"] .token.string,
[for="darkTheme"] .token.char,
[for="darkTheme"] .token.builtin,
[for="darkTheme"] .token.inserted 
{
	color: #E6DB74;
	transition: all .2s ease;
}

[for="darkTheme"] .token.operator,
[for="darkTheme"] .token.entity,
[for="darkTheme"] .token.url,
[for="darkTheme"] .language-css .token.string,
[for="darkTheme"] .style .token.string 
{
	color: #F92672;
	transition: all .2s ease;
}

[for="darkTheme"] .token.atrule,
[for="darkTheme"] .token.attr-value,
[for="darkTheme"] .token.keyword 
{
	color: #F92672;
	transition: all .2s ease;
}

[for="darkTheme"] .token.function,
[for="darkTheme"] .token.class-name 
{
	color: #66D9EF;
	transition: all .2s ease;
}

[for="darkTheme"] .token.regex,
[for="darkTheme"] .token.important,
[for="darkTheme"] .token.variable 
{
	color: #FD971F;
	transition: all .2s ease;
}

[for="darkTheme"] .token.important,
[for="darkTheme"] .token.bold 
{
	font-weight: bold;
}
[for="darkTheme"] .token.italic 
{
	font-style: italic;
}

[for="darkTheme"] .token.entity 
{
	cursor: help;
}

/*---------------------------*/

[for="lightTheme"] code[class*="language-"],
[for="lightTheme"] pre[class*="language-"] 
{
	color: #000;
	transition: all .2s ease;
}

[for="lightTheme"] pre[class*="language-"]::-moz-selection, [for="lightTheme"] pre[class*="language-"] ::-moz-selection,
[for="lightTheme"] code[class*="language-"]::-moz-selection, [for="lightTheme"] code[class*="language-"] ::-moz-selection 
{
	background: #C0C0C0;
	transition: all .2s ease;
}

[for="lightTheme"] pre[class*="language-"]::selection, [for="lightTheme"] pre[class*="language-"] ::selection,
[for="lightTheme"] code[class*="language-"]::selection, [for="lightTheme"] code[class*="language-"] ::selection 
{
	background: #C0C0C0;
	transition: all .2s ease;
}

[for="lightTheme"] :not(pre) > [for="lightTheme"] code[class*="language-"],
[for="lightTheme"] pre[class*="language-"] 
{
	/* background: #F3F3F3; */
	background:  #E1E1E1;
	transition: all .2s ease;
}

[for="lightTheme"] .token.comment,
[for="lightTheme"] .token.prolog,
[for="lightTheme"] .token.doctype,
[for="lightTheme"] .token.cdata 
{
	color: #008000;
	transition: all .2s ease;
}

[for="lightTheme"] .token.punctuation 
{
	color: #000080;
	transition: all .2s ease;
}

[for="lightTheme"] .namespace 
{
	opacity: .7;
}

[for="lightTheme"] .token.property,
[for="lightTheme"] .token.tag,
[for="lightTheme"] .token.boolean,
[for="lightTheme"] .token.number,
[for="lightTheme"] .token.constant,
[for="lightTheme"] .token.symbol,
[for="lightTheme"] .token.deleted 
{
	color: #5c02fd;
	transition: all .2s ease;
}

[for="lightTheme"] .token.selector,
[for="lightTheme"] .token.attr-name,
[for="lightTheme"] .token.string,
[for="lightTheme"] .token.char,
[for="lightTheme"] .token.builtin,
[for="lightTheme"] .token.inserted 
{
	color: #808080;
	transition: all .2s ease;
}

[for="lightTheme"] .token.entity,
[for="lightTheme"] .token.url,
[for="lightTheme"] .language-css .token.string,
[for="lightTheme"] .style .token.string 
{
	color: #808080;
	transition: all .2s ease;
}

[for="lightTheme"] .token.operator 
{
	color: #0000A0;
	font-weight: bold;
	transition: all .2s ease;
}

[for="lightTheme"] .token.atrule,
[for="lightTheme"] .token.attr-value,
[for="lightTheme"] .token.keyword 
{
	color: #0000FF;
	font-weight: bold;
	transition: all .2s ease;
}

[for="lightTheme"] .token.function,
[for="lightTheme"] .token.class-name 
{
	color: #ff0000;
	transition: all .2s ease;
}

[for="lightTheme"] .token.regex,
[for="lightTheme"] .token.important,
[for="lightTheme"] .token.variable 
{
	color: #ff7e00;
	transition: all .2s ease;
}

[for="lightTheme"] .token.important,
[for="lightTheme"] .token.bold 
{
	font-weight: bold;
}
[for="lightTheme"] .token.italic 
{
	font-style: italic;
}

[for="lightTheme"] .token.entity 
{
	cursor: help;
}

div.xcode_container {
	position: relative;
}

div.xcode_container > .input-container {
	position: absolute;
	top: 1em;
	right: 1.2em;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

div.xcode_container:hover > .input-container {
	opacity: 1;
}

div.xcode_container:focus-within > .input-container {
	opacity: 1;
}

div.xcode_container > .input-container > input.xcode_switch {
	cursor: pointer;
	display: block;
	position: relative;
	height: 14px;
}
div.xcode_container > .input-container > input.xcode_switch::selection {
	background: transparent;
}

div.xcode_container > .input-container input.xcode_switch[type=checkbox] + label.xcode_switch:before {
	box-shadow: none;
}

div.xcode_container > .input-container input.xcode_switch[type=checkbox]:checked + label.xcode_switch:before {
	background: #7192a8;
}

div.xcode_container > .input-container input.xcode_switch[type=checkbox] + label.xcode_switch:before {
	background: #e9e9e9;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 #333 inset;
	box-sizing: border-box;
	content: '';
	cursor: pointer;
	display: inline-block;
	left: 15px;
	position: absolute;
	transition: background .3s;
	vertical-align: middle;
	width: 26px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%);
}

div.xcode_container > .input-container input.xcode_switch[type=checkbox]:not(:checked) + label.xcode_switch:after {
	left: 8px;
}

div.xcode_container > .input-container input.xcode_switch[type=checkbox] + label.xcode_switch:after {
	background: #fff;
	border-radius: 90px;
	box-shadow: 0 0 3px 0 #333;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 14px;
	left: 22px;
	position: absolute;
	transition: .3s;
	vertical-align: middle;
	width: 14px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 6px;
	margin-right: 6px;
}

div.xcode_container > .input-container input.xcode_switch[type=checkbox] + label.xcode_switch {
	padding-left: 46px;
}

div.xcode_container > .input-container input.xcode_switch[type=checkbox] {
	display: none;
	height: 0;
	visibility: hidden;
	width: 0;
}