body {
	margin: 0;
	padding: 0;
	font-family: "Bree Serif", Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f2f4f7;
	color: #5B5B5B;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Gentium Basic', sans-serif;
	font-weight: 200;
	color: #222222;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	color: #5E5E5E;
	transition: .3 ease-in-out;
}

a:hover {
}


.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	background: #00ccd5;
	box-shadow: 1px -6px 10px 5px rgba(0,0,0,.5);
}

#header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 120px;
	padding: 0px 0px;
}

/* Logo */

#logo {
	margin: 0;
	padding: 0;
	color: #FFFFFF;

}

#logo h1, #logo p {
}

#logo h1 {
	line-height: 120px;
	letter-spacing: -2px;
	font-size: 3.8em;
}

#logo h1 a {
	font-weight: 700;
	letter-spacing: 10px;
	color: #fff;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8E8E8E;
}

#logo p a {
	color: #8E8E8E;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Splash */

#splash {
	width: 960px;
	height: 300px;
	margin: 0px auto;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #E7EBED;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	color: #1F1F1F;
	border: none;
}

#menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a:hover {
	color: #978a8a;
}

/* Page */

#page {
	margin: 0 auto;
}

/* Content */

#content {
	width: 87%;
	margin: 20px auto 0;
	padding: 50px;
	background-color: #fff;
}
#content h1 {
	position: relative;
	display: inline-block;
	padding: 75px 0 150px;
	font-weight: 700;
	font-size: 45px;
	color: #0a104a;
}
#content h1::after {
	content: "";
	position: absolute;
	top: 12%;
	right: -150px;
	width: 128px;
	height: 128px;
	background-image: url("images/notebook.png");
}
.post {
	overflow: hidden;
	margin-bottom: 40px;
	border-bottom: 1px solid #E7EBED;
}

.post .title {
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	text-decoration: none;
	color: #222222;
}

.post .meta {
	margin-bottom: 30px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 40px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	padding: 5px 5px;
	margin-right: 10px;
	background: #222222;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	padding: 5px 5px;
	background: #222222;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

#sidebar ul, .res {
	margin-right: 50px;
	padding: 20px;
	background-color: #0a104a;
	border-radius: 10px;
	list-style: none;
	color: #d4d4d4;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 40px;
	border-bottom: 1px solid #E7EBED;
	margin: 0px 0px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #00ccd5;
}

#sidebar p {
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #fff;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Three Column Footer Content */

#footer-content {
	overflow: hidden;
	width: 1000px;
	margin: 0px auto;
	color: #D6E2F0;
}

#footer-content a {
	color: #92A9B6;
}

#footer-bg {
	overflow: hidden;
	padding: 30px 0px;
	background: #E8E8E8;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 26px;
	color: #262626;
}


#footer-content #fbox1 {
	float: left;
	width: 300px;
	margin-right: 50px;
}

#footer-content #fbox2 {
	float: left;
	width: 300px;
}

#footer-content #fbox3 {
	float: right;
	width: 300px;
}

#footer-content a {
}

#column1 {
	float: left;
	width: 290px;
	margin-right: 30px;
}

#column2 {
	float: left;
	width: 280px;
}

#column3 {
	float: right;
	width: 260px;
}

/* Footer */

#footer {
	margin: 0 auto;
	background-color: #fff;
	font-family: 'Abel', sans-serif;
}

#footer p {
	margin: 0;
	padding: 25px 0;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #5E5E5E;
}

#footer a {
	color: #5E5E5E;
}

#marketing {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #E7EBED;
	border-bottom: 1px solid #E7EBED;
}

#marketing .text1 {
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 34px;
	color: #345E9B;
}

#marketing .text2 {
	float: right;
}

#marketing .text2 a {
	display: block;
	width: 252px;
	height: 38px;
	padding: 15px 0px 0px 0px;
	background: url(/theme/srinstitute/images/img07.jpg) no-repeat left top;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	color: #FFFFFF;
}

#banner {
	margin: 0px auto;
	width: 1000px;
	height: 340px;
	background: url(/theme/srinstitute/images/img03.png) no-repeat left bottom;
}

#banner .content {
}


.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 a {
	color: #7F7F7F;
}

/* new added */
.dropotron {
	margin-top: 25px;
	padding: 20px;
	background-color: #f2f4f7;
	list-style: none;
}
.dropotron a:hover {
	color: #ebd6d6;
}
.res {

}

/* banner */
.banner-wrapper {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	font-weight: 700;
	background-color: rgba(0,0,0,.6);
}
.banner {
	position: absolute;
	top: 32%;
	left: 32%;
	width: 650px;
	height: 400px;
	background-image: url("images/bannerbg.jpg");
	color: #fff;
}
.banner-inner {
	width: 68%;
	margin: 100px auto 50px;
	padding: 12px 0 15px;
	text-align: center;
	background-image: url("images/bannertextbg.png");
	background-size: cover;
}
.b-logo {
	margin-left: 15px;
}
.b-order a {
  display: inline-block;
  padding: 10px 25px;
	font: 18px "Lato";
	background-color: #fff;
	text-decoration: none;
	transition: .3s ease-in-out;
	color: #25373b;
}
.b-order a:hover {
  background-color: #aaa;
	color: #fff;
}
.b-heading {
	margin: 0 0 15px;
	font: 36px "Roboto Slab";
  line-height: 1.2;
}
.b-close {
	position: absolute;
	top: 30%;
	left: 31%;
	z-index: 999;
	padding: 5px 13px;
	font-size: 20px;
	line-height: 28px;
	background-color: #2f3a3d;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}

/* banner */
.site-banner {
	position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	width: 800px;
  height: 250px;
  margin: 0 auto 35px;
  font-family: "Lato";
  background-image: url("images/usessay-bg.png");
  background-size: contain;
	border: 2px solid #000;
}
.site-banner, .site-link {
  color: #000;
}
.banner-text {
  width: 60%;
  margin: 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.site-link {
  width: 40%;
  padding: 5px 0;
  font-size: 25px;
  font-weight: 800;
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
  text-decoration: none;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.site-link:hover {
  background-color: transparent;
  color: #000;
}
/* sale */
.sale {
	position: absolute;
	right: -50px;
	display: none;
	align-items: center;
	width: 270px;
	height: 270px;
	padding: 5px;
	text-align: center;
	background: url("images/sale-bg.png") no-repeat;
	background-size: contain;
	border: 4px solid #000;
	border-radius: 20px;
}
.sale p {
	position: relative;
	top: -5px;
	left: -20px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
	line-height: 1.2!important;
  color: #fff;
}
.sale-number {
	font-size: 33px;
}
.sale-name {
	position: relative;
	top: 10px;
	left: -40px;
	font-size: 29px;
	font-family: "Carter One";
	color: #f6445c;
}
.active-sale {
	display: block!important;
}
