/* CSS Document */
/*
 Theme Name:   Propel
 Theme URI:    http://propelwm.com
 Description:  Main theme for Propel sites
 Author:       Propel Web Marketing
 Author URI:   http://propelwm.com
 Template:     enfold
 Version:      1.0.0
 Tags:         
 Text Domain:  enfold-child
*/



input[type="submit"] { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

blockquote {
	border-left-style: solid;
	border-left-width: 7px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 1em;
	margin-right: 0em;
	font-size: 13px;
	line-height: 1.5em;
	background: #f0f0f0;
	padding-top: 1px;
	padding-bottom: 1px;
	font-style: italic;
}

.widgettitle {
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 16px;
}

p {margin: 0 0 0.85em 0;}

.tagline { float: right; }
@media only screen and (min-width: 1024px) {
  /* Add your Desktop Styles here */
	.tagline {
		font-size: 16px;
	}
}


@media only screen and (min-width: 790px) and (max-width: 1023px)

	.tagline {
		font-size: 14px;
	}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 789px) {
  /* Add your Mobile Styles here */
	.tagline {
		display: none;
	}
	.avia-caption { padding: 0px; }
	.av-slideshow-caption .avia-inner-caption h2.avia-caption-title { font-size: 12px; }
	.av-slideshow-caption .avia-inner-caption .avia-caption-content { display: none; }
}

@media only screen and (max-width: 400px) {
	img.alignright.size-medium,img.alignleft.size-medium { max-width: 150px; }
}

@media only screen and (max-width: 1023px) { .noMobile { display: none !important; } }
@media only screen and (max-width: 668px) { .noPhone { display: none !important; } }
@media only screen and (min-width: 1024px) { .noDesktop { display: none !important; } }

.avia-promocontent h3 { margin-top: 10px; }
h2.avia-caption-title { font-size: 20px; }
.gform_wrapper .gform_heading { margin-bottom: 0px !important; }

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none !important; letter-spacing: 0px !important;}
.av-magazine .av-magazine-content-wrap .av-magazine-title { font-size: 12px; }
time.av-magazine-time.updated { font-size: 11px; text-transform: none; }

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:500px;
	max-width: 500px;
	margin: 20px auto;
	list-style: none;
	border-radius: 10px;
	border: 3px solid #666;
}

.pullouts {
    min-height: inherit !important;
}
a.slide-image {
  background: none !important;
}
a#advanced_menu_toggle {
  z-index: 1000000 !important;
}

.ls-container p {
  line-height: 18px;
}

.gf_hide_title .gfield_label {
  display: none !important;
}
.ginput_container textarea {
  margin: 0px !important;
}
.gform_footer {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.yoast-notice { display:none !important;}

.gf_hide_label > label {
    display: none !important;
}


/* fixing an apparent bug in the theme */
/* a#advanced_menu_toggle, a#advanced_menu_hide {
    display: none;
}*/