/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: http://muffingroup.com
Description: Betheme - Premium WordPress Theme.
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, responsive-layout, theme-options, translation-ready
Version: 1.7
*/

@import url("css/base.css");

@import url("css/animate.min.css");
@import url("css/animations.css");
@import url("css/buttons.css");
@import url("css/fonts.css");
@import url("css/isotope.css");

@import url("css/grid.css");
@import url("css/layout.css");
@import url("css/shortcodes.css");
@import url("css/variables.css");

/* If you want to add your own css code, please do it in css/custom.css */

 .footerdetails{
	clear:both; 
	width:730px; 
	margin:0px auto;
  }
  /* Smartphones (portrait) ----------- */
  @media only screen and (max-width : 320px) {
   	/* Styles */
	.footerdetails
	{
		clear:both; 
		width:270px !important; 
		margin:0px auto;
  	}
   
  }
   @media only screen and (max-width :480px) {
   	/* Styles */
	.footerdetails
	{
		clear:both; 
		width: 335px;
		margin:0px auto;
  	}
   
  }

}