/*
Theme Name:   Pont
Description:  Skeleton theme for WordPress & Bootstrap 3
Author:       Pont Media
Author URI:   http://www.pontmedia.co.nz
Version:      1.2
*/

html, body {
  -webkit-font-smoothing: antialiased;
}


/*
STICKY FOOTER 
======================================================
*/

html, body.sticky-footer { /* required for sticky footer */
  height: 100%;
}

body.sticky-footer #wrapper { /* required for sticky footer */
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

body.sticky-footer #wrapper:before { /* sticky footer Opera and IE8 "redraw" bug fix */
  content: "";
  float: left;
  height: 100%;
  margin-top: -999em;
}

body.sticky-footer .footer, body.sticky-footer .footer-push {
  height: 150px; /* .footer-push must be the same height as .footer */
}

body.sticky-footer .footer {
  width: 100%;
  padding: 15px 0 0 0;
}



/*
OO & UTILITY STYLES
======================================================
*/

.alignleft  { float: left; }
.alignright { float: right; }


/* Spacing Overrides */
.p0   { padding:        0 0 0 0 !important; }
.pt0  { padding-top:    0px !important; }
.pb0  { padding-bottom: 0px !important;}
.pt5  { padding-top:    5px !important; }
.pb5  { padding-bottom: 5px !important;}
.pt10 { padding-top:    10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pt20 { padding-top:    20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pt30 { padding-top:    30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pt40 { padding-top:    40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pt50 { padding-top:    50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pt60 { padding-top:    60px !important; }
.pb60 { padding-bottom: 60px !important; }

.m0   { margin:         0 0 0 0 !important; }
.mt0  { margin-top:     0px !important; }
.mb0  { margin-bottom:  0px !important; }
.mt5  { margin-top:     5px !important; }
.mb5  { margin-bottom:  5px !important; }
.ml5  { margin-left:    5px !important; }
.mr5  { margin-right:   5px !important; }
.mt10 { margin-top:     10px !important; }
.mb10 { margin-bottom:  10px !important; }
.ml10 { margin-left:    10px !important; }
.mr10 { margin-right:   10px !important; }
.mt20 { margin-top:     20px !important; }
.mb20 { margin-bottom:  20px !important; }
.ml20 { margin-left:    20px !important; }
.mr20 { margin-right:   20px !important; }
.mt30 { margin-top:     30px !important; }
.mb30 { margin-bottom:  30px !important; }
.ml30 { margin-left:    30px !important; }
.mr30 { margin-right:   30px !important; }
.mt40 { margin-top:     40px !important; }
.mb40 { margin-bottom:  40px !important; }
.ml40 { margin-left:    40px !important; }
.mr40 { margin-right:   40px !important; }
.mt50 { margin-top:     50px !important; }
.mb50 { margin-bottom:  50px !important; }
.ml50 { margin-left:    50px !important; }
.mr50 { margin-right:   50px !important; }
.mt60 { margin-top:     60px !important; }
.mb60 { margin-bottom:  60px !important; }
.ml60 { margin-left:    60px !important; }
.mr60 { margin-right:   60px !important; }


/* Collapse Bootstrap gutters */
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > .col-xs-1, .row.no-gutter > .col-sm-1, .row.no-gutter > .col-md-1, .row.no-gutter > .col-lg-1,
.row.no-gutter > .col-xs-2, .row.no-gutter > .col-sm-2, .row.no-gutter > .col-md-2, .row.no-gutter > .col-lg-2,
.row.no-gutter > .col-xs-3, .row.no-gutter > .col-sm-3, .row.no-gutter > .col-md-3, .row.no-gutter > .col-lg-3,
.row.no-gutter > .col-xs-4, .row.no-gutter > .col-sm-4, .row.no-gutter > .col-md-4, .row.no-gutter > .col-lg-4,
.row.no-gutter > .col-xs-5, .row.no-gutter > .col-sm-5, .row.no-gutter > .col-md-5, .row.no-gutter > .col-lg-5,
.row.no-gutter > .col-xs-6, .row.no-gutter > .col-sm-6, .row.no-gutter > .col-md-6, .row.no-gutter > .col-lg-6,
.row.no-gutter > .col-xs-7, .row.no-gutter > .col-sm-7, .row.no-gutter > .col-md-7, .row.no-gutter > .col-lg-7,
.row.no-gutter > .col-xs-8, .row.no-gutter > .col-sm-8, .row.no-gutter > .col-md-8, .row.no-gutter > .col-lg-8,
.row.no-gutter > .col-xs-9, .row.no-gutter > .col-sm-9, .row.no-gutter > .col-md-9, .row.no-gutter > .col-lg-9,
.row.no-gutter > .col-xs-10, .row.no-gutter > .col-sm-10, .row.no-gutter > .col-md-10, .row.no-gutter > .col-lg-10,
.row.no-gutter > .col-xs-11, .row.no-gutter > .col-sm-11, .row.no-gutter > .col-md-11, .row.no-gutter > .col-lg-11,
.row.no-gutter > .col-xs-12, .row.no-gutter > .col-sm-12, .row.no-gutter > .col-md-12, .row.no-gutter > .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}


