/*
Theme Name: chiropractor_child_theme
Version: 1.0
Author: DesignArc
Description: A child theme of Chiropractor
Template: chiropractor
*/

.requestBlock{box-shadow:1px 0px 15px rgba(0,0,0,0.15);}

.floatingbox-contact { 
position: fixed;
right: -180px;
top: 220px; /* the vertical position of the box */
width:140px; /*actually this is the height when we do sideways */
height:300px;/*actually this is the width when we do sideways. Keep this just big enouigh for Teaser */
z-index:9999;
/* rotate 90 degrees in Teaser Mode */
-moz-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
padding: 10px 10px 10px 10px;
margin:0!important;
font-size:14px;
background:#f0f0f3;
border-radius:10px;border:1px solid #199e9b;
color:#D05301;
}

.floatingbox-contact a { /* regular state -  may not be used for this one */
   color:#199e9b;text-decoration: none;
}

.floatingbox-contact a:hover { /* regular state -  may not be used for this one */
   text-decoration: underline;
}

.floatingbox-contact-left {  /* this is the top part (teaser) */
   height:50px; /* when rotated, really this is the width!! */
   text-align:center;
   }
