/*
 Theme Name:   Newspaper Custom Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     newscustom
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* @import url("../newscustom/style.css"); */

<style>
@import url('//fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
</style>

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



* {
    box-sizing: border-box;
}



body {
    padding: 0;
    margin: 0;
    background: #ecf0f5;
    font-family: 'Work Sans', sans-serif;
}
.td-post-featured-image {
	margin: 0 auto;
	text-align: center;
}
.wp-caption-text,
.wp-caption-dd {
  font-family: Verdana, Geneva, sans-serif;
  text-align: left;
  margin: 6px 0 26px 0;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444;
}
.wp-caption {
  text-align: center;
  max-width: 100% !important;
}
.wp-caption img {
  max-width: 100% !important;
}
.alignnone {
  margin-top: 0;
}
.aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}
figure.alignright,
figure.alignleft,
figure.aligncenter {
  margin-bottom: 0;
}
.alignleft , .alignright , .aligncenter{
	object-fit: contain;
	height: auto;
}
.alignnone img,
.aligncenter img {
  width: 100%;
}
.alignleft {
  float: left;
  margin-top: 6px;
  margin-right: 24px;
  margin-bottom: 6px !important;
  margin-left: 0;
}
.alignright {
  float: right;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 6px !important;
  margin-left: 24px;
} 
a img.alignright {
    float: right;
    margin: 5px 0 22px 30px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 30px 22px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: none;
    border: none;
    padding: 0;
    max-width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wp-caption.alignnone {
    margin: 5px 0 17px 0;
}
.wp-caption.alignleft {
    margin: 5px 30px 17px 0;
}
.wp-caption.alignright {
    margin: 5px 0 17px 30px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.wp-caption p.wp-caption-text,
.penci-featured-caption {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 11px 10px;
    color: #fff;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.wp-caption:hover p.wp-caption-text,
.post-image:hover .penci-featured-caption {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0.7;
}
/*** Custom WordPress gallery style ***/
.gallery .gallery-caption {
    font-size: 13px;
    color: #939393;
    font-family: "Raleway", sans-serif;
    font-style: italic;
}
.gallery .gallery-icon img {
    border-radius: 2px;
    border: 1px solid #eee !important;
    padding: 7px;
}
.gallery .gallery-icon img:hover {
    border: 1px solid #ccc !important;
}
.penci-post-gallery-container {
    margin-bottom: 20px;
}
.penci-post-gallery-container a {
    opacity: 0;
}
.penci-post-gallery-container.single-slider a {
    opacity: 1;
}
.penci-post-gallery-container.single-slider figure,
.post-image .penci-owl-carousel figure {
    position: relative;
}
.penci-post-gallery-container.single-slider figure p,
.post-image .penci-owl-carousel figure p {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    vertical-align: top;
    background: rgba(0 , 0, 0, 0.6);
    color: #fff;
    padding: 7px 15px;
    font-style: italic;
    font-size: 13px;
    line-height: 1.4;
}
.justified-gallery > a > .caption,
.justified-gallery > div > .caption {
    font-family: inherit;
    font-weight: inherit;
    padding: 9px 15px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.penci-post-gallery-container.masonry .item-gallery-masonry {
    width: 33.33333%;
    float: left;
    margin-bottom: 6px;
    padding: 0 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    position: relative;
}
.penci-post-gallery-container.masonry.column-2 .item-gallery-masonry {
    width: 50%;
}
.penci-post-gallery-container.masonry.column-4 .item-gallery-masonry {
    width: 25%;
}
.penci-post-gallery-container.masonry .item-gallery-masonry a {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
    display: inline-block;
    width: 100%;
}
.penci-post-gallery-container.masonry .item-gallery-masonry a.animated {
    -webkit-animation-name: pencifadeInUp;
    -moz-animation-name: pencifadeInUp;
    -o-animation-name: pencifadeInUp;
    animation-name: pencifadeInUp;
    opacity: 1;
}
.masonry.column-2 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(2n+2) a,
.masonry.column-3 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(3n+2) a,
.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+2) a{
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s;
}
.masonry.column-3 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(3n+3) a,
.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+3) a{
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}
.masonry.column-4 .inner-gallery-masonry-container .item-gallery-masonry:nth-child(4n+4) a{
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
}
.penci-post-gallery-container.masonry {
    margin-left: -3px;
    margin-right: -3px;
}
.penci-post-gallery-container.masonry img {
    width: 100%;
}
.penci-post-gallery-container.masonry .inner-gallery-masonry-container {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inner-item-masonry-gallery {
    position: relative;
}
.penci-post-gallery-container.masonry .item-gallery-masonry .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-family: inherit;
    font-weight: inherit;
    padding: 9px 15px;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.penci-post-gallery-container.masonry .item-gallery-masonry:hover .caption {
    opacity: 0.7;
}
a:hover {
    color: #49adc6;
}

.header-wrap {
    margin-bottom: 40px;
    background: #fff;
}

.home .header_logo {
    width: 284px;
    position: relative;
    height: 90px;
    margin: 28px 28px 9px 0px !important;
}

.logo {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: inherit !important;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #111111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    color: #111111;
    margin: 6px 0 6px 0;
    font-weight: 400
}

h2 {
    font-size: 27px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 20px;
}


a {
    text-decoration: nonetransition:all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}

p {
    margin-top: 0;
    margin-bottom: 21px;
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul li, ol li {
    line-height: 24px;
    margin-left: 21px;
}

.mlr-15 {
    margin: 0 15px;
}

b {
    font-weight: 600;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    color: #111111;
}

.logo a img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



/*------------menus---------*/

.menu_wrap {
    position: relative;
    background: #fff;
    border-bottom: #ececec .5px solid;
}

.menu_wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: .08;
}

.header_menu_wrap {
    position: relative;
    z-index: 999;
    padding-right: 10px;
}

.header_menu {
    display: inline-block;
    vertical-align: top;
    min-height: 48px;
}

#mobile_toggle {
    display: none;
}

#mobile_toggle a {
    display: inline-block;
}

#mobile_toggle i {
    font-size: 21px;
    width: 23px;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    padding-top: 1px;
    color: #fff;
}



.home .menu_container {
    /* padding: 5px 30px 5px 37px !important; */
    display: inline-block;
}

.menu_item {
    float: left;
    position: relative;
    margin-left: 0;
}

.menu_item a.dropdown_item{
    padding-right: 31px;
    font-family: 'Open Sans', sans-serif;
}

.menu_container li a {
    padding: 0 16px 0px 0px;
    display: block;
    padding-right: 31px;
    line-height: 35px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    font-family: 'Open Sans', sans-serif;
	margin-right:10px;
}

.menu_item a i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    padding-left: 7px;
    font-size: 13px;
    font-weight: 600;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown a:hover {
    color: #38a6c1;
    text-decoration: none;
}

.dropdown-content { 
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 0;  
  border: #eae9e9 .5px solid;  
}

.dropdown-content li{
    list-style: none;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: #fff;
    color:#000 !important; 
}

.dropdown:hover .dropdown-content {
    display: block;
}

.home .searchbar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 46px;
    line-height: 3;
    cursor: pointer;
}


.togglesearch{
    background: #fff;
    position: absolute;
    top: 46px;
    right: -19px;
    width: 353px;
    height: 76px;
    line-height: 60px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #49adc6;
    display: none;
}

.togglesearch:before{
   content: "\f0d8";
    position: absolute;
    top: -19px;
    right: 17px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #49adc6;
    font-size: 25px;
}

.togglesearch input[type="text"]{
  width: 235px;
  height: 32px;    
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #e1e1e1;
  outline: none;
}

.togglesearch input[type="button"]{
    height: 32px;
    min-width: 67px;
    padding: 5px 0;
    background: #222222;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #222222;
    outline: none;
    cursor: pointer;
    line-height: 0;
}

.wrapper {
    height: auto;
    background: #fff;
    max-width: 1070px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.10);
    display: inline-block;
    width: 100%;
}

.block_title {
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 29px;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
}

.block_title span {
    position: relative;
    padding-right: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.block_title span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #38a6c1;
    opacity: .3;
    top: 22px;
}

.card {
    padding-bottom: 24px;
    border: none;
    margin-right: 16px;
}

.card:nth-child(n+3) {
     margin-right: 0;
}

.card_img {
    position: relative;
    margin-bottom: 13px;
    height: 145px;
}

.card_img a img {
    width: 100%;
    height: 100%;
}

.menu_container .sub-menu li a:hover {
    text-decoration: none;
}


a.post-category {
    position: absolute;
    bottom: 0;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
}

.card-title {
    font-family: 'Work Sans', sans-serif;
    line-height: 0;
}

.card-title a {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0; 
    letter-spacing: 1px;
    text-decoration: none;
}

.card:hover .card-title a{
    color: #49adc6;
}

.footer_wrappper {
    background-color: #222222;
    padding-top: 54px;
    padding-bottom: 20px;
    color: #eaeaea;
    position: relative;
}

.footer_logo {
    width: 200px;
    height: 100%;
    margin-left: 114px;
}

.footer_logo img{
    width: 100%;
    margin-bottom: 21px;
}

.footer_wrappper a {
    color: #fff;
    font-size: 14px;
    font-family: 'Verdana';
}

.projects {
    font-size: 19px;
    display: block;
    text-align: center;
    padding-right: 22%;
    margin-bottom: 30px;
    font-weight: 500;
    color: #fff;
}

.widget {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.widget_logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 80px;
}

li.widget_icon {
    list-style: none;
    height: 24px;
    display: flex;
    flex-direction: row;
    width: 8.5%;
    margin-bottom: 27px;
    justify-content: center;
}

.widget_icon a {
    width: 27px;
    height: 27px;
}


.widget_icon a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.footer-menu-list {
    display: inline-block;
    padding: 25px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}

.wrapper h2 {
    font-size: 26px;
    color: #333333;
    color: #111111;
}

.footer-box-img {
    height: 150px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.footer-box-img img {
    height: auto;
    width: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
}

.box-head {
    text-align: center;
    font-size: 20px;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    font-weight: bold;
    margin: 10px 0 20px;
    font-family: Verdana, Geneva, sans-serif;
}

.box-head:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #ffa726;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.moreBtnHoverCol {
    height: 132px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.footer-box-list {
    padding: 10px 0px;
    margin: 0;
    text-align: left;
    background: #fff;
}

.footer-box-list li:nth-child(2n+1) {
    background: #fdf7ee;
}

.footer-box-list li {
    padding: 7px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    list-style: none;
    margin: 0px;
}

.footer-box-list li a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

span.moreBtnOuter {
    color: #18160d;
    font-size: 18px;
    font-weight: 500;
    background: #ffe0b5;
    padding: 9px 23px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}

span.moreBtnOuter.moreBtnOuter2 span {
    background: url(images/viewMore.png) no-repeat left top;
    width: 94px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}


span.moreBtnOuter i {
    background: url(images/btnIcon.png) no-repeat left center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.close {
    float: left;
    position: absolute;
    right: 19px;
    top: 10px;
    font-size: 34px;
    color: #49adc6;
    opacity: 1;
}

.header_menu {
    display: none;
}

.close {
    display: none;
}

.moreBtnHoverCol.active {
    overflow: visible;
}

.active ul.footer-box-list {
    max-height: 430px;
    overflow-y: auto;
}


.moreBtnCol {
    background: #fff;
    padding: 0px 0px 20px 0px;
    width: 100%;
    display: inline-block;
}

span.moreBtnOuter.less span {
    background: url(images/less.png) no-repeat left top;
    width: 51px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}

span.moreBtnOuter.less i {
    background: url(images/btnIconPrev.png) no-repeat left center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.toc.td-main-sidebar{
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.10);
    margin: 0 14px;
}
.td-ss-main-content {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.10);
	margin-bottom: 30px;
    margin-left:14px;
    margin-right:10px;
}

.widget-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 29px;
    overflow: hidden;
    text-align: left;
    font-family: "Work Sans";
}
 
.widget-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 1px;
    background: #38a6c1;
    opacity: .3;
}

.toc_widget_list li {
    margin-left: 0 !important;
    border-bottom: 1px solid #dedede;
    padding: 5px 0px !important;
    margin: 0px !important;
    line-height: 30px !important;
}

.toc_widget_list li a {
    font-family: 'Open Sans';
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.td-page-title {
    margin-top: 0;
    margin-bottom: 7px;
    word-wrap: break-word;
    font-size: 41px;
    line-height: 50px;
}

.td-search-query {
    color: #49adc6;
}

.post-template-default .wrapper  {
    background: transparent;
    box-shadow: none;
    width: 90%;
    max-width: 90%;
}

.container.w-100 {
   width: 100% !important;
   max-width: 100%;
}

.col-med-3 {
    flex: 0 0 25%;
    max-width: 25%;
	padding:0px 15px;
}   


.col-med-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.entry-content p {
    word-wrap: break-word;
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    margin-bottom: 26px;
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif;
}

.entry-content p strong {
    font-weight: 600;
}

.entry-content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 30px;
}

.entry-content h3 b{
    font-weight: 600;
}


.comment-reply {
    background: #49adc6!important;
    border-bottom: none !important;
}

.comment-reply a{
    padding: 7px;
    color: #fff !important;
}

.td-page-title {
    font-size: 24px;
    line-height: 38px;
    margin: -9px 0 19px 0;
    font-weight: 400;
}

.search-page-search-wrap {
    margin: 37px 0 51px 0;
}

.td-search-form-widget {
    position: relative;
    line-height: 21px;
}

.td-search-form-widget div {
    text-align: left;
}

.td-search-form-widget .td-widget-search-input {
    width: 85%;
    border-right: 0;
    height: 32px;
    line-height: 21px;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
}

input[type=text], input[type=url], input[type=tel], input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #de5050;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #222222 !important;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 6px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.td_search_subtitle {
    position: relative;
    top: 11px;
    left: 2px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    font-family: 'Verdana';
}

input[type=submit]:hover {
    background-color: #4db2ec !important;
    color: #fff;
}

.info_card {
    position: relative;
        padding-bottom: 40px;
}

.info_card .td-module-thumb {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 13px;
}

.td-module-thumb .entry-thumb {
    display: block;
}

.td-animation-stack-type0-2 {
    opacity: 1 !important;
    transition: opacity 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
}

.info_card .item-details {
    margin-left: 174px;
    min-height: 150px;
}

.td_module_wrap .td-module-title {
    font-family: "Work Sans";
}

.info_card .entry-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}


.td_module_wrap.td-meta-info-hide .td-module-meta-info {
    min-height: 1px;
    margin-top: -4px;
}

.td-module-meta-info {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}

.td-module-meta-info .td-post-category {
    display: inline-block;
}

.td-post-category {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
}

.category-page .card {
    padding: 20px 20px 0 20px;
    margin-bottom: 10px;
    position: relative;
}

.category-page .card_img {
    height: 150px;
}

.category-page .card_img a img{
    height: 100%;
    object-fit: cover;
}

.category-page span.post-category {
    background: #000;
    color: #fff;
    padding: 3px 5px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
}

.category-page p.entry-content {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

.category-page a.read-more-post {
    display: block;
    width: 46%;
    background: #222222;
    padding: 6px 22px;
    text-align: center;
    color: #fff;
    margin: 20px auto;
}

.category-page a.read-more-post:hover {
    background: #49adc6;
    text-decoration: none;
}

.content-area.category-page.wrapper {
    display: flex;
}


.menu_container .sub-menu li{
   width: 100%;
}

.menu_container .sub-menu li a {
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 7px 5px;
}

#menu-sidebar .sub-menu li i {
    transform: rotate(-90deg);
    margin-top: -3px !important;
    right: 0;
}





.page-template-default .header_logo, .post-template-default .header_logo, .page-template .header_logo, .search .header_logo, .category .header_logo, .error404 .header_logo{
    margin: 28px 28px 9px 0px;
    width: 284px;
    position: relative;
    height: 90px;
}


.page-template-default .header_menu_wrap, .post-template-default .header_menu_wrap, .page-template .header_menu_wrap, .search .header_menu_wrap, .category .header_menu_wrap {
    max-width: 90%;
}

.page-template-default #menu-sidebar li a, .post-template-default #menu-sidebar li a, .page-template #menu-sidebar li a, .search #menu-sidebar li a,.category #menu-sidebar li a {
    padding-top: 0;
    padding-bottom: 0;
	padding-left:0px;
	
}

.page-template-default .searchbar, .post-template-default .searchbar, .page-template .searchbar,.category .searchbar,.search .searchbar, .error404 .searchbar{
    right: 46px;
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 3;
    cursor: pointer;
}




.togglesearch button {
    height: 32px;
    min-width: 67px;
    padding: 5px 0;
    background: #222222;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #222222;
    outline: none;
    cursor: pointer;
    line-height: 0;
}

.menu-item-has-children :hover > .sub-menu{
	display:block;
}
#menu-sidebar .menu-item {
	position: relative;
	display: inline-block;
}
#menu-sidebar {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 0 0 0px;
}

.sub-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	padding: 0;
	border: #eae9e9 .5px solid;
	margin: 0rem 0 0 0.2rem;
	min-width: 160px;
}

.sub-menu li .sub-menu {
    top: 0;
	left: 100%;
    z-index: -1;
}

.home #menu-sidebar li a {
	padding: 0px 16px;
	text-decoration: none;
	display: block;
	padding-right: 14px;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-backface-visibility: hidden;
	padding-right: 31px;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0px;
	margin-right: 10px;
}

#menu-sidebar .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	margin-left: 0;
	line-height: 24px;
}


#menu-sidebar .menu-item a i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	padding-left: 7px;
	font-size: 13px;
	font-weight: 600;
}

.sub-menu {
    min-width: 220px;
    padding:15px;
}

h1.entry-title{
    font-size: 41px;
    color: #111111;
    line-height: 50px;
    font-weight: 400;
}

p.td-post-sub-title {
    font-style: italic;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
}

.menu_container {
    padding: 4px 0;
    display: inline-block;
}

.error404 {}


/*--------------------------- sitemap---------------------------*/

.siteMap {background: #fff;width: 100%;padding: 20px;}
.siteMap-col {float: none;width: 33.33%;padding-bottom: 20px;display: inline-block;vertical-align: top;    padding-right: 15px;}
.siteMap-col h3 {font-size: 17px;line-height: normal;padding-bottom: 0;margin-bottom: 8px;width: 100%;font-weight: 600;margin: 0px 0px 5px 0px;display: inline-block;width: 100%;color: #4B4B4B;text-transform: uppercase;}
.siteMap ul {display: inline-block;width: 100%;margin: 0px;padding: 0px;float: left;}
.siteMap ul li {padding: 0px;list-style: disc;margin: 0px 0px 3px 15px;font-size: 20px;}
.siteMap ul li a {color: #0099cc;display: block;font-size: 13px;margin: 0px;padding: 0px;}
.siteMap h1.red {margin-bottom: 30px;background: linear-gradient(to right, #7e141c 0%, #c51225 100%);padding: 10px 15px;color: #fff;font-size: 18px;}
.fullWidth {width: 100%;}
.siteMapBtn {color: #000;border: 1px solid #5d5d5d;border-radius: 5px;padding: 10px 15px;float: right;font-weight: 500;text-transform: uppercase;margin-top: 30px;}
.siteMapBtn:hover {color: #fff;background: #5d5d5d;}
.siteMap h2, .siteMap-col h2 {display: inline-block;width: 100%;font-size: 22px;font-weight: 600;margin-bottom: 20px;color: #000;text-transform: uppercase;}
/*---------------------*/
.sitemap_header {text-align: center;padding: 10px 0px;}
.sitemap_header a {display: inline-block;}
.size-iframe-560-315 {width: 560px !important;height: 315px !important;margin: 0px auto !important;display: block;
}

/*--------------------------------------------*/

@media (min-width: 767px) and (max-width: 992px){
    .searchbar {
        position: absolute;
        top: -50px;
        right: 0;
    }
}    


@media (min-width: 767px) {
		.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
}

@media (min-width: 1800px) {
    
    .page-template-default .searchbar, .post-template-default .searchbar, .page-template .searchbar, .category .searchbar, .search .searchbar {
        right: 20px !important;
    }
    
}


@media (min-width: 1500px) {
    .footer_wrappper .container, .category .container, footer_wrappper .container{
      /*   max-width: 90% !important; */
        margin: 0 auto;
        width: 100%;
        display: flex;
    }
    
    .main_content .container {
        max-width: 90%;
        display: flex;
        justify-content: center;
    }
    
    .wrapper {
        max-width: 90%;
    }
    
    /* .home .menu_container {
        padding: 5px 30px 5px 80px !important;
    }
     */
    .page-template-default .searchbar, .post-template-default .searchbar, .page-template .searchbar, .category .searchbar, .search .searchbar, .error404 .searchbar {
        right: 56px;
    }
    
   /*  .home .header_logo {
        margin: 28px 28px 9px 125px !important;
    }
     */
}


   
@media (max-width: 1200px) {
    
    .category-page a.read-more-post {
        padding: 6px 10px;
        font-size: 14px;
    }
    
    .widget_logo {
       padding-right:0px;
    }
    
    .col-med-3 {
       flex: 0 0 30%;
       max-width: 30%;
    }
    
    .col-med-9 {
       flex: 0 0 70%;
       max-width: 70%;
    }
}

@media (max-width: 992px) {
    
    .card-title a {
        font-size: 18px;
    }
    
    .category-page a.read-more-post {
       width: 60%;
    }
    
    .widget {
        justify-content: center;
    }
    
    .col-med-3 {
       flex: 0 0 40%;
       max-width: 40%;
    }
    
    .col-med-9 {
       flex: 0 0 60%;
       max-width: 60%;
    }
    
    h1.entry-title{
        font-size: 32px;
    }
    
    .footer_logo {
        margin-left: 0;
    }
    
    .footer_logo {
        margin: 0 auto;
    }
    
    .footer_logo p {
        text-align: center;
    }
    
    .projects {
        padding-right: 0;
    }
    
    .widget_logo {
        padding-right: 0;
        justify-content: center;
    }
    
    li.widget_icon {
        justify-content: center;
        margin:15px;
    }
}

@media (max-width: 767px) {
    
    .home #menu-sidebar li a {
        font-size: 21px;
        padding-bottom: 30px;
    }
    
    .menu_wrap {
        background: #222;
    }
    
    .home .menu_container {
        padding: 53px 30px 0 7px !important;
    }
    
    .menu_container .open-menu > ul {
        display: inline-block;
        max-height: 2000px;
        position: static;
        margin-left: 30px;
        border: none;
        box-shadow: none; 
   }
    
   .menu_container .sub-menu a {
        padding: 9px 9px 9px 16px !important;
        line-height: 19px;
        font-size: 16px;
        font-weight: normal;
    }    
    
    #menu-sidebar .menu-item a i {
            right: 33px;
            top: 20px;
            font-size: 18px;
    }

    #menu-sidebar .menu-item {
        width: 100%;
    }
    
    .col-med-12 {
        flex: 0 0 100%;
       max-width: 100%;
    }
    
    #left-sidebar{
        margin: 10px;
    }
    
    .td-ss-main-content {
        margin: 10px;
    }
    
    .dropdown-content .child {
        display: block;
        max-height: 200px;
        overflow-y: auto;
    }
   
    .dropdown_item  .fa-angle-down {
        position: static;
    }
    
    .dropdown-content {
        position: static;
    }
    
    .close {
        display: block;
    }
    
    .header_menu {
        display: block;
    }
    
    .container {
        width: 100%;
        max-width: 100%;
    }
    
    .header_logo_mobile {
        display: inline-block;
    }
    
    .mobile_logo {
        width: 150px;
        margin: 14px 0;
    }
    
    .mobile_logo a img{
        width: 100%;
    }
    
    .header_menu {
        width: 100%;
        height: auto;
        background: #222;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
     
    #menu-sidebar {
        position: fixed;
        left:0;
        display: none;
        top: 0;
        width: 100%;
    }
    
    .header_logo {
        display: none;
    }
    
    .menu_container {
        padding: 38px 0;
        background: #fff;
        width: 100%;
        height: 100vh;
    }
    
    #mobile_toggle {
        display: inline-block;
        margin-left: 17px;
    }
    
    
    .searchbar_mobile {
        display: inline-block;
        line-height: 4;
        color: #fff;
    }
    
    .dropdown {
        display: block;
        margin: 0;
        width: 100%;
    }
    
    .searchbar {
        display: none;
    }
    
    .header_menu_wrap {
        padding-right: 23px;
    }
    
    .sub-menu-open > ul{
        display: block;
        max-height: 2000px;
        opacity: 0.9;
        width: 100%;
    }
    
}

@media (max-width: 480px) { 
    
    #menu-sidebar {
		padding: 38px 0;
		background: #fff;
		width: 100%;
		height: 100vh;
	}
    #menu-sidebar .menu-item {
		display: block;
		margin: 0;
		width: 100%;
	}
	#menu-sidebar .menu_container {
		padding: 38px 0;
		background: #fff;
		width: 100%;
		height: 100vh;
	}
	.menu-item-has-children .fa.fa-angle-down{
        right: 25px;
        cursor: pointer;
    }    
    
}


.site-main.container {max-width:90%;}
.site-main.container .container {max-width:100%; padding:0px;}
.site-main.container .container .wrapper {max-width: 100%;}
.footer_wrappper .container {max-width: 90% !important; display:block !important; }
/* .col-lg-5.col-md-12 .widget.widget_text .footer_logo {margin-left:0px;} */
.footer_wrappper .container .projects {padding-right:0px !important;}
/* .footer_wrappper .container .widget_logo {padding-right:0px;} */