/*
Theme Name: kitinyacadvocates
Author: Pauline Boke
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{overflow-x: hidden !important;}
body {
  font-family: font-family: 'Raleway', sans-serif;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6{color: #191919; font-family: raleway !important;}
.no-padding{padding: 0 !important;}
p{
    color: #191919;
    font-family: raleway;
    font-size: 15px;
    font-weight: 500;
}
/* HEADER */
#heda .container {
  background: #fff;
  padding: 6px 8px 8px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 5px 5px 20px rgba(17, 17, 17, 0.15) !important;
}
#heda {transition: 0.4s; position: fixed; width: 100%; z-index: 99; height: 65px;/*padding: 15px 0; */}
header.sticky {background: #fff;}
.mobmenu{display: none;}
#menu-mobile{display: none;}
#menu-desktop{display: block; float: right;}

/*.top-menu {margin-top: 20px;} */
.menu li {display: inline-block; text-transform: uppercase; list-style: none; float: left; height: 100%; box-sizing: border-box; position: relative;}
#menu-desktop ul li a {padding: 0 1em; color: #165171; font-size: 15px; text-transform: uppercase; line-height: 3em; box-sizing: border-box; text-decoration: none; font-family: raleway; font-weight: 700;}
.sticky #menu-desktop ul li a{color: #165171; font-weight: 700 !important;}
#menu-desktop ul li a:hover{color: #165171 !important;}
/* .current-menu-item a{color: #165171 !important;} */
.navbar{background: none !important;}


#menu-desktop ul li .sub-menu{position: absolute; vertical-align: middle; background-color: #000; padding: 19px 0; padding: 0; margin: 0; z-index: 997; box-shadow: 0 5px 5px 0 rgba(0,0,0,.03); display: none;}
#menu-desktop ul li:hover .sub-menu {display: block;}

.sub-menu li a::after {content: none !important;}

#menu-desktop .sub-menu li {display: block; float: none; height: auto; width: 160px; padding-left: 1.2em;}
#menu-desktop .sub-menu li a {line-height: 2.2; text-transform: capitalize; font-size: 14px;}

.page-id-9 .entry-title {display: none;}
.page-id-9 h3{color: #165171; font-size: 20px; font-weight: 700;}
.page-id-9 .entry-content li{color: #191919; font-family: raleway; font-size: 15px; font-weight: 500; margin-bottom: 8px; list-style: circle;}
 
 /* The side navigation menu */
.sidenav {height: 100%; 
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; z-index: 1; top: 0; left: 0; background-color: #111; overflow-x: hidden; padding-top: 60px;  transition: 0.5s; }

/* The navigation menu links */
.sidenav a {padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #818181; display: block;
  transition: 0.3s;}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {color: #f1f1f1;}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px;}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {transition: margin-left .5s; padding: 20px;}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 
/* mobile menu ends */
.logo a img {
    background: rgba(255,255,255,0.7);
    padding: 5px;
}
 /* The navigation bar */
.logo {float: left;}
.navbar {overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none;}

/* Change background on mouse-over */
.navbar a:hover {background: #ddd; color: black;}

div#n2-ss-2 .n2-font-170977226ae2c4808674324d389191bc-hover {
  font-family: 'Oxygen', sans-serif !important;
  color: #ffffff !important;
  font-size: 4.2em !important;
  line-height: 1 !important;
  font-weight: 900;
}
.n2-font-4c6c7e1b1bf49436c2f87de4e58f32ed-hover {
  font-family: 'Oxygen', sans-serif !important;
  color: #ffffff !important;
  font-size: 3.2em !important;
  line-height: 1 !important;
  font-weight: 900;
}

/*--------------------------------------------------------------
About us Homepage 
----------------------------------------------------------------*/

.about-us-homepage {margin-top: 3em;}
.about-us-homepage .col-md-6{
    float: left;
}
.about-us-homepage .img-part img{
    width: 100%;
    object-fit: cover;
}
.about-us-homepage .content-part h3 {
  font-size: 14px;
  font-style: italic;
  color: #165171;
  font-weight: 400;
  margin-bottom: 0;
}
.about-us-homepage .content-part h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0;
  padding-bottom: 5px;
}
.about-us-homepage .content-part p {
  margin-top: 1em;
  line-height: 1.7;
}
.about-us-homepage .content-part a{
    background: #165171 !important;
    color: #fff;
    font-family: raleway;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 550;
    font-size: 17px;
    text-decoration: none !important;
    padding: 0.8em 1.6em;
	margin-top: 1em;
	display: inline-block;
}
.about-us-homepage .content-part a:hover {
  background: #165171 !important;
  color: #fff !important;
}
/*--------------------------------------------------------------
Areas of Practice Homepage 
----------------------------------------------------------------*/
.practice-homepage {
	margin-top: 2em;
	padding-top: 1em;
background: url('https://kitinyaadvocates.com/wp-content/uploads/2023/03/kitinya-and-company-advocates-bg.jpg') no-repeat;
background-size: cover;
	padding-bottom: 2em;
}
.practice-moja {
  background: #fff !important;
  display: block !important;
  box-shadow: 5px 5px 20px rgba(17, 17, 17, 0.15) !important;
  border-radius: 10px !important;
}
.wppsac-post-slider .slick-arrow, .wppsac-post-carousel .slick-arrow {
  width: 50px !important;
  height: 50px !important;
  cursor: pointer !important;
  border-radius: 50px !important;
}
.slick-dots {
  display: none !important;
}
.wppsac-post-carousel.design-1 .wppsac-post-title a {
    color: #191919 !important;
    text-transform: capitalize;
    font-size: 22px;
    font-family: raleway !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}
.wppsac-post-carousel.design-1 .wppsac-post-title a:hover {color: #165171 !important;}

.wppsac-post-content-position {
  background: #fff !important;
  box-shadow: 5px 5px 20px rgba(17, 17, 17, 0.15) !important;
  margin-top: -1em !important;
  padding-top: 0.8em !important;
  padding-left: 1.2em !important;
  padding-right: 1.2em !important;
}
.wppsac-sub-content {
    color: #191919;
    font-family: raleway;
    font-size: 15px;
    font-weight: 500;
	border-bottom: solid 1px #ddd;
	line-height: 24px;
	padding-bottom: 20px !important;
}
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn{color: #165171 !important; border: none !important; text-transform: uppercase; font-size: 14px !important; font-weight: 700!important;}
.wppsac-post-carousel.design-1 a.wppsac-readmorebtn:hover{color: #808080 !important; border: none; text-transform: uppercase; background: none !important;}
.wppsac-post-slider .slick-arrow svg, .wppsac-post-carousel .slick-arrow svg{height: 45% !important; width: 45%  !important; margin-top: 15px  !important;}
.wppsac-post-carousel.design-1 .slick-arrow{left: 102% !important;}
.wppsac-post-carousel.design-1 .slick-prev.slick-arrow {left: -5% !important;}

.practice-intro h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0;
    padding-bottom: 5px;
}
.single-areas_of_practice article .entry-content p {
  line-height: 1.8;
}
.single-areas_of_practice article .entry-title{
display: none;
}
.practice-intro h3 {
    font-size: 14px;
    font-style: italic;
    color: #d6a61d;
    font-weight: 400;
    margin-bottom: 0;
}
.practice-intro p{width: 55%;}
.practice-intro {
    margin-bottom: 3em;
    display: block;
}


/*--------------------------------------------------------------
# Missions Page
--------------------------------------------------------------*/
.missions-page .col-md-6{
	float: left;
}
.missions-page .col-md-6 img{
	width: 100%;
	border-top-left-radius: 15%;
	border-bottom-right-radius: 15%;
	padding-left: 1em;
	padding-right: 1em;
}
.missions-content{
	margin-top: 2em;
}
.core-values .col-md-4 img{
    background: #007889;
    border-radius: 50%;
    width: 60px;
    padding: 12px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}
.core-values .col-md-4 img:hover{
    background: #d7a61d;
}

.core-values .col-md-4 {
    margin-bottom: 2em;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.core-values .col-md-4 .core-value{
    text-align: center;
    border: 1px solid #d8d8d8;
    padding: 39px 30px 33px;
    transition: all 350ms ease 0s;
    margin-bottom: 5px;
}
.page-id-76 h1.entry-title{display: none !important;}
.ngg-imagebrowser.default-view{margin-top: 0 !important; margin-bottom: 0 !important;}
.ngg-imagebrowser.default-view h3{display: none !important;}
.page-id-9 article .kitinya-CAdvocates-Values .col-md-4{float: left; margin-bottom: 2em;}
.page-id-9 article .kitinya-CAdvocates-Values .col-md-4 .value-img {
  background: #808080;
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  border-radius: 50%;
}
.page-id-9 article .kitinya-CAdvocates-Values .col-md-4 .value-img:hover{background: #165171;}
.page-id-9 article .kitinya-CAdvocates-Values .col-md-4 .value {
  background: #f5f5f5;
  padding: 2em;
}
.value-img img {
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 10%;
}
.page-id-9 article .kitinya-CAdvocates-Values .col-md-4 .value p {
  display: none !important;
}
.page-id-9 article .kitinya-CAdvocates-Values .col-md-4 .value h3 {
  	font-size: 16px;
	margin-top: 1em;
	font-style: italic;
	text-align: center;
	margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
# Tailored Approach
--------------------------------------------------------------*/
.tailored-approach{margin-top: 5em; margin-bottom: -3em;}
.tailored-approach .col-md-6{
    float: left;
    padding: 0 !important;
}
.tailored-approach .col-md-12{
    padding: 0 !important;
    background: #f9f9f8;
    float: left;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.tailored-approach .content-part {
  margin-left: 2em;
}

.tailored-approach h1 {
    font-size: 2.7em;
    color: #0a0a0a;
    font-weight: 700;
    text-transform: uppercase;
    width: 80%;
    line-height: 1.1;
    margin-top: 1.5em;
}
.tailored-approach a {
    background: #165171 !important;
    color: #fff;
    font-family: raleway;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: 550;
    font-size: 17px;
    text-decoration: none !important;
    padding: 0.8em 1.6em;
}

.tailored-approach a:hover{background: #808080 !important; color: #fff !important;}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.footer{margin-top: 0em;}
.copyright-text{
    text-align: right;
    font-size: 14px;
}
.nav > li > a:focus, .nav > li > a:hover{background: none !important;}
#footer-widget{
	color: #fff; 
	background-color: #165171 !important;
    padding-top: 5em;
}
#footer-widget h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: solid;
  font-size: 2em;
  padding-bottom: 0.1em;
  display: inline-block;
  margin-top: 0;
}
.footer .menu li a {
  color: #fff;
  padding-left: 0 !important;
  text-transform: capitalize;
  color: #fff;
 padding-top: 0;
 font-size: 16px;
}
.footer-col1 {
  margin-top: 0em;
}
.footer-col1 p {
  color: #ffffff !important;
}
h3.widget-title{
	margin-top: 0 !important;
}

.footer .textwidget {padding-top: 2em;}
.footer .textwidget p {
    color: #fff;
    font-size: 14px;
}
.nostyle {
    list-style: none;
    padding-left: 0;
}
.Contact li {
    background: url('http://kimathiandmuchiriadvocates.co.ke/wp-content/uploads/2020/07/sprite.png') no-repeat 0 0;
    padding: 0 0 1em 4em;
    line-height: 2.5;
    font-size: 15px;
}
.Contact li a{color: #fff; text-decoration: none;}
.Contact .Address {
    background-position: 0 -3px;
    line-height: 22px;
}
.Contact .Phone {
    background-position: 0 -109px;
	line-height: 22px;
	margin-bottom: 1em;
}
.Contact .Email {
    background-position: 0 -258px;
	line-height: 22px;
}
h3.widget-title {
    font-size: 1.4em;
    color: #fff;
    text-transform: uppercase;
}
.Copyright{
    background: #165171 !important;
}

.copyright-text {
    font-size: 14px;
    color: #fff;
    font-family: raleway;
    font-style: italic;
}
.copyright-text span{
    font-size: 13px;
}
.Copyright .container {
border-top: 1px solid #eee;
padding-top: 0.5em;
}

.socialmedia{float: left;}
.socialmedia ul {
    padding-left: 0;
}

.socialmedia li {
    list-style: none;
    float: left;
    margin-right: 7px;
}
header.sticky .logo img {
   /* height: 57px; */
}

/*--------------------------------------------------------------
# Inner pages
--------------------------------------------------------------*/
.hero-area {
    padding-top: 100px;
    position: relative;
    background: url('https://kitinyaadvocates.com/wp-content/uploads/2023/03/kitinya-company-advocates-header-img.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 100px;
}
.map{
    margin-bottom: 2em;
    margin-top: 4em;
}
.contactpg h1.entry-title {
  display: none;
}
.contact-form-section {
  width: 100%;
  background: url('https://kitinyaadvocates.com/wp-content/uploads/2023/03/kitinya-and-company-advocates-about-bg-1.jpg') no-repeat;
    background-size: auto;
  background-size: cover;
margin-top: 3em !important;
}
.contactpg .contact-info .location p{font-family: 'Oxygen', sans-serif !important;}
.contactpg .contact-info .phone a, .contactpg .contact-info .email a{color: #191919; text-decoration: none !important; font-family: 'Oxygen', sans-serif !important; line-height: 1.8; font-size: 15px;} 
.contactpg .contact-info .phone a:hover, .contactpg .contact-info .email a:hover{color: #165171 !important;}
.contactpg .contact-info h3{color: #165171; font-family: 'Oxygen', sans-serif !important; font-weight: 700; font-size: 1.3em;}
.contact-info{
  background: #fff;
  box-shadow: 0px 10px 50px rgba(22, 37, 66, 0.08);
  border-radius: 5px;
  padding: 40px;
  width: 960px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -130px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.contact-info .col-md-4.no-border{
    border: none !important;
}
.contact-info .col-md-4{
    float: left;
    border-right: 1px solid rgba(182, 140, 90, 0.7);
    }
.contact-info h2{ 
    font-size: 2.5em;
    font-weight: 700;
    color: #165171;
    font-family: 'Oxygen', sans-serif !important;
    margin-top: 0!important;
    border-bottom: 1px solid rgba(182, 140, 90, 0.7);
}
.contactpg .contact-form{
    border-radius: 5px;
}
.contactpg .contact-form-wrapper{
    text-align: center; 
    margin-top: 2em; 
    width: 90%; 
    margin-left: auto; 
    margin-right: auto; 
    display: block;
    box-shadow: 0px 4px 50px rgba(22, 37, 66, 0.18);
    border-radius: 5px;
    margin-bottom: 50px;
    padding: 20px 20px 0 20px;
	background: #fff;
}
.contactpg .contact-form-wrapper .contact-form-body{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.contactpg .contact-form-wrapper .contact-form-body .contact-form form .wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary{
    background: #165171 !important;
    border: solid 1px #165171 !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}
.contactpg .contact-form-intro {
    width: 60%;
    text-align: center;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.contactpg .contact-form-wrapper .contact-form-body .contact-form form p input{
  background: #f4f4f4 !important;
  border: solid #f4f4f4 !important;
  height: 50px !important;
}
.contactpg .contact-form-wrapper .contact-form-body .contact-form form textarea{
    background: #f4f4f4 !important;
    border: solid #f4f4f4 !important;
    height: 150px !important;
}

.hero-area-content h1 {
    font-size: 56px !important;
    font-family: 'Oxygen', sans-serif !important;
    color: #fff;
    font-weight: 700 !important;
    text-align: center !important;
}
/*.single #heda {background: #fff;} */
/* .page #heda {background: #fff;} */
.single h1.entry-title {
    font-size: 2.4em;
    font-weight: 800;
    border: none;
}
.single .col-md-4{float: left;}
.single .col-md-8{float: left;}
.innerpage {
    padding-top: 50px;
}
.all-practices{padding-top: 3em;}

.page article p {
    line-height: 1.8;
    margin-bottom: 1.8em;
}

.page .entry-title > a {
    color: #191919;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
}
.page-template-archive-practices .entry-header, .page-template-archive .entry-header  {
    padding-top: 5em;
}

.page h2.entry-title{border-bottom: none;}
.page .header-img img {
    width: 100%;
}

.header-img img{height: 300px;}
/* .page #menu-desktop ul li a {
    color: #191919;
} */
/*.single #menu-desktop ul li a {
    color: #191919;
} */
.page .navigation.post-navigation {
    display: none;
}
.page #menu-desktop ul li a::after {background-color: #191919;}
.single #menu-desktop ul li a::after {background-color: #191919;}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: none !important;
    color: #165171;
    font-weight: 600;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: none !important;
}
.single .sidebar-title {
    background: #165171;
    color: #fff;
    font-size: 20px;
    padding: 0.5em;
}
.sidebar li a {
    color: #191919;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
	font-family: raleway !important;
}
.single .sidebar-title {
 	margin-top: 0;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}
.page-template-archive-practices .col-md-4 {
    margin-bottom: 2em;
}
/*.page-template-archive-practices #heda {
    background: #fff;
}*/
.sidebar{background: #F7F7F7; padding: 0 0 20px 0;}
.practice-moja h3 {
    font-weight: 700;
	color: #191919;
	line-height: 26px;
	margin: 10px 0 !important;
	font-size: 20px;
	padding-left: 0.7em;
	padding-right: 0.7em;
}
.practice-moja p{
	padding-left: 1em;
	padding-right: 1em;
}
.practice-moja a{
	color: #165171 !important;
	border: none !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}
.practice-moja a.readmore {
  margin-left: 1em !important;
  padding-bottom: 1em !important;
  display: block !important;
  border-top: solid 1px #ddd !important;
  padding-top: 10px !important;
  margin-right: 1em !important;
}
.practice-moja h3 a{
	color: #191919 !important;
	text-transform: capitalize !important;
	font-size: 22px !important;
	font-family: raleway !important;
	font-weight: 700 !important;
	line-height: 30px !important;
}
.page-template-archive-practices h3 a {
    color: #191919;
    text-decoration: none;
}
.page-template-archive-practices h3 a:hover {
    color: #165171 !important;
}

/*.page-template-archive-practices #menu-desktop ul li a {
    color: #191919;
}*/
.form-title{
    font-size: 1.5em;
    padding: 0.5em 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
}
.wpcf7-form.init label {
    width: 100%;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    background: #165171 !important;
    border: none;
}
.c4 {
    width: 32.26%;
    float: left;
}
#menu-footerpt2, #menu-footerpt1 {
    float: left;
}
.contact-details .Contact li{padding-left: 3.5em;}
.contact-details .Contact li a{color: #191919;}

/* footer menu */
.footer .menu li a {
    color: #fff;
}
.footer .menu li a:hover {
    background: none;
}
#menu-footerpt1{
    padding-top: 24px;
    margin-left: 2em;
}
#menu-footerpt2 {
    margin-left: 3em;
    margin-top: 3px;  
}

/* TEAM */
 .su-lightbox h3 {
    font-weight: 700;
    margin-bottom: 5px;
	padding-left: 0.8em;
	padding-right: 0.8em;
}
.mfp-content h3{
	font-weight: 700;
    margin-bottom: 5px;
	padding-left: 0;
	padding-right: 0.8em;	
}
.mfp-content h4 {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  padding-left: 0 !important;
	font-weight: 700 !important;
}
.team .su-lightbox p {display: none !important;}
.mfp-content h4 a{color: #191919 !important; text-decoration: none !important; text-transform: lowercase !important;}
.mfp-content h4 a:hover{color: #165171 !important;}
.mfp-content h4, .su-lightbox h4 {
    text-transform: capitalize;
    margin-top: 0;
    font-size: 14px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.team .col-md-4{
	margin-bottom: 2em;
}
.team .su-lightbox{
	background: #fff !important;
	box-shadow: 5px 5px 20px rgba(17, 17, 17, 0.15) !important;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	display: block !important;
	width: 100% !important;
}
.team .su-lightbox img {
  	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}
.mfp-content h4, .mfp-content h3, .mfp-content p{
    text-align: left;
}
.page-id-18 .col-md-4 {
    float: left;
}
.su-lightbox img {
    width: 100%;
}
.mfp-content img {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}
.mfp-content li {
    text-align: left;
    font-size: 15px;
    color: #191919;
    font-weight: 500;
    font-family: raleway;
}
.mfp-content ul {
    padding-left: 2em;
}
/* insights */
.all-insights {
    margin-top: 3em;
}

.sidebar .widget-title {
    display: none;
}
.posted-on a {
    color: #d6a61d;
    text-decoration: none !important;
    font-weight: 600;
}
.author.vcard a {
    color: #19254b;
    text-decoration: none;
    font-weight: 600;
}
.posted-on a:hover {color: #d6a61d;}
#commentsubmit {background: #d6a61d; border: solid 1px #d6a61d;}
.insight-content{background: #f3f3f3; padding: 10px;}
.insight-content h3 a {
    color: #18a3b4;
    text-decoration: none;
    font-weight: 600;
  }
  .insight-content .date{font-size: 13px; color: #191919; font-weight: 500;}

  .insight-content h3 {
    margin-top: 5px;
    margin-bottom: 8px;
}
.insights-intro h3 {
    font-size: 14px;
    font-style: italic;
    color: #d6a61d;
    font-weight: 400;
    margin-bottom: 0;
}
.insights-intro h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 0;
    padding-bottom: 5px;
}
.insights {
    margin-top: 3em;
}
.insights-intro {
    margin-bottom: 1.5em;
}
.page-id-14 h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}
.page-id-14 .entry-content li {
    font-size: 14px;
    font-weight: 500;
    font-family: raleway;
    margin-bottom: 10px;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 3000px) {
	.container{max-width: 1300px !important;}
}

@media only screen and (max-width: 1400px) {
.wppsac-post-carousel.design-1 .slick-prev.slick-arrow {left: -3% !important;}
.wppsac-post-carousel.design-1 .slick-arrow {left: 100% !important;}
.container{max-width: 1140px !important;}
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 90%;
  }
.wppsac-post-slider .slick-arrow, .wppsac-post-carousel .slick-arrow {
  width: 45px !important;
  height: 45px !important;
}
  div#n2-ss-2 .n2-font-170977226ae2c4808674324d389191bc-hover{
    font-size: 3.9em !important;
  }
  div#n2-ss-2 .n2-font-bfb678c8bd4c1535b5f9ceda499d243d-paragraph {
    font-size: 105% !important;
    line-height: 1.4 !important;
}
.wppsac-post-carousel.design-1 .wppsac-post-title a {font-size: 20px !important; line-height: 24px !important;}
	.contact-info{width: 960px !important;}
	
}

@media only screen and (max-width: 1024px) {
	.contact-info{width: 800px !important;}
	.container{max-width: 900px ;}
  #menu-desktop{float: none;}
    div#n2-ss-2 .n2-font-170977226ae2c4808674324d389191bc-hover{
    font-size: 3.5em !important;
  }
  .about-us-homepage .content-part a, .tailored-approach a{
    padding: 0.7em 1.4em;
  }
  .tailored-approach h1{
    font-size: 2.5em;
  }
  .footer .menu li a{
    font-size: 14px;
  }
  .Contact li{
    font-size: 14px;
  }
  #footer-widget h3{
    font-size: 1.8em;
  }
  .footer-col1 p{
    font-size: 14px;
  }
}

@media only screen and (max-width: 980px) {
	.hero-area-content h1 {
  font-size: 40px !important;
}
  html {
    font-size: 90%;
  }
  .practice-intro p {width: 100%;}
}

@media only screen and (max-width: 900px) {
.contact-info{width: 750px !important;}
.contactpg .contact-form-intro{width: 80%;}
}


@media only screen and (max-width: 810px) {
.contact-info{width: 700px !important; margin-top: 0;}
.contact-info .col-md-4{max-width: 100% !important; border-right: 0;}
.footer .col-12.col-md-4 {
	max-width: 100% !important;
	flex: 100% !important;
}
.about-us-homepage .col-md-6 {
  float: none;
  max-width: 100%;
}
.practice-homepage {
  margin-top: 1em;
}
.about-us-homepage .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
/* .practice-homepage .col-md-12, .about-us-homepage .col-md-12, .about-us-homepage .col-md-6{
	padding-left: 0 !important;
	padding-right: 0 !important;
} */
	
.Contact li{
	margin-bottom: 1em;
}
div#n2-ss-2 .n2-font-170977226ae2c4808674324d389191bc-hover {
  font-family: Raleway !important;
  color: #ffffff !important;
  font-size: 3em !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}
.tailored-approach .col-md-6 {
  float: none;
  padding: 0 !important;
  max-width: 100%;
}
#footer-widget {
  padding-top: 0em;
}
.tailored-approach .col-md-6 img {
  width: 100%;
}
.tailored-approach h1 {
  font-size: 2.5em;
  width: 90%;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.tailored-approach {
  margin-bottom: 2em;
}
.tailored-approach a {
  margin-bottom: 1em;
  float: left;
}
div#n2-ss-2 .n2-font-bfb678c8bd4c1535b5f9ceda499d243d-paragraph{
	font-size: 16px !important;
}
.mobmenu {display: inline; float: right; line-height: 0.6; color: #191919; padding-top: 1.5em; padding-right: 5px;}
  #menu-mobile .current-menu-item a {color: #165171 !important; font-weight: 700 !important;}
  #menu-mobile{display: block;}
  #menu-desktop{display: none;}
  #menu-mobile li a {color: #fff; font-size: 15px;}
  #menu-mobile li {display: block !important; float: none; border-bottom: dotted 1px #fff; line-height: 1.5; text-transform: capitalize;}
  #menu-mobile li a:hover{color: #a8843a;}
  .sidenav a {padding: 8px 8px 8px 12px;}
  #menu-mobile .sub-menu {padding-left: 1em;}
  #menu-mobile .sub-menu li {border: none;}
  .logo img {height: 57px;}
  #heda{height: 55px;}
  #menu-mobile ul {padding-left: 0;}
  .hero-area {margin-top: 60px; padding-top: 35px; height: 150px;}
  .footer .menu li a{padding-left: 0;}
  .slider {padding-top: 60px;}
}



@media only screen and (max-width: 810px) {
.about-us-homepage .content-part p {margin-bottom: 0.5em;}
	.hero-area {
  height: 200px;
}
.single-areas_of_practice .hero-area-content h1 {
  color: #fff;
  font-size: 2.5em !important;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  font-size: 1.3em !important;
  line-height: 1.2 !important;
}
	
#menu-footerpt2{margin-left: 2em;}
.footer .menu li a{font-size: 14px;}
.innerpage {padding-top: 3em;}
.page .header-img img {height: 200px;}
.page .entry-title > a{font-size: 1.5em;}
.wpcf7-form.init p {margin-bottom: 1em !important;}
 .c4 {width: 100%; float: none;}
 .form-control{height: 40px !important;}
 .wpcf7-form-control.wpcf7-submit.btn.btn-primary{font-size: 16px;}
}


@media only screen and (max-width: 768px) {
	.n2-font-4c6c7e1b1bf49436c2f87de4e58f32ed-hover {
	  font-size: 2.5em !important;
	  line-height: 1.1 !important;
}
	.hero-area-content h1 {font-size: 45px !important;}
   .tailored-approach h3 {
    font-size: 2.5em;
    width: 100%;
    line-height: 1.1;
    padding-top: 25%;
    margin-top: 0;
}
	.contact-info {
  width: 90% !important;
}
.single h1.entry-title{font-size: 2em;}
 h3.widget-title {
    font-size: 2em !important;
    margin-bottom: 0;
}
.socialmedia {float: left; clear: both; display: block; margin-top: 5px;}
.page-id-18 .col-md-4 {float: none;}
.single .sidebar-title {
  margin-top: 2em !important;
}

}

@media only screen and (max-width: 600px) {
.contactpg .contact-form-intro{width: 90%;}
  #menu-footerpt1, #menu-footerpt2 {margin-left: 0;}
  #menu-footerpt2 {padding-top: 5px; margin-left: 2em;}
  .page-template-archive-practices .col-md-4, .page-template-archive .col-md-4{margin-bottom: 3em;}
  .mfp-content div {padding: 20px !important;}
  .mfp-content h3, .su-lightbox h3{font-size: 16px !important; line-height: 1.3 !important;}
  .mfp-content h4, .su-lightbox h4{font-size: 16px !important; line-height: 1.3 !important;}
}



@media only screen and (max-width: 575px) {
 .practice-homepage .col-md-12, .about-us-homepage .col-md-12{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.text-right {text-align: left !important;}
.tailored-approach a {
  font-size: 16px;
  text-decoration: none !important;
  padding: 0.5em 1em;
}
.socialmedia {float: none; clear: both; display: block; margin-top: 0;}
.copyright-text{float: none; display: block; clear: both; text-align: left; line-height: 1.2; font-size: 12px;}
.copyright-text a{text-align: left;}
.Copyright .container{
    padding-top: 0;
}
.footer .col-12.col-md-4{
    margin-bottom: 0;
}
.Contact .Address, .Contact .Phone {
    line-height: 18px;
}
.about-us-homepage .content-part a, .tailored-approach a{
    font-size: 14px;
}
}

@media only screen and (max-width: 418px) {
  html {
    font-size: 90%;
  }
  .tailored-approach h1 {
  font-size: 2.3em;
}
.single-areas_of_practice .hero-area-content h1 {
  font-size: 2.1em !important;
}
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 90%;
  }
  .Contact .Address, .Contact .Phone {
    line-height: 17px;
}
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 90%;
  }
  .Contact .Address, .Contact .Phone {
    line-height: 16px;
}
}