/*
Theme Name: Goodman Group
Author: Click Forward
Author URI: http://clickforward.com.au
*/


/* =========== TOOLS =========== */

/* --- OVERRIDING GUTTERS --- */

.row .col-xs-1, .row .col-sm-1, .row .col-md-1, .row .col-lg-1,
.row .col-xs-2, .row .col-sm-2, .row .col-md-2, .row .col-lg-2,
.row .col-xs-3, .row .col-sm-3, .row .col-md-3, .row .col-lg-3,
.row .col-xs-4, .row .col-sm-4, .row .col-md-4, .row .col-lg-4,
.row .col-xs-5, .row .col-sm-5, .row .col-md-5, .row .col-lg-5,
.row .col-xs-6, .row .col-sm-6, .row .col-md-6, .row .col-lg-6,
.row .col-xs-7, .row .col-sm-7, .row .col-md-7, .row .col-lg-7,
.row .col-xs-8, .row .col-sm-8, .row .col-md-8, .row .col-lg-8,
.row .col-xs-9, .row .col-sm-9, .row .col-md-9, .row .col-lg-9,
.row .col-xs-10, .row .col-sm-10, .row .col-md-10, .row .col-lg-10,
.row .col-xs-11, .row .col-sm-11, .row .col-md-11, .row .col-lg-11,
.row .col-xs-12, .row .col-sm-12, .row .col-md-12, .row .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;
  margin-bottom: 15px;
}

.videowrap iframe,
.videowrap object,
.videowrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- MAP (RESPONSIVE) --- */

.mapwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}

.mapwrap iframe,
.mapwrap object,
.mapwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- SOCAL (RESPONSIVE) --- */

.socialwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.socialwrap iframe,
.socialwrap object,
.socialwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- GALLERY (RESPONSIVE) ---*/

.gallery {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.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 - BUTTONS --- */

.list-social {
  margin-left: 0;
}

.list-social li {
  padding: 0;
}

.btn-social {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  border-radius: 100% !important;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  color: #fff;
  -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);
}

.btn-facebook {
  background: #3b5998;
}

.btn-twitter {
  background: #2CAAE2;
}

.btn-google-plus {
  background: #DC4B31;
}

.btn-linkedin {
  background: #00659B;
}

.btn-youtube {
  background: #ED2400;
}

.btn-pinterest {
  background: #CE2021;
}

.btn-instagram {
  background: #6B5245;
}

/* --- WIDGETS - IMAGE --- */

.widget_simpleimage .panel-heading { display: none; }
.widget_simpleimage .panel-body { padding: 0 !important; }
.widget_simpleimage p {margin: 0;}
.widget_simpleimage img { display:block;max-width:100%;height:auto; }


/* =========== STYLES - Global =========== */

/* --- PAGE --- */

body {

}

/* --- LINKS --- */

a {
  color: #49BBD3;
}

a:hover,
a:focus {
  color: #2d97af;
}

/* --- BUTTONS --- */

.btn {
  
}

.btn-xs {
  
}

.btn-sm {
  
}

.btn-default {

}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {

}

.btn-action {
  background: #49BBD3;
  color: #fff;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  background: #2d97af;
  color: #fff;
}

/* --- HEADINGS --- */

h1,
h2,
h3,
h4,
h5,
h6 {

}

h1 {
  margin-top:0;
}

/* --- LEAD --- */

.lead {
  
}

/* --- WELL --- */

.well {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* --- PANEL --- */

.panel {

}

.panel .panel-header {

}

/* --- FORMS --- */

.form-group {
  margin-bottom: 10px;
}

.form-group .form-control {
  
}

.form-group .form-control:focus {
  border-color: ;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group textarea.form-control {
  height: 300px;
}

/* --- WELL - TESTIMONIALS --- */



/* --- LIST - TICKS --- */

.list-ticks li {

}

.list-ticks li i {

}


.breadcrumbs {
  border-bottom: #f5f5f5 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* =========== STYLES - Sections =========== */

/* --- HEADER --- */

.quickcontact {
  text-align: right;
}

.header .logo {
  margin: 20px 0;
}

.header .quickcontact {
  padding-top: 45px;
  font-size: 30px;
  padding-bottom: 5px;
}

.header .quicksearch {
  padding-top: 51px;
}

/* --- BANNER --- */

.banner {
  margin-bottom: 20px;
}

.bannerwrap {
  border: 1px solid #ddd;
}

/* --- SHOWCASE --- */

.showcase .panel {
  margin-bottom: 20px;
  border-radius: 0;
}

.showcase .panel-heading {
  display: none;
}

.showcase .panel-body {
  padding: 0;
}

/* --- CALL TO ACTION --- */

.calltoaction h3 {
  display: none;
}

.calltoaction img {
display: block;
max-width: 100%;
height: auto;
}

/* --- MAIN --- */

.main {
  padding: 20px 0;
}

/* --- ASIDE --- */

.widget_nav_menu {
  border: none;
  border-radius: 0;
}

.widget_nav_menu .panel-heading {
  display: none;
}

.widget_nav_menu .panel-body {
  padding: 0;
}
.widget_nav_menu .panel-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_nav_menu a {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 20px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: all 0.25s ease-in;
}

.widget_nav_menu a:hover {
  background: #f2f2f2;
}

.footerhomecontactwrap {
  height: 300px;
  background: #555; 
  background-size: 20%;
  background-position: 5% 5%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 30px;
  text-align: right;
  font-size: 25px;
  color: #ccc;
  line-height: 2.5em;
  padding-top: 25px;
  padding-right: 30px;
}

/* --- FOOTER CONTACT --- */

.footercontactwrap {
  background: #555;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.footercontactwrap .form-header {
  color: #D3D3D3;
  text-shadow: 1px 1px 1px #444;
  padding: 20px;
  border-bottom: 1px solid #444;
}

.footercontactwrap .form-header h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.footercontactwrap .form-body {
  padding: 20px;
}

.footercontactwrap .form-horizontal label {
  color: #D3D3D3;
}

.footercontactwrap .form-horizontal .form-control {
  background: #DFDFDF;
  border: none;
}

.footercontactwrap .style {
  padding-right: 10px;
  padding-top: 10px;
}

.testimonials-widget-testimonial blockquote {
  line-height: 25px;
}

testimonials-widget-testimonial q, .testimonials-widget-testimonial blockquote {
 border-left: 0px;
}

/* --- FOOTER --- */

.footer { text-align: center; background: #AAAAAA;
font-size: 12px;
padding: 30px 0 20px;
}

.footer a {
  color: #2d97af;
}

/* =========== STYLES - Media Query =========== */

/* X SMALL - ONLY (Phone) */

@media (max-width: 768px) {

  /* --- NAVIGATION --- */
  .navbar {
  background: #49BBD3;
  color: #F2F2F2;
  }
  .navbar a {
  color: #d3eced;
  }
  .navbar .navbar-toggle {
  border-color: #F2F2F2;
  background: #F2F2F2;
  }
  .navbar .navbar-toggle .icon-bar {
  background-color: #49BBD3;
  }
  .navbar .navbar-toggle:focus {
  border-color: #007E81;
  background: #007E81;
  color: #F2F2F2;
  }
  .navbar .nav>li>a:hover,
  .navbar .nav>li>a:focus {
  text-decoration: none;
  background-color: #007E81;
  color: #ffffff;
  }

  /* --- HEADER --- */

  .logo img { margin: 0 auto; }
  .btn-presstocall { padding: 10px 20px; font-size: 20px; }

}

/* SMALL - UP (Tablet + Desktop + Large Desktop) */

@media (min-width: 769px) {

  /* --- NAVIGATION --- */
  
  /* Global */
  .navbar-secondary {
    min-height: 32px;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 70;
    text-transform: uppercase;
    font-size: 12px;
    padding-right: 4px;
    padding-left: 4px;
  }
  
  .navbar-secondary {
    padding-right: 4px;
    padding-left: 4px;
  }

  .navbar-secondary .navbar-nav {
    background: #ffffff;
    background: -moz-linear-gradient(bottom, #d9d9d9 0%, #ffffff 50%, #ffffff 51%, #ffffff 78%, #ffffff 100%);
    background: -webkit-linear-gradient(bottom, #d9d9d9 0%, #ffffff 50%, #ffffff 51%, #ffffff 78%, #ffffff 100%);
    background: -o-linear-gradient(bottom, #d9d9d9 0%, #ffffff 50%, #ffffff 51%, #ffffff 78%, #ffffff 100%);
    background: -ms-linear-gradient(bottom, #d9d9d9 0%, #ffffff 50%, #ffffff 51%, #ffffff 78%, #ffffff 100%);
    background: linear-gradient(to top, #d9d9d9 0%, #ffffff 50%, #ffffff 51%, #ffffff 78%, #ffffff 100%);
    border-left: 1px solid rgba(0, 0, 0, 0.22);
  }
  
  /* First Level */
  .navbar-secondary .navbar-nav>li { border-right: 1px solid rgba(0, 0, 0, 0.22); }
  .navbar-secondary .navbar-nav>li>a  { padding: 6px 26px; color: #000000; text-decoration: none; transition: all 0.2s ease; }
  .navbar-secondary .navbar-nav>li>a:hover { background: rgba(0, 0, 0, 0.1); color: #000000; }

  /* --- NAVIGATION --- */
  
  /* Global */
  .navbar-primary { min-height: 40px;border-radius: 0; z-index: 70; text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
    background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
  }
  .navbar-primary a { text-decoration: none; transition: all 0.2s ease; }
  
  /* First Level */
  .navbar-primary .navbar-nav>li { border-right: 1px rgba(80, 80, 80, 0.12) solid; }
  .navbar-primary .navbar-nav>li>a  { padding: 10px 10px; color: #d3eced; }
  .navbar-primary .navbar-nav>li>a:hover { background: rgba(0, 0, 0, 0.1); color: #ffffff; }

  /* --- FOOTER --- */

  .site-credits { text-align: right; }

}

/* MEDIUM - UP (Desktop + Large Desktop) */

@media (min-width: 993px) {

}

/* SMALL - ONLY (Tablet) */

@media (min-width: 769px) and (max-width: 992px) {
  .navbar-primary { font-size: 10px; }
  .navbar-primary .navbar-nav>li>a  { padding: 10px 6px; }
  .showcasewrap .block a.block {
     width: 232px;
     height: 70px;
     margin-bottom: 8px;
    
  }
}

/* MEDIUM - ONLY (Desktop) */

@media (min-width: 993px) and (max-width: 1200px) {

}

/* LARGE - ONLY (Large Desktop) */

@media (min-width: 1200px) {
  .navbar-primary .navbar-nav>li>a  { padding: 15px 11px; }
  .container { max-width: 1080px;}

}
  .showcasewrap .blocks a.block {width: 168px; font-size: 18px;}
     
}

div.row {
    margin-left: 5px;

}