/*
 Theme Name:   BIM
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Katodica Estudio
 Author URI:   http://example.com
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salient
*/

body {
	color: #222222  !important;
}

.container {
    padding: 0 50px !important;
}

.container-wrap {
	padding: 0px !important;
}

h1 {
	color: #1D5C48 !important;
}

.home-wrap {
    padding-top: 0em !important;
}

#footer-outer #copyright[data-layout="centered"] {
    padding: 10px 0 !important;
}

#footer-outer .row {
    font-size: 16px !important;
	line-height: auto !important;
	padding: 100px 0 !important; 
}

.bottom_controls {
display:none !important;
}

body.material #header-outer:not([data-format="left-header"]) #top nav > .buttons > .slide-out-widget-area-toggle {
    display: none !important;
}


.widget h4 {
	font-size: 20px !important;
	line-height:normal !important;
	font-weight:400 !important;
	color: #FFFFFF !important;
	padding-bottom: 25px !important;
}

#footer-outer #footer-widgets .widget h4, #footer-outer .col .widget_recent_entries span, #footer-outer .col .recent_posts_extra_widget .post-widget-text span {
    color: #FFFFFF !important;
}



#footer-outer .widget {
    margin-bottom: 0px !important;

}

@media only screen and (max-width: 600px) {
	#footer-outer .row	 {
		padding: 50px 0 !important; 
		}
	
	
	#footer-outer #copyright p {
		text-align: left !important;
	}
	
}

@media only screen and (min-width: 480px) and (max-width: 690px)
body .container {
    max-width: 100%;
    padding: 0 18px;
}

@media only screen and (min-width: 690px) and (max-width: 999px)
.container {
    max-width: 100% !important;
}
