/*
 Theme Name:   Insurance Child
 Theme URI:    http://demo.vegatheme.com/insurance
 Description:  Insurance Child Theme
 Author:       OceanThemes Team
 Author URI:   http://oceanthemes.net
 Template:     insurance
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  insurance-child
*/

@import url("../insurance/style.css");

/*** Style CSS for child theme here: ***/
p {
    margin-bottom: 0px!important;
}
.tp-header .call {
    color: #999;
}
.cotiza {
    display: inline-block;
    position: relative;
}
.menu-cotiza {
	display:none;
    width: 245px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 25px;
    text-align: left;
    position: absolute;
    z-index: 999;
    margin-left: -50px;
	box-shadow: 1px 1px 9px #a5a5a5;
}
.menu-cotiza ul li a, .menu-cotiza ul li a:hover, .menu-cotiza ul li a:focus {
    color: #999999;
}
.menu-cotiza ul li a i {
    color: #1f448e;
}
.btn-cotiza img {
    width: 13px !important;
    margin-left: 4px;
    margin-top: -2px;
}
.page-header {
    position: relative;
    height: 290px;
	border-bottom: 0;
}
.pageh1, .header-pic img{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
