/*
Theme Name: Experience
Theme URI: https://anmarstudio.com/experience-demo-launching/
Author: Anmar Studio
Author URI: https://www.anmarstudio.com/
Description: Experience Theme is perfect if you want to share and sell all kinds of experiences and feelings. It has a powerfull built-in booking system that works with both free and premium activities/experiences. The premium experiences are fully integrated with PayPal payments.
Version: 1.0.1
License: GNU General Public License version 3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, theme-options, threaded-comments, translation-ready, featured-image-header, featured-images, full-width-template, post-formats
Text Domain: experience
*/

/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
// 	01. General Style.
// 		1.1. Reset.
//		1.2. Transitions Chrome.
//		1.3. Buttons.
//		1.4. Scrollbar & Selection.
// 	02. Header.
// 		2.1. Logo.
//		2.2. Menu.
//			2.2.1. Top.
//			2.2.2. First Level.
//			2.2.3. Second and Third Level.
//		2.3. Login & register.
//			2.3.1. Login form: thickbox.
//  03. Main.
//  04. Vertical Sidebar.
//		4.1. Recent comments.
//		4.2. Search form.
//		4.3. Calendar.
//		4.4. RSS Feed.
//		4.5. Tag cloud.
//		4.6. Text widget.
//  05. Horizontal Sidebar.
//		5.1. Search form.
//		5.2. Calendar.
//		5.3. RSS Feed.
//  06. Headings.
//  07. Lists.
//  08. Blog.
//		8.1. Normal post loop.
//		8.2. Grid.
//		8.3. Grid sidebar.
//			8.3.1. Grid with right sidebar.
//			8.3.2. Grid with left sidebar.
//			8.3.3. Grid with whithout sidebar.
//		8.4. Normal no sidebar.
//		8.5. Sticky Posts.
//		8.6. More Link.
//		8.7. Post formats.
//			8.7.1. Video.
//			8.7.2. Gallery.
//			8.7.3. Link.
//			8.7.4. Quote.
//		8.8. Blog pagination.
//  09. Single.
//		9.1. Author left.
//		9.2. Author right.
//		9.3. Alignments.
//		9.4. Content.
//  10. Comments.
//		10.1. Comments reply.
//		10.2. Comments navigation.
//  11. Footer.
//  12. Pages.
//		12.1. Meta Box: Pages Header.
//		12.2. Default page.
//		12.3. Full width page.
//		12.4. Archive.
//		12.5. 404 page.
//  13. Misc.
//		13.1. Go to top button.
//  	13.2. Screen reader text: Text meant only for screen readers.
//  	13.3. Page Builder: Overflow margins.
//  	13.4. Header Effects.
//  14. Responsive.
// ========================================================================== */

/* General Style.
// ========================================================================== */

/*
// Reset.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

html {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

ol, ul {
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	line-height: 2;
	font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

td {
}

th {
	font-weight: bold;
	text-align: left;
}

address {
	font-style: italic;
	font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 1px;
	padding-bottom: 20px;
}

dl {
	font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 1px;
}

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 20px;
}

abbr[title] {
    border-bottom: 1px dotted;
}

acronym[title] {
	text-transform: uppercase;
    border-bottom: 1px dotted;
}

big {
    font-size: larger;
}

pre {
	background-color: #f2f2f2;
	color: #333;
	padding: 5px 10px;
	white-space: pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	margin-bottom: 20px;
    line-height: 26px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

var {
	font-style: italic;
}

body { 
	font-family: 'Droid Serif', serif;
	color: #333333;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
}

img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

input {
}

input,
select {
	font-family: 'Droid Serif', serif;
}

label,
input[type="submit"] {
	font-family: 'Raleway', sans-serif;
}

input[type="submit"] {
	-webkit-appearance: none;
    border-radius: 0;
}

.loading-gif {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/Preloader.gif') center no-repeat #fff;
}

#content-wrapper {
  width: 100%;
}

.clearfix {
	clear: both;
}

.clearfix-right {
	clear: right;
}

#TB_ajaxContent {
	width: auto !important;/* Important to adapt the style to the Experience theme */
}

/*
// Transitions Chrome.
*/

.ab-item {
	-webkit-transform: translateZ(0);
}

.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}

/*
// Buttons.
*/

.exp-button-primary {
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 30px;
	background: #eb9687;
	font-family: 'Raleway', sans-serif;
	text-shadow: none;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.exp-button-primary:hover {
	background: #f2f2f2;
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-pagination a,
.exp-button-secondary {
	margin-bottom: 20px;
	padding: 10px 14px;
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: #eb9687;
	background-color: rgba(0,0,0,0);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 2px solid #eb9687;
	text-shadow: none;
	text-rendering: optimizeLegibility;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-pagination a:hover,
.exp-button-secondary:hover {
	color: #fff;
	background-color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*
// Scrollbar & Selection.
*/

::selection {
	background: #454545;
	color: #fff;
	text-shadow: none;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 10px;
}
 
::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgba(98,98,98,0.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(242,242,242,0.2); 
}

/* Header.
// ========================================================================== */

.experience-header {
	width: 100%;
	height: 120px;
	position: fixed;
	left: 0;
	z-index: 4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-header.relative-version {
	position: relative;
	height: auto;
}

.white-menu.experience-header.relative-version {
	background-color: #454545;
}

.experience-header.relative-version #header-box {
	height: auto;
}

.dark-menu:hover {
	background-color: #fff;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.white-menu:hover {
	background-color: #333;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.dark-menu.smaller {
	height: 65px;
	background-color: #fff;
	border-bottom: 1px solid #ededed; 
}

.white-menu.smaller {
	height: 65px;
	background-color: #333;
}

#header-box {
	position: relative;
	max-width: 1024px;
	width: 100%;
	height: 120px;
	top: 0;
	display: block;
	margin: auto;
}

.smaller #header-box {
	height: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*
// Logo.
*/

#experience-logo {
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-header.relative-version #experience-logo {
	height: 115px;
	width: 50%;
	display: block;
	position: relative;
}

#experience-logo .image-logo {
	max-height: 60px;
	width: auto;
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.dark-menu #experience-logo,
.dark-menu #experience-logo .image-logo-link,
.dark-menu #experience-logo .image-logo-link .image-logo{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.white-menu #experience-logo,
.white-menu #experience-logo .image-logo-link,
.white-menu #experience-logo .image-logo-link .image-logo{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-header.smaller #experience-logo {
	max-height: 35px;
	width: auto;
	overflow: hidden;
}

.experience-header.smaller #experience-logo .image-logo{
	max-height: 35px;
	width: auto;
}

#experience-logo-text {
	float: left;
	line-height: 115px;
}

.logo-text-link  {
	text-decoration: none;
	font-size: 45px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-header.dark-menu #experience-logo-text .logo-text-link {
	color: #333;
}

.experience-header.white-menu #experience-logo-text .logo-text-link {
	color: #fff;
}

.experience-header.smaller #experience-logo-text {
	line-height: 65px;
}

.smaller #experience-logo-text .logo-text-link {
	font-size: 33px;
}

/*
// Menu.
*/

#experience-navigation {
	list-style-type: none;
	float: right;
	display: inline-flex;
}

#relative-menu-box{
	display: none;
	border-top: 5px solid transparent;
}

.experience-header.relative-version #experience-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	float: left;
	border-top: 1px solid rgba(0,0,0, 0.1);
	border-bottom: 1px solid rgba(0,0,0, 0.1);
}

/* Top. */

#experience-navigation .experience-navigation-list {
	height: 115px;
	margin-top: 5px;
	list-style: none;
	float: left;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	align-items: center;
	-webkit-align-items: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-header.relative-version #experience-navigation .experience-navigation-list {
	position: relative;
	display: inline-block;
	height: auto;
	margin-top: 0;
	float: left;
}

.smaller #experience-navigation .experience-navigation-list {
	height: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#experience-navigation .experience-navigation-list .menu-item {
	position: relative;
	float: none;
	display: inline-flex;
	line-height: 92px;
	margin-top: -5px;
}

.experience-header.relative-version #experience-navigation .experience-navigation-list .menu-item {
	line-height: 50px;
	margin-top: 0;
}

.smaller #experience-navigation .experience-navigation-list .menu-item {
	line-height: 36px;
}

/* First Level. */

#experience-navigation .experience-navigation-list .menu-item a {
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	padding: 14px 18px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
	border-top: 5px solid transparent;
	font-family: 'Raleway', sans-serif;
}

.dark #experience-navigation .experience-navigation-list .menu-item a{
	color: #333;
}

.white #experience-navigation .experience-navigation-list .menu-item a{
	color: #fff;
}

#header-box #experience-navigation .experience-navigation-list .menu-item.current-menu-item a,
#header-box #experience-navigation .experience-navigation-list .menu-item a:hover{
	border-top: 5px solid #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.smaller #experience-navigation .experience-navigation-list .menu-item a {
	font-size: 13px;
	padding: 14px 18px;
}

#experience-navigation .experience-navigation-list .menu-item:hover a {
	position: relative;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

/* Second and Third Level. */

#experience-navigation .experience-navigation-list ul {
	height: auto;
	line-height: 22px;
	position: relative;
}

#experience-navigation .experience-navigation-list ul .menu-item-has-children:before {
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	display: flex;
	align-items: center;
	left: 200px;
	top: 0;
	bottom: 0;
	line-height: 22px;
	z-index: 99;
	opacity: 0.7;
	overflow: hidden;
}

.dark #experience-navigation .experience-navigation-list ul .menu-item-has-children:before {
	color: #333;
}

.white #experience-navigation .experience-navigation-list ul .menu-item-has-children:before {
	color: #fff;
}

.dark #experience-navigation .experience-navigation-list .sub-menu li {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.experience-header.relative-version .dark #experience-navigation .experience-navigation-list .sub-menu li {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
	border-bottom: none;
}

.experience-header.relative-version .dark #experience-navigation .experience-navigation-list .sub-menu {
    border-bottom: 1px solid #ededed;
}

.white #experience-navigation .experience-navigation-list .sub-menu li {
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}

.experience-header.relative-version .white #experience-navigation .experience-navigation-list .sub-menu li {
    border-left: 1px solid #3e3e3e;
    border-right: 1px solid #3e3e3e;
	border-bottom: none;
}

#experience-navigation .experience-navigation-list ul li{
	padding-left: 0;
	height: auto;
	line-height: 22px;
	margin-top: 0;
}

.white #experience-navigation .experience-navigation-list ul ul li,
.white #experience-navigation .experience-navigation-list ul li{
	display: inline-block;
	border-top: 2px solid #3e3e3e;
}

.dark #experience-navigation .experience-navigation-list ul ul li,
.dark #experience-navigation .experience-navigation-list ul li{
	display: inline-block;
	border-top: 2px solid #ededed;
}

.experience-header.relative-version .white #experience-navigation .experience-navigation-list ul ul li,
.experience-header.relative-version .white #experience-navigation .experience-navigation-list ul li{
	display: inline-table;
	border-top: 2px solid #3e3e3e;
}

.experience-header.relative-version .dark #experience-navigation .experience-navigation-list ul ul li,
.experience-header.relative-version .dark #experience-navigation .experience-navigation-list ul li{
	display: inline-table;
	border-top: 2px solid #ededed;
}

.experience-header.relative-version .dark #experience-navigation .experience-navigation-list ul ul li,
.experience-header.relative-version .dark #experience-navigation .experience-navigation-list ul li{
	border-right: 2px solid #ededed;
}

#experience-navigation .experience-navigation-list ul li a {
	padding: 0;
	height: auto;
	overflow: auto;
	line-height: 22px;
	font-size: 12px;
}

#experience-navigation .experience-navigation-list ul,
#experience-navigation .experience-navigation-list li:hover .sub-menu .sub-menu,
#experience-navigation .experience-navigation-list .sub-menu li:hover .sub-menu .sub-menu {
	display: none;
}

#experience-navigation .experience-navigation-list .sub-menu li:hover .sub-menu,
#experience-navigation .experience-navigation-list .sub-menu .sub-menu li:hover .sub-menu {
	display: block;
	top: 3px;
	left: 100%;
}

.experience-header.relative-version #experience-navigation .experience-navigation-list .sub-menu li:hover .sub-menu,
.experience-header.relative-version #experience-navigation .experience-navigation-list .sub-menu .sub-menu li:hover .sub-menu {
	display: block;
	top: -2px;
	left: 100%;
}

.Safari.experience-header.relative-version #experience-navigation .experience-navigation-list .sub-menu {
	top: 106%;
}

.Safari #experience-navigation .experience-navigation-list .sub-menu li:hover .sub-menu,
.Safari #experience-navigation .experience-navigation-list .sub-menu .sub-menu li:hover .sub-menu {
	top: 3px;
}

.Safari.experience-header.relative-version #experience-navigation .experience-navigation-list .sub-menu li:hover .sub-menu,
.Safari.experience-header.relative-version #experience-navigation .experience-navigation-list .sub-menu .sub-menu li:hover .sub-menu {
	top: 3px;
}

.Firefox #experience-navigation .experience-navigation-list .sub-menu li:hover .sub-menu,
.Firefox #experience-navigation .experience-navigation-list .sub-menu .sub-menu li:hover .sub-menu {
	top: 3px;
}

.Firefox.experience-header.relative-version #experience-navigation .experience-navigation-list .sub-menu li:hover .sub-menu,
.Firefox.experience-header.relative-version #experience-navigation .experience-navigation-list .sub-menu .sub-menu li:hover .sub-menu {
	top: 0px;
}

#experience-navigation .experience-navigation-list li:hover ul {
	display: block;
	position: absolute;
	right: 0;
	top: 100%;
	width: auto;
	height: auto;
	margin: 0;
}

.experience-header.relative-version #experience-navigation .experience-navigation-list li:hover ul {
	width: 230px;
	z-index: 5;
}

.Safari.experience-header.relative-version #experience-navigation .experience-navigation-list li:hover ul {
	width: 230px;
	margin-top: -5px;
	z-index: 5;
}

#header-box.dark #experience-navigation .experience-navigation-list ul ul {
	background: transparent;
}

#header-box.white #experience-navigation .experience-navigation-list ul ul {
	background: #fff;
	color: #333;
}

#header-box #experience-navigation .experience-navigation-list .sub-menu .menu-item a {
	float: none;
	width: 230px;
	text-transform: none;
	font-size: 11px;
	font-family: inherit;
	font-weight: 400;
	padding-left: 10px;
	border-top: none;
	letter-spacing: 2px;
}

#header-box #experience-navigation .experience-navigation-list .sub-menu .menu-item a:hover {
	border-right: 5px solid #eb9687;
	border-top: none;
}

#header-box.dark #experience-navigation .experience-navigation-list ul li a,
#header-box.dark #experience-navigation .experience-navigation-list ul ul li a {
	color: #333;
	background-color: #fff;
}

#header-box.white #experience-navigation .experience-navigation-list ul li a,
#header-box.white #experience-navigation .experience-navigation-list ul ul li a {
	color: #fff;
	background-color: #333;
}

/*
// Login & register.
*/

.experience-login-register-header .no-responsive {
	display: inline-flex;
	align-items: center;
	-webkit-align-items: center;
}

.experience-login-register-header .register,
.experience-login-register-header .profile {
	font-weight: 400;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	margin-right: 20px;
}

.experience-login-register-header .register span,
.experience-login-register-header .profile span{
	padding-right: 10px;
}

.experience-login-register-header .log_out i,
.experience-login-register-header .log_in i,
.experience-login-register-header .register i,
.experience-login-register-header .profile i{
	font-size: 18px;
	display: inherit;
}

.smaller .experience-login-register-header .log_out i,
.smaller .experience-login-register-header .log_in i,
.smaller .experience-login-register-header .register i,
.smaller .experience-login-register-header .profile i{
	font-size: 14px;
}

.white .experience-login-register-header .log_out,
.white .experience-login-register-header .log_in,
.white .experience-login-register-header .register,
.white .experience-login-register-header .profile {
	border: 2px solid #fff;
	padding: 10px 14px;
	text-decoration: none;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.white .experience-login-register-header .log_out:hover,
.white .experience-login-register-header .log_in:hover,
.white .experience-login-register-header .register:hover,
.white .experience-login-register-header .profile:hover {
	background-color: #fff;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dark .experience-login-register-header .log_out,
.dark .experience-login-register-header .log_in,
.dark .experience-login-register-header .register,
.dark .experience-login-register-header .profile {
	border: 2px solid #333;
	padding: 10px 14px;
	text-decoration: none;
	line-height: 1;
}

.dark .experience-login-register-header .log_out:hover,
.dark .experience-login-register-header .log_in:hover,
.dark .experience-login-register-header .register:hover,
.dark .experience-login-register-header .profile:hover {
	background-color: #333;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-register-p {
	float: right;
	margin-left: 15px;
	height: 120px;
	display: inline-flex;
    align-items: center;
	-webkit-align-items: center;
    justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
    line-height: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.smaller .login-register-p {
	height: 65px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.smaller .login-register-p .no-responsive {
	display: inline-flex;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.smaller .login-register-p .responsive {
	display: none;
}

.experience-header.dark-menu .experience-login-register-header .fa {
	color: #333;
}

.experience-header.white-menu .experience-login-register-header .fa {
	color: #fff;
}

.experience-header.dark-menu .experience-login-register-header a {
	color: #333;
}

.experience-header.white-menu .experience-login-register-header a {
	color: #fff;
}

/* Login form: thickbox. */

#TB_window #TB_title {
	height: 60px;
}

#TB_window #TB_ajaxWindowTitle {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 60px;
	padding-left: 20px;
	letter-spacing: 1px;
}

#TB_window #TB_closeWindowButton {
	width: 60px;
	height: 60px;
}

#TB_window .tb-close-icon {
	width: 40px;
	height: 40px;
	top: 15px;
	right: 20px;
}

#TB_window .tb-close-icon:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 25px;
	color: black;
}

.experience-login-box {
	font-family: inherit;
	font-weight: lighter;
	display: block;
	margin: auto;
	width: 85%;
	letter-spacing: 1px;
}

.exp-login-enter-text {
	font-size: 13px;
	margin-top: -10px;
}

.exp-login-enter-text a {
	padding-left: 5px;
	color: #eb9687;
	font-weight: bolder;
	text-decoration: none;
}

.exp-lost-pass-text {
	margin-top: 20px;
	font-size: 13px;
}

.exp-lost-pass-text a {
	padding-left: 5px;
	color: #1cb7b3;
	font-weight: bolder;
	text-decoration: none;
}

.experience-login-box .login-username label,
.experience-login-box .login-password label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	color: #eb9687;
	letter-spacing: 1px;
}

.experience-login-box .login-username .input,
.experience-login-box .login-password .input {
	box-shadow: none;
	width: 100%;
	font-family: inherit;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 16px 24px;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.experience-login-box .login-username .input p,
.experience-login-box .login-password .input p {
	font-weight: 400;
	background-color: #f2f2f2;
	color: black;
}

.experience-login-box .input:focus,
.experience-login-box .button-primary:focus {
	outline: none;
}

.experience-login-box .login-remember {
	font-size: 13px;
}

.experience-login-box .login-submit .button-primary {
	width: 100%;
	padding: 15px;
	box-shadow: none;
	border: none;
	background-color: #eb9687;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-login-box .login-submit .button-primary:hover {
	color: #eb9687;
	background-color: #f2f2f2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
} 

/* Main.
// ========================================================================== */

#main {
	width: 1024px;
	display: block;
	margin: auto;
	padding: 100px 0;
}

/* Vertical Sidebar.
// ========================================================================== */

#right-sidebar {
	width: 320px;
	float: right;
}

#left-sidebar {
	width: 320px;
	float: left;
}

.widget-vertical {
	margin-bottom: 45px;
	padding: 30px 25px;
	border: 1px solid #e2e2e2;
	max-width: 320px;
	overflow: hidden;
	clear: both;
	border-radius: 3px;
    -webkit-border-radius: 3px;
}

.dark-version .widget-vertical {
    background-color: #333333;
	color: #ffffff;
	border: 1px solid #333333;
}

.widget-vertical h3 {
	padding-bottom:30px;
    border-bottom: 1px solid #e4e4e4;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}

.widget-vertical ul {
	margin-top: 30px;
	list-style: none;
}

.widget-vertical select {
	border-color: #e4e4e4;
	padding: 14px;
	margin-top: 30px;
	outline: none;
	font-family: inherit;
	width: 100%;
	max-width: 100%;
}

.widget-vertical select option {
	white-space: pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
}

.widget-vertical img {
	padding: 5px 0 0 0;
}

/*
// Recent comments.
*/

.widget-vertical .comment-author-link,
.widget-vertical .comment-author-link a {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}

/*
// Search Form.
*/

.widget-vertical .search-form {
	margin: -10px 0;
	background-color: white;
}

.dark-version .widget-vertical .search-form {
	background-color: #333;
}

.search-field {
	width: 84%;
	border: #fff;
	padding-left: 10px;
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 15px;
	text-shadow: none;
	vertical-align: middle;
}

.dark-version .search-field {
	border: #333;
	color: #fff;
	background-color: #333;
}

.search-field:focus {
	outline: none;
}

.search-submit {
	text-indent: -1000px;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	cursor: pointer;
	width: 17px;
	height: 17px;
	float: left;
}

.search-submit:focus {
	outline: none;
}

/*
// Calendar.
*/

#wp-calendar {
	width: 100%;
}

.calendar_wrap caption {
	margin: 30px 0;
    line-height: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
}

.calendar_wrap thead {
	line-height: 35px;
	padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.calendar_wrap th {
	text-align: center;
}

.calendar_wrap tfoot  #prev {
	padding-top: 20px;
}

.calendar_wrap tfoot {
	text-align: center;
}

.calendar_wrap tfoot tr a {
	text-decoration: none;
	padding: 8px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #eb9687;
}

.calendar_wrap tbody tr {
	padding: 3px;
    margin: 2px 8px;
    text-decoration: none;
	line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.calendar_wrap tbody tr a {
    text-decoration: none;
	color: #eb9687;
	font-weight: 700;
}

/* 
// RSS Feed.
*/

.widget-vertical h3 .rsswidget {
	color: #d1d1d1;
}

.widget-vertical .rsswidget,
.widget-vertical .rss-date,
.widget-vertical .rssSummary,
.widget-vertical .rssSummary {
	line-height: 26px;
    font-size: 15px;
    letter-spacing: 1px;
}

/*
// Tag cloud.
*/

.widget-vertical .tagcloud {
	margin-top: 30px;
}

.widget-vertical .tagcloud a {
	text-decoration: none;
	color: #333;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-vertical .tagcloud a:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dark-version .widget-vertical .tagcloud a {
	color: #fff;
}

.widget-vertical cite {
	display: block;
	padding: 10px 0 20px 0;
}

.widget-vertical a {
	text-decoration: none;
}

.widget-vertical li a {
	text-decoration: none;
	line-height: 23px;
	font-size: 14px;
	letter-spacing: 1px;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-vertical li a:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.light-version .widget-vertical li a {
	color: #333;
}

.dark-version .widget-vertical li a {
	color: #fff;
}

.widget-vertical p {
	line-height: 23px;
	font-size: 14px;
	padding: 20px 10px;
	letter-spacing: 1px;
}

/*
// Text widget
*/

.textwidget {
	font-weight: 400;
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
	overflow: hidden;
}

.textwidget img {
	max-width: 100%;
	height: auto;
	padding: 5px 0 0 0;
}

/*
// Contact form
*/

.widget-vertical .wpcf7 label{
	width: 100%;
	font-family: inherit;
}

.widget-vertical .wpcf7 .wpcf7-text,
.widget-vertical .wpcf7 .wpcf7-textarea {
	width: 100%;
    padding: 15px;
    border: none;
    margin: auto;
    font-family: inherit;
    display: block;
    font-weight: lighter;
	background-color: #f2f2f2;
}

.widget-vertical .wpcf7 .wpcf7-submit {
	width: 100%;
	padding: 15px;
    border: none;
	cursor: pointer;
}

/* Horizontal Sidebar.
// ========================================================================== */

#horizontal-sidebar {
	width: 100%;
	padding-top: 50px;
	background-color: #333;
}

#box-horizontal-sidebar {
	display: block;
	width: 1024px;
	margin:auto; 
	height: auto;
	background: transparent;
}

.widget-horizontal {
	width: 300px;
	float: left;
	display: block;
	margin-bottom: 50px;
	border-left: 1px solid #3e3e3e;
	padding-left: 40px;
}

.no-border {
	border: none;
}

.logo_sidebar {
	width: 300px;
	overflow: hidden;
	padding-bottom: 20px;
}

.logo_sidebar h4 {
	font-size: 20px;
}

.company_info {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	padding-bottom: 20px;
	opacity: 0.7;
}

.social-footer-box i {
	color: #fff;
	padding-right: 10px;
	font-size: 20px;
	opacity: 0.7;
}

.social-footer-box i:hover {
	opacity: 1;
}

.widget-horizontal h3 {
	font-size: 16px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.widget-horizontal a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	opacity: 0.7;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-horizontal a:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-horizontal p {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
}

.widget-horizontal cite {
	display: block;
	padding: 10px 0;
}

.widget-horizontal .textwidget {
	margin: 0;
	color: #fff;
	opacity: 0.7;
}

.widget-horizontal select {
	max-width: 100%;
	border-color: #fff;
	padding: 5px;
	text-transform: uppercase;
	font-weight: lighter;
	outline: none;
	font-family: inherit;
}

.widget-horizontal ul {
	padding-left: 2px;
	list-style: none;
}

.widget-horizontal li {
	padding-bottom: 15px;
	color: #fff;
}

/*
// Search form.
*/

.widget-horizontal .search-form {
	background-color: #fff;
    padding: 16px;
}

/*
// Calendar.
*/

.widget-horizontal .calendar_wrap caption {
	color: #fff;
}

.widget-horizontal .calendar_wrap thead {
	color: #fff;
}

.widget-horizontal .calendar_wrap tfoot tr a {
	color: #fff;
}

.widget-horizontal .calendar_wrap tbody tr {
	color: #fff;
}

/*
// RSS Feed.
*/

.widget-horizontal .rsswidget,
.widget-horizontal .rss-date,
.widget-horizontal .rssSummary {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
}

/*
// Contact form
*/

.widget-horizontal .wpcf7 label{
	width: 100%;
	font-family: inherit;
}

.widget-horizontal .wpcf7 p{
	padding: 20px 10px;
}

.widget-horizontal .wpcf7 .wpcf7-text,
.widget-horizontal .wpcf7 .wpcf7-textarea {
	width: 100%;
    padding: 15px;
    border: none;
    margin: auto;
    font-family: inherit;
    display: block;
    font-weight: lighter;
	background-color: #f2f2f2;
}

.widget-horizontal .wpcf7 .wpcf7-submit {
	width: 100%;
	padding: 15px;
    border: none;
	cursor: pointer;
}

/* Headings.
// ========================================================================== */

.comment-body h1,
.post-content h1,
.page-content h1{
	font-size: 32px;
	line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 1px;
}

.comment-body h2,
.post-content h2,
.page-content h2{
	font-size: 24px;
    line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 1px;
}

#comments-content .comment-body h3,
.post-content h3,
.page-content h3 {
	font-size: 22px;
    line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 1px;
}

.comment-body h4,
.post-content h4,
.page-content h4 {
	font-size: 18px;
    line-height: 40px;
	padding: 10px 0;
	margin: 20px 0;
	letter-spacing: 2px;
}

.comment-body h5,
.post-content h5,
.page-content h5 {
	font-size: 14px;
    line-height: 20px;
	padding: 5px 0;
	letter-spacing: 1px;
}

.comment-body h6,
.post-content h6,
.page-content h6{
	font-size: 12px;
    line-height: 20px;
	padding: 5px 0;
	letter-spacing: 1px;
}

/* Lists.
// ========================================================================== */

.comment-body ul,
.post-content ul,
.page-content ul {
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 26px;
	list-style: square;
	font-weight: 400;
	letter-spacing: 1px;
}

.comment-body ol,
.post-content ol,
.page-content ol {
	margin-left: 35px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 26px;
	list-style: decimal;
	font-weight: 400;
	letter-spacing: 1px;
}

.page-content.full-width ul {
	padding: 0px 50px 20px 100px;
}

.page-content.full-width ol {
	padding: 0px 50px 20px 100px;
}

/* Blog.
// ========================================================================== */

/*
// Normal Post Loop.
*/

#loop-normalrightsidebar {
	float: left;
	width: 660px;
}

#loop-normalleftsidebar {
	float: right;
	width: 660px;
}

.normal-post {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}

.np-thumbnail {
	max-height: 270px;
	overflow: hidden;
}

.np-thumbnail img {
	width: 100%;
	height: auto;
}

.np-entry-title {
	margin-top: 25px;
}

.np-entry-title a{
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.np-entry-title a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.np-summary {
	padding: 15px 0;
	font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 1px;
}

.np-posttext h4 {
	margin: 10px 0 10px 0;
	text-transform: uppercase;
	font-size: 15px;
}

.np-posttext i{
	color: #eb9687;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 400;
}

.np-posttext .post-pagination {
	margin: 25px 0 50px;
}

.comments-number,
.np-author {
	font-weight: 400;
    padding: 0;
    font-size: 13px;
	margin-bottom: 10px;
}

.np-author {
	letter-spacing: 1px;
}

.comments-number .comments-number-link {
	text-decoration: none;
    color: #333333;
	font-size: 15px;
    font-weight: 700;
}

.np-categories-loop{
	padding-right: 10px;
	margin-bottom: 8px;
	margin-top: 25px;
}

.np-categories-loop ul {
	margin-bottom: 20px;
}

.np-categories-loop ul li{
	list-style: none;
	display: inline-flex;
}

.np-categories-loop a{
	margin-bottom: 5px;
}

.hidden-info-margin-bottom {
	margin-bottom: 40px;
}

/*
// Grid.
*/

.grid-thumbnail .grid-small-icon{
	font-size: 25px;
}

.grid-entry-title {
	margin-top: 20px;
}

.grid-entry-title a{
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bolder;
	line-height: 35px;
	letter-spacing: 2px;
	word-break: break-word;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.grid-entry-title a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.grid-entry-title {
	padding: 10px 20px;
}

.grid-summary {
	padding: 10px 20px;
	font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 1px;
}

.grid-posttext h4 {
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	padding: 0 20px;
	font-size: 15px;
	letter-spacing: 1px;
}

.grid-posttext i {
    color: #eb9687;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 400;
}

.grid-posttext .post-pagination {
	margin: 25px 0 50px;
}

.grid-posttext .post-pagination {
	padding: 0 20px;
}

.grid-author {
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0 20px;
	font-size: 13px;
	margin-bottom: 10px;
}

.grid-comment {
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0 20px;
	font-size: 13px;
	margin-bottom: 0;
}

.grid-categories-loop {
	padding: 0 10px;
	margin: 0 0 20px 10px;
	display: block;
	margin-top: 25px;
}

.grid-categories-loop ul li{
	list-style: none;
	display: inline-flex;
	padding-top: 5px;
}

.grid-categories-loop a{
	margin-bottom: 0;
}

/*
// Grid Sidebar.
*/

/* Grid with right sidebar. */

#loop-gridrightsidebar {
	float: left;
	min-width: 700px;
	max-width: 700px;
}

#loop-gridrightsidebar .grid {
	border: 1px solid #e2e2e2;
	width: 43%;
	height: auto;
	margin-right: 6%;
	margin-bottom: 45px;
}

#loop-gridrightsidebar  .grid-thumbnail img {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Grid with left sidebar. */

#loop-gridleftsidebar {
	float: right;
	min-width: 700px;
	max-width: 700px;
}

#loop-gridleftsidebar .grid {
	border: 1px solid #e2e2e2;
	width: 43%;
	height: auto;
	margin-left: 6%;
	margin-bottom: 45px;
}

#loop-gridleftsidebar  .grid-thumbnail img {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Grid with whithout sidebar. */

#loop-grid {
	width: 1020px;
	float: left;
	display: block;
	margin: auto;
}

#loop-grid .grid {
	border: 1px solid #e2e2e2;
	width: 29%;
	height: auto;
	margin-left: 3%;
	margin-bottom: 3%;
}

#loop-grid  .grid-thumbnail img {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

/*
// Normal No Sidebar.
*/

#loop-normalnosidebar  {
	width: 1024px;
	display: block;
	margin: -30px auto 0 auto;
	float: left;
	position: relative;
}

.normal-no-sidebar {
	margin-top: 50px;
}

.npns-thumbnail {
	max-height: 400px;
	overflow: hidden;
	margin-bottom: 25px;
}

.npns-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

.npns-entry-title a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bolder;
	line-height: 40px;
	letter-spacing: 2px;
	color: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.npns-entry-title a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*
// Sticky Posts.
*/

.sticky .post-sticky-p {
	display: inline-block;
	font-weight: 400;
    letter-spacing: 1px;
}

.post-sticky-p .sticky-icon {
	color: #d2d2d2;
	padding-right: 5px;
}

.post-sticky-p.sticky-normal {
	margin-top: 30px;
}

.post-sticky-p.sticky-normal-no {
	margin: 10px 0 20px 0;
}

.post-sticky-p.sticky-grid {
	margin: 30px 0 0 20px;
}

/*
// More Link.
*/

.more-link {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
}

.icon-more-link {
	padding-left: 5px;
}

/*
// Post Formats.
*/

/* Video. */

#video-postformat .np-summary {
	line-height: 26px;
	border-bottom: none;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
}

#video-postformat .np-summary a {
	text-decoration: none;
	font-weight: 600;
}

#video-postformat .np-summary a:hover {
	color: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#video-width .video-format iframe {
	width: 43%;
}

#video-staticwidth .video-format iframe {
	width: 320px;
	height: 320px;
}

#loop-grid .video-format .wp-video-shortcode,
#loop-gridleftsidebar .video-format .wp-video-shortcode,
#loop-gridrightsidebar .video-format .wp-video-shortcode {
	min-width: 100% !important; /* For the correct displaying with masonry style */
	height: 280px !important; /* For the correct displaying with masonry style */
	overflow: hidden;
}

.video-format iframe{
	min-width: 100%;
	width: 100%;
	height: 280px;
}

.grid .video-format iframe{
	height: 170px;
}

#loop-normalnosidebar .video-format .wp-video-shortcode {
	height: 400px !important; /* For the correct displaying in the loop without sidebar */
	margin-bottom: 20px !important; /* For the correct displaying in the loop without sidebar */
	overflow: hidden;
}

#loop-normalnosidebar .video-format iframe {
	height: 400px;
	padding-bottom: 20px;
}

.wp-video {
	overflow: hidden;
}

.me-plugin {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/* Gallery. */

.format-gallery .unslider {
	position: relative;
}

.gallery-slider-post {
	margin-bottom: 20px;
}

.gallery-slider-arrow {
	font-size: 40px;
	position: absolute;
	z-index: 2;
	top: 45%;
	opacity: 0.8;
	color: white;
	cursor: pointer;
}

.grid .gallery-slider-arrow {
	top: 40%;
}

.gallery-slider-arrow.prev {
	left: 2%;
}

.gallery-slider-arrow.next {
	right: 2%;
}

.gallery-slider-post ul{
	padding: 0;
}

.gallery-slider-post ul li {
	height: 270px;
}

.np-thumbnail.gallery-slider {
	min-height: 270px;
}

.npns-thumbnail.gallery-slider {
	min-height: 400px;
}

.gallery-slider-post ul li a img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.gallery-slider-post ol {
	text-align: center;
}

.grid-thumbnail .gallery-slider-arrow {
	font-size: 35px;
	top: 38%;
}

.grid-thumbnail.gallery-slider ul {
	height: 170px;
}

.grid-thumbnail.gallery-slider ul li{
	height: 170px;
}

/* Link. */

.thumb-opacity {
	background-color: #000;
} 

.thumb-opacity img {
	opacity: 0.8;
}

.pf-link-featured {
	position: absolute;
	z-index: 3;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	top: 45%;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.img:hover .pf-link-featured {
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.experience-link-background-color-grid {
	width: 310px;
	height: 200px;
	background-color: black;
}

.experience-link-background-color {
	width: 100%;
	height: 270px;
	background-color: black;
}

.experience-link-background-color-nosidebar {
	width: 100%;
	height: 683px;
	background-color: black;
}

/* Quote. */

.experience-quote-background-color-grid {
	width: 310px;
	height: 200px;
	background-color: black;
}

.experience-quote-background-color {
	width: 100%;
	height: 270px;
	background-color: black;
}

.experience-quote-background-color-nosidebar {
	width: 100%;
	height: 683px;
	background-color: black;
}

.pf-quote-featured {
	position: absolute;
	z-index: 3;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	width: 100%;
	padding: 0 20px;
	top: 40%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pf-quote-featured h6 {
	font-size: 20px;
	font-weight: 300;
	line-height: 74px;
	text-transform: none;
	font-style: italic;
}

.pf-quote-featured.small {
	font-size: 20px;
	padding: 0 25px;
}

.pf-quote-featured.super-small {
	font-size: 18px;
	top: 30%;
}

.pf-quote-featured.small span {
	font-size: 18px;
}

.pf-quote-featured.super-small span {
	font-size: 16px;
}

.img:hover .pf-quote-featured {
	display: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*
// Blog Pagination.
*/

.blog-navigation {
	margin: 50px 0 0 0;
	display: block;
	text-align: center;
	width: 100%;
}

.blog-navigation a {
	text-decoration: none;
	color: #626262;
	background-color: #f2f2f2;
	padding: 8px 11px;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
	border: none;
}

.blog-navigation a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-numbers.current {
	padding: 8px 11px;
	color: #eb9687;
	font-size: 15px;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #f2f2f2;
}

.page-numbers {
	font-size: 15px;
	letter-spacing: 1px;
	padding: 8px 11px;
	border: none;
}

/* Single
// ========================================================================== */

#main-single {
	width: 1024px;
	display: block;
	margin: 50px auto;
}

#single-author {
	width: 100%;
	height: 260px;
	margin-top: 0px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

#single-author.single-dark {
	background-color: #fff;
}

#single-author.single-white {
	background-color: #454545;
}

#single-author img {
	width: 100%;
	height: auto;
	opacity: 0.6;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

#content-single-nprs {
	width: 660px;
	float: left;
}

#content-single-npls {
	width: 680px;
	float: right;
}

#author-relative {
	position: relative;
}

/*
// Author left.
*/

#author-single-nprs {
	position: absolute;
	width: 100%;
	top: -167px;
	z-index: 3;
}

#avatar-left {
	float: left;
	z-index: 3;
}

.avatar{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#author-single-nprs .date-post {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 15px;
	position: relative;
	margin-left: 30px;
	top: 20px;
}

#author-single-nprs .by-author {
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: 25px;
	font-size: 15px;
	position: relative;
	width: auto;
	left: 30px;
	top: 25px;
}

.date-author-white .date-post,
.date-author-white .by-author {
	color: #fff;
} 

.date-author-dark .date-post,
.date-author-dark .by-author {
	color: #333;
}

/*
// Author right.
*/

#author-single-npls {
	position: absolute;
	top: -167px;
	right: 0;
	z-index: 3;
	width: 100%;
}

#avatar-right {
	float: right;
	z-index: 3;
}

#author-single-npls h4 {
	text-align: right;
}

#author-single-npls .date-post {
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
    margin-right: 30px;
    top: 20px;
}

#author-single-npls .by-author {
	text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 15px;
    position: relative;
    width: auto;
    right: 30px;
    top: 25px;
}

/*
// Alignments.
*/

.comment-body img,
#content-single-nprs img, 
#content-single-npls img,
#content-single-npns img,
.main-page-def img,
.page-content img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.comment-body figure,
#content-single-nprs figure, 
#content-single-npls figure,
#content-single-npns figure,
.main-page-def figure,
.page-content figure {
	margin: 0;
}

.comment-body .wp-post-image,
#main-single-portfolio .wp-post-image,
#content-single-nprs .wp-post-image, 
#content-single-npls .wp-post-image, 
#content-single-npns .wp-post-image,
.main-page-def .wp-post-image,
.page-content .wp-post-image{
	padding: 0;
	float: left;
}

.comment-body .aligncenter,
#main-single-portfolio .aligncenter,
#content-single-nprs .aligncenter, 
#content-single-npls .aligncenter, 
#content-single-npns .aligncenter,
.main-page-def  .aligncenter,
.page-content .aligncenter {
	margin: auto;
	display: block;
}

.comment-body .alignleft,
#main-single-portfolio .alignleft,
#content-single-nprs .alignleft, 
#content-single-npls .alignleft, 
#content-single-npns .alignleft,
.main-page-def  .alignleft,
.page-content .alignleft {
	float: left;
	margin-right: 20px; 
	margin-bottom: 20px;
	margin-top: 20px;
}

.comment-body .alignright,
#main-single-portfolio .alignright,
#content-single-nprs .alignright, 
#content-single-npls .alignright, 
#content-single-npns .alignright,
.main-page-def .alignright,
.page-content .alignright {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.comment-body .alignnone,
#main-single-portfolio .alignnone,
#content-single-nprs .alignnone, 
#content-single-npls .alignnone, 
#content-single-npns .alignnone,
.main-page-def .alignnone,
.page-content .alignnone {
}

.comment-body img.aligncenter,
#main-single-portfolio img.aligncenter,
#content-single-nprs img.aligncenter, 
#content-single-npls img.aligncenter, 
#content-single-npns img.aligncenter,
.main-page-def  img.aligncenter,
.page-content img.aligncenter {
	margin: auto;
	display: block;
}

.comment-body img.alignleft,
#main-single-portfolio img.alignleft,
#content-single-nprs img.alignleft, 
#content-single-npls img.alignleft, 
#content-single-npns img.alignleft,
.main-page-def  img.alignleft,
.page-content img.alignleft {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline;
}

.comment-body img.alignright,
#main-single-portfolio img.alignright,
#content-single-nprs img.alignright, 
#content-single-npls img.alignright, 
#content-single-npns img.alignright,
.main-page-def img.alignright,
.page-full img.alignright {
	margin-left: 40px;
	margin-bottom: 20px;
	float: right;
	display: inline;
}

.comment-body img.alignnone,
#main-single-portfolio img.alignnone,
#content-single-nprs img.alignnone, 
#content-single-npls img.alignnone, 
#content-single-npns img.alignnone,
.main-page-def img.alignnone,
.page-content img.alignnone{
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/*
// Content.
*/

.single-tags-title {
	padding-bottom: 20px;
	color: #626262;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

.postMeta-np a{
	color: #eb9687;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.postMeta-np a:hover {
	color:#333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-Title-np {
	margin: 20px 0px 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: 2px;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption .wp-caption-text {
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 1px;
}

#content-single-nprs .gallery-slider img,
#content-single-npls .gallery-slider img,
#content-single-npns .gallery-slider img {
	width: 100%;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: auto -6px;
    padding: 6px 0;
    line-height: 1;
    overflow-x: hidden;
}

.gallery .gallery-item {
    float: left;
    margin: 0;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16%;
}

.gallery-columns-7 .gallery-item {
    width: 14%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	font-size: 12px;
}

.sticky {
}

.bypostauthor  {
}

.gallery-caption,
.post-password-required p,
.post-content p{
	font-weight: 400;
	line-height: 26px;
	font-size: 15px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.comment-body figure,
.post-content figure {
	padding-bottom: 20px;
}

.comment-body a,
.post-content a {
	text-decoration: none;
	font-weight: 600;
	color: #eb9687;
}

.comment-body iframe,
.post-content iframe {
	max-width: 100%;
	padding: 20px 0;
	height: 100% !important; /* For the correct styling of the videos in the posts */
}

.comment-body blockquote,
.post-content blockquote {
	margin: 0 30px;
	font-style: italic;
}

.post-content {
	margin-bottom: 20px;
}

.post-password-form  label{
	font-family: inherit;
}

.post-password-form  input{
	text-transform: uppercase;
	padding: 10px 20px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-password-form  input[type=submit] {
	background-color: #f2f2f2;
	cursor: pointer;
	color: #333;
}

.post-pagination {
	margin: 20px 0 50px 0;
}

#tags-box {
	margin-bottom: 20px;
}

.tags-np a{
	margin-right: 10px;
	display: inline-flex;
	margin-bottom: 10px;
	text-decoration: none;
	color: #626262;
	background-color: #f2f2f2;
	padding: 8px 11px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tags-np a:hover {
	color: #eb9687;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Comments.
// ========================================================================== */

#comments-content #comments {
	padding-top: 10px;
	padding-bottom: 20px;
	color: #626262;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

.must-log-in a {
	color: #333;
    font-weight: 700;
    text-decoration: none;
}

#comments-content .commentlist {
	list-style: none;
	margin-bottom: 25px;
}

#comments-content .commentlist li {
	padding: 35px;
	margin-bottom: 30px;
    border: 1px solid #e4e4e4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#comments-content .comment-body li {
	padding: 0;
	margin-bottom: 0;
    border: none;
}

#comments-content .dark-version li{
	border: 1px solid #333333;
	background-color: #333333;
	color: #ffffff;
}

#comments-content .dark-version .comment-meta .data {
	color: #ffffff;
}

#comments-content .comment-body p {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
	padding-bottom: 20px;
}

#comments-content .comment-body .moderation {
	font-size: 13px;
	font-style: bold;
	color: #626262;
}

#comments-content ol .depth-1 {
	overflow: hidden;
}

#comments-content ol .depth-2,
#comments-content ol .depth-3,
#comments-content ol .depth-4,
#comments-content ol .depth-5 {
	margin: 35px 0px 0px 30px;
	overflow: hidden;
}

#comments-content .light-version .depth-2,
#comments-content .light-version .depth-4 {
	background-color: #fafafa;
}

#comments-content .light-version .depth-3,
#comments-content .light-version .depth-5 {
	background-color: #fff;
}

#comments-content .dark-version .depth-2,
#comments-content .dark-version .depth-4 {
	background-color: #4d4d4d;
}

#comments-content .dark-version .depth-3,
#comments-content .dark-version .depth-5 {
	background-color: #333;
}

.comment-meta {
	margin-top: 12px;
	float: left;
	font-size: 15px;
}

.comment-meta .data {
	font-weight: 400;
}

.comment-meta a {
	text-decoration: none;
	line-height: 20px;
	font-style: normal;
	color: #eb9687;
}

.comment-meta .data {
	color: #333333;
}

.comment-author-name {
	display: block;
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 1px;
}

.comment-meta .fn { /* Author name */
	font-style: normal;
}

.avatar.avatar-80.photo {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.comment-gravatar {
	margin: 0px 30px 26px 0px;
	float: left;
}

#comments-content .comment-body {
	overflow: hidden;
	margin: 0px;
}

#comments-content .comment-body p a {
	text-decoration: none;
}

.reply {
	float: left;
}

.edit {
	float: right;
}

.comment-edit-link,
.comment-reply-link {
	font-size: 12px;
	text-decoration: none;
	font-weight: 700;
	color: #eb9687;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.logged-in-as {
	font-size: 15px;
	margin: 10px 0;
}

.logged-in-as a {
	color: #eb9687;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
}

.logged-in-as a:hover {
	color: #333333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#comments-content ol .post.pingback {
	padding: 20px 0px 20px 20px;
	list-style: none;
	letter-spacing: 1px;
}

#comments-content ol .post.pingback a {
	text-decoration: none;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}

#comments-content .dark-version .post.pingback a {
	color: #ffffff;
}

#comments-content .comment-body ol {
	padding: 6px 0 6px 30px;
	line-height: 130%;
}

#comments-content .comment-body ol li {
	list-style: decimal !important;
}

#comments-content .comment-body ol li ol li {
	list-style: upper-alpha !important;
}

#comments-content .comment-body ol li ol ol li{
	list-style: lower-roman !important;
}

/*
// Comments reply.
*/

#cancel-comment-reply-link {
	float: right;
	font-size: 15px;
	font-weight: lighter;
	margin: 10px 15px;
	text-decoration: none;
}

#reply-title {
	padding: 10px 0;
	line-height: 40px;
	font-size: 18px;
	color: #626262;
	text-transform: uppercase;
}

#reply-title a {
	text-decoration: none;
	color: #d2d2d2;
}

#commentform p {
	font-size: 15px;
	font-weight: 400;
}

#commentform .comment-notes {
	padding: 15px 0;
	font-size: 12px;
	font-weight: 400;
	color: #626262;
}

#commentform #author,
#commentform #email,
#commentform #url {
	font-weight: 400;
	font-family: inherit;
	display: block;
	font-size: 15px;
	color: #333;
	padding: 16px 24px;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#commentform #author:focus,
#commentform #email:focus,
#commentform #url:focus {
	outline: none; 
}

#commentform #comment {
	width: 80%;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	padding: 18px 24px;
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#commentform #comment:focus {
	outline: none;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-comment {
	padding: 10px 0 5px 0;
	font-size: 11px;
	color: #545454;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#commentform .form-submit #submit {
	margin: 20px 0;
	cursor: pointer;
	border: none;
}

/*
// Comments navigation.
*/

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/* Footer.
// ========================================================================== */

.experience-footer {
	width: 100%;
	height: 80px;
	background-color: #333;
}

#footer-box {
	width: 100%;
	height: 80px;
	margin: auto;
	display: inline-flex;
	justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

#footer-box h6{
	width: 1024px;
	line-height: 26px;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	opacity: 0.7;
}

#footer-box a {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

#footer-box a:hover {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

/* Pages.
// ========================================================================== */

/*
// Meta Box: Pages Header.
*/
 
.page-header {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.page-header .featured-img-header {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 240px 0;
}

.page-header .text-page-header-container{
	position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    margin: auto;
    justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
    flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
}

.title-page-header {
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-size: 38px;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

.text-page-header {
	margin-top: 15px;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 2px;
	text-shadow: rgba(0,0,0,.2) 0 2px 4px;
}

/*
// Default page.
*/

.main-page-def {
	width: 1024px;
	height: auto;
	display: block;
	margin: auto;
	padding: 100px 0;
}

.page-title-def {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.main-page-def .page-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

.main-page-def .page-content a {
	text-decoration: none;
	font-weight: bold;
}

.main-page-def .page-content blockquote {
	margin: 0 30px;
	font-style: italic;
}

/*
// Full width Page.
*/

#main-page-full {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding-top: 65px;
	float: left;
	padding-bottom: 100px;
}

#main-page-full.padding-top-notitle {
	padding-top: 100px;
}

#main-page-full.padding-top-notitle-noheader {
	padding-top: 0px;
}

#page-full {
	width: 100%;
	float: left;
}

.page-title-full {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 20px;
	padding: 40px 50px 20px 50px;
}

.page-content.full-width p {
	line-height: 26px;
	padding: 0 50px 20px 50px;
	font-weight: 400;
	letter-spacing: 1px;
    font-size: 15px;
}

.page-content.full-width a {
	text-decoration: none;
	font-weight: bold;
}

.page-content.full-width blockquote {
	margin: 0 30px;
	font-style: italic;
}

.page-content.full-width h1,
.page-content.full-width h2,
.page-content.full-width h3,
.page-content.full-width h4,
.page-content.full-width h5,
.page-content.full-width h6 {
	padding: 5px 50px;
}

#comments-full {
	padding: 0 50px;
}

#comments-full p {
	padding-left: 0px;
}

/*
// Archive.
*/

#main-archive {
	width: 1024px;
	height: auto;
	display: block;
	margin: auto;
	padding: 100px 0 75px;
}

.archive-right,
.archive-left {
	font-size: 27px;
	font-weight: lighter;
	line-height: 50px;
	margin-bottom: 20px;
}

.archive-center {
	font-size: 27px;
	font-weight: lighter;
	line-height: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.archive-right strong,
.archive-left strong,
.archive-center strong{
	font-weight: bold;
}

/*
// 404 Page.
*/

#archive-404 {
	width: 1024px;
	height: auto;
	display: block;
	margin: auto;
	padding: 40px 0;
}

.title-404 {
	font-size: 30px;
	padding: 30px 0 50px 0;
	color: #545454;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#archive-404 p {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding-bottom: 30px;
	line-height: 26px;
    letter-spacing: 1px;
}

#archive-404 .search-form-404 {
	border: 1px solid #e2e2e2;
	margin: 30px;
	padding: 18px;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#archive-404 .search-field {
	
}

/* Misc.
// ========================================================================== */

/*
// Go to top button.
*/

#experience-top-arrow {
	position: fixed;
	bottom: 40px;
	right: 40px;
	opacity: 0.7; 
	z-index: 50;
}

#experience-top-arrow:hover {
	opacity:0.8;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

#experience-top-arrow p {
	background-color: black;
	width: 45px;
	height: 45px;
	padding: 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}

#experience-top-arrow i:before {
	font-size: 17px;
    line-height: 42px;
}

.erase-arrow {
	display: none;
}

/*
// Screen reader text: Text meant only for screen readers.
*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-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. */
}

/*
// Page Builder: Overflow margins.
*/

.panel-grid {
	margin-left: 0px !important;
	margin-right: 0px !important;
	position: relative;
}

div[data-stellar-background-ratio="0.5"] {
	background-attachment: fixed;
}

/*
// Headers Effects.
*/

.display-none-headers,
.display-none-gallery ,
.display-none-thickbox {
	display: none;
}

/*
// Contact Form 7 Style.
*/

.page-content .wpcf7 label{
	max-width: 100%;
	font-family: inherit;
}

.page-content .wpcf7 .wpcf7-text,
.page-content .wpcf7 .wpcf7-textarea {
	max-width: 100%;
    padding: 15px;
    border: none;
    margin: auto;
    font-family: inherit;
    font-weight: lighter;
	background-color: #f2f2f2;
}

.page-content .wpcf7 .wpcf7-submit {
	max-width: 100%;
	padding: 15px;
    border: none;
	cursor: pointer;
}

/* Resposive.
// ========================================================================== */

.responsive {
	display: none;
}