/*
Theme Name: Solarify Child
Theme URI: http://webdesign-finder.com/solarify
Template: solarify
Author: WPRollers
Author URI: https://themeforest.net/user/wprollers
Description: Solarify - Renewable Energy Equipment Manufacturer WordPress theme
Tags: custom-header,left-sidebar,right-sidebar,post-formats,full-width-template
Version: 1.0.0
*/
.teaser .border_icon {
    height: 66px !important;
    width: 66px !important;
}
.teaser_icon.size_normal {
    font-size: 33px !important;
}
.home #about{
	position: relative;
}
.home section#about .row>img {
    position: absolute;
    right: 5%;
    top: 10%;
    max-width: 20vw;
}
@media (max-width: 1024px){
	.home section#about .row>img{
    	position: static;
        max-width: 100%;
    }
}
@media (min-width: 1200px){
    .intro_section h2 {
        font-size: 70px !important;
        line-height: 1.3 !important;
    }
}

.home section#about .row .custom-table{
	/*position: absolute;
	  right: 3%;
    top: 10%;*/
    max-width: 70%;
	font-size: 0.9rem;
	width: 100%;
    margin:0 auto;
}
.home section#about .row .custom-table table p{
	margin-bottom: 0;
}
.home section#about .row .custom-table table td{
	vertical-align: middle;
	padding: 3px 10px;
}
.home section#about .row .custom-table table th{
	vertical-align: middle;
	padding: 15px 10px;
	background: #cee9f4;
}
#table-featured .row{
	color: #272727;
    background: #FFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 55px 30px;
    margin: 0;
}
#table-featured h4, #table-featured h3{
	color: #272727;
}
#table-featured .media-left img{
	height: 50px;
    width: 50px;
}
#table-featured .teaser .media-left{
	padding-right: 15px;
}
#table-featured .teaser .media-body h4{
	font-size: 20px;
}
#table-featured .section_header{
	font-size: 30px;
    font-weight: 100;
}
@media(max-width: 1024px){
	.home section#about .row .custom-table{
	position: relative;
	  right: 0;
    top: 0;
    max-width: 100%;
	font-size: 1rem;
}
}