/*
Theme Name:     Full Circle New Genesis child theme 3.0
Description:    This is a child theme of Genesis
Author:         Golin Web Design
Template:       genesis

(optional values you can add: Theme URI, Author URI, Version)
*/

/* @import url("../genesis/style.css");  Use code below for genesis 3.x */
@import url("style-genesis-sample-3-2.css");


/* ## Headings and Fonts
--------------------------------------------- */

/* colors */
/**** colors ****/
:root {
--blue:#0F6FAB;
--foam_green: #5EC2B7;
--dark_green:#45A99E;
--light_green:#cae7e4;
--text_color:#3B4544;
--permiteyes-quote_background:#6fa7c3;
--about-quote-background:#dbeaf0;

/**** new colors *****/
--purple:#6666ff;
--new_green:#99ff66;
--dark_teal:#103849;
--new_green_hover:#80e64d;
}


h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 15px;
	color:#000;
}

h1, h1.entry-title {
	font-family: 'Poppins', sans-serif;
	font-size: 66px;
	font-weight: 500;
	margin-bottom:35px;
	color:#000;
}

h2, h2.entry-title  {
	font-size: 66px;
	line-height:76px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 16px;
}
body > div {
    font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
    color:#000;
    line-height:34px;
}
p {
	margin-bottom:1.2em;
    font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height:34px;
	font-weight: 300;
    color:#000;
}
a, a:visited, .entry-title a, a:hover {
	color:#000;
}
a, a:visited, .entry-title a {
	text-decoration: none;
	color:#000;
	/* -webkit-tap-highlight-color: transparent; use this if you don't want a tap color feedback */
}
a:hover, .entry-title a:hover {
	text-decoration:underline;
}
a:active {
    outline:none;
}
.medium_bold p {
    font-weight:500;
}
.green_underline span {
    text-decoration-color: var(--new_green) !important;
}
.green_border {
    text-decoration-color: var(--new_green) !important;
    text-decoration:underline;
    text-underline-offset:8px;
    text-decoration-thickness:5px;
}
.h2_inline {
    display:inline;
}
.purple_underline span {
    text-decoration-color: var(--purple) !important;
}
/* image captions */
.wp-caption-text {
	font-weight: normal;
	font-size: 13px;
	font-family: "Poppins", sans-seric;
}

/********** Page Layout **********/

/* set site width, header width and nav width*/
.content-sidebar-wrap, .site-header .wrap, .nav-primary .wrap, .nav-secondary .wrap, .site-footer .wrap, .footer-widgets .wrap {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto; 
}
.site-header, .site-inner, .site-footer, .footer-widgets {
    padding-left:50px;
    padding-right:50px;
    max-width:100%;
}
.footer-widgets {
    max-width:100%;
}

.site-inner .page  {
    margin-bottom:0 !important;
}
/********* header settings *************/
.site-header {
    	box-shadow:none;
    	background-color:var(--dark_teal);
    	position:relative;
}

.title-area p {
	display:none;
}
/* set dimensions of logo */
.logo {
	max-width:164px;
	height: auto;
	position:relative;
	z-index:20000;
	}
/* reduce space bewteen content and footer */
.page .entry {
	margin-bottom:20px;
}
.content {
	float: none;
	width: 100%;
	}
.page h1.entry-title {
	display:none;
}
.header-widget-area {
    width:260px;
    float:right;
    margin-top:35px;
}
.header-button a {
    color:#000;
    background-color:var(--new_green);
    font-size:30px;
    line-height:30px;
    font-weight:700;
    padding: 18px 20px 18px 20px;
    border-radius: 15px;
}
.header-button a:first-child {
    display:none;
}
.header-button a:hover {
    text-decoration:none;
    background-color:var(--new_green_hover);
}

/********** navigation ****************/
.nav-primary {
    position:absolute;
    top:43px;
    width:100%;
}
/* move main menu to right of logo */
.nav-primary .genesis-nav-menu {

   font-family: "Poppins", sans-serif;
   font-weight: 500;
   margin-left:250px;
   position:relative;
   z-index:20000;
  
}
.nav-primary .menu-item {
    float:left;
}
/* remove sub-menu arrow indicator */
.nav-primary .sf-sub-indicator {
    display:none;
}
.nav-primary .genesis-nav-menu a {
	 padding:15px 18px 15px 18px;
}
.genesis-nav-menu li {
    float:left;
}
.genesis-nav-menu li a {
	 color:#fff;
	 text-decoration: none;
	 font-size:24px;
}
.genesis-nav-menu li:not(.menu-demo) a:hover {
	 color:var(--new_green) !important;
	 text-decoration: none;
}

/* submenu width */
.genesis-nav-menu .sub-menu{
	position:absolute !important;
	width:180px;
}

.genesis-nav-menu ul.sub-menu li a {
	text-transform:capitalize;
	font-size: 15px !important;
	padding-top:0px !important;
	font-family:'Poppins', sans-serif;
	color:#fff !important;
	border:none;
	}
.genesis-nav-menu ul.sub-menu li a:hover {
    	color:var(--new_green) !important;
}
/* submenu background color */
.genesis-nav-menu ul.sub-menu, .genesis-nav-menu ul.sub-menu li a {
	background-color: var(--dark_teal);
	}
.genesis-nav-menu ul.sub-menu {
	border:none;
	padding-top:15px;
	padding-bottom:5px;
}
/* color of current menu item */
.genesis-nav-menu .current-menu-item:not(.menu-demo) a, .genesis-nav-menu .current-menu-parent a {
	color:var(--new_green) !important;
}
/* color of current submenu */
.genesis-nav-menu .sub-menu .current-menu-item a {
    	color:var(--new_green) !important;
}
.genesis-nav-menu li:not(.current-menu-item):not(.current-menu-parent) a {
	color:#fff;
}
.genesis-nav-menu .sub-menu li:not(.current-menu-item) a {
    color:#fff !important;
}
    
/* secondary nav for schedule a demo button */
.nav-secondary {
    position:absolute;
    top:15px;
    width:100%;
    z-index:30000;
    display:none;
}
.nav-secondary .menu-secondary {
    width:240px;
    float:right;
}
/********** homepage ***********/

.home-hero-row {
    padding-top:50px;
    padding-bottom:50px;
    margin-bottom:50px;
    margin-top:-60px;
}
.home-hero-text  {
    max-width:700px;
}
.home-city-logos {
    max-width:1600px;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:60px;
    margin-bottom:20px;
}
/* town logos */
.home-town-carousel {
    max-width:1400px;
    margin-left:auto !important;
    margin-right:auto !important;
    margin-top:30px;
}
.wpcp-carousel-section .wpcp-single-item img {
    max-width:120px !important;
}

	
/***** secondary pages *********/

/****** about page */
.about-hero-section {
    margin-top:-60px;
    padding-top:50px;
    padding-bottom:50px;
}
.about-contact-sales-button button {
    background-color:var(--new_green) !important;
    font-size:30px !important;
    font-weight:bold;
    font-familty:"poppins", sans-serif;
    border-radius:15px !important;
    width:260px;
    color:#000 !important;
    background-image:none !important;
}
.about-contact-sales-button button:hover {
    background-color:var(--new_green_hover) !important;
}
.about-contact-sales-row .wpb_column {
    padding:0 0 25px 0 !important;
    
}
.about-quote-section {
    background-image:url("/wp-content/uploads/about-Organic-Lines-Pattern-with-background-2.png");
    background-size:cover;
}
.about-quote-text {
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(18,77,92, .7);
    padding:80px 80px 50px 80px;
    margin-top:100px;
    margin-bottom:100px !important;
    position:relative;
    border-radius:15px;
}

.about-quote-text img {
    position:absolute;
    margin-top:-130px;
    margin-left:-150px;
}
.about-quote-row p {
    color:#fff;
}
.about-textsection {
    background-image: url("/wp-content/uploads/about-Circle.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}
.about-textsection-1, .about-textsection-2 {
    padding:30px;
    border-radius:15px;
}
/***** permiteyes page ********/
.permiteyes-hero-section {
    margin-top:-60px;
    padding-top:50px;
    padding-bottom:50px;
}
.permiteyes-textsection {
    background-image:url("/wp-content/uploads/Organic-Lines-Pattern-with-background-3.png");
    background-size:cover;
    padding-top:30px;
    padding-bottom:30px;
}
.permiteyes-text p,
.permiteyes-text h3 {
    color:#fff;
}
.permiteyes-text-row .vc_column-inner  {
    background-color:rgba(18,77,92, .7);
    margin:20px;
    border-radius:15px;
}
.permiteyes-text h3 {
    margin-bottom:40px;
}
.permiteyes-text {
    padding:60px 60px 30px 60px;
}
.permiteyes-tablet-section {
    padding-top:70px;
    padding-bottom:70px;
}

.permiteyes-quote-text p {
    color:#000;
}
.permiteyes-quote-text {
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
    background-color:#f4f4f4;
    padding:80px 80px 50px 80px;
    margin-top:100px;
    margin-bottom:100px !important;
    position:relative;
    border-radius:15px;
}

.permiteyes-quote-text img {
    position:absolute;
    margin-top:-130px;
    margin-left:-150px;
}

/**** client page ****/
.clients-hero-row {
    padding-bottom:50px;
    padding-top:50px;
    margin-top:-58px;
}
.client-stats-row {
    padding-top:40px;
    padding-bottom:40px;
}
.client-stats-row p {
    font-size:35px;
    line-height:40px;
}
/**** client posts *****/
/* client loop */
.client-loop-container {
    display:flex;
    flex-wrap:wrap;
    margin-top:30px;
}
.client-loop-container .client {
    flex-basis:30%;
    margin-left:1.5%;
    margin-right:1.5%;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:15px;
    justify-content:space-evenly;
}
.client h2 {
    font-size:40px;
    line-height:50px;
    margin-bottom:20px !important;
}
.client-loop-container .client  {
    border:2px solid #000;
    padding:30px;
    border-radius:15px;
    margin-bottom:3% !important;
}
.client-loop-container .client h2 a, .client-loop-container .client h2 a:hover {
    color:#000;
}
.client-loop-container p {
    font-size:20px;
    line-height:30px;
}
.client-modules {
    margin-bottom:20px !important;
}
.client-loop-container .client-modules h3, .client-loop-container .client-modules {
    font-size:25px;
    line-height:35px;
}
.client-modules h3 {
    display:inline;
    font-weight:500;
}

.single-client h1.entry-title {
    margin-top:30px;
}
.single-client p {
    font-size:25px;
    line-height:35px;
}
/**** testimonials page ****/
.testimonial-text p {
    font-size:18px;
    line-height:28px;
    color:#fff;
}
.testimonial-signature p {
    font-size:24px;
    line-height:34px;
    font-weight:bold;
    color:#fff;
}

.testimonial-row .vc_column-inner {
    background-color:#124d5c;
    border-radius:15px;
    padding:40px 40px 0 40px !important;
}
.vc_row.vc_row-flex>.vc_column_container {
    padding:35px;
}
/****** contact ******/
.contact-row h2 {
    font-size:40px;
    ine-height:50px;
}
/**** people posts *****/
/* don't display post title */
.person .entry-header {
    display:none;
}
/* people loop 
.people-loop-container {
    display:flex;
    flex-wrap:wrap;
    max-width:1200px;
    margin-left:calc(50% - 647px);
    margin-top:30px;
}
.people-loop-container .person {
    flex-basis:33%;
    padding-left:4%;
    padding-right:4%;
    padding-bottom:45px;
}
.person .person-image {
    margin-bottom:35px;
    width:80%;
    max-width:275px;
}
.person .person-name {
    margin-bottom:10px !important;
}
.person p {
    font-size:16px;
    color:var(--blue);
    line-height:26px;
}
.single-person .person-image {
    margin-top:30px;
}

*/

/*** posts ****/
/* size headers on archive pages */
body.archive h2.entry-title a, body.archive h2.entry-title {
	font-family: "Poppins", sans-serif;
	font-size:24px;
	font-weight: bold;
	margin-bottom:15px;
	}
a.moretag, a:visited.moretag {
	font-size:24px;
	font-family:"Poppins", sans-serif;
	font-weight:bold;
}
a:hover.moretag {
	
}

/* hide "continue reading because we added readmore */
.post .post-more {
	display:none;
}
/* hide comments on custom post types */
#comments {
	display:none;
}
/**** cutsom post loop pagination *****/
/*** make pagination lineup horizontally **/
.pagination li {
	float:left;
	margin-left:5px;
}
/* set page nav color */
.pagination li a {
	color:#13acd3;
    background-color:#fff;
}
 
/* set achive page nav color */
.pagination li.active a, .pagination li a:hover {
	color:#000; 
    background-color:#fff;
}
/* add flexbox to center pagination */
.pagination {
	padding-bottom:50px;
	display:flex;
	justify-content: center;
}
/******* footer ************/
/* remove genesis gototop */
.site-footer .gototop {
	display:none;
}
.site-footer {
    border-top:0px;
    padding-top:0;
    padding-bottom:40px;
    background-color:var(--dark_teal);
}
.footer-widget-area {
    padding-left:0;
    padding-right:0;
}
.site-footer p, .site-footer a {
    text-align:left;
    color:#fff;
}
.footer-left {
    width:400px;
    float:left;
    text-align:left;
    color:#fff;
    font-size:18px;
    line-height:28px;
}
.footer-right {
    width:150px;
    float:right;
    text-align:right;
    font-size:18px;
    line-height:28px;
}
.footer-widgets .wrap {
	padding-top:60px;
	padding-bottom:35px;
}
.footer-widgets {
	/* set background color and add paint splash images */
	background-color:var(--dark_teal);
	padding-bottom:0px;
	padding-top:10px;
}
/* 1 Footer widget1 */
.footer-widgets .widget-area {
	width:100%;
	float:left;
}
.footer-widgets .widget {
    margin-bottom:10px;
}
/* style fonts */
.footer-widgets p {
	color:#fff;
}
.footer-widget-havequestion  {
    font-weight:600;
}
.footer-widget-emails  {
    font-size:24px;
    line-height:34px;
    padding-bottom:30px;
}
.footer-1-2 a:hover {
    text-decoration:underline;
}
.footer-widgets a {
	color:#fff;
	text-decoration:none;
}
/* logo in footer */
.footer-1-3 img {
    max-width:164px !important;
}
@media only screen and (max-width:1920px) {
    .home-hero-image {
        margin-right:-48px;
    }
    .people-loop-container, .client-loop-container {
        margin-left:3%;
        margin-right:3%;
    }
    .client-stats-row {
        margin-left:3% !important;
        margin-right:3% !important;
    }
} /* 1920 */

@media only screen and (max-width:1440px) {

    .permiteyes-text-row .wpb_column {
        flex-basis:100%;
    }
    .permiteyes-tablet-section .wpb_column {
        flex-basis:100%;
    }
    .permiteyes-tablet-section .wpb_column .wpb_single_image {
        text-align:left;
    }
    .permiteyes-tablet-section .wpb_column:first-child {
        order:2;
        margin-top:-25px;
    }
    
} /* 1440 */
@media only screen and (max-width:1350px) {
    .site-header {
        padding-top:90px;
        padding-bottom:20px;
        height:240px;
    }
    .site-header .wrap {
        margin-top:-10px;
    }
    .nav-primary {
        margin-top:115px;
    }
    .header-widget-area {
        margin-top:-55px;
    }
    .title-area {
        margin-top:-80px;
    }
    .nav-primary .genesis-nav-menu {
        margin-left:30px;
    }

} /* 1300 */
@media only screen and (max-width:1200px) {
    .home-hero-row .wpb_column, 
    .home-permiteyes-row .wpb_column, 
    .home-streamline-row .wpb_column, 
    .home-modular-row  .wpb_column {
        flex-basis:100%;
    }
    .home-hero-row .wpb_column {
        width:100%;
    }
    .home-streamline-row .wpb_column:first-child {
        order:2;
    }
    .home-streamline-row .wpb_column .wpb_single_image {
        text-align:left;
    }
    .home-hero-row .wpb_single_image, 
    .home-permiteyes-row .wpb_column:first-child .wpb_single_image, 
    .home-streamline-row .wpb_single_image, 
    .home-modular-row  .wpb_single_image {
        margin-bottom:0;
    }
    .about-textsection {
        background-size:80%;
    }
    .about-hero-section .wpb_column,
    .permiteyes-hero-section .wpb_column {
        flex-basis:100%;
    }
    .about-hero-contactsales-row .wpb_column {
        flex-basis:50%;
    }
    .about-hero-section .wpb_column .wpb_single_image,
    .permiteyes-hero-section .wpb_column .wpb_single_image {
        text-align:left;
    }
    .permiteyes-quote-text img {
        margin-left:-110px;
        width:100px;
        margin-top:-125px;
    }
    .client-loop-container .client {
        flex-basis:47%;
    }
    .clients-hero-row .wpb_column {
        flex-basis:100%;
    }
    .clients-hero-row .wpb_column .wpb_single_image {
        text-align:left;
    }
   .testimonial-row .wpb_column {
       flex-basis:100%;
   } 
   #wpls-logo-showcase-slider-1 .wpls-fix-box, #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
       padding-left:7px;
       padding-right:7px;
   }

} /* 1200 */

@media only screen and (max-width:1060px) {
    .about-quote-text img {
        margin-left:-20px;
        left:0;
    }
    .permiteyes-quote-text img {
        margin-left:-20px;
        left:0;
    }
    .client-stats-row .wpb_column {
        flex-basis:100%;
        width:100%;
    }
}/* 1060 */

@media only screen and (max-width:900px) {
 
    /*****responsive  menu  *******/
    /* switch to mobile menu */
	.nav-primary {
		display:none;
	}
	.site-header {
	    padding-top:0px;
	    height:220px;
	}
	.site-header .wrap {
	    margin-top:0;
	    padding-bottom:50px;
	}
	.header-widget-area {
	    margin-top:20px;
	}
    .title-area {
        margin-top:0px;
    }
    .about-hero-section .wpb_column,
    .permiteyes-hero-section .wpb_column {
        flex-basis:100%;
    }

} /* 900 */


@media only screen and (max-width:800px) {
    .home-features {
        flex-wrap:wrap;
    }
    .home-features .wpb_column {
        flex-basis:100%;
    }
    .home-features-text {
        max-width:100%;
    }
    .permiteyes-text-row .vc_column-inner  {
        margin:0;
    }
    .permiteyes-text {
        padding:60px 30px 30px 30px;
    }
    .people-loop-container .person {
        flex-basis:50%;
    }
    .client-loop-container .client {
        flex-basis:100%;
        margin-bottom:35px !important;
    }
    .testimonial-row .vc_column-inner {
        padding:40px 20px 0 20px !important;
    }
    .vc_row.vc_row-flex>.vc_column_container {
        padding:20px;
    }
    .client-loop-containter .client h2 {
        font-size:35px;
        line-height:45px;
    }
    .client-loop-container .client .readmore a {
        font-size:20px;
    }

 
} /* 800 */

@media only screen and (max-width:767px) {
    .site-inner, .site-header, .site-footer, .footer-widgets {
        padding-left:4%;
        padding-right:4%;
    }
    .home-city-logos {
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
    }
    .home-city-logos .wpb_column {
        flex-basis:33%;
    }
    .quotation-signature {
        text-align:left;
    }
    .quotation-text {
        margin-left:0;
    }
    .permiteyes-tabletprogram {
        background-position:center;
    }
    .about-quote-text {
        padding:30px 20px 30px 20px;
    }
    .about-quote-text img {
        margin-left:0;
        width:100px;
        margin-top:-110px;
    }
    .permiteyes-quote-text {
        padding:80px 25px 60px 25px;
    }
    .permiteyes-quote-text img {
        margin-left:0;
    }
    
}/* 767 */

@media only screen and (max-width:650px) {
    .site-header {
        height:200px;
    }
    .header-button a {
        font-size:18px;
        padding:10px 12px 10px 12px;
    }
    .header-widget-area {
        margin-top:35px;
        width:155px;
    }
    .title-area {
        margin-top:5px;
    }

    .people-loop-container .person, .client-loop-container .client {
        flex-basis:100%;
    }
    /* Footer widgets */

    .footer-right{
        float:none;
        width:100%;
        text-align:left;
    }
    .footer-left {
        width:100%;
        margin-bottom:5px;
    }
} /* 550 */
@media only screen and (max-width:500px) {
     h1 {
        font-size:50px !important;
        line-height:60px;
    }
    h2 {
        font-size:40px !important;
        line-height:50px;
    }
    .client-modules {
        font-size:30px;
    }
    body > div, p {
        font-size:24px;
        line-height:34px;
    }
    .permiteyes-text p {
        font-size:24px;
        line-height:34px;
    }
    .permiteyes-text {
        padding:40px 0 10px 0;
    }
    .permiteyes-hero-section .permiteyes-logo {
        max-width:90%;
    }
    .site-inner {
        padding-top:20px;
    }
    .site-header {
        height:240px;
    }
    .home-city-logos {
        margin-top:0;
        margin-bottom:0;
    }
    .about-contact-sales-button button {
        font-size:24px !important;
        width:220px;
    }
 
} /* 500 */
@media only screen and (max-width:450px) {
    .logo, .footer-1-3 img {
        max-width:140px !important;
    }
    .wpcp-carousel-section .wpcp-single-item img {
        max-width:100px !important;
    }
    
} /* 450 */