/*
Theme Name: assignment.essayshark
Author: tjspirit
Version: 1.1

*/


/* Fonts */

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGHZhYM0_6AejPZE-OqA592o.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* end Fonts */


/* Reset */
html, body {margin: 0; padding: 0;}
body {background: #c4ebf0; font: 16px 'Source Sans Pro', sans-serif;}

.section-page a{color: #51adb7; text-decoration: none;}
.section-page a:hover{text-decoration: underline;}
footer.entry-meta a{font-size: 14px;}
/*.entry-title a:hover{text-decoration: none;}*/
.entry-title {margin-top: 0;}

h1{font-size: 30px;}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}

.entry-content p, .entry-content li{margin: 0 0 1em; line-height: 160%;}
.entry-content ul, .entry-content ol {
	overflow:auto;
}
.hentry{
	background: #fff;
	border-radius: 29px 0 0;
	margin-bottom: 15px;
	padding: 2em 2em 1.4em; 
}

.entry-header .entry-meta{
	border-top: 1px solid #aae3eb;
	padding-top: 10px;
}
.entry-meta span{margin-right: 10px;}

.entry-content .more-link{
	background: #aae3eb;
	border-radius: 10px;
	color: #2c3e50;
	display: inline-block;
	padding: 0 10px;
}
.entry-content .more-link:hover{
	background: #a6d5db;
	text-decoration: none;
}
.entry-content img{
	margin: 0px; 
	height: auto;
	max-width: 100%;
}
.entry-content .aligncenter{
	display: block;
	margin: 1em auto;
}
.entry-content .alignleft{
	float: left;
	margin-right: 1em;
}
.entry-content .alignright{
	float: right;
	margin-left: 1em;
}

footer.entry-meta{
	border-top: 1px solid #aae3eb;
	padding: 10px 0;
}

.nav-links{position: relative;}
.nav-links:after{content: ""; clear: both; display: table; position: relative;}
.nav-links .nav-previous, .nav-links a[rel="prev"]{float: left;}
.nav-links .nav-next, .nav-links a[rel="next"]{float: right;}
.nav-links a{
	background: #aae3eb;
	border-radius: 14px;
	display: block;
	padding: 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-links > a{
	max-width: 49%;
}
.nav-links a:hover{
	background: #a6d5db;
	text-decoration: none;
}

.comments-area {
	margin: 20px 0 0;
}
.comment-respond{
	margin-top: 15px;
}
.comment-respond, .comment-list {
	background: #D6F3F7;
	border: 2px solid #aae3eb;
	border-radius: 29px 0 0;
	padding: 20px;
}
	.comment-list {
		border: none;
		list-style: none;
	}
.comment-reply-title {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
}
.comment-notes, .form-allowed-tags {
	font-size: 0.75em !important;
}
.comment-list .comment{
	vertical-align: top;
}
.comment-body .comment-meta{
	float: left;
	width: 20%;
}
	.comment-author .avatar{display: block;}
	.comment-author .fn {display: block;}
	.comment-author .says{display: none;}
.comment-body .comment-content{
	float: left;
	width: 80%;
}
.comment-body .reply{
	clear: both;
}
.required {
	color: #ff0000;
}
.comment-form label {
	display: inline-block;
	margin-top: 4px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-form input, .comment-form textarea {
	border: 1px solid #a6d5db;
	border-radius: 12px;
	padding: 4px 8px;
}
	.comment-form textarea {
		border-radius: 12px 0 0;
		padding-top: 7px;
	}
	.comment-form input:focus, .comment-form textarea:focus {border-color: #80b0e3;}


.form-submit #submit{
	background-color: #ff4e45;
	border: medium none;
	border-radius: 18px;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 36px;
	margin: 0 auto;
	padding: 6px 30px 8px;
	position: relative;
}
.form-submit #submit:hover{
	background: #c7423b;
}

.left-panel {
	background: none;
	padding: 0;
}
#current_sof_container.small-orderForm{
	padding-top: 18px;
}

/* numbers mini */
.numbers-mini{
	clear: both;
	margin-top: 70px;
	position: relative;
}
.numbers-mini .box{
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
	.numbers-mini .box b{
		font-size: 24px;
	}
.numbers-mini .number-icon{
	background-size: 132px;
}

.numbers-mini .score-box{
	padding-left: 100px;
}
	.numbers-mini .score-icon{
		background-position: 50% -1222px;
		top: 10px;
		left: 35px;
		height: 151px;
		width: 30px;
	}
.numbers-mini #score-line{
	left: 14px;
	border-radius: 1px;
	width: 3px;
}
.numbers-mini .score-box b{
	min-width: 50px;
}

.numbers-mini .orders-box{
	padding-left: 100px;
}
	.numbers-mini .orders-icon{
		display: none;
		background-position: 50% -946px;
		top: -3px;
		left: 0px;
		height: 66px;
		width: 91px;
	}
.numbers-mini .writers-box{
	padding-left: 100px;
}
	.numbers-mini .writers-icon{
		display: none;
		background-position: 50% -1022px;
		top: 9px;
		left: 0px;
		height: 51px;
		width: 91px;
	}
.numbers-mini,
.right-panel-item{
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 1px 20px 20px;
}
.sidebar-menu li{
	line-height: 160%;
	margin-bottom: 0.5em;
}
.sidebar-menu .current-cat a{
	color: #3099a6;
	cursor: auto;
}
	.sidebar-menu .current-cat a:hover{
		color: #3099a6;
		cursor: auto;
		text-decoration: none;
	}
	.sidebar-menu .current-cat:before{
		background: #3099a6;
		border-radius: 0;
	}

/* testimonials */
.customer-testimonial{
	background: none;
	box-shadow: none;
}
.customer-testimonial ul li.testimonial-item:before{
	display: none;
}
.item-left, .item-left, .testimonial-block{
	float: none;
	margin: 0 0 25px;
	width: 100%;
}

/* get order */
.place-order{
	background: #FEC4A4;
	margin: 3% 0;
}
.post-text-table{border-collapse:collapse; margin:.5em auto 1em;}
.post-text-table td,
.post-text-table th{border:1px solid #aae3eb; padding:3px 10px;text-align:left;}
.post-text-table th{background-color:#e2f5f8; font-weight:400;}

OL.numeric { counter-reset: item; padding-left: 1.5em; }
OL.numeric LI { display: block }
OL.numeric LI:before { display: inline !important;; background: none; position: static; content: counters(item, ".") ". "; counter-increment: item }
.entry-content p, .entry-content ol li { margin: 0.6em 0; }

.pls { padding-left: 1.5em; }
.plb { padding-left: 3em; }

@media screen and (max-width: 480px) { 
	.hentry {
		padding-right: 1em;
		padding-left: 1em;
	}
.pls { padding-left: 0.5em; }
.plb { padding-left: 1.5em; }
.entry-content ol { padding-left: 1em; }
.entry-content ol ol { padding-left: 1em; } 	
.comment-form textarea { width: 100%; }
}
.formula { text-align: center; margin: 1.5em 0 !important;}
.formula img {}
.entry-content table { border-collapse: collapse; width: 100%; } 
.entry-content table td,
.entry-content table th { border: 1px solid #e2e2e2; padding: 10px; }
.code {color: #222222;font-family: Menlo, 'Courier New';font-size: small;margin: 0 5px;}
.entry-content .statistics-table-1 {text-align: center;}
.entry-content .statistics-table-1 td {padding: 3px 10px; width: 25%;}
.statistics-table-1 td:first-child {background: #ece9d8;}


@media screen and (max-width: 360px) {
	.entry-content img {
		max-width: 100%;
		height: auto;
	}
	.comment-form textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 320px) {}