/*
 Theme Name:     Divi PTB
 Theme URI:      http://pushthebrand.com
 Description:    Divi Child Theme
 Author:         PTB
 Author URI:     http://www.pushthebrand.com
 Template:       Divi
 Version:        1.0.0
*/

/*-----------------------------------*/
/*remove default footer bar from DIVI*/
/*-----------------------------------*/
#footer-bottom {
    display: none;
}

/*--------------------------------------*/
/*This will change the active menu items*/
/*--------------------------------------*/
/*This will change the active main menu item colour*/
#top-menu > li.current-menu-item > a{
    color: red !important;
}
#top-menu li a:visited, #top-menu li a:active {
font-weight: bold;
}
/*-----------------------------------------------*/
/*adiciona ezpaco entre os links e o logo do menu*/
/*-----------------------------------------------*/
.menuLinks{
	padding-top: 20px;
	text-transform: uppercase;
}
#ancora{
	text-transform: uppercase;
}
/*----------------------------------------*/
/*adiciona traco por baixo do item do menu*/
/*----------------------------------------*/
/*
#top-menu .active a{
	color: #c3095f!important;
}
#top-menu .active a:after{
	content: '';
	border-bottom: 2px solid #c3095f;
	display: block;
	width: 100%;
	position: relative;
	top: 8px;
}
*/

/*#top-menu > li a:link {color: blue !important;}*/
/*#top-menu > li a:hover {color: red !important;}*/
#top-menu > li a:focus {font-weight: bold !important; text-decoration: underline !important;}

/*--------------------------------------*/
/*faz o botao do contact-form full-width*/
/*--------------------------------------*/
.et_contact_bottom_container {
Width: 100%;
}
.et_pb_contact_form_container.et_pb_contact_form_container .et_contact_bottom_container .et_pb_contact_submit.et_pb_button {
Width: 97%; margin: auto;
}

/*----------------------------*/
/*styling do botao back to top*/
/*----------------------------*/

/*This section changes the shape to a circle and moves the button away from the edge of the screen*/
.et_pb_scroll_top.et-pb-icon {
    background-color: rgba(188, 209, 0, 0.43);
	padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 20px;
}


.entry-content tr td, body.et-pb-preview #main-content .container tr td {
    padding: 6px 24px;
    border-top: 2px solid white; 
}

/*--------------------------------------------*/
/* Remove the line below the normal Divi menu */
/*--------------------------------------------*/
#main-header {
    box-shadow: none !important;
}

/*------------------------------------------------------------*/
/* remove the shadow underneath the fixed Divi navigation bar */
/*------------------------------------------------------------*/
/*#main-header.et-fixed-header {
    box-shadow: none !important;
}
*/
/*===========================================*/
/* Setting the breakpoint of the mobile menu */
/*===========================================*/
@media (max-width: 1135px) {
	 #et_mobile_nav_menu {
	 	display: block;
	 }
	 #top-menu {
	 	display: none;
	 }
	.mobile_menu_bar_toggle::before{
		color: #bccf00;
	}
	#mobile_menu{
		border-top: white;
	}
 }

