/*
* Custom styles
*
*/

:root {
    --color-accent: #051f32;
    --color-green-hover: #1d2928;
    --color-blue: #051f32;
}

h2 {
    font-family:'Nunito Sans', sans-serif;
}

h4 {
    margin-top: 0;
}

.wrap-small {
    max-width: 960px;
    margin: 0 auto;
}

.flex-wrap {
    display: flex;
    justify-content: space-between;
}

.content-blog {
    width: 63%;
}

.sidebar {
    width: 33%;
    background: #f7f7f7;
    padding: 3.6rem;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin:0;
}

.sidebar ul li{
    padding: 0;
    margin:0 0 .5rem;
    font-size: 1.6rem;
}

.widget-title {
    font-weight: 700;
    font-size: 2.4rem;
    margin:2.4rem 0;
    text-transform: uppercase;
}

body {
    color: #2b3134;
}

section {
    padding: 10rem 0;
    overflow: hidden;
}

.container {
    width:100%;
    max-width:1400px;
    padding:0 60px;
    margin:0 auto;
}

.text-center > p, .text-center > h2 {
    text-align: center;
}

.text-center .gform_wrapper {
    max-width:960px;
    margin:0 auto;
    padding:3rem;
    border-radius:2rem;
    background-color: #f5f5f5;
}

/* typography and basics */
p, h6 {
    font-size:2rem;
    line-height: 3rem;
    margin: 0 0 3rem 0;
    font-weight: 400;
}

p {
    color: #2b3134;
}

h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1d2124;
    text-transform: uppercase;
    margin: 0 0 3rem;
}

.reports {
    padding:6rem 0 10rem;
}

.reports h2 {
    text-align:center;
    margin:0 auto 3rem;
    letter-spacing: 1px;
}


h2 > span {
    color:#777;
}

h3 {
    text-align:center;
    margin:0 auto;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing:0;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom:1rem;
}

.chart-container {
    margin-bottom:6rem;
    max-width:1024px;
}

.chart-container canvas {
    height:360px;
    width:100%;
}

h2 > em, h3 > em, p > em {
    color: var(--color-green);
    font-style: normal;
}

h3 {
    margin: 0 0 2.4rem;
}

h6 {
    font-size:2.4rem;
    line-height: 4rem;
    font-style: italic;
    color: #2b3134;
}

ul:not(.menu) {
    margin: 0 0 3rem;
}
ul li {
    font-size:1.4rem;
    line-height: 3rem;
    position: relative;
    box-sizing: border-box;
}

a {
    color: var(--color-green);
    text-decoration: none;
    font-weight: 700;
}

iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */     /* Viewport-relative units */
    width: 100%;

}

a.link-light {
   padding: 1rem 1.6rem; 
   background-color: #f5f9fb;
   display: block;
   margin-top: 2rem;
}

a:hover {
    color: var(--color-green-hover);
}

a.button, input.button, button.sb-button {
    background-color: black;
    color: #fff;
    text-shadow: 0 0 6px rgba(0,0,0,.5);
    text-align: center;
    padding: 1.6rem 2.2rem;
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 2rem auto;
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
}

a.button:hover, input.button:hover, button.sb-button:hover {
    background-color: var(--color-green-hover);
    text-shadow: none;
}

.button.centered {
    margin: 2rem auto;
}

a.link-arrow {
    color: var(--color-green);
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    padding: 0 0 2px 0;
    top: -10px;
    border-bottom: 1px solid transparent;
}

a.link-arrow:hover {
    color: var(--color-green-hover);
}

a.link-arrow:after {
    content: "\2192";
    font-size: 3.6rem;
    position: relative;
    display: inline;
    line-height: 0;
    top: 2px;
    font-family: arial;
    margin-left: 5px;
}

.text-large {
    text-align: center;
    font-size: 2.4rem;
    line-height: 4.4rem;
}
  
.asterisk {
    color: #f8123e;
}

.pb0 {
    padding-bottom: 0;
}

.text-white, .text-white p {
    color: #fff!important;
}

.text-white-bold, .text-white-bold p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: 700!important;
    color: #fff!important;
}

.bg-white {
    background:#fff;
}

.gutter-5 .col-2 {
    width: 47.5%;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #2b3134!important;
}

.nopadb {
    padding-bottom: 0!important;
}

.flex-row {
    display: flex;
    flex-wrap: nowrap;
}

.fwrap {
    flex-wrap: wrap;
}

.ai-start {
    align-items: flex-start;
}

.ai-center {
    align-items: center;
}

.jc-center {
    justify-content: center;
    align-items: center;
}

.jc-center img {
    width: auto;
    margin: 1rem 3rem;
}

.box-shadow {
    box-shadow: 10px 10px 100px #dbe0e2;
}

.checks-fat {
    list-style: none;
    padding: 0;
}

.checks-fat li {
    padding-left: 7rem;
    position: relative;
    font-size: 2rem;
    line-height: 3.6rem;
    margin-bottom: 2.4rem;
    font-style: italic;
}

.checks-fat li em {
    font-size: 2.4rem;
    color: var(--color-green);
    font-family: Georgia, serif;
    font-style: normal;
    display: block;
}

.checks-fat li:before {
    position: absolute;
    left: 0;
    top: .8rem;
    content: url('../images/li-check-fat.png');
}

.text-below {
    margin-bottom: 3.6rem;
}

.col-1-3 {
    width: 33.333%;
}

.col-2-3 {
    width: 66.666%;
}

.vert-center {
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.vert-center p:last-child, .col-2 ul li:last-child, .col-2 ul:last-child {
    margin-bottom: 0;
}

.text-push-right {
    padding-left: 145px;
}



/* header and nav */
.site-header {

    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0!important;
}

header {
    display: flex;
    width: 100%;
    margin: 0;
    height: 200px;
    background: #a7a7a7;
    transition: all 1s ease;
    background: transparent;
    z-index: 2;
    height: 10rem;
    align-items:center;
    justify-content:space-between;
}

header.stuck {
    height: 10rem;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    background:white;
}

.logo {
    width:300px;
}

nav ul li a {
    padding: 2rem;
    color: #222;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    right: 6rem;
}

.menu > li a:hover, .current-menu-item a {
    color: var(--color-accent);
}

nav ul li {
    position: relative;
}


.sub-menu {
	background-color: #fff;
	position: absolute;
	top: 40px;
	left: -9999px;
	z-index: 2;
	display: none;
	width: auto;
	box-shadow: 0 0 50px rgba(0,0,0,.1);
	opacity: 0;
    display: block;
    width: 180px;
}

.expanded {
    display: block;
}

.sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
}

.sub-menu li a {
    padding: 1rem 1.5rem;
    display: block;
    line-height: 1.8rem;
    transition: all .7s ease;
    color: #051a27;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease .5s;
}

.sub-menu li a:hover {
    background:#e9e9e9;
    color: #051a27;
}

.menu-item-has-children:hover > .sub-menu {
	opacity:1;
	left: 0;
}

.menu-item-has-children:hover > .sub-menu > li > .sub-menu {
	left: 220px;
    top: 0;
}


/* sections */
.hero {
    background: #08151d url('../images/hero-bg.jpg?12') bottom center no-repeat;
    background-size: cover;
    padding: 0;
    display: flex;
    min-height: 200px;
}

#homeVideo {
    position: relative;
    max-width: 100%;
    margin: auto;
}

.hero-content {
    position: absolute;
    top:50%;
    transform:translate(-50%,-50%);
    left: 50%;
    text-align: center;
}

.hero-heading {
    color:#fff;
    text-transform: uppercase;
    font-weight:600;
    font-size:48px;
}

.top-gradient {
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    background: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%);
    z-index: 2;
}




.home .hero-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.user-bar {
    text-align:center;
    background-color:#f5f5f5;
    padding:1rem;
}



.home-heading, .page-heading {
    font-family: Georgia, serif;
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1d2124;
    text-transform: uppercase;
    margin: 0 auto;
}

.sub-heading {
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: bold;
    color: #1d2124;
    margin: 0 auto 2.4rem;
}

.sub-heading span {
    color: var(--color-green);
}



.mission .home-heading {
    font-weight: normal;
}

.home-heading.text-light {
    color: #fff;
    text-shadow:2px 2px 10px rgba(0,0,0,.8);
}

.home-heading span, .page-heading span {
    color: var(--color-green);
    font-family:'Nunito Sans',sans-serif;
    font-size: 2.2rem;
    display: block;
    text-transform:none;
    letter-spacing: 0;
}

.hero .home-heading {
    margin-bottom: 2rem;
}

.supertext {
    margin-bottom: 1rem;
}


/* mission */
.mission {
    padding: 8rem 0 8rem;
}

.mission h1 {
    font-size: 1.7rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 2.2rem;
    font-family: 'Nunito Sans',sans-serif;
    opacity: .75;
}

.h1-wrap {
    margin-bottom: 8rem;
}
.mission .home-heading {
    text-transform: none;
    text-align: left;
    margin-top: 6rem;
    font-size: 4rem;
    margin-bottom: 6.6rem;
}

.teal-dash {
    display: block;
    width: 140px;
    height: 8px;
    background: var(--color-green);
    margin-top: 2.4rem;
}

.mission p {
    font-size: 2.4rem;
    line-height: 3.6rem;
    
}
.doctor-tag {
    color: var(--color-green);
    font-weight: 700;
    line-height: 2.4rem;
}

.doctor-tag span {
    color: #a5b3b7;
    display: block;
    font-size: 2rem;
}

.teal-border {
    width: 140px;
    height: 8px;
    display: block;
    background: var(--color-green);
    margin-bottom: 3rem;
}

/* portfoilio */
.portfolio {
    background: #051f32 url('../images/home-portfolio-bg.jpg?1') center no-repeat;
    background-size: cover;
    padding: 8rem 0;
    overflow: hidden;
}

.portfolio .wrap {
    text-align: center;
    height: 750px;
}

.portfolio .home-heading {
    text-transform: none;
}



/* testimonials */
.testimonials {
    padding: 12rem 0;
}

.testimonials .wrap {
    max-width: 960px;
}

/*.testimonials .wrap:before {
    content: "\201c";
    font-size: 550px;
    color: #f9f9f9;
    position: absolute;
    left: -15rem;
    top: -4rem;
    z-index: 0;
    font-family: Georgia,serif;
}

.testimonials .wrap:after {
    content: "\201d";
    font-size: 550px;
    color: #f9f9f9;
    position: absolute;
    right: -16rem;
    top: 12rem;
    z-index: 0;
    font-family: Georgia,serif;
}*/

.testimonials .home-heading {
    margin-bottom: 6rem;
}

.testimonial-home-slider .item {
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
}

.testimonials .testimonial-home-slider .item img {
    width: 200px;
    height: auto;
    margin-top: 2rem;
}

.testimonial-content {
    text-align: left;
    margin-left: 3rem;
}

.testimonial-content p:first-child {
    font-style: italic;
    color: #59656a;
}

.testimonial-content p:first-child:before {
    content:"\201c";
}

.testimonial-content p:first-child:after {
    content:"\201d";
}

.doctor-tag .practice-location {
    color: #1e272b;
}

.testimonials .owl-dots {
    text-align: center;
}

.testimonials .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    opacity: 1;
    background: #32373d;
    border-radius: 50%;
    margin: 4px;
    border: 2px solid #32373d;;
}

.testimonials .owl-dot.active span {
    background: transparent;
}

/* services */
.services {
    background: #051f32 url('../images/home-services-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 12rem 0;
}

.services .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.services .home-heading {
    width: 40%;
    text-align: left;
    margin-bottom: 8rem;
    text-transform: none;
}

.services .services-content {
    width: 50%;
}

.service-item {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    margin: 2rem 0;
}

.service-item img {
    margin-right: 3rem;
    width: auto;
    height: auto;
}

.service-text {
    font-size: 3.6rem;
    line-height: 4.3rem;
    color: #fff;
}


/* contact */
.contact {
    padding-bottom: 8rem;
}

.contact .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 2px 2px 100px #dbe0e2;
    padding: 4rem;
    width: 100%;
}

.home-contact {
    font-family: Georgia, serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #2b3134;
    padding: 0;
    margin: 0;
}

.home-contact .button {
    display: inline;
    line-height: initial;
    font-family: 'Nunito Sans', sans-serif;
}

.home-contact:nth-child(1) {
    font-size: 4.6rem;
}
.home-contact:nth-child(2) {
    font-size: 6.8rem;
    line-height: 3.8rem;
}

.home-contact span {
    color: var(--color-green);
    font-family:'Nunito Sans',sans-serif;
    font-size: 2.2rem;
    display: block;
    text-transform:none;
    letter-spacing: 0;
    /* margin-top:20rem; */
}


/* footer */
.site-footer {
    background:#222;
    padding: 4rem 0;
}

.sub-footer {
    background:#222;
}

.sub-footer a {
    color:#fff;
}

.footer-logo {
    display: block;
    text-align: center;
    margin: 0 auto 3rem auto;
    width: 100%;
}

.footer-logo img {
    width: 100%;
    max-width: 432px;
}

.footer-nav {
    width:16%;
    text-align: left;
}

.footer-nav-heading {
    font-size:2.2rem;
    color: var(--color-green);
    font-weight: 700;
}




.footer-nav ul {
    display: block;
}

.footer-nav ul li {
    text-align: left;
    margin: 0 0 .5rem;
    padding-left: 30px;
    position: relative;
    background: transparent url('../images/icon-list-item.png') left 8px no-repeat;
}

.footer-nav ul li a {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-transform: none;
    font-weight: 600;
    padding: .5rem 0;
    display: inline-block;
    color: #e7e7e7;
}

.footer-nav ul li a:hover {
    color: var(--color-green);
}

.site-footer footer .wrap {
    border-top:1px solid rgba(2555,255,255,.2);
    display: block;
    text-align: center;
    padding: 4rem;
    margin-top: 4rem;
}

.site-footer .wrap img {
    opacity: .5;
    display: inline;
    margin: 2rem;
    width: auto;
}

.sub-footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons a {
    border-radius: 50%;
    padding: 1.5rem;
    background-color: #062339;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin: 1.4rem;
    font-size: 2.4rem;
    display: inline-flex;
    align-items: center;
}

.social-icons a i {
    font-size: 2.4rem;
}

#gradient-main {
    --color-stop-1: #2a7171;
    --color-stop-2: #5cac78;
    --color-stop-3: #73a64e;
}

.social-icons path {
    fill: url(#gradient-main) #5cac78;
}

.copyright {
    color: #fff;
    font-size: 1.8rem;
    margin: 0;
}

.copyright span, .copyright a {
    color: var(--color-green);
    text-decoration: none;
}

.copyright a:hover {
    color:var(--color-green-hover);
}

.callouts {
    padding: 6rem 0 0;
}

/* inner pages */
.hero-inner {
    background: #000 url('../images/bg-hero-innerpage.jpg') center no-repeat;
    background-size: cover;
    height: 400px;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0 85%);*/
}

.single-post .hero-inner {
    height: 250px;
}

.hero-inner .wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6rem;
}

.hero-inner h1 {
    font-family: Georgia, serif;
    font-size: 4.6rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto 3rem;
    text-align: center;
}

.hero-inner h2 {
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 auto 3rem;
    text-align: center;
}

.breadcrumbs {
    display: flex;
    justify-content:center;
    list-style: none;
}

.breadcrumbs li {
    text-align: left;
    margin: 0 1.4rem 0 0;
    padding-left: 30px;
    position: relative;
    background: transparent url('../images/icon-list-item.png') left 5px no-repeat;
    color: var(--color-green);
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: none;
    font-weight: 700;
}

.breadcrumbs li:first-child {
    padding-left: 0;
    position: relative;
    background: none;
}

.breadcrumbs li:last-child {
    color: #fff;
}

.circles {
    text-align: center;
    position: relative;
    padding: 100px;
}

.testimonial .circles {
    padding: 40px;
    width: 210px;
    height: 210px;
    margin: 0 auto;
}

.circles img.border {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%!important;
    height: 100%!important;
    margin: 0!important;
}

.circles .img-round {
    border-radius:50%;
    position: relative;
    width: 100%!important;
    height: auto!important;
    margin: 0!important;
    z-index: 2;
}

img.border-white {
    border: 20px solid #fff;
    box-shadow: 10px 10px 100px #dbe0e2;
}

.img-flex-child {
    width: 38%;
}

.text-flex-child {
    width: 50%; 
}

.text-flex-child h2 {
    font-family:Georgia, serif;
    font-size: 3.6rem;
    margin-bottom: 4rem;
}

.text-flex-child h2 span {
    color: var(--color-green);
    font-size: 2.2rem;
    font-weight: 700;
    display: block;
    font-family: 'Nunito Sans',sans-serif;
}

.callout {
    background: #fff;
    background-size: contain;
    box-shadow: 10px 10px 100px #dbe0e2;
    width: 48%;
    min-height: 200px;
    padding:6rem 3rem 6rem 22%;
}

.callout p {
    line-height: 3rem;
}

.callout:first-child {
    background:#fff url('../images/bg-callout-more-info.jpg') -40px 0 no-repeat;
}

.callout:last-child {
    background:#fff url('../images/bg-callout-responsive.jpg') top left no-repeat;
}

.callout-heading {
    text-transform: uppercase;
    color: var(--color-green);
    font-family: Georgia,serif;
    font-size:2.4rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

.page-heading {
    margin-bottom: 3rem;
}

.home .page-heading {
    margin-bottom: 12rem;
}

.page-heading-secondary {
    font-family: Georgia, serif;
    font-size: 3.6rem;
    color: #2b3134;
    margin: 0 auto;
    text-align: right;
}

.page-heading-secondary span {
    color: var(--color-green);
}

.caption {
    display: block;
    font-size: 1.8rem;
    text-align: center;
}

.caption-large {
    display: block;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 3.6rem;
}


/* about - executive team */
.about-staff-main {
    padding: 10rem 0 2rem;
}

.about-content {
    margin-bottom: 4.8rem;
}

.about-content p > em {
    color: initial!important;
    font-style: italic!important;
}
.team-member {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6rem;
}

.team-member h2 {
    line-height: 3.6rem;
}

.team-member p:last-child {
    margin-bottom: 0;
}

.team-member > img {
    order: 1;
}

.team-member:nth-child(2n+2) > img {
    order:3;
}

.team-member .text-flex-child {
    order: 2;
}


/* about - our guarantee */
.col-5-12 {
    width: 100%;
    max-width: 41.666%;
}

.col-7-12 {
    width: 100%;
    max-width: 59.333%;
}

.pad-r {
    padding-right: 7.2rem;
}

.border-r {
    border-right: 4px solid #e7e7e7;
}

.pad-l {
    padding-left: 7.2rem;
}

/* about - our history */
.awards {
    background:var(--color-blue) url('../images/bg-lights.jpg') center no-repeat;
    background-size: 100%;
    min-height: 240px;
    padding: 8rem 0 2rem;
}

.awards .flex-row {
    justify-content: center;
}

.award-tile {
    width: 100%;
    max-width: 17%;
    margin: 2rem 6px;
    
}

.award-tile img {
    border: 2px solid #fff;
}


/* about - testimonials */
.masonry-container  {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
    grid-auto-rows: 20px;
}

.masonry-container .testimonial {
    box-shadow: 10px 10px 100px #dbe0e2;
    margin: 0;  
    background:#fff;
}

.testimonial .content {
    padding-bottom: 20px;
    padding: 2.4rem 0;
}

.masonry-container 
.testimonial-content {
  margin: 0;
}

.masonry-container 
.testimonial
.testimonial-content p {
  margin: 2rem 0;
  padding: 0 3rem;
  font-style: normal;
  text-align: center;
  line-height: 3rem;
}

.masonry-container 
.testimonial-content .doctor-tag {
    margin: 1rem auto;

    text-align: center;
    color: #2b3134;
    font-weight: 600;
}
.masonry-container 
.testimonial img {
  width: 150px;
  height: auto;
  /* margin-top: 2rem; */
  display: block;
  margin: 2rem auto 2rem;
  border-radius: 50%;
}



/* about - our guarantee */ 
.guarantee-heading .col-2:first-child {
    font-size: 3.6rem;
    line-height: 4rem;
    font-family: Georgia, serif;
} 

.guarantee-heading .col-2:last-child {
    font-size: 2rem;
    line-height: 4rem;
} 
   
.guarantee-callout {
    background: #000 url('../images/dentists-chair-blue.jpg') center no-repeat;
    background-size: cover;
    padding: 0;
    margin-top: 0;
    margin-bottom: 12rem;
    overflow: visible;
}
  
.guarantee-callout .wrap {
    text-align: center;
    top: 12rem;
}
  
.image-row {
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 4rem;
    width: auto;
}

.image-row img {
    margin-right: 4%;
    max-width: 22%;
    display: block;
}

.image-row img:last-child {
    margin-right: 0;
}

/* portfolio */
.portfolio-items {
    justify-content:flex-start;
    margin-left: -3.333%;
    flex-wrap: wrap;
    padding-top: 4rem;
}

.portfolio-item {
    width: 30%;
    margin-left: 3.333%;
    box-shadow: 10px 10px 100px #dbe0e2;
    text-align:center;
    padding-bottom: 3rem;
    margin-bottom: 3.333%;
}

.img-link {
    overflow: hidden;
    display: block;
    background: #000;
}

.portfolio-item a {
    font-size: 2rem;
    margin-bottom: 3.6rem;
}

.portfolio-item a img {
    transition: ease all .5s;
    display: block;
}

.portfolio-item a:hover img {
    transform: scale(1.2);
    opacity: .6;
}

.portfolio-item h4, .case-study h4 {
    font-family: Georgia,serif;
    font-size:2.4rem;
    margin-bottom: 1rem;
    margin-top: 0;
    text-transform: uppercase;
}

.case-study h4 {
    margin-bottom: 1rem;
}

.case-study .wrap.flex-row {
    padding: 3.6rem 0 0;
    margin-bottom: 0;
    align-items: flex-start;
}

.case-study .one-third {
    padding: 3.6rem 3.6rem 0;
    box-shadow: 10px 10px 100px #dbe0e2;
    border-left: 4px solid var(--color-green);
}

.case-study .button {
    margin-top: 0;
    margin-bottom: 3.6rem;
    background: rgb(7,31,52);
}

.single-portfolios .hero-inner {
    height: 140px;
}

.single-portfolios .hero-inner .breadcrumbs {
    display: none;
}


/* services */
.responsive-technology {
    background: #072b46 url('../images/bg-responsive-technology.jpg') center no-repeat;
    background-size: cover;
    margin-bottom: 34rem;
    padding: 8rem 0;
    color: #fff;
}

.responsive-technology p {
    font-size: 2.4rem;
    line-height: 4rem;
    color: #fff;
}

.responsive-technology img {
    margin-bottom: -34rem;
}

/* services - websites */
.col-2.websites {
    padding-left: 12rem;
}

.services-websites-main {
    padding: 12rem 0;
}
.websites .page-heading {
    text-transform: uppercase;
    text-align: left;
    font-size: 4rem;
    line-height: 5.2rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.websites .supertext {
    line-height: 2rem;
}

.websites .teal-dash {
    margin-top: 1rem;
}

.services-websites-components {
    background: #fff url('../images/bg-gray-angular.jpg?1') center no-repeat;
    background-size: cover;  
    padding: 12rem 0;
}

.services-websites-components .col-2 {
    padding: 6rem 5rem 3rem;
    margin-bottom: 0;
}

.services-websites-responsive {
    background: #171f1f;
    padding: 0;
    margin-bottom:12rem;
    overflow: visible;
}

.services-websites-responsive img {
    margin-right: 4.8rem;
    max-width: 300px;
    position: relative;
    bottom:-70px;
}

.services-websites-responsive p {
    margin-bottom: 0;
}

.services-websites-packages {
    background: #fff url('../images/bg-websites-performance.jpg?1') center no-repeat;
    background-size: cover;  
    padding: 12rem 0;
    margin-bottom: 1px;
}

.services-websites-design {
    background: #fff url('../images/bg-websites-impression.jpg?1') center no-repeat;
    background-size: cover;  
    padding: 12rem 0;
}

.graph-box {
    position: relative;
    padding: 10rem;
    background: #fff;
}

.graph-box:after {
    content:"";
    position: absolute;
    height: 25px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #f4f6f8, #d6dfe4);
    width: 96%;
}
.vertical-bar-container {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}

.vertical-bar-block {
    width: 23%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.vertical-bar-box {
    background: url('../images/bg-bar.gif?1') center repeat;
    border: 1px solid #006c6d;
    height: 414px;
    width: 100%;
    padding: 6rem 3rem;
}

.vertical-bar-box p {
    font-size: 1.8rem;
    color: #fff;
}

.vertical-bar-block:first-child .vertical-bar-box {
    height: 214px;
}

.vertical-bar-block:nth-child(2) .vertical-bar-box {
    height: 280px;
}

.vertical-bar-block:nth-child(3) .vertical-bar-box {
    height: 350px;
}

.services-websites-results {
    padding: 12rem 0 0;
}

.design-websites-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.design-websites-card {
    width: 31%;
    background-color: #fff;
    box-shadow: 10px 10px 100px #dbe0e2;
    margin-bottom: 6rem;
    text-align: left;
    padding: 3.6rem;
}

.design-websites-card span {
    font-size: 2.8rem;
    font-family: Georgia,serif;
    margin-bottom: 2.4rem;
    font-weight: 600;
    display: block;
}

.design-websites-card img {
    max-width:120px;
    height: auto;
    display: block;
}

/* services - mobile */
.services-mobile-main {
    padding: 10rem 0 6rem;
}

/* services - reputation management */
.services-reputation-main {
    background: url('../images/bg-reputation.jpg?1') top left no-repeat;
    background-size: cover;
    padding: 22rem 0 10rem;
}

/* services - seo */
.services-seo-main {
    padding: 10rem 0;
}

.services-seo-main .col-2:first-child {
    padding: 0 4rem 0 0;
    margin-bottom: 6rem;
}

.services-seo-types {
    background: url('../images/bg-laptop-overhead.jpg?1') top left no-repeat;
    background-size: cover;
    padding: 22rem 0 10rem;
    box-shadow: 10px 80px 100px #dbe0e2;
}

.services-seo-extra .col-2:nth-child(2){
    padding: 0 0 0 4rem;
    margin-bottom: 6rem;
}

.services-seo-types .wrap {
    margin-bottom: -20rem;
}

.services-seo-types .col-2 {
    padding:0;
    background: #fff;
}

.services-seo-types .col-2 p {
    padding: 6rem 4.8rem 10rem;
    margin: 0;
    
}

.services-seo-extra {
    padding: 20rem 0 10rem;
}

/* services - pay per click */
.services-ppc-main {
    padding: 10rem 0;
}

.services-ppc-features {
    background: linear-gradient(#051f32, #062134);
    background-size: cover;
    box-shadow: 10px 80px 100px #dbe0e2;
    padding: 8rem 0 10rem;
    overflow: visible;
}

.services-ppc-features .wrap {
    margin-bottom: -20rem;
}

.services-ppc-features .col-3 {
    background: #fff;
    padding: 6rem 3rem 3rem;
    
}

.services-ppc-features p {
    font-weight: 700;
}

.services-ppc-features p > strong {
    color: var(--color-green);
}

.services-ppc-extra {
    background: url('../images/bg-ppc.jpg?1') top left no-repeat;
    padding: 20rem 0 10rem;
    z-index: -1;
}

.services-ppc-extra-2 {
    padding: 10rem 0 0;
}

.services-ppc-extra-2 .col-2 {
    padding: 8rem 5rem;
}

.partners {
    padding: 10rem 0;
}

/* services - call tracking */
.services-ct-main {
    padding: 10rem 0;
}

/* services - social media */
.services-social-main {
    padding: 10rem 0;
    text-align: center;
}

.list-social {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    text-align: left;
    margin-top: 6rem;
    padding: 0;
}

.list-social li {
    width: 45%;
    margin: 0 0 3.6rem;
    padding-left: 100px;
}

.list-social li > strong {
    display: block;
    margin-bottom: -2rem;
}

.list-social li:before {
    position: absolute;
    left: 0;
    top: 0;
    content:"";
    width: 80px;
    height: 80px;
    background-size: contain;
}

.list-social li:first-child:before {
    background:url('../images/promoting_icon.png') top left no-repeat;
    background-size: contain; 
}
.list-social li:nth-child(2):before {
    background:url('../images/graph_icon.png') top left no-repeat;
    background-size: contain; 
}
.list-social li:nth-child(3):before {
    background:url('../images/head_icon.png') top left no-repeat; 
    background-size: contain;
}
.list-social li:nth-child(4):before {
    background:url('../images/bullseye.png') top left no-repeat;
    background-size: contain; 
}
.list-social li:nth-child(5):before {
    background:url('../images/box_icon.png') top left no-repeat; 
    background-size: contain;
}
.list-social li:nth-child(6):before {
    background:url('../images/strategy_icon.png') top left no-repeat;
    background-size: contain; 
}
.list-social li:nth-child(7):before {
    background:url('../images/device_icon.png') top left no-repeat;
    background-size: contain; 
}
.list-social li:last-child:before {
    background:url('../images/ruler_icon.png') top left no-repeat;
    background-size: contain; 
}

.services-social-blog {
    background: url('../images/bg-laptop-overhead.jpg?1') top left no-repeat;
    background-size: cover;
    padding: 10rem 0;
}

.services-social-blog h3, .services-social-blog p {
    color: #fff;
}

.services-social-blog p:last-child {
    margin-bottom: 0;
}

.services-social-extra {
    padding: 10rem 0 6rem;
    text-align: center;
}

.services-social-extra .checks-fat {
    text-align: left;
}

.services-social-extra .col-2 {
    padding: 8rem;
}

/* services - lcoal search */
.services-local-extra .checks-fat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-local-extra .checks-fat li {
    width: 45%;
}


/* contact - request for information */
.contact-request-main {
    padding: 10rem;
}

.contact-request-main .wrap {
    padding: 6rem;
}


.contact-request-main h2, .contact-request-main p {
    text-align: center;
}

.contact-main {
    padding: 10rem 0;
}

.page-template-page-contact .callouts {
    padding-bottom: 10rem;
}

.contact-main img {
    display: block;
}

.contact-main .col-2-3 {
    background: #fff url('../images/bg-contact.jpg?1') top left no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 4rem 8rem;
    flex-wrap: wrap;
}

.contact-details {
    list-style: none;
    padding: 0;
}

.contact-details li {
    padding-left: 145px;
    position: relative;
}

.contact-details li:before {
    position: absolute;
    left: 0;
    top: 0;
    content:url('../images/icon-phone.png');
}

.contact-details li:first-child:before {
    content:url('../images/icon-map-pin.png');
}

.contact-main .col-2-3 > p {
    padding-left: 145px;
    font-size: 1.8rem;
    margin: 0;
}


/* contact - client support */
.contact-cs-main {
    padding: 10rem 0 6rem;
}

.contact-cs-main .col-2-3 {
    padding: 0 3rem;
}

/* contqct - careers */
.contact-careers-main {
    padding: 10rem 0 6rem;
}

.contact-careers-form .wrap {
    padding: 6rem;
}

.contact-careers-main p:nth-child(2), .contact-careers-main p:nth-child(2) > em {
    font-style: italic!important;
    line-height:3.6rem;
}

.contact-careers-main .col-2-3 {
    padding-left: 14.5rem;
}

.contact-careers-extra {
    padding: 6rem 0
}

.contact-careers-extra p {
    line-height: 3.6rem;
}



.job-cats {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    margin: 0;
}

.job-cats li {
    width: 48%;
    padding: 2rem 1rem 2rem 4rem;
    box-shadow: 10px 10px 100px #dbe0e2;
    position: relative;
    margin: 0 0 1rem;
    font-size: 2rem;
    box-sizing: border-box;
}

.job-cats li:before {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    content: url('../images/li-check-fat.png');
}

.contact-careers-form .wrap h3 {
    text-align:center;
}

/* general templates */
.general-main {
    padding: 10rem 0 6rem;
}

.general-main .col-2-3 {
    padding-left: 14.5rem;
}

.general-extra {
    padding: 4rem 0 6rem;
}

.fleft {
    display: none;
}

.slider-mobile {
    display: none!important;
}

.portfolio-home-slider {
    max-width: 70%;
    margin: 3rem auto 0;
}

.portfolio-home-slider .owl-item {
    opacity: .4;
    text-align: center;
    transition: .5s ease all;
}

.owl-carousel.portfolio-home-slider .owl-item  img {
    width: 85%;
    margin: 0 auto;
    transition: .5s ease all;
}

.portfolio-home-slider .owl-item.active {
    opacity: 1;
    transform: scale(1);
}

.owl-carousel.portfolio-home-slider .owl-item.active  img {
    width: 100%;
}

.owl-carousel.portfolio-home-slider .owl-stage-outer {
    overflow: visible;
}

#jvlabelWrap, body .acsb-trigger {
    opacity: 0;
}

#jvlabelWrap.chat-on, body .acsb-trigger.acsb-on {
    opacity: 1;
}

#jvlabelWrap, #jcont {
    right: 90px!important;
}

#jvlabelWrap {
    height: 70px;
    display: flex;
    align-items: center;
}

/* portal specific */
.client-reports {
    padding-top: 3rem;
}

.client-reports canvas {
    margin-bottom: 4rem;
}
.client-selector {
    padding: 2.4rem 0;
    background:#e6e6e6;
}

.client-selector select {
    margin: 0 auto;
}

.client-header {
    padding: 4.8rem 0 0;
}

.client-header-box {
    display: flex;
    background: #f5f5f5;
    padding: 3.6rem;
    border: 1px solid #999;
    justify-content: space-between;
}

.client-header-box > div:first-child {
    display: flex;
    align-items: center;
    margin-right: 2rem;
    min-width:50%;
}

.client-header img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}

.client-header h2 {
    margin-bottom: 1.2rem;
    color:#051f32;
}

.client-details {
    margin: 0 0 2rem .6rem;
    padding-left: 2.4rem;
    border-left: 4px solid #051f32;
}

.client-header h3 {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    font-size: 2.2rem;
    letter-spacing: 1px;
    color:#222;
    margin-bottom: 1.2rem;
}

.client-header .wrap > div {
    font-size: 2rem;
    font-weight: bold;
    color: #666;
}

.report-filter {
    padding: 0;
}

.report-filter ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 2.4rem;
    list-style: none;
    align-items: stretch;
}

.report-filter ul li {
    width: 100%;
}

.report-filter ul li a {
    padding: 1.2rem 2.4rem;
    display: block;
    margin: 0;
    color: #051f32;
    background: #fff;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    text-decoration: none;
    text-align: center;
    height:100%;
    display: flex;
    align-items:center;
    justify-content: center;
    line-height: 1.8rem;
}

.report-filter ul li.active a, .report-filter ul li:hover a {
    background: #051f32;
    color: #fff;
}

.client-reports .wrap {
    display: none;
}

.client-reports .wrap.active {
    display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portal-table {
    width:100%;
    border:1px solid #dedede;
    margin-bottom:4rem;
  }
  
.portal-table th, .portal-table td{
padding:1rem 1rem;
font-size:15px;
}

.portal-table th:first-child {
text-align:left;
}

.portal-table tr:nth-child(2n){
background-color:#dedede;
}

.year-switcher {
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    padding:0 6rem;
    margin:0 auto;
    padding:0;
    justify-content: center;
}

.year-switcher li {
    padding:1rem 2rem;
    cursor:pointer;
    font-size:18px;
}

.year-switcher li.active, .year-switcher li:hover {
    background:#dedede;
    font-weight:bold;
}

.switcher-container {
    overflow:hidden;
    transition:.5s ease all;
    opacity:0;
    height:0;
}

.switcher-container.active {
    opacity:1;
    height:auto;
}

/* form elements */
.reporting-form {
    display: flex;
    justify-content: space-between;
}
input[type='date'] {
    
    padding: 0.5rem;
    margin-left: .6rem;
}

.reporting-form label {
    font-size: 1.5rem;
}

.wrap .col-2 {
    width: 100%;
    max-width: 48%;
    margin-bottom: 4rem;
}

.wrap .col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 4rem;
}

.client-reports h3 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family:'Nunito Sans', sans-serif;
}

.client-reports h4 {
    font-size: 2.4rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-green);
}

.client-reports h5 {
    font-size: 1.8rem;
    padding: 1rem 0;
    color: #999999;
    text-transform: uppercase;
}

.client-reports h5 > span {
    display: block;
    font-size: 2.2rem;
    color: #1d2124;
}

.reporting-table {
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 0;
    margin-bottom: 2rem;
}

.mbottom {
    margin-bottom: 6rem;
}

.reporting-table td a {
    color: var(--color-green-hover);
}

.reporting-table tbody td, .reporting-table thead th {
    padding: .6rem;
    text-align: left;
}

.reporting-table thead {
    background-color: #e2e2e2;
}

.reporting-table tbody tr:nth-child(2n+2) {
    background-color: #e7e7e7;
}

.text-left {
    text-align:left;
}

.wrap.social {
    position: relative;
}

.wrap.social.active {
    display: block;
}

/* .chart-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} */



.contact-box {
    padding: 20px;
    background: #ededed;
    margin: 0 auto;
    font-size:1.9rem;
    line-height:3rem;
    max-width:60%;
    width:480px;
    text-align:center;
}
.contact-box a {
    display: block;
}

.call-tracking-stats {
    width:100%;
}

.hide-stats {
    display: none!important;
}

.date-header {
    display:none;
}

.date-header span {
    font-weight:bold;
}



.horizontal-stats {
    display: flex;
    justify-content:space-between;
    margin-bottom:20px;
    width:100%;
}

.horizontal-stats span {
    font-weight:bold;
}

.paged tbody tr {
    display: none;
}

.paged tbody tr.active {
    display:table-row;
}

.paged tfoot td {
    padding: 20px 0;
    text-align:right;
}

a.prev-data, a.next-data {
    background: #051f32;
    color: #fff!important;
    padding: 6px 12px;
    margin: 10px 0 10px 4px;
    border-radius: 6px;
}

a.prev-data:hover, a.next-data:hover {
    opacity:.85;
    color: #fff!important;
}

.form-section {
    margin:40px 0 20px;
}

.form-section h3 {
    margin-bottom:0;
}

.gform_wrapper.gravity-theme .gfield_description {
    padding-top:0;
}

.gform_wrapper.gravity-theme .ginput_container {
    margin-bottom:10px;
}

.gform_wrapper .gsection_description {
    text-align:center;
    font-size:1.7rem!important;
    line-height:1.4!important;
    max-width:640px;
    margin:0 auto;
}



  
/* MEDIA QUERIES */
@media screen and (max-width:1439px){
    .home .hero {
        background-size: 125%;
    }

    .home .hero .wrap {
        top: 15%;
    }
}

@media screen and (max-width:1279px){
    .home .hero {
        background-size: 165%;
    }

    .home .hero .wrap {
        top: 25%;
    }

    .contact .wrap {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .home-contact {
        text-align: center;
        margin-bottom: 3.6rem;
    }

    .home-contact .button {
        margin-top: 2rem;
        display: inline-block;
    }
}
@media screen and (max-width:1024px){
    nav.open ul li {
        margin: 2rem 0;
        padding-left: 3rem;
    }
    
    nav.open ul li a {
        right:auto;
        position: relative;
        padding-left: 0;
        
    }
    
    .open .sub-menu li {
        padding: 0;
        margin: 0;
    }
    
    .open .sub-menu li a {
        color: #fff;
        font-weight: 700;
    }
    
    .open .sub-menu li a:hover {
        background: transparent;
    }
}


/* iPad */
@media screen and (max-width:1023px){

    .container {
        padding:0 4rem;
    }

    section {
        padding: 8rem 0;
    }

    .wrap.social {
        max-width: 100%;
    }

    section:nth-child(4) {
        padding: 8rem 0 0;
    }
    
    .wrap {
        padding: 0 4.8rem;
    }
    
    .flex-row {
        flex-wrap: wrap;
    }

    .col-2 {
        max-width: 100%;
    }
    
    .order-1 {
        order: 1;
    }

    .order-2 {
        order:2;
    }

    .callout {
        width: 100%;
        margin-bottom: 4.8rem;
        padding: 6rem 3rem 6rem 45%;
    }

    .callout:last-child {
        margin-bottom: 0;
    }

    .page-heading {
        font-size: 4rem;
        letter-spacing: 1px;
    }

    .page-heading > br {
        display: none;
    }

    .wrap-small {
        padding: 0 4.8rem;
    }

    .wrap-small p >br {
        display: none;
    }

    /* home page */
    .home .hero {
        background-size: 140%;
    }

    .home .hero .wrap {
        top: 24rem;
    }

    .mission {
        padding-top: 3rem;
        text-align: center;
    }

    .mission .home-heading {
        text-align: center;
    }

    .teal-dash {
        margin-left: auto;
        margin-right: auto;
    }

    .mission-img {
       text-align: center;
       order: 2;
    }
    .mission-img > img {
        max-width: 60%;
    }

    .testimonials {
        padding: 8rem 0;
    }

    .services .wrap {
        flex-wrap: wrap;
    }

    .services .home-heading {
        width: 100%;
        text-align: center;
    }

    .services .services-content {
        width: 100%;
        padding: 0 6.0rem;
    }

    .sub-footer .wrap, .contact .wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    section.contact {
        padding: 8rem 4.8rem 4.8rem;
    }

    .contact .wrap {
        width: 100%;
    }

    .home-contact:nth-child(2) {
        font-size: 4.8rem;
    }

    .footer-nav {
        width: 48%;
        margin-bottom: 2.4rem;
    }

    .footer-nav:nth-child(6) {
        display: none;
    }

    /* inner pages */
    .circles {
        padding: 44px;
    }

    .page-template-page-about-history .flex-row {
        justify-content: center;
    }

    .img-flex-child {
        width: 50%;
        margin-bottom: 4.8rem;
    }
    .text-flex-child {
        width: 100%;
    }

    .team-member > img {
        display: none;
    }

    .fleft {
        display: block;
        width: 33%;
        margin: 0 3.6rem 2.4rem 0;
        float: left;
    }

    .team-member {
        margin-bottom: 8rem;
    }

    .team-member:last-child {
        margin-bottom: 0;
    }

    .team-member h2 {
        font-size: 2.4rem;
        letter-spacing: 0;
        line-height: 3rem;
    }

    .about-staff-main {
        padding-bottom: 0;
    }

    .guarantee .row-flex {
        flex-wrap: wrap;
    }

    .col-5-12, .col-7-12 {
        max-width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 3rem;
    }

    .page-heading-secondary {
        text-align: center;
        font-size: 3rem;
    }

    .col-7-12 {
        margin-bottom: 0;
    }

    .col-7-12 p {
        text-align: center;
    }

    .guarantee-callout .wrap {
        top: 8rem;
    }

    .testimonial .circles {
        padding: 20px;
        width: 150px;
        height: 150px;
    }

    .wrap > p > br {
        display: none;
    }

    .portfolio-items {
        justify-content: space-between;
        margin: 0;
    }
    
    .portfolio-item {
        max-width: 48%;
        width: 100%;
        margin: 2rem 0;
    }

    .portfolio-item h4, .case-study h4 {
        font-size: 2rem;
    }

    .case-study {
        padding-bottom: 0!important;
    }
    
    .case-study .wrap.flex-row {
        padding: 3.6rem 4.8rem 0;
        margin-bottom: 0;
        align-items: flex-start;
    }

    .case-study .wrap.flex-row .two-thirds,.case-study .wrap.flex-row .one-third {
        max-width: 100%;
        width: 100%;
    }

    .case-study .wrap.flex-row .one-third {
        text-align: center;
        border-left: none;
        border-top: 4px solid var(--color-green);
        margin-top: 2rem;
    }

    .services-websites-main .col-2 {
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    .services-websites-main .col-2 > img {
        margin: 0 auto 4.8rem;
        max-width: 75%;
    }

    .services-websites-main .col-2, .services-websites-main .page-heading {
        text-align: center;
    }

    .services-websites-components {
        padding: 8rem 0;
    }

    services-websites-components .flex-row {
        flex-wrap: wrap;
    }

    .services-websites-components .col-2 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .services-websites-components .col-2 > img {
        width: 25%;
    }

    .services-websites-components .col-2 > div {
        width: 72%;
    }

    .services-websites-responsive {
        padding: 8rem 0 6rem;
        margin-bottom: 0;
    }

    .services-websites-responsive img {
        bottom: auto;
        max-width: 40%;
    }

    .sub-heading {
        font-size: 2.4rem;
    }

    .services-websites-packages {
        padding: 8rem 0;
    }

    .graph-box {
        padding: 6rem;
    }

    .vertical-bar-text p:first-child {
        height: 89px;
    }

    .design-websites-card {
        width: 48%;
    }

    .services-mobile-main .two-thirds {
        max-width: 100%;
        order: 2;
    }

    .services-mobile-main .one-third {
        order: 1;
        text-align: center;
        margin: 0 auto;
        max-width: 45%;
        margin-bottom: 3rem;
    }

    .services-local-main .col-2-3 {
        width: 100%;
        max-width: 100%;
    }

    .services-local-main .col-1-3 {
        width: 45%;
        margin: 0 auto 3rem;
    }

    .text-push-right {
        padding-left: 0;
    }

    .flex-row.jc-center {
        flex-wrap: nowrap;
    }

    .jc-center img {
        margin: 1rem 1rem;
    }

    .services-social-main {
        padding-bottom: 4rem!important;
    }

    .services-social-extra {
        padding: 8rem 0 4rem;
    }

    .services-social-extra > div > .list-checks {
        width: 80%;
        margin: 0 auto 3rem;
    }

    .services-social-extra img {
        width: 75%;
        margin: 0 auto;
    }

    .services-reputation-main {
        background:none;
        padding-bottom: 4rem!important;
    }

    .services-seo-types {
        padding: 8rem 0;
    }

    .services-seo-types .wrap {
        margin-bottom: 0;
    }

    .services-seo-types .col-2 {
        margin-bottom: 2rem;
    }

    .services-seo-types .col-2 p {
        padding: 3rem;
    }

    .services-seo-extra {
        padding: 8rem 0 2rem;
    }

    .services-seo-extra .col-2 {
        order: 2;
    }

    .services-seo-extra .col-2:nth-child(2) {
        padding: 0;
        order: 1;
        max-width: 75%;
        margin: 0 auto 3rem;
    }

    .services-seo-extra .col-2 p:last-child {
        text-align: center;
    }

    .services-ppc-features {
        padding: 8rem 0 6rem;
    }

    .services-ppc-features .col-3 {
        max-width: 100%;
        margin: 0 0 2rem;
        padding: 3rem 3rem 0;
    }

    .services-ppc-features .wrap {
        margin-bottom: 0;
    }

    .services-ppc-extra, .services-ppc-extra-2 {  
        padding: 8rem 0 2rem;
        z-index: 1;
        background-size: cover;
    }

    .services-ppc-extra .col-2:first-child {
        width: 75%;
        margin: 0 auto 3rem;
    }

    .services-ppc-extra-2 > .wrap:first-child {
        margin-bottom: 3rem;
    }

    /* contact */
    .contact-request-main {
        padding-bottom: 0!important;
    }

    .contact-request-main .box-shadow, .contact-main .box-shadow {
        box-shadow: none;
    }

    .contact-request-main .wrap {
        padding: 0 4.8rem;
    }

    .contact-main {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .contact-main .box-shadow {
        padding: 0;
    }

    .contact-main .col-1-3 {
        display: none;
    }

    .contact-main .col-2-3 {
        width: 100%;
        padding: 8rem 4.8rem 6rem;
    }

    .contact-us-main, .contact-careers-main, .contact-careers-extra, .contact-careers-form {
        padding-bottom: 0!important;
    }

    .contact-us-main .col-1-3, .contact-careers-main .col-1-3 {
        order: 1;
        width: 45%;
        margin: 0 auto 3rem;
    }

    .contact-us-main .col-2-3,.contact-careers-main .col-2-3 {
        order: 2;
        width: 100%;
        padding-left: 0;
    }

    .contact-careers-extra .col-2:first-child {
        margin-bottom: 3rem;
    }

    .job-cats li:last-child {
        margin-bottom: 1rem!important;
    }

    .general-main .col-1-3 {
        width: 75%;
        margin: 0 auto 3rem;
    }

    .general-main .col-2-3 {
        padding: 0;
        width: 100%;
    }

    .masonry-container {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
        grid-auto-rows: 20px;
    }

    .report-filter ul {
        flex-wrap: wrap;
    }

    .report-filter ul li {
        max-width: 25%;
    }


 
}

/* Phone */
@media screen and (max-width:767px){
    .container {
        padding:0 2rem;
    }
    
    section {
        padding: 6rem 0;
    }

    h2 {
        font-size: 3rem;
    }
    
    .wrap {
        padding: 0 3.6rem;
    }

    .logo {
        max-width: 240px;
    }

  
    #homeVideo {
        display: none;
    }

    .home .hero-content {
        display: block;
    }
    
    .top-gradient {
        position:fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 130px;
        background: linear-gradient(0deg, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 100%);
        z-index: 2;
    }

    .home-heading, .page-heading {
        font-size: 3.6rem;
        letter-spacing: 1px;
    }

    .site-footer footer {
        padding: 0 3.6rem;
    }

    .footer-nav {
        width: 100%;
    }

    .site-footer footer .wrap {
        padding: 2rem 2rem 2rem 0;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }

    .site-footer footer .wrap > img {
        margin: 2rem 0;
        width: 48%;
    }

    .sub-footer .wrap {
        padding: 2.4rem;
    }

    .social-icons a {
        margin: 1.4rem .4rem;
    }

    .copyright {
        text-align: center;
    }

    .breadcrumbs {
        display: none;
    }

    .hero-inner {
        height: 270px;
    }

    .hero-inner .wrap {
        bottom: 0;
    }

    .hero-inner h1 {
        font-size: 3.6rem;
        letter-spacing: 1px;
        opacity: .5;
    }

    .callout {
        width: 100%;
        margin-bottom: 3.6rem;
        padding: 235px 3.6rem 3rem 3.6rem;
    }

    .callout:first-child {
        background: #fff url(../images/bg-callout-more-info.jpg) -41px -200px no-repeat;
    }

    .callout:last-child {
        background: #fff url(../images/bg-callout-responsive.jpg) -41px -200px no-repeat;
    }

    .slider-desktop {
        display: none!important;
    }
    .slider-mobile {
        display: block!important;
    }
    
    /* home page */
    .home .hero {
        background-size:200%;
    }

    .home .hero .wrap {
        top: 20rem;
    }
    
    .mission {
        padding-top: 0!important;
    }

    .mission .home-heading {
        font-size: 3rem;
    }

    .mission p {
        font-size: 2rem;
        line-height: 3rem;
    }

    .testimonial-home-slider .item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .services {
        padding: 6rem 0;
    }

    .services .services-content {
        padding: 0;
    }

    .services .home-heading {
        margin-bottom: 4rem;
    }

    .service-item {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .service-item > img {
        margin: 0 auto;
    }
    
    .service-text {
        text-align: center;
        width: 100%;
    }

    section.contact {
        padding: 6rem 4.8rem 3rem;
    }

    .contact .wrap {
        box-shadow: none;
        padding: 4rem 0;
    }

    .home-contact:first-child, .home-contact:nth-child(2) {
        font-size: 3.6rem;
    }

    .testimonials {
        padding: 6rem 0;
    }

    .testimonials .home-heading {
        margin-bottom: 3rem;
    }

    .testimonials .item > img {
        margin-bottom: 2rem;
    }

    .testimonial-content {
        margin:0;
        text-align: center;
    }

    .testimonial-content p {
        text-align: center;
    }

    .testimonial-content .teal-border {
        margin: 0 auto 3rem;
    }

    .portfolio-home-slider {
        max-width: 85%;
        margin: 3rem auto 0;
    }

    /* inner page */
    section:nth-child(4) {
        padding: 6rem 0 4rem;
    }

    .img-flex-child {
        width: 85%;
    }

    .page-template-page-about-history .flex-row {
        justify-content: space-between;
    }

    .awards {
        padding: 6rem 0;
    }

    .award-tile {
        max-width: 23%;
        margin: 0 0 2rem;
    }

    .team-member {
        flex-wrap: wrap;
    }

    .team-member > img, .team-member:nth-child(2n+2) > img {
        display: block;
        order: 1;
    }

    .team-member .img-flex-child {
        width: 100%;
    }

    .fleft, .fright {
        display: none;
    }

    .portfolio-item {
        max-width: 100%;
    }

    .single-portfolios .hero-inner {
        height: 270px;
    }

    .services-websites-components .col-2 {
        padding: 3rem 2.4rem 1.6rem;
        margin-bottom: 2rem;
    }

    .services-websites-components .col-2 > img {
        width: 45%;
        margin: 0 auto 2rem;
    }

    .services-websites-components .col-2 .sub-heading {
        text-align: center;
    }

    .services-websites-components .col-2 > div {
        width: 100%;
    }

    .services-websites-responsive .row-flex {
        flex-wrap: wrap;
    }

    .services-websites-responsive img {
        margin: 0 auto 3rem;
        max-width: 60%;
    }

    .sub-heading {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .graph-box {
        padding: 2.4rem;
    }

    .vertical-bar-container  {
        flex-wrap: wrap;
    }

    .vertical-bar-block {
        width: 47.5%;
        margin-bottom: 3rem;
    }

    .vertical-bar-box {
        padding: 3rem 1rem;
        
    }

    .vertical-bar-text p:first-child {
        margin-bottom: 1.4rem;
        font-weight: bold;
    }

    .design-websites-card {
        width: 100%;
        padding: 2.4rem 2.4rem 0;
        margin-bottom: 2rem;
    }

    .design-websites-card img {
        margin: 0 auto 2rem;
    }

    .design-websites-card > span {
        text-align: center;
    }

    .responsive-technology {
        margin-bottom: 0;
    }

    .responsive-technology img {
        display: none;
    }

    .services-mobile-main .one-third {
        max-width: 65%;
    }

    .services-local-main .col-1-3 {
        width: 65%;
    }

    .services-social-blog {
        padding: 6rem 0;
    }

    .services-local-extra .checks-fat li {
        width: 100%;
    }

    .checks-fat li {
        padding-left: 3.6rem;
    }

    .flex-row.jc-center {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .jc-center img {
        margin: 1rem 0;
        width: 31%;
    }

    .list-social li {
        width: 100%;
        padding-left: 70px;
    }

    .list-social li:before {
        width: 50px;
        height: 50px;
    }

    .services-social-extra .col-2 {
        padding: 2.4rem;
    }

    .services-ppc-extra-2 .col-2 {
        padding: 2.4rem;
    }

    .contact-request-main {
        padding: 6rem 0;
    }

    .contact-request-main .wrap {
        padding: 0 3.6rem;
    }

    .contact-details li {
        padding-left: 60px;
    }

    .contact-main .col-2-3 > p {
        padding-left: 0;
    }

    .job-cats li {
        width: 100%;
    }

    .job-cats li:before {
        top: 54%;
    }

    .contact-careers-form .wrap {
        padding: 3.6rem;
    }

}