/*
Theme Name:   Divi child theme
Description:  Write here a brief description about your child-theme
Author:       Justin DiMucci
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
Text Domain:  Divi-child
*/


/*		HEADER		*/


/* Remove the down arrow from divi’s primary menu */
#top-menu .menu-item-has-children {padding-right: 0px;}
#top-menu .menu-item-has-children > a:first-child::after, .fullwidth-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
display: none;
}

#top-header #et-info {
	float:right;
}

#et-secondary-nav {
	margin-right:15px;
}

#et-secondary-nav a{
	text-decoration:underline;
}


#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a {
    color: #9dc1ff;
    font-weight: 1000;
	text-decoration:underline;
}


/*       GENERAL     */

h1, h2, h3, h4, h5 {
    font-family: 'HaarlemDeco'!important;
}

h2 {
    font-family: 'Prata',Georgia,"Times New Roman",serif;
    font-size: 42px;
    line-height: 1.2em;
}

h4 {
	margin-top:30px;
}

.et_pb_text ol, .et_pb_text ul {
    margin-left: 2em;
	margin-top: 15px;
}

/*       HOME     */

.rotator-text {
	font-family: 'HaarlemDeco'!important;
}

#rev_slider_1_1_wrapper .hades .tp-arr-allwrapper {
	display:none;
}

.et_pb_column_8 {
   /* background-image: linear-gradient(180deg,#f3ebe7 10%,rgba(243,235,231,0) 100%),url(https://themezzsouthboston.carlcomm-dev.com/wp-content/uploads/2019/11/wedding_engagement_41.png); 
	background-image: linear-gradient(180deg,#f3ebe7 10%,rgba(243,235,231,0) 100%)!important;*/
}

input, textarea, input, textarea {
    width: 100%;
    padding: 16px!important;
    border-width: 0;
	border: none!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFF!important;
    background-color: #616161!important;
    font-size: 15px;
    -webkit-appearance: none;
}

.wpcf7 {
	width:100%;
	margin: 0 auto;
}

.wpcf7-form {
	max-width:700px;
	margin: 0 auto;
}

.wpcf7 label {
	color:#FFF;
}

input[type="submit"] {
	transition: background-color 0.5s ease;
	background-color:#778bbb!important;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color:#79242f!important;
	cursor: pointer;
}



/*       RESIDENCES HEADER     */

.et_pb_row_0.et_pb_row.residence-header {
	padding-bottom:20vw!important;
}


/*       IMAGE MAP     */

.imp-tooltip {
	background: rgba(255, 255, 255, 0.85)!important;
	border-top: 5px solid #000!important;
}

.hs-arrow hs-arrow-bottom {
	border-top: 8px solid #FFF;
	border-top-color: rgba(255, 255, 255, 0.855)!important;
}


/*       NEIGHBORHOOD MAP     */

.eapps-google-maps-bar-filters-item span {
    padding-left: 28px;
    line-height: 20px;
    font-size: 18px!important;
	font-weight:600;
}

.eapps-google-maps-bar-filters-item:nth-child(2) span {
    display:none!important;
}

.eapps-google-maps-bar-filters-item:nth-child(3) span {
    color: #79242f!important;
}

.eapps-google-maps-bar-filters-item:nth-child(4) span {
    color: #703200!important;
}

.eapps-google-maps-bar-filters-item:nth-child(5) span {
    color: #3d6239!important;
}

.eapps-google-maps-bar-filters-item:nth-child(6) span {
    color: #0b1f37!important;
}

.eapps-google-maps-bar-filters-item:nth-child(7) span {
    color: #52483e!important;
}
.eapps-google-maps-bar-filters-item:nth-child(8) span {
    display:none!important;
}

/*       FOOTER     */

.fwidget {
	float:none;
}


/*       BLOG     */

.type-post .et_pb_column_0 {
    background-image: none;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 10px;
}

/*.post-meta .author { display: none; }*/
