@charset "utf-8";
/* CSS Document */

.uc_dashed_opening_hours *{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;}
 
.clear{ clear:both;}
.uc_dashed_opening_hours{overflow:hidden;}

.uc_dashed_opening_hours_inner{ max-width:100%; height:184px; padding:25px;font-family: 'Lato', sans-serif; position:relative; padding:12px; float:left;margin: 13px;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);}
.uc_dashed_opening_hours .content_box{ font-size:16px; text-align:center; border:1px dashed #ffffff; height:100%; position:relative;}
.uc_dashed_opening_hours .content_box .clock{ display:inline-block; width:65px; height:35px; font-size:22px;position:absolute; top:-13px; left:50%; transform:translateX(-50%);}
.uc_dashed_opening_hours .content_box .clock span{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.uc_dashed_opening_hours .content_box .date{ display:inline-block; width:65px; height:25px; font-size:18px;position:absolute; top:24px; left:50%;transform:translateX(-50%); padding:5px 0;font-family: Times New Roman;}

.uc_dashed_opening_hours h2{font-family: 'Poppins', sans-serif; font-size:20px;margin:90px 0 0;text-align:center}
