/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.0.6.1575024134
Updated: 2019-11-29 12:42:14

*/

.home .et_pb_portfolio_item {
    background-color: #0091ea;
}

.projectarea p.post-meta {
    padding-left: 25px !important;
    padding-right: 25px;
}

.mymenu-home a {
    color: #ffffff;
}

.mymenu-home a:hover {
    opacity: 1;
    color: #b4e3ff;
}

.contact-css a {
    background-color: #0091ff;
    border-radius: 20px;
    line-height: 1;
    font-weight: bold;
	color: #ffffff !important;
}

.contact-css a:hover {
    background-color: #002f52;
    color: #ffffff;
    opacity: 1;
}

.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li.contact-css.current-menu-item a {
    color: #ffffff!important;
}

/* Floating Menu */
.et_pb_fullwidth_menu--with-logo.fixed .et_pb_menu__menu>nav>ul>li>a {
    padding: 10px 10px !important;
}


.fixed .et_pb_menu__wrap {
    height: 50px !important;
    margin-top: 15px;
}

/*
.mymenu-home .current-menu-item a {
    background-color: #ffffff !important;
}*/

.mymenu-home .menu-item a {
 /*   background-color: #00518e;*/
    padding: 15px !important;
    align-items: center;
    line-height: 1;
}

@media (max-width: 980px) {
.half-button {
    width: 60% !important;
    padding: 20px;
    font-size: 30px;
}
}

.mymenu-home .menu-item {
    line-height: normal !important;
}

#mycustmenu.fixed {
    display: block !important;
	animation-name: fadeInTop;
	transition: 2s;
}


#mycustmenu {
    display: none;
	animation-name: fadeOutTop;
}


.codedarea {
    display: none;
}


.line-under-css h1:after {
    content: "";
    border-bottom: 2px solid #0058a0;
    display: block;
    margin-top: 8px;
}

.line-under-css1 h1:after {
    content: "";
    border-bottom: 2px solid #0091ea;
    display: block;
    margin-top: 8px;
}


.line-under-css h2:after {
    content: "";
    border-bottom: 2px solid #0058a0;
    display: block;
    margin-top: 8px;
}

.line-under-css1 h2:after {
    content: "";
    border-bottom: 2px solid #0091ea;
    display: block;
    margin-top: 8px;
}

.contact-form-container {
    padding-top: 0px;
}

span.et_pb_contact_field_radio {
    float: left;
    padding: 10px;
}