/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

#services_new .et_multi_view__hover_selector {
/*     height: 200px; */
	height: 280px !important;
}
#services_new .et_multi_view__hover_selector:hover .et_pb_blurb_container {
    margin-top: -30px;
}
#services_new .et_pb_blurb_content{
	top: 50px;
}
#services_new .et_multi_view__hover_selector:hover .et_pb_blurb_content{
	top: 0px;
}
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #ff65c3;
}

::selection {
  color: #fff;
  background: #ff65c3;
}


/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.mobile_menu_bar:before{
	color: #ff65c3;
}
#mobile_menu{
	border-color: #ff65c3 !important;
	top: 30px !important;
}
div#et-top-navigation {
    margin-top: 20px;
}
img#logo{
	margin-top: 20px;
}
.select_page{
	display: none !important;
}
ul#top-menu {
    margin-top: 30px;
}
nav#top-menu-nav a {
    margin: 0 10px;
}
#top-menu>li>a {
    padding-bottom: 20px !important;
	color: #ffffff !important;
	font-weight: 600 !important;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#top-menu li.current_page_item>a {
    border-bottom: 3px solid #f869c1;
	color: #ffffff !important;
}
#top-menu li a:hover {
    border-bottom: 3px solid #f869c1 !important;
	color: #ffffff !important;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
input {
    padding: 15px !important;
    border-radius: 5px;
    background-color: #2d2d2d !important;
	color: #ffffff !important;
    border: 1px solid transparent !important;
    width: 100%;
}
select {
	padding: 15px !important;
    border-radius: 5px;
    background-color: #2d2d2d !important;
	color: #ffffff !important;
    border: 1px solid transparent !important;
    width: 100%;
}
textarea{
	padding: 15px !important;
	width: 100%;
	border-radius: 5px;
	color: #ffffff !important;
	background-color: #2d2d2d !important;
	border: 1px solid transparent !important;
}
input.wpcf7-submit {
    border-radius: 50px;
    color: #ffffff !important;
	font-weight: bold;
	border: 1px solid transparent;
    background-color: #f869c1 !important;
	margin-top: 20px;
}
input.wpcf7-submit:hover{
	background-color: #2d2d2d !important;
	border: 1px solid #f869c1 !important;
	color: #f869c1 !important;
}
.wpcf7-response-output {
    background-color: white;
}
.et_pb_slide {
    padding: 0 !important;
}
.et_pb_row{
	margin-bottom: 20px;
}
.et-pb-controllers{
	bottom: -5px !important;
}
.et_pb_bg_layout_dark .et_pb_slide_content {
    color: #fff;
}
.et_pb_slide_content {
    padding-bottom: 40px !important;
}
#footer-bottom{
	display:none;
}