/*

Theme Name: LFS - Felipe D.J. Millan, P.C.

Theme URI: http://www.lawfirmsites.com/

Author: Law Firm Site

Author URI: http://www.lawfirmsites.com

Description: A simple responsive theme with theme options panel, and page templates.

Version: 1.0

*/

/* Overwrite Bootstrap */


/*

    -- FONTS --

*/


@import url('https://use.typekit.net/ubm8kzl.css');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Onest:wght@100..900&display=swap');






:root {
	
	--font1: 'Onest', sans-serif;
	--font2: 'ambroise-std', serif;
	--font3: 'Font Awesome 5 Free';
	--color-primary: #181818;
	--color-secondary: #6DCDB8;
	--color-tertiary: #376D64;
	--color-text: #000;
	--color-text-light: #676767;
	--color-button-text: #252525;
	--color-black: #000;
	--color-default: #fff;
	--color-body: #D9D9D6;
	--color-border: #73888C;
	
	--fs119: 7.4375rem;
	--fs96: 6rem;
	--fs90: 5.625rem;
	--fs80: 5rem;
	--fs75: 4.6875rem;
	--fs72: 4.5rem;
	--fs69: 4.3125rem;
	--fs65: 4.0625rem;
	--fs64: 4rem;
	--fs60: 3.75rem;
	--fs58: 3.625rem;
	--fs55: 3.4375rem;
	--fs52: 3.25rem;
	--fs48: 3rem;
	--fs47: 2.9375rem;
	--fs45: 2.8125rem;
	--fs44: 2.75rem;
	--fs42: 2.625rem;
	--fs40: 2.5rem;
	--fs38: 2.375rem;
	--fs36: 2.25rem;
	--fs35: 2.1875rem;
	--fs34: 2.125rem;
	--fs32: 2rem;
	--fs30: 1.875rem;
	--fs29: 1.8125rem;
	--fs28: 1.75rem;
	--fs27: 1.6875rem;
	--fs26: 1.625rem;
	--fs25: 1.563rem;
	--fs24: 1.5rem;
	--fs23: 1.438rem;
	--fs22: 1.375rem;
	--fs21: 1.35rem;
	--fs20: 1.25rem;
	--fs19: 1.188rem;
	--fs18: 1.125rem;
	--fs17: 1.0625rem;
	--fs16: 1rem;
	--fs15: 0.9375rem;
	--fs13: 0.8125rem;
	--fs14: 0.875rem;
	--fs12: 0.75rem;
	--fs11: 0.6875rem;
}





/* Ovewrite Bootstrap */

html { font-size: 0.833333vw; }

body{
	background-color: var(--color-body);
    font-family: var(--font1);
	color: var(--color-text);
	font-size: var(--fs18);
	font-weight: 400;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: scroll;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {

    margin: 0px;

}

ul {

    list-style: none;

    margin: 0px;

    padding: 0px;

}

a {

    color: var(--color-secondary);

    transition: all .2s ease;

    -webkit-transition: all .2s ease;

    -mz-transition: all .2s ease;

    -moz-transition: all .2s ease;

    -o-transition: all .2s ease;

}

a:hover, a:focus {

    color: var(--color-primary);

    text-decoration: none;

    outline: none;

}

p:empty {

    display: none;

}
/*#wrapper {
	max-width: 160rem;
	margin: 0 auto;
}*/
.container, .container-full {
    max-width: 90.5625rem;
    width: 85%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}
.container-full { max-width: 100%; width: 100%; }
.row {
	margin-left: 0;
	margin-right: 0;
}
.alignleft {
	float: left;
    margin: 0 1.875rem 1.875rem 0;
}
.alignright {
	float: right;
    margin: 0 0 1.875rem 1.875rem;
}
.aligncenter {
	display:block;
	margin: 0 auto 1.875rem;
}
.wp-caption-text {
	font-style: italic;
	font-size: 0.6875rem;
	line-height: 1.5em;
    text-align: center;
}
.clear {
	clear: both;
}
.col-md-6,
.col-md-4,
.col-md-8,
.col-md-5,
.col-md-7,
.col-md-3,
.col-md-2,
.col-md-9 {
	padding-left: 0;
	padding-right: 0;
}
.center {text-align: center !important;}
.flex,
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-container {
	max-width: 1800px;
	padding: 0 0.9375rem;
	margin: 0 auto;
	justify-content: space-between;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-size: var(--fs80);
	font-weight: 400;
	font-family: var(--font2);
	color: var(--color-primary);
	text-transform: none;
	line-height: 1em;
	margin-bottom: 1.875rem;
}
.h1, .h2, .h3, .h4, .h5 { margin-top: 0; }
h2, .h2 { font-size: var(--fs80); }
.h1 { font-weight: 300; }
.h1 strong, h2 strong { color: var(--color-secondary); font-weight: 300; }
h3, .h3 {
	font-size: var(--fs30);
	font-weight: 700;
}
h4, .h4 {
	font-size: var(--fs24);
	font-weight: 400;
	line-height: 1.7em;
}
h5, .h5 {
	text-transform: none;
	font-weight: 600;
	font-family: var(--font1);
	font-size: var(--fs20);
	color: var(--color-black);
	letter-spacing: 0;
	line-height: 1.5em;
	margin-bottom: 2rem;
}
a.btn, a.btn-transparent {
	background-color: var(--color-secondary);
	color: var(--color-button-text);
	text-transform: none;
	font-size: var(--fs20);
	font-family: var(--font1);
    font-weight: 500;
    padding: 1.0625rem 2.875rem 0.9375rem;
    border-radius: 5.4375rem;
	border: 0.0625rem solid var(--color-default);
    letter-spacing: 0;
	text-decoration: none;
	line-height: 1.2em;
	white-space: pre-wrap;
	transition: all .5s ease;
	display: inline-block;
}
a.btn:hover, a.btn:focus { background-color: rgba(109,205,184,0.5); }
a.btn-transparent { background-color: transparent; border-color: var(--color-secondary); }
a.btn-transparent:hover, a.btn-transparent:focus, .mclocations .item a.btn-transparent:hover, .mclocations .item a.btn-transparent:focus { background-color: var(--color-secondary); color: var(--color-button-text); }
a:hover > img, a:hover > svg, a:focus > img, a:focus > svg { opacity: 0.8; }
blockquote {
	border: 0;
	border-bottom: 1px solid var(--color-primary);
	padding: 0 0 1.25rem;
	margin-bottom: 3.75rem;
	color: var(--color-primary);
	font-size: var(--fs26);
	font-family: var(--font2);
	font-weight: 700;
	line-height: 1.8em;
}
hr {
	border-top: 1px solid var(--color-primary);
	margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
}
.bg-overlay:before, .bg-image:before { content: ''; }
.overlay, .bg-overlay:before, .bg-image:before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.bg-image + div, .bg-overlay, .bg-overlay > div, header#header > section, .with-bg, .with-bg .container { position: relative; }
.bg { background-repeat: no-repeat; background-size: cover; }
.flex-between { flex-wrap: wrap; justify-content: space-between; }
.flex-end { flex-wrap: wrap; justify-content: flex-end; }
.flex-center { flex-wrap: wrap; justify-content: center; }
.flex-start { flex-wrap: wrap; justify-content: flex-start; }
.flex-alend { align-items: flex-end; }
.flex-alcenter { align-items: center; }
.flex-alstart { align-items: flex-start; }
.col2 { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 5%; column-gap: 5%; }
icon svg, svg[data-use] {
	height: 1em;
    width: 1em;
    fill: inherit;
	stroke: inherit;
}
a.skip-main {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 999;
}
a.post-edit-link { display: inline-block; background-color: rgba(0,0,0,0.8); position: fixed; bottom: 1.25rem; left: 1.25rem; z-index: 9999; color: var(--color-default); font-size: 1.125rem; padding: 0.75rem 2.5rem 0.5rem; }
a.post-edit-link:hover { background-color: rgba(0,0,0,1); }
.img-fit, .side-about img, .mcareas .item img { object-fit: cover; width: 100%; height: 100%; }
.with-bg:before { content: ''; position: absolute; background-image: url('images/bg-main.png'); background-repeat: no-repeat; background-size: cover; opacity: 0.2; height: 64.6875rem; width: 46rem; right: 0; bottom: 0; background-position: top left; }





/* Header ---------------------------------------------*/
header#header { position: relative; }
header#header .bg-image:before { background-color: rgba(0,0,0,0.6); }
header#header .menu-header-section .container { max-width: 113.25rem; width: 95%; }
header#header .menu-content { padding: 2rem 0 1.25rem 6rem; }
header#header .logo { width: 20%; }
header#header .ph a { border: 0.0625rem solid var(--color-secondary); border-radius: 5.4375rem; background-color: transparent; font-weight: 500; font-size: var(--fs20); line-height: 1.2em; color: var(--color-body); padding: 1.125rem 3.125rem 0.875rem 5.125rem; position: relative; }
header#header .ph .i-phone { position: absolute; left: 3rem; top: 1.3125rem; }
header#header .ph .i-phone svg { width: 1.125rem; height: 1.1875rem; }
header#header .ph a:hover, header#header .ph a:focus { background-color: var(--color-secondary); color: var(--color-button-text); }
header#header .ph a:hover svg path, header#header .ph a:focus svg path { fill: var(--color-button-text); }
header#header .lang { margin-right: 2.5rem; }
header#header .lang .gtranslate_wrapper { display: flex; grid-gap: 1rem; }
header#header .lang a { display: flex; flex-direction: row-reverse; color: var(--color-default); }
header#header .lang a span { font-size: var(--fs16); margin-right: 0.5rem; }




/* Banner Section ---------------------------------------------*/
.banner-section h1, .banner-section .h1 { color: var(--color-body); font-size: var(--fs119); font-weight: 300; }
.banner-section .banner { padding: 3.75rem 0 5.75rem; }
#breadcrumbs { font-size: var(--fs28); font-weight: 500; color: var(--color-secondary); line-height: 1.2em; margin-bottom: 1rem; }
#breadcrumbs span span { margin: 0 0.875rem; }
#breadcrumbs a, #breadcrumbs .breadcrumb_last { color: var(--color-body); }
#breadcrumbs a:hover, #breadcrumbs a:focus { color: var(--color-secondary); }





/* Main Content ---------------------------------------------*/
.inner-wrap { padding: 6rem 0 5rem; }
.main-content p { margin: 0 0 1.875rem; }
.main-content .main-wrapper { padding-bottom: 3.75rem; }
.main-content ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}
.main-content ul li {
    margin-bottom: 0.4375rem;
}
.main-content ul,
.main-content ol {
	margin-bottom: 1.875rem;
}
.main-content ul ul,
.main-content ol ol {
	margin-bottom: 0;
}
.main-content ol { padding-left: 1rem; }
.main-content .wp-caption {
	display: table;
	margin-bottom: 1.875rem;
}
.main-content .wp-caption-text {
	display: table-caption;
	caption-side: top;
	color: #b29b55;
	font-size: 12px;
	font-style: italic;
}
.main-content .wp-caption p { margin: 0 0 1.25rem; }
.dark {color: #fff;}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark .h1, .dark .h2, .dark .h3, .dark .h4, .dark .h5 { color: #fff; }
.dark a { color: var(--color-secondary); }
.dark a:hover, .dark a:focus, .dark a.btn { color: #fff; }
.main-content .sitecol { flex-wrap: wrap; }
.main-content .sitecol .col { width: 33.3333%; padding-right: 3%; }




/* paginate ---------------------------------------------*/
.paginate {
	margin-top: 2.5rem;
	text-align: center;
	color: var(--color-primary);
	font-weight: 500;
	font-size: var(--fs18);
	line-height: 1.2em;
}
.paginate ul { margin: 0; justify-content: center; align-items: center; }
.paginate ul li { list-style: none; margin: 0; padding-left: 0; }
.paginate ul li:nth-child(2) { margin: 0 1.25rem; }
.paginate .pleft a, .paginate .pright a {
    display: block;
	color: var(--color-button-text);
	background-color: var(--color-secondary);
	padding: 1rem 2.75rem 0.75rem;
	border-radius: 5.4375rem;
	transition: 0.5s ease-in-out;
	border: 0.0625rem solid var(--color-default);
}
.paginate .pleft a:hover, .paginate .pleft a:focus, .paginate .pright a:hover, .paginate .pright a:focus { background-color: rgba(109,205,184,0.5); }






/* Blog ---------------------------------------------*/
.mcblog { padding-top: 1.25rem; }
article.blogpost {
	margin-bottom: 7%;
	width: 100%;
	line-height: 1.5em;
	border-bottom: 0.0625rem solid var(--color-secondary);
}
article.blogpost .ptitle {
	font-size: var(--fs24);
	font-family: var(--font1);
	font-weight: 700;
	margin-bottom: 1.25rem;
	line-height: 1.3em;
	text-transform: none;
	letter-spacing: 0;
	font-style: normal;
	display: block;
}
article.blogpost .ptitle { color: var(--color-primary); }
article.blogpost .featured-image {
	min-height: 16.875rem;
	max-height: 16.875rem;
	width: 100%;
	max-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
	margin-bottom: 1.875rem;
}
article.blogpost a:hover .ptitle, article.blogpost a:focus .ptitle { color: var(--color-secondary); }
article.blogpost a:hover .featured-image, article.blogpost a:focus .featured-image { opacity: 0.8; }
.pdate {
	font-size: var(--fs16);
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 0.625rem;
}
.featured-image.nopic { background-image: none; background-color: var(--color-primary); display: flex !important; justify-content: center; align-items: center; }
.featured-image.nopic img { width: 80%; }





/* Testimonials ---------------------------------------------*/
.mctestimonials { grid-gap: 1rem; }
.mctestimonials .item {
	font-size: var(--fs16);
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: 4rem;
	border: 0.0625rem solid rgba(55,61,67,0.2);
	padding: 5rem 2.75rem 4rem;
	position: relative;
	max-width: 29.25rem;
	color: #363B3C;
	border-radius: 0.4375rem;
}
.mctestimonials .item h2 { font-size: var(--fs40); line-height: 1.1em; font-weight: 300; margin-bottom: 0.5rem; }
.mctestimonials .item .auth { font-size: var(--fs20); font-weight: 500; color: var(--color-black); }
.i-quote { border: 0.0625rem solid rgba(55,61,67,0.2); border-radius: 100%; display: flex; align-items: center; justify-content: center; background-color: var(--color-body); width: 6.5rem; height: 6.5rem; position: absolute; top: -3.5rem; }
.i-quote svg { width: 3.625rem; height: 2.5625rem; }




/* About ---------------------------------------------*/
.mcabout-wrap { max-width: 39rem; }
ul.numlist { margin-left: 0; max-width: 34rem; margin-bottom: 4rem; }
ul.numlist li, ul.boxlist li { list-style: none; position: relative; font-weight: 500; font-size: var(--fs24); color: var(--color-black); padding-left: 4.25rem; margin-bottom: 1.5rem; line-height: 1.3em; }
ul.numlist li .num { color: var(--color-secondary); font-weight: 600; letter-spacing: 0; position: absolute; left: 0; top: 0.625rem; }
ul.boxlist { margin-left: 0; display: flex; flex-wrap: wrap; }
ul.boxlist li { text-align: center; max-width: 18.375rem; padding: 0 1.75rem; }
ul.boxlist li .img { display: flex; align-items: center; height: 5.4375rem; justify-content: center; margin-bottom: 2.5rem; }




/* Areas & inner ---------------------------------------------*/
.main-areas { background-color: #010101; }
.main-areas .container { max-width: 67.5rem; }
.mcareas { grid-gap: 1rem; }
.mcareas .item { position: relative; max-width: 21.625rem; border-radius: 0.4375rem; border: 0.0625rem solid #373D43; margin-bottom: 1.75rem; }
.mcareas .item .img { height: 15.8125rem; }
.mcareas .item .img img { border-top-left-radius: 0.4375rem; border-top-right-radius: 0.4375rem; }
.mcareas .item .item-wrap:before, .mcareas .item .overlay:before { background: linear-gradient(135deg, rgba(55,61,67,0.33) 0%, rgba(55,61,67,0) 100%); z-index: 1; }
.mcareas .item .desc { text-align: center; padding: 1.625rem 1rem 1rem; }
.mcareas .item h2 { font-size: var(--fs28); font-weight: 300; line-height: 1.2em; color: var(--color-body); margin-bottom: 1rem; }
.mcareas .item p { margin-bottom: 0; }
.mcareas .item .overlay { opacity: 0; visibility: hidden; transition: opacity 0.5s ease-in-out; margin: 0.75rem; position: absolute; }
.mcareas .item .overlay .o-wrap { background: linear-gradient(0deg, #376D64 0%, rgba(0,0,0,0) 100%); padding: 1.25rem; display: flex; align-items: flex-end; height: 100%; }
.mcareas .item .overlay h2 { color: var(--color-default); }
.mcareas .item .overlay img { position: absolute; top: 0; left: 0; }
.mcareas .item a:hover .item-wrap, .mcareas .item a:focus .item-wrap { opacity: 0; visibility: hidden; }
.mcareas .item a:hover .overlay, .mcareas .item a:focus .overlay { opacity: 1; visibility: visible; }
.mcareas .item a:hover .img, .mcareas .item a:focus .img { height: calc(100% - 1.5rem); margin: 0.75rem; }

.side-areas h2 { font-family: var(--font1); font-size: var(--fs24); text-transform: uppercase; line-height: 1.2em; margin-bottom: 1.25rem; padding-left: 1.25rem; }
.side-areas ul { margin-left: 0; }
.side-areas ul li { list-style: none; font-size: var(--fs24); line-height: 1.2em; font-weight: 500; margin-bottom: 0; }
.side-areas ul li a { display: block; color: var(--color-button-text); border-bottom: 0.0625rem solid rgba(55,61,67,0.2); padding: 1.25rem 2.5rem 1.25rem 1.25rem; position: relative; }
.side-areas ul li a:after { content: '\f054'; font-family: var(--font3); font-weight: 700; position: absolute; right: 1rem; top: 1.3125rem; font-size: var(--fs18); }
.side-areas ul li a:hover, .side-areas ul li a:focus { background-color: rgba(109,205,184,0.5); }




/* Employees & inner ---------------------------------------------*/
.pos { text-transform: uppercase; color: var(--color-tertiary); font-size: var(--fs20); line-height: 1.2em; font-weight: 400; margin-bottom: 2.5rem; font-family: var(--font1); }
.mcbio-extended .item:not(:last-child):after { content: ''; display: block; background: linear-gradient(90deg, #101010 0%, #B8B8B8 100%); height: 0.0625rem; width: 100%; opacity: 0.2; margin: 2.5rem 0; }
.side-employees h2 { font-size: var(--fs40); margin-bottom: 1.25rem; }
.side-employees ul { margin-left: 0; }
.side-employees ul li { list-style: none; font-size: var(--fs21); line-height: 1.2em; text-transform: uppercase; font-weight: 500; padding: 0; margin-bottom: 1.3125rem; }
.side-employees ul li a { display: block; color: #1B1F23; border: 0.0625rem solid #b3b3b0;
 padding: 1.125rem 1.5rem 1rem 3.5rem; position: relative; }
 .side-employees ul li a:before { content: '\f061'; border: 0; font-family: var(--font3);
font-weight: 700; top: 1.125	rem; left: 1.25rem; position: absolute; font-size:  var(--fs18);}
 .side-employees ul li a:hover,  .side-employees ul li a:focus { background-color: var(--color-tertiary); color: var(--color-default); }
 .side-img { margin-bottom: 3rem; }

.mcemployees { gap: 3.75rem; } 
.mcemployees .item { max-width: 18.5625rem; width: 100%; background-color: var(--color-button-text); color: var(--color-default); font-family: var(--font1); font-size: var(--fs16); font-weight: 500; line-height: 1.5em; border-radius: 0.375rem; }
.mcemployees .item.green a, .mcemployees .item a:hover, .mcemployees .item a:focus { background-color: var(--color-tertiary); }
.mcemployees .item h2 { font-size: var(--fs35); text-transform: none; margin-bottom: 0.75rem; color: var(--color-default); font-weight: 300; }
.mcemployees .item img { object-fit: cover; width: 100%; height: 100%; object-position: top; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; }
.mcemployees .item .img { height: 13.875rem; border-top-left-radius: 0.375rem; border-top-right-radius: 0.375rem; }
.mcemployees .item .desc { padding: 1.1875rem 2rem 1rem; }
.mcemployees .item a { display: block; color: var(--color-default); transition: all 0.3s ease-in-out; border-radius: 0.375rem; height: 100%; }
.mcemployees .item.green a:hover, .mcemployees .item.green a:focus, { background-color: var(--color-button-text); }




/* Frontpage ---------------------------------------------*/
#vid {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}
body.home header#header .bg-image { background-image: none !important; }
body.home header#header .bg-image:before { background: linear-gradient(0deg, rgba(217, 217, 214, 0.8) 0%, rgba(55, 61, 67, 0.7) 42%, rgba(55,61,67,1) 100%); }
body.home header#header .bg-image:after { content: ''; background: linear-gradient(0deg, rgba(217,217,214,1) 1%, rgba(55, 61, 67, 0) 50%, rgba(55, 61, 67, 0) 80%); position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.banner-text { text-align: left; max-width: 59rem; color: var(--color-body); font-size: var(--fs30); font-weight: 500; line-height: 1.2em; padding: 5rem 0 6rem; }
.banner-text h1 { font-weight: 300; text-transform: capitalize; margin-bottom: 1rem; letter-spacing: -0.3125rem; }
.banner-text h1 strong { font-weight: 300; color: var(--color-secondary); }
.banner-text p { margin-bottom: 2.5rem; }

.area-section .as-content { padding: 0 0 3rem; }
.as-flex .as-left { font-family: var(--font2); font-size: var(--fs36); line-height: 1.3em; font-weight: 300; }
.area-section .mcareas .item { margin-bottom: 0; max-width: unset; }

.why-section .why-content, .testimonial-section .ts-content { padding: 5rem 0 5rem; }
.why-section .h1 { font-size: var(--fs69); line-height: 1.2em; }
.why-header { margin-bottom: 2rem; }
.why-header .why-desc { font-weight: 500; }
.why-list { gap: 1.5rem; }
.why-list .item { border: 0.0625rem solid rgba(55,61,67,0.2); border-radius: 0.4375rem; background-color: var(--color-body); box-shadow: 0 0.25rem 1.9375rem rgba(0,0,0,0.05); font-size: var(--fs24); font-weight: 500; line-height: 1.2em; padding: 2rem 1.625rem 2.5rem; max-width: 20.375rem; width: 100%; }
.why-list .item .num { display: block; color: var(--color-secondary); font-weight: 600; line-height: 1.2em; margin-bottom: 6.5rem; }

.att-section { position: relative; }
.att-section .att-content { padding: 5rem 0 2rem; }
.att-section .h1 { color: var(--color-secondary); margin-bottom: 2.5rem; }
.att-side { position: absolute; right: 0; top: 5rem; max-width: 22.375rem; width: 100%; text-align: right; }
.att-side:after { content: ''; background-color: var(--color-secondary); height: 10.5rem; width: 100%; display: block; border-top-left-radius: 0.4375rem; border-bottom-left-radius: 0.4375rem; margin-top: 1.75rem; }
.att-side img { max-width: 20.3125rem; height: 46.875rem; border-radius: 0.4375rem; object-position: left; }
.att-section .badges { column-gap: 1.5rem; margin-bottom: 2rem; }
.att-section .badges .item { margin: 0 0 1rem; mix-blend-mode: luminosity; }

.testimonial-list { margin-top: 3rem; }
.testimonial-list .item { margin-top: 3.5rem; }
.h5.with-line:after { content: ''; background-color: var(--color-secondary); height: 0.125rem; width: 4.25rem; display: block; margin-top: 1.25rem; }
.slick-slider .slick-arrow:before {
	content: '\f177';
	font-family: var(--font3);
	font-weight: 700;
	opacity: 1;
	display: block;
	font-size: var(--fs42);	
	color: var(--color-black);
}
.slick-slider .slick-arrow { width: 4rem; height: 4rem; background-color: transparent; top: -4.5rem; bottom: unset; }
.slick-slider .slick-prev { z-index: 1; left: calc(100% - 8rem); }
.slick-slider .slick-next { right: 0; }
.slick-slider .slick-next:before { content: '\f178'; }





/* Contact ---------------------------------------------*/
.mclocations { max-width: 70.6875rem; margin: 0 auto 3.125rem; }
.mclocations .item .desc { background-color: var(--color-black); color: #E2E2E4; font-size: var(--fs16); font-weight: 300; width: 100%; padding: 3.5rem 2.75rem; }
.mclocations .item .desc h2 { color: var(--color-body); margin-bottom: 1.25rem; font-weight: 300; }
.mclocations .item .mcode { width: 100%; }
.mclocations .item iframe { width: 100% !important; height: 100% !important; }
.mclocations .item p { margin-bottom: 1.5rem; }
.mclocations .item a.btn-transparent { display: block; text-align: center; color: var(--color-border); }
.badges .item { margin: 0 1.5rem; }
.main-contact.with-bg:before { height: 39.125rem; width: 23rem; }



.form-section { position: relative; }
.form-section .bg-image { display: flex; align-items: flex-end; }
.form-section .bg-image:before { background: linear-gradient(0deg, rgba(0,0,0,0.45) 0%, #000 52%, #000 100%); }
.form-section .bg-image img { max-height: 52.5rem; object-position: 50% 25%; }
.form-section .form-content { padding: 6rem 0 12rem; }
.cform { max-width: 53.9375rem; margin: 0 auto; color: #F0F0F0; font-weight: 300; }
.cform .h1 { margin-bottom: 1rem; }
.cform > h3 { font-family: var(--font1); font-size: var(--fs20); text-transform: none; line-height: 1.5em; }
.cform .h1 strong { display: block; }
.cform > p { max-width: 30rem; margin: 0 auto 1.875rem; }


.gform_wrapper { padding-top: 1.25rem; }
.gform_wrapper form { text-align: left; }
.gform_wrapper .gform_heading { display: none !important; }
.gform_wrapper .gfieldlabelnone .gfield_label, .hide-text {
	position: absolute;
	left: -99999px;
	top:auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.gform_wrapper .gfield_label { font-weight: 400 !important; }
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
	border: 0;
	border-radius: 0.4375rem;
	background-color: #292A2C;
	color: var(--color-default);
	padding: 1.5rem 2.125rem 1.375rem !important;
	font-size: var(--fs16) !important;
	font-weight: 300;
	line-height: 1.5em;
}
.gform_wrapper .gfield textarea.small { height: 6.25rem !important; }
.gform_wrapper .gfield textarea.medium { height: 13rem !important; }
.gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 1.75rem !important; grid-column-gap: 1.75rem !important; }
.gform_wrapper .gform_footer {
	text-align: center;
	justify-content: center;
	padding: 0.75rem 0 1.25rem !important;
}
.gform_wrapper input[type=submit] {
	border: 0.0625rem solid var(--color-default);
	border-radius: 5.4375rem;
	font-size: var(--fs20) !important;
	font-weight: 500;
	font-family: var(--font1) !important;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: 0;
	color: var(--color-button-text);
	background-color: var(--color-secondary);
	padding: 1.125rem 3.25rem 0.875rem !important;
	transition: all 0.3s ease-in-out;
}
.gform_wrapper input[type=submit]:hover, .gform_wrapper input[type=submit]:focus {
	background-color: rgba(109,205,184,0.5);
	color: var(--color-default);
}
.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #D4D4D4;
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder { /* Firefox 19+ */
	color: #D4D4D4;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder { /* IE 10+ */
	color: #D4D4D4;
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper select:-moz-placeholder { /* Firefox 18- */
	color: #D4D4D4;
}
.gform_confirmation_wrapper { text-align: center; }
.gform_confirmation_wrapper .gform_confirmation_message {
	background-color: var(--color-default);
    color: #000;
    font-size: var(--fs18);
    padding: 0.625rem 1.25rem;
    border: 0.125rem solid #20ab44;
    display: inline-block;
    margin-top: 1.875rem;
	line-height: 1.5em;
    font-weight: 500;
}







/* Footer ---------------------------------------------*/
.footer-section { background-color: var(--color-primary); color: #E2E2E4; font-size: var(--fs16); font-weight: 300; }
.footer-top { border-bottom: 0.0625rem solid #373D43; }
.footer-top .fstop { padding: 5rem 0 2.875rem; }
.fscontact > div, .fssocial { border-top: 0.125rem solid var(--color-secondary); padding-top: 2.25rem; margin-top: 3.125rem; }
.fssocial a { font-size: var(--fs23); margin-right: 1.5rem; }
.footer-bottom .fsbottom { padding: 2.75rem 0 4rem; }
.fscopy { margin-right: 0.9375rem; }
.designby img { margin-left: 0.625rem; }
.fsnav ul li { position: relative; list-style: none; }
.fsnav ul li:before { content: ''; background-color: #fff; height: var(--fs11); width: 0.0625rem; display: inline-block; margin: 0 0.75rem; }
.fsnav ul li:first-child:before { display: none; }
.fsnav ul li a, .designby a { color: #E2E2E4; }
.fsnav ul li a:hover, .fsnav ul li a:focus, .designby a:hover, .designby a:focus { color: var(--color-secondary); }




header#header .menu-header-section { z-index: 11; }
header#header .logo { position: relative; }
header#header .nav { position: absolute; left: 0; padding: 6rem 4.5rem 2.5rem; top: 0; }
header#header a.nav-toggle { display: block; position: absolute; left: 2.5rem; }
header#header a.nav-toggle span {
	display: inline-block;
    width: 2.625rem;
    height: 0.25rem;
    background-color: var(--color-default);
    position: relative;
    transition: background-color .3s cubic-bezier(.23,1,.32,1);
	margin-left: 0.5rem;
}
header#header .nav-toggle span:before, header#header .nav-toggle span:after {
	content: '';
    position: absolute;
    left: -0.25rem;
    width: 3.125rem;
    height: 0.25rem;
    background-color: var(--color-default);
}
header#header .nav-toggle span:before { top: -0.6875rem; transition: top .3s .3s cubic-bezier(.23,1,.32,1), transform .3s cubic-bezier(.23,1,.32,1); }
header#header .nav-toggle span:after { bottom: -0.6875rem; transition: bottom .3s .3s cubic-bezier(.23,1,.32,1), transform .3s cubic-bezier(.23,1,.32,1); }
header#header .nav-toggle.open { position: fixed; }
header#header .nav-toggle.open span { background-color: transparent; }
header#header .nav-toggle.open span:before { top: 0; transform: rotate(-45deg);  transition: top .3s cubic-bezier(.23,1,.32,1), transform .3s .3s cubic-bezier(.23,1,.32,1); }
header#header .nav-toggle.open span:after { bottom: 0; transform: rotate(45deg);transition: bottom .3s cubic-bezier(.23,1,.32,1), transform .3s .3s cubic-bezier(.23,1,.32,1); }
.main-nav {
	position: fixed;
	width: 70%;
	height: 100%;
	top: 0;
	z-index: 10;
	background-color: var(--color-secondary);
	transition: transform .6s cubic-bezier(.785,.135,.15,.86), opacity .6s cubic-bezier(.785,.135,.15,.86);
	overflow: hidden;
	transform: translateX(-100%);
	opacity: 0;
	padding: 0 0 5rem 9.5rem;
}
.main-nav .popup-nav { padding-top: 14rem; }
.main-nav .nav-img {
	opacity: 1;
	position: relative;
	max-width: 40.4375rem;
	transform: translateX(100%);
	transition: transform .5s cubic-bezier(.785,.135,.15,.86);
}
body #main, body .banner-section, body footer {
	opacity: 1;
	transition: transform .6s cubic-bezier(.785,.135,.15,.86), opacity 1s cubic-bezier(.785,.135,.15,.86);
}
.main-nav.open { opacity: 1; transform: translateX(0); }
.main-nav.open .nav-img { transform: translateX(0); opacity: 1; }
.main-nav.open .nav-img img { transition: opacity .5s cubic-bezier(.785,.135,.15,.86); }
.main-menu li a.expand { width: 2rem; position: absolute; right: 0; top: 0; cursor: pointer; display: flex; justify-content: center; }
.main-menu li a.expand:before { content: '+'; font-weight: 500; }
.main-menu li a.expand.expand-clicked:before { content: '-'; }
.main-menu li a.expand:hover, .main-menu li a.expand:focus { background-color: var(--color-primary); }
.main-menu > li {
	font-weight: 500;
	font-family: var(--font1);
	font-size: var(--fs36);
	line-height: 1em;
	text-transform: capitalize;
	margin-bottom: 1rem;
}
.main-menu > li:first-child { display: none; }
.main-menu > li > a {
	color: var(--color-default);
	text-decoration: none;
	display: block;
	padding: 0.5rem 0;
	transition: all .5s ease-in-out;
}
.main-menu ul li.current-menu-item > a,
.main-menu li.menu-item-has-children ul li a:hover, .main-menu li.menu-item-has-children ul li a:focus { background-color: var(--color-primary); }
.main-menu li { position: relative; }
.main-menu li ul li a {
	padding: 1.125rem 1.5rem 1rem; 
	border-bottom: 0.0625rem solid #6f7c9f;
	display: block;
	text-align: left;
	color: var(--color-default);
	margin: 0;
}
.main-menu li ul li:last-child a { border-bottom: 0; }
.main-menu > li i { margin: 0 auto 0.875rem; }
.main-menu li ul.sub-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.25rem rgba(0,0,0,0.5);
	background-color: #383b38;
}
.main-menu li ul.sub-menu::-webkit-scrollbar {
	width: 0.25rem;
	background-color: #383b38;
}
.main-menu li ul.sub-menu::-webkit-scrollbar-thumb {
	background-color: #797979;
}


.main-nav .search-form { margin-top: 5rem; }
#searchf input[type=text] {
	background-color: var(--color-default);
	font-size: var(--fs20);
	font-weight: 400;
	line-height: 1.2em;
	border-radius: 5.4375rem;
	padding: 1.5rem 3.5rem 1.0625rem 2.75rem;
	width: 100%;
	color: var(--color-black);
	border: 0;
}
#searchf { position: relative; width: 100% }
#searchf .submit { position: absolute; right: 2.25rem; background-color: transparent; border: 0; top: 1.3125rem; }
.i-search svg { width: 1.125rem; height: 1.125rem; }
#searchf input[type=text]::-webkit-input-placeholder { color: #000; }
#searchf input[type=text]::-moz-placeholder { color:#000; }
#searchf input[type=text]:-ms-input-placeholder { color: #000; }
#searchf input[type=text]:-moz-placeholder { color: #000; }
.mcresults { max-width: 70rem; margin: 0 auto; }
.mcresults .result { border: 0.0625rem solid rgba(0,0,0,0.1); border-radius: 1.75rem; padding: 2.5rem 2.75rem; margin-bottom: 0.625rem; }
.mcresults .result:nth-child(even) { background-color: #efefef; }







/* Mobile ---------------------------------------------*/
#mobile-nav {
    overflow: hidden;
    position: relative;
    z-index: 102;
    margin: 0;
}
#mobile-nav.topright {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    top: 1.5625rem;
    right: 0;
	position: absolute;
}
#mobile-nav .main-menu > li > a:after { display: none; }
#mobile-nav.topright .mean-bar {
    background-color: transparent;
	position: relative;
}
.mean-container .mean-nav ul li a {
	background-color: var(--color-secondary) !important;
	border-top: 1px solid rgba(255,255,255,0.1) !important;
	font-size: var(--fs16);
	padding: 1rem 1.875rem 0.75em;
	width: 100%;
}
.mean-container .mean-nav ul li li a {
    width: 100%;
	padding: 1rem 3.125rem 0.75em;
}
.mean-container .mean-nav { margin-top: 4rem !important; }
.mean-container a.meanmenu-reveal {
	width: 3.125rem !important;
    padding-top: 0.625rem !important;
    color: var(--color-default) !important;
    font-size: var(--fs32) !important;
    height: 3rem;
	margin-right: 1rem;
}
.mean-container a.meanmenu-reveal span span span {
    margin-top: 9px;
}
.mean-container .mean-nav ul {
	max-height: 100vh;
	max-height: calc(100vh - 95px);
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.mean-container a.meanmenu-reveal span {
    background: var(--color-default) !important;
    width: 80% !important;
    height: 0.25rem !important;
    border-radius: 0.625rem;
    margin: 0.625rem auto 0 !important;
}
.mean-container .mean-nav ul li a.mean-expand {
	height: 1.5rem !important;
    font-size: var(--fs21) !important;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 2rem !important;
}
.mean-container a.meanmenu-reveal.meanclose { display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li a:focus { background-color: var(--color-secondary) !important; color: #fff !important; }









/* Media ---------------------------------------------*/
@media ( min-width: 1960px ) {
	html { font-size:16px; }
}
@media (min-width: 992px) {
	.hideDesktop { display: none !important; }
	.main-menu li ul {
		z-index: 1000;
		padding: 0;
		position: absolute;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		webkit-transition: opacity .05s 0s ease-in-out;
		-ms-transition: opacity .05s 0s ease-in-out;
		-o-transition: opacity .05s 0s ease-in-out;
		transition: opacity .05s 0s ease-in-out;
		-webkit-transition: 350ms;
		-moz-transition: 350ms;
		-o-transition: 350ms;
		transition: 350ms;
		margin-top: 5px;
	}
	.main-menu li ul li {
		background-color: var(--color-primary);
		display: block;
		border: none;
		margin: 0;
		padding: 0;
		line-height: 1.5em;
		-webkit-transition: height 200ms ease-in-out;
		-moz-transition: height 200ms ease-in-out;
		-o-transition: height 200ms ease-in-out;
		transition: height 200ms ease-in-out;
		position: relative;
	}
	.main-menu li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	.main-menu li:hover ul li {height: auto;}
	
	
	.fslogo { width: 24%; }
	.fscontact { width: 40%; }
	.fscontact > div, .fssocial { min-width: 13.5rem; }
	.fscontact .fsreach { width: 52%; }
	
	.mclocations .item:first-child { width: 48.75rem; }
	.mclocations .item .desc { max-width: 20.4375rem; }
	.mclocations .item .mcode { max-width: 28.25rem; }
	.main-testimonials .inner-wrap { padding-top: 8rem; }
	.main-about .mcflex { flex-direction: row-reverse; }
	.mcflex .the-content { width: 62%; }
	.mcflex .sidebar { width: 33%; }
	.testimonial-section, .area-section { overflow: hidden; }
	.testimonial-list { margin-left: -0.4375rem; }
	.testimonial-list .slick-list { width: 132%; }
	.testimonial-list .slick-track, .area-section .mcareas .slick-track { display: flex; }
	.testimonial-list .item { margin-left: 0.4375rem; margin-right: 0.4375rem; height: inherit; margin-bottom: 0; position: relative; padding-bottom: 4rem; }
	.testimonial-list .item .auth { position: absolute; bottom: 3rem; }
	.att-flex .att-img { width: 44%; text-align: center; }
	.att-flex .att-img img { max-width: 42.875rem; }
	.att-flex .att-desc { width: 32%; margin-left: 3.5rem; }
	.why-header .why-title { width: 35%; }
	.why-header .why-desc { width: 58.5%; border-top: 0.125rem solid rgba(115,136,140,0.2); padding-top: 2.5rem; }
	.why-header .why-desc .desc { width: 66%; }
	.as-flex .as-left { width: 29%; }
	.as-flex .as-right { width: 66%; }
	.area-section a.btn-transparent { margin-top: 3.5rem; }
	.area-section .mcareas .slick-list { background-color: #080808; padding: 5rem 0 5rem 6rem; width: 130%; }
	.area-section .mcareas .item { margin: 0 0.5rem; height: inherit; }
	.area-section .mcareas .slick-arrow { top: unset; bottom: 0; }
	.area-section .mcareas .slick-prev { left: -31.5rem; }
	.area-section .mcareas .slick-next { right: calc(153% - 8rem); }
	
	.main-menu > li.big { font-size: var(--fs64); }
	body.open #main, body.open .banner-section, body.open footer { position: relative; transform: translateX(70%); }
	.main-nav .popup-nav { width: 40%; }
}






@media (min-width: 992px) and ( max-width: 1399px ) {
	/*html { font-size: 1vw; }*/
}





@media (max-width: 1099px) {
	header#header .menu-fixed-section { display: none !important; }
}

@media (max-width: 991px) {
	html { font-size: 3vw; }
	.hideMobile { display: none; }
	.main-content .sitecol .col { width: 100%; padding-right: 0; }
	.main-menu li .sub-menu { position: static; }
	.main-menu li ul ul { width: 100%; position: relative; }
	.col2 { column-count: 1; -webkit-column-count: 1; }
	.alignright, .alignleft { margin: 0 auto 1.875rem; float: none; display: block; }
	
	.fscontact, .fsbflex, .mclocations, .att-flex, .why-header, .why-header .why-desc { flex-direction: column; }
	.fstflex > div, .footer-bottom .fsbottom > div, .mcflex > div, .as-flex > div { width: 100%; }
	.fslogo, .footer-bottom { text-align: center; }
	.fsnav ul { justify-content: center; }
	.fssocial a { margin: 0 0.75rem; }
	.designby { margin-top: 1rem; }
	.mclocations .item iframe { height: 20rem !important; }
	.badges .item { margin: 0 1rem; }
	.fscontact > div { margin-top: 2.125rem; }
	ul.boxlist li { margin: 0 auto 1rem; }
	ul.boxlist li img { width: 30%; }
	.slick-slider .slick-arrow { top: unset; bottom: -5rem; }
	.slick-slider .slick-prev { left: calc(50% - 4rem); }
	.slick-slider .slick-next { right: calc(50% - 4rem); }
	.att-flex .att-img, .as-flex .as-left { margin-bottom: 1.875rem; }
	.att-flex .att-desc, .area-section .as-left { padding: 0 2.5rem; }
	.area-section .container { width: 100%; max-width: 100%; }
	.area-section .as-right { background-color: #080808; padding: 5rem 2rem; }
	.area-section .mcareas .slick-arrow { bottom: -13rem; }
	
	
	
	header#header .logo { width: 70%; }
	header#header .top-buttons { position: absolute; top: 0; display: flex; align-items: center; right: 0; }
	header#header .ph a { font-size: 0; padding: 0; width: 3rem; height: 3rem; display: flex; align-items: center; justify-content: center; }
	header#header .ph .i-phone { position: unset; }
	.main-nav { width: 100%; padding: 0 0 5rem 7.5rem; }
	.main-nav .popup-nav { padding-top: 11rem; }
	
	
	:root {
		--fs119: 5rem;
	}
}





