/*
Theme Name:     Lawson Charitable Foundation
Description:    Lawson Charitable Foundation
Version:        1.587
Author:         Lawrence Zevon
Author URI:     http://www.zevonmedia.com/
Template:       enfold
License:        GPL v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../enfold/style.css");

/* Customizations Here */

span.blog-categories.minor-meta a {
pointer-events: none;
}

/* mobile menu */
#avia-menu .mobile-only.menu-item { display: none !important; }
@media only screen and (max-width:767px) {
  #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a { font-size: 18px; }
}

/* desktop header */
.responsive #top .avia-svg-logo{
    height:200px !important;  /* logo height */
    width:200px; /* logo width */
    position:absolute !important;
    display:block !important;
	top:-2px;
}

#top .avia-svg-logo > a,
#top .avia-svg-logo svg{
    display:block;
    height:100%;
    width:100%;
    max-height:200px !important;
}

/* tablet header */
@media only screen and (max-width:1258px) {
    #top .avia-svg-logo{
        left:-51px;
    }
}

/* mobile header */
@media only screen and (max-width:767px) {
    #top .avia-svg-logo{
        left:-9%;
    }
	#top .av-logo-container .inner-container{
		min-height:74px !important; /* mobile header height */
	}
    .responsive #top .avia-svg-logo{
        height:100px !important;  /* mobile logo height */
        width:200px; /* mobile logo width */
		left: 0;
    }
	.responsive #top #wrap_all #header {
		position: fixed;
	}
	#top .avia-svg-logo svg{
		display: none;
	}
	#top .avia-svg-logo .subtext{
		display: block;
		background: #fff;
	}
	#top .avia-svg-logo .subtext img{
		margin-top: 8px;
		max-height: 100px !important;
	}
}

/* Changing the breakpoint of the Responsive Menu */
@media only screen and (max-width: 1100px) {
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li {
        display: none;
    }
}

/* logo for the sticky header */
.html_header_top.html_header_sticky #header.header-scrolled .avia-svg-logo{
    height:100px !important;
}
.html_header_top.html_header_sticky #header.header-scrolled .avia-svg-logo > a > svg {
	display: none !important;
}
.html_header_top.html_header_sticky #header.header-scrolled .avia-svg-logo .subtext{
	display: block;
	margin-top: 2px;
	background: #fff;
}
.html_header_top.html_header_sticky #header.header-scrolled .avia-svg-logo .subtext img{
	transition: 0.5s;
	max-height: none !important;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {color: #333333 !important;}
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {color: #333333 !important;}

.avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback .avia-icongrid-inner {
    padding: 20px;
}

img.inset-img-left { margin-right: 20px; }
.slideshow_caption { width: 60% !important; }

.main_color .custom-color blockquote { border-color: #077da8 !important; }
body .gform_wrapper .gfield_required { margin-left: 2px; }

/* Blockqoute */

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

blockquote {
	font-weight: 100;
	font-size: 1rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
  padding: .5rem;
  border: none;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #077da8;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -3rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -3rem;
	bottom: 2rem;
}

cite {
	line-height: 3;
	text-align: left;
}

.av-elegant-toggle.togglecontainer .single_toggle:first-child .toggler { background: #077da8; }

a.accordion-link { text-decoration: underline !important; color: #ffffff; }