/*
Theme Name: SMF
Author: Aubergine 262
Author URI: https://aubergine262.com/
Description: A custom theme for SMF
Version: 2.0
*/



/**
 * --------------------------------------------------------------------------------------------------------------------
 * Reset, headings, general defaults
 * @see http://git.io/normalize
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Reset and default heading tags  */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	outline: none !important;
}

::-moz-selection {
	background: #2B0B30;
	color: #fff;
}
::selection {
	background: #2B0B30;
	color: #fff;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
button,
input,
select,
textarea {
	font-family: 'Rubik';
}

body {
	color: #333132;
	line-height: 1.5;
	margin: 0;
	font-size: 19px;
	font-family: 'Rubik';
	overflow-x: hidden;
}

a {
	color: #13d0ca;
	text-decoration: none;
	transition: 0.1s;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	color: #E92076;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Rubik';
	line-height: 1;
	padding: 0;
	font-weight: 400;
}

h1 {
	font-size: 25px;
	margin-top: 0;
}

h2 {
	font-size: 24px;
	margin-top: 0;
}

h3 {
	font-size: 23px;
	margin-top: 0;
}

h4 {
	font-size: 22px;
	margin-top: 0;
}

h5 {
	font-size: 21px;
	margin-top: 0;
}

h6 {
	font-size: 20px;
	margin-top: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: 500;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 25px;
}
p:last-child {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: 'Rubik';
	font-style: italic;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'Rubik';
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-weight: 600;
	text-transform: uppercase;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0 30px;
	padding: 0 0 0 40px;
}
p + ul{
	margin-top:-10px;
}
ul {
	list-style-type: circle;
}

nav ul,
nav ol {
	list-style: none;
}

li > ul,
li > ol {
	margin: 0;
}

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

embed,
iframe,
object,
video {
	max-width: 100%;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	max-width: 100%;
	vertical-align: baseline;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 20px;
	width: 100%;
}


th,
td {
	text-align: left;
}

th {
	font-weight: 500;
	text-transform: uppercase;
}

td {
	padding: 5px 10px 5px 0;
}

del {
	color: #333;
}

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

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.screen-reader-text{
	display: none;
}
@media only screen and (max-width: 600px) {
	body {
		overflow-x: hidden;
		font-size: 16px;
	}
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Form fields, and general form classes checkbox, radio
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region  Form fields, and general form classes  */
button,
input,
textarea {
	border: 0px;
	font-family: inherit;
	width: 100%;
}
input,
textarea{
	padding: 9px 20px 10px 20px;
	font-size: 16px;
}
input[type="checkbox"],
input[type="radio"]{
	padding: 0;
}

/* Fix the autofill bug where it changes the line height */
input:-webkit-autofill{
	line-height: 1.4;
}

button:focus,
input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
.load-more-posts a,
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: none;
	background-color: #E92076;
	border: none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	line-height: 1;
	font: inherit;
	width:auto;
	transition: 0.1s;
}

.load-more-posts a:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #fff;
	outline: none;
	text-decoration: none;
	opacity:0.6;
}

.load-more-posts a:active,
.button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	opacity:0.5;
	color: #fff;
}

.bgWhite.button:hover{

}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333132;
}

:-moz-placeholder {
	color: #333132;
}

::-moz-placeholder {
	color: #333132;
}

:-ms-input-placeholder {
	color: #333132;
}

/* Styled checkboxes */
input.fancy-chk  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	position: relative;
}
input.fancy-chk:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #333132;
	content: "";
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
}
input.fancy-chk:checked:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #333132;
	content: "\f00c";
	position: absolute;
	top: 3px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
}
input.fancy-rdo  {
	background: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	position: relative;
}
input.fancy-rdo:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #2B0B30;
	content: "\f10c";
	position: absolute;
	top: -1px;
	left: -1px;
}
input.fancy-rdo:checked:after {
	font: normal normal normal 18px/1 FontAwesome;
	color: #2B0B30;
	content: "\f05d";
	position: absolute;
	top: -1px;
	left: -1px;
}
/*#endregion*/


/**
 * --------------------------------------------------------------------------------------------------------------------
 * WP embeds - images alignment and gallery
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Images Alignment for wp embeds  */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

/* Style wp gallery */
.gallery{
	margin-bottom: 15px;
}
.gallery:after{
	content: "";
	clear: both;
	display: table;
}
.gallery-item{
	float: left;
	width: 100%;
}
.gallery-item img{
	max-width: 100%;
	border: solid 1px #2B0B30;
}
.gallery-columns-1 .gallery-item{
	width: 98%;
	margin: 0 auto 10px;
}
.gallery-columns-2 .gallery-item{
	width: 49%;
	margin: 0 1% 10px 0;
}
.gallery-columns-3 .gallery-item{
	width: 32%;
	margin: 0 1% 10px 0;
}
.gallery-columns-4 .gallery-item{
	width: 23%;
	margin: 0 2% 10px 0;
}
.gallery-columns-5 .gallery-item{
	width: 18%;
	margin: 0 2% 10px 0;
}
.gallery-columns-6 .gallery-item{
	width: 14%;
	margin: 0 2% 10px 0;
}
.gallery-columns-7 .gallery-item{
	width: 12%;
	margin: 0 2% 10px 0;
}
.gallery-columns-8 .gallery-item{
	width: 10%;
	margin: 0 2% 10px 0;
}
.gallery-columns-9 .gallery-item{
	width: 8%;
	margin: 0 2% 10px 0;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Content Colours and List Styles
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Content Colours and List Styles  */
/* Lists */
#main ol{
	counter-reset: ol-counter;
	list-style-type: none;
	padding: 0 0 0 22px;
}
#main ol li{
	position: relative;
	margin-bottom: 10px;
}
#main ol li:last-child{
	margin-bottom: 0;
}
#main ol li:before {
	content: counter(ol-counter) '.';
	counter-increment: ol-counter;
	position: absolute;
	top: 0;
	left: -18px;
	color: #E92076;
	font-weight: 400;
}
#main ul{
	list-style-type: none;
	padding: 0 0 0 22px;
}
#main ul li{
	position: relative;
	margin-bottom: 10px;
}
#main ul li:last-child{
	margin-bottom: 0;
}
#main ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #E92076;
	top: 9px;
	left: -18px;
	position: absolute;
}
#main ul li > ul > li {
	font-size: 17px;
}
#main ul li > ul > li:before {
	width: 6px;
	height: 6px;
	background-color: #a45b96;
}
#main ul li > ul {
	margin-top :10px;
}

/* Backgrounds and colours - Use as guidance for the projects colour setup */
.Black {
	color: #333132;
}
.White {
	color:#fff;
}
.Grey {
	color:#F7F6F5;
}
.Pink, .Pink.bgWhite.button:hover {
	color:#E92076;
}
.Blue, .Blue.bgWhite.button:hover {
	color: #345e9e;
}
.Orange, .Orange.bgWhite.button:hover {
	color: #ef5343;
}
.Green, .Green.bgWhite.button:hover {
	color: #00ce7d;
}
.Purple, .Purple.bgWhite.button:hover {
	color: #a45b96;
}
.Indigo, .Indigo.bgWhite.button:hover {
	color: #201751;
}
.LightBlue, .LightBlue.bgWhite.button:hover {
	color: #55c1e9;
}
.Turquoise, .Turquoise.bgWhite.button:hover {
	color: #13d0ca;
}
.DarkPink, .DarkPink.bgWhite.button:hover {
	color: #9b0050;
}
.bgWhite {
	background:#fff;
}
.bgGrey {
	background:#F7F6F5;
}
.bgPink {
	background:#E92076;
}
.bgBlue {
	background:#345e9e;
}
.bgOrange {
	background:#ef5343;
}
.bgGreen {
	background:#00ce7d;
}
.bgPurple {
	background:#a45b96;
}
.bgIndigo {
	background:#201751;
}
.bgLightBlue {
	background:#55c1e9;
}
.bgTurquoise {
	background:#13d0ca;
}
.bgDarkPink {
	background:#9b0050;
}
.obgWhite {
	background:rgba(255,255,255,0.6);
}
.obgGrey {
	background:rgba(247,246,245,0.6);
}
.obgPink {
	background:rgba(233,32,118,0.6);
}
.obgBlue {
	background:rgba(52,94,158,0.6);
}
.obgOrange {
	background:rgba(239,83,67,0.6);
}
.obgGreen {
	background:rgba(0,206,125,0.6);
}
.obgPurple {
	background:rgba(164,91,150,0.6);
}
.obgIndigo {
	background:rgba(32,23,81,0.6);
}
.obgLightBlue {
	background:rgba(85,193,233,0.6);
}
.obgTurquoise {
	background:rgba(19,208,202,0.6);
}
.obgDarkPink {
	background:rgba(155,0,80,0.6);
}
/* Errors */
.notice {
	background: #fff;
	border-left: 4px solid #4752ff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	margin: 6px 15px 7px 0;
	padding: 6px 12px 5px;
}
.notice-success {
	border-left-color: #46b450;
}
.notice-error {
	border-left-color: #b4322f;
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Columns and layouts
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Columns and layouts */
/* Main content width */
#main, header {
    max-width: 1260px;
    margin: 0 auto;
    display: block;
}
.site-width{
	width:95%;
	max-width:1260px;
	margin:0 auto;
}
.clear{
	clear: both;
	width:100%;
	display: block;
}

.left{
	float: left;
	width:50%;
}

.right{
	float: right;
	width:50%;
}

.one-third {
	width: 33.3%;
}

.two-third {
	width: 66.7%;
}

/* Basic Columns - 2,3,4,5 */
.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5{
	position: relative;
}
.columns-1:after,
.columns-2:after,
.columns-3:after,
.columns-4:after,
.columns-5:after{
	content: "";
	clear: both;
	display: table;
}
.columns-1 .item,
.columns-2 .item,
.columns-3 .item,
.columns-4 .item,
.columns-5 .item{
	float: left;
	display: block;
}
/*1*/
.columns-1 .item{
	width: 100%;
	margin: 0 auto 30px;
}
/*2*/
.columns-2 .item{
	width: 49%;
	margin: 0 2% 2% 0;
}
.columns-2 .item:nth-child(2n){
	margin-right: 0;
}
.columns-2 .item:nth-child(2n+1){
	clear: both;
}
/*3*/
.columns-3 .item{
	width: 32%;
	margin: 0 2% 2% 0;
}
.columns-3 .item:nth-child(3n){
	margin-right: 0;
}
.columns-3 .item:nth-child(3n+1){
	clear: both;
}
/*4*/
.columns-4 .item{
	width: 23.5%;
	margin: 0 2% 2% 0;
}
.columns-4 .item:nth-child(4n){
	margin-right: 0;
}
.columns-4 .item:nth-child(4n+1){
	clear: both;
}
/*5*/
.columns-5 .item{
	width: 18.4%;
	margin: 0 2% 2% 0;
}
.columns-5 .item:nth-child(5n){
	margin-right: 0;
}
.columns-5 .item:nth-child(5n+1){
	clear: both;
}

@media screen and (max-width: 1000px) {
	/* All columns into 3 column mode */
	/*4*/
	.columns-4 .item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.columns-4 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(4n+1){
		clear: none;
	}
	.columns-4 .item:nth-child(3n){
		margin-right: 0;
	}
	.columns-4 .item:nth-child(3n+1){
		clear: both;
	}
	/*5*/
	.columns-5 .item{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(5n+1){
		clear: none;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 0;
	}
	.columns-5 .item:nth-child(3n+1){
		clear: both;
	}
}
@media screen and (max-width: 850px) {
	/* All columns into 2 column mode */
	/*3*/
	.columns-3 .item{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.columns-3 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-3 .item:nth-child(3n+1){
		clear: none;
	}
	.columns-3 .item:nth-child(2n){
		margin-right: 0;
	}
	.columns-3 .item:nth-child(2n+1){
		clear: both;
	}
	/*4*/
	.columns-4 .item{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.columns-4 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(3n+1){
		clear: none;
	}
	.columns-4 .item:nth-child(2n){
		margin-right: 0;
	}
	.columns-4 .item:nth-child(2n+1){
		clear: both;
	}
	/*5*/
	.columns-5 .item{
		width: 49%;
		margin: 0 2% 10px 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n+1){
		clear: none;
	}
	.columns-5 .item:nth-child(2n){
		margin-right: 0;
	}
	.columns-5 .item:nth-child(2n+1){
		clear: both;
	}
}
@media screen and (max-width: 600px) {
	#main {
		width: 95%;
		margin: 15px auto 0 auto;
	}
}
@media screen and (max-width: 550px) {
	/* All columns into 1 column mode */

	.columns-1 .item {
		width: 100%;
		margin: 0 auto 30px;
	}

	/*2*/
	.columns-2 .item{
		width: 98%;
		margin: 0 2% 2% 0;
	}
	.columns-2 .item:nth-child(2n){
		margin-right: 2%;
	}
	/*3*/
	.columns-3 .item{
		width: 98%;
		margin: 0 2% 2% 0;
	}
	.columns-3 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-3 .item:nth-child(2n){
		margin-right: 2%;
	}
	/*4*/
	.columns-4 .item{
		width: 98%;
		margin: 0 2% 2% 0;
	}
	.columns-4 .item:nth-child(4n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-4 .item:nth-child(2n){
		margin-right: 2%;
	}
	/*5*/
	.columns-5 .item{
		width: 98%;
		margin: 0 2% 10px 0;
	}
	.columns-5 .item:nth-child(5n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(3n){
		margin-right: 2%;
	}
	.columns-5 .item:nth-child(2n){
		margin-right: 2%;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Header
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Header */

.site-header{
	position: relative;
	width:100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.site-logo {
	max-width: 270px;
	float: left;
	position: absolute;
	bottom: 10px;
	transition: 0.1s;
}
.site-logo:hover {
	opacity: 0.6;
}
.site-logo img{
	height: 50px;
}
.ie .site-logo img {
	height: auto;
}
.menu-part{
	width:calc(100% - 250px);
	display: block;
	float:right;
	text-align:right;
}

.search-form{
	width:250px;
	float:right;
	margin-right:2.5%;
}

.newsletter{
	height:35px;
	width:207px;
	float:right;
	background-color: #E92076;
}
.ie .newsletter {
	width: auto;
}
.newsletter a {
	width:100%;
	text-align: left;
	display: block;
	color:#fff;
	font-size:22px;
	padding:0px 12px;
}
.newsletter a img{
	height: 36.2px;
	padding: 10px 8px 10px 0px;
}
.newsletter a span {
	font-size: 16px;
	margin-left: 5px;
}
.search-block-wrapper{
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.search-form-inner {
	background-color:#F7F6F5;
	display: inline-block;
	width:250px;
	height:35px;
}

.search-form-inner input {
	color: #141412 !important;
	border:none;
	background-color:inherit;
	width:205px;
	margin:0;
	height:35px;
	padding: 0 10px;
	font-size: 18px;

}
.search-form-inner button {

	width: 35px;
	height: 35px;
	padding: 0px;
	opacity: 1;
}
.search-form-inner button:hover {

}

.search-form-inner button img{
 padding: 9px;
}

.search-block-wrapper label {
	position: absolute;
	background-color: transparent;
	cursor:text;
	top:4px;
	left:10px;
	font-size: 18px;
}
.search-block-wrapper label span {
	font-size: 16px;
}
.search-form-inner .search-block-wrapper input {
}

.header-content .inner-head .search-form {
	margin-bottom: 40px;
}

@media only screen and (max-width: 600px){
	.site-header {
		margin-top: 0;
		margin-bottom: 5px;
		background-color: #fff;
		z-index: 1 !important;
	}
	#masthead-sticky-wrapper.is-sticky .site-header {
		box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Main Navigation, hamburger
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Main Navigation, hamburger*/

#navbar{
	font-family: 'Rubik';
	margin-top:20px;
	margin-bottom:10px;
	text-transform: uppercase;
	text-align:right;
	width:calc(100% - 272px);
	display: block;
	float:right;
}
#navbar:after{
	content: '';
	border-bottom:1px solid #bbb;
	width:100%;
	margin-top:0;
	display: block;
}
#navbar #primary-menu{
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#navbar #primary-menu > li{
	display: inline-block;
	color: #fff;
	background: #fff;
	padding: 12px 16px 10px 16px;
	position: relative;
	transition: 0.1s;
}
#navbar #primary-menu > li:last-child{
	margin-right: 0;
}
#navbar #primary-menu > li a {
	color: #333132;
}
#navbar #primary-menu li:hover {
	background:#13D0CA;
	cursor: pointer;

}

#navbar #primary-menu > li.menu-item-has-children > a:after{
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f0d7";
	margin-left:9px;
	color: #E92076;
	transition: 0.1s;
	display: inline-block;
}

#navbar #primary-menu li:hover > a{
	color: #fff;
}
#navbar #primary-menu > li:hover a:after{
	 color: #13D0CA;
	transition: 0.1s;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}



/** Navigation Sub Menu **/
#navbar ul.sub-menu {
	margin: 0;
	position: absolute;
	display: none;
	z-index: 9999999999;
	background: #fff;
	/*-webkit-box-shadow: 0 2px 6px -2px rgba(0,0,0,0.75);*/
	/*-moz-box-shadow: 	0 2px 6px -2px rgba(0,0,0,0.75);*/
	/*box-shadow: 		0 2px 6px -2px rgba(0,0,0,0.75);*/
	padding:0;
	margin-left:-16px;
	margin-top:10px;
	text-transform: capitalize;
	min-width:200px;
	width: 100%;
}
/* Show Sub Menu on hover */
#navbar li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	background: #e0e0e0;
}
/* Sub Menu links */

#navbar ul.sub-menu li {
	margin: 0;
	width: 100%;
	padding:0;
	text-align: left;
	border-bottom:1px solid #bbb;
	line-height: 1.4;
}
#navbar ul.sub-menu li:first-child {
	border-top:1px solid #bbb;
}
#navbar ul.sub-menu li:hover:first-child {
	border-top:1px solid #13D0CA;
}
#navbar ul.sub-menu li:last-child {
	border-bottom: none;
}



#navbar ul.sub-menu li a {
	width: 100%;
	padding: 10px 10px;
	display:block;
}
/* Mobile Navigation Burger */
.hamburger {
	display: none;
	float: right;
	cursor: pointer;
}
.hamburger .line {
	width: 50px;
	height: 5px;
	background-color: #E92076;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#hamburger-1.is-active .line{
	background-color: #13d0ca;
}
#hamburger-1.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(2) {
	opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-13px) rotate(-45deg);
	-ms-transform: translateY(-13px) rotate(-45deg);
	-o-transform: translateY(-13px) rotate(-45deg);
	transform: translateY(-13px) rotate(-45deg);
}
@media only screen and (max-width: 1280px){
	.site-logo{
		position: relative;
		display: block;
		width:100%;
	}
	#navbar{
		width:100%;
	}
}

@media only screen and (max-width: 850px){
	.site-logo{
		float:left;
		width:33%;

	}
	#navbar{
		width:100%;
		float:none;

	}
	#navbar #primary-menu{
		margin: 0;
		padding: 0;
		display: inline-block;
		text-align: center;
	}
	.search-form{
		width:32%;
		float:right;
		margin-right: 2%;
	}
	.search-form-inner {
		width:100%;
	}
	.search-block-wrapper {
		width:calc(100% - 50px);
	}
	.newsletter{
		width:32%;
		float:right;
	}
}

@media only screen and (max-width: 600px){
	.hamburger {
		display:block;
	}
	#navbar {
		display:none;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#navbar ul {
		padding:0;
		width: 100%;
	}
	#navbar li {
		width: 100%;
	}
	#navbar a {
		padding: 10px;
		width:100%;
		display:block;
	}
	.menu-item-has-children > a:after {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		margin-left: 15px;
		transition: all 0.1s ease-in-out;
	}
	.menu-item-has-children > a.children-visible:after {
		transform: rotate(-90deg);
	}
	#navbar li.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}
	#navbar ul.sub-menu {
		position: inherit;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#navbar ul.sub-menu li a {
		padding-left:30px;
	}
	#navbar ul.sub-menu li:first-child {
		border-top:1px solid #13D0CA;
	}
	#navbar ul.sub-menu li {
		border-bottom:1px solid #D7D2CB;
	}
	#navbar ul.sub-menu li:last-child {
		border-bottom:1px solid #13D0CA;
	}
	.site-logo{
		float:left;
		display: block;
		width:84%;
		max-width: 100%;
		margin-top: 5%;
	}
	.site-logo img{
		width:90%;
		height:auto;
	}
	.search-form,.newsletter{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.hamburger{
		float:right;
		width:16%;
		margin-top:6%;
		position: absolute;
		top: 0px;
		right:5px;
	}
	#navbar ul.sub-menu {
		margin:0;
	}
	#navbar ul.sub-menu li {
		text-align: center;
	}
	#navbar ul.sub-menu li a {
		padding-left:0;
	}
	.header-top {
		max-width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 400px){
	.hamburger{
		margin-top:3.5%;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Breadcrumbs
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Breadcrumbs */

.breadcrumbs-bar{
    position: relative;
    color:#919389;
    font-size:17px;
    font-weight: 300;
}
.breadcrumbs-bar ul{
    padding:0;
    margin: 10px 0;
}
.breadcrumbs-bar ul li{
    display: inline-block;
}
.breadcrumbs-bar ul li a{
    color:#919389;
}
.breadcrumbs-bar ul li a:hover{
    color:#E92076;
}
.breadcrumbs-bar ul li.separator{
    padding:0 4px;
}
@media only screen and (max-width: 600px) {
	.breadcrumbs-bar {
		display: none;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * All Page Builders, Styles used by several row types
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region All PageBuilders */
.page-row,
.page-row-inner{
	width: 100%;
	display: block;
	position: relative;
}
.page-row-mt{
	margin-top: 0;
}
.page-row-mb{
	margin-bottom: 0;
}
.page-row-pt{
	padding-top: 30px;
}
.page-row-pb{
	padding-bottom: 30px;
}
.content-align-center{
	text-align: center;
}
.content-align-right{
	text-align: right;
}
.content-align-left{
	text-align: left;
}
.main-title{
	margin-bottom: 25px;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0.01em;
}
.archive-title,#reply-title{
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
}
.bold-title{
	margin-bottom: 26px;
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
}
.bold-body{
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.btn-padding{
	padding: 4px 11px;
}
.lbl{
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.015em;
}
.lbl-lower{
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0.015em;
}
.btn,
.load-more-posts a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.1s;
}
.load-more-posts {
	text-align: right;
}
.button-align-left {
	text-align: left;
}
.button-align-center {
	text-align: center;
}
.button-align-right {
	text-align: right;
}
@media only screen and (max-width: 600px) {
	.btn, .load-more-posts a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 550px){
	.page-row-pt{
		padding-top: 20px;
	}
	.page-row-pb{
		padding-bottom: 20px;
	}
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: One Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region One Column */
.one-column-image{
	margin-bottom: 15px;
	max-height: 300px;
	width: auto;
}
.one-column-image img{
	max-height: 300px;
	width: auto;
}
.content-width-full{

}
.content-width-narrow{
	width: 60%;
}

@media screen and (max-width: 600px) {
	.content-width-narrow{
		width: 95%;
	}

}




/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Two Column
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Two Column */

.two-column{

}
.left .two-col-site-width{
	padding-right: 10%;
}
.right .two-col-site-width{
	padding-left: 10%;
}
@media screen and (max-width: 600px) {
	.two-column .left,
	.two-column .right{
		float: none;
		width: 100%;
	}
	.left .two-col-site-width,
	.right .two-col-site-width{
		padding-right: 0;
		padding-left: 0;
	}
	.two-column .left{
		margin-bottom: 25px;
	}
}

/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Trustees
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Trustees */
.trustees-columns .trustees .trustee,
.text-rows-repeater .text-rows .item {
	margin-bottom: 12px;
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Title Strip
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Title Strip */
.title-strip a {
	display: block;
}
.title-strip-inline {
	padding-bottom: 30px;
}
.title-strip .main-title {
	border-bottom: solid 2px;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-left: 65px;
	position: relative;
	padding-top: 8px;
	margin-bottom: 0;
	font-weight: 500;
}
.title-strip .main-title img.builder_icon {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.no-padding .title-strip {
	padding: 0;
}
@media only screen and (max-width: 1260px){
	.title-strip {
		max-width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 600px) {
	.main-title {
		font-size: 22px;
		line-height: 30px;
	}
	.title-strip .main-title {
		line-height: 22px;
		padding-left: 50px;
	}
	.title-strip .main-title img.builder_icon {
		width: 40px;
	}
	.title-strip {
		max-width: none;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: People
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region People */
.people-columns .person {
	position: relative;
	min-height: 100px;
}
.people-columns .person .person-info {
	padding-left: 115px;
}
.people-columns .person .person-photo {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 0px;
	min-height: 100px;
	background: #D7D2CB;
}
.people-columns .person .person-info h4.person-name {
	padding-bottom: 10px;
	border-bottom: solid 1px #D7D2CB;
}
.people-columns .person .person-info h4.person-name:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 0px;
}
.people-columns .person a {
	display: inline-block;
	width: 100%;
	position: relative;
	min-height: 100px;
}
.people-columns .person .person-job-title {
	color: #333132;
	margin-top: 20px;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Featured Events
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Featured Events */
.featured-events-rows .featured-events .featured-event {
	display: flex;
	position: relative;
}
.featured-events-rows .featured-events .featured-event.reverse {
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.featured-events-rows .featured-events .featured-event .event-info {
	position: relative;
}
.featured-events-rows .featured-events .featured-event .event-info.left {
	padding: 55px 0px 55px 40px;
	text-align: right;
}
.featured-events-rows .featured-events .featured-event .event-info.right {
	padding: 55px 40px 55px 0px;
	text-align: left;
}
.featured-events-rows .featured-events .featured-event .event-info.left .event-info-inner {
	padding-right: 100px;
}
.featured-events-rows .featured-events .featured-event .event-info.right .event-info-inner {
	padding-left: 100px;
}
.featured-events-rows .featured-events .featured-event .event-info.right {
	padding: 40px 40px 40px 0px;
	text-align: left;
}
.featured-events-rows .featured-events .featured-event .event-info .event-title {
	border-bottom: solid 1px;
	padding-bottom: 25px;
	transition: 0.1s;
}
.featured-events-rows .featured-events .featured-event .event-info .event-title .event-location {
	display: block;
	font-size: 19px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-link {
	margin-top: 25px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-day {
	font-size: 60px;
	line-height: 50px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-day.multi-day {
	font-size: 22px;
	line-height: 22px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-day.multi-day-month {
	font-size: 22px;
	line-height: 26px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-month {
	font-size: 35px;
	line-height: 40px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-month.multi-day-month {
	font-size: 22px;
	line-height: 30px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-year {
	font-size: 30px;
	line-height: 30px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info {
	border: solid 1px;
	padding: 0px 12px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	min-height: 190px;
	z-index: 1;
}
.featured-events-rows .featured-events .featured-event .event-info.right .event-date-info {
	top: 50%;
	margin-top: -95px;
	left: -55px;
}
.featured-events-rows .featured-events .featured-event .event-info.left .event-date-info {
	top: 50%;
	margin-top: -95px;
	right: -55px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-time {
	color: #919389;
	border-top: solid 1px #ccc;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.featured-events-rows .featured-events .featured-event .event-info .event-date-info-inner {
	padding: 12px 0px;
}
.featured-events-rows .featured-events .featured-event .event-image {
	position: relative;
	overflow: hidden;
}
.featured-events-rows .featured-events .featured-event .event-image-thumb {
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 101%;
	min-height: 101%;
	object-fit: cover;
	font-family: 'object-fit: contain;';
}
.featured-events-rows .featured-events .featured-event .event-info .event-info-inner .event-title span:first-child {
	transition: 0.1s;
}
.featured-events-rows .featured-events .featured-event .event-info .event-info-inner > a:hover .event-title span:first-child {
	opacity: 0.6;
}
.featured-events-rows .featured-events .featured-event .event-info .mobile-event-date {
	display: none;
}
@media screen and (max-width: 550px) {
	.featured-events-rows .featured-events .featured-event .event-info.left, .featured-events-rows .featured-events .featured-event .event-info.right {
		width: 100%;
	}
	.featured-events-rows .featured-events .featured-event .event-info.left,
	.featured-events-rows .featured-events .featured-event .event-info.right {
		padding: 0;
	}
	.featured-events-rows .featured-events .featured-event .event-info.left .event-info-inner,
	.featured-events-rows .featured-events .featured-event .event-info.right .event-info-inner {
		padding: 30px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-label,
	.featured-events-rows .featured-events .featured-event .event-info .event-title .event-location {
		font-size:14px;
		line-height: 22px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-link {
		margin-top: 0px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-day {
		font-size: 35px;
		line-height: 35px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-month {
		font-size: 25px;
		line-height: 30px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-year {
		font-size: 25px;
		line-height: 30px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-time {
		font-size: 12px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
		line-height: 28px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-excerpt {
		display: none;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info {
		padding: 0px 8px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info-inner {
		padding: 8px 0px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-day.multi-day-month {
		font-size: 16px;
		line-height: 22px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info .event-month.multi-day-month {
		font-size: 20px;
		line-height: 25px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-actions a.event-link {
		display:block;
		width: 100%;
		margin-bottom: 5px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .mobile-event-date {
		display: block;
		margin-bottom: 15px;
	}
	.featured-events-rows .featured-events .featured-event .event-info .event-date-info {
		display: none;
	}
	.featured-events-rows .featured-events .featured-event .event-image {
		display: none;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Latest Press & Media
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Latest Press & Media */
.latest-columns {
    display: flex;
    flex-wrap: wrap;
}
.latest-columns a.post-link{
	color:inherit;
	display: block;
}
.latest-columns a.post-link:hover{
	color:inherit;
}
.latest-columns a.post-link:hover .button{
	opacity:0.6;
}
.latest-columns .latest-column {
	width: 33.3%;
	margin-right: 0%;
    margin-bottom: 30px;
    position: relative;
}
.latest-columns .latest-column:nth-child(even) {
    background-color: #fff;
}
.latest-columns .latest-column .latest-column-inner {
    padding: 30px 30px 60px;
}
.latest-columns .latest-column .latest-column-cat {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.latest-columns .latest-column .latest-column-meta-table {
    margin: 25px 0px;
	font-size:17px;
}
.latest-columns .latest-column .latest-column-meta-table th {
    font-weight: 500;
}
.latest-columns .latest-column .latest-column-meta-table th,
.latest-columns .latest-column .latest-column-meta-table td,
.latest-columns .latest-column .latest-column-meta-table {
    border: 0;
}
.latest-columns .latest-column .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
}
.latest-columns .latest-column .latest-column-thumbnail {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 850px) {
    .latest-columns .latest-column{
        width: 50%;
        margin: 0;
		margin-bottom: 30px;
    }
    .latest-columns .latest-column:nth-child(3n) {
        margin-right: 0%;
    }
}
@media screen and (max-width: 600px) {
	.latest-columns .latest-column .latest-column-meta-table {
		font-size: 16px;
	}
}
@media screen and (max-width: 550px) {
    .latest-columns .latest-column{
        width: 100%;
        margin: 0;
		margin-bottom: 30px;
    }
    .latest-columns .latest-column:nth-child(2n) {
        margin-right: 0%;
    }
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Slider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Slider */
.slider-row .slider .slide {
	display: flex;
	position: relative;
}
.slider-row .slider .slide.reverse {
	flex-direction: row-reverse;
	flex-wrap: nowrap;
}
.slider-row .slider .slide .slide-info {
	position: relative;
}
.slider-row .slider .slide .slide-info.left {
	padding: 55px 0px 55px 80px;
	text-align: right;
}
.slider-row .slider .slide .slide-info.right {
	padding: 55px 80px 55px 0px;
	text-align: left;
}
.slider-row .slider .slide .slide-info.left .slide-info-inner {
	padding-right: 40px;
}
.slider-row .slider .slide .slide-info.right .slide-info-inner {
	padding-left: 40px;
}
.slider-row .slider .slide .slide-info .slide-topic {
	text-transform: uppercase;
}
.slider-row .slider .slide .slide-info .slide-title {
	border-bottom: solid 1px;
	padding-bottom: 25px;
}
.slider-row .slider .slide .slide-info .slide-link {
	margin-top: 25px;
}
.slider-row .slider .slide .slide-image {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.slider-row .slider .slide .slide-image-thumb {
	position: absolute;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	min-width: 101%;
	min-height: 101%;
	object-fit: cover;
	font-family: 'object-fit: contain;';
}
.slider-row .slider .slick-track {
	display:flex;
}
.slider-row .slider .slick-track .slide {
	height: inherit !important;
}
.slider-row .slider-wrapper {
	position: relative;
}
.slider-row .slider-wrapper .slider-arrows {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
	margin-top: -17px;
}
.slider-row .slider-wrapper .slider-arrows .prev,
.slider-row .slider-wrapper .slider-arrows .next {
	text-align: center;
	display: block;
	float: left;
	font-size: 22px;
	width: 35px;
	height: 35px;
	cursor:pointer;
}
.slider-row .slider-wrapper .slider-arrows .next {
	float: right;
}
.slider-row .slider-wrapper .slick-dots li:before {
	display: none !important;
}
.slider-row .slider-wrapper .slick-dots li button {
	font-size: 0;
	width: 20px;
	height: 20px;
	padding: 0px;
	border-radius: 100%;
	border: solid 4px #fff;
	background: #fff;
}
.slider-row .slider-wrapper .slick-dots li {
	display: inline-block;
	margin-right:5px;
}
.slider-row .slider-wrapper .slick-dots {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -20px;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.slider-row .slider-wrapper .slick-dots li button:hover,
.slider-row .slider-wrapper .slick-dots li.slick-active button {
	opacity: 1;
	background: #E92076;
}
.slider-row .slider .slide.text_slide .slide-title {
	padding: 0px 80px;
	height: 100%;
}
.slider-row .text-only{
	 position: relative;
 }
.slider-row .text-only .slide-title h2{
	padding: 0 80px 0 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
	.slider-row .slider .slide .slide-image {
		display: none;
	}
	.slider-row .slider .slide .slide-info.left, .slider-row .slider .slide .slide-info.right {
		width:93%;
	}
}
@media screen and (max-width: 550px) {
	.slider-row .slider .slide .slide-info.left,
	.slider-row .slider .slide .slide-info.right {
		padding: 30px 15px;
	}
	.slider-row .slider .slide .slide-info.left .slide-info-inner {
		padding-right: 10px;
		padding-left: 40px;
	}
	.slider-row .slider .slide .slide-info.right .slide-info-inner {
		padding-left: 10px;
		padding-right: 40px;
	}
	.slider-row .slider .slide .slide-info .slide-topic {
		font-size:14px;
	}
	.slider-row .slider .slide .slide-info .slide-link {
		margin-top: 0px;
	}
	.slider-row .slider .slide .slide-info .slide-title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
		line-height: 28px;
	}
	.slider-row .slider .slide.text_slide .main-title {
		font-size: 20px;
		line-height: 28px;
	}
	.slider-row .slider .slide .slide-info .slide-text {
		display: none;
	}
	.slider-row .slider .slide .slide-info a.slide-link {
		display:block;
		width: 100%;
		margin-bottom: 5px;
	}
	.slider-row .slider-wrapper .slider-arrows .prev,
	.slider-row .slider-wrapper .slider-arrows .next {
		width: 40px;
		height: 40px;
		font-size: 29px;
	}
	.slider-row .slider .slide.text_slide .slide-title {
		padding: 0px 40px;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Publication Search
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Publication Search */
.publication-categories-columns .publication-category {
	text-align: center;
	text-transform: uppercase;
	width:20%;
	margin:0px;
}
.publication-categories-columns .publication-category-inner {
	padding: 10px;
}
.publication-categories-columns {
	display: flex;
	flex-wrap: wrap;
}
.publication-categories-columns .publication-category img.builder_icon {
	width: 100px;
}
.publication-categories-columns .publication-category a,
.publication-categories-columns .publication-category-outer {
	display: inline-block;
	width: 100%;
	height:100%;
}
.publication-categories-columns .publication-category-inner .main-title{
	padding:0 14px;
	font-size: 22px;
	line-height: 30px;
}
.publication-categories-columns .publication-category a:hover {
	color: #fff;
	opacity: 0.6;
}
.publication_text_search input[type="text"] {
	padding: 8px 10px 8px;
	border: 0;
	width: 100%;
	padding-left: 55px;
	font-size: 22px;
}
.publication_text_search button[type="submit"] {
	padding: 5px 11px;
	font-size: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.publication_text_search form {
	position: relative;
}
.publication_text_search form button img {
	width: 21px;
	display: block;
	height: 33px;
}

.publication_tag_search,
.publication_tag_search_dropdown {
	margin-top: 30px;
}
.publication_tag_search .tag_search_toggle {
	cursor:pointer;
}
.publication_tag_search_dropdown form button[type="submit"] {
	float:right;
}

.publication_tag_search_dropdown {
	display: none;
}
.publication_tag_search_dropdown .item {
	margin-bottom: 15px;
}
.publication_tag_filters .item {
	display:  inline-block;
}
.publication-cateogry-term-archive-link {
	float:right;
}
.publications-categories-tags-search {
	margin-bottom: 30px;
}
.latest-columns a.post-link.publication-post-link {
	text-align: center;
}
@media screen and (max-width: 850px) {
	.publication-categories-columns .publication-category {
		width: 50%;
		margin: 0;
	}
	.publication-categories-columns .publication-category:nth-child(3n) {
		margin-right: 0%;
	}
}
@media screen and (max-width: 600px) {
	.publication-categories-columns .publication-category-inner .main-title {
		float: right;
		color: #000;
		width: 75%;
		clear: none;
		margin: 20px 0 0 0;
		text-align: left;
		padding: 0;
	}
	.publication-categories-columns .publication-category img.builder_icon {
		float: left;
		width: 20%;
	}
	.publication-categories-columns .publication-category a, .publication-categories-columns .publication-category-outer {
		background-color: #fff;
	}
	.publication-categories-columns .publication-category-inner {
		padding: 0px;
		margin: 0 !important;
	}
	.publication-categories-columns {
		margin-bottom: 22px;
	}
}
@media screen and (max-width: 550px) {
	.publication-categories-columns .publication-category {
		width: 100%;
		margin: 0;
	}
	.publication-categories-columns .publication-category:nth-child(2n) {
		margin-right: 0%;
	}
}
@media screen and (max-width: 414px) {
	.publication-categories-columns .publication-category-inner .main-title {
		margin-top: 10px;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Newsletter
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Newsletter */
.form-col {
	margin-bottom: 30px;
}
.form-col button {
	width: 100%;
}
.form-col:last-child {
	margin-bottom: 0px;
}
.form-col-agree input.fancy-chk {
	position: absolute;
}
.form-col-agree label {
	padding-left: 30px;
	float: left;
	font-size: 16px;
}
.newsletter-strip .main-title {
	position: relative;
}
.newsletter-strip .main-title span {
	float: left;
	padding-left: 45px;
}
.newsletter-strip .main-title span .fa {
	position: absolute;
	left: 0px;
}
.newsletter-strip button[type="submit"] {
	font-weight: normal;
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Page Builder: Divider
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Divider */
.divider .divider-line {
	height: 1px;
}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Publication Search Results Page
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Publication Search Results Page */
.blog .publication_tag_search_dropdown,
.archive .publication_tag_search_dropdown {
	display: none;
}
.blog .publication_tag_search_dropdown form button[type="submit"],
.archive .publication_tag_search_dropdown form button[type="submit"] {
	display: none;
}
#publication_search_results .load-more-posts {
	margin-top: 30px;
	text-align: right;
	margin-bottom: 30px;
}
.publications-archive-load-more-posts {
	text-align: right;
}
@media only screen and (max-width:550px){
	#publication_search_results .load-more-posts {
		margin-bottom: 30px;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Publication Category Archive Page
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Publication Category Archive Page */
.tax-publication_categories .publication-category {
	display: flex;
	flex-wrap: wrap;
}
.tax-publication_categories .publication-category .publication-category-inner {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}
.tax-publication_categories .publication-category .publication-category-outer {
	height: 100%;
}
.tax-publication_categories .publication-category .publication-category-inner .publication-category-title {
	text-transform: uppercase;
}
.tax-publication_categories .publication-category .publication-category-inner img.builder_icon {
	width: 80px;
}
.tax-publication_categories .publication-category .publication-category-description {
	padding: 30px;
}
@media screen and (max-width: 750px) {
	.tax-publication_categories .publication-category .one-third,
	.tax-publication_categories .publication-category .two-third {
		width: 100%;
	}
	.tax-publication_categories .publication-category .one-third {
		text-align: center;
	}
	.tax-publication_categories .publication-category {
		padding-bottom: 0px;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Single Page - People
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Single Page - People */

.people-single{

}
.people-single a.more-link {
	display:none;
}
.people-single .title-strip{
	margin-bottom:30px;
}
.people-photo{
	float:left;
	width:33.3%;
}
.people-content{
	float:right;
	width:64.7%;
}
.people-author{

}
.people-author p{
	margin-top:10px;
}
.people-info{
	border-top:1px solid #D7D2CB;
	padding-top:20px;
	margin-top:10px;

	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #D7D2CB;
}
.people-details .detail{
	display: block;
}
.people-details .detail span{
	min-width:100px;display: inline-block;
}


.recent-posts .title-strip{
	margin-top:20px;
	margin-bottom:40px;
}
.recent-posts-title{
	margin-left: 20px;
}
.recent-posts .latest-column-cat{
	text-transform: uppercase;
	margin-bottom:10px;
}

.recent-posts .more-link{
	margin-left:10px;
}
.recent-posts .latest-column-inner{
	padding:20px 20px 0 20px;
}
.recent-posts .read-more{
	float:right;
}
.recent-posts .latest-column-meta-table{
	margin: 20px 0;
}
.recent-posts .latest-column-meta-table, .recent-posts .latest-column-meta-table td{
	border-bottom:0;
}
.events .date-label{
	width:100%;
}


@media only screen and (max-width: 1260px){
	.people-photo{
		padding: 0 0 0 2.5%;
	}
	.people-content{
		padding: 0 2.5% 0 0;
	}
}
@media screen and (max-width: 550px) {
	.people-photo{
		float:none;
		width:60%;
		margin:0 auto 30px;
		padding: 0;
	}
	.people-content{
		float:none;
		width:95%;
		margin:0 auto;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Archive Page - Events
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Archive Page - Events */

.past-events-rows .load-more-posts{
	width:100%;
	text-align:right;
}
.featured-events-rows .load-more-posts{
	text-align:right;
}

/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Single Page - Events
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Single Page - Events */

.register-button{
	width:100%;
	float:right;
	text-align: center
}
.event-register{
	margin-bottom:30px;
}
.event-register .single-post-date span{
	display: inline-block;
}
.event-register .single-post-date span:first-child{
	margin-right:20px;
}
.event-register .single-post-date{
	text-transform: uppercase;
}
.event-register .left{
	width:68%;
}
.event-register .right{
	width:30%;
}
.event-det {
	width:100%;
	margin-bottom:30px;
}
.event-det:last-child {
	margin-bottom: 0;
}
.event-det span{
	display: inline-block;
	width:70%;
}
.event-det span:first-child{
	width:30%;
	min-width:140px;
	text-transform: uppercase;
	font-weight: 500;
	vertical-align:top;
}
.single-post-extra .single-post-share-links{
	width:70%;
	float:left;
}
.single-post-extra .single-post-sponsor-logo{
	width:30%;
	float:right;
	margin-top: 0 !important;
}
@media screen and (max-width: 850px) {
	.event-details .left, .event-details .right{
		width:100%;
	}
	.event-details .left {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
	.single-post-extra .single-post-sponsor-logo {
		width: 100%;
		margin-top: 20px !important;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Single Page - People
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Single Page - People */

.date-label{
	width:50%;
	text-transform: uppercase;
	padding: 0 15px
}
.date-label span{
	float:right;
}
.date-label:after {
	content: '';
	display: table;
	clear: both;
}
.party-section{

}
.party-section h2{

}
.party-container{
	padding: 0 0 0;
	display: none;
}
.party-container h3{
	padding: 30px 0;
}
.party-container .inner-content{
	margin-bottom:30px;
}
.party-title{
	position: relative;
	cursor:pointer;
	padding-bottom:30px;
}
.party-title:before{
	content:'';
	border-top:1px solid #ef5343;
	display: block;
	height:30px;
	margin-left:-30px;
}
.party-title h2{
	width: calc(100% - 100px);
	display: inline-block;
}
.drop-down-arrow{
	display: inline-block;
	float:right;
	width:100px;
}
.drop-down-arrow:before{
	content:'VIEW';
	opacity:1;
	transition: 0.1s;
}
.active .drop-down-arrow:before{
	content:'HIDE';
	opacity:1;
	transition: 0.1s;
}
.party-title:active .drop-down-arrow:before {
	opacity:0.2;
	transition: 0.1s;
}
.drop-down-arrow:after{
	font: normal normal normal 34px/1 FontAwesome;
	content: "\f0d7";
	position: absolute;
	top: 26px;
	right: 20px;
	transform: rotate(0deg);
	transition: 0.1s;
}
.active .drop-down-arrow:after{
	font: normal normal normal 34px/1 FontAwesome;
	content: "\f0d7";
	position: absolute;
	top: 28px;
	right: 20px;
	transform: rotate(-180deg);
	transition: 0.1s;
}
.other-parties, .other-parties h4{
	font-size:19px;
	text-transform: uppercase;
}
.other-parties p, .other-parties h4{
	margin:0 0 10px 0;
}
@media only screen and (max-width: 850px){
	.date-label{
		width:70%;
	}
}
@media only screen and (max-width: 550px){
	.date-label{
		width:100%;
	}
}

/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Footer */
/*Aubergine logo footer */
.aubergine-logo-footer{
	margin-top:20px;
}
.aubergine-logo-footer a{

}
.aubergine-logo-footer a:hover{
 opacity:0.6;
}
.aubergine-logo-footer a img{
	width: 80px;
	height: auto;
}
/* Site custom */

.site-footer{


}
.site-info{
	position: relative;
	background-color: #F7F6F5;
	padding-top:30px;
	font-size:18px;
}
.site-info:after{
	content: '';
	width:100%;
	display:block;
	height:30px;
}
.footer-col.left, .footer-col.right{
	width:25%;
	display: block;
	padding-top:10px;

}
.footer-col.central{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:50%;
	float:left;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;

}
.footer-col .social-media{
	display:inline-block;
	padding: 10px 0;
	text-transform: unset;
}
.footer-col .social-media p{
	margin-bottom:6px;
	text-transform: unset;
}
.footer-col .social-media a {
	margin-right: 10px;
	width: 35px;
	height: 35px;
	background-color: #333132;
	color: #F7F6F5;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}
.footer-col .social-media a:last-child{
	margin-right:0;
}
.footer-col .social-media img{
	height:28px;
}
.footer-col .social-media svg{
	height:35px;
	width:35px;
	padding:9px 7px;
	color:#F7F6F5;
	border-radius:50%;
	vertical-align: bottom;
}
.footer-col .social-media i{
	padding:9px 7px;
}
.footer-col .social-media a:hover, .footer-col .social-media a:hover {
	background-color: #514c4e;
	color:#fff;
}
.footer-col.left{
	padding-right:2%;
}
.footer-col.left img{
	margin-right: 8%;
}

.site-info-item{
	font-size:17px;
	margin-top:6px;
}
.menu-footer-menu-container ul{
	list-style-type: none;
	padding:0;
	margin:0;

}
.menu-footer-menu-container ul li{
	break-inside: avoid;
}
.menu-footer-menu-container > ul li a{
	padding:0;
}
.menu-footer-menu-container > ul > li > a{
	text-transform: uppercase;
}
.menu-footer-menu-container ul li a{
	color:#333132;
}
.menu-footer-menu-container ul li a:hover{
	color:#E92076;
}
.menu-footer-menu-container ul li ul li a{
	color:#919389;
}
.menu-footer-menu-container ul li ul li a:hover{
    color:#E92076;
}
.menu-footer-menu-container li{
	padding:6px 0;
}
.footer-col.right .links{
	margin-bottom:20px;
}
.footer-col.right .links a{
	display: block;
	text-transform: capitalize;
	color:#333132;
	margin-bottom:10px;
}
.footer-col.right .links a:hover{
	color:#E92076;
}

.footer-col .newsletter{
	float:none;
	max-width:100%;

}
@media screen and (max-width: 850px) {

	.footer-col.left, .footer-col.right{
		float:none;
		width: 100%;
	}
	.footer-col.left{
		padding-right:0;
	}
	.footer-col.left img{
		margin-right: 0;
	}
	.footer-col.central{
		position: relative;
		margin: 0 auto;
		padding: 0;
		width:100%;
		float:none;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.footer-col.right .links {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer-col.right .links a {
		display: inline-block;
		margin-right:20px;
	}
	.footer-col.right .newsletter {
		min-width:50%;
		display: inline-block;
	}
	.aubergine-logo-footer{
		position: absolute;
		display: inline-block;
		margin-top:0;
		bottom:initial;
		right:10%;
	}
}
@media screen and (max-width: 550px) {
	.footer-col.central{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin: 30px 0;
	}
	.footer-col.right .newsletter {
		width:100%;
		display: block;
	}
	.aubergine-logo-footer{
		margin-top: 20px;
		float: right;
		position: static;
	}
	.site-info{
		padding-top:30px;
	}
	.site-info:after{
		height:30px;
	}
}
@media screen and (max-width: 430px) {
	.footer-col.central{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.footer-col.right .links {
		display: block;
	}

}
/*#endregion*/

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Publication Single
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Publication Single */
.single .post-type-label {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.single .single-post-title-block,
.single .single-post-content-block {
	margin-bottom: 30px;
	border-bottom: solid 1px;
}
.single .single-post-intro-text {
	margin-bottom: 25px;
	font-size: 22px;
	line-height: 30px;
}
.single .single-post-content-block {
	padding-bottom: 30px;
	word-break: break-word;
}
.single .single-post-left {
	width:80%;
}
.single .single-post-right {
	width:20%;
	padding-left: 5%;
}
.single .single-post-title-block h1.main-title {
	font-size: 38px;
	line-height: 47px;
}
.single .single-post-meta > div {
	display: inline-block;
	margin-right: 30px;
}
.single .single-post-meta > div span,
.single .publication-report-download span,
.single .single-post-share-links span
{
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 10px;
}
.single .publication-authors {
	margin-bottom: 20px;
}
.single .publication-authors .publication-author {
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: solid 1px;
}
.single .publication-authors .publication-author:last-child {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.single .publication-authors .publication-author .people-details {
	font-size: 17px;
	margin-top: 5px;
}
.single .publication-authors .publication-author .people-details .detail:first-child {
	margin-bottom: 5px;
}
.single .publication-report-download {
	margin-top: 10px;
}
.single .publication-report-block {
	margin-bottom: 20px;
}
.single .publication-report a {
	margin-bottom: 15px;
}
.single .single-post-share-links a {
	border-radius: 50%;
	width:30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	padding-top: 2px;
}
.single .single-post-share-links div {
	display: inline-block;
	margin-right: 10px;
}
.single .single-post-share-links span {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.single .single-post-sponsor-logo:first-of-type {
	margin-top: 60px;
}
.single .single-post-sponsor-logo img {
	margin-top: 10px;
}
.single .single-post-meta {
	font-size: 17px;
}
.single .single-post-content-block .single-post-left h1,
.single .single-post-content-block .single-post-left h2,
.single .single-post-content-block .single-post-left h3,
.single .single-post-content-block .single-post-left h4,
.single .single-post-content-block .single-post-left h5,
.single .single-post-content-block .single-post-left h6 {
	margin-bottom: 15px;
}
.single .single-post-share-links a:hover {
	color: #fff;
	opacity: 0.6;
}
.latest-column-inner .latest-column-meta-table th{
	padding-right: 30px;
	vertical-align: top;
	padding-top: 5px;
}
.latest-column-inner .latest-column-meta-table td{
	width:100%;
}
@media screen and (max-width: 850px) {
	.single .single-post-left {
		width:100%;
	}
	.single .single-post-content-block .single-post-left,
	.single .single-pc-content-block .single-post-left {
		margin-bottom: 30px;
	}
	.single .single-post-right {
		width:100%;
		padding-left: 0%;
	}
	.single .single-post-title-block h1.main-title {
		font-size: 25px;
		line-height: 30px;
	}
	.single .single-post-sponsor-logo {
		margin-top: 30px;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Commentary/Podcast Single
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Commentary/Podcast Single */
.single-post-podcast-platform-links {
	margin: 30px 0px;
}
.single-post-podcast-platform-links-heading {
	font-weight: 500;
	margin-bottom: 10px;
}
.single-post-podcast-platform-links .item {
	width: auto;
	clear: none !important;
}
.single-post-podcast-platform-links .podcast-platform-icon {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 3px;
	font-size: 18px;
	clear: both;
	margin: 0 auto;
}
.single-post-podcast-platform-links .podcast-platform-title {
	margin-top: 2px;
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.single-post-podcast-embed iframe {
	height: 200px;
}
.single-post-podcast-embed {
	margin-top: 40px;
}
.single-post-share-links {
	background: #fff;
	padding: 20px 10px;
	z-index: 1 !important;
	transition: all 0.2s ease-in-out;
	width: auto !important;
	display: inline-block;
}
.is-sticky .single-post-share-links {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Loader
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Loader */
.loader {
	border: 8px solid #F7F6F5; /* Light grey */
	border-top: 8px solid #E92076; /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
	margin-top: 30px;
}
.PrimeGrey .loader{
	border-top: 8px solid #F7F6F5;
}
.PrimePink .loader{
	border-top: 8px solid #E92076;
}
.PrimeBlue .loader{
	border-top: 8px solid #345e9e;
}
.PrimeOrange .loader{
	border-top: 8px solid #ef5343;
}
.PrimeGreen .loader{
	border-top: 8px solid #00ce7d;
}
.PrimePurple .loader{
	border-top: 8px solid #a45b96;
}
.PrimeIndigo .loader{
	border-top: 8px solid #201751;
}
.PrimeLightBlue .loader{
	border-top: 8px solid #55c1e9;
}
.PrimeTurquoise .loader{
	border-top: 8px solid #13d0ca;
}
.PrimeDarkPink .loader{
	border-top: 8px solid #9b0050;
}


.PrimeGrey .load-more-posts a, .PrimeGrey .button{
	background-color: #F7F6F5;
}
.PrimePink .load-more-posts a, .PrimePink .button{
	background-color: #E92076;
}
.PrimeBlue .load-more-posts a, .PrimeBlue .button{
	background-color: #345e9e;
}
.PrimeOrange .load-more-posts a, .PrimeOrange .button{
	background-color: #ef5343;
}
.PrimeGreen .load-more-posts a, .PrimeGreen .button{
	background-color: #00ce7d;
}
.PrimePurple .load-more-posts a, .PrimePurple .button{
	background-color: #a45b96;
}
.PrimeIndigo .load-more-posts a, .PrimeIndigo .button{
	background-color: #201751;
}
.PrimeLightBlue .load-more-posts a, .PrimeLightBlue .button{
	background-color: #55c1e9;
}
.PrimeTurquoise .load-more-posts a, .PrimeTurquoise .button{
	background-color: #13d0ca;
}
.PrimeDarkPink .load-more-posts a, .PrimeDarkPink .button{
	background-color: #9b0050;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/*#endregion */


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Pagination
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Pagination */
.latest-columns-pagination {
	text-align: right;
}
.latest-columns-pagination a:hover {
	color: #333132;
}
.post-archive-navigation {
	text-align: right;
}
.post-archive-navigation ul li {
	display: inline-block;
}
.post-archive-navigation ul li a {
	color: #333132;
}
#main .post-archive-navigation ul li:before {
	display: none;
}
.post-archive-navigation ul li.prev-post-link a,
.post-archive-navigation ul li.next-post-link a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	background: #F7F6F5;
	border: none;
	border-radius: 0;
	display: inline-block;
	padding: 5px 20px;
	text-decoration: none;
	line-height: 1;
	width: auto;
}
.post-archive-navigation ul li.prev-post-link a:hover,
.post-archive-navigation ul li.next-post-link a:hover {
	opacity:0.6;
	color: #333132;
}
/*#endregion */


/**
 * --------------------------------------------------------------------------------------------------------------------
 * Post type filter
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Post type filter */
.post_type_filter {
	margin-bottom: 25px;
}
.post_type_filter a.button {
	opacity: 0.6;
}
.post_type_filter a.button.active {
	opacity: 1;
}

@media only screen and (max-width: 600px){
	.post_type_filter a.button {
		margin-bottom: 10px;
	}
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Collapsible Rows
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Collapsible Rows */
.collapsible-row .collapsible-content {
	display: none;
}

.collapsible-row.open .collapsible-content {
	display: block;
}

.collapsible-row .title-strip .main-title:after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
}
.collapsible-row.open .title-strip .main-title:after {
	content: '\f106';
	font-family: 'FontAwesome';
	position: absolute;
	right: 0px;
}

.collapsible-row .title-strip {
	cursor: pointer;
}
/*#endregion */

/**
 * --------------------------------------------------------------------------------------------------------------------
 * Magnific Popup
 * --------------------------------------------------------------------------------------------------------------------
 **/
/*#region Magnific Popup */
.mfp-content {
	max-width: 1260px;
}
/*#endregion*/