@font-face {
  font-family: 'brandon-light';
  src: url('../fonts/Brandon/Brandon_light.otf'); }

@font-face {
  font-family: 'brandon-med';
  src: url('../fonts/Brandon/Brandon_med.otf'); }

@font-face {
  font-family: 'brandon-bold';
  src: url('../fonts/Brandon/Brandon_bld.otf'); }

@media (min-width: 500px), @media (min-width: 300px) {
  .logo-img {
    height: 20px;
    max-width: 50px; }

  .logo-txt {
    font-size: 124%; } }

.navbar-default .navbar-nav > li.logo-txt > a {
  color: #fff; }

@media screen and (min-width: 768px) {
  .logo-img {
    height: 30px;
    max-width: 60px; }

  .logo-txt {
    font-size: 224%; }

  #page {
    margin-top: 70px; } }

@media (min-width: 1400px) {
  .bgc-fl .container {
    width: 1280px; }

  .container-fluid {
    background-color: #f7f7f7;
    margin-left: 70px;
    margin-right: 70px; } }

.bgc-h {
  background-color: #111; }

.bgc {
  background-color: #fff;
  margin-top: 60px; }

@media (min-width: 1400px) {
  .bgc {
    background-color: #e1e1e1; } }

.bgc-sig {
  background-color: #fff; }

.primary-menu .navbar-nav > li > a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0); }
  .primary-menu .fa {
    padding-right: 10px; }
  .primary-menu .navbar-nav > li, .primary-menu .navbar-nav > .active {
    display: inline-block;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-right: 5px; }
    .primary-menu .navbar-nav > li a, .primary-menu .navbar-nav > .active a {
      padding: 5px 8px;
      padding-right: 10px;
      font-size: 13px;
      color: #fff;
      font-weight: 600;
      font-family: 'lato';
      letter-spacing: 1px;
      background-color: #111; }
  .primary-menu .navbar-nav > li:last-child {
    border-right: solid 1px rgba(0, 0, 0, 0); }
  .primary-menu .navbar-nav > li:hover, .primary-menu .navbar-nav > .active > a:hover {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #a1a1a1; }
    .primary-menu .navbar-nav > li:hover a, .primary-menu .navbar-nav > .active > a:hover a {
      color: #111; }
  .primary-menu .navbar-nav > li:hover, .primary-menu .navbar-nav > li.active {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
  .primary-menu .navbar-nav > li:hover:before, .primary-menu .navbar-nav > li:focus:before, .primary-menu .navbar-nav > li.active:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30%;
    border-width: 10px 15px 0;
    border-style: solid;
    border-color: #111 transparent;
    display: block;
    width: 0; }
  .primary-menu .navbar-nav > li:hover:before {
    border-color: #a1a1a1 transparent; }

.sec-menu {
  display: block;
  margin: auto; }
  .sec-menu a {
    color: #313131;
    font-weight: 600;
    font-family: Exo;
    letter-spacing: 1px; }
  .sec-menu .nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0); }
  .sec-menu .fa-home:before {
    color: #313131; }
  .sec-menu .fa {
    padding-right: 10px;
    color: #313131; }
  .sec-menu .nav > li {
    display: inline-block;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    margin: 5px 8px;
    padding-right: 5px; }
    .sec-menu .nav > li a {
      padding: 0px 0px;
      padding-right: 10px;
      font-size: 12px; }
    .sec-menu .nav > li:hover a {
      color: #000; }
    .sec-menu .nav > li:last-child {
      border-right: solid 1px rgba(0, 0, 0, 0); }

#back-top {
  position: fixed;
  z-index: 100;
  display: block;
  bottom: 5px;
  right: 20px;
  padding: 10px 15px;
  background-color: #111;
  border: normal 1px #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  opacity: 0.6;
  border-radius: 50%; }

@media screen and (min-width: 1000px) {
  #back-top i {
    font-size: 14px; } }

@media screen and (max-width: 650px) {
  #back-top {
    right: 1px; } }

#back-top:hover {
  opacity: 1;
  background-color: #111;
  box-shadow: 2px -2px 2px #455a64; }

.subscribe-model {
  position: fixed;
  background-color: #333;
  color: white;
  box-shadow: 1px 2px 5px #677c86;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  z-index: 9999;
  margin-top: 20%;
  opacity: 0.9;
  min-width: 230px;
  width: auto; }
  .subscribe-model button {
    background-color: rgba(114, 137, 147, 0.25);
    border-radius: 2px;
    width: 100%;
    padding: 3px;
    margin-top: 2px;
    border-color: #333; }
  .subscribe-model h4 {
    color: #fff;
    font-family: Exo;
    margin: 0;
    font-size: 28px; }
  .subscribe-model h4 span {
    color: #ff0;
    text-transform: lowercase; }

.footer-distributed {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  margin-top: 80px;
  margin-bottom: -2%; }
  .footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: rgba(133, 196, 237, 0.12);
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px; }
  .footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: rgba(114, 137, 147, 0.25);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12);
    border: none;
    font: inherit;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    width: 100%;
    padding: 10px 30px 10px 10px; }

#subscribe button, #loginform button {
  color: #fff;
  font-weight: 600; }

.logo-txt {
  font-family: Exo;
  font-weight: normal;
  display: inline;
  color: #fff;
  font-size: 224%;
  margin: 0;
  display: inline;
  letter-spacing: 1px; }
  .logo-txt .txt-e {
    color: #fff;
    display: inline; }
  .logo-txt .txt-line {
    color: #5383d3;
    display: inline;
    text-transform: lowercase; }

#share-buttons {
  padding-top: 5px;
  margin-top: 0.5em 0 0.5em 0; }
  #share-buttons img {
    height: 2em; }
  #share-buttons div {
    display: inline-block;
    padding-left: 0.1em; }

.share-link-bottom {
  margin-top: 20px;
  text-align: center; }
  .share-link-bottom img {
    width: 32px; }

.post-header-home {
  margin: 2px;
  font-size: 12px;
  margin-left: -12px;
  margin-bottom: 12px; }

.post-timestamp, .post-labels, .post-comment-link {
  margin-left: 12px; }

.one-post iframe.youtube-video {
  height: 450px;
  width: 100%; }
  .one-post h4:first {
    margin-top: 10px; }
  .one-post h4 {
    margin-top: 20px;
    color: #333;
    font-weight: 600;
    font-size: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .one-post a, .one-post h2 {
    color: #333; }
  .one-post h2 {
    font-size: 25px;
    margin: 10px 0px; }
  .one-post h3 {
    font-size: 20px;
    margin: 5px 0px; }
  .one-post p {
    margin-bottom: 30px; }
  .one-post img {
    margin-bottom: 15px; }
  .one-post p img:last-child {
    margin-bottom: 0px; }
  .one-post .post-fav {
    margin-right: 40px; }

.rigth-side-bar {
  right: 0;
  padding-bottom: 5px;
  padding-top: 12px; }

.related-post-side, .related-post-bottom {
  margin-top: 5px;
  padding-top: 10px; }
  .related-post-side .t-img, .related-post-bottom .t-img {
    height: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    margin-bottom: 12px; }
  .related-post-side .title, .related-post-bottom .title {
    font-size: 16px;
    color: #333;
    font-family: brandon-bold, sans-serif !important; }
  .related-post-side .col-md-4, .related-post-bottom .col-md-4 {
    border-bottom: 1px solid #b5b6b8;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0; }
  .related-post-side .row:first, .related-post-bottom .row:first {
    margin-top: 5px; }
  .related-post-side h3, .related-post-bottom h3 {
    margin-bottom: -12px;
    margin-top: 12px;
    border-radius: 2px;
    color: #5c5586;
    opacity: 0.9;
    padding-bottom: 5px;
    margin-left: 12px; }
  .related-post-side img, .related-post-bottom img {
    width: 100%;
    height: 10em; }

.related-post-side .col-md-4 {
  width: 100%; }

.related-post-bottom .col-md-4 {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  margin-top: 15px; }
  .related-post-bottom h3 {
    margin-bottom: -3px;
    margin-top: 10px; }
  .related-post-bottom .col-sm-6 {
    width: 100%; }
  .related-post-bottom .title {
    height: 40px;
    padding: 0;
    margin-bottom: 10px; }
  .related-post-bottom .t-img {
    margin-bottom: 2px;
    height: 150px; }
  .related-post-bottom .nav-tabs {
    margin-top: 10px;
    border-bottom: 1px solid transparent; }
  .related-post-bottom .nav-tabs > li.active > a, .related-post-bottom .nav-tabs > li.active > a:focus, .related-post-bottom .nav-tabs > li.active > a:hover {
    background-color: rgba(91, 115, 52, 0.0);
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5); }
  .related-post-bottom .nav-tabs > li > a {
    padding: 0px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    color: #717171;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-weight: bold;
    text-shadow: 0px 1px 0px #fff;
    border-radius: 3px;
    font-size: 15px;
    font-family: sans-serif;
    margin-right: 5px; }

@media (min-width: 970px) {
  .related-post-bottom .t-img {
    height: 92px; } }

@media (min-width: 768px) {
  .related-post-bottom .t-img {
    height: 92px; } }

.google-play img {
  height: 45px;
  max-width: 110px; }

#heart {
  position: relative;
  width: 25px;
  height: 22px; }

#heart:before, #heart:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 0;
  width: 12px;
  height: 20px;
  background: #888080;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%; }

#heart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin : 100% 100%; }

.active#heart:before, .active#heart:after {
  background: #373737; }

.multi-post {
  margin-top: 10px; }
  .multi-post .post-lists .row {
    margin-top: 10px; }
  .multi-post .video-content iframe {
    height: 400px;
    width: 100%; }
  .multi-post .post {
    padding-top: 30px;
    margin: 0px;
    min-height: 350px; }
  .multi-post .post-thumb {
    position: relative;
    background-color: #fff;
    webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1); }
    .multi-post .post-thumb a h2 {
      height: 65px;
      font-size: 18px;
      color: #333;
      line-height: 27px;
      font-weight: 300;
      text-decoration: none;
      text-transform: none;
      transition: color 0.5s ease;
      padding: 10px;
      overflow: hidden; }
    .multi-post .post-thumb a:hover h2 {
      color: #555; }
    .multi-post .post-thumb a:hover {
      text-decoration: none;
      text-transform: none; }
    .multi-post .post-thumb .wpfp-span #heart {
      float: right; }
  .multi-post .title {
    overflow: hidden;
    padding-bottom: 0px;
    z-index: 99;
    opacity: 0.9;
    background-color: #fff; }
  .multi-post .detail {
    height: 42px;
    background-color: #fff;
    padding-top: 10px;
    color: #303030;
    color: #888080;
    border: solid 1px rgba(23, 22, 22, 0.08);
    border-top: solid 1px rgba(90, 87, 87, 0.2); }
    .multi-post .detail .counts {
      font-family: Exo;
      border-left: solid 1px rgba(17, 17, 17, 0.37); }
    .multi-post .detail .fav {
      color: #2ef505;
      color: #888080; }
  .multi-post a:hover .title {
    background-color: #fff;
    background: #fff;
    transition: color 0.4s ease; }
  .multi-post .title img {
    display: none; }
  .multi-post .post-thumb h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #333;
    font-weight: 600;
    font-family: brandon-bold, sans-serif !important; }
  .multi-post .t-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .multi-post .content {
    padding-left: 5px;
    text-align: justify;
    height: 6.5em;
    word-wrap: break-word;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  .multi-post .post-thumb .img {
    height: 100%;
    width: 100%; }

.post-thumb-search a:focus, .post-thumb-search a:hover {
  text-decoration: none; }

@media (min-width: 970px) {
  .multi-post .post-thumb .img {
    height: 250px;
    width: 100%; } }

@media (min-width: 768px) {
  .multi-post .post-thumb .img {
    height: 200px;
    width: 100%; } }

.post-content {
  font-family: brandon-light, sans-serif !important;
  color: #333; }
  .post-content p, .post-content li {
    font-size: 19px;
    font-weight: 600;
    text-align: justify;
    color: rgba(51, 51, 51, 0.85); }
  .post-content li {
    font-size: 18px; }
  .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content b, .post-content strong {
    font-family: brandon-med, sans-serif !important;
    color: #333; }
  .post-content img {
    width: 100%;
    max-width: 700px;
    height: auto; }
  @media (max-width: 768px) {
  .post-content img {
    min-width: 500px; } }
  @media (max-width: 400px) {
  .post-content img {
    width: 100%;
    min-width: 300px; } }

.carousel.slide .carousel-caption {
  background-color: rgba(49, 49, 49, 0.4);
  width: 100%;
  right: 0;
  left: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .carousel.slide .carousel-caption p {
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px; }

.add-by-country img {
  width: auto;
  height: auto;
  min-width: auto;
  max-width: auto; }

.single-post-content {
  border: 1px solid #dfe6ec;
  border-radius: 3px;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px; }
  .single-post-content .one-post {
    padding: 15px;
    padding-top: 5px;
    border-radius: 5px;
    margin-top: 10px; }

@media (max-width: 768px) {
  .single-post-content, .page-content {
    padding-left: 15px;
    padding-right: 15px; } }

a:hover.logo {
  text-decoration: none; }

#main-header-wrapper {
  padding-top: 10px; }
  #main-header-wrapper.navbar-default {
    border-color: #111; }

.lg-social-div, .social-div, .acc-icon {
  margin-top: 10px; }
  .lg-social-div > li, .social-div > li, .acc-icon > li {
    display: inline-block; }
  .lg-social-div > li.icon > a > span, .social-div > li.icon > a > span, .acc-icon > li.icon > a > span, .lg-social-div > li > a > span, .social-div > li > a > span, .acc-icon > li > a > span {
    text-align: center;
    color: #f2f2f2;
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 15px; }
  .lg-social-div > li > a.btn-login, .social-div > li > a.btn-login, .acc-icon > li > a.btn-login {
    margin-left: 20px; }
  .lg-social-div > li > a:focus, .social-div > li > a:focus, .acc-icon > li > a:focus, .lg-social-div > li > a:hover, .social-div > li > a:hover, .acc-icon > li > a:hover {
    background-color: #333;
    color: #f4f4f4; }
  .lg-social-div li, .social-div li, .acc-icon li {
    display: inline; }
  .lg-social-div a span.fa:hover, .social-div a span.fa:hover, .acc-icon a span.fa:hover {
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear; }
  .lg-social-div .fa:hover, .social-div .fa:hover, .acc-icon .fa:hover {
    color: #111;
    background-color: #a1a1a1; }
  .lg-social-div a span.fa-twitter:hover, .social-div a span.fa-twitter:hover, .acc-icon a span.fa-twitter:hover {
    background-color: #32ccfe; }
  .lg-social-div a span.fa-facebook:hover, .social-div a span.fa-facebook:hover, .acc-icon a span.fa-facebook:hover {
    background-color: #3b5998; }
  .lg-social-div a span.fa-linkedin-square:hover, .social-div a span.fa-linkedin-square:hover, .acc-icon a span.fa-linkedin-square:hover {
    background-color: #1285c6; }
  .lg-social-div a span.fa-instagram:hover, .social-div a span.fa-instagram:hover, .acc-icon a span.fa-instagram:hover {
    background-color: #a1755c; }
  .lg-social-div a span.fa-pinterest:hover, .social-div a span.fa-pinterest:hover, .acc-icon a span.fa-pinterest:hover {
    background-color: #cb2027; }
  .lg-social-div a span.fa-tumblr:hover, .social-div a span.fa-tumblr:hover, .acc-icon a span.fa-tumblr:hover {
    background-color: #314e6c; }
  .lg-social-div a span.fa-heart:hover, .social-div a span.fa-heart:hover, .acc-icon a span.fa-heart:hover {
    background-color: #f69; }
  .lg-social-div a span.fa-google-plus:hover, .social-div a span.fa-google-plus:hover, .acc-icon a span.fa-google-plus:hover {
    background-color: #d84b37; }
  .lg-social-div a.my-fav span.fa-heart:hover, .social-div a.my-fav span.fa-heart:hover, .acc-icon a.my-fav span.fa-heart:hover {
    color: #111;
    background-color: #a1a1a1; }

@-webkit-keyframes thumb {
  0% {
    -webkit-transform: scale(1); }

  50% {
    -webkit-transform: scale(0.9); }

  100% {
    -webkit-transform: scale(1); } }

#fl_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  z-index: 2000;
  width: 130px;
  height: 50px; }

#fl_menu .label {
  padding-left: 20px;
  line-height: 50px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  color: #fff;
  letter-spacing: 7px; }

#fl_menu .menu {
  opacity: 0;
  transition: opacity 0.5s linear; }

#fl_menu:hover .menu {
  opacity: 0.9; }

#fl_menu:hover .menu_item span {
  opacity: 0.9;
  display: inline-block; }

#fl_menu .menu:hover {
  opacity: 1; }

#fl_menu .menu .menu_item {
  display: block;
  background: #000;
  color: #bbb;
  border-top: 1px solid #333;
  padding: 10px;
  padding-right: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none; }

#fl_menu .menu a.menu_item:hover, #fl_menu .menu a.menu_item.active {
  background: #333;
  color: #fff; }

#fl_menu .menu a span.fa {
  font-size: 11px;
  width: 10px;
  margin: auto; }

#fl_menu .menu a span.menu {
  padding-left: 5px;
  font-weight: bold;
  letter-spacing: 1px; }

.lg-social-div > li.icon > a > span, .lg-social-div > li > a > span {
  font-size: 25px;
  color: rgba(21, 20, 20, 0.6); }

.follow-lg h3, .sub-lg h3 {
  color: rgba(21, 20, 20, 0.6);
  font-size: 30px;
  font-weight: 600;
  font-family: Exo;
  padding-left: 25px;
  display: inline; }
  .follow-lg ul, .sub-lg ul {
    display: inline; }
  .follow-lg .btn-primary, .sub-lg .btn-primary, .follow-lg .btn-primary:hover, .sub-lg .btn-primary:hover {
    color: #fff;
    background-color: #6e6d6d;
    border-color: #204d74;
    width: 80%;
    max-width: 400px; }

.form-control {
  color: #333; }

#subFormModel .modal-header {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 10px auto; }

.post-header-home {
  padding-top: 10px; }

.post-navigation {
  border: 1px solid #f3f3f3; }

.site-content {
  padding-left: 0;
  padding-right: 0;
  min-height: 500px; }
  .site-content article .multi-post:last-child {
    border-bottom: 1px solid #b5b4b4; }

.display-none {
  display: none; }

.navbar-form .input-group {
  margin: auto;
  padding-left: 15px; }
  .navbar-form .input-group .search-btn {
    width: 80px;
    padding-right: 10px;
    background-color: #5cb85c;
    border-color: #111;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .navbar-form .input-group .search-btn button {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
    border: 0px outset buttonface; }
  .navbar-form .input-group .form-control {
    min-width: 400px;
    padding: 6px 12px;
    padding-right: 0;
    border: 1px solid #111;
    color: color1;
    background-color: #fff;
    border-color: #fff;
    font-weight: bold;
    border: 1px solid #111;
    font-family: "Lato";
    transition: width 0.5s ease;
    border-left-color: #fff;
    border-right-color: #fff;
    font-size: 18px; }
  .navbar-form .input-group .search-icon {
    padding: 6px 12px;
    padding-right: 0;
    padding-left: 0;
    min-width: 20px;
    max-width: 25px;
    background-color: #fff;
    border-color: #111;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right-color: #fff; }
  .navbar-form .input-group .search-icon .glyphicon-search {
    padding-left: 10px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    margin: auto; }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
    width: 46%; }
    .navbar-form .input-group .form-control {
      min-width: 250px; } }

@media (min-width: 992px) {
  .navbar-form .input-group .form-control {
    min-width: 400px; } }

.navbar-brand {
  padding: 15px 15px;
  padding-right: 0px;
  padding-top: 10px; }

.lg-width-ps {
  margin-bottom: 0px;
  margin-top: 30px;
  margin-left: 15px;
  border: solid 1px rgba(51, 51, 51, 0.08);
  padding-left: 0;
  padding-right: 0px;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 20px; }

.verti-post-add {
  margin-left: 20px; }

.one-post-con h1.title {
  font-family: brandon-bold, sans-serif !important;
  font-size: 35px; }

#widget-5 {
  margin-top: 40px; }
