/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/* ---- particles.js container ---- */ 
#particles-js { 
    width: 100%; 
    height: 100vh; 

    top: 0;
    left: 0;
    z-index: -50; 
}
canvas {
    display: block; 
}

/* Full screen portfolio
------------------------------------------------------- */

a.et-lb-close{
    font-size: 46px;
    right: 5vw;
	top:2vw;
    display: block;
    color: #000;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: etmodules;
    z-index: 99999999999999;
	position:fixed;
    
}

@media only screen and (max-width: 980px) {
	a.et-lb-close{
		right: 1vw;
	}
}

/* Menu active color
------------------------------------------------------- */

#main-header #top-menu a.ds-menu-active,
    .et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {
        color: #5f666c !important;
      
    }
#top-menu li a:hover {
 opacity: 1 !important;
  color:#5f666c !important;
}


#top-menu li a{
	line-height: 110%;
}

/* Menu center
-----------------------------------------------------*/

.et_vertical_nav.et_vertical_fixed #page-container #main-header {
    align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.et_search_outer{
	display:none;
}

/* Contact form column
-----------------------------------------------------*/

#form-style{
 max-width:100%; 
 margin:0 auto;
    width:100%;
    padding: 20px 0 20px 0;
 
}
.form-row{
 width: 100%;
 
}
 
.column-full{ 
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
 
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}

.one-half{
 	float: left;
 	padding: 0.65rem;
 	width:50%;
 	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.last-column{
	clear: both;
}

@media only screen and (max-width: 767px) {
	.one-half {
		width: 100%;
		float: none;
	}
}


.wpcf7-form input[type="submit"], .wpcf7-submit {
	color:white;
	
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover{
	color:white;
	padding: .3em 1em;

}
 
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
 height:44px;
}
 
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 input[type="tel"] {
 width: 100%;
 padding: 8px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
       box-sizing: border-box;
 border: 1px solid #cacaca;
    font-size: 13px;
    color: #7c8187 !important;
    float: left;
    font-weight: 700;
}
.wpcf7-form-control-wrap {
    position: inherit;
}

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea{
	opacity:0.65;
}

/* Icon in footer
-----------------------------------------------------*/

.icon_footer{
	font-family: 'ETmodules' !important;
	font-size:48px;
	color:#b7daee;
	text-align:center;

	
}

/* Center footer content
-----------------------------------------------------*/

#footer-widgets{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}

.footer-widget{
	display:flex;
	justify-content: center;
}

#main-footer > .container{
	max-width:none;
}


/* Reverse columns
-----------------------------------------------------*/
@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* WooCommerce
-----------------------------------------------------*/
.et-cart-info { 
	display:none!important; 
}