﻿.social-icons {
	overflow: hidden;
	text-align: left;
}
.sidebar-left .social-icons {
	text-align: left;
}
.social-icons.light a i{
	color: #fff;
}
.social_label{
	float: left;
	margin-right: 20px;
	line-height: 1.5;
}
.social-icons ul{
	padding: 0 !important;
}
.social-icons li{
	display: inline-block;
}
.social-icons .unstyled li a {
	display: flex;
}
.social-icons .unstyled li:last-child {
  margin-right: 0;
}
.social-icons li a {
	color: #686767;
    font-size: 15px;
	margin-right: 25px !important;
    display: inline-block;
    position: relative;
	line-height: 1;
}
.social-icons li a span {
	display: block;
	line-height: 1.3;
}

.social-icons li a i {
	line-height: inherit;
	font-size: 14px;
	color: #000;
}

#sidebar .social-icons li {
	display: inline-block;
}
#sidebar .social-icons li a{
	margin-right: 25px !important;
}
#sidebar .social-icons li a span {
  display: none;;
}

.social-icons li a:hover {
    color: #a5b8c0;
}


/**
* - Widgets
*/
.widget {
	margin-bottom: 40px;
}
.widget_aboutme .about-me-img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.widget_aboutme .about-me-img img {
  width: 100%;
  height: 180px;
  object-fit:cover;
  border-radius: 50%;
}
.widget_aboutme .content {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 15px;
}
.widget .list-latestposts li {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

.widget .list-latestposts .post-item {
    margin-bottom: 24px;
}

.widget .list-latestposts .post-item:last-child {
    margin-bottom: 0;
}

.widget .list-latestposts .post-item p:last-child {
    margin: 0;
}

.widget .list-latestposts li .title {
    font-weight: 400;
    color: #333333;
}

#sb_instagram #sbi_images .sbi_item{
	position: relative;
}
#sb_instagram #sbi_images .sbi_item:after{
	content: "\e903";
    position: absolute;
    font-family: 'icomoon' !important;
    z-index: 1;
    top: 50%;
    left: 50%;
    font-size: 18px;
    background-color: #444;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
#sb_instagram #sbi_images .sbi_item:hover:after{
	opacity: 1;
}
#sb_instagram.style-1 #sbi_images .sbi_item{
	margin-right: 85px !important;
	width: 280px !important;
	height: 280px !important;
}
#sb_instagram.style-1 #sbi_images .sbi_item:last-child{
	margin: 0 !important;
}
#sb_instagram.frgn-insta-widget{
	margin-left: -6px;
}

/
/**
* Forms
*/

textarea {
  line-height: inherit;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    position: relative;
    color: #404040;
}
select:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #404040;
  right: 20px;
  top: 22px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #222;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #c6c6c8;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #c6c6c8;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #c6c6c8;
}
input[type="date"] {
    padding-right: 10px;
}


.gallery-block {
  position: relative;
  padding-right: 80px;
  margin-bottom: 30px;
}

.gallery-block .gallery-image-2 {
  position: absolute;
  right: 0;
  top: 10%;
  padding: 10px 0 10px 10px;
  background-color: #fff;
  height: 80%;
  width: auto;
}

.gallery-block .gallery-image-2 img {
  object-fit:cover;
  height: 100%;
}

.gallery-caption {
  background-color: #fafafa;
  border: 1px solid #ededed;
  padding: 5px 10px;
  border-top: 0;
  overflow: hidden;
}
.gallery[class*="gallery-columns-"] {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}
.gallery[class*="gallery-columns-"] .gallery-item {
  float: left;
  display: inline;
  position: relative;
  margin-bottom: 15px;
  padding: 0 15px;
}
.gallery[class*="gallery-columns-"] .gallery-item .gallery-icon img {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}


button.ubtn-large{
	padding: 30px 80px !important;
}

.loadmore.active {
  color: #cccccc;
  background-color: #ededed;
  cursor: default;
}
.loadmore.active:hover {
  color: #cccccc !important;
  background-color: #ededed !important;
}
.loadmore.hide {
  display: none;
}

.author-info, .author-description {
  overflow: hidden;
}

.author-info {
  margin-bottom: 60px;
  text-align: center;
  padding: 0 50px;
}

#related-posts {
  padding-bottom: 60px;
}

body.search #related-posts {
  padding-top: 60px;
  padding-bottom: 0;
}

.author-title {
  font-size:22px;
  text-transform: capitalize;
  color: #201f22;
  margin-bottom: 16px;
  line-height: 1em;
}

.author-avatar {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 16px;
  display: inline-block;
}
.author-bio {
  margin-bottom: 17px;
}