/*
 Theme Name: One Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: One Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: one
 Version: 1.0.10
*/



/* Hide recaptcha
--------------------------------------------- */
.grecaptcha-badge { 
    visibility: hidden;
}

#captcha {
	font-size:10px !important;
	line-height: 1;
}

/* social widget */
div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
    -webkit-border-radius: 0px;
    border-radius: 0px;
	color:#fff;
    margin: 0px 3px 0px 0px;
    min-width: 34px;
}

.swp_social_panel {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}

.custom-html-widget a {
    color: #ffffff !important;
}

/* mobile nav */

@media (max-width: 1357px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }

/* Main menu bounce
--------------------------------------------- */

#page-container {
    padding-top: 0px !important;
}
#main-header {
    position: fixed;
    top: 0;
    width: 100%;
}
/* Add padding to the top of your first section instead */
.et_pb_section:first-child {
    padding-top: 85px !important; /* Match your header height */
}

.et-l .et_pb_section_0_tb_footer {
	    padding-top: 0px !important; /* Match your header height */
}

/* Main menu
--------------------------------------------- */

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a {
 padding-bottom: 15px;
}
#top-menu li {
 padding-right: 5px;
}
#et-top-navigation {
 padding: 20px 0 !important;
}
#top-menu li a {
 background: #fff; /*** CHANGES THE BACKGROUND COLOR ***/
 padding: 15px 20px;
 border-radius: 3px;
}
#top-menu li a:hover,
#top-menu li li a:hover {
 color: #fff !important;
}
#top-menu li a:hover {
 background: #6d6a82 !important; /*** CHANGES THE BACKGROUND COLOR ON HOVER ***/
}
#top-menu li.current-menu-item > a {
 background: #6d6a82; /*** CHANGES THE BACKGROUND COLOR OF THE CURRENT PAGE LINK ***/
}
#top-menu .menu-item-has-children > a:first-child:after {
 content: none;
}

	

/* contactform */	
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #fff !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #fff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: #6d6a82;
border: 0px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover {
background-color: #fff;
color: #6d6a82;
padding: 6px 20px !important;
}