/* ==========================================================================
   Author's custom styles
   ========================================================================== */

:root, body {
  font-size: 16px;
}
body header * {
font-family: 'Quattrocento Sans', sans-serif;
}
button::focus {
  outline: 0;
}
.inside-wrapper {
  width: 100%;
  max-width: 866px;
  margin: auto;
}

a { 
  cursor: pointer;
  text-decoration: none !important;
}

.btns {
  font-size: 1.0625rem;
  color: #435b5a;
  padding: 7px 20px;
  border: 1px solid #666666;
  display: inline-block;
  /*border-radius: 5px;*/
  border-radius: 3px;
  text-decoration: none !important;
  font-weight: 700;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.btns:hover {
  color: #fff;
  background: #666666;
}
.margin-auto {
  margin: auto;
}


.home .region-content::before {
  /*content: "";*/
  content: none;
  position: absolute;
  top: 0;
  left: 50%;
  height: 9px;
  width: calc(100% - 30px);
  background: url("../img/dots.png") repeat-x;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home .region-content::before {
  top: auto;
  bottom: 0;
}
.inner .region-content {
  padding: 0px 15px;
  border-top: 0px solid #cc7d52;
  border-bottom: 0px solid #cc7d52;
  margin-top: 0px;
}
.region-footer {

}
.content-bottom .block {
  padding: 60px 15px;
}
.content-bottom {
  background: #f2f2f2;
}
a {
  color: #299ad6;
}
.user-loggin .component-signin {
  display: none;
}
.user-loggin .featured-blog {
  display: block;
  padding: 0 15px;
}

.user-loggin .for-login-user {
  display: block;
}
.component-signin .btns {
  color: #4d4d4d;
}
.component-signin .btns:hover {
  color: #e8d179;
}
.pb-20 {
  padding-bottom: 20px !important;
}
/***********/

body .footer {
  overflow: hidden;
  background-color: #666666;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  padding: 0;
  margin-top: 0;
    border: 0;
}
footer>.region-lowerfooter {
  max-width: 884px;
  margin: 0 auto;
  padding: 10px 0;
}
/*Circle animation*/

.author-avatar {
  border-radius: 50%;
  padding: 3px;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
}
.avatar-image-wrapper .author-avatar {
  width: 112px;
  height: 112px;
}
.avatar-image-wrapper .author-avatar {
  float: none;
  margin: auto;
}
.author-avatar img {
  max-width: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
}
.circle-anm {
  position: absolute;
  overflow: hidden;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  z-index: -1;
}


.loadMore-wrapper {
  text-align: center;
  margin-bottom: 40px;
}
.loadMore-wrapper a {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #666666;
  font-weight: 600;
  /*padding: 15px 20px;*/
}
.cm-lnk {
  color: inherit;
}
.cm-lnk:hover {
  color: #799763;
}
.listing-blocks-expert {
  position: absolute;
  font-size: 0;
  /*background: url("/themes/custom/goxi/images/icn_expert.png") no-repeat center;*/
  background: url("/themes/custom/goxi/images/gold_badge.jpg") no-repeat center;
  /*    width: 25px;
    height: 54px;*/
  width: 32px;
  height: 32px;
  top: 0;
  left: 10px;
}
/*common listing views-row*/

.views-row-wrapper .views-row {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dbdbdb;
  /**/
  width: 100%;
}
.views-row-wrapper .views-row:last-child {
  border-bottom: none;
  margin-bottom: 15px;
}
.listing-tag-details__tag .blog-tag-name a {
  color: #e2a454 !important;
  margin-bottom: 8px;
}
.listing-tag-details__date {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #cccccc;
}
.author-hover-anm {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*categories*/

.category-list {
  /*position: relative;*/
  /*margin-top: 10px;*/
  margin-bottom: 15px;
}
.category-list-content, .category-popup-wrapper {
  display: inline;
}
.category-popup-wrapper {
  position: relative;
}
.category-item {
  /*display: inline-block;*/
}
.category-list-content>span:not(:last-child)::after {
  content: ",";
  margin-right: 5px;
}
.category-list-content>span.last-category::after {
  content: "..."
}
.category-list-content .bl-label::after {
  content: none !important;
}
.category-popup {
  position: absolute;
  bottom: calc(100% - -5px);
  left: calc(100% - 32px);
  /*display: none;*/
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 5px 0px #00000030;
  box-shadow: 0px 0px 5px 0px #00000030;
  font-size: 0.8125rem;
  font-weight: 400;
  width: 200px;
}
.category-popup::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 18px;
  bottom: -17px;
  left: 7px;
  background: url('/themes/custom/goxi/images/arrow_dropshadow1.png') no-repeat top center;
}
.category-popup span:not(:last-child)::after {
  content: ",";
  margin-right: 5px;
}
.category-popup-wrapper .readmore-btn:hover+.category-popup {
  /*display: block;*/
  opacity: 1;
}
.readmore-btn:hover {
  color: #cc7d52;
  text-decoration: underline;
}
/*End categories*/

.job-det {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.job-det>div:first-child:not(:last-child) {
  border-right: 1px solid #dbdbdb;
  margin-right: 15px;
  padding-right: 15px;
}
.event-date {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
 /* body:not(.home) {
    padding-top: 95px !important;
  }*/  
  body{
    padding-top: 95px !important;
  }
  /*body:not(.home):not(.anm-header) header .header-left {
    width: 190px;
    padding-bottom: 10px;
  }*/
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 71px;
  }
  .region-content {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .region-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .region-content .block-title {
    font-size: 1.25rem;
  }
  .region-footer {
    padding: 15px 0px;
  }
  .region-content {
    border-top: none;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) and (max-width : 991px) {
	html body
	{
		padding-top: 85px !important;
		margin-top: 0;
	}
}
@media screen and (max-width: 480px) {

body {
    padding-top: 72px;
}
}

@media screen and (min-width: 767px) {
 
}
@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 767px) {


}