/* Custom CSS
------------------------------------------------------------ */

/* Temp to implement */

.fl-row-content-wrap {
	transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.fl-builder-edit .fl-row-content-wrap {
	transform: none;
    -webkit-transform: none;
}

h1, h2, h3, h4, h5 {
    font-family: "futura-pt", sans-serif !important;
    font-weight: 500 !important;
    text-transform: none !important;

}

span.fl-post-info-terms {
  display: block;
  margin-top: -20px !important;
}

.main-navigation a, .menu-toggle {
    font-family: "futura-pt", sans-serif !important;
  font-size: 18px;
    font-weight: 500;
    text-transform: none;
}

.uabb-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: unset;
    text-overflow: initial;
    white-space: initial;
}

/* VIDEOS */
.wpd-optimised-video__thumbnail-container img, .wpd-optimised-video__player {
    border-radius: 6px;
}

/* FORM STYLES */
.articles-search > div {
  border: 1px solid #dfddcf;
}
.facetwp-dropdown,
.facetwp-search {
    width: 100%;
}
.facetwp-btn {
	top: 5px !important;
}
.pure-form select {
	height: initial;
}


/* HEADER */

.site-logo {
    max-width: 100px;
}

.site-logo.sticky-logo.navigation-logo img {
	padding: 2px 10px 0 10px;
}

.site-header {
	border-bottom: 10px solid #efefef;
}
.hide-page-header .site-header {
    border-bottom: none;
}

.top-bar i {
  color: #fff;
  margin-left: 15px;
}

.fl-number-string{
	overflow: visible;
}
.fl-number .fl-number-bar {
    text-align: left;
}

@media(min-width:768px) {
	#site-navigation {
		margin-top: 34px;
	}
}

#site-navigation li.highlight {
	margin: 0 20px;
}

#site-navigation li.highlight a {
	background: #bf6c4a;
	/*border-radius: 5px;*/
	color: #fff;
}

#site-navigation li.highlight a:hover {
	background: #302d28;
}

#site-navigation li i {
	margin-right: 5px;
}

li a i.fa-twitter {
	color: rgba(0,132,180,1);
}

li a:hover i.fa-twitter {
	color: rgba(0,132,180,0.5);
}



/* CONTENT */

.text_larger {
	font-size: 120%;
}

.text_smaller {
	font-size: 14px;
	line-height: 24px;
}

.align_center {
	text-align: center;
}

.shadow {
	box-shadow: 5px 5px 15px #ccc;
}

.column_shadow {
  box-shadow: 5px 5px 15px #efefef;
}

.fancy-caps p::first-letter {
  float: left;
  font-family: Georgia;
  font-size: 4em;
  line-height: 0.8;
  padding-top: 11px;
  padding-right: 0.2em;
  padding-left: 0;
}

#post-852{
	margin-bottom: 0;
}

.almost-full{
	max-width: 1400px;
	max-height: 85vh;
	overflow: auto;
	float: none;
	margin: 0 auto;
}

.video-block{
	max-width: 50vw;
	margin: 0 auto;
}

@media(min-width:1025px) {
	.fl-module-rich-text .alignright{
		position: relative;
		z-index: 10;
		margin-right: -160px;
	}
	.fl-module-rich-text .alignleft{
		position: relative;
		z-index: 10;
		margin-left: -160px;
	}
}

@media(max-width:1440px){
	.slider-text{
		font-size: 15px;
	}
}

/* MAP */

.mapplic-element > div {
  border-radius: 6px !important;
  
}
.fl-module-rich-text.mio-map > div {
  box-shadow: 0 .1em 1em 0 rgba(0,0,0,.3) !important;
}
.fl-module-rich-text.mio-map p {
  margin: 0;
}

.mapplic-element {
  height: 1100px !important;
}

/*body .mapplic-lightbox {
    background-color: rgba(0,0,0,0.75);
    position: relative;
    padding: 60px;
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}


body .mapplic-lightbox-description p {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

body .mapplic-lightbox-description p:nth-child(2) {
  max-width: 700px;
  margin-top: 20px;
}

body .mapplic-lightbox-description img {
  max-height: 600px;
  width: auto;
}
*/

/* ARTICLES */

.advert-pic {
	background-color: #faeadd;
	color: #444444;
}


/* FOOTER */

.footer-widgets {
	/*border-top: 10px solid #bf6c4a;*/
}

.footer-widgets p {
	margin-bottom: 30px;
}

.footer-widgets img {
	width: 100%;
}

.footer-widgets .widget ul li {
	padding-bottom: 0;
}

.footer-widget-1.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
    width: 18%;
}

.footer-widget-2.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
	padding-left: 40px;
    width: 22%;
}

span.post-date {
  display: block;
  font-size: 80%;
  padding-bottom: 5px;
}

.footer-widget-3.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
	text-align: left;
    width: 60%;
}
.footer-widget-3.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 img {
	margin-top: 40px;
}

blockquote{
	position: relative;
	font-family: 'Sanchez', serif;
	font-style: italic;
	padding-left: 2em;
	border-left: 0;
	color: #000
}
blockquote:before {
	content: '\201C';
	position: absolute;
	top: -.15em;
	left: -.45em;
	line-height: 1;
	color: #ccc;
	font-size: 10em;
	z-index: 0;
}

@media(max-width:1024px) {
	.footer-widget-1.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
    	width: 25%;
	}
	.footer-widget-2.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
		padding-left: 0;
	    width: 25%;
	}
	
	.footer-widget-3.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
	    width: 50%;
	    clear: none;
	}

	
}

@media(max-width:768px) {
	.widget-title {
		margin-bottom: 5px;
	}
	.footer-widget-1.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
		margin-bottom: 40px;
		text-align: center;
    	width: 100%;
	}
	.footer-widget-2.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
		padding-left: 0;
		text-align: center;
	    width: 100%;
	}
	
	.footer-widget-3.grid-parent.grid-33.tablet-grid-50.mobile-grid-100 {
	    clear: none;
	    display: block;
	    text-align: center;
    	width: 100%;
	}

	
}

