/*
Theme Name: Wells Crete
Author: True Blue Websites
Author URI: http://truebluewebsites.com.au
*/


/* =========== TOOLS =========== */

/* --- OVERRIDING GUTTERS --- */

.container {
padding-right: !important;
padding-left: !important;
}

.row {
margin-right: !important;
margin-left: !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-right: !important;
padding-left: !important;
}

/* --- IMAGES (RESPONSIVE) --- */

.main img { display:block;max-width:100%;height:auto; } 
.main img.alignleft { float:left;margin: 0 20px 10px 0 ; }
.main img.alignright { float:right;margin: 0 0 10px 20px ; }
.main img.aligncentre { margin: 0 auto; }

/* --- VIDEO (RESPONSIVE) --- */

.videowrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videowrap iframe,
.videowrap object,
.videowrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- GALLERY (RESPONSIVE) ---*/

.gallery {
  margin-right: -10px;
  margin-left: -10px;
}

.gallery .gallery-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; 
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery .gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 5px #efefef solid;
}

@media (max-width: 768px) {

  .gallery .gallery-item {
  width: 50%; /* Determines how many to show in a row */ 
  }
  
}

/* --- SOCIAL ICONS - FONTS --- */

@font-face {
  font-family: 'social-icons';
  src:url('assets/fonts/social-icons.eot');
  src:url('assets/fonts/social-icons.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/social-icons.ttf') format('truetype'),
    url('assets/fonts/social-icons.woff') format('woff'),
    url('assets/fonts/social-icons.svg#social-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="social-icon-"] {
  font-family: 'social-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icon-bni:before {
  content: "\62";
}
.social-icon-googleplus:before {
  content: "\67";
}
.social-icon-pinterest:before {
  content: "\70";
}
.social-icon-twitter:before {
  content: "\74";
}
.social-icon-vimeo:before {
  content: "\76";
}
.social-icon-facebook:before {
  content: "\66";
}
.social-icon-linkedin:before {
  content: "\6c";
}
.social-icon-instagram:before {
  content: "\69";
}
.social-icon-youtube:before {
  content: "\79";
}

/* --- SOCIAL ICONS - BUTTONS --- */

.btn-social {
  border: none;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 100%;
  padding-top: 2px;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  -moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
}

.btn-twitter {
  background: #2CAAE2;
}

.btn-googleplus {
  background: #DC4B31;
}

.btn-linkedin {
  background: #00659B;
  font-size: 16px;
  padding-top: 1px;
}

.btn-youtube {
  background: #ED2400;
  font-size: 22px;
  padding-top: 2px;
}

.btn-pinterest {
  background: #CE2021;
}

.btn-instagram {
  background: #6B5245;
}

.btn-bni {
  background: #6C121F;
  font-size: 8px;
  padding-top: 0;
}

/* --- WIDGETS - IMAGE --- */

.widget_simpleimage { padding: 0 !important; }
.widget_simpleimage h3.widget-title { display: none; }
.widget_simpleimage p { margin: 0; }
.widget_simpleimage img { display:block;max-width:100%;height:auto; } 


/* =========== STYLES - Global =========== */

@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

/* --- PAGE --- */

body {
  background:#4d5d62;
}

/* --- LINKS --- */

a {
  color:#fc9000;
}

a:hover,
a:focus {
  color:#fc9000;
}

/* --- BUTTONS --- */

.btn {
  transition:0.2s ease all;
}

.btn-xs {
  
}

.btn-sm {
  
}

.btn-default {
  background:#F98F00;
  border-radius:0;
  border:none;
  color:#fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color:#4C5D61;
  background:#F98F00;
}

.btn-primary {
  background:#03C38F;
  border-radius:0;
  border:none;
  color:#fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background:#03A97C;
}

.btn-action {

}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {

}

/* --- HEADINGS --- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  margin-top:0;
  color: #4b5d62;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  
}

/* --- LEAD --- */

.lead {
  font-family: 'Oswald', sans-serif;
  font-style: italic;
}

.well {
  border-radius: 0;
}

/* --- FORMS --- */

.form-group {
  margin-bottom: 10px;
}

.form-control {

}

.form-control:focus {
  border-color: ;
  -webkit-box-shadow: 0 0 8px rgba(102,175,233,.6);
  box-shadow: 0 0 8px rgba(102,175,233,.6);
}

textarea.form-control {
  height: 80px;
}

/* =========== STYLES - Sections =========== */

.er{}

/* --- HEADER --- */

.header {
  background:#4D5D62 url(assets/images/bg-header.png) center top;
}

.header .logo {
  margin:30px 0;
}

.header .qcontact {
  margin:70px 0 20px 0;
  text-align: right;
  font-size:20px;
  line-height:120%;
  color:#fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.header .qcontact span>div {
  font-size:40px;
  line-height:90%;
  color:rgb(246,141,29);
}

/* --- NAVIGATION --- */

.navbar {
  border:1px solid #fff;
  border-width:1px 0;
  background:#F68E1D;
  margin-bottom: 0;
  padding:0;
}

/* First Level */
.navbar-nav>li { border-right: 1px #fff solid; }
.navbar-nav>li:nth-child(1) { border-left: 1px #fff solid; }
.navbar-nav>li>a {padding: 5px 20px;}
.navbar-nav>li>a:hover { background: rgba(255,255,255,0.4); color: #4C5D61; }
.navbar-nav>li.active>a {color:#4C5D61;}

/* Second Level */
.navbar-nav ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; padding:0; margin: 0; list-style:none; box-shadow: 0px 2px 3px rgba(0,0,0,0.4); } /* No need to change anything */
.navbar-nav ul.sub-menu li { position: relative; float: left; width:250px; background: #eee; border-top: 1px solid #fff; } /* Edit width, background and borders */
.navbar-nav ul.sub-menu li a { display: block; padding: 5px 10px; background: transparent; color: #B85141; } /* Edit padding, background and color */
.navbar-nav ul.sub-menu li a:hover { background: #B85141; color: #fff; } /* Edit hover background and color */
.navbar-nav li:hover > ul.sub-menu {display:block; } /* What makes it display */

/* --- BANNER --- */

.banner {
  background:#fff;
  z-index:-10;
}

.banner .easingsliderpro {
  margin: 0 auto !important;
}

.banner .bannerwrap {
  background:rgba(75,93,97,0.9);;
}

/* --- SHOWCASE --- */

.showcase-group {
  position: relative;
  margin-top: -200px;
  padding:20px 0;
  background:rgba(75,93,97,0.9);
  z-index:9999;
}

.showcase-group .showcase {
  position: relative;
  color:#fff;
  min-height: 160px;
}

.showcase-group .showcase h3 {
  color:#FC9000;
}

.showcase-group .showcase a.btn {
  position: absolute;
  bottom:0;
  left:0;
}


/* --- CONTENT --- */

.content {
  padding:40px 0 20px 0;
  font-family:Arial, Helvetica, sans-serif;
  background:#fff;
  line-height:120%; 
}

.content h1 {
  font-size:;
}

/* --- MAIN --- */

.content .col-sm-8 {
  border-right:1px solid #4B5D62;
}

.content .main {
  font-size:14px;
  color:rgb(75,93,97);
}

.content .main .lead {
  font-size:30px;
  font-style:italic;
  color:rgb(252,144,0);
}

/* --- ASIDE --- */

.content .aside {}
.content .aside .form-control {
  resize:none;
  border:none;
  background:#DBDFE0;
  box-shadow:none;
  border-radius:0;
  color:#493f34;
}

.widget {
  margin-bottom: 20px;
}

.widget-text-7 h3 {
  display: none;
}


/* --- FOOTER --- */

.footer {
  font-family:Arial, Helvetica, sans-serif;
  padding:20px 0;
  background:#4d5d62;
  color:#fff;
  font-size:10px;
}

.footer p {margin-bottom:0}

.footer a {color:#fff;}

.siteCredits {
  text-align: right;
}


/* =========== STYLES - Media Query =========== */

/* X SMALL - ONLY (Phone) */

@media (max-width: 768px) {

  body {}

  /* Global */
  .navbar {min-height: 40px;border-radius: 0; z-index: 999;}
  .navbar a { text-decoration: none; transition: all 0.2s ease; color:#fff; text-transform: uppercase;}
  
  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.4);
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.4);
  }

  .navbar-inverse .navbar-brand {color: #fff;}

  .navbar-inverse .navbar-nav>li>a {color: #fff;}

  .navbar-inverse .navbar-toggle {border-color: #fff;}
  
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.4);
  }


  .logo img {margin: 0 auto;}
  .btn-presstocall {padding: 10px 20px;}


  .content .col-sm-8 {border-right:0;}


  .footer, .footer a {text-align:center; display: block;}

}

/* SMALL - UP (Tablet + Desktop + Large Desktop) */

@media (min-width: 769px) {

  /* --- NAVIGATION --- */
  
  /* Global */
  .navbar {min-height: 40px;border-radius: 0; z-index: 70; padding:10px 0;}
  .navbar a { text-decoration: none; transition: all 0.2s ease; color:#fff; text-transform: uppercase;}
  
  /* First Level */
  .navbar-nav>li { border-right: 1px #fff solid; }
  .navbar-nav>li:nth-child(1) { border-left: 1px #fff solid; }
  .navbar-nav>li>a  { padding: 5px 20px; }
  .navbar-nav>li>a:hover { background: transparent; color: #4C5D61; }
  .navbar-nav>li.active>a {color:#4C5D61;}

  /* Second Level */
  .navbar-nav ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; padding:0; margin: 0; list-style:none; box-shadow: 0px 2px 3px rgba(0,0,0,0.4); } /* No need to change anything */
  .navbar-nav ul.sub-menu li { position: relative; float: left; width:250px; background: #eee; border-top: 1px solid #fff; } /* Edit width, background and borders */
  .navbar-nav ul.sub-menu li a { display: block; padding: 5px 10px; background: transparent; color: #F68E1D; } /* Edit padding, background and color */
  .navbar-nav ul.sub-menu li a:hover { background: #F68E1D; color: #fff; } /* Edit hover background and color */
  .navbar-nav li:hover > ul.sub-menu {display:block; } /* What makes it display */

}

/* MEDIUM - UP (Desktop + Large Desktop) */

@media (min-width: 993px) {

}

/* SMALL - ONLY (Tablet) */

@media (min-width: 769px) and (max-width: 992px) {
  
  .showcase-group {margin-top:-250px;}

  .showcase-group .showcase {
    min-height:210px;
  }
}

/* MEDIUM - ONLY (Desktop) */

@media (min-width: 993px) and (max-width: 1200px) {

}

/* LARGE - ONLY (Large Desktop) */

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }

}
