/*
Theme Name: Carsey-Wolf Center
Theme URI: https://underscores.me/
Author: Carsey-Wolf Center UC Santa Barbara
Author URI: https://www.carseywolf.ucsb.edu/
Description: The Carsey-Wolf Center supports research, teaching, and public programming about media. Our goal is to foster informed dialogue, critical skills, historical understanding, and new forms of literacy for a global and interconnected world. Engaging media experts, students, and scholars, our research and programming is committed to broadening the ways in which we understand media.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carseywolf
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.

Carsey-Wolf Center is based on Underscores https://underscores.me/, (C) 2012-2016 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import '../carseywolf/fonts/font-awesome.min.css';

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	outline-color: red !important;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
	outline-color: transparent !important; 
	outline: none !important;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	outline-color: red !important; 
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	/*text-transform: uppercase;*/
    margin: 0 0 5px;
}
h1 { line-height: 32px; }
h2 { line-height: 28px; }
h3 { line-height: 22px; }
h4 { line-height: 20px; }
h5 { line-height: 16px; }
h6 { line-height: 14px; }

p {
	margin: 0 0 12px 0 !important;
    font-size: 15px;
    line-height: 24px;
}

/*p em { line-height: 16px; }*/

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

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0;
}

.widget_nav_menu ul {
	list-style: none;
}

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, .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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3B3A3C;
}
p a,
p a:visited {
	color: #333333;
	text-decoration: underline;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	font-size: 16px;
}
p a:hover {
	color: #ffcf35;
	text-decoration: none;
}
.home p a,
.home p a:visited {
	font-weight: inherit;
	font-size: inherit;
}
.banner-text .wpb_wrapper p a:hover {
	color: #333333;
	text-decoration: none;
}
body .vc_custom_heading {
	margin: 0 0 10px 0;
}

a:visited {
	color: #3B3A3C;
}

a:focus,
a:active {
	color: #3B3A3C;
}

a:hover,
.current-menu-item a {
	color: #ffcf35;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */
/*.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}*/

@media screen and (min-width: 37.5em) {
	
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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: 0 5px 0 0 !important;
}

.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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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.33333%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/* =========================================================== */
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column, 
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.column:after {
  clear: both; 
  content: "";
  display: table;
	    /* padding-top: 100%; */ /* temporary removed, it added the space in events in the middle of the text */
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 100%; }
  /*.column,
  .columns {
    margin-left: 4%; }*/
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/* Custom styles */
/* .layoutArea {
	overflow: hidden;
} */
.page .vc_grid .vc_gitem-zone>.vc_gitem-zone-mini {
    background-color: rgba(0,0,0,0.5);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    background-color: transparent;
	position: absolute;
}
body .wpb_single_image {
	margin-bottom: 10px;
}
.custom_widget_button {
	max-width: 170px;
	width: 100%;
}
.vc_separator {
	margin: 0 !important;
}

/* Widgets */
.widget-title-phone span,
.widget-title-email span {
	font-size: inherit !important;
    line-height: inherit !important;
}

/* ======== Custom buttom aligned layouts ========= */
.custombtn {
    overflow: hidden;
    margin: 0 0 10px;
    background-repeat: no-repeat;
    background-size: cover;
	max-width: 500px;
}
.custombtn a {
    display: table;
    padding: 25px;
    width: 100%;
}
.custombtn a:hover {
    opacity: 1 !important;
    background-image: none !important;
    background-size: cover !important;
   /* background-color: #909694;*/
}
.custombtn-img {
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    height: 0;
}
.custombtn-img img {
    max-width: 50px;
}
.custombtn-titles {
    display: table-cell;
    vertical-align: middle;
}
.custombtn-titles h2.vc-infobox-title,
.custombtn-titles .vc-infobox-title-second-line {
    margin: 0;
    line-height: 25px;
}
.custombtn-titles .vc-infobox-subtitle {
    margin: 5px 0 0 0 !important;
    line-height: 16px;
}
.custombtn span {
    font-size: 16px;
}
.custombtn.all-centered {
    text-align: center;
}
.custombtn.all-centered .custombtn-img {
    margin-bottom: 10px;
}
.custombtn.all-centered .custombtn-img,
.custombtn.all-centered .custombtn-titles {
    width: 100%;
}
.custombtn.all-right .custombtn-titles {
    padding-left: 5px;
    text-align: right;
    display: block;
    vertical-align: middle;
    float: right;
}
.custombtn.all-right a {
    display: flex;
    	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex;

    flex-direction: row;
    justify-content: flex-end;
}
/*.custombtn.all-right .custombtn-titles:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    transform: translateY(0%);
}*/
.custombtn.all-right .custombtn-img {
    order: 2;
    display: flex;
    	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex;

    height: auto;
    align-items: center;
}
.custombtn.all-right .custombtn-img img {
    margin-left: 15px;
}
.custombtn img[src=""] {
   display: none;
}

.custombtn.all-top .custombtn-img {
    width: 100%;
    text-align: center;
    display: block;
    height: auto;
}
.custombtn.all-top .custombtn-img img {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.custombtn.all-top .custombtn-titles {
    text-align: center;
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 5px;
}
.custombtn.all-bottom a {
    text-align: center;
    display: table;
    width: 100%;
}
.custombtn.all-bottom .custombtn-img {
    display: table-footer-group;
    transform: translateY(0%);
    position: inherit;
}
.custombtn.all-bottom .custombtn-img img {
    transform: translateY(0%);
    position: inherit;
    margin-top: 10px;
}
.custombtn.all-bottom .custombtn-titles {
    display: table-header-group;
}
/* ================================= */


/* Header */
.page-line {
	height: 5px;
    background-color: #ffcf35;
    position: absolute;
    bottom: -4px;
    width: 100%;
    z-index: 100;
}
.main-navigation li.research a:hover,
body[class*="research"] .page-line,
body[class*="research"] .main-navigation li.current_page_item a,
body[class*="research"] .main-navigation ul li.current-page-ancestor a,
body[class*="research"] .site-content ul li.current-page-ancestor a,
body[class*="research"] .main-navigation ul li.current-page-parent .sub-menu,
body .main-navigation li.research .sub-menu,
.main-navigation ul li.menu-item-has-children.research.open,
.main-navigation li.open.research .sub-menu li a {
    background-color: #717859 !important;
}
.main-navigation ul li.menu-item-has-children.research.open a {
    color: #fff;
	background-color: #717859;
}
.site-header {
	height: 100px;
	position: relative;
	z-index: 10;
	box-shadow: -1px 9px 20px -3px #9a9a9a;
		-webkit-box-shadow: -1px 9px 20px -3px #9a9a9a;
		-moz-box-shadow: -1px 9px 20px -3px #9a9a9a;
    
}
.site-header .container {
	height: 100%;
}
header .site-title, header .site-description {
    display: none;
}
/* Site Branding */
.site-branding {
    height: 100px;
    float: left;
    width: 290px;
	text-align: center;
    position: relative;
    z-index: 100;
}
.site-branding a {
    width: 233px;
    height: 100%;
	margin: 0 auto;
    position: relative;
	display: inline-block;
    background-size: 100%;
	background-position-y: center;
	background-image: url(/wp-content/uploads/2017/10/yellowweb.svg) !important;
}
body[class*="pollock"] .site-branding a {
    background-image: url(https://dev-httpwwwcarseywolfucsbedu.pantheonsite.io/wp-content/uploads/2017/10/blueweb.svg) !important;
}
body[class*="research"] .site-branding a {
    background-image: url(https://dev-httpwwwcarseywolfucsbedu.pantheonsite.io/wp-content/uploads/2017/10/greenweb.svg) !important;
}

/*.site-branding a .custom-logo {
    max-height: 100%;
    max-width: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/

/* Top Navigation */
.menu-toggle {
	display: none;
}
.mobile-menu {
	display: none;
}
.mob-search-toggle {
	display: none;
}
/* burger menu style */
.menu-toggle {
   /* display: block;*/
    position: absolute;
    cursor: pointer;
    right: 35px;
    top: 0;
	bottom: 0;
    float: right;
    margin: 0;
    padding: 9px 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    width: 26px;
  /*  height: 32px;*/
    z-index: 100;
}
.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span {
    background: #3b3a3c;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: 0;
    transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
}
.menu-toggle:hover::before,
.menu-toggle:hover::after,
.menu-toggle:hover span {
    background: #ffcf35;
}
.menu-toggle:before, .menu-toggle:after {
    content: '';
    top: 42%;
}
.menu-toggle:after {
    top: 58%;
}
.site-header.on .menu-toggle span {
    opacity: 0;
}
.site-header.on .menu-toggle:before, .site-header.on .menu-toggle:after {
   /* background: #ffffff;*/
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: -2px;
    transition: all 0.2s linear;
}
.site-header.on .menu-toggle:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.site-header.on .menu-toggle:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.main-navigation {
	display: block;
	position: relative;
    height: 100px;
	margin-left: 290px;
}
.menu-top-navigation-container {
	height: 100px;
}
.main-navigation ul {
	list-style: none;
    margin: 0;
    padding-left: 0;
    min-height: 100%;
    display: flex;
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex;

    flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-lines: single;

    flex-direction: row;
		-webkit-flex-direction: row;
		-webkit-box-direction: normal;
   /* border-left: 1px dashed #858585;*/
}

.main-navigation li {
	display: flex;
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex;
    flex-basis: calc(19.9% - 0px);
		-webkit-flex-basis: calc(20% - 0px);

    align-items: stretch;
		-webkit-align-items: stretch;
		-webkit-box-align: center;

    justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;

    border-left: 1px dashed #858585;
    border-bottom: 1px dashed #858585;
    position: relative;
    height: 50px;
}
.main-navigation ul li ul li {
    height: auto;
}
.main-navigation a {
	text-decoration: none;
        color: #3B3A3C;
    display: flex;
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex;

    justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center; /* justify-content */

    align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
    width: 100%;
    font-weight: bold;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
.main-navigation a:hover,
.main-navigation a:visited:hover,
.main-navigation a:active,
.main-navigation .current-page-ancestor a,
.main-navigation .current-page-ancestor a:visited,
.main-navigation li.current-menu-parent.about a,
/* .main-navigation li.current-menu-parent a, */
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor > a,
.parent-pageid-340 .main-navigation li.menu-item.about a, 
/*.main-navigation a:focus,*/
.main-navigation li.current_page_item a {
	background: #ffcf35;
	color: #fff;
	text-decoration: none;
}
.main-navigation a:visited {
	color: #3B3A3C;
}
.main-navigation .search-toggle a:before,
.error-404 .page-content .search-toggle a:before,
.mob-search-toggle a:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    font-weight: bold;
    transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
}
.mob-search-toggle a:before {
    font-size: 25px;
}
.search-toggle {
	cursor: pointer;
}
#search-container {
	position: absolute;
    top: -145px;
    left: 0;
    width: 100%;
   /* border: 1px dashed #858585;*/
   /*  background: white;*/
    display: block;
    height: 1px;
	transition: top 605ms ease-out;
		-webkit-transition: top 605ms ease-out;
		-moz-transition: top 605ms ease-out;
		-o-transition: top 605ms ease-out;
}
#search-container.active {
    top: 0;
    transition: top 605ms ease-out;
		-webkit-transition: top 605ms ease-out;
		-moz-transition: top 605ms ease-out;
		-o-transition: top 605ms ease-out;
	height: 99px;
    overflow: hidden;
}
#search-container .search-box {
    background: #fff;
    border: 1px dashed #858585;
    height: 99px;
}
#search-container input.search-field {
    display: flex;
    	display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;

    align-items: center;
    	-webkit-align-items: center;
		-webkit-box-align: center;

    width: 100%;
    height: 99px;
    padding: 0 3rem;
    text-decoration: inherit;
    background-color: transparent;
    color: #3B3A3C;
    line-height: 1 !important;
    font-weight: bold;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 20px;
    text-transform: uppercase;
    position: absolute;
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Arvo', sans-serif;
}
#search-container input.search-field:focus {
    outline: none !important;
    border: none;
    box-shadow: 0 0 10px #719ECE;
}
#search-container input.search-submit {
    visibility: hidden;
}
#search-container .close-search {
    position: absolute;
    right: 35px;
    bottom: 0;
    top: 0;
    float: right;
    margin: auto;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    width: 27px;
    height: 40px;
    z-index: 101;
    cursor: pointer;
}
.close-search:before, .close-search:after {
    content: '';
    background: #3B3A3C;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: -2px;
	transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
}
.close-search:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-search:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.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 a {
	width: 88%;
}

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

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

/* Footer */
#footer {
	/*border-top: 2px solid grey;*/
	background-color: #3b3b3d;
}
#footer a,
#footer p,
#footer a:visited {
	color: #fff;
	text-decoration: none;
    margin: 0;
}
#footer a:hover,
#footer a:focus,
#footer .socials ul li a:hover:before {
	color: #ffcf35;
}
.curved-block {
    height: 40px;
    width: 100%;
    background: #3b3b3d;
    margin-top: 0px;
}
.curved-block:after {
    content: '';
    display: block;
    width: 100%;
    height: 40px;
    border: solid 0px #3b3b3d;
    border-color: #3b3b3d transparent transparent transparent;
    border-radius: 67%/51px 51px 0px 0;
    -ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-color: white;
    position: relative;
	top: -1px;
    z-index: 100;
}
#footer .inner-footer {
   	padding: 20px 70px;
    overflow: hidden;
    background-color: #3b3b3d;
/*	font-family: 'Hind', sans-serif; */
}
#footer address {
    font-style: normal;
}
#footer .site-info {
    /*display: flex;*/
    /*align-items: center;*/
	display: table;
    width: 100%;
}
#footer .u-info {
	/*float: left;*/
	display: table-cell;
    width: 240px;
    vertical-align: top;
    padding-top: 20px;
}
#footer .add-info {
	/*float: right;*/
	text-align: right;
	padding: 20px 0;
	display: table-cell;
    width: auto;
	/*align-self: stretch;*/
    /*flex: 1;*/
    box-sizing: content-box;
}
#footer .add-info>div {
	display: inline-block;
    vertical-align: middle;
    padding: 20px 26px 0px 0;
}
#footer .u-info h5 {
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
	font-weight: normal;
}
#footer .u-info p {
    font-size: 16px;
    margin: 0 !important;
}
#footer .u-info p.org {
    font-size: 18px;
}
#footer p {
    font-size: 15px;
}
.footer-menus .menu li {
	line-height: 13px;
}
#footer .footer-menus .menu li a {
    text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
    display: inline-block;
    padding: 0;
    margin: 0 0 27px;
}
.footer-menus .widget_nav_menu {
	width: 225px;
    display: inline-block;
    padding-right: 30px;
    box-sizing: border-box;
    border-left: 1px dashed grey;
	margin: 0;
    vertical-align: top;
    padding-bottom: 20px;
}
#footer .inner-footer ul {
   	margin: 0;
    padding: 0;
	list-style: none;
}
#footer .socials-subscribe ul {
    display: block;
    text-align: right;
    padding: 0;
	margin-bottom: 17px;
}
#footer .socials-subscribe ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -4px;
}
#footer .socials-subscribe ul li:last-child {
	margin-right: 0;
}
a.subscribe-btn,
.reserve-btn a,
a.view-btn {
    text-transform: uppercase;
    font-size: 12px;
	line-height: 12px !important;
    border: 1px solid #fff;
    padding: 7px 10px;
    display: inline-block;
	cursor: pointer;
}
a.view-btn {
    border: 1px solid #969696;
	padding: 10px;
	text-align: center;
    font-size: 14px;
}
.events-feed .event-el>div a.view-btn {
	color: #969696;
	bottom: auto;
    border: 1px solid #969696;
}
.events-feed .event-el>div.subscribe {
	height: 36px;
}
.events-feed .event-el>div.subscribe:before {
	display: none;
}
.reserve-btn {
    height: 70px;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 15px;
	vertical-align: middle;
    display: inline-block;
	display: table;
}
.reserve-text {
	/*display: inline-block !important;
	vertical-align: middle;*/
	text-transform: uppercase;
    line-height: 18px;
}
.reserve-btn a {
    width: 100px;
    margin-right: 10px;
    line-height: 16px !important;
	height: 70px;
    padding: 7px !important;
    font-family: 'Hind', sans-serif;
	border: 1px solid #7b7b7c;
	font-size: 13px;
    vertical-align: middle;
    text-align: center;
	display: table-cell;
}
/*.reserve-btn a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}*/
.reserve-btn p {
	margin: 0;
}
.reserve-btn>p {
    vertical-align: middle;
	/*display: inline-block;*/
	margin: 0;
    /*width: 80%;*/
    max-width: 265px;
    display: table-cell;
    padding: 0 0 0 15px;
}
a.subscribe-btn:hover,
.reserve-btn a:hover,
a.view-btn:hover {
    color: #ffcf35 !important;
	text-decoration: none;
	border-color: #ffcf35 !important;
}
#footer .socials-subscribe ul li a {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
}
#footer .socials-subscribe ul>li>a:before {
    font-size: 33px;
}
#footer .ucsb-logo {
    display: block;
    margin-bottom: 15px;
}
#footer .ucsb-logo img {
    height: 27px;
    width: 100%;
}

/* WP Composer Reset */
.wpb_text_column p a {
	display: inline-block;
	line-height: 19px;
}

/* Sticky Foooter for all browsers */
html,
body {
    height:100%;
    margin:0;
}
body {
    /* display: flex with all fallbacks */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
/* 	display: block; */

  /* direction with all fallbacks */
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  color: #3B3A3C;
  min-height: 100%;
  background: white;
}
#main-wrapper {
	/* flex (item) with fallbacks*/
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  /*height: 20%;               /* For old syntax, otherwise collapses. */
  /* flex grow, shrink, basis fallbacks */
  -webkit-flex: 1 0 auto;          /* Chrome */
  -ms-flex: 1 0 auto;              /* IE 10 */
  flex: 1 0 auto;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  
  padding-bottom: 40px;
/*   min-height: 360px; */
}
#footer{
    position: relative;
    width: 100%;
}
/* ======End of sticky footer ========= */

/* ====== Page not found styles ======= */
.error404 .site-content {
	padding: 30px 0;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
.page-title-error {
    text-transform: uppercase;
    color: #ffcf35;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 79px;
    line-height: 68px;
	text-align: center;
}
.error-404 p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #000000;
	text-align: center;
	line-height: 35px;
}
.error-404 .page-content .search-toggle {
	text-align: center;
}
.error-404 .page-content .search-toggle a:before {
	font-size: 28px;
}

/* ================ News ============== */
.news-feed {
/*	display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/
	margin-top: 20px;
}
.news-feed .news-el {
	margin-bottom: 25px;
	overflow: hidden;
	margin-right: 10%;
}
.news-feed .news-img {
	height: 300px;
    width: 370px;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 25px;
    position: relative;
}
.news-feed .news-content {
	float: none;
    width: auto;
    overflow: hidden;
}
.news-hover {
	position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
}
.news-el>a {
	overflow: hidden;
	display: block;
}
.news-el a:hover .news-hover {
	background-color: #ffcf35;
    opacity: 0.5;
}
.news-feed aside {
	border-left: 1px dashed #9c9c9c;	
}
.news-feed .news-single-title {
    text-transform: uppercase;
}
.news-feed .news-single-title h3 {
	font-family: 'Arvo', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
}
.news-feed .news-title {
    font-family: 'Arvo', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
/* Single news */
.single-news {
	margin-top: 70px;
}
.single-news article {
	margin-left: 10%;
}
/*.single-news .post-img {
	display: inline-block;
    vertical-align: middle;
    width: 325px;
}*/
.single-news header>div {
	display: table-cell;
    vertical-align: middle;
}
.single-news .post-img {
    width: 325px;
    height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-news .post-info {
    padding-left: 25px;
}
.single-news .post-info .entry-title {
    font-family: 'Arvo', sans-serif;
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
}
.single-news .post-info time {
    text-transform: uppercase;
}
.single-news .entry-header,
.single-news .entry-content {
    margin: 0 10% 17px 0;
}
.single-news .entry-header {
    display: table;
}

/* Pagination */
.prev-next-posts {
	text-align: center;
	margin-top: 45px;
}
.prev-next-posts>div {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.prev-next-posts>div a {
	padding: 0px 12px;
    border: 1px solid #9c9c9c;
    display: block;
    font-size: 28px;
    line-height: 29px;
    color: #7b7b7b;
}
.prev-next-posts>div a i {
	line-height: 34px;
}
.prev-next-posts>div a:hover {
	border: 1px solid #ffcf35;
	color: #ffcf35;
}
.current-page {
	font-family: 'Arvo', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

/* ================ Events ================ */
.events-feed.no-events {
    margin-top: 35px;
    margin-bottom: 45px;
}
.events-feed .noevent-notice {
	text-transform: uppercase;
	text-align: left;
	font-size: 17px;
}
.events-feed.no-events .noevent-notice .month {
	font-family: 'Hind', sans-serif !important;
/*	font-weight: 600 !important;*/
    font-size: 17px !important;
}
.events-feed.no-events .event-el {
	width: 100%;
}

/* Columns CPT Events */
.calendar-archives.arw-theme1 .day.has-posts a {
    height: 25px;
    text-decoration: none;
    font-weight: normal;
    width: 25px;
}
.events-feed {
	margin-right: -10px;
}
.events-categories ul li a.current-category {
	color: #ffcf35;
	font-weight: 600;
}
.events-feed .events-title-row {
 	width: 100%;
}
.events-feed .event-el {
	display: inline-block;
    margin-right: -4px;
	vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px;
    -webkit-transform: translate3D(0,0,0);
    -ms-transform: translate3D(0,0,0);
    transform: translate3D(0,0,0);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    width: 33.33333333%;
}
.events-feed .event-el>div {
    box-shadow: none;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    background-clip: border-box;
    /*overflow: hidden;*/
	height: 215px;
}
.events-feed .event-el h2 {
    margin: 0;
    font-family: 'Arvo', sans-serif;
    text-transform: uppercase;
}
/*.events-feed .event-el>div:before {
    content: "";
    display: block;
    padding-top: 100%;
}*/
.events-feed .event-el>div a {
    display: block;
	color: #fff;
    /*position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    border-bottom: none;
    outline: 0;*/
	/*background-color: transparent;*/
   /* -webkit-box-shadow: none;
    -moz-box-shadow: none;*/
}
.events-feed .event-el>div a .event-color {
	opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}
.events-feed .event-el>div a:hover .event-color {
	opacity: 1;
}
.events-feed .event-el>div a .ptitle-wrapper {
	position: absolute;
    top: 0;
    bottom: 0px;
    width: 100%;
    z-index: 6;
    background-color: rgba(0,0,0,0.5);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    background-color: transparent;
}
.events-feed .event-el>div a .ptitle {
	position: absolute;
    bottom: 20px;
    padding: 5px 15px;
    width: 100%;
    z-index: 6;
}
.events-feed .event-el .ptitle h3 {
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}
.events-feed .event-el .ptitle .event-title,
.events-feed .event-title {
	text-transform: capitalize;
    font-weight: 300;
	font-size: 21px;
    font-family: 'Hind', sans-serif;
}
.events-feed div.vc_gitem-acf {
	color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
}
.events-feed .event-date {
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
.date-timezone {
	display: inline-block;
	color: #fff;
	margin-left: 2px;
	margin-bottom: 0 !important;
	margin-top: -1px;
	font-weight: 400;
}
.date-timezone p {
	margin-bottom: 0 !important;
}
/*.events-feed .event-el>div a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .2;
}*/
.events-feed>div:hover a .ptitle-wrapper {
    background-image: linear-gradient(to bottom, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.2));
}
.events-feed>div:hover {
    background-image: none !important;
}
.events-feed .event-el.pagination {
	text-align: center;
}
.events-feed .event-el.pagination .month {
	text-transform: uppercase;
	font-family: 'Arvo', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 34px;
}
.events-feed .event-el.pagination a {
	color: #969696;
    border: 1px solid #969696;
    width: 34px;
    height: 34px;
    display: block;
	text-align: center;
    font-size: 30px;
}
.events-feed .event-el.pagination .pagination-date {
    height: auto;
}

.events-feed .event-el.pagination a:hover {
    color: #ffcf35;
    text-decoration: none;
    border-color: #ffcf35;
}
.events-feed .event-el.pagination a i {
    width: 34px;
    height: 34px;
	vertical-align: top;
}
.events-feed .event-el.pagination a.prev_month {
	float: left;
}
.events-feed .event-el.pagination a.next_month {
	float: right;
}
.events-feed .event-el.pagination .pagination-term {
	height: auto;
}
.events-feed .event-el.pagination .pagination-term a {
	width: 100%;
	padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

th#col_ev_date, th#col_ev_cat {width:150px}
td.col_ev_date em {color:gray;}
th#col_ev_times {width:150px}
th#col_ev_thumb {width:100px}
.maparea {
	height: 50vh;
	width: 100%;
}
.sidebar {
	padding: 0 15px;
}
.events-categories {
	padding-left: 15px;
	margin-left: -15px;
	border-left: 1px dashed #979797;
	margin-bottom: 20px;
}
.events-categories h3 {
	margin: 0 0 20px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Arvo', sans-serif;
    color: #2f2f31;
}
.events-categories ul {
	list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.events-categories .category-dot {
	height: 15px;
    width: 15px;
	margin-right: 5px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
}
.events-categories ul li {
	margin-bottom: 7px;
}
.events-categories ul li a {
	line-height: 15px;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
	font-weight: 500;
}


.sidebar a.subscribe-btn {
    border: 1px solid #7f7f7f;
}
.news-feed .wp_widget_subscribe_btn {
    width: 100%;
    max-width: 170px;
    padding: 10px 50px;
}
.wp_widget_subscribe_btn {
	margin: 0 0 15px;
}
.widget_internal_link {
    margin: 15px 0;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #9c9c9c;
    font-weight: 500;
    width: 100%;
    text-align: center;
    max-width: 170px;
}
.widget_internal_link a {
	border: 1px solid #3B3A3C;
    padding: 10px 30px;
    display: block;
}
.widget_internal_link a:hover {
    border: 1px solid #ffcf35;
}
#wp-calendar.carseywolf_events_calendar {
    max-width: 200px;
}
#wp-calendar caption {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
position: relative;
}
#wp-calendar caption .prev_month {
    position: absolute;
    left: 9px;
}
#wp-calendar caption .next_month {
    position: absolute;
    right: 9px;
}
#wp-calendar th {
    text-transform: uppercase;
    text-align: center;
}
#wp-calendar td {
    text-align: center;
}
#wp-calendar tbody #today {
    background-color: #ffcf34;
    border-radius: 100%;
    color: white;
    width: 23px;
}
#wp-calendar tbody #has-events {
    color: #ffcf34;
}
#calendar_wrap {
    width: 200px;
}

/* Single event page */
.main-event-content {
    margin-bottom: 25px;
}
.main-event-content h1 {
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 15px;
    margin-top: 32px;
}
.main-event-content .entry-header>div>div {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
.main-event-content .entry-header .post-img {
    background-repeat: no-repeat;
    background-color: #efefe7;
    background-size: cover;
    background-position: center;
}
.main-event-content .entry-header .category-style {
	padding-left: 10px;
    position: relative;
}
.main-event-content .top-event-info,
.main-event-content .event-header-footer {
	box-sizing: border-box;
    display: flex;
        display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
    flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	-ms-flex-wrap: wrap;
}
.vc_media_grid .owl-carousel .owl-nav {
	display: none;
}
.track-info {
	background-color: #efefe7;
    min-height: 350px;
        display: flex;
        display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
    justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: flex-end;
    flex-direction: column;
    	-webkit-flex-direction: column;
		-webkit-box-direction: column;
}
.track-info .event-title h1 {
    margin-top: 20px;
}
/*.track-info>div {
    position: absolute;
    bottom: 38px;
    width: 100%;
}*/
.track-info ul {
	list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}


.track-info>div {
    display: inline-block;
    vertical-align: middle;
	width: 100%;
	padding-bottom: 38px;
}
/*.track-info>div:before {
	content: '';
	display: inline-block;
    vertical-align: middle;
	height: 100%;
}
*/
.track-info ul li {
	padding: 10px 20px;
    border-top: 1px dashed #b7b7af;
    text-transform: uppercase;
    font-size: 13px;
}
.track-info ul li:last-child {
    border-bottom: 1px dashed #b7b7af;
}
.event-category-color {
	width: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.main-event-content .event-header-footer .category-description {
	position: relative;
    padding: 30px 40px 30px 40px;
}
.category-series-descr span:after {
	content: ' / ';
}
.category-series-descr span:last-child:after {
	content: '';
}
.category-series-descr a {
	font-weight: bold;
	text-decoration: underline;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.main-event-content .event-header-footer .event-breadcrumbs {
    padding: 20px 10px 0 65px;
}
.event-breadcrumbs ul {
    padding: 0;
	margin-bottom: 15px;
}
.event-breadcrumbs ul li {
    display: inline-block;
}
.track-info .event-breadcrumbs {
	margin: 0;
}
.track-info .event-breadcrumbs li {
	padding: 0;
	border: none;
}

.main-event-content .entry-header .post-img {
    background-repeat: no-repeat;
    background-color: #efefe7;
    background-size: cover;
    background-position: center;
}
.main-event-content .entry-header .post-img img {
	opacity: 0;
}
.main-event-content .entry-header .category-style {
	padding-left: 10px;
    position: relative;
}
.wpb_text_column .wpb_wrapper p:first-child {
	margin-top: 0;
}
.track-info .event-title h1 {
    margin-top: 20px;
    padding-right: 10px;
}


/* ======================================= */

/* ================ Directory ================ */
/* Directory Submenu */
.page .vc_wp_custommenu {
	margin-bottom: 0;
}
#menu-people-menu {
	padding: 0;
    margin: 20px auto 25px;
    display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
    justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
}
#menu-people-menu li {
	display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
    align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
    border: 1px solid #b3b3b3;
    margin-right: 10px !important;
    text-transform: uppercase !important;
    max-width: 121px;
    text-align: left;
    line-height: 14px;
}
#menu-people-menu li a {
	font-size: 13px;
	color: #000000;
    padding: 7px 15px !important;
    display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
    align-items: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
    align-self: stretch;
		-webkit-align-self: stretch;
}
#menu-people-menu li.current-menu-item,
#menu-people-menu li:hover {
	border: 1px solid #fece46;
}
#menu-people-menu li.current-menu-item a,
#menu-people-menu li:hover a {
	background-color: #fece46;
}

/* Feed */
.directory-feed .vc_gitem_row,
.directory-feed .vc_gitem-col {
    height: 100%;
}
.directory-feed .vc_grid-item {
    padding-bottom: 0!important;
	margin-bottom: 30px;
}
.directory-feed .vc_gitem_row .vc_gitem-col {
    padding: 23px 18px;
	float: left;
}
.directory-feed .vc_custom_heading {
	
}
.directory-feed .staff-name,
.directory-feed .staff-lname {
	display: inline-block;
	vertical-align: center;
	margin-right: 7px;
	margin-bottom: 8px;
}
.directory-feed .staff-name {
	font-size: 16px;
    line-height: 16px;
    text-align: left;
    font-family: Arvo;
    font-weight: 700;
    font-style: normal;
}
.page .directory-feed .vc_grid .vc_gitem-zone>.vc_gitem-zone-mini {
	background-image: none;
}
.dir-feed-image {
	padding: 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.directory-feed .vc_gitem_row:hover {
	background-color: #ffd004;
}
.directory-feed .vc_grid-filter .vc_active,
.directory-feed .vc_grid-filter .vc_grid-filter-item:hover {
	background-color: #ffcf35  !important;
}
.directory-feed .vc_grid-filter .vc_grid-filter-item {
	border-color: #b3b3b3 !important;
    margin-right: 10px !important;
    padding: 9px 25px !important;
}
.directory-feed .vc_grid-filter .vc_grid-filter-item span {
	text-transform: uppercase !important;
	color: #3b3a3c !important;
}

/* Single directory profile page */
.single-directory .site-content {
	max-width: 785px !important;
	margin-top: 75px;
}
.single-directory h1 {
	color: #666666;
    text-transform: capitalize;
    font-size: 21px;
    line-height: 23px;
    margin-top: 25px;
}
.single-directory h2 {
	font-family: 'Arvo', sans-serif;
    font-size: 21px;
    line-height: 31px;
    margin: 0 0 5px;
}
.single-directory a {
	text-decoration: none;
}
.main-directory-content {
	margin-top: 28px;
}
.directory-profile-top {
	overflow: hidden;
}
.directory-details {
    float: left;
    color: #000;
    max-width: 250px;
}
.dir-image {
    width: 215px;
    float: left;
    margin-right: 35px;
    height: 275px;
    background-size: cover;
    background-position: 50% 50%;
}
.profile-description {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}
.profile-description p {
    margin-top: -3px;
    font-size: 16px;
}
.dir-affiliation,
.dir-phone,
.dir-email {
	font-size: 15px;
    margin: 4px 0 !important;
    line-height: 18px;
	font-weight: 500;
}
.dir-email a {
	color: #000;
}
.dir-email a:hover {
	color: #ffcf35;
}
.single-directory hr {
    border-top: 1px solid #636363;
}
.single-directory .breadcrumbs {
	font-size: 14px;
}
.staff-affiliation {
	font-size: 12px;
	font-family: 'Hind', sans-serif;
	font-style: italic;
}
.staff-phone {
	font-size: 12px;
	font-family: 'Hind', sans-serif;
	font-weight: 500;
}
.staff-email {
	font-size: 12px;
	font-family: 'Hind', sans-serif;
	font-weight: 600;
}

/* ======================================= */

body.home .entry-content {
	margin-top: 0;
}
.content-area {
    overflow: hidden;
	/*padding: 50px 0;*/
	padding: 0;
}
.event-template .content-area,
.single-event .content-area {
	padding-top: 0;
}
.slider {
	/*margin-top: -50px !important;*/
}
.page .gcp-post-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
    /*height: 40px;*/
}
.page .gcp-design-image .gcp-post-title+.gcp-post-content {
    margin-top: 5px;
}

/* ================ Main Page ============== */
#main-slider,
#owl-carousel,
#main-page-carousel {
    overflow: hidden;
    margin: 0;
    background: #7CA4A1;
    position: relative;
    display: block;
}
#main-slider,
#main-page-carousel {
	height: 600px;
}

/*#main-slider .wpb_column:first-child {
	order: 2;
}*/
/*#main-page-carousel .vc-row:first-child {
	width: 66.66666667%;
	float: left;
}
#main-page-carousel .vc-row:last-child {
	width: 33.33333333%;
	float: left;
}*/
#main-slider .vc_column_container>.vc_column-inner,
#owl-carousel .vc_column_container>.vc_column-inner {
	padding: 0;
}
#main-slider .main-slider,
#owl-carousel .main-slider {
	color: white;
	position: relative;
}
#main-slider .vc_gitem-zone {
    padding: 0 75px;
	background-size: cover;
    height: 600px;
}
#main-news-slider .vc_gitem-zone {
    padding: 0 10px;
}
#main-slider .vc_custom_heading,
#main-news-slider .vc_custom_heading {
	text-transform: uppercase;
    font-family: 'Arvo', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
	max-width: 280px;
    color: #fff;
    font-weight: bold;
}
#main-slider .vc_custom_heading {
	max-width: 85%;
}
#owl-carousel .owl-item a.content {
	background-color: rgba(0,0,0,0.5);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    background-color: transparent;
    position: absolute;
}
#main-slider .vc_custom_heading,
#main-slider .vc_custom_heading h1,
#main-slider .vc_custom_heading h2,
#main-slider .vc_custom_heading h3,
#main-slider .vc_custom_heading h4,
#main-slider .vc_custom_heading h5,
#main-slider .vc_custom_heading h6,
#main-slider .vc_custom_heading div,
#main-slider .vc_custom_heading p,
#owl-carousel .vc_custom_heading,
#owl-carousel .vc_custom_heading h1,
#owl-carousel .vc_custom_heading h2,
#owl-carousel .vc_custom_heading h3,
#owl-carousel .vc_custom_heading h4,
#owl-carousel .vc_custom_heading h5,
#owl-carousel .vc_custom_heading h6,
#owl-carousel .vc_custom_heading div,
#owl-carousel .vc_custom_heading p {
	margin: 0;
	font-size: 24px;
	line-height: 27px;
}
#main-slider .slider-event-date,
#main-slider .slider-event-time,
#owl-carousel .slider-event-date,
#owl-carousel .slider-event-time,
#owl-carousel .slider-event-date {
	display: inline-block;
    margin-right: 5px !important;
    font-weight: 600;
	font-size: 16px !important;
}
#main-slider .slider-event-time:before
/*#owl-carousel .slider-event-time:before */{
	content: '/';
    margin-right: 5px;
}
#owl-carousel .slider-event-time:before {
	content: ' ';
    margin-right: 5px;
}
#main-slider .more-btn,
#owl-carousel .more-btn {
	padding: 0;
	font-size: 13px;
}
#main-slider .more-btn:hover,
#owl-carousel .more-btn:hover {
	color: orange;
}
#main-slider .owl-next,
#main-slider .owl-prev,
#owl-carousel .owl-next,
#owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    opacity: .5;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in 0s;
    -o-transition: opacity .3s ease-in 0s;
    transition: opacity .3s ease-in 0s;
}
#main-slider .vc_grid-owl-prev,
#main-slider .vc_grid-owl-next,
#main-slider .vc_grid-owl-nav,
#owl-carousel .owl-prev,
#owl-carousel .owl-next,
#owl-carousel .owl-nav {
	opacity: 1;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
	font-size: 46px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
	height: 41px;
    color: #fff;
    width: 100%;
    margin-top: -22.5px;
    color: #fff;
    bottom: 0;
}
#owl-carousel .owl-prev span,
#owl-carousel .owl-next span,
#owl-carousel .owl-nav span {
	display: none;
}
#main-slider .vc_grid-owl-prev,
#owl-carousel .owl-prev {
	left: 25px;
	top: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    margin: auto;
}
#main-slider .vc_grid-owl-next,
#owl-carousel .owl-next {
	right: 25px;
	top: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    margin: auto !important;
}
#main-slider .vc_grid-owl-prev:before,
#owl-carousel .owl-prev:before {
	content: '\f104';
}
#main-slider .vc_grid-owl-next:before,
#owl-carousel .owl-next:before {
	content: "\f105";
}
#main-slider .vc_grid-owl-next:hover::before,
#main-slider .vc_grid-owl-prev:hover::before,
#owl-carousel .owl-next:hover::before,
#owl-carousel .owl-prev:hover::before  {
	color: #ffcf35;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
    cursor: pointer;
    display: inline-block;
}
#main-slider .vc_grid-owl-dots,
#owl-carousel .owl-dots {
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    margin-top: 20px;
    z-index: 200;
}
#main-slider .owl-dots,
#owl-carousel .owl-dots {
    bottom: 30px;
}
#main-slider .owl-dots button,
#owl-carousel .owl-dots button {
    margin-right: 7px;
}
#main-slider span.more-btn,
#owl-carousel span.more-btn {
    text-transform: none;
    font-size: 11px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: 'Hind', sans-serif;
}
#main-slider .vc_grid-owl-dots span,
#owl-carousel .owl-dots span {
	width: 12px;
    height: 12px;
    border: 1px solid;
    border-color: #fff!important;
    border: 1px solid;
    margin: 5px 7px;
    display: block;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
    border-radius: 10px;
	    -webkit-transition: background-color .2s ease;
	    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
#owl-carousel .owl-dots .owl-dot.active span {
	background-color: #fff;
}
.grid-series-event-date.field_59d50e85b6e67:before {
    content: 'with';
    margin-right: 5px;
}
#main-event-slider .field_59d50e85b6e67:before {
    content: 'with';
    margin-right: 5px;
}
/* .grid-series-event-date.field_59d50dfcb6e66:before,
#main-event-slider .field_59d50dfcb6e66:before {
    content: '(';
    margin-left: 2px;
} */
/* .grid-series-event-date.field_59d50dfcb6e66:after,
#main-event-slider .field_59d50dfcb6e66:after {
    content: ')';
} */
.grid-series-event-date.field_59d50e85b6e67:empty,
.grid-series-event-date.field_59d50dfcb6e66:empty,
#main-event-slider .field_59d50e85b6e67:empty,
#main-event-slider .field_59d50dfcb6e66:empty {
   display: none;
}
.grid-series-event-date.field_59d50e85b6e67,
.grid-series-event-date.field_59d50dfcb6e66 {
   display: inline-block;
}
#main-event-slider .field_59d50e85b6e67,
#main-event-slider .field_59d50dfcb6e66,
#main-event-slider .event-participant {
   	display: table-cell;
	font-size: 16px;
}

#main-news-slider .vc_grid.vc_row .vc_grid-item,
#main-news-slider .vc_grid.vc_row .vc_grid-item .vc_gitem-zone {
	height: 300px;
    overflow: hidden;
}
#main-event-slider .vc_grid.vc_row .vc_grid-item {
	height: 600px;
	background-size: cover
}
#main-page-about {
	padding: 50px 0;
    margin-bottom: 5px;
}
#main-page-about .vc_column_container>.vc_column-inner {
	padding: 0;
}
#main-page-about .vc_column_container>.vc_column-inner .wpb_content_element {
	margin: 0 auto;
    max-width: 960px;
    padding: 0 15px;
}

#main-page-en-feed {
	padding: 0 50px 0;
	position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
#main-page-en-feed {
	padding: 0 50px 0;
	position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}
#main-page-en-feed .gcp-post-content {
    margin-top: 0;
}
#main-page-en-feed .gcp-post {
	margin-left: 9px;
    margin-right: 9px;
}
#main-page-en-feed .gcp-post .gcp-caption-wrapper {
	font-size: 13px;
	padding: 0px !important;
    margin-top: 15px;
}
#main-page-en-feed .gcp-post .gcp-caption-wrapper a {
	color: #3B3A3C;
	text-decoration: none;
}
#main-page-en-feed .gcp-post .gcp-caption-wrapper .gcp-post-title a:hover {
	color: #ffcf35;
	text-decoration: none;
}
.page .gcp-caption-wrapper p {
    margin: 0!important;
    font-weight: 600;
}
#main-page-en-feed .gcp-post .gcp-post-image:hover {
	background-image: none !important;
	background-color: #ffcf35;
}
#main-page-en-feed .gcp-post i {
	font-style: normal;
}
#main-page-en-feed .gcp-post .gcp-caption-wrapper .gcp-post-content:after {
	content: 'More...';
	font-weight: bold;
	margin-left: 10px;
}
#main-page-en-feed .gcp-post .gcp-caption-wrapper a.read-more:hover .gcp-post-content::after {
	color: #ffd004;
	text-decoration: underline;
}

#main-page-en-feed .owl-ca-controls {
    position: absolute;
    top: 0;
    right: 0;
    margin: -50px 430px 0 0 !important;
    z-index: 100;
}
#main-page-en-feed .owl-ca-controls .owl-ca-pagination span {
    background: #fff !important;
    margin: 0 18px 0 0;
    padding: 5px;
    border: 1px solid #969696;
    height: 35px;
    width: 35px;
}
#main-page-en-feed .owl-ca-controls .owl-ca-pagination span:after {
    content: '\f105';
    line-height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35px;
    text-align: center;
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    font-size: 35px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0;
	color: #969696;
}
#main-page-en-feed .owl-ca-controls {
    width: 107px;
}
#main-page-en-feed .owl-ca-page {
	position: absolute;
    z-index: 5;
	right: 0;
}
#main-page-en-feed .owl-ca-page:first-child,
#main-page-en-feed .owl-ca-page.active:first-child {
	position: absolute;
    left: 0;
    z-index: 4;
}
#main-page-en-feed .owl-ca-page:last-child {
	right: 0;
    z-index: 4;
}
#main-page-en-feed .owl-ca-page.active:last-child {
	right: 0;
    z-index: 6;
}
#main-page-en-feed .owl-ca-page.active {
	position: absolute;
    z-index: 2;
	right: 0;
}
#main-page-en-feed .owl-ca-page:first-child span:after {
	content: '\f104';
}
#main-page-en-feed .owl-ca-page:last-child span:after {
	content: '\f105';
}
#main-page-en-feed .owl-ca-controls .owl-ca-pagination span:hover {
    border-color: #ffd004;
}
#main-page-en-feed .owl-ca-controls .owl-ca-pagination span:hover:after {
    color: #ffd004;
}
#main-page-en-feed .main-feed-btns {
	position: absolute;
    top: 0px;
    right: 22px;
    z-index: 101;
}
#main-page-en-feed .main-feed-btns .vc_btn3-container {
    margin: 0;
    display: inline-block;
}
#main-page-en-feed .main-feed-btns .vc_btn3-container:first-child {
    margin-right: 15px;
}
#main-page-en-feed .main-feed-btns .vc_btn3-container a {
    padding: 0;
    background-color: #ffffff;
    color: #969696;
    border: 1px solid #969696;
    width: 203px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-transform: uppercase;
	background-image: none;
}
#main-page-en-feed .main-feed-btns .vc_btn3-container a:hover {
    color: #ffd004 !important;
    border: 1px solid #ffd004;
}

#main-page-menu {
	padding: 40px 0;
    margin-top: 5px;
}
#main-page-menu .vc_column_container>.vc_column-inner {
	padding: 0;
}
#main-page-menu .vc_column_container>.vc_column-inner .wpb_content_element {
	margin: 0;
}
#main-page-menu ul.menu {
	margin: 0 auto;
    padding: 0;
    max-width: 990px;
    list-style-type: none;
    display: flex;
		display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
    height: 75px;
    flex-direction: row;
    	-webkit-flex-direction: row;
		-webkit-box-direction: normal;
}
#main-page-menu ul.menu li {
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;
    text-transform: uppercase;
	display: flex;
		display: -webkit-box;
  		display: -moz-box;
  		display: -ms-flexbox;
  		display: -webkit-flex;
    align-items: center;
    justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
    border-right: 1px dotted #b9b9b9;
}
#main-page-menu ul.menu li:last-child {
    border-right: none;
}
#main-page-menu ul.menu li a,
#main-page-menu ul.menu li a:visited,
#main-page-menu ul.menu li a:hover {
    color: #000000;
	padding: 0 40px;
    width: 100%;
    font-weight: bold;
	font-family: 'Arvo', sans-serif;
}
#main-page-menu ul.menu li a:hover {
    text-decoration: none;
}
#main-page-menu ul.menu li a::after {
    content: '';
    /* border-bottom: 1px solid transparent; */
    /* width: 100px; */
    height: 4px;
    background: transparent;
    display: block;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: -8px; */
    /* margin: 0 32px; */
    /* text-align: center; */
    margin-top: 3px;
    padding-top: 2px;
}
#main-page-menu ul.menu li a:hover::after {
    content: '';
	background: #000;
}


/* Custom Owl Carousel */
#owl-main-carousel .vc_grid-container .vc_grid .owl-stage-outer {
	height: 600px !important;
}

/* ============ Pages ============== */
#page-slider {
	max-height: 320px;
    overflow: hidden;
    margin: 0;
	background: #7CA4A1;
}
#page-slider .owl-carousel {
	max-height: 320px;
}
#page-slider .vc_column_container>.vc_column-inner {
	padding: 0;
}
#page-slider .main-slider,
#page-slider .main-event-slider {
	color: white;
	position: relative;
}
#page-slider .vc_gitem-zone {
    padding: 0 75px;
	background-size: cover;
    height: 320px;
}
#page-event-slider .vc_grid.vc_row .vc_grid-item {
    height: 320px;
    background-size: cover;
}
/*#main-news-slider .vc_gitem-zone {
    padding: 0 10px;
}*/
#page-slider .vc_custom_heading {
	text-transform: uppercase;
    font-family: 'Arvo', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
	max-width: 280px;
    color: #fff;
    font-weight: bold;
}
#page-slider .vc_custom_heading,
#page-slider .vc_custom_heading h1,
#page-slider .vc_custom_heading h2,
#page-slider .vc_custom_heading h3,
#page-slider .vc_custom_heading h4,
#page-slider .vc_custom_heading h5,
#page-slider .vc_custom_heading h6,
#page-slider .vc_custom_heading div,
#page-slider .vc_custom_heading p {
	margin: 0;
	font-size: 20px;
}
#page-slider .slider-event-date,
#page-slider .slider-event-time {
	display: inline-block;
    margin-right: 5px;
    font-weight: 600;
}
#page-slider .slider-event-time:before {
	content: '/';
    margin-right: 5px;
}
#page-slider .slider-event-time:empty::before {
	content: '';
    margin-right: 5px;
}
#page-slider #flexible-event-slider .slider-event-time:before {
	content: '';
    margin-right: 0;
}
#page-slider .more-btn {
	padding: 0;
	font-size: 12px;
}
#page-slider .more-btn:hover {
	color: orange;
}
#page-slider .vc_grid-owl-prev,
#page-slider .vc_grid-owl-next,
#page-slider .vc_grid-owl-nav {
	opacity: 1;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
	font-size: 46px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
	height: 45px;
    width: 26px;
    margin-top: -22.5px;
}
#page-slider .vc_grid-owl-prev {
	left: 25px;
}
#page-slider .vc_grid-owl-next {
	right: 25px;
}
#page-slider .vc_grid-owl-prev:before {
	content: '\f104';
}
#page-slider .vc_grid-owl-next:before {
	content: "\f105";
}
#page-slider .vc_grid-owl-next:hover::before,
#page-slider .vc_grid-owl-prev:hover::before {
	color: #ffcf35;
}
#page-slider .vc_grid-owl-dots {
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 200;
}
#page-slider .vc_grid-owl-dots span {
	width: 12px;
    height: 12px;
    border: 1px solid;
}
#page-slider .wpb_content_element {
	margin-bottom: 0; 
}
.page-grid-btn {
	width: 33.3333%;
    float: left;
/*     height: 160px; */
    background-size: cover;
    margin: 0;
}
.page-grid-btn:hover {
	background-color: #aef1dd;
    background-blend-mode: multiply;
}
.page-grid-btn a {
	width: 100%;
    height: 160px;
    border: none;
    text-transform: uppercase;
    font-family: 'Arvo', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    padding: 15px;
    position: relative;
}
.page-grid-btn a:hover {
	text-decoration: none;
}
.page-grid-btn .custombtn-titles .vc-infobox-subtitle {
    text-transform: none !important;
    font-family: 'Hind', sans-serif !important;
    font-weight: 400 !important;
    margin: 0;
}
.page-grid-btn .custombtn-titles .vc-infobox-title,
.page-grid-btn .custombtn-titles .vc-infobox-title-second-line {
	margin: 0;
}
.page-grid-btn .custombtn-titles {
	position: absolute;
    bottom: 20px;
}
.page #flexible-event-slider {
	margin-bottom: 0;
	height: 320px;
	overflow: hidden;
}
.page.home #flexible-event-slider {
	height: auto;
}

/* ============= Text-info-block ============= */
#info-menu-text-block {
	margin: 40px 0;
}
#info-menu-text-block .wpb_content_element,
#info-menu-buttons-block .wpb_content_element {
	margin: 0;
}
.submenu ul {
	padding: 0;
}
.submenu ul li {
	font-size: 16px;
    font-family: Arvo;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
    margin-top: 10px;
    line-height: 20px;
}
.submenu .active-sub {
    display: none;
}


/* ========= Pollock styles =========== */
body[class*="pollock"] .page-line,
body[class*="pollock"] .main-navigation li.current-menu-parent a, 
body[class*="pollock"] .main-navigation li.pollock.current-menu-parent a,
body[class*="pollock"] .main-navigation li.current_page_item a,
body[class*="pollock"] .main-navigation li.current-menu-parent a, 
.main-navigation ul li.pollock.current-page-ancestor a,
.site-content ul li.pollock.current_page_ancestor a,
body[class*="pollock"] .main-navigation ul li.current-page-parent .sub-menu, 
body .main-navigation li.pollock .sub-menu,
.main-navigation li.open.pollock .sub-menu li a,
.main-navigation ul li.menu-item-has-children.pollock.open a {
    background-color: #7ca5a1 !important;
	color: white;
}
.main-navigation ul li.menu-item-has-children.pollock.open a {
    color: #fff;
}
body[class*="pollock"] .current_page_item a,
body[class*="pollock"] .submenu ul li a:hover {
	color: #7CA5A1;
}
.main-navigation li.open {
    background-color: #ffcf35;
}
.main-navigation li.open a {
    color: #fff;
}
.main-navigation .sub-menu {
	display: block;
	width: 100%;
    background-color: #ffcf35;
}
.main-navigation li.open .sub-menu {
    left: 0;
}
.main-navigation .sub-menu li {
	border: none;
}
.main-navigation .sub-menu li:first-child {
	display: none;
}

.main-navigation .sub-menu li:only-child {
	display: block;
}
.main-navigation .sub-menu li:last-child {
	padding-bottom: 10px;
}
.main-navigation .sub-menu li a {
	font-weight: normal;
	text-align: left;
    display: block;
    padding: 5px 10px;
	color: #ffffff;
}
.main-navigation li.open .sub-menu li a {
	background-color: #ffcf35 !important;
}
.main-navigation .sub-menu li a:hover {
	text-decoration: underline;
}

/* ======== Banner title with text block ========= */
.banner-title {
    height: 320px !important;
	background: #7CA4A1;
	overflow: hidden;
}
.page-grid-buttons.vc_column_container>.vc_column-inner {
    padding: 0 !important;
}
#info-menu-buttons-block .page-grid-btns {
    /*margin-top: -75px;*/
}
#info-menu-buttons-block {
    margin: 35px 40px;
} 
#info-menu-buttons-block .vc_column-inner {
	padding-top: 0 !important;
	padding-left: 0 !important;
}
#info-menu-buttons-block .university-info,
#info-menu-buttons-block .submenu {
	margin-top: 25px;
}


.banner-title .vc_column_container>.vc_column-inner {
    padding: 0 !important;
}
.page-title {
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Arvo', sans-serif;
    font-weight: 600;
    z-index: 100;
    position: absolute;
    left: 20%;
    right: 5%;
    top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);  /* Chrome, Opera 15+, Safari 3.1+ */
	     -ms-transform: translateY(-50%);
    margin: auto;
    padding: 0 !important;
    z-index: 1;
    letter-spacing: 1px;
}
.banner-title .banner-bg {
	margin: 0;
}
.banner-text {
    height: 320px;
 	display: table;
	margin: 0 15px !important;
    padding: 0 15px 15px;
    width: 90%;
}
.banner-text .wpb_wrapper {
	width: 100%;
    max-width: 490px;
    display: table-cell;
    vertical-align: middle;
}
.banner-text .wpb_wrapper p,
.banner-text .wpb_wrapper p a {
    color: #fff;
}



.openpop {
	position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    background: transparent;
    z-index: 100;
}


/* MEDIA */
@media (max-width: 1200px) {
	#footer .u-info {
    	width: 200px;
	}
	.footer-menus .widget_nav_menu {
    	width: 185px;
	}
}
@media (max-width: 1100px) {
	.track-info {
    	height: auto !important;
	}
	.directory-feed .vc_grid.vc_row .vc_grid-item {
		margin-bottom: 15px;
		padding-right: 15px !important;
	}
	.directory-feed .vc_grid.vc_row>div {
		margin-right: -15px !important;
	}
}
@media (max-width: 1024px) {
	.directory-feed .vc_grid.vc_row .vc_grid-item {
	   width: 50% !important;
	}
	#footer .inner-footer {
    	padding: 18px 20px;
	}
	.vc_row[class*="custom"] {
    	margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.page-grid-btn {
	    width: 50%;
	}
	.page-grid-btn .custombtn-titles .vc-infobox-title,
	.page-grid-btn .custombtn-titles .vc-infobox-title-second-line {
        font-size: 12px !important;
    	line-height: 16px !important;
	}

	/* News feed */
	.news-feed .news-el {
	    margin-right: 0;
	}
	.news-feed .news-img {
    	height: 270px;
    	max-width: 300px;
    	width: 45%;
	}

	#page-slider .vc_column_container>.vc_column-inner .custombtn[class*="custom"],
	#info-menu-buttons-block .submenu .custombtn[class*="custom"] {
    	margin: 0 !important;
	}

		/* Banner Title */
	.banner-title {
	    height: auto !important;
	    background: #7CA4A1;
	}
	.banner-text {
	    height: auto;
	    margin: 15px !important;

	}
	.banner-title .wpb_wrapper {
	    -webkit-box-flex: 1;
	    -webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    display: flex;
	    -webkit-flex-direction: row;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.banner-title .banner-bg {
		margin: 0;
		-webkit-box-flex: 1;
	    -webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.banner-title .banner-bg #post_thumbnail {
		height: auto !important;
		-webkit-box-flex: 1;
	    -webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	}
	.banner-title .templatera_shortcode {
		width: 100%;
	}

	.page-title {
	    left: 10%;
	}

	/* Page slider */
	#page-slider {
	    max-height: 480px;
	   /* max-height: 100%;*/
	}
	#page-slider .vc_grid-container {
		margin: 0;
	}
	#page-slider .vc_gitem-zone,
	#page-event-slider .vc_grid.vc_row .vc_grid-item {
	    height: 480px;
	}
	.page #flexible-event-slider {
		margin-bottom: 0;
		height: auto;
		overflow: hidden;
	}

}
@media (max-width: 991px) {
/* Events */
	.events-page aside>div {
		margin-right: -10px;
	}
	.events-page aside>div>div {
		width: 33.33333333%;
		display: inline-block;
		margin-right: -4px;
		vertical-align: top;
		padding-right: 10px;
		padding-bottom: 10px;
		margin-left: 0;
	}
	.events-page aside .events-categories {
		padding-left: 0;
    	border-left: 0;
	}
}

@media (max-width: 960px) {
	.site-branding {
    	width: 210px;
	}
	.site-branding a {
    	width: 100%;
	}
	.main-navigation {
    	margin-left: 200px;
	}
	.main-navigation a {
    	font-size: 11px;
	}
	/* Yellow menu block */
	#main-page-menu ul.menu {
    	padding: 0 10px;
	}
	#main-page-menu {
    	padding: 40px 25px;

	}
	#main-page-menu ul.menu li a, #main-page-menu ul.menu li a:visited, #main-page-menu ul.menu li a:hover {
   	 	padding: 0 25px;
	}

	#main-page-en-feed {
   	 	padding: 0 20px 0;
		margin-top: 23px;
	}
	#main-page-en-feed .main-feed-btns {
    	position: initial;
    	margin-bottom: 10px;
    	margin-left: 0;
    	margin-right: 0;
		text-align: right;
	}
	#main-page-en-feed .owl-ca-controls {
    	left: 12px;
    	right: auto;
    	margin: -45px 0 0 0 !important;
	}
	#main-page-en-feed .vc_custom_heading {
		margin-bottom: 12px !important;
	}

	/* ===== Directory Feed ===== */
	.directory-feed .vc_pageable-slide-wrapper .vc_grid-item {
    	width: 50%;
	}
	.directory-feed .vc_grid-filter .vc_grid-filter-item {
    	padding: 9px 20px !important;
		margin-bottom: 10px !important;
	}
	.directory-feed .vc_grid-filter .vc_grid-filter-item span {
    	font-size: 13px;
	}

	/* Single Directory Page */
	/*.profile-description {
    	width: 65%;
	}*/

	#footer .add-info>div {
    	padding: 20px 15px 0px 0;
	}
	a.subscribe-btn {
    	font-size: 11px;
	}
	.footer-menus .widget_nav_menu {
    	width: 145px;
	}
	.footer-menus .widget_nav_menu {
    	padding-right: 15px;
	}
	/*.page-grid-btn .vc-infobox-title,
	.page-grid-btn .vc-infobox-title-second-line,
	.page-grid-btn .custombtn-titles .vc-infobox-title,
	.page-grid-btn .custombtn-titles .vc-infobox-title-second-line {
		    font-size: 18px !important;
	}*/
	.banner-text span {
        font-size: 18px !important;
	}

	#info-menu-buttons-block {
    	margin: 35px 0;
	}
	.page-grid-btn .custombtn-titles {
	    right: 15px;
	    left: 10px;
	    padding: 10px;
	}

	/* Single Event */
	.single-event .container {
		padding: 0;
	}
	.single-event .some_more_content {
		padding: 0 15px;
	}

	/* Custom btn */
	.custombtn[class*="custom"]  {
    	margin: 0 0 15px !important;
	}
	.submenu .custombtn[class*="custom"]  {
    	margin: 25px auto 10px !important;
	}
	.slider .vc_column-inner .custombtn[class*="custom"] {
	    margin: 0 !important;
	}

	/* Research past initiatives default block */
	.research-past-initiatives-block div.vc_custom_heading p,
	.research-past-initiatives-block div.vc_custom_heading div {
		font-size: 13px !important;
		line-height: 15px !important;
	}
	.research-grid-no-play div.vc_custom_heading p,
	.research-grid-no-play div.vc_custom_heading div {
		font-size: 15px !important;
		line-height: 15px !important;
	}
	.research-grid-no-play div.grid-series-event-date {
	    font-size: 14px;
	    line-height: 14px;
	}
}

@media (max-width: 850px) {
	.profile-description {
    	width: 61%;
	}
	.single-directory .profile-description {
    	width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.vc_column_container>.vc_column-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 768px) {
	/* === Header === */
	.main-navigation {
	    width: 100%;
	    margin: 0;
	}
	.menu-toggle {
	    display: block;
	}
	.mobile-menu,
	#primary-mob-menu {
	    display: block;
	}
	.menu-top-navigation-container {
	    display: none;
	}
	.mobile-menu .menu-top-navigation-container {
	    position: absolute;
	    top: 100%;
	    width: 100%;
	    z-index: 100;
	}
	#primary-mob-menu {
	    width: 100%;
	    background-color: #fff;
	}
	.mobile-menu.active .menu-top-navigation-container {
	    display: block;
	}
	.mob-search-toggle {
		display: block;
		position: absolute;
	    right: 85px;
	    top: 50%;
	    transform: translateY(-50%);
			-webkit-transform: translateY(-50%);  /* Chrome, Opera 15+, Safari 3.1+ */
	      	-ms-transform: translateY(-50%);
	}
	.main-navigation li, .main-navigation li.search-toggle {
		display: none;
	}
	#search-container.active {
    	z-index: 101;
	}
	.main-navigation li, .main-navigation li a {
		display: block;
		text-align: left;
		overflow: hidden;
		height: auto;
	}
	.main-navigation .sub-menu li:first-child {
		display: block;
	}
	.main-navigation li a {
    	padding: 14px 20px 8px;
	}
	#primary-mob-menu .menu-item-has-children>a:after {
    	content: "\f105";
    	font-family: FontAwesome;
    	font-size: 20px;
    	line-height: 40px;
    	font-weight: bold;
    	color: #80857f;
    	position: absolute;
    	top: 0;
    	right: 15px;
	}
	#primary-mob-menu .menu-item-has-children .sub-menu {
		display: none;
	}
	#primary-mob-menu .menu-item-has-children.active .sub-menu {
		display: block;
    	position: relative;
    	left: 0;
		padding-left: 30px;
	}
	.main-navigation a:hover,
	.main-navigation a:visited:hover,
	.main-navigation a:focus,
	.main-navigation a:active,
	.main-navigation .current-page-ancestor a,
	.main-navigation .current-page-ancestor a:visited,
	.main-navigation li.current_page_item a,
	body .main-navigation #primary-mob-menu .sub-menu,
	.main-navigation li.research a:hover,
	.main-navigation li.research a:focus,
	.main-navigation li.research a:active {
		background: transparent !important;
		color: #3B3A3C !important;
	}
	.main-navigation .mob-search-toggle a:hover {
		background: transparent !important;
		color: #ffcf35 !important;
	}
	#search-container .search-box {
    	margin-left: 200px;
	}
	body .main-navigation #primary-mob-menu li .sub-menu a {
		color: #3B3A3C !important;
	}
	/* Custom grid blocks */
	.research-grid-no-play {
	    height: 300px !important;
	}
	#page-slider .owl-carousel {
	    max-height: 480px;
	}
	/* Directory */
	.single-directory .dir-image {
	    width: 250px;
	}
}
@media only screen and (max-width: 767px) {
	.vc_separator[class*="custom"] {
		margin: 0 !important;
	}
	/* Custom reset */
	#page-slider .vc_column_container>.vc_column-inner {
    	padding: 0 !important;
	}

	/* Main Page */
	/* Slider */
	#main-slider,
	#owl-carousel {
    	height: auto;
		background: transparent;
		/*flex-direction: column-reverse;*/
	}
	#main-event-slider .wpb_content_element {
    	margin-bottom: 0px;
	}
	#main-event-slider .vc_grid.vc_row .vc_grid-item,
	#main-slider .vc_gitem-zone {
    	height: 400px;
	}
	#owl-carousel .owl-item,
	#owl-carousel .owl-item>div {
    	height: 400px !important;
	}
	#main-news-slider .vc_grid.vc_row .vc_grid-item {
    	width: 50%;
    	float: left;
	}

	#main-page-about .vc_column_container>.vc_column-inner .wpb_content_element,
	#main-page-about .vc_column_container>.vc_column-inner .wpb_content_element p {
    	padding: 0 20px !important;
	}
	#main-page-menu ul.menu li a, #main-page-menu ul.menu li a:visited, #main-page-menu ul.menu li a:hover {
    	padding: 0;
    	font-size: 12px;
	}
	#page-slider {
    	max-height: 100%;
    	background: transparent;
	}
	#page-event-slider .wpb_content_element,
	#page-slider .vc_gitem-zone,
	#page-event-slider .vc_grid.vc_row .vc_grid-item {
    	margin-bottom: 0;
		/*height: 350px;*/
	}
	#page-slider .vc_grid-owl-nav {
    	position: absolute;
    	top: 50%;
    	width: 100%;
	}
	#page-event-slider .vc_grid.vc_row .vc_grid-item {
    	/*height: 350px;*/
	}
	#page-slider .vc_grid-owl-dots {
    	bottom: 10px;
	}
	.page-grid-btn,
	.page-grid-btn a {
    	height: 125px;
	}
	#main-news-slider .vc_grid.vc_row .vc_grid-item>div,
	#main-news-slider .wpb_content_element {
    	margin-bottom: 0px;
	}

	/* Banner Title */
	.banner-text {
		height: auto;
	    margin: 35px auto !important;
	    padding: 0 15px !important;
	    text-align: center;
	}
	.banner-text[class*="custom"] {
	    padding: 0 15px !important;
	}
	.banner-text .wpb_wrapper {
	    max-width: none;
	}
	.banner-title {
	    height: auto !important;
	}
	.banner-title .banner-bg #post_thumbnail {
	    height: 180px !important;
	}

	/* Footer */
	#footer .add-info {
		padding: 0 0 0 20px;
	}
	#footer .add-info>div {
	    display: block;
	}
	#footer .footer-menus {
	    overflow: hidden;
	    width: 100%;
	}
	.footer-menus .widget_nav_menu {
	    width: 50%;
	    float: left;
	    display: block;
	}
	#footer .socials-subscribe ul {
	   	display: inline-block;
	    margin-right: 20px;
	}

	/* Events */
	.events-feed .event-el>div.subscribe {
	    height: auto;
	}
	.events-feed .events-title-row .event-el {
	    width: 50%;
	}
	.events-feed .events-title-row .event-el:first-child {
	    width: 100%;
	}

	/* Single event */
	.track-info .event-title h1 {
		font-size: 24px;
	    line-height: 24px;
	}
	.track-info {
	    background-color: #efefe7;
	    min-height: auto;
	}
	.track-info>div {
	    padding-bottom: 28px;
	}
	.track-info ul li {
	    padding: 5px 20px;
	}

	.main-event-content .event-header-footer .event-breadcrumbs {
	    padding: 15px 10px 0 15px;
	}
	.main-event-content .event-header-footer .category-description {
	    padding: 15px 10px 10px 25px;
	}

	/* ================ Directory ================ */
	/* Directory Feed */
	/* Directory Submenu */
	#menu-people-menu {
		display: block;
	    width: 100%;
		max-width: 320px;
	}
	#menu-people-menu li {
		display: inline-block;
	    width: 100%;
	    max-width: 100%;
	    margin: 0 0 4px !important;
	    border-bottom: none;
	}
	#menu-people-menu li:hover {
	    border-bottom: none;
	}
	#menu-people-menu li.current-menu-item:hover {
	    border-bottom: 1px solid #fece46;
	}
	#menu-people-menu li.current-menu-item:last-child {
	    border-bottom: 1px solid #fece46;
	}
	#menu-people-menu li:last-child {
	    border-bottom: 1px solid #b3b3b3;
	}
	.directory-feed .vc_grid.vc_row .vc_grid-item {
	    width: 100% !important;
		max-width: 450px;
		margin: 0 auto 10px;
	}
	.directory-feed .vc_gitem_row .vc_gitem-col {
	    width: 60%;
	}
	.directory-feed .vc_gitem_row .dir-feed-image {
    	width: 40%;
	}
	.vc_responsive .directory-feed .vc_grid-filter {
	    display: block!important;
	}
	.directory-feed .vc_grid-filter-select {
   		display: none!important;
	}


	/* Single Directory Page */
	.single-directory .site-content {
	    margin-top: 0;
	}
	/*.page-grid-btn .vc-infobox-title,
	.page-grid-btn .vc-infobox-title-second-line,
	.page-grid-btn .custombtn-titles .vc-infobox-title,
	.page-grid-btn .custombtn-titles .vc-infobox-title-second-line {
		    font-size: 18px !important;
	}*/
	/* =========================================== */

	#info-menu-buttons-block .university-info,
	#info-menu-buttons-block .submenu,
	#info-menu-text-block .submenu,
	#info-menu-text-block .university-info {
		width: 50%;
    	margin-top: 0;
    	margin-bottom: 25px;
	}
	#info-menu-text-block .submenu .vc_column-inner,
	#info-menu-text-block .university-info .vc_column-inner {
	    border-left: 1px dotted #a3a3a3;
	}


	/* ======= News pages ======== */
	/* Single news */
	.single-news article {
		margin-left: 0;
	}
	.single-news .entry-header,
	.single-news .entry-content {
	    margin: 0 0 17px 0;
	    width: 100%;
	}

}

@media (max-width: 650px) {
	#page-slider .main-slider {
    	padding-top: 60px !important;
	}

	#main-page-menu {
    	padding: 25px;
	}
	#main-page-menu ul.menu {
    	display: block;
    	height: auto;
	}
	#main-page-menu ul.menu li {
    	display: block;
    	padding-bottom: 5px;
		border-right: none;
	}
	#main-page-menu ul.menu li a::after {
    	height: 2px;
    	display: block;
    	width: 170px;
    	position: absolute;
    	left: 0;
    	right: 0;
    	margin: 0 auto;
    	margin-top: -4px;
	}

	/* Main news carousel */
	#main-page-en-feed .main-feed-btns .vc_btn3-container a {
		width: 130px;
	    font-size: 12px;
	    font-weight: bold;
	}
	#main-page-en-feed .main-feed-btns .vc_btn3-container:first-child {
	    margin-right: 7px;
	}
	#main-page-en-feed .owl-ca-controls .owl-ca-pagination span {
	    margin: 0 25px 0 0;
	}
	/* Events */
	.events-feed .event-el {
	    width: 50%;
	}
	.events-feed .events-title-row .event-el {
	    /*width: 33%;*/
	    /*padding-right: 4px;*/
	}
	.events-feed .event-el>div a.view-btn {
	    line-height: 14px !important;
	}

	/* Footer */
	#footer .add-info .footer-menus {
       display: none;
	}
	#footer .site-info>div {
    	width: 50%;
	}
	#footer .site-info>div:last-child {
    	border-left: 1px dashed grey;
	}
	#footer .u-info p {
    	font-size: 14px;
	}
	#footer .u-info p.org {
    	font-size: 20px;
	}
	#footer .ucsb-logo {
    	max-width: 140px;
	}
	#footer .u-info .site-title {
    	font-size: 14px;
	}
	#footer .add-info>div {
    	text-align: center;
	}
	#footer .socials-subscribe ul {
    	margin: 0 0 20px;
    	display: block;
    	text-align: center;
	}
	#footer a.subscribe-btn {
    	font-size: 13px;
    	padding: 7px 13px;
		line-height: 18px !important;
	}

	/* === News feed === */
	.news-feed .news-img {
	    height: 250px;
	    max-width: none;
	    width: 100%;
	    margin-bottom: 20px;
	}
	.news-feed .news-content {
	    overflow: visible;
	}
	/* Single news */
	.single-news {
	    margin-top: 35px;
	}
	.single-news header>div {
	    display: block;
	    width: 100%;
	}
	.single-news .post-img {
	    width: 100%;
	    margin-bottom: 25px;
	    height: 300px;
	}
	.single-news .post-info {
	    padding-left: 0;
	}

	/* Events */
	.events-page aside>div>div {
		width: 50%;
	}
}

@media (max-width: 600px) {
	/* ================ Directory ================ */
	.dir-image {
    	width: 300px;
    	float: none;
    	margin: 0 auto 20px;
	}
	.single-directory .dir-image {
		float: left;
	}
	.directory-details {
	    max-width: 100%;
	}
	.single-directory .directory-details {
		width: 100%;
	}
/* =========================================== */
}
@media (max-width: 550px) {
	.main-event-content .entry-header>div>div {
   		width: 100%;
	}
	.main-event-content .entry-header .post-img {
    	height: 250px;
	}
	.event-category-color {
    	width: 100%;
    	height: 10px;
    	bottom: auto;
	}
	.main-event-content .event-header-footer .event-breadcrumbs,
	.main-event-content .event-header-footer .event-category-color {
    	display: none;
	}
	.main-event-content .entry-header .category-style {
    	padding-left: 0px;
	}
	.main-event-content h1 {
   		padding-right: 15px;
	}

	/* Events */
	.events-feed .events-title-row .event-el {
	    width: 100%;
	}
}

@media (max-width: 500px) {
	#search-container.active {
    	top: 104px;
    	height: 50px;
	}
	#search-container .search-box {
   	 	margin-left: 0;
		height: 50px;
	}
	#search-container input.search-field {
    	height: 50px;
		display: block;
	}
	.mob-search-toggle {
    	right: 75px;
	}

	/* Main custom owl slider */
	#owl-carousel .owl-item a.content .vc_gitem-zone-mini {
	    padding: 0 40px !important;
	}
	#owl-carousel .owl-prev {
	    left: 0 !important;
	}
	#owl-carousel .owl-next {
	    right: 0 !important;
	}
	#main-slider .vc_custom_heading {
	    max-width: 100%;
	    font-size: 17px;
    	line-height: 22px;
    	margin-bottom: 5px;
	}
	#main-slider .slider-event-date,
	#main-slider .slider-event-time,
	#owl-carousel .slider-event-date,
	#owl-carousel .slider-event-time,
	#owl-carousel .slider-event-date {
	    font-size: 15px !important;
	}
	#main-event-slider .field_59d50e85b6e67,
	#main-event-slider .field_59d50dfcb6e66,
	#main-event-slider .event-participant {
	    display: table-cell;
	    font-size: 16px;
	    line-height: 19px;
	}

/* Main page */
	.home .container {
   		padding-left: 0;
    	padding-right: 0;
	}
	#main-event-slider .vc_grid.vc_row .vc_grid-item,
	#main-slider .vc_gitem-zone {
    	height: 300px;
	}
	#main-news-slider .vc_grid.vc_row .vc_grid-item,
	#main-news-slider .vc_grid.vc_row .vc_grid-item .vc_gitem-zone {
    	height: 200px;
		width: 100%;
	}
	#main-news-slider .vc_grid.vc_row .vc_grid-item>div,
	#main-news-slider .wpb_content_element {
    	margin-bottom: 0px;
	}
	#main-page-about {
    	padding: 25px 0 20px;
	}
	#main-page-about .vc_column_container>.vc_column-inner .wpb_content_element p span {
    	font-size: 17px !important;
	}

/* News carousel */
#main-page-en-feed .vc_column-inner {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
#main-page-en-feed .vc_custom_heading {
    margin-left: 0 !important;
    padding-left: 3px !important;
}
#main-page-en-feed .main-feed-btns .vc_btn3-container {
    display: block;
    width: 47.6%;
    float: left;
    margin-right: 0;
}
#main-page-en-feed .main-feed-btns .vc_btn3-container:first-child {
    margin-right: 4.4%;
}
#main-page-en-feed .owl-ca-carousel {
	padding-top: 40px;
}
#main-page-en-feed .main-feed-btns .vc_btn3-container a {
    width: 100%;
}
#main-page-en-feed .owl-ca-controls {
    left: 5px;
    right: auto;
    margin: -3px 0 0 0 !important;
}

/* Events */
.events-feed .events-title-row .event-el:first-child {
    width: 100%;
    /*padding-right: 0;*/
}
/*.events-feed .events-title-row .event-el {
    width: 50%;
    padding-right: 10px;
}*/
.events-feed .event-el>div a.view-btn {
    font-size: 12px;
    font-weight: bold;
}

/* Directory feed */
	.directory-feed .vc_grid-filter .vc_grid-filter-item {
    	padding: 5px !important;
		width: 100%;
    	max-width: 250px;
	}

/* Footer */
	#footer .site-info>div {
    	width: 100%;
    	display: block;
    	text-align: center;
	}
	#footer .ucsb-logo {
    	margin: 0 auto;
	}
	#footer .site-info>div:last-child {
    	border-left: none;
    	padding: 0;
	}
	#footer .add-info>div {
    	padding: 20px 0 0;
	}
	#footer .socials-subscribe ul {
   	 	display: block;
    	text-align: center;
	}

	.page-grid-btn {
    	width: 50%;
	}
	#info-menu-buttons-block .university-info .vc_column-inner {
        border-left: 1px dotted #a3a3a3;
	}

}
@media (max-width: 450px) {
	/* Events */
	.events-feed .event-el,
	.events-page aside>div>div {
    	width: 100%;
    	/*padding-right: 0;*/
	}
/* Directory feed */
	.directory-feed .vc_gitem_row .vc_gitem-col {
    	width: 72%;
		padding: 10px 5px;
	}
	.directory-feed .vc_gitem_row .dir-feed-image {
    	width: 28%;
	}
	.page .directory-feed .vc_grid .vc_gitem-zone {
    	height: 130px !important;
	}
	.directory-feed .vc_custom_heading {
    	margin-bottom: 5px;
	}
	.staff-affiliation {
    	line-height: 14px;
	}
	.page-title {
    	padding: 0px 20px 0 0 !important;
    	line-height: 25px !important;
    	left: 10%;
	}


	#info-menu-buttons-block .university-info,
	#info-menu-buttons-block .submenu {
    	width: 100%;
	}
	#info-menu-buttons-block .submenu .vc_column-inner,
	#info-menu-buttons-block .university-info .vc_column-inner {
	    border-left: 1px dotted #a3a3a3;
	}
	.page-grid-btn {
   		width: 100%;
	}

	/* Single Directory */
	.dir-image {
    	width: 100%;
	}
}