/*
Theme Name: Republic Supply Company
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

@font-face {
  font-family: 'Gotham-Bold';
  src: url(fonts/Gotham-Bold.eot);
  src: url(fonts/Gotham-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/Gotham-Bold.otf) format('otf'),
       url(fonts/Gotham-Bold.svg#Gotham-Bold) format('svg'),
       url(fonts/Gotham-Bold.ttf) format('truetype'),
       url(fonts/Gotham-Bold.woff) format('woff'),
       url(fonts/Gotham-Bold.woff2) format('woff2');
}
body, p, div{
	font-family: 'Gotham-Bold' !important;	
}
.content-section{
    display: flex;
    flex-wrap: wrap;
    height: calc(100vh - 48px);
    align-items: center;
}

/*.Footer-section{

    width: 100%;
 
}*/

@media only screen and (max-width: 767px){
	.content_wrapper .section_wrapper, .container, .four.columns .widget-area {
	    padding-left: 15px!important;
	    padding-right: 15px!important;
	}
}