/*
Theme Name: Ram Group Inc Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.about-rgi h3 {
    font-style: italic;
    color: #446084;
    font-weight: 500;
}
.about-rgi li {
    margin-left: 1em;
}
#comments {
    display: none;
}
.footer-primary.pull-left {
    float: none;
}
.footer-info {
	text-align: center;
}
.col, .gallery-item, .columns {
	padding: 0;
}
.title-heading, .title-heading-light {
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
}
.title-heading {
	color: #fff !important;
}
.title-heading-light {
	color: #134e8e !important;
}
.product-info .breadcrumbs, .price-wrapper,  form.cart, .product_meta, .social-icons {
	display: none !important;
}
#loaderhtml {
    display: none;
}
.wc_3d_player {
    text-align: center;
    bottom: 40px;
    position: relative !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}