/*
Theme Name: Urologic Institute Child
Description: Urologic Institute Child is a child theme of Hello Elementor, built with love and attention by Alii Marketing by Design.
Author: Ali'i Marketing by Design
Author URI: https://www.aliidesign.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: alii
*/

b, strong{
    font-weight: bold;
}
p:last-child{
    margin-bottom: 0;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li{
    margin-bottom: .75rem;
    position: relative;
}
h1 small {
    font-size: .6em;
    display: block;
    line-height: 1em;
}
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0;
}
h2 em{
    font-size: 1.333333em;
    font-style: normal;
    display: block;
}
h2 small{
    font-size: .666666em;
    display: block;
    line-height: 1.1em;
}
a:hover {
    text-decoration: underline;
}
a.link-chevron,
.link-chevron a{
    font-weight: bold;
    color: var(--e-global-color-primary);
}
a.link-chevron:after,
.link-chevron a:after{
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 9px;
    height: 16px;
    background: url('images/chevron-green.svg') no-repeat scroll center center transparent;
    background-size: cover;
    vertical-align: middle;
}
a.link-chevron:hover:after,
.link-chevron a:hover:after{
    text-decoration: underline;
}
ol.fancy-numbers li::before{
    content: counter(step-counter) ". ";
    color: var(--e-global-color-primary);
    font-size: 2.25rem;
    font-family: "IBM Plex Serif", serif;
    position: absolute;
    left: -40px;
    font-weight: normal;
}
.red-bullets ul{
    list-style: none;
}
.red-bullets ul li::before{
    content: "•";
    color: var(--e-global-color-64b2810);
    font-size: 2.5rem;
    position: absolute;
    left: -30px;
}
table tbody>tr:nth-child(2n+1)>td,
table tbody>tr:nth-child(2n+1)>th,
table tbody tr:hover>td,
table tbody tr:hover>th{
    background-color: transparent;
}
table{
    font-size: inherit;
}
table td,
table th{
    padding: 10px;
    border: 0 none;
    font-size: 1rem;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea{
    border: 1px solid #b4b8b7;
    border-radius: 0;
}
.gform_wrapper form select{
    padding: 9px 8px !important;
    background-color: #fff;
}
body .gform_wrapper.gravity-theme .gfield_label{
    font-weight: normal;
    font-size: .875rem;
}
body .ginput_container_consent input,
body .gfield_consent_label{
    display: inline;
}
input[type="submit"]{
    min-width: 150px;
    margin-top: 20px;
}
.page-header{
    padding-top: 50px;
    padding-bottom: 50px;
}
.number-box>.elementor-widget-wrap{
    flex-wrap: nowrap;
}
.number-box > .elementor-widget-wrap > .elementor-element{
    width: auto;
}

@media (min-width: 768px){
    .page-header {
        padding-top: 70px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1140px) {
    .page-header {
        padding-top: 140px;
        padding-bottom: 150px;
    }
}

@media (max-width: 1024px){
    .elementor-top-section > .elementor-container > .elementor-top-column{
        padding-left: 20px;
        padding-right: 20px;
    }
}