/* FONTS */
/* FONT WEIGHTS */
/* BUTTON */
/* LINKS */
/* INPUTS */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff; }

body.logged-in {    padding-top: calc(70px - 32px);   }

img {
  max-width: 100%;
  height: auto; }

p {
  color: #636363;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 0; }
  p:last-of-type {
    margin-bottom: 0; }

ul li {
  color: #636363;
  font-size: 14px;
  line-height: 18px; }

ol li {
  color: #636363;
  font-size: 14px;
  line-height: 18px; }

a {
  color: #B43531;
  text-decoration: none; }
  a:hover {
    color: #B43531;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  font-style: normal; }

h1 {
  font-size: 48px;
  line-height: 1.2; 
}

h2 {
  font-size: 40px;
  line-height: 1.2; 
  color: #725cc3 }

h3 {
  font-size: 30px;
  line-height: 1.2; }

h4 {
  font-size: 26px;
  line-height: 1.2; }

h5 {
  font-size: 24px;
  line-height: 1.2; }

h6 {
  font-size: 20px;
  line-height: 1.2; }

figure {
  max-width: 100%; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
  height: 40px;
  line-height: 40px;
  border: 1px solid #ccc;
  color: #000;
  outline: none;
  padding: 0 15px;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus {
    border: 1px solid #B43531; }

textarea {
  height: 200px;
  line-height: 20px;
  border: 1px solid #ccc;
  color: #000;
  outline: none;
  padding: 15px 15px;
  resize: none;
  max-width: 100%; }
  textarea:focus {
    border: 1px solid #B43531; }

*.is-placeholder {
  color: #848383 !important;
  opacity: .6; }

*::-webkit-input-placeholder {
  color: #848383 !important;
  opacity: .6; }

*::-moz-placeholder {
  color: #848383 !important;
  opacity: .6; }

*:-ms-input-placeholder {
  color: #848383 !important;
  opacity: .6; }

*:focus.is-placeholder {
  opacity: 0; }

*:focus::-webkit-input-placeholder {
  opacity: 0; }

*:focus::-moz-placeholder {
  opacity: 0; }

*:focus:-ms-input-placeholder {
  opacity: 0; }

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #B43531;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: 1px solid #841714;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  min-width: 200px;
  border-radius: 4px;
  font-weight: 700;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer; }
  .button:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff;
    background-color: #982d29;
    text-decoration: none; }

.button-alt {
  background: #f06861;
  background: -moz-linear-gradient(left, #f06861 0%, #ce4b46 54%, #b43531 100%);
  background: -webkit-linear-gradient(left, #f06861 0%, #ce4b46 54%, #b43531 100%);
  background: -webkit-gradient(linear, left top, right top, from(#f06861), color-stop(54%, #ce4b46), to(#b43531));
  background: -o-linear-gradient(left, #f06861 0%, #ce4b46 54%, #b43531 100%);
  background: linear-gradient(to right, #f06861 0%, #ce4b46 54%, #b43531 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f06861', endColorstr='#b43531',GradientType=1 );
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: 1px solid #841714;
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  min-width: 240px;
  border-radius: 4px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer; }
  .button-alt:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-decoration: none; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ellipsis {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff; }

.mobile-hamb {
  display: none; }

.btn-box a.button,
.btn-box a.button-alt {
  margin-bottom: 12px; }

.btn-box span {
  display: block;
  font-size: 13px;
  color: #000000; }

body.error404 #masthead {
  display: none !important; }

body.error404 .footer {
  display: none !important; }

.page-not-found {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh);
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .page-not-found h3 {
    margin-bottom: 30px; }

.search-box {
  min-height: 400px;
  padding: 50px 0; }
  .search-box h3.page-title {
    margin-bottom: 25px; }
  .search-box h4.page-title {
    max-width: 600px;
    margin: 0 auto 50px; }
  .search-box .content-area {
    max-width: 600px; }
    .search-box .content-area main article {
      border-bottom: 1px dashed gray;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .search-box .content-area main article .entry-summary p a {
        display: block;
        margin-top: 10px;
        font-weight: bold; }
    .search-box .content-area .row-categories {
      text-align: left; }

body.search-no-results .search-box .content-area {
  max-width: 100%;
  text-align: center; }
  body.search-no-results .search-box .content-area .page-content {
    display: none; }

.sidebar {
		position: -webkit-sticky;
    position: sticky;
    top: 70px;
  padding-left: 50px; }
  .sidebar aside section.widget {
    margin-bottom: 40px; }
    .sidebar aside section.widget h6.widget-title {
      color: #000000;
      margin-bottom: 20px; }
    .sidebar aside section.widget ul {
      padding: 0 0 0 0;
      margin: 0 0 0 0; }
      .sidebar aside section.widget ul li.cat-item {
        list-style: none;
        line-height: 20px;
        margin-bottom: 4px; }
        .sidebar aside section.widget ul li.cat-item a {
          font-size: 14px;
          color: #B43531;
          text-decoration: underline; }
          .sidebar aside section.widget ul li.cat-item a:hover {
            text-decoration: none; }
        .sidebar aside section.widget ul li.cat-item:last-child {
          margin-bottom: 0; }

.comments-area h5.comments-title {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 400; }

.comments-area ol.comment-list {
  padding: 0 0 0 0;
  margin: 0 0 30px 0; }
  .comments-area ol.comment-list li article {
    border-bottom: 1px solid #e1e1e1; }
  .comments-area ol.comment-list > li {
    list-style: none; }
    .comments-area ol.comment-list > li article {
      padding: 30px 0;
      position: relative; }
      .comments-area ol.comment-list > li article footer.comment-meta .comment-author img {
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%; }
      .comments-area ol.comment-list > li article footer.comment-meta .comment-author .says {
        display: none; }
      .comments-area ol.comment-list > li article footer.comment-meta .comment-author .fn {
        position: absolute;
        top: 34px;
        left: 132px; }
        .comments-area ol.comment-list > li article footer.comment-meta .comment-author .fn a {
          font-size: 20px;
          color: #222222;
          font-weight: 400; }
      .comments-area ol.comment-list > li article footer.comment-meta .comment-metadata a {
        color: #222222;
        font-size: 14px;
        position: absolute;
        top: 70px;
        left: 132px; }
      .comments-area ol.comment-list > li article footer.comment-meta .comment-metadata span.edit-link {
        width: 100px;
        text-align: center;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        display: none; }
        .comments-area ol.comment-list > li article footer.comment-meta .comment-metadata span.edit-link a {
          position: static;
          display: inline-block; }
      .comments-area ol.comment-list > li article .comment-content {
        padding: 0 0 0 132px;
        margin: -30px 0 0 0; }
        .comments-area ol.comment-list > li article .comment-content p {
          font-size: 14px;
          color: #636363; }
      .comments-area ol.comment-list > li article .reply {
        position: absolute;
        top: 30px;
        right: 0; }
        .comments-area ol.comment-list > li article .reply a {
          font-size: 13px;
          color: #B4B4B4;
          text-transform: uppercase; }
    .comments-area ol.comment-list > li ol.children {
      padding: 0 0 0 50px;
      margin: 0 0 0 0; }
      .comments-area ol.comment-list > li ol.children li {
        list-style: none; }

.comments-area .comment-respond {
  padding-top: 20px; }
  .comments-area .comment-respond h3.comment-reply-title {
    display: none; }

.comments-area form.comment-form p {
  margin-bottom: 17px; }
  .comments-area form.comment-form p label {
    margin-bottom: 15px; }
  .comments-area form.comment-form p:last-child {
    margin-bototm: 0; }

.comments-area form.comment-form p.logged-in-as {
  display: none; }

.comments-area form.comment-form p.comment-notes {
  display: none; }

.comments-area form.comment-form p.comment-form-comment label {
  display: block;
  font-size: 14px;
  color: #000000; }

.comments-area form.comment-form p.comment-form-comment textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7; }
  .comments-area form.comment-form p.comment-form-comment textarea:focus {
    border: 1px solid #B43531; }

.comments-area form.comment-form p.comment-form-author label {
  display: block;
  font-size: 14px;
  color: #000000; }

.comments-area form.comment-form p.comment-form-author input {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7; }
  .comments-area form.comment-form p.comment-form-author input:focus {
    border: 1px solid #B43531; }

.comments-area form.comment-form p.comment-form-email label {
  display: block;
  font-size: 14px;
  color: #000000; }

.comments-area form.comment-form p.comment-form-email input {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7; }
  .comments-area form.comment-form p.comment-form-email input:focus {
    border: 1px solid #B43531; }

.comments-area form.comment-form p.comment-form-url label {
  display: block;
  font-size: 14px;
  color: #000000; }

.comments-area form.comment-form p.comment-form-url input {
  display: block;
  width: 100%;
  max-width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7; }
  .comments-area form.comment-form p.comment-form-url input:focus {
    border: 1px solid #B43531; }

.comments-area form.comment-form p.form-submit {
  padding-top: 20px;
  margin-bottom: 0; }

html.mm-wrapper_opened body .header {
  position: static; }

html.mm-wrapper_opened body {
  padding-top: 0; }

p.comment-form-cookies-consent {
  display: none; }

/*
Theme Name: Californly
Author: Californly Group
Author URI: https://www.californly.com/
version: 1.0
Description: Californly Team
*/
body {
  padding-top: 70px; }



.footer {
  background-color: #1B1C24; }
  .footer .footer-top {
    border-bottom: 1px solid #434345;
    padding: 60px 0 80px 0; }
    .footer .footer-top .footer-box a.f-logo {
      display: block;
      max-width: 150px; }
    .footer .footer-top .footer-box h6 {
      color: #fff;
      margin-bottom: 25px;
      font-size: 18px; }
    .footer .footer-top .footer-box ul {
      padding: 0 0 0 0;
      margin: 0 0 36px 0; }
      .footer .footer-top .footer-box ul li {
        list-style: none;
        margin-bottom: 8px;
        line-height: 22px; }
        .footer .footer-top .footer-box ul li a {
          font-size: 15px;
          color: #8F8F8F;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .footer .footer-top .footer-box ul li a:hover {
            color: #fff; }
        .footer .footer-top .footer-box ul li:last-child {
          margin-bottom: 0; }
      .footer .footer-top .footer-box ul:last-child {
        margin-bottom: 0; }
    .footer .footer-top .footer-box.footer-box-categories ul li:nth-of-type(4) {
      margin-bottom: 38px; }
    .footer .footer-top .footer-box.footer-box-networks ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer .footer-top .footer-box.footer-box-networks ul li {
        margin-right: 10px; }
        .footer .footer-top .footer-box.footer-box-networks ul li a {
          font-size: 24px; }
  .footer .footer-bottom {
    padding: 25px 0; }
    .footer .footer-bottom p {
      color: #D9D9D9;
      opacity: .4;
      font-size: 14px;
      line-height: 18px; }

.intro {
  padding: 80px 0 50px 0; }
  .intro .intro-cont {
    max-width: 430px;
    padding: 40px 0 0 0; }
    .intro .intro-cont h1 {
      margin-bottom: 30px; }
    .intro .intro-cont .btn-box {
      padding-top: 30px;
      max-width: 240px;
      text-align: center; }
      .intro .intro-cont .btn-box a.button {
        height: 60px;
        line-height: 60px;
        min-width: 240px; }

.try-gmass {
  background: #3D3169 url("../img/bg-promo.png") center center no-repeat;
  background-size: cover; }
  .try-gmass .try-gmass-inn {
    min-height: 310px;
    padding: 50px 0 50px 0; }
    .try-gmass .try-gmass-inn h4 {
      color: #fff; }
    .try-gmass .try-gmass-inn p {
      color: #fff; }
    .try-gmass .try-gmass-inn .btn-box {
      padding-top: 30px; }
      .try-gmass .try-gmass-inn .btn-box span {
        color: #ffffff;
        opacity: .55; }

.page-intro {
  background-color: #3D3169;
  background-size: cover; }
  .page-intro .page-intro-inn {
    min-height: 320px;
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page-intro .page-intro-inn h1, .page-intro .page-intro-inn h2, .page-intro .page-intro-inn h3, .page-intro .page-intro-inn h4, .page-intro .page-intro-inn h5, .page-intro .page-intro-inn h6, .page-intro .page-intro-inn p, .page-intro .page-intro-inn ul li, .page-intro .page-intro-inn ol li {
      color: white; }
    .page-intro .page-intro-inn p {
      font-size: 16px;
      line-height: 24px;
      max-width: 750px;
      margin: 0 auto 20px; }
      .page-intro .page-intro-inn p:last-of-type {
        margin-bottom: 0; }
    .page-intro .page-intro-inn form.search-form {
      padding-top: 30px;
      width: 100%; }
      .page-intro .page-intro-inn form.search-form label {
        max-width: 350px;
        width: 100%;
        margin-right: 2px; }
        .page-intro .page-intro-inn form.search-form label span {
          display: none; }
        .page-intro .page-intro-inn form.search-form label input {
          border-radius: 4px;
          height: 49px;
          line-height: 49px;
          width: 100%; }

#sidebarsearch .gsc-search-button.gsc-search-button-v2{
	line-height: 0px;
	min-width: 0px;
}

#sidebarsearch .gsc-control-cse{
	padding: 0px !important;
}

#topsearch .gsc-search-button.gsc-search-button-v2{
	line-height: 0px;
	min-width: 0px;
}

#topsearch .gsc-control-cse{
	padding: 0px !important;
}

#topsearch .gsc-control-cse.gsc-control-cse-en{
	width: 300px;
	border: 0px;
}

#topsearch .gsc-search-box{
	margin-bottom: 0px !important;
}

#topsearch table.gsc-search-box td.gsc-input{
	padding-right: 0px !important;
}

#topsearch .gs-title{
	text-align: left;
}

.single-intro {
  background-color: #3D3169;
  background-size: cover; }
  .single-intro .single-intro-inn {
    /*min-height: 320px;*/
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .single-intro .single-intro-inn h1, .single-intro .single-intro-inn h2, .single-intro .single-intro-inn h3, .single-intro .single-intro-inn h4, .single-intro .single-intro-inn h5, .single-intro .single-intro-inn h6, .single-intro .single-intro-inn p, .single-intro .single-intro-inn ul li, .single-intro .single-intro-inn ol li {
      color: white; }
    .single-intro .single-intro-inn p {
      font-size: 16px;
      line-height: 24px;
      max-width: 750px;
      margin: 0 auto 20px; }
      .single-intro .single-intro-inn p:last-of-type {
        margin-bottom: 0; }
    .single-intro .single-intro-inn h3 {
      margin-bottom: 50px;
      line-height: 1.4; }
    .single-intro .single-intro-inn > ul.post-info {
      padding: 0 0 0 0;
      margin: 0 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .single-intro .single-intro-inn > ul.post-info > li {
        list-style: none;
        margin-right: 30px; }
        .single-intro .single-intro-inn > ul.post-info > li i {
          color: rgba(255, 255, 255, 0.4); }
        .single-intro .single-intro-inn > ul.post-info > li span {
          font-size: 14px;
          color: rgba(255, 255, 255, 0.4);
          display: inline-block;
          /*margin-left: 10px;*/ }
        .single-intro .single-intro-inn > ul.post-info > li.post-category span ul {
          padding: 0 0 0 0; }
          .single-intro .single-intro-inn > ul.post-info > li.post-category span ul li {
            display: inline-block;
            font-size: 14px;
            color: rgba(255, 255, 255, 0.4);
            display: inline-block;
            margin-right: 10px; }
            .single-intro .single-intro-inn > ul.post-info > li.post-category span ul li:last-child {
              margin-right: 0; }
        .single-intro .single-intro-inn > ul.post-info > li:last-child {
          margin-right: 0; }

body.category .single-intro .single-intro-inn h3 {
  margin-bottom: 0; }

.main {
  padding: 60px 0 90px; }

.row-posts .blog-post {
  margin-bottom: 65px; }
  .row-posts .blog-post a.bp-thumb {
    overflow: hidden;
    height: 220px;
    width: 100%;
    border-radius: 4px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin-bottom: 15px; }
    .row-posts .blog-post a.bp-thumb img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transition-timing-function: linear;
      -o-transition-timing-function: linear;
      transition-timing-function: linear; }
    .row-posts .blog-post a.bp-thumb:hover {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .row-posts .blog-post a.bp-thumb:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .row-posts .blog-post p.bp-date i {
    color: #666666;
    font-size: 13px; }
  .row-posts .blog-post p.bp-date span {
    font-size: 12px;
    color: #666666;
    margin-left: 4px; }
  .row-posts .blog-post a.bp-title {
    display: block; }
    .row-posts .blog-post a.bp-title h6 {
      margin-bottom: 18px; }
    .row-posts .blog-post a.bp-title + p {
      margin-bottom: 18px; }
  .row-posts .blog-post a.continue-reading {
    font-size: 14px;
    color: #B43531; }

.row-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .row-pagination .wp-pagenavi span.extend {
    margin: 0;
    border: 1px solid #979797;
    border-right: none; }
  .row-pagination .wp-pagenavi span, .row-pagination .wp-pagenavi a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .row-pagination .wp-pagenavi span.current {
    border: 1px solid #979797;
    border-right: 0;
    margin: 0;
    background-color: #4B3F7B;
    color: white;
    font-weight: 700;
    height: 36px;
    width: 36px;
    line-height: 34px;
    display: block;
    padding: 0 3px; }
  .row-pagination .wp-pagenavi a.page {
    border: 1px solid #979797;
    border-right: 0;
    margin: 0;
    font-size: 14px;
    color: #696969;
    height: 36px;
    width: 36px;
    line-height: 34px;
    display: block;
    padding: 0 3px; }
    .row-pagination .wp-pagenavi a.page:hover {
      background-color: #4B3F7B;
      color: white; }
  .row-pagination .wp-pagenavi a.previouspostslink {
    border: 1px solid #979797;
    border-right: 0;
    margin: 0;
    font-size: 14px;
    color: #696969;
    height: 36px;
    width: 36px;
    line-height: 34px;
    display: block;
    padding: 0 3px;
    background-color: #F3F3F3;
    font-size: 18px;
    border-radius: 5px 0 0 5px; }
    .row-pagination .wp-pagenavi a.previouspostslink:hover {
      background-color: #4B3F7B;
      color: white; }
  .row-pagination .wp-pagenavi a.nextpostslink {
    border: 1px solid #979797;
    margin: 0;
    font-size: 14px;
    color: #696969;
    height: 36px;
    width: 36px;
    line-height: 34px;
    display: block;
    padding: 0 3px;
    background-color: #F3F3F3;
    font-size: 18px;
    border-radius: 0 5px 5px 0; }
    .row-pagination .wp-pagenavi a.nextpostslink:hover {
      background-color: #4B3F7B;
      color: white; }
  .row-pagination .wp-pagenavi a.first {
    border: 1px solid #979797;
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #696969;
    height: 36px;
    width: 36px;
    line-height: 34px;
    display: block;
    padding: 0 5px;
    min-width: 55px;
    text-align: center;
    border-radius: 5px; }
    .row-pagination .wp-pagenavi a.first:hover {
      background-color: #4B3F7B;
      color: white; }
  .row-pagination .wp-pagenavi a.last {
    border: 1px solid #979797;
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #696969;
    height: 36px;
    width: 36px;
    line-height: 34px;
    display: block;
    padding: 0 5px;
    min-width: 55px;
    text-align: center;
    border-radius: 5px; }
    .row-pagination .wp-pagenavi a.last:hover {
      background-color: #4B3F7B;
      color: white; }

.single-page-content .sp-cont .post {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px; }
  .single-page-content .sp-cont .post h1, .single-page-content .sp-cont .post h2, .single-page-content .sp-cont .post h3, .single-page-content .sp-cont .post h4, .single-page-content .sp-cont .post h5, .single-page-content .sp-cont .post h6 {
    padding: 10px 0; }
  .single-page-content .sp-cont .post p > img {
    margin-bottom: 20px; }
  .single-page-content .sp-cont .post p:last-of-type {
    margin-bottom: 15px; }
  .single-page-content .sp-cont .post ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px; }
    .single-page-content .sp-cont .post ul li:last-child {
      margin-bottom: 0; }
  .single-page-content .sp-cont .post ol li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px; }
    .single-page-content .sp-cont .post ol li:last-child {
      margin-bottom: 0; }
  .single-page-content .sp-cont .post figure {
    margin-top: 25px;
    margin-bottom: 15px; }
    .single-page-content .sp-cont .post figure figcaption {
      font-style: italic;
      padding: 10px; }
.header .main-navigation .menu-menu-container li.highlighted_item {
	width: 100%!important;
}
.header .main-navigation .menu-menu-container li.highlighted_item a {
    background: #ebedff!important;
	padding: 25px 20px!important;
}
.header .main-navigation .menu-menu-container li.highlighted_item a:hover {
    background: #e0e3fb!important;
}

.single-page-content .sp-cont .post figure figcaption {
    background: #f1f1f1;
    font-style: normal;
    font-size: 15px;
    color: #676767;
}
.single-page-content .sp-cont .post figure figcaption em {
    font-style: normal;
}

@media (max-width: 991.98px) {
  .header-inn nav {
    display: none; }
  .mobile-hamb {
    display: block;
    font-size: 26px; }
  .intro .intro-cont {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 40px;
    text-align: center; }
  .intro .intro-cont .btn-box {
    margin: 0 auto; }
  .intro {
    padding-top: 20px;
    padding-bottom: 30px; }
  .overview {
    padding-top: 30px; }
  .info-box {
    padding: 50px 0; }
  .info-box .ib-cont {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center; }
  .info-box.info-box-reverse .ib-cont {
    max-width: 100%; }
  .footer-box {
    margin-bottom: 40px; }
  .footer .footer-top {
    padding: 50px 0 30px; }
  .try-gmass .try-gmass-inn {
    min-height: auto; }
  .main {
    padding: 50px 0; }
  .page-intro .page-intro-inn {
    min-height: 300px; }
  .menu-image {
    display: none !important; }
  .menu-item-description {
    display: none !important; } }

@media (max-width: 767.98px) {
  .f-try-gmass {
    padding: 50px 0; }
  .intro-cont {
    margin-bottom: 30px; }
  .footer-box {
    text-align: center; }
  .footer .footer-top .footer-box a.f-logo {
    margin: 0 auto; }
  .footer .footer-top .footer-box.footer-box-networks ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row-posts .blog-post {
    margin-bottom: 40px; }
  .sidebar {
    padding: 50px 0 0 0; 
}
  .row-posts .blog-post a.bp-thumb:hover img {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important; } }

@media (max-width: 575.98px) {
  .single-intro .single-intro-inn > ul.post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .single-intro .single-intro-inn > ul.post-info li {
      margin: 0 0 10px 0; }
      .single-intro .single-intro-inn > ul.post-info li:last-child {
        margin-bottom: 0; }
  .single-intro .single-intro-inn {
    min-height: 300px;
    padding: 30px 0; }
  h1 {
    font-size: 38px;
    line-height: 1.1; }
  h2 {
    font-size: 34px;
    line-height: 1.2; }
  h3 {
    font-size: 28px;
    line-height: 1.2; }
  h4 {
    font-size: 24px;
    line-height: 1.2; }
  h5 {
    font-size: 20px;
    line-height: 1.2; }
  h6 {
    font-size: 18px;
    line-height: 1.2; }
  .comments-area ol.comment-list > li ol.children {
    padding: 0; }
  .comments-area ol.comment-list > li article footer.comment-meta .comment-author img {
    height: 40px;
    width: 40px; }
  .comments-area ol.comment-list > li article {
    padding: 20px 0; }
  .comments-area ol.comment-list > li article footer.comment-meta .comment-author .fn {
    position: static; }
  .comments-area ol.comment-list > li article footer.comment-meta .comment-author .fn a {
    font-size: 14px; }
  .comments-area ol.comment-list > li article .comment-content {
    padding: 4px 0;
    margin: 0; }
  .comments-area ol.comment-list > li article .reply {
    position: static; }
  .comments-area ol.comment-list > li article footer.comment-meta .comment-metadata a {
    position: static; }
  .comments-area h5.comments-title {
    margin-bottom: 20px; } }

    

