/*
Theme Name: Sport Trainers
Theme URI: http://webdesign-finder.com/sport-trainers
Author: MWTemplates
Author URI: http://webdesign-finder.com/
Description: Sport Trainers - premium WordPress theme for sport trainers, 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.0.4
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Text Domain: sport-trainers

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
 *
 *
 * Fonts
 *
 * Reset
 *
 * Typography
 	* Basics
 	* Elements
 	* Forms
 	* Links
	* Icon Fonts
	* Accessibility
	* Alignments
	* Clearings
	* Media
 	* Primary Content
 *
 * Blog
    * Hentry
    	* Basics
    	* Thumbnails & Media
    	* Headers & Titles
    	* Content
    * Pages
    	* Archive & Search
    	* Single
    	* Attachment
    * Excerpts
    * Post Formats
    	* Video
    		* Video Container
    	* Gallery
    	* Mini Posts
    	* Blockquote * Link * Status
    * Comments
    * Author Bio
 *
 * Template Tags
 	* Basics
 	* Post Controls
 	* Post Infos
 	* Post Gallery
 *
 * Header
 	* Menu Strip
 	* Main Menu
 	* Mobile Menu
 	* Sticky Menu
 	* Page Title & Breadcrumbs
 *
 * Footer
    * Basics
    * Widgets
    * Footer Menu
 *
 * Navigations
 	* Basics
 	* Post Navigation
 	* Post Page Links
 	* Archive Pagination
 	* Image & Comments
 	* Social Navigation
 	* Back to top button
 *
 * Spacings
 *
 * Widgets
 	* Basics
 	* Widget Areas
 	* Standard Widgets
 		* Defaults
 		* Text
 		* Search
 		* Recent Comments
 		* Tag Cloud
 		* Calendar
 		* Rss
 	* Custom Widgets
 		* Recent Comments
 	* Custom Widgets Adjustments
 		* Basics
 		* Recent Posts
 *
 * Plugins
 	* Revolution Slider
 	* Mail Chimp
 	* Contact Form 7
 	* Access Press Social Counter
 	* Instagram Feed
 	* Booked
 	* Custom Content Team
 		* Team Excerpt
 		* Team Single
 	* Mp-TimeTable
 		* Class Excerpt
 		* Class Single
 		* Schedule
 *
 * Unyson
    * Basics
 	* Shortcodes
 		* Table
 		* Button
 *
 * Custom pages
    * Front Page
    * Page 404
    * Page About
    * Page Contact
 *
 * Misc
    * Helpers
    * Preloader
    * Faded Search Form
    * Post Gallery & Owl Gallery
    * Masonry Loop
    * Boxed Site
 *
 * Media Queries ( Responsive )
    * 240px ( 15em )
    * 320px ( 20em )
    * 450px
    * 480px
    * 620px ( 38.75em )
    * 740px ( 46.25em )
    * 768px
    * 783px
    * 880px ( 55em )
    * 956px ( 59.75em )
    * 992px
        * Time-line excerpt
    * 1100px ( 68.75em )
    * 1200px
    * 1240px ( 77.5em )
    * 1403px ( 87.6875em )
    * 1480px
    * 1600px
 *
 * Media Queries ( Misc )
    * Print
    * Retina-specific styles
    * Browsers adjustments
        * Firefox
        * IE10+
        * Edge
 */



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



/**
 * 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: 'Lato', 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: 400;
	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: #262626;
    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;
}








/**
 * Typography
 * -----------------------------------------------------------------------------------------------------------------
 */




/**
 * Typography -> Basics
 */


/* Base Text */

body,
button,
input,
select,
textarea,
label {
	color: #5f5f5f;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	line-height: 3.0rem;
}

body {
	color: #929292;
}


/* Headers */

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: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
	color: #fff;
	margin: 30px 0;
	margin: 3rem 0;
	line-height: 1em;
}

h1 {
	font-size: 60px;
	font-size: 6.0rem;
}

h2 {
	font-size: 46px;
	font-size: 4.6rem;
}

h3 {
	font-size: 36px;
	font-size: 3.6rem;
}

h4 {
	font-size: 30px;
	font-size: 3.0rem;
}

h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h6 {
	font-size: 22px;
	font-size: 2.2rem;
}


/* Blockquote */

blockquote {
	position: relative;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	font-style: italic;
	margin: 24px 0 21px;
	padding: 32px 0 28px;
	border-color: rgba(255, 255, 255, 0.2);
	border-style: solid;
	border-width: 1px 0;
}

.post .entry-content blockquote {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}

blockquote:before {
	content: '\201D';
	display: block;
	position: absolute;
	left: 15px;
	top: 99px;
	font-family: 'Lato', sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 220px;
	font-weight: 700;
	font-style: normal;
	opacity: 0.07;
}

blockquote > p:last-child {
	margin-bottom: 0 !important;
}

cite,
blockquote small {
	display: block;
	margin-top: 24px;
	color: #f9c809;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	font-style: normal;
	line-height: 14px;
	text-transform: uppercase;
}

blockquote cite a {
	display: block;
	font-family: 'Raleway', sans-serif;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}


/* Selection */

*::selection {
	background: none repeat scroll 0 0 #f9c809;
	color: #ffffff;
}
*::-moz-selection {
	background: none repeat scroll 0 0 #f9c809;
	color: #ffffff;
}


/* Misc */

label {
	font-weight: 300;
}

p {
	margin-bottom: 10px;
}

b,
strong {
	font-weight: 500;
}

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

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 {
	color: #fff;
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #026f9f;
	border: 1px solid rgba(95, 95, 95, 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%;
}






/**
 * Typography -> Elements
 */


/* Lists */

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: #fff;
}

dd {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}


/* Color Lists */

.formatted-content ul,
.formatted-content ol,
.color-ul ul,
.color-ol ol {
	line-height: 40px;
}

.formatted-content ul a:hover,
.formatted-content ol a:hover,
.color-ul ul a:hover,
.color-ol ol a:hover {
	color: #262626;
}

.formatted-content ul li,
ul.team-section--list li,
.color-ul ul li,
.color-ol ol li {
	list-style:none;
}

.formatted-content ul li:before,
ul.team-section--list li:before,
.color-ul ul li:before,
.color-ol ol li:before {
	color: #f9c809;
	font: normal normal normal 16px/1 FontAwesome;
	content: "\f206";
	line-height: 5px;
	padding-right: 7px;
	padding-right: 1rem;
	position: relative;
	top: 0.05em;
}

.formatted-content ul ul li:before,
.color-ul ul ul li:before,
.color-ol ol ul li:before {
	font-family: 'Raleway', sans-serif;
	content: "\2022";
	font-size: 1.6em;
	top: 0.2em;
}

.formatted-content ul ul ul li:before,
.color-ul ul ul ul li:before,
.color-ol ol ul ul li:before {
	content: "\25E6";
	font-size: 1.4em;
	top: 0.1em;
}

.formatted-content ul ul ul ul li:before,
.color-ul ul ul ul ul li:before,
.color-ol ol ul ul ul li:before {
	content: "\25AA";
	font-size: 1.1em;
	top: 0.05em;
}

.formatted-content ol,
.color-ol ol {
	counter-reset: section;
	margin-left: 0;
	list-style-type: none;
}

.formatted-content ol li,
.color-ol ol li {
/* 	counter-increment: step-counter; */
}

.formatted-content ol li::before,
.color-ol ol li::before {
	counter-increment: section;
    content: counters(section,".")".";
/* 	content: counter(step-counter)"."; */
	font-size: 16px;
	color: #f9c809;
}

.formatted-content li > ol,
.color-ol li > ol {
	margin-left: 22px;
	margin-left: 2.25rem;
}


/* Tables */

table,
th,
td {
	border: 1px solid #929292;
}

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 {
	font-family: 'Raleway', sans-serif;
	border-width: 0 1px 1px 0;
	font-weight: 500;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 15px;
	padding: 1.5rem;
	line-height: 22px;
	line-height: 2.25rem;
}


/* Misc */

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	height: 1px;
}

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 #5f5f5f;
}

legend {
	color: #262626;
}






/**
 * Typography -> Forms
 */


/* Form elements defaults */

button,
a.button,
input,
select,
textarea {
	color: #5f5f5f;
	background-color: #f5f5f5;
	font-weight: 400;
	max-width: 100%;
	text-align: left;
	height: 45px;
	line-height: 45px;
	vertical-align: baseline;
	margin: 0;
	padding: 0 20px;
	border: 0 none;
}

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


/* Buttons */

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"]  {
	color: #262626;
	background-color: #f9c809;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;

	height: 50px;
	line-height: 50px;
	padding: 0 45px;
	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.65;
}

a.button {
	display: inline-block;
}

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


/* Buttons Hover */

button:enabled:hover,
a.button:hover,
.primary-content a.button:hover,
input[type="button"]:enabled:hover,
input[type="reset"]:enabled:hover,
input[type="submit"]:enabled:hover,
button:enabled:focus,
a.button:focus,
.primary-content a.button:focus,
input[type="button"]:enabled:focus,
input[type="reset"]:enabled:focus,
input[type="submit"]:enabled:focus {
	color: #fff;
	background-color: #262626;
}


/* Buttons 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  {
	font-size: 10px;
	font-size: 1.0rem;

	height: 31px;
	line-height: 31px;
	padding: 0 22px;
}


/* Text Fields */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	color: #5f5f5f;
	font-family: 'Raleway', sans-serif;
}

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


/* Placeholders */

/* !! selectors need to be separate to work */

::-webkit-input-placeholder {
	color: #b3b3b3;
	font-family: 'Raleway', sans-serif;
	/*font-style: italic;*/
}

:-moz-placeholder {
	color: #b3b3b3;
	font-family: 'Lato', sans-serif;
	/*font-style: italic;*/
}

::-moz-placeholder {
	color: #b3b3b3;
	font-family: 'Raleway', sans-serif;
	/*font-style: italic;*/
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #b3b3b3;
	font-family: 'Raleway', sans-serif;
	/*font-style: italic;*/
}


/* Misc */

label {
	vertical-align: baseline;
	line-height: 45px;
	margin-right: 15px;
}

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

.post-password-form input[type="password"] {
	height: 50px;
	vertical-align: middle;
}


/* Iconed Fields */

.iconed-field {
	position: relative;
	margin: 0;
	padding: 0;
}

.iconed-field.before input,
.iconed-field.before textarea {
	padding-left: 65px !important;
}

.iconed-field.after input,
.iconed-field.after textarea {
	padding-right: 65px !important;
}

.iconed-field:before {
	position: absolute;
	width: 45px;
	text-align: center;
	line-height: 45px;

	color: #262626;
	background-color: #f9c809;
	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: #fff;
	background-color: #262626;
}

.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[class*="flaticon"]:before {
	font-weight: 600;
	margin-top: 1px;
	padding-top: 1px;
	line-height: 44px;
}

.iconed-field.flaticon-next-1:before {
	padding-left: 3px;
}

.iconed-field.icon-clickable {
	cursor: pointer;
}

.iconed-field.iconed-required:after {
	color: #f9c809;
	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 Selects */

.iconed-select {
	display: block;
	position: relative;
	height: 45px;
	background-color: #f5f5f5;

	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: 45px;
	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: #f9c809;
}

.iconed-select:not(.disabled):hover:before {
	color: #5f5f5f;
	opacity: 0.5;
}

.iconed-select.fa.fa-angle-down:before {
	font-size: 18px;
}


/* 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.disabled:before,
.text-field-alt-color .iconed-select.disabled:before {
	color: rgba(255, 255, 255, 0.5);
}

.text-field-alt-color option {
	background-color: #262626;
}


/* Captions */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}






/**
 * Typography -> Links
 */

a {
	color: #f9c809;
	text-decoration: none;
}

a:hover,
a:focus {
	color: rgba(249, 200, 9, 0.5);
	text-decoration: none;
}






/**
 * Typography -> Icon Fonts
 */

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






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






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






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






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

/* Bootstrap responsive video adjustment to 3*2 format */
.embed-responsive-3by2 {
    padding-bottom: 66.666%;
}






/**
 * Typography -> Primary Content
 */

.primary-content,
.membership-section .fw-package,
body.archive .product,
body.single .product > .woo-single-item-description,
body.single .product > .woocommerce-Reviews,
body.single .product > div.products .product,
.excerpt.time-line-excerpt .post-thumbnail,
.time-line-excerpt .video-container,
.woocommerce-tabs {
	color: #5f5f5f;
	background-color: #ffffff;
}

.primary-content h1,
.primary-content h2,
.primary-content h3,
.primary-content h4,
.primary-content h5,
.primary-content h6 {
	color: #262626;
}

.primary-content a:hover,
.primary-content a:focus {
	color: rgba(95, 95, 95, 0.5);
	text-decoration: none;
}

.primary-content blockquote {
	border-color: #e5e5e5;
}

.primary-content dt {
	color: #262626;
}

.primary-content pre {
	color: #5f5f5f;
}

.primary-content hr {
	border-color: #e5e5e5;
}

.primary-content.alt-bg {
	background-color: #f5f5f5;
}

.primary-content.alt-bg input:not(.button),
.primary-content.alt-bg select,
.primary-content.alt-bg textarea,
.primary-content.alt-bg .iconed-select {
	background-color: #fff;
}








/**
 * Blog
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 * Blog -> Hentry
 */


/**
 * Blog -> Hentry -> Basics
 */

.hentry {
	position: relative;
}

.entry-content .excerpt-more {
	text-align: center;
	margin: 10px 0;
}

.entry-footer {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 32px 0 28px;
	text-align: center;
}

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




/**
 * Blog -> Hentry -> Thumbnails & Media
 */


/* Post Thumbnail */

.post-thumbnail {
	display: block;
	position: relative;
	border: 0;
	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;
}


/* Featured Media */

.entry-media-wrapper {
	margin: 0;
	padding: 0;
	text-align: center;
}

.entry-media-wrapper > .featured-media {
	margin: 0 !important;
	padding: 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;
}

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




/**
 * Blog -> Hentry -> Headers & Titles
 */

.entry-header {
	position: relative;
	padding: 0 40px;
	text-align: center;
}

.entry-header h2 {
	color: #262626;
	font-weight: 400;
	margin: 0 0 5px 0 !important;
}

.entry-title,
.page-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 30px;
	color: #262626;
	margin: 0;
	text-transform: uppercase;
}

.entry-title {
	text-align: left;
	margin-top: 32px;
}

.entry-title a,
.page-title a {
	color: #262626;
}

.entry-title a:hover,
.page-title a:hover {
	color: #f9c809;
}

.hentry:not(.format-link .format-standard) .entry-title,
.page-title {
	/*margin-top: 0;*/
}

.page-title {
	line-height: 1.3333;
	margin-bottom: 20px;
	text-align: center;
}




/**
 * Blog -> Hentry -> Content
 */


/* Entry Content */

.entry-content {
	margin: 0 auto;
}

.hentry .entry-content {
	padding: 30px 40px 12px;
}

.hentry.post:not(.excerpt) .entry-content {
	padding: 0 40px;
}

.entry-content > :last-child {
	margin-bottom: 0;
}


/* Post Content */

.post-content {
	border: 0;
	display: block;
}

.post-content p:last-of-type {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.entry-content .post-content {
	text-align: left;
	width: 100%;
	margin-top: 18px;
}


/* Page Content */

.page-content {
	background-color: #fff;
}

.page-content > :last-child {
	margin-bottom: 0;
}


/* Misc */

.entry-content,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content a img,
.page-content a img,
.comment-content a img {
	display: block;
}






/**
 * Blog -> Pages
 */


/**
 * Blog -> Pages -> Archive & Search
 */

.loop-header {
	margin-bottom: 40px;
	padding: 0;
}

.loop-header * {
	color: #fff !important;
	text-transform: none !important;
}

.loop-header .page-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-header .postnum {
	color: #262626;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
}

.no-results.not-found .page-content {
	background: none;
}

.no-results.not-found .page-content p {
	text-align: center;
}

.no-results.not-found .search-form label {
	width: 100%
}

body.search .entry-content {
	padding-top: 0;
}

.hentry .entry-content.none {
	padding: 0;
}

.hentry .entry-content.none .page-title,
.hentry .entry-content.none .page-content {
	color: #fff;
}

.hentry .entry-content.none .post-content {
	margin-top: 0;
}




/**
 * Blog -> Pages -> Single
 */

body.single .hentry,
body.single .page-links {
	margin-bottom: 14px;
}

body.single .hentry,
body.single .comments-area,
body.single .page-links {
	margin-bottom: 60px;
}

body.single .hentry.post .entry-content {
	margin-bottom: 60px;
	padding: 0 40px;
	border: 5px solid #f9c809;
}

body.single .type-post .entry-footer {
	padding: 30px 0 14px;
}

body.single.admin-bar .type-post .entry-footer {
	padding: 46px 0 16px;
}

.head-media-single .entry-content {
	margin-top: 30px;
}




/**
 * Blog -> Pages -> Attachment
 */

body.attachment .entry-title {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    margin: 0 0 18px;
    text-align: center;
}

body.attachment .entry-header {
    margin-bottom: 10px;
}

body.attachment .attachment-parent-label {
    color: #fff;
}

body.attachment .attachment-parent {
    font-family: 'Lato', sans-serif;
    padding: 2px 20px 0;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
}

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(38, 38, 38, 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: #f9c809;
}

.attachment-content {
    background-color: #fff;
    border: 5px solid #f9c809;
    margin-top: 40px;
    padding: 27px 40px;
}

.attachment-content p:last-of-type {
    margin-bottom: 0;
}

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






/**
 * Blog -> Excerpts
 */

.excerpt {
    position: relative;
    border: 5px solid #f9c809;
}

.excerpt .post-thumbnail {
    margin: -5px -5px 0;
    padding: 0;
    text-align: center;

    /*background-color: #262626;
    background-color: #fff;*/
    background-color: #f9c809;
}

.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: 0 40px 79px;
}

.head-media-excerpt .entry-content {
    margin-top: -60px;
    position: relative;
    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;
}

.excerpt .post-content p:last-child,
.excerpt .post-content p:last-of-type {
    margin-bottom: 0;
}

.excerpt.sticky:before {
    font: normal normal normal 19px/1 FontAwesome !important;
    content: "\f08d";
    padding: 12px 0 0 14px;

    /*font-family: Flaticon;
    content: "\f12d";
    font-size: 22px !important;
    padding: 10px 0 0 14px;*/

    color: #262626;
    background-color: #f9c809;

    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    width: 40px;
    height: 40px;
    /*line-height: 50px;*/
}

.no-media-excerpt.sticky:before {
    padding: 15px 0 0 17px;
    width: 46px;
    height: 46px;
}

.excerpt .post-thumbnail .cover {
    display: none;
}

.excerpt .entry-media-wrapper {
	background-color: #f9c809;
	margin: -5px -5px 0;
}






/**
 * Blog -> Post Formats
 */


/**
 * Blog -> Post Formats -> Video
 */

.format-video {
    text-align: center;
}
.format-video > .video-player {
    display: inline-block;
}


/**
 * Blog -> Post Formats -> Video -> Video Container
 */


/* Main */

.excerpt .video-container {
    margin: -5px -5px 0;
}

.excerpt .video-container .post-thumbnail,
body.single .post .video-container .post-thumbnail {
	margin: 0;
}

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


/* Wide */

.video-container.wide {
    background-color: #fff;
    margin-bottom: 60px;
}

.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 Title */

.wide-video-title {
    margin: 100px 0 29px;
}

.wide-video-title a {
    color: #f9c809;
    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;
}




/**
 * Blog -> Post Formats -> Gallery
 */

.excerpt.format-gallery .owl-gallery {
	margin-bottom: 0;
}

.excerpt.format-gallery .owl-gallery .owl-controls .owl-nav .owl-prev,
.excerpt.format-gallery .owl-gallery .owl-controls .owl-nav .owl-next  {
	/*margin-top: -30px;*/
}

.format-gallery .owl-controls .owl-dots {
	display: none !important;
}

.excerpt.format-gallery:hover .owl-controls .owl-dots {
	bottom: 79px;
}




/**
 * Blog -> Post Formats -> Mini Posts
 */


/* Posts with Background */

.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(38, 38, 38, 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;
}


/* Mini Posts */

.excerpt.mini-post .post-content {
	margin-top: 25px;
}

.excerpt.mini-post .entry-content {
	padding-bottom: 30px;
}




/**
 * Blog -> Post Formats -> Aside
 */

.format-aside.excerpt .post-content p:last-of-type {
	margin-bottom: 0;
}


/**
 * Blog -> Post Formats -> Blockquote
 */

.format-quote blockquote {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.format-quote blockquote:before {
	top: 69px;
}


/**
 * Blog -> Post Formats -> Link
 */

.format-link .link {
	position: relative;
	display: inline-block;
}

.format-link .link p {
	margin: 0;
}

.format-link .link a {
	color: #262626;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 37px;
	line-height: 3.7rem;
}

.format-link .link a:hover {
	color: #f9c809 !important;
}

.format-link .link i {
	color: #262626;
	position: absolute;
	right: -35px;
	top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}




/**
 * Blog -> Post Formats -> Status
 */

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}

.format-status .entry-content,
.format-status .post-content {
	text-align: center;
}

.excerpt.format-status {
	padding-top: 0;
}

.format-status .post-content {
	margin-top: 9px;
}

body.single .format-status .author-avatar {
	margin-top: 30px;
}

.post-status--label {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
}

.post-status--author {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 25px;
}

.post-status--date {
	position: absolute;
	right: 40px;
	bottom: 0;
	margin-bottom: -5px;
}

.post-status--date .post-infos--panel * {
	line-height: 59px;
}






/**
 * Blog -> Author Bio
 */

.author-info {
	margin-bottom: 50px;
	margin-left: 40px;
	position: relative;
	min-height: 212px;
}

.author-info .author-avatar {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	height: 100%;
}

.author-info .avatar {
	/* height: 100%; */
	width: 100%;
}

.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: #262626;
	font-size: 24px;
	font-size: 2.4rem;
}

.author-title a:hover {
	color: #f9c809;
}

.author-bio {
	overflow: hidden;
	margin-top: 22px;
	margin-bottom: 0;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	min-height: 215px;
	padding: 35px 40px;
}

.author-social {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}

.author-social li {
	float: left;
}

.author-social li + li {
	margin-left: 10px;
}

.author-social a {
	color: #262626;
	background-color: #f9c809;

	display: inline-block;
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.author-social a:hover {
	color: #fff !important;
	background-color: #262626;
}






/**
 * Blog -> Comments
 */

.comments-area {
    padding: 0;
    margin-bottom: 60px;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comments-wrap {
    padding: 15px;
}

.comment-form-wrap {
    position: relative;
    margin-top: 50px;
    padding-top: 0;
}

.comment-form-wrap.only {
    margin-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: 0; */
}

.comment-form {
    position: relative;
}

.comment-reply-title {
    margin: 0 0 16px;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 400;
    text-transform: uppercase;
}

.comment .comment-respond {
    position: relative;
    /* padding-top: 25px !important; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.comments-title {
    margin-bottom: 35px;
    margin-top: 110px;
    position: relative;

    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    text-transform: uppercase;
}

.comments-sub-title {
    color: #5f5f5f;
    display: block;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: -1;
    font-size: 108px;
    font-size: 10.8rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: -0.04em;
    line-height: 105px;
    opacity: 0.12;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article {
    margin: 0;
    position: relative;
    padding: 13px 21px 15px;

    background-color: #fff;
    min-height: 130px;
}

.comment-list article.has-avatar {
    margin-left: 130px;
}

.comment-list > li + li,
.comment-list .children > li + li,
.comment-list article + .children {
    margin-top: 30px;
}

.comment-list .children {
    list-style: none;
    margin: 0;
    padding-left: 90px;
}

.comment-list > li:first-child > article,
.comment-list > li:first-child > .pingback,
.comment-list > li:first-child > .trackback {
    border-top: 0;
}

.comment-author {
    margin-bottom: 0.4em;
    line-height: 30px;
}

.comment-author h3 {
	margin: 0;
	padding-right: 65px;
	line-height: 30px;
}

.comment-author,
.comment-author h3,
.comment-author a {
    color: #262626;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}

.comment-author a:hover {
    color: #f9c809;
}

.comment-list article.has-avatar {
    margin-left: 0;
}

.comment-author .comment-avatar {
	display: none;
    position: absolute;
    height: 100%;
    width: 35px;
    max-width: 130px;
    left: -35px;
    top: 0;

    background-color: #fff;
}

.comment-list .children {
    padding-left: 10px;
}

.comment-author .comment-avatar .avatar {
    width: 100%;
}

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-infos {
    margin-top: 15px;
    line-height: 14px;
}

.comment-infos * {
    color: #929292;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: none;
    line-height: 14px;
}

.comment-infos a:hover {
    color: #f9c809;
}

.comment-infos i {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 7px;
}

.comment-infos i,
.comment-infos time {
	display: none;
}

.comment-infos time + i {
    margin-left: 30px;
}

.comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
}

.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 {
    color: #f9c809;
}

.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 {
	font-weight: 300;
	line-height: 30px;
	margin-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 #e5e5e5;
    color: #5f5f5f;
    font-family: 'Raleway', sans-serif;;
    font-weight: 500;
    padding-top: 1.6em;
    margin: 0;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.comment-reply-title small a:after {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -10px;
}

.comment-form .comment-form-input {
    margin: 0;
    padding: 0 10px 10px 0;
    vertical-align: bottom;
}

.comment-form .comment-form-input-last {
    padding-right: 0;
}

.comment-form textarea {
    height: 200px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.comment-form .form-submit {
    text-align: center;

    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
	margin-bottom: 0;
}

.comment-form .form-submit-btn {
    padding: 0 8px;
}

.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: #262626;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 12px;
}

#cancel-comment-reply-link:hover {
    color: #f9c809;
}








/**
 * Template Tags
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 * Template Tags -> Basics
 */


/* Post Time */

.posted-on {
	display: inline-block;
}


/* Edit Link */

.edit-link {
	font-weight: 400;
	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;
}

.edit-link:before {
	content: "\f411";
}


/* Comments Link */

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


/* More Link */

.more-link {
	position: absolute;
	left: -5px;
	bottom: -5px;
}


/* Hentry Sub */

.hentry-sub,
.hentry-sub a,
.hentry-sub .cat-links a,
.hentry-sub .posted-on a {
	color: #5f5f5f;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hentry-sub a:hover {
	color: #f9c809;
}


/* Post Bottom Tags */

.post-bottom-tags {
	margin-top: 24px;
}

.post-bottom-tags:before {
	content: "Tags:";
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 10px;
}

.post-bottom-tags a {
	color: #5f5f5f;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

.post-bottom-tags a:hover {
	color: #f9c809;
}

.post-bottom-tags a:before {
	content: "#";
	font-weight: 400;
}

.post-bottom-tags a:hover:before {
	color: #5f5f5f;
}

.post-bottom-tags a + a {
	margin-left: 7px;
}






/**
 * Template Tags -> 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: #262626;
	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: #f9c809;
}

.post-controls .pctrl-like,
.post-controls .pctrl-comment a {
	color: #5f5f5f;
}

.post-controls .pctrl-view {
	background-color: #f9c809;
	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: #262626;
}

.post-controls .pctrl-comment {
	display: none;
}






/**
 * Template Tags -> Post Infos
 */

/* Main */

.post-infos.spacing {
	position: relative;
	margin: 0 -20px;
	padding: 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

.no-media-excerpt.sticky .post-infos.spacing {
	margin-right: 21px;
	padding-right: 20px;
}

.post-infos--panel * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

.post-infos.spacing .post-infos--panel * {
	line-height: 59px;
}

.post-infos.spacing .post-infos--item {
	height: 59px;
}

.post-infos *:not(.fa) {
	color: #929292;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: none;
}

.post-infos--panel *:not(.fa) {
	vertical-align: top;
}

.post-infos time {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-infos a:hover,
.post-infos time:hover {
	color: #f9c809 !important;
}

.post-infos--left {
	float: left;
}

.post-infos--right {
	float: right;
}

.post-infos--item + .post-infos--item {
	margin-left: 30px;
}

.post-infos .fa {
	margin-right: 10px;
}

/* Full Item */

.post-infos--full-item {
	opacity: 0;
	visibility: hidden;

	position: absolute;
	left: 0;
	width: 100%;
	top: 59px;
	z-index: 2;

	border: 2px solid #f9c809;
	padding: 20px 40px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.post-infos--full-item.active {
	opacity: 1;
	visibility: visible;
}

.post-infos.spacing .post-infos--panel .post-infos--full-item * {
	line-height: 30px;
}

/* Custom Items */

.post-infos--cats {
	width: 100px;
	overflow: hidden;
	white-space: nowrap;
}

.post-infos--full-cats .cat-links {
	white-space: normal;
}

.post-infos--full-schedule {
	padding-right: 25px;
}

.full-schedule--item,
.full-schedule--item > * {
	display: block;
}

.full-schedule--item {
	height: 30px;
}

.full-schedule--left {
	float: left;
	width: 60px;
}

body.single .full-schedule--left {
	width: 90px;
}

.full-schedule--right {
	float: right;
	/*width: 66%;*/
	width: 135px;
}

body.single .full-schedule--right {
	float: left;
}

.post-infos--share {
	color: #5f5f5f !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}

.post-infos .share-icons li {
	margin-left: 15px;
}


.post-infos .share-icons li a {
	font-size: 14px;
	font-size: 1.4rem;
}
.post-infos .share-icons li a:before {
	color: #929292 !important;
	line-height: 59px;
}

.post-infos .share-icons li a:hover:before {
	color: #262626 !important;
}






/**
 * Template Tags -> Post Gallery
 */

.post-gallery--panel-right {
	margin-top: 30px;
}

.post-gallery--img-bottom {
	margin-top: 30px;
}

.post-gallery--img-left {
	height: 630px;
}

.post-gallery--img-top,
.post-gallery--img-bottom {
	height: 300px;
}

.post-gallery--img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}








/**
 *  Header
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 *  Header - > Menu Strip
 */


/* Menu strip defaults */

.menu-strip {
	color: #fff;
	background-color: #262626;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
    height: 60px;
    text-align: center;
}

.menu-strip.header-sticky {
    position: relative;
    z-index: 1000;
}

.menu-strip > .container {
	position: relative;
	padding: 0;
}


/* Menu Solid */

body.menu-solid .menu-strip {
	margin-bottom: 120px;
}

body.menu-solid .menu-strip:before {
	content: ' ';
	background-color: #fff;
	display: block;
	position: absolute;
	left: 0;
	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;
}

body.menu-solid .main-nav > .menu > li > a {
	padding-top: 45px;
	padding-bottom: 45px;
}


/* Menu Transparent */

body.menu-transparent .main-nav > .menu > li > a {
	padding-top: 65px;
	padding-bottom: 35px;
}


/* Logo Section */

.head-menu-logo-section {
	background-color: #f9c809;
	
	display: inline-block;
	position: absolute;
	overflow: hidden;

	left: 50%;
	top: 0;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.head-menu-logo-section,
.head-menu-logo-section * {
	-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-logo-section--inner {
	width: 250px;
	height: 80px;
}

.head-menu-logo-section--content {
	position: relative;
	height: 100%;
}

.head-menu-logo-section--link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.logo-small {
	position: absolute;
	left: 0;
	top: 0;
}

.logo-small.logo-horizontal {
	visibility: visible;
	opacity: 1;
}

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner .logo-small.logo-vertical {
	visibility: hidden;
	opacity: 0;
}

.head-menu-title-section {
	height: 50px;
	padding-left: 87px;
	padding-top: 7px;
	text-align: left;
	overflow: hidden;
}

.head-menu-title-section > * {
	color: #262626;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	width: 114px;
}

.blogname {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 30px;
	height: 30px;
}

.blogdescr {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	height: 14px;
	margin-top: -5px;
}

.head-menu-logo-section {
	border-radius:0px 0px 5px 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
/* Logo Section ( Hover ) */

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner:hover {
	width: 184px;
	height: 240px;
	padding-left: 10px;
	padding-right: 10px;
}

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner:hover .head-menu-title-section {
	height: 100%;
	padding-left: 0;
	padding-top: 2px;
	text-align: left;
	overflow: hidden;
}

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner:hover .logo-small.logo-horizontal {
	visibility: hidden;
	opacity: 0;
}

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner:hover .logo-small.logo-vertical {
	visibility: visible;
	opacity: 1;
}

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner:hover .head-menu-title-section {
	display: inline-block;
}

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner:hover .blogname {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 36px;
	height: 36px;
	width: 134px;
}

div:not(.is-sticky) > .menu-strip .head-menu-logo-section--inner:hover .blogdescr {
	text-align: right;
	margin-top: -4px;
	width: 134px;
}


/* Menu Strip Side Sections */

.head-menu-left,
.head-menu-right {
	position: absolute;
	top: 0;
	z-index: 2;
}

.head-menu-left-inner,
.head-menu-right-inner {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}

.head-menu-left-inner *,
.head-menu-right-inner * {
	color: #cbcbcb;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.head-menu-left-inner a:hover i,
.head-menu-right-inner a:hover 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-left-inner a:hover,
.head-menu-right-inner a:hover,
.head-menu-left-inner a:hover i,
.head-menu-right-inner a:hover i {
	color: #fff;
}

.head-menu-left-inner + .head-menu-left-inner {
	margin-left: 30px;
}

.head-menu-right-inner + .head-menu-right-inner {
	margin-right: 30px;
}

.head-menu-icon {
	margin-right: 8px;
	padding-left: 1px;
}

.head-menu-icon[class*="flaticon"]:before {
	font-size: 16px;
}

.head-menu-left {
	left: 0;
	/*margin-left: 42px;*/
}

.head-menu-right {
	right: 0;
	/*margin-right: 38px;*/
}

.head-menu-left-inner {
	float: left;
}

.head-menu-right-inner {
	float: right;
}

/* Menu Strip Side Section Inners */

.head-menu-social {
	list-style: none;
	margin: 0;
}

.head-menu-social li {
	float: left;
}

.head-menu-social.social-navigation li a {
	display: block;
	height: 60px;
	padding: 0 15px;
}

.head-menu-social.social-navigation li a:before {
	color: #cbcbcb !important;
	line-height: 60px;
}

.head-menu-social.social-navigation li a:hover:before {
	color: #fff !important;
}

.head-menu-phone {
	white-space: nowrap;
}

.head-menu-search {
	width: 60px;
	cursor: pointer;
}






/**
 * Header -> Main Menu
 */


/* Menu */

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

.main-nav .menu {
	position: relative;
	white-space: nowrap;
}

.main-nav .menu,
.main-nav .menu ul {
    margin: 0;
    padding: 0;
    list-style:none;
}

.main-nav .menu ul {
    margin: 0;
}

.main-nav .menu ul li ul {
    margin: 0;
}

.main-nav .menu li {
    position:relative;
}

.main-nav .menu > li {
    display:inline-block;
}

.main-nav .menu > li + li {
	margin-left: 10px;
}

.main-nav .menu li a {
    color: #262626;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
	white-space: normal;
}

.main-nav > .menu > li > a {
	padding-left: 22px;
	padding-right: 22px;
	line-height: 30px;
	text-transform: uppercase;
}

.main-nav .menu > li.active > a,
.main-nav .menu > li:active > a,
.main-nav .menu > li:focus > a,
.main-nav .menu > li:hover > a {
	color: #fff;
	background-color: #262626;
}

.main-nav .menu > li > a {
	display:inline-block;
	position:relative;
}

.main-nav .menu li ul {
    min-width: 253px;
    padding: 11px 0;
    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;
    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;
	background-color: #fff;
}

.main-nav .menu > li > ul  {
	bottom: 0;
	transform:translate(0, calc(100% + 40px));
	-moz-transform:translate(0, -moz-calc(100% + 40px));
	-webkit-transform:translate(0, -webkit-calc(100% + 40px));
	-ms-transform:translate(0, calc(100% + 40px));
}

.main-nav .menu li:hover > ul {
    overflow:visible;
    opacity:1;
    filter:alpha(opacity=100);
    visibility:visible;
    transform:translate(0, 100%);
    -moz-transform:translate(0, 100%);
    -webkit-transform:translate(0, 100%);
	-ms-transform:translate(0, 100%);
}

.main-nav .menu li li ul {
    background-color: #262626;
    left: 100%;
    top:0;
    margin-top:-11px;
    transform:translate(-40px, 0);
    -moz-transform:translate(-40px, 0);
    -webkit-transform:translate(-40px, 0);
    -ms-transform:translate(-40px, 0);
}

.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 a {
	color: #929292;
    display:block;
	line-height: 30px;
	padding: 10px 30px;
    position:relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.main-nav .menu li li a i {
	position: absolute;
	right: 24px;
	top: 9px;
}

.main-nav .menu li li a i:before {
	font-size: 13px;
}

.ie-lt-10 .menu li li a:after {
    display:none;
}

.main-nav .menu li li a:hover {
    color:#fff;
	background-color: #f9c809;
}

.main-nav > ul > li .dropdown .fa-angle-right,
.main-nav > ul > li .dropdown .fa-angle-left {
    line-height: 20px;
}

.main-nav > ul > li .fa-heart-o {
    font-size: 12px;
    font-size: 1.2rem;
}

.sub-menu-type-1 {
	background-color: #fff !important;
}

.sub-menu-type-2 {
	background-color: #262626 !important;
}


/* Menu Crop */

/* hiding menu elements that do not fit in menu width */

.main-nav .menu > li.md-hidden {
	display: none;
}
.main-nav .menu > li#more-li {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	color: #fff;
	padding: 0 10px;
	border-top-color: #f07983;
	z-index: 10;
}
.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%;
}


/* Create Menu */

.create-menu {
	color: #262626;
	font-weight: 300;
	padding-top: 44px;
}

.sticky-wrapper.is-sticky .create-menu {
	padding-top: 34px;
}
.create-menu a {
	color: #262626;
	font-weight: 500;
}
.create-menu a:hover {
	color: #f9c809;
}






/**
 * Header -> Mobile Menu
 */

.header > .container {position: relative;}

.nav-button {
	display: none;
	position: relative;
	text-align: center;
	line-height: 60px;
	padding-top: 7px;
}

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






/**
 * Header -> Sticky Menu
 */

.sticky-wrapper {
    height: auto !important;
}

.sticky-wrapper.is-sticky {
	background-color: #262626;
	height: 180px !important;
}

.sticky-wrapper.is-sticky .menu-strip {
	background-color: #fff;
	height: 100px;
	margin-bottom: 0;
	text-align: left;
}

.sticky-wrapper.is-sticky .menu-strip:before {
	/*display: none;*/
	background-color: transparent;
	top: 0;
	height: 60px;
}

.sticky-wrapper.is-sticky .head-menu-logo-section {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border-radius: 0px 0px 5px 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
}

.sticky-wrapper.is-sticky .head-menu-logo-section--inner {
	width: 120px;
	height: 130px;
	padding-left:10px;
	padding-right:10px;
}

.sticky-wrapper.is-sticky .head-menu-title-section {
	height: 100%;
	padding-left: 0;
	padding-top: 2px;
	text-align: left;
	overflow: hidden;
}

.sticky-wrapper.is-sticky .logo-small.logo-horizontal {
	display: none;
}

.sticky-wrapper.is-sticky .head-menu-title-section {
	display: inline-block;
}

.sticky-wrapper.is-sticky .blogname {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 21px;
	height: 21px;
	width: 80px;
}

.sticky-wrapper.is-sticky .blogdescr {
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 8px;
	height: 8px;
	margin-top: -2px;
	text-align: right;
	width: 80px;
}

.sticky-wrapper.is-sticky .head-menu-left,
.sticky-wrapper.is-sticky .head-menu-right {
	display: none !important;
}

.sticky-wrapper.is-sticky .main-nav {
	background-color: transparent;
	position: static;
	top: 0;
	height: 60px;
	padding: 0 0 0 200px;
}

.sticky-wrapper.is-sticky  .main-nav .menu li {
	line-height: 60px;
}

.sticky-wrapper.is-sticky .main-nav > .menu > li > a {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.sticky-wrapper.is-sticky .main-nav .menu > li + li {
	margin-left: 0;
}

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

.sticky-wrapper.is-sticky  .main-nav .menu li li ul {
	top: 0;
}

.sticky-wrapper.is-sticky .main-nav .menu li li ul {
	margin-left: 1px;
}






/**
 * Header -> Page Title & Breadcrumbs
 */

.entry-header-wrapper {
	background-color: #dedfda;
	text-align: center;
	position: relative;
	height: 279px;
}

.entry-header-wrapper .container {
	/*position: relative;*/
}

.entry-header-wrapper .entry-header {
	display: block !important;
	/*padding: 116px 0 82px;*/
	padding: 0;
    max-width: 770px;

    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    margin-top: 14px;
}

.entry-header-wrapper .entry-header,
.entry-header-wrapper .entry-header .page-title {
	text-align: left;
}

.entry-header-wrapper .page-title {
	display: inline-block;
	position: relative;
	margin: 0 !important;
	padding-bottom: 5px;
	color: #262626;
	text-transform: none;
	font-size: 100px !important;
	font-size: 10.0rem !important;

    line-height: 46px !important;
    max-height: 138px;
    overflow-y: hidden;
}

.entry-header-wrapper .page-title:before {
	content: attr(data-subtitle);
	display: block;
	position: absolute;
	left: -14px;
	top: -63px;
	white-space: nowrap;

	color: #5f5f5f;
	font-size: 138px;
	font-weight: 500;
	line-height: 105px;
	text-transform: none;
	letter-spacing: -0.05em;
	opacity: 0.07;
}

.entry-header-wrapper .breadcrumbs span,
.entry-header-wrapper .breadcrumbs span a {
	color: #5f5f5f;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.entry-header-wrapper .breadcrumbs span {
	/*color: #f9c809;*/
}

.entry-header-wrapper .breadcrumbs span a {
	/*color: #fff;*/
}

.entry-header-wrapper .breadcrumbs span a:hover {
	color: #f9c809;
}

.breadcrumbs {
	white-space: nowrap;
	max-width: 770px;
	overflow-x: hidden;
}








/**
 * Footer
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 * Footer -> Basics
 */


/* Main */

.footer {
	background-color: #262626;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.footer a {
	color: #f9c809;
}

.footer a:hover {
	/* 	color: rgba(249, 200, 9, 0.5); */
}


/* Copyright */

.copyright {
    height: 120px;
    background-color: #252525;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-weight: 300;
    letter-spacing: 0;
}

.copyright a {
    color: #fff !important;
    font-weight: 300;
}

.copyright a:hover {
    color: #026f9f !important;
}

.copyright > div > div {
    padding-top: 2px;
}


/* Footer Line Singular */

.footer-line-singular {
	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.has-widgets {
	padding-bottom: 10px;
}


/* Footer Line Triple */

.footer-line-triple {
	background-color: #cbcbcb;
}

.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 -> Widgets
 */


/* Main */

.footer .widget {
	padding: 0;
}

.footer .widget-title {
	color: #fff;
	margin-bottom: 33px;
	text-align: left;
}


/* Mail Chimp ( Footer ) */

.footer .widget_mc4wp_form_widget .widget-title {
	margin-bottom: 0;
}

.footer .widget_mc4wp_form_widget .subscribe-subtitle {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	margin-top: -2px;
	margin-bottom: 35px;
}

.footer .widget_mc4wp_form_widget .subscribe-desc {
	display: none;
}


/* Nav Menu ( Footer ) */

.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 Feed ( Footer ) */

.footer .instagram-wrapper .textwidget {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.footer #sb_instagram .sbi_photo,
.footer #sb_instagram #sbi_images .sbi_item,
.footer #sb_instagram #sbi_images {
	padding: 0 !important;
}

.footer .instagram-wrapper .widget-title {
	margin-bottom: 68px;
}


/* Instagram Feed ( Hover ) ( Footer ) */

.footer .sbi_photo {
	position: relative;
	opacity: 1 !important;
}

.footer .sbi_photo:before {
	content: " ";
	background-color: #f9c809;
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	bottom: 10px;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .sbi_photo:hover:before {
	visibility: visible;
	opacity: 0.8;
}

.footer .sbi_photo:after {
	content: url(images/instagran-label.png);
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.footer .sbi_photo:hover:after {
	visibility: visible;
	opacity: 1;
}


/* Footer About ( Custom Block ) */

.foot-about .widget-title {
    background: url('images/logo_small.png') top left no-repeat;
    padding-left: 140px;
    min-height: 70px;
}


/* Footer Contacts ( Custom Block ) */

.foot-contacts i {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    display: block;
}

.foot-contacts i:before {
    font-weight: normal;
}

.foot-contacts i.fa:before {
    color: #f9c809;
    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: #f9c809;
}






/**
 * Footer -> Footer Menu
 */

/* Main */

.menu-footer {
	position: relative;
	height: 272px;
	text-align: center;
}

.menu-footer--inner {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menu-footer--center {
	position: relative;
	width: 120px;
	height: 272px;
}

.menu-footer--section {
	padding: 30px 0;
}

[class*="menu-footer--side"] {
	min-width: 420px;
}

[class*="menu-footer--side"] > * {
	padding-left: 24px;
	padding-right: 24px;
}

.menu-footer--side-left {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	text-align: right;
}

.menu-footer--side-right {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	text-align: left;
}


/* Footer Menu ( Logo Section ) */

.menu-footer--logo-section {
	background-color: #f9c809;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
	border-radius:5px;
}

.menu-footer--logo-section,
.menu-footer--logo-section * {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-footer--logo-section--inner {
	width: 120px;
	height: 190px;
	padding-left:10px;
	padding-right:10px;
}

.menu-footer--logo-section--content {
	position: relative;
	height: 100%;
}

.menu-footer--logo-section--link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.menu-footer .logo-small {
	position: absolute;
	left: 0;
	width: 72px;
}

.menu-footer--title-section {
	height: 100%;
	padding-left: 0;
	padding-top: 2px;
	text-align: left;
	overflow: hidden;

	display: inline-block;
}

.menu-footer--title-section > * {
	color: #262626;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
}

.menu-footer .blogname {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 21px;
	height: 21px;
	width: 80px;
}

.menu-footer .blogdescr {
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 8px;
	height: 8px;
	margin-top: -2px;
	text-align: right;
	width: 80px;
}

.menu-footer .logo-small {
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: 0;
}

.menu-footer--to-top {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fff;

	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;

	color: #5f5f5f;
	font-size: 23px;
	cursor: pointer;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.menu-footer--to-top:hover {
	color: #fff;
	background-color: #262626;
}

.menu-footer--to-top i {
	margin-left: 3px;
}


/* Footer Menu ( Menus ) */

.footer-menu {
	height: 142px;
	border-bottom: 2px solid #898989;
	/* padding-top: 91px; */
	/* padding-bottom: 19px; */
}

.footer-menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	/* white-space: nowrap; */
}

.footer-menu .menu > li {
	display: inline-block;
}

.footer-menu .menu > li + li {
	margin-left: 1px;
}

.footer-menu .menu > li a {
	display: block;
	padding: 91px 16px 19px;
}

.footer-menu .menu > li,
.footer-menu .menu > li a {
	color: #262626;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.057em;
}

.footer-menu .menu > li a:hover {
	color: #fff;
	background-color: #262626;
}


/* Footer Menu ( Copyright ) */

.menu-footer [class*="copyright"],
.menu-footer [class*="copyright"] a {
	color: #929292;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
}

.menu-footer [class*="copyright"] {
	padding-top: 21px;
}

.menu-footer [class*="copyright"] a:hover {
	color: #262626;
}

.copyright-left {
	padding-right: 40px;
}

.copyright-right {
	padding-left: 40px;
}








/**
 * Navigation
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 * Navigation -> Basics
 */

.nav-links {
	width: 100%;
}

.nav-previous, .nav-next {
	width: 49.3%;
	float: none;
	vertical-align: top;
}

.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

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






/**
 * Navigation -> Post Navigation
 */

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

.post-navigation .meta-nav {
	font-family: 'Raleway', sans-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: 'Raleway', sans-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;
}

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


/* Post Navigation ( Type 2 ) */

.post-navigation {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.post-navigation .nav-links {
	margin: 0;
	padding: 0;
}

.nav-previous, .nav-next {
	float: none;
    display: inline-block;
	position: relative;
	min-width: 78px;
    margin: 0;
	padding: 0;
}

.post-navigation a {
	color: #5f5f5f;
	background-color: #f9c809;

	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;

	padding: 20px;
}

.post-navigation a:hover {
	color: #fff;
	background-color: #262626;
}

.post-navigation .nav-previous + .nav-next:before {
	content: "";
	display: block;
	position: absolute;
	
	left: 0;	
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border-left: 1px solid #000;
	opacity: 0.2;
	width: 1px;
	height: 30px;
}

.post-navigation:hover .nav-next:before {
	display: none;
}






/**
 * Navigation -> Post Page Links
 */

.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: #f9c809;
}

.page-links a {
	color: #5f5f5f;
}

.page-links a:hover,
.page-links a:focus {
	color: #f9c809 !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;
}






/**
 * Navigation -> Archive Pagination
 */

.pagination {
    display: block;
	text-align: center;
}

.pagination .nav-links {
	position: relative;
	text-align: center;
	margin: 0 auto;
    padding-bottom: 40px;
}

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

.pagination a.page-numbers:hover {
    color: #f9c809;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
	color: #f9c809;
}

.pagination .current {
	display: inline-block;
}

body.blog .pagination,
body.archive .pagination {
	margin: 43px 0;
}

/* Pagination  ( Type 2 ) */

.pagination .nav-links {
	display: inline-block;
	width: auto;
	border: 1px solid #f9c809;
	padding-bottom: 0;
}

.pagination .nav-links {
	height: 60px !important;
	line-height: 60px !important;
	padding-top: 0 !important;
}

.pagination .nav-links > * {
	height: 58px !important;
	line-height: 58px !important;
	vertical-align: top;
	padding-top: 0 !important;
}

.pagination .page-numbers {
	color: #cbcbcb;
	font-weight: 300;
}

.pagination .page-numbers.current {
	font-weight: 400;
}

div:not(.comment-list-wrap) > .pagination .page-numbers.prev,
div:not(.comment-list-wrap) > .pagination .page-numbers.next {
	color: #262626;
	background-color: #f9c809;
	width: 60px;
	height: 58px !important;
	line-height: 59px !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

div:not(.comment-list-wrap) > .pagination .page-numbers.prev {
	margin-left: -1px;
}

div:not(.comment-list-wrap) > .pagination .page-numbers.next {
	margin-right: -1px;
}

div:not(.comment-list-wrap) > .pagination .page-numbers.prev:hover,
div:not(.comment-list-wrap) > .pagination .page-numbers.next:hover {
	color: #fff;
	background-color: #262626;
}






/**
 * Navigation -> Image & Comments
 */

.image-navigation,
.comment-navigation {
	color: #262626;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #262626;
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #f9c809;
}

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






/**
 * Navigation -> Social Navigation
 */


/* Facebook */

.social-navigation li a[href*="facebook.com"]::before,
.share-icons li a[href*="facebook.com"]::before {
	content: '\0046';
	color: #3b5998;
}

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


/* Twitter */

.social-navigation li a[href*="twitter.com"]::before,
.share-icons li a[href*="twitter.com"]::before {
	content: '\004c';
	color: #33ccff;
}

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


/* Google Plus */

.social-navigation li a[href*="plus.google.com"]::before,
.share-icons li a[href*="plus.google.com"]::before {
	content: '\0047';
	color: #dd4b39;
}

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


/* Linkedin */

.social-navigation li a[href*="linkedin.com"]::before,
.share-icons li a[href*="linkedin.com"]::before {
	content: '\0049';
	color: #069;
}

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


/* 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';
	color: #c8232c;
}

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


/* Vimeo */

.social-navigation li a[href*="vimeo.com"]::before,
.share-icons li a[href*="vimeo.com"]:before {
	content: '\0056';
	color: #1AB7EA; }

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


/** RSS */
.social-navigation li a[href$=".rss"]::before,
.share-icons li a[href$=".rss"]:before {
	content: '\0052';
	color: #FF6600;
}

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


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


/* Skype */

.social-navigation li a[href*="skype.com"]::before,
.share-icons li a[href*="skype.com"]:before {
	content: '\0046';
	color: #00aff0;
}

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


/* Misc */

.social-navigation li a.hidden {
	display: none; }

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


/* Share Icons */

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

.share-icons li a:before {
	font-size: 24px;
}

.share-icons li a:hover:before {
	color: #f9c809;
}

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






/**
 * Navigation -> 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);

}








/**
 * Spacings
 * -----------------------------------------------------------------------------------------------------------------
 */


/* Main */

.site {
	padding-top: 100px;
	padding-bottom: 100px;
}

.hentry + .hentry,
.excerpt + .excerpt {
	margin-top: 60px;
}


/* Spacing ( between widget areas ) */

.sidebar-before-footer > .widget:last-child,
.sidebar-before-footer > .row > .widget:last-child {
	margin-bottom: 100px;
}

.sidebar-before-content > .widget:last-child,
.sidebar-before-content > .row > .widget:last-child {
	margin-bottom: 100px;
}

.sidebar-after-content > .widget:first-child,
.sidebar-after-content > .row > .widget:first-child {
	margin-top: 100px;
}


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


/* Spacing ( between widgets ) */

.widget + .widget {
	margin-top: 100px;
}

.widget + .widget.has-subtitle {
	margin-top: 90px;
}

.sidebar-after-header > .widget + .widget,
.sidebar-after-header > .row > .widget + .widget {
	margin-top: 30px;
}

.sidebar-before-loop > .widget + .widget,
.sidebar-before-loop > .row > .widget + .widget {
	margin-top: 60px;
}

.sidebar-after-loop > .widget + .widget,
.sidebar-after-loop > .row > .widget + .widget {
	margin-top: 60px;
}

.secondary .widget + .widget {
	margin-top: 60px;
}

/* Misc */

.front-page-2-widget-area .widget-title {
	margin-bottom: 60px;
}

.front-page-3-widget-area .widget-title {
	margin-bottom: 67px;
}

.sidebar-team-single {
	margin-top: 61px;
}








/**
 * Widgets
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 * Widgets -> Basics
 */

.widget {
	color: #5f5f5f;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto;
	/*width: 100%;*/	/* mod-widget-grid-fix */
	word-wrap: break-word;
}

.widget-title {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: 400;
	margin: 0 0 33px;
	padding: 2px 0;
	line-height: 50px;
	text-align: center;
}

.widget > :last-child {
	margin-bottom: 0;
}






/**
 * Widgets -> Widget Areas
 */


/* Secondary */

.secondary {
	padding-bottom: 30px;
}

.secondary .widget {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}

.secondary .widget-title {
	background-color: #f9c809;
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: none;

	text-align: left;
	line-height: 7.0rem;

	padding: 0 30px;
	margin: 0 -30px 40px;
}

.secondary .widget-title a {
	color: #262626;
}

.secondary .widget.has-subtitle .widget-sub-title {
	display: none;
}


/* Secondary ( Sticky ) */

.is_stuck {
	margin-top: 105px;
}

.sleft .is_stuck {
	float: left;
}






/**
 * Widgets -> Standard Widgets
 */


/**
 * Widgets -> Standard Widgets -> Defaults
 */

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a {
	border: 0;
	color: #5f5f5f;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.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 {
	color: #f9c809;
}

.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 rgba(255, 255, 255, 0.2);*/
}

.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: #f9c809;
	position: absolute;
	right: 10px;
	margin-top: 1px;

	content: "";
	display: none;
	margin: 0;
}

.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_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul {
	margin-top: -7px;
	margin-bottom: -7px !important;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}




/**
 * Widgets -> Standard Widgets -> Text
 */

.textwidget {
	margin-top: -8px;
	margin-bottom: -5px !important;
}

.textwidget > :last-child {
	margin-bottom: 0;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

.widget.widget_text strong {
	font-weight: 500;
	color: #262626;
}




/**
 * Widgets -> Standard Widgets -> Search
 */

.widget_search label {
	width: 100%;
}

.widget_search .iconed-field[class*="flaticon"]:before {
	font-weight: 600;
}




/**
 * Widgets -> Standard Widgets -> Tag Cloud
 */

.tagcloud {
	text-align: center;
}

.tagcloud a {
	color: #262626;
	background-color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 20px;
	/*white-space: nowrap;*/
	/*letter-spacing: 3px;*/
}

.tagcloud a:hover {
	color: #f9c809;
}

.tagcloud a + a {
	margin-left: 7px;
}




/**
 * Widgets -> Standard Widgets -> Calendar
 */

.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: #f9c809;
	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: #262626;
	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: #f9c809;
}
.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: #262626;
}

.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: #262626;
	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 #f9c809;
	background-color: #f9c809;
}

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




/**
 * Widgets -> Standard Widgets -> Rss
 */

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

.widget_rss cite {
	margin-top: 12px;
}






/**
 * Widgets -> Custom Widgets
 */


/**
 * Widgets -> Custom Widgets -> Recent Comments
 */

.widget .recentcomments .author-avatar img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	float: left;
}

.widget .recentcomments .comment-head {
	padding-left: 28px;
	text-indent: -28px;
}

.recent-comments--icon {
	margin-right: 10px;
	vertical-align: middle;
}

.recent-comments--icon:before {
	font-size: 18px !important;
}

.widget .recentcomments .comment-head,
.widget .recentcomments .comment-author-link,
.widget .recentcomments .comment-datetime {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
}

.widget .recentcomments a {
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.widget_recent_comments .comment-author-link a {
	color: #262626;
}

.widget_recent_comments .comment-author-link a:hover {
	color: rgba(55, 52, 47, 0.5);
}

.widget_recent_comments .author-avatar img {
	margin-right: 30px;
}






/**
 * Widgets -> Custom Widgets Adjustments
 */


/**
 * Widgets -> Custom Widgets Adjustments -> Basics
 */

.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_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 #f9c809;
	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;
}




/**
 * Widgets -> Custom Widgets Adjustments -> Recent Posts
 */

.recent-posts.layout-3 .primary-content {
	background-color: #f5f5f5;
}








/**
 * Plugins
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 * Plugins -> Revolution Slider
 */

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

.ts-first-char {
	margin-left: -2.5% !important;
	line-height: 90% !important;
}

.ts-first-char:first-letter {
	font-size: 132%;
}






/**
 * Plugins -> Mail Chimp
 */

.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: #262626;
    text-align: left;
}

.mc4wp-form-basic input {
	height: 40px;
}

.mc4wp-form-basic input[type] {
	max-width: 100%;
}

.secondary .iconed-select {
	width: 100%;
}

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






/**
 * Plugins -> Contact Form 7
 */

.wpcf7-form {
	position: relative;
}

.wpcf7-form > p {
	position: relative;
	margin: 0;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.wpcf7-tel {
	width: 100%;
}

.wpcf7 textarea {
	height: 120px;
	margin-bottom: 0;
}

.wpcf7-form-control-wrap.iconed-field + br {
	display: none;
}

.wpcf7 .wpcf7-submit {
	background-color: #f9c809;
	margin-bottom: 0;
}

.wpcf7 .ajax-loader {
	position: absolute;
	right: 0;
	bottom: 0;
}

div.wpcf7-response-output {
	color: #fff;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

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






/**
 * Plugins -> Apsc ( Access Press Social Counter )
 */

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



/**
 * Plugins -> Instagram Feed
 */

.instagram-wrapper .textwidget {
	margin: -10px !important;
}

.instagram-wrapper #sb_instagram {
	padding: 0 !important;
}



/**
 * Plugins -> Booked
 */

body .booked-calendar-wrap {
	margin-bottom: 0;
}

body .page-left i,
body .page-right i,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:before,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-time i,
body .booked-calendarSwitcher p i {
	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;
}

body .page-left i:hover:before,
body .page-right i:hover:before {
	color: #fff;
}

body .booked-calendarSwitcher.calendar {
	padding: 0 23px 0 28px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

body .booked-calendarSwitcher.calendar select {
	min-width: 0;
	width: 162px;
	height: 40px;
	padding-left: 6px;
	padding-top: 2px;
	line-height: 40px;

	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;

	color: #262626;
}

body .booked-calendarSwitcher.calendar p i {
	margin-right: 0 !important;
}

body .booked-calendarSwitcher.calendar p i:before {
	content: '\e751';
	position: relative;
	left: -8px;
	top: 4px;
	color: #f9c809;
	font-size: 22px;
}

body table.booked-calendar th {
	padding-top: 19px;
	padding-bottom: 18px;
}

body .monthName {
	color: #262626;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
}

body table.booked-calendar thead th { 
	color:#5f5f5f !important;
}

body table.booked-calendar tr.days th {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	padding-top: 14px;
	padding-bottom: 13px;
}

body table.booked-calendar tr:not(.entryBlock) td {
	height: 80px !important;
}

body table.booked-calendar tr:not(.entryBlock) td > span,
body table.booked-calendar tr:not(.entryBlock) td > span > span {
	line-height: 80px !important;
}

body table.booked-calendar td { border-color: #d9dadc; }
body table.booked-calendar td:first-child { border-left-color: #d9dadc; }
body table.booked-calendar td:last-child { border-right-color: #d9dadc; }
body table.booked-calendar .week:first-child td { border-top:1px solid #d9dadc; }

body table.booked-calendar td.blur .date {
	background: #ecedef;
}

body table.booked-calendar td > span {
	line-height: 79px !important;
}

body table.booked-calendar td .date span {
	color: #5f5f5f;
	font-size: 14px;
	font-size: 1.4rem;
}

body table.booked-calendar td.blur .date span,
body table.booked-calendar td.prev-date .date span {
	color: #cbcbcb;
}

body table.booked-calendar td.prev-date .date, 
body table.booked-calendar td.prev-date:hover .date, 
body table.booked-calendar td.prev-date:hover .date span {
    background: #fff !important;
}

body table.booked-calendar td:hover .date,
body table.booked-calendar td.today:hover .date,
body table.booked-calendar tr.week td.active,
body table.booked-calendar tr.week td.active .date,
body table.booked-calendar tr.week td.active:hover .date {
	background: #f9c809 !important;
}

body table.booked-calendar td:hover .date span {
	background: none;
}

body table.booked-calendar td.today:before {
	content: "today";
	color: #262626;
	font-size: 14px;
	text-transform: uppercase;

	position: absolute;
	left: 10px;
	top: 3px;
}

body table.booked-calendar td.today .date span {
	border: 0 none;
	color: #5f5f5f !important;
}

body table.booked-calendar td.today:hover .date span,
body table.booked-calendar tr.week td.active .date .number {
	background: none !important;
	color: #fff !important;
}

body .page-left i:before,
body .page-right i:before {
	position: relative;
}

body .page-left i:before,
body .page-right i:before {
	color: #262626;
	font-size: 24px;
	top: -1px;
}

body .page-left i:before {
	content: "\e7c0";
}

body .page-right i:before {
	content: "\e7c1";
}

body table.booked-calendar th a.backToMonth {
	color: #262626;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding-left: 13px;
	position: relative;
	top: -1px;
}

body table.booked-calendar th .monthName a:hover {
    color: #fff;
}


body table.booked-calendar tr.entryBlock {
	background-color: #f5f5f5;
}

body table.booked-calendar .booked-appt-list {
	color:#b2b2b2;
	background-color: #f5f5f5;
	padding: 10px;
	font-size:14px;
	font-size:1.4rem;
	font-weight: 300;
	box-shadow: none;
}

body table.booked-calendar .booked-appt-list h2 {
	color: #262626;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:500;
	text-transform: uppercase;
	margin: 0 0 28px;
	text-align: left;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
	width: 71.5%;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
	position: relative;
	width: 28.5%;
	padding: 5px 0 0 0;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 0;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
	padding: 12px 0 36px 0;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time,
.booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
/* 	font-family: 'Raleway', sans-serif; */
	color:#5f5f5f;
	font-size:14px !important;
	font-size:1.4rem !important;
	font-weight: 400 !important;
	text-transform: none !important;
	line-height: 25px;
}

.booked-calendar-wrap .booked-appt-list .timeslot {
	position: relative;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time,
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people,
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time,
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-people { 
	height: 50px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
	padding-top: 12px;
}

.booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
	color: #f9c809 !important;
	display: inline-block !important;
	position: absolute !important;
	left: 29%;
	top: 6px;
}
.booked-calendar-wrap .booked-appt-list .timeslot.timeslot-unavailable .spots-available {
	color: #b2b2b2 !important;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-count .spots-available.empty {
	color: #b2b2b2;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-time i:before {
	content: '\e7d0';
	position: relative;
	top: 2px;
	color: #f9c809;
	font-size: 13px;
	margin-right: 8px;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
	font-family: 'Raleway', sans-serif;
	position: relative;
	width: 100%;
	height: 40px;
	background: #fff;
	color: #292a2e;
	font-weight: 700;
	border: 0 none;
	text-align: left;
	padding-left: 40px;
	padding-right: 55px;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button * {
	font-family: 'Raleway', sans-serif;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled] {
	background: #f9c809 !important;
	color: #262626 !important;
	opacity: 1;
	border: 0 none;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:before {
	content: "";
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover {
	background: #f9c809 !important;
	color: #262626 !important;
	border: 2px solid #f9c809 !important;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button[disabled]:hover {
	background: #f9c809 !important;
	color: #262626 !important;
	border: 0 none !important;
}

body table.booked-calendar .booked-appt-list .timeslot:hover {
	background: #f5f5f5;
}

body table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
	border-left: 0 none;
}

body table.booked-calendar .booked-appt-list .timeslot {
	border-color: #dcdcdc;
}

body table.booked-calendar .booked-appt-list .timeslot:last-of-type {
	border-bottom: 1px solid #dcdcdc;
}


#booked-profile-page .booked-profile-appt-list h4,
#booked-profile-page .booked-profile-appt-list .appt-block > * {
	color: #292a2e !important;
}

#booked-profile-page .booked-profile-appt-list h4 {
	font-weight: 500;
}

#booked-profile-page .booked-profile-appt-list .booked-cal-buttons > * {
	margin-bottom: 10px;
}

#booked-profile-page .booked-profile-appt-list .booked-cal-buttons a {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}






/**
 * Plugins -> Custom Content Team
 */


/**
 * Plugins -> Custom Content Team -> Team Excerpt
 */

.team-excerpt a.post-thumbnail {
	overflow: hidden;
}

.team-excerpt .post-thumbnail .cover {
	display: block;
}

.team-excerpt.head-media-excerpt .entry-content {
	margin-top: -40px;
	padding-top: 25px;
}

.team-excerpt.head-media-excerpt .entry-content * {
	text-align: center;
}

.team-excerpt .entry-content .post-content {
	margin-top: 5px;
}

.team-excerpt .entry-title {
	text-transform: none;
	height: 30px;
	overflow: hidden;
	margin-top: 0;
}

.team-excerpt .team-member-position {
	height: 30px;
	overflow: hidden;
}

.team-excerpt .more-link {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}




/**
 * Plugins -> Custom Content Team -> Team Single
 */

body.single-team_member .team_member .entry-title {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: none;
	position: relative;
	margin-top: 0;
	margin-bottom: 37px;
}

body.single-team_member .team_member .entry-title:before {
	content: attr(data-subtitle);

	color: #f9c809;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;

	position: absolute;
	left: 0;
	top: 0;
}

.team-section--caption {
	color: #f9c809;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	text-transform: uppercase;

	margin-top: 19px;
	margin-bottom: 20px;
}

.team-section--list {
	font-weight: 400;
	line-height: 29px;
}

.ul.team-section--list li:before {
	top: 0.03em;
}

.sidebar-team-single .widget-title {
	font-size: 36px !important;
	font-size: 3.6rem !important;
	text-align: left !important;
	margin-bottom: 50px;
}

.sidebar-team-single .widget-sub-title {
	font-size: 108px !important;
	font-size: 10.8rem !important;
	left: 0 !important;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
	bottom: 5px !important;
}






/**
 * Plugins -> Mp-TimeTable
 */


/**
 * Plugins -> Mp-TimeTable -> Class Excerpt
 */

.class-excerpt a.post-thumbnail {
	overflow: hidden;
}

.class-excerpt .post-thumbnail .cover {
	display: block;
}

.class-excerpt .entry-content,
body.page .class-excerpt .entry-content {
	padding: 0 40px 85px 40px;
}

.class-excerpt .entry-content .post-content {
	height: 90px;
	overflow: hidden;
}

.class-excerpt .entry-title {
	text-transform: none;
	height: 30px;
	overflow: hidden;
}




/**
 * Plugins -> Mp-TimeTable -> Class Single
 */

body.single-mp-event .hentry,
body.single-mp-column .hentry {
    border: 5px solid #f9c809;
}

body.single-mp-event .post-gallery {
	background-color: #262626;
	margin: -5px -5px 0;
}

body.single-mp-event .entry-content {
    padding-top: 0;
}

body.single-mp-event .head-media-single .entry-content {
	position: relative;
	margin-top: -60px;
	padding-top: 0;
}

body.single-mp-event .entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	text-transform: none;
	margin-top: 35px;
}

body.single-mp-event .post-content {
	margin-top: 25px;
}

body.single-mp-event .timeslots-title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-top: 40px;
	margin-bottom: 21px;
}

body.single-mp-event .timeslot {
    color: #929292;
	float: left;
	width: 33%;
	margin-bottom: 30px;
}

body.single-mp-column .event {
    color: #929292;
}

body.single-mp-column .event + .event {
	margin-top: 30px;
}

body.single-mp-event .timeslot-link,
body.single-mp-column .event-link {
    color: #262626;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

body.single-mp-event .timeslot-link:hover,
body.single-mp-column .event-link:hover {
    color: #f9c809;
}

body.single-mp-event .timeslot-user .avatar,
body.single-mp-column .event-user .avatar {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

body.single-mp-event .entry-footer {
	clear: both;
}

body.single-mp-event .post-infos--full-schedule {
	width: auto;
}




/**
 * Plugins -> Mp-TimeTable -> Schedule
 */

.mptt-shortcode-wrapper .mptt-shortcode-table tbody tr {
	background-color: #e5e5e5 !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event {
	background-color: #f5f5f5 !important;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event:hover {
	background-color: #fff !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th {
	color: #262626 !important;
	background-color: #f9c809 !important;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;

	height: 60px;
	line-height: 60px;
	border: 0 none !important;
	border-bottom: 1px solid #f9c809 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

body .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
	color: #262626;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	background: #fff;
	width: 100px !important;
	text-align: center;
}

body .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
	border: 1px solid rgba(95, 95, 95, 0.1) !important;
}

body .mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours {
	border-color: rgba(95, 95, 95, 0.02) !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
	outline: 1px solid rgba(95, 95, 95, 0.2) !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table {
	margin-top: 30px !important;
	border: 0 none;
	border-collapse: collapse;
}

.mptt-event-container--inner {
	position: absolute;
	width: 100%;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
	color: #262626 !important;
	font-family: 'Raleway', sans-serif;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
	color: #f9c809 !important;
	text-decoration: none !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle,
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event .event-user img {
	display: none;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user {
	color: #f9c809;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 400;

	position: relative;
	padding-top: 25px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-user:before {
	content: "Trainer:";
	color: #929292;

	position: absolute;
	left: 50%;
	top: 0;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

body .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
	border-color: #f9c809;
}








/**
 * Unyson
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 * Unyson -> Basics
 */

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




/**
 * Unyson -> Shortcodes
 */


/**
 * Unyson -> Shortcodes -> Table
 */

.fw-package {
	border: 5px solid #f9c809;
}

.fw-package .fw-heading-row {
	color: #262626;
	background: transparent;
	position: relative;
}

.fw-package span.fw-heading-row--title {
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;

	position: relative;
	z-index: 1;
	height: 111px;
	line-height: 111px;
	border: 0 none;
	padding: 0;
}

.fw-package span.fw-heading-row--sub-title {
	font-family: 'Raleway', sans-serif;
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: 500;
	letter-spacing: -0.05em;
	opacity: 0.05;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	line-height: 110px;
	border: 0 none;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

.fw-package .fw-pricing-row {
	color: #f9c809;
    background: #f5f5f5;
	min-height: 0;

	height: 100px;
	line-height: 100px;
}

.fw-package .fw-pricing-row span,
.fw-package .fw-pricing-row small {	
	font-weight: 900;
	display: inline-block;
	
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

.fw-package .fw-pricing-row span {
	font-size: 60px;
	font-size: 6.0rem;
	position: relative;
	padding:0;
}

.fw-package .fw-pricing-row small {
	font-size: 26px;
	font-size: 2.6rem;
}

.fw-package .fw-pricing-row span:before {
	content: "$";
	font-size: 33px;
	position: absolute;
	left: -19px;
	top: -9px;
}

.fw-package .fw-default-row {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 26px;
	padding: 0 65px;
	line-height: 40px;
}

.fw-package .fw-button-row {
    padding: 0;
    margin: 31px 0 -5px 0;
}

.fw-package .fw-btn:hover,
.fw-package .fw-btn:focus {
    opacity: 1;
    background-color: #262626;
}




/**
 * Unyson -> Shortcodes -> Button
 */

.fw-btn,
a.fw-btn {
	color: #262626;
	background-color: #f9c809;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;

	height: 50px;
	line-height: 50px;
	padding: 0 45px;
	text-align: center;
	white-space: nowrap;
	border: 0 none;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fw-btn:hover,
.fw-btn:focus,
a.fw-btn:hover,
a.fw-btn:focus {
	color: #fff;
	background-color: #262626;
}

.fw-btn span,
a.fw-btn span {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}








/**
 *  Custom pages
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 *  Custom pages -> Front Page
 */

.p-front-section-bmi .fw-text p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.p-front-section-bmi .fw-special-subtitle {
	opacity: 0.065;
	margin-left: 1.1%;
	margin-bottom: -2.9%;
	letter-spacing: -0.05em;
}



/**
 *  Custom pages -> Page 404
 */

body.error404 .site {
    padding-top: 0;
    padding-bottom: 0;
}

body.error404 .entry-content {
    position: relative;
    padding: 0 15px;
    max-height: 900px;
}

.error-404 {
    padding: 18.3% 0 13.394% 15.4%;
}

.error-404--inner {
    display: inline-block;
    text-align: center;
}

body.error404  .entry-content h1.page_title_404 {
    color: #262626;
    font-family: 'Raleway', sans-serif;
    font-size: 7.8129vw;
    line-height: 0.85em;
    font-weight: 600;
    margin: 0;
}

body.error404 .entry-content .error-404--inner.no-bg h1.page_title_404 {
    color: #fff !important;
}

body.error404  .entry-content h1.page_title_404 span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

body.error404  .entry-content h1.page_title_404.error404-label {
    margin-top: 14px;
}

.page_message_404 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 0;
}

.error-404--inner.no-bg .page_message_404 {
    color: #fff;
}

.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 .homepage_link input {
    padding: 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
}

.error-image {
    max-height: 270px;
    margin-bottom: 14px;
}

a.page_404_homepage_link {
    margin-top: 61px;
}



/**
 *  Custom pages -> Page Contact
 */

.p-contact-col-mail .fw-special-subtitle {
	opacity: 0.05;
}

.p-contact-col-mail .wpcf7 .wpcf7-submit {
	font-size: 10px;
	font-size: 1.0rem;
	height: 31px;
	line-height: 31px;
	padding: 0 22px;

	position: absolute;
	right: 0;
	bottom: 0;
}








/**
 *  Misc
 * -----------------------------------------------------------------------------------------------------------------
 */


/**
 *  Misc -> Helpers
 */


/* Main */

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

div.fw_print_r {
    max-height: inherit !important;
    overflow-y: visible !important;
    border: 1px outset lightgrey !important;
}


/* Centered blocks */

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


/* Widget Area Placeholder */

.widget-area-placeholder {
    background-color: rgba(126, 204, 0, 0.25) !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;
}


/* Default Heading */

.default-heading,
body h2.default-heading,
body div .default-heading {
	display: none !important;
	margin: 0 !important;
}






/**
 *  Misc -> 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: #f9c809;
	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);
	}
}






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






/**
 *  Misc -> Post Gallery & Owl Gallery
 */

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

.owl-carousel.owl-gallery .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-gallery .owl-controls .owl-nav .owl-next {
	color: #cbcbcb;
	background-color: #262626;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
}

.owl-carousel.owl-gallery .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel.owl-gallery .owl-controls .owl-nav .owl-next:hover {
	color: #262626;
	background-color: #f9c809;
}

.owl-carousel.owl-gallery:hover .owl-controls .owl-nav .owl-next {
	right: -1px;
}






/**
 *  Misc -> Masonry Loop
 */

.masonry-loop {
	margin-bottom: -60px;
}

.masonry-loop-item {
	float: left;
	/*width: 370px;*/
	margin-bottom: 60px;
}

.masonry-loop-item + .masonry-loop-item {
	margin-top: 0;
}

.masonry-loop-item:nth-of-type(3n-1),
.masonry-loop-item:nth-of-type(3n) {
	/*margin-left: 30px;*/
}






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








/**
 *  Media Queries ( Responsive )
 * -----------------------------------------------------------------------------------------------------------------
 */

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




/**
 *  Media Queries -> 240px ( 15em )
 */

@media screen and (min-width: 15em) {

	.nav-previous, .nav-next {
		/* width: 100%; */
	}

	.faded-search-form {
		margin-top: 50px;
		padding: 0 15px;
	}

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

	.col-sm-8 iframe[src*="feature=oembed"],
	.col-sm-8 iframe[src*="player.vimeo.com"] {
		height: 230px;
	}

	.video-container.wide .container {
		margin-right: 15px;
		margin-left: 15px;
	}

	.wide-video-title h1 {
		font-size: 30px;
		font-size: 3.0rem;
	}

	.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: 45px;
	}


	/* Blog */

	.hentry.post .entry-content {
		/* padding: 0; */
	}

	.hentry.excerpt .entry-content {
		/* padding: 30px 0 18px; */
	}

	.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 .comment-form-input {
		padding-right: 0;
	}


	/* Blog -> Excerpts -> Time-line excerpt */

	.time-line-excerpt .post-infos.small {
		display: none;
	}

	.time-line-date {
		display: none;
	}


	/* Blog -> Author Bio */

	.author-info {
		margin-left: 35px;
	}

	.author-info .author-avatar {
		width: 35px;
		-webkit-transform: translateX(-35px);
		-ms-transform: translateX(-35px);
		transform: translateX(-35px);
	}

	.author-social li + li {
		margin-left: 0;
		margin-top: 10px;
	}

	.author-description {
		padding: 30px;
	}


	/* Template Tags -> Post Controls */

	.post-controls {
		margin-bottom: 28px;
	}

	.post-controls .pctrl-like-btn,
	.post-controls .pctrl-view span {
		display: none;
	}


	/* Header */

	.head-menu-email,
	.head-menu-phone,
	.head-menu-social,
	body.menu-solid .menu-strip:before,
	.main-nav {
		display: none;
	}

	body.menu-solid .menu-strip {
		margin-bottom: 0;
	}

	.head-menu-logo-section {
		left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.nav-button {
		display: inline-block;
		width: 100%;
		text-align: right;
		padding-left: 20px;
	}


	/* Header -> Page Title & Breadcrumbs */

	.entry-header-wrapper {
		/* height: 220px; */
	}

	.entry-header-wrapper {
		height: 158px;
	}

	.entry-header-wrapper .entry-header {
        /*padding: 55px 0 58px;*/
	}

	.entry-header-wrapper .page-title:before {
		display: none;
	}

	.entry-header-wrapper .page-title {
		font-size: 40px !important;
		font-size: 4.0rem !important;
		line-height: 40px !important;
	}

	.breadcrumbs {
		display: none;
	}


	/* Footer */

	.foot-about .widget-title {
		padding-left: 0;
		padding-top: 87px;
	}

	.footer-line-triple {
		display: none;
	}

	.copyright {
		text-align: center;
	}


	/* Spacings */

	.site {
		/* padding-top: 60px; */
		/* padding-bottom: 50px; */
	}

	.hentry + .hentry,
	.excerpt + .excerpt {
		/* margin-top: 30px; */
	}

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


	/* Plugins -> Revolution Slider */

	.ts-w620-hide,
	.bs-w620-hide,
	.ts-w992-hide {
		display: none !important;
	}

	.ts-btn,
	.bs-btn {
		min-height: 40px !important;
		line-height: 40px !important;
	}

	.ts-text {
		display: none !important;
	}


	/* Plugins -> Apsc */

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


	/* Plugins -> Booked */

	body table.booked-calendar tr:not(.entryBlock) td {
		height: 50px !important;
	}

	body table.booked-calendar td.today:before {
		display: none;
	}

	body table.booked-calendar tr:not(.entryBlock) td > span,
	body table.booked-calendar tr:not(.entryBlock) td > span > span {
		line-height: 50px !important;
	}

	body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
		width: 100%;
	}

	body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}


	/* Plugins -> Custom Content Team */

	body.single-team_member .team_member .entry-title:before {
		display: none;
	}


	/* Unyson -> Basics */

	.fw-col-sm-4 + .fw-col-sm-4 {
		margin-top: 30px;
	}


	/* Custom pages -> Page 404 */

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

	.error-404 .search-form [class*=iconed] {
		width: 220px;
	}

	/* Custom pages -> Page About */

	.p-about-stats {
		display: none;
	}

}






/**
 *  Media Queries -> 320px ( 20em )
 */

@media screen and (min-width: 20em) {

	.post-controls .pctrl-view span {
		display: inline;
	}

    .entry-content,
	.entry-footer {
        width: 100%;
        margin: 0;
    }

	.comment-infos i:nth-of-type(1),
	.comment-infos time:nth-of-type(1) {
		display: inline-block;
	}

	.comment-infos .comment-edit-link {
		margin-left: 30px;
	}

    .comment-respond {
        width: 100%;
        /* margin: 1em auto; */
    }

    .hentry.sticky:not(.has-post-thumbnail) {
        padding-top: inherit;
    }
	
	.entry-content h1.page_title_404 {
		font-size: 120px;
		font-size: 12.0rem;
		line-height: 95px;
		line-height: 9.5rem;
	}


	/* Navigations */

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


	/* Plugins -> Apsc */

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


	/* Custom pages -> Page 404 */

	.error-404 .search-form [class*=iconed] {
		width: 217px;
	}

	.foot-about .widget-title {
		padding-left: 140px;
		padding-top: 0;
	}

}






/**
 *  Media Queries -> 450px
 */

@media screen and (min-width: 450px) {

	.hentry + .hentry,
	.excerpt + .excerpt {
		/* margin-top: 40px; */
	}

	.nav-button {
		padding-left: 45px;
	}

	.author-description {
		padding: 33px 40px 28px 30px;
	}

	.comment-infos i:nth-of-type(2),
	.comment-infos time:nth-of-type(2) {
		display: inline-block;
	}
	
	.error-404 .search-form [class*=iconed] {
		width: 370px;
	}

	.foot-about .widget-title {
		padding-top: 17px;
	}

}



/**
 *  Media Queries -> 480px
 */

@media screen and (min-width: 480px) {

	.blog-slider .posts-slider__title a {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 35px;
	}


	/* Plugins -> Apsc */

	.apsc-theme-2 .apsc-each-profile {
		width: 120px;
	}

	.apsc-theme-2 .apsc-each-profile,
	.apsc-theme-2 .apsc-each-profile a {
		min-height: 120px;
	}


	/* Plugins -> Custom Content Team */

	body.single-team_member .team_member .entry-title:before {
		display: block;
	}

}



/**
 *  Media Queries -> 620px ( 38.75em )
 */

@media screen and (min-width: 38.75em) {

	.hentry + .hentry,
	.excerpt + .excerpt {
		/* margin-top: 40px; */
	}
   
    .col-sm-8 iframe[src*="feature=oembed"],
    .col-sm-8 iframe[src*="player.vimeo.com"] {
        height: 383px;
    }

	.wide-video-title h1 {
		font-size: 40px;
		font-size: 4.0rem;
	}

	.ts-w620-hide,
	.bs-w620-hide {
		display: block !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;
	}


	/* Blog */

	.hentry.excerpt .entry-content {
		/* padding: 40px 0; */
	}

	.post-password-form input{
		display: inline-block;
		margin: 0 5px !important;
	}

	.post-password-form input[type="submit"] {
		clear: none;
	}


	/* Blog -> Author Bio */

	.author-info {
		margin-left: 80px;
	}

	.author-info .author-avatar {
		width: 80px;
		-webkit-transform: translateX(-80px);
		-ms-transform: translateX(-80px);
		transform: translateX(-80px);
	}

	.author-social li:nth-of-type(2) {
		margin-top: 0;
	}

	.author-social li:nth-of-type(2n) {
		margin-left: 10px;
	}

	.author-description {
		padding: 30px;
	}


	/* Template Tags -> Post Controls */

	.post-controls {
		margin-bottom: 43px;
	}

	.post-controls .pctrl-like-btn {
		display: block;
	}


	/* Header */

	.head-menu-phone {
		display: block;
	}

	.head-menu-left {
		left: auto;
		right: 30px;
	}

	.nav-button {
		text-align: center;
		padding-left: 0;
	}


	/* Header -> Page Title & Breadcrumbs */

	.entry-header-wrapper {
		height: 279px;
	}

	.entry-header-wrapper .entry-header {
        /*padding: 116px 0 82px;*/
	}

	.entry-header-wrapper .page-title:before {
		display: block;
	}

	.entry-header-wrapper .page-title {
		font-size: 46px !important;
		font-size: 4.6rem !important;
		line-height: 46px !important;
	}

	.breadcrumbs {
		display: block;
	}


	/* Navigations */

	.nav-previous, .nav-next {
		/* width: 49.3%; */
	}

	.post-navigation div + div {
		border-top: 0 none;
	}


	/* Plugins -> Booked */

	body table.booked-calendar tr:not(.entryBlock) td {
		height: 80px !important;
	}

	body table.booked-calendar td.today:before {
		display: block;
	}

	body table.booked-calendar tr:not(.entryBlock) td > span,
	body table.booked-calendar tr:not(.entryBlock) td > span > span {
		line-height: 80px !important;
	}

	body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
		background-color: transparent;
		border: 2px solid #f9c809;
	}

	#booked-profile-page .booked-profile-appt-list .appt-block {
		float: left;
		width: 50%;
		padding: 30px 50px !important;
	}

	#booked-profile-page .booked-profile-appt-list .calendar-name {
		padding-bottom: 15px !important;
	}

	#booked-profile-page .booked-profile-appt-list .booked-cal-buttons {
		padding-top: 21px !important;
	}

}






/**
 *  Media Queries -> 740px ( 46.25em )
 */

@media screen and (min-width: 46.25em) {


	.sidebar-hidden {
		position: absolute;
	}

	.sidebar-visible {
		position: relative;
	}

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


	/* Typography */

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

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


	/* Typography -> Media */

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


	/* Blog */

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

	.format-link .entry-title a:after {
		top: 0.0833em;
	}


	/* Blog -> Comments */

	.comments-wrap {
		padding: 40px;
	}

	.comment-form-wrap .avatar {
		width: 60px;
		height: 60px;

		-webkit-transform: translateX(-60px);
		-ms-transform: translateX(-60px);
		transform: translateX(-60px);
	}

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		/* padding-top: 0; */
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-list article {
		padding: 13px 30px 15px;
	}

	.comment-list article.has-avatar {
		margin-left: 60px;
	}

	.comment-author .comment-avatar {
		display: block;
		/* height: 60px; */
		width: 60px;
		left: -60px;
	}

	.comment-author h3 {
		padding-right: 0;
	}

	.comment-list .children {
		padding-left: 20px;
	}

	.comment-metadata .edit-link:before {
		top: 2px;
	}

	.pingback .edit-link:before {
		top: 6px;
	}

	.bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.comment-reply-link {
		top: auto;
		bottom: 0;
	}

	.comment-reply-title small a:after {
		/* top: 14px; */
	}


	/* Header */

	body.menu-solid .menu-strip:before {
		display: block;
	}

	body.menu-solid .menu-strip {
		margin-bottom: 120px;
	}

	.head-menu-logo-section {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.head-menu-left {
		left: 30px;
		right: auto;
	}

	.head-menu-right {
		right: 30px;
	}

	.head-menu-left-inner + .head-menu-left-inner {
		margin-left: 0;
	}

	.head-menu-social,
	.main-nav {
		display: block;
	}

	.nav-button {
		display: none;
	}


	/* Navigations */

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

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}


	/* Widgets */

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		line-height: 1.75;
	}

	.widget button,
	.widget input {
		line-height: normal;
	}

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


	/* Plugins -> Booked */

	body table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
		width: 56.5%;
	}

	body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
		width: 42.5%;
	}

}






/**
 *  Media Queries -> 768px
 */

@media screen and (min-width: 768px) {

	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 .comment-form-input {
		padding-right: 10px;
	}
	
	.comment-form .comment-form-input-last {
		padding-right: 0;
	}

	.video-container.wide .container {
		margin-right: auto;
    	margin-left: auto;
	}

	.site-faq .fw-col-xs-12 + .fw-col-xs-12 {
		margin-top: 0;
	}


	/* Containers */

	.post-container.sleft {
		margin-left: -5px;
		padding-right: 4px !important;
	}

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


	/* Footer */

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


	/* Spacings */

	.site {
		/* padding-top: 120px; */
		/* padding-bottom: 100px; */
	}

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


	/* Widgets */

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


	/* Plugins -> Apsc */

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


	/* Plugins -> Custom Content Team -> Team Excerpt */

	.team-excerpt a.post-thumbnail {
		height: 450px;
	}


	/* Plugins -> Mp-TimeTable -> Class Excerpt */

	.class-excerpt a.post-thumbnail {
		height: 350px;
	}


	/* Unyson */

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

	.fw-col-sm-4 + .fw-col-sm-4 {
		margin-top: 0;
	}


	/* Unyson -> Shortcodes -> Table */

	.fw-package .fw-default-row {
		 padding: 0 35px;
	}


	/* Misc -> Masonry Loop */

	.masonry-loop-item {
		width: 48%;
	}

	.masonry-loop-item:nth-of-type(2n) {
		margin-left: 30px;
	}

}



/**
 *  Media Queries -> 783px
 */

@media screen and (min-width: 783px) {

	body.page .entry-content {
		padding: 0;
	}
}



/**
 *  Media Queries -> 880px ( 55em )
 */

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

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

	.faded-search-form {
		margin-top: 100px;
		padding: 0 100px;
	}

	.format-link .entry-title a:after {
		top: 0.125em;
	}


	/* Typography */

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}


	/* Typography -> Media */

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


	/* Blog -> Comments */

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		/* padding-top: 0; */
	}

	.comment-author .comment-avatar {
		/* height: 60px; */
		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;
	}


	/* Footer */

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


	/* Navigations */

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

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.25em 0.25em 0;
	}
	
}






/**
 *  Media Queries -> 956px ( 59.75em )
 */

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

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


    .is_stuck {
        margin-top: 105px;
    }

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


	/* Typography */

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6em;
	}


	/* Typography -> Media */

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


	/* Blog */

	.entry-content {
		margin: 0 auto;
	}

	.entry-summary .entry-content {
		padding: 2% 3%;
	}

	.entry-content > section > .row {
		margin-left: 0;
		margin-right: 0;
	}

	.format-link .entry-title a:after {
		top: 0;
	}


	/* Blog -> Comments */

	.comment-form-wrap .avatar {
		width: 40px;
		height: 40px;

		-webkit-transform: translateX(-40px);
		-ms-transform: translateX(-40px);
		transform: translateX(-40px);
	}

	.comment-respond {
		/* margin: 1em auto; */
	}

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

	/* Navigations */

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

	.pagination .nav-links {
		margin: 0 auto;
	}

	.page-links {
		margin-bottom: 1.3333em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.3333em 0.3333em 0;
	}

}






/**
 *  Media Queries -> 992px
 */

@media screen and (min-width: 992px) {

	.entry-header-wrapper .page-title {
		font-size: 46px !important;
		font-size: 4.6rem !important;
		line-height: 46px !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;
    }

	.footer-line-triple {
		display: block;
	}


	/**
     * Blog -> Excerpts -> Time-line excerpt
     */

	.time-line-excerpt {
		height: 340px;
		margin-left: 154px;
		padding-left: 45px;
		padding-bottom: 60px;
		border-width: 0 0 0 2px;
		border-style: solid;
		border-color: #3c3c3c !important;
	}

	.time-line-excerpt:last-child{
		height: 280px;
		padding-bottom: 0;
	}

	.excerpt.time-line-excerpt + .excerpt.time-line-excerpt {
		margin-top: 0;
	}

	.time-line-excerpt .post-thumbnail {
		position: absolute;
		width: 370px;
		height: 280px;
		margin: 0;
		padding: 20px 0;
	}

	.time-line-excerpt .post-thumbnail img,
	.time-line-excerpt .post-thumbnail .hover {
		height: 240px;
	}

	.time-line-excerpt .entry-media-wrapper {
		display: none;
	}

	.time-line-excerpt .entry-content {
		width: auto;
		height: 280px;
		margin-left: 370px;
		margin-top: 0;
	}

	.hentry.excerpt.time-line-excerpt .entry-content {
		padding-top: 41px;
	}

	.time-line-excerpt .post-infos.spacing {
		display: none;
	}

	.time-line-excerpt .post-infos.small {
		display: block;
	}

	.time-line-excerpt .entry-title {
		margin-top: 5px;
	}

	.time-line-excerpt .post-content {
		height: 90px;
		overflow: hidden;
		margin-top: 14px;
	}

	.time-line-excerpt .more-link {
		left: auto;
		right: 0;
		bottom: 0;
	}


	/* Blog -> Excerpts -> Time-line excerpt -> Side section */

	.time-line-date {
		display: block;
		position: absolute;
		left: -154px;
		top: 20px;
		width: 154px;
		text-align: left;
	}

	.time-line-date--inner {
		position:  relative;
	}

	.time-line-date--month * {
		font-family: 'Raleway', sans-serif;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: 500;
		text-transform: uppercase;
	}

	.time-line-date a {
		color: #fff;
	}

	.time-line-date a:hover {
		color: #f9c809;
	}

	.time-line-date * {
		line-height: 20px;
	}

	.time-line-date--full {
		margin-top: 2px;
	}

	.time-line-date--pin {
		background-color: #262626;

		position: absolute;
		right: 1px;
		top: 0;
		width: 20px;
		height: 20px;

		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);

		border: 2px solid #f9c809;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		border-radius: 100%;
	}


	/* Blog -> Excerpts -> Time-line excerpt -> Video post */

	.excerpt.time-line-excerpt .video-container {
		position: absolute;
		width: 370px;
		height: 280px;
		margin: 0;
		padding: 20px 0;
	}

	.time-line-excerpt .video-container .post-thumbnail,
	.time-line-excerpt .video-container .relwraper {
		height: 240px !important;
		overflow: hidden;
	}


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

	.blog-slider .posts-slider__title a {
		font-size: 100px;
		font-size: 10.0rem;
		line-height: 73px;
	}


	/* Plugins -> Revolution Slider */

	.ts-btn,
	.bs-btn {
		min-width: 160px !important;
		min-height: 50px !important;
		line-height: 50px !important;
	}

	.ts-w992-hide {
		display: block !important;
	}


	/* Plugins -> Apsc */

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

	.foot-about .widget-title {
		padding-left: 140px;
		padding-top: 11px;
		min-height: 73px;
		margin-top: -9px;
		margin-bottom: 28px;
	}


	/* Plugins -> Booked */

	body table.booked-calendar .booked-appt-list .timeslot .timeslot-time {
		width: 83.5%;
	}

	body table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
		width: 16.5%;
	}

	#booked-profile-page .booked-profile-appt-list .appt-block {
		float: left;
		width: 33%;
		padding: 30px 50px 0 !important;
	}

	#booked-profile-page .booked-profile-appt-list .calendar-name {
		padding-bottom: 15px !important;
	}

	#booked-profile-page .booked-profile-appt-list .booked-cal-buttons {
		padding-top: 21px !important;
	}


	/* Plugins -> Custom Content Team -> Team Single */

	.team-section--left {
		float: left;
		width: 370px;
	}

	.team-section--right {
		float: right;
		width: 370px;
	}


	/* Plugins -> Custom Content Team -> Team Excerpt */

	.team-excerpt a.post-thumbnail {
		height: 600px;
	}


	/* Plugins -> Mp-TimeTable -> Class Excerpt */

	.class-excerpt a.post-thumbnail {
		height: 500px;
	}


	/* Unyson */

	.fw-container {
		width: 970px;
	}

	.fw-shortcode-about-us.about-page-element {
		margin-top: 0;
	}


	/* Unyson -> Shortcodes -> Table */

	.fw-package .fw-default-row {
		padding: 0 65px;
	}


	/* Misc -> Masonry Loop */

	.masonry-loop-item {
		width: 48.455%;
	}

}






/**
 *  Media Queries -> 1100px ( 68.75em )
 */

@media screen and (min-width: 68.75em) {

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

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


	/* Typography */

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6471em;
	}


	/* Typography -> Media */

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


	/* Blog */

	.entry-content {
		margin: 0 auto;
	}

	.format-link .entry-title a:after {
		top: 0.0833em;
	}


	/* Blog -> Comments */

	.comment-form-wrap .avatar {
		width: 60px;
		height: 60px;

		-webkit-transform: translateX(-60px);
		-ms-transform: translateX(-60px);
		transform: translateX(-60px);
	}

	.comment-respond {
		/* margin: 2.4em auto; */
	}

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		/* padding-top: 0; */
		/* margin-top: 21px; */
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .comment-avatar {
		/* height: 60px; */
		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;
	}


	/* Navigations */

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

	.pagination .nav-links {
		margin: 0 auto;
	}

	.page-links {
		margin-bottom: 1.4117em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}


	/* Widgets */

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

}




/**
 *  Media Queries -> 1200px
 */

@media screen and (min-width: 1200px) {

	.hentry.excerpt .entry-content {
		/* padding: 40px 0 29px; */
	}

	.fw-container {
		width: 1170px;
	}


	/* Blog -> Author Bio */

	.author-info {
		margin-left: 170px;
	}

	.author-info .author-avatar {
		width: 170px;
		-webkit-transform: translateX(-170px);
		-ms-transform: translateX(-170px);
		transform: translateX(-170px);
	}

	.author-social li + li {
		margin-left: 10px;
		margin-top: 0;
	}

	.author-description {
		padding: 30px;
	}


	/* Template Tags -> Post Gallery */

	.post-gallery--panel-left {
		float: left;
		width: 770px;
	}

	.post-gallery--panel-right {
		float: right;
		width: 370px;
		margin-top: 0;
	}


	/* Header */

	.head-menu-left {
		left: 0;
	}

	.head-menu-right {
		right: 0;
	}

	.head-menu-left-inner + .head-menu-left-inner {
		margin-left: 30px;
	}

	.head-menu-email {
		display: block;
	}


	/* Plugins -> Custom Content Team -> Team Single */

	body.single-team_member .team_member .post-thumbnail {
		float: left;
		width: 370px;

		max-height: 540px;
		overflow: hidden;
	}

	body.single-team_member .team_member .post-thumbnail img {
		width: 100%;
	}

	body.single-team_member .team_member .entry-content {
		color: #fff;
		float: right;
		width: 770px;
		padding: 0;
	}

	body.single-team_member .head-media-single .entry-content {
		margin-top: 8px;
	}


	/* Plugins -> Custom Content Team -> Team Excerpt */

	.team-excerpt a.post-thumbnail {
		height: 450px;
	}


	/* Plugins -> Mp-TimeTable -> Class Excerpt */

	.class-excerpt a.post-thumbnail {
		height: 350px;
	}


	/* Plugins -> Mp-TimeTable -> Class Single */

	body.single-mp-event .head-media-single .post-gallery:not(.simple) + .entry-content .post-infos--panel {
		margin-top: -60px;
	}


	/* Custom pages -> Page About */

	.p-about-stats {
		display: block;
	}


	/* Misc -> Masonry Loop */

	.masonry-loop-item {
		width: 370px;
	}

	.masonry-loop-item:nth-of-type(2n) {
		margin-left: 0;
	}

	.masonry-loop-item:nth-of-type(3n-1),
	.masonry-loop-item:nth-of-type(3n) {
		margin-left: 30px !important;
	}

}




/**
 *  Media Queries -> 1240px ( 77.5em )
 */

@media screen and (min-width: 77.5em) {

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

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

    .col-sm-8 iframe[src*="feature=oembed"],
    .col-sm-8 iframe[src*="player.vimeo.com"] {
        height: 383px;
    }
	
	.sidebar_info {
    	padding: 51px 60px 51px;
	}


	/* Typography */

	.wp-caption.alignleft,
	.wp-caption.alignright,
	.wp-caption.aligncenter {
		margin-bottom: 1.2632em;
	}

	.wp-caption,
	.gallery {
		margin-bottom: 1.6842em;
	}


	/* Typography -> Media */

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


	/* Blog */

	.author-info {
		margin-left: 170px;
	}

	.author-info .author-avatar {
		-webkit-transform: translateX(-170px);
		-ms-transform: translateX(-170px);
		transform: translateX(-170px);
		/* height: 212px; */
		width: 170px;
	}

	.entry-content {
		margin: 0 auto;
	}

	.format-link .entry-title a:after {
		top: 3px;
	}


	/* Blog -> Comments */

	.comment-form-wrap .avatar {
		width: 70px;
		height: 70px;

		-webkit-transform: translateX(-70px);
		-ms-transform: translateX(-70px);
		transform: translateX(-70px);
	}

	.comment-respond {
		/* margin: 2.4em auto; */
	}

	.comment-list .comment-respond,
	.comment-navigation .comment-respond {
		/* padding-top: 0; */
		/* margin-top: -21px; */
	}

	.comment-list article.has-avatar {
		margin-left: 130px;
	}

	.comment-author .comment-avatar {
		/* height: 130px; */
		width: 130px;
		left: -130px;
	}

	.comment-list .children {
		padding-left: 90px;
	}

	.bypostauthor > article .fn:after {
		top: 8px;
	}

	.comment-metadata .edit-link:before {
		top: 8px;
	}

	.pingback .edit-link:before {
		top: 8px;
	}


	/* Navigations */

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

	.pagination .nav-links {
		margin: 0 auto;
	}

	.page-links {
		margin-bottom: 1.4736em;
	}

	.page-links a,
	.page-links > span {
		margin: 0 4px 0.25em 0;
	}


	/* Widgets */

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


	/* Plugins -> Apsc */

	.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 Queries -> 1403px ( 87.6875em )
 */

@media screen and (min-width: 87.6875em) {

}



/**
 *  Media Queries -> 1480px
 */

@media screen and (min-width: 1480px) {

}



/**
 *  Media Queries -> 1600px
 */

@media screen and (min-width: 1600px) {

	.ts-text {
		display: block !important;
	}

}








/**
 *  Media Queries ( Misc )
 * -----------------------------------------------------------------------------------------------------------------
 */


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



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

}



/**
 *  Media Queries -> Browsers adjustments
 */


/**
 *  Media Queries -> Browsers adjustments -> Firefox
 */

@-moz-document url-prefix() {
}

/**
 *  Media Queries -> Browsers adjustments -> IE10+
 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

/**
 *  Media Queries -> Browsers adjustments -> Edge
 */

@supports (-ms-ime-align:auto) {
}