/*
Theme Name: kanopiaccounting
Theme URI: https://www.kanopiccounting.co.uk
Description: A bespoke WordPress theme
Version: 1.0
Author: Developer
Author URI: 
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) License URI: http://creativecommons.org/licenses/by-sa/3.0/
Some other comments or urls here that will prove useful reminders to you or another developer */
/* General Styles Begin */
html,body {
     padding: 0px;
     overflow-x: hidden;
}
 body {
     background-color: #fff;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     font-size: 16px;
     color: #525151;
     -webkit-font-smoothing: antialiased;
     -webkit-overflow-scrolling: touch;
}
 input {
     height:45px;
     padding:10px 10px 10px 10px !important;
}
 select {
     height:45px !important;
}
 input[type="text"] {
     border:1px solid #bcbcbc;
}
 a:hover {
     text-decoration:none;
}
 a:hover {
     text-decoration:none;
}
 textarea {
     border:1px solid #bcbcbc;
}
 .marg-top-and-bot {
     margin-top:50px;
     margin-bottom:50px;
}
 .marg-top-and-bot-grid {
     margin-top:30px;
     margin-bottom:30px;
}
 .marg-top-grid {
     margin-top:30px;
}
 .marg-top {
     margin-top:30px;
}
 .marg-bot {
     margin-bottom:30px;
}
.marg-bot-desk {
	margin-bottom:30px;
}
.textcen  {
     text-align:center;
}
 .imgcen {
     margin: 0 auto;
     display:block;
}
 .pad-top {
     padding-top:20px;
}
 .pad-bot {
     padding-bottom:20px;
}
/* Titles */
 h1, h2, h3, h4, h5, h6 {
     font-family: 'Poppins', sans-serif;
}
h1 {
     color: #525151;
     font-weight: 700;
     font-size: 40px;
     font-family: 'Poppins', sans-serif;
}
h2 {
     color: #525151;
     font-weight: 700;
     font-size: 32px;
     font-family: 'Poppins', sans-serif;
	 margin-top:0px;
}
h3 {
     color: #525151;
     font-weight: 400;
     font-size: 30px;
     margin-top:15px;
     margin-bottom:0px;
     font-family: 'Poppins', sans-serif;
}
h4 {
     color: #525151;
     font-weight: 400;
     font-size: 25px;
     font-family: 'Poppins', sans-serif;
}
h5 {
     color: #525151;
     font-weight: 400;
     font-size: 23px;
     line-height:34px;
     font-family: 'Poppins', sans-serif;
	 margin-top:0px;
}
h6 {
     color: #525151;
     font-weight: 400;
     font-size: 19px;
     line-height:34px;
     font-family: 'Poppins', sans-serif;
	 margin-top:0px;
}
/* Paragraph & Typographic */
 p {
     line-height: 32px;
     font-size: 18px;
}
.navbar-nav > li > a {
	color:#fff;
	background:none;
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid transparent;
}
.navbar-nav > li > a:hover {
	border-bottom:1px solid #fff;
	background:none;
}
.nav.navbar-nav > li.active a {
	border-bottom:1px solid #fff;
	background:none;
}
.navbar-right {
	margin-top:18px;
}
.navbar-brand {
	background: url(/wp-content/themes/kanopiaccounting/assets/images/main-logo-wh.svg) no-repeat; 
	width:129px;
	height:45px;
	margin-top:15px;
}
.navbar-brand.opaque {
	background: url(/wp-content/themes/kanopiaccounting/assets/images/main-logo.svg) no-repeat; 
	width:129px;
	height:45px;
	margin-top:15px;
	margin-bottom:15px;
}
.navbar-fixed-top.opaque {
	background:#fff;
	transition:background-color 1s ease 0s;
	border-bottom:1px solid #eaeaea;
}
.navbar-nav > li > a.opaque {
	color:#7a7c7c;
	border-bottom:1px solid transparent;
}
.navbar-nav > li > a.opaque:hover {
	color:#7a7c7c;
	border-bottom:1px solid #7a7c7c;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.opaque {
	color:#7a7c7c;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link.opaque {
	color:#fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover.opaque {
	color:#fff;
}
.last-link.opaque {
	border:1px solid #7a7c7c;
}
/* General Styles End */

.bg-no-overlay {
	height:400px;
}
.bg-no-overlay-alt {
	height:220px;
}
.overlay {
	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 400px;
   	opacity: 0.8;
   	transition: opacity 0.4s ease-in-out;
}
.overlay-alt {
	position: absolute;
   	top: 0;
   	left: 0;
   	width: 100%;
   	height: 220px;
   	background-image: linear-gradient(to right, rgba(123,219,188,1), rgba(240,255,21,1));
   	opacity: 0.8;
   	transition: opacity 0.4s ease-in-out;
}
.bg-no-overlay .home-txt {
	padding-top:200px;
	color:#fff;
	font-weight:400;
	position:relative;
}
.bg-no-overlay-alt .home-txt {
	padding-top:120px;
	color:#fff;
	font-weight:400;
	position:relative;
}
.last-link {
	border:1px solid #fff;
	margin-top:-1px;
}
.edfm-toggle {
	display:none;
}
.edfm-36.edfm_side_menu .edfm-fly-menu-wrapper-inner {
	background-image:linear-gradient(to bottom, rgba(123,219,188,1), rgba(240,255,21,1)) !important;
}
.edfm-36.edfm_drop .edfm-submenu {
	background:#969696;
}
.edfm-list-wrap {
	text-align:left;
}
.edfm_position_right .edfm-toggle-icon {
	right:0;
}
.edfm_position_right .edfm-fly-menu-body ul li.edfm-dropdown a.edfm-dropdown-toggle {
	padding-left:22px;
}
.footer {
	background:#87c9b3;
	padding-top:25px;
	padding-bottom:25px;
}
.footer h2 {
	color:#fff;
	font-size:20px;
	font-weight:800;
}
.footer a {
	color:#fff;
}
.footer ul {
	list-style-type:none;
	padding-left:0px;
}
.footer li {
	padding-left:0px;
	font-size:17px;
	color:#fff;
}
.footer li a {
	color:#fff;
	font-size:17px;
}
.footer p {
	color:#fff;
	font-size:15px;
	margin:0 0 0px;
}
.home-grid {
	padding:90px 90px 90px 90px;
	height:360px;
	background-image: linear-gradient(to right, rgba(199,227,188,1), rgba(1,184,228,1));
}
.home-grid-alt {
	padding:90px 90px 90px 90px;
	height:360px;
	background-image: linear-gradient(to right, rgba(252,252,252,1), rgba(239,238,238,1));
}
.home-grid-cont {
	padding-top:30px;
}
.home-grid h4 {
	font-weight:700;
	font-size:30px;
}
.home-grid-alt h4 {
	font-weight:700;
	font-size:30px;
}
.btn-custom {
	border:1px solid #87c9b3;
	color:#87c9b3;
	background:none;
	padding:10px 10px 10px 10px;
	border-radius:40px;
	font-size:19px;
	transition: background 0.4s ease;
	margin-top:35px;
}
.btn-custom:hover {
	border:1px solid #87c9b3;
	color:#fff;
	background:#87c9b3;
	padding:10px 10px 10px 10px;
}
.btn-small-blue {
	border:1px solid #e6e122;
	color:#e6e122;
	background:none;
	padding:4px 4px 4px 4px;
	border-radius:0px;
	font-size:15px;
	transition: background 0.4s ease;
	margin-top:35px;
	width:100%;
}
.btn-small-blue:hover {
	border:1px solid #e6e122;
	color:#fff;
	background:#e6e122;
	padding:4px 4px 4px 4px;
}
.btn-small-green {
	border:1px solid #84ccb4;
	color:#84ccb4;
	background:none;
	padding:4px 4px 4px 4px;
	border-radius:0px;
	font-size:15px;
	transition: background 0.4s ease;
	margin-top:35px;
	width:100%;
}
.btn-small-green:hover {
	border:1px solid #84ccb43;
	color:#fff;
	background:#84ccb4;
	padding:4px 4px 4px 4px;
}
.btn-custom-wh {
	border:1px solid #fff;
	color:#fff;
	background:none;
	padding:10px 10px 10px 10px;
	border-radius:0px;
	font-size:19px;
	transition: background 0.4s ease;
	margin-top:25px;
}
.btn-custom-wh:hover {
	border:1px solid #fff;
	color:#e6e122;
	background:#fff;
	padding:10px 10px 10px 10px;
}
.btn-custom-wh-nomargtop {
	border:1px solid #fff;
	color:#fff;
	background:none;
	padding:10px 10px 10px 10px;
	border-radius:0px;
	font-size:19px;
	transition: background 0.4s ease;
	margin-top:6px;
}
.btn-custom-wh-nomargtop:hover {
	border:1px solid #fff;
	color:#e6e122;
	background:#fff;
	padding:10px 10px 10px 10px;
}
.btn-custom-nomargtop {
	border:1px solid #e6e122;
	color:#e6e122;
	background:none;
	padding:10px 10px 10px 10px;
	border-radius:0px;
	font-size:19px;
	transition: background 0.4s ease;
	margin-top:6px;
}
.btn-custom-nomargtop:hover {
	border:1px solid #fff;
	color:#fff;
	background:#e6e122;
	padding:10px 10px 10px 10px;
}
input[type="submit"] {
    border:1px solid #e6e122;
	color:#e6e122;
	background:#fff;
	padding:10px 10px 10px 10px;
	border-radius:0px;
	font-size:19px;
	transition: background 0.4s ease;
	margin: 0 auto !important;
}
 input[type="submit"]:hover {
    border:1px solid #e6e122;
	color:#fff;
	background:#e6e122;
	padding:10px 10px 10px 10px;
}
select {
     height:45px !important;
	 border:1px solid #bcbcbc;
}
 input[type="tel"] {
     border:1px solid #bcbcbc;
}
div.gform_footer.top_label {
	text-align: center;
}
.btn-custom-wh {
	border:1px solid #fff;
	color:#fff;
	background:none;
	padding:10px 10px 10px 10px;
	border-radius:0px;
	font-size:19px;
	transition: background 0.4s ease;
	margin-top:25px;
}
.btn-custom-wh:hover {
	border:1px solid #e6e122;
	color:#e6e122;
	background:#fff;
	padding:10px 10px 10px 10px;
}
.call-to-action-strip {
	padding-top:60px;
	padding-bottom:60px;
	background-image: linear-gradient(to right, rgba(123,219,188,1), rgba(1,184,228,1));
}
.call-to-action-strip h3 {
	color:#fff;
	font-weight:400;
	font-size:26px;
	line-height:30px;
}
.call-to-action-strip a {
	color:#fff;
	text-decoration:underline;
}
.fl-right {
	float:right;
}
.col-bord {
	border:1px solid #eaeaea;
	padding:10px 10px 10px 10px;
}
.info-box {
	margin-top:40px;
}
#post-grid {
	margin-bottom:30px;
	padding-top:30px;
	padding-bottom:30px;
}
#post-grid h5 {
	margin-top:25px;
	font-size:20px;
}
#post-grid img {
	background: linear-gradient(to right, #e6e122, #01b8e4);
	padding: 3px;
}
.dropdown-menu {
  	background-color: rgba(255, 255, 255, 1);
  	border-bottom-right-radius: 0px;
  	border-bottom-left-radius: 0px;
  	margin-left:0px;
  	margin-top:-1px !important;
  	padding-top:0px !important;
  	padding-bottom:0px !important;
}
.dropdown-menu > li {
	min-width:250px;
	margin-left:0px !important;
	margin-right:0px !important;
}
.dropdown-menu > li > a {
	border-bottom:1px solid #87c9b3;
	padding-top:11px;
	padding-bottom:11px;
	text-align:left;
	padding-left:16px;
}
.dropdown-menu > li > a:hover {
	border-bottom:1px solid #87c9b3;
	background:#e6e122;
	color:#fff;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
/* GF general styles Begin */
.gform_wrapper {
    font-family: 'Poppins', sans-serif;
    color: #4a4949;
    padding: 0px 0px 0px 0px;
	margin-top:0px !important;
}
.gform_wrapper a {
    text-decoration: underline;
}
.gform_wrapper a:hover {
    color: #ef7f00;
}
.gform_wrapper .gform_heading {
    display: none;
}
.gform_wrapper .top_label .gfield_label {
    font-size: 20px !important;
    color: #4a4949;
    padding-top: 20px !important;
}
.gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
    font-weight: 400;
}
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    background: #82cff5;
    float: none;
    transition: background 0.4s ease;
    width: 30%;
    height: 45px;
    color: #fff;
    border: none;
}
.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files:hover {
    background: #9ddcfb;
}
.home-row {
	position:relative !important;
	min-height:370px;
}
.home-row-btn {
	position:absolute;
	bottom:0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.padd-right-none {
	padding-right:0px !important;
}
.bord-right {
	border-right:1px solid #eaeaea;
	min-height:300px;
}
#gform_submit_button_62 {
	display:none;
}
#gform_submit_button_63 {
	display:none;
}
#gform_submit_button_64 {
	display:none;
}
#gform_submit_button_69 {
	display:none;
}
#gform_submit_button_70 {
	display:none;
}
.contact-map {
	height:460px;
	box-shadow: 0px 5px 10px #c4c4c2;
	border:1px solid #eaeaea;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color:#e6e122;
}
.choice-box {
    background: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e6e122;
	border-radius:12px;
	box-shadow: 0px 5px 10px #c4c4c2;
}
.general-fields-group {
    background: #fff;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e6e122;
	border-radius:12px;
	box-shadow: 0px 5px 10px #c4c4c2;
}
.general-fields-group-gradient {
    background-image: linear-gradient(to right, rgba(226,250,242,1), rgba(229,248,253,1));
    padding: 20px 20px 20px 20px;
    border: 1px solid #e6e122;
	border-radius:12px;
	box-shadow: 0px 5px 10px #c4c4c2;
}
.toprint {
	background-image: linear-gradient(to right, rgba(226,250,242,1), rgba(229,248,253,1));
	border: 1px solid #e6e122;
	padding:10px 10px 10px 10px;
	box-shadow: 0px 5px 10px #c4c4c2;
	border-radius:12px;
	margin-bottom:30px;
}
div.col-md-4.opti.deactive {
	padding:15px 25px 15px 25px;
	border-bottom:1px solid #eaeaea;
}
.gv-search {
	text-align:center;
}
.gv-search input[type="text"] {
	width:80%;
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.nav-tabs > li > a {
	border: 1px solid #e6e122;
    padding: 10px 10px 10px 10px;
    transition: background 0.4s ease;
	margin-bottom:30px;
	margin-top:30px;
	min-width:170px;
	font-weight:500;
	-webkit-box-shadow: 0px 9px 17px -2px rgba(217, 214, 214, 1);
    -moz-box-shadow: 0px 9px 17px -2px rgba(217, 214, 214, 1);
    box-shadow: 0px 9px 17px -2px rgba(217, 214, 214, 1);
    transition: box-shadow 0.2s;
	transition: background 0.4s ease;
	border-radius:40px;
}
.nav-tabs > li > a:hover {
	background: #e6e122;
	color:#fff;
    border: 1px solid #e6e122;
}
.edfm-1866.edfm_side_menu .edfm-fly-menu-wrapper-inner {
	background-image: linear-gradient(to bottom, rgba(230,225,34,1), rgba(135,201,179,1)) !important;
}
.edfm-1866 .edfm-toggle > div.opaque {
	background-color:#70c4c4;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	background:#f9f8f8 !important;
}
.fa-l {
	font-size:32px;
	color:#e6e122;
	margin-right:15px;
}
.fa-s {
	font-size:22px;
	color:#e6e122;
	margin-right:8px;
}
.grid-opening {
	font-size:22px;
	line-height:34px;
}
.gradient-bckd {
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 5px 10px #c4c4c2;
    border: 1px solid #eaeaea;
	background-image: linear-gradient(to right, rgba(245,244,244,1), rgba(255,255,255,1));
	margin-top:25px;
	margin-bottom:25px;
}
.img-bord {
	border:1px solid #eaeaea;
}
/*Acco*/
.ac-container {
  	width:100%;
}
.ac-container label {
  	line-height: 24px !important;
  	font-size: 18px !important;
  	padding: 20px 20px 20px 20px;
  	position: relative;
  	z-index: 20;
  	display: block;
  	cursor: pointer;
  	color: #fff;
  	background-image:linear-gradient(to right, rgba(123,219,188,1), rgba(1,184,228,1));
	transition: opacity 0.2s ease-in-out;
	opacity:0.9;
}
.ac-container {
  	width: 100%;
  	margin: 10px auto 30px auto;
  	text-align: left;
}
.ac-container label:hover {
	opacity:1;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #f1f2f3;
  color: #666;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
  height: 30px;
  line-height: 21px;
  font-size: 13px;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after {
  background-image: url(../images/arrow_up.png);
}
.ac-container input {
  display: none;
}
.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
	font-style: normal;
  	color: #777;
  	line-height: 32px;
  	font-size: 18px;
}
.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}
.ac-container input:checked ~ article.ac-small {
  height: 140px;
}
.ac-container input:checked ~ article.ac-medium {
  height: 180px;
}
.ac-container input:checked ~ article.ac-large {
  height: 100%;
}
.inner-content {
	padding:20px 20px 20px 20px;
}
.fa-tick {
	color:#70c4c4;
}
.fa-cross {
	color:#cf0011;
}
.white-box {
	box-shadow: 0px 5px 10px #c4c4c2;
    border: 1px solid #eaeaea;
	background-image: linear-gradient(to right, rgba(245,244,244,1), rgba(255,255,255,1));
	padding:20px 20px 20px 20px;
	margin-top:30px;
	margin-bottom:30px;
}
.sm-tx {
	font-size:14px;
}
.list-l {
	line-height: 32px;
	font-size: 18px;
}
.push-d {
	margin-bottom:25px;
}	
/*Form Error Styles Begin */
.gform_wrapper div.validation_error {
	color:#f70a26 !important;
	border-top:0px !important;
	border-bottom:0px !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color:#f70a26 !important;
}
.gform_wrapper .validation_message {
	color:#f70a26 !important;
}
.gform_wrapper li.gfield.gfield_error {
	background-color:#f2f1f1 !important;
	border-top:0px !important;
	border-bottom:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	margin-top:5px !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border:1px solid #f70a26 !important;
}
/*Form Error Styles End */
.sub-head {
	margin-top:25px;
	margin-bottom:0px;
}
.small-txt {
	font-size:14px;
}
.nowrap {
	white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.bord-grid {
	border:1px solid #daf4fa;
	padding:20px 20px 20px 20px;
	height:315px;
	transition:background-color 1s ease 0s;
}
.bord-grid:hover {
	background:#daf4fa;
}
.grey-bord {
	border:2px solid #eaeaea;
	transition:background-color 1s ease 0s;
	padding:25px 25px 25px 25px;
	box-shadow:0px 5px 10px #c4c4c2;
}
.grey-bord:hover {
	background:#f3f0f0;
}
.box-gradient {
	box-shadow: 0px 5px 10px #c4c4c2;
    border: 1px solid #eaeaea;
	background-image: linear-gradient(to right, rgba(245,244,244,1), rgba(255,255,255,1));
	padding:30px 30px 30px 30px;
	margin-top:25px;
}
.box-gradient-payment-types {
	box-shadow: 0px 5px 10px #c4c4c2;
    border: 1px solid #eaeaea;
	background-image: linear-gradient(to right, rgba(245,244,244,1), rgba(255,255,255,1));
	padding:10px 10px 10px 10px;
}
.box-gradient-payment-types p {
	line-height:24px;
}
.register-box-sbr {
	background:#84ccb4;
	padding:6px 6px 25px 6px;
	margin-top:30px;
	margin-bottom:40px;
	border-radius:8px;
	box-shadow: 0px 5px 10px #c4c4c2;
}
.register-box-white {
	background:#fff;
	padding:6px 6px 25px 6px;
	margin-top:30px;
	margin-bottom:40px;
	border-radius:8px;
	box-shadow: 0px 5px 10px #c4c4c2;
}
.register-box-grad {
	background-image: linear-gradient(to right, rgba(123,219,188,1), rgba(1,184,228,1));
	padding:6px 6px 25px 6px;
	margin-top:30px;
	margin-bottom:40px;
	border-radius:8px;
	box-shadow: 0px 5px 10px #c4c4c2;
	color:#fff;
}
.register-box-white .rounded {
	display:none;
}
.box-white {
	box-shadow: 0px 5px 10px #c4c4c2;
    border: 1px solid #eaeaea;
	background:#fff;
	padding:30px 30px 30px 30px;
	margin-top:25px;
	margin-bottom:25px;
}
.box-white h3 {
	margin-top:0px;
}
.img-bullet {
	width:15px;
	margin-left:30px;
	margin-right:10px;
}
.img-bullet-alt {
	width:15px;
	margin-right:10px;
}
.indent-box {
	margin-left:30px;
	font-size:18px;
	line-height:32px;
}
.img-bullet-payment-types {
	width:15px;
}
.vert-align {
	display: flex;
	align-items: center;
}
.img-shad {
	box-shadow:0px 5px 10px #c4c4c2;
}
.bord-right-bl {
	border-right:2px solid #04b8e2;
}
#recent-posts-4 ul {
	padding: 0;
    list-style-type: none;
	margin-top:20px;
}
#recent-posts-4 li {
	border-bottom:1px solid #eaeaea;
}
#recent-posts-4 li a {
	color:#525151;
}
.sidebar-cta {
	text-align:center;
	font-size:18px;
	padding-top:20px;
}
.containerBoxmb {
    transition: .3s background ease;
    background: url(/wp-content/themes/kanopiaccounting/assets/images/matthew-front.jpg);
    width: 200px;
    height: 200px;
    background-size: cover;
	margin: 0 auto;
	display:block;  
}
.containerBoxmb:hover {
    background: url(/wp-content/themes/kanopiaccounting/assets/images/matthew-back.jpg);
    background-size: cover;
	margin: 0 auto;
	display:block;
}
.containerBoxlf {
    transition: .3s background ease;
    background: url(/wp-content/themes/kanopiaccounting/assets/images/lucy-front.jpg);
    width: 200px;
    height: 200px;
    background-size: cover;
	margin: 0 auto;
	display:block;  
}
.containerBoxlf:hover {
    background: url(/wp-content/themes/kanopiaccounting/assets/images/lucy-back.jpg);
    background-size: cover;
	margin: 0 auto;
	display:block;
}
.containerBoxst {
    transition: .3s background ease;
    background: url(/wp-content/themes/kanopiaccounting/assets/images/steve-front.jpg);
    width: 200px;
    height: 200px;
    background-size: cover;
	margin: 0 auto;
	display:block;  
}
.containerBoxst:hover {
    background: url(/wp-content/themes/kanopiaccounting/assets/images/steve-back.jpg);
    background-size: cover;
	margin: 0 auto;
	display:block;
}
.containerBoxsarah {
    transition: .3s background ease;
    background: url(/wp-content/themes/kanopiaccounting/assets/images/sarah-front.jpg);
    width: 200px;
    height: 200px;
    background-size: cover;
	margin: 0 auto;
	display:block;  
}
.containerBoxsarah:hover {
    background: url(/wp-content/themes/kanopiaccounting/assets/images/sarah-back.jpg);
    background-size: cover;
	margin: 0 auto;
	display:block;
}
.image-cropper {
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	transition: background 0.4s ease;
	transition: box-shadow 0.4s ease;
	border:5px solid #84cdb5;
}
.image-cropper:hover {
	border: 5px solid #84cdb5;
	box-shadow: 5px 5px #84cdb5,-10px 20px #e6e122;
}
.image-cropper img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}
.gradient-1 {
   	height: 200px;
   	background-image: linear-gradient(to right, rgba(123,219,188,1), rgba(222,127,255,1));
}
.gradient-2 {
   	height: 200px;
   	background-image: linear-gradient(to right, rgba(123,219,188,1), rgba(255,148,199,1));
}
.gradient-3 {
   	height: 200px;
   	background-image: linear-gradient(to right, rgba(123,219,188,1), rgba(240,255,21,1));
}
@media (max-width: 1199px) {
	.contact-map {
		height:377px;
	}
	.home-row {
		min-height:416px;
	}
	.btn-small-green, .btn-small-blue {
		font-size:11px;
	}
}
@media (max-width: 991px) {
	.navbar-nav > li > a {
		font-size:13px;
	}
	.mob-cen {
		margin: 0 auto;
		display:block;
	}
	.fl-right {
		float:none;
	}
	h1 {
		font-size: 37px !important;
	}
	h2 {
		font-size: 29px !important;
	}
	h3 {
		text-align:center;
		margin-bottom:30px;
		font-size: 27px !important;
	}
	h4 {
		font-size:19px !important;
		text-align:center;
	}
	h5 {
		text-align:center;
		font-size: 20px !important;
	}
	p {
		text-align:center;
	}
	.footer li {
		text-align:center;
	}
	.footer h2 {
		text-align:center;
	}
	#post-grid {
		margin-bottom:40px;
	}
	.psh-d {
		margin-top:70px;
	}
	.mob-margin-bot {
		margin-bottom:30px;
	}
	.call-to-action-strip-welcome-l {
		height:100%;
		min-height:0px !important;
	}
	.call-to-action-strip-welcome-s {
		height:100%;
		min-height:0px !important;
	}
	.home-row {
		min-height:330px;
	}
	.vert-align {
		display: block;
		align-items: none;
	}
	.mobile-logo {
		width:250px;
		margin: 0 auto;
		display:block;
	}
	.box-gradient-payment-types {
		margin-top:30px;
	}
	.indent-box {
		margin-left:0px;
		text-align:center;
	}
	.home-row-btn {
		position:relative;
	}
	.btn-small-green, .btn-small-blue {
		font-size:16px;
	}
	.bord-right {
		border-right:0px;
		min-height:100%;
	}
	.heading-m {
		max-width:60%;
	}
	.mob-marg-top {
		margin-top:40px;
	}
	.btn-custom {
		margin: 0 auto;
		display:block;
		max-width:80%;
	}
}
@media (max-width: 767px) {
	.edfm-toggle {
		display:block;
		background:none;
		margin-top:0px;
	}
	.edfm-toggle > div {
		background:#fff;
	}
	.edfm-toggle > div.opaque {
		background:#000;
	}
	.edfm-title-wrap span.edfm-title {
		font-size:20px;
		font-weight:700 !important;
	}
	.edfm-header-image img {
		margin: 0 auto;
		display:block;
	}
	.navbar-toggle {
		display:none;
	}
	.last-link {
		border:0px !important;
	}
	.navbar-brand {
		width:120px;
	}
	.bg-no-overlay .home-txt {
		padding-top:160px;
	}
	.bg-no-overlay-alt .home-txt {
		padding-top:160px;
	}
	input[type="submit"] {
    	height:55px;
	}
	.navbar-brand {
		width:100%;
		margin-left:15px;
	}
	.navbar-brand.opaque {
		width:100%;
		margin-left:15px;
	}
}
/* welcome Pages styles Begin */
.call-to-action-strip-welcome-l {
	padding:20px 20px 20px 20px;
	background-image: linear-gradient(to right, rgba(123,219,188,1), rgba(1,184,228,1));
	min-height:410px;
}
.call-to-action-strip-welcome-s {
	padding:20px 20px 20px 20px;
	height:190px;
}
.call-to-action-strip-welcome-l p, .call-to-action-strip-welcome-s p {
	color:#fff;
	font-weight:400;
	font-size:24px;
	line-height:36px;
}
.call-to-action-strip-welcome-l a, .call-to-action-strip-welcome-s a {
	color:#fff;
}
.blue {
	color:#04b8e2 !important;
}
.green {
	color:#70c4c4 !important;
}
@media (max-width: 500px) {
	.call-to-action-strip-welcome-s {
		padding:10px 10px 10px 10px;
		height:220px !important;
	}
}
