/*
Theme Name: smile2013
Author: T @ Touch Marketing
Version 1.0
*/

/* --------------------------------------------------------------------------------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* ---------------------------------------------------------------------------------------------------------------------------
* Colours
* -----------------------------------------------------
*
* Main Blue   #007be4
*
*/

@import url(http://fonts.googleapis.com/css?family=Lato:400,900);

/* ---------------------------------------------------------------------------------------------------------------------------
    WORDPRESS Required CSS
----------------------------------------- */
    
.alignnone { margin: 14px 10px; }
.aligncenter { display:block; margin: 14px auto; }
.alignright { float:right; margin: 14px 0 14px 10px; }
.alignleft { float:left; margin: 14px 10px 14px 0; }
 
.wp-caption {
    text-align:center;
    margin:5px;
    max-width: 635px; }
.wp-caption-text, .gallery-caption {
    padding:2px;
    margin:0 5px; }
 
.bypostauthor, .sticky { }


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

iframe{
  max-width:100%;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.image-collapse{
  font-size:0;
  line-height:0;
}
.hot{
  color:#F6872D !important;
}
p{
  overflow: hidden; /* prevents buttons and other stuff freaking out over/under floating images */
}
article p{
  overflow:visible;
}

.button{
  box-shadow:none;
}
.button.secondary{
  color:white;
  box-shadow:none;
}
.flex-video{
  margin:14px 0;
}

body{
   font-family: 'Lato', 'helvetica', 'arial', sans-serif;
   background-color:black;
}

h1, h2, h3, h4, h5, h6{
  font-weight:normal;
  font-family: 'Lato', 'helvetica', 'arial', sans-serif;
}
article h1, article h2, article h3, article h4, article h5, article h6{
  margin-top:30px;
}
/*h1, h2{
  font-size:26px;
}*/
h3, h4{
  font-size:18px;
}
.fancy{
  text-transform:uppercase;
  font-weight:normal;
  font-family:Georgia, serif;
  color:#525252;
  text-align:center;
  letter-spacing:2px;
  position:relative;
  margin:40px 0;
  z-index:1;
  font-size:18px;
}
.fancy span{
  font-family:Georgia, serif;
  color:#525252;
  text-align:center;
  letter-spacing:2px;
  display:inline-block;
  background-color:white;
  padding: 0 20px;
  max-width:70%;
}
.fancy span:before{
  content:" ";
  z-index:-1;
  width:80%;
    left:10%;
  position:absolute;
  top:50%;
  border-bottom:1px solid #bbbbbb;
}
.fancy-h3s h3{
  font-weight:normal;
  overflow: hidden;
  padding-bottom:0.5em;
  border-bottom: 2px solid #333333;
}

.panel h3{
  color:white;
}
.panel, .panel.callout{
  box-shadow:none;
}

hr{
  position: relative;
  margin:0;
  height:5px;
  border-width: 5px 0 0;
  border-color:#F6872D;
  box-shadow:0 -2px 6px 0 rgba(0,0,0,0.2);
}

#main-content{
  padding-bottom:60px;
}
ul.links, article ul, article ol, article dl{
  padding-left:20px;
}

#back-to-top{
  position:relative;
  top:-30px;
}


/* -----------------------------------------
   Header and Nav
----------------------------------------- */
header, nav, #main-content{
  background-color:white;
}
header img{
  margin: 20px 0;
  
}
header{
  border-top:10px solid #F6872D;
}
header p:first-child{
  margin:40px 0 0;
}
header p{
  margin:0;
}
header .introstuff{
  text-align:right;
}
header .mega-blurb{
  font-size:2.5em;
}
.logo h2{
  text-indent:-9999px;
  height:1px;
  margin:0;
}
nav ul.main-nav{
  background-color:#F6872D;
}
nav ul.main-nav li{
  display:inline-block;
}
nav ul.main-nav li a{
  font-size:1.5em;
  display:inline-block;
  color:#F9DBCA;
  padding:15px 20px;
  text-transform:uppercase;
}
nav ul.main-nav li a:hover, nav ul.main-nav li a.selected{
  color:#ffffff;
}
nav ul.main-nav li a.selected{
  font-weight:bold;
}
nav ul li.dropdown{
  position:relative;
}
nav ul li.dropdown ul{
  display:none;
  position:absolute;
  z-index:10;
  background-color:#005FB1;
  margin-left:0px;
  padding-bottom:10px;
}
nav ul li.dropdown:hover ul{
  display:block;
}
nav ul li.dropdown ul li a{
  font-size:0.8em;
  line-height:1.2em;
}


/* -----------------------------------------
   Footer
----------------------------------------- */

footer{
  background-color:black;
  color:white;
  padding: 20px 0;
}
footer ul.link-list li{
  float:none;
  display:inline-block;
}
footer ul li a{
  color:white;
}
.copyright{
  font-size:10px;
}
footer .logos img{
  vertical-align:top;
  margin:0 5px 10px;
  max-width:45%;
}

/* -----------------------------------------
   Sidebar
----------------------------------------- */
.sidebar{
  margin-top:30px;
}

.sidebar ul.links{
  list-style-type:none;
  padding-left:0;
}
.sidebar ul li{
  line-height:1.3em;
  margin-bottom:10px;
}
.sidebar ul li a{
  font-size:1.5em;
  color:#666666;
}
.sidebar ul li a.selected{ 
  color: #007BE4;
}
.sidebar ul li a:hover{
  color:#006DCB;
}
aside .chunk{
  margin-bottom:50px;
}



/* -----------------------------------------
   Home
----------------------------------------- */
#feature{
  position:relative;
  padding-bottom:40px;
}
#feature h2, .specials h2{
  color:#F6872D;
}
#feature h3, #feature h4, #feature h5, #feature h6{
  line-height:1.4em;
}
.lt-ie9 #feature .nine.columns{
  float:right;
}
#tooth-woman{
  height:100%;
  position:absolute;
}
#tooth-woman img{
  position:absolute;
  bottom:0;
}
.go-arrow{
  cursor:pointer;
  /*text-indent:-9999px;*/
  height:41px;
  color:white;
  font-size:9px;
  line-height:1em;
  padding-top:7px;
  font-weight:bold;
  width:188px;
  text-transform:uppercase;
  display:inline-block;
  background:url(images/sprite.png) left top no-repeat;
}
.go-arrow:hover{
  background:url(images/sprite.png) left -41px no-repeat;
}
#feature-reveal{
  display:none;
}
.no-js #feature-reveal{
  display:block;
}

#comparison-table{
  margin:0 0 20px;
  padding:20px;
  background-color:#cae7ff;
  border-collapse:separate; 
  border-spacing:0 15px;
  /*border:10px solid #cae7ff;*/
}
#comparison-table tr:nth-child(1), #comparison-table tr.last, #comparison-table tr:nth-child(2n).last  {
  background-color:transparent;
}
#comparison-table tr, #comparison-table tr:nth-child(2n)  {
  background-color:#e4f3ff;
  margin-bottom:10px;
}
#comparison-table .col1{
  width:30%;
  font-weight:bold;
} 
#comparison-table .col2{
  text-align:center;
  width:35%;
  color:#666666;
} 
#comparison-table .col3{
  text-align:center;
  width:35%;
  color:#666666;
}
#comparison-table .col2 strong, #comparison-table .col3 strong{
  color:#333333;
}

#comparison-table th.col1{
  vertical-align: bottom;
  font-size:1.5em;
  text-align:left;
} 
#comparison-table tr td span  {
  font-size:0.8em;
}
#comparison-table .offer{
  font-size:1.5em;
}


.social-icon{
  text-indent:-9999px;
  display:inline-block;
  height:90px;
  width:90px;
  background:url(images/sprite.png) -189px top no-repeat;
}
.social-icon:hover{
  opacity:0.8
}
.facebook{
  background:url(images/sprite.png) -281px top no-repeat;
}



/* -----------------------------------------
   News
----------------------------------------- */
.single-back-btn{
  margin-top:40px;
}

article{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px dashed #dddddd;
}

.date{
  display:inline-block;
  vertical-align:middle;
  height:60px;
  width:60px;
  border-radius:60px;
  background-color:black;
  color:white;
  font-size:13px;
  text-align:center;
  padding-top:16px;
  text-transform:uppercase;
  margin-right:15px;
  font-family: 'Lato', 'helvetica', 'arial', sans-serif;
}


/* -----------------------------------------
   Contact Form 7
----------------------------------------- */

.wpcf7-form > p > br {
   display:none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
  min-width: 300px;
  width: 50%;
}

.wpcf7-form label span, span.wpcf7-not-valid-tip-no-ajax{
   color:#c41230;
}
.wpcf7-not-valid{
   border: 1px solid #c41230 !important; 
}
div.wpcf7-validation-errors {
   border:none;
}

div.wpcf7-response-output {
 margin:0;
 padding: 0;
}

div.wpcf7-response-output {
    background: #c41230;
    border: none;
    color:white;
    padding: 5px;
    border-radius:5px;
    text-align:center;
}
span.wpcf7-not-valid-tip {
   text-align:center;
    background: none repeat scroll 0 0 #c41230;
    font-size: 14px;
    color:white;
    border:none;
    border-radius: 0 0 5px 5px;
    left: auto;
    right:auto;
    padding: 2px;
    position: static;
    display:block;
    margin-top:-13px;
    top: 0;
    /*width: 60%;*/
    z-index: 0;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #72B631;
}

.wpcf7-not-valid{
   border: 1px solid #c41230 !important; 
}




/* -----------------------------------------
   Queries
----------------------------------------- */


/* 1023 and under */
@media only screen and (max-width: 1023px) { 
  #comparison-table th img  {
    width:80%;
  }
  #comparison-table .button.large {
    padding: 10px;
  }
}

/* 767 and under */
@media only screen and (max-width: 767px) { 
  .column.chunk, .columns.chunk{
    margin-bottom:40px;
  }
  .button.maintain-size {
    display: inline-block;
  }
  nav ul.main-nav {
    text-align: center;
  }
  h4.fancy span{
    max-width:80%;
  }
  h4.fancy span:before{
    width:90%;
    left:5%;
  }
  #comparison-table .button.large {
    font-size: 10px;
    padding: 5px;
  }
  .logo{
    text-align:center;
  }
  header p:first-child{
    margin: 0;
  }
  header img {
    margin: 10px 0 0;
  }
  header .introstuff{
    text-align:center;
    margin-bottom:20px;
  }
}

/* 320 and under */
@media only screen and (max-width: 320px) { 
  #comparison-table {
    left: -15px;
    position: relative;
    padding:20px 10px;
  }
}









