/*
Theme Name: IS&T Blog
Author Name: INICSOL
Author Url: http://www.inicsol.com

*/
/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #84414a;
}
.custom-pagination a:hover {
  background-color: #84414a;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #84414a;
  color: #fff;
}
.SidebarWrapper h1:after, .SidebarTitle:after{
	content: '' !important;
}
.submit:hover{
	background:#3c046d ;
	color:#FFFFFF;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.post_title{ border-top: solid 1px #dbd1be; padding: 8px 0 0 0; }
.post_title ul{ margin:0; padding:0; }
.post_title ul li{ float:left; list-style:none; padding:0; margin:0 12px 12px 0 !important; font-size: 0.8em; color:#000 !important; font-weight:bold; }
.ButtonCaption{ display:inline !important; }
.sidebar_widget{ background: #fff; border: 1px solid #4bbcf6; padding:25px;}
.sidebar_widget .SidebarTitle{ font-family: 'BrandonGrotesque-Regular',Arial,Helvetica,sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: #000; font-size: 1.4em;
    line-height: 1.3em; }
.sidebar_widget .BgWhite{ background: none !important; border:none !important; }
.sidebar_widget .pad25{ padding:0 !important; }
.NwsDtlWrap{ margin-bottom:48px; }
#wp-comment-cookies-consent{ margin-right:6px; }
#searchsubmit, .default_btn{ background-color: #457896; color: #fff; border: none; padding: 11px 8px; font-size: 19px; border: solid 1px #457896; transition: all 0.1s ease-in-out; }
#searchsubmit:hover, .default_btn:hover{ background-image: linear-gradient(to right,#fbb43c 0,#ed4b1d 50%,#fbb43c 100%);
	background-size: 200% auto;
	background-position: left center;
	color:#FFF;
	border-color:#ed4b1d;
	animation: btnbganimation 1s ease infinite; }
.comment-body{ font-size:84% !important; color:#000 !important; }
.form-control{ font-size: 100% !important; }

#bBreadCrumbs, #bBreadCrumbs a:hover{ color:#fff; font-size:80%; }
#bBreadCrumbs a{ color:#fffa00; font-size:80%; }

@media only screen and (max-width: 400px) {
	
}
.SidebarWrapper .sidebar_widget .SubHeading
{
    margin: -26px -26px 20px -26px;
}
#TopHead .animated
{background-color: #fff;}
.cbp-singlePage.btn {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 5px 10px 7px 10px;
}
.PageTitle {
    background-color: #457896;
}
.PageTitle>div {
    height: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.PageTitle .TitleStyle .Tagline2 {
    color: #fff;
    margin-bottom: 10px;
    background-color: transparent;
}
.PageTitle .TitleStyle .Title {
    color: #fff;
}
.page-item .current
{
    background-color: #457896;
    color: #fff;
}