/*!
Theme Name: M. Alnajlat Resume
Theme URI: https://mnajlat.com
Author: Muhammad Alnajlat
Author URI: https://mnajlat.com
Description: Muhammad Alnajlat\'s Resume Theme
Version: 1.0.13
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mnajlat-resume
Tags: cv, resume, portfolio

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

M. Alnajlat Resume 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:
----------------------------------------------------------------

# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Main Theme Table contents
# Custom

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99990;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

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

  .main-navigation ul {
    display: flex;
  }
}

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

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

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

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

/* 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;
  font-weight: 700;
  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;
}

/*--------------------------------------------------------------
# Main Theme Table contents
--------------------------------------------------------------
	+ General
	    - Miscellaneous
		- Light Body
		- Buttons
		- Page Title
	+ Header
		- Desktop Navigation
		- Mobile Navigation
	+ Pages
		- Homepage
		+ About
		    - Personal Info List
			- Box Stats
			- Resume
			- Skills
		+ Portfolio
		    - Grid
        + Contact
            - Left Side
            - Contact Form
		+ Blog
            - Latest Posts
            - Pagination
	- Responsive Design Styles
-------------------------------------------------------------------*/

/* [ GENERAL ] */
/*================================================== */

/*** Miscellaneous ***/

html {
	overflow-x: hidden;
	height: 100%;
  }
  
  body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	position: relative;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 100%;
	background-color: #111;
  }

  body,
  .table {
	  color: #fff;
  }
  
  .poppins-font {
	font-family: 'Poppins', sans-serif;
  }
  
  .open-sans-font {
	font-family: 'Open Sans', sans-serif;
  }
  
  hr.separator {
	border-top: 1px solid #252525;
	margin: 70px auto 55px;
	max-width: 40%;
  }
  
  .ft-wt-600 {
	font-weight: 600;
  }
  
  .mb-30 {
	margin-bottom: 30px;
  }
  
  .no-transform {
	transform: none !important;
  }
  
  .custom-title {
	padding-bottom: 22px;
	font-size: 26px;
  }
  
  /*** Light Body ***/
  
  body.light {
	color: #666;
	background-color: #fff;
  }
  
  body.light .table,
  body.home.light .home-details h1 span,
  body.home.light .home-details h6 {
	color: #666;
  }
  
  body.home.light .bg {
	box-shadow: 0 0 7px rgba(0,0,0,.3);
  }
  
  body.light .preloader .black_wall {
	background-color: #eee;
  }
  
  body.light .preloader {
	background-color: #fff;
  }
  
  body.light .title-section h1 {
	color: #666;
  }
  
  body.light .title-bg {
	color: rgba(30, 37, 48, 0.07);
  }
  
  body.light.about .box-stats {
	border: 1px solid #ddd;
  }
  
  body.light.about .c100,
  body.light.about .resume-box .time {
	background-color: #eee;
  }
  
  body.light.about .resume-box .time,
  body.light.about .resume-box p {
	color: #666;
  }
  
  body.light.about .resume-box .place:before {
	background-color: #666;
  }
  
  body.light.about  .resume-box li:after {
	border-left: 1px solid #ddd;
  }
  
  body.light.about .c100 > span {
	color: #666;
  }
  
  body.light.about .c100:after {
	background-color: #fff;
  }
  
  body.light input[type=text],
  body.light input[type=email],
  body.light input[type=password],
  body.light textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #666;
  }
  
  body.light ul.social-links li a {
	color: #666;
	background: #eee;
  }
  
  body.light ul.social-links li a:hover {
	color: #fff;
  }
  
  body.light.blog .post-content {
	background-color: #f2f2f2;
  }
  
  body.light.blog .post-content .entry-header h3 a {
	color: #666;
  }
  
  body.light.blog .page-link {
	color: #666;
	background-color: #eee;
	border: 1px solid #eee;
  }
  
  body.light.singular .post-meta {
	color: #888;
  }
  
  body.light.blog .page-item.active .page-link {
	color: #fff;
  }
  
  body.light hr.separator {
	border-top: 1px solid #ddd;
  }
  
  @media (min-width: 992px) {
	body.light .header ul.icon-menu li.icon-box {
	  background-color: #eee;
	}
  
	body.light .header ul.icon-menu li.icon-box i {
	  color: #666;
	}
  
	body.light .header ul.icon-menu li.icon-box.active,
	body.light .header ul.icon-menu li.icon-box.current-menu-item,
	body.light .header ul.icon-menu li.icon-box:hover,
	body.light .header ul.icon-menu li.icon-box.active i,
	body.light .header ul.icon-menu li.icon-box.current-menu-item i,
	body.light .header ul.icon-menu li.icon-box:hover i {
	  color: #fff;
	}
  }
  
  @media (max-width: 991px) {
  
	body.light .main-img-mobile {
	  border: 4px solid #eee;
	}
  
	body.light #menuToggle {
	  border: 1px solid #ddd;
	}
  
	body.light #menuToggle,
	body.light #menu {
	  background: #eee;
	}
  
	body.light #menuToggle > span,
	body.light #menuToggle input:checked ~ span {
	  background: #666;
	}
  
	body.light #menu li a {
	  color: #666;
	}
  
	body.light #menu li:after {
	  background: #ddd;
	}
  }
  
  @media (max-width: 576px) {
	body.light .title-section {
	  background: #eee;
	  border-bottom: 1px solid #ddd;
	}
  
	body.light #menuToggle {
	  border: 0;
	}
  }
  /*** Buttons ***/
  .btn,
  input[type=submit] {
	border-radius: 26px;
	font-weight: 500;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 40px;
	outline: none !important;
	overflow: hidden;
	display: inline-block;
	position: relative;
	font-family: 'Poppins', sans-serif;
	letter-spacing: .5px;
	border: 0;
	transition: box-shadow .15s ease-in-out;
  }
  
  .btn,
  .btn:hover,
  .btn:focus,
  input[type=submit],
  input[type=submit]:hover,
  input[type=submit]:focus {
	color: #fff;
	text-decoration: none;
  }
  
  /*** Page Title ***/
  
  .title-section {
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 80px 0;
  }
  
  .title-section h1 {
	font-size: 56px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
  }
  
  .title-bg {
	font-size: 110px;
	left: 0;
	letter-spacing: 10px;
	line-height: 0.7;
	position: absolute;
	right: 0;
	top: 50%;
	text-transform: uppercase;
	font-weight: 800;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.07);
	user-select: none;
  }
  
  /* [ HEADER ] */
  /*================================================== */
  
  /*** Desktop Navigation ***/
  
  @media (min-width: 992px) {
  
	/*** Navigation ***/
  
	.header {
	  position: fixed;
	  right: 30px;
	  bottom: 0;
	  z-index: 3;
	  display: flex;
	  align-items: center;
	  height: calc(100vh - 200px);
	  top: 100px;
	  opacity: 1;
	  transition: opacity 0.3s;
	  -webkit-transition: opacity 0.3s;
	}
  
	.header.hide-header {
	  z-index: 0 !important;
	  opacity: 0;
	}
  
	.header ul.icon-menu {
	  margin: 0;
	  padding: 0;
	}
  
	.header ul.icon-menu li.icon-box {
	  width: 50px;
	  height: 50px;
	  list-style: none;
	  position: relative;
	  display: flex;
	  align-items: center;
	  transition: .3s;
	  margin: 20px 0;
	  border-radius: 50%;
	  background: #2b2a2a;
	}
  
	.header ul.icon-menu li.icon-box i {
	  color: #ddd;
	  font-size: 19px;
	  transition: .3s;
	}
  
	.header ul.icon-menu li.icon-box.active,
	.header ul.icon-menu li.icon-box.current-menu-item,
	.header ul.icon-menu li.icon-box:hover,
	.header ul.icon-menu li.icon-box.active i,
	.header ul.icon-menu li.icon-box.current-menu-item i,
	.header ul.icon-menu li.icon-box:hover i {
	  color: #fff;
	}
  
	.header .icon-box h2 {
	  font-size: 15px;
	  font-weight: 500;
	}
  
	.header .icon-box a {
	  display: block;
	  padding: 0;
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	}

	.header .icon-box a:focus {
		outline: none;
	}
  
	.header .icon-box i.fa {
	  position: absolute;
	  pointer-events: none;
	}
  
	.header .icon-menu i {
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  display: block;
	  text-align: center;
	  font-size: 35px;
	  top: 15px;
	}
  
	.header .icon-box h2 {
	  z-index: -1;
	  position: absolute;
	  top: 0;
	  right: 0;
	  opacity: 0;
	  color: #fff;
	  line-height: 50px;
	  font-weight: 500;
	  transition: all .3s;
	  border-radius: 30px;
	  text-transform: uppercase;
	  padding: 0 25px 0 30px;
	  height: 50px;
	  white-space: nowrap;
	}
  
	.header .icon-box a:hover h2 {
	  opacity: 1;
	  right: 27px;
	  margin: 0;
	  text-align: center;
	  border-radius: 30px 0 0 30px;
	}
  }
  
  /* [ Pages ] */
  /*================================================== */
  
  /*** Homepage ***/
  
  .home .color-block {
	position: fixed;
	height: 200%;
	width: 100%;
	transform: rotate(-15deg);
	left: -83%;
	top: -50%;
  }
  
  .home .bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	height: calc(100vh - 60px);
	z-index: 111;
	border-radius: 15px;
	left: 30px;
	top: 30px;
	box-shadow: 0 0 7px rgba(0,0,0,.9);
  }
  
  .home .container-home {
	display: flex;
	align-items: center;
	min-height: 100%;
  }
  
  .home .home-details > div {
	max-width: 550px;
	margin: 0 auto;
  }
  
  .home .home-details h1 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 700;
	margin: 10px 0 5px;
  }
  
  .home .home-details h1 span {
	color: #fff;
	font-weight: 600;
  }
  
  .home .home-details h6 {
	color: #eee;
	font-size: 22px;
	font-weight: 400;
	display: block;
  }
  
  .home .home-details p {
	margin: 10px 0 23px;
	font-size: 16px;
	line-height: 32px;
  }
  
  /*** About ***/
  
  .about .main-content {
	padding-bottom: 70px;
  }
  
  /* Personal Info List */
  
  .about .about-list > li:not(:last-child) {
	padding-bottom: 20px;
  }
  
  .about .about-list .title {
	opacity: .8;
	text-transform: capitalize;
  }
  
  .about .about-list .value {
	display: inline-block;
	font-weight: 600;
  }
  
  /* Box Stats */
  
  .about .box-stats {
	padding: 20px 30px 25px 40px;
	border-radius: 5px;
	border: 1px solid #252525;
  }
  
  .about .box-stats.with-margin {
	margin-bottom: 30px;
  }
  
  .about .box-stats h3 {
	position: relative;
	display: inline-block;
	margin: 0;
	font-size: 50px;
	font-weight: 700;
  }
  
  .about .box-stats h3:after {
	content: '+';
	position: absolute;
	right: -24px;
	font-size: 33px;
	font-weight: 300;
	top: 2px;
  }
  
  .about .box-stats p {
	padding-left: 45px;
  }
  
  .about .box-stats p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 30px;
	height: 1px;
	background: #777;
  }
  
  /* Resume */
  
  .about .resume-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  
  .about .resume-box li {
	position: relative;
	padding: 7px 20px 7px 60px;
	margin: 0 0 50px;
  }
  
  .about .resume-box li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	border-left: 1px solid #333;
  }
  
  .about .resume-box .icon {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	text-align: center;
	z-index: 1;
	border-radius: 50%;
	color: #fff;
	background-color: #252525;
  }
  
  .about .resume-box .time {
	color: #fff;
	font-size: 12px;
	padding: 1px 10px;
	display: inline-block;
	margin-bottom: 12px;
	border-radius: 20px;
	font-weight: 600;
	background-color: #252525;
	opacity: .8;
  }
  
  .about .resume-box h5 {
	font-size: 18px;
	margin: 7px 0 10px;
  }
  
  .about .resume-box p {
	margin: 0;
	color: #eee;
	font-size: 14px;
  }
  
  .about .resume-box .place {
	opacity: .8;
	font-weight: 600;
	font-size: 15px;
	position: relative;
	padding-left: 26px;
  }
  
  .about .resume-box .place:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
	left: 7px;
	top: 9px;
	opacity: .8;
  }
  
  /* Skills */
  
  .about .c100 {
	float: none !important;
	margin: 0 auto;
	background-color: #252525;
  }
  
  .about .c100 > span {
	color: #fff;
  }
  
  .about .c100:after {
	background-color: #111;
  }
  
  /*** Portfolio ***/
  .portfolio .main-content {
	padding-bottom: 60px;
	margin-top: -15px;
  }
  
  /* Grid */
  
  .portfolio-grid-item > figure {
	margin: 0;
	border-radius: 5px;
	padding: 0;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	user-select: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  }
    
  /*** Contact ***/
  .contact .main-content {
	padding-bottom: 85px;
  }
  /* Left Side */
  
  .contact .custom-span-contact {
	font-weight: 600;
	padding-left: 50px;
	line-height: 21px;
	padding-top: 5px;
  }
  
  .contact .custom-span-contact i {
	left: 0;
	top: 10px;
	font-size: 33px;
  }
  
  .contact .custom-span-contact i.fa-phone-square {
	font-size: 39px;
	top: 7px;
  }
  
  .contact .custom-span-contact span {
	text-transform: uppercase;
	opacity: .8;
	font-weight: 400;
  }
  
  ul.social-links {
	margin-left: -5px;
  }
  
  ul.social-links li {
	display: inline-block;
  }
  
  ul.social-links li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	transition: .3s;
	font-size: 17px;
	margin: 0 6px;
	background: #2b2a2a;
	border-radius: 50%;
  }
  /* Form */
  input[type=text],
  input[type=email],
  input[type=password] {
	border: 1px solid #111;
	width: 100%;
	background: #252525;
	color: #fff;
	padding: 11px 26px;
	margin-bottom: 30px;
	border-radius: 30px;
	outline: none !important;
	transition: .3s;
  }
  
  textarea {
	border: 1px solid #111;
	background: #252525;
	color: #fff;
	width: 100%;
	padding: 12px 26px;
	margin-bottom: 20px;
	height: 160px;
	overflow: hidden;
	border-radius: 30px;
	outline: none !important;
	transition: .3s;
  }
  
  .contact .contactform .form-message {
	margin: 24px 0;
  }
  
  .contact .contactform .output_message {
	display: block;
	color: #fff;
	height: 46px;
	line-height: 46px;
	border-radius: 30px;
  }
  
  .contact .contactform .output_message.success {
	background: #28a745;
  }
  
  .contact .contactform .output_message.success:before {
	font-family: FontAwesome;
	content: "\f14a";
	padding-right: 10px;
  }
  
  .contact .contactform .output_message.error {
	background: #dc3545;
  }
  
  .contact .contactform .output_message.error:before {
	font-family: FontAwesome;
	content: "\f071";
	padding-right: 10px;
  }
  
  /*** Blog ***/
  
  .blog .main-content {
	padding-bottom: 85px;
  }
  
  /* Latest Posts */
  
  .blog .post-container {
	display: block;
  }
  
  .blog .post-content {
	background-color: #252525;
	padding: 20px 25px 25px 25px;
	border-radius: 0 0 5px 5px;
  }
  
  .blog .post-content .entry-header h3 {
	line-height: 26px;
	cursor: pointer;
  }
  
  .blog .post-content .entry-header h3 a {
	text-decoration: none;
	transition: .5s;
  }
  
  .blog .post-thumb {
	border-radius: 5px 5px 0 0;
	cursor: pointer;
  }
  
  .blog .post-thumb a {
	border-radius: 5px 5px 0 0;
  }
  
  .blog .post-container:hover img {
	transform: scale(1.2);
  }
  
  .blog .post-thumb a img {
	border-radius: 5px 5px 0 0;
	transition: .3s;
  }
  
  .blog .post-content .entry-content p {
	margin: 15px 0 5px;
  }
  
  .blog .post-content .entry-header h3 a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
  }
  
  /* pagination */
  
  .blog .pagination {
	margin-bottom: 30px;
  }
  
  .blog .page-link {
	color: #fff;
	background-color: #252525;
	border: 1px solid #252525;
	padding: 0;
	margin: 0 10px;
	border-radius: 50% !important;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	transition: .3s;
  
  }
  
  .blog .page-link:focus,
  .blog .page-link:active{
	box-shadow: none !important;
  }
  
  .blog .page-link:hover {
	color: #fff !important;
  }
  
  /* Blog Post */
  
  body.singular .main-content > .container > article {
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
  }
  
  body.singular article h1 {
	font-weight: 600;
	margin: 13px 0 20px;
  }
  
  body.singular .main-content > .container > article img {
	border-radius: 5px;
	margin-bottom: 20px;
  }
  
  body.singular .post-meta {
	color: #eee;
	font-size: 13px;
  }
  
  body.singular .post-meta span {
	padding-right: 15px;
  }
  
  body.singular .post-meta i {
	padding-right: 3px;
  }
  
  /* [ RESPONSIVE DESIGN STYLES ] */
  
  @media (max-width: 1350px) and (min-width: 992px) {
	.container {
	  max-width: calc(100% - 195px);
	}
  
	.portfolio .container-portfolio {
	  max-width: calc(100% - 195px);
	}
  }
  
  @media (max-width: 1100px) and (min-width: 992px) {
	.home .home-details > div {
	  max-width: 450px;
	}
  }
  
  @media (min-width: 1600px) {
	.home .home-details > div {
	  max-width: 600px;
	}
  }
  
  @media (min-width: 992px) {
	.home .home-details-container {
	  width: 100%;
	  height: 100vh;
	}
  
	body.home {
	  overflow: hidden;
	}
  
	.btn:before,
	.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:before {
	  font: 15px/1.2em FontAwesome;
	  color: #fff;
	  position: absolute;
	  height: 100%;
	  right: 25px;
	  top: 50%;
	  margin-top: -9px;
	  transition: all 0.3s;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  -webkit-transform: translateX(-20px);
	  transform: translateX(-20px);
	}
  
	.btn.btn-about:before {
	  content: "\f007";
	}
  
	.btn.btn-portfolio:before {
	  content: "\f07c";
	  margin-top: -8px;
	}
  
	.btn.btn-preview:before {
	  content: "\f08e";
	}
  
	.btn.btn-download:before {
	  content: "\f019";
	}
  
	.btn.btn-contact:before,
	.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:before {
	  content: "\f1d8";
	}

	.btn.btn-external-link:before {
		content: "\f14c";
	}
  
	.btn span,
	.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit] span {
	  position: relative;
	  display: block;
	  transition: all 0.3s;
	}
  
	.btn:hover span,
	.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:hover span {
	  -webkit-transform: translateX(-10px);
	  transform: translateX(-10px);
	}
  
	.btn:hover:before,
	.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:hover:before {
	  opacity: 1;
	  filter: alpha(opacity=100);
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  
  /* Mobile  Navigation */
  
  @media (max-width: 991px) {
	.btn {
	  padding: 0 28px;
	}
  
	body.home {
	  padding: 25px;
	}
  
	body.home .main-container {
	  padding: 30px 0 !important;
	}
  
	.home .home-details-container {
	  margin: 0 auto;
	}
  
	.home .home-details {
	  padding: 0;
	}
  
	.main-img-mobile {
	  border-radius: 50%;
	  width: 270px;
	  height: 270px;
	  border: 4px solid #252525;
	  margin: 0 auto 25px;
	  display: block;
	  object-fit: cover;
      object-position: top;
	}
  
	.home .home-details h1 {
	  font-size: 38px;
	  line-height: 38px;
	  margin-top: 29px;
	}
  
	.home .home-details p {
	  margin: 10px 0 23px;
	  font-size: 15px;
	  line-height: 30px;
	}
  
	#menuToggle {
	  display: inline-block;
	  position: fixed;
	  top: 30px;
	  right: 30px;
	  z-index: 1111;
	  user-select: none;
	  padding: 19px 0 0 16px;
	  width: 54px;
	  height: 54px;
	  border-radius: 5px;
	  background: #252525;
	}
  
	#menuToggle input {
	  display: flex;
	  width: 54px;
	  height: 54px;
	  position: absolute;
	  cursor: pointer;
	  opacity: 0;
	  z-index: 2;
	  top: 0;
	  left: 0;
	}
  
	#menuToggle > span {
	  display: flex;
	  width: 23px;
	  height: 2px;
	  margin-bottom: 5px;
	  position: relative;
	  background: #ffffff;
	  border-radius: 3px;
	  z-index: 1;
	  transform-origin: 5px 0;
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
	  opacity 0.55s ease;
	}
  
	/* #menuToggle > span:nth-child(3) {
	  transform-origin: 0 0;
	} */
  
	#menuToggle > span:nth-child(5) {
	  transform-origin: 0 100%;
	}
  
	#menuToggle input:checked ~ span {
	  opacity: 1;
	  transform: rotate(45deg) translate(4px, 0);
	  background: #fff;
	}
  
	#menuToggle input:checked ~ span:nth-child(4) {
	  opacity: 0;
	  transform: rotate(0deg) scale(0.2, 0.2);
	}
  
	#menuToggle input:checked ~ span:nth-child(5) {
	  transform: rotate(-45deg) translate(2px, 4px);
	}
  
	#menu {
	  position: fixed;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding-top: 60px;
	  background-color: #252525;
	  -webkit-font-smoothing: antialiased;
	  transform-origin: 0 0;
	  transform: translate(-100%, 0);
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#menuToggle ul.social-links {
		position: fixed;
		left: 0;
		bottom: 20px;
		width: 100%;
		text-align: center;
		margin: 0;
		transform-origin: 0 0;
		transform: translate(-100%, 0);
		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}

	#menuToggle ul.social-links li a {
		background-color: transparent;
	}
  
	#menuToggle input:checked ~ ul {
	  transform: none;
	}
  
	#menu li {
	  position: relative;
	  padding-left: 30px;
	}
  
	#menu li:after {
	  position: absolute;
	  content: '';
	  height: 1px;
	  width: calc(100% - 60px);
	  background: #333;
	  left: 30px;
	}
  
	#menu li:last-child:after {
	  display: none;
	}
  
	#menu li.active a span,
	#menu li.current-menu-item a span {
	  font-weight: 600;
	}
  
	#menu li a {
	  color: #fff;
	  text-transform: uppercase;
	  transition-delay: 2s;
	  font-size: 26px;
	  display: block;
	  text-decoration: none;
	  padding: 14px 0;
	  position: relative;
	}
  
	#menu li a span {
	  position: absolute;
	  left: 50px;
	  font-weight: 400;
	}
  
	.contact .main-content {
	  padding-bottom: 0;
	}
  }
  
  @media (max-width: 767px) {
	.home .home-details p {
	  font-size: 14px;
	  line-height: 28px;
	}
  }
  
  @media (max-width: 576px) {
	.btn {
	  font-size: 14px;
	}
  
	body {
	  font-size: 14px;
	}
  
	.title-section.revealator-delay1 {
	  transform: none !important;
	  opacity: 1 !important;
	}
  
	#menuToggle {
	  right: 10px;
	  top: 4px;
	  padding: 19px 0 0 13px;
	  width: 49px;
	  height: 49px;
	}
  
	.home #menuToggle {
	  right: 25px;
	  top: 25px;
	  padding: 17px 0 0 13px;
	}
  
	#menu li {
	  padding-left: 25px;
	}
  
	#menu li a {
	  font-size: 18px;
	}
  
	#menu li:after {
	  width: calc(100% - 50px);
	  left: 25px;
	}
  
	#menu li a span {
	  left: 35px;
	}
  
	.main-content {
	  padding-top: 85px;
	}
  
	.main-content > .container {
	  padding: 0 25px;
	}
  
	.main-img-mobile {
	  width: 200px;
	  height: 200px;
	}
  
	.home .home-details h1 {
	  font-size: 29px;
	  line-height: 29px;
	  margin-top: 10px;
	}
  
	.home .home-details h6 {
	  font-size: 19px;
	}
  
	.title-section {
	  padding: 16px 25px 14px;
	  background: #252525;
	  border-bottom: 1px solid #333;
	  margin-bottom: 36px;
	  position: fixed;
	  right: 0;
	  left: 0;
	  z-index: 11;
	  top: 0;
	}
  
	.title-section h1 {
	  font-size: 26px;
	}
  
	.title-bg {
	  display: none;
	}
  
	.custom-title {
	  font-size: 21px;
	}
  
	.about .main-content {
	  padding-bottom: 48px;
	}
  
	.about .resume-box h5 {
	  font-size: 17px;
	}
  
	.about .box-stats {
	  padding: 15px 20px 20px 25px;
	}
  
	.about .c100 {
	  transform: scale(.8);
	}
  
	.about .box-stats.with-margin {
	  margin-bottom: 25px;
	}
  
	.about .box-stats h3 {
	  font-size: 40px;
	}
  
	.about .box-stats p {
	  padding-left: 0;
	}
  
	.about .box-stats p:before {
	  display: none;
	}
  
	.portfolio .main-content {
	  padding-bottom: 10px;
	  margin-top: -12px;
	}
  
	.portfolio .main-content > .container {
	  padding: 0 10px;
	}
  
	.blog .main-content {
	  padding-bottom: 55px;
	}
  
	body.singular article h1 {
	  font-size: 25px;
	}
  
	.separator.mt-1 {
	  margin-top: 35px !important;
	}
}
  

/*-------------------------------------------
  Custom
  ------------------------------------------- */

/* Fix for IE 11 */
@media ( max-width: 991px ) {
	.home-details-container {
		width: 100%;
	}
}
/* > */

/* Fix white in dark mode (default) and fix back in light mode */
.btn,
.btn:hover,
.btn:focus,
.btn:before,
input[type=submit],
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:before,
.header .icon-box h2,
.header ul.icon-menu li.icon-box.active,
.header ul.icon-menu li.icon-box.current-menu-item,
.header ul.icon-menu li.icon-box:hover,
.header ul.icon-menu li.icon-box.active i,
.header ul.icon-menu li.icon-box.current-menu-item i,
.header ul.icon-menu li.icon-box:hover i,
.about .resume-box .icon,
.portfolio-grid .portfolio-info .portfolio-title,
ul.social-links li a:hover i,
.page-item.active .page-link {
	color: #111;	
}
body.light .btn,
body.light .btn:hover,
body.light .btn:focus,
body.light .btn:before,
body.light input[type=submit],
body.light input[type=submit]:hover,
body.light input[type=submit]:focus,
body.light input[type=submit]:before,
body.light .header .icon-box h2,
body.light .header ul.icon-menu li.icon-box.active,
body.light .header ul.icon-menu li.icon-box.current-menu-item,
body.light .header ul.icon-menu li.icon-box:hover,
body.light .header ul.icon-menu li.icon-box.active i,
body.light .header ul.icon-menu li.icon-box.current-menu-item i,
body.light .header ul.icon-menu li.icon-box:hover i,
body.light.about .resume-box .icon,
body.light .portfolio-grid .portfolio-info .portfolio-title,
body.light ul.social-links li a:hover i,
body.light .page-item.active .page-link {
	color: #fff;	
}
/* > */

/* General */
hr.separator-sm {
	max-width: 20%;
}

.tooltip {
	z-index: 1500;
}

#mn-user-message {
	position: fixed;
    left: 25px;
    bottom: -50px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #121212;
	border: 2px solid #252525;
	transition: bottom 200ms;
	z-index: 100000;
}

#mn-user-message.mn-active {
	bottom: 25px;
}

body.light #mn-user-message {
	color: #fff;
}

.inline-link-btn {
	display: inline-block;
    padding: 0px 12px;
    margin: 0 5px;
    background-color: #2b2a2a;
    border-radius: 50px;
}

.inline-link-btn.inline-link-btn-sm {
	font-size: 85%;
	padding-left: 10px;
	padding-right: 10px;
}

body.light .inline-link-btn {
	background-color: #fafafa;
}

.mn-logo-imgs {
	width: 100px;
	margin-bottom: 20px;
}

.mn-logo-imgs .mn-logo-imgs-inner {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 91.626%;
}

.mn-logo-imgs img {
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: contain;
	/* transition: all .3s; */
}

.mn-logo-imgs .mn-logo-img-dark {
	opacity: 1;
	z-index: 10;
}

.mn-logo-imgs .mn-logo-img-light {
	opacity: 0;
	z-index: 5;
}

body.light .mn-logo-imgs .mn-logo-img-dark {
	opacity: 0;
	z-index: 5;
}

body.light .mn-logo-imgs .mn-logo-img-light {
	opacity: 1;
	z-index: 10;
}


.skill-title {
    font-size: 14px;
    line-height: 1.1em;
    position: relative;
	font-weight: 600;
	margin-bottom: 0;
}

.skill-item:not(:last-child) {
	margin-bottom: 25px;
}

.skill-item .skill-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5px;
}

.skill-item .skill-bar {
    position: relative;
    background-color: transparent;
    border: 2px solid #252525;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
	width: 100%;
	overflow: hidden;
}

.skill-item .skill-value {
    font-size: 12px;
    line-height: 1.1em;
    position: relative;
	font-weight: 600;
	opacity: 0.7;
}

.skill-item .skill-percentage {
    border: 2px solid #111;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    height: 8px;
    padding: 0;
}

body.light .skill-item .skill-bar {
    border-color: #eee;
}

body.light .skill-item .skill-percentage {
    border-color: #fff;
}

.c100 > span {
	font-size: 0.21em;
    font-weight: 600;
    opacity: .7;
}

.c100.xsmall {
	font-size: 60px;
}

.row-personal-skills {
	justify-content: center;
}

.minor-profs {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    margin: 0 -15px -15px;
}

.minor-profs > .skill-title {
	margin: 0 15px 15px 15px;
}


.lang-level-dots {
	display: flex;
    padding: 2px;
    border: 2px solid #252525;
    border-radius: 8px;
}

.lang-level-dots > span {
	display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #252525;
    border-radius: 50%;
    margin-right: 5px;
}

.lang-level-dots > span:last-child {
	margin-right: 0;
}

body.light .lang-level-dots {
	border-color: #eee;
}

body.light .lang-level-dots > span {
	background-color: #eee;
}

.about-list li.langs-list-item {
	display: flex;
}

.about-list li.langs-list-item .title {
	display: block;
	white-space: nowrap;
}

.about-list li.langs-list-item table td {
	padding: 0 5px;
	vertical-align: middle;
}

.aspect {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.aspect__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.aspect--16x9 {
	padding-bottom: 56.25%;
}
.aspect--895x552 {
	padding-bottom: 61.676%;
}


.bar-loader {
	position:absolute;
	display:block;
	height:2px;
	width:50px;
	left:0;
	bottom:0;
	right:0;
	top:0;
	opacity:0;
	visibility:hidden;
	margin:auto;
	pointer-events:none;
	transition: all 100ms ease-in-out;
	z-index:-1;
	overflow:hidden;
}
.bar-loader::before {
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.25);
}
.bar-loader::after {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	top:0;
	height:100%;
	width:200%;
	background-color:#111;
}
.loading .bar-loader,
.bar-loader.loading {
	opacity:1;
	visibility:visible;
	z-index:15;
}
.loading .bar-loader::after,
.bar-loader.loading::after {
	-webkit-animation:barLoader 3s infinite;
	animation:barLoader 3s infinite;
	-webkit-animation-timing-function:cubic-bezier(0.43, 0.43, 0.25, 0.99);
	animation-timing-function:cubic-bezier(0.43, 0.43, 0.25, 0.99);
}

body.light .bar-loader::before {
	background-color: rgb(255, 255, 255, 0.25);
}

body.light .bar-loader::after {
	background-color:#fff;
}

.post-password-form {
	text-align: center;
}

.post-password-form label {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 0;
}

.post-password-form label input[type=password] {
	margin: 0 10px;
}

@-webkit-keyframes barLoader {
	0%,100% {
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	50% {
		-webkit-transform:translateX(100%);
		transform:translateX(100%);
	}
}
@keyframes barLoader {
	0%,100% {
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	50% {
		-webkit-transform:translateX(100%);
		transform:translateX(100%);
	}
}

.text-overflow-ellipsis {
	white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/* > */

/* Home */
body.home .bg {
	background-color: #252525;
}

body.light.home .bg {
	background-color: #fafafa;
}

body.home .home-details h2 {
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px;
}
/* > */

/* About */
body.about .resume-box .company-school,
body.about .resume-box .location {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

body.about .resume-box .meta {
	font-weight: 600;
}

body.about .resume-box .meta:not(:first-of-type) {
	margin-top: 5px;
}

body.about .resume-box .meta i {
    opacity: .7;
    width: 18.3px;
    margin-right: 11.7px;
    overflow: visible;
    font-size: 16px;
    text-align: center;
}

body.about .resume-box .meta i.fa-map-marker {
    font-size: 20px;
}

body.about .resume-box li:last-of-type {
	margin-bottom: 0;
}

a[href^="mailto:"],
a[href^="tel:"] {
	overflow-wrap: break-word;
}
/* > */

/* <<< Portfolio */
body.portfolio .post-password-form > p:first-child {
	display: none;
}

.portfolio-password-message {
	text-align: center;
	max-width: 575px;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-grid-item > figure.loading .portfolio-info,
.portfolio-grid-item > figure.current-open .portfolio-info {
	top: 0 !important;
	left: 0 !important;
}

.portfolio-grid .portfolio-thumb {
	background-size: cover;
	background-position: center top;
}

.portfolio-grid .portfolio-grid-item {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: visible;
}

.portfolio-grid .portfolio-info {
	position: absolute;
    width: 100%;
	height: 100%;
	z-index: 10;
}
  
.portfolio-grid .portfolio-title {
	position: absolute;
	top: 30px;
	left: 20px;
	right: 20px;
	font-size: 18px;
	text-align: center;
	margin: 0;
}

.portfolio-grid .portfolio-categories {
	position: absolute;
    left: 20px;
	bottom: 20px;
	width: calc(100% - 75px);
}

.portfolio-grid .portfolio-categories .portfolio-terms {
	position: relative;
    display: inline-block;
    padding: 1px 8px 1px 32px;
    background: #252525;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 400;
}

.portfolio-grid .portfolio-categories .portfolio-terms.technology {
	margin-top: 4px;
}

.portfolio-grid .portfolio-categories .portfolio-terms:before {
	font: 13px/1.5em FontAwesome;
    position: absolute;
    height: 100%;
    left: 10px;
    top: 50%;
    margin-top: -.7em;
}

.portfolio-grid .portfolio-categories .portfolio-terms.industry:before {
	content:"\f275";
}

.portfolio-grid .portfolio-categories .portfolio-terms.technology:before {
	content: "\f121";
}

.portfolio-grid .portfolio-link-over {
	position: absolute;
    right: 10px;
    bottom: 10px;
	color: #111;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	transition: all 200ms;
}

.portfolio-grid .portfolio-link-over:hover {
	text-decoration: none;
	background-color: rgb(0, 0, 0, 0.1);
}

.portfolio-filters {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
    font-weight: 600;
}

.portfolio-filters .filters-icon {
	display: inline-block;
	font-size: 16px;
	opacity: .7;
}

.portfolio-filters > .filters {
	display: flex;
	align-items: center;
	width: 41.666666%;
}

.portfolio-filters > .filters.filters-all {
	width: 16.666668%;
	justify-content: center;
}

.portfolio-filters > .filters.filters-industry {
	justify-content: flex-start;
}

.portfolio-filters > .filters.filters-technology {
	justify-content: flex-end;
}

.portfolio-filters > .filters.filters-industry .filters-inner .filters-popup {
	left: 0;
	transform: none;
}

.portfolio-filters > .filters.filters-industry .filters-inner .filters-popup .arrow {
	left: .5rem;
	transform: none;
}

.portfolio-filters > .filters.filters-technology .filters-inner .filters-popup {
	left: auto;
	right: 0;
	transform: none;
}

.portfolio-filters > .filters.filters-technology .filters-inner .filters-popup .arrow {
	left: auto;
	right: .5rem;
	transform: none;
}

.portfolio-filters > .filters .filters-inner {
	position: relative;
}

.portfolio-filters > .filters .filters-inner .active-filter-label {
	opacity: .7;
	user-select: none;
}

.portfolio-filters > .filters .filters-inner .active-filter-label.selected {
	opacity: 1;
}

.portfolio-filters > .filters .filters-inner .filters-popup {
    position: absolute;
    bottom: 100%;
    left: 50%;
	transform: translate3d(-50%, 0, 0);
	pointer-events: none;
}

.portfolio-filters > .filters .filters-inner.open .filters-popup {
	pointer-events: all;
}

.portfolio-filters > .filters .filters-inner .filters-popup.show {
	opacity: 1;
}

.portfolio-filters > .filters .filters-popup .arrow {
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.portfolio-filters > .filters .filters-popup .tooltip-inner {
	max-width: none;
	display: flex;
	padding-left: .75rem;
	padding-right: .75rem;
	background-color: #252525;
}

.portfolio-filters > .filters .filters-popup .arrow::before {
	border-top-color: #252525;
}

body.light .portfolio-filters > .filters .filters-popup .tooltip-inner {
	max-width: none;
	display: flex;
	background-color: #eee;
	color: #666;
}

body.light .portfolio-filters > .filters .filters-popup .arrow::before {
	border-top-color: #eee;
	color: #666;
}

.portfolio-filters > .filter-select {
	display: none;
}

.portfolio-filters .filter {
    display: inline-block;
	cursor: pointer;
	white-space: nowrap;
	user-select: none;
}

.portfolio-filters .filters-popup .filter {
	opacity: .8;
}

.portfolio-filters .filters-popup .filter.active-filter {
	opacity: 1;
}

.portfolio-filters .filter-select .filters-icon,
.portfolio-filters .filters-industry .filters-icon,
.portfolio-filters .filters-industry .filter:not(:last-child) {
	margin-right: 15px;
}

.portfolio-filters .filters-technology .filters-icon,
.portfolio-filters .filters-technology .filter:not(:first-child) {
	margin-left: 15px;
}

/* <<< Fix 1px bug */
.portfolio-grid-item > figure::after {
	content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: 0;
	pointer-events: none;
	z-index: 5;
	transition: opacity 0ms linear 0ms;
}

.portfolio-grid-item > figure:hover::after {
	opacity: 1;
	transition: opacity 0ms linear 300ms;
}
/* Fix 1px bug >>> */


body.light .portfolio-grid .portfolio-categories .portfolio-terms {
    background: #eee;
    color: #666;
}

body.light .portfolio-grid .portfolio-link-over {
	color: #fff;
}

/* <<< Portfolio Modals */
:root {
	--scrollbar-width: 17px; /* Fallback, JS will overwrite in portfolio page 'portfolio.js' */
}
body.portfolio-modal-pr {
	padding-right: var(--scrollbar-width);
}
body.portfolio-modal-pr .header {
	right: calc( 30px + var(--scrollbar-width) );
}

.portfolio-modals-container {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	perspective: 1000px;
	perspective-origin: top;
	transition: opacity 400ms, visibility 400ms;
	background-color: #111;
	z-index: 99998;
}

.portfolio-modals-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* body.admin-bar .portfolio-modals-container {
	padding-top: 32px;
}
@media( max-width: 782px ) {
	body.admin-bar .portfolio-modals-container {
		padding-top: 46px;
	}
} */

.portfolio-modals-container.portfolio-open {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.portfolio-modals-items {
	overflow: visible;
    transform-style: preserve-3d;
    transform: translate3d(0,0,150px);
    transition: transform 400ms;
}

.portfolio-modals-container.portfolio-open .portfolio-modals-items {
    transform: translate3d(0,0,0);
}

.portfolio-modal-item {
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
	width: 100%;
    opacity: 0;
    visibility: hidden;
	pointer-events: none;
	overflow: visible;
    transition: all 400ms;
}

.portfolio-modals-container.portfolio-open .portfolio-modal-item.portfolio-active {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}


.portfolio-modal-filter.no-filter {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.portfolio-modal-filter-title {
	opacity: .8;
}

.portfolio-modal-filter-value {
	font-weight: 600;
}

.portfolio-modal-controls {
	display: flex;
}

.portfolio-modal-controls .pf-control {
	display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
	background-color: #2b2a2a;
	color: #ddd;
    border-radius: 5px;
	cursor: pointer;
	margin-left: 10px;
	transition: all .15s ease;
}

.portfolio-modal-controls .pf-control.loading {
	opacity: .5;
}

.portfolio-modal-controls .pf-control.disabled,
body.light .portfolio-modal-controls .pf-control.disabled {
	background-color: transparent;
	cursor: not-allowed;
}

.portfolio-modal-controls .pf-control.pf-next {
	margin-left: 5px;
}

.portfolio-modal-controls .pf-control:first-child {
	margin-left: 0;
}

.portfolio-modal-controls .pf-control:not(.disabled):not(.loading):hover {
	color: #111;
}

.portfolio-modal-controls .pf-control i {
	line-height: 40px;
    font-size: 22px;
}

.portfolio-modal-gallery-img-wrap {
	max-height: 413px;
	overflow-x: hidden;
	overflow-y: auto;
}

.portfolio-modal-gallery-img {
	max-width: 100%;
	height: auto;
}

.portfolio-modal-gallery-carousel .carousel-inner,
.portfolio-modal-gallery-img-single {
	border: 2px solid #252525;
	/* border-radius: 15px; */
	overflow: hidden;
}

.portfolio-modal-gallery-carousel .carousel-indicators {
	margin-bottom: 0;
    bottom: -35px;
}

body.light .portfolio-modal-gallery-carousel .carousel-indicators li {
	background-color: #666;
}

.carousel-control-next,
.carousel-control-prev {
	pointer-events: none;
}

.carousel-control-next {
	justify-content: flex-end;
}
.carousel-control-prev {
	justify-content: flex-start;
}

.portfolio-carousel-control-next-icon,
.portfolio-carousel-control-prev-icon {
	width: 40px;
    height: 40px;
	line-height: 40px;
	font-size: 22px;
	border-radius: 5px;
	text-align: center;
	background-color: #000;
	color: #fff;
	opacity: .5;
	transition: opacity .15s ease;
	pointer-events: all;
	position: relative;
}

.portfolio-carousel-control-next-icon:hover,
.portfolio-carousel-control-prev-icon:hover {
	opacity: 1;
}

.portfolio-carousel-control-next-icon {
	right: 27px;
	right: calc(10px + var(--scrollbar-width));
}
.portfolio-carousel-control-prev-icon {
	left: 10px;
}

.portfolio-modal-info-section:not(:last-child) {
	margin-bottom: 25px;
}

.portfolio-modal-info {
	padding: 25px 30px;
    background-color: #121212;
    border-radius: 15px;
    border: 2px solid #252525;
}

.portfolio-modal-info-head {
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
}

ul.portfolio-modal-info-list {
	margin-bottom: 0;
}

ul.portfolio-modal-info-list li {
	padding: 2px 0;
}

ul.portfolio-modal-info-list li:first-child {
	padding-top: 0;
}

ul.portfolio-modal-info-list li:last-child {
	padding-bottom: 0;
}

.portfolio-modal-info-list i {
	opacity: .7;
    width: 18.3px;
    margin-right: 11.7px;
    overflow: visible;
    font-size: 16px;
    text-align: center;
}

ul.portfolio-modal-terms-list {
	margin-bottom: -5px;
}

ul.portfolio-modal-terms-list li {
	display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
    padding: 2px 7px;
    background-color: #111;
    border-radius: 3px;
    border: 2px solid #2b2a2a;
    margin: 0 5px 5px 0;
}



body.light .portfolio-modals-container {
	background-color: #fff;
}

body.light .portfolio-modal-controls .pf-control {
	background-color: #fafafa;
	color: #666;
	transition: .3s;
}

body.light .portfolio-modal-controls .pf-control:not(.disabled):not(.loading):hover {
	color: #fff;
}

body.light .portfolio-modal-gallery-carousel .carousel-inner,
body.light .portfolio-modal-gallery-img-single {
	border-color: #eee;
}

body.light .portfolio-modal-info {
	background-color: #fefefe;
	border-color: #eee;
}

body.light ul.portfolio-modal-terms-list li {
	background-color: #fff;
    border-color: #e5e5e5;
}

/* Portfolio Modals >>> */

/* Portfolio >>> */


/* <<< WPForms */
.contact-form-wpforms div.wpforms-container-full .wpforms-form input[type=text],
.contact-form-wpforms div.wpforms-container-full .wpforms-form input[type=email],
.contact-form-wpforms div.wpforms-container-full .wpforms-form textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	border: 1px solid #111;
    width: 100%;
    background: #252525;
    color: #fff;
	padding: 11px 26px;
	border-radius: 30px;
    transition: all 0s, border-color .3s;
    outline: none !important;	
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form input[type=text],
.contact-form-wpforms div.wpforms-container-full .wpforms-form input[type=email] {
	height: auto;	
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 57px;
    overflow: auto;
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
	height: 160px;
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit],
.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:hover,
.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:focus {
    border-radius: 26px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 40px;
    outline: none !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    letter-spacing: .5px;
	border: 0;
	color: #111;
	transition: box-shadow .15s ease-in-out;
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit] span {
	text-transform: uppercase;
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:before {
	color: #111;
}

.contact-form-wpforms .wpforms-confirmation-container-full {
	background: none;
	background: none;
    border-radius: 28px;
    padding-left: 26px;
	padding-right: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	background: #111;
}

.contact-form-wpforms .wpforms-confirmation-container-full p:last-of-type {
	margin-bottom: 0;
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form label.wpforms-error {
	font-family: 'Open Sans', sans-serif;
	color: #cc0000;
	padding-left: 26px;
    padding-right: 26px;
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container label.wpforms-error {
	padding-left: 3px;
    padding-right: 3px;
}

body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form input[type=text],
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form input[type=email],
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form textarea {
	background-color: #fff;
	border-color: #ddd;
	color: #666;
}

body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit],
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:hover,
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:focus,
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form button[type=submit]:before {
	color: #fff;
}

body.light .contact-form-wpforms .wpforms-confirmation-container-full {
	color: #666;
	background: #fff;
}

.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid,

body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid,
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid,
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error,
body.light .contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
	border-color: #cc0000;
}
/* WPForms >>> */

/* <<< Single Page/Post */
body.singular article h2 {
	margin: 60px 0 30px;
}
/* Single Page/Post >>> */

@media (max-width: 1199px) {
	/* General */
	/* > */
	
	/* Home */
	/* > */

	/* About */
	/* > */

	/* Portfolio */
	.portfolio-filters {
		display: block;
	}

	.portfolio-filters > .filters {
		display: none;
	}

	.portfolio-filters > .filter-select {
		display: block;
	}

	
	/* > */
}

@media (max-width: 991px) {
	/* General */
	.mn-logo-imgs {
		margin-left: auto;
		margin-right: auto;
	}
	/* > */

	/* Home */
	body.home .home-details h2 {
		font-size: 25px;
		margin-bottom: 13px;
	}
	/* > */

	/* About */
	/* > */

	/* Portfolio */
	.portfolio-grid .portfolio-info {
		top: 0 !important;
		left: 0 !important;		
	}

	.portfolio-grid .portfolio-grid-item > figure:not(.loading):not(.current-open) .portfolio-info {
		background-color: transparent !important;
	}

	.portfolio-grid .portfolio-grid-item > figure:not(.loading):not(.current-open) .portfolio-info .portfolio-title {
		display: none;
	}

	.portfolio-grid .portfolio-categories {
		left: 10px;
		bottom: 10px;
	}

	.portfolio-grid .portfolio-link-over,
	.portfolio-grid .portfolio-link-over:hover {
		background-color: #252525;
	}

	body.light .portfolio-grid .portfolio-link-over,
	body.light .portfolio-grid .portfolio-link-over:hover {
		background-color: #eee;
	}
	/* <<< Portfolio Modals */
	.portfolio-modal-gallery-img-wrap {
		max-height: 0;
		padding-top: 56.25%;
		position: relative;
	}

	.portfolio-modal-gallery-img {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* Portfolio Modals >>> */
	/* Portfolio >>> */
}

@media (max-width: 767px) {
	/* General */
	/* > */

	/* Home */
	/* > */

	/* About */
	/* > */

	/* Portfolio */

	/* <<< Portfolio Modals */
	.portfolio-modal-controls .pf-control {
		height: 30px;
		width: 30px;
	}

	.portfolio-modal-controls .pf-control i {
		line-height: 30px;
    	font-size: 18px;
	}
	
	.portfolio-modal-title {
		font-size: 1.5rem;
	}

	.portfolio-modal-info-head {
		font-size: 1rem;
	}
	/* Portfolio Modals >>> */

	/* > */

	/* WPForms */
	.contact-form-wpforms div.wpforms-container-full .wpforms-form .wpforms-one-half {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	/* > */
}

@media (max-width: 575px) {
	/* General */
	.mn-logo-imgs {
		margin-left: 0;
	}

	.about-list li.langs-list-item {
		flex-wrap: wrap;
	}

	.post-password-form {
		text-align: left;
	}

	.post-password-form label {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.post-password-form label input[type=password] {
		margin: 5px 0 0 0;
	}	
	
	.post-password-form input[type=submit] {
		margin: 12px 0 0 0;
	}
	/* > */

	/* Home */
	body.home .home-details h2 {
		font-size: 20px;
	}
	/* > */

	/* Portfolio */
	.portfolio-password-message {
		text-align: left;
	}
	/* > */
}
