/*
  Megla Theme css
*/ 

/* Gobal Css */
.screen-reader-text {
  visibility: visible;
}
.skip-link.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link.screen-reader-text:focus {
  background-color: #f2f2f2;
  border: 1px solid #21759b;
  border-radius: 3px;
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.screen-reader-text.menu-close {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  background-color: transparent;
  border: 1px solid #000;
  bottom: 5px;
  display: none;
}
.screen-reader-text.menu-close:focus {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 35px;
  line-height: normal;
  padding: 5px 15px;
  text-decoration: none;
  bottom: -30px;
  width: auto;
  z-index: 100000;
  display: none;
}
h2.screen-reader-text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  background-color: #F8F9FA;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 30px;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.widget {
  margin-bottom: 30px;
}
.widget:last-child{
  margin-bottom: 0px;
}
.widget a:hover {
  color: #EA552B;
  text-decoration: none;
}
.widget h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #424242;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2;
}
.widget ul li {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul li:last-child {
  border-bottom: 0px solid #f2f2f2;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget ul ul {
  padding-left: 15px;
}
.widget ul ul ul {
  padding-left: 5px;
}
.widget a {
  color: #555;
  text-decoration: none;
}
.widget table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.widget table th {
  background-color: #ddd;
}
.widget table th,
.widget table td {
  padding: 5px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.widget.widget_rss li {
  margin-bottom: 30px;
}
.widget.widget_rss .rssSummary {
  font-size: 95%;
  padding-top: 10px;
}
.widget.widget_rss cite {
  padding-top: 10px;
  display: inline-block;
  font-weight: 700;
}
.widget.widget_rss a.rsswidget {
    font-size: 110%;
}
.widget.widget_rss .rss-date {
    font-size: 80%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.wp-block-quote p{
  margin-left: 15px;
}
/* Default CSS */
body {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  color:#252525;
  background:#FFFFFF;
  font-family: 'Lora', serif;
  font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
  text-transform: capitalize;
  margin:0 0 10px;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
}
p {
  margin:0 0 5px;
  color:#555;
}
img{
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
a {
  text-decoration: underline;
  transition: all 0.5s ease;
  color: #000;
}
a:hover {
  color: #EA552B;
  text-decoration: underline;
  outline: none;
  background:none;
  transition: all 0.5s ease;
}
a:focus {
  color: #EA552B ;
}
a:not([href]) {
	color: #fff;
}
ul,
ul li {
  margin: 0;
  padding: 0;
  list-style:none;
}
.padding-top {
  padding-top: 50px;
}
/* Header CSS */
header.newsstory-header-img {
  position: relative;
  padding-top: 0;
}
header.newsstory-header-img .container {
  position: absolute;
  top: 0;
  left:  0;
  width: 100%;
  height: 100%;
  margin: auto;
  right:  auto;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  padding-top: 110px;
}
.header-img img {
  max-width: 100%;
  height: 250px;
}
.page .site-branding, 
.single .site-branding,
.search .site-branding,
.archive .site-branding,
.error404 .site-branding {
  padding-top: 16px;
}
.site-title a {
	color: #343434;
	text-decoration: none;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.header-area .social {
  float: right;
  margin-top: 15px;
}
.social li {
  display: inline-block;
  margin-right: 10px;
  color:#000;
  font-weight:500;
}
.social li:last-child{
    margin-right:0;
}
.social li a {
  color: #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #847E7E;
  transition: 0.5s;
  border-radius: 100%;
  text-align: center;
  color: #000;
  display: block;
}
.social a:hover {
  border: 1px solid #EA552B;
  background-color: #EA552B;
  color: #fff;
}
.header-area {
  padding-bottom: 15px;
}
.mainmenu-area{
  border-top: 1px solid #B7B7B7;
  border-bottom: 1px solid #B7B7B7;
}
.mainmenu ul li{
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.mainmenu li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding-top: 16px;
  padding-bottom: 18px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  display: block;
  transition: 0.5s;
}
.mainmenu li:last-child {
  border: 0px;
}
.mainmenu li:hover a,
.mainmenu li.active a {
  transition: 0.5s;
  color: #EA552B;
}
ul.children {
  padding-left: 25px;
}
.mainmenu .menu-item-has-children::after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 20px;
  text-shadow: none;
  position: absolute;
  top: 17px;
  right: -5px;
  color: #000;
}
.mainmenu ul.sub-menu .menu-item-has-children::after {
  top: .6rem;
  right: .2rem;
  color: #fff;
}
.mainmenu ul li ul {
  position: absolute;
  left: 0;
  z-index: 8;
  width: 220px;
  top: 150%;
  opacity: 0;
  background: #252525;
  visibility: hidden;
  border-top: 3px solid #ddd;
  transition: 0.5s;
}
.mainmenu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.mainmenu ul li ul li {
  border-right: none;
  width: 220px;
  margin-left:0px;
  display: block;
}
.mainmenu li:hover ul li a {
  color: #fff;
  opacity: 1;
}
.mainmenu ul li ul.sub-menu li a {
  padding: 8px 20px;
  text-align: left;
  border-radius: 0px;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.mainmenu li ul.sub-menu li a:hover {
  background-color: #ddd;
  color: #000;
}
.mainmenu ul li ul li ul{
  left:250px;
}
.mainmenu ul li:hover ul li ul{
  opacity: 0;
  visibility: hidden;
}
.mainmenu ul li:hover > ul li:hover > ul{
  left: 225px;
  opacity: 1;
  visibility: visible;
}
.mainmenu ul li:hover > ul li:hover > ul li:hover > ul{
  left: auto;
  right: 200px;
}
.top-nav-collapse {
  background: #ffffff;
  box-shadow: 0 40px 100px rgba(0,0,0,.2);
  transition: 0.5s;
}
.newsstory-responsive-menu  {
  display: none;
}
.screen-reader-text.menu-close{
  display: none;
}
.slicknav_btn {
  left: 45%;
  float: left;
  top: 0;
  padding-top: 5px;
}
.slicknav_menu .slicknav_menutxt {
  display: none;
}
.slicknav_btn {
  background: transparent;
  padding: 0px;
  margin: 0px;
}
.slicknav_menu {
  padding: 0;
  background: none;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
  box-shadow: 0 0 0;
}
.slicknav_nav {
  background: transparent;
  width: 250px;
  position: relative;
  top: -2px;
  left: 20px;
}
.slicknav_nav a{
  font-weight: 400;
  font-size: 16px;
  transition: 0.5s;
  color: #000;
}
.slicknav_nav a:focus{
  color: #EA552B;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background: #333333;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}
.slicknav_nav li.active a{
  background: #E74C3C;
  color: #fff;
}
.slicknav_nav .slicknav_row:hover a {
  color: #fff;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
  margin: 0;
}
.slicknav_nav li {
  padding: 0px;
  text-align: left;
  font-size: inherit;
  line-height: inherit;
  border: none;
}
.slicknav_menu .slicknav_icon {
  width: 35px;
  height: 35px;
  margin: 0px;
}
.slicknav_btn {
  line-height: 5px;
    cursor: pointer;
  -webkit-transition: all ease-in-out 500ms;
       -moz-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
       -o-transition: all ease-in-out 500ms;
          transition: all ease-in-out 500ms;
}
.slicknav_icon span.slicknav_icon-bar {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
  -webkit-transition: all ease-in-out 500ms;
       -moz-transition: all ease-in-out 500ms;
        -ms-transition: all ease-in-out 500ms;
       -o-transition: all ease-in-out 500ms;
          transition: all ease-in-out 500ms;
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:first-child{
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
        transform: rotate(45deg);
  -webkit-transform-origin: 11px 50%;
    -moz-transform-origin: 11px 50%;
      -ms-transform-origin: 11px 50%;
       -o-transform-origin: 11px 50%;
        transform-origin: 11px 50%; 
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:nth-child(2) {
    display: none;
}
.slicknav_btn.slicknav_open span.slicknav_icon-bar:last-child{
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
  -webkit-transform-origin: 12px 50%;
    -moz-transform-origin: 12px 50%;
      -ms-transform-origin: 12px 50%;
       -o-transform-origin: 12px 50%;
        transform-origin: 12px 50%; 
}
.main-navigation .btn > a:hover {
  background-color: #333;
  color: #fff;
  transition: 0.5s;
}
ul#primary-menu li.hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
ul#primary-menu li ul {
  display: inline-block;
  transform: scale(0);
  visibility: hidden;
}
ul#primary-menu li ul li a {
  display: block;
}
ul#primary-menu li:hover ul,
ul#primary-menu li.hover ul {
  transform: scale(1);
  visibility: visible;
}
/* Blog CSS */
.news-area {
  background: #F4F4F4;
}
.easy-tricker-content {
  margin-bottom: 30px;
}
.news-text {
  padding: 13px 0px;
  color: #000;
}
.news-text h2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 3px;
}
.news-content ul li a {
  text-decoration: none;
}
.news-content {
  padding: 13px 0;
}
.news-content ul li a {
  font-size: 14px;
  font-weight: 700;
}
.masonry-post article.post {
  margin-bottom: 30px;
}
article.post:last-child {
  margin-bottom: 30px;
}
article.page{
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 30px 0px;
}
.error-page{
  padding: 62px 0;
}
article.sticky {
	background-color: #F8F9FA;
	display: block;
  margin-bottom: 30px;
}
.masonry-post article.sticky {
  padding: 30px 20px;
}
.list-post {
  box-shadow: 0px 4px 40px rgba(212, 212, 220, 0.32);
  padding: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
article.sticky .list-post {
  margin-bottom: 0px;
  box-shadow: inherit;
}
.list-post-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
  margin-left: 24px;
}
.post-thumbnail img {
  margin-bottom: 15px;
}
.newsstory-btn a {
  border: 1px solid #EA552B;
  padding: 5px 15px;
  border-radius: 20px 0;
  display: inline-block;
  margin-bottom: 15px;
  text-decoration: none;
}
.newsstory-btn a:hover {
  background-color: #EA552B;
  color: #fff;
}
.entry-meta{
  margin-bottom: 10px;
}
.entry-title a {
  background: -webkit-gradient(linear,left top,right top,from(#EA552B),to(#EA552B));
  background: -webkit-linear-gradient(left, #EA552B 0%,#EA552B 100%);
  background: linear-gradient(to right,#EA552B 0%,#EA552B 100%);
  background-size: 0 7%;
  background-repeat: no-repeat;
  background-position: left 100%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.8s;
  display: inline;
  text-decoration: none;
}
.entry-title a:hover {
  background-size: 100% 7%;
  color: #EA552B;
}
.single-area ul.post-meta {
  margin-bottom: 15px;
}
.entry-footer a,
ul.post-meta li a {
  text-decoration: none;
}
ul.post-meta li {
  display: inline-block;
  margin: 0px 10px;
  position: relative;
}
ul.post-meta li:first-child {
  margin-left: 0px;
}
ul.post-meta li .byline, 
ul.post-meta li a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Karla', sans-serif;
}
ul.post-meta li:not(:last-child)::after {
  position: absolute;
  content: "-";
  right: -15px;
}
.entry-footer span i, 
.entry-meta i {
  color: #EA552B;
  margin-right: 5px;
}
.entry-footer span,
.entry-meta span{
  margin-right: 15px;
}
.entry-footer span.author {
  margin-right: 0px;
}
a.button {
  color: #fff;
  background-color: #343434;
  border: 1px solid #343434;
  border-radius: 50%;
  padding: 5px 15px;
  font-size: 15px;
  transition: 0.5s;
  display: inline-block;
  margin-top: 20px;
}
a.button:hover{
  background-color: #fff;
  border: 1px solid #343434;
  color: #343434;
  transition: 0.5s;
}
a.button.error{
  border-radius: 5px;
  text-decoration: none;
}
p.comment-notes {
  margin-bottom: 30px;
}
.nav-links{
  overflow: hidden;
  margin-top: 30px;
}
.nav-previous{
  float: left;
  width: 49%;
  text-align: left;
}
.nav-next{
  text-align: right;
  width: 49%;
  float: right;
}
.nav-links a{
  display: inline-block;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #f2f2f2;
  text-decoration: none;
}
.page-links{
  margin-top: 10px;
}
.page-links a{
  display: inline-block;
  border: 1px solid #252525;
  color: #252525;
  padding: 0px 10px;
  transition: 0.5s;
  margin: 0px 5px;
}
.nav-links a:hover,
.page-links a:hover{
  color: #fff;
  transition: 0.5s;
  border-color: #EA552B;
  background-color: #EA552B;
}
.search-results article.page .entry-summary {
  display: none;
}
.entry-content h2{
  margin-top: 15px;
}
.entry-content table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.entry-content table th,
.entry-content table td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
}
.entry-content table th {
  background-color: #f9f9f9;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 15px;
  margin: 0px;
}
.entry-content address {
  border: 1px solid #ddd;
  padding: 20px;
}
/* Comments CSS */
.comments-area {
  margin-top: 40px;
}
.comments-area h2.comments-title {
  font-size: 25px;
  margin-bottom: 25px;
}
.comment-content h2{
  margin-top: 15px;
}
.comment-content p{
  margin-bottom: 5px;
}
.comment-list {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.comment-meta {
  margin-bottom: 20px;
}
.comment-meta a {
  color: #333;
}
.bypostauthor {
  display: block;
}
.comment-author.vcard {
  position: relative;
  padding-left: 50px;
}
.comment-author.vcard img {
  position: absolute;
  left: 0;
  top: 7px;
}
.comment-metadata {
    margin-left: 50px;
}
.comments-area table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.comments-area table th,
.comments-area table td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
}
.comments-area table th {
  background-color: #f9f9f9;
}
.comments-area dd {
  margin-bottom: 15px;
}
.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
  margin: 0;
}
.comments-area address {
  border: 1px solid #ddd;
  padding: 20px;
}
.comment-reply-link {
  display: inline-block;
  color: #7086a1;
  margin-top: 10px;
  transition: 0.5s;
  text-transform: uppercase;
}
.comment-reply-link:hover{
  color: #EA552B;
}
.comment-list li.comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding: 30px;
  background-color: #ddd;
}
.comment-list li.comment:last-child {
  border-bottom: 0px solid #ddd;
  margin-bottom: 0px;
}
.comment-metadata {
  font-size: 80%;
}
.comment-list li.comment ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}
.comment-list li.comment ol.children ol.children {
  padding-left: 20px;
}
.comment-respond {
  margin-top: 50px;
} 
.comment-form{
  margin-bottom: 10px;
}
.comment-form label{
  margin-bottom: 5px;
}
.comment-form input,
.comment-form textarea{
  margin-bottom: 15px
}
.comment-form textarea{
  resize: vertical;
}
.comment-reply-title{
  margin-top: 30px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
  width: 100%;
  height: 44px;
  border: 1px solid #f2f2f2;
  padding-left: 10px;
  transition: 0.5s;
}
.comment-form input[type="checkbox"]{
  width: 2%;
  border:1px solid #f2f2f2;
  margin-top: 0px;
  margin-right: 5px;
}
.comment-form textarea{
  width: 100%;
  border:1px solid #f2f2f2;
  padding:10px;
  transition: 0.5s;
}
.comment-form input[type="text"]:hover,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:hover,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:hover,
.comment-form input[type="url"]:focus,
.comment-form textarea:hover,
.comment-form textarea:focus{
  border: 1px solid #f2f2f2;
}
.comment-form input[type="submit"]{
  height: 44px;
  width: 100%;
  border: 1px solid #333;
  color: #fff;
  transition: 0.5s;
  background: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0px;
}
.comment-form input[type="submit"]:hover{
  background:#EA552B;
  border: 1px solid #EA552B;
  color: #fff;
  transition: 0.5s;
}
.post-password-form {
  margin-top: 15px;
}
.post-password-form input[type="password"]{
    border: 1px solid #ddd;
    padding: 10px 25px;
}
.post-password-form input[type="submit"]{
  border: 1px solid #ddd;
  padding: 10px 25px;
  background: #EA552B;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  margin-left: -6px;
}
.post-password-form input[type="submit"]:hover{
  background: #333;
  border: 1px solid #fff;
  transition: 0.5s;
}
.page-content .search-form input[type="search"]{
  width: 100%;
  display: inline-block;
}
.page-content .search-form input[type="submit"] {
  width: 15%;
  display: inline-block;
  margin-left: -6px;
}
/* Breadcurmb CSS */
.breadcrumbs-area {
  text-align: center;
  padding: 55px 0;
  background-repeat:no-repeat;
  background-size: cover;
  color: #000;
  margin-bottom: 100px;
  border-bottom: 1px solid #f2f2f2;
}
.breadcrumbs-area h2 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 0px;
}
/* Footer CSS */
.footer-area {
  margin: 100px 0px 0px 0px;
  padding: 20px 0;
  text-align: center;
  background-color: #000;
}
.copyright p,
.copyright a {
  text-decoration: none;
  color: #fff;
}
.copyright a:hover {
  color: #EA552B;
}
/* Responsive */
/* Tablet Layout: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body{
    font-size:14px;
  }
  .text-left {
    text-align: center !important;
  }
  .text-right {
    text-align: center !important;
  }
  .header-area .social {
    float: inherit;
    margin-top: 15px;
    text-align: center;
  }
  .news-text {
    padding-bottom: 0px;
  }
  .news-text h2 {
    margin-bottom: 0px;
  }
  .mainmenu-area {
    background-color: #ddd;
  }
  .mainmenu{
    display: none;
  }
  .slicknav_menu {
    margin-top: 10px;
  }
  .newsstory-responsive-menu{
    display: block;
  }
  .screen-reader-text.menu-close{
    display: block;
  }
  .slicknav_btn {
    float: left;
  }
  .slicknav_nav {
    left: 235px;
  }
  .menu-item-has-children::after {
    display: none;
  }
  .blog-area {
    padding-top: 50px;
  }
  article.post:last-child {
    margin-bottom: 30px;
  }
  .nav-previous {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .nav-next {
    text-align: center;
    width: 100%;
    float: none;
    font-size: 12px;
  }
  .list-post {
    display: block !important;
  }
  .list-post-img {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 15px;
  }
  .widget {
    padding: 0px;
  }
  .widget:first-child{
    margin-top: 30px;
  }
  .comment-form{
    margin-bottom: 30px;
  }
}
/* Wide Mobile Layout */
@media (min-width: 481px) and (max-width: 767px) {
  body{
    font-size: 14px;
  }
  .text-left {
    text-align: center !important;
  }
  .text-right {
    text-align: center !important;
  }
  .header-area .social {
    float: inherit;
    margin-top: 15px;
    text-align: center;
  }
  .news-text {
    padding-bottom: 0px;
  }
  .news-text h2 {
    margin-bottom: 0px;
  }
  .mainmenu-area {
    background-color: #ddd;
  }
  .mainmenu{
    display: none;
  }
  .slicknav_menu {
    margin-top: 5px;
  }
  .slicknav_nav {
    left: 145px;
  }
  .menu-item-has-children::after {
    display: none;
  }
  .newsstory-responsive-menu{
    display: block;
  }
  .screen-reader-text.menu-close{
    display: block;
  }
  .blog-area {
    padding-top: 50px;
  }
  .widget {
    padding: 0px;
  }
  .widget:first-child{
    margin-top: 30px;
  }
  .nav-previous {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .nav-next {
    text-align: center;
    width: 100%;
    float: none;
  }
  .list-post {
    display: block !important;
  }
  .list-post-img {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 15px;
  }
  .comment-form{
    margin-bottom: 30px;
  }
}
/* Mobile Layout*/
@media (min-width: 320px) and (max-width: 480px) {
  .text-left {
    text-align: center !important;
  }
  .text-right {
    text-align: center !important;
  }
  .header-area .social {
    float: inherit;
    margin-top: 15px;
    text-align: center;
  }
  .news-text {
    padding-bottom: 0px;
  }
  .news-text h2 {
    margin-bottom: 0px;
  }
  .mainmenu-area {
    background-color: #ddd;
  }
  .mainmenu{
    display: none;
  }
  .newsstory-responsive-menu{
    display: block;
  }
  .screen-reader-text.menu-close{
    display: block;
  }
  .menu-item-has-children::after {
    display: none;
  }
  .blog-area {
    padding-top: 50px;
  }
  article.post:last-child {
    margin-bottom: 30px;
  }
  .nav-previous {
    float: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .nav-next {
    text-align: center;
    width: 100%;
    float: inherit;
  }
  .list-post {
    display: block !important;
  }
  .list-post-img {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 15px;
  }
  .widget-area {
    margin-top: 30px;
  }
  .widget {
    padding: 0px;
  }
}
