@font-face {
  font-family: "Cormorant Infant Bold";
  font-display: auto;
  src: url("../otf/cormorantinfant-bold.otf") format("truetype");
}

@font-face {
  font-family: "Cormorant Infant SemiBold";
  font-display: auto;
  src: url("../otf/cormorantinfant-semibold.otf") format("truetype");
}

@font-face {
  font-family: "Cormorant Infant Light";
  font-display: auto;
  src: url("../otf/cormorantinfant-light.otf") format("truetype");
}

@font-face {
  font-display: auto;
  font-family: "Cormorant Infant Italic";
  src: url("../ttf/lora-italic.ttf") format("truetype");
}

/* for footer */
@font-face {
  font-family: "Gadugi";
  font-display: auto;
  src: url("../ttf/gadugi.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Infant Regular";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../ttf/lora-regular.ttf") format("truetype");
}

body,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Infant Bold";
  color: #000000e6;
}

.ci-italic p,
.ci-italic {
  font-family: Cormorant Infant Italic;
  font-size: 16px;
}

.ci-regular p,
.ci-regular {
  font-family: Cormorant Infant Regular;
  font-size: 16px;
}
.ci-light {
  font-family: Cormorant Infant light;
  font-size: 16px;
}
.ci-semibold {
  font-family: Cormorant Infant SemiBold;
  font-size: 16px;
}

.ci-bold {
  font-family: Cormorant Infant Bold;
  font-size: 16px;
}

.f-gadugi {
  font-family: Gadugi;
}

.f-size-15 {
  font-size: 15px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-17 {
  font-size: 17px;
}

.ss-result__text,
.f-size-18 p,
.f-size-18 {
  font-size: 18px !important;
}

.ss-result__text {
  font-family: Cormorant Infant Regular;
}

.f-size-19 {
  font-size: 19px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-21 {
  font-size: 21px !important;
}

.f-size-22 {
  font-size: 22px !important;
}

.f-size-23 {
  font-size: 23px !important;
}

.ss-result__title,
.f-size-24 {
  font-size: 24px !important;
}

.f-size-25 {
  font-size: 25px !important;
}

.f-size-30 {
  font-size: 30px !important;
}

.navbar-default .navbar-nav > .active > a {
  background-color: unset !important;
}

#c-action {
  background-color: #0a909b;
  color: #fff;
  padding: 4px 0;
  text-align: center;
  font-size: 14px;
}

.nav-fixed-top {
  margin-top: 0px;
  margin-bottom: 0px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.navbar-default {
  background-color: #fff;
  margin-bottom: 0px;
}

#brand-name {
  width: 343px;
  margin-top: 0px;
  transition-duration: 0.6s;
}

#publish-now {
  position: relative;
  right: 57px;
  top: 60px;
}

#publish-now > a:hover {
  background: #f5f5f5a8;
  color: #0a909b !important;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}

#nav-user-profile-name {
  text-transform: uppercase !important;
}

.btn-hamburger {
  z-index: 9999 !important;
}

.navbar-brand {
  margin-left: -15px;
  height: 120px;
  line-height: 80px;
}

.wr-nav-right {
  position: relative;
  right: 20px;
  top: 40px;
  cursor: pointer;
}

.mm-panel {
  padding: 0px;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px 0px;
}

.nav-menucenter > .mm-listitem {
  display: block;
}

.mm-listview {
  margin-top: 24px !important;
}

/* ==========
  animated nav
============= */

.navbar-scroll {
  background: #ffffff;
  padding: 0;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition-duration: 0.9s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-35%);
}

.nav-menucenter > li:hover .child-menu,
#navbar-top-second {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

.navbar-scroll #brand-name {
  width: 230px;
  margin-top: 48px;
}
.navbar-scroll .search-box {
  top: 20px;
}

/* ==========
  end animated nav
============= */

.navbar-toggle {
  border-radius: 0;
}

.mm-navbar {
  color: #fff;
  background: #0a909b !important;
  display: block;
}
.mm-panel {
  background: #fff !important;
}

.nav-menucenter {
  text-align: left;
  margin-left: -34px;
}

.wr-nav > li.active > a {
  color: #0a909b !important;
}

.wr-nav > li > a:hover,
.wr-nav > li:hover {
  color: #0a909b !important;
  background-color: #fff !important;
}

ul.child-dropdown-menu > li.active > a {
  color: #0a909b !important;
}

.nav-menucenter > li {
  padding: 0px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto -2px;
  font-size: 15px;
}

.nav-menucenter > li {
  float: none;
  display: inline-block;
  position: static;
}

/*======================
  child menu
=======================*/

.nav-menucenter > li .child-menu {
  position: absolute;
  width: 100%;
  left: 0;
  background: #f9f9f9;
  opacity: 0;
  visibility: hidden;
}

.nav-menucenter > li:hover .child-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
}

.login-li {
  border-left: solid 1px #9a9a9a4d;
  position: relative;
  top: 11px;
  height: 26px;
  padding-left: 7px;
}

.profile-li {
  border-left: solid 1px #9a9a9a4d;
  height: 26px;
  position: relative;
  top: 11px;
  padding-left: 7px;
}
#navbar-menu
  > div
  > ul.nav.navbar-nav.wr-nav.navbar-right
  > li.profile-li
  > a:hover,
ul.nav:nth-child(2) > li:nth-child(2) > a:nth-child(1) {
  background-color: transparent !important;
}

li a.login,
.profile-li a.avatar-url {
  position: relative;
  top: -9px;
}

.avatar-url {
  text-transform: uppercase;
}

.optionselected {
  background-color: #0a909b;
  color: #fff;
}

.child-dropdown-menu {
  list-style: outside none none;
  padding: 15px 0;
  text-align: left;
}

.nav-menucenter > li:hover .child-dropdown-menu li a {
  color: #777;
}

.nav-menucenter > li:hover .child-dropdown-menu li {
  display: inline;
  padding: 0 50px;
  margin-left: -36px;
}

.child-dropdown-menu > li > a:hover {
  color: #0a909b !important;
  text-decoration: none;
}

.wr-service-padding_ {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 0px;
}

.mm-navbar__title {
  color: #fff !important;
  font-size: 23px !important;
}

.mobile-search-form {
  margin: 0 auto;
  width: 100%;
}

.mobile-search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  padding: 0px 30px;
}
.mobile-search-input::-moz-placeholder {
  /* Firefox 19+ */
  padding: 0px 30px;
}
.mobile-search-input:-ms-input-placeholder {
  /* IE 10+ */
  padding: 0px 30px;
}
.mobile-search-input:-moz-placeholder {
  /* Firefox 18- */
  padding: 0px 30px;
}
.mobile-search-input:focus {
  outline: none;
  border-color: #0a909b70 !important;
  box-shadow: 0 0 10px #0a909bb3;
}
.mobile-search-input {
  display: block;
  width: 100%;
  font-size: 18px !important;
  padding: 6px 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}
.mobile-search-form .btn > i {
  color: #fff;
}
.mobile-search-form .btn {
  background-color: #0a909b;
}

#social-media-footer {
  list-style-type: none;
  padding: 0;
}
.social-icons a {
  color: #fff !important;
  font-size: 17px;
}
.social-icons li {
  padding: 2px 0;
}
.social-icons span {
  padding: 0 10px;
  width: 30px;
}
.social-icons img {
  width: 23px;
}

.navbar-static-top {
  border-top: solid 5px;
  border-top-color: #0a909b !important;
}

.wr-nav-right > li > a {
  color: #0a909b !important;
}

a:hover {
  cursor: pointer !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../svg/pageloader.svg") 50% 50% no-repeat #ffffff36;
}

.fa-user {
  color: #fff !important;
}

.wrapper-login {
  position: relative;
  width: 30px;
  height: 20px;
  right: 145px;
  top: 72px;
  cursor: pointer;
  text-align: center;
  border-left: solid 2.3px #868181ab;
  margin-right: 3px;
  padding-left: 30px;
  margin-left: 0px;
}

.wr-login:hover {
  color: #333 !important;
  text-decoration: none;
}
.wr-login {
  position: relative;
  top: 0px;
  font-size: 14px;
  color: #0a909b !important;
  font-size: 18px;
}

.navbar-scroll .wrapper-login {
  top: 91px;
  position: relative;
}

.nav-menu-btn-search:hover,
.wr-login:hover {
  transform: rotate(-360deg);
}

.credentials {
  width: 500px;
  margin: 0 auto;
  padding: 30px 55px;
  background: #ffffffe3;
  border-radius: 7px;
}

a.login.google:hover img,
a.login.facebook:hover img,
a.login.twitter:hover img {
  opacity: 0.6;
}

.social-login-btn {
  margin-top: 10px;
}

/* ========================
  Search result
=========================== */
#onsearch {
  margin: 60px auto;
}

.ss-result {
  display: inline-flex;
  border-bottom: solid 1px #33333317;
  padding: 20px 0px;
  width: 100%;
}

.ss-result__content,
.ss-result__aside {
  padding: 10px 15px;
}

.ss-result__image:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.ss-result__image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.ss-result__badge {
  color: #0a909b !important;
}

.ss-result__title > a:hover {
  text-decoration: none !important;
  color: #0a909b !important;
}

/* search nav bar */

::-webkit-input-placeholder.nav-menu-input-search {
  /* Chrome/Opera/Safari */
  color: #0a909b;
  padding: 0 20px;
  font-style: italic;
}
::-moz-placeholder.nav-menu-input-search {
  /* Firefox 19+ */
  color: #0a909b;
  padding: 0 20px;
  font-style: italic;
}
:-ms-input-placeholder.nav-menu-input-search {
  /* IE 10+ */
  padding: 0 20px;
  color: #0a909b;
  font-style: italic;
}
:-moz-placeholder.nav-menu-input-search {
  /* Firefox 18- */
  padding: 0 20px;
  color: #0a909b;
  font-style: italic;
}

.nav-menu-input-search:focus {
  padding: 0 20px;
}

.navbar-scroll .nav-menu-input-search,
.navbar-scroll .nav-menu-btn-search {
  top: 78px;
}

/* ===========================
    Sidebar
  ============================= */

.sidebar-widget {
  padding: 15px;
  margin-top: 27px;
}

.sidebar-header {
  font-size: 35px;
  font-family: "Cormorant Infant Bold";
  color: #0a909b !important;
}

.sidebar-lists {
  list-style-type: none;
  padding: 0;
}

.sidebar-lists li a {
  font-size: 18px;
}

/*=======================
  chosen 
========================*/

button.close.modal-close-times {
  opacity: 9 !important;
  font-size: 40px;
  font-weight: bold;
}

.subject-home > .chosen-container {
  border: solid 1px #ccc !important;
}
.subject-home > #subject_chosen {
  padding: 6px 0;
}

.home-blog-new,
.home-contact-new {
  padding-top: 25px;
  padding-bottom: 35px;
}

.chosen-container {
  font-size: 16px;
  width: 100% !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: unset;
  border-radius: unset;
  background-image: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.chosen-container-single .chosen-single {
  background-color: #fff;
  background: #fff;
  border: none;
}

#search-wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: unset;
  border-radius: 5px;
  background-color: #fff;
  background: #f6f6f6;
  background-clip: padding-box;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #0a909b !important;
  background-image: unset;
  color: #fff;
}

#search-wrapper {
  background: #f6f6f6;
  border-radius: 1000px;
  padding: 2px 10px;
}

.cat-search {
  background: #f6f6f6;
  padding: 1px 4px !important;
  font-size: 17px;
  color: #000000a6;
  height: 25px;
  position: relative;
  top: 1px;
}

.cat-search-mobile:focus {
  outline: none;
  border-color: #0a909b70 !important;
  box-shadow: 0 0 10px #0a909bb3;
}

.cat-search-mobile {
  background: #fff;
  width: 80%;
  padding: 0px 15px !important;
  font-size: 17px;
  color: #000000a6;
  height: 34px;
  position: relative;
  top: 3px;
  border: solid 1px #ccc;
  margin-left: 1rem;
}

.nav-menu-input-search {
  max-width: 90%;
  height: 25px;
  background: #f6f6f6;
  padding: 1px 15px !important;
  font-size: 17px;
  color: #000;
  border: unset;
  border-right: 1px solid #e6e6e6;
}

.btn-search {
  border: none;
  background: none;
}
.btn-search:hover {
  color: #0a909b !important;
  background: none !important;
}

.nav-menu-input-search:focus {
  outline: 0;
}
.cat-search:focus {
  border-color: #0a909b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0a909b !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0a909b !important;
  border: 1px solid #0a909b;
}

.nav-menu-btn-search:focus {
  outline: 0 !important;
  border: none !important;
  color: #19929c;
}

.nav-menu-btn-search {
  position: relative;
  top: -1px;
  right: 35px;
  box-sizing: border-box;
  width: 0px;
  height: 27px;
  outline: none;
  font-size: 18px;
  color: #000000;
  background: transparent !important;
  transition: unset !important;
}

.navbar-scroll .fa-adjust-icon {
  top: -8px;
}
.fa-adjust-icon {
  position: relative;
  top: -4px;
  right: 8px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #55b9c1 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0a909b !important;
}

.owl-carousel .owl-wrapper {
  display: flex !important;
}
.owl-carousel .owl-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: initial;
}

#wr-owl-carousel {
  z-index: 0;
}
#wr-owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
  position: absolute;
  left: 0;
  top: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  left: 0;
  display: block;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot {
  display: block !important;
}

.owl-size {
  display: block;
  width: 100%;
}

/* ==============
  Home/Top page
================ */
.bg-dark {
  background: #f6f6f6;
}

.wr-thumbnail,
.wr-content {
  padding: 50px 0;
}

.wr-thumbnail-size {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.wr-thumb-title h3 {
  margin: 0px;
  padding: 10px;
}

.wr-thumb-title {
  background: #ffffffc7 !important;
  position: relative;
  top: -190px;
  padding: 4px;
  width: 50%;
  margin: 0 auto;
}
.wr-thumbnail-height a:hover {
  text-decoration: none !important;
}

.wr-thumbnail-height {
  height: 300px;
}

.wr-thumbnail-size > img {
  object-fit: cover;
  width: 100%;
  height: 295px;
}

.animated a {
  text-decoration: none;
}

.hover-effect:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.hover-effect {
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.wr-content {
  width: 1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.span-line-w1 {
  width: 125px;
}
.span-line-w2 {
  width: 85px;
}
.span-line {
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 11px 0;
  border: 0;
  border-top: 5px solid #d5d5d5;
  text-align: left;
}

.wr-content-bookshop {
  background: url("../jpg/bg-bookshop.jpg") no-repeat center center
    fixed;
  background-size: cover;
  text-align: center;
}

.uppercase {
  text-transform: uppercase !important;
}

#wr-item-thumbnail h1 {
  text-align: center;
}

#wr-item-thumbnail {
  padding-bottom: 40px;
  width: 1000px;
  margin: 0 auto;
}

.btn-parallax {
  margin: 135px auto;
  text-align: center;
}

#btn-bookshop {
  padding: 110px 0;
  margin: 100px 0;
}
#btn-bookshop .btn:hover,
.btn-black:hover {
  background-color: #000;
  color: #fff !important;
}
#btn-bookshop .btn,
.btn-black {
  background-color: #ffffff08;
  border-radius: 0px;
  color: #000 !important;
  padding: 10px 70px;
  border: solid 2px #000;
  font-size: 16px;
  font-weight: bold;
}

.wr-content-blog {
  text-align: center;
  padding: 50px 0;
  width: 900px;
  margin: 0 auto;
}

.wr-content-blog h2.f-size-20 {
  padding-bottom: 65px;
}

.wr-blog-title {
  background: #fffffffa;
  padding: 10px 10px;
  position: relative;
  top: -60px;
  width: 306px;
  margin: 0 auto;
  box-shadow: 0px 1px 56px rgba(0, 0, 0, 0.24);
}

.wr-blog-title:hover h4 {
  color: #fff !important;
}
.wr-blog-title:hover {
  background-color: #0a909b;
  transition: ease-in-out 0.5s;
}

.wr-content-contact-us h2.f-size-20 {
  padding-bottom: 20px;
}
.wr-content-contact-us {
  padding: 35px 0;
}
.contact-wrap > .text-center {
  margin: 50px 10px;
}

.contact-wrap {
  padding: 0 40px;
}

/* ==============
Forms
================ */

.form-border {
  border-bottom: solid 1px #eee;
}

.no-box-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  border: 0px;
}

.form-control,
.btn {
  border-radius: 0px;
}

.btn,
a:hover {
  transition: ease-in-out 0.5s;
}

.contact-wrap h2 {
  color: #0a909b;
}

.home-contact-form {
  width: 700px;
  margin: 0 auto;
}
.form-horizontal .control-label {
  text-align: left;
}

.form-control:focus {
  border-color: #0a909b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0a909b !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #0a909b !important;
  border: 1px solid #0a909b;
}

.btn-default:hover {
  color: #fff !important;
  background-color: #0a909b;
  border-color: #eee;
}

._hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  width: 90%;
}

.bg-light {
  background-color: #f9f9f9;
}

#layout-footer .container {
  padding: 40px 0px 60px;
}

.footer-title {
  color: #fff !important;
  font-size: 24px;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  padding: 2px 0;
}
.footer-list li a:hover {
  color: #e0e0e0e3 !important;
}

.footer-list li a {
  font-size: 17px;
  color: #fff !important;
}

footer {
  padding-top: 30px;
  background: #0a909b;
}

.footer-wrapper > p {
  margin: 0 auto;
  font-family: Gadugi;
  color: #6d6a6a;
}
.footer-wrapper a {
  color: #313131 !important;
}
.footer-wrapper a:hover {
  color: #6d6a6a !important;
}

.footer-wrapper {
  color: #fff;
  background-color: #f1f1f1;
  text-align: center;
  padding: 15px 80px;
}

#social-media {
  margin-top: 15px;
}

.company-info a {
  color: #fff;
  font-size: 15px;
}
.company-info {
  font-size: 17px;
  font-family: Cormorant Infant Regular;
  color: #fff;
}

#social-media ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 10px;
}
#social-media ul li {
  display: inline-block;
  line-height: 1;
  background-color: #383838;
  padding: 8px 2px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin: 0px;
  text-align: center;
}

#social-media ul li a:hover .spin-hover {
  -webkit-animation: fa-spin 0.9s infinite linear;
  -moz-animation: fa-spin 0.9s infinite linear;
  -o-animation: fa-spin 0.9s infinite linear;
  animation: fa-spin 0.9s infinite linear;
}

#social-media ul li a span {
  color: #fff !important;
}

/* ==================== */

#back-to-top {
  position: fixed;
  bottom: 90px;
  right: 60px;
  background: rgb(0, 0, 0);
  background: rgb(10, 144, 155);
  width: 45px;
  height: 45px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#back-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#back-to-top:hover {
  background: #000;
}
#back-to-top:hover i {
  color: #fff;
  top: 5px;
}

.wr-services-align {
  padding: 0px 5px;
}

.services-wr-wrap .paragraph {
  position: relative;
  top: 20px;
}
.services-wr-wrap {
  padding: 30px 10px;
}

.wr-sub-services_ p {
  font-size: 18px !important;
}

.wr-service-child {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 19px;
}

.wr-service-child li a {
  color: #0a909b !important;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wr-service-child li a:hover {
  color: #333 !important;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

#home {
  background: url("../jpg/banner-new.jpg") no-repeat center center;
  padding: 2px;
  background-size: cover;
  text-align: center;
}

#home-landing {
  background: url("../jpg/landing-home.jpg") no-repeat center
    center;
  padding: 2px;
  background-size: cover;
  text-align: left;
}

.home-box {
  max-width: 750px;
  background-color: #3e777b69;
  padding: 40px 30px;
  border-radius: 30px;
  margin: auto;
}

#home .container {
  margin: 80px auto;
  padding: 50px 0;
}

#home-landing .container {
  padding: 50px 0;
}

#home-landing h1 {
  color: #219aa3;
}

#home h1, #home h3 {
  color: #fff;
  margin-top: 0;
}

#home-landing p {
  color: #818181;
}

.get-started-home:hover {
  background-color: #818181;
  color: #fff !important;
}
.get-started-home {
  color: #fff;
  background-color: #219aa3;
  border-color: #ccc;
  padding: 10px 50px;
  font-size: 24px;
}

.steps img {
  object-fit: contain;
  width: 52px;
  margin: 36px auto;
}

#home-manuscript {
  padding: 50px 0;
  text-align: center;
}

.steps h3 {
  color: #0a909b !important;
  font-size: 40px;
}

.steps {
  display: inline-block;
  width: 215px;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.arrow-steps {
  display: inline-block;
  position: relative;
  bottom: 179px;
}
.arrow-steps img {
  object-fit: contain;
  width: 60px;
  margin: 36px auto;
}

.steps p {
  width: 100%;
  font-size: 16px;
  color: #818181;
  padding: 0px 10px;
}

.contact-wrap p {
  color: #818181;
  font-size: 16px;
}

#resellers {
  background-color: #219aa329;
  padding: 50px 0;
  text-align: center;
}

.distributors {
  max-width: 128px;
  width: 100%;
}
.md-w-40{
  width: 40%;
}
.md-w-50{
  width: 50%;
}
.md-w-60{
  width: 60%;
}
.p-3{
  padding: 30px;
}
.distributors img {
  width: 100%;
  object-fit: contain;
  webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.distributors img:hover {
  webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.resellers-wrap-2 {
  margin: -62px auto 0px;
}

button,
.owl-prev:focus,
.owl-next:focus {
  outline: 0;
}

#testimonials-page {
  padding: 25px 0px 75px;
}

#testimonials {
  padding: 30px 0px;
}
#testimonials-page h1,
#testimonials h1 {
  color: #0a909b !important;
}

#testimonials h1 {
  padding-bottom: 30px;
}

#testimonials h2 span {
  font-size: 24px;
}

.author-testimonials p {
  height: 10vh;
}

.author-testimonials .item {
  padding: 1px 30px;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 15%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 15%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i,
.owl-next i {
  transform: scale(3, 3);
  color: #ccc;
}

.owl-prev:hover i,
.owl-next:hover i {
  color: #0a909b;
}
.owl-carousel p {
  font-size: 17px;
}

.wr-home-img-bg {
  background: url("../png/services-icon.png") no-repeat
    center center;
  padding: 2px;
  margin: 10px auto 38px;
  background-size: contain;
  text-align: center;
}

.wr-service-img-bg {
  background: url("../png/services-icon.png") no-repeat
    center center;
  padding: 20px;
  background-size: contain;
  text-align: center;
}

.wr-service-img-bg img {
  width: 70px;
  text-align: center;
  margin: 0 auto;
}

.wr-services-banner {
  background: url("../jpg/services-banner.jpg") no-repeat
    fixed;
  height: 315px;
  background-size: contain;
}

.services-image-thumbnail {
  width: 75px;
  object-fit: contain;
  padding: 20px 0px;
}

.section-height {
  padding: 110px 0px;
}

.wr-content-services {
  background: url("../jpg/services-content.jpg") no-repeat center
    center fixed;
  background-size: cover;
  text-align: center;
  padding: 110px 0px;
}

#marketing-services {
  background: url("../jpg/marketing-services.jpg") no-repeat center
    center fixed;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
  height: 315px;
}

#marketing-services-new {
  background: url("../jpg/banner.jpg") no-repeat
    bottom;
  background-size: cover;
  padding: 75px 0px 75px;
  height: auto;
}

#editorial-services {
  background: url("../jpg/editorial-services.jpg") no-repeat center
    right;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
  height: 387px;
  background-position-x: center;
}

#addon-services {
  background: url("../jpg/addon-services.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
  height: 387px;
  background-position-x: center;
}

#addon-services .wr-service-padding_ {
  margin-top: -35px;
}

#publishing-services {
  background: url("../jpg/publishing.jpg") no-repeat
    center center fixed;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
  height: 315px;
  background-position-x: left;
}

#publishing-services-new {
  background: url("../jpg/banner-2.jpg") no-repeat
    bottom;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
}

#publishing-black-white {
  background: url("../jpg/black-and-white.jpg") no-repeat
    center center fixed;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
  height: 315px;
  background-position-x: right;
}

#publishing-premium-color {
  background: url("../jpg/premium-color.jpg") no-repeat
    center center fixed;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
  height: 315px;
  background-position-x: right;
}

#publishing-childrens-book {
  background: url("../jpg/childrens-book.jpg") no-repeat
    center center fixed;
  background-size: cover;
  text-align: center;
  padding: 75px 0px 75px;
  height: 315px;
  background-position-x: right;
}

.circus,
.utopia,
.castlevania {
  background-size: cover !important;
  background-position-x: right !important;
}

#login-section {
  background: url("../jpg/login.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 75px 0px 75px;
  background-position-x: left;
}

#register-section {
  background: url("../jpg/register.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 75px 0px 75px;
  background-position-x: left;
}

#wrapper {
  background: 0% 0% / cover rgb(249, 249, 249);
  padding: 50px 10px;
}

.form-policy {
  margin-top: 20px;
}

/* ========================
   Service Single page  
=========================== */

.wr-service-title-single span,
.service-title span {
  color: #0a909b !important;
}

.service-title {
  font-size: 50px;
  text-align: left;
}

.wr-our-service-wrapper {
  background: #fff !important;
  padding: 45px;
}

#single-service-pages-section {
  margin: 30px 0;
}
#single-service-pages-section .breadcrumb {
  background-color: #fff !important;
  padding: 0px;
}

.wrapper-single-pages a:hover h1 {
  color: #0a909b !important;
}

.wrapper-single-pages {
  display: inline-block;
  padding: 0px 25px;
}

.wrapper-single-pages h1 {
  text-align: center;
  font-size: 20px !important;
  position: relative;
  top: -30px;
}
#single-page-navbar .col-sm-3 {
  background: #f5f5f5;
  padding: 70px 70px 70px 100px;
  text-align: center;
}

#page-nav-title > h1 {
  font-size: 50px;
}
#page-nav-title > h1 span {
  color: #10919a !important;
}

#single-page-navbar .col-sm-9 {
  background: #fcfcfc;
}

#single-page-navbar a.active > .wr-service-img-bg {
  border: solid 1px #e6e6e6;
}

#single-page-navbar .wr-service-img-bg {
  padding: 5px 50px;
  margin: 65px auto 50px;
  background-size: contain;
}

#single-page-navbar .wr-service-img-bg h1.active {
  color: #10919a !important;
}

.single-page-title {
  text-align: justify;
}
.single-page-title h1 {
  font-size: 25px;
  font-weight: bold;
  color: #10919a !important;
  text-transform: uppercase;
}
.paragraph span {
  color: #000 !important;
}

.single-promo {
  text-align: center;
}
.promo-banner:hover {
  opacity: 0.9;
}

.promo-banner {
  padding: 10px 0;
}

.wrapper-side-banner {
  margin: 10px auto;
  text-align: center;
}

.side-banner {
  width: 254px;
  height: 254px;
  object-fit: cover;
}

.services-title-sub {
  font-style: italic;
  font-family: Cormorant Infant Italic;
}

.services-title-sub:hover {
  text-decoration: none;
  color: #0a909b !important;
}

.no-result {
  padding: 110px 0px;
}

.no-result p {
  font-family: Cormorant Infant Regular;
  font-size: 18px;
}

.nav-wr {
  margin: 0 auto;
  border-bottom: none;
  text-align: center;
}

.nav-wr li {
  margin-bottom: 0px !important;
  float: none;
  display: inline-block;
}

.nav-wr li a {
  font-size: 30px;
  text-align: center;
  margin-right: 0px;
  border-radius: 0px;
}

.nav-wr li.active > a,
.nav-wr li a:hover {
  text-decoration: none;
  color: #0a909b !important;
  background: #f5f5f5a8;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}

.nav-wr li:first-child {
  padding-right: 15px;
}

.nav-wr li:last-child {
  padding-left: 15px;
}

.tab-content {
  border: solid 1px #eee;
  margin-top: 55px;
}

#wr-table-publishing {
  padding: 35px 0px;
}

.text-decor-none:hover,
.table-services th h1:hover {
  text-decoration: none;
  color: #000 !important;
}
.table-services th h1 {
  color: #0a909b !important;
  width: 100px;
  margin: 0 auto;
}

.table-services td {
  width: 136px;
}

.table-services td:first-child {
  width: 460px !important;
  font-family: Cormorant Infant Bold;
  padding-left: 40px;
}

.row-title {
  font-family: Cormorant Infant Bold;
  padding: 10px 10px 10px 15px !important;
}

.table-services {
  margin-bottom: 0px !important;
}

.table-services th h1 > span {
  color: #000 !important;
}

.table-services th,
.table-services td {
  font-size: 19px;
}

.table-row-title {
  font-size: 25px;
  color: #0a909b;
  text-transform: uppercase;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none !important;
}

.spacer {
  border: none !important;
  border-right: solid 1px #cecece !important;
  height: 40px;
  position: relative !important;
  top: 14px;
}

.font-color {
  color: #0a909b !important;
}

.active-check {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

/* ========================
  Publishing Black & White
=========================== */
.odd-even-bg .pull-right {
  padding: 15px 0px;
  width: 150px;
  margin-right: 15px;
}
.odd-even-bg .pull-right a {
  color: #000 !important;
}
.odd-even-bg .pull-right a:hover {
  color: #0a909b !important;
  text-decoration: none;
}

.pub-p p,
.pub-p .publishing-url {
  font-family: Cormorant Infant Regular;
  font-size: 18px;
  margin-top: 135px;
  padding: 15px;
}

.pub-p p {
  height: 160px;
  font-size: 17.5px;
}

.publishing-url {
  color: #0a909b !important;
  font-weight: 700;
  font-family: Cormorant Infant Regular;
}

.publishing-url:hover {
  text-decoration: none;
  color: #000 !important;
}

.publishing-thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.wr-publishing-bg {
  background: url("../png/services-icon.png") no-repeat
    center center;
  padding: 27px;
  background-size: contain;
  margin-left: 15px;
}

.odd-even-bg {
  padding: 60px 0px;
}

.publishing-title span {
  font-weight: bold;
  font-size: 20px;
  margin-right: 7px;
}

.publishing-title {
  font-family: Cormorant Infant Light;
  font-size: 23px;
  text-transform: uppercase;
  text-align: right;
  color: unset !important;
}

.compare {
  text-align: unset;
}

.pub-single-title {
  margin: 50px auto;
}

.pub-single-title > span {
  font-family: Cormorant Infant Light;
  font-size: 23px;
  text-transform: uppercase;
  padding: 3px 20px;
}

#publishing-price {
  font-family: Cormorant Infant Bold;
  font-size: 20px;
  padding: 3px 20px;
  border-left: solid 1px #d8d8d8;
}

.package-thumbnail-wrapper {
  width: 900px;
  margin: 0 auto;
}
.package-thumbnail {
  display: block;
  padding: 5px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 0px;
}

.col-packages-circus,
.col-packages-utopia,
.col-packages-castlevania {
  height: 290px;
  padding: 0px;
}

.col-packages-apprentice {
  height: 290px;
  padding: 0px;
}

.col-packages-adept {
  height: 370px;
  padding: 0px;
}

.col-packages-experienced {
  height: 405px;
  padding: 0px;
}

.col-packages-proficient {
  height: 460px;
  padding: 0px;
}

.col-packages-expert {
  height: 460px;
  padding: 0px;
}

.package-desc {
  padding: 30px 0 60px;
  background: #f5f5f5;
}

.package-desc p {
  font-family: Cormorant Infant Regular;
  font-size: 18px;
  text-align: justify;
}

.wr-single-package {
  margin: 90px auto 30px;
}

.wrapper-packages-2 h3 {
  position: relative;
  top: -55px;
  left: 115px;
}

.wrapper-packages h3 {
  position: relative;
  top: -55px;
  left: 115px;
}

.sub-packages {
  list-style-type: none;
  padding: 0px;
  margin-left: 117px;
  margin-top: -47px;
}

.sub-packages li {
  font-family: Cormorant Infant Light;
  font-size: 16px;
  font-weight: 600;
}

.disclamer {
  font-family: Cormorant Infant Regular;
  font-size: 18px;
  text-align: justify;
}

.breadcrumb li a {
  font-size: 16px;
  font-family: Cormorant Infant Bold;
}
.breadcrumb li a:hover {
  text-decoration: none;
  color: #0a909b !important;
}

.breadcrumb li:last-child,
.breadcrumb li:last-child > a {
  color: #0a909b !important;
}

/* ========================
  Login 
=========================== */
.account {
  padding: 30px 0;
  margin: 30px auto 50px;
}

.phone {
  width: 100% !important;
}

.intl-tel-input {
  display: block !important;
}

.nav-user-account {
  padding: 0px 0px 0px 15px;
  margin: 0;
  /* list-style-type: none; */
  list-style: square url("../png/right-arrow.png");
}
.nav-user-account li {
  border-bottom: 1px solid #19929c;
  border-top: 1px solid #f1f1f1;
  padding: 8px 0px;
}
.nav-user-account li a {
  font-size: 18px;
}
.nav-user-account li a:hover,
.nav-user-account li:hover {
  color: #19929c !important;
  /* background: #19929c; */
  text-decoration: none;
}

#deactivate-acct a {
  font-size: 18px;
  font-family: "Cormorant Infant Italic";
  font-weight: bold;
}

#deactivate-acct a:hover {
  text-decoration: none !important;
  color: red !important;
  cursor: pointer;
}

#deactivate-acct p {
  font-size: 18px;
  font-family: "Cormorant Infant Regular";
}

label,
input,
select {
  font-size: 18px !important;
}

/* ========================
  Contact Us 
=========================== */

#contact-us {
  padding: 10px 0px;
  width: 900px;
  margin: 0 auto;
}

.error {
  color: red !important;
  font-size: 17px;
}

/* ========================
  Pagination 
=========================== */

.pagination > .active > span {
  background-color: #0a909b !important;
  border: 1px solid #ddd;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 0px !important;
}

.page-lists {
  list-style: square url("../svg/chevron-right.svg");
  padding: 0px 0px 0px 15px;
  margin: 0;
}

.page-lists li,
.page-lists li a {
  color: #000;
  font-size: 17px !important;
}

.page-lists-child {
  padding: 0px 0px 0px 15px;
}

.page-lists-child li a {
  font-size: 17px !important;
  font-family: "Cormorant Infant Regular" !important;
  /*font-style: italic;*/
}

.page-lists li a:hover,
.page-lists-child li a:hover {
  color: #0a909b !important;
  text-decoration: none;
}

.sitemap-header,
.sitemap-sub-header,
.sitemap-sub-header a {
  color: #0a909b !important;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 22px;
}

.sitemap-header-title {
  font-size: 30px;
  margin: 30px auto 20px;
  text-align: center;
}

#sitemap-title,
#contact-us-title {
  color: #0a909b !important;
  margin: 30px auto 40px;
}

.default-title {
  font-size: 35px;
  font-family: "Cormorant Infant Bold";
  color: #0a909b !important;
  text-align: center;
}

.default-title-sub,
.default-title-sub a {
  font-size: 25px;
  font-family: "Cormorant Infant Bold";
  color: #0a909b !important;
  letter-spacing: -1px;
}

.panel-title .default-title-sub {
  font-size: 20px;
  font-family: "Cormorant Infant Bold";
  color: #0a909b !important;
  margin: 0 auto;
}

.panel-heading .chevron:after {
  content: "\f078";
}
.panel-heading a.collapsed .chevron:after {
  content: "\f054";
}

.title-question {
  font-size: 20px;
  font-family: "Cormorant Infant Bold";
  font-style: italic;
  color: #0a909b !important;
}

.default-template ol li,
.default-template ul li {
  font-size: 18px;
  font-family: "Cormorant Infant Regular";
}

.default-title-sub a:hover {
  color: #333 !important;
  text-decoration: none;
}

.pagination > .active > a {
  background-color: #0a909b;
  border-color: #0a909b;
  color: #fff !important;
}

.number {
  font-size: 18px;
  font-family: unset !important;
}

.pre-line {
  white-space: pre-line;
}

.paragraph {
  font-size: 18px !important;
  font-family: "Cormorant Infant Regular" !important;
}

.p-services {
  height: 195px;
}

.terms-condition-lists li,
.default-template p {
  font-family: "Cormorant Infant Regular";
  font-size: 18px;
}

.terms-condition-lists {
  list-style-type: upper-alpha;
}

.default-template,
#sitemap {
  padding: 30px 0px;
}

#wr-item-thumbnail > p,
#wr-item-thumbnail > h1 {
  width: 100%;
}

.btn-contact {
  font-size: 20px;
}

.hidden-mobile {
  display: none !important;
}
.show-mobile {
  display: inline-block !important;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

.mm-listitem:after {
  border-bottom-style: unset;
  position: unset;
}

.intro-second-content {
  padding: 30px 0px 0px;
}
.resellers-section{
  position: relative;
}
.partners-wrapper{
  display: flex;
}
.partners-image{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.partners-image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.partners-images-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  max-width: 800px;
  padding-top: 30px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #wr-item-thumbnail,
  .wr-content {
    width: 100%;
    padding: 0px 15px;
  }

  .publishing-thumb {
    height: auto;
  }

  .sub-thumb {
    width: 100%;
  }

  .publishing-thumb {
    border: unset !important;
    box-shadow: unset !important;
  }

  .services-cover-images {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .partners-wrapper{
    display: flex;
    flex-direction: column;
  }
  .partners-image{
    position: relative;
    width: 100%;
  }
  .md-w-40, .md-w-50, .md-w-60 {
    width: 100%;
  }
  .steps p {
    width: 100%;
  }

  ul.nav-menucenter > li.hide-bookshop.mm-listitem {
    display: none !important;
  }

  .wr-content {
    width: 100%;
  }

  .home-contact-form {
    width: 100%;
    margin: 0 auto;
  }

  .wrapper-packages h3,
  .wrapper-packages-2 h3 {
    left: 0px;
  }

  .navbar-brand {
    float: none;
    margin: 0 auto;
    line-height: 18px;
  }

  #brand-name {
    width: 343px;
    text-align: center;
    margin: 0 auto !important;
  }

  .navbar-scroll #brand-name {
    margin-top: 35px !important;
  }

  /* ===========================
    Blog
  ============================= */

  #blog-content {
    max-width: 100%;
    margin-top: 78px;
    padding: 0 30px;
  }

  #wr-slider .wr_item:first-child {
    transform: rotateY(0deg) translateX(100%) !important;
  }

  .wr_item[data-position="2"] {
    transform: rotateY(0deg) translateY(-30%) translateX(73%) scale(0.9);
  }

  #wr-overlay-image div.col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .wr_item {
    width: auto;
  }

  .progress-container {
    display: none;
  }

  #wr-overlay-image > .row,
  #wr-overlay-image {
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }

  .wr-wrap {
    margin-bottom: 30px;
  }
  .wr-blog-excerpt {
    width: 100%;
  }

  .wr-even .wr-thumbnail-blog,
  .wr-odd .wr-thumbnail-blog {
    margin: 0 auto !important;
  }

  .wr-even-excerpt,
  .wr-odd-excerpt {
    /* margin: 50px 0 25px auto; */
    margin: 50px 0 0px auto;
  }

  .wr-odd,
  .wr-even {
    padding: 40px 0px 0px;
  }

  #blog-content,
  #blog-wrapper p,
  #blog-wrapper h1 {
    text-align: center !important;
  }

  .wr-img img {
    width: 100%;
    height: auto;
  }

  .wr-thumbnail-blog img {
    position: unset;
    top: 0px;
    left: 0px;
  }

  .wr-even .row {
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    display: flex;
    flex-direction: column-reverse;
  }

  .package-thumbnail-wrapper {
    width: 100%;
  }

  .wr-publishing-single-banner {
    background-size: cover !important;
    background-position-x: right !important;
  }

  #editorial-services {
    background-size: cover !important;
  }

  #addon-services {
    background-size: cover !important;
    background-position-x: right;
  }

  .wr-service-img-bg {
    margin: 30px auto 23px;
  }

  #single-page-navbar div.col-sm-9.col-md-9 > div.text-justify,
  .single-page-title {
    text-align: center;
  }

  #single-page-navbar .wr-service-img-bg {
    margin: 10px auto 40px;
  }

  #single-page-navbar .col-sm-3 {
    padding: 0px 70px 0px;
  }

  #single-page-navbar .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  /*  .wr-service-padding_{
    margin-top: -25px;
    padding-bottom: 0px;
  } */

  .wr-thumbnail {
    padding: 22px 0;
  }

  .wr-content {
    padding-top: 30px;
  }

  #contact-us {
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .nav-menu-input-search {
    width: 169px;
  }

  .wr-content-blog {
    width: 100%;
    padding: 0px 15px;
  }

  #nav-phone-number,
  #publish-now {
    display: none;
  }

  .services-cover-images,
  #home-services {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .author-testimonials p {
    height: 100% !important;
  }

  .writers-republic {
    padding: 0;
    /* margin: -7px; */
  }

  #nav-phone-number,
  #publish-now {
    right: 0px;
  }

  .hidden-mobile {
    display: block !important;
  }
  .show-mobile {
    display: none !important;
  }

  footer > .container {
    padding: 30px !important;
  }

  #social-media ul {
    text-align: center;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .navbar-scroll .navbar-toggle,
  .navbar-toggle {
    margin-top: 65px;
    z-index: 99;
  }

  .wr-blog-title {
    top: -21px;
  }

  .wr-service-padding_ {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
  }

  .wr-service-child {
    padding-top: 20px;
  }

  /* ===========================
    Publishing Table
  ============================= */

  .table-services {
    width: 100%;
    word-wrap: break-word;
    table-layout: fixed;
    /* margin: 20px auto 0px !important;
    padding: 0px; */
  }

  .nav-wr {
    width: 100%;
  }

  .nav-wr li:first-child,
  .nav-wr li:last-child {
    padding: 0px;
  }

  .nav-wr li {
    float: none;
    display: block;
  }
  .nav-wr li.spacer {
    display: none;
  }

  .table-services th h1 {
    width: 100% !important;
    font-size: 16px;
    padding: 10px;
  }

  table.table-services > thead > tr > th {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* padding: 6px 15px 6px 0px; */
  }

  .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
    padding: 5px 0;
  }

  table.table-services > tbody > tr > td > div > span,
  .table-services td:first-child {
    white-space: normal !important;
    text-align: right;
  }

  .row-title {
    text-align: left !important;
  }

  .active-check {
    width: 10px;
    height: 10px;
    object-fit: contain;
  }

  .table-responsive {
    overflow: hidden;
    border: none;
  }

  .disclaimer {
    text-align: center;
  }

  .service-title {
    text-align: center;
    position: relative;
    top: -50px;
  }

  /* ===========================
    Progress Bar
  ============================= */

  .progress-container {
    top: 79px;
  }

  body.blog .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }

  .wrapper-packages-2,
  .wrapper-packages {
    text-align: center;
  }

  .sub-packages {
    margin-top: 0px;
    margin-left: 0px;
    margin: 0;
    text-align: center;
  }

  .wrapper-packages-2 h3,
  .wrapper-packages h3,
  .package-title {
    position: unset;
  }

  .wr-content-services .text-left {
    text-align: center;
  }

  #publishing-services {
    height: auto;
  }

  /* .wr-thumbnail-size > img{
    padding: 0 15px;
  } */

  .col-packages-circus,
  .col-packages-utopia,
  .col-packages-castlevania,
  .col-packages-apprentice,
  .col-packages-adept,
  .col-packages-experienced,
  .col-packages-proficient,
  .col-packages-expert {
    height: auto;
    padding: 0px;
  }

  .credentials {
    width: 100%;
    margin: 0 auto;
    padding: 30px 55px;
    background: #ffffffe3;
    border-radius: 7px;
  }

  .navbar-nav {
    margin: 0;
  }

  .wr-nav-right {
    display: none;
  }

  .publishing-thumb,
  .publishing-packages-new {
    width: 100% !important;
    height: 100% !important;
  }
  .wr-service-title-single {
    font-size: 19px !important;
  }
}

@media only screen and (max-width: 560px) {
  .latest-blog,
  .wr-blog-title {
    width: 100%;
  }

  .wr-content-contact-us {
    padding: 0;
  }

  .writers-republic > .navbar-nav {
    margin: 0px;
  }

  #layout-footer > div.container > .row {
    margin: 0 auto;
  }

  #social-media {
    text-align: center;
  }

  .wr-services-banner {
    height: 0px;
  }

  .section-height {
    padding: 30px;
  }

  .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
    margin: 0;
    font-size: 12px;
    line-height: 1.4em;
    padding: 5px 0;
  }

  table.table-services > thead > tr > th {
    padding: 18px 3px;
  }

  .table-services th h1 {
    font-size: 15px;
    padding: 0 !important;
    margin: 0 !important;
  }

  #wr-slider .wr_item:first-child {
    transform: rotateY(0deg) translateX(40%) !important;
  }

  .wr_item[data-position="2"] {
    transform: rotateY(0deg) translateY(-21%) translateX(15%) scale(0.9);
  }

  .blog-single-page {
    display: none;
  }

  .wrapper-single-blog .container {
    padding: 0 15px;
  }

  .wrapper-single-blog {
    margin-top: 104px;
  }

  .wrapper-single-blog p {
    font-size: 16px !important;
  }

  .blog-single-title {
    padding-bottom: 0px;
    padding-top: 10px;
  }

  .package-thumbnail-wrapper {
    width: 100%;
  }

  .adept,
  .apprentice,
  .proficient {
    background-position-x: center !important;
  }

  #publishing-premium-color,
  #publishing-black-white {
    background-position-x: right;
    background-size: cover;
    height: unset;
  }

  #publishing-services {
    background-size: cover;
    background-position-x: left;
  }

  .wr-service-padding_ {
    margin-top: 0 !important;
  }
  .single-services > div {
    height: auto !important;
  }

  .promo-banner {
    width: 100%;
  }

  .wr-thumbnail-blog {
    width: 100%;
  }

  .wr-thumbnail-blog img {
    width: 100%;
    padding: 2px 15px;
  }

  .wr-blog-excerpt .text-center {
    background: #0bb1bf;
    width: 100%;
  }

  .wr-blog-excerpt a {
    background: unset;
    position: unset;
  }
}

@media only screen and (max-width: 490px) {
  .qty-onchange,
  #brand-name {
    width: 70% !important;
  }

  .x-edit-q .editable-input input {
    width: 55px !important;
  }

  .navbar-toggle {
    margin-top: 35px;
  }

  #back-to-top {
    bottom: 25px;
    right: 11px;
  }

  .table-services > thead > tr {
    height: 70px;
  }

  table.table-services > thead > tr > th .text-center .pp-div {
    padding: 1px 3px 1px;
  }

  .table-services th h1 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 436px) {
  .arrow-steps {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .services-cover-images {
    width: 100%;
  }

  .services-content {
    padding: 15px 10px !important;
  }

  .navbar-brand {
    height: 98px;
    line-height: 20px;
  }

  .navbar-header {
    padding: 0 15px;
  }

  #brand-name {
    margin-top: -7px;
    width: 275px;
  }

  .navbar-scroll .navbar-brand {
    padding: 0;
    float: none;
  }

  .navbar-scroll .navbar-toggle {
    margin-top: 78px;
  }

  .navbar-toggle {
    margin-top: 44px;
  }

  .navbar-scroll .navbar-brand {
    position: relative;
    top: 25px;
  }

  #wr-slider .wr_item:first-child {
    transform: rotateY(0deg) translateX(40%) !important;
  }

  .wr_item[data-position="2"] {
    transform: rotateY(0deg) translateY(-25%) translateX(19%) scale(0.9);
  }

  #home .container {
    text-align: center !important;
  }

  #home-landing {
    background: url("../jpg/landing-home-mobile.jpg")
      no-repeat center center;
    padding: 10px;
    background-size: cover;
    height: 521px;
  }

  #marketing-services-new .pre-line {
    white-space: normal;
  }

  #editorial-services br {
    content: " ";
  }

  #publishing-services-new {
    background: url("../jpg/publishing-mobile.jpg")
      no-repeat center center;
    background-size: cover;
    text-align: center;
    height: 400px !important;
    padding: 10px 0 0;
  }

  #marketing-services-new {
    background: url(../jpg/marketing-services-mobile.jpg) no-repeat;
    text-align: center;
    height: 400px !important;
    padding: 10px 0 0;
    background-position: bottom;
  }

  #editorial-services {
    background: url(../jpg/editorial-services-mobile.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    height: 400px !important;
    padding: 10px 0 0;
  }

  .wr-home-img-bg {
    margin: 10px auto 0px;
  }

  .distributors img {
    width: 137px;
    height: 70px;
  }

  .steps {
    width: 160px;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    height: 210px;
  }

  .steps p {
    font-size: 15px;
  }

  #home .get-started-home {
    background-color: #219aa3c9;
    position: relative;
    padding: 5px 30px;
    font-size: 20px;
  }

  #home-landing .container {
    margin: 0px auto;
    padding: 20px 0;
    text-align: center;
  }

  #home-landing h1 {
    margin-top: 5px;
    font-size: 30px;
    text-align: center;
  }

  #home-landing p {
    color: #818181;
    padding: 0px 10px;
    text-align: center;
    font-size: 17px;
  }
  #home-landing .get-started-home {
    position: relative;
    top: 0px;
    padding: 5px 25px;
    font-size: 20px;
  }

  .owl-prev {
    top: 25%;
    left: 0px;
  }

  .owl-next {
    top: 25%;
    right: -12px;
  }
}

@media only screen and (max-width: 375px) {
  .author-testimonials p {
    height: 150px;
  }

  #testimonials > div > h2 > span > a {
    display: block;
  }

  .table-responsive > .table > tbody > tr > td {
    font-size: 10px;
  }

  .table-services {
    margin: 20px auto 0px !important;
    padding: 0px;
  }

  #brand-name {
    margin-top: -7px;
    width: 80%;
  }

  .navbar-scroll .navbar-toggle {
    margin-top: 78px;
  }

  #wr-slider .wr_item:first-child {
    transform: rotateY(0deg) translateX(32%) !important;
  }

  .wr_item[data-position="2"] {
    transform: rotateY(0deg) translateY(-25%) translateX(8%) scale(0.9);
  }

  #marketing-services .wr-service-padding_ {
    margin-top: -77px;
  }

  table.table-services > thead > tr > th {
    padding: 18px 12px;
  }
}

@media only screen and (max-width: 370px) {
  .arrow-steps {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .navbar-scroll #brand-name {
    width: 199px;
  }
  .navbar-toggle {
    margin-top: 35px;
  }

  #addon-services .wr-service-padding_,
  #editorial-services .wr-service-padding_ {
    margin-top: -10px;
  }

  #marketing-services .wr-service-padding_ p {
    font-size: 16px !important;
  }

  table.table-services > thead > tr > th {
    padding: 18px 8px;
  }

  .menu-services- {
    padding: 0px 25px !important;
  }

  .wr-publishing-bg {
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }

  .odd-even-bg .pull-right {
    float: none !important;
    margin: 0 auto !important;
  }

  h1.publishing-title {
    text-align: center !important;
  }

  .pub-p p {
    margin: 0 auto;
  }

  .steps {
    width: unset;
  }
}

.footer-list li.active a {
  /* color: #0a909b !important; */
  color: #e0e0e0e3 !important;
}
.mm-listitem_selected {
  background: #0a909b !important;
}
.mm-listitem_selected a {
  color: #fff !important;
}

.mm-listitem {
  position: unset;
}

.mm-listview {
  text-align: unset !important;
}

.nav-menucenter > .mm-listitem {
  border-bottom: solid 1px #0a909b33;
  padding: 0px !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #0a909b !important;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #0a909b !important;
}

/* table clone css find js */

.table-fixed > thead > tr > th:nth-child(1) {
  width: 439px !important;
}

.table-fixed {
  top: 110px;
  position: fixed;
  width: auto;
  display: none;
  border: none;
  background: #fff;
}

.breadcrumb > li {
  font-size: 16px;
}

.recent-news,
.recent-tips {
  list-style: square url("../png/right-arrow.png");
}
.recent-news li a,
.recent-tips li a {
  font-size: 18px;
  font-family: Cormorant Infant Bold;
}
.recent-news li a:hover,
.recent-tips li a:hover {
  color: #0a909b !important;
  text-decoration: none;
}

.recent-news li.active a,
.recent-tips li.active a {
  color: #0a909b !important;
}

.disclaimer {
  font-size: 18px;
}

.contact-social-media > div > div {
  border-right: solid 1px #ccc3;
  height: 217px;
}

.contact-social-media > div > div:nth-child(3) {
  border-right: unset;
}
.avatar {
  height: 30px;
  width: 30px;
  border-radius: 30px;
  position: relative;
  top: -7px;
}

.dropdown-header {
  font-size: 15px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: unset;
}

.search-nav {
  padding-right: 0px;
}
.mm-menu {
  --mm-line-height: 20px;
  --mm-listitem-size: 44px;
  --mm-navbar-size: 44px;
  --mm-offset-top: 0;
  --mm-offset-right: 0;
  --mm-offset-bottom: 0;
  --mm-offset-left: 0;
  --mm-color-border: rgba(0, 0, 0, 0.1);
  --mm-color-button: rgba(0, 0, 0, 0.3);
  --mm-color-text: unset;
  --mm-color-text-dimmed: unset;
  --mm-color-background: unset;
  --mm-color-background-highlight: unset;
  --mm-color-background-emphasis: unset;
  --mm-shadow: unset;
}

#c-action span {
  letter-spacing: 2px;
  font-size: 18px;
}

.publishing-guide {
  color: #fff !important;
  font-size: 17px;
}
a:hover {
  text-decoration: none;
  color: #333 !important;
}

#home-services {
  width: 900px;
  margin: 0px auto;
  text-align: center;
  padding: 50px 0px;
}

.menu-services- {
  display: inline-block;
  padding: 0px 50px;
}

#home-services > div > a:hover > h1 {
  color: #0a909b !important;
}

.home-service-title {
  font-size: 20px;
  margin-top: -15px;
  color: #555;
}

#home-services .col-sm-3 {
  padding: 45px 0px;
}
#cart-icon {
  width: 23px;
  height: 23px;
  object-fit: contain;
}

#partialUserResetForm p,
textarea {
  font-size: 18px !important;
}

body > p.flash-message.fade.in {
  color: #fff !important;
}

.services-content {
  padding: 20px;
}

.services-title {
  color: #0a909b !important;
}

.testimonials-author-lists {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.testimonials-author-lists img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

.price-visibility {
  display: none; /* just comment this line to show prices */
}

@media (max-width: 425px) {
  .testimonials-author-lists.row {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.wr-blog-excerpt {
  width: 100%;
  padding: 15px 0;
  background: #f1f1f1;
}

/*# sourceMappingURL=all.css.map */
