@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.views-exposed-form .views-exposed-widget {
  float: left; /* LTR */
  padding: .5em 1em 0 0; /* LTR */
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}

.views-exposed-form label {
  font-weight: bold;
}

.views-exposed-widgets {
  margin-bottom: .5em;
}

/* table style column align */
.views-align-left {
  text-align: left;
}
.views-align-right {
  text-align: right;
}
.views-align-center {
  text-align: center;
}

/* Remove the border on tbody that system puts in */
.views-view-grid tbody {
  border-top: none;
}

.view .progress-disabled {
  float: none;
}

.social_share_pt{align:center; width: 100%; margin: 15px auto 0; position: relative;text-align: center}
.social_share_pt label{display:inline-block;font-size:12px;}
.social_share_pt ul{padding: 0px;margin:0px;font-size:0}
.social_share_pt ul li{display:inline-block;font-size: 14px;margin-right: 8px;}
.social_share_pt ul li:last-child{margin-right:0px;}
.social_share_pt ul li a{width: 35px;height: 35px; display: block;border-radius: 50%;line-height: 35px;color:#fff;background:#ccc;text-align: center;opacity: 0.8}
.social_share_pt ul li.fb_icon a{background:#4267b2;}
.social_share_pt ul li.tw_icon a{background:#1da1f2}
.social_share_pt ul li.in_icon a{background:#0084bf;}
.social_share_pt ul li a:hover{opacity: 1}
.code_copy{padding: 0px;margin: 0px;width: 85%;border-radius:3px;resize:none;height: 45px;padding: 5px 10px;}
.code_copy_btn{padding: 0px;margin: 0 0 0 5px;width: 10%;border-radius:3px;resize:none;height: 45px;padding: 5px 10px;}
.sitelogoclass {text-align: right;}
.sitelogoclasslist {float: right;}
@media(max-width:767px){
    .code_copy {
    width: 70%;
}
.code_copy_btn{min-width: 80px;}
}
