/*
Theme Name: MK Family Law
Description: A Responsive Bootstrap Theme for Business, Law Firms, Blog Websites.
Version: 1.0
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Typography               */
/*   02 - General & Basic Styles   */
/*   03 - Header                   */
/*   04 - Front Page Styles        */
/*   05 - Form Styles              */
/*   06 - Footer Styles 		   */
/*   07 - Media Styles             */



/*------------------------------------------*/
/*	     01 - Typography
/*------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Hammersmith+One|Playfair+Display:400,700,900|Roboto:300,400,500,700,900');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin: 0;
}
h2 {
	font-size: 22px;
	text-transform: uppercase;
}
a {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: none;
}

/*------------------------------------------*/
/*	     02 - General & Basic Styles
/*------------------------------------------*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.8;
    position: relative;
    
    /*Font Smoothing*/
    text-rendering: optimizeLegibility
}
input:focus, text-area:focus, button:focus, a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
img.img-responsive {
	margin-top: -25px;
}
p {
	color: #333;
}
b, strong {
    font-weight: bold;
}
.border-btn.a {
	font-family: 'Hammersmith One', sans-serif;
	font-weight: 400;
}
.border-btn {
	border: 1px solid #00e0d0;
	padding: 7px 15px;
	border-radius: 2px;
	display: inline-block;
}
a.border-btn {
	color: #00e0d0;
	text-transform: uppercase;
	font-weight: 500;
}
.border-btn:hover {
	background: #00e0d0;
	color: #fff;
}
a#load {
	color: #00e0d0;
	text-transform: uppercase;
	font-weight: 500;
}

#load:hover {
	background: #00e0d0;
	color: #fff;
}

/*------------------------------------------*/
/*	     03 - Header
/*------------------------------------------*/
.header-area {
	position: relative;
	left: 0;
	top: 0;
	z-index: 9;
	height: auto;
	width: 100%;
    transition: all .4s;
}
.main-nav ul.navbar-nav li a {
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.main-nav ul.navbar-nav li a.active,
.main-nav ul.navbar-nav li a:hover, .top-bar a:hover {
	color: #00e0d0;
}
.top-bar { text-align: right; color: #ffffff; font-weight: 400; padding: .5rem 0 0; }
.top-bar ul { margin-bottom:0; }
.top-bar li {display: inline-block; padding:0 10px; }
.top-bar i { margin-right: 5px; }
.top-bar a { color: #ffffff; }
.fixed-menu-bg {
	position: fixed;
	background-color: #fff;
	border-bottom: 2px solid #00e0d0;
}
.fixed-menu-bg .main-nav ul.navbar-nav li a {
	color: #333;
	font-weight: 700;
}
.fixed-menu-bg .navbar {
	padding: 0px;
}
.fixed-menu-bg .top-bar li, .fixed-menu-bg .top-bar li a { color: #333;  }
.fixed-menu-bg .main-nav ul.navbar-nav li a.active,
.fixed-menu-bg .main-nav ul.navbar-nav li a:hover {
	color: #00e0d0;
}
.navbar { padding:.3rem 0 .5rem; }
nav.navbar,
header.fixed-menu-bg {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
div#collapsibleNavbar {
    opacity: .9;
    padding: 5px 0;
}
.fixed-menu-bg span.navbar-toggler-icon i.fa {
	color: #333;
}
span.navbar-toggler-icon i.fa {
	color: #fff;
}
.fixed-menu-bg {
    background: #fff;
}
.header-area-bg {
    background: #fff;
}
.header-area-bg button.navbar-toggler span i.fa {
    color: #333;
}
.header-area-bg .main-nav ul.navbar-nav li a {
	color: #333;
    font-size: 15px;
    font-weight: 400;
}
.header-area-bg .main-nav ul.navbar-nav li a.active,
.header-area-bg .main-nav ul.navbar-nav li a:hover {
	color: #00e0d0;
}

/*------------------------------------------*/
/*	     04 - Front Page Styles
/*------------------------------------------*/
/*** General Page styles ***/
.section-padding {
	padding: 85px 0
}
.section-title {
	margin-bottom: 90px;
	position: relative;
}
.section-title::after {
	position: absolute;
	left: 50%;
	bottom: -20px;
	height: 2px;
	width: 50px;
	content: "";
	background: #c6c4c9;
	margin-left: -25px;
}
.section-title h2 {
	margin-bottom: 10px;
}
.overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
	/*background: rgba(49, 29, 94, 0.85);*/
	background: #09052f;
	background: -webkit-linear-gradient(left, #09052f 0%, #311d5e 100%);
	background: -webkit-gradient(linear, left top, right top, from(#09052f), to(#311d5e));
	background: -o-linear-gradient(left, #09052f 0%, #311d5e 100%);
	background: linear-gradient(to right, #09052f 0%, #311d5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09052f', endColorstr='#311d5e', GradientType=1);
	opacity: 0.85;
}


/*** Hero Section styles ***/
.hero-area {
	background-size: cover;
	background-position: center;
	background-color: #342759;
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 14px;

}
#hero-carousel .carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: none;
	border: 1px solid #bdbdbd;
}

#hero-carousel .carousel-indicators li.active {
	background: #00e0d0;
	border-color: #00e0d0;
}

#hero-carousel .carousel-indicators li:hover {
	cursor: pointer;
}

/*** About Section styles ***/
.about-story-content {
	padding-left: 50px;
}

.about-story-content p {
	color: #413d4b;
}

.about-story-content h2 {
	margin-bottom: 28px;
	color: #413d4b;
}

.about-story-content .border-btn {
	margin-top: 25px;
}
/*** Services Section styles ***/
#ss-service {
	background-color: #f4f4f4;
}
#service-details p, #service-details h4, 
#mp-section p, #mp-section h4 {
   color: #212529;
}
.single-service {
	padding: 40px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	height: 100%;
}

.service-section [class*="col-"]:nth-child(3n) .single-service {
	border-right: 0;
}

.service-section [class*="col-"]:nth-last-child(-n+3) .single-service {
	border-bottom: 0;
}

.service-section .section-title h2 {
	color: #413d4b;
}

.service-section .section-title p {
	color: #2f2d35;
}

.service-section .single-service-item h4 {
	color: #413d4b;
}

.single-service-item img {
	margin-bottom: 30px;
	height: 150px;
    width: 150px;
    border-radius: 50%;
}

.single-service-item h4 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

.single-service-item p {
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}
/*** Book a Consult Section styles ***/
.book-a-consult-section {
	background-image: url("assets/img/img_banner_2.jpg");
	background-color: #333;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}

.book-a-consult-section .section-title h2, h4, h6, p {
	color: #ffffff;
}
.book-a-consult-section  h6 {
	padding: 30px 15px;
}
.book-a-consult-section.overlay::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    background: rgba(0,0,0, 0.85);
    background: #303030;
    background: -webkit-linear-gradient(left, #303030 0%, #6e6e6e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#303030), to(#6e6e6e));
    background: -o-linear-gradient(left, #303030 0%, #6e6e6e 100%);
    background: linear-gradient(to right, #303030 0%, #6e6e6e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#6e6e6e', GradientType=1);
    opacity: 0.85;
}
/*** Mairi Kerfoot Section styles ***/
#mp-section p, #mp-section h4 {
   color: #212529;
}

/*** Testimonials Section styles ***/
.testimonial-section {
	background-image: url("assets/img/img_banner.jpg");
	background-position: center;
	background-color: #333333;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.testimonial-slider .single-slider-for i.fa-quote-left {
	font-size: 40px;
	color: #fff;
	margin-bottom: 35px;
}
.testimonial-slider h2,
.testimonial-slider h4 {
	color: #ffffff;
}
.testimonial-heading {
  padding-bottom: 30px;
  color: #ffffff;
}
.testimonial-slider .single-slider-for {
	outline: none;
}
.testimonial-slider .single-slider-for h2 {
	font-size: 14px;
	margin-bottom: 5px;
    margin-top: 45px;
}
.testimonial-slider .single-slider-for h4 {
	font-size: 13px;
}

/*** Contact Section styles ***/
.contact-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-form li {
	padding-bottom: 20px;
}
.contact-form > h2 {
	margin-bottom: 35px;
}
.contact-form button.border-btn {
	background: no-repeat;
	color: #00e0d0;
	font-size: 16px;
	font-family: 'Hammersmith One', sans-serif;
	font-weight: 400;
	display: inline-block;
	padding: 6px 30px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.contact-form button.border-btn:hover {
	cursor: pointer;
	background: #00e0d0;
	color: #fff;
}

/*------------------------------------------*/
/*       05 - Form Styles
/*------------------------------------------*/
input[type="text"],
input[type="email"], 
textarea {
	padding: 10px;
	border: 1px solid #e5e5e5;
    color: #413d4b;
	border-radius: 0px;
	width: 100%;
}
select {
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
textarea {
	height: 145px;
}
.contact-form input, 
.contact-form textarea {
	width: 100%;
}
.contact-form textarea {
	outline: none;
}
.contact-section .contact-form textarea {
	height: 200px;
	resize: none;
}

/*------------------------------------------*/
/*	     06 - Footer Styles
/*------------------------------------------*/
.footer-section {
	background-image: url("assets/img/footer-bg.jpg");
	background-color: #333333;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.footer-logo img {
	margin-bottom: 20px;
}

.footer-section.overlay h4 {
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.contact-info {
	padding-left: 30px;
	position: relative;
}

.contact-info i.fa {
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 23px;
}

.contact-info a {
	color: #fff;
}
/*Footer Copyright Area CSS*/
.footer-copyright-area {
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 30px 0;
}

.footer-copyright-area:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	content: "";
	background: #09052f;
	background: -webkit-linear-gradient(left, #09052f 0%,#311d5e 100%);
	background: -webkit-gradient(linear, left top, right top, from(#09052f),to(#311d5e));
	background: -o-linear-gradient(left, #09052f 0%,#311d5e 100%);
	background: linear-gradient(to right, #09052f 0%,#311d5e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09052f', endColorstr='#311d5e',GradientType=1 );
}

.footer-copyright-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-copyright-area li {
	display: inline-block;
	margin-right: 30px;
}
.footer-copyright-area ul li:last-child {
    margin-right: 0;
}

.footer-copyright-area li a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.footer-copyright-area li a:hover {
	color: #00e0d0;
}

/*------------------------------------------*/
/*	    07 - Media Styles
/*------------------------------------------*/
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
   
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .about-story img {
	margin-left: 50px;
	margin-bottom: 50px;
    }
    .single-service {
		border-right: 0;
	}
	.service-section [class*="col-"]:nth-last-child(-n+3) .single-service {
		border-bottom: 1px solid #ebebeb;
	}
	.service-section [class*="col-"]:last-child .single-service {
		border-bottom: 0px;
	}
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.section-padding { padding: 50px 0 !important; }
	.about-story-content {
		text-align: center;
	}
	.about-story-content {
		padding-left: 0;
		margin-top: 50px;
	}
	.single-service {
		border-right: 0;
	}
	.service-section [class*="col-"]:nth-last-child(-n+3) .single-service {
		border-bottom: 1px solid #ebebeb;
	}
	.service-section [class*="col-"]:last-child .single-service {
		border-bottom: 0px;
	}
	.footer-section .footer-wid h4, .footer-section .col-lg-4 h4 {
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.footer-copyright-area {
		text-align: center;
	}
	.footer-copyright-area .text-center {
		margin-top: 10px;
	}
	.about-story img {
	display: block;
	margin: 0 auto;
    }   
}
@media only screen and (min-width: 320px) and (max-width: 480px) { 
   .top-bar { display: none !important; }
   .header-left, .header-right { width: 50% !important; }
   .navbar { display: block !important; text-align:right !important; }
   .navbar li { text-align: left !important;  }
   .section-padding { padding: 50px 0 !important; }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}
