/*
Theme Name: Andrew Byrne Voice Studio
Author: Arthur Wright
Author URI: http://arthurwright.ca
Description: A modern custom theme for the Andrew Byrne Voice Studio
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* BODY */

html {
  /*font-size: 16px;*/
}

body {
  padding-top: 50px;
  font-size: 16px;
}

h1, h2, .btn {
  font-family: 'Fjalla One', sans-serif;
}

p, a, .textwidget {
  font-family: 'Average', serif;
}

a {
  color: hsl(195, 79%, 40%);
}

a:hover {
  color: hsl(195, 91%, 29%);
}

/*   HEADER   */

.navbar {
  margin-bottom: 0;
}

.logo {
  width: 13.5rem;
margin-top: 6px;
}

.logo-banner {
  width: 25rem;
margin-top: 10px;
margin-bottom: 20px;
}

.text-banner {
  margin-left: 1rem;
  margin-top: -3rem;
  color: hsl(195, 79%, 40%);
  font-size: 2rem;
  font-family: 'Fjalla One', sans-serif;
}

.banner {
  width: 100%;
  height: 70vw;
  background: url('//www.andrewmbyrne.com/wp-content/uploads/2015/11/VCA21.jpg') no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-default {
  background-color: #fff;
  box-shadow: 0px 1px 1px #333;
  border-radius: 0;
}

.navbar-default .navbar-nav>li>a,
.sub-menu li a {
  color: hsl(195, 79%, 40%);
  font-family: 'Fjalla One', sans-serif;
}

.navbar-default .navbar-nav>li>a:hover {
  color: hsl(195, 91%, 29%);
  font-size: 1.25em;
}

.sub-menu li a {
  font-size: 1.25rem;
}

.sub-menu li a:hover {
  color: hsl(195, 91%, 29%);
  font-size: 1.5rem;
}

.navbar-toggle {
  background-color: #fff;
  border: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: hsl(195, 79%, 40%);
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: hsl(195, 91%, 29%);
}

.sub-menu {
  list-style: none;
}

.sub-menu li a:hover {
  text-decoration: none;
}

.current-menu-item {
  font-size: 1.25em;
  color: hsl(195, 91%, 29%);
}

.current-menu-item:hover {
  font-size: 1em;
}

/* FOOTER */

footer {
  width: 100%;
  background-color: hsl(0, 0%, 91%);
  margin-top: 1rem;
  border-top: 1px solid #ccc;
}

footer p {
  margin: 0;
  padding: 1rem;
  text-align: right;
}

/* BUTTONS */

.btn-modal {
  background-color: hsl(195, 79%, 40%);
  color: #fff;
}

.btn-modal:hover,
.btn-modal:active,
.btn-modal:focus {
  background-color: hsl(195, 91%, 29%);
  color: #fff;
}

.btn-studio {
  border: 15px solid hsl(195, 79%, 40%);
  background-color: #fff;
  color: hsl(195, 79%, 40%);
border-radius: 0;
  font-size: 3rem;
  margin-right: 2rem;
  width: 20rem;
}

.btn .glyphicon {
  margin-right: .5rem;
}

/*   IFRAMES   */

.video {
  height: 32.8rem;
  border: 15px solid hsl(195, 91%, 29%);
  margin-bottom: 1rem;
}

iframe {
  width: 100%;
}

/*   WP-ADMIN BAR   */

#wpadminbar {
  position: fixed;
}

.admin-bar .navbar {
  margin-top: 46px;
}

/*   WIDGETS   */

.widget-area ul {
  list-style: none;
  padding: 0;
}

div.textwidget {
  margin-top: 1rem;
}

/*   IMAGES   */

img {
  width: 100%;
  height: auto;
}

/*   TABLES   */

a > img {
  width: initial;
}

.cart {
  position: absolute;
  top: 0rem;
  right: 2rem;
}

.table>tbody>tr>th {
  line-height: 5rem;
}

#pg-4-0 {
  margin-bottom: -10px !important;
}

.ajax-loader {
  display: none;
}

.page-id-817 .container {
  padding-top: 0;
  margin-top: -8px;
}

.page-id-817 .sow-slider-image-wrapper span {
 font-family: 'Fjalla One', sans-serif;
}

.page-id-817 .modal-body div {
  margin-bottom: 10px
}

.page-id-250 a > img {
  width: 300px;
height: 200px;
}

.page-id-250 a > .logo {
  width: 13.5rem;
height: initial;
}

/*   STUDIO   */

.page-template-page-studio {
  background: url('//www.andrewmbyrne.com/wp-content/uploads/2015/10/VCA.jpg') no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.studio-header ul {
  list-style: none;
  text-align: center;
}

.studio-header ul li {
  display: inline-block;
  margin: 25px;
}

.studio-logo {
  display: block;
  width: 60rem;
}

.studio-menu {
  background: hsl(0, 0%, 100%);
  width: 30rem;
  position: fixed;
  top: 23rem;
  right: 32rem;
  display: none;
  text-align: center;
  list-style: none;
  padding: 2rem;
  width: 30rem;
  border: 15px solid hsl(195, 91%, 29%);
}

.studio-menu li {
  padding: 1rem;
}

.studio-menu a {
  font-size: 2rem;
  color: #000;
  font-family: 'Fjalla One', sans-serif;
}

.studio-menu a:hover {
  text-decoration: none;
  color:hsl(195, 91%, 29%);
}

.show {
  display: block;
}



/*   MEDIA QUERIES   */



@media (min-width: 768px) {
  main {
    min-height: 84vh;
    padding-top: 3rem;
  }

.logo-banner {
  width: 40rem;
}

.text-banner {
  margin-left: 3rem;
  margin-top: -3rem;
  font-size: 3rem;
}

  .navbar-nav li a {
    font-size: 1.3rem;
  }

  .sub-menu {
    display: none;
    right: 0;
    position: absolute;
    padding: 10px 15px;
    width: 200px;
    background-color: #fff;
    width: 25rem;
    text-align: center;
  }

  .sub-menu li {
    padding: 1rem;
  }

  li:hover .sub-menu {
    display: block;
  }

  .navbar-default .navbar-nav>li>a {
    padding: 15px 10px;
  }

  .cart {
    top: 2rem;
  }
}

@media (min-width: 830px) {
  .admin-bar .navbar {
    margin-top: 32px;
  }
  .navbar-nav li a {
    font-size: initial;
  }

  .banner {
    background-size: cover;
    background-attachment: fixed;
  }
}


