/*
 Theme Name:     Veebihai.ee modifitseeritud teema
 Theme URI:      http://veebihai.ee
 Description:    Veebihai.ee Custom Theme
 Author:         Indrek Eenmaa
 Author URI:     http://www.veebihai.ee
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.et_fixed_nav #top-header {
	position: absolute !important;
}

.et-fixed-header {
	top: 0px!important;
}


/* GLOBAL WORD BREAK */
#et-secondary-menu li, #top-menu li, .et_pb_gallery_item, .et_pb_portfolio_item, .et_pb_blurb_content, .et_pb_tabs_controls, .et_pb_tab, .et_pb_slide_description, .et_pb_pricing_heading, .et_pb_pricing_content, .et_pb_promo_description, .et_pb_newsletter_description, .et_pb_counter_title, .et_pb_circle_counter, .et_pb_number_counter, .et_pb_toggle_title, .et_pb_toggle_content, .et_pb_contact_main_title, .et_pb_testimonial_description_inner, .et_pb_team_member, .et_pb_countdown_timer_container, .et_pb_post, .et_pb_text, .product, .et_pb_widget {
word-wrap: normal;
}




/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
.kontakt {border-radius: 0px;}
.kontakt a {color: #fff!important;}
li.kontakt {
    background-color:#02A7EB; 
    font-weight: 700; 
    text-transform: uppercase; 
    text-align: center; 
    padding: 12px 13px 10px 10px!important;
border-radius: 3px;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;}
li.kontakt:hover {background-color: #0995cf;}
 
/* fixed header button text color */
     .et-fixed-header #top-menu .kontakt a {
color: #fff!important;}
        .kontakt li.current-menu-ancestor > a, .kontakt li.current-menu-item > a {
        color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
li.kontakt {height: 33px;}}
