                            /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28 Feb, 2020, 4:18:08 PM
    Author     : softcell
*/
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}

.error{ 
    padding: 0;
    font-size: 16px;
    color: #dd4d61;
    text-decoration: none;
    font-family: 'Freight-SansMedium';
    margin-top: -10px;
    /*color: #ff3333;*/
}
.error1{ 
    padding: 0;
    font-size: 16px;
    color: #dd4d61;
    text-decoration: none;
    font-family: 'Freight-SansMedium';
    margin-top: -10px;
    /*color: #ff3333;*/
}
.sucess{
    color: #65c5ac;
    font-size: 16px;
    font-family: 'Freight-SansMedium';
    /*color: #00C600;*/
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../media/image/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.authr-txt-fnt {
    color: #bfbfbf;
}
.artcle-fnt-hta {
    color:#757575;
}

/* for pagination added by pratik bariya */
#pagination {
  display: flex;
  /*height: 100vh;*/
  align-items: left;
  justify-content: center;
  flex-direction: column;
      font-family: freight-sansmedium;
}

 #pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
 #pagination ul li {
  color: #000;padding:10px;
  display: flex;
}
 #pagination ul li a {
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #ccc; cursor:pointer;
  font-size: 18px;
  color:#000;
  /*border-right: 0;*/
}
 #pagination ul li.active a {
      background: #db4f63;
      border: 1px solid #db4f63;
    color: #fff;
    font-weight: 700;
}


@media (max-width: 767px) {

#pagination {
  display: flex;
 /* height: 100vh;*/
  align-items: left;
  justify-content: center;
  flex-direction: column;
      font-family: freight-sansmedium;
}

 #pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
 #pagination ul li {
  color: #000;padding:5px;
  display: flex;
}
 #pagination ul li a {
        background-color: #fff;
    padding: 4px 8px;
    border: 1px solid #ccc;
    cursor: pointer;
    /* border-right: 0; */
    font-size: 13px;
}
 #pagination ul li.active a {
      background: #db4f63;
      border: 1px solid #db4f63;
    color: #fff;
    font-weight: 700;
}
}
>>>>>>> be4ce07
