/*
Theme Name: New version for essay-writing-place
Description: 2015 default theme.
Version: 0.1
*/

/* Testimonial */

.ewp_testimonial_body {
	border: 1px solid #E8E5DC;
	padding: 10px;
	margin-left: 23px;
	border-radius: 5px;
}
.ewp-rating{
	margin:5px;
}

.ewp-testimonial-item{
	margin: 20px 0px;
	padding-bottom: 19px;
	box-shadow: 0px 6px 3px -5px #575252;
}



.ewp-testimonial-item:nth-child(even) {
	background: rgba(248, 248, 248, 0.39) none repeat scroll 0% 0%;
	padding: 15px;
}
.ewp-testimonial-item:nth-child(odd) {
	background: #FFF;
	padding: 15px;
}

.ewp-testimonial-item .sub-title{
	margin:0px;
}


/* Sample */

.samples-wrapper {
	background: #ededed;
	padding: 10px;
}

.samples-wrapper div.sub-title.left {
	text-align: left;
	text-transform: uppercase;
	font-size: 16px;
}

.view {
	margin: 30px 0 20px;
	position: relative;
}

span.format {
	text-transform: uppercase;
	color: #c6c3c1;
	font-size: 18px;
}

a.view-btn {
	color: #c6c3c1;
	font-size: 18px;
	position: absolute;
	right: 0;
	top: -12px;
	width: 40px;
	height: 40px;
	border: 1px solid #f9a366;
	text-align: center;
	border-radius: 50%;
	display: block;
}

a.view-btn i {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
 		transform: translateY(-50%);
}

a.view-btn .fa {
	line-height: inherit;
}

.view-wrapper {
	background: white;
	padding: 10px 30px;
}

.view-wrapper p {
	margin-bottom: 0;
}

.samples-wrapper>.row {
	margin:0px;
}

.samples-one-item{
	margin-top:25px;
	color: rgb(65, 58, 58);
}

.view-wrapper p{
	margin: 10px 0px 10px 0px;
}


.samples-item-text {
	margin: 20px 0px;
}

a.view-btn:hover{
	color: rgb(74, 74, 84);
	border: 1px solid #6668F9;
	background: rgba(101, 115, 222, 0.33);
}
.view-wrapper p .fa-file{
	margin-right: 14px;
}
.view-wrapper p .fa-cubes{
	margin-right: 9px;
}
.view-wrapper p .fa-bookmark{
	margin-right: 17px;
}
.view-wrapper p .fa-info-circle{
	margin-right: 15px;
}
.view-wrapper p .fa-line-chart{
	margin-right: 11px;
}

.fa-link {
        color: black;
}

.ewp-testimonial-item .sub-title {
	font-size: 16px;
}



/*End Samples  */

.navbar-nav .current-menu-item a{
	color:#38658C;
}
.content-wr .content > h1{
	margin-top:10px !important;
}

.entry-date{
	color: rgb(146, 141, 141);
	font-size: 12px;
	padding: 5px 0px;
}
.entry-title{
	padding:15px 0px;
}

.read-more{
	margin: 10px;
}

.archive-title, .entry-title{
	margin: 0px 0px 25px;
	font-size: 35px;
	padding: 15px 0px;
	border-bottom: 1px solid #DBDBDB;
}

p.sidebar-order a.order {
	width: 248px !important;
}

.bottom-menu {
	margin:10px 0px;
}
.bottom-menu a {
	color:white;
}

.bottom-menu a.active {
	color:#0F394B;
}

/*  CALCULATOR */

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#order-link {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.orders-btn, .order, #order-link {
  border: 0;
  color: white;
  background: #ff3600;
  transition: all .3s ease;
  font-size: 20px;
}

.orders-btn:hover, .order:hover, #order-link:hover {
  background: #d62d00;
  color: white;
  text-decoration: none;
}

.calculator-wrap {
  min-height: 80px;
  background: #006490;
  padding: 60px 0;
}

.calculator-wrap .select-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.calculator-wrap .select-wrap::after {
  position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 35px;
  right: 8px;
  pointer-events: none;
}

.calculator-wrap label {
  display: block;
  color: #46DDFF;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
}

.calculator-wrap select {
  padding: 11px 35px 11px 15px;
  height: 47px;
  font-size: 16px;
  max-width: 194px;
  border-radius: 4px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: 400;
}

.calculator-wrap select optgroup, .calculator-wrap select option {
  font-size: 14px;
}

.calculator-wrap select::-ms-expand {
  display: none;
}

.calculator-wrap .quantity {
  text-align: center;
  display: block;
  max-width: 65px;
  height: 47px;
  border: 0;
  float: left;
  font-size: 19px;
}

.calculator-wrap .qty-minus, .calculator-wrap .qty-plus {
  display: block;
  text-align: center;
  background: white;
  width: 35px;
  height: 47px;
  border: 0;
  float: left;
  position: relative;
  padding: 11px;
  font-size: 19px;
  color: black;
}

.calculator-wrap .qty-minus {
  border-right: 1px solid #006490;
  border-radius: 4px 0 0 4px;
}

.calculator-wrap .qty-plus {
  border-left: 1px solid #006490;
  border-radius: 0 4px 4px 0;
}

.calculator-wrap .pages-wrap {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 47px;
}

.calculator-wrap .end-total {
  font-size: 47px;
  line-height: 1;
  color: white;
  display: inline-block;
  min-width: 74px;
}

.calculator-wrap .end-total::before {
  display: inline-block;
  content: '$';
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  color: #9dedff;
}

.calculator-wrap .order {
  padding: 12px 20px;
  font-size: 17px;
}

form.calculator{
  text-align: justify;
  font-size: 0;
  width: 100%;
}

.stretch {
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.col-s-calc{
  display: inline-block;
}


@media (max-width: 1199px) {
  .calculator-wrap select {
    max-width: 160px;
  }
}

@media (max-width: 991px) {

  .calculator-wrap select {
    max-width: 100%;
    width: 100%;
  }
  .calculator-wrap .select-wrap {
    display: block;
  }
  .col-s-calc{
    display: block;
    margin-bottom: 40px;
  }
  .col-s-calc:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .stretch {
    display: none;
  }
}

@media (min-width: 430px) and (max-width: 991px) {
  .col-s-calc {
    width: 50%;
    float: left;
  }
  .col-s-calc:nth-child(odd) > div {
    margin-right: 30px;
  }
  .col-s-calc:nth-child(even) > div {
    margin-left: 30px;
  }
  .col-s-calc:nth-last-child(2) {
    padding-left: 30px;
  }
}


@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0px;
    background-color: transparent;
    border: 0px none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
}


@media only screen and (max-width: 429px) {
  .col-s-calc {
    width: 100%;
  }
  .col-s-calc:nth-last-of-type(-n+2) {
    width: 50%;
    float: left;
  }
  .col-s-calc:nth-last-of-type(-n+1) {
    text-align: right;
  }
.bubble {
    font-size: 19px !important;
    padding: 17px 30px !important;
    background: rgba(1, 1, 1, 0.7) none repeat scroll 0% 0%;
    border-radius: 10px;
    position: absolute;
    top: -100px;
}
}

@media only screen and (max-width: 360px) {
.bubble {
    font-size: 19px !important;
    padding: 17px 30px !important;
    background: rgba(1, 1, 1, 0.7) none repeat scroll 0% 0%;
    border-radius: 10px;
    position: absolute;
    top: -100px;
}
}
