/*
Theme Name: Arctic Arts Project
Description: Jump Start child theme.
Author: Creative Dimensions
Template: jumpstart
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,700|Fjalla+One|Roboto+Condensed&display=swap');

/* Table of Contents
 * 1. General
 * 2. Typography
 * 3. Header
 * * 3a. Mobile
 * 4. Footer
 * 5. Sidebar
 * 6. Home Page
 * 7. Sub-pages
 * 8. Components
 * 9. Media Queries
 * /

/*** 1. General ***/
body, .site-breadcrumbs, .site-inner {
    background: #fff;
}

.epic-thumb.tb-parallax .parallax-figure.on img,
.epic-thumb.fw img {
    opacity: 1;
}

a, .widget_categories a:not(:hover), .widget_archive a:not(:hover), .widget_pages a:not(:hover), .widget_nav_menu a:not(:hover), .widget_recent_entries a:not(:hover), .widget_meta a:not(:hover), .widget_rss a:not(:hover) {
    color: #4267ad;
}

#breadcrumbs a, #main a {
	text-decoration: underline;
}

#breadcrumbs a:hover, #main a:hover {
	text-decoration: none;
}

.text-light a, .text-light a, .text-light a {
    color: #aedaf7;
}

a:hover, a:active, a:focus {
    color: #6eace0;
    border-bottom: #6eace0 2px solid;
}

a.image:hover, a.image:active {
    border: none;
}

.fade-80 {
    opacity: .8;
}

/*** 2. Typography ***/

body {
	color: #333;
	font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 400;
}

.text-dark {
	color: #000;
}

h1,.text-dark h1 {
    color: #4267ad;
    font-size: 2.5em;
	text-transform: uppercase;
}

h1+h2 {
	font-size: 1.625em;
}

h3.text-dark h3 {
    color: #4267ad;
	font-size: 1.375em;
}

h4 {
	font-size: 1.125em;
}

h5.text-dark h5 {
    color: #4267ad;
	font-size: 1em;
}

h6 {
	font-size: .938em;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
	color: #aedaf7;
}

.text-light h1+h2 {
	color: #fff;
}

h1+h2 {
	font-weight: 400;
    margin-top: -10px;
}

.headline {
    color: #4267ad;
    font-family: 'Fjalla One',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.small-text {
	font-size: 90%;
}

.smaller-text {
	font-size: 80%;
}

/*** 3. Header/Nav ***/

#top, .tb-mobile-header {
    display: none;
}

#top, .tb-mobile-header {
	background: url(https://www.arcticartsproject.com/wp-content/uploads/2018/08/mountain-bkg.jpg) no-repeat center top;
    background-size: cover;
}

#top a:hover, #top a:active, #top a:focus, a.no-border, .tb-mobile-header a:hover, .tb-mobile-header a:active, .tb-mobile-header a:focus, .entry-title a:hover, .entry-title a:active .entry-title a:focus, .tb-sticky-header a:hover, .tb-sticky-header a:active, .tb-sticky-header a:focus {
	border: none;
}

.site-header, .tb-mobile-header>.wrap {
    background: rgba(0,0,0,.4);
}

#branding .header-content {
    float: left;
}

header .site-logo {
    padding: 20px 0;
}

.header-content>.wrap {
    padding: 0 10px;
}

.epic-thumb header {
    display: none;
}

@media (max-width: 767px) {
    .epic-thumb .epic-thumb-content {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .site-logo img {
        max-width: 240px;
    }
}

@media (min-width: 992px) {
	.site-logo img {
    	max-width: 100%;
	}
}

@media (min-height: 500px) and (min-width: 992px) {
    .epic-thumb.fs, .tb-jumbotron-slider.fs, .tb-jumbotron-slider.fs.has-nav, .jumbotron-outer.height-100vh {
        min-height: 80vh;
		height: auto;
    }
}

#menu-primary-navigation {
    float: right;
}

#branding .wrap {
    max-width: 1150px;
    margin: 0 auto;
}

.header-nav, .site-header.transparent .header-nav {
    background: transparent;
}

.tb-primary-menu .menu-btn {
    font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: .05em;
    text-transform: uppercase;
	transform: scale(1, 1.2);
    -webkit-transform: scale(1, 1.2);
    -moz-transform: scale(1, 1.2);
    -ms-transform: scale(1, 1.2);
    -o-transform: scale(1, 1.2);
}

.tb-primary-menu>li>.menu-btn {
	font-size: 1em;
	padding: 28px 20px;
}

.tb-primary-menu>li>a:hover, .tb-primary-menu>li>a:active, .tb-primary-menu>li>a:focus {
    background: rgba(0,0,0,.6);
    color: #aedaf7;
}

.tb-primary-menu ul.non-mega-sub-menu {
    margin-top: -1px;
}

.tb-primary-menu ul.non-mega-sub-menu, .tb-primary-menu .sf-mega {
    background: rgba(0,0,0,.7);
    border: #aedaf7 1px solid;
	padding: 0;
}

.tb-primary-menu ul.sub-menu .menu-btn, .tb-primary-menu .mega-section-header {
    color: #fff;
    color: rgba(255,255,255,1);
    font-size: 13px;
	padding: 12px 18px;
}

.sub-menu li {
    padding: 0;
}

.sub-menu li:hover {
    background: rgba(0,0,0,.8);
}

.tb-primary-menu .mega-section-header, .tb-primary-menu ul.sub-menu .menu-btn:hover {
	border: none;
    color: #aedaf7;
	text-decoration: none;
}

.sf-menu-with-fontawesome ul .sf-sub-indicator {
	right: 8px;
}

body.has-fs-epic-thumb .header-nav .tb-primary-menu>li>.menu-btn, body.has-epic-thumb .header-nav .tb-primary-menu>li>.menu-btn {
    color: #fff;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

	/* Home page only */

body.home #container>#top>.site-header {
    background: transparent;
}

	/* Hide featured video controls */
.mejs-controls {
    display: none !important;
}

body.home #top, body.home .tb-mobile-header {
	background: none;
}

body.tb-suck-up #container>#top, body.tb-suck-up .tb-mobile-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
}

body.home .tb-jumbotron-slider .tb-slider-arrows {
	display: none;
}

@media (min-width: 768px) {
	body.has-fs-epic-thumb #container>#top, body.has-epic-thumb #container>#top {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 500;
	}
	/* change mobile breakpoint to 768px from 992px */
	#top {
		display: block;
	}
    body.has-fs-epic-thumb #top #branding, body.has-epic-thumb #top #branding {
    	position: absolute;
    	width: 100%;
	}
}

@media (min-width: 992px) {

	.tb-jumbotron-slider .carousel-indicators {
		bottom: 60px;
	}
}

/* Sticky Menu */

.tb-sticky-header {
    background: rgba(0,0,0,0.8);
}

.tb-sticky-header .tb-primary-menu>li>.menu-btn {
    border: none;
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: .938em;
}

.tb-sticky-header .tb-primary-menu>li>.menu-btn:hover, .tb-sticky-header .tb-primary-menu>li>.menu-btn:focus {
    background: #aedaf7;
    color: #333;
}

/* 3a. Mobile */
.tb-mobile-panel {
    background: #394e5b; /* Old browsers */
	background: -moz-linear-gradient(top,  #394e5b 50%, #597a8f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #394e5b 50%,#597a8f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #394e5b 50%,#597a8f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394e5b', endColorstr='#597a8f',GradientType=0 ); /* IE6-9 */
}

.tb-mobile-menu>li>.menu-btn {
    font-size: 16px;
}

.tb-mobile-panel a:hover, .tb-mobile-panel a:active, .tb-mobile-panel a:focus {
    border: none;
}

.tb-mobile-panel .tb-side-menu .sub-menu, .tb-mobile-panel .tb-side-menu .sub-menu li {
    background-image: none;
    background-size: auto;
}

.tb-side-menu>li>.sub-menu, .tb-side-menu>li>.sf-mega {
    margin-top: 0;
}

.tb-side-menu .sub-menu li {
	padding: 0;
}

.tb-side-menu .sub-menu li a {
	display: block;
    padding: 14px 20px;
}

.tb-side-menu>li>.sub-menu, .tb-side-menu>li>.sf-mega {
    font-size: 14px;
}

.sf-menu ul.non-mega-sub-menu ul {
    margin: 0 18px 0 0;
    top: -1px;
}

@media (max-width: 767px) {
	.tb-mobile-header {
		display: block;
	}
    body.has-fs-epic-thumb .tb-mobile-header, body.has-epic-thumb .tb-mobile-header {
		background: rgba(0,0,0,.6);
        display: block;
		position: absolute;
		width: 100%;
		z-index: 1;
    }
	body.home .tb-mobile-header {
    	background: transparent;
	}
}

/*** 4. Footer ***/

#custom-bottom h2 {
    color: #4267ad;
}

#custom-bottom .entry-content h2+h3 {
    margin-top: -14px;
    font-family: 'Lato',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.15em;
    font-weight: 300;
}

#custom-bottom svg.svg-inline--fa {
    margin-right: 6px;
}

#custom-bottom .copyright {
    font-size: .750em;
    color: #333;
}

#custom-bottom .copyright a {
    color: #333;
    margin-left: 2px;
}

#custom-bottom .copyright a:hover {
    border-color: #333;
}

/*** 5. Sidebar ***/

.right-sidebar aside.widget_custom_html .widget-title, .sidebar_right aside.widget_custom_html .widget-title {
    display: none;
}

.right-sidebar aside.widget_text, .right-sidebar aside.widget_text, .sidebar_right aside.widget_text {
    background: rgba(174,218,247,0.2);
}

.right-sidebar .icon-box-title + .btn, .sidebar_right .icon-box-title + .btn {
    margin-top: 10px;
}

.fixed-sidebar .widget_recent_entries {
    padding-bottom: 0;
}

.fixed-sidebar .widget_recent_entries .widget-inner>ul>li {
    margin-bottom: 20px;
}

/*** 6. Home Page ***/

section#home-section-2 .element-content.suck-up {
    margin-top: -40px!important;
}

/*** 7. Sub-pages ***/

.awards-text h3 {
    margin-bottom: 0;
}

/*** 8. Components ***/

/* Featured Video -- ACF field and content-featured.php in theme */

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 56.25% 0 0; }

.featured-video .themeblvd-video-wrapper {
    margin-bottom: 0;
}

.featured-video .themeblvd-video-wrapper iframe {
	max-height: 76vh;
}

/* Buttons */
.btn-default, .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background-color: transparent !important;
    border-color: #4267ad !important;
    border-color: rgba(66,103,173,1) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #4267ad !important;
    color: rgba(66,103,173,1) !important;
    font-size: 14px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
	border-radius: 0 !important;
    border: 2px solid !important;
    letter-spacing: 1px !important;
    line-height: 1.42857143 !important;
    padding: 12px 20px !important;
    text-decoration: none!important;
    text-shadow: none!important;
    text-transform: uppercase !important;
}

.text-light .btn-default {
    border-color: #aedaf7;
    color: #aedaf7;
}

.btn-default:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background-color: #4267ad !important;
	border-color: #4267ad !important;
    color: #fff !important;
}

.text-light .btn-default:hover {
    background-color: #aedaf7;
	border-color: #aedaf7;
    color: #000;
}

/* Scroll to Icons */
.tb-scroll-to-top {
    background-color: transparent;
    background-color: rgba(174,218,247,.4);
    background-image: url(https://www.arcticartsproject.com/wp-content/uploads/2018/08/aa-icon.png);
    background-size: auto;
    border: rgba(174,218,247,.3) 2px dotted;
	border-radius: 100%;
}

.tb-scroll-to-top:hover, .tb-scroll-to-top:focus {
    background-color: rgba(174,218,247,.6);
    border: rgba(110,172,224,1) 2px dotted;
}

.tb-scroll-to-section {
    background-color: transparent;
    background-color: rgba(255,255,255,.1);
    background-image: url(https://www.arcticartsproject.com/wp-content/uploads/2019/06/logo-icon.png);
    background-size: 20px;
    border: none;
    bottom: 20px;
}

.jumbotron-outer>.tb-scroll-to-section {
	bottom: 10px;
}

.tb-scroll-to-section:hover, .tb-scroll-to-section:focus {
    background-color: transparent;
    border: none;
}

/* Icon Box */

.tb-icon-box .icon-box-title {
    font-size: 24px;
    margin: 0 auto 10px;
    max-width: 240px;
    text-transform: uppercase;
}

.tb-icon-box {
    font-size: 15px;
}

/* Posts/Post Grid */

body.single-post .breadcrumb li:nth-last-child(2) {
    display: none;
}

.tb-thumb-link img, .tb-thumb-link .img {
    width: 100%;
}

.post_grid article.portfolio_item {
    margin-bottom: 2px;
}

.post_grid .featured-item {
    margin-bottom: 0;
}

.post_grid a.featured-image:hover, .post_grid a.featured-image:active, .post_grid a.featured-image:focus {
	border-bottom: none;
}

.post_grid .entry-title {
    background: rgba(0,0,0,.4);
    color: rgba(255,255,255,.9);
	display: none;
    margin: 0;
    position: absolute;
    padding: 0;
    top: 20px;
	width: 100%;
}

.post_grid .grid-item article:hover .entry-title {
    display: block;
}

.post_grid .entry-title a {
    padding: 10px;
    display: block;
}

.post_grid .entry-title a:hover, .post_grid .entry-title a:active, .post_grid .entry-title a:focus {
	color: inherit;
}

.post_grid .grid-item>article {
	max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
	padding: 0;
    position: relative;
    text-align: center;
}

/* News category logos */

.featured-item.featured-logo {
    margin-bottom: 20px;
    text-align: center;
}

.featured-item.featured-logo img {
    margin: 0 auto;
    max-height: 85px;
    width: auto;
}

/* END News category logos */

.tb-inline-menu {
    font-size: 14px;
}

.tb-inline-menu.tb-filter-nav li a {
    background: #9adbf8;
    color: #fff;
    padding: 10px 20px;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.tb-inline-menu>ul>li.active a {
    background: #41aee3;
    color: #fff;
}

.tb-inline-menu.tb-filter-nav li a:hover, .tb-inline-menu.tb-filter-nav li a:active, .tb-inline-menu.tb-filter-nav li a:focus {
    background: #41aee3;
    border: none;
}

.tb-inline-menu>ul>li:before {
    content: "";
}

.tb-inline-menu>ul>li:first-child:before {
    color: #999;
    content: "Filter:";
    padding-right: 6px;
}

.post_showcase .showcase-item.has-title .featured-item.showcase .tb-thumb-link:after, .post_showcase .showcase-item.has-title .featured-item.showcase.tb-thumb-link:after {
    background-color: #6eace0;
}

@media (min-width: 992px) {
	.post_grid .entry-title {
    	margin: 0 10px 0 0;
	}
}

@media (min-width: 768px) {
    .post_grid .grid-item.col.col-sm-020 {
        padding-left: 1px;
        padding-right: 1px;
    }
}

/* Gradient Background --- add 'grad-bkgnd-black' class to section with background shade turned on */
.grad-bkgnd-black .bg-shade {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 30%, rgba(0,0,0,0.46) 40%, rgba(0,0,0,1) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.46) 40%,rgba(0,0,0,1) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.46) 40%,rgba(0,0,0,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.grad-bkgnd-black .tb-headline h1 {
    text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
}

/* Pull and Block Quotes */
.pull-section .pullquote {
    padding: 5% 5% 20%;
}

.pull-section .pullquote blockquote {
    border: none;
    font-size: 1.8em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  content: open-quote;
  display: inline;
  font-family: Georgia, Times, serif;
  line-height: 0;
  left: -54px;
  position: relative;
  top: 80px;
  color: #fff;
  font-size: 4.75em;
}

blockquote p:after {
  content: close-quote;
  display: inline;
  font-family: Georgia, Times, serif;
  line-height: 0;
  left: 10px;
  position: relative;
  top: 5px;
  color: #fff;
  font-size: 1.5em;
}

.pull-section .pullquote blockquote p {
    font-weight: 700;
}

.pull-section .pullquote blockquote small {
    color: #fff;
    font-size: 70%;
}

/* Divider */
.element-section>.element.element-divider {
    margin-bottom: 30px;
}

.tb-divider.solid.has-insert .left, .tb-divider.solid.has-insert .right {
    height: 1px;
}

/* Panels Section */
.panels-section .col, .panels-section .element-columns .col.has-bg {
    padding: 0;
}

.tb-panel {
    background: rgba(110,172,224,.8);
    border: none;
    box-shadow: none;
    padding: 30px;
	transition: all 0.3s ease;
}

.panels-section .panels-1 .row .col:nth-of-type(n+2) .tb-panel {
	background: rgba(66,103,173,.8);
}

.panels-section .panels-1 .row .col:nth-of-type(n+3) .tb-panel {
	background: rgba(110,172,224,.8);
}

.panels-section .panels-2 .row .col .tb-panel {
	background: rgba(66,103,173,.8);
}

.panels-section .panels-2 .row .col:nth-of-type(n+2) .tb-panel {
	background: rgba(110,172,224,.8);
}

.panels-section .panels-2 .row .col:nth-of-type(n+3) .tb-panel {
	background: rgba(110,172,224,.8);
}

.panel-heading {
    background: transparent !important;
    border: none;
}

.panel-heading h3 {
    font-size: 1.75em;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	text-transform: uppercase;
}

.panel-body {
    color: #fff;
}

@media (min-width: 768px) {
	
	.tb-panel {
    	background: rgba(110,172,224,.2);
	}

	.panels-section .panels-1 .row .col:nth-of-type(n+2) .tb-panel {
		background: rgba(66,103,173,.2);
	}

	.panels-section .panels-1 .row .col:nth-of-type(n+3) .tb-panel {
		background: rgba(174,218,247,.2);
	}

	.panels-section .panels-1 .row .col:first-of-type:hover .tb-panel {
		background: rgba(110,172,224,.9);
	}

	.panels-section .panels-1 .row .col:nth-of-type(n+2):hover .tb-panel {
		background: rgba(66,103,173,.9);
	}

	.panels-section .panels-1 .row .col:nth-of-type(n+3):hover .tb-panel {
		background: rgba(110,172,224,.9);
	}

	.panels-section .panels-2 .row .col .tb-panel {
		background: rgba(66,103,173,.2);
	}

	.panels-section .panels-2 .row .col:nth-of-type(n+2) .tb-panel {
		background: rgba(174,218,247,.2);
	}

	.panels-section .panels-2 .row .col:nth-of-type(n+3) .tb-panel {
		background: rgba(110,172,224,.2);
	}

	.panels-section .panels-2 .row .col:first-of-type:hover .tb-panel {
		background: rgba(66,103,173,.9);
	}

	.panels-section .panels-2 .row .col:nth-of-type(n+2):hover .tb-panel {
		background: rgba(110,172,224,.9);
	}

	.panels-section .panels-2 .row .col:nth-of-type(n+3):hover .tb-panel {
		background: rgba(110,172,224,.9);
	}
	
	.panel-body {
		transition: all 0.3s ease;
		visibility: hidden;
	}

	.tb-panel:hover .panel-body {
		visibility: visible;
	}
}

.panels-section .panel-body p {
    font-size: 18px;
}

.panels-section .btn-default {
    border-color: #fff;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
    h3.panel-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .panels-section .panel-body p {
        font-size: 15px;
    }
}

/* Slider Section */
section.slider-section {
	background: rgb(27,75,129); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(27,75,129,1) 0%, rgba(33,94,161,1) 59%, rgba(36,103,177,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(27,75,129,1) 0%,rgba(33,94,161,1) 59%,rgba(36,103,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(27,75,129,1) 0%,rgba(33,94,161,1) 59%,rgba(36,103,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4b81', endColorstr='#2467b1',GradientType=0 ); /* IE6-9 */
}

.slider-section .tb-headline h1 {
    color: #fff;
}

.tb-headline p {
    font-size: 1.3em;
}

.vertical-headline .tb-headline p {
	margin: 0 auto 10px;
    max-width: 480px;
}

.slider-section .tb-jumbotron .tb-text-block {
    text-shadow: 0 2px 0 rgba(0,0,0,0.4);
}

section.slider-section .tb-text-block-wrap.text-large {
    margin-bottom: 0;
}

section.slider-section .tb-jumbotron .tb-text-block-wrap.text-large {
    font-family: 'Fjalla One',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

section.slider-section .tb-text-block-wrap.text-small {
    max-width: 520px;
    margin: 0 auto 15px;
}

/* Hero Slider */
.tb-slider-arrows a.trans {
    background-color: #2467b1;
    background-color: rgba(36,103,177,.4);
	border-color: transparent;
}

.tb-slider-arrows a.trans:hover {
    background-color: rgba(36,103,177,.7);
}

/* Post Slider */
.carousel-button .btn-default {
    background-color: transparent;
    border-color: #fff;
    border-color: rgba(255,255,255,1);
    color: #fff;
    color: rgba(255,255,255,1);
}

.carousel-button .btn-default:hover {
    background-color: #4267ad;
}

/* Team Sections & Pages */

.element.team-columns {
    margin-bottom: 0;
}

.tb-team-member .member-info {
    margin: 0 auto;
    width: 90%;
}

.member-info .btn-default {
    border-color: #6eace0;
    border-color: rgba(110,172,224,1);
    color: #6eace0;
    color: rgba(110,172,224,1);
}

.member-info .btn-default:hover {
    border-color: #fff;
    border-color: rgba(255,255,255,1);
    color: #fff;
    color: rgba(255,255,255,1);
}

.tb-team-member .btn {
    margin-top: 20px;
}

.tb-team-member .member-name {
    font-size: 20px;
}

.tb-team-member .member-tagline {
    font-size: 16px;
}

.tb-team-member .member-info .member-text {
    font-size: 14px;
}

.element.photo-gallery .wp-caption-text {
    display: none;
}

/* Giving Tuesday Page */
.donate-widget-in-featured-image {
    width: 100%;
    aspect-ratio: 2/ 1;
}

.donate-widget-in-featured-image .tb-jumbotron.jumbotron.entry-content {
    margin-top: 20%;
}

/* Blog */
.blog-wrap .entry-meta span.sep, .blog-wrap .entry-meta .byline.author.vcard, .blog-wrap .entry-meta .category {
    display: none;
}

/*** 9. Media Queries ***/

@media (min-width: 768px) {
	section.team-section .popout .col {
    	padding: 0;
	}
}

@media (max-width: 991px) {
    .element-columns.stack-md>.row>.col:last-of-type:not(.has-bg), .element-columns.stack-md>.container-md-height>.row>.col:last-of-type:not(.has-bg) {
     margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
	.tb-primary-menu>li>.menu-btn {
		padding: 26px 15px;
	}
}

@media (max-width: 1139px) {
    .tb-team-member .member-info .member-text {
        display: none;
    }
}