/* Enter Your Custom CSS Here */

/*---------- Home Section One ----------*/
.banner-heading-section-one h3 {
    float: right !important;
    color: #ffffff !important;
    text-align: right;
    font-size: 45px !important;
    font-weight: normal;
    margin-top: 165px !important;
}
/*---------- End of Home Section One ----------*/

/*---------- Home Sidebar Gallery ----------*/
#view-more-btn {
    text-align: center;
    width: 50%;
    background: #1B97CA;
    color: #ffffff;
    height: 32px;
    display: block;
    -margin: 0 auto;
    padding: 5px;
    font-size: 15px;
}
/*---------- End of Home Sidebar Gallery ----------*/


/*---------- Home Sidebar Services ----------*/
.home .avia-icon-list .iconlist_icon {
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 15px;
    margin: 15px 15px 15px 0;
}
.home .avia-icon-list .iconlist-timeline {
    top: 30%;
    left: 15px;
}
/*---------- End of Home Sidebar Services ----------*/


/*---------- Location Map ----------*/
.location-map-container {
    border: 15px solid;
}
iframe {
    margin-bottom: -7px !important;
}
/*---------- End of Location Map ----------*/

/*---------- Testimonials ----------*/
.avia-testimonial-name {
    color: #1B97CA !important;
    font-size: 19px;
}
.avia-testimonial-meta {
    margin-left: 0px !important;
}
/*---------- End of Testimonials ----------*/


/*---------- Footer Info ----------*/
#footer-info-wide {
    text-align: center;
}
#footer-info-mobile {
    display: none;
}
/*---------- End of Footer Info ----------*/


/*---------- Socket Footer ----------*/
#socket {
    text-align: center !important;
}
#socket .copyright {
    float: none !important;
}
/*---------- End of Socket Footer ----------*/

/*---------- Social share icons ----------*/
#synved_social_share-2 h3 {
    background: rgba(0, 0, 0, 0) url("http://www.stonememorials.com.au/wp-content/uploads/2015/08/icon-network1.png") no-repeat scroll 0 27%;
    float: left;
    height: 36px;
    padding-left: 20px;
    padding-top: 6px;
    text-transform: none !important;
    width: 152px;
}
#synved_social_share-2 a {
    height: 39px !important;
    margin-left: 2px !important;
    padding-top: 14px;
}
/*---------- End of Social share icons ----------*/

/*---------------------------------- Responsive ----------------------------------*/

@media only screen and (max-width: 480px) {  
	#footer-info-wide {
    display: none;
    }
    #footer-info-mobile {
        display: inline !important;
    }
} 