/*
Theme Name: Include A Charity
Theme URI: https://wordpress.org/themes/blinds-in-print/
Author: the Creative team
Author URI: https://wordpress.org/
Description: The Include A Charity in Print theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Include A Charity, multi-purpose, cms, blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: charity
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*------------------------------------------------------
  overwrite css start
------------------------------------------------------*/

/*@font-face { font-family: 'proxima-nova'; src: url('fonts/proxima-nova/proximanova.eot?#iefix') format('embedded-opentype'), url('fonts/proxima-nova/proximanova.woff') format('woff'), url('fonts/proxima-nova/proximanova.ttf')  format('truetype'), url('fonts/proxima-nova/proximanova.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face {
  font-family: 'proxima-nova';
  src: url('fonts/proxima-nova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('fonts/proxima-nova/ProximaNova-Semibold.otf')  format('opentype'),
       url('fonts/proxima-nova/ProximaNova-Semibold.woff') format('woff'), url('fonts/proxima-nova/ProximaNova-Semibold.ttf')  format('truetype'), url('fonts/proxima-nova/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: 500;
  font-style: normal;
}*/

@font-face { 
  font-family: 'mr-eaves-xl-mod-bold'; 
  src: url('fonts/mreavesxl/MrEavesXLModOT-Bold.ttf'); 
  font-weight: normal; 
  font-style: normal; 
}


@font-face { 
  font-family: 'mr-eaves-xl'; 
  src: url('fonts/mreavesxl/MrEavesXLModOT-Reg.ttf'); 
  font-weight: normal; 
  font-style: normal; 
}

/* ------------ Header Navigation Menu Start -----------*/
.top-nav .assistive-text {
  display: none;
}
body.menu-is-opened {
  overflow: hidden;
}
.top-nav {
  text-align: center;
}
.top-nav ul.nav-menu.toggled-on,
.hamburger {
  display: inline-block;
  float: right;
}
.top-nav div.nav-menu > ul {
  display: none;
}
.top-nav ul {
  padding-left: 0;
  list-style: none;
}
.top-nav li {
  font-size: 14px;
  position: relative;
}
.top-nav li a {
  color: #565656;
  font-size: 16px;
}

/* hamburger menu */
.hamburger {
  margin: 34px 15px 0 0;
  float: right;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 30px;
  height: 5px;
  background-color: #666;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*  3DXY Reverse */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger.is-active {
  position: relative;
  z-index: 120;
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 9px, 0) rotate(45deg);
  background: #666;
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  background: #666;
}

/* HEADER CSS */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.fixed-header .hamburger {
  margin-top: 11px;
}
.fixed-header .logo-wrap img {
  width: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed-header .top-nav {
  margin-top: 10px;
}
.fixed-header .top-header {
  display: none;
}
/*.left-sidebar-layout, .right-sidebar-layout, .full-width {  padding: 50px 0; }*/

/* responsive start */
@media (max-width: 767px) {
  .hamburger {
    margin-top: 13px;
  }
  .main-header > .row > .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main-header .logo-wrap {
    max-width: 350px;
    float: left;
  }
  .top-nav {
    display: none;
  }
  .top-nav,
  .top-nav.menu-opened {
    position: relative;
    width: 100%; /*height: 100%;*/
    height: 100vh;
    overflow: scroll;
  }
  .top-nav {
    padding: 0 5px;
  }
  .top-nav ul.nav-menu,
  .top-nav div.nav-menu > ul {
    display: block;
  }
  .top-nav .menu-main-menu-container {
    padding: 0;
    width: 100%;
  }
  .top-nav ul.nav-menu,
  .top-nav div.nav-menu > ul {
    margin: auto;
    width: 100%;
  }
  .top-nav ul li {
    /*font-size: 22px;*/
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.5em;
    text-align: left;
    border-bottom: 1px solid #d8d6d6;
  }
  .top-nav ul li a {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    padding: 9px 10px 7px;
  }
  .top-nav ul li:last-child a {
    border: 0;
  }
  .top-nav ul li a:hover {
    text-decoration: none;
  }
  .top-nav ul li ul li:last-child {
    border: 0;
  }
  .top-nav ul li ul {
    display: none;
    padding: 5px 0 10px 10px;
  }
  /*.top-nav a:hover,
    .top-nav a:focus,
    .top-nav li.current-menu-item a,
    .top-nav li.current_page_item a { color:#00b172; }*/
  .top-nav li .submenuToggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 48px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top-nav li .submenuToggle:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 25px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid; /*border-width: 9px 0 9px 14px;*/
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #666;
  }
  .top-nav li.submenuOpened > .submenuToggle {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .top-nav li.submenuOpened .submenuToggle:before {
    border-color: transparent transparent transparent #00b172;
  }
  .top-nav ul li.submenuOpened a {
    color: #00b172;
  }
  /*.top-nav ul li.submenuOpened + a {color: #fff;}*/

  .navbar .navbar-header {
    padding-bottom: 11px;
  }
  .nav-search-box .search-form .fa-search {
    font-size: 15px;
  }
  .for-mobile.list-inline {
    padding-bottom: 15px;
    margin-bottom: 0;
    width: 100%;
  }
  .for-mobile.list-inline li {
    display: block;
  }
  .for-mobile.list-inline li:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 467px){
  .top-nav .menu-main-menu-container {
    width: 100%;
    padding-right: 0;
  }

  .for-mobile.list-inline {
    width: 100%;
    padding-left: 0;
  }

}

@media (max-width: 640px) {
  .main-header .logo-wrap {
    max-width: 240px;
  }
  .main-header .logo-wrap img {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .top-nav {
    margin: 0 -30px;
    display: none;
  }
  .top-nav ul.nav-menu,
  .top-nav div.nav-menu > ul {
    display: block !important;
    text-align: left;
    width: 100%;
  }
  .top-nav ul {
    margin: 0;
    text-indent: 0;
  }
  .top-nav li {
    margin: 0;
    position: relative;
    border-right: #d8d6d6 solid 1px;
  }
  .top-nav li a,
  .top-nav li {
    float: left;
    text-decoration: none;
  }
  .top-nav li a {
    padding: 15px 16px;
    border-bottom: 1px solid transparent;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
  }
  .top-nav li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 1;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-nav li ul ul {
    top: 0;
    left: 100%;
  }
  .top-nav li li {
    margin-left: 0;
    border-right: 0;
    width: 100%;
  }
  .top-nav li ul li a {
    background: #efefef;
    color: #333;
    border-bottom: 1px solid #d8d6d6;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 15px 20px;
    min-width: 160px;
    width: 100%;
    white-space: nowrap;
  }
  .top-nav li ul li:last-child a {
    border-bottom: 0;
  }
  .top-nav .current-menu-item > a,
  .top-nav .current-menu-ancestor > a,
  .top-nav .current_page_item > a,
  .top-nav .current_page_ancestor > a {
    border-color: #ededed;
    text-decoration: none;
  }
  .top-nav li a:hover,
  .top-nav li a:focus {
    border-color: #00b172;
    color: #fff;
    background: #00b172;
  }
  .top-nav ul li:hover > ul,
  .top-nav ul li:focus > ul,
  .top-nav .focus > ul {
    border-left: 0;
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
  }
  .top-nav li ul li a:hover,
  .top-nav li ul li a:focus {
    border-color: #00b172;
    color: #fff;
    background: #00b172;
  }
  /* for last child only please remove if not required */
  .top-nav ul.nav-menu > li:last-child .sub-menu {
    left: inherit;
    right: 0;
  }
  .top-nav ul.nav-menu > li:last-child .sub-menu ul {
    right: 100%;
  }
  /* ... */
  .for-mobile.list-inline,
  .hamburger,
  .top-nav li .submenuToggle {
    display: none;
  }
}
@media (min-width: 1280px) {
  .top-nav li {
    margin: 0;
    position: relative;
    border-right: #d8d6d6 solid 1px;
  }
  .top-nav li a {
    padding: 15px 48px;
  }
  .top-nav li ul li a {
    min-width: 160px;
  }
}
/* Header End
---------------------------------------------*/
ul.gallery {
  margin-left: 0;
  padding-left: 0;
}
ul.gallery li {
  display: block;
  list-style-type: none;
  float: left;
  padding: 2px 3px 0px 3px;
  margin: 3px 3px 5px 3px !important;
  background-color: #fff;
  border: 1px solid #d4d2d2;
}
.remainingImages {
  margin-top: 10px;
  clear: both;
}
#toggleMe {
  float: none;
  clear: both;
  border: none;
  background: none;
}
.gallery_list li {
  list-style-type: none;
  float: left;
  padding: 0 10px 10px 5px;
}
.gallList {
  word-wrap: break-word;
  width: 130px;
  float: left;
  margin: 0 10px 20px 0;
  font-size: 0.9em;
}
.gallList img {
  border: 2px solid #e6e9f1;
}
.gallCaption {
  margin: 5px 0 5px 2px;
  color: #666;
  font-weight: normal;
}
.gallindCaption {
  margin: 0px 0 0px 2px;
  color: #666;
  font-weight: normal;
}
#gallery_image {
  float: left;
  width: 120px;
  padding: 10px;
  height: 180px;
}

/*SITEMAP*/
ul#sitemap {
  margin: 0;
  padding: 0;
}
ul#sitemap li {
  list-style-type: none;
  margin: 10px 0 20px 0;
  font-weight: bold;
  font-size: 1em !important;
}
ul#sitemap li ul li {
  margin: 10px 0 10px 0;
  font-weight: normal;
  list-style-type: square;
  color: #6e5751;
}
ul#sitemap-alpha {
  margin: 0;
  padding: 0 0 0 0px;
  font-weight: normal;
  list-style-type: square !important;
  color: #6e5751;
}
ul#sitemap-alpha li {
  margin: 10px 0 10px 25px;
  font-weight: normal;
  list-style-type: square !important;
  color: #6e5751;
}
.page-id-89 .wrapper #Alphabetically ul li ul {
  padding-left: 30px !important;
}
.page-id-89 .wrapper #Alphabetically ul li ul li {
  list-style: square;
  font-weight: normal;
}
.page-id-89 .wrapper #Alphabetically .alphabet-list ul li {
  font-weight: normal;
}

/*MNOGO */
#searchResults dl {
  margin: 10px 0 20px 0px;
}
#searchResults dl dt,
#searchResults dl dd {
  margin-left: 0px;
}
#searchResults .info {
  font-size: 0.8em;
  color: #666;
  text-decoration: none;
  font-weight: normal;
}

/*All formdiv stuff*/
.formDiv form div {
  clear: left;
  display: block; /*width: 400px;*/
  height: expression("1%");
  margin: 3px 0 0 0;
  padding: 7px 3px 7px 0;
  border-bottom: 1px solid #eee;
}
.formDiv form div label {
  display: block;
  float: left;
  width: 150px;
  padding: 0px 5px 3px 0;
  margin: 0 5px 0px 0;
  text-align: left;
}
.formDiv form div label.wideLabel {
  width: 200px;
}
.formDiv form div label.blockLabel {
  display: block;
  padding: 3px 5px 3px 0;
  margin: 0 5px 0px 0;
  text-align: left;
  width: auto;
  float: none;
}
.formDiv form div label.inlineLabel {
  display: inline;
  float: none;
  width: auto;
  margin: auto;
  padding: auto;
}
.formDiv div.required p,
.formDiv div.optional p {
  /*padding: 3px 5px 3px 0 !important;
    margin: 0 5px 0px 0 !important;*/
  padding: 3px 5px 3px 0;
  margin: 0 5px 0px 0;
}
.formDiv span.field-tips {
  font-size: 0.8em;
  color: #888;
  clear: both;
  margin: 3px 0 0 0;
  display: block;
  font-weight: normal;
}
.formDiv p.field-error {
  color: #990000;
  font-style: italic;
  clear: both;
}
.formDiv form div.optional label,
.formDiv label.optional {
  font-weight: normal;
}
.formDiv form div.required label,
.formDiv label.required {
  font-weight: bold;
}
.formDiv form div input,

/*.formDiv form div select,*/
.formDiv form div textarea {
  width: 200px;
}
.formDiv form div input.short,
.formDiv form div textarea.short {
  width: 75px;
}
.formDiv form div input.long,
.formDiv form div textarea.long {
  width: 300px;
}
.formDiv form div input.full-width,
.formDiv form div textarea.full-width {
  width: 90%;
}
.formDiv form div input.checkbox,
.formDiv form div input.radio,
.formDiv form div input.button {
  width: auto;
}
.formDiv input.inputSubmit,
.formDiv input.inputCheckbox,
.formDiv input.inputRadio {
  width: auto;
}
.formDiv .form-buttons {
  border: 0;
  margin: 20px 0 20px 0;
  padding: 0;
}
.formDiv .section-footer {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f0f0f0;
}
.formDiv .clearing {
  clear: both;
  font-size: 0.1em !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0.1em !important;
}
.formDiv .element {
  clear: none !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
}
a.editbutton {
  background: none repeat scroll 0 0 #b90202;
  border: 1px solid #424242;
  color: #ffffff !important; /*float: left;*/
  font-size: 1em;
  font-weight: bold;
  margin: 20px 10px 10px 0;
  padding: 6px 10px;
  clear: both;
  text-decoration: none !important;
}
a.editbutton:hover {
  border: 1px solid #cccccc;
}
.imageleft {
  float: left;
  margin: 0 10px 10px 0px;
}
.imageright {
  float: right;
  margin: 0 5px 10px 10px;
}
.dropdown-menu .fa {
  display: none;
}
table {
  border: 0;
}
.acctable td {
  border: 1px solid #ccc;
  padding: 10px;
}
.acctable th {
  border: 1px solid #ccc;
  padding: 10px;
}

/* *** */
#logos-carousel img {
  padding: 10px 40px;
}
.search-charity-name {
}
.search-charity-cause {
  color: #9d9d9d;
  font-size: 11px;
}

/* --------------------------- added by George ------------------------------ */
.page .login-box input[type="text"],
.page .login-box input[type="password"] {
  border: 1px solid #aaa;
  box-shadow: none;
  padding: 6px 12px;
  height: 34px;
}
.formDiv form div.login-box,
.formDiv form div.login-box div {
  border-bottom: none;
}

/* 
Colours 
===================



===================*/

/* Global
  ========================================================================== */

body {
  font-family: "mr-eaves-xl", sans-serif;
  color: #565656;
  font-size: 16px;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h1,
h2,
h3,
h4 {
  font-family: "mr-eaves-xl", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
}
h1 {
  /*text-transform: uppercase;*/
}
h2 {
  /*text-transform: uppercase;*/
}
h3 {
  /*    font-family: 'Open Sans', sans-serif;
         text-transform: uppercase;
         color: #565656;*/
}

/**
  * Amimate hover on links
  */
a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a,
a:visited {
  color: #00b172;
}
a:hover,
a:focus {
  color: #00b172;
  text-decoration: underline;
}
.no-pad {
  padding: 0;
}

/* Accessibilitiy */
a.skip {
  background: transparent none repeat scroll 0 0;
  color: white !important;
  left: 0;
  padding: 10px;
  position: absolute;
  top: -40px;
  transition: top 1s ease-out 0s, background 1s linear 0s;
  z-index: 100;
}
a.skip:focus {
  background: #a80e04 none repeat scroll 0 0;
  left: 0;
  outline: 0 none;
  position: absolute;
  top: 0;
  transition: top 0.1s ease-in 0s, background 0.5s linear 0s;
}

/* Header
    ========================================================================== */
.header {
  background: #9cb9bd;
  background: #fff;
}
.logo-box {
  margin: 10px auto 20px;
  width: 212px;
}
.nav-search-box {
  position: absolute;
  top: 10px;
  left: 18px;
  float: right;
  width: 200px;
}
.nav-search {
  float: right;
}
.nav-search-box input.form-control {
  background-color: #e5e3e3;
  background-image: none;
  border: #e5e3e3 solid 1px;
  box-shadow: 0;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  border-radius: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
.nav-search-box button.btn {
  background: #f2f2f2;
}
.nav-search-box button i.glyphicon-search {
  color: #666;
}

/* Navigation
    ========================================================================== */
.navbar {
  margin-bottom: 0;
  border-bottom: none;
}
navbar-site .navbar-collapse,
.navbar-site .navbar-form {
  border-color: #818286;
}
.navbar-site .navbar-toggle {
  border: none;
  margin-top: 5px;
}
.navbar-site .navbar-toggle .icon-bar {
  background-color: #666;
  border-radius: 1px;
  display: block;
  height: 5px;
  width: 30px;
}
.navbar-site .navbar-toggle:hover,
.navbar-site .navbar-toggle:focus {
  background: none;
}
.navbar-site {
  background-color: #f2f2f2;
  border-color: #484848;
}
.navbar-site .navbar-nav > li > a {
  color: #666;
  font-size: 1.1em;
  font-size: 1.4em;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-site .navbar-nav > li a:hover,
.navbar-site .navbar-nav > li > a:focus {
  text-decoration: none;
}

/* *** */
.navbar-site .navbar-nav > li.last {
  border-bottom: none;
}
.navbar-site .navbar-nav > li > div.nav-box > a {
  color: #ffcc00;
  display: block;
  padding: 10px 10px 10px 20px;
  text-transform: uppercase;
}
.navbar-nav {
  margin: 0 -15px;
  padding-bottom: 10px;
}
.nav > li {
  overflow: hidden;
}
.nav > li > a {
}

/*
  * Dropdown on hover 
  */
@media (min-width: 480px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* Content
    ========================================================================== */

/* Homepage Content 
  ------------------- */

/* Carousel */

.carousel-caption {
  position: static;
}
.carousel-caption h2 {
  font-size: 2em;
  color: #545454;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.3);
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.carousel-caption p {
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.5);
  font-style: normal;
  font-weight: 100;
  color: #00b172;
}
.carousel-caption .btn-carousel {
  background: #00b172;
  color: #fafafa;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.3);
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
.carousel-caption .btn-carousel:hover,
.carousel-caption .btn-carousel:focus {
}

/* carousel */
.slide {
}
.carousel-control.left,
.carousel-control.right {
  background: none;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  display: inline-block;
  font-size: 4em;
  position: absolute;
  top: 40%;
  z-index: 5;
}

/* Home 1 */
.hm-1 {
  padding-top: 20px;
  padding-bottom: 30px; /*    background-image: url(../../assets/img/bg-body.png);
       background-repeat: repeat;
       background-color: rgba(133,204,222,0.1);*/
}
.hm-1 .container {
  background: #fff;
  padding-top: 15px;
}
.hm-1 .container .hm-news-feature {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.divider {
  max-width: 349px;
  height: 1px;
  margin: 20px auto 10px;
  background: #d1d2d4;
}
.hm-1 h2 {
  background: rgba(0, 0, 0, 0) url("images/red-arrow.png") no-repeat scroll 0
    1px;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 28px;
}
div.select-wrap {
  margin-bottom: 20px;
}
button.btn-subscribe,
button.btn-subscribe:hover {
  background: rgba(0, 0, 0, 0) url("../../assets/img/btn-subscribe.png") repeat
    scroll 0 0;
  border: 0 none;
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
  padding: 0 0 0 13px;
  text-align: left;
  width: 120px;
}
button.btn-find-other,
button.btn-find-other:hover,
button.btn-find,
button.btn-find:hover {
  background: rgba(0, 0, 0, 0) url("images/btn-find.png") repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 42px;
  line-height: 21px;
  padding: 0;
  width: 85px;
  font-weight: bold;
  border: none;
  padding: 0 15px 0 0;
}
.selects-box,
.subscribe-box {
  margin-bottom: 20px;
  border: 2px solid #d1d2d4;
  padding: 20px;
}
.selects-box h3,
.subscribe-box h3 {
  margin-top: 0;
}

/*
    .hm-news-feature .col-sm-4 {
       border-right: #EFEFEF solid 1px;
       
    }

    .hm-news-feature .col-sm-4.last {
       border-right: none;
    }*/

/* Home 2 */

.hm-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hm-2 .container {
  background: #fff;
  padding: 20px 20px 50px;
}
.btn-box a {
  display: block;
  height: 60px;
  margin-bottom: 5px;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background: #006b47;
  font-weight: 600;
  color: #fafafa;
  display: table;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.btn-box a:hover,
.btn-box a:focus {
}
.btn-box a span {
  display: table-cell;
  vertical-align: middle;
}
.hm-news-feed li {
  margin-bottom: 10px;
}
.divider-2 {
  max-width: 714px;
  height: 1px;
  margin: 20px auto 10px;
  background: #efefef;
}
.hm-news-feed li:last-child .divider-2 {
  display: none;
}
.hm-2 .hm-news-h2 {
  margin-top: 0;
}
.hm-news-feed li h3 {
  margin-top: 10px;
}
.hm-news-feed li span {
  color: #565656;
  display: block;
  margin-bottom: 5px;
}
.hm-news-feed li span.date {
  font-style: italic;
}
.hm-news-feed li span.title {
  font-weight: bold;
}
.box {
  margin-bottom: 30px;
}
.box .image {
  border: #efefef solid 1px;
  margin-bottom: 10px;
}

/* Page Content
    --------------- */

/*
    .page {

    }

    .page .container {
       background: #FFF;
       padding-top: 40px;
       padding-bottom: 40px;
    }
    */

.breadcrumb {
  background: #fff;
  padding-left: 0;
}
.main img {
  max-width: 100%;
  height: auto;
}
.main h1 {
  margin-top: 0;
}
.page input[type="text"] {
  background-color: #fff;
  background-image: none;
  border: 1px solid #efefef;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  display: block;
  margin-bottom: 10px;
}
.page input[type="submit"] {
  background: #00b172;
  border: none;
  border-radius: 0;
  color: #fafafa;
  display: block;
  font-size: 1em;
  font-weight: 400;
  padding: 5px 10px;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.3);
  text-transform: uppercase;
  font-weight: bold;
}
.main-landing .text .btn-carousel:hover,
.main-landing .text .btn-carousel:focus {
  background: #0a41b6 none repeat scroll 0 0;
  text-decoration: none;
}

/* Side nav */
#subnav {
  border: #e8eded solid 1px;
}
#subnav li {
  border-bottom: #e8eded solid 1px;
  padding: 20px 20px 20px 0;
  padding: 0;
}
#subnav li:last-child {
  border-bottom: none;
}
#subnav li a {
  background: none;
  display: block;
  padding-left: 30px;
  padding: 10px 10px 10px 30px;
  color: #565656;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.9em;
  -o-transition: 0s;
  -ms-transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
#subnav li a:hover {
  background: #e8eded;
  font-weight: 400;
  text-decoration: none;
}
#subnav li a.on,
#subnav li.current_page_item {
  background: #e8eded;
  font-weight: 400; /*height: 40px;*/
}
#subnav li ul {
  list-style: outside none none;
  padding-left: 0;
  margin-bottom: 0;
}
#subnav li ul li {
  border-bottom: none;
}
#subnav li ul li ul {
  padding-left: 0;
  margin-bottom: 0;
}
#subnav li ul li a {
  border-bottom: none;
  padding-left: 40px;
}
#subnav li ul li a.on {
  background: #f2f2f2;
  display: block;
  padding-bottom: 30px;
  margin-left: -10px;
  padding-left: 40px;
  color: #333;
}
#subnav li ul li a:hover {
  display: block;
  background: #e8eded;
  padding-left: 40px;
  text-decoration: none;
}

/* Charity search page */
.charities .col-sm-8 {
  border-right: 1px solid #e8eded;
}
.charities .charities-utils {
  border-top: 1px solid #e8eded;
  padding-top: 15px;
  margin-top: 15px;
}
.charities .logo-container {
  margin-bottom: 15px;
}
.charities .charities-utils img.logo {
  margin-bottom: 15px;
}
.charities .charities-utils li {
  margin-right: 10px;
}
.charities .charities-utils a.link {
  display: block;
  margin-bottom: 10px;
  font-size: 1em;
}
.charities .charities-utils .soc-container i.fa {
  font-size: 30px;
}
.charities .charities-utils .soc-container i.fa.fa-facebook {
  color: #3b5998;
}
.charities .charities-utils .soc-container i.fa.fa-twitter {
  color: #4099ff;
}
.charities .charities-utils .soc-container i.fa.fa-linkedin {
  color: #0077b5;
}
.charities .charities-utils .soc-container i.fa.fa-instagram {
  color: #125688;
}
.charities .charities-utils .soc-container i.fa.fa-youtube {
  color: #cd201f;
}

/* Sidebar
      ========================================================================== */

/* Hompage Sidebar
    ------------------ */

.btn-box {
  overflow: hidden;
}

/* Page Sidebar 
    -------------------------- */

/* Side nav */

/* Sponsors carousel */

#sponsors {
  padding-top: 20px;
  background: #fff;
}
#members .box {
  padding: 1em;
}
#sponsors h2 {
  margin-top: 0;
}
.list_carousel {
  margin: 0 0 0 60px;
  width: 360px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  width: 50px;
  height: 100px;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.sponsor-box {
  display: inline-block;
}
#logos-carousel img {
  padding: 10px 40px;
}
.sponsor .sponsor-box {
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sponsor .sponsor-box img {
  max-height: 100%;
  max-width: 90%;
}

/* Footer
      ========================================================================== */

/* Sticky footer styles
    -------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 490px;
}
.footer {
  position: absolute;
  width: 100%; /* Set the fixed height of the footer here */
  /* height: 490px; */
  height: auto;
  background-color: #fff;
  border-top: 2px #d1d2d4 solid;
  font-size: 0.9em;
}
.top-footer {
  padding-top: 20px;
}
.fia-footer-logo {
  margin-bottom: 20px;
}
.contact-details {
  margin-bottom: 20px;
}
.footer-2 {
  padding-right: 0;
}
p.sponsored-by {
  margin-bottom: 20px;
  font-weight: 600;
}
.marchone {
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  width: 30%;
}
.bluestargroup {
  margin-bottom: 20px;
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  width: 30%;
}
.gofundraise {
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  width: 30%;
}
.footer-3 .one a,
.footer-3 .two a {
  display: inline-block;
  margin-bottom: 10px;
}
.footer-social {
  margin-top: 10px;
}
.footer-social li a i.fa {
  font-size: 1.5em;
}
/* Responsive
   ========================================================================== */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  /* Header
     ======================================================================== */
  .top-header {
    height: 40px;
  }
  .top-header .container {
    position: relative;
  }
  .top-header-line {
    border-bottom: #efefef solid 2px;
  }
  .top-header-line {
    border-bottom: 2px solid #efefef;
    height: 39px;
    margin-left: 220px;
    width: 936px;
  }
  .input-group .form-control:first-child,
  .input-group-addon:first-child,
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group > .btn,
  .input-group-btn:first-child > .dropdown-toggle,
  .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px;
  }
  .header-image-box {
    position: absolute;
    right: 0;
    width: 570px;
    top: 0;
  }
  .top-container {
    position: relative;
    height: 125px;
  }
  .logo-box {
    width: 190px;
    margin-top: 0;
    float: none;
  }
  .logo-text {
    margin-bottom: 20px;
    float: none;
    width: auto;
    top: 79px;
  }
  .logo-text p {
    margin-top: 0;
  }
  .logo-text span {
    width: 190px;
  }
  .logo-text span span.first-letter {
    display: inline;
    font-size: 1.2em;
  }
  .logo-text2 span span.first-letter {
    display: inline;
    font-size: 1.5em;
  }
  .utility-nav-box {
    position: absolute;
    right: 150px;
    top: 20px;
    z-index: 100;
  }
  .utility-nav-box ul li a {
    border-right: 1px solid #828282;
    color: #565656;
    font-size: 0.9em;
    padding-right: 15px;
    font-family: "mr-eaves-xl";
  }
  .utility-nav-box ul li {
    padding-left: 9px;
  }
  .utility-nav-box ul li.fa,
  .utility-nav-box ul li a i.fa {
    font-size: 21px;
  }
  .utility-nav-box ul li:last-child a,
  .utility-nav-box ul li.last a,
  .utility-nav-box ul li a.last {
    border-right: medium none;
  }
  .navbar-header {
    float: none;
  }
  .nav-search-box {
    position: relative;
    float: right;
    margin-top: -120px;
    margin-right: 20px;
    z-index: 100;
    width: 135px;
  }
  .nav-search-box .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s,
      box-shadow 0.15s ease-in-out 0s;
    width: 100%;
  }
  .nav-search-box button.btn {
    padding: 4px 12px 4px 12px !important;
    border-radius: 0;
    background: #00b172;
    color: #fff;
    margin-left: 0 !important;
  }
  .nav-search-box button i.glyphicon-search {
    color: #fff;
  }
  .nav-search-box button .fa-search {
    font-size: 15px;
  }
  /* *** */
  .logo-box {
    margin: 20px 0 0;
    width: 240px;
  }
  .nav-search-box input.form-control {
    background-color: #fafafa;
    border: #efefef;
    font-size: 0.9em;
  }

  /* Navigation
    ========================================================================= */

  /* Fixed header */

  .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .navbar-header {
    float: none;
  }
  .navbar-static-top {
    border-width: 0;
  }
  .navbar-site .navbar-nav > li {
    border-bottom: none;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .navbar-nav {
    padding-bottom: 0;
  }
  .navbar-site .navbar-nav > li > a {
    color: #666;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 15px 16px;
  }
  .nav > li {
    overflow: visible;
  }
  .nav > li {
    border-right: #d8d6d6 solid 1px;
  }
  .nav > li:nth-child(7) {
    border-right: none;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #00b172;
    text-decoration: none;
    color: #fafafa;
  }
  .last {
    border-right: none;
  }

  /* dropdowns */
  .dropdown-menu {
    padding: 0;
  }
  .navbar-nav > li > .dropdown-menu {
    background: #f2f2f2;
    border: none;
    border-radius: 0;
  }
  .dropdown-menu > li {
    border-bottom: #d8d6d6 solid 1px;
  }
  .dropdown-menu > li:last-child {
    border-bottom: none;
  }
  .dropdown-menu > li > a {
    color: #666;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #00b172;
    color: #fafafa;
    text-decoration: none;
  }

  /* ** */

  /* Content
      ======================================================================= */

  /* Homepage Content 
  ------------------- */

  /* Carousel */

  .carousel-caption {
    position: absolute;
  }
  .carousel-caption {
    padding-bottom: 0;
    text-align: left;
    top: auto;
    width: 575px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
  .carousel-caption h2 {
    margin-top: 0;
    color: #fafafa;
    font-weight: 400;
  }
  .carousel-caption p {
    color: #fafafa;
    font-weight: 300;
  }

  /* Carousel */
  .carousel .item {
    width: 100%; /*slider width*/
    max-height: 700px; /*slider height*/
  }
  .carousel .item img {
    width: 100%; /*img width*/
  }

  /*full width container*/
  @media (max-width: 767px) {
    .block {
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  .carousel-caption .btn-carousel {
    font-size: 1.3em;
  }

  /* Home 1 */
  .hm-1 {
    padding-top: 20px;
  }
  .btn-box {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .btn-box a {
    background: #006b47 none repeat scroll 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #fafafa;
    display: table;
    font-weight: 600;
    height: 60px;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    border-right: #fafafa solid 1px;
    max-width: 100%;
  }
  .btn-box a.last {
    margin-right: 0;
    border-right: none;
  }

  /* Home 2 */
  .hm-2 .container {
    padding: 20px 20px 50px;
  }
  .divider-2 {
    max-width: 714px;
    height: 1px;
    margin: 10px auto 5px;
    background: #efefef;
  }

  /* Page Content
  --------------- */

  /*.page .container {
      padding: 40px 30px;
  }*/

  /* Landing Page */

  .main-landing .box {
    background: #f0f0f0;
    background: #f2f2f2;
    padding: 15px;
  }
  .main-landing .image {
    width: 40%;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
  }
  .main-landing .text h2 {
    margin-top: 0;
  }

  /* Charity search page */
  .charities .col-sm-8 {
    border-right: 1px solid #e8eded;
  }
  .charities .charities-utils {
    border-top: 1px solid #e8eded;
    padding-top: 15px;
    margin-top: 15px;
  }

  /* Sidebar
     ======================================================================== */

  /* Hompage Sidebar
  ------------------ */

  /* Page Sidebar 
  -------------------------- */

  /* Side nav */

  /* Footer
     ======================================================================== */

  /*Margin bottom by footer height */
  body {
    margin-bottom: 235px;
  }
  /*body {         
  margin-bottom: 0px; }*/
  .footer {
    bottom: 0; /* Set the fixed height of the footer here */
    height: 235px;
  }
  .footer-3 {
    text-align: right;
  }
  .footer-3 .one {
    margin-left: 33px;
    padding-right: 0;
    width: 187px;
  }
  .footer-3 .one a,
  .footer-3 .two a {
    display: inline-block;
    margin-bottom: 10px;
  }
  .footer-3 .two {
    margin-bottom: 20px;
  }
  .footer-3 .three {
    margin-top: 10px;
  }
  .page-id-81 .footer {
    bottom: inherit;
  }
}

@media (max-width: 992px) {
  .container:before {
    display: block;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  /* Header
     ======================================================================== */
  .header .container {
    height: 135px;
  }
  .header-image-box {
    width: 730px;
  }
  .logo-box {
    width: 270px;
  }
  .logo-text span.it {
    margin-left: -9px;
    margin-right: 7px;
  }

  /* Navigation
     ======================================================================== */
  .nav-box {
    width: 137px;
    height: 80px;
  }
  .navbar-site .navbar-nav > li > a {
    padding: 15px 34px;
  }
  .nav-search-box {
    margin-top: -130px;
  }

  /* Content
      ======================================================================= */

  /* Homepage Content 
  ------------------- */

  /* Home 1 */

  .hm-1 {
    padding-top: 30px;
  }
  .btn-box a {
    font-size: 1.2em;
    width: 100%;
  }
  .no-break {
    display: block;
  }

  /* Page Content
  --------------- */

  /* Charity search page */

  .charities .col-md-8 {
    border-right: 1px solid #e8eded;
  }
  .charities .charities-utils {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
  .charities .charities-utils li {
    margin-right: 0;
  }
  .soc-container {
    border-bottom: 1px solid #e8eded;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  /* Sidebar
     ======================================================================== */

  /* Hompage Sidebar
  ------------------ */

  /* Page Sidebar 
  -------------------------- */

  /* Side nav */

  /* Footer
     ======================================================================== */

  .fia-footer-logo {
    float: left;
    margin-right: 20px;
  }
  .contact-details {
    overflow: hidden;
  }
  .footer-2 {
    padding-left: 50px;
  }
  .footer-3 .one {
    margin-left: 3px;
    padding-right: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  /* Header
     ======================================================================== */
  /* Navigation
     ======================================================================== */
  .nav-box {
    height: 65px;
    width: 165px;
  }
  .navbar-site .navbar-nav > li > a {
    padding: 15px 48px;
  }
  /* Content
     ======================================================================== */
  /* Homepage Content 
  ------------------- */
  /* Carousel */
  .carousel .item {
    width: 100%; /*slider width*/
    max-height: 450px; /*slider height*/
  }
  .carousel .item img {
    width: 100%; /*img width*/
  }
  /* Page Content
  --------------- */
  .soc-container {
    margin-bottom: 20px;
  }
  .charities .charities-utils li {
    margin-right: 10px;
  }
  /* news items */
  div.news-item,
  .news-article {
    clear: both;
    overflow: hidden;
  }
  /* hero */
  .dropdown-menu .dropdown_2nd_sub {
    display: none;
  }
}

@media (max-width: 767px) {
  /* ----------------- general rules for all sites -----------------------*/
  .navbar-static-top li.fb-submenu a,
  .navbar-static-top li a.dropdown-toggle {
    width: 75%;
    white-space: normal;
    display: inline-block;
  }
  .navbar-static-top .fb-submenu-arrow {
    padding: 13px 32px 8px 20px;
    float: right;
  }
  .navbar-static-top .fb-current-expanded {
    padding: 15px 33px 7px 20px;
  }
  .navbar-static-top .dropdown-menu .dropdown_2nd_sub {
    display: block;
    list-style-type: none;
  }
  .navbar-static-top .sub-arrow-new {
    width: 0;
    height: 0;
    font-size: 0px;
    border-style: solid;
    border-width: 9px 0 9px 14px;
    border-color: transparent transparent transparent #666;
  }
  .navbar-static-top .fb-current-expanded .sub-arrow-new {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 9px 0 9px; /* Change to active color */
    border-color: #00b172 transparent transparent transparent;
  }
  .navbar-static-top .nav.navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  /* --------------------- site specific rules ---------------------- */
  .navbar-static-top li.fb-expanded,
  .navbar-static-top li.fb-expanded ul {
    background-color: #f2f2f2;
  }
  .navbar-static-top ul.dropdown-menu,
  .navbar-static-top ul.dropdown_2nd_sub {
    border: none; /*border-top: 1px solid #4e4e4e;*/
  }
  .navbar-static-top .navbar-nav li a {
    border-bottom: none;
  }
  .footer .dropdown-menu li a {
    color: #fafafa;
    font-size: 14px;
  }
  .navbar-static-top .dropdown-menu li a {
    color: #fafafa;
    padding-top: 12px;
    padding-bottom: 12px;
    text-transform: uppercase;
  }
  .navbar-static-top .navbar-nav li {
    border-bottom: 1px solid #d8d6d6;
  }
  .navbar-static-top .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-static-top .navbar-nav li.fb-expanded a {
    color: #00b172; /*text-transform: uppercase;*/
  }
  .navbar-static-top .fb-submenu .sub-arrow-new {
    width: 0;
    height: 0;
    font-size: 0px;
    border-style: solid;
    border-width: 9px 0 9px 14px; /* Change to active color */
    border-color: transparent transparent transparent #00b172;
  }
  .navbar-static-top .fb-submenu .fb-current-expanded .sub-arrow-new {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 9px 0 9px;
    border-color: #00b172 transparent transparent transparent;
  }
  .dropdown-menu {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 1.1em;
    padding-left: 10px;
  }
  .navbar-nav > li > a {
    text-transform: uppercase;
  }
  .dropdown-menu > li > a {
    font-size: 1.3em; /*color: #FFF;*/
  }

  /* Adjustement for containing divs around nav a's on this site's nav */
  .nav-box {
    width: 75%;
    overflow: hidden;
    float: left;
  }
  .navbar-static-top .navbar-nav li {
    clear: both;
  }
  .navbar-static-top li.fb-submenu .nav-box a,
  .navbar-static-top li .nav-box a.dropdown-toggle {
    width: 100%;
    white-space: normal;
    display: inline-block;
  }
}
@media (min-width: 480px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* homepage Banner */
.bscarousel .item {
  text-align: center;
}
.bscarousel .owl-item img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.bscarousel .owl-next,
.bscarousel .owl-prev {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  overflow: hidden;
  text-indent: -2000px;
}
.bscarousel .owl-prev {
  background: url(images/banner-nav-left.png) no-repeat center;
}
.bscarousel .owl-next {
  background: url(images/banner-nav-right.png) no-repeat center;
  right: 0;
}
.cta-btn,
a.cta-button {
  background: #dc2f11 url(images/right-arrow.png) no-repeat right center;
  color: #fff;
  padding: 15px 50px 15px 10px;
  font-size: 20px;
  border-radius: 5px;
  border-bottom: 5px solid #a4260f;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cta-btn:hover,
a.cta-button:hover {
  text-decoration: none;
  background-color: #a4260f;
  border-color: #dc2f11;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cta-btn.large {
  text-transform: uppercase;
}
.bscarousel .carousel-caption a {
  color: #fff;
}
.bscarousel .carousel-caption a:hover {
  text-decoration-color: #00b172 !important;
}
.bscarousel .carousel-caption .btn-carousel:hover {
  text-decoration-color: #fff !important;
}

@media (min-width: 1200px) {
  .bscarousel .banner-image {
    width: 100%;
    max-height: 450px;
  }
}
@media (max-width: 1199px) {
  .bscarousel .carousel-caption h2 a {
    color: #00b172;
  }
  .bscarousel .carousel-caption h2 a:hover {
    text-decoration-color: #00b172 !important;
  }
}

/*******************about us page*************/
.wrapper .page .container {
  padding: 40px 30px;
}
.who-we-are .main p a {
  color: inherit;
}
@media (max-width: 767px) {
  .wrapper .page .container {
    padding: 40px 15px;
  }
}

.what-we-do .main h1 {
  margin-bottom: 50px;
}

.faq-s .main p.faq-ans {
  margin-bottom: 32px;
}
.faq-s .main p.faq-ans:last-child,
.faqs .main p.faq-ans:last-child {
  margin-bottom: 10px;
}
.find-a-professional-advisor table {
  padding-top: 20px;
  display: inline-block;
}

table th .right-ias,
table td .right-ias {
  text-align: left;
  padding-left: 240px;
}
@media (max-width: 991px) {
  table th .right-ias,
  table td .right-ias {
    text-align: left;
    padding-left: 140px !important;
  }
}
@media (max-width: 767px) {
  table th .right-ias,
  table td .right-ias {
    text-align: left;
    padding-left: 93px !important;
  }
  /*  body {margin-bottom: 0px;}*/
}
@media (max-width: 480px) {
  table th .right-ias,
  table td .right-ias {
    text-align: left;
    padding-left: 35px !important;
  }
}

/*****************for charities************/
.upcoming-events-training-webinars .event-wrap {
  padding-top: 42px;
  border-top: 1px solid #eee;
  margin-top: 35px;
}
.for-charities-who-we-are-86 .hfeed .main p:last-child {
  display: none;
}

.upcoming-events-training-webinars .event-wrap {
  padding-top: 42px;
}
/*.upcoming-events-training-webinars .event-desc ul {padding-left: 0;}
.upcoming-events-training-webinars .event-desc ul li { list-style: none; padding-left: 32px; position: relative; margin-bottom: 10px;}
.upcoming-events-training-webinars .event-desc ul li::before {content: "-"; position: absolute;left: 0; top: 50%; transform: translateY(-50%);}*/
.upcoming-events-training-webinars .speakers-wrap h3 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 15px;
}
.upcoming-events-training-webinars .speakers-wrap .speaker-left {
  float: left;
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.upcoming-events-training-webinars .speakers-wrap .speaker-right {
  overflow: hidden;
}
.upcoming-events-training-webinars
  .speakers-wrap
  .speaker-right
  .speaker-title {
  font-weight: 700;
}
.upcoming-events-training-webinars .speakers-wrap:nth-child(2) h3 {
  display: none;
}
.upcoming-events-training-webinars .speakers-wrap + p {
  display: none;
}
.upcoming-events-training-webinars
  .speakers-wrap
  .speaker-right
  .speaker-desc
  p
  img {
  width: 155px;
}
@media (max-width: 767px) {
  /*.upcoming-events-training-webinars .speakers-wrap .speaker-right .speaker-desc {width: 100%; display: inline-block;}
  .upcoming-events-training-webinars .speakers-wrap .speaker-right {overflow:auto; display: inline-block; }*/
}

.footer .one {
  display: inline-block;
  width: 100%;
}
.footer .one ul li,
.footer .one ul li a {
  float: left;
}
.footer .one ul li::after {
  content: "|";
  padding: 0 3px;
  color: #252525;
}
.footer .one ul li:last-child::after {
  display: none;
}
.footer .one ul {
  list-style: none;
  padding-left: 0;
}
.footer .two .list-inline li {
  font-size: 1.5em;
  color: #00b172;
  padding: 0 7px;
}
.list-inline li {
  position: relative;
}
.list-inline li.fa-social a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.find-a-charity button.btn-find:focus {
  outline: none;
}
.find-a-charity button.btn-find:hover {
  color: #ccc;
  transition: ease all 0.5s;
}
.find-a-charity .imgContent-Boxes.filter-blk {
  padding: 0 15px;
}
.find-a-charity .box,
.login .log_forms {
  max-width: 44%;
  width: 44%;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .hentry .entry-header img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 600px) {
  .make-a-will iframe {
    width: 100%;
    height: 270px;
  }
}
@media (max-width: 480px) {
  .footer a.marchone {
    width: 100%;
    padding-right: 65px;
  }
}

/****************** Menu ***************/
.top-nav .current-menu-item > a {
  background: #00b172;
  color: #fff;
  border-bottom-color: #00b172;
}
.nav-menu .current-menu-parent > a {
  background: #00b172;
  color: #fff !important;
}
.nav-menu li.current-page-ancestor > a {
  background-color: #00b172;
  color: #fff;
}
/*
.nav-menu li.sub-menu-parent > a {
  background-color: #00b172;
  color: #fff;
} */
.nav-menu li.sub-menu-parent>a {
  background-color: #223469;
  color: #fff;
}
.header .utility-nav-box ul li.fa-social {
  padding-right: 16px;
  margin-right: 5px;
}
.header .utility-nav-box ul li.fa-youtube a {
  border-right: 0px;
}

.cl-single-blog .nav-menu .cl-blog a {
  background: #00b172;
  color: #fff;
  border-bottom-color: #00b172;
}

@media (min-width: 1200px) {
  .top-nav li a {
    padding: 15px 40px;
  }
}
@media (max-width: 1199px) {
  .top-nav li a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .top-nav li a {
    padding: 15px 14px;
  }
  .header .utility-nav-box {
    float: right;
    position: inherit;
    right: 0;
    top: 0;
  }
  .header .utility-nav-box ul li {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .top-nav .current-menu-item > a,
  .top-nav .current-menu-parent > a {
    color: #fff !important;
  }
  .top-nav ul li.submenuOpened .current-menu-item a {
    color: #fff;
  }
  header .list-inline li a {
    position: inherit;
  }
}

/*************home**********/
.widget_facebook_page_plugin_widget h3,
.widget.widget_simple_facebook_page_feed_widget h3 {
  background: rgba(0, 0, 0, 0) url(images/red-arrow.png) no-repeat scroll 0 1px;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 28px;
  font-size: 1.2em;
}
@media (max-width: 1199px) {
  .carousel-caption h2 {
    font-size: 1.6em;
  }
}
@media (max-width: 991px) {
  .bscarousel .owl-prev,
  .bscarousel .owl-next {
    background-size: 55px;
    width: 25%;
  }
}
@media (max-width: 480px) {
  .bscarousel .owl-prev,
  .bscarousel .owl-next {
    height: auto;
    top: 30%;
  }
}

.login .log-form-group,
.forgot-pass-form-group {
  max-width: 350px;
}
/***********sitemap************/
.sitemap .wrapper .breadcrumb {
  padding: 0;
}
.sitemap .wrapper ul {
  padding-left: 0;
}
.sitemap .wrapper ul > li {
  font-weight: 600;
  list-style: none;
  margin: 10px 0 10px 0;
  font-size: 1em;
}
.sitemap .wrapper ul .children {
  padding-left: 40px;
}
.sitemap .wrapper ul .children li {
  font-weight: normal;
  list-style-type: square;
}

@media (max-width: 991px) {
  .find-a-charity .box,
  .login .log_forms,
  .login .log-form-group,
  .forgot-pass-form-group {
    max-width: 100%;
    width: 100%;
  }
}
/*****************404*************/
.error404 .error-content {
  text-align: center;
  padding-top: 126px;
}
.error404 .error-content h1 {
  font-size: 80px;
}
.error404 .error-content h2 {
  font-size: 35px;
  margin-top: 10px;
}
.error404 .error-content p {
  font-size: 20px;
}
#top {
  float: right;
  padding-right: 30px;
  position: relative;
}
#top .fa {
  font-size: 50px;
  color: #00b172;
  cursor: pointer;
}
.hm-news-feature .last *::selection,
.hm-news-feature .last .box {
  color: #fff;
}
.hm-news-feature .last .box * {
  color: #565656;
}
.find-a-charity .main .charity-search-wrapper {
  position: relative;
}
.find-a-charity .main .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.find-a-charity .main .loader .fa {
  margin-top: 50px;
  font-size: 30px;
  color: #00b172;
}
@media (max-width: 767px) {
  .error404 .error-content {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.cl-single-blog #comments .comment-form-comment label {
  display: block;
}
.forgotten-password .login_form h4 {
  font-weight: normal;
  text-transform: none;
}
.forgotten-password .login_form .input-group {
  padding-bottom: 10px;
}
.forgotten-password .login_form .input-group label {
  padding-right: 20px;
}
.forgotten-password .login_form .input-group input {
  border: 1px solid #e3e3e3;
  padding: 7px;
  display: block;
}
.forgotten-password .login_form .input-group .error-message {
  color: #00b172;
}
.forgotten-password .login_form .outerlogin-blk .success-message {
  color: green;
}
.forgotten-password .login_form .submit-btn input {
  margin-bottom: 5px;
}
.forgotten-password .account-section .container {
  padding: 20px 0 40px 30px;
}
.search-results .search-result-wrapper .search-result-row a + p {
  display: none;
}
.search-results .search-result-wrapper .search-result-row {
  margin-bottom: 20px;
}
.search-results .paginetion-blk .page-numbers {
  padding-left: 0;
  list-style: none;
}
.search-results .paginetion-blk .page-numbers li {
  float: left;
  padding-right: 10px;
}
.search-results .site-content {
  display: inline-block;
  padding-bottom: 40px;
}
.resetpassword_form .input-group input {
  display: block;
  max-width: 320px;
  width: 100%;
}
.resetpassword_form .submit-btn input {
  margin-top: 15px;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  .forgotten-password .account-section .container {
    padding: 20px 15px 40px 15px;
  }
}

/******************blog*******************/
.blog .blog-main-wrap > div {
  padding: 0;
}
.blog .blog-main-wrap .main h1 {
  padding-left: 15px;
}
.blog .blog-main-wrap .blog-wrap .hm-news-h2 {
  margin-bottom: 15px;
  min-height: 63px;
}
.blog .blog-main-wrap .blog-wrap a:hover {
  text-decoration: none;
}
.blog .blog-main-wrap .blog-wrap .hm-news-h2 a {
  color: #565656;
}
.blog .blog-main-wrap .blog-wrap .hm-news-h2 a:hover {
  color: #00b172;
}
.blog .blog-main-wrap .blog-wrap .box .image {
  width: 100%;
  height: 160px;
  border: none;
}
.blog .blog-main-wrap .blog-wrap .box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.blog .blog-main-wrap .blog-wrap {
  margin-bottom: 25px;
}
.blog .blog-main-wrap .blog-wrap .box .text p {
  margin-top: 15px;
}
.blog .blog-main-wrap .blog-wrap .box .text a:hover {
  color: #565656;
}

@media (max-width: 991px) {
  .blog .blog-main-wrap .blog-wrap .hm-news-h2 {
    min-height: 84px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .blog .blog-main-wrap .blog-wrap .hm-news-h2 {
    min-height: auto;
  }
  .blog .blog-main-wrap .blog-wrap {
    margin-bottom: 35px;
    height: auto !important;
  }
  .blog .blog-main-wrap .blog-wrap .box .image,
  .blog .blog-main-wrap .blog-wrap .box .image img {
    height: auto;
  }
}

/****************Blog Detail********************/
.cl-single-blog .wrapper .header-section {
  height: auto !important;
}
.cl-single-blog .wrapper .header-section .innerpage-banner {
  min-height: 430px !important;
  background-size: cover;
  height: auto !important;
}
.cl-single-blog .wrapper .page .crumb-box .breadcrumb {
  padding: 11px 0px;
  margin-bottom: 31px;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .cl-date {
  display: inline-block;
  padding: 3px 15px;
  color: #fff;
  background: #00b172;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .entry-title {
  font-size: 31px;
  margin-top: 10px;
  margin-bottom: 32px;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .entry-content h2 {
  font-size: 15px;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .entry-content
  .addtoany_share_save_container {
  text-align: center;
  margin-top: 40px;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .entry-content
  .addtoany_share_save_container
  .a2a_kit
  a {
  width: 40px;
  height: 40px;
  line-height: 50px;
  border: 1px solid #565656;
  border-radius: 50%;
  margin-right: 15px;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .entry-content
  .addtoany_share_save_container
  .a2a_kit
  a.a2a_button_google_plus {
  margin-right: 0;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .entry-content
  .addtoany_share_save_container
  .a2a_kit
  a.a2a_button_google_plus
  span {
  width: 28px !important;
  height: 27px !important;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .nav-single {
  margin-top: -56px;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .nav-single a {
  padding: 8px 26px;
  border-left: 1px solid #565656;
  border-right: 1px solid #565656;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .nav-single a[rel="next"] {
  display: inline-block;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .nav-single a[rel="prev"] {
  float: right;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .comments-area
  .form-submit {
  margin-bottom: 20px;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .comments-area {
  float: left;
  width: 100%;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .comments-area
  .comment-form-comment
  textarea {
  border-color: #efefef;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .right-content h2 {
  font-size: 31px;
  color: #565656;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .right-content ul {
  padding-left: 0;
  list-style: none;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .right-content ul li h3 a {
  font-size: 18px;
  color: #565656;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .right-content
  ul
  li
  h3
  a:hover {
  text-decoration: none;
  color: #00b172;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .right-content ul li {
  padding-bottom: 25px;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .right-content
  ul
  li
  figure {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .right-content
  ul
  li
  figure
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cl-single-blog .wrapper .page .right-sidebar-layout .right-content ul li p {
  margin-bottom: 15px;
}
.cl-single-blog
  .wrapper
  .page
  .right-sidebar-layout
  .right-content
  ul
  li
  p
  + a:hover {
  color: #565656;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .cl-single-blog .wrapper .page .right-sidebar-layout .right-content h2,
  .cl-single-blog .wrapper .page .right-sidebar-layout .entry-title {
    font-size: 27px;
  }
  .cl-single-blog .wrapper .header-section .innerpage-banner {
    min-height: 280px;
  }
}
@media (max-width: 991px) {
  .cl-single-blog .wrapper .page .right-sidebar-layout .right-content h2,
  .cl-single-blog .wrapper .page .right-sidebar-layout .entry-title {
    font-size: 23px;
  }
  .cl-single-blog
    .wrapper
    .page
    .right-sidebar-layout
    .right-content
    ul
    li
    h3
    a {
    font-size: 17px;
  }
  .cl-single-blog
    .wrapper
    .page
    .right-sidebar-layout
    .right-content
    ul
    li
    figure
    img {
    height: auto;
    max-height: 140px;
  }
}
@media (max-width: 767px) {
  .cl-single-blog .wrapper .page .right-sidebar-layout .nav-single {
    margin-bottom: 30px;
  }
  .cl-single-blog .wrapper .page .right-sidebar-layout .right-content {
    display: inline-block;
  }
  .cl-single-blog .wrapper .header-section .innerpage-banner {
    min-height: 200px !important;
  }
  .cl-single-blog
    .wrapper
    .page
    .right-sidebar-layout
    .right-content
    ul
    li
    figure
    img {
    height: auto;
    max-height: inherit;
    width: auto;
  }
  .cl-single-blog
    .wrapper
    .page
    .right-sidebar-layout
    .right-content
    ul
    li
    figure {
    height: auto;
  }
}
@media (max-width: 480px) {
  .cl-single-blog .wrapper .header-section .innerpage-banner {
    min-height: 130px !important;
  }
  .cl-single-blog
    .wrapper
    .page
    .right-sidebar-layout
    .comments-area
    .comment-form-comment
    textarea,
  .cl-single-blog .wrapper .page .right-sidebar-layout .comments-area p input {
    width: 100%;
  }
  .cl-single-blog .wrapper .page .right-sidebar-layout .nav-single {
    margin-top: 0;
  }
  .cl-single-blog
    .wrapper
    .page
    .right-sidebar-layout
    .right-content
    ul
    li
    figure
    img {
    width: 100%;
  }
}

/* .solicitor-form {
  margin-top: 20px;
} */

#postcode.form-control.solicitor-control {
  height: 40px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555 !important;
}

#search-area.form-control.solicitor-control {
  height: 40px !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555 !important;
}

.gform_wrapper {
  font-family: "mr-eaves-xl", sans-serif;
  color: #565656;
}

.gform_wrapper h2 {
  display: inline;
  font-weight: bold !important;
  text-transform: none;
}

.gform_wrapper p {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500 !important;
}

.gform_footer input[type="submit"],
.gform_footer input[type="submit"]:hover {
  background: rgba(0, 0, 0, 0) url("images/btn-find.png") no-repeat scroll 0 0;
  color: #fff !important;
  display: block !important;
  font-size: 15px !important;
  height: 42px !important;
  line-height: 21px !important;
  padding: 0 !important;
  width: 85px !important;
  font-weight: bold !important;
  border: none !important;
  padding: 0 15px 0 0 !important;
  text-transform: none !important;
}

.gfield_checkbox li input[type="checkbox"] {
  margin: 0px !important;
}

.ginput_container input[type="text"],
.ginput_container input[type="email"],
.gfield_select {
  display: block !important;
  width: 100% !important;
  height: 40px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555 !important;
}

.ginput_container input[type="text"]:focus,
.ginput_container input[type="email"]:focus,
.gfield_select:focus {
  border-color: #66afe9 !important;
  outline: 0 !important;
}

.gform_confirmation_wrapper {
  font-family: "mr-eaves-xl", sans-serif !important;
  color: #00b172 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 30px !important;
}

.postcode-box {
  font-size: 24px;
  font-weight: 500;
}

.area-box {
  font-weight: 500;
}

.search-main-wrapper {
  margin-top: 20px;
}

.search-title {
  font-weight: 500;
  display: inline;
  padding-right: 12rem !important;
  text-transform: none;
}

@media (min-width: 768px) {
  .col-sm-3.search-add {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .search-result-wrapper {
    font-size: 16px !important;
  }
  .search-info {
    padding: 0 !important;
  }
}

@media (max-width: 425px) {
  .search-title {
    font-weight: 500;
    display: inline;
    padding-right: 7rem !important;
    text-transform: none;
  }

  a.search-new {
    float: none !important;
  }

  .search-result-wrapper {
    text-align: center;
  }

  .kilometres {
    padding-top: 0 !important;
  }
}

@media (max-width: 375px) {
  .search-title {
    font-weight: 500;
    display: inline;
    padding-right: 10rem !important;
    text-transform: none;
  }

  a.search-new {
    float: right !important;
  }
}

@media (max-width: 320px) {
  .search-title {
    font-weight: 500;
    display: inline;
    padding-right: 7rem !important;
    text-transform: none;
  }

  a.search-new {
    float: right !important;
  }
}

a.search-new {
  float: right;
}

.search-new {
  font-weight: 500;
  text-decoration: underline;
}

.header-line > hr {
  margin-top: 8px !important;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #000000 !important;
}

.result-line > hr {
  margin-top: 20px !important;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #000000 !important;
}

.search-result-wrapper {
  font-size: 18px;
}

.kilometres {
  font-weight: 500;
  text-transform: none;
  padding-top: 5rem;
}

span.fa-envelope,
.fa-phone,
.fa-globe {
  padding: 0px 7px 1px 9px;
}

.solicitor-name {
  text-decoration: underline;
  color: #00b172;
  font-weight: bold;
}

.solicitor-addtitle {
  text-decoration: underline;
  font-weight: bold;
}

.solicitor-directions {
  text-decoration: underline;
  color: #00b172;
}

.no-result {
  display: none;
}

li.page_item.page-item-1350.page_item_has_children.current_page_ancestor.current_page_parent {
  background: #e8eded;
}
li.page_item.page-item-1601.page_item_has_children.current_page_ancestor.current_page_parent {
  background: #e8eded;
}

.find-solicitor .search-header-wrapper {
  margin-top: 20px;
}

a.premium-product-button {
  background: #00b172;
}

.create-your-will-now a.premium-product-button,
.page-template-tpl-home a.premium-product-button {
  background: none !important;
}

.page-template-tpl-home div#page::after {
  background: none !important;
}

#subnav .children a {
  color: #00b172 !important;
  background: #fff !important;
}

a.Hierarchically.cl-active:hover,
a.Hierarchically.cl-active:focus,
a.Hierarchically.cl-active,
a.Alphabetically.cl-active:hover,
a.Alphabetically.cl-active:focus,
a.Alphabetically.cl-active {
  color: #00b172 !important;
  text-decoration: underline;
}

.top-nav li a:hover,
.top-nav li a:focus {
  border-color: #223469 !important;
  color: #fff !important;
  background: #223469 !important;
}

.nav-menu li.current-page-ancestor > a {
  background-color: #223469 !important;
  color: #fff;
}

.top-nav .current-menu-item > a,
.nav-menu .current-menu-parent > a {
  background: #223469 !important;
  color: #fff;
  border-bottom-color: #223469 !important;
}

#menu-item-1712 > a {
  color: #fff !important;
  background: #00b172;
}

.fa.fa-facebook:before,
.fa-twitter:before,
.fa.fa-linkedin:before,
.fa-youtube:before {
  color: #00b172;
}

/** HEADER **/
@media (min-width: 992px) {
	.nav-search-box {
		margin-top: -125px;
	}
}

/** HOME **/
.hm-1 h2 {
  padding-left: 25px;
}

/** FOOTER **/

.footer {
  color: #fff;
  background: rgb(0, 176, 117);
  background: linear-gradient(
    130deg,
    rgba(0, 176, 117, 1) 28%,
    rgba(34, 52, 105, 1) 100%
  );
  border-top: none;
}

.footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.footer a:hover,
.footer a:active {
  /* color: #223469; */
  border-bottom-color: #223469;
}

.footer::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 250px;
  height: 300px;
  background: url(assets/img/page_watermark.png) no-repeat right bottom;
  content: " ";
  background-size: contain;
  z-index: 0;
  opacity: 0.5;
}
.footer .one ul li a {
  margin: 0 5px;
}
.footer .one ul li::after {
  color: rgba(255, 255, 255, 0.5);
}
.footer-social a {
  border: none;
}
.footer-social .fa-social::before {
  transition: all 0.5s;
}
.footer-social a:hover .fa-social::before,
.footer-social a:active .fa-social::before {
  color: #fff !important;
}

#top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  float: none;
}

@media (min-width: 992px) {
	.fia-footer-logo {
		float: left;
		margin-right: 20px;
		max-width:120px;
	}	
}

.footer .sponsors a {
	border-bottom:none;
}
.footer .sponsors a img {
	width:80px;
	height:auto;
}

.footer img {
	image-rendering: -moz-crisp-edges; /* Firefox */
	image-rendering: -o-crisp-edges; /* Opera */
	image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

#login h1 a, .login h1 a {
  background-size: contain !important;
}

.footer-logo-link{
  border-bottom: 0px solid rgba(255, 255, 255, 0.5)!important;
}


@media (max-width: 991px){
  .footer {
      height: auto;
  }
  .footer-social .fa.fa-facebook:before, .footer-social .fa-twitter:before, .footer-social .fa.fa-linkedin:before, .footer-social .fa-youtube:before {
    color: #fff;
}
}

@media (min-width: 768px){
  .top-nav {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.postid-447 .logo-container img {
	image-rendering: -webkit-optimize-contrast;
}

.postid-449 .logo-container img {
	image-rendering: -webkit-optimize-contrast;
}

.list_carousel{
  height: auto !important;
}

/*
@media screen and (min-width: 768px){
  .cta-right .carousel-caption{
    width: auto;
    left:auto;
  }
}

@media screen and (max-width: 991px){
  .cta-right .carousel-caption{
    right:5%;
  }
}

@media screen and (min-width: 1200px){
  .cta-right .carousel-caption{
    right:11%;
  }
}

@media screen and (min-width: 1500px){
  .cta-right .carousel-caption{
    right:14%;
  }
}

@media screen and (min-width: 2500px){
  .cta-right .carousel-caption{
    right:23%;
  }
}

*/