/*
Theme Name: Earthwise
Description: The Earthwise Knowledge Initiative: Discover, Learn, Preserve
Version: 1.0
Author: Northern Pacific Digital
Author URI: https://northernpacificdigital.com/
Template: enfold
*/

/* header */

.header_color .header_bg {
	background: rgb(68,84,81);
	background: linear-gradient(45deg, rgba(59,88,66,1) 0%, rgba(110,123,121,1) 100%);
}

.av-main-nav > li > ul {
    border-top-width: 2px;
    border-top-style: solid;
	margin-top: -2px;
}

.av-main-nav-wrap {
    top: 131px;
}

.avia-menu-fx {
	bottom: 0px;
}

.header_color .avia-menu-fx {
	color: #ffffff;
}

nav.main_menu > div > ul > li > a {
  height: 44px !important;
  line-height: 44px !important;
}

/* donation form */

.givewp-donation-form__steps {
	margin-top: clamp(100px, 15vh, 250px);
}

/* slideshow */

.caption_bottom .slideshow_caption .slideshow_inner_caption {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    padding: 18px 50px 0 50px;
    width: 100%;
}

/* footer */

#footer {
	background: rgb(68,84,81);
	background: linear-gradient(45deg, rgba(59,88,66,1) 0%, rgba(110,123,121,1) 100%);
}

/* default button text */

#top .avia-button .avia_button_icon, #top .avia-button .avia_iconbox_title {
    font-size: 20px;
    padding: 30px;
}

/* social icons */

#top .social_bookmarks li:hover a {
  background: transparent !important;
}
#top .social_bookmarks li a:before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;

}
#top .social_bookmarks li.social_bookmarks_facebook a:before {
  background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
  background-size: contain;
}

#top .social_bookmarks li.social_bookmarks_instagram a:before {
  background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
  background-size: contain;
}
#top .social_bookmarks li.social_bookmarks_linkedin a:before {
  background: url(https://img.icons8.com/offices/30/000000/hot-air-balloon.png) center center no-repeat;
  background-size: contain;
}

/* image hover fix */

span.image-overlay, span.overlay-type-extern {
	top: 0 !important;
}

/* blog post formatting */

#top .fullsize .template-blog .post .entry-content-wrapper {
    font-size: 1.15em;
    line-height: 1.7em;
    text-align: left;
	max-width: none;
}

#top .fullsize .template-blog .post-title {
    font-size: 30px;
    padding: 15px 0;
   	margin: 0;
}

/* Media & News */

.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    margin: 0 60px 0 0;
    float: left;
    width: 160px;
}

#top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
    padding: 0 0 34px 0;
}

.avia-content-slider, #top .avia-content-slider-inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.avia-content-slider .slide-entry-wrap {
    border-bottom: 1px solid #000000;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

/* Remove divider on last post */

.avia-content-slider .slide-entry-wrap:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.avia-content-slider .slide-entry-title {
    font-weight: bold;
}

/* typography */

@font-face {
    font-family: 'tw_cen_mtregular';
    src: url('https://earthwiseki.org/wp-content/themes/enfold-child/fonts/twcenmt-regular-webfont.woff2') format('woff2'),
         url('https://earthwiseki.org/wp-content/themes/enfold-child/fonts/twcenmt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2 {
	font-family: "tw_cen_mtregular" !important;
	font-weight: 500;
	font-style: normal;
}

h2.post-title {
	font-family: "gill-sans-nova", sans-serif !important;
	font-weight: 600;
	font-style: normal;
	font-size: .8em;
}

h3, h4, h5 {
	font-family: "gill-sans-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: "gill-sans-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

blockquote {
	font-family: "gill-sans-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.text-footer, .text-footer h4, .text-footer h5 {
	text-align: center;
	color: #ffffff;
}

.text-footer a:hover {
	color: #0F182F !important;
}

/*
Gill Sans Nova Book
font-family: "gill-sans-nova", sans-serif;
font-weight: 400;
font-style: normal;


Gill Sans Nova Book Italic
font-family: "gill-sans-nova", sans-serif;
font-weight: 400;
font-style: italic;


Gill Sans Nova SemiBold
font-family: "gill-sans-nova", sans-serif;
font-weight: 600;
font-style: normal;
*/

span.avia-menu-text {
	font-family: 'tw_cen_mtregular' !important;
	font-weight: normal;
    font-style: normal;	
}