/*!
Theme Name: Graphene Blog
*/

@charset "UTF-8";

/* Main CSS File */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");
/* font-family: 'Poppins', sans-serif; */
/*--------------------- 1.General Styles ---------- */


body {
  font: "Poppins", sans-serif;
  
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
p {
    margin-bottom: 20px !important;
}
input,
textarea,
button,
select {
  border: none;
}

input,
textarea,
select {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0 30px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: #1d2122;
}

textarea {
  height: 187px;
  padding-top: 20px;
  resize: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #a5a5a5;
  background: #f3f3f3 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>") no-repeat;
  background-position: right 30px top 50%;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #333;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #a5a5a5;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #a5a5a5;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #a5a5a5;
}

::placeholder {
  opacity: 1;
  color: #a5a5a5;
}

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #1d2122;
}

.input-group {
  position: relative;
}

.input-group input,
.input-group textarea,
.input-group select {
  padding-right: 45px;
  padding-left: 25px;
}

.input-group .icon {
  position: absolute;
  right: 25px;
  font-size: 14px;
  color: #246cb7;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.input-group.textarea .icon {
  top: 20px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slick-slide img {
  display: inline-block;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Rajdhani", sans-serif;*/
  font-weight: 700;
  margin: 0px;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #1d2122;
}

.social-links > ul {
  margin: 0px;
  list-style-type: none !important;
}

.pr-0
{
	padding-right:0px;
}

p {
  margin: 0px;
}


/* .entry-content > ul,
ol,li {
  margin: 0px;
  padding-inline-start: 20px;
	list-style:disc !important;
  
} */

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a, a:hover {
  color:blue;
}

/*=======  Common Classes  =======*/
@media (min-width: 1600px) {
  .container-1500 {
    max-width: 1530px;
  }
}

@media (min-width: 1350px) and (max-width: 1599px) {
  .container-1500 {
    max-width: 1330px;
  }
}

@media (min-width: 1350px) {
  .container-1320 {
    max-width: 1350px;
  }
}

.main-btn {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 45px;
  background-color: #246cb7;
  color: #fff;
  line-height: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 575px) {
  .main-btn {
    padding: 0 40px;
    line-height: 55px;
    height: 55px;
    font-size: 15px;
  }
}

.main-btn .icon {
  margin-left: 10px;
}

.main-btn .icon-left {
  margin-right: 10px;
}

.main-btn:hover {
  color: #fff;
  background-color: #1d2122;
}

.main-btn.main-btn-2 {
  border: 2px solid #f1f1f1;
  /*background-color: transparent;*/
}

.main-btn.main-btn-2:hover {
  color: #fff;
  background-color: #1d2122;
  border-color: #1d2122;
}

.main-btn.main-btn-3 {
  background-color: #fff;
}

.main-btn.main-btn-3:hover {
  background-color: #1d2122;
  color: #fff;
}

.main-btn.main-btn-4 {
  color: #fff;
  background-color: #1d2122;
}

.main-btn.main-btn-4:hover {
  background-color: #246cb7;
  color: #1d2122;
}

.section-title .title-tag {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 15px;
}

.section-title .title {
  font-size: 50px;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
}

@media (max-width: 1199px) {
  .section-title .title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .section-title .title {
    font-size: 32px;
  }
}

.section-title .title span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #1d2122;
  opacity: 0.2;
}

.section-title p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  line-height: 1.4;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .section-title p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .section-title p {
    font-size: 17px;
  }
}

.section-title.white-color .title,
.section-title.white-color p {
  color: #fff;
}

.section-title.white-color .title span {
  -webkit-text-stroke: 1px #fff;
  opacity: 0.4;
}

.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section-gap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section-gap-bottom {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .section-gap-bottom {
    padding-bottom: 90px;
  }
}

.section-gap-top {
  padding-top: 120px;
}

@media (max-width: 767px) {
  .section-gap-top {
    padding-top: 90px;
  }
}

.section-gap-less-top {
  padding-top: 80px;
  padding-bottom: 120px;
}

.section-gap-less-bottom {
  padding-top: 120px;
  padding-bottom: 80px;
}

.grey-bg {
  background-color: #f4f9fa;
}

.smoke-bg {
  background-color: #f6f6f6;
}

.dark-bg {
  background-color: #1d2122;
}

.border-top {
  border-top: 2px solid #efefef !important;
}

.body-clippy-shape {
  position: absolute;
  z-index: -1;
  width: 100%;
  background-color: #246cb7;
  -webkit-clip-path: polygon(65% 0, 0 0, 0 100%);
          clip-path: polygon(65% 0, 0 0, 0 100%);
  height: 2085px;
}

@media (max-width: 1349px) {
  .body-clippy-shape {
    -webkit-clip-path: polygon(70% 0, 0 0, 0 100%);
            clip-path: polygon(70% 0, 0 0, 0 100%);
    height: 1600px;
  }
}

@media (max-width: 767px) {
  .body-clippy-shape {
    -webkit-clip-path: polygon(60% 0, 0 0, 0 100%);
            clip-path: polygon(60% 0, 0 0, 0 100%);
    height: 1500px;
  }
}
/* 
/*======= Preloader =======
div#preloader {
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1d2122;
  z-index: 9999999;
}

div#preloader .line {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  width: 60px;
  height: 4px;
  background: #fff;
  -webkit-animation: spin 1.5s infinite ease;
          animation: spin 1.5s infinite ease;
}

div#preloader .line:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

div#preloader .line:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

div#preloader .line:nth-of-type(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
} */

/*=======  Utilitis =======*/
.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*======= Header =======*/
header {
  /*position: fixed;*/
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
}

header .header-nav {
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

header .nav-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 50px;
  background-color: #fff;
  width: calc(100% - 330px);
}

@media (max-width: 1349px) {
  header .nav-container {
    width: calc(100% - 270px);
    padding: 0px 40px;
  }
}

@media (max-width: 1199px) {
  header .nav-container {
    width: calc(100% - 240px);
    padding: 0px 30px;
  }
}

@media (max-width: 991px) {
  header .nav-container {
    width: 100%;
    padding: 15px 20px;
  }
}

header .nav-container .navbar-toggler {
  border: 1px solid #1d2122;
  background-color: transparent;
  cursor: pointer;
  display: none;
  padding: 15px;
  margin-left: 30px;
}

header .nav-container .navbar-toggler span {
  position: relative;
  background-color: #1d2122;
  border-radius: 0;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}

header .nav-container .navbar-toggler span:first-child {
  margin-top: 0;
}

header .nav-container .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}

header .nav-container .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

header .nav-container .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}

@media (max-width: 991px) {
  header .nav-container .navbar-toggler {
    display: block;
  }
}

header .nav-container .menu-items {
  position: relative;
}

@media (max-width: 991px) {
  header .nav-container .menu-items {
    display: none;
  }
}

header .nav-container .menu-items li {
  display: inline-block;
  position: relative;
}

header .nav-container .menu-items li a {
  color: #1d2122;
  padding: 0 15px;
  margin: 0 10px;
  line-height: 100px;
  position: relative;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 1349px) {
  header .nav-container .menu-items li a {
    margin: 0px 5px;
    padding: 0px 10px;
  }
}

@media (max-width: 1199px) {
  header .nav-container .menu-items li a {
    margin: 0px 5px;
    padding: 0px 5px;
    font-size: 15px;
  }
}

header .nav-container .menu-items li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

header .nav-container .menu-items li:last-child a {
  padding-right: 0;
  margin-right: 0;
}

header .nav-container .menu-items li .dd-trigger {
  font-weight: 400;
  position: absolute;
  right: 5px;
  display: block;
  color: #246cb7;
  top: 48%;
  font-size: 16px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1349px) {
  header .nav-container .menu-items li .dd-trigger {
    right: 0;
  }
}

@media (max-width: 1199px) {
  header .nav-container .menu-items li .dd-trigger {
    font-size: 14px;
    right: -2px;
  }
}

header .nav-container .menu-items li .submenu {
    position: absolute;
    left: 0;
    top: 110%;
    width: 271px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

header .nav-container .menu-items li .submenu li {
  display: block;
}

header .nav-container .menu-items li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .nav-container .menu-items li .submenu li a {
  display: block;
  padding: 8px 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px !important;
  color: #1d2122;
}

header .nav-container .menu-items li .submenu li a:hover {
  background-color: #246cb7;
  color: #fff !important;
}

header .nav-container .menu-items li .submenu li .submenu {
  left: 100%;
  top: 50%;
}

header .nav-container .menu-items li .submenu li:hover .submenu {
  top: 0;
}

header .nav-container .menu-items li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .nav-container .menu-items li.current a {
  color: #246cb7;
}

@media (max-width: 575px) {
  header .nav-container .serach-wrap {
    display: none;
  }
}

header .nav-container .serach-wrap .search-icon {
  color: #1d2122;
  font-size: 20px;
}

header .nav-container .serach-wrap .search-icon.search-on i::before {
  content: "\f00d";
}

header .nav-container .serach-wrap .search-form {
  position: absolute;
  top: 110%;
  right: 0;
  width: 360px;
  height: auto;
  z-index: 9;
  background-color: #fff;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  visibility: hidden;
  opacity: 0;
}

header .nav-container .serach-wrap .search-form form {
  position: relative;
}

header .nav-container .serach-wrap .search-form form input {
  background-color: #f0f4f7;
  font-size: 12px;
  height: 60px;
  padding: 0 65px 0 25px;
}

header .nav-container .serach-wrap .search-form form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #246cb7;
  font-size: 14px;
  border: none;
}

header .nav-container .serach-wrap .search-form.search-on {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

header .contact-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: 300px;
  background-color: #246cb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1349px) {
  header .contact-btn {
    width: 250px;
  }
}

@media (max-width: 1199px) {
  header .contact-btn {
    width: 220px;
  }
}

@media (max-width: 991px) {
  header .contact-btn {
    display: none;
  }
}

header .contact-btn .contact-info {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding-left: 38px;
  color:#fff;
}

header .contact-btn .contact-info i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
}

header .contact-btn .contact-info .info {
  display: block;
  font-size: 30px;
  margin-top: 5px;
}

@media (max-width: 1349px) {
  header .contact-btn .contact-info .info {
    font-size: 24px;
  }
}

header .mobile-menu {
  background-color: #1d2122;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 99;
  width: 300px;
  height: 100%;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
  padding: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}

header .mobile-menu.menu-on {
  left: 0;
  opacity: 1;
  visibility: visible;
}

header .mobile-menu .site-logo {
  padding: 40px 25px 30px;
}

header .mobile-menu .menu-items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .mobile-menu .menu-items ul li {
  display: block;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header .mobile-menu .menu-items ul li a {
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

header .mobile-menu .menu-items ul li .submenu {
  display: none;
}

header .mobile-menu .menu-items ul li .submenu li a {
  font-size: 14px;
  margin-left: 20px;
}

header .mobile-menu .menu-items ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}

header .mobile-menu .menu-items ul li .dd-trigger i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

header .mobile-menu .menu-items ul li .dd-trigger.open i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

header .mobile-menu .menu-items ul li.current {
  border-left: 2px solid #246cb7;
}

header .mobile-menu .navbar-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 12;
}

header .mobile-menu .navbar-close .cross-wrap {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: relative;
}

header .mobile-menu .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}

header .mobile-menu .navbar-close .cross-wrap span:first-child {
  top: 12px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

header .mobile-menu .navbar-close .cross-wrap span:last-child {
  bottom: 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

header .mobile-menu .contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 80%;
  margin: 50px auto 0;
  height: 75px;
}

header.header-two {
  position: relative;
}

header.header-two .header-nav .nav-container {
  padding-left: 0;
  background-color: transparent;
}

header.header-two .header-nav .nav-container .menu-items li .submenu a:hover {
  background-color: #1d2122;
  color: #fff;
}

header.header-two .header-nav .nav-container .menu-items li .dd-trigger {
  color: #1d2122;
}

header.header-two .header-nav .contact-btn {
  background-color: #f8f8f8;
}

header.header-three {
  position: relative;
  border-bottom: 2px solid #f0f0f0;
}

header.header-three .header-nav .nav-container {
  background-color: transparent;
  width: 100%;
  padding: 0;
}

header.header-three .header-nav .nav-container .menu-items ul li a {
  line-height: 90px;
}

header.header-three .header-nav .nav-container .off-canvas-btn,
header.header-three .header-nav .nav-container .search-icon {
  height: 90px;
  width: 80px;
  text-align: center;
  line-height: 90px;
  color: #1d2122;
  font-size: 18px;
  border-left: 2px solid #f0f0f0;
}

@media (max-width: 991px) {
  header.header-three .header-nav .nav-container .off-canvas-btn,
  header.header-three .header-nav .nav-container .search-icon {
    height: 80px;
    line-height: 80px;
  }
}

header.header-three .header-nav .nav-container .navbar-toggler {
  height: 80px;
  width: 80px;
  text-align: center;
  border: none;
  border-left: 2px solid #f0f0f0;
  border-right: 2px solid #f0f0f0;
  padding: 0;
  border-radius: 0;
  line-height: 80px;
  margin: 0;
}

header.header-three .header-nav .nav-container .off-canvas-btn {
  border-right: 2px solid #f0f0f0;
}

@media (min-width: 1200px) {
  header.header-three .header-nav .nav-container .nav-left .site-logo {
    margin-right: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.header-three .header-nav .nav-container .nav-left .site-logo {
    margin-right: 100px;
  }
}

header.sticky-header.sticky-on {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
}

header.sticky-header.sticky-on .nav-container,
header.sticky-header.sticky-on .contact-btn {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

header.sticky-header.sticky-on .contact-btn {
  height: 80px;
}

header.sticky-header.sticky-on .nav-container .menu-items li a {
  line-height: 80px;
}

header.sticky-header.sticky-on.header-three {
  background-color: #fff;
}

header.sticky-header.sticky-on.header-three .nav-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

header.sticky-header.sticky-on.header-three .nav-container .menu-items li a {
  line-height: 80px;
}

header.sticky-header.sticky-on.header-three .nav-container .off-canvas-btn,
header.sticky-header.sticky-on.header-three .nav-container .search-icon,
header.sticky-header.sticky-on.header-three .nav-container .navbar-toggler {
  height: 80px;
  line-height: 80px;
}

/*======= Off Canvas menu =======*/
.off-canvas-items {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 400px;
  background-color: #1d2122;
  top: 0;
  padding: 60px 50px 50px;
  z-index: 999;
  font-size: 15px;
  color: #fff;
  margin-right: -400px;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.off-canvas-items .contact-block-title {
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
}

.off-canvas-items .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}

.off-canvas-items .social-icons a {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0px 4px;
}

.off-canvas-items .social-icons a:hover {
  background-color: #fff;
  color: #1d2122;
}

.off-canvas-items .canvas-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #fff;
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  padding: 15px;
}

.off-canvas-items.off-canvas-show {
  margin-right: 0;
}

.off-canvas-items.off-canvas-show .canvas-close {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.canvas-overly {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #1d2122;
  z-index: 998;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.canvas-overly.off-canvas-show {
  visibility: visible;
  opacity: 0.3;
}


/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

blockquote {
	margin: 1.5rem;
	padding: 20px;
	border: 1px solid #ccc;
}
blockquote p {
    color: #999;
    margin-bottom: 0;
    font-family: "Georgia";
    font-size: 1rem;
    line-height: 1.4;
    font-style: italic;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e8e8e8;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
	color:#333
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* tables */
table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
}
table thead th,  
table thead td {
	color: #222;
	background: #e6e6e6;
}
caption, th {
    font-size: 0.813rem;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
th, td {
    padding: 8px 12px;
}
tr:nth-child(odd) {
    background-color: #f5f5f5;
}

/*--------------------------------------------------------------
7.0 Posts and Pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.featured {
    background-color: #000;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.page-header {
    margin-top: 0;
}
.hentry {
	    margin: 0 0 3rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 3rem;
}
.byline,
.comments-link,
.edit-link {
	margin: 0 4px;
}
.entry-footer .edit-link {
    margin: 0;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-title {
	font-size: 1.625rem;
	margin-bottom: 14px;
}
.single .entry-title {
    font-size: 1.5rem;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 14px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.cat-links,
.tags-links {
    display: block;
	text-transform: uppercase;
}
.wp-post-image {
	margin-bottom: 20px;
  border-radius: 15px
}
.single h2{
  font-size: 1.2rem;
    padding-top: 20px;
    padding-bottom: 10px;
}
.single h3{
  font-size: 1.2rem;
  padding-top: 24px;
  padding-bottom: 6px;
  font-weight: 600;
}
.entry-meta a{
  color: #246cb7;
    font-weight: 800;
    font-size: 16px;
}
/* Blog Left and Right Featured styles */ 
.left-featured header,
.right-featured header, 
.left-featured .entry-content,
.right-featured .entry-content {
    margin: 0;
}
.left-featured .entry-content,
.right-featured .entry-content {
    margin-top: 14px;
}
.left-featured .wp-post-image,
.right-featured .wp-post-image, .left-featured .video video, .right-featured .video video {
	max-width: 100%;
	float: none;
	margin: 0 auto 20px;
}
.left-featured .entry-title,
.right-featured .entry-title {
    font-size: 1.375rem;
}
.left-featured .featured,
.right-featured .featured {
    font-size: 0.813rem;
	line-height:1;
    padding: 2px 16px;
    bottom: 4px;
}

/* Top right featured + Top left featured + Top left and right featured */ 
.top-featured-left .featured,
.top-featured-right .featured {
    font-size: 0.813rem;
	line-height:1;
    padding: 3px 16px;
    bottom: 5px;
}
.top-featured-left .entry-title,
.top-featured-right .entry-title {
    font-size: 1.438rem;
}


/* Top left and right featured */ 
.top-left-right-featured .entry-title {
	font-size: 1.313rem;	
}
.top-left-right-featured .featured {
    font-size: 0.75rem;
	line-height:1;
    padding: 4px 16px 2px;
    bottom: 4px;
}

/* Blog Top Centered Featured image */
.top-featured-centered header, 
.top-featured-centered .entry-content {
    max-width: 80%;
    margin: auto;
    text-align: center;
}
.top-featured-centered .entry-content {
	margin-top: 14px;
}
.top-featured-centered .entry-title {
	font-size:1.5rem;
}
.top-featured-centered .featured {
    display: inline-block;
    padding: 2px 16px;
    margin-bottom: 16px;
}
.top-featured-centered .wp-post-image {
    display: block;
    margin-left: auto;
	margin-right: auto;
}

/* Grid Layout Custom CSS */
.grid-container {
	
}
.grid-container ul {
	list-style:none;
	margin:0;
	padding:0;
}
.grid-style .hentry {
    text-align: center;
}
.grid-style .entry-title {
	font-size: 1.125rem;
}
.grid-style .featured {
    font-size: 0.75rem;
    line-height: 1;
    padding: 4px 16px 3px;
    margin-bottom: 16px;
}

/* Grid  and Masonry Layout  */
.masonry-style.page-header,
.grid-style.page-header {
	width: 90%;
	margin: 0 auto 40px;
}
.masonry-style .page-title, 
.grid-style .page-title,
.masonry-style .category-description,
.grid-style .category-description {
    text-align: center;
}

/* Masonry Layout */
#grid {
	margin: 0 -15px;
}
#posts { 
	margin: 0 auto; 
}
.masonry-style .entry-title {
    font-size: 1.25rem;
}
.masonry-style .featured {
    font-size: 0.75rem;
    line-height: 1;
    padding: 4px 16px 3px;
    margin-bottom: 16px;
}
.masonry-style .box {
  width: 100%;
  padding:  0 15px;
  display: inline-block;
  vertical-align: top;
}

.masonry-container {
	padding: 0 20px;
}

body.error404 .site-content {
	padding-top: 10px;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 48em) {
  .masonry-style .box { width: 45%;  }
  	.masonry-container, .grid-container {
		padding: 0 20px;
	}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 62em) {
  .masonry-style .box { width: 32.5%; }
  .masonry-container, .grid-container {
	padding: 0 100px;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 75em) { 
  .masonry-style .box { width: 32.5%; }
  .masonry-container, .grid-container {
	padding: 0 110px;
	}
}

/*--------------------------------------------------------------
7.1 Aside Post Format
--------------------------------------------------------------*/
/* .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.format-aside,
.masonry-style .format-aside,
.grid-style .format-aside {
	margin-bottom: 40px;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.aside-wrapper {
    padding: 1.125rem 1.125rem 0;
}
.format-aside {
    background-color: #f5f5f5;
}
.top-featured-center .format-aside {
    text-align: center;
}
.single .format-aside {
    background-color: transparent;
}
.left-featured .format-aside header, 
.left-featured .format-aside .entry-content,
.right-featured .format-aside header, 
.right-featured .format-aside .entry-content  {
    margin-left: 0;
	margin-right: 0;
} */

/*--------------------------------------------------------------
7.2 Quote Post Format
--------------------------------------------------------------*/
/* .format-quote blockquote,
.format-quote .entry-footer {
	margin:0;
	padding:0;
	text-align: center;
}
.format-quote {
	background-color: #c4bf9f;
}
.masonry-style .format-quote,
.grid-style .format-quote {
	margin-bottom: 40px;
}
.format-quote .featured-image {
	background-size: cover;
	background-position:center;
}
.format-quote-overlay {
	width:100%;
	height: 100%;
	margin: auto;
	background-color:rgba(0,0,0,0.30);
}
.format-quote .entry-title {
    display: block;
	margin: 0;
}
.top-centered-featured .format-quote .entry-title {
	text-align: center;
}
.quote-wrapper {
	padding: 60px 40px;
}
.format-quote .entry-title,
.format-quote p,
.format-quote a {
	color: #fff;
}
.quote-wrapper p {	
	font-family: Arial, Helvetica, Arial, sans-serif;
    font-size: 0.938rem;
	font-style: italic;
	margin-bottom: 0;
	padding:0;
	border: none;
}
.format-quote cite {
    font-size: 0.75rem;
    display: block;
    margin-top: 5px;
}
.format-quote cite:before {
    content: "\2014 \2009";
}
.single .format-quote {
    background-color: transparent;
}
.single .format-quote .entry-title,
.single .format-quote p,
.single .format-quote a {
	color: inherit;
}
.single .format-quote .entry-title,
.single .format-quote blockquote,
.single .format-quote .entry-footer {
	text-align: left;
}
.single blockquote p {
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-style: normal;
	padding:0;
}
.left-featured .format-quote header, 
.left-featured .format-quote .entry-content,
.right-featured .format-quote header, 
.right-featured .format-quote .entry-content  {
    margin-left: 0;
	margin-right: 0;
}
.masonry-style .format-quote .entry-title,
.masonry-grid .format-quote .entry-title {
    text-align: center;
} */

/*--------------------------------------------------------------
7.3 Image Post Format
--------------------------------------------------------------*/
.format-image .featured-image {
	    padding: 60px 20px;
	background-size: cover;
	background-position:center;
}
.format-image .post-date span {
	background: none;
}
.format-image,
.masonry-style .format-image {
	margin-bottom: 40px;
	    text-align: center;
		color: #fff;
}

.format-image .post-date,
.format-image .post-date a,
.format-image .more-link,
.format-image .more-link:visited {
	color: #d8d8d8;
}
.format-image .entry-title,
.format-image .post-date {
	text-align: center;
	margin-bottom: 5px;
}
.single-format-image .entry-title {
    text-align: left;
}
.format-image .entry-title a,
.grid-style .format-image .entry-title a {
    color: #fff;
}

.format-image .entry-title a:hover,
.format-image .more-link:hover,
.grid-style .format-image .entry-title a:hover {
	color: #ccc;
}
.format-image-overlay {
	width:80%;
	margin: auto;
	padding: 30px;
	background-color:rgba(0,0,0,0.40);
}
.format-image .more-link-wrapper {
	margin: 0 auto;
}
.format-image .entry-footer {
	margin:0;
}
.inner{
        background-color: #246cb7;
    max-width: fit-content;
    padding: 10px 20px;
    margin: auto;
    border-radius: 28px;
    color: white;
}
.more-link {
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-family: 'Livvic';
    border-radius: 8px;
    background: #246cb7;
	font-size:14px;
}
.single-format-image .right-column .format-image,
.single-format-image .left-column .format-image,
.single-format-image .format-image {
	color: #6e6e6e;
	text-align: left;
}
.grid-style .format-image {
	color: #6e6e6e;
}
.left-featured .format-image header,
.left-featured .format-image .entry-content,
.right-featured .format-image header,
.right-featured .format-image .entry-content,

.top-left-featured .format-image header,
.top-left-featured .format-image .entry-content,
.top-right-featured .format-image header,
.top-right-featured .format-image .entry-content,
.grid-style .format-image header,
.grid-style .format-image .entry-content,
.masonry-style .format-image header,
.masonry-style .format-image .entry-content {
	margin: 0;
}


/*--------------------------------------------------------------
7.4 Gallery Post Format
--------------------------------------------------------------*/
#gallery-header {
	max-width: 1036px;
	margin: 0 auto 50px;
	text-align: center;
}
#format-gallery-outer {
    text-align: center;
}
#format-gallery-inner {
	margin: auto;
}
#landing-gallery {
	text-align: center;
}
.format-gallery {
	display: inline-block;
	/*float: left;*/
	margin: 0 -2px;
}
.single-format-gallery .entry-header,
.single-format-gallery .entry-content {
	text-align: center;
}

.format-gallery .gallery-thumbnail-wrapper {
    position: relative;
	display: inline-block;
}
.gallery-thumbnail-wrapper img { /* for firefox responsive images in a container */
    width: 100%;
}
.format-gallery .wp-post-image,
.single-format-gallery .wp-post-image {
	display: block;
	margin:0;
}
.single-format-gallery .format-gallery {
    width: 100%;
}
.single-format-gallery .wp-post-image {
	margin:0 auto;
}
.single-format-gallery .featured-image-wrapper {
    text-align: center;
    background-color: #303030;
    padding: 10px;
    margin-bottom: 32px;
}
.format-gallery .format-gallery-overlay, 
.format-gallery .format-gallery-overlay a,
.format-gallery .format-gallery-overlay a:visited,
.format-gallery .format-gallery-overlay a:hover {
	color: #fff;
}
.format-gallery .format-gallery-overlay {
    font-size: 14px;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background-color:rgba(0,0,0,0.5);
	background-color: #b3ad89;
    top: 0;
	color: #fff;
    text-align: center;
    box-sizing: border-box;
    z-index: 4;
    opacity: 0;
	-webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.format-gallery .format-gallery-overlay:hover {
	opacity: 1;
}
.format-gallery .text-outer {
    display: table;
    width: 100%;
    height: 100%;
}
.format-gallery .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.format-gallery .entry-title {
	font-size: 1.25rem;
}
.single-format-gallery .entry-title {
    font-size: 1.5rem;
}
.format-gallery .overlay-category {
	font: normal 1rem/1.5 "Bad Script", Georgia, serif;
}
.format-gallery .text-separator {
    width: 0;
	margin: 10px auto;
    display: block;
    height: 1px;
    background: #fff;
    border-bottom: 0;
    transition: width .3s .1s;
    -webkit-transition: width .3s .1s;
}
.format-gallery .format-gallery-overlay:hover .text-separator {
    width: 75px;
}

.gallery-pagination {
    display: block;
    width: 300px;
    margin: 40px auto;
}
.gallery-pagination .post-nav-newer {
    float: none;
    margin-left: 20px;
}
.gallery-pagination .post-nav-older {
    float: none;
	 margin-right: 20px;
}
.gallery-pagination .post-nav-older:after, 
.gallery-pagination .post-nav-newer:before {
    content: "";
}
.gallery-pagination .post-nav-older:before, 
.gallery-pagination .post-nav-newer:after {
    font-family: FontAwesome;
    font-size: 0.813rem;
    content: "\f100";
    margin-right: 5px;
}

.gallery-pagination .post-nav-newer:after {
    content: "\f101";
    margin: 0 0 0 5px;
}

/*--------------------------------------------------------------
8.0 Comments
--------------------------------------------------------------*/
.comments-title {
    font-size: 1.25rem;
}
.comments-title span {
    font-style: italic;
}
.comment {
    padding: 0;
}
.comment p {
	margin: 0 0 1.5rem;
}
.comment-info p {
    margin-bottom: 14px;
}
.comment-list{
	list-style: none;
	position: relative;
	z-index: 2;
	padding: 0;
	margin: 16px 0 0;
}
.comment-list li{
	display: inline-block;
	position: relative;
	width: 100%;
}
.comment-list > li{
	margin: 12px 0 0;
}
.comment-wrapper {
	margin: 10px 0 0;
}
.comment-wrapper .avatar {
    float: left;
    margin: 0 16px 0 0;
	border-radius: 50%;
}
.comment-meta {
     margin-bottom: 6px;
    min-height: 50px;
}
.comment-metadata {
    line-height: 1.2;
    font-size: 0.75rem;
    float: left;
    font-style: italic;
    font-family: verdana, sans-serif;
}
.comment-info .fn {
    font-size: 1rem;
    font-style: normal;
}
.comment-info .fn a {
    color: #616161;
}
.comment-edit-link, 
.comment-reply-link {
    margin-left: 8px;
}
.comment-reply-link {
    font-weight: 600;
}
.logged-in-as {
	margin: 10px 0;
    font-style: italic;
}
.comment-wrapper .form-submit {
	margin: 0 0 20px;
}
.comment-list li ul.children {
	margin: 0;
	padding: 0 0 0 40px;
}
#respond h3 {
	margin: 0 0 15px 0;
}
#respond h3.comment-reply-title{
	margin:0;
	font-size: 1.25rem;
	font-weight: 600;
}
#respond small {
	display: block;
	margin: 0;
	position: relative;
}
.comment .comment-respond{
	margin-top: 40px;
}
#respond textarea,
#respond input[type='text'] {
	position: relative;
	width:100%;
	margin: 0 0 15px 0;
	padding: 10px 17px;
	outline: 0;
	resize: none;
	font-family: inherit;
	font-size: inherit;
	line-height: 18px;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#respond textarea {
	padding: 15px 17px;
}
#respond textarea {
	margin: 0 0 12px;
}
.comment-form {
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
	padding:0;
}
.comment-form form p.form-submit,
.comment p.form-submit {
	margin: 0;
}
.comment-reply-login {
	margin-left: 10px;
}
.comment-form form p.form-submit .success p{
	margin: 10px 0 0;
}
.comment-form form p.logged-in-as{
	margin: 0 0 17px;
	font-size: 12px;
	font-weight: 400
}
#cancel-comment-reply-link {
    margin: 0px;
    display: inline-block;
    width: 100%;
    font-size: 0.813rem;
    font-weight: 600;
}
.comment blockquote {
	display: block;
	background: #fff;
	padding: 7px 20px 7px 45px;
	margin: 0 0 20px;
	position: relative;
	font-size: 0.875rem;
	line-height: inherit;
	font-style: italic;
}
.comment blockquote p {
	margin: 0;
}
.comment blockquote:before {
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 3rem;
	font-weight: 600;
	color: #838383;
	position: absolute;
	left: 10px;
	top: -8px;
}

/*--------------------------------------------------------------
9.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 4px 60px 0 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 4px 0 0 60px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: 4px auto 0;
}
.pull-left {
    float: left;
}
.pull-right {
    float: left;
}

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.figure {
    display: inline-block;
}
figcaption {
    color: #888;
	font-style:italic;
}
[id^="attachment_"] .wp-caption-text,
[id*=" attachment_"] .wp-caption-text {
	color: #505050;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: unset;
}

/*--------------------------------------------------------------
10.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
10.2 Galleries
--------------------------------------------------------------*/

/* WP Gallery up to 9 columns */
.gallery {
   max-width: 100%;
    margin: 4% 0;
}
.gallery img{ /* for Firefox */
    width: 100%;
	display: block;
}
.gallery .gallery-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
	padding: 0 6px 0 0;
    text-align: center;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery .gallery-caption {
	opacity: 0;
	width: calc(100% - 6px);
	position: absolute;
	left: 0;
    bottom: 0;
	color: #fff;
    text-align: center;
    box-sizing: border-box;
	padding: 10px;
	background-color: #b3ad89;
	/* lets create animated captions ending at 10px */
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition-duration:  .2s;
	transition-duration:  .2s;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
	/* lets create animated captions starting from 0 */
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
/* Thumbnails are too small so lets hide the captions */
.gallery-columns-6 .gallery-caption, 
.gallery-columns-7 .gallery-caption,  
.gallery-columns-8 .gallery-caption,  
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-icon.landscape {
    float: left;
}
.wp-caption-text {	
	color: #fff;
	font-size: 0.813rem;
	line-height: 1.2;
	text-align: center;
	font-style:normal;
    text-transform: uppercase;
}
.wp-caption {
    max-width: 100%;
}

/*--------------------------------------------------------
11.0 Pages - Attachment Page
--------------------------------------------------------*/

.attachment.hentry {
    text-align: center;
}
.attachment .page-title {
	font-weight: 400;
	font-size: 1.75rem;
}

.attachment .featured-image-wrapper {
    text-align: center;
    background-color: #303030;
    padding: 10px;
    margin-bottom: 32px;
}
.attachment  .featured-image-wrapper img {
    display: block;
    margin: auto;
}
.attachment .entry-caption p {
    margin: 0; 
	font-size: 1.125rem;
}
.attachment .entry-content p {
    width: 75%;
    margin: 20px auto;
}
.single .attachment .entry-header {
    text-align: center;
}
#image-navigation a {
    color: #c4bf9f;
}

/*--------------------------------------------------------
11.1 Author Bio and Page
--------------------------------------------------------*/
.bypostauthor {}
.author-information {
  margin-bottom: 50px;
}
.author-avatar {
  display: inline-block;
  float: left;
}
.author-avatar img {
    border-radius: 50%;
}
.author-info {
    margin: 50px 0;
    padding: 15px;
    background-color: #f7f7f7;
}
.author-title {
  margin: 0;
  font-size: 1.25rem;
  display: inline;
}
.author-website {
  margin: 7px 0;
  font-style: italic;
  font-size: 0.813rem;
}
.author-bio {
    margin: 6px 0 0;
    font-size: 0.813rem;
    font-style: italic;
}
.fn {
    font-weight: 600;
}
.author-description {
    margin: 0 0 0 60px;
}
.author .author-description {
  margin-left: 0;
}
.author-page-header h1,
.author .page-header h2 {
  font-size: 1.5rem;
  margin: 0;
}


/*--------------------------------------------------------------
11.2 Landing Page
--------------------------------------------------------------*/
#landing-content {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}

/*--------------------------------------------------------------
11.3 Error Page
--------------------------------------------------------------*/
.error-404 {
	position: relative;
}
#error-overlay {
    width: 100%;
    /* z-index: 2; */
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(0,0,0,0.30);
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
    color: #fff;
}
#error-title {
	font-size: 2.5rem;
	line-height: 1.2;
}
#error-title:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #fff;
    display: block;
        margin: 20px auto 0;
}
#error-message {
	font-size: 1.25rem;
	margin-bottom: 0;
}
#error-button {
    margin: 20px auto 0;	
}
#error-button a,
#error-button a:visited {
	color: #fff;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 5px 20px;
	text-decoration: none;
}
#error-button a:hover {
	background-color: #fff;
	color: #505050;
}

/*-------------------------------------------------------------
11.4 Search Page
---------------------------------------------------------------*/
.button-search {
    width: 100%;
}
.search .format-gallery {
    width: 100%;
    margin-bottom: 32px;
}
.search .format-quote,
.search .format-aside,
.search .format-image {
	background-color:transparent;
	text-align:left;
}
.search .format-quote .entry-title, 
.search .format-quote p, 
.search .format-quote a,
.search .format-image,
.search .format-image .entry-title a,
.search .format-image .entry-content,
.search .format-image a {
	color: #505050;
}
.search .format-quote p {
	margin-bottom: 0;
}
.search .entry-title {
    font-size: 1.313rem;
	text-align: left;
}
	
/*--------------------------------------------------------------
12.0 Sidebars and Widgets
--------------------------------------------------------------*/
#banner-wrapper {
    padding-top: 0px;
}
#banner {
	position: relative;
}
#banner img {
    margin: auto;
    display: block;
}
#banner-overlay, 
#no-banner {
    height: 90px;
}
#banner-overlay {
	position: absolute;
	width: 100%;
	background-color: rgb(0 0 0 / 37%);
	z-index:999;
}
#feature-top-wrapper {
	background-color: #fff;
}
#feature-bottom-wrapper {
	background-color: #fff;
}
#bottom-wrapper {
	background-color: #f5f5f5;
}
#sidebar-footer-wrapper {
    max-width: 50%;
    margin: 0 auto 20px;
    font-size: 0.813rem;
}
#sidebar-left .widget,
#sidebar-right .widget {
    margin-bottom: 40px;
}
#sidebar-left,
#sidebar-right,
#sidebar-content-top,
#sidebar-content-bottom,
#feature-top-wrapper,
#feature-bottom-wrapper,
#bottom-wrapper {
    padding:  30px 0 ;
}
#sidebar-content-top {
    padding-bottom: 60px;
}
#sidebar-content-bottom {
    padding-top: 0;
}
#sidebar-left,
#sidebar-right {
	padding-top:0;
}
#sidebar-left .widget:last-child,
#sidebar-right .widget:last-child, 
.widget p:last-child {
    margin-bottom: 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------
12.1 Widgets with Lists
--------------------------------------------------------*/

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_archive a:visited,
.widget_categories a:visited,
.widget_links a:visited,
.widget_meta a:visited,
.widget_nav_menu a:visited,
.widget_pages a:visited,
.widget_recent_comments a:visited,
.widget_recent_entries a:visited {
	border: 0;
	color: #505050;
	font-size: 15px;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
	color: #B2995D;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 20px 0;
	padding:0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #e6e6e6;
	padding: 0.5rem 0;
}

#sidebar-bottom .widget_archive li,
#sidebar-bottom .widget_categories li,
#sidebar-bottom .widget_links li,
#sidebar-bottom .widget_meta li,
#sidebar-bottom .widget_nav_menu li,
#sidebar-bottom .widget_pages li,
#sidebar-bottom .widget_recent_comments li,
#sidebar-bottom .widget_recent_entries li {
	border-color: #b9bbb2;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #e6e6e6;
	margin: 0.5rem 0 0 0.8em;
	padding-top: 0.5rem;
}
#sidebar-bottom .widget_categories .children,
#sidebar-bottom .widget_nav_menu .sub-menu,
#sidebar-bottom .widget_pages .children {
	border-color: #b9bbb2;
	padding-top: 0;
}
.widget_recent_entries .post-date {
	display: block;
}
#sidebar-bottom li {
    padding: 5px 0;
}


/*--------------------------------------------------------
12.2 Tag Cloud
--------------------------------------------------------*/


/*--------------------------------------------------------
12.4 Calendar Widget
--------------------------------------------------------*/
.widget_calendar caption {
	background-color: #303030;
	margin-bottom: 1px;
	padding: 5px 3px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.widget_calendar th {
	background-color: #e2e3e4;
	border-left: 1px solid rgba(0, 0, 0, 0);
	color: #333;
	text-align: center;
	font-weight: bold;
}
.widget_calendar tbody, .widget_calendar thead {
	border: 1px solid #e2e3e4;
}
.widget_calendar tbody td {
	background-color: #fcfdfd;
	border-left: 1px solid rgba(0, 0, 0, 0);
	 border-top: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
}
.widget_calendar tbody td:first-child {
	border-left: none;
}
.widget_calendar tbody td#today {
	background-color: #f3f3f3;
	font-weight: bold;
}
.widget_calendar tbody td#today a {
	color: #fff;
}
 .widget_calendar tfoot {
	 background-color: #e2e3e4;
 }
 #wp-calendar tfoot td {
    padding: 3px 0 3px 10px;
    text-transform: uppercase;
    font-size: 11px;
}


/*--------------------------------------------------------------
13.0 Form Styling
--------------------------------------------------------------*/
textarea {
	padding-left: 3px;
	width: 100%;
}
[role="button"] {
	cursor: pointer;
}
.form-control::-moz-placeholder {
	padding-top: 2px;
	color: #999;
	font-size: 0.813rem;
	font-style:italic;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	padding-top: 2px;
	color: #999;
	font-size: 0.813rem;
	font-style:italic;
}
.form-control::-webkit-input-placeholder {
	padding-top: 2px;
	color: #999;
	font-size: 0.813rem;
	font-style:italic;
}
textarea.form-control {
 	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}

/* Begin Forms */
.form-group {
	margin-bottom: 10px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #999;
	font-size: 0.75rem;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px ;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select,
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #f9f9f9;
	background-image: none;
	border: 1px solid #d9d9d9;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus,
.form-control:focus {
	background-color: #fff;
	border-color: #d3d3d3;
	outline: 0;
}
textarea {
	height: auto;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-left: 1px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 5px;
}
.radio + .radio,
.checkbox + .checkbox {
 	margin-top: -5px;
}

/* buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-color: #fff;
	color: #505050;
	border: 1px solid #c4c4c4;
	white-space: nowrap;
	padding: 6px 18px 4px;
	font-size: 0.813rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:focus,
.btn:active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
.btn:hover,
.btn:focus {
	background-color: #303030;
	color: #f3f3f3;
	text-decoration: none;
	border-color: transparent;
}

/* Button size */
.btn-lg {
	padding: 8px 24px 7px;
	font-size: 1.125rem;
	line-height: 1.3333333;
}
.btn-sm {
	padding: 3px 14px;
	font-size: 0.75rem;
	line-height: 1.5;
}
.btn-xs {
	padding: 0 12px;
	font-size: 0.688rem;
	line-height: 1.5;
}

/* Button colour */
button.dark,
input[type="button"].dark,
input[type="submit"].dark,
input[type="reset"].dark,
.btn.dark {
	background-color: #303030;
	color: #f3f3f3;
	border-color: transparent;
}
button.dark:hover,
input[type="button"].dark:hover,
input[type="submit"].dark:hover,
input[type="reset"].dark:hover,
.btn.dark:hover {
	background-color: #fff;
	color: #505050;
	border-color: #c4c4c4;
}

/*--------------------------------------------------------------
14.0 Navigation
--------------------------------------------------------------*/
.main-navigation {
	font-weight: 400;
	margin: auto;
	padding: 2% 1.5%;
}
.navigation .col-md-12 {
	padding:0;
}
.main-navigation.toggled-on ul {
	list-style: none;
	margin: 0;
	padding: 0;	
	text-align:left;
}
.toggled-on li {
    border-top: 1px solid #e6e6e6;
}
.main-navigation.toggled-on a,
.main-navigation.toggled-on li.home a {
	display: block;
	padding: 4px 12px;
	text-decoration: none;
	color: #f3f3f3;
}
.main-navigation.toggled-on a:hover,
.main-navigation.toggled-on li.home a:hover {
	color: #b2995d;
}
.main-navigation.toggled-on ul a { width: auto; }
.main-navigation.toggled-on ul a { padding-left: 1.250rem; }
.main-navigation.toggled-on ul ul a { padding-left: 2.50rem; }
.main-navigation.toggled-on ul ul ul a { padding-left: 3.750rem; }
.main-navigation.toggled-on ul ul ul ul a { padding-left: 5rem; }
.main-navigation.toggled-on ul ul ul ul ul a { padding-left: 6.250rem; }

.main-navigation .nav-menu {
	display: none;
}
.main-navigation.toggled-on .nav-menu {
	display: block;
	margin: 0;
	background-color: #303030;
  padding: 20px 0;
  text-align: left;
  padding-top: 5px;
}
.toggle-container { 
	display: block; 
	text-align: center;
}

/* Mobile menu button */
.menu-toggle {
    display: block;
    margin: auto;
	padding: 2px 12px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    font-size: 0.813rem;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #f3f3f3;
    background-color: transparent;
    color: #f3f3f3;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	color: #f3f3f3;
	background-color: #000;
	outline: 0 dotted;
	border-color: #000;
}
.menu-toggle.nobanner {
	border-color: #303030;
	color: #303030;
}
.menu-toggle.nobanner:active,
.menu-toggle.nobanner:focus,
.menu-toggle.nobanner:hover {
	color: #f3f3f3;
	background-color: #000;
	border-color: #000;
}

/* Video desing*/
.top-featured-centered .video video {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.video video {
  max-width: 100%;
  border-radius: 15px;
}
.video video:focus{
  outline: none;
}
.masonry .video video, .grid-style .video video{
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.video-title h2{
  padding-top: 1rem;
}

.main-navigation ul.nav-menu {
  text-align: right;
}

@media (min-width: 992px) {
	.main-navigation .menu-toggle {
		display: none;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding:0;
		float: none;
	}	
	.main-navigation ul.nav-menu {
		display: block;
	}	
	.main-navigation li {
		border: 0;
		display: inline-block;
		height: 24px;
		font-size: 1rem;
		line-height: 24px;
		position: relative;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.main-navigation li a {
		display: inline-block;
		padding: 0 0.5rem;
		white-space: nowrap;
		text-decoration: none;
		color: #fff;
		border: 1px solid transparent;
	}	
	.main-navigation li.home a {
		color: #fff;
	}
	.main-navigation .nav-menu.nobanner a,
	.main-navigation .nav-menu.nobanner li.home a {
		color: #000;
	}

  .main-navigation .nobanner a,
  .main-navigation .nobanner li.home a {
    color: #000;
  }

	/* Submenus */	
	.main-navigation li li > a {		
		text-transform: initial;
		font-size: 0.813rem;	
	}
	.main-navigation ul ul {
		background-color: rgba(0,0,0,0.30);
		float: left;
		margin: 0 0 0 -7px;
		padding: 16px 0;
		position: absolute;
		top: 26px;
		left: -999rem;
		z-index: 1000;
		display:none;
	}
	.main-navigation .nav-menu.nobanner ul {
		background-color: #f5f5f5;
	}	
	.main-navigation ul ul ul {
		left: -999rem;
		top: -6px;
	}	
	.main-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.1;
		text-align: left;
	}
	.main-navigation ul ul a,
	.main-navigation li li li a {
		padding: 6px 16px;
		white-space: normal;
		width: 260px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		right: auto;
		left:0; 
		display:block;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
	  right: auto; /* reset the default positioning */
	  left: 100%; /* this makes the submenu fly out to the right */
	}	
	.home.current-menu-item a {
		background: none;
		border-color: transparent;
	}
	.main-navigation li li a:hover {
		padding-right: 20px;
		border-left: 1px solid #fff;
	}
	/* hover border when no banner */
	.main-navigation .nav-menu.nobanner li li a:hover {
		border-left: 1px solid #000;
	}	
	.main-navigation ul,
	.main-navigation.header-centered ul {
  		text-align: center;
	}	

}

/*--------------------------------------------------------------
14.1 Footer Menu
--------------------------------------------------------------*/
#footer-menu {
	list-style: none;
	margin: 5px 0 3px;
	padding:0;
	text-align: center;
}
#footer-menu li {
	display: inline;	
}
#footer-menu a {
	font-size: 0.813rem;
}
#footer-menu a:hover {}

#footer-menu li:after {
	font-family: Arial, sans-serif;
	content: '| ';
	margin: 0 2px 0 5px;
	font-size: 0.5rem;
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
}
#footer-menu li:last-child:after {
 	display: none;
}

/*--------------------------------------------------------------
14.2 Bottom Social Menu
--------------------------------------------------------------*/
.social-menu {
  	margin: 0 0 8px;
	text-align: center;
}
.social-icons {
	height: 32px;
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}
.social-icons li {
	display: inline-block;
	margin: 1px;
	text-align: center;
}
.social-icons a {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    font-family: "FontAwesome";
    background-color: #5a5a5a;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
.social-icons a:hover {	
	text-decoration: none;
	background-color: #d5d1b8;			
	color: #fff;	

}
.social-icons a:before {
	position: absolute;
	left: 0;
	right:0;	
	content: "\f013";
	font-size: 1rem;
  	line-height: 2;
}

.social-icons a[href$="/feed/"]:before {
	content: "\f09e";
}
.social-icons a[href*="deviantart.com"]:before {
	content: "\f1bd";
}
.social-icons a[href*="digg.com"]:before {
	content: "\f1a6";
}
.social-icons a[href*="dribbble.com"]:before {
	content: "\f17d";
}
.social-icons a[href*="facebook.com"]:before {
	content: "\f09a";
}
.social-icons a[href*="flickr.com"]:before {
	content: "\f16e";
}
.social-icons a[href*="plus.google.com"]:before,
.social-icons a[href*=".google.com"]:before {
	content: "\f0d5";
}
.social-icons a[href*="github.com"]:before {
	content: "\f1d3";
}
.social-icons a[href*="instagram.com"]:before {
	content: "\f16d";
}
.social-icons a[href*="linkedin.com"]:before {
	content: "\f0e1";
}
.social-icons a[href*="pinterest.com"]:before {
	content: "\f0d2";
}
.social-icons a[href*="reddit.com"]:before {
	content: "\f1a1";
}
.social-icons a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}
.social-icons a[href*="tumblr.com"]:before {
	content: "\f173";
}
.social-icons a[href*="twitter.com"]:before {
	content: "\f099";
}
.social-icons a[href*="vimeo.com"]:before {
	content: "\f194";
}
.social-icons a[href*="wordpress.com"]:before,
.social-icons a[href*="wordpress.org"]:before {
	content: "\f19a";
}
.social-icons a[href="xing.com"]:before {
	content: "f168";
}
.social-icons a[href*="youtube.com"]:before {
	content: "\f16a";
}
.social-icons a[href*="vk.com"]:before {
	content: "\f189";
}
.social-icons a[href^="mailto:"]:before {
	content: "\f0e0 ";
}



/*--------------------------------------------------------------
14.3 Go to Top Button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 20px;
	bottom: -45px;
	background-color: #000;
	border-radius: 50%;
	color: #fff; 
	display: block;
	font-size: 22px;
	line-height: 35px;
	text-align: center;
	width: 40px;
	height: 40px;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 9999;
	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;
}
.back-to-top:hover {
	background-color: #565656;
	color: #fff;
}
.back-to-top.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
	bottom : 40px;
}

/*--------------------------------------------------------
14.4 Pagination
--------------------------------------------------------*/
.pagination {
  margin: 0 auto;
  width: 35%;
  text-align: center;
}
.gallery-pagination {
	margin: 0 auto;
	width: 30%;
	 text-align: center;
}

/* blog home navigation */
.post-nav-older,
.post-nav-newer {
font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: inline-block;
	position: relative;
}
.post-nav-older {
	float: right;
    margin-left: 10px;
}
.post-nav-newer {
	float: left;
	margin-right: 10px;
}
.post-nav-older:after,
.post-nav-newer:before {
	font-family: FontAwesome;
	font-size: 0.813rem;
	content: "\f101";
	margin-left: 5px;
}
.post-nav-newer:before {
	content: "\f100";
	margin: 0 5px 0 0;
}

/* single post navigation */
.post-navigation {
	display: table;
	clear: both;
	width: 100%;
	margin: 32px 0 28px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  width: 50%;
}
.post-navigation .nav-previous,
.comment-navigation .nav-previous {
  float: left;
}
.post-navigation .nav-next,
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .meta-nav {
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.688rem;
}
.post-navigation .post-title {
 	font-size: 0.813rem;
}
.comment-navigation {
  margin-bottom: 20px;
}
.comment-navigation a,
.nav-link {
  font-style: italic;
}
.page-links {
  margin: 20px 0;
  font-style: italic;
}
.single .page-links {
  text-align: left;
}

/* attachment nav */
.image-navigation .nav-previous, .image-navigation .nav-next {
    display: inline-block;
    font-size: 2rem;
}

/*--------------------------------------------------------------
15.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
Banner Captions
--------------------------------------------------------------*/
.banner-caption {
    width: 40%;
    /*z-index: 2;*/
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.30);
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: Serif;
    font-size: 1.5rem;
    line-height: 1.4;
    font-style: italic;
    color: #fff;
  letter-spacing: 1px;
}
.banner-caption-content-title {
    margin-bottom: 0;
}
.banner-caption span {
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-style: normal;
    font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 4px;
  
}

/*

*/
.nav-menu li.menu-item-has-children > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 4px;
    margin-top: 0;
    position: relative;

}

.entry-title a{
   text-transform: none;
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 28px;
    font-weight: normal;
    font-weight: 700;
}


/* .entry-content>p>strong{
	font-weight: 700 !important;
	}  */


.separator {
    color: #CCA683;
}
.post-read-count {
  color: #b2995d;
}
/** Load more blaze **/
.blaze_loadmore, .blaze_loadmore_masonry{
  background-color: #ddd;
  border-radius: 2px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing:1px;
  cursor:pointer;
  text-transform: uppercase;
  padding: 10px 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; 
  margin-top: 30px; 
  margin-bottom: 20px;
}
.blaze_loadmore:hover, .blaze_loadmore_masonry:hover{
  background-color: #767676;
  color: #fff;
}

#site-navigation .blog_life_search_box {
  display: none;
}

#site-navigation .blog_life_search_box.show_search {
    display: block;
    position: absolute;
    right: 25px;
    margin-top: 10px;
    border-top: 3px solid #b2995d;
}

#site-navigation .blog_life_search_box.show_search .button-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  border: navajowhite;
  height: auto;
  padding-bottom: 9.5px;
  margin: 0 auto;
  text-align: center;
}

#site-navigation i:hover {
  cursor: pointer;
}

#site-navigation .button-search {
  background-color: transparent;
}

#site-navigation .button-search:hover{
  background-color: transparent;
  color: #b2995d;
}
    
#site-navigation i.fa-search {
  display: none;
}

.main-navigation li li a:hover {
  font-weight: 600;
}

/*-------------------------------------------------------------
Widget 
---------------------------------------------------------------*/
.widget_about_us .widget-learn-more {
    background-color: #5a5a5a;
    color: #fff!important;
    line-height: 34px;
    padding: 0 30px;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transition: .3s all ease-in-out;
    font-size: 11px;
    margin-top: 10px;
}

.bl-widget-title-wrap {
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
    display: block;
}
.bl-widget-title-wrap h3.widget-title {
	display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: -2px;
    padding-bottom: 15px;
    margin-bottom: 0;
	border-bottom: 2px solid #505050;
}

.widget-area .search-form input {
    border-radius: 55px;
    height: 40px;
    margin-bottom: 15px;
}

.widget-image-caption .caption {
	font-family: arial,helvetica,sans-serif;
	font-size: 0.813rem;
	color: #f3f3f3;
}

.btn.border {
	margin: 16px auto;
	border:1px solid #f3f3f3;
	background-color: transparent;
	font-family: Arial, Helvetica, Sans-serif;
	font-style: normal;
}
.btn.border:hover {
	background-color: transparent;
}
.widget-image-caption-box img {
    margin: auto;
}

.widget-image-caption a:hover{
	color: #cdc2c2;
}


#posts {
	margin: 0 auto;
}

/** Subscription form footer **/
.es_shortcode_form input {
	border-radius: 55px;
    height: 40px;
    margin-bottom: 5px;
}

.es_shortcode_form input.es_subscription_form_submit{
	background-color: #5a5a5a;
	color: #fff;
} 

.main-navigation ul.nav-menu {
	padding-right: 5%;
  }

#sidebar-bottom .col-sm-6 {
	padding: 10px 10px;
}

.masonry-brick article{
	margin-top: 6px;
}

.single-format-gallery .featured-image-wrapper {
	background-color: transparent;
	    border-radius: 20px;
}

#landing-gallery article.format-gallery {
	margin-bottom: 25px;
}
.breadcrumb-section {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #246cb7;
    letter-spacing: -1px;
}
.breadcrumb-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.entry-date.published{
     color: #333;
    padding-left: 4px;
}  
.breadcrumb-section .page-tag {
    letter-spacing: 2px;
    color: #fff;
}
.breadcrumb-section .page-title {
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-section .breadcrumb-nav {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 150px;
    padding: 22px 40px 20px;
    line-height: 1;
    margin-bottom: 0
}
a{text-decoration:none}
.breadcrumb-section .breadcrumb-nav li {
    position: relative;
    margin: 0px 10px;
    display: inline-block;
    position: relative;
}
.breadcrumb-section .breadcrumb-nav li a {
    color: #1d2122;
}
.breadcrumb-section .breadcrumb-nav li:not(:last-child)::after {
    content: "|";
    color: #1d2122;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.entry-meta .fas,.entry-meta .far{
  font-size: 12px;
    border: 1px solid #333;
    border: 1px solid #eee;
    text-align: center;
    padding: 4px 4px;
    border-radius: 15px;
    color: #246cb7;
    margin-right: 4px;
}

/*======= Footer =======*/
footer {
  position: relative;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

footer::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern/02.html);
  z-index: -1;
  content: "";
  background-position: center bottom;
  background-repeat: no-repeat;
}

footer .footer-widgets {
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .footer-widgets .widget {
  /*margin-bottom: 50px;*/
}

footer .footer-widgets .widget .widget-title {
  text-transform: uppercase;

  font-size: 18px;

  margin-bottom: 20px;
}


footer .footer-widgets .widget .widget-title::after {
        border-bottom: 3px solid;
    content: '';
    position: absolute;
    left: 25px;
    right: 0;
    width: 40%;
    top: 25px;
    color: #246cb7;
}
@media (min-width: 576px) {
  footer .footer-widgets .widget.text-block-widget {
    padding-right: 40px;
  }
}
footer{
  background: #f5f9fa;
}
footer .footer-widgets .widget.text-block-widget .read-more-btn {
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  line-height: 1;
  color: #1d2122;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#246cb7), color-stop(#246cb7), color-stop(50%), color-stop(50%, #1d2122));
  background-image: -webkit-linear-gradient(left, #246cb7, #246cb7, 50%, #1d2122 50%);
  background-image: -o-linear-gradient(left, #246cb7, #246cb7, 50%, #1d2122 50%);
  background-image: linear-gradient(to right, #246cb7, #246cb7, 50%, #1d2122 50%);
  background-size: 200% 100%;
  background-position: 100%;
}

footer .footer-widgets .widget.text-block-widget .read-more-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#246cb7), color-stop(#246cb7), color-stop(50%), color-stop(50%, #1d2122));
  background-image: -webkit-linear-gradient(left, #246cb7, #246cb7, 50%, #1d2122 50%);
  background-image: -o-linear-gradient(left, #246cb7, #246cb7, 50%, #1d2122 50%);
  background-image: linear-gradient(to right, #246cb7, #246cb7, 50%, #1d2122 50%);
  background-size: 200% 100%;
  background-position: 100%;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

footer .footer-widgets .widget.text-block-widget .read-more-btn:hover, footer .footer-widgets .widget.text-block-widget .read-more-btn:hover::before {
  background-position: 0% 100%;
}

footer .footer-widgets .widget.menu-widget li:not(:last-child) {
  margin-bottom: 5px;
}

footer .footer-widgets .widget.menu-widget li a {
 
    font-weight: 700;
    color: #1d2122;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#246cb7), color-stop(#246cb7), color-stop(50%), color-stop(50%, #1d2122));
    background-image: -webkit-linear-gradient(left, #246cb7, #246cb7, 50%, #1d2122 50%);
    background-image: -o-linear-gradient(left, #246cb7, #246cb7, 50%, #1d2122 50%);
    background-image: linear-gradient(to right, #246cb7, #246cb7, 50%, #1d2122 50%);
    background-size: 200% 100%;
    background-position: 100%;
    font-size: 14px;
}

footer .footer-widgets .widget.menu-widget li a:hover {
  background-position: 0% 100%;
  padding-left: 5px;
}

footer .footer-widgets .widget.newsletter-widget .input-group {
  margin-bottom: 10px;
}

footer .footer-widgets .widget.newsletter-widget .main-btn {
  width: 100%;
  height: 50px;
  line-height: 52px;
}

footer .footer-widgets .widget.newsletter-widget input {
  background-color: #f5f9fa;
  font-size: 14px;
}

footer .footer-widgets .widget.latest-post-widget li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 1fr;
      grid-template-columns: 70px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

footer .footer-widgets .widget.latest-post-widget li:not(:last-child) {
  margin-bottom: 20px;
}

footer .footer-widgets .widget.latest-post-widget li .post-thumb {
  background-size: cover;
  background-position: center;
  height: 60px;
  width: 70px;
}

footer .footer-widgets .widget.latest-post-widget li span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #246cb7;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}

footer .footer-widgets .widget.latest-post-widget li h5 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

footer .footer-widgets .widget.latest-post-widget li h5 a {
  color: #fff;
}

footer .footer-bottom {
  padding: 25px 0;
  background-color: #000;       
}

footer .footer-bottom .copyright {
  text-transform: uppercase;
    color: white;
    font-size: 14px;
}


@media (max-width: 767px) {
  footer .footer-bottom .copyright {
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  footer .footer-bottom .copyright {
    font-size: 14px;
  }
}

footer.footer-two {
  background-color: #1d2122;
  background-image: url(../img/pattern/03.html);
  background-size: cover;
  background-position: center;
}

footer.footer-two::before {
  display: none;
}

footer.footer-two .footer-widgets .widget,
footer.footer-two .footer-widgets .widget .widget-title {
  color: #fff;
}

footer.footer-two .footer-widgets .widget.text-block-widget .read-more-btn,
footer.footer-two .footer-widgets .widget.text-block-widget .read-more-btn::before,
footer.footer-two .footer-widgets .widget.menu-widget li a {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#246cb7), color-stop(#246cb7), color-stop(50%), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(left, #246cb7, #246cb7, 50%, #fff 50%);
  background-image: -o-linear-gradient(left, #246cb7, #246cb7, 50%, #fff 50%);
  background-image: linear-gradient(to right, #246cb7, #246cb7, 50%, #fff 50%);
}

footer.footer-two .footer-widgets .widget.newsletter-widget input {
  background-color: #141819;
  color: #fff;
}

footer.footer-two .footer-bottom {
  background-color: #141819;
}

footer.footer-two .footer-bottom .copyright {
  color: #fff;
}
.cta-section.service_action {
    padding-bottom: 120px;
}

.cta-section {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-color: #000;
    padding-top: 120px;
    padding-bottom: 350px;
}
/*.section-title .title-tag {
    font-family: "Rajdhani", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
}*/
.cta-section .cta-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.cta-section .cta-btns li {
    padding: 0px 10px;
}
.icon-wrap {
    padding-right: 10px;
}
.cta-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: #1d2122;
    opacity: 0.6;
}
.form-group{position:relative;}
.button-search{
      position: absolute;
    right: 0;
    top: 0;
    width: 60px;
     height: 40px; 
    background-color: #246cb7;
    font-size: 14px;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
}
.button-search .fa{color:#fff;}
#search-2 .form-group .form-control{
      background-color: #f0f4f7;
    font-size: 12px;
    height: 40px;
    padding: 0 65px 0 25px;
    width: 100%;
    font-weight: 600;
    font-weight: 600;
    border: 0;
    border-radius: 1px;
}
.widget-area .widget{
      border: 1px solid #eee;
    padding: 1rem;
}
.content-area{
  margin-top: 4rem;
}
.entry-meta,.entry-date.published{
  font-size: 14px;
  font-weight: 600;
  color: #246cb7;
}
.team-members .team-member .member-desc .social-links, .ftr_socail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.team-members .team-member .member-desc .social-links a, .ftr_socail a {
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border: 2px solid black;
    color: white;
    font-size: 12px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    border-radius: 50%;
    
}
.ftr_socail a:hover {
  background-color: #246cb7;
  color: #fff;
  border: 2px solid #246cb7;
}
/*--------------------------------------------------------------
16.0 Media Queries
--------------------------------------------------------------*/

/* Small devices (landscape phones, 320px and up)*/
@media (min-width: 20em) {  

	#site-branding {
		padding: 10px 15px;
	}	
	.site-title {
		font-size: 1.563rem;
	}
	.site-description {
		display:none;
	}		
	.site-title:after {
		width: 15%;
	}
	.menu-toggle {
		margin: 4px auto 0;
		padding: 1px 12px;
	}

	.main-navigation ul.nav-menu {
		padding-right: 5%;
	  }


}

/* Small devices (landscape phones, 480px and up)*/
@media (min-width: 30em) { 
	
	.site-description {
		display: inline;
		font-size: 0.6rem;
	}	
	#error-overlay {
		padding: 15px;
	}
	#error-title {
    font-size: 2rem;
    line-height: 1rem;
    margin-bottom: 0;
	}
	#error-title:after {
		width: 8%;
	}
	#error-message {
		font-size: 1rem;
	}
	#error-button {
   	 margin: 10px auto 0;
	}	
	#error-button a, #error-button a:visited {
		padding: 2px 16px;
	}
	.main-navigation ul.nav-menu {
		padding-right: 5%;
	  }

	
 }

/* Small devices (landscape phones, 544px and up)*/
@media (min-width: 34em) {  
  #site-branding-wrapper {
    display: block; 
    text-align: center;
  }

	#site-branding {
		padding: 10px 8px;
	}
	#banner-wrapper {
		padding-top: 0px;
	}
	.site-title:after {
		width: 20%;
	}
	.display-4 {
		font-size: 2.75rem;
	}
	.display-3 {
		font-size: 2rem;
	}
	.display-2 {
		font-size: 1.75rem;
	}
	.display-1 {
		font-size: 1.5rem;
	}	
  .site-title {
    font-size: 1.563rem;
  }

  .menu-header-menu-container {
    margin-right: 0.5rem;
  }
  .site-header {
    left: 4.4em;
  }

  .main-navigation ul.nav-menu {
	padding-right: 5%;
  }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 48em) { 
	#site-branding {
		padding: 14px 25px;
	}
  .menu-header-menu-container {
    margin-right: 0.1rem;
  }

	#banner-overlay, 
	#no-banner {
		height: 100px;
	}	
	.site-title {
		font-size: 1.750rem;
	}	
	.site-title:after {
		width: 30%;
	}		
	.site-description {
		font-size: 0.688rem;
	}
	.menu-toggle {
		margin: 8px auto 0;
	}	

	.grid-style li:nth-of-type(2n+1) { 
		/* lets make sure every 3rd item is clearing the first two and wraps to another line */
		clear:both;
	}	
	.grid-style .entry-title {
		font-size: 1.250rem;
	}
	h1 {
	  font-size: 2rem;
	}
	h2 {
	  font-size: 1.75rem;
	}
	h3 {
	  font-size:18px;
	}
	h4 {
	  font-size: 1.25rem;
	}
	h5 {
	  font-size: 1rem;
	}
	h6 {
	  font-size: 0.875rem;
	}	
	.display-4 {
		font-size: 3rem;
	}
	.display-3 {
		font-size: 2.25rem;
	}
	.display-2 {
		font-size: 2rem;
	}
	.display-1 {
		font-size: 1.75rem;
	}	
	#error-overlay {
		padding: 30px;
	}
	#error-title {
    font-size: 3rem;
    line-height: 2rem;
    margin-bottom: 0;
	}
	#error-title:after {
		width: 6%;
	}
	#error-message {
		font-size: 1.125rem;
	}	
	#landing-content {
		max-width: 70%;
	}		
	.main-navigation ul.nav-menu {
		padding-right: 5%;
	  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 62em) { 
    #site-navigation i.fa-search {
    display: block;
  }

	.site-title {
		font-size: 1.7rem;
	}
	.site-title:after {
		width: 40%;
	}
	.site-description {
		font-size: 0.65rem;
	}	
	.masonry-style.page-header,
	.grid-style.page-header {
		width: 60%;
	}
	#landing-content {
		max-width: 60%;
	}
	/* Blog Left Featured */ 
	.left-featured header, 
	.left-featured .entry-content {
		margin-left: 480px;
	}
	.left-featured .wp-post-image, .left-featured .video video {
		max-width: 420px;
		float: left;
		margin-right: 60px;
    border-radius: 10px;
	}

	.left-featured .format-gallery, .right-featured .format-gallery, .left-featured .format-video, .right-featured .format-video {
		margin-bottom: 35px;
	}
	.left-featured .format-gallery header.entry-header {
		max-width: 420px;
		float: left;
		margin-right: 60px;
		border-radius: 10px;
		margin-left: 0;
	}

	.right-featured .format-gallery header.entry-header {
		max-width: 420px;
		float: right;
		margin-left: 60px;
		border-radius: 10px;
		margin-right: 0;
	}
	
	/* Blog right Featured */ 
	.right-featured header, 
	.right-featured .entry-content {
		margin-right: 480px;
	}
	.right-featured .wp-post-image, .right-featured .video video {
		max-width: 420px;
		float: right;
		margin-left: 60px;
    border-radius: 10px;
	}	
	/* Blog Top Centered Featured image */
	.top-centered-featured header, 
	.top-centered-featured .entry-content {
		max-width: 80%;
	}
	.top-centered-featured .entry-title {
		font-size:1.625rem;
	}
	/* we need to cancel out other instances of nth */
	.grid-style li:nth-of-type(2n+1),
	.grid-style li:nth-of-type(4n+1) {
		clear:none;
	}
	/* lets make sure every 4th item is clearing the first two and wraps to another line */
	.grid-style li:nth-of-type(3n+1) { 		
		clear:both;
	}	
	#error-overlay {
		padding: 60px;
	}
	#error-title {
    font-size: 6rem;
    line-height: 5rem;
    margin-bottom: 0;
	}
	#error-title:after {
		width: 6%;
	}
	#error-message {
		font-size: 1.375rem;
	}	
	#error-button {
   	 margin: 10px auto 0;
	}	
	#error-button a, #error-button a:visited {
		padding: 3px 16px;
	}	
	.display-4 {
		font-size: 3.5rem;
	}
	.display-3 {
		font-size: 2.75rem;
	}
	.display-2 {
		font-size: 2.25rem;
	}
	.display-1 {
		font-size: 2rem;
	}	
	.main-navigation ul.nav-menu {
		padding-right: 10%;
  	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 75em) { 
	#landing-content {
		max-width: 40%;
	}				
	.site-description {
		font-size: 0.813rem;
	}
	#banner-overlay, 
	#no-banner {
		height: 105px;
	}
	/* we need to cancel out other instances of nth */
	.grid-style li:nth-of-type(2n+1) ,
	.grid-style li:nth-of-type(3n+1) { 
		clear:none;
	}
	/* lets make sure every 5th item is clearing the first two and wraps to another line */
	.grid-style li:nth-of-type(4n+1) { 
		clear:both;
	}		
	.display-4 {
		font-size: 4rem;
	}
	.display-3 {
		font-size: 3.25rem;
	}
	.display-2 {
		font-size: 2.75rem;
	}
	.display-1 {
		font-size: 2.125rem;
	}	
	#error-overlay {
		padding: 50px;
	}
	#error-title {
    font-size: 5rem;
    line-height: 3rem;
    margin-bottom: 0;
	}	
	#error-button {
   	 margin: 10px auto 0;
	}	
	#error-button a, #error-button a:visited {
		padding: 3px 18px;
	}

	.main-navigation ul.nav-menu {
		padding-right: 10%;
	} 

}

/* Extra large devices (large desktops, 1408px and up) */
@media (min-width: 88em) { 
	#banner-overlay, 
	#no-banner {
		height: 110px;
	}
}

@media (max-width: 545px) {
  button.menu-toggle {
    position: absolute;
    right: 0;
    top: -55px;
  }
}  
footer .footer-bottom {
        padding: 10px 0;
    background-color: #246cb7;
}
footer{
	background: #fff;
}
body{background: #f5f9fa;}
.more-link-wrapper{
	    margin-top: 1rem;
}
.single .entry-content ol{
	    list-style-type: auto;
    padding: 10px 36px 21px;
}