/*
Theme Name: Avada Child 2
Description: Child theme for the Avada
Author: Short Hills Design, LLC
Template: Avada
Tim
*/

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


/*
** Header
*/

div.fusion-secondary-header { min-height: 20px; height: 20px;}      /* Reduce height of purple bar at top */
div.sb-toggle-wrapper {display: none;}                              /* Hide the social explander button */

div.fusion-header h3.fusion-header-tagline {                        /* Tagline area to the right of logo */
	color: #4D1766  !important; 
	font-size: 20px !important; 
	text-align: right;
} 
div.fusion-header .payet-social-icons img {                         /* Fixed dimensions for header social icons */
	height: 32px; 
	width:  32px; 
}

div.payet-social-icons {
margin-bottom: 4px;
}

div.header-social div.avada-row div.alignleft,
div.header-social div.avada-row div.alignright {
font-size: 22px !important;
position: relative;
top: 10px;
}

#main {
padding-top: 30px;
}

#content div.post-content h2#homepage-welcome {
margin-top: 10px;
}

/* -- Boxes -- */

.reading-box a.continue {
margin-bottom: 20px;
}

.reading-box p {
margin-top: 20px !important;
clear: both;
}

.tagline-box-image {
margin-right: 20px;
display: inline-box;
}

.button.large {
text-shadow: none;
}

/* -- Post/page content -- */

.image-section {
margin-bottom: 5em;
}

#content h2 {
clear:both;
}

#content div.post-content h2 {
margin-top: 40px; 
}

#content div.post-content > h2:first-child {
margin-top: 0px;
}

#content div.post-content > div.one_half:first-child > h2:first-child { 
margin-top: 0px; 
}

#content div.post-content > div.one_half.last:first-child > h2:first-child {
margin-top: 0px;
}

#content h3 {
margin-top: 2em;
margin-bottom: 1.5em;
font-weight: bold;
clear: both;
}

#content ul,
#content ol {
margin-bottom: 2em;
}

#content blockquote {
font-size: 14px;
}

/* -- Footer -- */


footer .fusion-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}

@media (min-width: 320px){
	footer#footer .fusion-copyright-notice,
	footer#footer .fusion-social-links-footer { width: 100%; }
}
@media (min-width: 801px){
	footer#footer .fusion-copyright-notice { width: 90%; }
	footer#footer .fusion-social-links-footer { width: 10%; }
}
@media (min-width: 860px){
	footer#footer .fusion-copyright-notice { width: 80%; }
	footer#footer .fusion-social-links-footer { width: 20%; }
}


/* -- Blog sidebar -- */

#sidebar .widget .heading h3 {
border-top: 1px solid rgb(224, 222, 222);
border-bottom: 1px solid rgb(224, 222, 222);
font-family: 'PT Sans', Arial, Helvetica, sans-serif !important;
line-height: 34px;
}

#sidebar .widget li,
#sidebar .widget li a {
border: none !important;
}

#sidebar .widget li  a:before {
content: none;
}

/* -- Blog content -- */

.fusion-page-title-captions { width: auto; }

a.more-link {
color: #747474 !important;
font-weight: normal;
}

/* -- Testimonials -- */

div.iq-testimonial-wrap {
background-color: #f6f6f6;
border-left: 4px solid rgb(161, 148, 186);
font-style: italic;
margin: 0 40px 3em 40px;
padding: 20px;
}

span.iq-testimonial-quote {
display: inline-block;
margin-bottom: 1em;
}

/* -- Contact Us -- */

form div.one_half {
margin-top: -40px;
}

div.one_half input {
width: 100%;
}

div.one_half textarea {
border: 2px inset rgb(238,238,238);
height: 156px;
width: 100%;
}

/* -- NextGEN gallery plugin -- */

div.nextgen_pro_film {
margin-top: 3em;
max-width: 700px;
margin-left: 12%;
}

/* -- Page titles -- */

div.page-title-container + #main {
padding-top: 0px;
}

/* -- General formatting -- */
#content p,
#content ul,
#content ol {
line-height: 22px;
}


/* -- Links in home page rows -- */
.home h2 a:link,
.home h2 a:active,
.home h2 a:visited,
.home h2 a:hover {
color: #333333 !important;
}

/* -- Row spacing on home page -- */
img.homepage-second-row {
margin-top: 20px;
}

/* -- Page title width -- */
.page-title h1 {
width: 100%;
}

/* -- Reduce space around H1, H2, and H3 -- */

#wrapper .page-title-container {
height: 70px !important;
}

#main h2 {
margin-bottom: 12px;
}

#content h3,
#content .post-content h3 {
font-size: 18px !important;
margin-bottom: 0.5em;
margin-top: 30px;
}

#content .post-content h2 + h3 {
margin-top: 1em;
}

h3 + ul {
margin-top: 0px;
}


/* DAW Added for Appointment Form Field Color */

form.ninja-forms-form input.ninja-forms-field {
	color: #000;
}

#ninja_forms_form_2_wrap {
	color: #000;
}

.ninja-forms-field {
	color: #000;
}



