/*!
Theme Name: the_funnel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the_funnel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

the_funnel is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# FONTS
	## Georgia
	## BebasNeue
	## Poppins
	## Avenir
# Normalize
# Typography
# Elements
# Forms
# Editor Settings
# Navigation
	## Header
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Homepage
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# FONTS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	## BebasNeue
--------------------------------------------------------------*/
@import url("/the_funnel/wp-content/themes/the_funnel/css/font/BebasNeue/BebasNeue.css");

/*--------------------------------------------------------------
--------------------------------------------------------------*/
@import url("/the_funnel/wp-content/themes/the_funnel/css/font/Georgia/Georgia.css");


/*--------------------------------------------------------------
	## Poppins
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins');

/*--------------------------------------------------------------
	## Avenir
--------------------------------------------------------------*/
@import url("/the_funnel/wp-content/themes/the_funnel/css/font/Avenir/Avenir_LT_35.css");





/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */	
}

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

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

body {
	margin: 0;	
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}



.btn.btn-funnel{
	color: #fff;
    background-color: #cd1719;
    border-color: #cd1719;
    border-radius: 0px;	
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'BebasNeue', sans-serif;
}
h1, h2, h3 {
	font-weight: 600;
}

h3{
	font-size: 35px;
	font-size: 2.2rem;
}

h5{
	font-size: 27px;
	font-size: 1.7rem;
	color: #000000;	
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 16px
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
	.has-text-color.has-the-funnel-red-color{
    	color: #CD1719;
   	}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	font-family: 'BebasNeue', sans-serif;
    background-color: rgba(0, 0, 0, 0.8);
    border-top: 0px solid rgba(0, 0, 0, 1);
    border-bottom: 0px solid rgba(0, 0, 0, 1);
    min-height: 71px;
    padding-top: 10px;    
    position: fixed;
    width: 100%;
    opacity: 0.9;
   	z-index: 99;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: unset;
}

a:visited {
	color: unset;
}

a:hover, a:focus, a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
    left: 0;
}


.main-navigation.toggled {
    position: absolute;
    background-color: #1e1e1e;    
}


    
.main-navigation.toggled .menu-menu-1-container {
	clear: both;
}

.site-branding.col {
    z-index: 10;
    max-width: 50%; 
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	float: left;
	position: relative;
	margin-top: 12px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a i{
	font-size: 26px;
    margin-top: 9px;
} 

.main-navigation a i.fas.fa-angle-down {
	 font-size: 22px;
}


/* Small menu. */
.menu-toggle{
	float: right;
}
.menu-toggle i{
	font-size: 25px;
	color: #CD1719
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* @media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
} */


@media (min-width: 800px){
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation li a {
	text-align: left;
    line-height: 45px;
    display: inline-block;
    padding: 0 10px;
    color: #FFFFFF;
    transition: color 0.4s ease 0s;
    text-transform: uppercase;
    font-size: 20px;
}

.main-navigation li.active>a{
	font-family: 'BebasNeue', sans-serif !important;
    color: #CD1719;
}

.main-navigation ul.sub-menu{
	background-color: #21282e;
	
	
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## LOGIN
--------------------------------------------------------------*/

.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit]{
	color: #fff;
    background-color: #cd1719;
    border-color: #cd1719;
    border-radius: 0px;
}

.lrm-form .fieldset {
    margin: 0.4em 0; 
}

div.nsl-container-block[data-align="left"] .nsl-container-buttons {
    align-items: center !important;
}
/* 
.google-button {
  height: 40px;
  width: 230px;
  border-width: 0;
  background: white;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 1px 1px 0px 1px rgba(0, 0, 0, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0;
  line-height: 1;
}
.google-button:focus, .google-button:hover {
  box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}
.google-button:active {
  background-color: #e5e5e5;
  box-shadow: none;
  transition-duration: 10ms;
}

.google-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}

.google-button__icon--plus {
  width: 27px;
}

.google-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto", arial, sans-serif;
}

 */
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


article.page header,
article.post header,
.site-main header{
	background-color: #CD1719;
    padding: 70px 0 0px 0px;
    min-height: 200px;
}

article.page header h1,
article.post header h1,
.site-main header h1{
    margin-top: 70px;
    text-align: center;
    font-size: 3.65vw;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;	
}
@media screen and (max-width: 37.5em) {
	article.page header h1,
	article.post header h1,
	.site-main header h1{
	    font-size: 12vw;
	}
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/


.homepage h2{
	text-align: center;
    font-size: 70px;
    margin-bottom: 40px;
} 




.homepage h2 .redHeader{
    color: #CD1719;	
}

.homepage .post-thumbnail img{
	width: 100%;
    height: 88vh;
    object-fit: cover;
}

.homepage .phrase {
    font-size: 10vh;
    position: absolute;
    top: 30%;
    width: 63.5vw;
    line-height: 14.2vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-family: 'BebasNeue', sans-serif;
}


@media screen and (max-width: 37.5em) {
	.homepage h2{
		font-size: 45px;
	}
	
	.homepage .phrase {
	    top: 30vh;
	    width: 80vw;    
	}
}


.homepage .phrase mark{
    background: #CD1719;
    color: #fff;
    padding: 0;
    font-weight: bold;
}
.homepage .intrnal-links .intrnal-link {
    text-align: center;
    min-height: 7.5vw;
    padding: 15px;
    color: #fff;
    font-size: 16px;
}

.homepage .intrnal-links .intrnal-link h2{
	font-weight: bold;
	font-size: 2.5rem;
	font-family: 'BebasNeue', sans-serif;
	margin-bottom: 15px;
}

.homepage .intrnal-links .intrnal-link a,
.homepage .intrnal-links .intrnal-link a:visited,
.homepage .intrnal-links .intrnal-link a:hover, a:focus, a:active {
	color: #FFF;
}

.entry-content{
	margin-top: 0px;
}


.entry-content .issuuembed.issuu-isrendered {
    width: 100% !important;
    height: 50vw !important;
}

@media screen and (max-width: 37.5em) {
	.entry-content .issuuembed.issuu-isrendered {
    	height: 70vw !important;
	}
}
.homepage .contant-container{
	background-color: rgba(235, 232, 232, 0.28);
 	padding-bottom: 40px;
 	padding-top: 40px;
 	
}

.homepage .language-links {
    padding-right: 6vw;
    padding-left: 6vw;
}

.homepage .language-links .language-link {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
    
}

.homepage .language-links .language-link h4{
    text-align: center;
    padding-top: 28px;
    font-size: 23px;
    letter-spacing: 0.08em;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
}

.homepage .language-links .language-link .bgColorContainer{
	height: 300px;	
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}

.homepage .language-links .language-link.even .bgColorContainer{
	height: 304px;	
}


.homepage .language-links .language-link .language-link-text{
    font-family: Georgia;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 130px;
    width: 100%;
}

.homepage .language-links .language-link a,
.homepage .language-links .language-link a:visited,
.homepage .language-links .language-link a:hover, a:focus, a:active {
	color: #FFF;
}

.homepage .language-links .language-link .language-link-image{
	text-align: center;
    position: absolute;
    top: 185px;
    width: 100%;
}
.homepage .language-links .language-link .language-link-image img{
	width: 12vH;
}

.homepage .language-links .language-link .language-link-url {
    text-align: center;
    position: absolute;
    top: 250px;
    width: 100%;
    font-size: 20px;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    font-family: BebasNeueBold;    
}




.articles{
	margin-bottom: 60px;
}
.articles .article-contianer
{
	margin-bottom: 60px;
}
.articles .article {
	border: 1px solid rgba(204,204,204,0.7);
    padding: 0;
    height: 100%;
    margin-bottom: 25px;
}

.articles .article img {
    width: 100%;
    height: 60%;
    object-fit: cover;
}

.articles .article-contianer .article img{
    height: 40vh;    
}

.article .article-time{
	font-size: 12px;
	font-family: avenir-light;
	margin-bottom: 30px;
	
}

.articles .article .article-time{
	margin: 15px 15px 0;
}
.article h4{
	padding: 24px;
    
}
.article h2{
	font-family: poppins-semibold,poppins,sans-serif;
}
.articles .article h4 a{
	font-family: poppins-semibold,poppins,sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 1.2rem;
}
.articles .article h4 a:hover{
    color: #CD1719;
}
.articles .article .article-excerpt{
	margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    
    
}
.articles .article .article-info {
 	position: absolute;
}

.article .article-info {
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
   
    bottom: 0;
    width: calc(100% - 60px);
    font-size: 14px;
	font-family: avenir-light;
    
}

.article .article-info i.fa.fa-heart,
.article .article-info i.fa.fa-heart-o{
	float: right;	
	color: #ec5e87;
}

.simplefavorite-button{
	cursor: pointer;
}

.homepage .articles .article {
    height: 310px;        
}

.homepage .articles .read-more {
	text-align: center;
    margin-top: 50px;
}

.homepage .articles .read-more a.btn.btn-funnel{
	font-size: 20px;
	font-weight: bold;
	transition: background-color 0.4s ease 0s;
	color: #fff;
}
.homepage .articles .read-more a.btn.btn-funnel:hover{
    background-color: #404040;
    border-color: transparent;
    color: #fff;
}


.homepage .extra-content{
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}


.image-box .row.equal {
	display: flex;
   	flex-wrap: wrap;
}
.image-box.textOnly,
.image-box.textAndImage{
	color: #fff;
	text-align: center;
	margin-bottom: 60px;	
}

.image-box.textOnly{
	padding-top: 40px;
	padding-bottom: 40px;	
}


.image-box.textAndImage .text-section{
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 28px;
}

.image-box.textAndImage h3{
	font-size: 60px;
	font-family: poppins-semibold,poppins,sans-serif;
}  


.image-box a.btn.btn-funnel {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 20px;
    color: #fff;
}
  
.image-box .image-section{
    background-size: cover;
    background-size: cover;
	background-position: center;
}


.image-box.two_color .text-section {    
	text-align: center;	
}

.image-box.two_color .image-section {
	min-height: 30vw;
    background-size: cover;
}


/*--------------------------------------------------------------
	## WPCF7-form
--------------------------------------------------------------*/

.contact-us .wpcf7{
	text-align: center;
} 

.contact-us .wpcf7 .contact-us-name-container{
	display: flex;
	flex-flow: row wrap;
 	justify-content: space-around;
 	max-width: 600px;
    margin: auto;
	
}

.contact-us .wpcf7 .contact-us-name-container span{
		flex-basis: 95%;
		margin-bottom: 30px;
}

@media only screen and (min-width: 992px){
	.contact-us .wpcf7 .contact-us-name-container span.your-name,
	.contact-us .wpcf7 .contact-us-name-container span.your-email{
		flex-basis: 45%;
	}
}

.contact-us .wpcf7 input[type=text], 
.contact-us .wpcf7 input[type=email], 
.contact-us .wpcf7 input[type=tel],
.contact-us .wpcf7 textarea{
	border:none;
	box-shadow:none;
	border-radius:0;
	border-bottom: solid 1px #000;
	width: 100%; 	
	font-family: avenir-light;
	font-size: 14px;
	
}

.contact-us .wpcf7 input[type=submit]{
	background: none;
	border: none;
    color: #CD1719;
    font-family: poppins-semibold,poppins,sans-serif;
    font-size: 18px;
}
	
/*--------------------------------------------------------------
	## search-form
--------------------------------------------------------------*/

.search-form{
	text-align: right;
	margin-top: 15px;
    margin-bottom: 9px; 
}

/*--------------------------------------------------------------
	## POST
--------------------------------------------------------------*/

.post-content {
    border: 1px solid rgba(204,204,204,0.75);
    padding: 60px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
}
 
/*--------------------------------------------------------------
	## EVENTS
--------------------------------------------------------------*/

h1.page-title.events{ 
	margin-bottom:0px;
}

.event-list {
	margin-top: 60px;
	margin-bottom: 60px;
}

.event-list .event{
    overflow: hidden;
    border-bottom: 1px solid;
    border-color: rgba(204,204,204,1);
    padding-top: 20px;
    padding-bottom: 40px;
}
.event-list .event:hover,
.event-list .event.more-detils-shown{
    border-color: #CD1719;
    transition: 1s;	
    -o-transition: 1s;
  	-ms-transition: 1s;
  	-moz-transition: 1s;
  	-webkit-transition: 1s;
}

.event-list .event .event-moving-part{
	position: relative;
	left: 0px;
	transition: 1s;	
	-o-transition: 1s;
  	-ms-transition: 1s;
  	-moz-transition: 1s;
  	-webkit-transition: 1s;
}


.event-list .event:hover .event-moving-part,
.event-list .event.more-detils-shown .event-moving-part{
    left: -110px;
    color: #CD1719;
    transition: 1s;	
    -o-transition: 1s;
  	-ms-transition: 1s;
  	-moz-transition: 1s;
  	-webkit-transition: 1s;
}


@media screen and (max-width: 37.5em) {
	
	.event-list .event:hover .event-moving-part, .event-list .event.more-detils-shown .event-moving-part {
    left: 0px;
	}
    
}
.event-list .event .event-date-part {
    float: left;
    font-family: avenir-light;
}

.event-list .event .event-date-inner-part {
    float: left;
    font-size: 14px;
    margin-top: calc(0px + 0.55em);
    margin-bottom: calc(0px + 0.55em);
    margin-left: 15px;
    line-height: 1.5;    
}

.event-list .event .event-date-inner-part .event-date-part.dayName {
	opacity: 0.5;
}
.event-list .event .event-date-inner-part .event-date-part.month {
    clear: left;
}

.event-list .event .event-date-part.dayDate {
    font-size: 40px;
}

.event-list .event .event-title{
	float: left;
	margin-left: 20px;
	font-family: avenir-light;
}
.event-list .event .event-title h3{
    
    font-size: 33px;
    font-weight: normal;
    line-height: 1.75;
    float: left;
    font-family: avenir-light;
}





.event-list .event .event-locatino-slash{
	opacity:1;
	display: unset;
}

.event-list .event:hover .event-locatino-slash,
.event-list .event.more-detils-shown .event-locatino-slash{
    opacity:0;
    display: none;    
}

.event-list .event .event-more-details{
	opacity:0;
	display: none;	

}


.event-list .event .event-more-details:before {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    font-size: 30px;
    top: 5px;
}


.event-list .event.more-detils-shown .event-more-details:before {
    font-family: 'FontAwesome';
    content: '\f106';
    position: absolute;
    font-size: 30px;
    top: 5px;
}

.event-list .event:hover .event-more-details,
.event-list .event.more-detils-shown .event-more-details{
    opacity:1;
    display: unset;
}
.event-list .event .event-short-location{
	float: left;
	line-height: 67px;
    font-size: 16px;
}

.event-list .event:hover .event-short-location,
.event-list .event.more-detils-shown .event-short-location{
    opacity:0;
   
}


.event-list .event .event-register{
	float: right;
	    line-height: 3.5;

}
/* .event-list .event .event-register a.btn.btn-register{
	color: #fff;
    background-color: #cd1719;
    border-color: #cd1719;
    border-radius: 0px;	
} */

.event-list .event .event-register{
	color: #fff;
}

.event-list .event .event-register a.btn.btn-register:hover{
	border: 0;
    background-color: rgba(205,23,25,0.9);
}


.event-list .event .event-more-detils{
	position: relative;
    width: 100%;
    float: left;
	font-family	: avenir-light;
	max-height: 0px;
	overflow: hidden;
	transition: 1s;	
    -o-transition: 1s;
  	-ms-transition: 1s;
  	-moz-transition: 1s;
  	-webkit-transition: 1s;
	
}

.event-list .event.more-detils-shown .event-more-detils{
	max-height: 250px;
	overflow: auto;
	transition: 1s;	
    -o-transition: 1s;
  	-ms-transition: 1s;
  	-moz-transition: 1s;
  	-webkit-transition: 1s;
}
/*--------------------------------------------------------------
	### EVENT
--------------------------------------------------------------*/


 .type-event h1{
 	margin-bottom: 0px;
 }
 
 .type-event h3{
 	color: #fff;
 	font-family: poppins-semibold,poppins,sans-serif;
 	font-size: 30px;
 }
 .type-event h5{
 	width: 100%;
 	margin-top: 30px;
 	text-align: center;
 	color: #fff;
	font-family: avenir-light;
	position: absolute;
 } 
 .type-event header{
	 background-color: rgba(126,160,183,1)
 }
 .type-event .event_register_shortcode{
 	background-color: rgba(126,160,183,1)
 	
 }
 
 
 .type-event  p.register_form {
    color: #fff;
    border-bottom: 1px solid #000;    
}

.type-event  .register_form input[type="text"],
.type-event  .register_form input[type="email"] {
    border: none;
    width: 70%;
    background-color: transparent;
}

.type-event  .register_form input[type="text"]::placeholder ,
.type-event .register_form input[type="email"]::placeholder {
  color: #fff;
}
 
 
.type-event .event_register_shortcode .btn.btn-funnel{
	font-family: poppins-semibold,poppins,sans-serif;
	font-size: 16px;
	background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    color: #cd1719;
    width: 100%;
}


.type-event  .reg_is_closed{
	display: block;
    min-width: 250px;
    max-width: 100%;
    padding: 21px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    border: rgba(236,94,135,1) solid 1px;
    background-color: transparent;
    color: rgba(236,94,135,1);
    font-family: poppins-semibold,poppins,sans-serif;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.type-event  .reg_is_closed a:hover{
	text-decoration: underline;
	color: rgba(236,94,135,1);
}


.type-event .entry-content,
.type-event .entry-footer{
	padding-top: 20px;
	background-color: #CD1719;
}

.type-event .entry-content .time_n_location .row{
	margin-top: 20px;
}
.type-event .entry-content .time_n_location{
	color: #fff;
}

.type-event .time_n_location .btn.btn-funnel{
	font-family: poppins-semibold,poppins,sans-serif;
	font-size: 16px;
	border-radius: 0px;
    width: 100%;
}

/*--------------------------------------------------------------
	## Magazine
--------------------------------------------------------------*/




.magazine .info-container{
	 margin: 22px 0px 45px 22px;
	 float: left;
}

.magazine .info-container .author_name{
    display: block;
	width: 100%;
	font-family: poppins-semibold,poppins,sans-serif;
	font-size: 16px;
	color: #A2230A;
    margin-bottom: 15px;
}


.magazine .info-container .read_more_btn{
	height: 100%;
    position: absolute;
    bottom: calc(-100% + 38px);
}    
    
  
 @media screen and (max-width: 760px) {
	 .magazine .info-container .read_more_btn{
			bottom : unset;
	 }
 }
 
.magazine .image-container {
    width: 230px;
    height: 280px;
    margin: 22px 0px 45px 15px;    
    float: left;
}

.magazine .image-container img{
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------------------
	## Register Needed
--------------------------------------------------------------*/

.register_needed{
	margin-bottom: 40px;
}

.register_needed  h2{
	text-align: center;
    font-size: 70px;
    margin-bottom: 40px;
} 

.register_needed  h2 .redHeader{
    color: #CD1719;	
}

.register_needed  h4{
	text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
} 

.register_needed .btn.btn-funnel {
    width: 100%;
    height: 60px;
    line-height: 2.5;
    font-size: 18px;
}

.register_needed  h4{
    color: #CD1719;	
}
 /*--------------------------------------------------------------
	## Gallery
--------------------------------------------------------------*/
.gallery-break-out {
	width: 99vw;
  	position: relative;
  	left: calc(-1 * (100vw - 100%) / 2);
  	color: rgba(0,0,0,.6);
}
/*--------------------------------------------------------------
	## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

ul.comment-list {
    list-style: none;
}

.comment-list li {
    zoom: 1;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: .75em 0;
    margin: 0;
}

.comment-list li img {
    float: left;
    margin-right: 1em;
}


/*--------------------------------------------------------------
	## Footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 20px;
}
.site-footer h2{
	font-family: poppins-semibold,poppins,sans-serif;
	font-size: 20px;	
}


.site-footer .footer-left-side{
	line-height: 1.7em;
}

.site-footer .footer-center-side h2{
	color: #cd1719;	
}


.site-footer .footer-center-side p.register_form {
    color: #cd1719;
    border-bottom: 1px solid #000;    
}

.site-footer .footer-center-side .register_form input[type="text"],
.site-footer .footer-center-side .register_form input[type="email"] {
    border: none;
    width: 70%;
}

.site-footer .footer-center-side .btn.btn-funnel{
	font-family: poppins-semibold,poppins,sans-serif;
	font-size: 16px;
}
.site-footer .footer-center-side{
	margin-bottom: 60px;	
}
.site-footer .footer-right-side .menu-quick-links-container ul#menu-quick-links {
    margin: 0 0 2em 0;
    padding: 0;
}

.site-footer .footer-right-side .menu-quick-links-container ul#menu-quick-links li {
    list-style: none;
    margin: 1.2em 0;
    padding: 0;
}


.site-footer .site-info {
	color: #fff;
    text-align: center;
    height: 55px;
    background-color: #36494E;
    line-height: 55px;
}

.site-footer .site-info a{
	color: #fff;
}

/*--------------------------------------------------------------
# POLLS
--------------------------------------------------------------*/
.polls .carousel-indicators {
    position: relative;
}
.polls .carousel-indicators li{
	background-color: #000;	
}

.polls .carousel-control-prev, .carousel-control-next {
    position: relative;
}

.polls .carousel-control-prev-icon, .carousel-control-next-icon { 
    background-color: #000;
}

.polls .carousel-control-next,
.polls .carousel-control-calc {
    float: right;
}



.polls .carousel-control-prev {
    float: left;
}

.polls .question{
	margin-bottom: 20px;
}



/*Radio box*/

.polls label{
	position: relative;
	cursor: pointer;
	
}

.polls input[type="radio"]{
	position: absolute;
	right: 9000px;
}


.polls input[type="radio"] + .label-text:before{
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
}

.polls input[type="radio"]:checked + .label-text:before{
	content: "\f192";
	color: #cd1719;
	animation: effect 250ms ease-in;
}

.polls input[type="radio"]:disabled + .label-text{
	color: #aaa;
}

.polls input[type="radio"]:disabled + .label-text:before{
	content: "\f111";
	color: #ccc;
}


@keyframes effect{
	0%{transform: scale(0);}
	25%{transform: scale(1.3);}
	75%{transform: scale(1.4);}
	100%{transform: scale(1);}
}



/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
