/*  
Theme Name: MyTax 2016
Theme URI: http://sww.co.nz/
Description: MyTax 2016 redesign
Version: 1.0
Author: Plato and SWW

Main styles contained in app.css

*/

/* TEST 1 */ 

/* Contact form styles                              */
/* ------------------------------------------------ */


#li--8, #li--9, #li--10, #li--11  {
   display:none;
}
#anotherfile {
   margin-right: 50px;
   display:none;
}


/* Hide iframe inserted by Google */
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

#mytaxform1 .dateselect-container select {
   margin-bottom: 0;
}

/* center blog post image */
.blog-post .blog-image {
   text-align: center;
}

/* asterix note at bottom of page */
.cite {
   color: #6d6f71;
   font-size: 0.875rem;
   margin-top: 50px;
}

/* list numbering for T&C */
#thickboxcontent ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#thickboxcontent ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#thickboxcontent ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

#thickboxcontent ol > li {
   font-weight: bold;
}
#thickboxcontent li ol > li {
  margin: 0;
  font-weight: normal;
}

#thickboxcontent li ol > li:before {
  content: counters(item, ".") " ";
}
#thickboxcontent ol.letter li:before {
    content: "(" counter(item,lower-latin) ")";
}

/* Call To Action */
div.cta {
   text-align: center;
}
aside.resources-sidebar div.cta {
   padding: 30px;
   margin-bottom: 30px;
   background-color: #ffffff;
}
aside.resources-sidebar div.cta h2 {
   font-size: 2rem;
}
aside.resources-sidebar div.cta a.button {
   font-size: 1.1rem;
   color: #ffffff;
   margin: 1rem auto;
}

div.what-now {
   background: #f0f0f0;
   padding: 30px;
   overflow: hidden;
   margin: 30px 0;
}
div.what-now h3 {
   color: #090909;
   text-align: center;
   margin-bottom: 30px;
}
div.what-now div.action {
   float: left;
   width: 200px;
   clear: left;
}
div.what-now div.blurb {
   margin-left: 200px;
   margin-bottom: 30px;
}
div.what-now div.action a.button {
   width: 160px;
   font-size: 1rem;
   font-weight: bold;
}

@media screen and (max-width: 500px) {

   div.what-now div.action {
      float: none;
      margin: 0 auto;
      display: block;
   }
   div.what-now div.blurb {
      margin-left: 0;
   }
}
