/* Import Google Font
------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Arizonia|Poppins:400,500,600,700|Roboto:400,500,700|Lato:400,700,900|Oswald:300,600,700|Yanone Kaffeesatz:300,400,600,700|Bebas Neue:400|Droid Sans:300,400,600,700');


/* Default Style / Reset
------------------------------------------------------------------------*/
html,
body {
  background: #fff;
  font-family: 'Droid Sans',Tahoma,Arial,sans-serif ; /*  'Lato', 'Poppins', 'Arizonia', 'cursive', sans-serif */
  font-size: 15px;
  line-height: 1;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.green{color:#009900}
.grey{color:#aaa}
.red{color:#900}
.orange {color:#DA9A00}
.smtext {font-size:.8em;}


.msgbtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #333541, #46495C);
  background-image: -moz-linear-gradient(top, #333541, #46495C);
  background-image: -ms-linear-gradient(top, #333541, #46495C);
  background-image: -o-linear-gradient(top, #333541, #46495C);
  background-image: linear-gradient(to bottom, #333541, #46495C);
  font-family: 'Lato';
  color: #ffffff;
  font-size: 14px;
  padding: 10px 25px 10px 25px;
  text-decoration: none;
}

.msgbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}




















.editable {background:#EAEAEA}


.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width:100%;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.youtube {
    position: relative;
    display: inline-block;
}
.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
  /*  background: transparent url("../../images/ytplaybutton.png") center center no-repeat; */
}


.single-category{
	margin-top: 50px;
}
.single-category .main-entry-title{
	font-size: 36px;
	font-weight: 700;
	margin: 30px 0;
}
.single-category .entry-img{
	margin: 50px 0;
}
.entry-meta {
 /* border-top: solid 1px #e9eaed;
  border-bottom: solid 1px #e9eaed; */
  padding: 10px 0 15px 0;
margin: 0px 0px 10px 0;
}
.entry-meta-list {
  display: inline-block;
  border-left: solid 1px #e9eaed;
}
.entry-meta-list:first-child {
  padding-right:25px;
  border-left: none;
  vertical-align: middle;
}
.entry-meta-list:nth-child(2){
	padding-left: 25px;
}
.author-avatar,
.author-avatar-text {
  display: inline-block;
}
.author-avatar-text {
  margin: 0;
  vertical-align: top;
  padding-left: 14px;
  color:#757575;
}
.author-avatar-text .author{
	line-height: 16px;
}
.author-avatar-text .author a {
    color: #000;
    text-transform: capitalize;
}

.entry-summary p{
	margin-bottom: 20px;
	line-height: 26px;
}

/* single page social share */
.social-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-share ul li {
  display: inline-block;
}
.social-share ul li a  {
  margin-left: 10px;
  font-size: 10px;
  color:#fff;
  padding: 8px 8px;
  border-radius: 4px;
  display: inline-block;
}
.social-share ul li .fa{
  font-size: 18px;
  vertical-align: middle;
}
.social-share .icon-google {
    background: #de181f;
}
.social-share .icon-facebook .fa,
.social-share .icon-twitter .fa{
  margin-right: 5px;
}
.social-share .icon-facebook {
  background: #3b5998;
}

.social-share .icon-twitter {
  background: #00aeef;
}


.social-share .icon-favorite {
  background: #B5C0CB;
margin-right:5px;
}

.social-share .icon-favorite-active {
  background: #FF1D52;
margin-right:5px;
}



.social-share .icon-google {
}
.social-share .icon-linkedin {
  background: #0054a6;
}
.social-share-number .share-count,
.social-share-number .social-share {
  display: inline-block;
}
.share-count{
	margin-right: 10px;
}
.share-count span.number {
  font-size: 24px;
  margin-right: 5px;
}

.entry-meta-list .entry-date,
.entry-meta-list .cats {
  font-size: 12px;
  line-height: 12px;
}

/*post-meta-info*/
.post-meta-info {
  border-top: solid 1px #e9eaed;
  border-bottom: solid 1px #e9eaed;
  padding: 30px 0;
  margin-top: 50px;
}
.post-meta-info-list i {
	width: 26px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.post-meta-info-list-in {
  display: inline-block;
  vertical-align: top;
}
.post-meta-info-list {
  border-left: solid 1px #e9eaed;
  margin: 0 0 0 40px;
  padding-left: 40px;
  display: inline-block;
  color: #757575;
  font-size: 12px;
}
.post-meta-info-list:first-child {
  padding-left: 0;
  border-left: none;
  margin: 0;
}
.post-meta-info-list-in p {
  color: #000;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 14px;
}
.post-meta-info-list-in a {
  color: #757575;
}
.share-count, .social-share {
    display: inline-block;
}


@media only screen and (min-width: 768px) {

.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
text-align:center;
width: 60px;
height: 60px;
  background-color: rgba(0,47,4,0.5);
  padding: 21px;
  opacity: 0;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
  transition: all 0.4s ease-in-out 0s;
}

.scrollTop:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}






}

@media only screen and (max-width: 500px) {

.pmtext { font-size:.7em;}

}




.stroke(@stroke, @color) {
  @maxi: @stroke + 1;
  .i-loop (@i) when (@i > 0) {
    @maxj: @stroke + 1;
    .j-loop (@j) when (@j > 0) {
      text-shadow+: (@i - 1)*(1px)  (@j - 1)*(1px) 0 @color;
      text-shadow+: (@i - 1)*(1px)  (@j - 1)*(-1px) 0 @color;
      text-shadow+: (@i - 1)*(-1px)  (@j - 1)*(-1px) 0 @color;
      text-shadow+: (@i - 1)*(-1px)  (@j - 1)*(1px) 0 @color;
      .j-loop(@j - 1);
    }
    .j-loop (0) {}
    .j-loop(@maxj);
    .i-loop(@i - 1);
  }
  .i-loop (0) {}
  .i-loop(@maxi);
  text-shadow+: 0 0 0 @color;
}

#insert-file {max-height:1px;max-width:1px;/*border:1px solid red;*/}

#alerts {
position: absolute;
background-color: #1f452c;
color: #666;
z-index: 1000;
width: 280px;
max-width: 300px;
margin: 5px;
left: 10px;
border: 1px solid #333;
padding: 5px;
font-size: .85em;
text-align: right;
top: 45px;
}

#alertalert { 
width: 16px;
line-height: 16px;
border-radius: 50%;
text-align: center;
font-size: 11px;
border: 2px solid #900;
background-color:#900;
z-index: 1000;
position: relative;
float: right;
top: -3px;
right: 3px;
color:white;
/* z-index:1001; position:relative;margin-left:15px;margin-top:-15px; text-shadow: -3px 0 red, 0 3px red, 3px 0 red, 0 -3px red;
  .stroke(3, red);font-size:.8em;   "call" the mixin .stroke  */
}

#botalerts {
    height: 30px; 
  line-height: 16px;
    position: fixed; 
    bottom:5%;
    right:13%;
    width:20%; 
    background-color: #fff999; 
    opacity: 1;
font-size:15px; 
border:1px solid #bbb;
 box-shadow: 0px 0px 10px #888888;
z-index:800;
}




@media only screen and (max-width: 500px) {

.avatar {
  max-width:80px;
  max-height:80px;
}


}



#favorites { position:relative; width:20px; height:20px; float:left; margin:10px 0 0 20px; /* border:1px solid #090; */  }

.delbutton {font-size:12px;color:red;cursor:pointer;float:right;border:1px solid #d00;background:#d00;color:#fff;padding:5px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}


a.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}





/***************************************************************************** new likes **************************************************************/



.demo-table {
	width: 100%;
	border-spacing: initial;
	margin: 20px 0px;
	word-break: break-word;
	table-layout: auto;
	line-height: 1.8em;
	color: #333;
z-index:999;
}

.demo-table td {
	background-color: #ffffff;
	padding: 10px 5px 5px;
}

.demo-table td div.feed_title {
	text-decoration: none;
	color: #003fff;
	font-weight: bold;
}

.demo-table ul {
	margin: 0;
	padding: 5px;
}

.demo-table li {
	cursor: pointer;
	list-style-type: none;
	display: inline-block;
	color: #F0F0F0;
	text-shadow: 0 0 1px #666666;
	font-size: 20px;
}

.emoji-rating-box {
	border: #E4E4E4 1px solid;
	margin: 10px 0px;
}

.emoji-rating-count {
	border-top: #E4E4E4 1px solid;
	font-size: 0.8em;
	padding: 2px 5px;
	background: #f9f9f9;
	color: #828181;
}

.emoji-section {
    position: relative;
}

.emoji-icon-container {
    display: none;
    position: absolute;
width:200px;
z-index:1000;
    bottom: 35px;
    left: 0px;
padding:5px;
border:1px solid #ccc;
	background-color: #ffffff;
border-radius: 30px;
box-shadow: 1px 1px 1px #999;
}

.emoji-icon-container.show {
    display: block;
}

.emoji-icon {
    width: 28px;
    margin: 5px 8px 0px 0px;
}


.emoji-icon:hover {
    width: 32px;
    margin: 5px 2px 0px 0px;
}


.like-link {
    padding: 5px;
    font-size: 0.95em;
    color: #949494;
    cursor: pointer;
}

.like-link img {
    vertical-align: top;
}

.emoji-data {
    width: 16px;
    vertical-align: text-top;
}

#viewers {color:red;margin-bottom:10px;font-size:1em;border:1px solid red;padding:5px;}

.button {
  position:relative;
float:left;
background-color: #36893a; /* Green */
  border: 1px solid #115015;
  color: white;
  padding: 12px 25px 8px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}


