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

themepunch is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	max-width: 100%;
	overflow-x: hidden;
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: "Roboto";
	max-width: 100%;
	overflow-x: hidden;
	-webkit-font-smoothing: auto;
}

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

h1.tp-caption{
	margin-top:0px!important;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

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 https://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. */
}

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: 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: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## 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 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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	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: block;
	}
}

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

.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 {
	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; /* 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;
	clip-path: none;
	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
--------------------------------------------------------------*/
.sticky {
	display: block;
}

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

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}















/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Custom ThemePunch Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/



/*--------------------------------------------------------------
## TP Basic
--------------------------------------------------------------*/

body { 
	background: #edeeef;
}

header.site-header { 
	position: relative;
}

.home .entry-content:first-child p { 
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
}

.home .site-footer {
	margin-top: 0 !important;
}

.hentry {
	margin:0;
}

.post {
	margin-bottom: 0px;
}

.site-footer {
	margin-top: 200px;
}

.site-content { 
	background: #edeeef; 
	max-width: 1240px;
    margin: 0 auto;
    margin-top: 100px;
}

.entry-content { 
	margin: 0 auto; 
	max-width: 1240px;
	padding: 0 30px;
}

.single-post .entry-content {
	max-width: 100%;
	padding: 0;
}

.single-post .site-content {
	margin-top: 100px;
	padding: 0 30px;
}

.single-post .content-area {
	width: 100%;
	margin: 0;	
 	max-width: 800px;
}

.single-post .site-main {
	margin: 0;
}

.post img {
	margin: 0;
	display: block;
}




.site-content .widget-area {
	width: 260px !important;
	overflow: visible !important;
} 


.widget {
    margin: 0 0 50px 0;
}

.sidebar__inner section:last-child {
	margin: 0;
}  

pre {
    background: #d9dadb;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 25px;
    max-width: 100%;
    overflow: auto;
    padding: 30px;
    margin: 0;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

table.tp-codetable td { 
	vertical-align: top;
	background: #d9dadb; 
}


/*.sidebar__inner {
	transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

#secondary {
	will-change: min-height;
}*/










/*--------------------------------------------------------------
## TP Alert Bar
--------------------------------------------------------------*/

.alertbar {
	display:block;
	width:100%;
	min-height: 50px;
	font-size:15px;
	line-height:50px;
	color:#fff;
	padding:0 30px;
	position: relative;
	z-index: 9999;
	overflow: auto;
	background: #006dd2; /* Old browsers */
}

.alertwrap {
	max-width:1180px;
	margin:0 auto;
}

.alertbar span { 
	border: 1px dashed rgba(255,255,255,0.5);
	padding: 0 4px;
	margin: 0 3px;
	font-weight: 700;
}

.alertleft {
	display: inline-block;
	float: left;
}

.alertright {
	display: inline-block;
	float: right;
}


/*--------------------------------------------------------------
## TP Menu
--------------------------------------------------------------*/


@-webkit-keyframes GOIN {
  0%   { transform: translateY(-50px); }
  100% { transform: translateY(0px); }
}

.logowrapper {
	position: absolute;
    z-index: 5000;
    top: 30px;
    width: 100%;
    text-align: center;
    transition: all 300ms ease-out;
}

.logowrapper.scrolled {
	position: fixed;
	top: 15px;
	transition: all 300ms ease-out;
	-webkit-animation: GOIN 300ms;
}

.custom-logo-link {
	text-align: left;
	width: 1240px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 30px;
}

.custom-logo-link img { 
	width: 147px;
	height: 22px;
}

.menu-main-menu-container {
	display: inline-block;
	pointer-events: all;
} 


.navwrapper {
	position: absolute;
	z-index: 5001;
	text-align: center;
	display: block;
	top: 26px;
    right: 30px;
    width: 100%;
	transition: all 300ms ease-out;
	pointer-events: none;
}

.navwrapper.scrolled {
	position: fixed;
	top: 11px;
	transition: all 300ms ease-out;
	-webkit-animation: GOIN 300ms;
}

.main-navigation {
	text-align: right;
	max-width: 1240px;
	margin: 0 auto;
	float: none;
	pointer-events: none;
}

.main-navigation ul.menu.nav-menu[aria-expanded="true"]{
    float: right;
    width: 150px;
    padding-right: 30px;
    margin-right: -30px;
    margin-top: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #5e35b1 !important;
	box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.15) !important;
}

.main-navigation ul.menu.nav-menu[aria-expanded="true"] li {
 	float: right;
 	margin-bottom: 10px;
}

.menu {
	display: inline-block;
}

.menu-bg {
	position: fixed;
	top:-50px;
	left:0;
	width: 100%;
	height: 50px;
	background-color: #5e35b1;
	z-index:4000;
	box-shadow: none;
	transition: all 200ms ease-out;
	pointer-events: all;
}

.menu-bg.scrolled {
	top: 0;
  	background-color: #5e35b1;
  	transition: all 200ms ease-out;
	box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.1) !important;
}

.backtotop {
	position: fixed;
	cursor: pointer;
	bottom: 0px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #5e35b1 url("/wp-content/uploads/2018/08/arrow_top.png") no-repeat center center; 
	background-size: 12px 6px;
	transition: all 200ms ease-out;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	opacity: 0;
	z-index: 9999;
} 

.backtotop:hover {
	 background-color: #6e4ab9;
	 transition: all 200ms ease-out;
}

.backtotop.scrolled {
	transition: all 200ms ease-out;
	opacity: 1;
	bottom: 20px;
}




button.menu-toggle,
button.menu-toggle:focus {
	border: none;
    border-color: none;
    border-radius: none;
    background: none;
    color: #2a2b2e;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    padding: 7px 0px 10px 10px;
    right: 0px;
    position: absolute;
    outline: none;
	pointer-events: all;
}

button.menu-toggle .tp-menuicon { 
	float: left;
}

.main-navigation a, 
.main-navigation a:focus,
.main-navigation a:visited { 
	color: #fff;
	font-size: 17px;
	font-family: "Roboto";
	font-weight: 500;
	margin-left: 40px;
	outline: none;
	transition: all 200ms ease-out;
}

.menu-item a:hover {
    opacity: 0.75;
    transition: all 200ms ease-out;
 }





/*--------------------------------------------------------------
## TP Essential Grid
--------------------------------------------------------------*/


.esg-loadmore-wrapper .esg-loadmore {
	color: #5b5c5e !important;
    margin-right: 0 !important;
    cursor: pointer;
    padding: 0px !important;
    border: none !important;
    line-height: 38px !important;
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    font-size: 17px !important;
    line-height: 50px !important;
    font-weight: 500 !important;
    font-family: "Roboto",sans-serif !important;
    display: inline-block !important;
    background: #d9dadb !important;
    margin-top: 30px !important;
    margin-bottom: 0px !important;
    width: 100%;
}

.esg-loadmore-wrapper .esg-navigationbutton:hover {
    background: #d0d1d2 !important;
    color: #5b5c5e !important;
    box-shadow: none !important;
}






/*--------------------------------------------------------------
## TP Basic Content
--------------------------------------------------------------*/


.spacer100 { margin-top: 100px; } 

h2 {
	color: #2a2b2e;
    display: block;
    font-size: 25px;
    font-family: "Roboto";
    line-height: 30px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: 500;
}

h3 {
    display: block;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #2a2b2e;
}

h4 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #2a2b2e;
 	-webkit-margin-before: 20px;
    -webkit-margin-after: 0;
}

body, button, input, select, optgroup, textarea {
    color: #5b5c5e;
    font-family: "Roboto";
    font-size: 17px;
    line-height: 30px;
}

p { 
	-webkit-margin-before: 20px;
    -webkit-margin-after: 50px;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.site-content a,
.site-content a:visited,
.site-content a:focus {
	color: #5e35b1;
	text-decoration: none;
	outline: none;
}

.site-content a:hover {
	text-decoration: underline;
}

article.tpc-col2, 
article.tpc-col3,
article.tpc-col4 {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-margin-before: 20px;
    -webkit-margin-after: 50px;
}

article.tpc-col2 div, 
article.tpc-col3 div,
article.tpc-col4 div {
	display: block;
}

article.tpc-col2 div *, 
article.tpc-col3 div *,
article.tpc-col4 div * {
	display: inline-block;
	width: 100%;
}

article.tpc-col2 div *:last-child, 
article.tpc-col3 div *:last-child,
article.tpc-col4 div *:last-child {
	 -webkit-margin-after: 0px;
}

article.tpc-col2 {
  	-webkit-columns: 2;
	-moz-columns: 2;
    columns: 2;
}

article.tpc-col3 {
  	-webkit-columns: 3;
	-moz-columns: 3;
    columns: 3;
}

article.tpc-col4 {
  	-webkit-columns: 4;
	-moz-columns: 4;
    columns: 4;
}


.wp-block-column {
    margin-right: 30px;
}

div.has-2-columns .wp-block-column:last-child, 
div.has-3-columns .wp-block-column:last-child,
div.has-4-columns .wp-block-column:last-child,
div.has-5-columns .wp-block-column:last-child,
div.has-6-columns .wp-block-column:last-child   {
	margin-right: 0;
}



/*--------------------------------------------------------------
## TP Search Widget
--------------------------------------------------------------*/


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: #5b5c5e;
    background: #d9dadb;
    border: 0;
    border-radius: 2px 0 0 2px;
    padding: 0 20px;
    line-height: 50px;
    transition: all 200ms ease-out;
}

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: #2a2b2e;
    outline: none;
    box-shadow: none;
    background: #d0d1d2;
    transition: all 200ms ease-out;
}

input[type="search"].search-field {
	width: 209px;
	margin-right: -4px;
}  

input[type="submit"].search-submit {
	border: 0;
    border-radius: 0 2px 2px 0 !important;
    background: #d9dadb url("/wp-content/uploads/2018/08/search_icon.png") no-repeat center center;  
    background-size: 15px 15px;
    color: #5b5c5e;
    font-size: 17px;
    line-height: 50px;
    padding: 0;
    width: 50px;
    transition: all 200ms ease-out;
   
}

input[type="submit"].search-submit:hover,
input[type="submit"].search-submit:focus {
	outline: none;
    box-shadow: none;
    background: #d0d1d2 url("/wp-content/uploads/2018/08/search_icon.png") no-repeat center center; 
    background-size: 15px 15px;
    transition: all 200ms ease-out;
}


/* Big Search */



.entry-content input[type="search"].search-field {
	width: 100%;
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content input[type="submit"].search-submit {
	position: absolute;
	margin-left: -50px;
	z-index: 100;
	top: 0;
	right: 0;
}

.entry-content .search-form {
	height: 50px;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}


/*--------------------------------------------------------------
## TP Buttons
--------------------------------------------------------------*/

/*
button.tpc-btn,
button.tpc-btn:focus {
	border: none;
    border-color: transparent;
    border-radius: 2px;
    background: #5e35b1;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 30px;
    outline: none;
    webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	transition: all 200ms ease-out;
}

button.tpc-btn:hover {
    background: #6e4ab9;
    transition: all 200ms ease-out;
}

button.tpc-btn.blue,
button.tpc-btn.blue:focus {
	background: #006dd2;
}

button.tpc-btn.blue:hover {
    background: #2683d9;
}
*/
button.tpc-btn.green,
button.tpc-btn.green:focus {
	background: #7cff9f !important;
	color: #2a2b2e !important;
	font-weight: 500;
}

button.tpc-btn.green:hover {
    background: #acfcb5 !important;
}


button.tpc-btn.has-006-dd-2-background-color,
button.tpc-btn.has-006-dd-2-background-color:focus {
	background: #006dd2;
}

button.tpc-btn.has-006-dd-2-background-color:hover {
	background: #2683d9;
}

button.tpc-btn.has-7-cff-9-f-background-color,
button.tpc-btn.has-7-cff-9-f-background-color:focus {
	background: #7cff9f;
	color: #2a2b2e!important;
	font-weight: 500;
}

button.tpc-btn.has-7-cff-9-f-background-color:hover {
	background: #acfcb5;
}



button.tpc-minibtn,
button.tpc-minibtn:focus {
	border: none;
    border-color: transparent;
    border-radius: 2px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 20px;
    outline: none;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	transition: all 200ms ease-out;
	cursor: pointer;
}

button.tpc-minibtn:hover {
	background: rgba(255,255,255,0.1);
}


/*--------------------------------------------------------------
## TP Widgets
--------------------------------------------------------------*/

h2.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.widget_nav_menu .menu{
	border-left: 3px solid #d9dadb;
}

.widget_nav_menu ul {
	font-weight: 500;
	width: 100%;
	margin: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

.widget_nav_menu ul ul {
	padding-left: 20px;
	margin-top: 5px;
	border-left: 0;
	font-size: 15px;
}

.widget_nav_menu ul li {
	margin-bottom: 0px;
}

.widget_nav_menu ul ul li {
	margin-bottom: 0px;
}

.widget_nav_menu ul li:first-child {
	margin-top: -5px;
}

.widget_nav_menu ul li:last-child {
	margin-bottom: -10px;
}


.widget_nav_menu ul li a,
.widget_nav_menu ul li a:visited,
.widget_nav_menu ul li a:focus {
	color: #2a2b2e;
	text-decoration:none;
	outline: none;
	padding-left: 20px;
	border-left: 3px solid transparent;
	margin-left: -3px;
	transition: none;
	display: inline-block;
	width: 100%;
	line-height: 20px;
	margin-bottom: 10px;
}

.widget_nav_menu ul ul li a,
.widget_nav_menu ul ul li a:visited,
.widget_nav_menu ul ul li a:focus {
	padding-left: 40px;
	margin-left: -23px;
	line-height: 15px;
	margin-bottom: 5px;
}

.widget_nav_menu ul li a:hover {
	color: #5e35b1;
	text-decoration: none;
	border-left: 3px solid #5e35b1;
	transition: none;
}

.widget_nav_menu .sub-menu {
	margin-bottom: 20px;
}




/*--------------------------------------------------------------
# ThemePunch Tabs
--------------------------------------------------------------*/

.tabs {
	clear: both;
	position: relative;   
    max-width: 100%;
    -webkit-margin-before: 100px;
    -webkit-margin-after: 100px;
    border-top: 3px solid #d9dadb;
}

.tab {
	display: inline-block;
	margin-top: -3px;
}

.tab label {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 7px;
	position: relative;
	top: 0;
	cursor: pointer;
	color: #5b5c5e;
	background: #d9dadb;
	line-height: 50px;
	font-weight: 500;
	padding: 0 20px;
	webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.tab [type=radio] {
	display: none;
}

.tab__content {
    position: relative;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: opacity .2s cubic-bezier(.42,0,.34,1.01);
	display: none;
}

.tab__content.selected {
	display: block;
}

[type=radio]:checked ~ label {
	background: #5e35b1;
	color: #fff;
	z-index: 2;
	webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}






/*--------------------------------------------------------------
## TP Layout Responsivity
--------------------------------------------------------------*/

@media only screen and (max-width: 1240px) {

	.single-post .content-area,
	.search .content-area  {
	 	max-width: 660px;
	}

	.site-content .widget-area {
		width: 220px !important;
		max-width: 220px !important;
	} 

	.tpc-contentheadline {
	    -webkit-margin-before: 150px !important;
	    -webkit-margin-after: 50px !important;
	}

	h4.tpc-caption {
	    -webkit-margin-before: 30px !important;
	    -webkit-margin-after: 30px !important;
	}

	p {
	    -webkit-margin-before: 15px !important;
	    -webkit-margin-after: 30px !important;
	}

	.post {
	    margin-bottom: 150px;
	}

}

@media only screen and (max-width: 1024px) {

	.single-post .content-area,
	.search .content-area {
	 	max-width: 490px;
	}
	
	#main{
		margin: 0;
	}
	
	#secondary {
		display: none;
	}
	
	.widget-area {
		max-width: 200px;
		min-width: 200px;
	} 

	.widget-area input[type="search"].search-field {
		width: 149px !important;
		margin-right: -4px;
	}  

	.tpc-contentheadline {
	    -webkit-margin-before: 100px !important;
	    -webkit-margin-after: 30px !important;
	}

	.post {
	    margin-bottom: 100px;
	}

	article.tpc-col2,
	article.tpc-col3,
	article.tpc-col4  {
	    -webkit-column-gap: 20px !important;
	    -moz-column-gap: 20px !important;
	    column-gap: 20px !important;
	}

	article.tpc-col4 {
	    -webkit-columns: 2;
		-moz-columns: 2;
	    columns: 2;
	}

}

@media only screen and (max-width: 778px) {

	.single-post .content-area,
	.search .content-area {
		width: 100%;
		margin: 0;	
	 	max-width: 100%;
	    padding-right: 0px;
	}

	.widget-area {
		margin-top: 0;
		margin-bottom: 100px;
		width: 100%;
		min-width: 100%;
		float: none;
	}

	article.tpc-col2,
	article.tpc-col3,
	article.tpc-col4 {
	    -webkit-column-gap: 20px !important;
	    -moz-column-gap: 20px !important;
	    column-gap: 20px !important;
	}

	article.tpc-col3,
	article.tpc-col4 {
	    -webkit-columns: 2;
		-moz-columns: 2;
	    columns: 2;
	}

	.alertbar {
		min-height: 30px;
		line-height:30px;
		padding: 5px 10px;
		font-size: 12px;
	}

	.alertleft {
		margin-right: 10px;
	}

	.alertright {
		float: left;
	}

	button.tpc-minibtn,
	button.tpc-minibtn:focus {
	    font-size: 12px;
	    line-height: 25px;
	    padding: 0 10px;
	}

	.tpc-featuregrid {
		grid-template-columns: 1fr !important;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr !important;
		grid-gap: 10px 0 !important;
		grid-template-areas: "." "." "." "." "." "." !important;
	}

	.tpc-modal {
		margin-top: 0px !important;
	}

}




/*--------------------------------------------------------------
## TP Slider Styles
--------------------------------------------------------------*/



.tp-shadow-big { 
    -webkit-box-shadow: 0px 50px 100px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 50px 100px 0px rgba(0,0,0,0.25);
box-shadow: 0px 50px 100px 0px rgba(0,0,0,0.25);
  }

.tp-shadow-small { 
-webkit-box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.1) !important;
-moz-box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.1) !important;
box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.1) !important;
        }
.tp-versiondropdown a,
.tp-versiondropdown a:focus,
.tp-versiondropdown a:hover {
 color: #fff;
 text-decoration: none;
}
a.tp-sliderlink,
a.tp-sliderlink:visited,
a.tp-sliderlink:focus {
	outline: none !important;
	color: #fff !important;
	transition: all 200ms ease-out;
}
a.tp-sliderlink:hover {
	opacity: 0.75;
	transition: all 200ms ease-out;
}

.revtp-searchform input#s {
  font-size: 17px;
  color: #fff;
  background-color: rgba(0,0,0,0.25);
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0px;
  width: 300px;
  margin-bottom: 0px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.revtp-searchform input#s::-webkit-input-placeholder {
   color: #fff;
}
  
.revtp-searchform input#s[type="text"]:focus,
.revtp-searchform input#s[type="text"]:hover {
	background: rgba(0,0,0,0.5);
}
  
.revtp-searchform input#searchsubmit,
.revtp-searchform input#searchsubmit:focus {
    display: none;
}
        
@media only screen and (max-width: 777px) {
    .revtp-searchform input#s { width: 300px; }
}

.tp-docarrow { 
  position: absolute;
  display: inline-block;
  background-image: url("/wp-content/uploads/2018/08/tp_smallarrow.png");
  background-size: 14px 14px;
  margin-top:4px;
  width:14px;
  height:14px;
  }

.tp-doctitle {
 padding-left: 30px;
}


.tp-category a,
.tp-category a:visited,
.tp-category a:focus {
	outline: none !important;
	color: #fff !important;
  	text-decoration: none !important;
	transition: all 200ms ease-out;
}
.tp-category a:hover {
	opacity: 0.75;
	transition: all 200ms ease-out;
}

.tp-tags a,
.tp-tags a:visited,
.tp-tags a:focus {
	display: inline-block;
	outline: none !important;
	color: #fff !important;
  	text-decoration: none !important;
  	background: rgba(255,255,255,0.05);
	-webkit-box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.1) !important;
 	-moz-box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.1) !important;
 	box-shadow: 1px 10px 20px 0px rgba(0,0,0,0.1) !important;
	border-radius: 2px;
	padding: 2px 7px;
	margin-right: 5px;
	transition: all 200ms ease-out;
}

.tp-tags a:hover {
	background: rgba(255,255,255,0.1);
	transition: all 200ms ease-out;
}

.tpc-extraversions a,
.tpc-extraversions a:visited,
.tpc-extraversions a:focus {
	display: inline-block;
	font-size: 13px !important;
	outline: none !important;
	color: #2a2b2e !important;
  	text-decoration: none !important;
  	background: #e3e4e5;
	border-radius: 2px;
	padding: 2px 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all 200ms ease-out;
}  

.tpc-extraversions a:hover {
	background: #d0d1d2;
	transition: all 200ms ease-out;
}

/*--------------------------------------------------------------
## TP Modal
--------------------------------------------------------------*/

.tpc-modalwrapper {
	position: absolute;
	top:0;
	left:0;
	z-index:99996;
	width:100%;
	height:100%;
	display: none;
}

.tpc-modalbg {
	position: fixed;
	top:0;
	left:0;
	z-index:99997;
	width:100%;
	height:100%;
	background:rgba(32,34,26,0.65);
}

.tpc-modalinner {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	z-index:99998;
}

.tpc-modal {
	background:#fff;
	max-width:800px;
	height:auto;
	margin:0 auto;
	margin-top: 150px;
	padding:60px;
	position: relative;
	text-align: center;
}

.tpc-modal h2,
.tpc-colorblock h2 {
	font-size: 30px;
	line-height: 40px;
}

.tpc-modal h2 span {
	padding-bottom: 2px;
	border-bottom: 1px solid #2a2b2e;
}

.tpc-colorblock h2 span {
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

.tpc-modalinner p {
	margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.tpc-colorblock {
	background-image: url("/wp-content/uploads/2018/08/addonbar.jpg");
	background-repeat: no-repeat;
  	background-size: 390px 60px;
  	background-position: center 50px;
	background-color: #583bab;
	max-width:800px;
	height:auto;
	margin:0 auto;
	padding: 135px 60px 60px 60px;
	position: relative;
	text-align: center;
}

.tpc-colorblock h2 {
	color: #fff;
}

.tpc-colorblock p {
	color: rgba(255,255,255,0.5);
}

.tpc-featuregrid {
	display: grid;
	height: 100%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 10px 20px;
	grid-template-areas: ". ." ". ." ". .";
}

.tpc-feature {
    border: 1px solid rgba(255,255,255,0.25);
    line-height: 60px;
    color: #fff;
    background-size: 32px 32px;
  	background-repeat: no-repeat;
  	background-position: 14px 14px;
  	text-align: left;
  	padding-left: 70px;
} 

.tpc-feature.ic1 {
	background-image: url("/wp-content/uploads/2018/08/rotate-2.png");
}
.tpc-feature.ic2 {
	background-image: url("/wp-content/uploads/2018/08/id-card-1.png");
}
.tpc-feature.ic3 {
	background-image: url("/wp-content/uploads/2018/08/layout.png");
}
.tpc-feature.ic4 {
	background-image: url("/wp-content/uploads/2018/08/picture.png");
}
.tpc-feature.ic5 {
	background-image: url("/wp-content/uploads/2018/08/puzzle.png");
}
.tpc-feature.ic6 {
	background-image: url("/wp-content/uploads/2018/08/support-1.png");
}

@media only screen and (min-width: 777px) {
	.site.tpc-modalblur {
	    filter: blur(10px);
	    transform: scaleX(1.025);
	    overflow-x: hidden !important;
	    transition: transform 500ms ease-out, filter 500ms ease-out;
	}
}

.site {
	 transition: transform 500ms ease-out, filter 500ms ease-out;
}

.tpc-modalclose {
	background-image: url("/wp-content/uploads/2018/08/closeicon.png");
  	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	transition: all 200ms ease-out;
}

.tpc-modalclose:hover {
	opacity: 0.5;
	transition: all 200ms ease-out;
}

/*
 * sidebar menu submenu open/close 
*/
#nav_menu-2 .menu ul {display: none}
#nav_menu-2 .menu-item {position: relative}
#nav_menu-2 .menu-item a.active, #nav_menu-2 .menu-item a.active:visited, #nav_menu-2 .menu-item a.visited:before {color: #5e35b1 !important}
#nav_menu-2 .menu-item .fa-icon {margin-left: 10px}
#nav_menu-2 .menu-item.active > a {color: #5e35b1 !important}
#nav_menu-2 .menu-item .fa-icon {font-size: 10px; position: relative;top: -1px}
#nav_menu-2 .menu > .menu-item:hover:before, #nav_menu-2 .menu > .menu-item.active:before {background: #5e35b1 !important;content: ""; position: absolute; top: 0; left: -3px; width: 3px; height: 100%}
#nav_menu-2 .menu-item .fa-icon-minus, #nav_menu-2 .menu-item.active .fa-icon-plus {display: none}
#nav_menu-2 .menu-item.active .fa-icon-minus {display: inline-block}

/*
 * docs spacing, etc.
*/
.back-icon .eg-icon-right-open:before {transform: rotate(-90deg)}
.tp-block-no-margin > * {margin-top: 0}
.wp-block-column > * {margin-top: 0}
.tpc-headline-left-h4 {margin-top: 0}
.prev-next-block {margin-top: 100px}
.prev-next-block .wp-block-column:last-child {text-align: right}
.wp-block-themepunchblocks-tpcbtn {cursor: pointer}
.wp-block-themepunchblocks-tpc-tabs {margin-top: 20px}
.wp-block-column .tpc-headline-left-h4 h4 {margin-top: 0}
.back-to-top {float: right}
.wp-block-columns.has-2-columns .wp-block-column:last-child .wp-block-image {text-align: right}
.wp-block-themepunchblocks-tpcbtn {display: inline-block}
.tpc-btn {cursor: pointer}
.tp-full-width-buttons {padding-top: 10px}
.wp-block-themepunchblocks-tpc-tabs-tab-content {padding-top: 0 !important}
.tpc-infobox .tp-full-width-buttons.has-2-columns .wp-block-column {flex-basis: auto; flex-grow: 0}
.tpc-infobox .tp-full-width-buttons.has-2-columns .wp-block-column:last-child {margin-left: 0}
.wp-block-themepunchblocks-tpc-tabs-tab-title, .wp-block-themepunchblocks-tpcbtn .tpc-btn {white-space: nowrap}
.tp-img-shadow {box-shadow: 0px 0px 0px 5px #fff}

.wp-block-columns {
    display: flex;
}

/*.slider-revolution-template-default .site-content {max-width: 1150px}*/
.wp-block-themepunchblocks-tpc-tabs-holder {position: relative; top: 3px}
.custom-tabbed-content h4 {padding-top: 0 !important}
#menu-slider-revolution-wp-docs {padding-left: 0}
.tp-full-width-buttons.has-3-columns a,
.tp-full-width-buttons.has-3-columns button {width: 100%}
.tp-paragraph-pull-top {position: relative; top: -20px}
.wp-block-columns.has-2-columns.tp-full-width-buttons .wp-block-column {width: 50%}
.wp-block-columns.has-2-columns.tp-full-width-buttons .wp-block-themepunchblocks-tpcbtn,
.wp-block-columns.has-2-columns.tp-full-width-buttons .tpc-btn,
.tp-right-column-full-width-btn, .tp-right-column-full-width-btn button {width: 100%}

.no-bullets { list-style-type: none; }


/* SUPPORT DOCUMENTATION */

h2.tpc-doc-headline {
	margin-bottom: 43px;
}

h4.tpc-doc-headline {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 25px;
	line-height: 30px;
}

ul.tpc-doc-list {
	list-style: none;
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	margin: 0;
	margin-left: 30px;
}

ul.tpc-doc-list li { 
	position: relative;
	font-size: 15px;
	color: #212224;
	margin-bottom: 20px;
}

ul.tpc-doc-list li a { 
	font-size: 20px;
	font-weight: 500;
}

ul.tpc-doc-list li:before {
  background: transparent url("/wp-content/uploads/2018/08/tp_smallarrow.png") scroll 0 0 no-repeat;
  background-size: 14px 14px;
  content:"";
  width: 14px;
  height: 14px;
  position: absolute;
  left: -30px;
  top: 8px;
}

.tp-doc-row .wp-block-column {
	background: #fff;
    padding: 40px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 20px;
}

@media (min-width: 778px){
	.wp-block-columns {
		flex-wrap: nowrap;
	}
	.wp-block-column {
		flex-basis: calc(50%);
	}
}

@media (max-width: 777px) {
	.wp-block-column {
		flex-basis: calc(100%);
		flex-grow: 0;
		margin-right: 0 !important;
	}
}

@media (max-width: 480px) {
	.tp-doc-row .wp-block-column {
		padding: 40px 20px 20px 20px;
		margin-bottom: 20px;
	}
}

/* Cookies Bar */

#cookie-law-info-bar {
    font-size: 17px;
    margin: 0 auto;
    padding: 10px 30px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
    display: none;
    left: 0px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
	line-height: 30px;
	color: rgba(255,255,255,0.65) !important;
}

#cookie-law-info-bar a.cli-plugin-main-link,
#cookie-law-info-bar a.cli-plugin-main-link:visited {
	color: rgba(255,255,255,1) !important;
	font-weight: 400;
	text-decoration: none;
}
#cookie-law-info-bar a.cli-plugin-main-link:hover {
	text-decoration: underline;
}

#cookie_action_close_header,
#cookie_action_close_header:visited {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 20px 0px;
	font-size: 17px;
	font-weight: 500;
	margin-left: 20px;
	border-radius: 2px;
	padding: 0 15px;
	line-height: 34px;
	background-color: rgb(102, 63, 181) !important;
	transition: background-color 0.3s ease-in-out;
}

#cookie_action_close_header:hover {
	background-color: #6a4ac0 !important;
}

a.cookie_action_close_header_reject,
a.cookie_action_close_header_reject:visited {
	background-color: rgba(0,0,0,0.15) !important;
	font-size: 17px !important;
	font-weight: 500 !important;
	margin-left: 10px !important;
	margin-right: 20px !important;
	border-radius: 2px !important;
	padding: 0 15px !important;
	line-height: 34px !important;
	transition: background-color 0.3s ease-in-out;
}

a.cookie_action_close_header_reject:hover {
	background-color: rgba(0,0,0,0.25) !important;
}

#cookie-law-info-again {
    font-size: 13px;
	font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
	line-height: 30px;
}