/*!
Theme Name: iAmSaran-Live
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mesaran-2025
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

.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;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

/* Custom Styles */
body{
	font-family: "Roboto Condensed", sans-serif;
	background: #000 url(images/mesaran-hero-background-mobile.jpg) no-repeat 25% 0%;
	background-size: auto 900px;
	font-optical-sizing: auto;
	line-height: 175%;
	font-weight: 200;
	font-style: normal;
	color: #333;
}
h1, h2, h3{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}
img.border-box{
	border: 1px solid #ccc;
}
.site{
	position: relative;
	z-index: 1;
}
.site-bg{
	background-color: #000;
}
.site-bg-white{
	background-color: #fff;
}
.site-wrapper{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 32px;
}
.site-header{
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 28px;
	transition: top 1s;
}
.site-header .site-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-branding{
	height: 40px;
    width: 165px;
    margin: 16px 0 16px 0;
}
.site-branding a{
	background: url(images/iamsaran-logo.png) no-repeat 0 0;
    background-size: auto 40px;
	display: block;
    height: 100%;
    width: 100%;
    text-indent: -10000px;
    overflow: hidden;
}
.menu-toggle{
	display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    height: 40px;
    width: 40px;
    white-space: nowrap;
    background: transparent;
    border: none;
    color: #fff;
    overflow: hidden;
    padding: 0;
}
.menu-toggle span{
	height: 3px;
    background-color: #fff;
    width: 28px;
    display: block;
    position: absolute;
    border-radius: 2px;
    top: 13px;
    left: 6px;
    transition: all 1s;
}
.menu-toggle span.bottom-bur{
	top: 23px;
}
.main-navigation.toggled .top-bur{
	transform: rotate(45deg);
    top: 50%;
}
.main-navigation.toggled .bottom-bur{
	transform: rotate(-45deg);
    top: 50%;
}
.main-navigation .menu-main-container{
    position: fixed;
    background: #333;
    top: 72px;
    right: -100%;
    width: 100%;
    bottom: 0;
    transition: all 1s;
}
.main-navigation.toggled .menu-main-container{
	right: 0;
}
.main-navigation{
	width: auto;
	display: flex;
	align-items: center;
}
.main-navigation a{
	transition: all 1s;
	margin: 0;
	color: #ccc;
	padding: 24px 16px;
	border-bottom: 1px solid #666;
	text-align: right;
}
.main-navigation .current-menu-item a,
.main-navigation a:hover{
	color: #fff;
	font-weight: 500;
}
.main-navigation .primary-button,
.site-hero-bottons .primary-button,
.content-button{
	background-color: #f00;
    color: #fff;
    text-transform: uppercase;
    border: none;
    line-height: 0;
    padding: 20px;
    margin: 0;
    transition: all 1s;
    border-radius: 2px;
}
.main-navigation .primary-button{
    margin: 0 42px 0 0;
}
.main-navigation .primary-button .button-effect,
.site-hero-bottons .primary-button .button-effect{
	display: none;
}
.info-bar{
	background-color: #ff0;
	text-align: center;
	font-size: 0.75rem;
	color: #000;
	position: fixed;
	top: 0;
	width: 100%;
	transition: top 1s;
}
.site-main .site-wrapper{
	display: flex;
	flex-direction: column;
}
.site-main .site-wrapper.wrap-right{
	align-items: flex-end;
}
.site-main .site-wrapper.wrap-left{
	align-items: flex-start;
}
.site-main .site-wrapper.wrap-center{
	align-items: center;
}
.site-main b, .site-main strong{
	font-weight: 300;
	color: #f00;
}
.site-main p img{
	width: 100%;
}
.site-partition{
	width: 100%;
	margin-top: 15vh;
	position: relative;
}
.site-header-single{
	height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 32px;
}
.site-title-wrapper{
	left: 0;
	top: 0;
	width: 100%;
}
.site-title{
	color: #fff;
    box-sizing: border-box;
    line-height: 150%;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-align: right;
    font-size: 24px;
    margin: 0;
}
.site-title strong{
	font-weight: 200;
	border-bottom: 1px solid #f00;
	color: #f00;
	white-space: nowrap;
}
.page-single-wrapper .site-duration{
	color: #fff;
	margin: 16px 0 0;
	text-align: right;
}
.post-tag-list{
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
.post-tag-list li{
	background-color: #f00;
    padding: 8px 16px;
    display: block;
    line-height: 100%;
    margin-left: 16px;
    border-radius: 2px;
    color: #fff;
}
.post-meta{
	margin-top: -10px;
	color: #ccc;
}
.site-hero-bottons{
	display: flex;
	padding: 16px 0 32px;
	justify-content: flex-end;
}
.site-hero-bottons a{
	background-color: #f00;
    color: #fff;
    text-transform: uppercase;
    border: none;
    line-height: 0;
    padding: 20px;
    margin: 0;
    transition: all 1s;
    text-decoration: none;
    border-radius: 2px;
    white-space: nowrap;
}
.site-hero-bottons a:first-child{
	margin: 0 16px 0 32px;
}
.site-list-button{
	padding: 10px 20px;
	font-size: 12px;
}
.site-hero-bottons button:hover{
	background-color: #fff;
	color: #f00;
    cursor: pointer;
}
.site-content{
    box-sizing: border-box;
    margin: 32px 0;
}
.site-content p{
	text-align: justify;
	margin: 32px 0;
}
.site-content .site-list-meta p{
	margin: 8px 0;
}
.site-content.page404 ul{
	margin: 0;
	padding: 0 0 0 24px;
}
a.post-more-link{
	color: #f00;
	text-decoration: none;
	border-bottom: 1px solid #f00;
}
.site-intro{
	/*margin-bottom: 128px;*/
	background-color: #fff;
	padding: 32px;
	border-radius: 3px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5)
}
.site-headers{
	font-size: 32px;
	font-weight: 200;
	color: #f00;
	margin: 0 0 16px;
}
.live-stats{
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.live-stats li{
}
.live-stats li span{
	display: block;
	font-size: 40px;
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	color: #f00;
}
.live-stats li span:after{
	content: "+";
	font-size: 32px;
}
.featured-portfolio{
	list-style: none;
	margin: 16px 0 40px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.featured-portfolio::-webkit-scrollbar{
	display: none;
}
.featured-portfolio li{
    min-width: 75%;
    padding: 0 0 0 12px;
}
.featured-portfolio li:first-child{
	/*padding-left: 0;*/
}
.featured-portfolio li a{
	display: block;
    height: 180px;
    background: no-repeat 50% 50%;
    background-size: cover;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #fff;
}
.featured-portfolio li a span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: all 0.5s;
}
.featured-portfolio li a:hover span,
.featured-portfolio li.more-button a span{
	opacity: 1;
}
.site-two-off{
	display: flex;
	flex-direction: column;
}
@keyframes skill-list-background {
	to{
		background-position: 60% 50%;
	}
}
.site-skilllist-wrapper{
	background-color: #000;
	padding-top: 24px;
	padding-bottom: 0;
}
.site-list-wrapper{
	max-width: 65%;
	margin-top: 64px;
}
.site-list-bars{
	display: flex;
	flex-direction: column;
	width: 100%;
	color: #fff;
}
.site-list-bars .site-headers{
	margin-top: 16px;
	font-size: 48px;
}
.site-list-bars ul{
	list-style: none;
	margin: 20px 0 24px;
	padding: 0;
}
.site-list-bars ul li{
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	position: relative;
	padding-left: 24px;
	font-size: 22px;
	line-height: 150%;
	font-weight: 100;
	transform: scale(1);
    animation: skill-scale linear forwards;
	animation-timeline: view();
	animation-range: 35vh 45vh;
}
.site-list-bars ul li:before,
.site-list-bars ul li:after{
	content: "";
	position: absolute;
    border: 1px solid #666;
    height: 18px;
    width: 18px;
    left: 0;
    top: 6px;
}

@keyframes works-bg {
	to {
		opacity: 1;
	}
}
.site-list-bars ul li:after{
	border: none;
    content: "\2713";
    color: #f00;
    font-size: 27px;
    top: -5px;
    left: 2px;
    opacity: 0;
    animation: works-bg linear forwards;
	animation-timeline: view();
	animation-range: 35vh 45vh;
}
.site-list-bars ul li .rate-text{
	position: absolute;
	right: 0;
    bottom: 0;
    font-size: 11px;
    color: #999;
}
.site-list-bars ul li .rate{
	height:3px;
	overflow: hidden;
	background-color: #f0f0f0;
	border-radius: 2px;
}
.site-list-bars p{
	width: 55%;
	font-size: 18px;
    opacity: 0;
    animation: skill-scale-text linear forwards;
	animation-timeline: view();
	animation-range: 35vh 45vh;
	height: 0;
	margin: 0;
}
.site-list-bars ul li .rate .skill-bar{
	background-color: #f00;
	height: 100%;
	display: block;
}
.site-list-bars ul li .rate .skill-bar.bar-length-9{
	width: 90%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-8{
	width: 80%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-7{
	width: 70%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-6{
	width: 60%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-5{
	width: 50%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-4{
	width: 40%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-3{
	width: 30%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-2{
	width: 20%;
}
.site-list-bars ul li .rate .skill-bar.bar-length-1{
	width: 10%;
}
.site-footer-wrapper{
	background-color: #000;
}
.site-footer{
	color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 6px 0;
}
.site-two-col{
	display: flex;
	flex-direction: column;
}
.site-two-col .main-content-col-left p{
	margin-top: 0;
	text-align: justify;
}
.site-two-col .main-content-col-right strong{
	display: block;
	margin-top: 32px;
	font-weight: 300;
	color: #f00;
}
.site-two-col .main-content-col-right strong:first-child{
	margin-top: 0;
}
.site-capital{
	text-transform: capitalize;
}
.site-content.site-list{
	display: flex;
	flex-direction: column;
	margin: 32px 0;
}
.site-list-block{
	margin-bottom: 32px;
}
.site-list-title{
	font-size: 18px;
    line-height: 150%;
    color: #000;
    margin: 8px 0;
}
.type-post{
	margin-bottom: 24px;
}
.post-thumbnail{
	display: flex;
	align-items: center;
	height: 25vh;
	overflow: hidden;
	border: 1px solid #ccc;
	background: no-repeat center;
	background-size: cover;
}
.hireme-social{
	display: flex;
	flex-direction: column;
	margin: 0;
    padding: 0;
    list-style: none;
}
.hireme-social li{
	width: auto;
	margin-right: 32px;
}
.hireme-social .icon-social{
	height: 20px;
	margin-bottom: 16px;
	display: block;
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
	color: #333;
	text-decoration: none;
}
.hireme-social .icons{
	width: 20px;
	height: 20px;
	background: url(images/social-icons.jpg) 0 0 no-repeat;
	background-size: auto 20px;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 8px;
}
.hireme-social .icons.icon-phone{
	background-position: -25px 0;
}
.hireme-social .icons.icon-twitter{
	background-position: -51px 0;
}
.career-company{
	margin: 0;
	padding: 0;
	list-style: none;
}
.career-company li{
	margin-bottom: 48px;
}
.career-main-card{
	margin: 32px 0;
}
.timeline-data .time-year,
.career-main-card p{
	display: none;
}
.timeline-data p{
	margin: 8px 0;
}
.timeline-duration{
	margin-bottom: 16px;
	display: block;
}
.career-company-title{
	margin-bottom: 0;
	color: #f00;
}
.the-best-work-wrapper{
	background-color: #fff;
	padding-top: 32px;
}
.site-hero-wrapper{
	height: 100vh;
	justify-content: flex-end;
}
.the-best-work-intro-brief{
	display: none;
}
.the-best-work-intro .site-headers{
	padding-bottom: 32px;
}
.the-best-work-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.the-best-work-listitem{
	margin-bottom: 32px;
}
.the-best-work-meta h2{
	margin-top: 8px;
	line-height: 125%;
}
.the-best-work-meta p,
.the-best-work-meta div{
	display: none;
}
@media screen and (min-width: 767px) {
	body{
		/*background-image: url(images/mesaran-background.jpg);
        background-size: auto 1024px;
        background-attachment: fixed;*/
        background-image: none;
	}
	body::before,
	.skill-slide,
	.tools-slide {
	  content: '';
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  background: #000 url(images/mesaran-hero-background-mobile.jpg) 0% 0% no-repeat;
	  z-index: -1;
	  background-size: auto 100%;
	}
	.main-navigation .menu-main-container{
	    width: 35%;
	    right: -35%;
	}
	.site-partition{
		width: 65%;
		margin: 100px 64px 0 0;
	}
	.wrap-left .site-partition{
		margin: 32px 0 0 64px;
	}
	.site-title{
	    font-size: 32px;
	}
	@keyframes slide-right {
	    to {
	        left: 2000px;
	    }
	}
	.site-hero-bottons{
		display: flex;
		padding-bottom: 96px;
	    position: absolute;
	    width: 100%;
	    left: 0;
	    animation: slide-bg linear forwards;
	    animation-timeline: scroll();
		animation-range: 0 120vh;
	}
	.site-hero-bottons a:first-child{
		margin-left: 0;
	}
	.site-hero-bottons{
		justify-content: flex-end;
	}
	.site-hero-bottons a{
		margin: 0 16px 0 0;
	}
	.live-stats{
		flex-wrap: nowrap;
	}
	.site-two-off{
		flex-direction: row;
	}
	.site-two-col{
		flex-direction: row;
		justify-content: flex-end;
		margin-top: 64px;
	}
	.site-two-col .main-content-col-left-bg{
		width: 40%;
	}
	.site-two-col .main-content-col-left-bg img{
		width: 100%;
	}
	.site-two-col .main-content-col-left{
		width: 75%;
		padding-right: 64px;
	}
	.site-two-col .main-content-col-right{
		width: 25%;
	}
	.main-content-col-right div{
		position: sticky;
		top: 140px;
	}
	.site-list-title{
		font-size: 24px;
	    margin: 16px 0;
	}
	.post-thumbnail{
		height: 50vw;
	}
	.hireme-social{
		flex-direction: row;
	}
}
@media screen and (min-width: 1023px) {
	@keyframes slide-bg {
	    to { 
	        background-position-x: -100px;
	        left: -15vw;
	    }
	}
	@keyframes slide-skill- {
		75% {
			opacity: 0;
		}
	   80% { 
	        opacity: 1;
	    }
	    100% {
	        opacity: 1;
	    }
	}
	@keyframes slide-tools {
		/*65% {
			opacity: 0;
			background-position: 50% 200%;
		}
	    75% { 
	        opacity: 1;
			background-position: 50% 175%;
	    }
	    100% {
	        opacity: 1;
			background-position: 50% 100%;
	    }*/
	}
	@keyframes skill-scale {
		/*25%{
			transform: scale(1.05);
		}
		100%{
			transform: scale(1);
		}*/
		to{
			transform: scale(1);
		}
	}
	@keyframes skill-scale-text {
		to {
			height: 100px;
			opacity: 1;
		}

	}
	body::before {
		background: #000 url(images/mesaran-hero-background.jpg) no-repeat 0% 50%;
		background-size: auto 100%;
		animation: slide-bg linear forwards;
		animation-timeline: scroll();
		animation-range: 0 100vh;
	}
	p{
		font-size: 1.125rem;
		line-height: 175%;
	}
	.site-wrapper{
		padding: 0;
	}
	.site-title-wrapper{
		position: absolute;
	}
	.skill-slide{
		/*background: #fff url(images/ux-design-tools1.jpg) no-repeat 100% 50%;*/
		background: #fff url(images/istockphoto-216904041.jpg) no-repeat 100% 50%;
		background-size: auto 100%;
		opacity: 0;
		animation: slide-skill linear;
		animation-timeline: scroll();
	}
	.tools-slide{
		background: #fff url(images/mouse.jpg) no-repeat 50% 100%;
		background-size: auto 600px;
		opacity: 0;
		animation: slide-tools linear;
		animation-timeline: scroll();
	}
	.menu-toggle{
		display: none;
	}
	.site-branding{
	    margin: 32px 0 32px 64px;
	}
	.main-navigation{
		margin-right: 64px;
	}
	.main-navigation .menu-main-container{
		position: relative;
		top: auto;
		right: auto;
		background-color: transparent;
		width: auto;
	}
	.main-navigation .primary-button,
	.site-hero-bottons .primary-button,
	.content-button{
		margin: 0 0 0 32px;
		transition: all 1s;
		position: relative;		
        overflow: hidden;
	}
	.site-hero-bottons .primary-button{
		margin: 0;
	}
	.main-navigation .primary-button .button-effect,
	.site-hero-bottons .primary-button .button-effect,
	.content-button .button-effect{
		position: absolute;
        top: 100%;
        left: 0;
        color: #f00;
        background-color: #fff;
        display: block;
        padding: 40px 20px 20px;
        transition: all 1s;
        white-space: nowrap;
	}
	.main-navigation .primary-button:hover .button-effect,
	.site-hero-bottons .primary-button:hover .button-effect,
	.content-button:hover .button-effect{
		top: -20px;
	}
	.main-navigation a{
		color: #fff;
		margin: 0 32px;
		padding: 0;
		border-bottom: 1px solid #000;
	}
	.main-navigation .current-menu-item a,
	.main-navigation a:hover{
		border-bottom-color: #fff;
		cursor: pointer;
	}
	.site-hero-wrapper{
		height: auto;
	}
	.site-title{
	    font-size: 56px;
	    text-align: right;
	    margin: 17vh 0 5vh;
	}
	.site-title p{
		margin: 0;
	}
	.site-list-title{
		font-size: 32px;
	    margin: 16px 0;
	}
	.post-thumbnail{
		height: 50vh;
	}
	.site-content.site-list{
		margin: 64px 64px 0;
	}
	.featured-portfolio-wrapper{
		margin-bottom: 128px;
	}
	.site-hero-bottons{
		padding: 0;
	}
	@keyframes slide-featured {
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.featured-portfolio-wrapper .site-headers,
	.featured-portfolio-wrapper .featured-portfolio li{
		opacity: 0;
		transform: translateX(-200px);
		animation: slide-featured linear forwards;
		animation-timeline: view();
		animation-range: 100px 300px;
	}

	.featured-portfolio{
		display: block;
	}
	.featured-portfolio li{
		margin: 0 0 32px 0;
		padding: 0;
		display: flex;
	}
	.featured-portfolio li > div{
		width: 100%;
	}
	.featured-portfolio li a{
		height: 200px;
		width: 100%;
		border-radius: 3px;
	}
	.featured-portfolio .project-meta{
		padding-left: 16px;
	}
	.featured-portfolio .project-meta p{
		margin: -6px 0 8px;
		text-align: left;
	}
	.featured-portfolio .project-meta span{
		display: block;
	}
	/* test */
	@keyframes works-bg-wrapper {
		to {
			left: 0%;
		}
	}
	@keyframes works-content {
		10% {
			opacity: 1;
		}
		90% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	.featured-work-wrapper{
		position: relative;
		left: -50%;
		animation: works-bg-wrapper linear forwards;
		animation-timeline: view();
		animation-range: 100vh 150vh;
	}
	.featured-work-background{
		position: sticky;
		background: url(images/works-background.png) no-repeat 10% 100%;
		background-size: auto 70vh;
		top: 20px;
		left: 0;
		height: 100vh;
		opacity: 0;
		animation: works-bg linear forwards;
		animation-timeline: view();
		animation-range: 100vh 150vh;

	}
	.featured-work-list{
		margin: 0;
		padding: 0;
	}
	.featured-work-content{
		position: sticky;
		border: 1px solid #f00;
		height: 100vh;
		width: 100%;
		top: 104px;
		left: 0;
		opacity: 0;
		animation: works-content linear forwards;
		animation-timeline: view();
		animation-range: 100vh 200vh;
	}
	.featured-work-container{
		position: absolute;
		top: calc(30vh - 60px);
		left: 36%;
		width: 90vh;
		height: 60vh;
		transform: translateX(-50%);
		background-color: #f0f;
	}
	.featured-work-preview{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.featured-work-meta{
		position: absolute;
		top: 0;
		left: calc(100% + 48px);
		width: 60%;
	}
	.featured-work-meta span{
		display: block;
		margin-bottom: 8px;
	}
	.featured-work-meta strong{
		display: block;
	}

	/* new featured */
	@keyframes best-works {
		to{
			right: 0;
		}
	}
	.portfolio-featured-wrapper{
		background: url(images/featured-bg.png) repeat-x top;
	}
	.portfolio-featured-list{
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		right: 0%;
		animation: best-works linear forwards;
		animation-timeline: view();
		animation-range: 100vh calc(100% - 100vh);
	}
	.portfolio-featured-content{
		position: sticky;
		top: 104px;
		height: 85vh;
	}
	.portfolio-featured-content:first-child{
		background: url(images/works-background.png) no-repeat 10px 100%;
		background-size: 900px auto;
	}
	.portfolio-featured-container{
		position: relative;
		height: inherit;
	}
	.portfolio-featured-content:first-child .portfolio-featured-container{
	}
	.portfolio-featured-container .portfolio-featured-preview{
		position: absolute;
		left: 105px;
        bottom: 57px;
        width: 716px;
        height: 470px;
        object-fit: cover;
	}
	.portfolio-featured-meta{
		background-color: #fff;
		position: absolute;
	    top: 240px;
	    left: 880px;
	    width: 25%;
	    height: 400px;
	}
	.portfolio-featured-content:first-child .portfolio-featured-meta{
		background-color: transparent;
	}
	/* Final Portfolio */
	.best-work-wrapper{
		height: 340vh;
		background: url(images/featured-bg.png) repeat-x top;
	}
	.best-work-image-list,
	.best-work-list{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 30%;
		float: left;
	}
	.best-work-image-list{
		width: 70%;
	}
	.best-work-image,
	.best-work-content{
		position: sticky;
		top: 104px;
		height: 85vh;
	}
	.best-work-image:first-child{
		background: url(images/works-background.png) no-repeat 10px 100%;
		background-size: 900px auto;
	}
	.best-work-preview{
		width: 200px;
		height: 150px;
	}
	/* career timline */

	.career-bg{
		background-color: #fff;
	}
	.career-timeline-wrapper{
		background-color: #fff;
		height: 500vh;
		width: 100%;
		padding: 0;
		contain: paint;
	}
	.career-company{
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
		width: 505vw;
		height: inherit;
	}
	@keyframes timeline{
		to{
        	transform: translateX(-635vw);
		}
	}
	@keyframes timeline-vr{
		to{
        	transform: translateY(-300vh);
		}
	}
	.career-company li{
		width: 45vw;
        top: 104px;
        position: sticky;
        height: calc(100vh - 104px);
        transform: translateX(0);
		border-left: 2px solid #000;
		padding-top: 10vh;
        animation: timeline linear forwards;
		animation-timeline: view();
		animation-range: 100vh 100%;
		background: url(images/timeline-scale.png) repeat-x 0 -15px;
		background-size: 72px auto;
	}
	li.career-main-card{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100vw;
		background: none;
		border: none;
	}
	.career-main-card p{
		width: 60%;
		text-align: center;
		display: block;
	}
	.timeline-data{
		width: 70%;
		padding-left: 24px;
		position: relative;
        animation: timeline-vr- linear forwards;
		animation-timeline: view();
		animation-range: 100vh 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.timeline-data h2{
		margin-bottom: 0;
		color: #f00;
	}
	.timeline-data strong{
		font-weight: normal;
	}
	.timeline-data p{
		margin-bottom: 0;
	}
	.timeline-data .time-year{
		margin-bottom: 32px;
		display: block;
	}
	.time-year{
		position: absolute;
        top: 10vh;
        left: -68px;
        color: #f00;
        font-size: 40px;
        transform: rotate(-90deg);
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        width: 90px;
        height: 10px;
        text-align: right;
	}
	.site-center{
		padding: 0 32px;
	}
	/* The Best Work*/
	.the-best-work-wrapper{
		height: calc(570vh + 450px);
		margin-top: calc(100vh - 100px);
	}
	@keyframes the-best-work-intro-ani{
		to{
        	top: calc(100vh - 65px);
		}
	}
	.the-best-work-intro{
		position: sticky;
		top: 75vh;
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 50vh;
		padding: 0 64px;
        animation: the-best-work-intro-ani linear forwards;
		animation-timeline: view();
		animation-range: 150vh 190vh;
	}
	.the-best-work-intro .site-headers{
		font-size: 48px;
		padding-bottom: 0;
	}
	.the-best-work-intro-brief{
		padding: 0;
		display: block;
	}
	.the-best-work-list{
		list-style: none;
		margin: 0;
		padding: calc(100vh - 16px) 64px 0;
	}
	.the-best-work-listitem{
		display: flex;
		margin-bottom: 0;
	}
	@keyframes the-best-work-preview-ani{
		to{
        	opacity: 1;
        	transform: translate(0, -50%);
		}
	}
	.the-best-work-preview{
		width: 60%;
		height: 60vh;
		position: sticky;
		top: 50vh;
		transform: translate(400px, -50%);
		opacity: 0;
		z-index: 11;
		object-fit: cover;
		object-position: 0 0;
        animation: the-best-work-preview-ani linear forwards;
		animation-timeline: view();
		animation-range: 50vh 50%;
	}
	.the-best-work-meta-first{
		height: 200px;
	}
	.the-best-work-meta{
		width: 40%;
		height: 150vh;
		padding-left: 32px;
		display: flex;
		flex-direction: column;
		padding-top: calc(50vh + 54px);
		background-color: #fff;
		z-index: 12;
	}
	.the-best-work-meta p{
		display: block;
	}
	.the-best-work-meta h2{
		line-height: 150%;
		margin-top: 16px;
	}
	.the-best-work-meta p{
		margin: 8px 0;
	}
	.the-best-work-meta div{
		display: block;
	}
	.the-best-work-meta strong{
		font-weight: 300;
	}
	a.content-button{
		display: block;
		color: #f00;
		background-color: #fff;
		border: 1px solid #f00;
		text-decoration: none;
		margin: 16px 0 0;
		float: left;
		overflow: hidden;
	}
	a.content-button .button-effect{
		background-color: #f00;
		color: #fff;
	}

	/**/
	.site-content-wrapper{
		padding: 0 64px;
	}
	.page-single-wrapper .site-header-single{
		margin: 0;
		padding: 0 0 64px 30%;
		display: flex;
        flex-direction: column;
        align-items: self-end;
        justify-content: flex-end;
        height: calc(100vh + 0px);
	}
	.page-single-wrapper .site-title{
		margin-bottom: 0;
	}
	.site-list-block{
		display: flex;
		margin-bottom: 64px;
	}
	.post-thumbnail{
		width: 50%;
		height: 45vh;
	}
	.site-list-meta{
		width: 50%;
		padding-left: 32px;
	}
	.no-margin-top{
		margin-top: 0;
	}
	.single-post .site-content h2{
		margin: 64px 0 32px;
	    color: #f00;
	    text-decoration: underline;
	}
	.single-post .site-content ul{
		font-size: 1.125rem;
        line-height: 175%;
        margin: 0;
	}
	.single-post .site-content ul li{
		margin-bottom: 12px;
	}
	.single-post .site-content img{
		margin-top: 32px;
	}
	.site-two-col .main-content-col-left p img:first-child {
	    margin-top: 0;
	}
	.site-list-bars{
		padding: 64px 64px 0;
	}
	.site-skilllist-wrapper{
		padding-top: 0;
		padding-bottom: 24px;
	}
	}
}