/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Template: sydney
Author: aThemes
Author URI: http://athemes.com
Version: 1.0.1612351963
Updated: 2021-02-03 11:32:43
*/

#mainnav .menu .current-menu-item {
    border-bottom: 0 solid white;
}

.our_work li a:hover, .our_work .active{
color: #263246;
border-bottom: 2px solid #23527c !important;
}

.menu-item a.active{
color: #263246;
border-bottom: 2px solid #23527c !important;
}

.post-type-archive-services .page-wrap .service .content {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 4px 0px lightgrey;
    background-color: white;
    padding: 15px;
	gap: 15px;
	background-color: white;
}

.post-type-archive-services .page-wrap .service .content p:last-child {
	max-width: 80%;
	text-align: justify;
}

.post-type-archive-services .page-wrap .service .content h3 {
	display: none;
}

.post-type-archive-services .page-wrap {
	background-color: #f7f7f7;
}

.post-type-archive-services .page-wrap .container {
	background-color: #f7f7f7;
}

.post-type-archive-services .page-wrap .post-wrap {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	padding: 0;
}

.post-type-archive-services .page-wrap .service {
	width: 100%;
}

#masthead {
	background-color: #2b2b2ba3;
}


#masthead.site-header {
	padding: 5px 0;
}

#masthead.site-header.float-header {
	padding: 0;
}

@media (min-width: 480px) {
	.post-type-archive-services .page-wrap .service .content {
		flex-direction: row;
	}
}

#fp_social-5.widget.widget_fp_social{
	display: flex;
    flex-direction: column;
    align-items: center;
}

#fp_social-5.widget.widget_fp_social h3{
/* 	margin-left: 10px; */
}

#sydney_contact_info-3.widget.sydney_contact_info_widget {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#pages-6.widget.widget_pages {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.slides-container{
	background-color: transparent !important;
}