/*
Theme Name: jaaah
Theme URI: http://underscores.me/
Author: Artem Rubeykin
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jaaah
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 with others.

jaaah is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
#	overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[placeholder] {
	text-overflow: ellipsis;
}
input::-moz-placeholder {
	text-overflow: ellipsis;
}
input:-moz-placeholder {
	text-overflow: ellipsis;
}
input:-ms-input-placeholder {
	text-overflow: ellipsis;
}
:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body
{
	font-size: 21px;
	line-height: 1.5;
}

body {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	clear: both;
	/* text-align: center; */
	font-family: "Rubik", sans-serif;
	font-weight: 500;
}

h2 {
	font-size: 2.047em;
	line-height: 1.2em;
	font-weight: 500;
}

h3 {
	font-size: 1.2223rem;
}

h4 {

}

h5 {

}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	position: relative;
	margin: 2.3334em 0 2.2223em 0;
	text-align: center;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before, q:before,
blockquote:after, q:after
{
	content: '"';
	color: #2e698f;
	font-weight: 700;
	font-size: 181px;
	position: absolute;

	z-index: -1;
	font-style: italic;
}
blockquote:before,
q:before
{
	top: -85px;
	left: -77px;
}

blockquote:after,
q:after
{
	bottom: -165px;
	right: -54px;
}

blockquote,
q {
	quotes: "" "";
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #44afb5;
	border-radius: 3px;
	font-size: 0.6667rem;
	line-height: 1;
	background: #44afb5;
	color: #fff;
	vertical-align: top;
	padding: 0.6em 1em 0.5em;
	line-height: 1.5;
	font-weight: bold;
	outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #53c9d0;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #53c9d0;
}

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 transparent solid;
	border-radius: 0;
	font-size: 0.6667rem;
	vertical-align: top;
	padding: 0.6em 1em 0.5em;
	line-height: 1.5;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #146A91;
	text-decoration: none;
}

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

a:focus {
	outline: thin dotted;
}

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

h2 a {
	color: #000;
}
h2 a:hover {

}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

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

.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 a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	position: relative;
	z-index: 200;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/** justify elements **/
.justify{
	list-style: none;

	/* justify */
	line-height: 0;
	text-align: justify;
}

.justify:after {
	/* justify */
	content:'';
	display:inline-block;
	vertical-align:top;
	width:100%;
}
/*webkit*/@media screen and (-webkit-min-device-pixel-ratio:0) { body:first-of-type .justify-el { font-size:0; } }

.justify > *{
	/* justify */
	display: inline-block;
	vertical-align:top;
	line-height: normal;
	text-align: left;
}


.l-box {
	max-width: 1360px;
	margin: 0 auto;
	width: 100%;
}

.site-content {
	overflow: hidden;
}

.site-header {
	position: relative;
	z-index: 10;
}

.site-branding {
	position: absolute;
	left: 30px;
	top: 20px;
}
.site-branding .site-logo {
	display: inline-block;
	width: 111px;
	height: 70px;
	text-indent: -10000px;
	background: url("img/next2u-logo.svg") no-repeat;
}

.site-logo-small {
	display: inline-block;
    width: 35px;
    height: 58px;
    background: url(img/next2u-logo-small.svg) no-repeat;
    position: relative;
    top: 10px;
    margin-left: 10px;
}

.site-main {}

.site-footer {text-align: center;font-size: 0.7778rem;padding: 15px 0;}



.masonry {
	overflow: visible !important;
}

.page-index {}

.page-inner{
    /* margin: 0 10px; */
}



.grid-sticky {
	width: 100%;
	position: relative;
	margin: 10px 0;
}

.grid-tile {
    width: 33.333%;
    margin-bottom: 10px;
}

.grid-tile article {
	padding: 20px 40px;
	border-radius: 5px;
	background: #eaf0f3;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}
.grid-sticky article {
	padding: 30px 26% 15px;
	border-radius: 5px;
	margin: 0 5px;
	position: relative;
    /*background-size: cover;*/

    background-repeat: repeat;
    /*background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.grid-tile article:hover {
	opacity: 0.9;
	cursor: pointer;
}

.grid-sticky .entry-date {position: absolute;left: 20px;margin-top: 4px;}

.grid-sticky .tags-links {
	font-size: 0.7778rem;
}


.grid-tile .entry-footer {
	margin: 10px -20px 0;
}

.grid-sticky .entry-link:after,
.grid-tile .entry-link:after
{content: '';position: absolute; top: 0; left: 0;right: 0;bottom: 0;}



.grid-sticky .entry-title {

}
.grid-sticky .entry-intro {
	margin-bottom: 2.5em;
}
.grid-tile .entry-title {
	font-size: 1.38rem;
	line-height: 1.21em;
	text-align: left;
}
.grid-tile .entry-intro {
	font-size: 0.8571rem;
}

.post-header {position: relative;left: 0;border-radius: 5px;
    background-repeat: repeat;
   /* background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.post-header .entry-lead {margin: 2em 0;}

.post-title {
    min-height: 500px;
    position: relative;
}
.post-title .entry-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.author-name {
}
.author-avatar img {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}

.post-author {
	position: relative;
	border-bottom: 3px #26afb6 solid;
	transform: unset;
	margin-bottom: 30px;
}
.post-author .author-info {
	font-size: 0.6667rem;
	line-height: 1.45em;
}

.post-author .author-name {
	font-weight: 700;
}

.post-author .author-description {
	margin-bottom: 1.6667em;
}
.post-author .author-link {
}
.post-author .author-avatar {
	width: 80px;
	height: 80px;
	margin: 7px 0 20px 0;
}


.post-author .author-info {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
}

.post-author.l-incut {
	position: absolute;
	width: 145px;
	padding: 0 10px;
	margin-left: -190px;
}
.post-author.l-incut .author-info {
	position: static;
	transform: none;
}

.post-author:after {
	content: '';
	position: absolute;
	width: 39px;
	height: 21px;
	background: url(img/b-bbr.svg) no-repeat;
	right: 20%;
}



.sticky {
	display: block;
}

.hentry {
}

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

.edit-link {
	display: block;
	margin: 10px 0;
	position: relative;
	background: rgba(255,255,255, 0.8);
	padding: 7px 20px;
	border-radius: 5px;
	border: 1px #999 solid;
	text-align: center;
}
.edit-link:before {
	position: absolute;
}

.tags-links a:before {
	content: '#';
}

.entry-title {text-align: center;}

.entry-title a {color: inherit;}

.entry-thumbnails {text-align: center;max-height: 500px;}
.entry-date {
    font-size: 0.7778rem;
    color: #888;
}

.entry-intro {
	font-size: 0.8572rem;
	margin-bottom: 26px;
}

.header-content,
.post-content
{
	padding: 20px 13%;
	position: relative;
}

.post-content blockquote {
	font-weight: 100;
	font-size: 1.333em;
	font-style: italic;
}

.post-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.post-content ul li {
	text-indent: -26px;
	padding-bottom: 0.476em;
}
.post-content ul li::before {
	content: "\25CF ";
	color: #2e698f;
	position: relative;
	top: -1px;
	margin-right: 12px;
}

.post-content ol {
}

.post-content ol {
    list-style-type: none;
    padding-right: 0;
    overflow: hidden;
    margin-left: -41px;
}
.post-content ol li {
    counter-increment: step-counter;
    position: relative;
    padding-bottom: 0.476em;
}
.post-content ol li:before {
    position: absolute;
    left: -40px;
    content: counter(step-counter);
    background-color: #2e698f;
    border-radius: 50%;
    color: white;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    font-size: 0.7778rem;
    margin-top: 4px;
}


.post-content h2,
.post-content h3,
.post-content h4 {
	text-align: center;
}


/* incutÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */

h5 {
    font-size: 1rem;
    padding: 20px 0px 20px 0px;
    background: #8f54a1;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    position: relative;
}

h5:before,
h5:after
{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2200px;
	background-color: inherit;
	z-index: -1;
}

h5:before {
	left: -2190px;
}
h5:after {
	right: -2190px;
}


/*
h6 {
    font-size: 0.7778rem;
    border: 3px #FFCB04 solid;
    border-radius: 10px;
    padding: 20px 40px 20px 20px;
    font-weight: 500;
    width: 240px;
    float: right;
    margin: 0 -145px 0 0px;
    clear: left;
    position: relative;
}

h6:after {
	content: '';
	position: absolute;
	width: 38px;
	height: 51px;
	background: url(img/y-rbr.svg) no-repeat;
	right: -5px;
	top: 30px;
}
*/

.tags-links {
	font-size: 0.6667rem;
	position: relative;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.tags-links a {
	display: inline-block;
	margin-right: 20px;
}

.post-header .tags-links {
	font-size: 0.7778rem;
	display: block;
}

.post-header .tags-links a {
	margin-right: 40px;
}


.post-header .entry-date {position: absolute;bottom: 22px;left: 20px;}

.page-search .page-header,
.page-archive .page-header {
	margin-bottom: 2em;
	padding: 0 13%;
	text-align: center;
}

.page-archive .author{
	text-align: center;
	padding: 20px 13% 0;
}

.page-archive .author-avatar {
}

.title-gradient {
	font-size: 2.857rem;
    background: linear-gradient(180deg, #FFCA04, #E55064);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2em;
}

.title-anaglyph {
	position: relative;
	letter-spacing: -1px;
	color: rgba(0, 0, 255, 0.5);
	display: inline-block;
	font-size: 2.5em;
}
.title-anaglyph:after {
	content: attr(data-title);
	position: absolute;
	left: 2px;
	top: 3px;
	color: rgba(255,0,0,0.5);
	width: 100%;
}

.title-gradient-image-1 {
	position: relative;
	display: inline-block;
	font-size: 45px;
	background: url("/wp-content/themes/jaaah/img/t-bg (1).jpg");
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
}
.title-gradient-image-2 {
	position: relative;
	font-size: 45px;
	/* -webkit-background-clip: text; */
	/* -webkit-text-fill-color: transparent; */
	color: #fff;
	position: relative;
	z-index: 200;
	overflow: hidden;
	/* display: inline; */
}
.title-gradient-image-2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/wp-content/themes/jaaah/img/t-bg (2).jpg");
	background-size: cover;

    transition: 1.3s linear;
}
.title-gradient-image-2:hover:before {
	transform: scale3d(1.1, 1.1, 1.1);
	opacity: 0.9;
}
.title-gradient-image-2:after{
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
}

.title-gradient-image-3 {/* 	position: relative;
display: inline-block;
font-size: 45px;
background: url("/wp-content/themes/jaaah/img/t-bg (3).jpg");
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: cover; */font-size: 40px;}
.title-gradient-image-3 b {
	padding: 5px 0 5px;
	background: url("/wp-content/themes/jaaah/img/dotted.gif");
	color: #F7A422;
	text-shadow: -2px 1px 5px #000;
	font-weight: 500;
}




.site-services {
	overflow: hidden;
	background: #2e698f;
	border-radius: 5px;
	margin: 10px 5px;
	padding: 20px;
}
.site-services > * {width: 33%;float: left;}
.search-bar {position: relative;}
.social-bar {text-align: justify;padding: 2px 8% 0;height: 33px;line-height: 1.5;}
.subs-bar {position: relative;padding-right: 6.9em;}


.search-bar input.search-line {padding-right: 46px;width: 100%;}
.search-bar button.search-button {position: absolute;right: 0;color: #44afb5;top: 0;font-size: 1rem;border: 0;outline: none;background: none;padding: 0;height: 100%;width: 40px;}

.search-bar button.search-button:hover,
.search-bar button.search-button:focus
{
    color: #146A91;
}




.subs-bar input.subs-line {border: 0;background: transparent;border-bottom: 1px #44afb5 solid;border-radius: 0;outline: none;width: 100%;color: #fff;}
.subs-bar input.subs-line:focus
{background: #fff;color: #111;}
.subs-bar button.subs-button {position: absolute;right: 0; top: 0;}

.subs-bar input.subs-line::-webkit-input-placeholder {color:#fff;}
.subs-bar input.subs-line::-moz-placeholder          {color:#fff;}
.subs-bar input.subs-line:-moz-placeholder           {color:#fff;}
.subs-bar input.subs-line:-ms-input-placeholder      {color:#fff;}



.social-bar a {padding: 3px 5px;color: #fff;}



.site-main .post-navigation {
    max-width: 1360px;
    margin: 0 auto;
    width: 100%;
    font-size: 0.6667rem;
}

.site-main .post-navigation i.fa {margin: 0 7px;}

.search-query {
	margin-top: -0.6667em;
	font-size: 2.1667rem;
	font-family: "Rubik", sans-serif;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
	font-size: 0.6667rem;
	color: #888;
}

.wp-caption-text {
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}


.theme-black {

}


.theme-red {

}
.theme-blue {

}
.theme-yellow {

}
.theme-green {

}


.theme-black .tags-links a,
.theme-red .tags-links a
{
	color: #FFCB04;
}


.theme-yellow .entry-date {
	color: #fff;
}



.more-posts {
	text-align: center;
}

.more-link {
	width: 360px;
	/* height: 280px; */
	display: inline-block;
	background: url("img/more-loading.png") no-repeat;
	cursor: pointer;
	font-size: 29px;
	font-family: "Rubik", sans-serif;
	padding-top: 240px;
	padding-bottom: 100px;
	color: #2e698f;
}
.more-link:hover {
	background-image: url("img/more-loading.gif");
	color: #f16169;
}

#loader {
	position: fixed;
	top: 0;
	left: 0; right: 0;
	bottom: 0;
	background: #fff url("img/more-loading.gif") no-repeat 50% 50%;
	z-index: 2000;
}

.s-tabs {
	padding: 0 0 10px;
}

.s-tab {
	display: inline-block;
	border-radius: 0 0 5px 5px;
	border: 2px #C2CBDC solid;
	border-top: 0;
	background: #fff;
}

.s-tab__link {
	display: block;
	font-size: 0.6667rem;
	line-height: 1;
	color: #2e698f;
	vertical-align: top;
	padding: 1em 1em 0.9em;
	text-decoration: none;
}

.s-tab.is-active {
	background: #2e698f;
	border-color: #2e698f;
}

.s-tab.is-active .s-tab__link {
	color: #FFF;
}

.s-tab.is-active b{
}


@media (max-width: 1600px) {
   html, body {
   		font-size: 18px;
   }
}

@media (max-width: 1440px) {
	.header-content, .post-content {
		padding-left: 20%;
		padding-right: 20%;
	}
}


@media (max-width:1200px) {
	.grid-tile {
		width: 50%;
	}
	.grid-sticky article {
		padding-left: 20%;
		padding-right: 20%;
	}
	.header-content, .post-content {
		padding-left: 16%;
		padding-right: 16%;
	}
	.page-archive .author {padding: 20px 0 0;}

	.post-author.l-incut {
   		position: relative;width: auto;margin-left: 0;padding: 0;
   	}
}

@media (max-width:1024px) {
	html, body {
   		font-size: 16px;
   	}
	.grid-sticky article {
		padding-left: 15%;
		padding-right: 15%;
	}

	.post-header .tags-links {padding-top: 30px;}
	.post-header .entry-date {left: auto;bottom: auto;margin-top: -10px;}

	.grid-sticky .entry-date
	 {
		position: relative;
		left: 0;
		top: -20px;
	}

	.site-branding {
		position: relative;
		text-align: center;
		left: 0;
		top: 0;
		margin: 10px 0 10px;
	}

	.home .site-branding {
		margin-bottom: 0;
	}

	.site-branding .site-logo {
		width: 90px;
		height: 57px;
	}

	.page-search .page-header, .page-archive .page-header {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (max-width:700px) {
	.grid-tile {
		width: 100%;
	}
	.grid-sticky article {
		padding-left: 20px;
		padding-right: 20px;
	}
	.grid-sticky .entry-title {
		text-align: left;
	}
	.header-content, .post-content {
		padding-left: 12%;
		padding-right: 12%;
	}
}
@media (max-width: 730px) {
	.site-services > * {
		width: 100%;
	}
	.social-bar {
		margin: 10px 0;
	}
}

@media (max-width: 400px) {
	html, body {
   		font-size: 14px;
   	}
	.entry-title {
		font-size: 2.185rem;
	}
	.social-bar {
		margin: 10px 0;
	}
	.header-content, .post-content {
		padding-left: 12%;
		padding-right: 12%;
	}

	blockquote:before, q:before, blockquote:after, q:after {
		font-size: 80px;
	}
	blockquote:before, q:before {
		left: -35px;
	    top: -40px;
	}
	blockquote:after, q:after {
		bottom: -67px;
    	right: -25px;
	}
}