/*
 Theme Name:   Dentalia child theme 
 Theme URI:    http://orionthemes.com/dentalia
 Description:  Dentalia child theme
 Author:       OrionThemes.com
 Author URI:   http://orionthemes.com
 Template:     dentalia
 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:  dentalia-child
*/


@media (min-width: 992px){
body .nav-style-2 .nav-menu > li:not(:last-child) {
    margin-right: -4px !important;
}
}

body.home  .so-widget-orion_team_w .basic-info h2.item-title.text-dark {
	letter-spacing: -1.8px;
}

h3.item-title, h4.item-title {
	font-size: 21px;
}

.icon-box-wrap span.description {
	font-size: 16px;
}

@media (min-width: 992px){
.header-classic .has_search .nav-menu > li.search {
     margin-right: -15px !important;
}
}



.x-btn.x-btn-x-large {
    font-size: 20px;
}
.x-btn.x-btn-x-large {
    padding: 0.414em 0.786em 0.457em;
    font-size: 21px;
    font-size: 1rem;
}
.x-btn, .button, [type="submit"] {
    border-radius: 0.25em;
}
.x-btn, .button, [type="submit"] {
    /*-webkit-box-shadow: 0 0.25em 0 0 #b02b38, 0 4px 9px rgba(0,0,0,0.75);
    box-shadow: 0 0.25em 0 0 #b02b38, 0 4px 9px rgba(0,0,0,0.75);*/
}
.x-btn, .x-btn:hover, .button, .button:hover, [type="submit"], [type="submit"]:hover {
    margin-bottom: 0.25em;
    text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
}
.x-btn a, .button a {
  color: white
}
.x-btn, .button, [type="submit"] {
    color: #ffffff;
    border-color: #b02b38;
    background-color: #ff0930;
}
.x-btn, .button, [type="submit"] {
    display: inline-block;
    position: relative;
    border: 1px solid #ac1100;
    padding: 0.563em 1.125em 0.813em;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ff2a13;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}


.emergencia {
  position: fixed;
  z-index: 999;
    left: 0;
    top: 240px;
}

.emergencia .x-btn {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

@media (max-width: 991px) {
  .emergencia {
    left: 0;
    top: -110px;
  }
}


@media (min-width: 992px){
.header-classic .nav-menu {
    padding-right: 30px;
}
}
.prefooter.section.text-dark {

}

.text-dark p {color:#383838 !important}

#pgc-1054-2-0 .siteorigin-widget-tinymce.textwidget {
    font-size: 16px;
    line-height: 38px;
}

#pgc-1030-1-0 {
	    top: -100px;
    position: relative;
}

@media (max-width: 992px){
#helock {
    display: none;
}
}
@media (min-width: 992px){
.nav-light .nav-menu > li > a, .nav-light .nav-menu > ul > li > a {
        padding-left: 8px;
    padding-right: 14px;
    font-size: 11.5px;
}
}


@media (min-width: 992px ) and (max-width: 1100px){

    .nav-light .nav-menu > li > a, .nav-light .nav-menu > ul > li > a {
        font-size: 11px;
        padding-right: 8px;
        padding-left: 3px;
    }
    #helock { display: none; }

}


#pgc-1046-0-1 {
    margin-top:-145px;
}

.siteorigin-widget-tinymce.textwidget {
        color: #383838 !important;
}

.icon-box-items-wrap.short .description {
    font-size: 14px;
}


p, lead, html, body, .text-dark p, .text-dark lead, .text-dark small, .orion-pricelist .description, h1.text-dark > small, h1.text-dark.small, h2.text-dark > small, h2.text-dark.small, h3.text-dark > small, h3.text-dark.small, h4.text-dark > small, h4.text-dark.small, h5.text-dark > small, h5.text-dark.small, h6.text-dark > small, h6.text-dark.small, a.category {
    color: #383838 !important;
}



.relativewrap {
    position: relative;

}

#helock h3.item-title, #helock h4.item-title {
    font-size: 16px;
}

#helock .icon-box-items-wrap.short .description {
    font-size: 12.5px;
}

.emergencia {
    opacity: 0.8;
    transition: opacity .5s
}

.emergencia:hover {
    opacity: 1;
};