/* Import font for page headers and homepage slideshow */
@import url(http://fonts.googleapis.com/css?family=Ultra);

/* Import fonts for block heads and blogs */
@import url(http://fonts.googleapis.com/css?family=Princess+Sofia|Oleo+Script+Swash+Caps:400,700|Alex+Brush|Holtwood+One+SC|Sacramento|Rye|Norican|Meddon);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700,900,300);

body {
font: 14px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
section.top_head_separator .container_12 {
    /*background:url("/sites/default/files/iff2016_website_header2_centre2.jpg");*/
}
/* Add star on the back of title only on block */
#sidebar-first .block h3{
 background-image: url('/files/images/star.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 30px;
}
/* adjust the positioning of title and star */
#sidebar-first .block .widget-title{
  padding: 9px 9px 0px;
}
h1 {
font-family: 'Ultra', serif;
font-weight:400;
font-size: 35px;
}

h1.home_module_title {
font-size: 20px;
}

/*logo*/
.logo img {
    /*width: 780px;*/
    width: 95%;
}
#block-menu-block-split-0, #block-views-news-block{
/*margin:0 auto;*/
width:70%;
}

#node-175 h2{
margin-top:5px;
}

/* move main menu down in line with bottom of logo 
nav#horizontal {
margin-top: 55px;
} */

/* IE7 fix - move menu to the front of slideshow image */
nav#horizontal {
z-index: 9999;
max-width:1070px;
width:100%;
border-top:1px solid #000;
border-bottom:1px solid #000;
}
/* IE7 fix - move menu to the front of slideshow image */
sup, sub{
  line-height: normal;
}
/* change header banner colour on all pages */
.page_top_details {
background: url(../../images/pattern/21.png) center top #d0dc88;
}
/*add 5 pixels gap between menu and green bar */
.not-front .page_top_details.clearfix{
  margin-top: 5px;
}
/* centering the post title */
.not-front .page_top_details h1 {
  margin: 0px 10px 0px;
}

/*background for content*/
.page-node .smk_content #content, .page-taxonomy-term .smk_content #content {
  background: url(/files/images/ribbons/body_bg.png);
  padding:10px;
}
.page-node.front .smk_content #content {
  background: none;
}
.blog_article.blog_article_s1 {
    margin-bottom: 10px;
    margin-top: 0px;
}

#block-system-main .content .field .field-items .field-item{
    margin-bottom: 10px;
    margin-top: 0px;
}

/* blog title on each post */
.post_article_single h1{
   font-size: 33px;
   color: #51434F;
font-family: 'Rye', cursive;
}

/* blog title on frontpage */
.blog_article h1 {
   font-size: 35px;
   color: #BF7C39;
 font-family: 'Rye', cursive;

}

.blog_article h1 a {
   color: #BF7C39;
text-transform: uppercase;
}

/* sponsor logo padding */
.region-footer-thirdcolumn #views_slideshow_cycle_main_sponsor_logo-block{
  background-color: white;
  padding: 10px 0px 10px 0px;
}

.region-footer-thirdcolumn .view-sponsor-logo .views_slideshow_cycle_main #views_slideshow_cycle_teaser_section_sponsor_logo-block {
  margin: 0px auto;
}

/* image positioning */
.field-items .field-item table tr td img{
  margin-top: 17px;
}

/*hide error message in artist application form*/
.page-node-221 .alert.alert-block.alert-error.fade.in.error_msg {
  display: none;
}

/* for small screen */
@media screen and (max-width: 970px) { 
  .blog_post_content .field-items .field-item p img{
    margin-left: 0px !important;
    max-width: 100%;
    height: auto !important;
  }

  .blog_article .field-items .field-item p img{
    max-width: 100%;
    height: auto !important;
  }
  .field-items .field-item p{
    margin-bottom: 0px;
  }
  /* fix logo not centered on mobile viev
  .grid_4 a img{
    margin-left: -85px;*/
  }
  /* sponsor logo max width on mobile view */
  .region-footer-thirdcolumn #views_slideshow_cycle_main_sponsor_logo-block{
    max-width: 100%;
  }
}

/* change Read More button color */
.default_button {
background: #487475;
}

/* change widget title color */
.widget-title {
color: #555;
 /* color: #BF7C39; */
font-size: 22px;
 font-family: 'Rye', cursive; 
}

/* change webform item on point 12 */
#edit-submitted-new-1365741612984 .form-item {
  display: inline-block;
  width: 200px;
}
#edit-submitted-new-1365741788340 .form-item {
  display: inline-block;
  width: 200px;
}

/*article feed items*/
.node-feed-item.node-teaser .field-item img, .node-type-blog.node-teaser .field-item img {
  float: right !important;
  height: auto !important;
  width: 300px !important;
  margin:10px !important;
}
.node-feed-item.node-teaser .field-item p, .node-type-blog.node-teaser .field-item p {
  text-align:left;
}

/*sidebar width*/
#sidebar-first, 
#sidebar-second {
    width:250px;
}
.not-front #sidebar-second {
/*    margin-left:73px;*/
    margin-right:0;
    float:right
}
#sidebar-second {
    margin-left:25px;
}
.front #sidebar-first {
    float:right;
}
.container_12 .grid_4 {
    width:480px;
}

/*latest news*/
.latest_news,
.calendar, 
#block-views-latest-block {
    background: none repeat scroll 0 0 #DDE0D8;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
}

/*hide searchform on homepage*/
.front #searchform {
    display:none;
}

/*hide header slideshow*/
.oneByOne1 {
    /*display:none;*/
}
#smk_content .container_12 {
    margin-top:40px;
}

/*menu font*/
/*#nav a {
    font-size:16px;
    text-transform:Capitalize;
    color: #242b4d;
    font-family: merriweather;
}*/
#nav a:hover, 
#nav a.active {
    color:#7d7f82!important;
}

/**sub menu**/
#nav li ul li {
    /*background:#d9d9d9;*/
    background:#E7E9E3;
    min-width: 260px;
}
#nav li ul li:hover {
    /*min-width:195px;*/
    min-width:260px;
    background:#E8BB06;
    border-bottom:1px solid #00A5EB;
    color:#FFF !important;
}
#nav li ul li a:hover {
color:#ffffff;
}
.header .container_12 #horizontal li {
    padding:0 5px;
}
.header .container_12 #horizontal li a:hover {
    /*background:#d9d9d9;*/
    border:none;
}

.header .container_12 #horizontal li ul li a {
    color: #242B4D;
    padding-left: 10%;
}
.header .container_12 #horizontal li ul li a:hover {
    background: url("/files/images/ribbons/star_bg.png") no-repeat scroll left center transparent;
    color: #FFFFFF !important;
    padding-left: 10%;
}

.nav_simple ul li a {
    border:none;
}
/*h2 {
    color: #c2672e;
    font-size:24px;
    font-weight:bold;
    font-family: 'Rye',Ultra;
}*/
.header_bg {
    background: url("/sites/default/themes/perspective/images/custom-images/banner6.jpg") repeat-x scroll center top #FFFFFF;
    }
.header {
background:none;
}

/*right header: site slogan, phone number, social media icon*/
.right_header {
    display: block;
    float: right;
    /*margin: 15px 0 0;*/
    margin-top:-5px;
    width: 200px;
    margin-right:26px;
}
.site_slogan {
    display:block;
    text-align:center;
}
/*h2 {
    font-family: 'Rye', Ultra;
    font-size: 18px;
    font-weight: normal;
    text-align:center;
    /*margin-right:30px;*/
}*/
.header_social {
    text-align: center;
    margin-top:-20px;
    /*margin-right:30px;*/
}
.header_social a {
    background: url("/files/images/ribbons/socialsprite_footer.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 39px;
    margin: 0;
    opacity: 0.65;
    transition: all 0.3s ease 0s;
    width: 39px;
}
.header_social a:hover {
    opacity: 1;
}
.header_social a.youtube {
    background-position: 0 2px;
}
.header_social a.vimeo {
    background-position: -24px 2px;
}
.header_social a.twitter {
    background-position: -48px 2px;
}
.header_social a.tumblr {
    background-position: -72px 2px;
}
.header_social a.stumbleupon {
    background-position: -96px 2px;
}
.header_social a.pinterest {
    background-position: -120px 2px;
}
.header_social a.linkedin {
    background-position: -144px 2px;
}
.header_social a.lastfm {
    background-position: -168px 2px;
}
.header_social a.friendfeed {
    background-position: -192px 2px;
}
.header_social a.flickr {
    background-position: -216px 2px;
}
.header_social a.facebook {
    background-position: -240px 2px;
}
.header_social a.digg {
    background-position: -264px 2px;
}
.header_social a.deviantart {
    background-position: -288px 2px;
}
.header_social a.delicious {
    background-position: -312px 2px;
}
.header_social a.brightkite {
    background-position: -336px 2px;
}
/*header phone number*/
.header_phone > p {
    font-family: Merriweather;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    font-weight:900;
    /*margin-right:30px;*/
}

/*#sidebar-first h2, 
#sidebar-second h2, 
.widget-title {
    color: #242B4D;
    font-family: 'Rye', Ultra;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
}*/

#sidebar-first h2:before, 
#sidebar-second h2:before, 
.widget-title:before {
content: url("/files/images/ribbons/left_arrow.png") 
}

#sidebar-first h2:after, 
#sidebar-second h2:after, 
.widget-title:after {
content: url("/files/images/ribbons/right_arrow.png") 
}


#searchform {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 0;
}
#searchform #s {
    color:#000;
    background:#eee;
    width:215px;
}
/*styling search form*/
#edit-search-block-form--2 {
    border:none;
    border-bottom:1px solid #000;
    border-radius:0;
    color:#000;
    width:100%;
}
#search-block-form #edit-actions {
    display:none;
}

.container_12 .grid_8 {
/*    width:66%;*/
    width:70%;
}

/* set width 665 only for page http://iff.devel.geoport.com.au/illawarra-folk-festival-0 */
.page-node-242 .container_12 .grid_8 {
    width:66%;
}

/*tweak header 10 Dec 2014*/
.top_head_separator .container_12 .grid_4 {
width: 280px;
}
.right_header {
margin-right: 0;
width:140px;
}
.header_button {
display: none;
float: right;
width: 153px;
margin-top: 90px;
}
.header_button img {
width:100%;
height:auto;
}
/*END tweak header 10 Dec 2014*/

/*FOOTER*/
#site_footer {
    background:none;
}
#site_footer .footer_glare {
    display:none;
}

/*footer text*/
#site_footer_second a, 
#site_footer_second .site_footer_inner a,
#site_footer_second, 
#site_footer_second .site_footer_inner, 
.site_copyright {
    color: #000;
    background:#FFFFFF;
    border:none;
    box-shadow:none;
}

/*#site_footer_second, #site_footer_second .site_footer_inner, .site_copyright {
    color:#000;
    background:#fff;
}*/


#block-views-calendar-block, 
#block-views-latest-block, 
#block-block-18,
#block-block-26, 
#block-block-27,
#block-block-30 {
/*    background: none repeat scroll 0 0 #DDE0D8;*/
    background:url("/files/images/ribbons/sidebar_bg.png");
    border-radius: 10px 10px 10px 10px;
    padding: 5px;
    width:235px;
}
#block-views-calendar-block table {
    border:1px solid #ccc;
}
#block-views-calendar-block .thead {
    display:none;
}
#block-views-calendar-block .views-field.views-field-field-date {
    width:40px;
}
#block-views-calendar-block thead th {
    display:none;
}
#block-views-calendar-block td.views-field-title {
    vertical-align:middle;
}
.widget-title {
    border-bottom:none;
}

/*container width*/
.container_12 {
    max-width:1080px;
    width:100%;
}

/*ago text*/
.placeholder {

}
.views-field-created {
    font-weight:bold;
}
#block-views-latest-block .views-field-title a{
    color:#000;
}
#block-views-latest-block .views-field-title a:before {
    content:"- ";
}
#sidebar-first, 
#sidebar-second {
    margin-top:0;
}

.nav_simple li ul li, 
.nav_simple li ul li a {
    width:100%;
    background: #D9D9D9;
}

/*hiding page title*/
.page_top_details.clearfix {
    display:none;
 }

/*mailing list sidebar form*/
.mimi_webform_header.mimi_webform_logo.ui_light {
    display:none!important;
}


#block-views-calendar-block tr.even, 
#block-views-calendar-block tr.odd, 
#block-views-calendar-block tbody tr:nth-child(2n) td, 
#block-views-calendar-block tbody tr.even td {
background:none;
}



/*Slider tweak*/
.oneByOne1 {
    height: 355px;
    left: 0;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    width: 735px;
    /* width: 518px; */
}
.ob1_title.animate0.rotateInDownLeft,
.ob1_description.animate1.rotateInDownLeft,
.ob1_button.animate2.rotateInDownLeft {
    display:none;
}

#onebyone_slider img.ob1_img_device1 {
    left:0;
    top:0;
    width: 735px;
}

#onebyone_slider .oneByOne_item span.ob1_title,
#onebyone_slider .oneByOne_item span.ob1_description, 
#onebyone_slider .oneByOne_item span.ob1_button {
    z-index:9999;
    display:none !important;
}

.smk_content {
margin-top:60px;
}

nav#horizontal ul li a.hov {
    color: #000!important;
}

/* Calendar*/
.date-controls table.nav-table td#dateEditableBox1 #currentDate1 {
     width: 190px;
}

.calendar-container #calendarContainer1.view-container-border {
   background-color: #ffffff;
}

.view-container #viewContainer1 {
  width: 217px;
}

/*change font*/

#sidebar-first h2, 
#sidebar-second h2, 
.widget-title {
    color: #242B4D;
    font-family:Ultra !important;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#nav a {
    font-size:15px!important;
    text-transform:Capitalize;
    color: #242b4d;
    font-family: merriweather;
}
.site_slogan > h3 {
    font-family:Ultra;
    font-size: 17px;
    font-weight: normal;
    text-align:left;
    color:#E8BB06;
    /*margin-right:30px;*/
}
h2 {
    color: #c2672e;
    font-size:24px;
    font-weight:normal;
    font-family: Ultra;
}
.header_social {
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 9px;
}

/*remove arrow on sub menu*/
#nav li span.menuChildren {
    display:none;
}


.not-front .smk_content {
margin-top:80px;
}

/*sidebar text hover*/
.sidebar-second .menu li a:hover {
  color: 242b4d;
}
/*@media screen and (max-width: 1091px) {*/
/*@media screen and (max-width: 1075px) {
  #smk_content {
    width: 800px;
    margin:60px auto 0px;
  }
.page-node-252 #block-block-27,
.page-node-252 #block-block-30,
.page-node-252 #block-menu-menu-right-menu,
.page-node-252 #block-block-30,
.page-node-252 #searchform {
    display:none
}
.front #sidebar-second {
    float: right;
    margin-left: 15px;
}
}*/

@media screen and (max-width: 1065px) {
  #smk_content {
    margin-top:80px;
  }
  #horizontal ul.nav_simple li.first .menu-left-ribbon {
    width: 0;
  }
  nav#horizontal {
    left:0px;
  }
}

@media screen and (max-width: 1025px) {
  #smk_content {
    width: 100%;
    margin:0;
  }
.oneByOne1 {
    width:458px;
}
.page-node-252 #block-block-27,
.page-node-252 #block-block-30,
.page-node-252 #block-menu-menu-right-menu,
.page-node-252 #block-block-30,
.page-node-252 #searchform {
    display:none
}
.front #sidebar-first,
.front #sidebar-second {    
    margin: 0;
}
.front #sidebar-first {
    margin-right:5px;
}
.front .container_12 .grid_4 {
    width:458px;
}
}

@media screen and (max-width: 980px) {
  #onebyone_slider img.ob1_img_device1 {
    max-width:none;
  }
}
@media screen and (max-width: 925px) {
  #smk_content {
    width: 772px;
  }
  .logo img {
    width: 100%;
  }
  .container_12 .grid_4 {
    margin:0px auto;
  }
}
@media screen and (max-width: 820px) {
  .oneByOne1 {
    width:100%;
  }
  #onebyone_slider .oneByOne_item {
    width: 100%;
  }
/*}
@media screen and (max-width: 765px) {*/
   .front #sidebar-first {
      display: block;
      float: none;
      margin: 0 auto;
    }
   .page-node .smk_content #content, .page-taxonomy-term .smk_content #content {
      display: block;
      float: none;
      margin: 0 auto;
      text-align: center;
      width: 80%;
    }
    .oneByOne1 {
      width: 80%;
    }
    #onebyone_slider .oneByOne_item {
      width: 100%;
    }
    #onebyone_slider img.ob1_img_device1 {
      margin-left: 0;
      width: 100%;
      max-width: none;
    }
    #sidebar-first, #sidebar-second {
      display: block;
      float: none;
      margin: 0 auto;
    }
   .grid_6.site_copyright {
      display: block;
      float: none;
      margin: 0 auto;
      text-align: center;
    }
    .ext {
      clear: both;
      display: block;
    }
.front #sidebar-second { 
    margin:0 auto;
}
}
@media screen and (max-width:740px){
.logo img{
width:422px;
}

}

@media screen and (max-width: 720px) {
 .right_header {
      float: none;
      margin: 0px auto;
      width: 200px;
   }
  #smk_content {
    width: 100%;
  }
  nav#horizontal {
      width: 100%;
      margin:0px auto;
  }
}
@media screen and (max-width: 505px) {
  .container_12 .grid_4 {
    width:100%;
  }
}
/*.node-type-venue .container_12 .grid_8 {*/
.page-venues .container_12 .grid_8 {
    width: 67%;
}
/*submission resend for link */
.webform-submission-info-text > div:first-child, li.resend.first.last a {
	display: none;
}

/*hide page title on Festival Booking Committee Offer*/
/*#node-241 > h2 a {
    display: none;
}*/

/**change font color and transformation**/
.smk_content h1, .smk_content h2, .smk_content h3, .smk_content h4, .smk_content h5, .smk_content h1 a, .smk_content h2 a, .smk_content h3 a, .smk_content h4 a, .smk_content h5 a {
    text-transform:Capitalize;
font-family: Merriweather;
}
.smk_content #content h3, .smk_content #content h3 a {
    color:#3970b3 ;
}
.smk_content #content h4, .smk_content #content h4 a {
    color:#3970b3;
}
.smk_content h1 {
font-family: Merriweather;
font-weight:400;
}

/** artist page **/
.node-artist {
    line-height:12px;
}
.field.field-name-field-regions.field-type-list-text.field-label-hidden {
    margin: 7px 0;
}
.artist-data {
    float: left;
    width: 62%;
}
.artist-right-content {
    float: right;
    width: 37%;
}
.node-type-artist #content h1 {
    display:none;
}
.node-type-artist #content .artist-data h1 {
    display:block;
    margin-bottom:15px;
}
.artist-image > img {
    height: auto;
    max-width: 260px;
    margin-top:9px;
    width:100%;
}
.node-type-artist .field .field-label {
    font-weight: normal;
}
.artist-perform {
    margin-top: 10px;
}
.node-type-artist .field.field-name-field-website.field-type-link-field.field-label-inline.clearfix,
.node-type-artist  .field.field-name-field-website.field-type-link-field.field-label-hidden {
    float:left;
    margin-right:15px;
}
.node-type-artist .field.field-name-body.field-type-text-with-summary.field-label-hidden {
    clear:left;
    margin-top:12px;
}
/**font family for title in artist page**/
.artist-data h1 a {
    font-family: Lucida Grande;
    color:#000;
}
/** text below image on artist page**/
.node-type-artist .field-collection-view {
    margin:0 0 10px 0;
}
.node-type-artist .field-collection-view ul.field-collection-view-links {
    margin-top:10px;
}

/*reduce font size*/
.views-field.views-field-title {
    font-size: 12px;
}
/**END artist page**/

/**Add This menu**/
#block-block-32 {
    clear:both;
}
.grid_8.alpha.omega.post_buttons_share.clearfix {
    display:none;
}
#block-block-32 .blog_author_info.clearfix.all_transition_05 {
    display: none;
}
#block-block-32 .grid_8.alpha.omega.post_buttons_share.clearfix {
    display:block;
}
/**fix issue after adding add this button (unclickable buttom link)**/
#smk_content #block-menu-block-1 {
    z-index:9999;
    clear:both;
}
/** artist admin page **/
/*
. page-node-edit.node-type-artist #edit-field-performance-schedule-und-0-field-time-und-0-value-datepicker-popup-0 {
    width: 100px;
}
.page-node-edit.node-type-artist #edit-field-performance-schedule-und-0-field-performance-und .form-item.form-type-checkbox {
    display:inline;
}
.page-node-edit.node-type-artist #edit-field-performance-schedule-und-0-field-performance {
    margin-right:15px;
}

.page-node-edit.node-type-artist #edit-field-performance-schedule-und-0-remove-button {
    margin-top: 15px;
}*/
/** END artist admin page **/

/* HIDE author info in all page */
.grid_8.alpha.omega {
   display: none;
}

/**clear float for table**/
.node-feed-item table {
    clear:left;
}
/**clear float for image inside tag p**/
/*.content .p_embed.p_image_embed,
.content .field-item img {
    clear:both;
}*/
/*Change image position*/
/*#node-180 .field-item p.imageGallery img, #node-180 .field-item p.imageGallery2 img, #node-180 .field-item p.imageGallery3 img {
	float: none;
}*/
.field-type-text-with-summary p {
    clear:both;
}
.blog_post_content {
    clear:both;
}

#superfish-1 {
    display:none;
}


.field-slideshow.field-slideshow-0.effect-scrollRight.timeout-4000.with-pager.with-controls.field-slideshow-processed {
    clear: both;
    overflow: hidden;
    width: 100% !important;
}

/**sponsor block**/
.partner {    
    display: table;
    height: 115px;
}
.partner a {
    display: table-cell;
    vertical-align: middle;
    max-width:120px;
}

#block-block-36 .content img,
#block-block-37 .content img {
    float: left;
    margin-right: 15px;
    width: 100%;
}
.two-sidebars #block-block-36 .content img, 
.two-sidebars #block-block-37 .content img {
    float: left;
    margin-right: 8px;
    width: 83px;
    width:100%;
}
#block-block-37 {
    clear:both;
    margin-top:25px;
    overflow:hidden;
}
@media screen and (max-width:1000px) {
#block-block-36 .content img, 
#block-block-37 .content img {
    float: none;
    margin-right:0;
    margin: 15px auto 0;
    width: 100%;
}
.two-sidebars #block-block-36 .content img, 
.two-sidebars #block-block-37 .content img {
    float: none;
    margin-right:0;
    margin: 10px auto 0;
    width: 83px;
}
/*artis page description*/
.artist-data {
    float: none;
    width: 100%;
    text-align:justify;
}
/*artis page image container position*/
.artist-right-content {
    float: none;
    width: 100%;
}
/*artist page image position*/
.artist-image > img {
    margin:0 auto;
}
/*national or international text alignment*/
.field.field-name-field-regions.field-type-list-text.field-label-hidden {
    text-align:left;
}
/*mobile artist page*/
.artist-perform .field-label-inline .field-label, 
.artist-perform .field-label-inline .field-items {
    float:left;
}
}
/*fix menu on tablet*/
@media screen and (max-width:991px) {
#nav li {
    margin-right: 4px;
}
nav#horizontal {
        position:relative;
    }
    .container_12 .grid_8.top_mod_right {
        width:100%;
    }
}

@media screen and (max-width:740px) {
/*perform schedule table*/
.artist-perform {
    margin: 10px auto 0;
    max-width: 260px;
}
/*reduce gap on header*/
.node-type-artist #smk_content {
    margin-top:30px;
}
/*reduce gap between search and content*/
.not-front .node-type-artist .container_12 #content {
    margin-top:10px !important
}
.node-type-artist .field.field-name-field-website.field-type-link-field.field-label-inline.clearfix, 
.node-type-artist .field.field-name-field-website.field-type-link-field.field-label-hidden {
    float:none;
    margin-right:0;
}
.artist-right-content,
.artist-data {
    float:none;
    width:100%;
}
.artist-image > img {
    margin: 0 auto;
}
/*remove menu and show mobile menu*/
.node-type-artist #nav {
    display: none;
}
.node-type-artist .tinynav {
    display:block;
    margin:0 auto;
    float:none;
}
 .node-type-artist .right_header {
      float: none;
      margin: 0px auto;
      width: 200px;
   }
}
/*mobile artist page*/
@media screen and (max-width:420px) {
.artist-right-content,
.artist-data {
    float:none;
    width:100%;
}
.artist-image > img {
    margin: 0 auto;
}
}
h1 a, h2 a, h3 a{
color:#BE0A0A;
}
h1,h2,h3,h4,h5,h6{
color:#610B0B;
}

.smk_content h1, 
.smk_content h2, 
.smk_content h3, 
.smk_content h4, 
.smk_content h5, 
.smk_content h1 a,
 .smk_content h2 a,
 .smk_content h3 a, 
.smk_content h4 a, 
.smk_content h5 a{
color:#BE0A0A;
}

section.top_head_separator .container_12 .grid_12 {
  max-width:1080px;
  width:100%;
}