/* 
Theme Name: Responsive II Child Theme
Theme URI: https://github.com/cyberchimps/responsive-childtheme/tree/responsive-II
Description: Responsive II Child Theme
Template: responsive-mobile
Version: 1.1.1
Author: CyberChimps 
Author URI: https://cyberchimps.com
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive-mobile-child
Responsive II WordPress Child Theme, Copyright (C) 2011-2014 CyberChimps
*/

/* =Start From Here
-------------------------------------------------------------- */

/* Preserve text fallback while the legacy Font Awesome webfont downloads. */
@font-face {
  font-family: 'FontAwesome';
  src: url('../responsive-mobile/css/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../responsive-mobile/css/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../responsive-mobile/css/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../responsive-mobile/css/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../responsive-mobile/css/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Preserve the active layout after removing the otherwise-unused Bootstrap CSS. */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

.text-center {
  text-align: center;
}
