/*
Theme Name: Divi-child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/


@font-face {font-family: 'CiutadellaRounded-Md';src: url('webfonts/33A531_0_0.eot');src: url('webfonts/33A531_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/33A531_0_0.woff2') format('woff2'),url('webfonts/33A531_0_0.woff') format('woff'),url('webfonts/33A531_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'CiutadellaRounded-Rg';src: url('webfonts/33A531_1_0.eot');src: url('webfonts/33A531_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/33A531_1_0.woff2') format('woff2'),url('webfonts/33A531_1_0.woff') format('woff'),url('webfonts/33A531_1_0.ttf') format('truetype');}

.booking_links {
    height:35px;
    line-height:35px;
    width:100%;
    max-width:100%;
    position:relative;
    border:1px solid #d7d7d7;
    border-radius:2px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box; 
    cursor:pointer;
}
.booking_links .links_caption, 
.booking_links .links_elem a {
    padding:0px 10px;
    display:block;
    width:100%;
    height:35px;
    line-height:35px;
    color:#000;
    font-size:15px;
}
.booking_links .links_caption .fa {
    float:right;
    margin-top:4px;
}
.booking_links .links_elem {
    display:none;
    z-index:10;
    background:#fff;
    position:absolute;
    top:100%;
    left:0px;
    right:0px;
    margin-top:-1px;
    margin-left:-1px;
    margin-right:-1px;
    border:1px solid #d7d7d7;
    border-radius:2px;
}
.booking_links .links_elem a:hover {
    color:#fff;
    background:#1e90ff;
}

