/*
Theme Name: Music for Canberra Youth Orchestra Rework
Theme URI: http://zooadvertising.com.au/
Author: Zoo Canberra
Description: Music for Canberra 2016
Version: 2.0
*/
/* Canberra Youth Orchestra divider for purple heading */
/*
* media screen width
*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/*	Base
============================================================ */
img {
  max-width: 100%;
  height: auto; }

/*	Fonts
============================================================ */
@font-face {
  font-family: 'ostrich_sansheavy';
  src: url("assets/fonts/ostrichsans-heavy/OstrichSans-Heavy-webfont.eot");
  src: url("assets/fonts/ostrichsans-heavy/OstrichSans-Heavy-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ostrichsans-heavy/OstrichSans-Heavy-webfont.woff2") format("woff2"), url("assets/fonts/ostrichsans-heavy/OstrichSans-Heavy-webfont.woff") format("woff"), url("assets/fonts/ostrichsans-heavy/OstrichSans-Heavy-webfont.ttf") format("truetype"), url("assets/fonts/ostrichsans-heavy/OstrichSans-Heavy-webfont.svg#ostrich_sansheavy") format("svg");
  font-weight: normal;
  font-style: normal; }
/*	Forms & Buttons
============================================================ */
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.custom-select {
  border-radius: 8px;
  background-color: #fff;
  position: relative; }
  .custom-select:after, .custom-select:before {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -webkit-touch-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .custom-select:before {
    background-color: #00b0ad;
    width: 55px;
    height: 100%;
    top: 0;
    right: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px; }
  .custom-select:after {
    top: 50%;
    margin-top: -5px;
    right: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8.5px 0 8.5px;
    border-color: #ffffff transparent transparent transparent; }
  .custom-select select {
    margin: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent; }
  .custom-select.blue:before {
    background-color: #00a3e2; }

.btn-music {
  background-image: -webkit-linear-gradient(top, #ff831a 0%, #ff501d 100%);
  background-image: -o-linear-gradient(top, #ff831a 0%, #ff501d 100%);
  background-image: linear-gradient(to bottom, #ff831a 0%, #ff501d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF831A', endColorstr='#FFFF501D', GradientType=0);
  color: #fff;
  cursor: pointer; }
  .btn-music:hover, .btn-music:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #ff501d 0%, #ff831a 100%);
    background-image: -o-linear-gradient(top, #ff501d 0%, #ff831a 100%);
    background-image: linear-gradient(to bottom, #ff501d 0%, #ff831a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF501D', endColorstr='#FFFF831A', GradientType=0); }

.help-block {
  font-size: 80%; }

.checkbox-inline .wpcf7-list-item.last {
  margin-left: 40px; }

#wpcf7-f4-o2 {
  margin-top: 40px !important; }

/*	General
============================================================ */
.wrapper {
  height: auto; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

.jcarousel {
  position: relative;
  overflow: hidden; }
  .jcarousel > ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
  .jcarousel ul > li {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px; }

.jcarousel-control {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  position: absolute;
  top: 50%;
  line-height: 100%;
  font-size: 40px;
  font-size: 4rem;
  left: -30px; }
  .jcarousel-control:hover, .jcarousel-control:focus {
    text-decoration: none;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .jcarousel-control.next {
    left: auto;
    right: -30px; }

/*	Header
============================================================ */
.header {
  -webkit-box-shadow: 0 0 6px rgba(39, 33, 80, 0.8);
  box-shadow: 0 0 6px rgba(39, 33, 80, 0.8); }

.social-links .btn-social {
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s; }
  .social-links .btn-social:hover, .social-links .btn-social:focus {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
    opacity: 0.7;
    filter: alpha(opacity=70); }
.social-links .tw {
  background-image: url(assets/img/icon-tw.svg); }
.social-links .fb {
  background-image: url(assets/img/icon-fb.svg); }
.social-links .plus {
  background-image: url(assets/img/icon-plus.svg); }
.social-links .share {
  background-image: url(assets/img/icon-share.svg); }
.social-links .inst {
    background-image: url(assets/img/icon-inst.svg); }

/*	Navigation
============================================================ */
.navbar-nav {
  font-size: 18px;
  font-size: 1.8rem; }
  .navbar-nav .dropdown-menu {
    background-color: #4c4291; }
    .navbar-nav .dropdown-menu a {
      color: #fff; }

.navbar-toggle {
  border: none;
  color: #4c4291;
  font-weight: 600;
  margin-right: 0; }
  .navbar-toggle:after {
    content: "\e014";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: transparent !important; }
  .navbar-toggle.collapsed {
    background-color: transparent; }
    .navbar-toggle.collapsed:after {
      content: "\e252"; }

.search-form {
  margin-left: -15px;
  margin-right: -15px; }
  .search-form .form-control {
    height: 50px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .search-form .btn {
    border-radius: 0;
    height: 50px;
    border: none; }
    .search-form .btn:hover, .search-form .btn:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #00b0ad;
      color: #fff; }

/*	Footer
============================================================ */
.footer {
  padding: 80px 0 0;
  color: #665e9f;
  text-align: center; }
  .footer .navbar-nav a {
    color: #fff; }
    .footer .navbar-nav a:hover, .footer .navbar-nav a:focus {
      background-color: transparent;
      color: #665e9f; }
  .footer .navbar-nav ul {
    display: none; }
  .footer .social-links {
    margin: 30px auto 0; }
    .footer .social-links .btn-social {
      background-image: none; }

.credits {
  margin-top: 40px;
  border-top: 1px solid #665e9f;
  padding: 30px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px; }

/*	Teaser
============================================================ */
.teaser {
  color: #fff;
  padding: 120px 0 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/img/img-bg-teaser.jpg); }
  .teaser .title, .teaser .lead {
    text-align: center; }
  .teaser .lead {
    font-size: 26px;
    font-size: 2.6rem;
    max-width: 760px;
    margin: 20px auto 40px; }

.finder:before, .finder:after {
  content: " ";
  display: table; }
.finder:after {
  clear: both; }
.finder .title {
  text-align: left;
  color: #00b0ad;
  text-transform: uppercase;
  font-size: 54px;
  font-size: 5.4rem;
  margin: 15px 0 20px !important; }
.finder .form-group {
  margin-bottom: 30px; }
.finder.page-programs .title {
  color: #00a3e2;
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "ostrich_sansheavy", sans-serif; }

/*	General
============================================================ */
.mod-item {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  margin: 30px 0 0;
  background-color: #fff; }
  .mod-item .image {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden; }
    .mod-item .image img {
      width: 100%;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
  .mod-item .title {
    font-family: "minion-pro", serif;
    margin: 0 0 10px;
    height: 52px;
    overflow: hidden; }
  .mod-item .entry-content {
    padding: 30px 30px 10px; }
  .mod-item .btn {
    display: block;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none; }
  .mod-item .info-details {
    display: block;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    font-size: 13px;
    font-size: 1.3rem; }
    .mod-item .info-details:before, .mod-item .info-details:after {
      content: " ";
      display: table; }
    .mod-item .info-details:after {
      clear: both; }
    .mod-item .info-details li {
      width: 50%;
      float: left;
      line-height: 26px;
      height: 26px;
      padding-left: 36px;
      position: relative; }
    .mod-item .info-details .glyphicon {
      font-size: 26px;
      font-size: 2.6rem;
      position: absolute;
      left: 0; }
  .mod-item .date {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 10px; }
  .mod-item .text-preview {
    font-size: 95%;
    overflow: hidden; }
  .mod-item .front-music {
    padding: 50px; }

.section-title {
  font-size: 55px;
  font-size: 5.5rem;
  text-transform: uppercase;
  margin: 0 0 10px; }

.events-wrapper .section-title {
  color: #4c4291; }
.events-wrapper .title, .events-wrapper .info-details, .events-wrapper .page-subtitle {
  color: #4c4291; }
.events-wrapper .sidebar .mod-item {
  background-color: #4c4291; }
.events-wrapper .sidebar .details {
  border-top: 1px solid #272150; }

.programs-wrapper .section-title, .programs-wrapper .page-subtitle {
  color: #00a3e2; }
.programs-wrapper .title a {
  color: #00a3e2; }
.programs-wrapper .title, .programs-wrapper .jcarousel-control, .programs-wrapper .info-details {
  color: #00a3e2; }
.programs-wrapper .info-details > li {
  width: auto; }
  .programs-wrapper .info-details > li .glyphicon {
    color: #006a94; }
.programs-wrapper .sidebar .mod-item {
  background-color: #00a3e2; }
.programs-wrapper .sidebar .details {
  border-top: 1px solid #006a94; }
  
.programs-wrapper.row div.col-md-3 {
  display: inline-table;
}

.news-wrapper .section-title {
  color: #00b0ad; }
.news-wrapper .title {
  color: #00b0ad; }
  .news-wrapper .title a {
    color: #00b0ad; }
.news-wrapper .entry-content {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }
.news-wrapper .date {
  color: #007674;
  font-weight: 600; }

ul.events-dates {
  padding: 0;
  list-style: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%; }
  ul.events-dates li {
    margin-top: 8px; }
    ul.events-dates li .glyphicon {
      top: 2px;
      color: #00b0ad; }

/*	Home Page
============================================================ */
.home-content {
  background-color: #ebebeb;
  background-image: url(assets/img/img-bg-home-left.svg);
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding-top: 80px; }
  .home-content .wrapper {
    margin-bottom: 80px; }
  .home-content .container {
    position: relative; }

.home-content-bottom {
  padding: 80px 0; }
  .home-content-bottom .music {
    margin-bottom: 60px; }

.home-content-bottom, .page-content-bottom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(assets/img/img-bg-home.jpg); }
  .home-content-bottom .section-title, .page-content-bottom .section-title {
    color: #fff; }

/*	Sponsors
============================================================ */
.sponsors {
  padding: 60px 0;
  background-color: #eeeeee; }
  .sponsors .section-title {
    text-align: center;
    font-size: 34px;
    font-size: 3.4rem;
    color: #4c4291; }

/*	Pages
============================================================ */
.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem; }

.page-heading {
  padding: 320px 0 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(assets/img/img-bg-page-01.jpg); }

@media (min-width: 761px) and (max-width: 1042px) {
  .details {
    width: 49%; }
    .details:not(:first-child)::before {
      border-left: 0px !important; }

  .detail-container:nth-child(even)::before {
    border-left: 2px solid #5a509f !important;
    content: "";
    left: 0px;
    position: absolute;
    height: 30px; } }
@media (max-width: 450px) {
  .details {
    width: 100%;
    display: block; }
    .details:after {
      display: none; }

  .address {
    top: 0px !important; } }
@media (min-width: 1043px) and (max-width: 1744px) {
  .detail-container {
    width: 100%; } }
@media (min-width: 1745px) and (max-width: 1900px) {
  .detail-container {
    transform: translateX(20%); } }
@media (min-width: 1901px) and (max-width: 2500px) {
  .detail-container {
    transform: translateX(25%); } }
@media (min-width: 2501px) {
  .detail-container {
    transform: translateX(30%); } }
.center {
  margin: 0 auto; }

.youth-orchestra-info-section {
  background-color: 100% #4c4291;
  margin: 0 auto; }
  .youth-orchestra-info-section .details {
    padding: 10px 30px 10px 60px;
    position: relative;
    line-height: 130%;
    min-height: 54px;
    display: inline-block;
    color: #fff;
    font-weight: 300; }
    .youth-orchestra-info-section .details a, .youth-orchestra-info-section .details a:hover {
      color: #fff; }
    .youth-orchestra-info-section .details:not(:first-child)::before {
      border-left: 2px solid #5a509f;
      content: "";
      left: 0px;
      position: absolute;
      height: 30px; }
    .youth-orchestra-info-section .details .glyphicon {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 22px;
      line-height: 22px; }
    .youth-orchestra-info-section .details.post-date, .youth-orchestra-info-section .details.web {
      line-height: 30px; }
    .youth-orchestra-info-section .details.address {
      top: 10px; }
    .youth-orchestra-info-section .details.enquire-now {
      line-height: 30px; }

.query-form {
  display: none;
  padding: 30px 0px 30px 0px; }
  .query-form .form-control {
    border: 1px solid #aaa; }

.one-column-image, img.aligncenter {
  display: block;
  margin: 0 auto; }

.page-title {
  margin: 0;
  color: #fff;
  font-size: 55px;
  font-size: 5.5rem;
  font-family: "ostrich_sansheavy", sans-serif; }

.page-subtitle {
  font-family: "minion-pro", serif;
  font-size: 44px;
  font-size: 4.4rem;
  margin: 0;
  color: #00b0ad; }

.page-content {
  background-color: #fff;
  padding: 30px 0 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px; }
  .page-content h2, .page-content h3 {
    font-family: "minion-pro", serif;
    color: #4c4291; }
  .page-content h4 {
    color: #00a3e2;
    font-weight: 600; }
  .page-content .lead {
    font-style: italic;
    font-size: 20px;
    font-size: 2rem; }
  .page-content .entry-content:before, .page-content .entry-content:after {
    content: " ";
    display: table; }
  .page-content .entry-content:after {
    clear: both; }
  .page-content .entry-content .layout {
    margin-bottom: 30px; }
  .page-content .entry-content .col-xs-12 > img {
    margin-top: 30px; }
  .page-content hr {
    margin: 40px 0; }
  .page-content .date {
    margin: 0 0 35px;
    color: #007674;
    font-size: 14px;
    font-size: 1.4rem; }
  .page-content.page-archive, .page-content.social-page {
    background-color: #ebebeb; }

.page-content-bottom {
  padding: 80px 0 60px; }

.sidebar .mod-item {
  margin: 0 0 30px;
  color: #fff; }
  .sidebar .mod-item a {
    color: #fff; }
  .sidebar .mod-item .entry-content {
    padding: 0; }
.sidebar .details {
  padding: 10px 30px 10px 60px;
  position: relative;
  line-height: 130%;
  min-height: 54px;
  font-weight: 300; }
  .sidebar .details .glyphicon {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 22px;
    line-height: 22px; }
  .sidebar .details.post-date, .sidebar .details.web {
    line-height: 30px; }

/*	Social Wall
============================================================ */
.media-wall-menu {
  margin-bottom: 20px; }
  .media-wall-menu:before, .media-wall-menu:after {
    content: " ";
    display: table; }
  .media-wall-menu:after {
    clear: both; }
  .media-wall-menu li {
    padding: 0 1px; }
  .media-wall-menu .btn {
    background-color: #272150;
    color: #fff;
    text-transform: capitalize; }
    .media-wall-menu .btn.active {
      background-color: #4c4291; }

.social-listing .item {
  background-color: white;
  border-radius: 10px;
  position: relative;
  color: #000;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45); }
  .social-listing .item .heading {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    height: 140px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #b4b4b4;
    padding-left: 125px;
    padding-top: 35px; }
    .social-listing .item .heading:after {
      top: 67px;
      left: 89px;
      position: absolute; }
    .social-listing .item .heading a {
      display: inline-block;
      color: #000; }
      .social-listing .item .heading a:hover, .social-listing .item .heading a:focus {
        text-decoration: none; }
  .social-listing .item .img-profile {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    overflow: hidden; }
    .social-listing .item .img-profile img {
      border-radius: 50%; }
  .social-listing .item .content {
    padding: 20px;
    word-break: break-word;
    font-size: 85%;
    line-height: 130%; }
    .social-listing .item .content img {
      height: auto;
      border: none;
      margin: 15px auto; }
    .social-listing .item .content *:last-child {
      margin-bottom: 0; }
  .social-listing .item .title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    margin: 0 0 10px !important;
    text-transform: none;
    color: #000; }
    .social-listing .item .title a {
      color: #000; }
  .social-listing .item .date {
    display: block;
    font-weight: 300;
    line-height: 100%;
    color: #8b8b8b;
    margin-bottom: 10px !important; }
  .social-listing .item .image {
    overflow: hidden; }
    .social-listing .item .image img {
      max-width: 100%;
      height: auto;
      width: 100%; }
.social-listing .tw .heading:after {
  content: url(assets/img/icon-profile-tw.png); }
.social-listing .tw .heading .img-profile {
  border: 3px solid #45abf0; }
.social-listing .fb .heading:after {
  content: url(assets/img/icon-profile-fb.png); }
.social-listing .fb .heading .img-profile {
  border: 3px solid #2d5a8c; }
.social-listing .fb .content img {
  margin-top: 0; }
.social-listing .yt .heading:after {
  content: url(assets/img/icon-profile-yt.png); }
.social-listing .yt .heading .img-profile {
  border: 3px solid #cc181e; }
.social-listing .yt .content img {
  margin-bottom: 20px !important; }
.social-listing .inst .heading:after {
  content: url(assets/img/icon-profile-inst.png); }
.social-listing .inst .heading .img-profile {
  border: 3px solid #2b587d; }
.social-listing .inst .content {
  overflow: hidden; }
  .social-listing .inst .content a {
    display: block; }
  .social-listing .inst .content img {
    margin: 0 0 20px !important;
    max-width: 100%; }
.social-listing .news .heading {
  background-image: url(assets/img/zoo-logo-sml.png);
  background-repeat: no-repeat;
  background-position: center center; }
.social-listing .event .heading {
  background-image: url(assets/img/zoo-logo-sml.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 58px; }
.social-listing .event .content {
  padding: 0; }
  .social-listing .event .content img {
    margin: 0 !important; }
  .social-listing .event .content a {
    display: block; }
.social-listing .event .title {
  padding: 0 10px;
  text-align: center;
  background-color: #252525;
  color: #fff;
  margin: 0 !important;
  line-height: 30px;
  font-weight: 700; }
  .social-listing .event .title a {
    color: #fff; }

/*	MEDIA QUERIES
============================================================ */
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background-color: #00a3e2; }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
    .navbar-default .navbar-nav li {
      border-bottom: 1px solid #0081b3; }
      .navbar-default .navbar-nav li a {
        color: #fff; }
    .navbar-default .navbar-nav .active a {
      color: #fff; }

  .teaser {
    padding-top: 60px; }
    .teaser .lead {
      font-size: 18px;
      font-size: 1.8rem; }

  .finder .title {
    font-size: 34px;
    font-size: 3.4rem; } }
@media (min-width: 768px) {
  .logged-in .header {
    top: 32px; }

  .social-links {
    margin-top: 30px; }

  .navbar-nav {
    float: none;
    text-align: center;
    margin-top: 22px; }
    .navbar-nav li {
      display: inline-block;
      float: none; }
      .navbar-nav li a {
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid #c7c6d2 !important; }
    .navbar-nav li:first-child a {
      border-left: none !important; }
    .navbar-nav .dropdown-menu {
      margin-top: 5px !important;
      border-color: #272150;
      border-radius: 10px !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      min-width: 220px; }
      .navbar-nav .dropdown-menu li {
        display: block; }
      .navbar-nav .dropdown-menu a {
        display: block;
        border: none !important;
        padding: 8px 20px; }
        .navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:focus {
          background-color: #272150;
          color: #fff; }
      .navbar-nav .dropdown-menu:before, .navbar-nav .dropdown-menu:after {
        position: absolute;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-style: solid; }
      .navbar-nav .dropdown-menu:after {
        top: -12px;
        left: 31px;
        border-width: 0 9px 12px 9px;
        border-color: transparent transparent #4c4291 transparent; }
      .navbar-nav .dropdown-menu:before {
        top: -13px;
        left: 30px;
        border-width: 0 10px 12px 10px;
        border-color: transparent transparent #272150 transparent; } }
@media (max-width: 991px) {
  .home-content {
    overflow: hidden; }

  .mod-item .front-music {
    padding: 10px 20px; }
    .mod-item .front-music .soundcloudIsGold {
      margin: 10px 0; } }
@media (min-width: 992px) {
  .footer .footer-logo {
    max-width: 600px; }

  .navbar-nav li a {
    padding-left: 30px;
    padding-right: 30px; }

  .teaser .title {
    margin-top: 190px; }

  .home-content:before {
    content: url(assets/img/img-bg-home-right.svg);
    position: absolute;
    top: 0;
    right: 0; }

  .mod-item .text-preview {
    height: 82px; } }
@media (min-width: 1200px) {
  .teaser {
    padding-bottom: 300px; }

  .right-col .entry-content {
    min-height: 213px; }
    .right-col .entry-content .text-preview {
      height: 105px; }

  .home-content {
    padding-top: 0; }
    .home-content .wrapper {
      -webkit-transform: translate(0, -212px);
      -ms-transform: translate(0, -212px);
      -o-transform: translate(0, -212px);
      transform: translate(0, -212px);
      margin-bottom: 40px; }

  .home-content-bottom {
    padding: 280px 0 80px; }
    .home-content-bottom .music {
      margin-bottom: 60px; }

  .events-wrapper .section-title {
    color: #fff; } }

/*# sourceMappingURL=style.css.map */
