/*
Theme Name: Green light-child
Theme URI: https://wordpress.org/themes/twentysixteen-child/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen-child
Template: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body{
	font-family: 'Open Sans', sans-serif;
}
body:not(.custom-background-image).admin-bar:before {
    top: 0;
}
.top-header-wrapper{
	width:100%;
	height:auto;
	position:relative;
}
.top-header-wrapper:before {
    position: absolute;
    content: '';
    background: url(https://scheffeelaw.com/wp-content/uploads/2018/08/border-1.jpg);
    width: 100%;
    height: 6px;
    background-position: center center;
    background-size: cover;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    height: 0;
}
.custom-logo {
    max-width: 300px !important;
    width: 100% !important;
}
.logo-site {
    width: auto;
    float: left;
    margin: 30px 0px;
}
.number-info {
    width: auto;
    float: right;
	margin: 27px 0px;
}
.number-info ul {
    list-style: none;
    margin: 0;
}
.number-info ul li {
    display: inline-block;
}
.number-info ul li a {
    font-size: 22px;
    padding: 0px 30px 0px 14px;
    font-family: 'Open Sans', sans-serif;
    color: #3f3f3f;
    font-weight: 700;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-O-transition:all ease-in-out 0.3s;
}
.number-info ul li i {
    font-size: 27px;
    vertical-align: bottom;
    color: #0b3c5d;
    transform: rotate(90deg);
}
.number-info button {
    background: #0b3c5d;
    padding: 10px 44px;
    font-size: 17px;
	font-family: 'Open Sans', sans-serif;
}
.main-menu-area {
    width: 100%;
    height: auto;
    background: rgb(11, 60, 93) !important;
    position: relative;
    z-index: 1;
}
.nav-head ul {
    margin: 0;
    list-style: none;
	text-align: center;
}
.nav-head ul li {
    display: inline-block;
    padding: 20px 0px;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-O-transition:all ease-in-out 0.3s;
}
.nav-head ul li a {
    color: #fff;
}
.nav-head ul li a {
    color: #fff;
    padding: 0px 19px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-head ul .current-menu-item {
    background: #0098ff;
}
.nav-head ul li:hover {
    background: #0098ff;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-O-transition:all ease-in-out 0.3s;
}

.nav-head ul li a:hover {
    color: #fff;
	text-decoration:none;
}
.content-area {
    width: 100%;
    margin-right: 0px;
    float: left;
}
h1.entry-title {
    display: none;
}
span.edit-link {
    display: none;
}


.service-section-part-one figcaption {
    position: relative;
}
.service-section-part-one figcaption:after {
    position: absolute;
    content: '';
    background: url(https://scheffeelaw.com/wp-content/uploads/2018/08/border-2.jpg);
    width: 100%;
    height: 8px;
    left: 0;
    bottom: -20px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.service-block-one p {
    padding-top: 20px;
    max-width: 242px;
    margin: auto;
}
.service-section {
    margin: 50px 0px;
    position: relative;
}
.service-section:after {
    position: absolute;
    content: '';
    background: url(https://scheffeelaw.com/wp-content/uploads/2018/08/shadow.png);
    width: 100%;
    height: 250px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.list_item {
    margin-top: 220px;
}
.list-item-text span.elementor-icon-list-text {
    padding: 20px 10px;
    position: relative;
}
.list-item-text span.elementor-icon-list-text:before {
    position: absolute;
    content: '\f24e';
    font-family: Fontawesome;
    left: -30px;
    font-size: 22px;
}
.list-item-text {
    width: 100%;
    max-width: 864px;
    margin: auto;
}
.btn-read .elementor-button-link {
    width: 100% !important;
    max-width: 418px;
    
}

.btn-read .elementor-button-wrapper {
    border: 1px solid #fff;
    width: 100%;
    max-width: 418px;
    margin: auto;
    padding: 10px;
    margin-bottom: 30px;
	margin-top: 50px;
}

.logo-area .elementor-slick-slider .slick-next:before {
    color: #a9aaaa;
    font-size: 41px;
    margin-right: -70px;
}

.logo-area .elementor-slick-slider .slick-prev:before{
	color: #a9aaaa;
    font-size: 41px;
    margin-left: -110px;
}

.map-area {
    margin-top: -58px;
    padding-top: 100px;
}

.ribbon {
    z-index: 1;
}
.map-area h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.map-area a {
    color: #282828;
}


.gform_fields .name-inputt , .gform_fields .email-inputt, .gform_fields .phn-inputt {
    margin: 0px !important;
    width: 50%;
    float: left;
}
.gform_fields .msg-inputtt {
    width: 50%;
    float: right;
    position: absolute;
    right: 0;
    top: -17px;
}
.msg-inputtt textarea {
    height: 207px !important;
    border-color: #a9a8a8 !important;
	padding: 20px !important;
}
input {
    height: 50px;
    padding: 20px !important;
    border-radius: 2px !important;
    border-color: #a9a8a8 !important;
}
.form-area .gform_footer.top_label {
    text-align: center;
}
.form-area .gform_footer.top_label input#gform_submit_button_1 {
    background: #0b3c5d;
    padding: 0px 114px !important;
    margin: 40px 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.site-main {
    margin-bottom: 0;
}
footer.entry-footer {
    display: none;
}

.footer-wrapper {
    width: 100%;
    background: #282828;
    height: auto;
    float: left;
    padding: 50px 0px 30px;
}


.nav-footer ul {
    list-style: none;
    margin: 0;
}
.nav-footer ul li {
    display: inline-block;
}
.nav-footer ul li a {
    color: #c4c2c2;
    font-weight: 600;
    font-size: 15px;
    padding: 0px 10px;
    text-transform: uppercase;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-O-transition:all ease-in-out 0.3s;
}

.nav-footer ul li a:hover {
    color: #0098ff;
    text-decoration:none;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-O-transition:all ease-in-out 0.3s;
}
p.footer-para {
    color: #b1b1b1;
    padding: 22px 0px 0px 10px;
    font-size: 17px;
}
p.copy-right {
    color: #b1b1b1;
    padding: 22px 0px 0px 10px;
}
.nav-footer {
    margin-top: 0px;
}
.main-menu-area.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    background: #0b3c5d;
    right: 0;
    z-index: 1;
}


/*=========inner-page===========*/
.inner_page_banner {
   -o-background-size: cover !important;
   -ms-background-size: cover !important;
   -moz-background-size: cover !important;
   -webkit-background-size: cover !important;
   background-size: cover !important;
   background-position: center center !important;
   /*background-attachment: fixed !important;*/
   padding: 250px 0;
   position: relative;
}
.inner_page_banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(144, 141, 141, 0.62);*/
}
.inner_page_banner:before {
   position: absolute;
   content: "";
   width: 100%;
   height: 70px;
   bottom: 0;
   left: 0;
   right: 0;
   -o-background-size: 100%;
   -ms-background-size: 100%;
   -moz-background-size: 100%;
   -webkit-background-size: 100%;
   background-size: 100%;
   z-index: 1;
}
.inner_page_heading {
   position: relative;
   z-index: 1;
   text-align: center;
}
.inner_page_heading h1 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}
.page_breadcrumb {
   font-size: 16px;
   color: #f8f8f8;
   font-weight: normal;
   letter-spacing: 1px;
   text-align: left;
}
.page_breadcrumb a {
    padding: 10px 0;
    color: #68a6de;
    font-weight: 500;
}
.page_breadcrumb span {
   padding: 0 10px;
   display: inline-block;
}
.inner_page_wrap {
   width: 100%;
   float: left;
}
.inner_page_content p {
   text-align: justify;
}
.inner_page_content {
   padding: 50px 0;
} 
.inner_page_banner {
    color: #fff;
    padding: 150px 90px;
    margin-top: -60px;
}

.family-law-list ul li {
    line-height: 34px;
}

.family-law-list ul li a {
    color: #75b1da;
    font-weight: bold;
}

.family-law-list ul li a:hover {
    color:#a5cde8;
}

.fom-area-cons {
    border: 5px solid #213c5d;
    padding: 20px;
	margin-bottom: 50px;
}
.time-con {
    width: 50%;
    display: inline-block;
}
.mssg-con textarea {
    height: 130px !important;
}
.gform_heading h3, .gform_heading span {
    text-align: center;
    color: #047bcc;
    font-size: 16px;
}

.testimonial:before {
    position: absolute;
    content: '\f10d';
    font-family: Fontawesome;
    font-size: 51px;
    left: 13px;
    right: 0;
    color: #80c1ec;
    margin: auto 0px;
    text-align: left;
    z-index: 0;
    top: -30px;
}
.testimonial {
    background: #6ec1e438;
    padding: 30px 20px 20px;
    position: relative;
}
.logo-footer-one {
    width: 198px;
    padding: 16px 10px 0px;
}

.service-section a {
    color: #000000b5;
	  transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.service-section a:hover {
    color: #0b3c5d;
	 transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}
.neww span {
    font-size: 20px;
    font-weight: bold;
    background: #0b3c5d;
    line-height: 60px;
    padding: 7px 10px;
}
.ne span {
    font-size: 22px;
}
.list-item-text a {
    color: #fff;
}

.service-section .elementor-widget-wrap:hover {
    transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-O-transition: all ease-in-out 0.5s;
}
.service-section .elementor-widget-wrap:hover figcaption a {
    color: #0b3c5d !important;
}
.service-section .elementor-widget-wrap:hover figure.wp-caption img {
    border: 5px solid #194469 !important;
    border-radius: 50%;
	 transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-O-transition: all ease-in-out 0.5s;
}

.service-section .elementor-widget-wrap figure.wp-caption img {
    border: 5px solid #fff !important;
    border-radius: 50%;
	 transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-O-transition: all ease-in-out 0.5s;
}

.banner-slider {
    position: relative;
}
.banner-slider .neww {
    position: absolute;
    right: 0;
    bottom: -150px;
}
.banner-slider .elementor-slide-heading {
    font-size: 33px !important;
    max-width: 100%;
    margin: auto;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
padding-left: 0px !important;
}

.contactttt h2, .contactttt p {
    padding: 64px 50px 0px !important;
}
ul.elementor-icon-list-items li a {
    color: #fff;
}

.looogooo .owl-prev {
    position: relative;
}

/*Responsive*/

@media screen and (max-width:1199px){
	.nav-head ul li a{
		padding:0px 15px;
	}
	.logo-area .elementor-slick-slider .slick-prev::before{
		margin-left: -100px;
	}
}

@media screen and (max-width:1024px){
	.logo-area .elementor-slick-slider .slick-prev::before, .logo-area .elementor-slick-slider .slick-next::before{
		display:none;
	}
}

@media screen and (max-width:991px){
	.logo-area .elementor-slick-slider .slick-prev::before, .logo-area .elementor-slick-slider .slick-next::before{
		display:none;
	}
	.banner-slider {
	margin-top: 0px;
	}
	.responsive_nav.radius3 {
		top: -89px;
		right: 30px;
		font-size: 23px;
		line-height: 0px;
		width: 50px;
	}
	.nav-head ul li a {
		padding: 0px 15px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 18px;
		border:none;
	}
	.nav-head ul li {
		padding: 10px 0px;
	}
}