/*   
Theme Name: TAAR
Theme URI: http://truckaccidentattorneysroundtable.com
Description: TAAR Template
Author: Neural Planet
Author URI: http://neuralplanet.com
Version: 1
*/

/* css: /css/style.css */

/* Apex Styling */
@media only screen and (max-width: 500px) {
  img.static-button-apex {
  display: none!important;
}
}

/* Sidebar Search Appearance Fix */

#right-column #searchform label {
  display: none;
}

#right-column input#s {
  width: 97.5%;
  padding: 3.1px 2px;
  font-size: 15px;
  font-family: Georgia;
}

#right-column #searchsubmit {
  background: linear-gradient(to bottom, rgba(94,94,94,1) 0%,rgba(86,86,86,1) 18%);
  color: #e1e1e1;
  display: block;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  border: 2px solid #c5c3c3;
  margin-top: 10px;
  font-size: 1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#right-column #searchsubmit:hover {
  cursor: pointer;
  background: #034bae;
  color: #fff;
  cursor: pointer;
  border: 2px solid #4881cf;
}


@media screen and (min-width: 915px) {
  .dave {
    position: absolute;
    background: url('http://www.truckaccidentattorneysroundtable.com/wp-content/themes/taar/assets/quote-dave.png') no-repeat;
    top: 200px;
    width: 263px;
    height: 68px;
    left: 30px;
    text-indent: -9999px;
  }
}

.post .entry {
    overflow: auto;
}


/* Resize Google No CAPTCHA */
.g-recaptcha {
    transform: scale(0.89);
    transform-origin: 0 0 0;
}


/* Crash Page CSS */

#topcrash {border-collapse: collapse; border-color: #999; margin: 6px 0;}
#topcrash th, #topcrash td {padding: 8px;}
.tblue {background: #426DD6; color: #fff;}
.twhite {background: #fff;}
.tgrey {background: #F2F2F2;}


.box {
background-color:#D4D4D4;
color:#000000;
width:450px;
padding:15px;
border:1px solid #000000 !important;
}

/* DAVE Responsive full size image */
.size-full {width: 99%;height: inherit;}
.entry img {border: none !important;}

/* Responsive YouTube CSS */

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



