/*
Theme Name: NewsDesk
Theme URI: http://magazine3.com/newsdesk
Author: Magazine3
Author URI: http://magazine3.com
Description: News Magazine WordPress Theme    
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
/* = CSS Reset = */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
*,*:after,*:before {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

/* ==========================================================================
   Common CSS
   ========================================================================== */
body {font: normal 14px/20px Arial, Helvetica, sans-serif;color: #4b4b4b;background: #fff;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
a {outline: none;text-decoration: none;color: #2196F3;transition-duration: 0.35s;}
a:hover,a:focus{text-decoration: none;}

.container {width: 920px;margin: 0 auto;}
#wrapper {min-height: 100%;position: relative;}
/* ----Flex Grids --- */
/**********/
/** BASE **/
/**********/
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**********/
/** GRID **/
/**********/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 970px) {
  .container {
    width: 920px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  max-width: calc(100% - 10px);
  min-height: 1px;
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 640px) {
  .column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}
/*---- static -header --- */
.pinning-nav{left:0;right:0;top:0;-moz-transition:.3s all;-webkit-transition:.3s all;transition:.3s all;z-index:10}.pinning-nav.pinned{background-color:rgba(255,255,255,.9);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3)}.pinning-nav.unpinned{-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.pinning-nav.pinning-top{background-color:#fff;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
 
 /*-- Font-awesome CSS --- */
@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot);src:url(fonts/fontawesome-webfont.eot) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2) format('woff2'),url(/fonts/fontawesome-webfont.woff) format('woff'),url(fonts/fontawesome-webfont.ttf) format('truetype'),url(/fonts/fontawesome-webfont.svg) format('svg');font-weight:400;font-style:normal}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}
.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-search:before{content:"\f002"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-twitter:before{content:"\f099"}.fa-linkedin:before{content:"\f0e1"}.fa-envelope-o:before{content:"\f003"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-share-alt:before {content: "\f1e0";}.fa-google-plus:before {content: "\f0d5";}.fa-digg:before {content: "\f1a6";}.fa-whatsapp:before {content: "\f232";}.fa-instagram:before {content: "\f16d";}.fa-medium:before {content: "\f23a";}.fa-pinterest-p:before {content: "\f231";}.fa-tumblr:before {content: "\f173";}.fa-reddit:before {content: "\f1a1";}
/* ------ Default WordPress CSS ------- */
.gallery {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 0.5em;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.container{
  margin-top: 86px;
}
.admin-bar #header{
  position: relative;
  top:32px;
}
/*----------- header-styles -------- */
#header{
    background-color:#000000;
    line-height: 0;
/*    border-bottom: 1px solid #eee;*/
    margin-bottom:30px;
    display: flex;
  flex-direction: column;
  padding:16px 0px;
}
.logo{
  text-align: center;
}
.logo a, .logo a:hover{
  display: inline-block;
  text-decoration: none;
}
.logo a h1 {
    color: #ED2B23;
    text-transform: uppercase;
   font-family: "Noto Sans",sans-serif;
    margin: 0;
    line-height: 1;
    position: relative;
    top: 5px;
}
.logo h1:hover {
  text-decoration: none;
}
.logo a img{
width: 100%;
height: auto;
max-width: 182px;
}
.mobile-menu ul li a{
    text-decoration: none;
    font-family: "Noto Sans",sans-serif;
    color: #666;
    font-size: 17px;
    line-height: 28px;
}
.mobile-menu ul li a:hover{
    color: #000
}
.mobile-menu .drawer-menu{
    margin-top: 30px;
    padding-left: 25px;
}
.mobile-menu .drawer-menu h3{
    line-height: 1;
    font-size: 13px;
    width: 100%;
    color: #2196F3;
    font-family: "Noto Sans",sans-serif;
    text-align: left;
    text-transform: uppercase;
    margin-left: 0;
    letter-spacing: 1px;
}
.headertop-menu {
    margin-top: 20px;
}
.mobile-menu .headertop-menu li{
  display: block;
  text-align: left;
  margin-bottom: 10px; 
}
.social-icons{
    position: relative;
    right: 8px;
    top: 4px;
}
.social-icons a{
  font-size: 20px;
  color:#ffffff;
  margin-right:20px;
}

.main-navigation ul li:hover a, .post-list .post-content h4:hover a, .post-list .post-content .post-title h3:hover a,
.footer-menu ul li:hover a{
  color:#2196F3;
 transition: all 0.3s ease-in-out 0s;
 -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
/*---- flex -styles --- */
.header-section{
  display: flex;
  flex-grow: 1;
}
.search-btn {
  order: -1;
  width: 30px;
  margin-left: 20px;
}
.mobile-menu{
  order: 0;
  width: 30px;
  margin-left: 20px;
}
.logo{
  flex-grow: 1;
}
.main-navigation{
  text-align: right;
}
/* ==========================================================================
   Footer
   ========================================================================== */
#footer{
  width: 100%;
  clear: both;
  background-color: #EEEEEE;
  margin-top: 50px;
  padding: 30px 0px 30px 0px;
}
#footer .container{
    margin-top: 0 
}
.footer-menu{
  width:100%;
}
.footer-menu ul li{
  list-style-type: none;
  display: inline-block;
}
.footer-menu ul li a{
  font-size: 16px;
  line-height: 20px;
  color:#000;
  text-transform: capitalize;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.footer-menu ul li a:after{
  content:"|";
  display: inline-block;
    font-weight: normal;
  color:#ccc;
  padding: 0 10px 0 15px;
}
.footer-menu ul li:last-child a:after{
  display: none;
}
.copy-right{
  width:100%;
  margin-top:25px;
}
.copy-right span{
  color:#000000;
  text-transform: capitalize;
  font-size: 11px;
  line-height: 16px;
  font-family: 'Noto Sans', sans-serif;
}
/* ==========================================================================
   main-section
   ========================================================================== */
/*---- block-1- start ----*/
.featured-block-1{
  width:100%;
  float: left;
}
.block-1-img {
  line-height: 0;
}
.block-1-img a{
  width:100%;
}
.block-1-img img{
  width: 100%;
  height:auto;
}
.block-1-content{
    margin-top: 17px;
}
.featured-block-1 .block-1-img a{
  display: inline-block;
}
.featured-block-1 .block-1-content h1{
  margin: 0;
}
.featured-block-1 .block-1-content h1 a{
    font-size: 32px;
    line-height: 1.25;
    transition: 0s;
    color: #000000;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
}
.featured-block-1 .block-1-content p{
    font-size: 17px;
    line-height: 26px;
    font-family: 'Noto Sans', sans-serif;
    color: #111;
    margin-top: 11px;
}
.post-author{
    font-family: 'Noto Sans', sans-serif;
    margin-top: 18px;
}
.post-author .author-by{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.post-author a{
    color: #000000;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}
.post-author a:after{
    content: "";
    height: 13px;
    width: auto;
    padding-left: 8px;
    font-weight: normal;
    margin-right: 2px;
    border-right: 1px solid #AAAAAD;
    position: relative;
    top: 2px; 
    display: inline-block;
}
.post-author .author-date{
    font-size: 11px;
    line-height: 14px;
    margin-left: 2px;
    text-transform: none;
    display: inline-block;
}
/*----- block-2 starts ---*/
.featured-block-2{
  width:100%;
}
.block-2-posts::-webkit-scrollbar-track
{ 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	border-radius: 0px;
	background-color: #F5F5F5;
}
.block-2-posts::-webkit-scrollbar
{
	width: 5px; 
	background-color: #F5F5F5;
}
.block-2-posts::-webkit-scrollbar-thumb
{
	border-radius: 70px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #888;
}
.featured-block-2 .block-2-heading h2,  .featured-block-2 .block-2-heading h2 a{
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    font-family: "Noto Sans",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.featured-block-2 .block-2-heading h2:before{
    content: "\f017";
    line-height: 20px;
    width: 35px;
    height: 20px;
    margin-left: -9px;
    display: inline-block;
    font-family: 'FontAwesome';
}
.block-2-posts{
  background-color: #F9F9F9;
  max-height: 590px;
  overflow-x: hidden;
}
.block-2-posts .post-list{
    padding: 16px 14px 14px 14px;
    border-bottom: 2px solid #fff;
    margin: 0;
}
.block-2-posts .post-image{
  width:24%;
  float: right;
}
.post-image > a {
  display: block;
  line-height: 0;
}
.block-2-posts .post-image img{
  width:100%;
  height:auto;
}
.block-2-posts .post-list{
  width:100%;
  clear:both;
  float: left;
}
.block-2-posts .post-content {
  width:70%;
  float: left;
}
.block-2-posts .post-content h4{
    line-height: 19px
}
.block-2-posts .post-content h4 a{
   font-size: 14px;
    color: #000;
    font-family: "Noto Sans",sans-serif;
}
.post-author-info{
    margin-top: 14px;
    font-size: 12px;
    line-height: 18px;
    color: #2196f3;
    font-family: "Noto Sans",sans-serif;
}
.post-author-info a{
  color:#404040;
}
.post-author-info a:after{
  content:"|";
  display: inline-block;
  vertical-align: middle;
  padding-left:5px;
  color:#ccc;
}
.post-author-info span{
  padding-left: 5px;
}
/*----- block-3 starts ---*/
.featured-block-3{
    display: inline-flex;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.featured-block-3 h3{
    display: inline
}
.featured-block-3 a:hover h3, .featured-block-4-smallposts a:hover h3, .featured-block-1 .block-1-content h1 a:hover, .featured-block-1:hover .block-1-content h1 a, .post-wrapper .post-list .post-content h2 a:hover{
    background-image: linear-gradient(to top,#fff 0%,#fff 49%,#39b5de 50%,#39b5de 100%);
    background-size: 4px 4px;
    background-repeat: repeat-x;
    background-position: 0 97.5%;
    text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0.05em 0 #fff, -0.05em 0 #fff, 0.09em 0 #fff, -0.075em 0 #fff;
}
.featured-block-3 .post-list{
    margin-right: 1.5%;
    padding-right: 1.5%;
    border-right: 1px solid rgba(207, 216, 220, 0.8);
    margin-left: 0;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.featured-block-3 .post-list .post-image img{
  width:100%;
  height:auto;
}
.featured-block-3 .post-list .post-title h3, .featured-block-4-smallposts .post-list .post-title h3{
    margin-top: 15px;
    font-size: 20px;
    display: inline;
    line-height: 28px;
    color: #000;
    font-family: 'Noto Serif', serif;
} 

.featured-block-3 .post-list .post-title h3 a, .featured-block-4-smallposts .post-list .post-title h3 a{
  font-size: 18px;
  line-height: 24px;
  color:#000;
  font-family: 'Noto Serif', serif;
  font-weight: 700;
}

.featured-block-3 .post-list .post-content, .featured-block-3 .post-list .post-image{
  width:100%;
}
.featured-block-3 .post-list .post-title{
    margin-top: 16px;
}
.featured-block-3 .post-author, .featured-block-4-smallposts .post-author{
   margin-top: 10px;
}
.featured-block-3 .post-author .author-date, .featured-block-4-smallposts .post-author .author-date{
  display: block;
  margin-top:8px;
}
.featured-block-3 .post-author a:after, .featured-block-4-smallposts .post-author a:after{
  display: none;
}
.featured-block-3 .post-list:last-child{
    border:none;
    padding-right: 0;
    margin-right: 0
}
/*----- block-4 starts ---*/
.block-4{
  display: flex;
  flex-grow: 1;
}
.featured-block-4-bigpost{
    float: left;
    width: 50%;
    padding-right: 20px;
    border-right: 2px solid #dbdcdd;
}
.featured-block-4-smallposts{
    width: 52.1%;
    flex-wrap: wrap;
    display: flex;
    margin-right: -2.1%;
} 
.featured-block-4-smallposts .post-list:nth-child(3), .featured-block-4-smallposts .post-list:nth-child(4){
    margin-bottom: 0; 
}
.featured-block-4-smallposts .post-list .post-image a img{
  width:100%;
  height:auto;
}
.featured-block-4-smallposts .post-title{
    margin-top: 16px;
}
.featured-block-4-smallposts .post-list{
    margin-left: 0;
    margin-bottom: 45px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
.reverse-design .featured-block-4-bigpost{
    order: 1;
    padding-right: 0;
    border-left: 2px solid #dbdcdd;
    padding-left: 20px;
    border-right: none;
}
.reverse-design .featured-block-4-smallposts{
    order: -1;
    margin-right: 0;
    margin-left: -2.1%;
}
.widget_mag_builder_category_block_1 .col-md-12{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1; 
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ias-trigger-next{
  width: 100%;
  text-align: center;
  clear: both;
}
.ias-trigger-next a{
    background-color: #EEEEEE;
    color: #333; 
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 16px 0;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Noto Sans', sans-serif;
}
.ias-trigger-next a:hover{
    background: #ddd;
}
.ias-noneleft {
    font-size: 16px; 
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    clear: both;
    padding-top: 10px;
    letter-spacing: 1px;
}
/* social icons overlay */
/*-------- social icons Header -------- */
/*Eliminates padding, centers the thumbnail */

.headlines-block a.npt-lightbox img {
height: 150px;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
margin: 94px 20px 20px 20px;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
  background: rgba(0, 0, 0, 0.90) none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: -100%;
  transition: opacity 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 999999;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
text-decoration: none;
position: absolute;
}
.lightbox-close .fa.fa-times{
  font-size: 26px;
  color:#fff;
}
/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {

display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;

}

/* Provides part of the "X" to eliminate an image from the close link */



/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 50px;
  right: 50px;
}
.social-icons-header {
  bottom: auto;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}
.social-icons-header li{
  list-style: none;
  display: inline-block;
}
.social-icons-header li a{
  font-size: 25px;
  line-height: 30px;
  color:#fff;
  text-decoration: none;
}
.headlines-block .npt-lightbox {
    float: right
}
.social-icons-header li a .fa{
  font-size: 16px;
  margin-right: 10px;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.social-icons-header li a .fa.fa-facebook {
  background-color:#3B5998;
}
.social-icons-header li a .fa.fa-twitter{
   background-color:#55ACEE;
}
.social-icons-header li a .fa.fa-google-plus{
   background-color:#DD4B39;
}
.social-icons-header li a .fa.fa-linkedin{
   background-color:#0077B5;
}
.social-icons-header li a .fa.fa-digg{
  background-color:#005be2;
}
.social-icons-header li a .fa.fa-whatsapp{
  background-color:#25d366;
}
.social-icons-header li a .fa.fa-instagram{
  background-color:#405de6;
}
.social-icons-header li a .fa.fa-medium{
  background-color:#00ab6c;
}
.social-icons-header li a .fa.fa-pinterest-p{
  background-color:#bd081c;
}
.social-icons-header li a .fa.fa-tumblr{
  background-color:#35465c;
}
.social-icons-header li a .fa.fa-reddit{
  background-color:#f45009;
}
.search-overlay {
   border-left: none;
    padding: 0px;
}
.search-overlay .fa.fa-search{
  font-size: 30px;
  line-height: 34px;
}
/* Search Overlay */
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
.mk-fullscreen-searchform:focus{
  outline: none;
  border: none;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 30px;
  color: #fff;
  color: rgba(255, 255, 255, .2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.mk-fullscreen-searchform {
  position: relative;
  verticle-align: middle;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 800px;
  background-color: transparent;
  -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform #mk-fullscreen-search-input:focus{
  boder: none;
  outline: none;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}
.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .8);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
.mk-fullscreen-search-overlay {
  z-index: 999;
    font-family: 'Noto Sans', sans-serif;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  color: #fff;
  text-decoration: none;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
  transform: rotate(0deg);
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  ms-transform: scale(1);
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  ms-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
/* Search Button */
.search-btn-main{
    padding-right: 0
}
.search-btn a{
  padding: 0 !important;
  display: block ;
}
.social-icons .search-btn {
    display: inline-block;
    position: relative;
    top: -1px;
}
.social-icons .mk-fullscreen-searchform .fa.fa-search {
font-size: 34px;
line-height: 40px;
}
#mk-fullscreen-search-input:focus{
  box-shadow: 0px 3px 0px 0px rgba(0,86,210,0.54) !important;
}
.fullscreen .search-form {
  margin-top: 180px;
  margin-bottom: 0;
  width: 770px;
}
.fullscreen .search-form input {
  width: 100%;
}
.search-button .fa.fa-search {
    color: #fff;
    font-size: 23px;
    top: 2px;
    position: relative;
}
.lightbox .fa.fa-share-alt {
  color: #636363;
  font-size: 16px;
  padding: 0 10px;
  border-left: 1px solid #ccc;
}

/*---- single-page -styles ----- */
.single-page-fluid {
  margin: 0 auto;
  width: 765px;
}
.singlepage-postthumb{
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 0;
}
.single-page-title{
  margin-top:35px;
}
.single .post-edit-link{
    float: right;
    font-size: 11px !important;
    font-weight: normal !important
}
.single .post-edit-link:after{display: none}
.single-page-title h1 {
  color: #000000;
  font-family: "Noto Serif",serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
}
.single-page-fullwidth{
  width: 100%;
  clear: both;
  float: left;
  margin-top: 40px;
}
.single-page-title p{
    color: #000;
    font-family: "Noto Sans",sans-serif;
    font-size: 21px;
    line-height: 30px;
    margin-top: 23px;
}
.single .singlepage-postcontent {
    margin-top: 47px;
    margin-bottom: 25px;
}
.singlepage-postcontent p, .singlepage-postcontent {
    color: #000;
    font-family: "Noto Serif",serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 45px;
    line-height: 31px; 
}
.singlepage-postcontent p:last-of-type{margin-bottom: 0}
.single-page-fluid .post-author{ margin-top: 20px; }
.single-page-fluid .post-author .author-by {
  font-size: 16px;
  line-height: 22px;color: #111
}
.single-page-fluid .post-author a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;color: #111
}
.single-page-fluid .post-author .author-date {
    padding-left: 4px;
    font-size: 13px;
}
.single-page-fluid .post-author a:after{
  padding-left:10px;
}
.single-page .ias-spinner{
    text-align: center 
}
.singlepage-postcontent  blockquote p{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000;
  border-image: none;
  border-style: solid;
  color: #000000;
  font-size: 34px;
  line-height: 48px;
  margin: 0 0 1.4em !important;
  overflow: hidden;
  font-family: "Noto Serif",serif;
  font-weight: 700;
  position: relative;
  padding: 30px 0 0 0;
  float: left;
  width:59%;
  left:-55px;
}
.singlepage-postcontent blockquote p:before {
  content:"";
  border-top:8px solid #000;
  width:115px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top:0;
}
.social-icons-singlepage{
  padding:30px 0px;
  border-top:2px solid #eee;
  border-bottom:2px solid #eee;
  clear: both;
}
.social-icons-singlepage ul li{
  display: inline-block;
  list-style:none;
  margin-right: 10px;
}
.social-icons-singlepage ul li a, .social-icons-singlepage ul li a:hover{
  color:#000;
  text-decoration: none;
}
.social-icons-singlepage ul li a .fa {
  border: 1px solid #000;
  border-radius: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;

}
.singlepage-articles {
    float: right;
    margin-bottom: 40px;
    position: relative;
    width: 35%;
    margin-right: -70px;
    margin-left: 20px;
}
.singlepage-postcontent .singlepage-articles h5{
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 0;
}
.singlepage-post-article a {
    color: #000000;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-left: 35px;
}
.singlepage-post-article {
  position: relative;
}
.singlepage-post-article a::before {
    background-color: #39b5de;
    border-radius: 100%;
    color: #fff;
    content: "*";
    display: inline-block;
    height: 20px;
    left: 5px;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    top: 4px;
}
.singlepage-pagination {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.singlepage-pagination a{
  padding:0 10px;
}

/*---- single-post-pagination-starts --*/
.single .post-navigation{display: none}
.post-navigation .screen-reader-text{
  display: none;
}
.post-navigation .nav-links{
  margin-top:20px;
}
.post-navigation a{
  font-size:16px;
  line-height: 20px;
  font-family: "Noto Sans",sans-serif;
  margin-bottom: 15px;
  display: block;
}
.post-navigation .meta-nav{
  color:#000;
}
/*---- single-post-pagination-ends --*/
/*--- catrgories -tags -styles --*/
.post-tag-list {
  margin-bottom: 5px;
  margin-top: 15px;
}
.post-category-list{
  margin-top:40px;
}
.post-tag-list > ul, .post-tag-list > span, .post-category-list > span, .post-category-list ul{
  display: inline-block;
}
.post-tag-list > ul, .post-category-list ul{
  margin-left:10px;
}
.post-tag-list > span, .post-category-list > span {
  font-family: "Noto Sans",sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  text-transform: capitalize;
}
.post-tag-list ul li, .post-category-list ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.post-tag-list ul li a, .post-category-list ul li a{
  color:#000000;
  font-size: 14px;
  line-height: 18px;
  font-family: "Noto Sans",sans-serif;
  text-transform: capitalize;
}
.post-tag-list ul li a:after, .post-category-list ul li a:after{
  content:",";
  display: inline-block;
}
.post-tag-list ul li:last-child a:after, .post-category-list ul li:last-child a:after{
  display: none;
}
/*--- index-page-styles ---*/
.post-wrapper .post-list {
  border-top: 2px solid #eee;
  clear: both;
  display:inline-block;
  padding: 20px 0;
  width: 100%;
  display: flex;
}
.post-wrapper .post-list .post-image{
  width:285px;
  line-height: 0;
  margin-right: 40px;
}
.post-wrapper .post-list .post-fullwidth .post-content {
  width:100%;
}
.post-wrapper .post-image a {
  display: block;
}
.post-wrapper .post-list .post-image figure img{
  width:auto;
  height:auto;
}
.post-wrapper .post-list .post-content h2 a, .post-wrapper .post-list .post-content h2 a:hover {
    color: #000000;
    font-family: "Noto Serif",serif;
    transition: 0s;    font-size: 27px;
    line-height: 38px;
}
.post-wrapper .post-list .post-content p{
    color: #333;
    font-family: "Noto Sans",sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
}
.main-wrapper{
    width: 100%;
    clear: both;
    display: inline-block;
}
.singlepage-postthumb figure img{
  width: 100%;
  height: auto;
}

.social-icons-singlepage ul li:last-child{
  margin-right: 0px;
}
.author-info{
    display: inline-block;
    margin-top: 35px;
    width: 100%;
}
.archive .author-info{
    margin-bottom: 10px
}
.author-image{
  float: left;
}
.author-image img{
  border-radius: 50%;
}
.author-description {
    float: left;
    padding-left: 20px;
    width: 84%;
    padding-top: 5px;
}
.author-description h4 a{
    font-family: "Noto Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
.author-description h4 a:hover, .author-description h4 a:focus{
  color:#2196F3;
  text-decoration: none;
}
.author-description p{
    font-family: "Noto Sans",sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #333;
}
.related-articles{
    width: 100%;
    display: inline-block;
    padding: 50px 0px 0px 0px;
}

.related-articles h3, .recentpublish-posts h3{
    margin-bottom: 27px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Sans",sans-serif;
    text-transform: uppercase;
}
.relatedarticle-block{
  width: 31%;
  float: left;
  margin-right: 26px;
}
.relatedarticle-block img{ 
  width:100%;
  height: auto;
}
.relatedarticle-block > h3 {
    font-family: "Noto Sans",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
 .relatedarticle-block h3 a{
    margin-top: 11px;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    text-transform: none;
    color: #000;
    font-family: 'Noto Serif', serif;
    line-height: 1.5;
}
.single-page-fluid .relatedarticle-block .post-author {
  margin-top: 15px;
}
.single-page-fluid .relatedarticle-block .post-author .author-by, .single-page-fluid .relatedarticle-block .post-author a {
  font-size: 14px;
  line-height: 18px;
}
.relatedarticle-block h3 a:hover, .relatedarticle-block:hover h3 a{
  color:#2196F3;
}
.related-articles .relatedarticle-block:last-child{
  margin-right: 0px;
}
.single .recentpublish-posts .author-by, .single .recentpublish-posts .post-author a{
    font-weight: normal; 
    font-size: 13px;
}
.single .recentpublish-posts .author-date{font-size: 11px}
.recentpublish-posts{
  width: 100%;
  display: inline-block;
  clear: both;
  padding:40px 0px 10px 0px;
}
.recentpublish-posts .post-list{
    padding: 0px 0px 20px 0px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    border-top: 0;
}
.comments-block {
  clear: both;
  width: 100%;
  float: left;
    margin-top: 30px;
  padding:30px 0px 50px 0px;
}
.comments-block > h3 { 
    margin-bottom: 17px;
    font-size: 24px;
    display: inline;
    font-weight: bold;
    font-family: "Noto Sans",sans-serif;
    text-transform: uppercase;
}
img {
  vertical-align: middle;
}
.logged-in-as, .logged-in-as a{
    margin-top: 10px;
    font-size: 15px;
}

.comments-header-holder{
    display: inline-block
}
.comments-block .comments-title{
    display: inline-block;
    font-family: georgia, serif;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    font-style: italic;
    position: relative;
    left: 9px;
    top: -3px;
    color: #666;
}
.commentors-list {
  float: left;
  width: 100%;
  clear: both;
  padding-top: 40px;
}
.comment .avatar {
  border: 1px solid rgba(221, 221, 221, 0.25);
  border-radius: 50em;
  margin-right: 12px;
  margin-top: 20px;
}
.comment-author, .comment-metadata{    font-family: "Noto Sans",sans-serif;}
.comment-author .says{
font-size: 16px;
    line-height: 24px;
    color: #999;
}
.comment-meta .comment-author .fn{
  font-size: 20px;
  line-height: 24px;
    font-weight: normal;  
  padding-right: 5px;
}
.comment-meta .comment-author .fn a{
  color:#ed2b22;
  text-decoration: none;
}
.comment-metadata{
        position: absolute;
    top: 55px;
}
.comment-metadata > a {
    margin-left: 76px;
    text-decoration: none;
    color: #666;
    float: none;
    font-size: 14px;
}
.comment-metadata > a:hover, .comment-metadata > a:focus{
  text-decoration: none;
  color: #3a3a3a;
}
.comment-list .comment-body {
  position: relative;
}
.edit-link {
  display: none;
}
.children {
  padding-left: 50px;
}
.comment-respond #author, .comment-respond #email, .comment-respond #url {
    border: 1px solid #EEEEEE;
    border-radius: 0;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    line-height: 33px;
    padding: 7px 10px 4px 18px;
    width: 100%;

}
#comment {
  border: 1px solid #e3e3e3;
  color: #444444;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 2px;
  min-height: 136px;
  padding: 20px 30px;
  resize: none;
  width: 100%;
  height: 185px;
}
.form-submit {
    display: inline-block;
    text-align: right;
    width: 100%;
    margin-top: 20px;
}
.comment-content{
    display: block;
    color: #222;
   font-family: "Noto Sans",sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top: 17px;
}
.comment-content p{
    margin-bottom: 15px;
}
.comment-content p:last-child{margin-bottom: 0}
.comment-list  .comment-body{
    position: relative;
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 0px 0px 50px 0px;
    width: 100%;
    margin-top: 20px;
}

.comment-list, .children {
  list-style: outside none none;
}
.logged-in-as a:hover, .logged-in-as a:focus{
  text-decoration: none;
  color:#ed2b22;
}
.reply{
    margin-top: 20px;
    position: absolute;
    top: 10px;
    right: 0;
}
.reply a {
    background-color: #fff;
    border-radius: 70px;
    color: #999;
    font-family: "Noto Sans",sans-serif;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}
.reply a:hover, .reply a:focus{
  text-decoration: none;
}
.commentors-list{
  border-bottom:1px solid #D8D8D8;
  padding-bottom: 50px;
}
.sub-comments {
  margin-left: 60px;
}
.commentors-list:last-child{
  border-bottom: none;
}
.comment-area{
    width: 100%;
    clear: both;
    background-color: #FBFBFB;
    padding: 50px;
    border: 1px solid #EBEBEB;
}
.comment-area > h3 a{
  display:inline-block;
  font-family: "Noto Sans",sans-serif;
  font-size: 20px;
    color: #333;text-transform: uppercase;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.comments-block .page-numbers {
  font-family: "Noto Sans",sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-right: 10px;
  font-weight: bold;
}
.comments-pagination {
  text-align: center;
  margin-bottom:20px;
  margin-top:20px;
}
.comments-block .page-numbers:hover{
  text-decoration: none;
}
.comment-reply-title a{
  color: #ed2b22;
  display:inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.comment-area h3 a:hover, .comment-reply-title a:hover, .comment-reply-title a:focus, .comment-area  h3 a:focus{
  text-decoration: none;
}
.comments-areas {
  clear: both;
}
.comment-area span{
    color: #666;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    float: none;
    margin-bottom: 20px
}
.comment-area label {
    display: block;
    padding: 25px 0px 10px 0px;
    font-size: 15px;
    color: #333;
}
.form-submit{
  margin-top: 30px;
}
.comment-area .comment-form{
 font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color:#656565;
}

.comment-area > form input{
  width: 100%;
  border:1px solid #EFEFEF;
  margin-bottom: 20px !important;
  height: 45px;
 font-family: 'Noto Sans', sans-serif;
  padding:10px;
}
.comment-area .submit {
    background-color: #2196F3;
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 16px 40px 16px 40px;
    border: none;
    cursor: pointer;
}
.comment-area .submit:hover {
   box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0s;
   -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
/*----- wordpress - styles ---*/

#sidebar section{
    margin-bottom: 40px
}
#sidebar h4{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #444;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#sidebar ul li{
  list-style: none;
  display: block;
}
#sidebar ul li a:hover{
  text-decoration: none;
   opacity: 0.8
}

.page-header .page-title{
    color: #000000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 38px;
    margin-top: 13px;
}
.taxonomy-description p{
    color: #5c5c5c;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
}
.page-search p {
  border-bottom: 1px solid #ccc;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
  padding-bottom: 15px;
  margin-bottom: 20px;
 font-family: 'Noto Sans', sans-serif;
}
.page-search.search-box span {
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.search-form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 0 none;
  font-size: 15px;
  max-width: 100%;
  padding: 13px 10px 10px;
  width: 90%;
}
.search-form {
  background: #f4f4f5 none repeat scroll 0 0;
  position: relative;
}
.search-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-size: 16px;
  position: absolute;
  right: 8px;
  top: 10px;
}
.page-search.search-box {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.search-result {
  margin-bottom: 40px;
}

.logged-in-as a{
  color: #2196F3;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;   
}
.logged-in-as a:hover{
  color: #2196F3;
}
.tagcloud a {
    border: 1px solid #d1d1d1;
    color: #444;
    border-radius: 40px;
    line-height: 1;
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 9px;
    padding: 7px 10px;
    text-decoration: none;
    margin-right: 5px;
    font-family: 'Noto Sans', sans-serif;
}
.tagcloud a:hover{
  text-decoration: none;
}
/*------ 404-page- styles ----- */
.page404{
  margin-top:30px;
}
.page404 h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom:30px;
}
.page404 h3{
  margin-bottom:20px !important;
  border-top:1px solid #ccc;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
  font-size: 26px;
  font-weight: 300;
  line-height: 35px;
}
.page404 .search-form {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}
/*------ pagebuilder - styles -----*/
.panel-grid-cell .gadget-block {
    padding-left: 15px;
}
.siteorigin-panels-stretch .panel-grid-cell .gadget-block {
    padding-left: 0;
}
/*---------- advertisement -styles ----- */
.ad2, .ad5, .ad9{
  clear: both;
  width: 100%;
}
.ad1, .ad2, .ad3, .ad4, .ad5, .ad6, .ad7, .ad8, .ad9{
  text-align: center;
  line-height: 0;
}
.ad1 img, .ad2 img, .ad3 img, .ad4 img, .ad5 img, .ad6 img, .ad7 img, .ad8 img, .ad9 img,
.ad1 iframe, .ad2 iframe, .ad3 iframe, .ad4 iframe, .ad5 iframe, .ad6 iframe, .ad7 iframe, .ad8 iframe, .ad9 iframe{
  max-width:100%;
  height:auto;
}
.ad1{
  margin: 10px 0px 10px 0px;
}
.ad2{
    margin: 88px 0px -52px 0px;
}
.ad3{
  margin: 30px 0px -20px 0px;
}
.ad4 {
    margin: 20px 0 0px 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.ad5{
  margin: 15px 0 -10px 0px;
}
.ad6 {
    margin: 20px 0px 0px 0px;
}
.ad7 {
  margin: 0px 0 20px;
}
.ad8 {
  margin: -5px 0 15px;
}
/*---- Text Post Formatting ----- */
.singlepage-postcontent h2, .singlepage-postcontent h1, .singlepage-postcontent h3, .singlepage-postcontent h4, .singlepage-postcontent h5, .singlepage-postcontent h6{
    font-family: 'Noto Sans', sans-serif;
 font-weight: bold;padding-top: 20px;
}
.singlepage-postcontent h2{
      font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px
}
.singlepage-postcontent h1{
    font-size: 48px;
    line-height: 54px;
    margin-top: 0;
}
.singlepage-postcontent h3{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px
}
.singlepage-postcontent h4{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px
}
.single .singlepage-postcontent h5{
  font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px
}
.singlepage-postcontent h6{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px
}
.singlepage-postcontent  table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.singlepage-postcontent th, .singlepage-postcontent td {
    padding: 0.4375em;
}
.singlepage-postcontent th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
.singlepage-postcontent table, .singlepage-postcontent th, .singlepage-postcontent td {
  border: 1px solid #d1d1d1;
}
.singlepage-postcontent th, .singlepage-postcontent td, .singlepage-postcontent tr {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
.singlepage-postcontent dt {
  font-weight: 700;
}
.singlepage-postcontent dl{
  font-size: 16px;
  line-height: 26px;
}
.singlepage-postcontent dd {
  margin: 0 0 1.75em;
}
.singlepage-postcontent li > ul, .singlepage-postcontent li > ul, .singlepage-postcontent li > ul, .singlepage-postcontent blockquote > ul, .singlepage-postcontent blockquote > ul, .singlepage-postcontent blockquote > ul {
  margin-left: 1.25em;
  font-size: 16px;
  line-height: 24px;
}
.singlepage-postcontent li > ol, .singlepage-postcontent li > ol, .singlepage-postcontent li > ol, .singlepage-postcontent blockquote > ol, .singlepage-postcontent blockquote > ol, .singlepage-postcontent blockquote > ol {
  margin-left: 1.5em;
}
.singlepage-postcontent ul{
    margin-left: 20px;    
}
.singlepage-postcontent li, .singlepage-postcontent li span, em{
    font-size: 17px !important;
    line-height: 24px;
    margin-bottom: 10px;
}
.singlepage-postcontent address {
  font-style: italic;
  margin: 0 0 1.75em;
}
.singlepage-postcontent code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}
.singlepage-postcontent code, .singlepage-postcontent kbd, .singlepage-postcontent tt, 
.singlepage-postcontent var, .singlepage-postcontent samp, .singlepage-postcontent pre {
    font-family: Inconsolata,monospace;
}
.singlepage-postcontent code, .singlepage-postcontent kbd, .singlepage-postcontent pre, 
.singlepage-postcontent .singlepage-postcontent samp {
    font-size: 1em;
}
.singlepage-postcontent .singlepage-postcontent mark, .singlepage-postcontent .singlepage-postcontent ins {
  background: #007acc none repeat scroll 0 0;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}
.singlepage-postcontent pre {
  border: 1px solid #d1d1d1;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  overflow-wrap: break-word;
  padding: 1.75em;
  white-space: pre-wrap;
}
.singlepage-postcontent .alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}
.singlepage-postcontent .alignnone {
  width: 100%;
}
.singlepage-postcontent .aligncenter {
  margin: 0 auto
}
.singlepage-postcontent .alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}
.singlepage-postcontent img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.singlepage-postcontent .wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
}
.singlepage-postcontent .wp-caption .wp-caption-text {
  color: #686868;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.61538;
  padding-top: 0.538462em;
} 
.singlepage-postcontent .post-password-form label {
  color: #686868;
  display: block;
   font-family: "Noto Sans",sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.0769231em;
  line-height: 1.61538;
  margin-bottom: 1.75em;
  text-transform: uppercase;
  font-size: 14px;
}
.singlepage-postcontent input[type="password"]{
  background: #f7f7f7 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
     margin-top: 0.4375em;
}
.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.14007% 2.28013%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  padding-top: 0.538462em;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

/*----------- new -menu ------ */

/* 2.6 Primary Navigation */

.menu-holder{
    margin: 0 auto;
    width: 1170px;
}
/*.header-section {
  display: inline-block;
  width: 100%;
  position: relative;
}*/
.sub-posts {
    width: 380px;
}
.sub-posts li {
    width: 100% !important; 
    display: inline-block;
    padding: 10px 19px 10px;
}
.sub-posts li a {
    padding: 0 !important;
    display: block !important;
    font-size: 13px;
    line-height: 17px !important;
    font-weight: normal;
     font-family: "Noto Sans",sans-serif !important;
}
.sub-posts li img {
  float: left;
  margin: 0 10px 0 0;
}
.mega-menu-holder .sub-posts{
    padding-bottom:20px !important; 
}
.sub-posts {
    color: #000;
    font-size: 14px;
     font-family: "Noto Sans",sans-serif;
    line-height: 18px;
}
.sub-posts li figcaption a {
    display: inherit;
}
.sub-posts li figcaption span {
    color: #999;
    font-size: 11px;
    line-height: 2
}
.mega-menu-holder .first {
    cursor: auto !important;
    padding-top: 20px;
    padding-bottom: 10px;
} 
.mega-menu-holder .first:hover {
    background: none;
}
.mega-menu-holder .first h3{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.menu-cat-name::before {
    content: '\2018';
}.menu-cat-name::after {
    content: '\2019 ';
    margin-left: -3px; 
}
.menu-cat-name {
    font-weight: bold;
}
.cat-name-title {
    font-size: 12px;
    font-family: "Noto Sans",sans-serif;
    color: #111;
}
.mega-menu-holder {
    background: #fff;
    border: 5px solid #333;
    display: none;
    font-size: 14px; 
    left: 0;
    padding: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 100%;
    z-index: 2;
}

.sub-menu li a {
    width: 100%;
}
.dual-items {
    min-width: 531px;
    float: left;
    background: #eee;
}
.dual-items .sub-posts {
    float: right;
    border-left: 1px solid #e1e1e1 !important;
}
.dual-items ul.sub-menu{
    float: left;
    background: #eee;
}
.dual-items .sub-menu li {
    width: 140px;
}
.mega_menu_parent {
    position: initial !important;
}

.mega-menu-holder {
    top:37px;
    width: 100%;
}

.dual-items .sub-posts {
    width: 80%;
}
.dual-items ul.sub-menu {
    width: 20%;
}

.sub-posts li.first {
    float: none;
    height: auto ;
    width: 100% !important;
}
.dual-items .sub-menu li {
    width: 100%;
}
.sub-posts{
    width: auto;
}
.mega-menu-holder .sub-menu .sub-menu {
    width: 200px;
}
ul.sub-posts a {
    font-size: 16px;
    line-height: 1.4 !important;
}
.mega-menu-holder .sub-posts li:hover  {
    background: #efefef ;
}
.mega-menu-holder .sub-posts .first:hover {
    background: none ;
}
/* animation effect for menu  */
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}



/*!
 * jquery-drawer v3.2. 
 */

.drawer-open {
    overflow: hidden!important
}
.drawer-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    overflow: hidden;
    width: 20rem;
    height: 100%;
    border-right:none;
    color: #222;
    background-color: #fff
}
.drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}
.drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: .75rem;
    text-decoration: none;
    color: #222
}
.drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent
}
.drawer-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45)
}
.drawer-open .drawer-overlay {
    display: block
}
.drawer--left .drawer-nav {
    right: -25.25rem;
    -webkit-transition: right .6s cubic-bezier(.19, 1, .22, 1);
    transition: right .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0
}
.drawer--left.drawer-open .drawer-hamburger {
    right: 25.25rem
}
.drawer-hamburger {
  background-color: transparent;
  border: 0 none;
  box-sizing: content-box;
  display: block;
  height: 30px;
  line-height: 24px;
  margin-top:-6px;
  outline: 0 none;
  padding: 0;
  top: 0; 
  transform: translateZ(0px);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 28px;
  z-index: 1;
}
.drawer-hamburger:hover {
    cursor: pointer;
    background-color: transparent
}
.drawer-hamburger-icon {
    position: relative;
    display: block;
    
    margin-top: 10px
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    width: 100%;
    height: 3px;
    border-radius: 30px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #ffffff;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    position: absolute;
    top: -9px;
    left: 0;
    content: " "
}
.drawer-hamburger-icon:after {
    top: 9px
}
.drawer-open .drawer-hamburger-icon {
    background-color: transparent
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
    top: 0
}
.drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0
}
.drawer--sidebar,
.drawer--sidebar .drawer-contents {
    background-color: #fff
} 
.drawer-navbar--fixed {
    position: fixed
}
.drawer-navbar-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 .75rem;
    text-align: center
}
.drawer-navbar .drawer-nav {
    padding-top: 3.75rem
}

.drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem
}
 


/*----Responsive - starts ------*/
@media only screen and (max-width: 920px) {
.container{
  width:90%;
}
}
@media only screen and (max-width: 768px) {

.drawer-nav {
  border-right: 3px solid #2196F3;
}

.featured-block-1 .block-1-content h1 a {
  font-size: 30px;
  line-height: 34px;
    transition-delay: 1s
}
.block-1-content {
  margin-top: 10px;
}
.block-2-posts .post-content h4 a {
    font-size: 22px;
    line-height: 32px;
}
.post-author {
  margin-top: 15px;
}
.post-author .author-by, .post-author a{
  font-size: 14px; 
  line-height: 18px;
}
.featured-block-2 .block-2-heading h2, .featured-block-2 .block-2-heading h2 a {
  font-size: 22px;
  line-height: 26px;
  padding: 15px 0;
}
.featured-block-3{
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;     
    margin-bottom: 0
}
.featured-block-3 .post-list {
    flex-basis: 50%;
    max-width: 50%; 
    margin: 0 0 4% 0;
    padding: 0 2%;
    border: 0 
}
.featured-block-3 .post-content{
    display: none
}

.featured-block-3 .post-list:nth-child(even){
  border-right:none;
}
.featured-block-4-smallposts{
    margin-top: 30px
}
.featured-block-4-smallposts .post-content{
    display: none
}
.featured-block-4-smallposts .post-list{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.featured-block-4-smallposts .post-list, .featured-block-4-bigpost, .featured-block-4-smallposts {
  float: none;
  width: 100%;
}
.footer-menu ul li a {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  display: block;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 550px;
}
.block-4 {
  display: block;
}
.featured-block-4-bigpost, .featured-block-4-smallposts, .reverse-design .featured-block-4-bigpost {
  border: none;
  padding-right: 0px;
  padding-left: 0;
}
/*---- single -page starts ---- */
.single-page-fluid {
  width: 100%;
}
.single-page-title h1 {
  font-size: 40px;
  line-height: 48px;
}
.single-page-title {
  margin-top: 20px;
}
.single-page-fluid .post-author a, .single-page-fluid .post-author .author-by  {
  font-size: 14px;
  line-height: 20px;
}
.single-page-fluid .post-author .author-date {
  padding-left: 5px;
}
.singlepage-post-article a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.singlepage-postcontent {
  margin-top: 30px;
}
.singlepage-postcontent blockquote p {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  padding: 20px 0 0;
  left:-30px;
}
.post-tag-list {
  margin: 20px 0 30px;
}
.related-articles {
  padding: 20px 0 40px;
}

.singlepage-postcontent blockquote p {
  margin: 0 0 30px 0;
}
.author-description {
  width: 81%;
}
.author-info {
  margin: 0 0 25px;
}
.relatedarticle-block {
  margin-right: 20px;
}
.post-wrapper .post-list .post-content h2 a {
  font-size: 22px;
  line-height: 28px;
}

/*---- archive -pages ----*/
.page-header .page-title {
  font-size: 30px;
  line-height: 38px;
}
#header {
  margin-bottom: 20px;
}
.page-header {
    margin-bottom: 10px;
    margin-top: 4px;
}
/*---- header-part ----*/
.main-navigation{
  display:none;
}
.mobile-menu {
  margin-right: 20px;
  order: 1;
}
.drawer--left .drawer-nav {
    left: -25.25rem;
    -webkit-transition: left .6s cubic-bezier(.19, 1, .22, 1);
    transition: left .6s cubic-bezier(.19, 1, .22, 1)
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0
}
.drawer--left.drawer-open .drawer-hamburger {
    left: 25.25rem
}
.drawer-nav {
  width: 300px;
}
.social-icons a{
  display: none;
}
    .singlepage-articles {
        margin-bottom: 10px;
        width: 40%;
        margin-right: 0px;
        margin-left: 12px;
    }
    .single-page-title p{
            font-size: 20px;
    line-height: 28px;
    margin-top: 18px;
    }
    #footer{text-align: center} 
    .footer-menu ul li a { font-size: 12px; line-height: 10px; margin-bottom: 8px;}
}
@media only screen and (max-width: 620px) {
.featured-block-1 .block-1-content h1 a {
  font-size: 26px;
  line-height: 32px;
}
.block-1-content {
  margin-top: 10px;
}
.post-author {
  margin-top: 10px;
}
/*---- single -page ----*/
.single-page-title h1 {
  font-size: 36px;
  line-height: 44px;
}
.author-description {
  width: 76%;
}
.relatedarticle-block {
  width: 30%;
}

.related-articles > h3 {
  margin-bottom: 15px;
    font-size: 22px;
  line-height: 26px;
}
.recentpublish-posts {
  padding: 15px 0 10px;
}

.recentpublish-posts .post-list:first-child{
    border: 0
}
.post-wrapper .post-list .post-content h2 a {
  font-size: 20px;
  line-height: 26px;
}
.post-wrapper .post-list .post-image {
  margin-right: 30px;
  width:100%;
}
.copy-right {
  margin-top: 10px;
}
 
.singlepage-postcontent blockquote p {
  left: 0;
}
.comment-area {
  padding: 30px;
}
.comments-block > h3 {
  font-size: 22px;
  line-height: 26px;
}
.comment-meta .comment-author .fn {
  font-size: 16px;
  line-height: 22px;
}
.comment-metadata > a {
  font-size: 12px;
}
.comment-metadata {
  top: 50px;
}
.comment-area > h3 a {
  font-size: 22px;
  line-height: 26px;
}
.logged-in-as a {
  font-size: 15px;
  line-height: 22px;
}
.comment-area .submit {
  padding: 15px 30px 15px;
}
.reply a {
  padding: 5px 17px;
}
.comment-content p {
  font-size: 15px;
  line-height: 20px;
}
.children {
  padding-left: 30px;
}
.featured-block-3 {
  display: block;
}
.featured-block-3 .post-list {
    display: inline-flex;
    width: 100%;
}
/*---- archive -pages ----*/
.page-header .page-title {
  font-size: 35px;
  line-height: 40px;
}
.page-header, #header {
  margin-bottom: 15px;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 420px;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform #mk-fullscreen-search-input {
  font-size: 26px;
}
/*---- search -page -----*/
.page-search.search-box {
  padding-top: 10px;
}
.page-search p {
  font-size: 21px;
  line-height: 30px;
}
.page-title, .page-title h1 {
  font-size: 22px;
}
    .featured-block-3 .post-list{ max-width: 49%; }
}
@media only screen and (max-width: 510px) {
.post-wrapper .post-list {
  display: block;
}
.post-wrapper .post-list .post-image figure img {
  height: auto;
  width: 100%;
}
.post-wrapper .post-list .post-content h2{ margin-top: 10px;}

}
@media only screen and (max-width: 425px) {
#wrapper{
  overflow: hidden;
}
.drawer-nav {
  width: 200px
}
.featured-block-1 .block-1-content h1 a {
  font-size: 22px;
  line-height: 28px;
}
.block-2-posts .post-content h4 a {
  font-size: 16px;
  line-height: 20px;
}
.featured-block-3 .post-list {
  max-width: 49%;
}
.featured-block-3 .post-list .post-title h3, .featured-block-4-smallposts .post-list .post-title h3 {
    font-size: 16px;
    line-height: 22px;
}
.featured-block-3 .post-list .post-title{
    margin-top: 7px;
}
.post-image a img{
  width:100%;
  height:auto;
}
.featured-block-4-smallposts { margin-top: 25px; }
.featured-block-4-smallposts .post-title { margin-top: 10px; }
.featured-block-4-smallposts .post-list:nth-child(3), .featured-block-4-smallposts .post-list:nth-child(4){ margin-bottom: 20px;}
.featured-block-4-smallposts .post-list {
  padding-right: 0;
}
/*---- single -page ----*/
.single-page-title h1 {
    font-size: 32px;
    line-height: 40px;
}
.single-page-title {
  margin-top: 10px;
}
.singlepage-articles {
    float: none;
    width: 100%;
    margin-left: 0;
}
.singlepage-postcontent blockquote p {
  width: 100%;
}
.singlepage-postcontent blockquote p {
  margin: 0 0 20px;
}
.social-icons-singlepage {
  padding: 20px 0;
}
.singlepage-postcontent blockquote p {
  font-size: 18px;
  line-height: 28px;
  padding: 15px 0 0;
}
.singlepage-postcontent blockquote p::before {
  border-top: 5px solid #000;
}
.post-tag-list > ul {
  margin-left: 0px;
}
.author-description {
  padding-left: 10px;
  width: 65%;
}
.author-info {
    margin-top: 15px;
}
.relatedarticle-block {
  width: 100%;
  margin-bottom: 30px;
  float: none;
}
.relatedarticle-block > h3 {
  font-size: 18px;
  line-height: 24px; 
}
.related-articles > h3, .recentpublish-posts > h3 {
  font-size: 20px;
}
.related-articles {
  padding: 15px 0 20px;
}
.post-wrapper .post-list .post-image, .post-wrapper .post-list .post-content {
  margin-right: 0;
  width: 100%;
}
.post-wrapper .post-list .post-content h2 a {
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  margin-top: 15px;
}
.comments-block > h3 {
  font-size: 20px;
  line-height:24px;
}
.comment-area {
  padding: 20px;
}
.comments-block {
  padding: 20px 0 20px;
}
.singlepage-postcontent p, .singlepage-postcontent, .author-description p, .post-wrapper .post-list .post-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform #mk-fullscreen-search-input {
  width: 250px;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper .mk-fullscreen-searchform #mk-fullscreen-search-input {
  font-size: 22px;
}
.featured-block-4-smallposts .post-list {
  display: block;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  flex-basis: 100%;
}
.reverse-design .featured-block-4-smallposts {
    margin-left: 0%;
}
/*---- search -page -----*/
.page-title, .page-title h1 {
  font-size: 20px;
}
/*--- footer ---*/
.footer-menu ul li a::after {
  padding: 0 5px 0 7px;
}
.footer-menu ul li a {
  font-size: 13px; 
  line-height: 17px;
  margin-bottom: 10px;
}
    
}
@media only screen and (max-width: 375px) {
    .featured-block-3 .post-list{max-width: 100%}
}