@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(//fonts.googleapis.com/css?family=Pacifico);
/*
font-family: 'Open Sans', 'sans-serif';
font-family: 'Pacifico', 'cursive';
*/
/*--- Variables ---*/
/*--- Global Styles ---*/
body, * {
  font-family: "Open Sans", "sans-serif";
  color: #000000;
  font-size: 16px;
  line-height: 24px; }

body, html {
  height: 100%; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "sans-serif";
  margin: 0px;
  padding: 0px;
  font-weight: 800; }

input, button, select, textarea, .form-control {
  font-family: "Open Sans", "sans-serif";
  color: #000000;
  font-size: 16px;
  line-height: 24px; }

input {
  line-height: normal; }

*:focus, a:focus, a:active {
  outline: none;
  text-decoration: inherit;
  color: inherit; }

.overflow {
  overflow: hidden; }

img {
  max-width: 100%; }

.gray-btn, .content .page-content .comments ol.commentlist li.comment .comment-body .reply a {
  height: 40px;
  padding: 0px 20px;
  display: inline-block;
  border: 0px;
  background-color: #808285;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; }

.gray-btn:hover, .content .page-content .comments ol.commentlist li.comment .comment-body .reply a:hover {
  background-color: #000;
  text-decoration: none; }

/*--- Header ---*/
.header {
  position: relative;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
  padding: 15px 0px; }
  .header a.logo {
    display: inline-block; }
    .header a.logo img {
      margin-right: 10px; }
    .header a.logo span {
      text-transform: uppercase;
      color: #000000;
      font-size: 24px;
      line-height: 28px; }
  .header a.logo:hover {
    text-decoration: none; }
  .header .contact-details {
    float: right;
    padding-top: 30px; }
    .header .contact-details ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .header .contact-details ul li {
        display: block;
        text-align: right;
        font-size: 24px;
        line-height: 28px;
        font-weight: bold; }
        .header .contact-details ul li a {
          font-size: 20px;
          line-height: 24px;
          font-weight: bold;
          color: #000000; }

/*--- Content ---*/
.content {
  padding: 0px 0px 30px 0px;
  background-image: url(../img/w-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 900px; }
  .content .tagline .wrapper {
    padding: 30px 0px;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    font-family: "Pacifico", "cursive"; }
  .content .posts .the-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc; }
    .content .posts .the-post a.the-thumb {
      display: block; }
      .content .posts .the-post a.the-thumb img {
        width: 100%;
        height: auto; }
    .content .posts .the-post .right-side {
      min-height: 361px;
      position: relative; }
      .content .posts .the-post .right-side a.the-title {
        color: #000000;
        font-size: 30px;
        line-height: 34px;
        font-weight: 800;
        display: block;
        margin-bottom: 10px; }
      .content .posts .the-post .right-side a.the-title:hover {
        text-decoration: none;
        opacity: 0.8; }
      .content .posts .the-post .right-side .the-meta .the-category a {
        color: #666666;
        font-family: "Pacifico", "cursive";
        font-size: 20px;
        line-height: 24px; }
      .content .posts .the-post .right-side .the-meta .the-category a:hover {
        text-decoration: none;
        color: #000000; }
      .content .posts .the-post .right-side .the-meta .the-date-author {
        margin: 10px 0px; }
        .content .posts .the-post .right-side .the-meta .the-date-author .the-date {
          font-size: 16px;
          line-height: 24px;
          font-weight: bold;
          float: left;
          width: 50%; }
        .content .posts .the-post .right-side .the-meta .the-date-author .the-author {
          display: block;
          float: right;
          text-align: right;
          width: 50%; }
          .content .posts .the-post .right-side .the-meta .the-date-author .the-author a {
            font-size: 16px;
            line-height: 24px;
            font-weight: bold;
            color: #000000; }
      .content .posts .the-post .right-side .the-meta .the-excerpt {
        font-size: 16px;
        line-height: 20px; }
        .content .posts .the-post .right-side .the-meta .the-excerpt a.readmore {
          margin-top: 5px;
          display: inline-block;
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          color: #666666; }
      .content .posts .the-post .right-side .social-tools {
        position: absolute;
        bottom: 0px;
        width: 100%; }
        .content .posts .the-post .right-side .social-tools a.comments {
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          color: #666666;
          text-decoration: underline; }
        .content .posts .the-post .right-side .social-tools a.comments:hover {
          text-decoration: none; }
  .content h1.page-title {
    color: #000000;
    font-family: "Open Sans", "sans-serif";
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    display: block;
    margin-bottom: 30px; }
  .content .page-meta .the-category a {
    color: #666666;
    font-family: "Pacifico", "cursive";
    font-size: 20px;
    line-height: 24px; }
  .content .page-meta .the-category a:hover {
    text-decoration: none;
    color: #000000; }
  .content .page-meta .the-date-author {
    margin: 10px 0px; }
    .content .page-meta .the-date-author .the-date {
      font-size: 16px;
      line-height: 24px;
      font-weight: bold;
      float: left;
      width: 50%; }
    .content .page-meta .the-date-author .the-author {
      display: block;
      float: right;
      text-align: right;
      width: 50%; }
      .content .page-meta .the-date-author .the-author a {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #000000; }
  .content img.page-thumb {
    width: 100%;
    height: auto;
    margin-bottom: 30px; }
  .content .sidebar .the-widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc; }
    .content .sidebar .the-widget .widget-title {
      font-size: 34px;
      line-height: 38px;
      margin-bottom: 20px;
      font-family: "Pacifico", "cursive"; }
    .content .sidebar .the-widget .widget-content ul {
      color: #666666;
      padding-left: 20px;
      margin-bottom: 0px; }
      .content .sidebar .the-widget .widget-content ul li {
        color: #666666;
        margin: 10px 0px; }
        .content .sidebar .the-widget .widget-content ul li a {
          color: #666666; }
        .content .sidebar .the-widget .widget-content ul li a:hover {
          color: #000000;
          text-decoration: none; }
    .content .sidebar .the-widget .widget-content .newsletter-form {
      padding: 10px;
      background-color: #e6e7e8;
      overflow: hidden; }
      .content .sidebar .the-widget .widget-content .newsletter-form .the-title {
        font-family: "Pacifico", "cursive";
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px; }
      .content .sidebar .the-widget .widget-content .newsletter-form .subscriber-email {
        width: 75%;
        height: 40px;
        margin-right: 5px;
        padding: 0px 10px;
        border: 0px;
        font-size: 14px;
        line-height: 18px;
        float: left; }
      .content .sidebar .the-widget .widget-content .newsletter-form .go-btn {
        width: 50px;
        height: 40px;
        border: 0px;
        background-color: #808285;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        background-clip: padding-box; }
      .content .sidebar .the-widget .widget-content .newsletter-form .go-btn:hover {
        background-color: #000; }
  .content .page-title {
    margin-bottom: 10px; }
  .content .page-content p {
    margin-bottom: 30px; }
  .content .page-content blockquote p:last-child {
    margin-bottom: 0px; }
  .content .page-content h1 {
    margin-bottom: 10px; }
  .content .page-content h2 {
    margin-bottom: 10px; }
  .content .page-content h3 {
    margin-bottom: 10px; }
  .content .page-content h4 {
    margin-bottom: 10px; }
  .content .page-content h5 {
    margin-bottom: 10px; }
  .content .page-content h6 {
    margin-bottom: 10px; }
  .content .page-content .alignnone {
    margin: 5px 20px 20px 0; }
  .content .page-content .aligncenter,
  .content .page-content div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  .content .page-content .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content .page-content .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content .page-content a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content .page-content a img.alignnone {
    margin: 5px 20px 20px 0; }
  .content .page-content a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  .content .page-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content .page-content ul, .content .page-content ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    overflow: hidden; }
  .content .page-content .comments {
    margin-top: 30px; }
    .content .page-content .comments ol.commentlist {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .content .page-content .comments ol.commentlist li.comment {
        display: block;
        overflow: hidden;
        margin-top: 0px;
        padding-top: 30px;
        border-top: 1px dashed #ccc; }
        .content .page-content .comments ol.commentlist li.comment .comment-body .comment-author .avatar {
          width: 50px;
          height: 50px;
          float: left;
          margin-right: 10px; }
        .content .page-content .comments ol.commentlist li.comment .comment-body p {
          margin-top: 10px;
          margin-bottom: 0px;
          overflow: hidden;
          width: 100%; }
        .content .page-content .comments ol.commentlist li.comment .comment-body .reply a {
          margin-top: 10px;
          margin-bottom: 30px; }
    .content .page-content .comments #respond {
      padding-top: 15px;
      border-top: 1px dashed #ccc;
      overflow: hidden;
      width: 100%; }
    .content .page-content .comments #commentform label {
      font-weight: normal; }
    .content .page-content .comments #commentform #comment {
      height: 190px; }
    .content .page-content .comments #commentform .btn-container {
      margin-top: 10px; }

/*--- Footer ---*/
.footer {
  padding: 20px 0px;
  background-color: #e6e7e8; }
  
  .footer .col-sm-12 {
    color: #a7a9ac;
    font-size: 16px;
    line-height: 20px; }
	
footer {
  border-top: 1px solid #e2e2e2;
  padding-top: 65px;
  background-color: #f5f5f5;
}

footer .wrapper {
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e2e2;
}

footer .wrapper  a.logo {
      display: block;
      text-decoration: none;
      width: 184px;

    }
	
	footer .wrapper a.logo img {
        width: 100%;
      }

    footer .menu-title {
      font-weight: $fw-bold;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 13px;
    }

  footer ul.footer-menu {
      padding: 0;
      margin: 0;
  }
   footer  ul.footer-menu li {
        list-style: none;
        margin-bottom: 7px;
   }
    footer ul.footer-menu li a {
          color: #4f545c;
          text-decoration: none;

        }


	.socialmedia-links ul {
		font-size: 14px;
		display:flex;
	}
	.socialmedia-links ul li {
		list-style: none;
        margin-left: 40px;
	}
	.socialmedia-links ul li:first-child{
		 margin-left: 0;
	}
	.socialmedia-links ul li a {
	  text-decoration: none;
	  width: 32px;
	  height: 32px;
	  border-radius: 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background-color: #444444;

	}
	.socialmedia-links ul li a:hover{
		background-color: #1f1e1e;
	}
	.socialmedia-links ul li a img {
		height: 60%;
		width: auto;
	}
	.socialmedia-links .row{
		display:flex;
	}
 

  .bottom-menu {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a2a2a;
  }
  .bottom-menu ul {
      margin: 0;
      padding: 0;
	  display: flex;
   }
   .bottom-menu ul li {
        list-style: none;
        position: relative;
        padding-left: 10px;
        margin-left: 10px;
   } 
   .bottom-menu a {
          color: #e2e2e2;
          font-size: 12px;
          text-decoration: none;
        }

        .bottom-menu ul li:before {
          content: "|";
          color: #e2e2e2;
          display: block;
          position: absolute;
          left: -1px;
          top: 7px;
          font-size: 10px;
        }

        .bottom-menu ul li:first-child {
          margin-left: 0;
          padding-left: 0;

        }
      .bottom-menu ul li:first-child:before{
            display: none;
	  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
  footer {
    padding-top: 0;
  }
  footer .wrapper {
    padding-bottom: 0;
  }
  footer .trustpilot-widget {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  footer .footer-menu-wrapper {
    border-top: 1px solid #e2e2e2;
    padding: 12px 0;
  }
  footer .wrapper .menu-title {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;

    &::after {
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      /* border: 1px solid red; */
      position: absolute;
      right: 0;
      top: 0px;
      background: url(../../assets/img/megamenu-arrow-right.png) center center no-repeat;
      background-size: 100% auto;
      transform: rotate(90deg);
      @include transition;
    }

    &.active {
      &::after {
        transform: rotate(270deg);
        top: 5px;
      }
    }
  }
  footer .wrapper ul.footer-menu {
    display: none;
    padding-top: 10px;
  }
  footer .wrapper ul.footer-menu li {
    margin-bottom: 0;
    padding-bottom: 7px;
    font-size: 14px;
  }

  footer .socialmedia-links {
    padding: 15px 0;
  }
  footer .socialmedia-links ul {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;
  }
  footer .socialmedia-links ul li:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .socialmedia-links ul li {
    margin-left: 26px;
  }
  footer .socialmedia-links ul li:nth-child(2) {
    margin-left: 0;
  }

  footer .bottom-menu ul li {
    margin-left: 6px;
    padding-left: 6px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
}
