/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* Two Logos are Better than One */

/* Move the Main Menu out of the Way! */
.fusion-main-menu {
margin-right: 5px; /* Compensate for the new second logo. */
}

.resident_header_1 {
    color: red !important;
}

/* increase the font size of contact in the header */

.fusion-secondary-header
{   
    font-size: 20px;
    font-weight: 600;
    color:#fff;
}

/* Contact Form 7 Styles
 get a free quote---------------------------------*/

/*Main form div area*/
div#wpcf7-f12957-p12394-o1{
background-color: #f5f5f5;
	padding: 10px;
}

#wpcf7-f12957-p12394-o1 form{
	margin-left: 20px; 
	margin-right: 20px; 
	margin-top: 20px;	
}

/* Item */
#wpcf7-f12957-p12394-o1 p{
	font-size: 20px;
	line-height: 16px;
	color: #000;
}

/* Contact Form 7 Input area  
---------------------------*/
#wpcf7-f12957-p12394-o1 input[type="text"], 
#wpcf7-f12957-p12394-o1 input[type="email"], 
#wpcf7-f12957-p12394-o1 input[type="url"], 
#wpcf7-f12957-p12394-o1 input[type="tel"], 
#wpcf7-f12957-p12394-o1 input[type="number"],
textarea {
	font-size: 16px;
	color: #000000;
	background-color: white;
	border: none;	
}



/* set the color of the list item */
#wpcf7-f12957-p12394-o1 .wpcf7-select {
    background-color:#ffffff;
    color:#000;
	border: none;
}

/* Checkbox decoration
----------------*/
#wpcf7-f12957-p12394-o1 input[type="checkbox"] {
    transform: scale(1.3);
    margin-left: 5px;
}

#wpcf7-f12957-p12394-o1 span.wpcf7-list-item {
margin: 0;
padding-bottom: 20px;	
}
/* set the width of the drop-down */
#wpcf7-f12957-p12394-o1 .wpcf7-select-parent{
width: 50%;		
}

/*submit button*/
#wpcf7-f12957-p12394-o1 input[type="submit"]{
background-color:#a0ce4e;
text-align: center;
text-transform: uppercase;
}











/*----------------------------------------*/







/*............................................................
...............commercial solar page table styiling..........*/


.fa-file-pdf-o
{
   color: red;
}


/*................................................*/

.fusion-footer-widget-column {
     margin-bottom: 5px;
}


/*...................Dropdown Menu.................*/
.fusion-main-menu .sub-menu li {
    float: left!important;
}


.textwidget img{
	max-width:50%;
}

