/*------- social color -----*/
/**
 * Theme Name: Xpeedstudio starter theme
 * Theme URI: https://themeforest.net/user/xpeedstudio/portfolio?ref=XpeedStudio
 * Description: This is a skull theme which we use to develope new themes. textdomain: agmycoo, class: Agmycoo, var: $agmycoo_, constants: AGMYCOO_, function: agmycoo_
 *
 */
 /* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/
/* Global
================================================== */

/* Main container
================================================== */
.main-container {
  padding: 80px 0; }

/* Blog
================================================== */
/*-- Category listing --*/
.post {
  margin: 0 0 50px; }

  .entry-header .entry-title a {
    color: #222222; }

.post-meta {
  color: #a9a9a9;
  font-size: 14px;
  padding: 20px 0 10px; }
  .post-meta span {
    padding-right: 5px;
    margin-right: 5px; }
    .post-meta span i {
      margin-right: 5px;
      color: #2154cf; }
  .post-meta a {
    color: #a9a9a9; }


/* Pagination */
.pagination {
  margin: 0; }
  .pagination li a, .pagination li span {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    line-height: normal;
    border: 1px solid #f1f1f1;
    text-align: center;
    display: inline-block;
    color: #5a5a5a;
    border-radius: 3px; }
    .pagination li a i, .pagination li span i {
      line-height: 40px; }
  .pagination li.active a, .pagination li:hover a {
    color: #fff;
    background: #2154cf;
    border: 1px solid transparent; }
    .pagination li.active a:hover, .pagination li:hover a:hover {
      background: #2154cf; }

/*-- Blog single --*/
.post-details .entry-header .entry-title {
  font-size: 36px; }

.entry-content h3 {
  font-size: 24px; }
.entry-content p img{
  clear: both;
  margin-bottom: 30px;
}
.agmycoo-single{
  padding: 100px 0;
}
.page-links{
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
/* Post social */
.post-social-icons > li {
  display: inline-block; }

.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #252a37;
  text-align: center; }

.post-social-icons a:hover {
  color: #2154cf; }

/* Post navigation */
.post-navigation .post-previous{
  border-right: 1px solid #f1f1f1;
}
.post-navigation .post-previous, .post-navigation .post-next {
  padding: 0 40px;
  width: 50%;

  display: table-cell;
  position: relative;
  vertical-align: middle; }
.post-navigation span:hover, .post-navigation h3:hover {
  color: #2154cf; }
.post-navigation h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 5px 0; }
.post-navigation span {
  color: #5a5a5a; }
.post-navigation i {
  margin: 0 5px;
  color: #2154cf; }
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0; }
.post-navigation .post-next {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 40px; }

/*-- Post footer --*/
.entry-footer {
  margin: 40px 0; }

/* tags list */
.post-tag-container {
  display: inline-block; }
  .post-tag-container span {
    color: #5a5a5a;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px; }

.tag-lists a {
  border: 1px solid #f1f1f1;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  margin-left: 5px;
  border-radius: 25px;
  margin-bottom: 20px; }
  .tag-lists a:hover {
    background: #2154cf;
    color: #fff;
    border: 1px solid transparent; }

/* Post social */
  .post-social-share-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .post-social-share-container ul li {
      display: inline-block; }
      .post-social-share-container ul li a {
        color: #5a5a5a;
        margin-left: 10px; }
        .post-social-share-container ul li a:hover {
          color: #2154cf; }

/* Post comment */
.blog-post-comment .comment-info [class*=col-md-] {
  margin-bottom: 15px;
  position: inherit; }
.blog-post-comment .comment-respond .comment-reply-title {
  font-size: 24px; }
.blog-post-comment .comment-respond .comment-form .comment-notes {
  font-style: italic; }
.blog-post-comment .comment-respond .comment-form .btn.btn-primary {
  margin-top: 40px; }

/* Widgets
================================================== */
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
  padding: 40px; }
  .sidebar .widget .widget-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 15px; }
    .sidebar .widget .widget-title:before {
      content: "";
      position: absolute;
      display: inline-block;
      bottom: 0px;
      width: 50px;
      height: 2px;
      left: 0;
      z-index: 1;
      background: #2154cf; }
  .sidebar .widget.widget_search {
    padding: 0;}
    .sidebar .widget.widget_search .input-group-btn {
      background: #2154cf;
      color: #fff;
      padding: 0 20px; }
      .sidebar .widget.widget_search .input-group-btn i {
        line-height: 48px; }
.sidebar ul {
  border: 0;
  padding: 0;
  list-style: none; }
  .sidebar ul li {
    border-bottom: 1px dashed #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .sidebar ul li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .sidebar ul li a {
      color: #5a5a5a; }
      .sidebar ul li a:hover {
        color: #2154cf; }
.comment-content p{
  overflow: hidden;
}
.widget .sub-menu li:last-child{
  padding: 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

.widget_media_image img{
  max-width: 160px;
  margin: 0;
}
.title-404{
  font-size: 3.5rem;
}

.widget .textwidget img{
  display: inherit;
}
.footer-widget a.copyright-text:hover{
  color: #78d0e8 !important;
  opacity: 0.5;
}
.wpml-ls-legacy-list-horizontal ul li{
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
}
.wpml-ls-legacy-list-horizontal ul li a span{
  color: #fff;
}

.wpml-ls-legacy-list-horizontal ul li a span:first-child,
.wpml-ls-legacy-list-horizontal ul li img + span{
  margin-left: 10px;
}
.xs-menu-tools > li > a .lang-title{
  text-transform: uppercase;
}