/*
Theme Name:   AvadaChildtheme
Description:  Avada Child theme by Redback Solutions
Author:       Redback Solutions
Author URL:   http://rb.com.au/
Template:     Avada
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  AvadaChildtheme
*/

/* Write here your own personal stylesheet */
#main .post h2 a, .about-author .title a, .fusion-content-widget-area .widget .recentcomments, .fusion-content-widget-area .widget li a, .fusion-content-widget-area .widget_categories li, .fusion-load-more-button, .fusion-rollover a, .project-content .project-info .project-info-box a, .shop_attributes tr th, .single-navigation a[rel="next"]:after, .single-navigation a[rel="prev"]:before, body a, body a:after, body a:before {
    color: #838383 !important;
}
#main .about-author .title a:hover, #main .post h2 a:hover, #slidingbar-area .fusion-accordian .panel-title a:hover, #slidingbar-area .widget li.recentcomments:hover:before, #slidingbar-area ul li a:hover, #wrapper .fusion-widget-area .current-menu-item > a, #wrapper .fusion-widget-area .current-menu-item > a:before, #wrapper .fusion-widget-area .current_page_item > a, #wrapper .fusion-widget-area .current_page_item > a:before, #wrapper .jtwt .jtwt_tweet a:hover, .content-box-percentage, .fusion-accordian .panel-title a:hover, .fusion-content-widget-area .widget .recentcomments:hover:before, .fusion-content-widget-area .widget li a:hover, .fusion-content-widget-area .widget li a:hover:before, .fusion-content-widget-area .widget_archive li a:hover:before, .fusion-content-widget-area .widget_categories li a:hover, .fusion-content-widget-area .widget_categories li a:hover:before, .fusion-content-widget-area .widget_links li a:hover:before, .fusion-content-widget-area .widget_nav_menu li a:hover:before, .fusion-content-widget-area .widget_pages li a:hover:before, .fusion-content-widget-area .widget_recent_entries li a:hover:before, .fusion-copyright-notice a:hover, .fusion-date-and-formats .fusion-format-box i, .fusion-filters .fusion-filter.fusion-active a, .fusion-footer-widget-area .fusion-accordian .panel-title a:hover, .fusion-footer-widget-area .fusion-tabs-widget .tab-holder .news-list li .post-holder a:hover, .fusion-footer-widget-area .widget li a:hover:before, .fusion-footer-widget-area .widget li.recentcomments:hover:before, .fusion-login-box a:hover, .fusion-popover, .fusion-read-more:hover:after, .more a:hover:after, .pagination-next:hover:after, .pagination-prev:hover:before, .price > .amount, .price ins .amount, .project-content .project-info .project-info-box a:hover, .side-nav .arrow:hover:after, .side-nav li.current_page_ancestor > a, .side-nav ul > li.current_page_item > a, .single-navigation a[rel=next]:hover:after, .single-navigation a[rel=prev]:hover:before, .slidingbar-area .widget li a:hover:before, .slidingbar-area a:hover, .star-rating span:before, .star-rating:before, .tooltip-shortcode, h5.toggle:hover a, span.dropcap {
    color: #82c342 !important;
}
a:hover {
	color: #82c342 !important;
}
.fusion-accordian .panel-title a:hover i.fa-fusion-box,
.fusion-accordian .panel-title .active i.fa-fusion-box {
    background-color: #82c342 !important;
    border-color: #82c342 !important;
}
.fusion-footer-widget-area a:hover, .fusion-footer-widget-area ul li a:hover,
.fusion-secondary-header a, .fusion-secondary-header a:hover,
.fusion-megamenu-title a,
.fusion-main-menu .sub-menu li a {
	color: #fff !important;
}
.fusion-main-menu .fusion-widget-cart-counter > a:before, .fusion-main-menu > ul > li > a {
    color: #ffffff !important;
}
h4.fusion-rollover-title a {
    color: #fff !important;
}
#wrapper .search-table .search-button input[type="submit"]:hover {
    background-color: #000 !important;
}
.fusion-posts-container.custom-blog {
    display: flex;
    flex-wrap: wrap;
}
.fusion-posts-container.custom-blog > article {
    width: calc(50% - 15px);
    border: 1px solid #eeeeee;
    margin-right: 15px;
    margin-bottom: 15px;
}
.fusion-posts-container.custom-blog > article blog-image {
	padding: 15px;
}
.fusion-posts-container.custom-blog > article h2.blog-shortcode-post-title {
    margin-bottom: 0;
    padding: 15px;
    border-top: 1px solid #eeeeee;
    text-align: center;
}
.house-information ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding-left: 0;
}
.house-information {
	margin-bottom: 10px;
}
.house-information ul li {
	display: flex;
	align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
}
.house-information ul li i {
	padding: 6px;
}
@media (max-width: 620px) {
	.fusion-posts-container.custom-blog > article {
		width: 100%;
		margin-right: 0;
	}
}