/*
Theme Name: law-essay-profy
Theme URI:http://law-essay-profy.com/
Author: law-essay-profy team
Description: Theme for law-essay-profy site
Version: 1.0.0
*/
@font-face {
  font-family: 'robotoitalic';
  src: url("assets/fonts/roboto-italic-webfont.eot");
  src: url("assets/fonts/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto-italic-webfont.woff2") format("woff2"), url("assets/fonts/roboto-italic-webfont.woff") format("woff"), url("assets/fonts/roboto-italic-webfont.ttf") format("truetype"), url("assets/fonts/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url("assets/fonts/roboto-regular-webfont.eot");
  src: url("assets/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto-regular-webfont.woff2") format("woff2"), url("assets/fonts/roboto-regular-webfont.woff") format("woff"), url("assets/fonts/roboto-regular-webfont.ttf") format("truetype"), url("assets/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slabregular';
  src: url("assets/fonts/robotoslab-regular-webfont.eot");
  src: url("assets/fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("assets/fonts/robotoslab-regular-webfont.woff") format("woff"), url("assets/fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("assets/fonts/robotoslab-regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ralewayregular';
  src: url("assets/fonts/raleway-regular-webfont.eot");
  src: url("assets/fonts/raleway-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/raleway-regular-webfont.woff2") format("woff2"), url("assets/fonts/raleway-regular-webfont.woff") format("woff"), url("assets/fonts/raleway-regular-webfont.ttf") format("truetype"), url("assets/fonts/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.navbar-nav > li > a::before, .navbar-nav > li.current-menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0px;
  left: 0px;
  background-color: #8c2d1f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar-nav > li > a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.order-now-container, .stars {
  position: relative;
}

.order-now-container::after, .stars::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  background-color: #080808;
}

.head-wrap::after, .calc-wrapper .quantity-wrapper::after, .bread-crumbs-wrapper::after {
  display: table;
  content: '';
  clear: both;
}

ul.list li:after, ul.s-list li:before, .chat-us::before, .phone-call::before, .mail-us::before {
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1;
  margin-right: 5px;
}

.social-list {
  padding: 0;
  list-style: none;
}

.head-wrap {
  background: #176886;
  color: white;
  padding: 17px 0;
}

.head-wrap span a {
  color: white;
}

.head-wrap span.call {
  display: block;
  float: left;
  font-size: 14px;
}

.head-wrap span.chat-us {
  float: right;
}

.head-wrap span.chat-us a::before {
  font-size: 19px;
}

.order-now-container {
  min-height: 340px;
  background-image: url("/wp-content/uploads/bg.jpg");
  background-position: 50%;
  padding: 25px 0;
}

.order-now-container .s-title, .order-now-container .title, .order-now-container p {
  text-shadow: 0.8px -0.6px 0 rgba(36, 36, 36, 0.5);
  position: relative;
  z-index: 1;
  color: white;
}

.order-now-container .s-title {
  font-family: 'robotoregular', Arial, sans-serif;
  font-size: 30px;
  margin: 15px 0;
  padding-bottom: 20px;
}

.order-now-container .s-title::after {
  background-color: white;
}

.order-now-container .title {
  font-family: 'roboto_slabregular', Arial, sans-serif;
  font-size: 29px;
  margin: 25px 0;
  text-transform: uppercase;
}

.order-now-container p {
  z-index: 1;
  font-size: 20px;
}

.order-now-container .btn-wr {
  position: relative;
  z-index: 1;
  margin: 15px 0 25px;
}

.order-now-container .btn-wr .order-btn {
  margin-right: 20px;
  width: 160px;
}

.order-now-container .btn-wr .transparent-btn {
  margin-top: 10px;
  width: 160px;
}

/***nav style***/
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-brand {
  height: auto;
  padding: 18px 15px;
}

.navbar-nav > li > a {
  color: #313131;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-nav > li.current-menu-item > a::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}

.nav li.order-btn a {
  background: #8c2d1f;
  color: white;
  transition: all .3s ease;
  width: 120px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2px;
  text-align: center;
  margin-top: 22px;
  line-height: 36px;
}

.nav li.order-btn a::before {
  display: none;
}

.nav li.order-btn a:hover, .nav li.order-btn a:active {
  text-decoration: none;
  background: #d4503d;
}


html {
  position: relative;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-family: 'robotoregular', Arial, sans-serif;
}

img {
  max-width: 100%;
}

a {
  outline: none !important;
}

.s-title, h2 {
  color: #313131;
  font-family: 'roboto_slabregular', Arial, sans-serif;
  font-size: 30px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.s-title::after, h2::after {
  width: 26px;
  height: 4px;
  background-color: #8c2d1f;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
}

a.more {
  color: #0a2129;
  text-decoration: underline;
  transition: all .3s ease;
}

a.more:hover {
  color: #8c2d1f;
}

a.order-btn, .transparent-btn {
  display: inline-block;
  border-radius: 2px;
  background: #8c2d1f;
  color: white;
  padding: 0 5px;
  line-height: 40px;
  text-decoration: none;
  transition: all .3s ease;
  min-width: 140px;
  text-align: center;
}

a.order-btn:hover, a.order-btn:active, .transparent-btn:hover, .transparent-btn:active {
  text-decoration: none;
  background: #d4503d;
}

.transparent-btn {
  background: transparent;
  border: 1px solid white;
}

.transparent-btn:hover, .transparent-btn:active {
  background: white;
  color: #8c2d1f;
}

/***Calc style***/
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.calc-wrapper {
  min-height: 80px;
  background: #176886;
  padding: 60px 0;
}

.calc-wrapper .select-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.calc-wrapper .select-wrapper::after {
  position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 35px;
  right: 8px;
  pointer-events: none;
}

.calc-wrapper label {
  display: block;
  color: white;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
}

.calc-wrapper 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;
}

.calc-wrapper select optgroup, .calc-wrapper select option {
  font-size: 14px;
}

.calc-wrapper select::-ms-expand {
  display: none;
}

.calc-wrapper .quantity {
  text-align: center;
  display: block;
  max-width: 65px;
  height: 47px;
  border: 0;
  float: left;
  font-size: 16px;
}

.calc-wrapper .qty-minus, .calc-wrapper .qty-plus {
  display: block;
  text-align: center;
  background: white;
  width: 35px;
  height: 47px;
  border: 0;
  float: left;
  position: relative;
  padding: 11px;
  font-size: 16px;
  color: black;
}

.calc-wrapper .qty-minus {
  border-right: 1px solid #176886;
  border-radius: 4px 0 0 4px;
}

.calc-wrapper .qty-plus {
  border-left: 1px solid #176886;
  border-radius: 0 4px 4px 0;
}

.calc-wrapper .quantity-wrapper {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 47px;
}

.calc-wrapper .total {
  font-size: 47px;
  line-height: 1;
  color: white;
  display: inline-block;
  min-width: 74px;
}

.calc-wrapper .total::before {
  display: inline-block;
  content: '$';
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
  color: white;
}

.calc-wrapper .order-btn {
  font-size: 16px;
  line-height: 47px;
}

form.calc {
  text-align: justify;
  font-size: 0;
  width: 100%;
}

.stretch {
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.col-s {
  display: inline-block;
  vertical-align: middle;
}

/***End of calculator style***/
.features {
  padding: 25px 0 50px;
}

.features .s-title {
  margin-top: 25px;
}

.features .s-title + p {
  margin-bottom: 20px;
}

.stars {
  padding: 70px 0;
  text-align: center;
  background-image: url("assets/img/star-back.jpg");
  background-repeat: no-repeat;
  background-position: 50% 65%;
  color: white;
  font-family: 'roboto_slabregular', Arial, sans-serif;
}

.stars p {
  font-size: 20px;
}

.stars > .container {
  position: relative;
  z-index: 1;
}

.stars::after {
  opacity: 0.66;
  background-color: black;
}

.stars div.up {
  opacity: 0.77;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  margin: 40px 0;
}

.stars a.order-btn {
  width: 420px;
  line-height: 70px;
  font-size: 35px;
  font-family: 'robotoregular', Arial, sans-serif;
}

.rate-wr {
  margin: 24px 0;
}

.rate-wr i {
  font-size: 41px;
  color: #eda131;
}

.rate-point {
  font-family: 'robotoregular', Arial, sans-serif;
}

.rate-point a {
  color: white;
  text-decoration: underline;
  transition: all .3s ease;
}

.rate-point a:hover {
  text-decoration: none;
}

.content-wrapper {
  padding: 60px 0 80px;
}

ul.list {
  list-style: none;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  padding: 0;
}

ul.list li {
  line-height: 40px;
  padding: 0 20px;
  position: relative;
}

ul.list li:after {
  content: '\f105';
  color: #484848;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

ul.list li:not(:last-child) {
  border-bottom: 1px solid #cfcfcf;
}

ul.list li:hover {
  background: #ececec;
}

ul.list li a {
  color: inherit;
}

ul.list li a:hover {
  text-decoration: none;
}

/*** sidebar ***/
.logo-wr {
  margin-top: 25px;
}

.side-title {
  font-size: 22px;
  color: #006490;
  margin: 30px 0px 10px;
}

ul.s-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  font-size: 16px;
}

ul.s-list li:before {
  content: '\f00c';
  color: #009CDF;
  line-height: 1.5;
}

.support {
  text-align: center;
  padding: 40px 0px;
  background-color: rgba(224, 224, 224, 0.3);
}

.support div:first-child {
  font-size: 30px;
  margin-bottom: 35px;
  margin-top: 0px;
}

.chat-btn {
  line-height: 47px;
  text-align: center;
  font-size: 22px;
  width: 220px;
  transition: all 0.3s ease 0s;
  border: 1px solid #D4503D;
  display: inline-block;
  color: #D4503D;
}

.chat-btn:hover {
  background: #D4503D;
  color: white;
  text-decoration: none;
}

.chat-btn:active {
  text-decoration: none;
}

/*** end sidebar rules ***/
.bread-crumbs {
  border-width: 1px 0px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
}

#breadcrumbs {
  font-size: 14px;
  float: left;
  padding: 7px 0px;
  margin: 0px;
}

/***search***/
#search {
  float: right;
  position: relative;
}

#search .form-control {
  border-color: #858585;
  border-style: solid;
  box-shadow: none;
  border-width: 0 0 2px 0;
  border-radius: 0;
  padding-right: 38px;
}

#search .btn-default {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

#search .btn-default:hover, #search .btn-default:active {
  background: none;
  border: none;
  box-shadow: none;
}

#search .btn-default:hover span, #search .btn-default:active span {
  color: #858585;
}

#search .btn-default span {
  color: #000;
  transition: color .3s ease;
}

.pnfd {
  margin-top: 50px;
}

.search-results, .pnfd {
  padding-bottom: 50px;
}

/*** Default WP Styles ***/
.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;
}

/*** End Default WP Styles ***/
footer {
  background: #176886;
  color: white;
  width: 100%;
}

footer .footer-title {
  display: block;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 20px;
  font-family: 'roboto_slabregular', Arial, sans-serif;
}

.footer-menu {
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li a {
  color: white;
}

.footer-menu li.current-menu-item > a {
  color: #D4503D;
}

.copyright {
  background: #0a2129;
  font-size: 14px;
  padding: 20px 0;
  margin-top: 30px;
}

.chat-us::before {
  content: '\f086';
  margin-right: 10px;
}

.phone-call::before {
  content: '\f095';
  margin-right: 10px;
}

.mail-us::before {
  content: '\f003';
  margin-right: 10px;
}

.social-list {
  margin-top: 25px;
}

.social-list li {
  display: inline-block;
}

.social-list li a {
  color: white;
  font-size: 37px;
  transition: all .3s ease;
}

.social-list li a:hover {
  text-decoration: none;
  color: #d4503d;
}

.social-list li:not(:last-child) {
  margin-right: 20px;
}

.payment-method > p:first-child {
  margin: 50px 0 20px;
  font-size: 20px;
  font-family: 'roboto_slabregular', Arial, sans-serif;
}

@media (max-width: 1199px) {
  .calc-wrapper select {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  .calc-wrapper select {
    max-width: 100%;
    width: 100%;
  }
  .calc-wrapper .select-wrapper {
    display: block;
  }
  .col-s {
    display: block;
    margin-bottom: 40px;
  }
  .col-s:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .stretch {
    display: none;
  }
}

@media (min-width: 768px) {

  .navbar-right{
      margin: 34px 0;
   }

  .navbar-nav > li > a{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-nav > li.order > a:hover::before {
      visibility: visible;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
	}
}

@media (max-width: 768px) {
  .stars a.order-btn {
    width: 290px;
  }

}

@media (min-width: 430px) and (max-width: 991px) {
  .col-s {
    width: 50%;
    float: left;
  }
  .col-s:nth-child(odd) > div {
    margin-right: 30px;
  }
  .col-s:nth-child(even) > div {
    margin-left: 30px;
  }
  .col-s:nth-last-child(2) {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 429px) {
  .col-s {
    width: 100%;
  }
  .col-s:nth-last-of-type(-n+2) {
    width: 50%;
    float: left;
  }
  .col-s:nth-last-of-type(-n+1) {
    text-align: right;
  }
}

@media only screen and (min-width: 1920px) {
  .order-now-container {
    background-size: cover;
  }
  .stars {
    background-size: cover;
  }
}

.navbar .order a{
    background: #d4503d;
    color: #fff!important;
    font-weight:600;
}

.navbar .order a:hover{
    background: #98473b!important;
    color: #fff!important;
    font-weight:600;
}

.page-id-203 .container {
       text-align: center;
}

.money-back{
     text-align:center;
}