/*
Theme Name: Lyrebird
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%;
}

/* --- MAP (RESPONSIVE) --- */

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

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

/* --- SOCIAL (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;
  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 .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 =========== */

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

/* --- PAGE --- */

body {
  padding-top: 20px;
  font-size: 12px;
}

/* --- LINKS --- */

a {
  color: #CB138D;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #CB138D;
  text-decoration: underline;
}

/* --- BUTTONS --- */

.btn {
  border: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.btn-xs {
  
}

.btn-sm {
  
}

.btn-default {
  background: #1DC3E6;
  color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: #41CFED;
  color: #fff;
}

.btn-action {
  background: #CB138D;
  color: #fff;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  background: #DC55B0;
  color: #fff;
}

/* --- HEADINGS --- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #184D71;
}

h1 {
margin-top: 0;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

.well h3 {
  margin-top: 0;
}

.no-pad {
  margin-top: 0;
}

/* --- LEAD --- */

.lead {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 30px;
}

/* --- WELL --- */

.well {
  
}

/* --- FORMS --- */

.form-group {

}

.form-group .form-control {
  
}

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

.form-group textarea.form-control {
  height: 100px;
}


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

/* --- HEADER --- */

.list-contact {
  margin-top: 80px;
  text-align: right;
  color: #666;
  font-size: 12px;
}

.list-contact a {
  color: #666;
}

.contactphone {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 25px;
}

.contactphone a {
  color: #CB138D;
}

.contactaddress {

}

.contactemail {

}

/* --- BANNER --- */

.banner {
  background: rgb(246, 246, 246);
  border-top: 1px #ccc solid;
  padding: 20px 0;
}

.banner .easingsliderpro {
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
}

.banner .easingsliderpro img {
  border-radius: 4px;
}

/* --- SHOWCASE --- */

.showcase {
  padding: 20px 0;
  background: #eee;
  border-top: 1px #ccc solid;
}

.showcase .panel {
   background: #fff;
   margin-bottom: 0;
}

.link-more {
  font-weight: bold;
}

/* --- MAIN --- */

.content {
  padding: 20px 0;
}

.list-archive>li {
padding: 20px 0;
border-bottom: 1px solid #eee;
}

.list-archive>li:first-child {
padding-top: 0;
}

.list-archive>li:last-child {
border-bottom: none;
}

.list-archive .well {
margin-bottom: 0;
}

.list-archive .well li {
padding-bottom: 5px;
}

.meta {
font-size: 12px;
color: #666;
margin-bottom: 10px;
}

.img-featured {
  margin-bottom: 20px;
}



/* --- ASIDE --- */

.aside .panel {
  margin-bottom: 20px;
  background-color: #f5f5f5;
}

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

.aside .widget_simpleimage img { border-radius: 4px; }

/* --- FOOTER --- */

.footerShowcase {
  background: rgb(246, 246, 246);
  border-top: 1px #ccc solid;
  padding: 20px 0;
}

.footer {
  background: #ccc;
  padding: 20px 0 10px;
  font-size: 11px;
  color: #666;
}

.footer a {
  color: #666;
}

.siteCredits {
  text-align: right;
}

.sAbout .lead {
  font-size: 20px;
}


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

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

/* X SMALL - ONLY (Phone) */

@media (max-width: 768px) {

  body { padding-top: 70px; }

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

}

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

@media (min-width: 769px) {

  .logo {
    margin-bottom: 20px;
  }

  /* --- NAVIGATION --- */
  
  /* Global */
  .navbar { min-height: 30px; z-index: 70; background: #e7e7e7; margin-bottom: 0; border: none;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .navbar a { text-decoration: none; transition: all 0.2s ease; color: #0B4F5D; font-size: 14px; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);}
  
  .navbar li:first-child a {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
  }

  /* First Level */
  .navbar-nav>li { border-right: 1px #ccc solid; }
  .navbar-nav>li>a  { padding: 8px 20px;text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4) }
  .navbar-nav>li.active>a,
  .navbar-nav>li>a:hover { background: #1DC3E6; color: #fff;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4) }

  /* 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:200px; background: #1DC3E6; border-top: 1px solid #73DBF2; } /* Edit width, background and borders */
  .navbar-nav ul.sub-menu li a { display: block; padding: 5px 20px; background: transparent; color: #fff; } /* Edit padding, background and color */
  .navbar-nav ul.sub-menu li a:hover { background: #0B4F5D; 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) {

}

/* MEDIUM - ONLY (Desktop) */

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

}

/* LARGE - ONLY (Large Desktop) */

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

}
