/*
Theme Name: Franchise Dev
Theme URI: http://themeforest.net/user/minti
Description: Franchise Dev Theme for your Customizations.
Author: minti
Author URI: http://mintithemes.com
Template: unicon
Version: 1.1
*/

/*-----------------------------------------------------------------
When doing custom CSS with WordPress make sure you check the Theme's Options
or Customize section to see if the updated can be handle there first.

  00. html - body
	01.	Typography (h1,h2,h3,h4,h5,h6)
  02. Header
	03.	Pages
  04. Post (blogs)
	05.	Footer
  06. Form
  07. Mobile
-----------------------------------------------------------------------
*	00. html - body
*	---------------------------------------------------------------------
*/
.hide{
  display: none;
}
.mobile-show{
  display: none;
}
html .formcraft-css .powered-by{
  display: none;
}
a.button.fullwidth{
  width: 100%;
}
html .wpb_widgetised_column .widget h3{
  color: #fff;
  font-size: 18px;
}
.bg-grey{
  background-color: #ebebeb;
}
html .page-section .wpb_row .wpb_row.bg-grey{
  padding: 10px 0 20px;
}
/*
*	---------------------------------------------------------------------
*	01. Typography (h1,h2,h3,h4,h5,h6)
*	---------------------------------------------------------------------
*/
/*
*	---------------------------------------------------------------------
*	02. Header
*	---------------------------------------------------------------------
*/
html #mobile-header .logo {
    margin-top: 27px;
}
/*
*	---------------------------------------------------------------------
*	03.	Pages
*	---------------------------------------------------------------------
*/
/*
*	---------------------------------------------------------------------
*	04. Post (blogs)
*	---------------------------------------------------------------------
*/
/*
*	---------------------------------------------------------------------
*	05.	Footer
*	---------------------------------------------------------------------
*/
/*
*	---------------------------------------------------------------------
*	06. Form
*	---------------------------------------------------------------------
*/
/*
*	---------------------------------------------------------------------
*	07. Mobile
*	---------------------------------------------------------------------
*/
@media only screen and (max-width: 767px){
html .container, html .container .sixteen.columns {
    
}
.mobile-hide{
  display: none;
}
.mobile-show{
  display: block;
}
}
