/*POTHASHANG COPYRIGHT FOOTER*/
.site-footer .site-info {
    text-align: center; !important
}


/*DATE & TIME ON TOP OF THE PAGE*/
.site-header.layout--default .top-date-time {
	font-family: "Roboto Slab", serif;
}


/*PRIMARY CONTENT (COLUMN)*/
div.primary-content {
    background-color: #fff;
}


/*ARCHIVES PAGE OLD*/
.psarchive1 {
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #000000;
  font-size: 0.9em;
  background: #ef4444;
  padding: 5px 10px 5px 10px;
  border: solid #ef4444 2px;
  text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.psarchive1:hover {
  background: #000000;
  text-decoration: none;
	border: solid #000000 2px;
}
.psarchive1 a {
  text-decoration: none;
	color: #FFFFFF;
}
.psarchive1:hover a {
	color: #FFFFFF;	
}

/*ARCHIVES PAGE NEW*/
.button-archpage {
  appearance: none;
  background-color: transparent;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
	font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  height: 40px;
  min-width: 0;
  outline: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}
.button-archpage:disabled {
  pointer-events: none;
}
.button-archpage:hover {
  color: #fff;
  background-color: #1A1A1A;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.button-archpage:active {
  box-shadow: none;
  transform: translateY(0);
}
.archpageyear {
  height: 84px;
  font-weight: 800;
  color: #ff0000;
}
.archpageyear:hover {
  color: #ffffff;
  background-color: #ff4040;
	border: 2px solid #ff4040;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}
.archivetablehr {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000000;
}
.archivetablestyle {
  border-spacing: 3px;
  border-collapse: separate;
  margin: 0px;
  width: 100%;
}


/*FOOTER PARA*/
.footerheading {
	font-family: "Roboto Slab", serif;
	color: #eff72b;
}
.pothasocial {
  opacity: 0.7;
	padding-left: 10px;
}
.pothasocial:hover {
  opacity: 1;
}
.pothasocial img {
	width: 30px;
}
#addresspara, #addresspara p {
	text-align: right;
}
#socialpara {
	text-align: right;
}
@media (max-width: 768px) {
	#addresspara {
		text-align: left;
		border-top: 2px solid #ffffff;
		padding-top: 10px;
	}
	#addresspara p {
		text-align: left;
	}
	#socialpara {
		text-align: center;
		border-top: 2px solid #ffffff;
		padding-top: 10px;
	}
	.pothasocial {
		padding-left: 5px;
		padding-right: 5px;
	}
}


/*FOOTER E-MAIL LINKS DESIGN*/
.dark_bk .widget .connectlink {
	color: #ffffff;
  text-decoration: none;
}
.dark_bk .widget .connectlink:hover {
	color: #d0ffd0;
  transition-delay: 0.3s;
}


/*ARTICLE POST HR*/
.hrarticle {
	color: #283e4a;
	background-color: #283e4a;
	border-radius: 2px;
	border: 1px solid #283e4a;
	width: 70%;
}


/*FRONT PAGE ARTICLE THUMBNAILS TO BE EDITED IN APPEARANCE > CUSTOMIZE*/


/*ARTICLE PICTURE PADDING*/
#theme-content .primary-content article figure {
    margin-right: 1.5em;
    position: relative;
}


/*HIDE PAGE TITLE*/
.page h1.entry-title {
  display: none;
}

/*PAGES FAKE TITLE*/
.newpagetitle {
		font-family: "Roboto Slab", serif;
		color: #000000;
		text-align: left;
		//margin-block-start: 0;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.page .primary-content .post-inner-wrapper {
    padding: 0px;
}


/*ABOUT US PAGE EDITS*/
#post-133 > .entry-content {
	margin: 0;
}
.aboutusdiv1 {
  background-image:url(https://pothashang.in/wp-content/uploads/pothashang-contents/About-Us-Background.jpg);
  background-position:center center;
  background-size:cover;
  opacity:1;
  border-radius: 0px;
  height: 100%;
  width: auto;
  margin: 0px;
  padding: 30px;
}
.aboutusdiv2 {
  padding: 30px;
  background-color: white;
  margin: 5vmin;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.aboutus-potha {
  text-align: justify;
  font-size: calc(var(--post-title-size)*0.68);
  font-family: "Roboto Slab", serif;
}
.aboutus-potha .connectlink {
	color: #000000;
  text-decoration: none;
}
.aboutus-potha .connectlink:hover {
	color: #ff0000;
  transition-delay: 0.3s;
}
.aboutussocialp {
  margin-block-end: 0px;
  text-align: center;
}
.aboutussocial {
  opacity: 0.7;
	padding-left: 5px;
	padding-right: 5px;
}
.aboutussocial:hover {
  opacity: 1;
}
.aboutussocial img {
	width: 30px;
}
@media (max-width: 768px) {
  .aboutusdiv1 {
  padding: 10px;
  }
.aboutusdiv2 {
  padding: 15px;
  background-color: white;
  margin: 5vmin;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
}


/*NAVIGATION BAR*/
body .site-header.layout--default .menu-section .row {
		border-top: 2px solid #27272a;
		border-bottom: 2px solid #27272a;
}
.main-navigation .menu li a, .main-navigation .nav.menu li a, nav.main-navigation ul.menu li a, nav.main-navigation ul.nav-menu li a {
	font-family: "Roboto Slab", serif;
}
.menu_txt {
	font-family: "Roboto Slab", serif;
	font-weight: 800;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children a:hover {
	border-left: 3px solid black;
	transition: 0.5s 
cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: translate3d(0, 0, 0);
	padding-left: 3px;
}
.menu-item.menu-item-type-taxonomy.menu-item-object-category a:hover {
	border-left: 3px solid black;
	transition: 0.5s 
cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: translate3d(0, 0, 0);
	padding-left: 3px;
}
@media (max-width: 768px) {
	.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children a:hover {
			border-left: 0px;
			transition: none;
			transform: none;
			padding-left: 0px;
	}
	.menu-item.menu-item-type-taxonomy.menu-item-object-category a:hover {
			border-left: 0px;
			transition: none;
			transform: none;
			padding-left: 0px;
	}
}


/*HEADLINE TICKER STYLING*/
.ticker-news-wrap.layout--two .ticker_label_title {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
	font-size: 17px;
}
.ticker-news-wrap.layout--two .ticker-item h2.post-title {
    font-family: "Roboto Slab", serif;
}


/*NEWS PAGE NUMBERS ALLIGNMENT*/
ul.page-numbers {
    text-align: center;
}


/*STYLING HEADINGS*/
.post-title {
	font-family: "Roboto Slab", serif;
	font-weight: 600;
}
h2.newsmatic-block-title, h2.newsmatic-widget-title, h2.widget-title, .popular-posts > h2, .single h1.entry-title, .page-title, .archive .page-title, .search .page-title, .search-results-wrap.no-posts-found h2 {
	font-family: "Roboto Slab", serif;
	font-weight: 700;
}


/*CATEGORIES & You May Have Missed HEADING STYLING*/
.archive .page-title:after, .search .page-title:after {
	display: none;
}
h2.newsmatic-block-title span::after, h2.newsmatic-widget-title span::after, h2.widget-title span:after {
	display: none;
}
.archive .page-header, .search .page-header {
	border-bottom: 2px solid #000;
	color: #ff0000;
}
h2.newsmatic-block-title, h2.newsmatic-widget-title, h2.widget-title {
	border-bottom: 2px solid #000;
	color: #ff0000;
}


/*WIDGET HEADING STYLING*/
.popular-posts > h2 {
	border-bottom: 2px solid #000;
	margin: 0;
	margin-bottom: 20px;
	font-size: 1.5rem;
	color: #ff0000;
}


/*TRENDING NEWS WIDGET*/
#ps-pop-posts li {
	font-family: "Roboto Slab", serif;
	font-size: calc(var(--post-title-size) * 0.68);
}


/*GALLERY PAGE*/
.responsive-tabs .responsive-tabs__list__item, .responsive-tabs .responsive-tabs__heading {
	font-family: "Roboto Slab", serif;
	font-weight: 600;
	text-transform: uppercase;
}
.psgcontainer {
	width: 100%;
	background-color: #000000;
	padding: 20px;
	border-radius: 5px;
}
.psgtext {
	padding-top: 15px;
}
.psgtext a {
  text-decoration: none;
	color: #ffffff;
}
.psgtext:hover a {
	color: #ffffff;
}


/*SHARE PLUGIN ALIGNMENT*/
.addtoany_content {
    text-align: center;
}


/*CONTACT US PAGE*/
#forminator-module-43248 {
    font-family: "Roboto Slab", serif;
}
.forminator-required {
	color: red;
}


/*
.news-filter .tab-title {
    display: none;
}
*/

/*FORMINATOR CONTACT US FORM*/

/*.forminator-ui#forminator-module-43248.forminator-design--flat .forminator-label {
	font-size: 15px; !important
}*/