/*
 Theme Name:   Oxigeno Child
 Theme URI:    http://oxigeno.bold-themes.com
 Description:  Oxigeno child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     oxigeno
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  oxigeno-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */


/* Text default font size*/

p {
    font-size: 1.3em!important;
    line-height: 1.8em;
}


p a:link{color:#db7abb};


.menuPort nav > ul > li > a {
    line-height: 20px!important;
}

.menuPort nav > ul > li > a {
    padding: 0;
    margin-top: 50px!important;
}


/* LOGO ADJUST */

.btHasCrest.btMenuHorizontal:not(.btMenuCenter):not(.btStickyHeaderActive) .logo {
    padding-left: 130px!important;
}

/* MENU ITEM PADDING */

.btMenuHorizontal .menuPort > nav > ul > li {
    padding: 0 20px 0 0!important;
}

/* MAIN + SUB MENU ITEM FONT SIZE */

.menuPort {
    font-size: 18px!important;
}

.btMenuHorizontal .menuPort ul ul {
    font-size: 16px!important;
}

/* MENU BAR  AND SHADOW */
.btMenuHorizontal:not(.btBelowMenu) .mainHeader {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0)!important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0)!important;
    
.btLightSkin .btPageHeadline {
        background-color: #ffffff!important;
    }
    
    
    .btMenuHorizontal .menuPort > nav > ul ul {
        position: absolute;
        width: 220px;
        right: 0;
        top: auto;
        margin: 0;
        pointer-events: none;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0)!important;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0)!important;
        z-index: 1;
        padding: 0;
        background-color: #f2f2f2!important;
    }
   
 
 /* TITLES SUB-HEADLINE FONT SIZE AND LINE HEIGHT */
 
   .bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.3em!important;
} 
    .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    margin-top: 0.8em;
    line-height: 1.6em!important;
 
}
    
    