/*
 Theme Name:   Newspapertimes 2017 (Child Theme)
 Theme URI:    http://magazine3.com/newspapertimes-2017
 Description:  A classic news theme rebuilt from scratch for the future. 
 Author:       Magazine3
 Author URI:   http://magazine3.com
 Template:     newspapertimes-2017
 Version:     1.0
*/
@import url("../newspapertimes-2017-child/bootstrap.min.css");

@import url("../newspapertimes-2017/style.css");


/* Colors */
/* primary-blue: #40798C*/
/* primary-blue-light: #3E78B2*/

/* Import Fonts */

@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia.woff') format('woff'),
    url('fonts/Georgia.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url('fonts/Georgia-Bold.woff') format('woff'),
    url('fonts/georgia bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}



/* Responsive */



/* IMAGEs*/

.news-block-2 a > img{
    height: auto;
}

.fa-print:before {
    content: "\f02f";
}

.fa-youtube:before
{
    content:"\f167";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.social-icons-header li a .fa.fa-youtube{
    background-color: #FF0000;
}


/*
################
               HEADINGS
################
*/


/* Heading Styles*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Georgia",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

b, strong {
    font-family: "Georgia",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: bold;
}

/*Header Styles */

.logo-left-part-text span {
    font-size: 14px;
    font-weight: bold;
}

.npt-category-block .npt-bigpost h3, .npt-category-block .npt-smallpost h3{
    font-family: "Georgia",Times,Times New Roman,serif;
    font-weight: normal;
}

.header-top {
    border-bottom: 1px solid #474044;
}

/* style.css */

.nav-part-1 {
    font-size: 13px;
}

.page-title {
    font-family: "Georgia",Times,Times New Roman,serif;
}






/* Hide Edition Text*/
.header-top .edition-text span {
    display: none;
}


/*
################
               Header Styles
################
*/

.header-top {
    border-bottom: 1px solid #E2E2E2;
    clear: both;
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 7px 0px 0px 0px;
    color: #444;
    padding-bottom: 2px;
    height: 23px;
}

.main-content-left-part h1 a{
    font-family: "Georgia",Times,Times New Roman,serif;
    font-weight: normal;
}


/* Navbar Styling*/

.nav-part-3 li:hover > a, .nav-part-3 li.active > a {
    background-color: #FFFDFD;
    color: #40798C;
    transition: all 0.1s ease-in-out;
}


/* HomePage Styling*/

.npt-whitemenu .current-menu-item a {
    background: unset;
    color: #212121;
}

.headlines-block {
    height: 20px;
}

.search-button {
    border-left: 1px solid #E2E2E2;
    padding: 1px 12px;
}

.pjnt-item a {
    color: #333;
}

.headlines-block .npt-lightbox .fa.fa-share-alt {
    color: #777;
    font-size: 16px;
    border-left: 1px solid #E2E2E2;
    padding: 2px 12px;
}



.no-pd {
    padding: 0;
}

#pl-306022 .featured-area-1smallpost {
    display: none;
}

#pl-306022 .featured-area-1smallpost p {
    font-size: 16px;
    line-height: 24px;
}



.headlines-catag {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
    .headlines-catag {
        display: none;
    }
}


#pg-306022-0, #pg-306022-1, #pg-306022-2, #pl-306022 .panel-grid-cell .so-panel {
    margin-bottom: 10px;
}

#pl-306022 .panel-grid-cell .so-panel:last-child {
    margin-bottom: unset;
}

#pg-306022-0, #pg-306022-1, #pg-306022-2, #pl-306022 .panel-grid-cell .so-panel {
    margin-bottom: 20px;
}

#pg-306022-0 .content-left-text p {
	margin-top: 12px;
  	font-size: 17px;
  	line-height: 24px;
}



@media (max-width: 979px) and (min-width: 781px) {
    .content-left-text {
        display: unset;
    }

}

/* style.css */

@media (max-width: 780px) {
	.main-slider {
    	margin-bottom: 25px;
	}
}


@media screen and (max-width: 1140px) {
    #pgc-306022-0-0 .content-left-text p {
		margin-top: 0px;
        font-size: 16px;
		line-height: 17px;
    }
}

@media screen and (max-width: 979px) {
    #pgc-306022-0-0 .content-left-text p {
        font-size: 12px;
    }
}



/* inline_style_edits.inline.css */

/* For White Menu*/

.npt-whitemenu > div:nth-child(1) {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: space-evenly;
}

/* Ticker Styles*/

.pjnt-border {
    border: unset;
}

.indicator-opinions {
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    background-color: #2D2E2F;
    font-size: 18px;
    text-align: center;
}



h1>a:hover {
    text-decoration: underline!important;
}

h3>a:hover {
    text-decoration: underline!important;
}

.page-title {
    border: unset;
}




/*
################
               Single Post Styling
################
*/


.single .page-title h1 {
    color: #111111;
    font-size: 34px;
    line-height: 50px;
}


@media (max-width: 979px) {
    .single .page-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    .single .page-title h1 {
        font-size: 22px;
        line-height: 28px;
    }
}

.single-content-wrapper .npt-singlepost p {
    margin: 0 0 1em;
}

.date-before-post {
    color: #474044;
    font-weight: bold;
    font-size: 15px;
}

.date-before-post--light {
    font-weight: initial;
    font-size: 14px;
}

.single-main .category-lists {
    border-bottom: 1px solid #dadada;
    margin-bottom: 2px;
}

.single-main .category-lists a{
    text-decoration: none;
    color: #3E78B2;
    font-size: 18px;
    font-weight: normal;
    font-family: "Georgia",Times,Times New Roman,serif;
}
.category-lists a:hover{
    text-decoration: none;
    color:#045f9f;
}

.single-main .post-content-area {
    color: #000000;
    font-family: "Georgia",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    padding: 0 0 15px;
    font-size: 16px;
    line-height: 26px;
}

.recent-posts .recent-post-heading li span {
    text-transform: none;
}

/*.npt-category-block .npt-bigpost p, .npt-category-block .npt-smallpost p{*/
    /*font-family: Arial, sans-serif;*/
    /*color: #333;*/
    /*font-size: 13px;*/
    /*line-height:20px;*/
/*}*/

.npt-category-block h2 {
    font-family: "Georgia",Times,Times New Roman,serif;
}

.recent-post-content a {
    text-transform: none;
}

.main-pages .page-title {
    padding: 15px;
}

.page-title h1 {
    font-family: "Georgia",Times,Times New Roman,serif;
    font-weight: normal;
}

.main-pages .page-title h1 {
    font-size: 30px;
    line-height: 36px;
    color: #FFFDFD;
    display: inline-block;
}

/*
################
               Pages Styling
################
*/

.page-template-default .page-titles {
    text-align: center;
    background-color: #2D2E2F;
    display: block;
    float: left;
    margin-bottom: 4px;
    width: 100%;
}

.archive .page-header {
    text-align: center;
    background-color: #2D2E2F;
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.archive .page-title h1 {
    font-size: 30px;
    line-height: 36px;
    color: #FFFDFD;
    display: inline-block;
}

@media screen and (max-width: 980px) {
    .archive .page-title h1 {
        font-size: 26px;
        line-height: 28px;
    }
}

@media screen and (max-width: 480px) {
    .archive .page-title h1 {
        font-size: 22px;
        line-height: 20px;
    }
}


.archive .page-title {
    padding: 15px;
}

/*
################
               Footer
################
*/

.footer-nav {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  	display: -ms-flexbox;  /* TWEENER - IE 10 */
  	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-wrap: wrap;
}

.footer-nav ul li {
    color: white;
}

.footer-nav ul li a {
    text-transform: uppercase;
    color: #FFFDFD;
    font-size: 16px;
    font-weight: 300;
    font-family: unset;
}

.footer-nav ul li a:hover {
    background-color: #fafafa;
}

.bottom-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bottom-nav ul li a {
    text-align: center;
    color: #FFFDFD;
    font-weight: 500;
    font-size: 14px;
    font-family: unset;
}

.footer-area {
    background-color: #2D2E2F;
    border-top: unset;
}

.footer-part {
    text-align: center;
    border-bottom: none;
}

.footer-logo {
    text-align: center;
}

.social__tag {
    color: #fafafa;
    font-size: 17px;
}


/*
################
              Sidebar Styling
################
*/

#sidebar .widget-title {
    text-align: center;
    color: #40798C;
    font-size: 15px;
}




/*
################
              Vue js Newsfeed Styling
################
*/


.newsfeed-wrapper {
    background-color: #fafafa;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.newsfeed__title {
    font-family:'Georgia',Arial,Helvetica Neue,Helvetica,sans-serif;
    padding: 15px;
    color: #FAFAFA;
    background-color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.newsfeed__subtitle {
    font-family:'Georgia',Arial,Helvetica Neue,Helvetica,sans-serif;
    padding: 15px;
    background-color: #e8e8e8;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.newsfeed {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    padding: 10px;
    flex-direction: row;
}

#app a {
    color: #2D2E2F;
}

.newsfeed__tabs {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    justify-content: space-around;
    display: flex;
    font-weight:bold;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.newsfeed__tabs a:hover,a:focus {
    text-underline: none!important;
}

.newsfeed.right a {
    font-size: 13px;
}

.newsfeed__tab {
    padding: 5px;

}

.is-active {

}

.left {
    padding: 10px;
}


/* Contact Form */

.wpcf7-form {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    padding: 10px;
}

.wpcf7-form .input-text, .quantity input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
    background-color: #fafafa!important;
    border: unset;
}

form .single-content-wrapper .npt-singlepost p {
    margin: 0 0 0.5em;
}

.footer-logo > a img {
    width: 90%;
}

.footer-nav {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    float: unset;
    margin-bottom: 15px;
}

.bottom-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

#menu-footer li {
    margin-right: 15px;
}

.copyrights {
    background-color: #40798C;
}

.copyrights-content {
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.copyrights-content span {
    color: #FAFAFA;
    font-size: 12px;
}


/* Newsletter Section*/

.newsletter__intro {
    align-items: center;
    display: inline-flex;
    color: #fafafa;
    font-weight: lighter;
    text-align: center;
    padding-bottom: 10px;
}

.newsletter__intro h4 {
    font-size: 24px;
}

.newsletter__intro p {
    font-size: 18px;
}

.newsletter__form {
    display: flex;
    justify-content: center;
}

.newsletter__button {
    padding-left: 5px;
}

.mc4wp-response {
    padding: 5px;
    color: white;
    text-align: center;
}


#menu-footer-menu a {
    font-size: 18px;
}


.fa-angle-up:before {
    content: "\f106";
}

.totop {
    position: absolute;
    right:40px;
    bottom:20px;
}

.totop a i {
    color: #fafafa;
}

.fa-3x {
    color: white;
}

.grecaptcha-badge {
    display: none;
}

.totop a {
    font-size: 24px;
    color: #fafafa;
}

.social__footer-list {
   list-style: none;
    display: flex;
    justify-content: center;
}

.social__footer-list li {
    margin-right: 10px;
    padding: 10px;
}

.social__footer {
    padding-top: 20px;
}

.social__footer-list a {
    font-size: 24px;
    color: #fafafa;
}


.post-design-content  .post-content-area > a {
    font-family: Georgia,Times,Times New Roman,serif;
}


.testheight {
    height:1200px;
    font-size:20px;
    text-align:center;
    padding:100px 20px;
  }
  .scrolltop {
      display:none;
      width:100%;
      margin:0 auto;
      position:fixed;
      bottom:20px;
      left:10px;	
  }
  .scroll {
      position:absolute;
      right:20px;
      bottom:20px;
      background:#b2b2b2;
      background:rgba(178,178,178,0.7);
      padding:20px;
      text-align: center;
      margin: 0 0 0 0;
      cursor:pointer;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s; 		
  }
  .scroll:hover {
      background:rgba(178,178,178,1.0);
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s; 		
  }
  .scroll:hover .fa {
      padding-top:-10px;
  }
  .scroll .fa {
      font-size:30px;
      margin-top:-5px;
      margin-left:1px;
      transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s; 	
  }



[id="pgc-306022-1-0"] {
  margin-top: -45px;
}

@media (max-width: 1440px) {
  [id="pgc-306022-1-0"] {
  margin-top: -40px;
	}
}


[id="pgc-306022-1-0"] [class="news-block-4-inner npt-bigpost"] h3 {
  	opacity: 0.7;
    background-color: #efefef;
    margin-top: -65px;
}

[id="pgc-306022-1-0"] a {
  background-color: #0a0a0a!important;
	color: white!important;
}


@media (max-width: 767px) {
	[id="pgc-306022-1-0"] .news-block-4-inner .block-6-img {
  		margin-bottom: 40px;
	}
}

[id="pgc-306022-1-0"] .news-block-4-inner {
   margin-right: 5px;
}

@media (max-width: 1199px) {
    [id="pgc-306022-1-0"] .news-block-4-inner h3 a {
        font-size: 12px;
  }
}

.prosfata {
	margin-top: -15px;
}

#pgc-306022-0-0 .content-left-text .npt-smallpost {
	margin-top:10px;
}

[id="pgc-306022-1-0"] .block-6-contentpart h2 {
    display: none;
    color: rgb(51, 51, 51);
    border-top-color: rgb(51, 51, 51);
}

[id="pgc-306022-1-0"] .block-6-contentpart h2 a {
    background-color: unset!important;
    color: unset!important;
}

@media (max-width: 768px) {
    [id="pgc-306022-1-0"] .block-6-contentpart h2 {
        display: block;
    }
}


@media (max-width: 767px) {
  #prwtoselida {
    height: 5200px;
  }
}

@media (max-width: 480px) {
    #menu-footer {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}











