@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

.navbar {
		
    position: absolute;
    z-index: 90000;
    width: 100%;
    min-height: 50px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15), 0 -5px 3px -10px #fff;
    border: none;
}

@media (min-width:992px) {
    .desktop-only {
        display:block !important;
    }
}

/*  @media (max-width:992px) {
    div.latest-news-thumbnail {
        display:none !important;
    }
}

@media (max-width:849px) {
    div.latest-news-title {
    margin-left: 0 !important;
    min-height: 100px;
    padding: 0;
    font-size: 130%;
    line-height: 1.2em;
    border-bottom: 1px dotted #ddd;
}
}
*/

@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }
 
    .desktop-only {
        display:none !important;
    }
}

.mobileShow {display: none;} 

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }

@media (min-width: 768px) {
.navbar {
    border-radius: 0;
}
}

@media only screen and (max-width: 849px) {
div.headline-summary {
    display: inline-block;
    padding: 0 30px;
    height: auto;
    color: white;
    background-color: #e5040c;
}
}

@media only screen and (max-width: 849px) {
div.headline-summary p {
    display: block;
}
}
	
@media only screen and (max-width: 849px) { div.opinion-title {
	  text-align: center;
    float: left;
    width: 150px;
    color: white;
    margin: 20px 0 0;
}
}

@media only screen and (max-width: 849px) { div.opinion-title h4 {
	font-size: 150%;
	line-height: 1.2em;
}
}

@media only screen and (max-width: 849px) {
.sidebar-nav {
    display: none;
}
}

@media only screen and (max-width: 849px) {
div.latest-news-title {
    margin-left: 150px;
    min-height: 120px;
    padding: 10px;
    font-size: 100%;
    line-height: 1.2em;
}
}

@media only screen and (max-width: 849px) {
.col-md-3 {
	clear: both;
}
}

@media only screen and (max-width: 849px) {
div.caption h4 {
    font-size: 150%;
    line-height: 1.2em;
}
}
.wp-embed-content .wp-embed-footer {
    display: none !important;
    width: 100%;
    margin-top: 30px;
}

.col-md-8 {
    padding: 0 !important;
}

.wp-embed-heading a {
    color: red !important;
}

div.post-content a {
    color: red;
}

div.post-content {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 30px;
}

.col-md-8 {
    padding: 0 20px 0 0;
}

.col-md-4 {
	    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 8px;
}


.wp-embed-heading a {
    color: red !important;
}

.wp-embed {
    padding: 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    line-height: 1.5;
    color: #82878c;
    background: #fff;
    border: 1px solid #FFB2B2;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    overflow: auto;
    zoom: 1;
}

.widget-item ul {
	  counter-reset: my-awesome-counter;
    list-style: none;
    display: flex;
  	flex-wrap: wrap;
  	margin: 0;
 		padding: 0;
    font-size: 120%;
}
.widget-item li {
  	padding: 5px 0;
}

.widget-item ul li {
  counter-increment: my-awesome-counter;
	display: flex;
}
.widget-item ul li::before {
   content: " " counter(my-awesome-counter);
  color: red;
  font-weight: bold;
	font-family: 'Abril Fatface', serif;
	font-size: 4rem;
  margin-right: 1rem;
	margin-top: -10px;
}


div.caption h4 {
    font-size: 110%;
    line-height: 1.2em;
}

div.entertainment-summary {
    display: inline-block;
    padding: 50px 30px;
    height: 380px;
    color: white;
    background-color: #2a2a2a;;
}

div.entertainment-thumbnail {
    max-height: 380px;
    margin-top: 0px;
    padding: 0;
    height: inherit;
}

div.entertainment-thumbnail img {
    width: 100%;
		height: 380px;
    margin-top: 0;
    object-position: 0 0;
    object-fit: cover;
    padding: 0;
}

div.entertainment-summary h2 {
    font-family: Helvetica Neue,Verdana,Helvetica,Arial,Utkal,sans-serif;
    color: white;
    font-size: 250%;
    font-weight: bold;
}

div.entertainment-summary a {
	color: #fff;
}

.widgets-list-layout .widgets-list-layout-blavatar {
    float: left;
    width: 40.276596%;
    max-width: 180px !important;
    height: auto;
}

.widgets-list-layout-links {
    float: right;
    font-size: 118%;
    line-height: 1.2em;
    width: 56.404255%;
}

div.latest-news-title {
    margin-left: 128px;
    min-height: 120px;
    padding: 0;
    font-size: 125%;
    line-height: 1.2em;
}

@media (min-width: 1200px)  { div.latest-news-title {
    margin-left: 168px;
    min-height: 120px;
    padding: 0;
    font-size: 125%;
    line-height: 1.35em;
}
}

div.latest-news {
    position: relative;
    height: 110px;
    background-color: white;
    padding: 0;
    width: 100%;
    padding-bottom: 0;
    margin: 10px 0 0;
}

@media (min-width: 1200px)  {
	div.latest-news {
    position: relative;
    height: 140px;
    background-color: white;
    padding: 0;
    width: 100%;
    padding-bottom: 0;
    margin: 10px 0 0;
}
}

.my-special-class {
	font-size: 30px;
	margin-bottom: 20px;
}

div.catg a {
	font-size: 14px;
	color: grey;
}

div.catg ul {
	padding-left: 0;
	list-style: none;
}

.sidebar-latest div.latest-news-title {
    margin-left: 150px;
    min-height: 120px;
    padding:  0 10px 0 0;
    font-size: 120%;
    line-height: 1.2em;
}


div.post h1 {
    font-family: Helvetica Neue,Verdana,Helvetica,Arial,Utkal,sans-serif;
    margin: 30px 20px 20px;
    font-size: 4.8em;
    width: 95%;
}

li.comment p {
	font-size: 110%;
}

.comment-reply-link {
    background-color: #006ec3;
    color: red;
    text-decoration: none;
    padding: 6px 15px;
    margin: 20px 0;
    font-size: 17px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    opacity: 0.9;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

div.latest-column {
    float: right;
    padding: 0 10px;
    border-left: none;
}

div.headline-list {
    object-fit: cover;
    border: none;
    margin: 10px 0;
    background-color: inherit;
    height: 280px;
    padding: 0;
    font-weight: lighter;
}

@media (max-width:992px) {
    div.latest-column {
		width: 100%;
    float: left;
    padding: 0 10px;
    border: none;
}
    }

div.opinion img {
    border: 4px solid white;
    border-radius: 75px;
	  width: auto;
		max-width: 150px;
		height: 150px;
}

@media only screen and (max-width: 849px) {
div.post h1 {
    font-family: Helvetica Neue,Verdana,Helvetica,Arial,Utkal,sans-serif;
    margin: 20px 20px 20px;
    font-size: 250%;
    width: 80%;
}
}

div.headline-thumbnail img{
    max-height: 380px;
    margin-top: 0;
	  object-position: 0 0;
	  object-fit: cover;
    padding: 0;
}

div.headline-list img {
	width:100%;
	object-fit: cover;
	object-position: 0;
	height: 180px !important;
	
}

div.most-read img{
	width: 100%;
	object-fit: cover;
	object-position: 0 0;
	height: 180px !important;
}

.date {
	width: 215px;
	font-size: 11px;
	margin-top: 18px;
	display: none
}

.time {
	margin: 0 20px 20px
}

div.archive{
    object-fit: cover;
    border: none;
    margin: 10px 0;
    background-color: inherit;
    height: 350px;
    padding: 0;
    font-weight: bolder;
}

div.post-content iframe {
	width: 100%;
}
.page-numbers {
	font-size: 18px;
	padding: 20px;
}
.current {
	color: red;
}

[id*='attachment_'] {
	max-width: 100% !important;
}

[id*='attachment_'] img {
	max-width: 100% !important;
	height: auto;
}

.head-advert {
	margin: 90px 0 30px;
	clear: both;
}

.headline-ad {
	text-align: center;
	width: 100%;
	margin: 0 0 30px;
}

.opinion-ad {
	display: none;
}

@media (min-width: 1200px) {
.col-lg-6 {
    width: 45%;
}
}

.sidebar-ad {
    margin-top: 30px;
    text-align: center;
   
}

.sidebar-nav {
    text-align: right;
    margin: 30px 0 0 55px;
}

div.latest h4 {
    padding-left: 0;
    margin-bottom: -10px;
    font-size: 1.5em;
}

div.latest-news-thumbnail img {
    width: 108px;
    height: 108px;
    transform-origin: top right;
    object-fit: cover;
}

div.latest-news-title span {
    color: #999;
    font-size: 0.7em;
}

@media (min-width: 1200px) {
	div.latest-news-thumbnail img {
    width: 148px;
    height: 118px;
    transform-origin: top right;
    object-fit: cover;
}
}


li.comment {
    list-style: none;
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 20px;
    border-top: 1px solid #cccccc;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
}

div.footer {
	width: 100%;
		margin: 20px 0 0;
		padding-top: 20px;
    text-align: center;
    background-color: #2a2a2a;
	color: #f1f1f1;
}

div.footer a {
	color: #f1f1f1
}

@media only screen and (max-width:500px) {
.col-xs-5   {
    width: 100%;
}
}

@media only screen and (max-width: 500px) {
div.most-comment {
    position: fixed;
    z-index: 90000;
		margin-bottom: 50px;
    left: 0;
    height: 180px;
    float: left;
    margin-left: 0;
}
}

@media only screen and (max-width:500px) {
.col-xs-9  {
    width: 100%;
}
}

@media only screen and (max-width: 500px) {
div.most-comment a, div.most-comment a:hover {
    border-radius: 40px;
    background-color: dodgerblue;
    color: white;
    font-size: 0.9em;
    padding: 5px 15px;
    margin: 5px -10px 20px;
}
}
@media only screen and (max-width: 500px) {
div.most-comment span {
    display: none;
}
}
@media only screen and (max-width: 500px) {
div.most-comment h3 {
    margin-left: 0;
    margin-top: -5px;
}
}
@media only screen and (max-width: 500px) {
div.most-comment h4 {
    color: #006ec3;
    margin-left: 0;
    margin-top: 0px;
}
}

@media only screen and (max-width: 500px) {
.close {
    margin-top: 15px;
    margin-right: 40px;
}
}

.close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: 1;
}

.comment-respond {
    margin: 30px auto;
    padding: 0 !important;
    background: white;
    color: #333;
}

.comment-reply-title {
	display: none;
}