/*
Theme Name: New Life

*/
@import url('https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,400;0,700;1,400&family=Open+Sans:wght@400;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,500;1,600&display=swap');

/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.ui-accordion .ui-accordion-header {    margin-bottom: 13px !important;}


.desk-google-review a {
    display: block;
    padding: 10px;
    background: #f37327;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    
}
.desk-google-review {
    position: fixed;
    top: 360px;
    z-index: 9;
    left: auto;
    right: 5px;
    width: 150px;
    text-align: center;
    background: #000;
}

.desk-google-review:hover a {
    background: #d94700;
    color: #d9bd9f;
    transition: 0.2s;
}

.mob-google-review:hover a {
    background: #fff;
    color: #000;
    transition: 0.2s;
}
.mob-google-review a {
    background: #f37327;
    display: block;
    padding: 10px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

@media all and (max-width:768px){
.desk-google-review{display:none;}
.mob-google-review {display:block;}
}

@media all and (min-width:769px){
.desk-google-review{display:block;}
.mob-google-review {display:none;}
}

div#go_plus_plugin-2, div#facebook_plugin-2 {
    height: 308px;
    overflow: hidden;
}


aside#nav_menu-2 h1.widget-title {
    display: block;
    margin: 0;
    text-align: center;
    padding: 10px 0;
    background: #a43d12;
    color: #fff;
    font-weight: 600;
    font-size: 40px !important;
}

ul#menu-services li {
    list-style: none;
    text-align: center;
    padding: 10px 0;
    background: #e16724;
border-bottom: 1px solid;
}


ul#menu-services {
    padding: 0 !important;
    margin: 0;
}

ul#menu-services li:hover {
    background: #b45520;
}
ul#menu-services a {
    color: #fff;
    display: block;
}
.cont{color: #fff;
    font-size: 29px;
    margin: 16px 0;}