/*!
 * Roots 6.5.0
 */

/* Home Takeover

body {
  background: url(http://americansongwriter.com/wp-content/uploads/2018/04/restoration-2.jpg) top center scroll no-repeat!important;
  background-attachment: fixed!important;
}

a.music-marketing-link {
  display: none!important;
}

@media (min-width:1921px) {

body {
  background-size: cover!important;
}
}
 */


/* ==========================================================================
   Base
   ========================================================================== */

body {
  background: #F2F2F2;
}
/* body.single main.main.col-sm-9,
body.woocommerce main.main.col-sm-9 {
    margin: 30px 10px;
} */
span.caret, aside {
    display: none;
}
.red{
  color: #A04B48;
}
.white {
  color:#FFF!important;
}
a {
  color: inherit;
}
a:hover{
  text-decoration: none;
  transition: .3s ease;
}
a:active, a:focus {text-decoration:none!important;}
.red {
  color: #A04C47;
}
.bg-red{
  background-color: #A04C47;
}
.btn-blue, a.button.product_type_simple, form.cart button.single_add_to_cart_button.button, a.button.add_to_cart_button {
  background: #3480B2;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center !important;
  border-radius: 0px;
  border: 0px solid transparent;
  padding:10px;
  white-space: pre-wrap;
}

.page-header {
    border-bottom: 1px solid #d2d2d2;
}
/* when images don't load */
.imgLiquid_error, .ad-container .adunit.display-none {
    background-color: transparent;
    background-image: url("/assets/img/logo.png");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 50% 50%;
    opacity: .3;
}
.imgLiquid_error, .ad-container .adunit.display-block{
  opacity: 1 !important;
}

.btn-blue:hover {
    color: #FFF;
    background: #5AACE2;
    transition:.3s ease;
}
form.leadin-form-wrapper {
    display: none;
}

/* ----- Base Typography ----- */

p {
  font-size:16px;
  line-height:1.8;
  font-family: "lato",sans-serif;
  font-weight:300;
  letter-spacing: .2px;
}

a {

}

h1 {
  font-family:"bree-serif",sans-serif;
  font-size:28px;
  color:#242323;
  font-weight:100;
  line-height:1.1;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

h2 {
  font-family:"lato",sans-serif;
  font-size:24px;
  color:#242323;
  font-weight:600;
  line-height:1.1;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

h3 {
  font-family:"lato",sans-serif;
  font-size:20px;
  color:#242323;
  font-weight:600;
  line-height:1.1;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

h4 {
  font-family:"lato",sans-serif;
  font-size:18px;
  color:#CCC;
  font-weight:100;
  line-height:1.1;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

h5 {
  font-family:"lato",sans-serif;
  font-size:18px;
  color:red;
  font-weight:600;
  line-height:1.1;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

h6{
  font-family:"lato",sans-serif;
  font-size:14px;
  color:#242323;
  font-weight:600;
  line-height:1.1;
  letter-spacing:.2px;
  text-transform:uppercase;
  -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
          font-smoothing: antialiased;
}

blockquote {

}

blockquote p {

}

ul, ol {
  font-size: 16px;
    line-height: 1.8;
    font-family: "lato",sans-serif;
    font-weight: 300;
    letter-spacing: .2px;
}

.thumbnail .caption {
    padding: 10px 0px 0px 0px;
    color: #242323;
    font-family: "lato", sans-serif;
    font-size: 12px;
}


/* ----- PAGE TITLES ----- */

/* Centered with line */
h1.page-title {
  position: relative;
  text-align: center;
}
h1.page-title span {
  background: #F2F2F2; /* same as page background color */
  padding: 0 15px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: table;
}
h1.page-title:before {
  background: #D2D2D2;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 63%;
  width: 100%;
}
h1.page-title:before {
  left: 0;
}
.page-header {
    margin: 0px 0px 30px 0px;
}


/* ==========================================================================
   HOME
   ========================================================================== */

   .featured-block h3 {
    color: #FFF;
    font-family: "Bree-serif", sans-serif;
    font-weight: 100;
    font-size: 22px;
    margin-top: 5px;
   }
   .featured-block p {
    font-size: 14px;
    line-height: 1.4;
   }
   .featured-footer{
    background-color: rgb(0,0,0);
    padding: 15px;
    color: #fff;
   }
   .featured-footer h5{
    text-transform: uppercase;
    letter-spacing: 1px;
   }
   .home .wrap .row {
     margin-right: 0;
     margin-left: 0;
   }
   .home .wrap .row [class^="col-"],
   .home .wrap .row [class*=" col-"] {
     padding-right: 0;
     padding-left: 0;
   }
   .home .container-fluid{
    padding-right: 0px;
    padding-left: 0px;
   }
/*   .blog-piece{
    padding-right: 15px;
    padding-left: 15px;
   }*/
   .cat-container{
    position: relative;
    min-height: 15px;
   }
   .blog-roll-footer{
      padding: 15px;
   }
   .blog-roll-footer h4 a {
    color: #242323;
    font-size: 16px;
    font-family: "Bree-serif",sans-serif;
   }
   .blog-roll-footer h4 a:hover {
    opacity: .5;
    transition: .3s ease;
  }
   .blog-roll-footer h4 {
    margin-top: 2px;
    text-align: center;
   }
   .blog-roll-footer .blog_cat{
    position: relative;
    max-width: 73%;
    text-align: center;
    margin: 0 auto;
    background-color: #F2F2F2;
    z-index: 0;
   }
   .blog_cat{
    text-transform: uppercase;
    font-weight: 600;
    color: #A04C47;
    font-size: 12px;
   }
   .blog_cat:hover {
    color: #CA6963;
    transition: .3s ease;
}
   .line-through{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    top: 50%;
    margin-top: -1px;
    z-index: -1;
   }
   .prev-posts-trigger{
    width: 50%;
    text-align: center;
    margin: 20px auto;
    padding: 7px;
    border: 2px solid #337FB0;
    display: none;
   }
   .prev-posts-trigger:hover {
    background: #e7eff5;
    transition: .2s ease;
  }
   .post-featured-image{
  display:none;
}
   #next-link-trigger {
       pointer-events: all;
       cursor: pointer;
       color: #337FB0;
       font-size: 18px;
       font-family: "lato", sans-serif;
       font-weight: 100;
       display:block;
   }
   .footer-nav .widgettitle{
    /*display: none;*/
   }

  /* thumbnail ads on home page/in feed */

    img.img_ad {
    width: 100%!important;
    height: auto!important;
    max-width: 767px!important;
    max-height: 522px;
    min-width: 396px!important;
    min-height: 256px!important;
}
.adunit iframe, .ad-container iframe {
  margin: 0 auto;
  display: block;
  width:100%;
  overflow:hidden;
}
.sidebar .adunit iframe{
  max-width: 300px;
}

/* ==========================================================================
   Header
   ========================================================================== */

 header * {
     box-shadow: none!important;
 }
.banner {
  background: transparent;
  border: 0px;
 }
 .border-bottom-nav {
   border-bottom: 2px solid #242323;
 }
 header.wrap.container.banner.navbar.navbar-default.navbar-static-top {
   padding:0;
   margin-bottom: 0;
 }
 .navbar-default .navbar-toggle .icon-bar {
  background-color: #A04C47;
  height: 4px;
  width: 25px;
  border-radius: 3px;
 }
 .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    opacity:.8;
}
 .mobile-tag, .mobile-tag h6{
  color: #848484;
  display: inline-block;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  float: right;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 0px;
 }
 .navbar-toggle-2{
  display: inline-block;
  margin-top: 18px;
  font-size: 12px;
 }
 .navbar-toggle-2 a{
  color: #A04C47;
  font-weight: 600;
  cursor: pointer;
 }
.navbar-brand{
  height: initial;
  clear: both;
  display: block;
  max-width: 100%;
  float: none;
  padding:15px;
}
.navbar-default .navbar-nav>li>a, .navbar-collapse li>a, .navbar-nav .dropdown .dropdown-menu > a{
    color: #242323;
    font-family: "franklin-gothic-urw";
    -webkit-font-smoothing: antialiased;
    letter-spacing: .2px;
}
.navbar-nav .dropdown .dropdown-menu > a, .navbar-collapse li>a{
  position: relative;
  display: block;
  padding: 10px 15px;
}
a.navbar-brand img {
    margin: 0 auto;
}
.mob-search{
  padding-top: 5px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.mob-search input.search-field.form-control{
  width: 100px;
}
.navbar-toggle {margin-right:-3px;}
.navbar-header{
  background: #D5D5D5;
}
.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.navbar-collapse li, .navbar-nav .dropdown .dropdown-menu > a{
  border-bottom: 3px solid #D5D5D5;
  background: #F2F2F2;
}
.navbar-nav{
  margin-top: 0px;
  margin-bottom: 0px;
}
button.navbar-toggle{
  position: relative;
  display: inline-block;
  float: left;
  border: 0px;
}
.banner .container{
  border-bottom: 3px solid #000;
}
.nav.navbar-nav .active a, .nav.navbar-nav .active:hover a{
  background: transparent;
}
.nav.navbar-nav a, .navbar-collapse li>a{
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-collapse li>a{
  position: relative;
  display: block;
  padding: 10px 15px;
}
ul#menu-main-nav {
    padding: 0px 15px;
}
.sub-menu{
  float: right;
}
.sub-menu ul{
  display: inline-block;
}
.sub-menu li, .sub-menu li a{
  display: inline-block;
  text-decoration: none;
  color: #848484;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #E6E6E6;
}
li.menu- a {
    padding: 10px 2px;
}
li.dropdown.open, li.dropdown:hover, li.dropdown:hover a {
    background: #FFF;
    border-bottom:none !important;
}
.mini-tag h6{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding-top: 5px;
}
.mini-navigation {
    border-bottom: 1px solid #D2D2D2;
}
form.search-form{
  display: inline-block;
  /*float: right;*/
}
form.search-form input.form-control{
  -webkit-appearance: none;
  background: transparent;
  border: 0px solid transparent !important;
  display: inline-block;
  border-bottom:none;
  line-height: 1;
  height: initial !important;
  border-left: 1px solid #D2D2D2;
  box-shadow:none;
  margin-top: 4px;
}
button.search-submit{
  background: transparent;
  border: 0px solid transparent;
  display: inline-block;
  float: left;
  margin-top: 8px;
  border-left: 1px solid #D2D2D2;
}
.form-inline .input-group>.form-control {
    width: 50px;
}
.navbar-nav .active .dropdown-menu li a, .navbar-nav .active:hover .dropdown-menu li a{
  border-bottom: 0px solid transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  color: #262626;
}
input[type="text"], input[type="email"], select, textarea {color:#242323!important;}

 @media (max-width:767px) {
  .footer-ad.visible-xs {
    position: fixed!important;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    -webkit-backface-visibility: hidden;
 }
 body{
-moz-transform: none;
   -ms-transform: none;
    -o-transform: none;
       transform: none;
  }
 .navbar-collapse.collapse.in{
  overflow-y:visible;
 }
 .container, .home-roll
  {
  -webkit-transform: translate3d(0,0,0);
  }
  nav.navbar-collapse.border-bottom-nav {
    margin: 0 auto;
  }

  .nav.navbar-nav .active a, .nav.navbar-nav .active:hover a{
    background: #F2F2F2;
  }
  .subnav-bg {
      padding-bottom: 48%;
      background: url(/assets/img/logo.png);
      background-size: intial;
      background-repeat: no-repeat;
      background-position:50% 50%;
  }
   .nav.navbar-nav .dropdown .dropdown-menu{
    position: fixed;
    left: -100%;
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100000;
    background: #D5D5D5;
    transition: all .3s ease;
   }

   .nav.navbar-nav .dropdown.open .dropdown-menu{
    left: 0px;
    transition: all .3s ease;
   }
   .dropdown i{
    font-size: 14px;
    line-height: 1;
    padding: 4px 5px;
   }
   .dropdown i.fa-chevron-right{
    float: right;
   }
   .dropdown .dropdown-menu i.fa-chevron-right{
    display: none;
   }
   .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    padding: 10px 40px;
  }
}
/* ==========================================================================
   Single Post
   ========================================================================== */

 article header {margin-bottom:30px;}

 p.byline.author.vcard {
     color: #737171;
     font-size: 12px;
     font-weight: 300;
 }

 body.single main.main.col-sm-9 {
    margin-top: 30px;
}
a.at300b {
    border-bottom: 0px transparent !important;
}
 .post-featured-image img {
     width: 100%!important;
     max-width: 600px!important;
     height: auto!important;
     margin: 0 auto;
     margin-bottom: 0px;
 }
body[class*="paged-"] .post-featured-image {
    display: none;
}
body[class*="paged-"] .entry-content img:first-child {
    display:block;
}
 .post-featured-image {
    text-align: center;
    margin-bottom: 30px;
}
p.excerpt-p {
    padding-top: 30px;
}

 .entry-content p {
   margin: 0px auto 30px auto;
   color:#242323;
   max-width: 600px;
   width: 100%;
 }
 .entry-content .fade-container, .entry-content .restricted-image{
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
 }
 article.post .entry-container .adunit{
  margin-bottom: 30px;
 }
 .entry-content ul,
 .entry-content ol {
   max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
 }
 .addthis_button_facebook_like .fb_iframe_widget{
  z-index: 1000;
 }
/* - countering all the random inline styling -*/
 .entry-content p span {
    font-family: "lato"!important;
    font-weight: 400!important;
    font-size: 16px!important;
}
.entry-content p{
  font-weight: 400;
}
 h1.entry-title {
   font-family:"bree-serif",sans-serif;
   font-size:28px;
   color:#242323;
   font-weight:100;
   line-height:1.1;
   -webkit-font-smoothing: antialiased;
      -moz-font-smoothing: antialiased;
           font-smoothing: antialiased;
 }

 h3.sub-heading {
   font-size:22px;
   color: #737171;
   font-family:"bree-serif",sans-serif;
   font-style:italic;
   font-weight:100;
 }

 .entry-content img {
    width:initial;
    max-width: 100%;
    height: auto;
}
.addthis_native_toolbox {
    max-width: 500px;
    display: block;
    margin: 20px 0px;
}
 figure.thumbnail {
    max-width: 600px;
    width: 100%!important;
    padding: 0px;
    background-color: transparent;
    border: none;
    margin: 0px auto 30px auto!important;
    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
            font-smoothing: antialiased;
}

figure.thumbnail img {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.entry-content a, .excerpt p a, p a {
    font-weight: 600;
    border-bottom: 1px dotted #A04C47;
    color: #A04C47;
}

.entry-content a:hover, .excerpt p a:hover {
    color: #C17975;
    transition: .3s ease;
}

/* removing repetitive facebook plugin ui */
._491z.clearfix {
    display: none;
}
.stars i{
  color: #FD8B82;
  padding: 0 5px;
  font-size: 32px;
}
div#member-cta-container{
  border: 1px solid #D2D2D2;
  padding: 5px;
}
.entry-content div.mc_embed_inner div.mc-field-group input{
  padding: 5px;
  text-align: center;
  margin: 2px 0;
}
.submit-btn-cont input.btn-blue{
  margin: 2px 0;
}
.entry-email-signup {
    margin-top: 30px;
}
.entry-email-signup h2.widgettitle {
    font-size: 15px;
    font-weight: 600;
}
.footer-email-signup.entry-email-signup p {
    font-size: 14px;
    line-height: 1.1;
    opacity: 1;
    margin-top: 0;
}
p.entry-text {
  color:#242323;
  font-size:14px;
  margin:10px 5px;
  opacity:1;
  font-weight:200;
}
.fluid-width-video-wrapper {
    margin-bottom: 30px;
}
.post-pagi{
  display: block;
  margin: 80px auto;
  text-align: center;
}
.post-pagi > span, .post-pagi > a > span{
  padding: 5px 10px;
  border: 2px solid #A14A47;
  background: #A14A47;
  color: #fff;
  transition: all .3s ease;
}
.post-pagi a{
border-bottom: 0px solid transparent;
}
.post-pagi > a > span:hover, .post-pagi > span{
background: transparent;
color: #333;
transition: all .3s ease;
}
.post-pagi div.prev-link{
  float: left;
}
.post-pagi div.next-link{
  float: right;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper{
  z-index: 1000;
  -webkit-transform:translateZ(100px);
      -moz-transform:translateZ(100px);
      -o-transform:translateZ(100px);
      transform:translateZ(100px);
}

/* Fixes large star bug on single posts with star ratings */

article img[src*=star] {
    width: 15px;
    height: auto;
}



/* ==========================================================================
   Contests
   ========================================================================== */

   body.single-contest a.btn-contest {
     display: block;
     width: 100%;
     max-width: 300px;
     margin: 0 auto;
     text-align: center;
     background: #3381AD!important;
     color: #FFF!important;
     border-radius: 0!important;
     font-size: 20px!important;
     padding: 25px!important;
     font-weight: 200!important;
     letter-spacing: .5px;
     text-transform: uppercase!important;
   }
   body.single-contest a.btn-contest:hover {
       background: #55B3E8!important;
   }

   body.single-contest .deadline,
   body.single-contest .deadline p,
   body.single-contest .deadline h2 {
     text-align:center;
   }

   .enter-here {
     width: 100%;
     font-size: 18px;
     font-weight: bold;
     background-color: #A14A47;
     border-color: #999;
   }

body.single-contest .frm_style_formidable-style.with_frm_style .frm_button {
  display: block;
  text-align: center;
}

body.single-contest .contest-sidebar {
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

body.single-contest .frm_submit .btn-default {
  background: #3480B2!important;
  color: #FFF!important;
  border: none!important;
  border-radius: 0!important;
  padding: 15px!important;
  letter-spacing: 1px!important;
  min-width: 300px!important;
  width: 50%!important;
  font-size: 16px!important;
  font-weight: bold!important;
  text-transform: uppercase!important;
}

.frm_ajax_loading {max-width:16px!important;}

/* ==========================================================================
   Search Results
   ========================================================================== */

body.search-results .img-lq {
    margin-bottom: 20px;
}

body.search h1 {
    margin-top: 0;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 2px solid #A04C47;
    border-radius: 0;
    color: #A04C47;
}

body.search-results article {
    margin: 40px 0px;
}


/* ==========================================================================
   Categories Pages
   ========================================================================== */

h5.thumbnail-titles {
    font-family: "bree-serif",sans-serif;
    font-size: 28px;
    color: #242323;
    font-weight: 100;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-align: center;
    position: relative;
}
h5.thumbnail-titles span {
  background: #F2F2F2;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
h5.thumbnail-titles:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 60%;
  width: 100%;
}
h5.thumbnail-titles:before {
  left: 0;
}
.page-category {
    margin-top: 30px;
}
body.archive .home-roll .post .marg-15-v {
    margin-top: 0!important;
}
body.archive .featured-block {
    margin-bottom: 30px;
}
body.archive .featured-footer {
  bottom:30px;
}

/* ==========================================================================
   Advertising
   ========================================================================== */

.download-media-kit-btn button {
    font-size: 30px!important;
    font-family: "Bree-serif", sans-serif;
    font-weight: 100;
    padding: 0!important;
}

.download-media-kit-btn button:hover {
  background:transparent!important;
  opacity:.5;
}

.download-media-kit-btn button:before {
  content: "\f0ab";
  font-family: "FontAwesome";
  padding-right: 10px;
}

/* ==========================================================================
   Photo Content
   ========================================================================== */
   .item-img img{
    float: left;
    height: auto;
    width: initial;
   }
   .item-img a{
    border: 0px solid transparent !important;
    background: transparent;
   }
   .item-img img, .gal-meta{
    padding: 5px;
   }
   .owl-buttons{
    font-size: 32px;
   }
   .owl-prev, .owl-next{
    position: absolute;
    top: 30%;
    padding: 30px 15px;
    background: rgba(0,0,0, .3);
    color: #fff;
   }
   .owl-prev{
    left: 5px;
   }
   .owl-next{
    right: 5px;
   }
   body.single-format-gallery .post-featured-image, body.format-gallery .post-featured-image{
    display: none;
   }
   body.single-format-gallery .item-img > a > img, .gallery.owl-carousel .item-img > a > img {
    max-width: auto !important;
    max-height: 300px;
    margin: 0 auto;
    float: none;
    display: block!important;
   }
   body.single-format-gallery .item-img, .gallery.owl-carousel .item-img {
  margin: 0 auto;
  display:block;
   }
   body.single-format-gallery .item-img a, .gallery.owl-carousel .item-img a {
    margin: 0;
    padding: 0;
   }
   body.single-format-gallery .gal-meta, .gallery.owl-carousel .gal-meta {
    max-width: 100%;
   }
   .item-img img, .gal-meta {
    padding: 5px;
    max-width: 100%;
    clear: both;
    margin: 0 auto;
    display: block;
    position: relative;
    float: none;
   }
   .fullscreen .item-img img, .fullscreen .item-img{
    display: block;
    max-height: 100vh;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: top;
    border: 0px solid transparent;
   }
   .closed .item img{
    cursor: pointer;
   }
   body.single-photo-gallery .title {
    font-size: 20px;
    color: #242323;
    font-family: "bree-serif";
    font-weight: 100;
    margin-bottom:7px;
   }

   body.single-photo-gallery .caption {
    font-family: "lato";
    color: #717171;
    font-size: 14px;
   }
   .fullscreen .asw_gallery{
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
   }
   button#asw_start:before {
    content: "\f009";
    font-family: FontAwesome;
    padding-right: 6px;
    }
    button#asw_start {
    color: #4C8FBA;
    background: #FFF;
    border-radius: 0;
    border:none;
   }
   button#asw_start:hover {
    background: #4c8FBA;
    color: #FFF;
    transition: .2s ease;
  }
  .asw_gallery_wrapper .asw_title {
    font-weight: bold;
    margin: 20px 0px 10px 0px;
  }
  .asw_gallery_wrapper .asw_caption {
    margin-bottom: 20px;
}
.asw_gallery_wrapper .addthis_native_toolbox {
    max-width: 500px;
    display: block;
}

.asw_gallery_wrapper.fullscreen .asw_title {
    color: #FFF;
    font-family: "Bree-serif",sans-serif;
    font-weight: 100;
    font-size: 20px;
    margin-top: 5px;
}
.asw_close:hover {
    cursor: pointer;
}
.asw_close i.fa.fa-times:hover,
.asw_close p:hover,
.asw_close:hover {
    color: #8A8A8A;
}
.asw_gallery_wrapper.fullscreen .asw_caption {
    color: #CCC;
}

/*===========================================================================
  12SM GALLERY PLUGIN
  =========================================================================== */

  .fullscreen .asw_gallery_outer_container{
    overflow-x: hidden !important;
    max-width: 768px;
  }
  .asw_gallery .item{
    display: inline-block;
  }

.closed .adunit{
  display: none;
}
.ad-interstertial .adunit{
  width: 300px !important;
  height: 250px;
  background: #fff;
  display: block !important;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.asw_gallery_wrapper.fullscreen{
  max-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
  background: #000;
  z-index: 10000;
  margin: 0 -15px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.asw_gallery_wrapper.fullscreen .asw_nav_container{
  width: 100%;
  display: block;
  background: #151515;
  top: 100vh;
  bottom: 0px;
  right: 0px;
  position: relative;
}
.closed .asw_slide{
  display: none;
}
.fullscreen .asw_slide, .asw_slide.active_slide{
  display: inline-block;
  vertical-align: top;
}
.asw_gallery_wrapper.fullscreen .item {
    max-width: 100%;
    width: 100%;
    top: 0px;
}
.asw_gallery_displaying header{
  display: none;
}
.asw_gallery_displaying .blog-bottom{
    display: none;
  }
  .asw_gallery_wrapper.fullscreen{
    min-height: 100vh;
    overflow-y: visible;
    overflow-x: hidden;
  }
  .asw_gallery_displaying .footer-ad{
    display: none !important;
  }
  .asw_photographer{
    padding: 5px 0px;
    font-size: 10px;
    color: #fff;
  }
  .asw_nav_container .adunit iframe{
    max-width: 300px;
  }
/*Mobile Portrait*/
@media (max-width: 375px){
  .asw_gallery_wrapper.fullscreen{
    min-height: 100vh;
    overflow-y: visible;
    overflow-x: hidden;
  }

  .asw_gallery_displaying .blog-bottom, .asw_gallery_displaying .at4-*, .asw_gallery_displaying .leadinModal{
    display: none !important;
  }

  .asw_gallery_wrapper.fullscreen .asw_nav_container{
    top: 60vh;
    bottom: initial;
  }
  .item-img img {

  }
}
@media (min-width: 768px){
   .entry-content img {
      max-width: 600px;
      width:100%;
   }
  .asw_gallery_displaying .blog-bottom{
    display: block;
  }
  .asw_gallery_wrapper.closed button.btn.btn-primary{
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 100000;
    -webkit-transform: translate3d(0,0,10000px);
    transform: translate3d(0,0,10000px);
  }
  .asw_gallery_wrapper.fullscreen .item{
    max-width: 100%;
    width: 75vw;
    vertical-align: top;
  }
  .asw_gallery_wrapper.fullscreen .asw_gallery_outer_container{
    width: 75vw;
    max-width: 75vw;
    display: inline-block;
    position: relative;
    height: 100vh;
  }
  .asw_gallery_wrapper.fullscreen .asw_nav_container{
    width: 25vw !important;
    display: inline-block;
    background: #151515;
    top: 0px;
    bottom: 0px;
    right: 0px;
    position: fixed;
  }
  .nav-hide{
    opacity: 0 !important;
    transition: all .3s ease;
  }
  .nav-top{
    float: none !important;
  }
  .nav-arrows, .nav_counter, .asw_close{
    max-width: 33%;
    display: inline-block;
  }
  .nav-arrows{
    position: relative !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    top: initial!important;
    left: initial !important;
    right: initial !important;
  }
  .nav-arrows button.asw_nav_prev{
    position: relative !important;
    left: initial !important;
  }
  .nav-arrows button.asw_nav_next{
    position: relative !important;
    right: initial !important;
  }

  .nav-arrows button {
      background: rgba(255,255,255, .2);
      border-radius: 0px;
      border: 0px solid transparent;
      font-size: 26px;
      width: 30px;
      height: 30px;
      overflow: hidden;
      color: #000;
  }
  .nav_counter{
    float: none !important
  }
  .asw_gallery_wrapper.fullscreen .asw_nav_container{
    width: 100%;
    display: inline-block;
    background: #151515;
    bottom: 0px;
    right: 0px;
    position: fixed;
  }
  .asw_gallery_wrapper.fullscreen{
    max-height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #000;
    z-index: 100000000000000000000000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.nav-top{
  float: right;
}
.asw_close p {
    margin-bottom: 0px;
    font-size: 10px;
    letter-spacing: 2px;
    color:#444444;
}
.asw_close i.fa.fa-times {
    color: #444444;
    font-size: 22px;
}
.asw_close {
    text-align: center;
    float: right;
    display: block;
}
/* reverse the way you do this shit */
.nav_counter{
  float: right;
  display: block;
  clear: both;
}
/*this shit is all for mobile mothafucka*/
.nav-arrows{
  position: absolute;
  top: -30vh;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  left: 0px;
  right: 0px;
  display: block;
  float: left;
}
button.asw_nav:hover,
button.asw_nav:focus,
button.asw_nav:active {
    background: rgba(255,255,255, .5);
    transition: .2s ease;
}
.asw_meta {
    display: inline-block;
    margin: 30px 15px;
}
.nav-arrows button{
  background: rgba(255,255,255, .2);
  border-radius: 0px;
  border: 0px solid transparent;
  font-size: 40px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #000;
}
.nav-arrows button.asw_nav_prev{
  position: absolute;
  left: 0px !important;
}
.nav-arrows button.asw_nav_next{
  position: absolute;
  right: 0px !important;
  margin-left: 5px;
}
/*end of mobile only bullshit, conflicts go into the media query*/

.asw_gallery_wrapper.closed .gal-meta, .asw_gallery_wrapper.closed .addthis_sharing_toolbox{
  display: none;
}

body.asw_gallery_displaying{
  height: 100vh;
  /* width: 100vw; */ /* This guy gives horizontal scroll */
}
.asw_gallery_wrapper .adunit{
  margin: 0 auto !important;
  width: auto;
  max-width: 768px;
}
.active_slide .gal-meta, .asw_gallery_wrapper.fullscreen .gal-meta{
  display: none;
}

.asw_gallery_wrapper.closed button.btn.btn-primary{
}
.nav-arrows button i{
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 17px;
  color: #151515;
}
.asw_gallery_wrapper.closed .nav-top{
  display: none;
}
.asw_gallery_wrapper.closed.fullscreen .nav-top{
  display: block;
}
.nav_counter{
  display: inline-block;
  width: 75px;
  font-size: 11px;
  color: #636363;
  text-transform: uppercase;
  vertical-align: top;
  padding: 10px 15px;
  letter-spacing: 1px;
  font-weight: bold;
}
.divider {
    font-size: 22px;
    font-weight: 100;
    padding: 0px 5px;
}
.nav-top{
  padding: 10px;
}
.nav-top .asw_close {
    display: inline-block;
    float: right;
    position: relative;
    padding: 5px 15px;
    border-left: 1px solid #444444;
}
.asw_close i.fa.fa-times {
    color: #444444;
}
.nav_counter div{
  display: table-cell;
  vertical-align: middle;
}
button#asw_prev i {
    margin-left: -5px;
}
button#asw_next i {
    margin-left: 5px;
}
.asw_ad_top{
  background: #262626;
  height: 90px;
}
/* ==========================================================================
   Primary Content
   ========================================================================== */

.main {
  width: 100%;
  float: left;
}

/* Gallery Shortcode */
.gallery-row { padding: 15px 0; }


/* ==========================================================================
   Sidebar
   ========================================================================== */

 .sidebar {
   border-left: 1px solid #D2D2D2;
   float: right;
   width: 330px!important;
   margin-left: -330px;
   padding: 0px 15px;
 }
 .sidebar.affix{
  float: none !important;
  margin-left: 0px !important;
  position: fixed !important;
 }
 body.single aside.sidebar {
    margin-top: 0px;
}
.sidebar .col-lg-6.marg-15-v{
  width: 100%;
  min-height: 0px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.sidebar .btn-blue{
  clear: both;
  width: 100%;
}
.ad-sidebar-widget .red{
  width: 100%;
  text-align: center;
}
.sidebar .blog-roll-footer {
    min-height: 0px;
    padding-bottom: 60px !important;
}
/*.sidebar .ad-sidebar-widget{
  padding-right: 30px;
  padding-left: 30px;
}*/
.widget_recent_entries h3{
  width: 100%;
  padding: 15px;
  background: url(/assets/img/red-mag-tile.jpg);
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top:0px;
}
/*.widget_recent_entries{
  padding-right: 30px;
  padding-left: 30px;
}*/
.widget_recent_entries ul{
  list-style: none;
  padding-left: 0px;
  /*border-bottom: 1px solid #000;*/
}
.widget_recent_entries ul li a {
    text-decoration: none;
    color: #242323;
    font-family: "lato", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    width: 100%;
    display: block;
    padding: 10px;
}
.widget_recent_entries ul li a:hover {
  color:#3380b1;
  transition:.3s ease;
}
.widget_recent_entries ul li {
    text-align: center;
    padding: 0px;
    border: 1px solid #D2D2D2;
    border-top: 0px;
    background: #FFF;
    min-height: 57px!important;
}
.widget_recent_entries ul li:hover {
    background: #F7F7F7;
    transition: .3s ease;
}
.widget_sp_image h3{
  display: none;
}
.widget_sp_image img{
  display: block;
  margin: 0 auto;
  height: auto;
}
.ad-container{
  background: url(/assets/img/grey-lines-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.ad-container.thumbnail-ad {
    padding: 5px;
    background: none;
    border: 1px solid #d4d4d4;
    margin: 0px 5px;
    background-color: #F2F2F2;
    background-size: 30%;
}

.sidebar .ad-container img {
    width: 100%;
    height: auto;
}
.textwidget, footer #member-cta-container{
  background: #393939;
  padding: 15px;
  color: #fff;
  border: 0px solid transparent;
}
.textwidget input{
  width: 100%;
  margin: 2px 0px;
  text-align: center;
}
.textwidget .btn-blue{
  max-width: 50%;
  margin: 2px auto;
  display: block;
}
.widgettitle{
  background: url(/assets/img/red-mag-tile.jpg);
  background: cover;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 15px;
  text-align: center;
  margin-bottom: 0px;
}
.widget {
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.sidebar{
  transition: bottom .3s ease;
}
.sidebar.affix-top, .sidebar.affix-bottom{
width: 330px !important;
right: 0px !important;
}
.sidebar.affix{
  right: 30px;
  bottom: -60px;
  transition: bottom .3s ease;
  -webkit-transition: bottom .3s ease;
  padding: 0px 15px;
  margin:0 15px;
}
.home-roll .blog-piece .adunit{
  width: 300px;
  display: block;
  margin: 0 auto;
}
.adunit{
  max-width:100%;
  overflow: hidden;
}
.adunit iframe{
  margin: 0 auto;
  display: block;
  overflow: hidden;
  z-index: 10000;
}
footer.content-info .ad-sidebar-widget{
  background: #fff;
  padding-bottom: 15px;
}
footer.content-info .ad-container{
  padding-bottom: 30px;
}
footer.content-info .ad-container img{
  display: block;
  margin: 0 auto;
}
footer.content-info .ad-sidebar-widget .btn.btn-blue{
  margin-top: -15px;
}
.ad-sidebar-widget .btn.btn-blue{
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.footer-ad iframe{
  display: block;
  margin: 0 auto !important;
  max-width: 300px;
}
.footer-ad{
  background: #D5D5D5;
  padding-top: 0px;
}
/* Cover widget */
section.widget.widget_sp_image-4.widget_sp_image {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

/* ==========================================================================
   Songwriter U
   ========================================================================== */

/* things to turn green */
body.category-songwriter-u h5.blog_cat,
li.menu-songwriter-u a {
    color: #4bb57f!important;
}

/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline{ }
.hentry .entry-content{ }
.hentry footer{ }

#breadcrumbs {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 12px;
  margin-top: 20px;
}
.breadcrumb_last {
  color:#696868;
}
.author a{
  color: #A04C47;
  font-weight: bold;
}
.author{
  font-weight: 600;
  font-size: 16px;
}
article time{
  font-size: 12px;
  margin: 15px 0px;
}
.excerpt p{
  font-size: 16px;
  margin: 15px 0px;
}
article h2{
  margin-top: 0px;
}
.wc-memberships-restriction-message{
  display: none;
}
/* ==========================================================================
   Signup /Signin CTA
   ========================================================================== */

  .cta-magazines{
  display: block;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  }
  .cta-top-bg{
  padding: 30px 30px 120px 30px;
  background: url(/assets/img/hidden-content-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  }
  .cta-container {
    background-color: #FFF;
    padding-bottom: 10px;
    border: 1px solid #C8C8C8;
  }

  .cta-top-bg ul {
    color: #f2f2f2;
    text-align: left;
    font-size: 18px;
    padding: 5px;
    text-align: center;
}

  .cta-top-bg h2 {
  color: #FFF;
  font-weight: 900;
  margin-top: 20px;
  font-size: 32px;
  }

  .membership-cta {
    position: relative;
  }

  .membership-cta a.btn.btn-primary {
    border-radius: 0;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px;
    width: auto;
    min-width: none;
    margin-top:45px
  }
  .modal.in{
    pointer-events: all;
    z-index: 1050;
    -webkit-overflow-scrolling: auto;
  }
  .modal{
    pointer-events: none;
  }
  .modal-body input, .modal-body select{
    color: #000 !important;
    padding: 5px;
    width: 100%;
    text-align: center !important;
    font-size: 22px;
    margin: 5px 0px;
    }
  .modal-body select{
    text-indent: 45px;
    border: rgb(238, 238, 238) solid #000;
       color: rgb(169, 169, 169) !important;
       box-shadow: none;
       background-color: transparent;
       background-image: none;
       -webkit-appearance: none;
          -moz-appearance: none;
               appearance: none;
  }
  .modal-body input.btn-blue{
    color: #fff !important;
    clear: both;
    width: 300px;
    max-width: 100%;
  }
  .large-join-btn {
    display: block!important;
    max-width: 400px!important;
    margin: 20px auto!important;
    border: none!important;
    font-weight: 800!important;
  }
  .membership-cta img {
  width: auto;
  max-width: 100%;
  height: auto;
  }

  .restricted-fade{
    background: url(/assets/img/gradient.png);
    background-size: cover;
    background-repeat: repeat;
    background-position: center top;
    z-index: 10000;
  }
  .fade-container{
    position: relative;
  }
  .restricted-fade a {
    color:#2F79B9;
    font-weight:normal;
    border-bottom :1px solid #2F79B9;
  }
  .restricted-face p {
    font-size:12px!important;
  }

  .restricted-post{
    margin-bottom: -300px !important;
  }

  .top-text {
      width: 100%;
      margin-bottom: -10px!important;
      padding-bottom: 20px;
      padding-top: 450px;
  }



  /* Membership Modals */
  body.page-template-template-join main.main .modal-content,
  #joinModal .modal-content,
    #sign-in .modal-content,
       #join .modal-content,
       .register .join-american-songwriter{
    background-image: url(/assets/img/red-mag-tile.jpg);
    border-radius: 0;
    padding: 30px;
    text-align:center;
  }
  body.page-template-template-join main.main .modal-header .close{
    display: none;
  }
  #joinModal .modal-header .close,
    #sign-in .modal-header .close,
       #join .modal-header .close, {
      margin-top: -2px;
      margin-right: -40px;
  }

  body.page-template-template-join main.main .modal-body.join-american-songwriter .modal-form-bg{
    max-width: 450px;
    display: block;
    margin: 0 auto;
  }

  body.page-template-template-join main.main .modal-body.join-american-songwriter .join-btn{
    max-width: 100%;
    width: 100%;
  }

  body.page-template-template-join main.main .modal-content,
  .modal-body.join-american-songwriter,
  body.page-template-template-join main.main .modal-content,
  #joinModal .modal-content,
    #sign-in .modal-content,
       #join .modal-content {
  padding-top:0;
  }

  .modal-header {
  padding-top:20px;
  border-bottom:none;
  }

  button.close {
    color: #fff;
    opacity: .8;
  }

  .modal-body.join-american-songwriter {
    color: #FFF!important;
  }

  body.page-template-template-join main.main .modal-body.join-american-songwriter{
    color: #000 !important;
  }

  #joinModal h2,
  #sign-in h2,
  .register .join-american-songwriter h2
   {
    font-weight: 900;
    margin-top: 30px;
    font-size: 32px;
    margin-bottom: 30px;
    color:#FFF !important;
  }

  #joinModal p a {
  border-bottom: 1px dotted #FFF;
  }
  .register .modal-form-bg{
    max-width: 600px;
  }
  .register .pad-30.join-american-songwriter{
    padding: 30px !important;
  }
  #joinModal .modal-form-bg,
  .register .modal-form-bg {
  color: #000!Important;
  background-color: #FFF;
  padding: 30px;
  display: block;
  margin: 0 auto;
  }

  #joinModal .modal-form-bg p,
  .register .modal-form-bg p {
  color: #000!Important;
  }

  #sign-in input#wp-submit {
    border-radius: 0;
    display: inline-block;
    font-size: 22px!important;
    font-weight: bold;
    color: #FFF!important;
    text-transform: uppercase!important;
    letter-spacing: 1px;
    padding: 15px;
    max-width: 100% !important;
    background: #3365AD!important;
    border: none;
    transition:.2s ease;
  }

  #sign-in input#wp-submit:hover {
      background-color: #286090!important;
    }

  #sign-in form input {
      color: #9a9a9a!important;
      padding: 5px 10px;
  }

  #sign-in form#loginform {
    background-color: #FFF;
    padding: 20px;
  }

  .modal input.join-btn {
    font-size: 16px;
    padding: 10px;
  }

  .modal input#rememberme {
    width: 20px;
  }

 #myModal .modal-body{
  padding: 0px;
 }
 #myModal{
  height: 100vh;
  width: 100vw;
  padding-right: 0px !important;
  background: #000;
 }
 body.modal-open{
  padding-right: 0px !important;
 }

 #myModal iframe.hidden-xs{
  height: 100% !important;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000000;
 }
 .entry-container iframe{
  max-width: 100%;
 }
 #myModal .modal-header{
  padding: 0px;
  background: #000;
  height: 0px;
 }
 #myModal button.close {
     position: absolute;
     top: 30px;
     right: 30px;
     z-index: 1000000000;
     font-size: 32px;
 }
 #openBtn {
     width: 100% !important;
     max-width: 100% !important;
     display: block;
 }


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
  margin-top:50px;
}

.content-info {
  background: #2F2F2F;
  padding: 30px;
 }
 #menu-footer-main {
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
ul#menu-footer-main li {
    padding: 0px;
    height: 20px;
}
 footer ul#menu-footer-main a {
     font-size: 12px;
     padding: 0 0 0 10px;
 }
footer ul#menu-footer-main li.top-level a {
    padding: 0;
    color: #909090;
}
 footer ul.dropdown-menu {
    display: block;
    background: transparent;
    color: #FFF;
    position: relative;
    padding: 0;
    box-shadow: none!important;
}
footer .dropdown-menu>li>a {
    color: #f2f2f2;
    font-size: 12px;
}
p.credits {
    color: #525252;
    font-size: 11px;
    margin-top: 20px;
    padding: 0px 50px;
}
p.credits a {
    color: #6d6d6d;
    text-decoration: none;
    border: none;
    font-weight: 100;
}
a.music-marketing-link {
    padding: 0px 50px;
}

 /* Footer Email Sign Up Widget */

 .footer-email-signup p {
    font-size: 12px;
    line-height: 1.1;
    opacity: .5;
}
.footer .ad-container img{
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
footer h2.widgettitle {
    color: #f2f2f2;
    font-weight: 800;
    font-family: "franklin-gothic-urw", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}
#menu-footer-main{
  list-style: none;
}
#menu-footer-main li{
  color: #fff;
}

/* Footer subscribe widget */

footer .subscribe-footer-widget p {
    text-align: center;
    line-height: 1.2;
    color: #242323;
    padding: 10px 10px 0px 10px;
    font-size:13px;
}
footer .subscribe-footer-widget img {
  height: auto;
  padding-top: 10px;
}
footer .subscribe-footer-widget p b {
    color: #a14b45;
    font-size:16px
}
.btn.btn-secondary {
    background: #f2f2f2;
    color: #a14b45;
    display: block;
    margin: 0 auto;
    max-width: 300px;
    margin-top:5px;
}
#social {
    width: 100%!important;
}

.print-sub-cta {
  text-align:center;
}

.print-sub-cta ul {
    text-align: left;
    margin: 0 auto;
    display: block;
    max-width: 400px;
}

.print-sub-cta a .btn {
    color: #337AB7;
    opacity: .5;
}

.print-sub-cta a .btn:hover {
    opacity: 1;
}

.print-sub-cta h2 span {
  font-size: 18px;
    text-transform: none;
    color: #a79697;
}

/* ==========================================================================
  Store
  ========================================================================== */
button.single_add_to_cart_button.button, .loop-product a.button.add_to_cart_button, .loop-product a.button.product_type_simple{
  text-transform: none !important;
  font-size: 20px !important;
  padding: 10px 30px;
}
.quantity input{
  height: 40px;
  text-align: center;
  padding: 10px;
}
.prod-thumb-container{
  background: #fff;
  padding: 10px;
  border: 1px solid #DDD;
}
.prod-thumb-container img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.loop-product a.button.add_to_cart_button, .loop-product a.button.product_type_simple{
  float: right;
}
.price .amount {
    color: #768B64;
    font-family: "bree-serif", sans-serif;
    font-size: 16px;
    font-weight: 100;
}
span.price {
    display: block;
    width: 100%;
}
.loop-product h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Bree-serif", dans-serif;
    font-weight: 100;
    line-height: 1.4;
}
#social ul {margin:0px; padding:0px; list-style: none;}
#social li {margin:0px; padding: 0px list-style:none; display: block; float:left;}
#social li a {padding: 10px;}

.product-cat-head {
    border-bottom: 1px solid #D2D2D2;
}

.product-cat-head h3 {
    font-family: "bree-serif", sans-serif;
    letter-spacing: .3px;
    -webkit-font-smoothing: antialiased;
    margin-top: 7px;
}

.product-cat-head h3,
h4.prod-cat-link {
    text-align: center;
    display: block;
    width: 100%;
    float: none;
}

h4.prod-cat-link a:after {
    content: " \f0da";
    font-family: "FontAwesome";
}

h4.prod-cat-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "franklin-gothic-urw";
}

.mark, mark {background:none!important;}

.panel {
    background-color: transparent;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #F2F2F2;
    border-bottom-color: #F2F2F2;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #65B3E4;
    color: #fff;
}

.btn.btn-primary, .loop-product a.button.add_to_cart_button, .loop-product a.button.product_type_simple {
    text-transform: none !important;
    font-size: 14px !important;
    padding: 10px 20px;
}
body.archive.woocommerce .main-content-feed.wrap.container {
    margin-top: 0;
}
body.archive.woocommerce h1.page-title {
    margin-top: 0px;
    margin-bottom: 30px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#A14947!important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}


body.postid-200275 .woocommerce div.product form.cart div.quantity {
    display: none!important;
}


/* ==========================================================================
   My Account
   ========================================================================== */

#my-account-menu, #my-account-content {
  margin-right:0px!important;
}

body.woocommerce-checkout .oneall_social_login {
  display:none!important;
}


/* ==========================================================================
   12SM Efficiency Classes
   ========================================================================== */

.col{
   max-width: 1170px;
   margin: 0 auto;
}
.bold{
  font-weight: bold;
}
.left {
   float: left;
}
.right {
   float: right;
}
.img-width {
   width: 100%;
   height: auto;
}
.img-height{
   width: auto !important;
   height: 100%;
}
.width-full{
  width: 100%;
}
.pad-5{
  padding: 5px;
}
.pad-15{
   padding: 15px;
}
.pad-30{
   padding: 30px;
}
.pad-15-v {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pad-15-h {
  padding-left: 15px;
  padding-right: 15px;
}
.pad-30-v {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-30-h {
  padding-left: 30px;
  padding-right: 30px;
}
.marg-15 {
   margin: 15px;
}
.marg-30 {
   margin: 30px;
}
.marg-5-v{
  margin-top: 5px;
  margin-bottom: 5px;
}
.marg-15-v {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.marg-5-h{
  margin-left: 5px;
  margin-right: 5px;
}
.marg-15-h {
   margin-left: 15px;
   margin-right: 15px;
}
.marg-30-v {
  margin-bottom: 30px;
  margin-top: 30px;
}
.marg-30-h {
   margin-left:30px;
   margin-right:30px;
}
.no-pad{
  padding: 0 !important;
}
.no-mar{
  margin: 0 !important;
}
.no-pad-v{
  padding-top: 0px;
  padding-bottom: 0px;
}
.no-marg-v{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-marg-top{
  margin-top: 0 !important;
}
.no-marg-bottom{
  margin-bottom: 0 !important;
}
.marg-bot-30{
  margin-bottom: 30px;
}
.center{
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.text-center{
  text-align: center;
}
.img-lq.pad-100{
  padding-bottom: 100%;
}
.img-lq-pad-blog{
  padding-bottom: 66%;
}
.img-lq-vid{
   padding-bottom: 56%;
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }


/*Member badge image*/
img#memberbadge {
    position:relative;
    height: 100px;
    margin-bottom:-117px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* needed to pick apart tab/panels on products at phone sizes */
@media (max-width:415px) {

  ul.tabs {
    display: none;
  }
}

@media (max-width:767px ) {

  .featured-block img#memberbadge {display:none;}

  body.home .container, body.archive .container {
      padding: 0;
  }
  body.home .container .content.row, body.archive .container .content.row, body.archive .home-roll.row, body.home .home-roll.row, body.archive .main .row{
  margin: 0;
  }
  body.home .container .content .col-
  .submit-btn-cont input.btn-blue, .entry-content div.mc_embed_inner div.mc-field-group input{
    width: 100%;
  }
  .panel.entry-content {
      display: block!important;
  }
  body.archive .home-roll [class*=' col-'], body.home .home-roll [class*=' col-'], body.archive .main, body.home .main {
    padding-left: 0px;
    padding-right: 0px;
  }

  body.archive .home-roll .post .marg-15-v {
    padding-left: 0px;
    padding-right: 0px;
  }

  article.post,
  article.contest,
  body.single-product .breadcrumbs,
  body.single-product .main #container {
    padding-left: 15px;
    padding-right: 15px;
  }


  .loop-product a.button.add_to_cart_button, .loop-product a.button.product_type_simple {
    float: none;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sidebar.affix-top, .sidebar.affix-bottom{
    width: 330px !important;
  }
  .membership-cta a.btn.btn-primary {
    margin-top:100px
  }
  /* This style is to ensure we always have a 330px sidebar do not change */
  article.post,
  article.contest,
  body.search.search-results .main > *,
  .feed-row,
  .main > *,
  body.single-product .main #container,
  body.single-product .main .breadcrumbs,
  body.post-type-archive-product .main #container,
  body.cart .main .page-header,
  body.cart .main .woocommerce,
  body.lyric-rules-and-deadlines .main > *
   {
    margin-right: 330px;
    padding-left:15px;
    padding-right:15px;
  }
  body.woocommerce-checkout .main > *{
    margin-right: 0px;
  }

  .featured-ad .adunit{
    max-width: 100%;
    width: 728px;
    display: block;
    margin: 0 auto;
  }
  .sidebar span.review-stars {
    clear: both;
    display: block;
  }
  body.single-format-gallery .item-img > a > img {
  max-height: 400px;
  }
  aside {
    display: block;
  }

  body.single main.main.col-sm-9 {
      margin-top: 30px;
  }
  body.single .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  span.caret, aside {
      display: visible;
  }
  .mc_embed_inner{
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width:auto;
  }
  .main-content-feed {
    margin-top: 20px;
  }
  .navbar-collapse li, .navbar-nav .dropdown .dropdown-menu > a{
    background: transparent;
  }
  .navbar-nav.nav .dropdown .dropdown-menu > a{
    display: none;
  }
  ul.dropdown-menu li.active a {
    border: none!important;
  }
  .border-bottom-nav {
    border-color: #242323!important;
  }
  .dropdown i{
    display: none;
  }
  .container.inner-container {
    padding: 0;
  }
  .featured-footer h5 {
    margin-bottom: 0;
  }
  .ad-container.thumbnail-ad {
    padding: 7px;
    background: none;
    border: 1px solid #d4d4d4;
    margin:0;
    background-color: #F2F2F2;
    background-size: 30%;
  }
  .sidebar .ad-container {
    padding:0px;
  }
  .blog_cat {
    font-size: 14px;
  }
  .blog-roll-footer h4 a {
      font-size: 22px;
  }
  .blog-roll-footer h4 {
    margin-top: 7px;
    text-align: left;
  }
  .navbar-brand {
    padding: 15px 0 0 0;
  }
  .navbar-collapse li {
      border-bottom: 0px solid transparent;
      font-size: 14px;
  }
  .navbar-header{
    background: transparent;
  }

  @keyframes fadeIn {
    0%{
      opacity: 0;
    }
    100% {
      opacity: 100;
    }
  }

  .navbar-nav {
    float: right;
    animation-name: fadeIn;
    animation-iteration-count:1;
    animation-timing-function: ease-in;
    animation-duration: .5s;
  }
  .nav.navbar-nav .active a, .nav.navbar-nav .active:hover a{
      border-bottom: 6px solid #A14A47;
  }
  .nav.navbar-nav a,
  .navbar-default .navbar-nav>li>a {
      border-bottom: 6px solid transparent;
  }
  ul.dropdown-menu {
    padding: 20px 25px;
    border-radius: 0!important;
  }
  .nav.navbar-nav ul.dropdown-menu li a {
    padding: 3px;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: .3px;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
    opacity: .5;
  }
  li.dropdown.menu-songwriter-u.open ul.dropdown-menu {
      left: -69px;
      width: 200px;
      margin-top: 0px!important;
  }
  button.navbar-toggle{
    display: none;
  }
  .featured-footer {
      position: absolute;
      bottom: 0;
      background: rgba(0,0,0, .75);
      left: 15px;
      right: 15px;
  }
  .home .wrap .row {
      margin-right: -15px;
      margin-left: -15px;
  }
  .home .wrap .row [class^="col-"],
  .home .wrap .row [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home .container-fluid{
   padding-right: 15px;
   padding-left: 15px;
  }
  .blog-piece{
   padding-right: 0px;
   padding-left: 0px;
  }
  .navbar-header{

  }
  .nav.navbar-nav a {
      font-weight: 600;
      padding: 30px 9px 15px 9px;
  }
  .navbar-default .navbar-nav>.open>a {
    color:#242323;
    background-color: transparent;
    border-bottom: 0;
  }
  .dropdown-menu {
      border: none;
  }
  li.dropdown.open a.dropdown-toggle {
    border: none!important;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #242323;
    background-color: transparent;
  }
  .navbar-header{
    max-width: 100px;
  }
  .home-roll .blog-piece{
    min-height: 315px;
  }
  .sidebar .row{
    margin: 0px !important;
  }
  .sidebar .row [class^="col-"]{
    padding: 0px !important;
  }
  .prod-thumb-container {
    padding: 20px;
  }
  span.price {
    display: inline;
    width: 100%;
  }
  .product-cat-head h3 {
      text-align: left;
      display: inline;
      width: auto;
      float: left;
  }
  h4.prod-cat-link {
      text-align: right;
      display: inline;
      width: auto;
      float:right;
  }
  .banner {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .banner .container {
    width: 718px;
  }
  .blog-roll-footer {
    padding: 15px 0px;
    min-height:135px;
  }
  .sidebar .blog-roll-footer h4 a {
    font-size: 18px;
  }
  .sidebar .blog-roll-footer .blog_cat {
    max-width: 54%;
  }
  .sidebar .blog_cat {
    font-size:12px;
  }
  .sidebar .blog-roll-footer {
    padding: 10px 0px;
  }
  .ad-container.thumbnail-ad.mob-ad{
  padding: 0px;
  border: 0px solid transparent;
  margin: 0px;
  background-image: url(http://americansongwriter.com/wp-content/themes/americansongwriter/assets/img/logo.png);
  background-color: #3e3e3e;
  background-size: 30%;
  }

  /* -- Single Post -- */

  h1.entry-title {font-size:30px;}
  p.byline.author.vcard, article time {font-size:14px;}
 }

 @media(min-width: 768px){
  .asw_gallery_wrapper.closed button.btn.btn-primary {
    position: absolute;
    bottom: 30px;
    right: 100%;
    transform: translateX(500%);
    z-index: 100000;
  }
  .nav-arrows button {
    width: 30px;
    height: 30px;
    font-size: 28px;
   }
   .nav-arrows button i {
    margin-top: 13px;
   }
   .membership-cta a.btn.btn-primary {
   border-radius: 0;
   display: inline-block;
   font-size: 20px!important;
   font-weight: bold;
   color: #FFF;
   text-transform: uppercase!important;
   letter-spacing: 1px;
   padding: 15px;
   margin-top: 150px;
   margin-bottom: 20px;
   }
   .cta-top-bg ul {
   color: #f2f2f2;
   text-align: left;
   font-size: 14px;
   }

 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .asw_gallery_wrapper.closed button.btn.btn-primary{
    position: absolute;
    bottom: 30px;
    right: 100%;
    transform: translateX(500%);
    z-index: 100000;
  }
  .asw_gallery .item{
    width: 768px;
  }
  .post-pagi{
  max-width: 50%;
  margin: 80px auto;
  }
  aside {
      display: block;
  }
  .entry-content h2.widgettitle{
    font-size: 20px;
  }
  .entry-content div.mc-field-group, .submit-btn-cont{
    display: inline-block;
  }
  .entry-content div.mc_embed_inner{
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }
  .entry-email-signup .entry-content div.mc_embed_inner {
    padding: 5px 0px!important;
}
  .entry-content #mc-embedded-subscribe{
    text-align: center;
    display: block;
    padding: 7px 15px;
    -webkit-font-smoothing: antialiased;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
    width:970px;
  }
  .navbar-header{
    max-width: 150px;
  }
  .nav.navbar-nav a {
    padding: 35px 20px 18px 20px;
  }
  a.logo-link {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .navbar-brand {
    padding: 10px 0 0px 0;
  }
  li.dropdown.menu-songwriter-u.open ul.dropdown-menu {
      left: -47px;
      width: 200px;
      margin-top: 0!important;
  }
  .container.mini-navigation {
    width: 100%;
    padding: 0px 15px;
    max-width: 1320px;
  }
  .form-inline .input-group>.form-control {
      width: 100px;
  }
  .main-content-feed.wrap.container {
      padding: 0px 0px;
      animation-name: fadeIn;
      animation-iteration-count:1;
      animation-timing-function: ease-in;
      animation-duration: .6s;
  }
  .prod-thumb-container{
    padding: 40px 50px;
  }
  .prev-posts-trigger{
    display: block;
  }
  .banner {
    width: 970px;
    margin: 0 auto 30px auto;
  }
  .banner .container {
    width: 945px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .featured-footer {
      left: 15px;
      right: 15px;
  }
 }

@media (max-width:1159px) {
  .main-content-padding-wrapper {float:none;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  /*Member badge image*/
  img#memberbadge {
      position: absolute;
      height: 100px;
      margin:0px;
  }

 .sidebar.affix-top, .sidebar.affix-bottom{
   width: 330px !important;
 }
 .sidebar span.review-stars {
    clear: none;
    display: inline;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
    width:1170px;
  }
  .blog-container > *{
    max-width: 768px;
    display: block;
    margin: 0 auto;
  }
  .blog-container iframe {
    width: 100%;
    margin: 0 auto;
  }
  .home-roll .blog-piece{
    min-height: 400px;
  }
  .navbar-brand {
    padding: 25px 0 0px 0;
  }
  .nav.navbar-nav a {
    padding: 38px 35px 15px 35px;
  }
  body.single .wrap.container-fluid{
    max-width: 1028px !important;
    margin: 0 auto !important;
  }
  .banner .border-bottom-nav {
    border-bottom: 2px solid #242323;
    box-sizing: content-box;
    padding: 0;
    width: 100%;
  }
  .banner {
    width: 1170px;
    margin: 0 auto 30px auto;
  }
  li.dropdown.menu-songwriter-u.open ul.dropdown-menu {
    left: -17px;
    width: 200px;
    margin-top: 0!important;
  }
  .featured-footer {
    left: 15px;
    bottom: 15px;
    right: 15px;
  }
  .featured-block {
    margin-bottom: 15px;
  }

  .home-roll .ad-container {
    height: 277px;
    padding: 12px;
  }
  .nav-arrows button{
    font-size: 40px;
    width: 40px;
    height: 40px;
  }

 }
@media (min-width: 1400px){
  .container{
    width: 1294px;
  }

  .home-roll .ad-container {
    height: 307px;
    padding: 25px;
  }
}
/* ==========================================================================
   Fancybox
   ========================================================================== */
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* Small devices (tablets, 768px and up) */
  .downloads .btn-primary {
    width: initial;
    clear: none;
    margin-top: 0px;
    line-height: 1;
  }
  .downloads {
    text-align: left;
  }
  .album-block h1.listen-heading{
    font-size: 18px;
    text-align: center;
    margin: 15px auto;
  }
  .song span.play-button {
    margin: 0 10px 0 0px;
  }
  .song a.btn.btn-primary {
    width: initial;
    font-size: 14px !important;
    margin: auto 5px;
    line-height: 1;
  }
  .song .btn-primary{
    margin: 0px;
  }
  .song {
    padding: 15px 0px;
  }
  .single-player .border-grey{
    border-left: 0px !important;
  }

  .album-block h1{
    font-size: 14px;
  }

  .song .btn-primary {
   font-size: 12px!important;
  }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* ==========================================================================
   Swipebox
   ========================================================================== */
