/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.0
*/

@import url("../Total/style.css");

/***WebBooks header widget css by David Christy and Chris 'Barley' Kirby***/
/*
.reservation-box{
        width: 350px;
        height: 155px;
        border: 2px;
        border-style: solid;
        border-color: #308b9b;
		background-color: #fff;
		max-width: 93%;
      }

      .reservation-box .reservation--header{
        background-color: #308b9b;
        width: 100%;
        height: 24px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        font-family: priori-sans;
      }

      .reservation-box .reservation--body{
        padding: 10px 5px 5px 5px;
        width: 100%;
      }


      .reservation-box .reservation--body--left{
        float:left;
        width: 50%;
      }
      .reservation-box .reservation--body--right{
        width: 50%;
        float:left;
      }

      .reservation-box .reservation--body--text{
        color: #5d4500;
        text-transform: uppercase;
        font-weight: 600;
        text-align: left;
		font-size: 10px;
      }

      .reservation-box .reservation--body--form-box{
        margin-bottom: 7px;
		margin-left: 20px;
        
      }
      .reservation-box .reservation--body--form-box button{
        background-color: #db6f1d;
		margin: 17px 0px 0px 0px;
		font-size: 12px;
      }
      .reservation-box .reservation--body--footer{
        width: 100%;
        height: 40px;
        color: white;
        margin-top: 85px;
        padding-top: 5px;
        font-size: 25px;
        background-color: olive;
        font-style: bold;
        text-transform: uppercase;
        text-align: center;
        visibility: hidden;
      }
.reservation-box input[type="text"]{
            line-height: .3;
}/*