/*
Theme Name: Connectivity I.T.
Theme URI: http://www.connectivityit.com.au/
Author: Adan Rehtla
Author URI: http://www.adanrehtla.com
Description: A Fully Responsive WordPress Theme using Twitter Bootstrap 3 for Connectivity I.T.
Version: 1.0
*/
/* MAIN STYLES */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
body {
  background-color: #FFF;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  font-weight: 300;
}
a {
  color: #91170A;
}
a:hover, a:active {
  color: #EE2E24; text-decoration: none;
}
a:before,
a:after {
  transition: color 0.1s ease-in 0s, background 0.1s ease-in 0s;
}
a.red {
  color: #EE2E24;
}
a.red:hover {
  color: #91170A;
}
a, a:hover, a:active, a:visited { outline: 0 !important; }
/* SETUP STYLES */
#wrap {
    height: auto !important;
    min-height: 100%;
    margin-bottom: -160px;
}
#main {
  padding-top: 15px;
}
/*padding-bottom: 160px; }  /* must be same height as the footer */
.wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
/* NAVBAR STYLES */
.navbar-default {
  min-height: 81px;
  background-color: #F6F6F6;
  border-background: #F6F6F6;
  border-bottom: 1px solid #CCCCCC;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-top: 6px;
  border-radius: 0px;
  font-weight: 500;
  text-transform: capitalize;
}
img.brand-img {
  magin-top: -10px;
  width: auto;
}
@media (max-width: 480px) {
img.brand-img {
  magin-top: -10px;
  width: 220px;
}
}
.navbar-nav {
  padding-top: 12px;
}

@media screen and (max-width: 850px) {
  .nav > li > a { padding-left: 8px !important; padding-right: 8px !important; }
}
@media screen and (max-width: 766px) {
  .navbar-collapse li:hover { background-color: #DDDDDD; }
}

.navbar-default .navbar-nav > li > a:hover {
  color: #EE2E24;
}
.navbar-default .navbar-toggle {
  border-color: #939598;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #EE2E24;
}
.navbar-header {
  height: 81px;
}
.navbar-default .navbar-nav > li > a {
	background-color: transparent;
}
/* HEADER IMAGE STYLES */
#headerwrap {
  background-image: url("images/banner.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 450px;
  margin-top: -20px;
}
@media (max-width: 480px) {
    #headerwrap {
      height: 250px;
      background-image: url("images/banner-page.jpg");
    }
}
#headerwrap-page {
  background-image: url("images/banner-page.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  height: 250px;
  margin-top: -20px;
}
.header-title {
  background-color: #262626;
  border-bottom: 5px solid #EE2E24;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
}
img.facebook {
  background: url(images/social.png) 0 0;
  width: 24px;
  height: 24px;
}
img.twitter {
  background: url(images/social.png) -24px 0;
  width: 24px;
  height: 24px;
}
img.linkedin {
  background: url(images/social.png) -48px 0;
  width: 24px;
  height: 24px;
}
/**/
.page {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* FOOTER STYLES */
#footer {
  /*height: 160px; */
  width: 100%;
  background-color: #262626;
  border-top: 5px solid #EE2E24;
  color: #F2F2F2;
  padding-bottom: 10px;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
}
.footer a {
  color: #F0F0F0;
  text-decoration: none;
  line-height: 150%;
}
.footer a:hover {
  color: #D9230F;
  text-decoration: none;
}
.footer h2 {
  color: #F2F2F2;
  font-size: 24px;
}
.copyright {
  padding-top: 15px;
  font-size: 13px;
  color: #666666;
}
.sidebar ul {
  list-style: none;
}
.more-link {
  margin-top: 20px;
}

.post-pagination {
    font-weight: bold;
}
@media screen and (max-width: 1198px) {
    .post-pagination { padding-bottom: 20px; }
}

.post-pagination i {
    padding: 5px;
}

.btn-primary, .btn-primary:hover {
    background-image: linear-gradient(#E72510, #D9230F 6%, #CB210E);
    background-repeat: no-repeat;
    border: 1px solid #A91B0C;
    filter: none;
}

div.wpcf7-response-output { text-align:  center; }
span.wpcf7-not-valid-tip { text-align: center; }