/*
Theme Name: Politician
Theme URI: http://webdesign-finder.com/politician
Author: themeslucky
Author URI: https://themeforest.net/user/themeslucky
Description: Politician - premium WordPress theme for politician, massage, manual therapist and rehabilitation.
Tags: Custom-Header, Left-Sidebar, Right-Sidebar, Post-Formats, Rtl-Language-Support, Theme-Options, Editor-Style, Sticky-Post
Version: 1.1.5
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: politician

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Shortcodes
 * 13.0 - Content
 *    13.1 - Posts and pages
 *    13.2 - Excerpts
 *    13.3 - Post Formats
 *    13.4 - Comments
 * 14.0 - Custom pages
 * 15.0 - Footer
 * 16.0 - Boxed site
 * 17.0 - Media
 *    17.1 - Captions
 *    17.2 - Galleries
 * 18.0 - Events
 * 19.0 - Site Gallery
 * 20.0 - Extended
 * 21.0 - Media Queries
 *    21.1 - Mobile Large
 *    21.2 - Tablet Small
 *    21.3 - Tablet Large
 *    21.4 - Desktop Small
 *    21.5 - Desktop Medium
 *    21.6 - Desktop Large
 *    21.7 - Desktop X-Large
 *    21.8 - Print
 * 22.0 - Retina-specific styles
 * 23.0 - Browsers adjustments
 */


/* Fonts */

@font-face {
	font-family:"Socialico";
	src:url("css/fonts/Socialico.eot?") format("eot"),
	url("css/fonts/Socialico.woff") format("woff"),
	url("css/fonts/Socialico.ttf") format("truetype"),
	url("css/fonts/Socialico.svg#Socialico") format("svg");
	font-weight:normal;
	font-style:normal;
}

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
    font-weight: 300;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
    background-color: #fff;
    overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

a img {
	border: 0;
}

a, button {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.bypostauthor > article .fn:after,
.comment-reply-title small a:after,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.entry-format a:before,
.edit-link:before,
.full-size-link:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.author-link:after,
.share-icons li a:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.social-navigation a:before,
.share-icons li a:before {
	font-family: "Socialico";
}

.social-navigation.fa-icons a:before,
.share-icons.fa-icons li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea,
label {
	color: #808080;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3.0rem;
}

label {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: 'Vidaloka', serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
	color: #323232;
	margin: 30px 0;
	margin: 3rem 0;
	line-height: 1em;
}

h1 {
	font-size: 100px;
	font-size: 10.0rem;
}

h2 {
	font-size: 60px;
	font-size: 6.0rem;
}

h3 {
	font-size: 40px;
	font-size: 4.0rem;
}

h4 {
	font-size: 30px;
	font-size: 3.0rem;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

p {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

b,
strong {
	font-weight: 500;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #b3b3b3;
	font-weight: 300;
	text-align: center;
	margin: 24px auto 21px;
	padding: 24px;
	width: 50%;
}

body.has-sidebar blockquote {
	width: 70%;
}

body .textwidget blockquote {
	width: 90%;
}

blockquote:before {
	content: '\f10d';
	color: #d8203b;
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 32px;
	margin-bottom: 27px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 26px;
	color: #026f9f;
	font-family: 'Vidaloka', serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	text-transform: uppercase;
}

blockquote cite a {
	display: block;
	font-family: 'Vidaloka', serif;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

address {
	font-style: italic;
	margin: 0;
	line-height: 22px;
	line-height: 2.25rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #026f9f;
	border: 1px solid rgba(2, 111, 159, 0.6);
	line-height: 22px;
	line-height: 2.25rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
	padding: 1.5rem;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #989898;
	cursor: help;
	letter-spacing: 1px;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

*::selection {
	background: none repeat scroll 0 0 #d8203b;
	color: #ffffff;
}
*::-moz-selection {
	background: none repeat scroll 0 0 #d8203b;
	color: #ffffff;
}


/**
 * 4.0 Elements
 */

hr {
	border-top: 1px solid #e5e5e5;
	height: 1px;
}

ul,
ol {
	margin: 0;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: square;
}

ul ul ul {
	list-style: circle;
}

ol {
	list-style: decimal;
	margin-left: 22px;
	margin-left: 2.25rem;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 22px;
	margin-left: 2.25rem;
}

dl {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

dt, dd {
	line-height: 22px;
	line-height: 2.25rem;
}

dt {
	font-weight: bold;
	color: #323232;
}

dd {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

/* Color Lists */

.formatted-content ul,
.formatted-content ol,
.textwidget ul,
.textwidget ol {
	color: #026f9f;
	line-height: 50px;
}

.formatted-content ul,
.formatted-content ol {
	margin-left: 16px;
}

.formatted-content ul a:hover,
.formatted-content ol a:hover {
	color: #323232;
}

.formatted-content ul li,
.textwidget ul li {
	list-style:none;
}

.formatted-content ul li:before,
.textwidget ul li:before {
	color: #d8203b;
	font-family: 'Vidaloka', serif;
	content: "\2022";
	font-size: 1.2em;
	padding-right: 7px;
	padding: 0;
	position: relative;
	top: 0.07em;
	display: inline-block;
	margin: 0;
	left: -17px;
	width: 0px;
}

.formatted-content ul ul li:before,
.textwidget ul ul li:before {
	content: "\25E6";
}

.formatted-content ul ul ul li:before,
.textwidget ul ul ul li:before {
	content: "\25AA";
}

.formatted-content ul ul ul ul li:before,
.textwidget ul ul ul ul li:before {
	content: "\25AB";
}

.formatted-content .unmarked-list ul,
.formatted-content ul.unmarked-list,
.textwidget .unmarked-list ul,
.textwidget ul.unmarked-list {
	list-style:none;
}

.formatted-content .unmarked-list ul li:before,
.formatted-content ul.unmarked-list li:before,
.textwidget .unmarked-list ul li:before,
.textwidget ul.unmarked-list li:before {
	content: none;
	display: none;
}

.formatted-content ol,
.textwidget ol {
	counter-reset: section;
	margin-left: 0;
	list-style-type: none;
}

.formatted-content ol li,
.textwidget ol li {
/* 	counter-increment: step-counter; */
}

.formatted-content ol li::before,
.textwidget ol li::before {
	counter-increment: section;
	content: counters(section,".")".";
	/* 	content: counter(step-counter)"."; */
	margin-right: 14px;
	font-size: 16px;
	color: #d8203b;
	padding: 0;
	margin: 0;
	position: relative;
	left: -22px;
	width: 0;
	display: inline-flex;
}

.formatted-content li > ol,
.textwidget li > ol {
	margin-left: 22px;
	margin-left: 2.25rem;
}

.formatted-content .unmarked-list ol,
.formatted-content ol.unmarked-list,
.textwidget .unmarked-list ol,
.textwidget ol.unmarked-list {
	counter-reset: none;
	margin-left: 22px;
	margin-left: 2.25rem;
	list-style-type: decimal;
}

.formatted-content .unmarked-list ol li,
.formatted-content ol.unmarked-list li,
.formatted-content .unmarked-list ol li::before,
.formatted-content ol.unmarked-list li::before,
.textwidget .unmarked-list ol li,
.textwidget ol.unmarked-list li,
.textwidget .unmarked-list ol li::before,
.textwidget ol.unmarked-list li::before {
	counter-increment: none;
}

.formatted-content .unmarked-list ol li::before,
.formatted-content ol.unmarked-list li::before,
.textwidget .unmarked-list ol li::before,
.textwidget ol.unmarked-list li::before {
	content: none;
	display: none;
}

/* end: Color Lists */

table,
th,
td {
	border: 1px solid #323232;
	color: rgba(50, 50, 50, 0.5);
}

.formatted-content table,
.formatted-content th,
.formatted-content td {
	border-color: #026f9f;
	border-color: rgba(2, 111, 159, 0.5);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px;
	margin: 0;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 15px;
	padding: 1.5rem;
	line-height: 22px;
	line-height: 2.25rem;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

figcaption {
	font-weight: 400;
}

del {
	opacity: 0.8;
	text-decoration: none;
	display: inline-block;
	position: relative;
}

del:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 100% !important;
	left: 0;
	height: 1px;
	top: 53%;
	border-bottom: 1px solid #808080;
}

legend {
	color: #323232;
}


/**
 * 5.0 Forms
 */

button,
a.button,
input,
select,
textarea {
	color: #808080;
	background-color: #f7f7f7;
	font-weight: 300;
	max-width: 100%;
	text-align: left;
	height: 40px;
	line-height: 40px;
	vertical-align: baseline;
	margin: 0;
	padding: 0 20px;
	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button[disabled],
input[disabled],
input[type="reset"][disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	outline: none !important;
	border: 0 none;
}

.comment-form-cookies-consent {
	display: none;
}

/* Buttons */

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"]  {
	color: #fff;
	background-color: #d8203b;
	font-family: 'Vidaloka', serif;
	font-weight: 400;

	padding: 0 31px;
	text-align: center;
    white-space: nowrap;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="reset"],
input[type="reset"]:before {
	opacity: 0.75;
}

a.button {
	display: inline-block;
}

a.button[class*="iconed-button"] {
	padding-top: 22px;
}

/* Button Hover */
button:enabled:hover,
a.button:hover,
input[type="button"]:enabled:hover,
input[type="reset"]:enabled:hover,
input[type="submit"]:enabled:hover {
	background-color: #026f9f;
}

a.button:hover,
a.button:focus {
	color: #fff;
}

/* Button Alt Size */
button.button-alt-size,
a.button.button-alt-size,
input[type="button"].button-alt-size,
input[type="reset"].button-alt-size,
input[type="submit"].button-alt-size  {
	height: 80px;
	line-height: 80px;
	padding: 0 57px;
}

/* Button Alt Color */
button.button-alt-color,
a.button.button-alt-color,
input[type="button"].button-alt-color,
input[type="reset"].button-alt-color,
input[type="submit"].button-alt-color  {
	background-color: #323232;
}
button.button-alt-color:enabled:hover,
a.button.button-alt-color:hover,
input[type="button"].button-alt-color:enabled:hover,
input[type="reset"].button-alt-color:enabled:hover,
input[type="submit"].button-alt-color:enabled:hover {
	background-color: #d8203b;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* end: Buttons */


label {
	vertical-align: baseline;
	line-height: 40px;
	margin-right: 15px;
}


/* Text Fields */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea {
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="password"] {
	letter-spacing: 3px;
}

textarea {
	overflow: auto;
	vertical-align: top;
}


input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none !important;
}


input[type="checkbox"],
input[type="radio"] {
	background-color: transparent;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


.contact-form textarea {
    width: 100% !important;
}

.contact-form input[type='text'],
.contact-form input[type='email'] {
    width: 50% !important;
}

/* Placeholders  ( !! selectors need to be separate to work ) */

::-webkit-input-placeholder {
	color: #b3b3b3;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
}

:-moz-placeholder {
	color: #b3b3b3;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
}

::-moz-placeholder {
	color: #b3b3b3;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #b3b3b3;
	font-family: 'Poppins', sans-serif;
	font-style: italic;
}

/* end: Text Fields */


/* Iconed Elements */

/* Iconed Field */

.iconed-field {
	position: relative;
	margin: 0;
	padding: 0;
}

.iconed-field.before input,
.iconed-field.before textarea {
	padding-left: 50px !important;
}

.iconed-field.after input,
.iconed-field.after textarea {
	padding-right: 50px !important;
}

.iconed-field:before {
	position: absolute;
	width: 50px;
	text-align: center;
	line-height: 40px;

	color: #323232;
	font-size: 14px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.iconed-field:not(.disabled):hover:before,
.iconed-field.active:not(.disabled):before {
	color: #d8203b;
}

.iconed-field.before:before {
	left: 0;
}

.iconed-field.after:before {
	right: 0;
}

.iconed-field.fa {
	display: block;
}

.iconed-field.rt2:before {
	/*font-size: 24px;*/
}

.iconed-field.icon-clickable {
	cursor: pointer;
}

.iconed-field.iconed-required:after {
	color: #d8203b;
	font-size: 14px;

	content: '*';
	position: absolute;
	top: 4px;
}

.iconed-field.before.iconed-required:after {
	 right: 5px;
}

.iconed-field.after.iconed-required:after {
	 left: 5px;
}


/* Iconed Select */

.iconed-select {
	display: block;
	position: relative;
	height: 40px;
	background-color: #f7f7f7;

	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.iconed-select select {
	-webkit-appearance:none;
	-moz-appearance:none;
	background-color: transparent !important;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	margin: 0 !important;
}

.iconed-select:before {
	position: absolute;
	right: 20px;
	line-height: 40px;
	font-size: 14px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.iconed-select:not(.disabled):before {
	color: #d8203b;
}

.iconed-select:not(.disabled):hover:before {
	color: #026f9f;
}

.iconed-select.fa.fa-angle-down:before {
	font-size: 18px;
}

/* end: Iconed Elements */


/* Text Fields Alt Color */

.text-field-alt-color input[type="text"],
.text-field-alt-color input[type="email"],
.text-field-alt-color input[type="url"],
.text-field-alt-color input[type="password"],
.text-field-alt-color input[type="search"],
.text-field-alt-color textarea,
.text-field-alt-color select,
.text-field-alt-color .iconed-select {
	color: #fff;
	background-color: rgba(247, 247, 247, 0.1);

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.25);
}

.text-field-alt-color .iconed-field:before,
.text-field-alt-color .iconed-select:before {
	color: #fff;
}

.text-field-alt-color .iconed-field:not(.disabled):hover:before,
.text-field-alt-color .iconed-field.active:not(.disabled):before {
	color: #fff;
	opacity: 0.5;
}

.text-field-alt-color .iconed-field.disabled:before,
.text-field-alt-color .iconed-select.disabled:before {
	color: rgba(255, 255, 255, 0.5);
}

.text-field-alt-color option {
	background-color: #323232;
}

/* end: Text Fields Alt Color */



/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #d8203b;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #026f9f;
	text-decoration: none;
}

/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #323232;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color: #d8203b;
}*/

/**
 * 6.2 Menus
 */

/**** Main Navigation
----------------------------------------- ***/

/* Menu Strip */

.menu-strip {
    height: 60px;
	background-color: #323232;
	color: #fff;
	text-align: center;
	margin-bottom: 120px;
}

.sticky-wrapper.is-sticky .menu-strip {
	margin-bottom: 0;
}

.menu-strip.header-sticky {
    position: relative;
    z-index: 1000;
    width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

.sticky-wrapper.is-sticky {
	height: 180px !important;
	background-color: #323232;
}

/* Menu */

.main-nav {
	background-color: #fff;
	position: absolute;
	width: 100%;
	top: 60px;
	height: 120px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sticky-wrapper.is-sticky .main-nav {
	background-color: transparent;
	position: static;
	top: 0;
	height: 60px;
	padding: 0 257px;
}

.main-nav .menu {
	position: relative;
	white-space: nowrap;

	/*don't do that: sub-menu will doesn't work!*/
	/*overflow: hidden;*/

	/*tc: commented permanently*/
	/*float: left;*/
}

.main-nav .menu,
.main-nav .menu ul {
    margin: 0;
    padding: 0;
    list-style:none;
}

.main-nav .menu.menu-extra {
	display: block;

	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 0;

	margin: 0;
	padding: 0;
	float: right;
}

.sticky-wrapper.is-sticky .main-nav .menu {
	float: left;
}
.sticky-wrapper.is-sticky .main-nav .menu.menu-extra {
	position: relative;
	float: right;
}

.main-nav .menu ul {
    margin: 0;
}

.main-nav .menu ul li ul {
    margin: 0;
}

.main-nav .menu li {
    line-height: 120px;
    position:relative;
}

.sticky-wrapper.is-sticky  .main-nav .menu li {
    line-height: 60px;
}

.main-nav .menu > li {
    display:inline-block;
}

.main-nav .menu li a {
    color: #323232;
    font-family: 'Vidaloka', serif;
    font-weight: 400;
}

.main-nav > .menu > li > a {
    padding: 0 3.02rem;	
}

.sticky-wrapper.is-sticky .main-nav > .menu > li > a {
    color: #fff;
}

.main-nav .menu li.active > a,
.main-nav .menu li a:active,
.main-nav .menu li a:focus,
.main-nav .menu li a:hover,
.sticky-wrapper.is-sticky .main-nav .menu li.active > a,
.sticky-wrapper.is-sticky .main-nav .menu li a:active,
.sticky-wrapper.is-sticky .main-nav .menu li a:focus,
.sticky-wrapper.is-sticky .main-nav .menu li a:hover {
	color: #d8203b;
}

.main-nav .menu > li > a {
	display:inline-block;
	position:relative;
}

.main-nav .menu li ul {
    min-width: 280px;
    padding: 52px 60px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index:2000;
    display:block;
    visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    position:absolute;
    left:0;
    top: 120px;
    transform:translate(0, 40px);
    -moz-transform:translate(0, 40px);
    -webkit-transform:translate(0, 40px);
    -ms-transform:translate(0, 40px);
    transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s;
    -moz-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -moz-transform 0.3s ease-in-out 0.1s;
    -webkit-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -webkit-transform 0.3s ease-in-out 0.1s;
    -ms-transition:visibility 0.2s ease 0.32s, opacity 0.3s ease-in-out 0.1s, -ms-transform 0.3s ease-in-out 0.1s;
    text-align: left;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sticky-wrapper.is-sticky  .main-nav .menu li ul {
	top: 61px;
}

.sticky-wrapper.is-sticky  .main-nav .menu li li ul {
	top: 0;
}

.main-nav .menu li ul {
	background-color: #323232;
}

.main-nav .menu li:hover > ul {
    overflow:visible;
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
    transform:translate(0, 0);
    -moz-transform:translate(0, 0);
    -webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
}

.main-nav .menu li li ul {
    background-color: #c1c2c7;
    left: 220px;
    top:0;
    margin-top:-2px;
    transform:translate(-40px, 0);
    -moz-transform:translate(-40px, 0);
    -webkit-transform:translate(-40px, 0);
    -ms-transform:translate(-40px, 0);
}

.sticky-wrapper.is-sticky .main-nav .menu li li ul {	
    margin-left: 1px;
}

.main-nav .menu li li:hover > ul {
    transform:translate(0, 0);
    -moz-transform:translate(0, 0);
    -webkit-transform:translate(0, 0);
    -ms-transform:translate(0, 0);
}

.main-nav .menu li li + li {
	border-top: 1px solid #5b5b5b;
	margin-top: 23px;
	padding-top: 24px;
}

.main-nav .menu li li li + li {
	border-color: #cdced2;
}

.main-nav .menu li li a {
	color: #fff;
    display:block;
    line-height: 12px;
    line-height: 1.2rem;
    position:relative;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.main-nav .menu li li+li a {padding-top:0;}
.main-nav .menu li li a:after {
    width:100%;
    height:100%;
    padding:3px 20px;
    font-size:13px;
    font-size:1.3rem;
    display:block;
    cursor:pointer;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateX(-89deg);
    -ms-transform: rotateX(-89deg);
    -moz-transform: rotateX(-89deg);
    transform: rotateX(-89deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.ie-lt-10 .menu li li a:after {
    display:none;
}

.main-nav .menu li li a:hover {
    color:#d8203b;
}

.main-nav .menu li li li a {
	color: #fff;
}

.main-nav > ul > li .dropdown .fa-angle-right,
.main-nav > ul > li .dropdown .fa-angle-left {
    line-height: 20px;
    line-height: 2.0rem;
}

.main-nav > ul > li .fa-heart-o {
    font-size: 12px;
    font-size: 1.2rem;
}

/* Hidding menu elements that do not fit in menu width */

.main-nav .menu > li.md-hidden {
	display: none;
}
.main-nav .menu > li#more-li {
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	border-top-color: #f07983;
	z-index: 10;
}

#more-li > a i {
	margin-right: 10px;
}

.main-nav .menu > li#more-li:hover {
	color: #FC4E2B;
}
.main-nav .menu > li#more-li > ul {
	left: auto;
	right: 0;
}
.main-nav .menu > li#more-li > ul [class*=icon] {
	display: none;
}
.main-nav .menu > li#more-li > ul li.dropdown a::after {
	content: '\e7bd';
	font-family: rt-icons-2;
	position: relative;
	width: 0;
	left: -5px;
	height: 0;
	top: -1em;
	color: #fff !important;
	font-size: 1.2em;
}
.main-nav .menu > li#more-li > ul > li.dropdown a:hover::after {
	color: #E14B2B;
}
.main-nav #more-li > ul li ul {
	left: auto;
	right: 100.5%;
}

/* Head Menu Button */

.head-menu-button {
	margin: 0 35px;
}

.head-menu-button a {
	color: #fff !important;
	background-color: #d8203b;
	padding: 0 35px !important;
	line-height: 40px;
	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.head-menu-button a:hover {
	color: #fff !important;
	background-color: #026f9f;
}

.sub-menu .head-menu-button {
	margin-left: 0;
	margin-right: 0;
}

.sub-menu .head-menu-button a {
	background-color: transparent;
	padding: 0 !important;
}

.sub-menu .head-menu-button a:hover {
	color: #d8203b !important;
}

/* Create Menu */

.create-menu {
	color: #323232;
	padding-top: 15px;
}
.sticky-wrapper.is-sticky .main-nav .create-menu {
	color: #fff;
}
.create-menu a {
	color: #d8203b;
	font-weight: 300;
}
.create-menu a:hover {
	color: #026f9f;
}

/* Menu Strip Left Section */

.head-menu-left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	margin-left: 52px;
}

.head-menu-social {
	list-style: none;
	margin: 0;
}

.head-menu-social li {
	float: left;
}

.head-menu-social.social-navigation li a {
	display: block;
	padding: 0 1.45rem;
	height: 60px;
}

.head-menu-social.social-navigation li a:before {
	font-size: 14px;
	line-height: 60px;
}

.menu-strip .social-navigation li a[href*="facebook.com"]::before {
	color: #507cbe;
}

.menu-strip .social-navigation li a[href*="facebook.com"]:hover::before {
	color: #fff;
}

/* Menu Strip Right Section */

.head-menu-right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	margin-right: 38px;
}

.head-menu-right i {
	color: #d8203b;
}

.head-menu-right-inner {
	line-height: 60px;
	height: 60px;
}

.head-menu-email,
.head-menu-phone {
	font-family: 'Vidaloka', serif;	
	white-space: nowrap;
	margin-right: 13px;
}
.head-menu-email i,
.head-menu-phone i {
	font-weight: 600;
	margin-right: 8px;
}

.head-menu-search {
	color: #fff !important;
	width: 60px;
	cursor: pointer;
}

.head-menu-search i {
	color: #fff !important;
}

.head-menu-search:hover i {
	color: #d8203b !important;
	font-weight: 600;
}

.head-menu-search i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.head-menu-search:hover i {
	color: #fff;
}

/* Logo & Title */

.head-menu-logo-title {
	position: relative;
	z-index: 1;
}

.sticky-wrapper.is-sticky .head-menu-logo-title {
	display: none;
}

.blogname,
.blogname a,
a.blogname-sides {
	color: #fff;
	font-family: 'Vidaloka', serif;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 60px;
}

.blogname a:hover,
a.blogname-sides:hover {
	color: #fff;
}

.logo-small {
	vertical-align: top;
	padding: 0 23px;
}

.menu-strip.used-small-logo .blogname-sides {
	position: relative;
	top: -1px;
}

/* end: Main Navigation */


/* Social Navigation */

/* Mobile menu
/* ========================================================================== */

.header > .container {position: relative;}

.nav-button {
	display: none;
	/*position: relative;*/
	/*text-align: center;*/
	line-height: 60px;
	/*padding-top: 7px;*/

	position: absolute;
	top: 6px;
	left: 0;
	margin: 0;
}

@media screen and (min-width: 620px) {
    .nav-button {
        left: -5px;
    }
}

.mobile-menu {
    cursor: pointer;
    height: 40px;
    width: 80px;
    position: absolute;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
    z-index: 10;
}

.mobile-menu-title {
    width: 80px;
    line-height: 40px;
    line-height: 4.0rem;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #dad6d5;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

.mobile-menu select,
.mobile-menu option {
    color: #000000;
}

.post-navigation {
	font-weight: 700;
	margin-bottom: 20px;
}

.post-navigation a {
	display: block;
	padding: 10% 10% 11.5%;
}

.post-navigation span {
	display: block;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.nav-links {
	width: 100%;
}

.nav-previous, .nav-next {
    width: 49.3%;
    float: none;
    vertical-align: top;
}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

.post-navigation .meta-nav {
	font-family: 'Vidaloka', serif;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-family: 'Vidaloka', serif;
	font-size: 30px !important;
	font-size: 3.0rem !important;
	font-weight: 400 !important;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 18px;
	letter-spacing: -0.1px;
	line-height: 30px !important;
	height: 60px;
	overflow: hidden;
}

.nav-links div:only-child {
	width: 100%;
}

.nav-links .page-numbers {
	margin: 0 14px;
}

.nav-links .page-numbers.prev,
.nav-links .page-numbers.next {
	margin: 0;
}

.nav-next {
    text-align: right;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
    display: block;
	text-align: center;
}

.pagination .nav-links {
	position: relative;
	text-align: center;
    padding-bottom: 40px;
}

/* Mobile menu toggler */
.toggle_menu{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	padding: 0 !important;
	width: 80px;
	height: 60px;
	cursor: pointer;
	z-index: 1002;
    line-height: 60px;
    font-size: 32px;
    color: #dad6d5;
    text-align: center;
    display: inline-block;
}

@media screen and (min-width: 38.75em) {
	.toggle_menu{
		left: 50%;
		margin-left: -40px;
	}
}

@media (min-width: 46.25em) {
	.toggle_menu {
		display: none;
	}
}

.menu-strip.header-stick_wrapper .toggle_menu{
	z-index: 1003;
}

.toggle_menu.mobile-active{
	background-color: #d8203b;
	border: none;
	left: auto;
	top: 0;
	left: 0;
	position: fixed;
	margin: 0;
	z-index: 3000;
}

.toggle_menu.mobile-active i::before {
	content: '\f00d';
}

/* Mobile Menu (max 991px) styles */
@media (max-width: 46.24em) {
	.sticky-wrapper.is-sticky {
		height: 60px !important;
	}
	.menu-strip.header-stick [class*="col"]{
		min-height: 0;
	}

	.logo-small{
		display: none;
	}

	.sticky-wrapper.is-sticky .main-nav,
	.main-nav{
		display: block !important;
		position: fixed;
		visibility: hidden;
		height: auto;
		z-index: 10;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: transparent;
		opacity: 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.sticky-wrapper.is-sticky .mobile-active .main-nav,
	.mobile-active .main-nav{
		visibility: visible;
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.9);
		height: auto;
		z-index: 1003;
	}

	.nav-justified > li > a{
		text-align: left;
	}

	.main-nav .menu{
		display: block;
		width: auto !important;
		height: 100vh;
		position: fixed;
		overflow: scroll;
		background-color: #ffffff;
		border-top: 60px solid #026f9f;
		padding: 20px 10px 20px 20px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 100% !important;
		text-align: left;
		opacity: 0;
		font-size: 16px;
		z-index: 10;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

	.mobile-active .main-nav .menu{
		opacity: 1;
		right: 0 !important;
	}

	.sticky-wrapper.is-sticky .main-nav .menu li,
	.main-nav .menu li{
		position: relative;
		display: block !important;
		line-height: 1.5;
	}

	.main-nav .menu li.head-menu-button {
		margin: 30px 0 0 0;
		padding: 10px;
	}

	.sticky-wrapper.is-sticky .main-nav .menu li.head-menu-button a,
	.main-nav .menu li.head-menu-button a {
		display: inline-block;
	}

	.sticky-wrapper.is-sticky .main-nav>.menu>li>a,
	.main-nav .menu li a{
		color: #323232;
		z-index: 2;
		display: block;
		padding: 10px 10px;
	}

	.menu ul{
		list-style: none;
		padding-left: 10px;
		margin-top: 0 !important;
	}

	.menu ul li a{
		letter-spacing: 0.1em;
	}

	.sticky-wrapper.is-sticky .main-nav .menu li ul,
	.main-nav .menu li ul {
		min-width: 0;
		padding: 0;
		background-color: rgba(0, 0, 0, 0) !important;
		z-index: 2000;
		display: block;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=1);
		position: relative;
		left: 0;
		top: 0;
		transform: none;
	}

	.main-nav .menu li ul li a {
		color: #323232;
		line-height: 1.5;
		position: relative;
		letter-spacing: 0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
	}

	.menu ul li a:before{
		content: '';
		margin-right: 10px;
		display: inline-block;
		background-color: #323232;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		position: relative;
		bottom: 3px;
	}

	.main-nav .menu li li + li {
		border-top: none;
		margin-top: 0;
		padding-top: 10px;
	}
}


/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	padding-top: 14px;
	margin: 0 12px;
	height: 40px;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 400;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
    padding-top: 13px;
}

.pagination .page-numbers.prev i:before, .pagination .page-numbers.next i:before {
	font-weight: 600;
}

.pagination .page-numbers.next i:before {
	padding-left: 2px;
}

.pagination .page-numbers.prev{/*     float: left; */margin-right: 20px;}

.pagination .page-numbers.next{/*     float: right; */margin-left: 20px;}

.pagination .page-numbers.prev i:before,
.pagination .page-numbers.next i:before {
    font-size: 18px;
    font-weight: normal;
}

.pagination .page-numbers {
    color: #808080;
}

.pagination a.page-numbers:hover {
    color: #d8203b;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
	color: #d8203b;
}

.pagination .current {
	display: inline-block;
}

body.blog .pagination,
body.archive .pagination {
	margin-top: 43px;
}

.image-navigation,
.comment-navigation {
	color: #323232;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #323232;
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #d8203b;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}

/* Social Icons and Search */

.site-footer.dark .social-navigation li a {
	color: #fff; }

.social-navigation li a.hidden {
	display: none; }

/** Facebook */
.social-navigation li a[href*="facebook.com"]::before,
.share-icons li a[href*="facebook.com"]:before {
	content: '\0046'; }

.social-navigation.fa-icons li a[href*="facebook.com"]::before,
.share-icons.fa-icons li a[href*="facebook.com"]:before {
	content: '\f09a'; }

.social-navigation.rt-icons li a[href*="facebook.com"]::before,
.share-icons.rt-icons li a[href*="facebook.com"]:before {
	content: '\e6e1'; }

.social-navigation li a[href*="facebook.com"]::before,
.share-icons li a[href*="facebook.com"]::before {
	color: #3b5998; }

/** Twitter */
.social-navigation li a[href*="twitter.com"]::before,
.share-icons li a[href*="twitter.com"]:before {
	content: '\004c'; }

.social-navigation.fa-icons li a[href*="twitter.com"]::before,
.share-icons.fa-icons li a[href*="twitter.com"]:before {
	content: '\f099'; }

.social-navigation.rt-icons li a[href*="twitter.com"]::before,
.share-icons.rt-icons li a[href*="twitter.com"]:before {
	content: '\e6e0'; }

.social-navigation li a[href*="twitter.com"]::before,
.share-icons li a[href*="twitter.com"]::before {
	color: #33ccff; }

/** Google Plus */
.social-navigation li a[href*="plus.google.com"]::before,
.share-icons li a[href*="plus.google.com"]:before {
	 content: '\0047';	}

.social-navigation.fa-icons li a[href*="plus.google.com"]::before,
.share-icons.fa-icons li a[href*="plus.google.com"]:before {
	 content: '\f0d5';
	}

.social-navigation.rt-icons li a[href*="plus.google.com"]::before,
.share-icons.rt-icons li a[href*="plus.google.com"]:before {
	content: '\ea87'; }

.social-navigation li a[href*="plus.google.com"]::before,
.share-icons li a[href*="plus.google.com"]::before {
	color: #dd4b39; }

/** Linkedin */
.social-navigation li a[href*="linkedin.com"]::before,
.share-icons li a[href*="linkedin.com"]:before {
	content: '\0049'; }

.social-navigation.fa-icons li a[href*="linkedin.com"]::before,
.share-icons.fa-icons li a[href*="linkedin.com"]:before {
	content: '\f0e1'; }

.social-navigation.rt-icons li a[href*="linkedin.com"]::before,
.share-icons.rt-icons li a[href*="linkedin.com"]:before {
	content: '\e6ec'; }

.social-navigation li a[href*="linkedin.com"]::before,
.share-icons li a[href*="linkedin.com"]::before {
	color: #069; }

/** Youtube */
.social-navigation:not(.fa-icons) li a[href*="youtube.com"]::before,
.share-icons:not(.fa-icons) li a[href*="youtube.com"]:before {
	content: '\ea99';
	font-size: 120%;

	font-family: 'rt-icons-2';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-navigation.fa-icons li a[href*="youtube.com"]::before,
.share-icons.fa-icons li a[href*="youtube.com"]:before {
	content: '\f16a'; }

.social-navigation.rt-icons li a[href*="youtube.com"]::before,
.share-icons.rt-icons li a[href*="youtube.com"]:before {
	content: '\ea99'; }

.social-navigation li a[href*="youtube.com"]::before,
.share-icons li a[href*="youtube.com"]::before {
	color: #d12121; }

/** Instagram */
.social-navigation:not(.fa-icons) li a[href*="instagram.com"]::before,
.share-icons:not(.fa-icons) li a[href*="instagram.com"]:before {
	content: '\e6b2';
	font-size: 60%;
	padding-top: 4px;

	font-family: 'rt-icons-2';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-navigation.fa-icons li a[href*="instagram.com"]::before,
.share-icons.fa-icons li a[href*="instagram.com"]:before {
	content: '\f16d'; }

.social-navigation.rt-icons li a[href*="instagram.com"]::before,
.share-icons.rt-icons li a[href*="instagram.com"]:before {
	content: '\e6b2'; }

.social-navigation li a[href*="instagram.com"]::before,
.share-icons li a[href*="instagram.com"]::before {
	color: #3f729b; }

/** Pinterest */
.social-navigation li a[href*="pinterest.com"]::before,
.share-icons li a[href*="pinterest.com"]:before {
	content: '\0050'; }

.social-navigation.fa-icons li a[href*="pinterest.com"]::before,
.share-icons.fa-icons li a[href*="pinterest.com"]:before {
	content: '\f231'; }

.social-navigation.rt-icons li a[href*="pinterest.com"]::before,
.share-icons.rt-icons li a[href*="pinterest.com"]:before {
	content: '\e6eb'; }

.social-navigation li a[href*="pinterest.com"]::before,
.share-icons li a[href*="pinterest.com"]::before {
	color: #c8232c; }

/** Vimeo */
.social-navigation li a[href*="vimeo.com"]::before,
.share-icons li a[href*="vimeo.com"]:before {
	content: '\0056'; }

.social-navigation.fa-icons li a[href*="vimeo.com"]::before,
.share-icons.fa-icons li a[href*="vimeo.com"]:before {
	content: '\f27d'; }

.social-navigation.rt-icons li a[href*="vimeo.com"]::before,
.share-icons.rt-icons li a[href*="vimeo.com"]:before {
	content: '\e6e8'; }

.social-navigation li a[href*="vimeo.com"]::before,
.share-icons li a[href*="vimeo.com"]::before {
	color: #1AB7EA; }

/** Skype */
.social-navigation li a[href*="skype.com"]::before,
.share-icons li a[href*="skype.com"]:before {
	content: '\0046'; }

.social-navigation.fa-icons li a[href*="skype.com"]::before,
.share-icons.fa-icons li a[href*="skype.com"]:before {
	content: '\f17e'; }

.social-navigation.rt-icons li a[href*="skype.com"]::before,
.share-icons.rt-icons li a[href*="skype.com"]:before {
	content: '\eac6'; }

.social-navigation li a[href*="skype.com"]::before,
.share-icons li a[href*="skype.com"]::before {
	color: #00aff0; }

/** RSS */
.social-navigation li a[href$=".rss"]::before,
.share-icons li a[href$=".rss"]:before {
	content: '\0052'; }

.social-navigation.fa-icons li a[href$=".rss"]::before,
.share-icons.fa-icons li a[href$=".rss"]:before {
	content: '\f09e'; }

.social-navigation.rt-icons li a[href$=".rss"]::before,
.share-icons.rt-icons li a[href$=".rss"]:before {
	content: '\e705'; }

.social-navigation li a[href$=".rss"]::before,
.share-icons li a[href$=".rss"]::before {
	color: #FF6600; }

.social-navigation li a:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social-navigation li a:hover:before,
.social-navigation li a:focus:before {
	color: #fff;
}


/* Iconed element clickable */

.go-home-field:before {
	cursor: pointer;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	color: #21759b;
	display: block;
	font: bold 14px/normal "Open Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 0.4em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 0.4em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.sticky-wrapper {
    height: auto !important;
}


/**
 * 11.0 Widgets
 */
.secondary {
    padding-bottom: 30px;
}

.secondary .widget {
	float: none;
}

.p-0 {
	padding: 0;
}

.is_stuck {
    margin-top: 50px;
}

.sleft .is_stuck {
    float: left;
}

.widget {
	color: #808080;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto;
	/*width: 100%;*/
	word-wrap: break-word;
}

.widget-title {
	color: #323232;
	font-family: 'Vidaloka', serif;
	/*text-transform: uppercase;*/
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 400;
	margin: 0 0 33px;
	padding: 2px 0;
	line-height: 30px;
	line-height: 3.0rem;
	text-align: center;
	/*letter-spacing: 6px;*/
}

.secondary .widget-title {
	line-height: 2.0rem;
	margin-bottom: 38px;
}

.widget > :last-child {
	margin-bottom: 0;
}

/* counter widget */
/* line */
.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped {
    width: 100%;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0;
    border-right: 1px solid #fff;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .met-social {
    font-size: 16px;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li {
    border: 0;
    margin-bottom: 8px !important;
    transition: all 0.15s linear 0s;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a {
    padding: 0 !important;
    height: 60px;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li a:hover {
    opacity: .8;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-line-shaped li .xs-social-follower {
    margin: 0 5px 0 30px;
}

/* box */
.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped {
    margin-left: -2px;
    margin-right: -2px;
    width: calc(100% + 4px);
	list-style: none;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped li {
    border-color: transparent !important;
    max-width: calc(33.33% - 4px) !important;
    min-width: calc(33.33% - 4px) !important;
    margin: 2px !important;
}

.xs_social_counter_widget .xs_counter_url.wslu-counter-box-shaped li::before {
	display: none;
}

.widget_calendar #calendar_wrap {
    position: relative;
}
.widget_calendar h4 ~ #calendar_wrap {
    margin-top: 95px
}

.widget_calendar #wp-calendar {
    background-color: transparent;
    width: 100%;
    border-color: #ddd;
    border-collapse: collapse;
    border: 0 none;
}

.widget_calendar #wp-calendar caption {
    position: relative;
    background-color: #d8203b;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
    z-index: 9;
    height: 37px;
    line-height: 37px;
}

.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    border-color: #ddd;
    line-height: 35px;
}

.widget_calendar #wp-calendar td {
	background-color: #f9f9f9;
}

.widget_calendar #wp-calendar th {
	border: 0 none;
	background-color: #323232;
	line-height: 37px;
}

.widget_calendar #wp-calendar .pad,
.widget_calendar #wp-calendar #prev,
.widget_calendar #wp-calendar #next {
    background-color: transparent;
}

.widget_calendar #wp-calendar th#today, .widget_calendar #wp-calendar td#today {
    font-weight: 700;
    background-color: #d8203b;
}
.widget_calendar #wp-calendar th#today, .widget_calendar #wp-calendar td#today,
.widget_calendar #wp-calendar th#today a, .widget_calendar #wp-calendar td#today a {
    color: #323232;
}

.widget_calendar #wp-calendar thead th {
    color: #fff;
    font-weight: 700;
    padding: 0 6px;
    font-size: 11px;
    font-size: 1.1rem;
}

.widget_calendar #wp-calendar tbody tr {
	border: 1px solid #ddd;
}

.widget_calendar #wp-calendar tbody td a {
    color: #323232;
    font-weight: 700;
    display: block;
    background-color: #fff;
}

.widget_calendar #wp-calendar tbody td a:hover {
    color: rgba(193, 66, 64, 0.5);
}

.widget_calendar #wp-calendar tfoot {
	border: 1px solid #d8203b;
    background-color: #d8203b;
}

.widget_calendar #wp-calendar tfoot td {
    border: 0;
    padding: 0 6px;
    line-height: 32px;
    font-size: 15px;
    font-size: 1.5rem;
}

.widget_calendar #wp-calendar tfoot td a {
    color: #fff;
}

.widget_calendar #wp-calendar tfoot td a:hover {
    color: rgba(55, 52, 47, 0.5);
}

.widget_calendar #wp-calendar tfoot td#prev {
    text-align: left
}

.widget_calendar #wp-calendar tfoot td#next {
    text-align: right
}


.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a {
	border: 0;
	color: #d8203b;
}

.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover {
	border: 0;
	color: rgba(193, 66, 64, 0.5);
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu ul:not(.social-navigation) li,
.widget_pages li,
.widget_recent_comments li {
	padding: 0.7667em 0;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.widget_archive li a:before,
.widget_categories li a:before,
.widget_links li a:before,
.widget_meta li a:before,
.widget_nav_menu ul:not(.social-navigation) li a:before,
.widget_pages li a:before {
    font-family: "rt-icons-2";
	content: "\e7be";
	font-size: 15px;
	color: #d8203b;
	position: absolute;
	right: 10px;
	margin-top: 1px;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
	border: 0 none;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget .recentcomments .author-avatar img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    float: left;
}

.widget .recentcomments .comment-author-link, .widget .recentcomments .comment-datetime {
    font-size: 17px !important;
    font-size: 1.7rem !important;
}


.rev_slider .zeus .tp-bullet {
	border-color: #fff !important;
	border-width: 2px !important;
	height: 8px !important;
	width: 8px !important;
}

.rev_slider .tp-bullet.selected,
.rev_slider .tp-bullet:hover {
	background-color: #fff !important;
}

.rev_slider .zeus .tp-bullet::after {
	background: none !important;
}

.rev_slider .zeus.tparrows::before {
	color: #fff !important;
}

[class*="ts-big"] {
	white-space: nowrap !important;
}

.revslider-btn--main-color{
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
}


.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 2.7em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 400;
}

.widget_rss .widget-title .rsswidget {
	font-weight: 100;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.widget_rss .rss-date {
	margin-bottom: 1.2em;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

.widget_search label {
    width: 100%;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.widget_recent_entries_slider .owl-controls .owl-nav .owl-prev i:before,
.widget_recent_entries_slider .owl-controls .owl-nav .owl-next i:before {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget.widget_recent_entries_carousel .post-bg {
    display: block;
	height: 248px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}

.widget_recent_comments .comment-author-link a {
	color: #323232;
}

.widget_recent_comments .comment-author-link a:hover {
	color: rgba(55, 52, 47, 0.5);
}

.widget_recent_comments .author-avatar img {
	margin-right: 30px;
}

.widget.widget_text strong {
    font-weight: 500;
    color: #323232;
}

.widget_nav_menu ul:not(.social-navigation) li:last-child {
    border-bottom: 0 none;
	padding-bottom: 0;
	
}


.widget_recent_entries_slider .owl-carousel .item,
.widget_recent_entries_slider .posts-slider__content,
.widget_recent_entries_slider .posts-slider__table,
.widget_recent_entries_slider .posts-slider__cell,
.widget_recent_entries_slider .posts-slider__image{
	min-height: 400px;
}

.blog-slider .owl-carousel .item,
.blog-slider .posts-slider__content,
.blog-slider .posts-slider__table,
.blog-slider .posts-slider__cell,
.blog-slider .posts-slider__image{
	height: 600px;
}

.widget_recent_entries_slider .post-author {
	display: inline-block;
	border-bottom: 3px solid #d8203b;
	padding: 19px 15px 10px;
	margin-bottom: 28px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget_recent_entries_slider .post-author:hover {
	border-width: 2px;
}

.blog-slider .posts-slider__title a {
	font-size: 70px;
	font-size: 7.0rem;
	line-height: 70px;
}

.widget_recent_entries_slider .read-more-btn {
	margin: 30px 0;
}

.widget_recent_entries_slider .owl-carousel .owl-controls {
	display: block;
}


/*---- Widget Zones ------*/

.sidebar-before-footer > .widget:last-child,
.sidebar-before-footer > .row > .widget:last-child {
	margin-bottom: 80px;
}


.blog-sidebar-after-header,
.blog-sidebar-before-footer {
	background-color: #fff;
}

.blog-sidebar-after-header > .widget:first-child,
.blog-sidebar-after-header > .row > .widget:first-child {
	padding-top: 120px;
}

.blog-sidebar-after-header > .widget:last-child,
.blog-sidebar-after-header > .row > .widget:last-child {
	padding-bottom: 30px;
}

.blog-sidebar-before-footer > .widget:first-child,
.blog-sidebar-before-footer > .row > .widget:first-child {
	padding-top: 100px;
}

.blog-sidebar-before-footer > .widget:last-child,
.blog-sidebar-before-footer > .row > .widget:last-child {
	padding-bottom: 100px;
}


.sidebar-before-content > .widget:last-child,
.sidebar-before-content > .row > .widget:last-child {
	margin-bottom: 80px;
}

.sidebar-after-content > .widget:first-child,
.sidebar-after-content > .row > .widget:first-child {
	margin-top: 80px;
}


.sidebar-before-loop > .widget:last-child,
.sidebar-before-loop > .row > .widget:last-child {
	margin-bottom: 60px;
}

.sidebar-after-loop > .widget:first-child,
.sidebar-after-loop > .row > .widget:first-child {
	margin-top: 60px;
}

.widget + .widget {
	margin-top: 80px;
}


/**** MailChimp Widget ****/

.widget_mc4wp_widget .mc4wp-form,
.mc4wp-form-basic {
    margin: 0;
}

.mailchimp-title {
    text-align: center;
}

.widget-title.mailchimp-title:before {
    content: none;
}

.widget_mc4wp_widget p label {
	color: #323232;
    text-align: left;
}

.mc4wp-form-basic input {
	height: 40px;
}

.mc4wp-form-basic input[type] {
	max-width: 100%;
}

/*.secondary .widget + .widget { margin-top: 71px; }*/

.secondary .widget_mc4wp_form_widget .subscribe-desc {line-height: 30px;margin-top: -3px;}

.secondary .widget_mc4wp_form_widget .subscribe-subtitle {
	display: none;
}

.secondary .widget_mc4wp_form_widget .mc4wp-form {
	margin: 0;
}

.secondary .widget_mc4wp_form_widget .mc4wp-form input {
	margin-bottom: 14px;
}

.mc4wp-alert {
	color: #fff !important;
	margin-top: 22px;
	padding: 10px;
	text-align: center;
	line-height: 22px;
	line-height: 2.2rem;
}

.mc4wp-alert p:last-of-type {
	margin-bottom: 0;
}

.mc4wp-alert.mc4wp-success {
	background-color: #468847;
}

.mc4wp-alert.mc4wp-notice {
	background-color: #3a87ad;
}

.mc4wp-alert.mc4wp-error {
	background-color: #CD5C5C;
}

.social-widget-side .widget-title {
	letter-spacing: 0;
}

.banner-side {
	background-color: #fff;
	padding: 35px;
}

.banner-side .banner-strip__row {
	padding: 0;
}

.banner-side .banner-strip__3,
.banner-side .banner-strip__2,
.banner-side .banner-strip__1 {
	padding: 0;
}

.tagcloud {
	text-align: center;
}

.tagcloud a {
	color: #323232;
	background-color: #f7f7f7;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 9px;
	padding: 6px 17px 4px 20px;
	text-transform: uppercase;
	/*white-space: nowrap;*/
	letter-spacing: 3px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
}

.tagcloud a:hover {
	color: #d8203b;
}

.tagcloud a + a {
	margin-left: 5px;
}

.special-side .widget-title {
	margin-bottom: 25px;
}

.special-side [class*=custom-select] {
	width: 100%;
}

.special-side [class*=custom-select] select {
	padding-left: 20px;
}

.widget_content_recent_entries ul {
	list-style: none;
	margin: 0;
}

.widget_content_recent_entries ul li {
	margin: 15px 0;
}

.widget_content_recent_entries ul li img {
	margin-right: 15px;
}

.widget_content_recent_entries ul li a {
	color: #323232;
}

.widget_content_recent_entries ul li a:hover {
	color: rgba(55, 52, 47, 0.5);
}


.apsc-theme-2 {
	margin-bottom: -5px !important;
}

.apsc-theme-2 .apsc-each-profile {
	width: 100px;
	margin: 0 0 5px;
}

.apsc-theme-2 .apsc-each-profile .apsc-inner-block {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.apsc-theme-2 .apsc-each-profile:hover .apsc-inner-block {
	opacity: 0.7;
}

.apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
	margin-left: 5px;
}

.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
	min-height: 100px;
}

.apsc-theme-2 .apsc-each-profile a,
.apsc-theme-2 .apsc-inner-block {
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
	
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.apsc-theme-2 .apsc-each-profile a:hover{
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.apsc-theme-2 .apsc-inner-block {
	position: absolute;
	left: 50%;
	top: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	width: 100%;
}

.apsc-theme-2 .social-icon {
    margin-bottom: 2px;
}

.apsc-theme-2 .social-icon .fa {
    font-size: 34px;
    font-size: 3.4rem;
}

.apsc-theme-2 .apsc-count {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 900;
	margin-bottom: 5px;
}

.apsc-theme-2 .apsc-media-type {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 100;
	text-transform: uppercase;
}

/* temp crutch: see issue with col-md-12 class on Social Counter widget */
#secondary #widget-area aside.col-md-12.widget_apsc_widget {
    padding-left: 0;
    padding-right: 0;
    float: initial;
}

/**
 * 12.0 Shortcodes
 */


/**
 * 13.0 Content
 */
 
.site {
    padding-top: 120px;
    padding-bottom: 100px;
}

.entry-header {
    position: relative;
    padding: 0 40px;
    text-align: center;
}

body.archive .entry-header,
body.search .entry-header {
    margin-bottom: 40px;
	padding: 0;
}

body.archive .entry-header .page-title,
body.search .entry-header .page-title {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 300;
}

.hentry .entry-content.none {
	padding: 0;
}

.entry-header h2 {
	font-weight: 400;
}

.post-content p:last-of-type {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.default-heading,
body h2.default-heading,
body div .default-heading {
	display: none !important;
	margin: 0 !important;
}

/**
 * 13.1 Posts and pages
 */

.hentry {
	position: relative;
}

.hentry + .hentry,
.excerpt + .excerpt {
    margin-top: 40px;
}

.hentry .entry-content {
    padding: 30px 40px 12px;
}

.cat-links, .tags-links, .posted-on, .more-link {
    text-transform: uppercase;
    font-weight: 400;
}

.cat-links {
	margin: 29px 0 35px;
	line-height: 15px;
	line-height: 2.5rem;
}

.tags-links {
	letter-spacing: 1px;
	font-size: 12px;
	font-size: 1.2rem;
}

.more-link {
    /*font-weight: 600;*/
}

.cat-links a {
	color: #d8203b;
	font-family: 'Vidaloka', serif;
	font-weight: 500;
	text-transform: uppercase;
}

.cat-label,
.tag-label {
	color: #323232;
	font-family: 'Vidaloka', serif;
	text-transform: capitalize;
}

.hentry-sub,
.hentry-sub a,
.hentry-sub .cat-links a,
.hentry-sub .posted-on a {
	color: #808080;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hentry-sub a:hover {
	color: #d8203b;
}


/* Post Info */

.post-info {
	margin: 5px 0;
	text-align: left;
}

body.blog .post-info,
body.archieve .post-info {
	margin: 7px 0 26px;
}

body.single .post-info {
	margin: 4px 0 5px;
}

.post-info .post-author {
	margin-right: 14px;
}

.post-info,
.post-info a,
.post-info .posted-on a {
	color: #b3b3b3;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 16px;
}

.post-info i:before {
	color: #323232;
	font-size: 14px;
	margin-right: 8px;
}

.post-info.alt,
.post-info.alt a,
.post-info.alt .posted-on a,
.post-info.alt i:before{
	color: #808080;
}

.post-info a:hover,
.post-info .posted-on a:hover,
.post-info.alt a:hover,
.post-info.alt .posted-on a:hover {
	color: #d8203b;
}


/* Post Controls */

.post-controls {
	position: relative;
	background-color: #e5e5e5;
	margin: 23px 0 43px;
}

body.single .post-controls {
	margin: 15px 0 31px;
}

.post-controls > div {
	height: 50px;
	position: relative;
}

.post-controls > div > * {
	display: block;
	position: relative;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	text-align: center;
}

.post-controls > div > *,
.post-controls > div strong,
.post-controls > div span {
	font-size: 16px;
	font-size: 1.6rem;
}

.post-controls > div i {
	font-size: 18px;
	font-size: 1.8rem;
}

.post-controls .pctrl-left {
	float: left;
}

.post-controls .pctrl-right {
	float: right;
}

.post-controls .pctrl-abs-right {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

.post-controls .pctrl-abs-right > div {
	height: 50px;
	position: relative;
	padding-top: 10px;
}

.post-controls .pctrl-social-btn {
	background-color: #323232;
	color: #fff;
	width: 50px;
    cursor:pointer;
}

.post-controls .pctrl-social-btn i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-controls .pctrl-social-btn:hover i {
	color: rgba(255, 255, 255, 0.5);
}

.post-controls .pctrl-social {
	position: absolute;
	z-index: 1;
	margin-left: 50px;
	background: #e5e5e5;

	width: 0;
	overflow: hidden;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.post-controls:not(.active) .pctrl-social {
	width: 0 !important;
}

.post-controls .pctrl-social-btn div {
	padding-left: 2px;
	padding-top: 5px;
}

.post-controls .pctrl-social ul {
	padding-top: 2px;
}

.post-controls .pctrl-social .share-icons {
	position: absolute;
	left: -170px;
	line-height: 1;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-controls .pctrl-like-btn {
	width: 50px;
	border-right: 1px solid rgba(179, 179, 179, 0.5);
	padding-top: 4px;
	padding-left: 2px;
}

.post-controls .pctrl-like-btn i {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-controls .pctrl-like-btn:hover i {
	color: #026f9f;
}

.post-controls.active .pctrl-social {
	width: 130px;
}

.post-controls .share-icons li + li {
	margin-left: 5px;
}

.post-controls.active .pctrl-social .share-icons {
	left: 12px;
}

.post-controls.active .pctrl-like-btn {
	border-left: 1px solid #ebeaea;
}

.post-controls .pctrl-like-btn a {
	vertical-align: middle;
	line-height: 1;
}

.post-controls .pctrl-like-btn i {
	color: #d8203b;
}

.post-controls .pctrl-like,
.post-controls .pctrl-comment a {
	color: #808080;
}

.post-controls .pctrl-view {
	background-color: #d8203b;
	color: #fff;
	font-weight: 300;
	padding: 0 30px;
}

.post-controls .pctrl-view strong {
	/* font-weight: 400; */
}

.post-controls .pctrl-like,
.post-controls .pctrl-comment {
	padding: 0 20px;
}

.post-controls .pctrl-like > *,
.post-controls .pctrl-view > * {
	margin-top: 1px;
}

.post-controls .pctrl-comment a:hover {
	color: #323232;
}

.post-controls .pctrl-comment {
	display: none;
}

/* / Post Controls */


body.single .hentry,
body.single .comments-area,
body.single .page-links {
	margin-bottom: 14px;
}

body.single .hentry.post .entry-content {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 0;
}


.excerpt,
.single-post-wrapper,
.blog-view-full-post-wrapper {
	padding: 0 40px;

	border: 1px solid #e5e5e5;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.single-post-wrapper {
	margin-bottom: 60px;
}

.blog-view-full-post-wrapper {
	padding-bottom: 30px;
}

.excerpt .post-thumbnail,
.excerpt .video-container,
/*.excerpt > .owl-gallery,*/
body.single .post .video-container,
.entry-media-wrapper,
.single-post-wrapper > .post >  .post-thumbnail,
.blog-view-full-post-wrapper >  .post-thumbnail {
	margin: -1px -41px 0;
}

.excerpt.featured .post-thumbnail {
	margin: 0 -40px 0;
}

.excerpt .video-container .post-thumbnail,
body.single .post .video-container .post-thumbnail {
	margin: 0;
}

.entry-media-wrapper > .featured-media {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.entry-media-wrapper .twitter-tweet {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.entry-media-wrapper > iframe {
	margin-bottom: 0;
	padding-right: 1px;
}


.posted-on {
	display: inline-block;
}

.posted-on a {
	color: #323232;
}

.entry-content > .posted-on {
    margin-bottom: 30px;
}

.entry-content > .posted-on, .tags-links {
    text-transform: none;
}

.tags-links {
    color: #d8203b;
}

.entry-content .excerpt-more{
    text-align: center;
	margin: 10px 0;
}

.entry-content .more-link {
    display: inline-block;
    white-space: nowrap;
    /*margin: 5px auto 22px;*/
    /*padding: 1.1em 2em;*/
    color: #000000;
    background-color: transparent;

	/*border: 1px solid #e8e8e8;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-content .more-link:hover {
	color: #d8203b;
}

.post-thumbnail, .post-content {
	border: 0;
	display: block;
}

.post-thumbnail {
	text-align: center;
}

.post-thumbnail img {
	margin: 0 auto;
}

.post-thumbnail .hover {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	background: -webkit-radial-gradient(transparent, #fff 99%);
	background: -o-radial-gradient(transparent, #fff 99%);
	background: -moz-radial-gradient(transparent, #fff 99%);
	background: radial-gradient(transparent, #fff 99%);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-thumbnail:hover .hover {
    opacity: 0.2;
}

.post-thumbnail .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-summary,
.entry-footer {
	padding: 32px 0 28px;
}

.post .featured-media {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.featured-media.status-wrap {
    padding: 14px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.featured-media iframe {
    margin: 0 auto !important;
    border: none;
}

.entry-content, .pagination .nav-links {
    margin: 0 auto;
}

.entry-content .post-content {
    text-align: left;
	width: 100%;
}

.entry-header h2 {
	color: #323232;
    margin: 0 0 5px 0 !important;
}

.entry-header .postnum {
	color: #323232;
    font-size: 14px;
    font-size: 1.4rem;
	letter-spacing: 0.025em;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.comment-content {
	line-height: 30px;
}

.entry-title,
.page-title,
.comment-title {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 30px;
	line-height: 3.0rem;
    color: #323232;
	margin: 0;
}

.entry-title.single-title {
	line-height: 45px;
	line-height: 4.5rem;
}

.entry-title {
    text-align: left;
}

.entry-title a,
.page-title a,
.comment-title a {
    color: #323232;
}

.entry-title a:hover,
.page-title a:hover,
.comment-title a:hover {
    color: #d8203b;
}

.hentry:not(.format-link .format-standard) .entry-title,
.page-title,
.comment-title {
	margin-top: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.author-info {
	margin-bottom: 50px;
/*     background-color: #ffffff;	 */
	margin-left: 40px;
	position: relative;
	min-height: 212px;

	border: 1px solid #e5e5e5;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.author-info.overflow {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.author-info .author-avatar {
	position: absolute;
	left: 0;
	top: -1px;
	-webkit-transform: translateX(-40px);
  	-ms-transform: translateX(-40px);
  	transform: translateX(-40px);
}

.author-info .avatar {
	height: 40px;
	width: 40px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
    margin: 0;
}

.author-title a {
	color: #323232;
}

.author-title a:hover {
	color: #d8203b;
}

.author-bio {
	overflow: hidden;
	margin-top: 27px;
	margin-bottom: 0;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	
	min-height: 170px;
	padding: 35px 40px;
}

.entry-footer {
    text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}



.sticky .entry-content {
    padding-top: 30px;
}

.byline:before,
.comments-link:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.byline:after,
.comments-link:after,
.full-size-link:after {
    content: " ";
}


.byline a,
.tags-links a,
.comments-link a,
.full-size-link a {
    color: #000000;
}

.cat-links a:hover {
	color: #026f9f;
}

.tags-links a {
	color: #d8203b;
	font-weight: 300;
}

.tags-links a:hover {
	color: #026f9f;
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.page-title {
	line-height: 1.3333;
    margin-bottom: 20px;
    text-align: center;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.no-results.not-found .page-content {
	background: none;
}

.no-results.not-found .page-content p {
	text-align: center;
}

body.search .entry-content {
	padding-top: 0;
}

.no-results.not-found .search-form label {
	width: 100%
}

.page-content {
	background-color: #fff;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	display: inline-block;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
    padding: 14px 0 0 !important;
	border: 0 none !important;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;	
}

.page-links a > span,
.page-links > span {
	font-size: 16px !important;
	font-size: 1.6rem !important;    
    font-weight: 400;
}

.page-links > span.page-links-title {
	background: none;
	margin-right: 19px;
}

.page-links > span {
	color: #d8203b;
}

.page-links a {
	color: #808080;
}

.page-links a:hover,
.page-links a:focus {
	color: #d8203b !important;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

/*** Social links ***/
ul.share-icons {
    margin: 0;
    padding:0;
}

.share-icons > li {
    display:inline-block;
    position:relative;
}

.entry-content ul.share-icons li:before {
	display: none;
	content: "";
	padding: 0;
}

.share-icons li a {
/* 	color: #808080; */
}

.share-icons li a:before {
	font-size: 24px;
}

.share-icons li a:hover:before {
	color: #d8203b;
}

.share-icons > li > a {
    width:18px;
    position:relative;
    display:inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Back to top button */
.to-top {
    background-color: #777777;
    background-color: rgba(25, 25, 25, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    bottom: -100px;
    color: #ffffff;
    color: rgba(255,255,255,0.9);
    cursor: pointer;
    font-size: 23px;
    font-size: 2.3rem;
    height: 40px;
    overflow: hidden;
    position: fixed;
    right: 11px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
    width: 40px;
}
.to-top [class^="fa-"]:before, .to-top [class*=" fa-"]:before {
    margin: 0;
}
.to-top:hover {
    background-color: #333333;
    background-color: rgba(25, 25, 25, 0.75);

}

.clearboth {
    height: 0;
    clear: both;
    margin: 0;
    padding: 0;
}

/* Attachment */

body.attachment .entry-title {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 100;
	margin: 0 0 18px;
	text-align: center;
}

body.attachment .entry-header {
	margin-bottom: 10px;
}

body.attachment .attachment-parent {
	display: inline-block;
    color: #fff;
    font-family: 'Vidaloka', serif;
    background-color: #d8203b;
    text-transform: uppercase;
    padding: 2px 20px 0;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;

    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

body.attachment .attachment-parent:hover {
	background-color: #026f9f;
}

body.attachment .hentry .entry-content {
    padding: 30px 0 12px;
}

body.attachment .entry-attachment {
	position: relative;
}

body.attachment .entry-attachment > img {
	width: 100%;
}

body.attachment .entry-caption {
    position: absolute;
    background-color: rgba(50, 50, 50, 0.3);
    text-align: center;
    opacity: 1;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 12px 10px;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
}

body.attachment .entry-attachment .image-navigation {
	position: absolute;
	width: 100%;
	padding: 0 3%;

	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	opacity: 0;
	visibility: hidden;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body.attachment .entry-attachment .image-navigation .nav-next:before {
	display: none;
}

body.attachment .entry-attachment .image-navigation .nav-previous,
body.attachment .entry-attachment .image-navigation .nav-next {
	margin: 0;
}

body.attachment .entry-attachment .image-navigation .nav-previous a:before,
body.attachment .entry-attachment .image-navigation .nav-next a:after {
	top: -6px;
}

body.attachment .entry-attachment:hover .image-navigation {
	opacity: 1;
	visibility: visible;
}

body.attachment .image-navigation,
body.attachment .image-navigation a {
	color: #fff;
}

body.attachment .image-navigation a:hover {
	color: #d8203b;
}

.attachment-content {
    background-color: #fff;
    padding: 35px 45px 42px;
    line-height: 24px;
    text-align: center;
}

.attachment-content p:last-of-type {
    margin-bottom: 0;    
}

.attachment-content .share-icons {
    display: inline-block;
	padding-top: 12px;
}

.attachment-content p + .share-icons {
    padding-top: 33px;
}


/**
 * 13.2 Excerpts
 */

.excerpt {
	position: relative;
}

.excerpt .post-thumbnail {
	position: relative;
	padding: 0;
	text-align: center;
}

.excerpt .post-thumbnail img {
	margin: 0 auto !important;
	padding: 0 !important;
}

.excerpt embed,
.excerpt iframe,
.excerpt object,
.excerpt video {
	margin-bottom: 0;
}

.excerpt .entry-content {
	padding: 40px 0;
}

.entry-title.excerpt-title {
	margin: -8px 0 0;
	line-height: 45px;
	line-height: 4.0rem;
}

.excerpt .post-content p:last-child {
	margin-bottom: 0; 
}

.excerpt.featured {
	border: 2px solid #d8203b;
}

.excerpt.featured .entry-content {
	border: 0 none;
}


/* Excerpt layouts */

.post-thumbnail {
	text-align: center;
}

.excerpt .post-thumbnail.use-default {
	display: none;
}

.excerpt .post-thumbnail .cover {
	display: none;
}

/* No media excerpt */

.excerpt.no_media_excerpt .entry-title {
	padding-right: 55px;
}

.excerpt.no_media_excerpt .post-controls {
	margin-top: 33px;
}


/**
 * 13.3 Post Formats
 */

.has-post-background .entry-content,
.has-post-background .entry-content > *,
.has-post-background.format-link .link a,
.has-post-background blockquote,
.has-post-background.format-link .link i {
	color: #fff !important;
}

.has-post-background blockquote {
	border: 0 none;
}

.has-post-background .entry-content {
	height: 100%;
}

.has-post-background .entry-content:before {
	background-color: rgba(50, 50, 50, 0.9);
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.has-post-background .post-content,
.has-post-background .author-avatar {
	position: relative;
}

.has-post-background .hentry-badge {
	z-index: 1;
}

.format-link .link {
	position: relative;
	display: inline-block;
}

.format-link .link p {
	margin: 0;
}

.format-link .link a {
	color: #323232;
	font-family: 'Vidaloka', serif;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 37px;
	line-height: 3.7rem;
}

.format-link .link a:hover {
	color: #d8203b !important;
}

.format-link .link i {
	color: #323232;
	position: absolute;
	right: -35px;
	top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}

.format-link .post-info {
	margin-bottom: 0;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

.format-video {
    text-align: center;
}
.format-video > .video-player {
    display: inline-block;
}


.excerpt.format-status .entry-content,
.excerpt.format-status .post-content {
	text-align: center;
}

.excerpt.format-status .author-avatar img {
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.status-label {
	display: inline-block;
	background-color: #d8203b;
	margin: 23px 0 5px;
	padding: 3px 10px;
	line-height: 14px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.excerpt.format-status .post-content {
	margin-top: 25px;
}

.excerpt.format-status .post-info {
	text-align: center;
}


.video-container .video-icon {
	cursor: pointer;
	
}

.video-container .video-icon i {
	color: #ffffff;
	font-size: 40px;
	font-size: 4.0rem;
    line-height: 40px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-container .relwraper:hover .video-icon i {
	font-size: 44px;
	font-size: 4.4rem;
    line-height: 44px;
}

.video-container.wide {
	background-color: #fff;
}

.video-container.wide .container {
	padding: 0
}

.video-container.wide iframe {
	margin: 0;
	width: 100%;
}

.video-container .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	border: 0;
}

.video-container .post-thumbnail.abswraper {
	position: absolute !important;
}

.wide-video-title {
	margin: 100px 0 29px;	
}

.wide-video-title a {
	color: #d8203b;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
}

.wide-video-title a:hover {
	opacity: 0.5;
}


.wide-video-title h1 {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 300;
	line-height: 50px;

	margin: -3px 0 0;
}


.format-quote.excerpt blockquote {
	color: #808080;
	width: 100%;
	margin: 0;
	text-align: left;
}

.format-quote.excerpt blockquote:before {
	display: none;
}

.format-quote.excerpt blockquote small,
.format-quote.excerpt blockquote cite {
	text-align: right;
	margin-top: 0;
}

.format-quote.excerpt .post-info {
	margin-top: 0;
}


.format-aside.excerpt .post-info {
	margin-top: 0;
}

.format-aside.excerpt .post-content p:last-of-type {
	margin-bottom: 0;
}

.single-format-video .site {
	padding-top: 45px;
}

/**
 * 13.4 Comments
 */

.comments-area {
	padding: 0;
    margin-bottom: 60px;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-form-wrap {
	position: relative;
	margin-top: 30px;
	margin-bottom: 91px;
	padding-top: 0;
}

.comment-form-wrap .avatar {
	position: absolute;
	left: 0;
	top: 0;	
	width: 40px;
	height: 40px;
	
	-webkit-transform: translateX(-40px);
  	-ms-transform: translateX(-40px);
  	transform: translateX(-40px);
}

.comment-respond {
 margin: 2.4em auto;
}

body:not(.woocommerce) .comment-reply-title {
	margin: 0;
	position: absolute;
	right: 0;
	top: 2px;
}

.comment .comment-respond {
	position: relative;
	padding-top: 25px !important;
}

.comments-title {
	margin-bottom: 1.3333em;
	margin-top: 60px;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	margin: 2.6em 0 1.6em 40px;
	position: relative;
	padding: 17px 30px 17px 16px;
}

.comment-list .pingback,
.comment-list .trackback {
    padding: 0 !important;
    margin: 0 !important;
}

.comment-list .pingback article,
.comment-list .trackback article {
	margin-left: 0 !important;
}

.comment-list > li:first-child > article,
.comment-list > li:first-child > .pingback,
.comment-list > li:first-child > .trackback {
	border-top: 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 10px;
}

.comment-author {
	margin-bottom: 0.4em;
	line-height: 30px;
}

.comment-author h3 {
	margin: -10px 0 0;
	line-height: 30px;
}

.comment-author,
.comment-author a {
	color: #323232;
	font-family: 'Vidaloka', serif;
	font-size: 22px;
	font-size: 2.2rem;
}

.comment-author a:hover {
	color: #d8203b;
}

.comment-author .avatar {
	position: absolute;
	height: 40px;
	margin-right: 0.8em;
	width: 40px;
	max-width: 85px;
	left: -40px;
	top: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.edit-link {
	font-weight: 400;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata > a,
.pingback .edit-link a {
	color: #b3b3b3;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-metadata--icon {
	color: #323232;
	margin-right: 2px;
}

.comment-reply-link {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #e5e5e5;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin-top: 11px;
}

.comment-reply-link span {
	width: 60px;
	height: 60px;
	display: block;
}

.comment-reply-link i {
	color: #323232;
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 3px;
	padding-right: 1px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comment-metadata > a:hover,
.pingback .edit-link a:hover,
.comment-metadata > a:hover,
.comment-metadata > a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus, 
.comment-reply-link:hover i {
	color: #d8203b;
}

.comment-metadata {
	margin: 12px 0 28px 0;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
}

.logged-in-as {
	margin-bottom: 26px;
}

.logged-in-as a:hover {
	opacity: 0.5;
}

.comment-form .clearfix:before {
	clear: both;
}

.comment-form-comment {
	margin-bottom: 15px;
}

.comment-form-comment textarea {
	height: 120px;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:after {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.comment-form .col-sm-4 {
    margin: 0;
    padding: 0 10px 10px 0;
    vertical-align: bottom;
}

.comment-form .comment-form-url {
    padding-right: 0;
}

.comment-form textarea {
	margin-bottom: 40px;
	height: 200px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-form .form-submit {
	text-align: center;
}

.comment-form .form-submit-btn {
	padding: 0 8px;
}

.comment-form .form-submit .iconed-button-right:before {
	top: 15px;
	right: -6px;
	transform: none;
}

.comment-form .form-submit .iconed-button-right:hover:before {
	color: #d8203b;
}

.comment-respond h3 {
    text-align: right;
}

.comment-respond h3 small a {
    float: none;
    font-size: 12px;
    font-size: 1.2rem;
}

#cancel-comment-reply-link {
	color: #323232;
}

#cancel-comment-reply-link:hover {
	color: #d8203b;
}


/**
 *  14.0 Custom pages
 */

body.has-no-sidebar.unyson-page-builder .site {
	padding-top: 0;
	padding-bottom: 0;
}

body.has-no-sidebar.unyson-page-builder .hentry .entry-content {
	padding: 0;
}

.fw-page-builder-content > section .unyson_fullwidth [class*="fw-col"] > .row > [class*="col-sm-12"] {
	padding-left: 0;
	padding-right: 0;
}

body.page:not(.unyson-page-builder) .entry-content > :first-child {
	margin-top: 0;
}

/* Section */

.fw-page-builder-content > section {
/* 	background-color: #fff; */
}

.section-dark-bg {
	position: relative;
}

.section-dark-bg:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #323232;
	opacity: 0.9;
}

/* Testimonials */

.fw-testimonials {
	margin: 65px 0 10px;
}

.fw-testimonials-2 .testimonial-symbol {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	top: -50px;

	color: #d8203b;
	font-size: 40px;
	font-size: 4.0rem;
	padding: 0 1px;
}

.fw-testimonials-2 .fw-testimonials-item > div {
	text-align: center;
}

.fw-testimonials-2 .fw-testimonials-text {
	max-width: 800px;
	margin: 16px auto 32px auto;
	padding: 0;
	border: 0 none;
	background: none;
	color: #323232;
	font-size: 20px;
	font-size: 2.0rem;
	font-style: normal;
}

.fw-testimonials-2 .fw-testimonials-text:before,
.fw-testimonials-2 .fw-testimonials-text:after {
	display: none;
}

.fw-testimonials-2 .fw-testimonials-meta,
.fw-testimonials-2 .fw-testimonials-meta > div {
	display: block;
	vertical-align: inherit;
	margin: 0;
}

.fw-testimonials-2 .fw-testimonials-avatar img {
	border: 0 none;
	padding: 0;
}

.fw-testimonials-2 .fw-testimonials-author {
	padding: 0;
}

.fw-testimonials-2 .fw-testimonials-author .author-name,
.fw-testimonials-2 .fw-testimonials-author .author-job {
	color: #323232;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.fw-testimonials-2 .fw-testimonials-author .author-name a {
	font-weight: 700;
}

.fw-testimonials-2 .fw-testimonials-author .author-name a:hover {
	opacity: 0.5;
}

.fw-testimonials-2 .fw-testimonials-author .author-name {
	margin: 20px 0 -11px;
}

.fw-testimonials-2 .fw-testimonials-arrows {
	bottom: 86px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fw-testimonials .prev,
.fw-testimonials .next {
	display: inline-block;
	line-height: 20px !important;
	width: 30px !important;
	height: 30px !important;
}

.fw-testimonials-2 .fw-testimonials-arrows a {
	margin: 0;
}

.fw-testimonials-2 .fw-testimonials-arrows a:hover i:before {
	color: #d8203b;
}

.fw-testimonials-2 .fw-testimonials-arrows a + a {
	margin-left: 104px;
}

.fw-testimonials-2 .fw-testimonials-arrows a i {
	line-height: 20px;
	font-size: 17px !important;
}

.fw-testimonials-2 .fw-testimonials-arrows a i:before {
	color: #323232;
	font-size: 17px !important;
}

.fw-testimonials .prev i.rt2:before,
.fw-testimonials .next i.rt2:before {
	font-size: 22px !important;
}

.fw-testimonials .prev i:before {
	content: '\e7c0';
}

.fw-testimonials .next i:before {
	content: '\e7c1';
}

/* Accordion */

.fw-accordion {
	border: 0 none;
}

.fw-accordion .fw-accordion-title {
	color: #323232;
	background-color: #f7f7f7;
	font-family: 'Vidaloka', serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;

	line-height: 38px;
	padding: 0 65px 2px 80px;
	border-top: 0 none;

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);

	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;

	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.fw-accordion .fw-accordion-title.ui-state-active {
	background-color: #d8203b;
	color: #fff;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.fw-accordion .fw-accordion-content {
	background-color: #f7f7f7;

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);

	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.fw-accordion .fw-accordion-content + .fw-accordion-title {
	margin-top: 19px;
}

.fw-accordion .fw-accordion-content p {
	padding: 31px 43px 30px;
}

.fw-accordion .fw-accordion-title span {
	display: none;
}

.fw-accordion .fw-accordion-title:before,
.fw-accordion .fw-accordion-title:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);

	position: absolute;
}

.site-faq .fw-accordion .fw-accordion-title:before {
	content: "\f003";
	font-size: 20px;
	left: 41px;
	top: 9px;
}

.fw-accordion .fw-accordion-title:after {
	content: "\f105";
	font-size: 24px;
	right: 39px;
	top: 6px;
}

.fw-accordion .fw-accordion-title.ui-state-active:after {
	content: "\f107";
}

/* Contacts */

.contacts-header [class*="fw-col-sm-4"] {
	text-align: center;
}

.contacts-header .fw-icon {
	margin-bottom: 10px;
}

.contacts-header .fw-icon--icon {
	color: #d8203b;
	font-size: 28px;
	font-size: 2.8rem;
}

.contacts-header .list-title,
.contacts-header .list-title a {
	color: #323232;
	font-weight: 400;
	margin-top: 11px;
}

.contacts-header .list-title a {
	font-weight: 500;
}

.contacts-header .list-title a:hover {
	color: #d8203b;
}


.wpcf7-form > p {
	margin: 0;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	margin-bottom: 10px;
}

.wpcf7-tel {
	width: 100%;

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
}

.wpcf7 textarea {
	height: 200px;
}

.wpcf7-form-control-wrap.iconed-field + br {
	display: none;
}

.wpcf7 .wpcf7-submit {
	margin-top: 30px;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	border-radius: 3px;
}

div.wpcf7-mail-sent-ok {
	background-color: #398f14;
}

div.wpcf7-mail-sent-ng {
	background-color: #ff0000;
}

div.wpcf7-spam-blocked {
	background-color: #ffa500;
}

div.wpcf7-validation-errors {
	background-color: #dd9933;
	border-color: #dd9933;
}

span.wpcf7-not-valid-tip {
	padding-left: 5px;
	margin-bottom: 9px;
}


/* Page Contact */

.p-contact-container {
	padding-left: 0;
	padding-right: 0;
}

.p-contact-container .row {
	margin: 0;
}

.p-contact-container .row div {
	padding: 0;
}

.p-contact-container .first {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.p-contact-container .last {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/* Blog page */

body.blog .site {
	padding-top: 45px;
	padding-bottom: 46px;
}


/* Page About */

.p-about-signature {
	color: #323232;
	font-weight: 400;
}

.p-about-signature a {
	display: inline-block;
	margin-left: 245px;
	vertical-align: middle;
}

.p-about-signature img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}


/* Page 404 */

body.error404 {
	background-color: #f3f3f3;
}

body.error404 .site {
	padding-bottom: 79px;
}

body.error404 .entry-content {
	padding-top: 0;
}

.error-404 {
	text-align: center;
}

body.error404  .entry-content h1.page_title_404 {
	color: #323232;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 40px;
	line-height: 4.0rem;
	font-weight: 400;
	margin: 0 0 24px;
}

body.error404  .entry-content h1.page_title_404.error404-label {
	margin-top: 14px;
}

.page_message_404 {
	color: #323232;
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 100;
	margin-bottom: 20px;
}

.page_message_404_search {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -0.005em;
	margin-bottom: 9px;
}

.search_message_404 {
	margin-bottom: 10px;
}

.error-404 .search-form {
	margin-bottom: 10px;
}

.error-404 .search-form label {
	margin-right: 0;
}

.error-404 .search-form [class*=iconed] {
	width: 450px;
}

.error-404 .search-form .search-field {
	background-color: #ececec;
}

.error-404 .homepage_link input {
	padding: 0 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

.error-image {
	max-height: 270px;
	margin-bottom: 14px;
}

.homepage_link a:before {
	padding-left: 3px;
	padding-bottom: 2px;
}

/* Single Post */
/* crutch for image inside list element */
div.entry-content > div.post-content.formatted-content > ul > li:nth-child(1) > a > img {
   position: relative;
   left: -20px;
}

/**
 * 15.0 Footer
 */

.footer {
	background-color: #323232;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.footer.show-copyright {
	padding-bottom: 120px;
}

.footer a {
	color: #d8203b;
}

.footer a:hover {
/* 	color: rgba(216, 32, 59, 0.5); */
}

.copyright a {
	color: #fff !important;
}

.copyright a:hover {
	color: #026f9f !important;
}


.footer-line-singular {
	background-color: rgba(2, 111, 159, 0.9);
	position: relative;
}

.footer-line-singular .container {
	position: relative;
	z-index: 1;
}

.footer-line-singular .widget {
	float: none;
	margin: 0 auto;
	text-align: center;
}

.footer-line-singular .widget-title {
	text-align: center !important;
}

.footer-line-singular:before {
	background-color: rgba(255, 255, 255, 0.1);
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.footer-line-singular.has-widgets {
	padding-top: 55px;
	padding-bottom: 60px;
}


.footer-line-triple {
	background-color: rgba(50, 50, 50, 0.9);
}

.footer-line-triple.has-widgets {
	padding-top: 70px;
	padding-bottom: 70px;
}

.footer-line-triple .container {
	padding: 0;
}


.footer-line-triple [class*="col-"] + [class*="col-"] .widget:first-of-type {
	margin-top: 60px;
}

.footer .widget {
    padding: 0;
}

.footer .widget-title {
	color: #fff;
	margin-bottom: 33px;
	text-align: left;
}


.footer .widget_mc4wp_form_widget .widget-title {
	margin-bottom: 0;
}

.footer .widget_mc4wp_form_widget .subscribe-subtitle {
	color: #fff;
	font-family: 'Vidaloka', serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: -2px;
	margin-bottom: 35px;
}

.footer .widget_mc4wp_form_widget .subscribe-desc {
	display: none;
}


.foot-about .widget-title {
	background: url('images/logo_small.png') top left no-repeat;
	padding-left: 140px;
	min-height: 70px;
}

.foot-about .textwidget,
.foot-contacts i {
	color: #b3b3b3;
}


.foot-contacts i {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	display: block;
}

.foot-contacts i:before {
	font-weight: normal;
}

.foot-contacts i.fa:before {
	color: #d8203b;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	display: inline-block;
	width: 15px;
}

.foot-contacts i + i {
	margin-top: 25px;
}

.foot-contacts i a {
	color: #fff;
	font-weight: 300;
}

.foot-contacts i a:hover {
	color: #d8203b;
}

.footer .wpcf7 textarea {
	height: 120px;
}


.footer .widget_nav_menu li::before {
	display: none;
}

.footer .widget_nav_menu ul,
.footer .widget_nav_menu li {
	padding: 0;
	margin: 0;
}
.footer .widget_nav_menu a {
	margin: 0 1px 0 0;
	padding-top: 12px;
	line-height: 1px;
	width: 50px;
	height: 50px;
	text-align: center;
}


.instagram-wrapper .textwidget {
	margin: -10px !important;
}

#sb_instagram {
	padding: 0 !important;
}

.footer #sb_instagram .sbi_photo {
    opacity: 0.3 !important;
}

.footer #sb_instagram .sbi_photo:hover {
    opacity: 1 !important;
}

.foot_logo {
	width: 80px;
	bottom: 115px;
	z-index: 1;
}

.copyright {
    height: 120px;
    background-color: #252525;
	position: absolute;
	width: 100%;
	bottom: 0;
	font-weight: 300;
	letter-spacing: 0;
}

.copyright a {
	font-weight: 300;
}

.copyright > div > div {
	padding-top: 2px;
}

/**
 * 16.0 Boxed site
 */

.boxed,
body.is-boxed .sticky-wrapper,
body.is-boxed .menu-strip,
body.is-boxed .gallery-full-width .esg-container-fullscreen-forcer,
body.is-boxed .widescreen-forced,
body.is-boxed .wide-bg {
	max-width: 1560px;
/* 	max-width: 1170px; */
	margin-left: auto;
	margin-right: auto;
}

body.is-boxed .faded-search-form .search {
	max-width: 1460px;
	margin: 0 auto;
}

.boxed-page {
	background-color: #ecedef;
}

body.is-boxed .logo-bar {
   background: none;
}

body.is-boxed .gallery-full-width .esg-container-fullscreen-forcer,
body.is-boxed .widescreen-forced {
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


/**
 * 17.0 Media
 */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"]{
    height: 383px;
}


/**
 * 17.1 Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 17.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery .owl-controls {
	display: block;
}

.gallery .owl-controls .owl-nav {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    bottom: 50%;
    width: 100%;
}

.gallery:hover .owl-controls .owl-nav {
    bottom: 50%;
}

.gallery .owl-controls .owl-nav > div {
    position: absolute;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery .owl-controls .owl-nav .owl-prev {
    left: -72px;
}

.gallery .owl-controls .owl-nav .owl-next {
    right: -72px;
}

.gallery:hover .owl-controls .owl-nav .owl-prev {
    left: 0;
}

.gallery:hover .owl-controls .owl-nav .owl-next {
    right: 0;
}


/**
 *  18.0 Events
 */

.post-type-archive-tribe_events .entry-content,
.single-tribe_events .entry-content {
	padding: 0;
}

.tribe-common .tribe-common-l-container {
	padding: 0 !important;
}

.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
	border: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search {
	gap: 30px;
}

.tribe-events-content {
	color: #808080;
}

.tribe-events-meta-group .tribe-events-single-section-title,
.single-tribe_events .tribe-events-single .tribe-events-event-meta,
.tribe-common .tribe-common-b2,
.tribe-common a, .tribe-common a:active, 
.tribe-common a:focus, 
.tribe-common a:hover, 
.tribe-common a:visited {
	color: #323232;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
	color: #808080;
    background-color: #f7f7f7;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    text-align: left;
    height: 40px;
    line-height: 40px;
    vertical-align: baseline;
    margin: 0;
    padding: 0 20px 0 50px;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
    box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
    outline: none !important;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
	display: none;
}

.tribe-events .tribe-events-c-search__input-control::before {
	content: "\f002";
	font-family: 'FontAwesome';
    position: absolute;
    width: 50px;
    text-align: center;
    line-height: 40px;
    color: #323232;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tribe-events .tribe-events-c-search__input-control:hover::before {
	color: #d8203b;
}

.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
	color: #fff;
    background-color: #d8203b;
    font-family: 'Vidaloka', serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    vertical-align: baseline;
    padding: 0 20px !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover {
    color: #fff;
    background-color: #026f9f;
	font-size: 16px;
	border: none;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tribe-events .tribe-events-c-events-bar__views {
	display: none;
}

.tribe-events button.tribe-events-c-top-bar__datepicker-button:hover {
	background-color: transparent;
}

.tribe-common .tribe-common-c-btn-border-small, 
.tribe-common a.tribe-common-c-btn-border-small,
.tribe-events-back a, 
.tribe-events-back a:visited {
	font-family: 'Vidaloka', serif;
}

.tribe-events-back a,
.tribe-events-back a:visited,
.tribe-events-event-meta a:focus, 
.tribe-events-event-meta a:hover {
	color: #d8203b;
}

.tribe-events-back a:hover, 
.tribe-events-back a:focus,
.tribe-events-event-meta a {
	color: #026f9f;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	margin-top: 0;
}

@media (max-width:991px) and (min-width: 768px) {
	.tribe-events-event-meta.primary, 
	.tribe-events-event-meta.secondary {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.tribe-events-event-meta.primary, 
	.tribe-events-event-meta.secondary,
	.tribe-events-venue-map {
		min-width: 50%;
	}
}

.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h3 span {
	font-family: 'Vidaloka', serif;
	font-weight: 400;
    line-height: 30px;
	font-size: 30px;
}

.tribe-events .tribe-events-calendar-month__header-column {
	background-color: #d8203b;
    padding: 0;
}

.tribe-events .tribe-events-calendar-month__header-column:first-child {
	border-radius: 5px 0 0 0;
}

.tribe-events .tribe-events-calendar-month__header-column:last-child {
	border-radius: 0 5px 0 0;
}

.tribe-events .tribe-events-calendar-month__header-column-title.tribe-common-b3  {
	font-family: 'Vidaloka', serif;
	color: #fff;
	font-size: 16px;
    font-weight: 400;
    text-transform: none;
    height: 40px;
    line-height: 40px;
	text-align: center;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-date {
    background-color: rgba(247, 247, 247, 0.5);
	padding: 7px 9px 6px;
	font-size: 16px;
	font-weight: 400;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
	min-height: 108px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
	display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover,
.tribe-events .tribe-events-calendar-month__day-cell--selected, 
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus, 
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
	background: #f7f7f7;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events-schedule h2,
.tribe-events-schedule h2 span,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
	font-family: 'Poppins', sans-serif;
}

.tribe-common .tribe-common-h7, 
.tribe-common .tribe-common-h8,
.tribe-events-single-event-title,
.tribe-events-schedule .recurringinfo, 
.tribe-events-schedule .tribe-events-cost {
	font-family: 'Vidaloka', serif;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__container, 
.tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none;
}

abbr[title] {
	border: none;
	text-decoration: none;
}

/**
 *  Donation
 */

#dgx-donate-container {
	background: none;
	margin: 0;
	padding: 0;
}

.dgx-donate-form-section {
	background-color: transparent;
}

.dgx-donate-form-section,
.dgx-donate-form-section input {
	border-color: #b3b3b3 !important;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.dgx-donate-form-section h2 {
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 40px;
}

.dgx-donate-form-section input[type="text"] {
	color: #808080;
	background-color: #f7f7f7;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 0 none;

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	-moz-box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
	box-shadow: inset 0 -1px 0 0 rgba(179, 179, 179, 0.25);
}

.dgx-donate-form-section input[type="radio"],
.dgx-donate-form-section input[type="checkbox"] {
	margin-right: 7px;
	border: 0 none !important;
}


/**
 *  19.0 Site Gallery
 */

body.gallery-regular .site,
body.gallery-full-width .site {
/* 	background: #fff; */
}


/**
 *  20.0 Extended
 */

.relwraper {
	position: relative;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.abswraper {
	position: absolute;
	top: 0;
	left: 0;
}

.h {
	height: 100%;
}

.w {
	width: 100%;
}


/* Centered block */

.centered-vertical {
	position: absolute;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.centered-horizontal {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.centered-both {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Equal height columns */

.equal-columns {
	display: table;
	width: 100%;
}

.equal-columns > * {
	display: table-cell;
	float: none;
	vertical-align: top;
}

/* Preloader */

#preloader {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
}
#preloader-status {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin: -100px 0 0 -100px;
	/*You can use animated gif for preloader*/
	/*background: url('../img/preloader.png') no-repeat 50% 20px;*/
}
#preloader-title {
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	text-transform: uppercase;
}
.spinner {
	margin: 0 auto;
	width: 120px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	font-size: 1.0rem;
}
.spinner > div {
	background-color: #d8203b;
	height: 100%;
	width: 20px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}
@keyframes stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
		-ms-transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
		-ms-transform: scaleY(1);
	}
}

/* Breadcrumbs */

.entry-header-wrapper {
	background-color: #323232;
	text-align: center;
	background: url("images/breadcrumbs.png") repeat bottom center;
	position: relative;
	height: 420px;
}

.entry-header-wrapper:before {
	background-color: #323232;
	opacity: 0.85;

	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
}

.entry-header-wrapper.slim {
	height: 240px;
}

.entry-header-wrapper .entry-header {
	display: block !important;
	bottom: 0;
	margin-bottom: 48px;
}

.entry-header-wrapper .page-title {
	margin: 0 0 11px !important;
	color: #fff;
	font-size: 100px !important;
	font-size: 10.0rem !important;
	line-height: 100px !important;
}

.entry-header-wrapper .breadcrumbs span,
.entry-header-wrapper .breadcrumbs span a {
	font-family: 'Vidaloka', serif;	
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: none;
}

.entry-header-wrapper .breadcrumbs span {
	color: #fff;
}

.entry-header-wrapper .breadcrumbs span a {
	color: #fff;
}

.entry-header-wrapper .breadcrumbs span a:hover {
	color: #d8203b;
}

.entry-header-wrapper .breadcrumbs span.separator {
	margin: 0 27px;
}

/* Faded Search Form */

.faded-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background-color: rgba(23,23,23,.0);
	z-index: 0; /*must be above sticky menu and other content */
}
.faded-search-opened .faded-search-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(23,23,23,.9);
	z-index: 1001; /*must be above sticky menu and other content */
}

.faded-search-form {
	display: block;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 1002;
	width: 100%;
}

.faded-search-form form {
	position: relative;
}

.faded-search-form input {
	background: none !important;

	-webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 1) !important;
	-moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 1) !important;
	box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 1) !important;
}

.faded-search-form .search-input {
	position: absolute;
	width: 50px;
	right: 0;
	top: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faded-search-form.fadein {
	visibility: visible;
	opacity: 1;
}

.faded-search-form.fadein .search-input {
	width: 100%;
}

/* Bootstrap responsive video adjustment to 3*2 format */
.embed-responsive-3by2 {
	padding-bottom: 66.666%;
}


/* widget-area-placeholder */

.widget-area-placeholder {
	background-color: rgba(126, 204, 0, 0.2) !important;
}

.widget-area-placeholder .widget-title,
.widget-area-placeholder .textwidget {
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0;
	background-color: rgba(249, 98, 128, 0.2) !important;
}

.widget-area-placeholder .textwidget {
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}


/**
 * 21.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    /*noinspection CssInvalidPropertyValue*/
    width: device-width;
}

@viewport {
    /*noinspection CssInvalidPropertyValue*/
    width: device-width;
}

/**
 * 21.0.1 Mobile small 240px
 */

@media screen and (min-width: 15em) {

	.post-controls {
		margin-bottom: 28px;
	}

	.post-controls .pctrl-like-btn,
	.post-controls .pctrl-view span {
		display: none;
	}


	.hentry + .hentry,
	.excerpt + .excerpt {
		margin-top: 30px;
	}

	.nav-previous, .nav-next {
		width: 100%;
	}
	

	.copyright {
		text-align: center;
	}


	.faded-search-form {
		margin-top: 50px;
		padding: 0 15px;
	}


	.menu-strip {
		margin-bottom: 0;
	}

	.blogname-sides,
	/*.logo-small,*/
	.main-nav,
	.head-menu-left,
	/*.head-menu-email,*/
	.head-menu-phone,
	.no-logo {
		display: none;
	}


	.head-menu-right {
		margin-right: 20px;
	}

	.nav-button {
		display: inline-block;
		width: 100%;
		text-align: left;
		/*padding-left: 20px;*/
	}


	.entry-header-wrapper {
		height: 220px;
	}


	.blog-sidebar-after-header > .widget:first-child, .blog-sidebar-after-header > .row > .widget:first-child {
		padding-top: 60px;
	}

	.sidebar-before-content > .widget:last-child, .sidebar-before-content > .row > .widget:last-child {
		margin-bottom: 40px;
	}

	.site {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	

    .row {
        margin: 0;
    }

    .site-main > .container-fluid,
    .site-main > .container-fluid > .row > .col-xs-12,
	.featured-block .container-fluid,
	.featured-block .container-fluid > .row > .col-xs-12 {
        padding-right: 0;
		padding-left: 0;
    }

	.container.fixed {
		padding-right: 15px;
		padding-left: 15px;
	}

    .hentry.post .entry-content {
        padding: 0;
    }

    .excerpt,
	.single-post-wrapper,
	.blog-view-full-post-wrapper {
		padding: 0 18px;
	}

	.excerpt .post-thumbnail,
	.excerpt .video-container,
	body.single .post .video-container,
	.entry-media-wrapper,
	.single-post-wrapper > .post >  .post-thumbnail,
	.blog-view-full-post-wrapper >  .post-thumbnail {
		margin: -1px -19px 0;
	}

	.excerpt.featured .post-thumbnail {
		margin: 0 -18px 0;
	}

    .hentry.excerpt .entry-content {
        padding: 30px 0 18px;
    }

    .col-sm-8 iframe[src*="feature=oembed"],
    .col-sm-8 iframe[src*="player.vimeo.com"] {
        height: 230px;
    }

    .post-password-form input{
        display: block;
        margin: 10px 0 !important;
        max-width: 100%;
        text-align: center;
    }

    .post-password-form input[type="submit"] {
        clear: left;
    }
	
	.comment-form .col-sm-4 {
		padding-right: 0;
	}


	.video-container.wide .container {
		margin-right: 15px;
    	margin-left: 15px;
	}

	.wide-video-title h1 {
		font-size: 30px;
		font-size: 3.0rem;
	}


	.author-description {
		padding: 30px;
	}

	.author-social {
		position: static;
		padding: 22px 0 37px;
	}

	.author-social li {
		float: left;
		margin-right: 7px;
	}


	.entry-header-wrapper {
		height: 158px;
	}

	.entry-header-wrapper .page-title {
		font-size: 40px !important;
		font-size: 4.0rem !important;
		line-height: 40px !important;
	}
	
	.breadcrumbs {
		display: none;
	}

	.ts-w620-hide,
	.bs-w620-hide,
	.ts-w992-hide {
		display: none !important;
	}

	.ts-btn,
	.bs-btn {
		min-width: 180px !important;
		min-height: 40px !important;
		line-height: 40px !important;
	}

	.bs-btn {
		margin-top: -50px !important;
	}

	.ts-banner {
		display: none !important;
	}


	.blog-slider .posts-slider__title a {
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 20px;
	}


	.site-faq .fw-col-xs-12 + .fw-col-xs-12 {
		margin-top: 29px;
	}


	.apsc-theme-2 .apsc-each-profile {
		width: 68px;
	}

	.apsc-theme-2 .apsc-each-profile,
	.apsc-theme-2 .apsc-each-profile a {
		min-height: 88px;
	}

	.apsc-theme-2 .social-icon .fa {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.apsc-theme-2 .apsc-count {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.apsc-theme-2 .apsc-media-type {
		font-size: 9px;
		font-size: 0.9rem;
	}


	.fw-shortcode-about-us.about-page-element {
		margin-top: 45px;
	}
	
	
	.entry-content h1.page_title_404 {
		font-size: 100px;
		font-size: 10.0rem;
		line-height: 75px;
		line-height: 7.5rem;
		margin: 0 0 17px -5px;
	}
	
	.page_message_404 {
		font-size: 25px;
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	
	.error-404 .search-form [class*=iconed] {
		width: 220px;
	}
	
	.sidebar_info {
    	padding: 13px 5px 19px;
	}


	.tribe-bar-date-filter {
		width: 100% !important;
	}

	.tribe-bar-search-filter {
		width: 100% !important;
		margin-left: 0;
		margin-top: 10px !important;
	}

	.tribe-bar-submit {
		width: auto !important;
		margin-top: 10px !important;
		margin-left: 0 !important;
	}


	#p-program-top-section img {
		margin-top: 30px;
	}


	.foot-about .widget-title {
		padding-left: 0;
		padding-top: 87px;
	}



	#tribe-bar-form .tribe-bar-submit input[type=submit] {
		font-size: 16px !important;
		width: 100% !important;
		padding: 0 10px !important;
	}

}

@media screen and (max-width: 1780px) {
    .is-sticky .head-menu-email {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .head-menu-email {
        display: none;
    }
}

@media screen and (max-width: 15em) {
    .head-menu-left {
        margin-left: 82px;
    }
}

/**
 * 21.0.2 Mobile small 320px
 */
@media screen and (min-width: 20em) {

    .head-menu-email,
	.head-menu-phone {
		/*display: block;*/
	}


	.post-controls .pctrl-view span {
		display: inline;
	}

    .entry-content,
	.entry-footer {
        width: 100%;
        margin: 0;
    }

    .comment-respond {
        width: 100%;
        margin: 1em auto;
    }

    .hentry.sticky:not(.has-post-thumbnail) {
        padding-top: inherit;
    }

    .post-navigation a {
        padding: 4.5454% 9.0909%;
    }

    .pagination {
        border-top: 0;
        padding: 0;
    }

    /* restore screen-reader-text */
    .pagination .current .screen-reader-text {
        position: absolute !important;
    }

    .pagination .page-numbers {
        display: inline-block;
    }

    .image-navigation {
        padding: 0 9.0909%;
    }

    .comment-list article, .comment-list .pingback, .comment-list .trackback {
		margin: 0.6em 0 0.6em 40px;
		padding: 0 30px 17px 16px;
	}
	
	.comment-reply-link {
		width: 40px;
		height: 40px;
		margin-top: 0;
	}

	.comment-reply-link span {
		width: 40px;
		height: 40px;
	}
	

	.apsc-theme-2 .apsc-each-profile {
		width: 93px;
	}

	.apsc-theme-2 .apsc-each-profile,
	.apsc-theme-2 .apsc-each-profile a {
		min-height: 93px;
	}.apsc-theme-2 .social-icon .fa {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.apsc-theme-2 .apsc-count {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.apsc-theme-2 .apsc-media-type {
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	
	.entry-content h1.page_title_404 {
		font-size: 120px;
		font-size: 12.0rem;
		line-height: 95px;
		line-height: 9.5rem;
	}
	
	.error-404 .search-form [class*=iconed] {
		width: 217px;
	}

	.foot-about .widget-title {
		padding-left: 140px;
		padding-top: 0;
	}

}

@media screen and (min-width: 450px) {

	.hentry + .hentry,
	.excerpt + .excerpt {
		margin-top: 40px;
	}

	.nav-button {
		/*padding-left: 45px;*/
	}

	.author-description {
		padding: 35px 40px 28px;
	}

	.author-social {
		position: absolute;
		padding: 0;
	}

	.author-social li {
		float: none;
		margin-right: 0;
	}

	
	.error-404 .search-form [class*=iconed] {
		width: 370px;
	}

	.foot-about .widget-title {
		padding-top: 17px;
	}

}

@media screen and (min-width: 480px) {

	.blog-slider .posts-slider__title a {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 35px;
	}


	.apsc-theme-2 .apsc-each-profile {
		width: 120px;
	}

	.apsc-theme-2 .apsc-each-profile,
	.apsc-theme-2 .apsc-each-profile a {
		min-height: 120px;
	}

}

@media screen and (min-width: 700px) {
    .head-menu-right {
        margin-right: 41px;
    }
}

/**
 * 21.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {

    /*.head-menu-email,*/
	.head-menu-phone,
	.head-menu-left {
		display: block;
	}

	.nav-button {
		/*text-align: center;*/
		padding-left: 0;
	}


	.entry-header-wrapper {
		height: 240px;
	}

	
	body.custom-page .hentry .entry-content {
		padding: 0;
	}

	.nav-previous, .nav-next {
		width: 49.3%;
	}

	.post-navigation div + div {
		border-top: 0 none;
	}


	.post-controls {
		margin-bottom: 43px;
	}

	.post-controls .pctrl-like-btn {
		display: block;
	}


	.hentry + .hentry,
	.excerpt + .excerpt {
		margin-top: 40px;
	}


    .excerpt,
	.single-post-wrapper,
	.blog-view-full-post-wrapper {
		padding: 0 40px;
	}

	.excerpt .post-thumbnail,
	.excerpt .video-container,
	body.single .post .video-container,
	.entry-media-wrapper,
	.single-post-wrapper > .post >  .post-thumbnail,
	.blog-view-full-post-wrapper >  .post-thumbnail {
		margin: -1px -41px 0;
	}

	.excerpt.featured .post-thumbnail {
		margin: 0 -40px 0;
	}

    .hentry.excerpt .entry-content {
        padding: 40px 0;
    }

   
    .col-sm-8 iframe[src*="feature=oembed"],
    .col-sm-8 iframe[src*="player.vimeo.com"] {
        height: 383px;
    }

    .post-password-form input{
        display: inline-block;
        margin: 0 5px !important;
    }

    .post-password-form input[type="submit"] {
        clear: none;
    }

    .comment-list .children > li {
		padding-left: 56px;
	}


	.wide-video-title h1 {
		font-size: 40px;
		font-size: 4.0rem;
	}	


	.entry-header-wrapper {
		height: 220px;
	}

	.entry-header-wrapper .page-title {
		font-size: 60px !important;
		font-size: 6.0rem !important;
		line-height: 60px !important;
	}
	
	
	.breadcrumbs {
		display: block;
	}


	.ts-w620-hide,
	.bs-w620-hide {
		display: block !important;
	}

	.bs-btn {
		margin-top: 0 !important;
	}


	.blog-slider .posts-slider__title a {
		font-size: 45px;
		font-size: 4.5rem;
		line-height: 45px;
	}
	
	
	.entry-content h1.page_title_404 {
		font-size: 240px;
		font-size: 24.0rem;
		line-height: 175px;
		line-height: 17.5rem;
		margin: 30px 0 7px -10px;
	}
	
	.page_message_404 {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 20px;
	}

	.sidebar_info {
    	padding: 53px 65px 59px;
	}
}


/**
 * 21.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {

	.menu-strip {
		margin-bottom: 60px;
	}

	.sticky-wrapper.is-sticky {
		height: 120px !important;
	}

	.main-nav {
		height: 60px;
	}

	.main-nav .menu li {
		line-height: 60px;
	}

	.main-nav .menu li ul {
		top: 60px;
	}

	.logo-small {
		display: inline;
	}

	.main-nav {
		display: block;
	}

	.nav-button {
		display: none;
	}

	
	.comment-form-wrap .avatar {
		width: 60px;
		height: 60px;

		-webkit-transform: translateX(-60px);
		-ms-transform: translateX(-60px);
		transform: translateX(-60px);
	}
	
	.author-info {
		margin-left: 60px;
	}

	.author-info .author-avatar {
		-webkit-transform: translateX(-60px);
		-ms-transform: translateX(-60px);
		transform: translateX(-60px);
	}

	.author-info .avatar {
		height: 60px;
		width: 60px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.image-navigation,
	.comment-navigation,
	.author-heading,
	.entry-footer,
	.page-links a,
	.page-links span,
    .pagination .page-numbers,
	.comment-metadata,
	.pingback .edit-link,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.site-info,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 11px;
		font-size: 1.1rem;
        line-height: 14px;
        line-height: 1.4rem;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}


	.sidebar-hidden {
		position: absolute;
	}

	.sidebar-visible {
		position: relative;
	}

	.widget button,
	.widget input,
	.widget select {
		line-height: 1.75;
	}

	.widget button,
	.widget input {
		line-height: normal;
	}

	.widget blockquote.alignleft,
	.widget .wp-caption.alignleft,
	.widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.widget blockquote.alignright,
	.widget .wp-caption.alignright,
	.widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.widget blockquote.aligncenter,
	.widget .wp-caption.aligncenter,
	.widget img.aligncenter {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.widget .wp-caption.alignleft,
	.widget .wp-caption.alignright,
	.widget .wp-caption.aligncenter {
		margin-bottom: 1em;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li {
		padding: 0.9643em 0;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.9643em 0 0 1em;
		padding-top: 0.9643em;
	}

	.widget_rss li {
		margin-bottom: 2.7em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}


	.blog-slider .posts-slider__title a {
		font-size: 55px;
		font-size: 5.5rem;
		line-height: 55px;
	}

    .entry-subtitle {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .blue-dots {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 900;
        color: #4abbbc;
    }

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

	.comments-title {
		margin-bottom: 1.4em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		margin: 1.6471em 0 1.6471em 60px;
		padding: 5px 30px 17px 16px;
	}

	.comment-reply-link {
		width: 50px;
		height: 50px;
		margin-top: 0;
	}

	.comment-reply-link span {
		width: 50px;
		height: 50px;
	}

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		padding-top: 0;
	}

	.comment-list .children > li {
		padding-left: 76px;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 60px;
		margin-right: 1.64705em;
		width: 60px;
		left: -60px;
	}

	.comment-metadata .edit-link:before {
		top: 2px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-reply-title small a:after {
		top: 14px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}
	
 	.page-about .fw-testimonials {
		width: 720px;
	}

}

@media screen and (min-width: 768px) {

	.post-container.sleft {
		margin-left: -5px;
		padding-right: 4px !important;
	}

	body.has-sidebar .post-controls {
		margin-bottom: 28px;
	}

	.col-sm-8 iframe[src*="feature=oembed"],
    .col-sm-8 iframe[src*="player.vimeo.com"] {
        height: 230px;
    }

    .is_stuck {
        margin-top: 0;
    }
	
	.comment-form .col-sm-4 {
		padding-right: 10px;
	}
	
	.comment-form .comment-form-url {
		padding-right: 0;
	}

	.container.fixed {
		padding-right: 0;
		padding-left: 0;
	}
	
	.site-main > .container-fluid > .row > .col-sm-8 {
		width: 67.093%;
    }
	
	.site-main > .container-fluid > .row > .col-sm-4 {
		width: 32.907%;
    }

	.sright.post-container > .row > .col-sm-3,
	.sright.post-container > .row > .col-sm-4 {
		padding-left: 15px;
		padding-right: 0;
	}

	.sright.post-container > .row > .col-sm-8,
	.sright.post-container > .row > .col-sm-9 {
		padding-left: 0;
		padding-right: 15px;
	}

	.sleft.post-container > .row > .col-sm-3,
	.sleft.post-container > .row > .col-sm-4 {
		padding-left: 0;
		padding-right: 15px;
	}

	.sleft.post-container > .row > .col-sm-8,
	.sleft.post-container > .row > .col-sm-9 {
		padding-left: 15px;
		padding-right: 0;
	}

	.snone.post-container > .row > .col-xs-12,
	.snone.post-container > .row > .col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}


	.video-container.wide .container {
		margin-right: auto;
    	margin-left: auto;
	}


	.blog-sidebar-after-header > .widget:first-child, .blog-sidebar-after-header > .row > .widget:first-child {
		padding-top: 120px;
	}

	.sidebar-before-content > .widget:last-child, .sidebar-before-content > .row > .widget:last-child {
		margin-bottom: 80px;
	}

	.site {
		padding-top: 120px;
		padding-bottom: 100px;
	}
	
	
	.secondary .widget-title {
		font-size: 22px;
		font-size: 2.2rem;
	}

    .widget .wp-caption-text,
    .widget .gallery-caption {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li {
        padding: 0.4583em 0;
    }
	
	.widget_archive li a:before,
	.widget_categories li a:before,
	.widget_links li a:before,
	.widget_meta li a:before,
	.widget_nav_menu li a:before,
	.widget_pages li a:before {
		margin-top: 0;
	}

    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children {
        margin: 0.4583em 0 0 1em;
        padding-top: 0.4583em;
    }

    .widget_rss .rss-date,
    .widget_rss cite {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
        font-size: 8px;
        font-size: 0.8rem;
        padding: 2px;
    }


	.site-faq .fw-col-xs-12 + .fw-col-xs-12 {
		margin-top: 0;
	}
	
	
	.apsc-theme-2 .apsc-each-profile {
		width: 73px;
	}

	.apsc-theme-2 .apsc-each-profile,
	.apsc-theme-2 .apsc-each-profile a {
		min-height: 73px;
	}

	.apsc-theme-2 .social-icon .fa {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.apsc-theme-2 .apsc-count {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.apsc-theme-2 .apsc-media-type {
		font-size: 10px;
		font-size: 1.0rem;
	}


    .footer-line-triple.has-widgets {
		padding-top: 115px;
		padding-bottom: 110px;
	}

	.footer-line-triple [class*="col-"] + [class*="col-"] .widget:first-of-type {
		margin-top: 0;
	}

	.footer-widget-first-col {
		width: 32.4785%;
		padding-left: 15px !important;
		padding-right: 40px;
	}
	
	.footer-widget-middle-col {
		width: 35.043%;
		padding: 0 20px;
	}

	.footer-widget-last-col {
		width: 32.4785%;
		padding-left: 40px;
		padding-right: 15px !important;
	}

	.foot-about .widget-title {
		padding-left: 0;
		padding-top: 87px;
		margin-top: -85px;
	}


	.fw-container {
		width: 750px;
	}

	.fw-page-builder-content > section .fw-container {
		padding-left: 0;
		padding-right: 0;
	}

	.fw-page-builder-content > section .fw-row {
		margin-left: 0;
		margin-right: 0;
	}

	.fw-page-builder-content > section [class*=fw-col]:first-of-type {
		padding-left: 0;
	}

	.fw-page-builder-content > section [class*=fw-col]:last-of-type {
		padding-right: 0;
	}

	
 	.page-about .fw-testimonials {
		width: 750px;
	}
	
	.sidebar_info {
    	padding: 53px 20px 59px;
	}


	#p-program-top-section img {
		margin-top: 0;
	}

}

@media screen and (min-width: 783px) {

	body.page .entry-content {
		padding: 0;
	}
}

/**
 * 21.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.entry-footer,
	.page-links a,
	.page-links span,
    .pagination .page-numbers,
	.comment-metadata,
	.pingback .edit-link,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 12px;
		font-size: 1.2rem;
        line-height: 16px;
        line-height: 1.6rem;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -1px;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.cat-links:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}


	.faded-search-form {
		margin-top: 100px;
		padding: 0 100px;
	}


	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}

	.format-link .entry-title a:after {
		top: 0.125em;
	}

	.comments-title {
		margin-bottom: 1.4545em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		margin: 1.6842em 0 1.6842em 60px;
	}

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		padding-top: 0;
	}

	.comment-author .avatar {
		height: 60px;
		margin-right: 1.6842em;
		width: 60px;
		left: -60px;
	}

	.comment-metadata {
		line-height: 2;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}


	.footer-line-singular .container {
		padding-left: 0;
		padding-right: 0;
	}
	
	.footer-widget-first-col {
		padding-left: 0 !important;
	}

	.footer-widget-last-col {
		padding-right: 0 !important;
	}

	
	.excerpt.format-status .entry-content {
		padding: 45px 30px !important;
	}
	
}


/**
 * 21.4 Desktop Small 956px
 */

@media screen and (min-width: 59.75em) {
	body:before {
		background-color: #fff;
		content: "";
		display: block;
		height: 100%;
		min-height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0; /* Fixes flashing bug with scrolling on Safari */
	}
	
	.comment-form-wrap .avatar {
		width: 40px;
		height: 40px;

		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}
	
	.author-info {
		margin-left: 40px;
	}

	.author-info .author-avatar {
		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	.author-info .avatar {
		height: 40px;
		width: 40px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.entry-footer,
	.page-links a,
	.page-links span,
    .pagination .page-numbers,
	.comment-metadata,
	.pingback .edit-link,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 11px;
		font-size: 1.1rem;
        line-height: 14px;
        line-height: 1.4rem;
	}


    .admin-bar .is-sticky .menu-strip.header-sticky {
        margin-top: 32px;
    }


	.post-navigation a {
		padding: 10% 10% 9.6%;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 16px;
		top: 0;
	}

	.image-navigation {
		padding: 0 10%;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

    .is_stuck {
        margin-top: 50px;
    }

    .entry-content, .pagination .nav-links {
        margin: 0 auto;
    }

	.entry-summary .entry-content {
		padding: 2% 3%;
	}

    .sticky .entry-content {
        padding-top: 30px;
    }

    .entry-content > section > .row {
        margin-left: 0;
        margin-right: 0;
    }

	.author-link:after {
		font-size: 16px;
		top: 1px;
	}

	.posted-on:before,
	.byline:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.taxonomy-description {
		padding-top: 0.4em;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

	.format-link .entry-title a:after {
		top: 0;
	}

    .comment-respond {
        margin: 1em auto;
    }

	.comments-title {
		margin-bottom: 1.3333em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		margin: 1.6em 0 1.6em 40px;
	}

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		padding-top: 0;
	}

	.comment-author {
		margin-bottom: 0.4em;
	}

	.comment-metadata .edit-link:before {
		top: 3px;
	}

	.pingback .edit-link:before {
		top: 5px;
	}

	.bypostauthor > article .fn:after {
		top: 5px;
		left: 3px;
	}

	.comment-reply-title small a:before {
		top: -3px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 1.6em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}
}

@media screen and (min-width: 660px) {
	.admin-bar .is-sticky .menu-strip.header-sticky {
		margin-top: 32px;
	}
}

@media screen and (min-width: 992px) {

	/* Menu Transparent */

	body.menu-transparent .menu-strip {
		position: fixed;
		top: 0;
	}

	body.menu-transparent .sticky-wrapper:not(.is-sticky) .menu-strip,
	body.sticky-menu-transparent .sticky-wrapper.is-sticky .menu-strip {
		background-color: rgba(50, 50, 50, 0.85);
	}

	body.menu-transparent.has-breadcrumbs:not(.home) .sticky-wrapper:not(.is-sticky) .menu-strip {
		background-color: transparent;
	}

	body.menu-transparent.admin-bar .sticky-wrapper:not(.is-sticky) .menu-strip {
		margin-top: 32px;
	}

	body.menu-transparent .sticky-wrapper.is-sticky {
		height: 0 !important;
	}

	/* end: Menu Transparent */


	body.menu-transparent .entry-header-wrapper {
		height: 420px;
	}


	

	.entry-header-wrapper .page-title {
		font-size: 100px !important;
		font-size: 10.0rem !important;
		line-height: 100px !important;
	}


	.ts-btn,
	.bs-btn {
		min-width: 220px !important;
		min-height: 80px !important;
		line-height: 80px !important;
	}


	body.has-sidebar .post-controls {
		margin-bottom: 43px;
	}

	body.has-sidebar.single .post-controls {
		margin-bottom: 31px;
	}
	
    .col-sm-8 iframe[src*="feature=oembed"],
    .col-sm-8 iframe[src*="player.vimeo.com"] {
        height: 323px;
    }

	
	.secondary .widget-title {
		font-size: 30px;
		font-size: 3.0rem;
	}

    .widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0;
    }


	.blogname-sides,
	.no-logo {
		display: inline;
	}


	.ts-w992-hide {
		display: block !important;
	}


	.blog-slider .posts-slider__title a {
		font-size: 100px;
		font-size: 10.0rem;
		line-height: 73px;
	}


	.apsc-theme-2 .apsc-each-profile {
		width: 98px;
	}

	.apsc-theme-2 .apsc-each-profile,
	.apsc-theme-2 .apsc-each-profile a {
		min-height: 98px;
	}

	.apsc-theme-2 .social-icon .fa {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.apsc-theme-2 .apsc-count {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.apsc-theme-2 .apsc-media-type {
		font-size: 12px;
		font-size: 1.2rem;
	}


	.footer-line-singular .widget {
		width: 31.625% !important;
	}

	.foot-about .widget-title {
		padding-left: 140px;
		padding-top: 11px;
		min-height: 73px;
		margin-top: -9px;
		margin-bottom: 28px;
	}


	.fw-container {
		width: 970px;
	}
	
	.sidebar_info {
    	padding: 53px 35px 59px;
	}

	.fw-shortcode-about-us.about-page-element {
		margin-top: 0;
	}


	.tribe-bar-date-filter {
		width: 23.133% !important;
	}

	.tribe-bar-search-filter {
		width: 40.166% !important;
		margin-left: 30px;
		margin-top: 0 !important;
	}

	.tribe-bar-submit {
		width: 11.252% !important;
		margin-left: 30px !important;
		margin-top: 33px !important;
	}


	.p-contact-container .row div {
		padding: 0 3px;
	}

	.p-contact-container .first {
		padding-right: 6px !important;
	}

	.p-contact-container .last {
		padding-left: 6px !important;
	}	

	#tribe-bar-form .tribe-bar-submit input[type=submit] {
		width: 100% !important;
		padding: 0 10px !important;
	}

}


/**
 * 21.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {

	.menu-strip {
		margin-bottom: 70px;
	}

	.sticky-wrapper.is-sticky {
		height: 130px !important;
	}

	.main-nav {
		height: 70px;
	}

	.main-nav .menu li {
		line-height: 70px;
	}

	.main-nav .menu li ul {
		top: 70px;
	}

	
	.comment-form-wrap .avatar {
		width: 60px;
		height: 60px;

		-webkit-transform: translateX(-60px);
		-ms-transform: translateX(-60px);
		transform: translateX(-60px);
	}
	
	.author-info {
		margin-left: 100px;
	}

	.author-info .author-avatar {
		-webkit-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		transform: translateX(-100px);
	}

	.author-info .avatar {
		height: 100px;
		width: 100px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.entry-footer,
	.page-links a,
	.page-links span,
    .pagination .page-numbers,
	.comment-metadata,
	.pingback .edit-link,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 11px;
		font-size: 1.1rem;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		top: 2px;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		line-height: 1.4583;
		padding: 0.5833em 0;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li {
		padding: 0.4643em 0;
	}
	
	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4643em 0 0 1em;
		padding-top: 0.4643em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		line-height: 1.75;
	}

    .widget_recent_comments .author-avatar {
        display: block;
    }
	

    .entry-content, .pagination .nav-links {
        margin: 0 auto;
    }

	.author-link:after {
		top: 3px;
	}

	.posted-on:before,
	.byline:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.taxonomy-description {
		padding-top: 0.4118em;
	}

	.page-title,
	.comments-title,
	.comment-reply-title,
	.post-navigation .post-title {
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}

    .comment-respond {
        margin: 2.4em auto;
    }

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		margin: 1.6471em 0 1.6471em 60px;
	}

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		padding-top: 0;
        margin-top: 21px;
	}

	.comment-list .children > li {
		padding-left: 76px;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 60px;
		margin-right: 1.64705em;
		width: 60px;
		left: -60px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-metadata .edit-link:before {
		top: 6px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.comment-reply-title small a:before {
		top: -1px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6471em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}
}


@media screen and (min-width: 1200px) {

	.menu-strip {
		margin-bottom: 80px;
	}

	.sticky-wrapper.is-sticky {
		height: 140px !important;
	}

	.main-nav {
		height: 80px;
	}

	.main-nav .menu li {
		line-height: 80px;
	}

	.main-nav .menu li ul {
		top: 80px;
	}


	.hentry.excerpt .entry-content {
		padding: 40px 0 29px;
	}

	.fw-container {
		width: 1170px;
	}
}


/**
 * 21.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {

	.menu-strip {
		margin-bottom: 90px;
	}

	.sticky-wrapper.is-sticky {
		height: 150px !important;
	}

	.main-nav {
		height: 90px;
	}

	.main-nav .menu li {
		line-height: 90px;
	}

	.main-nav .menu li ul {
		top: 90px;
	}


	.comment-form-wrap .avatar {
		width: 70px;
		height: 70px;

		-webkit-transform: translateX(-70px);
		-ms-transform: translateX(-70px);
		transform: translateX(-70px);
	}
	
	.author-info {
		margin-left: 212px;
	}

	.author-info .author-avatar {
		-webkit-transform: translateX(-212px);
		-ms-transform: translateX(-212px);
		transform: translateX(-212px);
	}

	.author-info .avatar {
		height: 212px;
		width: 212px;
	}

	.post-password-form label,
	.post-navigation .meta-nav,
	.comment-navigation,
	.image-navigation,
	.author-heading,
	.entry-footer,
	.page-links a,
	.page-links span,
    .pagination .page-numbers,
	.comment-metadata,
	.pingback .edit-link,
	.comment-notes,
	.comment-awaiting-moderation,
	.logged-in-as,
	.comment-form label,
	.form-allowed-tags,
	.wp-caption-text,
	.gallery-caption,
	.entry-caption {
		font-size: 14px;
		font-size: 1.4rem;
        line-height: 14px;
        line-height: 1.4rem;
	}

	.image-navigation .nav-previous a:before,
	.image-navigation .nav-next a:after,
	.comment-navigation .nav-previous a:before,
	.comment-navigation .nav-next a:after {
		font-size: 24px;
		top: -7px;
	}

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}
	
	.secondary .widget-title {
	}

	.widget .wp-caption-text,
	.widget .gallery-caption {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.5385;
		padding: 0.6154em 0;
	}

	.widget_archive li,
	.widget_categories li,
	.widget_links li,
	.widget_meta li,
	.widget_nav_menu li,
	.widget_pages li,
	.widget_recent_comments li {
		padding: 0.63em 0;
	}
	
	.widget_archive li a:before,
	.widget_categories li a:before,
	.widget_links li a:before,
	.widget_meta li a:before,
	.widget_nav_menu li a:before,
	.widget_pages li a:before {
		margin-top: 2px;
	}

	.widget_categories .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children {
		margin: 0.4688em 0 0 1em;
		padding-top: 0.4688em;
	}

	.widget_rss .rss-date,
	.widget_rss cite {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1.8462;
	}
	
	
	.apsc-theme-2 .apsc-each-profile {
		width: 120px;
	}

	.apsc-theme-2 .apsc-each-profile,
	.apsc-theme-2 .apsc-each-profile a {
		min-height: 120px;
	}
	

    .entry-content, .pagination .nav-links {
        margin: 0 auto;
    }

	.author-link:after {
		font-size: 24px;
		top: 0;
	}

	.posted-on:before,
	.byline:before,
	.tags-links:before,
	.comments-link:before,
	.entry-format:before,
	.edit-link:before,
	.full-size-link:before {
		top: 0;
	}

	.taxonomy-description {
		padding-top: 0.4211em;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 4px 0.25em 0;
	}

	.format-link .entry-title a:after {
		top: 3px;
	}

    .comment-respond {
        margin: 2.4em auto;
    }

	.comments-title {
		margin-bottom: 1em;
	}

	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback {
		margin: 1.0em 0 1.2em 70px;
		padding: 6px 30px 0 21px;
	}

	.comment-reply-link {
		margin-top: 11px;
	}
	
	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		padding-top: 0;
        margin-top: -21px;
	}

	.comment-list .children > li {
		padding-left: 90px;
	}

	.comment-author .avatar {
		height: 70px;
		margin-right: 1.6842em;
		width: 70px;
		left: -70px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}

	embed,
	iframe,
	object,
	video {
		margin-bottom: 1.6842em;
	}

	.wp-audio-shortcode,
	.wp-video,
	.wp-playlist.wp-audio-playlist {
		font-size: 19px;
		font-size: 1.9rem;
		margin-bottom: 1.6842em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}

    .col-sm-8 iframe[src*="feature=oembed"],
    .col-sm-8 iframe[src*="player.vimeo.com"] {
        height: 383px;
    }
	
	.sidebar_info {
    	padding: 51px 60px 51px;
	}
}


/**
 * 21.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {

	.menu-strip {
		margin-bottom: 100px;
	}

	.sticky-wrapper.is-sticky {
		height: 160px !important;
	}

	.main-nav {
		height: 100px;
	}

	.main-nav .menu li {
		line-height: 100px;
	}

	.main-nav .menu li ul {
		top: 100px;
	}

}

@media screen and (min-width: 1480px) {

	.menu-strip {
		margin-bottom: 120px;
	}

	.sticky-wrapper.is-sticky {
		height: 180px !important;
	}

	.main-nav {
		height: 120px;
	}

	.main-nav .menu li {
		line-height: 120px;
	}

	.main-nav .menu li ul {
		top: 120px;
	}


	.ts-banner {
		display: block !important;
	}

}


/**
 * 21.8 Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	button,
	input,
	textarea,
	select {
		display: none;
	}

	.site-header,
	.site-footer,
	.hentry,
	.entry-footer,
	.page-content,
	.comments-area {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.site-header,
	.site-footer,
	.hentry + .hentry,
	.author-info,
	.comments-area,
	.comment-list .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.site-header {
		padding: 0;
	}

	.site-description {
		display: block;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary,
	.entry-footer {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.site-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}
}

/**
 * Non-sticky menu under 955px
 */
@media screen and (max-width: 59.6875em) {
    .menu-strip.header-sticky {
        /*position: relative !important;*/
    }
}


/**
 * 22.0 Retina-specific styles
 */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.pagination .page-numbers {
		font-weight: 300;
	}

	.p-about-signature {
		font-weight: 300;
	}

}


/**
 * 23.0 Browsers adjustments
 */


/* Firefox */

@-moz-document url-prefix() {

	.fa,

	.hentry-sub,
	.hentry-sub a,
	.hentry-sub .cat-links a,
	.hentry-sub .posted-on a,

	.cat-links,
	.tags-links,
	.posted-on,
	.more-link,

	.top-news--counter-footer i,

	.pagination .page-numbers,

	.page-links a > span,
	.page-links > span,

	.page_message_404_search,

	.tribe-events-tooltip .tribe-events-event-body,

	.tribe-events-event-meta address.tribe-events-address,
	.tribe-events-list .tribe-events-venue-details,

	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,

	.select2-container .select2-choice,

	.edit-link,

	.contacts-header .list-title,

	.wide-video-title a {
		font-weight: 300;
	}

	.fa:before {
		font-weight: normal;
	}

	.recent-posts .cat-links {
		padding-top: 0;
	}

	ul.portfolio-categories li a,
	.portfolio-category {
		padding-top: 1px;
		padding-bottom: 1px;
	}

	.img-header .portfolio-category,
	.woocommerce span.onsale {
		padding-top: 0;
		padding-bottom: 1px;
	}

}


/* IE10+ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.iconed-select select::-ms-expand {
		display: none;
	}

	.apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
		margin-left: 4px;
	}

	.post-controls .pctrl-social ul {
		padding-top: 8px;
	}


	.recent-posts .cat-links {
		padding-top: 0;
	}

	.woocommerce span.onsale {
		padding-top: 0;
		padding-bottom: 1px;
	}

}


/* Edge */

@supports (-ms-ime-align:auto) {

	.iconed-select select::-ms-expand {
		display: none;
	}

	.apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
		margin-left: 4px;
	}

	.post-controls .pctrl-social ul {
		padding-top: 8px;
	}


	.recent-posts .cat-links {
		padding-top: 0;
	}

	.woocommerce span.onsale {
		padding-top: 0;
		padding-bottom: 1px;
	}


	.fa,

	.hentry-sub,
	.hentry-sub a,
	.hentry-sub .cat-links a,
	.hentry-sub .posted-on a,

	.cat-links,
	.tags-links,
	.posted-on,
	.more-link,

	.top-news--counter-footer i,

	.pagination .page-numbers,

	.page-links a > span,
	.page-links > span,

	.page_message_404_search,

	.tribe-events-tooltip .tribe-events-event-body,

	.tribe-events-event-meta address.tribe-events-address,
	.tribe-events-list .tribe-events-venue-details,

	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,

	.select2-container .select2-choice,

	.edit-link,

	.contacts-header .list-title,

	.wide-video-title a {
		font-weight: 300;
	}

	.fa:before {
		font-weight: normal;
	}

}

/*
**photoswipe
* http://photoswipe.com/
*
*/
/* pswp = photoswipe */
.pswp{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	-webkit-backface-visibility: hidden;
	outline: none;
}

.pswp *{
	box-sizing: border-box;
}

@media screen and (min-width: 660px) {
	.admin-bar .pswp--open {
		margin-top: 32px;
	}
}

.pswp img{
	max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity{ /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	opacity: 0.001;
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open{
	display: block;
}

.pswp--zoom-allowed .pswp__img{ /* autoprefixer: off */
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img{ /* autoprefixer: off */
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img{ /* autoprefixer: off */
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

/* Background is added as a separate element. As animating opacity is much faster than animating rgba() background-color. */
.pswp__bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap{
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img{
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap{
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top; /* for open/close transition */
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg{
	will-change: opacity; /* for open/close transition */
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap{
	-webkit-transition: none;
	transition: none;
}

.pswp__container,
.pswp__zoom-wrap{
	-webkit-backface-visibility: hidden;
}

.pswp__item{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img{
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

/* stretched thumbnail or div placeholder element (see below) style is added to avoid flickering in webkit/blink when layers overlap */
.pswp__img--placeholder{
	-webkit-backface-visibility: hidden;
}

/* div element that matches size of large image large image loads on top of it */
.pswp__img--placeholder--blank{
	background: #222;
}

.pswp--ie .pswp__img{
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

/* Error message appears when image is not loaded (JS option errorMsg controls markup) */
.pswp__error-msg{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a{
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/* 1. Buttons */
/* <button> css reset */
.pswp__button{
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover{
	opacity: 1;
}

.pswp__button:active{
	outline: none;
	opacity: 0.9;
}

.pswp__button::-moz-focus-inner{
	padding: 0;
	border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close{
	opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before{
	background: url('images/photoswipe/default-skin.png') 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before{
		background-image: url('images/photoswipe/default-skin.svg');
	}

	.pswp--svg .pswp__button--arrow--left,
	.pswp--svg .pswp__button--arrow--right{
		background: none;
	}
}

.pswp__button--close{
	background-position: 0 -44px;
}

.pswp__button--share{
	background-position: -44px -44px;
}

.pswp__button--fs{
	display: none;
}

.pswp--supports-fs .pswp__button--fs{
	display: block;
}

.pswp--fs .pswp__button--fs{
	background-position: -44px 0;
}

.pswp__button--zoom{
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom{
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom{
	background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right{
	visibility: hidden;
}

/* Arrow buttons hit area (icon is added to :before pseudo-element) */
.pswp__button--arrow--left,
.pswp__button--arrow--right{
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left{
	left: 0;
}

.pswp__button--arrow--right{
	right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before{
	content: '';
	top: 35px;
	background-color: rgba(0, 0, 0, 0.3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before{
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before{
	right: 6px;
	background-position: -94px -44px;
}

/* 2. Share modal/popup and links */
.pswp__counter,
.pswp__share-modal{
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal{
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden{
	display: none;
}

.pswp__share-tooltip{
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a{
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover{
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child{ /* round corners on the first/last list item */
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child{
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in{
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a{
	padding: 16px 12px;
}

a.pswp__share--facebook:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid rgba(0, 0, 0, 0);
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover{
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before{
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover{
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover{
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover{
	background: #ddd;
}

/* 3. Index indicator ("1 of X" counter) */
.pswp__counter{
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: 0.75;
	padding: 0 10px;
}

/* 4. Caption */
.pswp__caption{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small{
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center{
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty{
	display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake{
	visibility: hidden;
}

/* 5. Loading indicator (preloader) You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR */
.pswp__preloader{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn{
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active{
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn{ /* We use .gif in browsers that don't support CSS animation */
	background: url('images/photoswipe/preloader.gif') 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active{
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn{
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut{ /* The idea of animating inner circle is based on Polymer ("material") loading indicator by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html */
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut{
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.pswp__preloader{
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0%{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50%{
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100%{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0%{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50%{
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}

	100%{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

/* 6. Additional styles */
/* root element of UI */
.pswp__ui{
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar{
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right{
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right{
	visibility: visible;
}

.pswp__top-bar,
.pswp__caption{
	background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption{
	background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar{
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right{
	opacity: 0;
}

/* pswp__ui--hidden class is added when controls are hidden e.g. when user taps to toggle visibility of controls */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right{ /* Force paint & create composition layer for controls. */
	opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter{
	display: none;
}

.pswp__element--disabled{
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar{
	background: none;
}

.pswp__zoom-wrap .embed-responsive{
	max-width: 90%;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 1200px) {
	.pswp__zoom-wrap .embed-responsive{
		max-width: 50%;
	}
}