h1, h2, h3, h4, h5, h5, h6 {
  font-family: 'Copse', serif;
  font-weight: normal;
}
h1 {
  font-size: 26pt;
  margin: 0 0 20px 0;
  text-align: center;
}
h2 {
  font-size: 22pt;
  margin: 0 0 20px 0;
  text-align: center;
}
h3 {
  font-size: 18pt;
  margin: 0 0 20px 0;
  text-align: center;
  padding-top: 30px;
}
h4 {
  font-size: 16pt;
  margin-bottom: 15px;
  text-align: center;
}
h5 {
  font-size: 14pt;
  margin: 0 0 20px 0;
  text-align: center;
}
h6 {
  font-size: 12pt;
  margin: 0 0 20px 0;
  text-align: center;
}
body {
  background: #fff;
  color: #222222;
  font-family: "Open Sans", serif;
  font-size: 11pt;
  line-height: 1.8;
}
img{
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
  max-width: 96%
}
a {
  color: #266289;
  text-decoration: none;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
a:hover {
  color: #015e95;
  text-decoration: underline;
  -webkit-transition: color 300ms ease;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -ms-transition: color 300ms ease;
  transition: color 300ms ease;
}
#content-wrap .wrapper.body-content {
  background: #fff;
  border-top: 0px;
}
header {
  background: #333333;
  color: #ffffff;
}
.top-advert {
  text-align: center;
  padding: 0px 10px 0px;
}
#logo-bar {
  background: #222;
  height: 49px;
}
#logo {
  float: left;
}
#logo-icon {
  float: left;
  margin-top: 13px;
}
#top-search-box {
  width: 265px;
  height: 45px;
  float: right;
  padding-top: 0px;
}
#top-search-box input[type="text"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding:0px 20px 0px 10px;
  border: none;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  background: rgba(255,255,255,.2) url('../img/icons/icon-search.png') right center no-repeat;
  font-size: 14px;
  width:100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#top-search-box input[type="text"]:focus {
  background: rgba(255,255,255,1) url('../img/icons/icon-search.png') right center no-repeat;
}
#top-search-box input[type="submit"] {
  display: none;
}
#top-sub-nav {
  float: right;
  margin-right: 15px;
  max-width: 480px;
  overflow: hidden;
  padding-top: 1px;
}
#top-sub-nav .sub-nav {
  margin: 0px;
  padding: 13px 30px 0px 0px;
  list-style: none;
}
#top-sub-nav .sub-nav li {
  display: inline-block;
  margin-left: 14px;
}
#top-sub-nav .sub-nav li a {
  display: block;
  text-transform: uppercase;
  color: #EEE;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  transition: background 250ms ease;
  font-size:14px;
}
#top-sub-nav .sub-nav .current-menu-item a,
#top-sub-nav .sub-nav li a:hover {
  text-decoration: underline;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  transition: background 250ms ease;
}
#main-menu-devicebar {
  background: #E7E7E7;
  color: #222;
  border-bottom: 0px solid #ddd;
  padding: 0px;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
}
#main-menu-devicebar .wrapper {
  width: 982px;
}
#main-menu-devicebar ul {
  list-style: none;
}
#main-menu-devicebar ul li {
  display: inline-block;
  position: relative;
}
#main-menu-devicebar ul li a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  color: #000000;
  border-right: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
}
#main-menu-devicebar ul li a:hover {
  background: #ffffff;
  color: #000000;
}
#main-menu-devicebar ul li:hover a {
  background: #ffffff;
  color: #000000;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#main-menu-devicebar ul .sub-menu-holder {
  display: none;
  position: absolute;
  top: 33px;
  left: 0px;
  background: #ffffff url('../img/top-nav-bg-left.png') repeat-y;
  width: 400px;
  border: 1px solid #ddd;
  border-top: 0px solid #ddd;
  z-index: 100000 !important;
}
#main-menu-devicebar .menu-right .sub-menu-holder {
  background: #ffffff url('../img/top-nav-bg-right.png') right repeat-y !important;
  left: auto;
  right: 0px;
}
#main-menu-devicebar .menu-right .sub-cats-holder {
  float: right !important;
}
#main-menu-devicebar .menu-right .sub-post-holder {
  float: left !important;
}
#main-menu-devicebar ul li:hover .sub-menu-holder {
  display: inherit;
}
#main-menu-devicebar ul ul li {
  display: block;
  padding-right: 1px;
  padding-left: 1px;
}
.sub-menu-holder a {
  border: none !important;
}
#main-menu-devicebar .sub-nav-links a {
  padding: 3px 7px;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  transition: background 250ms ease;
}
#main-menu-devicebar .sub-nav-links .current-tab,
#main-menu-devicebar .sub-nav-links a:hover {
  background: #444;
  color: #ffffff;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  transition: background 250ms ease;
}
#main-menu-devicebar .sub-nav-posts {
  padding: 5px;
  text-transform: capitalize;
}
#main-menu-devicebar .sub-nav-posts a {
  font-size: 8pt;
  padding: 3px 5px;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  transition: background 250ms ease;
}
#main-menu-devicebar .sub-nav-posts a:hover {
  background: #444;
  color: #ffffff;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  transition: background 250ms ease;
}
.sub-nav-tab-content {
  display: none;
}
.sub-cats-holder {
  float: left;
  width: 120px;
}
.sub-posts-holder {
  float: right;
  width: 280px;
}
.sub-posts-holder a {
  border-bottom: 1px solid #ddd !important;
}
/*.sub-posts-holder a:last-child{
	border-bottom: 0px solid #ddd !important;
}
*/
#featured-devicebar {
  padding: 20px;
  background: #fff;
  margin: 0px -5px;
}
#featured-devicebar * {
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.featured-post-thumb {
  width: 100%;
  max-height: 140px;
}
.featured-post {
  width: 25%;
  float: left;
  height: 140px;
  overflow: hidden;
  padding: 0px 5px;
}
.featured-post img{
  width: 100%;
  height: auto;
}
.featured-post.last {
  margin-right: 0px;
}
.featured-link {
  right: 5px;
  position: absolute;
  bottom: 0px;
  left: 5px;
  display: block;
  padding: 7px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
}
.featured-link:hover {
  color: #fff;
}
#featured-devicebar .featured-post:hover .featured-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=80);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.featured-footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
#left-sidebar {
  width: 160px;
  float: left;
  margin-left: 20px;
}
#content {
  width: 460px;
  float: left;
  padding: 0 20px;
}

.entry {
    font-size: 12.6pt;
    text-align: justify;
    line-height: 37px;
    max-width: 850px;
    margin: 0 auto;
}

.entry p{
  text-align: justify;
}
.entry ul{
  text-align: left;
}
.entry ul li{
  list-style-type: none!important;
}
.entry ul li:before{
  content: '‧';
  font-size: 44px;
  vertical-align: top;
  margin-right: 10px;
  line-height: 30px;
}

.entry a{
  font-weight: bold;
}

#right-sidebar {
  width: 280px;
  float: right;
  margin-right: 20px;
}
.aside-heading,
.widget-title {
  background-color: #444444;
  font-size: 10pt;
  color: #fff;
  margin: 0px;
  padding: 5px;
  text-transform: uppercase;
}
.trending-post {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}
.trending-post-entry {
  line-height: 1.3;
  margin-top: 5px;
}
.trending-post a {
  color: #000;
}
.post ul li {
  list-style-type: square;
  margin-bottom: 15px;
}
.post h3 {
  border-bottom: 1px solid #ddd;
}
.post {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.post-title {
  font-size: 20pt;
  margin: 4px 0 10px 0;
  line-height: 1.4;
  text-align: left;
}
.post-title a {
  color: rgba(0, 0, 0, 0.81);
}
.post-thumb {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.post-meta {
  clear: both;
  margin-top: 15px;
  text-align: left;
}
.post-meta img {
  margin-bottom: 2px;
}
.devicebar-tabs-widget {
  margin-bottom: 20px;
  background: #f9f9f9;
}
.devicebar-tabs-widget .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.devicebar-tabs-widget .tabs li {
  display: block;
  float: left;
  padding: 5px 0px;
  background: #e1e1e1;
  width: 50%;
  text-align: center;
  color: #000;
  font-weight: 700px;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Copse', serif;
}
.devicebar-tabs-widget .tabs li.current {
  background: #000;
  background-color: #444444;
  color: #fff;
  text-transform: uppercase;
}
.devicebar-tabs-widget .tab-content {
  display: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.devicebar-tabs-widget .tab-content:first-child {
  display: inherit;
}
.devicebar-tabs-widget .tab-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.devicebar-tabs-widget .tab-content ul li {
  padding: 7px 10px;
  font-size: 10pt;
  border-bottom: 1px solid #ddd;
}
.devicebar-tabs-widget .tab-content ul li a {
  color: #000;
}
footer.devicebar-footer {
  background: #222222 url('../img/pattern-dark.png') repeat;
  color: #fff;
  margin-top: 75px;
}
#devicebar-footer-logo {
  position: absolute;
  top: -60px;
  right: 10px;
}
.footer-widgets-holder {
  padding: 20px 20px 20px 20px;
  background: #222222;
}
.footer-tabs .tab-links {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #aaa;
}
.footer-tabs .tab-links.tabs-enabled li {
  width: 48%;
  display: inline-block;
  position: relative;
}
.footer-tabs .tab-links li {
  display: block;
  position: relative;
}
.footer-tabs .tab-links li a {
  color: #aaa;
  text-decoration: none;
  display: block;
  padding-bottom: 6px;
}
.footer-tabs .tab-links li span {
  display: none;
}
.footer-tabs .tab-links li.current span.arrow {
  background: url('../img/bottom-arrow.png');
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: -6px;
  left: 15px;
}
.footer-tabs .tab-links li.current a {
  color: #fff;
}
.footer-tabs .tab-content {
  display: none;
}
.footer-tabs .tab-content-holder .tab-content:first-child {
  display: inherit;
}
.footer-cat-posts {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-cat-posts li {
  background: url('../img/left-arrow.png') 0px 8px no-repeat;
  padding: 0px 0px 0px 17px;
  margin: 0 0 10px 0;
}
.footer-cat-posts li a {
  display: block;
  color: #fff;
}
.footer-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer-nav li a {
  display: block;
  float: left;
  width: 50%;
  color: white;
}
.copyright {
  padding: 20px;
  background: #111;
  text-align: center;
  color: #999;
}
.copyright a {
  color: #999;
}
.copyright a:hover {
  color: #000;
}
ul.footer-icons {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.footer-icons li {
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 20px;
}
ul.footer-icons li a.footer-icon {
  display: block;
  width: 32px;
  height: 32px;
  text-decoration: none;
}

.author-twitter{margin-top:3px}

ul.footer-icons li a.footer-icon.icon-facebook {
  background: url('../img/icons/facebook.png') no-repeat top left;
}
ul.footer-icons li a.footer-icon.icon-twitter {
  background: url('../img/icons/twitter.png') no-repeat top left;
}
ul.footer-icons li a.footer-icon.icon-google-plus {
  background: url('../img/icons/google-plus.png') no-repeat top left;
}
ul.footer-icons li a.footer-icon.icon-youtube {
  background: url('../img/icons/youtube.png') no-repeat top left;
}
ul.footer-icons li a.footer-icon.icon-pinterest {
  background: url('../img/icons/pinterest.png') no-repeat top left;
}
ul.footer-icons li a.footer-icon.icon-rss {
  background: url('../img/icons/rss.png') no-repeat top left;
}
/*==========================================
=            Single Post Styles            =
==========================================*/
body.single-post #content,
body.page #content,
body.author #content,
body.tag #content {
  width: 640px;
}
#devicebar-popular-in-cat {
  padding: 5px 0px;
}
.cat-popular-posts{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cat-popular-posts a.p-post {
  padding: 4px 7px 4px 7px;
  display: table-cell;
  text-align: center;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  border-right: 1px dotted #ddd;
  font-size: 9pt;
  font-weight: bold;
}
.cat-popular-posts a.p-post.last-post {
  border-right: 0px;
}
.single-title {
  font-size: 22pt;
  margin: 23px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 40px;
}
.author-avatar-heading {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  vertical-align: top;
}
.single-post-meta {
  padding: 5px 0;
  font-style: italic;
  text-align: center;
}
.single-post-meta a {
  text-decoration: none;
}

.single-post-meta a:hover {text-decoration:underline;}

.stories-holder {
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 7px 10px;
  font-size: 12pt;
  font-weight: 700;
  margin-bottom: 20px;
}
.text-follow {
  padding-right: 10px;
}
.follow-gplus-button {
  float: left;
  margin-right: 20px;
}
.follow-fb-iframe {
  margin-right: 5px;
  border: none;
  overflow: hidden;
  width: 140px;
  height: 21px;
  margin-top: 5px;
}
.follow-twitter-button {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
.prev-post-img {
  float: left;
  margin-right: 10px;
}
.next-post-img {
  float: right;
  margin-left: 10px;
}
.single .navigation {
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 10px;
}
.author-bio {
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.author-bio-top {
  padding: 10px;
}
.author-bio .avatar {
  float: left;
  margin-right: 10px;
}
.author-bio .author-name {
  font-size: 13pt;
  line-height: 1;
  font-family: 'Copse', serif;
}
.author-bio .author-name a {
  color: #000;
}
.author-bio-bottom {
  border-top: 1px solid #ddd;
  padding: 10px 10px 10px 10px;
}
.follow-author-panel {
  background: #fff;
  margin-bottom: 0px;
  border: 1px solid #ddd;
  text-align: center;
}
.author-social-link {
  background: #fff;
  height: 78px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.author-social-link .twitter-follow-button {
  margin-top: 17px;
}
.author-fb-iframe iframe {
  margin-top: 17px;
}
.author-social-link div {
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  padding-left: 20px;
}
.related-posts {
  font-size: 10pt;
}
.related-posts img {
  margin-bottom: 10px;
}
.related-posts a {
  color: #266289;
}
.related-posts-heading {
  margin-top: 40px;
margin-bottom: 25px;
font-size: 11pt;
text-transform: uppercase;
display: block;
}



#devicebar-fixed-share-bar {
  position: fixed;
  left: 0px;
  top: -9999px;
  width: 100%;
  height: 31px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  z-index: 10000;
}
#devicebar-fixed-share-bar #logo {
  position: absolute;
  top: 5px;
  left: 15px;
}
#devicebar-fixed-share-bar #back-to-top {
  position: absolute;
  top: 5px;
  right: 15px;
}
.padding-20-left {
  padding-left: 20px;
}
.padding-5-top {
  padding-top: 5px;
}
#devicebar-fixed-share-bar .next-post-link {
  display: inline-block;
  padding: 3px 10px;
  margin-left: 5px;
  background: #333;
  color: #fff;
}
#devicebar-fixed-share-bar .previous-post-link {
  display: inline-block;
  padding: 3px 10px;
  background: #333;
  color: #fff;
}
/*-----  End of Single Post Styles  ------*/
/*================================
=            Comments            =
================================*/
#nc-comments {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ededed;
}
ol.comments-list {
  margin: 0px !important;
  padding: 0px !important;
}
ol.comments-list li {
  list-style: none;
  clear: both;
  margin-bottom: 20px;
}
ol.comments-list ol.children {
  margin-left: 60px !important;
  padding: 0px;
  margin-top: 15px;
}
.comment-author-mohitaneja div.nc-comment-text {
  background: #f1f1f1 !important;
  border: 1px solid #ddd;
}
.nc-comment-avatar {
  width: 48px;
  height: 48px;
  text-align: center;
  margin-right: 15px;
  float: left;
}
.nc-comment-avatar img {
  border: 1px solid #ededed;
  border-radius: 4px;
}
.fn,
.fn a {
  font-weight: bold;
  text-transform: uppercase;
}
.nc-comment-text {
  background: #FFF;
  border: 1px solid #ededed;
  margin-left: 60px;
  padding: 5px 10px 35px;
  font-size: 10.5pt;
  font-weight: normal;
  position: relative;
  line-height: 1.6;
  min-height: 60px;
  border-radius: 4px;
}
.nc-edit-comment {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 7pt;
  text-transform: uppercase;
  display: block;
  background: #f4f4f4;
  border: 1px solid #ededed;
  border-right: 0px;
  border-top: 0px;
  padding: 2px 5px;
}
.nc-reply-link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 8pt !important;
  text-transform: uppercase;
  display: block;
  background: #f4f4f4;
  border: 1px solid #ededed;
  border-right: 0px;
  border-bottom: 0px;
  padding: 2px 5px;
}
.nc-comment-meta {
  font-style: italic;
  padding-bottom: 5px;
}
.nc-waiting-approval {
  font-style: italic;
  font-weight: bold;
  padding: 7px 0px;
}
.comments-nav {
  clear: both;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px dotted #ededed;
  border-left: 0px;
  border-right: 0px;
  padding: 10px 0px;
}
.comment-form {
  border: 0px solid #ededed;
}
#author,
#email {
  width: 96%;
  padding: 1% 2%;
}
.comment-form .form-field {
  margin-bottom: 10px;
}
.comment-form #comment {
  width: 96%;
  padding: 1% 2%;
  height: 100px;
}
ol.comments-list #respond {
  margin-top: 20px;
  background: #f9f9f9;
  box-shadow: 0px 0px 1px #ccc;
}
.headingededed {
  font-size: 12pt;
  padding-top: 5px;
}
.comment-form .btn-primary {
  padding: 18px;
  display: inline-block;
  margin: 0px;
}
.input-error {
  border: 1px solid #cc0000;
}
#cancel-comment-reply-link {
  float: right;
  font-weight: normal;
  font-size: 11pt;
  color: #fff !important;
}
.code-type {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
}
.widget {
  margin-bottom: 20px;
}
.widget ul {
  margin: 10px 0;
  padding: 0px;
  list-style: none;
}
.widget ul li {
  padding: 3px 10px;
  border-bottom: 1px dotted #ddd;
}
.widget ul li a {
  color: #000;
}
.widget ul li a:hover {
  color: #ff6a10;
}
/*-----  End of Comments  ------*/
/*==========  Credits & Source Panels  ==========*/
.nc-credits {
  margin-bottom: 3px;
}
.nc-credits .caption,
.nc-credits .title {
  float: left;
  padding: 5px 10px;
  font-size: 90%;
}
.nc-credits .caption {
  background: #222;
  color: #fff;
  margin-right: 1px;
}
.nc-credits .title {
  background: #efefef;
  color: #222;
}
.nc-credits .title a {
  color: #222;
  text-decoration: none;
}
#main-menu-devicebar-updated {
  background: #efefef;
  color: #222;
  border-bottom: 1px solid #ddd;
  padding: 0px;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
}
#main-menu-devicebar-updated .wrapper {
  width: 982px;
}
#main-menu-devicebar-updated ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#main-menu-devicebar-updated ul li {
  display: inline-block;
  position: relative;
}
#main-menu-devicebar-updated ul li a {
  padding: 7px 10px;
  display: block;
  color: #222;
  text-decoration: none;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
#main-menu-devicebar-updated ul li:hover a {
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#main-menu-devicebar-updated ul li:hover ul {
  display: block;
}
#main-menu-devicebar-updated ul li ul {
  display: none;
  background: #ffffff url('../img/sub-cats-bg.png') 150px 0px repeat-y;
  width: 450px;
  position: absolute;
  top: 35px;
  left: 0px;
  border: 1px solid #ddd;
  border-top: 0px;
  z-index: 1000;
}
#main-menu-devicebar-updated ul li ul .sub-cats {
  float: left;
  width: 150px;
  padding-top: 5px;
}
#main-menu-devicebar-updated ul li ul .post-links a,
#main-menu-devicebar-updated ul li ul .sub-cats a {
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  font-size: 8pt !important;
  border: 0px !important;
}
#main-menu-devicebar-updated ul li ul .post-links a:hover,
#main-menu-devicebar-updated ul li ul .sub-cats a:hover,
.current-link {
  background: #333 !important;
  color: #fff !important;
  border: 0px !important;
}
#main-menu-devicebar-updated ul li ul .post-links {
  float: left;
  width: 300px;
  padding-top: 5px;
}
#main-menu-devicebar-updated ul li ul .post-links .tabs {
  display: none;
}
#main-menu-devicebar-updated ul li.menu-left ul {
  left: auto;
  right: 0px;
  background: #ffffff url('assets/img/sub-cats-bg.png') 300px 0px repeat-y;
}
#main-menu-devicebar-updated ul li.menu-left ul .sub-cats {
  float: right;
  text-align: right;
}

figcaption {
	font-size: 11px;
	padding: 7px 0;
	color: grey;
	margin-bottom:2px;
}

figcaption .enlarge {
	padding-left: 17px;
	background: url(/wp-content/uploads/2013/07/image-enlarge.png) no-repeat left center; color: black;
font-weight: bold;
text-decoration: none;
}



#pros h3 {
    color: rgb(71, 143, 0);
}
#pros h3, #cons h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
}

#pros ul {
    list-style: none outside none;
}



.last-g{clear: right;
margin-top:4px;float:left;margin-right:28px;}


.shortalign{width: 700px;
    margin-top: 4px;
    margin-left: 60px;
}

div.image-credit {font-weight: normal;
  font-size: .9em;
  padding-left: 16px;
  background: url(/wp-content/uploads/2013/07/image-credit.png) no-repeat left top;
  line-height: 9px;
  margin-top: 5px;
  text-transform: uppercase;
  margin-left:11px;
  margin-bottom: 25px;}

div.post-source {font-weight: bold;
font-size: .9em;
background: url(/wp-content/uploads/2014/06/post-source.png) no-repeat left top;
padding-left: 20px;
margin-top: 20px;
line-height: 16px;}

.topics-tag a:hover{background-color:inherit !important;*background-color:inherit}.topics-tag:hover{opacity:1.0 !important;filter:alpha(opacity=100) !important}.topics-tag{color:#fff;text-transform:uppercase;font-size:10px;float:left;*padding-top:1px;background:#2679A5;border-bottom:1px solid #116;height:13px;display:inline;text-align:center;-moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;margin:5px 3px 2px 0 !important;opacity:0.75;filter:alpha(opacity=75);*width:140px}
.ext-link {background: url(/wp-content/uploads/2014/04/ext-link.png) no-repeat 100% 50%;
padding-right: 15px;}

.db.entry-meta {
  margin: 15px 0;
  background: url(/wp-content/uploads/2015/03/black-overlay.png) repeat-x 50%;
  text-transform: uppercase;
}

.clearfix {
  display: block;
}
.clearfix:after{
  content: ''!important;
}

.post_footer .post_buy {
display: inline-block;
margin-left: 20px;
}

.best_post .post_footer .post_buy {
font-size: 100%;
}

.black_button {
font-size: 112.5%;
line-height: 200%;
font-weight: bold;
color: #fff;
background: #3D3B39;
padding: 3px 20px;
border-radius: 3px;
text-transform: uppercase;
display: inline-block;
text-decoration:none;
}

.black_button a:hover{
background: #3D3B39;
color: white;
text-decoration:underline;
}

.black_button a{
color: white;}

.db-rating{padding-bottom:40px;padding-top:15px;}

body{
  background: #fff;
  font: 13px 'trebuchet MS', Arial, Helvetica;
  line-height: 1.8;
  color: #3F3D3D;
}

	#menu, #menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#menu {
		width: 960px;
		margin: 60px auto;
		border: 1px solid #222;
		background-color: #111;
		background-image: linear-gradient(#444, #111);
		border-radius: 6px;
		box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
	}

	#menu:before,
	#menu:after {
		content: "";
		display: table;
	}

	#menu:after {
		clear: both;
	}

	#menu {
		zoom:1;
	}

	#menu li {
		float: left;
		border-right: 1px solid #222;
		box-shadow: 1px 0 0 #444;
		position: relative;
	}

	#menu a {
		float: left;
		padding: 12px 30px;
		color: #999;
		text-transform: uppercase;
		font: bold 12px Arial, Helvetica;
		text-decoration: none;
		text-shadow: 0 1px 0 #000;
	}

	#menu li:hover > a {
		color: #fafafa;
	}

	*html #menu li a:hover { /* IE6 only */
		color: #fafafa;
	}

	#menu ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;
		background: #444;
		background: linear-gradient(#444, #111);
		box-shadow: 0 -1px 0 rgba(255,255,255,.3);
		border-radius: 3px;
		transition: all .2s ease-in-out;
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}

	#menu ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		box-shadow: -1px 0 0 rgba(255,255,255,.3);
	}

	#menu ul li {
		float: none;
		display: block;
		border: 0;
		_line-height: 0; /*IE6 only*/
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}

	#menu ul li:last-child {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu ul a {
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}

	#menu ul a:hover {
		background-color: #0186ba;
		background-image: linear-gradient(#04acec, #0186ba);
	}

	#menu ul li:first-child > a {
		border-radius: 3px 3px 0 0;
	}

	#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}

	#menu ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}

	#menu ul li:first-child a:hover:after {
		border-bottom-color: #04acec;
	}

	#menu ul ul li:first-child a:hover:after {
		border-right-color: #0299d3;
		border-bottom-color: transparent;
	}

	#menu ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}



div.inter_post{background:#EFEEEE repeat-x scroll center bottom;-moz-box-shadow:0 2px 2px hsla(0,0%,0%,.2);box-shadow:0 2px 2px hsla(0,0%,0%,.2);-webkit-box-shadow:0 2px 2px hsla(0, 3%, 47%, 0.2);font-size:15px;line-height:29px;display: inline-block; padding-left: 20px; padding-right: 20px; margin-top: 5px; margin-bottom: 5px; }

	/* Mobile */
	#menu-trigger {
		display: none;
	}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}


/*7SPAN*/
.connect_wrap{
  /*display: inline-block;*/
  text-align: center;
  background: #f5f5f5;
  border: none;
}
.connect_with{
  display: inline-block;
  vertical-align: top;
}
.connect_button{
  display: inline-block;
  vertical-align: top;
}
.connect_wrap .twitter-follow-button{
  vertical-align: top;
  margin-right: 5px;
  margin-top: 5px;
}
.connect_wrap .follow-fb-iframe{
  vertical-align: text-bottom;
}
body.single-post #content{
  float: none;
  width: auto;
}

.message-inpost {
    display: block;
    font-size: 17px;
    line-height: 1;
    color: #777;
    border-left: 5px solid #ccc;
    background: #f5f5f5;
    padding: 10px 10px 1px 20px;
    margin: 20px 20px 20px 10px;
}

.message-inpost small {
   font-size: 65%;
}
.db_social_fixed{
  height: 20px;
  line-height: 20px;
  margin-top:5px;
  padding: 0;
  list-style: none!important;
}
.db_social_fixed > li{
  list-style: none!important;
  float:left;
  margin-right: 20px;
}
.fb-save{
  transform: scale(1.1);
  transform-origin: left;
}

.connect_list{
  list-style: none!important;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.connect_list > li{
  list-style: none!important;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0!important;
}
.fb_iframe_widget > span{
  vertical-align: middle!important;
}
.author-bio{
  max-width: 700px;
  margin: 0 auto;
}
.author-details{
  text-align: left;
}
.author-bio-top{
  display: table;
  width: 100%;
  padding: 0;
}
.author-left{
  display: table-cell;
  width: 250px;
  padding: 10px;
}
.author-right{
  display: table-cell;
  text-align: left;
  padding: 10px 10px 10px 0;
}
.author-social{
  padding: 10px;
  border-top: 1px solid #ddd;
}

.author-social-list{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 20px;
  text-align: center;
}
.author-social-list > li{
  list-style: none!important;
  margin: 0 10px 0 0!important;
  display: inline-block;
  vertical-align: top;
}
.author-social .fb-follow > span{
  vertical-align: top!important;
}
.related-posts *{
  box-sizing: border-box;
  -webkt-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.related-posts{
  margin: 0px -10px;
  text-align: center;
}
.related-posts-heading a{
  display: inline!important;
  font-size: 14px;
}
.related-posts .one_fourth{
  width: 20%;
  margin: 0;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.related-posts a{
  font-size: 14px;
  display: block;
}
#logo-bar .wrapper{
  width: 940px;
}
#main-menu-devicebar .wrapper{
  width: 960px;
}
.sub-menu-trigger-mobile{
  display: none;
}
.mobile-menu-title{
  display: none;
}
.main-menu-trigger-mobile{
  display: none;
}
.top-menu-trigger-mobile{
  display: none
}
.db_mobile_share{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
.db_mobile_share > ul{
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 40px;
  padding: 0;
  margin: 0;
}
.db_mobile_share > ul > li{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.db_mobile_share a{
  color: #fff;
}
.facebook_i {
    background: #3b5998;
    color: #fff;
}
.twitter_i {
    color: #fff;
    background: #00aced;
}
.whatsapp_i {
    color: #fff;
    background: #25d366;
}
.linkedin_i {
    background: #007bb6;
    color: #fff;
}
.tumblr_i {
    color: #fff;
    background: #222;
    font-size: 22px;
}
.fbsend_i{
  color: #fff;
  background: #0083ff;
}
.feature-post-thumb-wrap{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  background-size: cover;
  background-position: center;
}
.single-featured-bottom #featured-devicebar{
  display: none;
  text-align: left;
}
iframe{
  max-width: 100%;
}
body.fb_reposition{
  overflow: auto;
}

.navigation{
  text-align: center;
}
.navigation .previous-posts-link{
  display: none;
}
.navigation .next-posts-link{
  display: inline-block;
  float: none;
}
.no-next-post .nav-tbl{
    float: none;
}
.nav-tbl{
  display: table;
  width: 50%!important;
  float: left;
  margin-left: auto;
  margin-right:auto;
}
.nav-image-wrap{
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 30px;
}
.nav-text-wrap{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.nav-text-next{
  text-align: right;
}
.no-next-post .one_half{
  width: 100%;
  text-align: center;
}
.related-thumb-wrap{
  height: 120px;
  display: block;
  background-size: cover;
  background-position: center;
}
.related-post-link{
  line-height: 18px;
  margin-top: 10px;
}
.twitter-timeline{
  display: block!important;
  margin: 0 auto;
}
.image-credit{
  display: inline-block;
}
.post-source{
  display: inline-block;
}