/*   
Theme Name: Revodana Publishing
Theme URI: http://42devlabs.com/revodana-publishing/
Description: This is an exclusive, fully SEO optimized Wordpress theme developed by 42Works for Leadership Connection website.
Author: 42Works
Author URI: http://42works.net
*/

* {
    margin:0;
    padding:0;
}
img {
    height: auto;
    max-width: 100%;
}
a, .green {
    color: #03b8ae;
}
a:hover{
    color: #03b8ae;
}
a:focus{
    outline: none !important;
}
.red{
    color: #D22B27;
}
.footer-bg {
    background: #181818 !important;
    color: #fff;
    padding: 10px 0 25px;
}
ul, li,#main-content #sidebar li, #main-content #sidebar ul {
    list-style-type: none;
    margin-left: 0;
}
input[type="submit"] {
}
.strong {
    font-weight:bold;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left
}
.justify {
    text-align: justify;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.fullwidth {
    float:left;
    width:100%;
}
.halfwidth {
    float:left;
    width:50%;
}
.first {
    margin-left: 0 !important;
}
/* WordPress Core-------------------------------------------------------------- */
.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
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*wordpress core css ends here*/

/**Header**/
#header {
    margin: 0;
    padding: 20px 0;
    color: #ffffff;
}
#header .header-top a:hover {
    color: #03b8ae;
    text-decoration: none;
}
.header-top-left i {
    margin-right: 10px;
}
.header-top-left .fa-envelope {
    margin-left: 20px;
}
#header a {
    color: #ffffff;
}
.header-top-right i {
    margin: 0 4px;
    font-size: 18px;
}
#header a:focus, #header a:hover{
    background-color: transparent;
}
#header .navbar-collapse {
    margin: 10px 0 5px;
}
#header .navbar-collapse li{
    padding: 10px 15px;
}
#header .navbar-collapse li:last-child{
    padding-right: 0;
}
#header .navbar-collapse li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding: 0 0 5px;
    font-weight: 400
}
#header .navbar-collapse li.current-menu-item a {
    border-bottom: 2px solid #03b8ae;
}
#header .navbar-collapse li a:hover {
    border-bottom: 2px solid #03b8ae;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}
#header .navbar-collapse a{
    font-size: 19px;
}
h1.logo {
    float: left;
    margin: 0;
}
.white-logo{
    display: block;
}
.green-logo{
    display: none;
}
div.left-logo {
    margin: 20px 0 10px;
}
/*hedaer after scroll*/
.custom-navbar .header-top {
    display: none;
}
.custom-navbar{
    background-color: #ffffff;
    transition: all 0.2s;
}
.custom-navbar h1.left-logo{
    margin: 10px 0;
}
.custom-navbar div.left-logo{
    margin: 10px 0;
}
.custom-navbar a {
    color: #000000 !important;
}
.custom-navbar .green-logo{
    display: block;
}
.custom-navbar .white-logo{
    display: none;
}
#header.custom-navbar {
    border-bottom: 1px solid #cccccc;
    padding: 0;
}
.green-logo > img {
    max-width: 201px;
}
/**Layout**/
#page-wrapper {
    min-height: 310px;
}
body {
    color: #666666;
    font-family: 'Ek Mukta',sans-serif;
    font-size: 17px;
    line-height: 1.56;
}
#page-wrapper > div > h2 {
    margin-bottom: 15px;
}

h2 {
    color:#333333;
    font-weight: 700;
}
.btn.btn-lg.green-btn {
    border: 1px solid #03b8ae !important;
    border-radius: 3px;
    color: #03b8ae;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.btn.btn-lg.green-btn:hover {
    border: 1px solid #03b8ae;
    background-color: #03b8ae;
    color: #ffffff !important;  
}
.books-wrapper .container > h2, .subjects-wrapper .container > h2 {
    font-size: 45px;
    text-transform: uppercase;
}
/**Footer**/
#footer {
    background: none repeat scroll 0 0 #000000;
    padding: 75px 0 30px;
    margin-top: 40px;
}
.home #footer {
    margin-top: 0;
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
    color: #03b8ae;
    text-decoration: none;
}
#footer .footer-logo {
    margin-bottom: 25px;
    text-align: center;
}
.social-media-icons {
    margin-bottom: 40px;
}
#footer .social-media-icons i {
    color: #ffffff;
    font-size: 30px;
    margin: 0 5px;
}
#footer .social-media-icons i:hover{
    color: #03b8ae;
}
#footer .widgettitle {
    font-size: 23px;
    margin-top: -2px;
    color: #ffffff;
}
.footer-col-third {
    color: #ffffff;
    text-align: right;
}
#footer .gcc_caption {
    color: #999999;
    float: right;
    font-weight: 300;
    padding: 5px 5px 5px 0;
    font-size: 14px;
    margin-bottom: 30px;
}
#footer .footer-col-third .textwidget{
    font-size: 15px;
}
.cc_email_address {
    float: left;
    text-align: right;
    width: 65%;
}
#footer #cc_form_1 .cc_CustomField1 input.t, #coming-soon-wrapper  .cc_CustomField1 input.t{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    float: none;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.cc_CustomField1 {
    float: left;
    width: 100%;
}
#footer .cc_email_address input.t, #coming-soon-wrapper .cc_email_address input.t {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    color: #999999;
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.cc_Go {
    float: right;
    margin-left: 10px;
    width: 30%;
}
#footer .cc_Go input.b, #coming-soon-wrapper .cc_Go input.b{
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 7px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    height: 43px;
    padding: 0 10px;
    width: 100%;
}
.copyright {
    font-size: 14px;
    color: #ffffff
}
/*home page*/


.home .about-publisher {
    margin: 30px auto;
}
.about-publisher img {
    padding-right: 30px;
}
.about-publisher h5, .about.us-wrapper h5, .about-wrapper h5 {
    color: #03b8ae;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase;
}
.about-publisher h2, .about.us-wrapper h2, .about-wrapper h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.about-publisher .btn.orange-btn {
    margin-top: 20px;
    padding: 12px 35px;
}

/*latest books section*/
#latest-books-wrapper {
    background: none repeat scroll 0 0 #faf7ee;
}
#latest-books-wrapper {
    background: none repeat scroll 0 0 #faf7ee;
    padding: 20px 0;
}
.latest-heading h2 {
    font-size: 45px;
    text-transform: uppercase;
}
/*coming soon section*/
#coming-soon-wrapper{
    min-height: 680px;
    background-size: cover;
}
.outer-coming-soon {
    background: none repeat scroll 0 0 #03b8ae;
    color: #ffffff;
    min-height: 680px;
    padding-top: 80px;
    text-align: center;
}
.coming-soon-content {
    margin-bottom: 30px;
}
.coming-soon-content > span {
    font-size: 18px;
    font-style: italic;
}
.coming-soon-heading > span {
    font-size: 110px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
}
#coming-soon-wrapper .text-slider {
    float: left;
    font-size: 15px;
    margin: 0 auto 40px;
    min-height: 170px;
    padding: 10px 5px 0;
    width: 100%;
}

#carousel-announcement.carousel {
    height: 100%;
}
#carousel-announcement .carousel-inner {
    height: 100%;
}
#carousel-announcement .item { 
    height: 100%;
}

#coming-soon-wrapper .text-slider .carousel-caption {
    color: #ffffff;
    left: 0;
    padding-bottom: 15px;
    position: relative;
    right: 0;
    text-shadow: none ;
}
.carousel-caption > p {
    font-size: 17px;
}
.text-slider .carousel-indicators {
    bottom: 0;
}
#coming-soon-wrapper .text-slider .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
}
#coming-soon-wrapper .text-slider .carousel-indicators li.active{
    background-color: transparent;
    position: relative;
}
#coming-soon-wrapper .text-slider .carousel-indicators li.active > span {
    background: #ffffff !important;
    padding: 1px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}
#coming-soon-wrapper .carousel-caption > h2 {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}
.coming-soon-publisher {
    font-size: 22px;
    color: #ffffff;
    margin-top: 0;
    text-transform: capitalize;
}
.coming-soon-publisher > span {
    font-weight: 300;
}
.coming-soon-date {
    margin-bottom: 20px;
}
.constant-contact-heading {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 10px 0 20px;
}
#coming-soon-wrapper .widgettitle {
    display: none;
}
#coming-soon-wrapper .newsletter-content {
    display: none;
}
#coming-soon-wrapper #cc_form_1{
    border: none;
}
#coming-soon-wrapper .cc_email_address {
    text-align: right;
    width: 66%;
}
#coming-soon-wrapper  #cc_form_1 .cc_email_address input.t{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    color: #ffffff;

}
#coming-soon-wrapper  #cc_form_1 .cc_CustomField1 input.t{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 2px solid #ffffff;
    color: #ffffff;
}
#coming-soon-wrapper input::-webkit-input-placeholder {
    color: #fff;
}

#coming-soon-wrapper input:-moz-placeholder { /* Firefox 18- */
    color: #fff;  
}

#coming-soon-wrapper input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
}

#coming-soon-wrapper input:-ms-input-placeholder {  
    color: #fff;  
}
#coming-soon-wrapper #cc_form_1 .cc_email_address input.t::-moz-placeholder, #coming-soon-wrapper  #cc_form_1 .cc_CustomField1 input.t::-moz-placeholder {
    color: #ffffff !important;
}
#coming-soon-wrapper  #cc_form_1 .cc_email_address input.t::-webkit-placeholder, #coming-soon-wrapper  #cc_form_1 .cc_CustomField1 input.t::-webkit-placeholder{
    color: #ffffff !important;
}
/*Testimonial section*/
.testimonials-wrapper {
    background: none repeat scroll 0 0 #faf7ee;
    padding-top: 30px;
}
.top-quote .fa-quote-left {
    background: none repeat scroll 0 0 #03b8ae;
    border-radius: 50%;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.testimonial-heading > h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}
#testimonial-wrapper .text-slider {
    float: none;
    font-size: 15px;
    margin: 0 auto;
    min-height: 240px;
    padding: 10px 5px 20px;
    max-width: 50%;
}
#testimonial-wrapper .carousel-caption{
    color: #000000;
    left: 0;
    padding-bottom: 15px;
    position: relative;
    right: 0;
    text-shadow: none ;
}
.text-slider .carousel-control {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;    
    opacity: 1;
    position: absolute;   
    text-align: center;
    text-shadow: none;
    top: 100%;
    width: 15%;
}
.text-slider .carousel-control.left{
    background-image: none;
    left: 40%;
}
.text-slider .carousel-control.right{
    background-image: none;
    right: 40%;
}
.text-slider .carousel-control .glyphicon-chevron-left, .text-slider .carousel-control .glyphicon-chevron-right, .text-slider .carousel-control .icon-prev, .text-slider .carousel-control .icon-next{
    background: none repeat scroll 0 0 #03b8ae;
    border-radius: 50%;
    font-size: 14px;
    height: 25px;
    line-height: 24px;
    margin-top: -15px;
    text-align: center;
    width: 25px;
}
.testimonial-content {
    border-bottom: 1px solid #03b8ae;
    border-top: 1px solid #03b8ae;
    color: #444444;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 20px 0 10px;
}
.testimonial-customer {
    margin-bottom: 20px;
    text-align: center;
}
.testimonial-customer > span {
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 17px;
}
.text-slider .glyphicon-chevron-left:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
}
.text-slider .glyphicon-chevron-right:before {
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
}
/*about us page*/
.banner-img {
    background-position: center top;
    background-size: cover;
    min-height: 440px;
    margin-bottom: 40px;
    background-color: #000;
    position: relative;
}
.banner-inner-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 46%;
}

.banner-heading h2 {
    color: #ffffff;
    font-size: 76px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.19);
}
.banner-img img, .woocommerce .banner-img img {
    max-width: 150px;
}
/*contact us page*/

.row.contact-us-row.oscitas-bootstrap-container {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}
/*contact us form*/
.wpcf7 .wpcf7-form {
    margin: 0 auto;
    max-width: 100%;
}
.form-control{
    background: transparent;
    height: 40px;
}
label {
    font-size: 13px;
    font-weight: normal;
}
.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}
.wpcf7-not-valid {
    box-shadow: 0 6px 0 0 #ff0000 !important;
}
.wpcf7-form-control-wrap input {
    border: 1px solid #d6d6d6;
    box-shadow: 0 6px 0 0 #cccccc;
    height: 55px;
}
.wpcf7-form-control-wrap textarea {
    border: 1px solid #d6d6d6;
    box-shadow: 0 6px 0 0 #cccccc;
    resize: none;
}
.wpcf7 .submit-btn {
    background: none repeat scroll 0 0 #03b8ae;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 20px;
    margin-top: 10px;
    padding: 10px 35px;
    text-transform: uppercase;
    width: auto;
}
.wpcf7 .wpcf7-form img.ajax-loader {
    margin: 20px 30px 0;
}
.wpcf7 .wpcf7-response-output {
    bottom: 20px;
    margin: 0;
    position: absolute;
    right: 15px;
}
/*invalid tip*/
.wpcf7-form.invalid .wpcf7-not-valid-tip {
    bottom: 0;
    display: block;
    float: right;
    font-size: 12px;
    position: absolute;
    right: 10px;
    width: auto;
}
.contact-us-row i {
    margin: 0 5px;
    vertical-align: middle;
}
.contact-us-row a {
    color: #03b8ae;
}
.contact-us-row .oscitas-bootstrap-container:last-child h2 {
    margin-top: 0;
    text-transform: uppercase;
}
.contact-us-row .oscitas-bootstrap-container:last-child p {
    margin-bottom: 20px;
}
/*coming soon page*/
#page-wrapper.coming .container.post > h2 {
    color: #03b8ae;
}
.coming.soon-wrapper h3 {
    color: #333333;
    font-size: 20px;
}
.coming.soon-wrapper h3 a:hover {
    color: #03b8ae;
    text-decoration: none;
}
.coming.soon-wrapper h3 a {
    color: #333333;
}
.revodana-books .oscitas-bootstrap-container, .children-book .oscitas-bootstrap-container {
    border-right: 2px solid #aaaaaa;
}
.revodana-books .oscitas-bootstrap-container:last-child, .children-book .oscitas-bootstrap-container:last-child {
    border-right: none;
}
.row.children-book {
    margin-bottom: 50px;
}
.coming.soon-wrapper #cc_form_1 > form {
    float: none;
    width: 75%;
    margin: auto;
    max-width: 410px;
}
.coming.soon-wrapper #cc_form_1 .cc_CustomField1 input.t{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    float: none;
    height: 43px;
    line-height: 43px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.coming.soon-wrapper .cc_Go{
    margin-left: 0;
}
.coming.soon-wrapper .cc_email_address {
    float: left;
    text-align: right;
    width: 68%;
    margin-right: 7px;
}
.coming.soon-wrapper #cc_form_1 .cc_Go input.b {
    background: none repeat scroll 0 0 #03b8ae;
    border: 1px solid #03b8ae;
    border-radius: 7px;
    color: #ffffff;
    height: 45px;
    padding: 0 20px;
    width:100%;
}
.coming.soon-wrapper #cc_form_1 .cc_email_address input.t {
    border: 1px solid #999999;
    border-radius: 7px;
    color: #000000;
    float: none;
    height: 45px;
    line-height: 45px;
    width: 100%;
    max-width: 100%;
}
#cc_form_1{
    border: none !important;
}
/*books listing page*/
#product-list .page-title {
    color: #000000;
    text-align: left;
}
#product-list {
    margin-bottom: 30px;
}
#product-list .page-title {
    color: #333333;
    font-size: 45px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
}
.term-description {
    margin-bottom: 30px;
    text-align: left;
}
p.woocommerce-result-count, form.woocommerce-ordering {
    display: none;
}
body.archive.woocommerce ul.products > li:nth-child(3n+1) {
    margin-left: 0;
}
body.archive.woocommerce ul.products > li, 
.related.products ul.products li.product, 
#latest-books-wrapper ul.products li.product {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    clear: none;
    float: left !important;
    margin: 0 15px 20px;
    /*min-height: 692px;*/
    padding: 30px 1%;
    text-align: center;
    width: 29%;
    box-sizing: content-box;
    display: inline-block;
    vertical-align: top;
}
body.archive.woocommerce  ul.products > li > a:first-child img, .related.products ul.products li.product > a:first-child img, #latest-books-wrapper ul.products li.product > a:first-child img {
    display: inline;
    max-height: 400px;
    padding: 0;
    width: auto;
}
body.woocommerce ul.products li.product h3, body .woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 2px 0;
}
span.author > label {
    color: #03b8ae;
    font-size: 16px;
    font-weight: 900;
    text-transform: lowercase;
}
.author {
    border: medium none;
    color: #000000;
    float: left;
    font-size: 14px;
    line-height: initial;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    width: 100%;
}
body.woocommerce ul.products li.product .price {
    color: #03b8ae;
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 0.5em;
}
body.archive.woocommerce #container .products > li .amount {
    color: #03b8ae;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce input.button.loading:after{
    right: 1px !important;
}
.woocommerce .products > li > a.button {
    background: none repeat scroll 0 0 #03b8ae;
    border-radius: 50px;
    color: #ffffff;
    float: none;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 10px 0 auto;
    padding: 12px 20px;
    text-transform: uppercase;
}
.woocommerce .added_to_cart.wc-forward {
    margin-right: 30px;
}
.woocommerce ul.products > li > a.button.add_to_cart_button {
    background-color: #000000;
}
.kindle {
    display: inline-block;
    margin: 12px 0 0;
    padding: 0;
}

/*books detail page*/
body.woocommerce-page .woocommerce #respond input#submit, body.woocommerce-page .woocommerce a.button, body.woocommerce-page .woocommerce button.button, body.woocommerce-page .woocommerce input.button {
    background-color: #03b8ae;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
}
.woocommerce #single_product div.product div.images {
    float: left;
    width: 31% ;
}
.woocommerce #single_product div.product div.summary {
    float: right;
    margin-bottom: 0;
    width: 66%;
}
/*.summary .product_title {
    display: none;
}*/
.woocommerce div.product .product_title:after {
    border-bottom: 4px solid #03B8AE;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 36%;
}
.woocommerce div.product .product_title {
    border-bottom: 1px solid #000;
    color: #03B8AE;
    font-size: 30px;
    margin: 0 0 40px;
    padding-bottom: 7px !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.blog-image img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.blog-right {
    float: right;
}
.blog-content .comments-count, .blog-content .published-date {
    color: #bbbbbb;
    display: inline-block;
}
.blog-content .comments-count {
    margin-right: 20px;
}
.single-blog {
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 10px 0 0 #ccc;
    margin-bottom: 50px;
}
.blog-title {
    margin-bottom: 0;
}
.blog-details{
    margin-bottom: 10px;
}
.blog-details i {
    color: #666666;
}
#cc_form_2 input {
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #000;
    margin-bottom: 20px;
    padding: 8px;
    width: 100%;
    font-size: 14px;
}
#cc_form_2 .cc_email_address {
    width: 100%;
}
#cc_form_2 .cc_Go {
    margin-left: 0;
}
#cc_form_2 input[type="submit"] {
    background: none repeat scroll 0 0 #03b8ae;
    border: 1px solid #03b8ae;
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    width: 100px;
}
.blog-left {
    padding-right: 50px;
}
.blog-right .widgettitle {
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: 0 5px 2px 0 #cccccc;
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}
.blog-right li#search-2 .widgettitle {
    margin-top: 0;
}
.blog-right .widget_search .widgettitle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    padding-left: 0;
}
.blog-right .widget_search .widgettitle span {
    border-bottom: 1px solid #03b8ae;
    bottom: -8px;
    padding-right: 10px;
    position: relative;
}
.blog-right .widget ul li a {
    color: #666666;
    padding-left: 20px;
}
.blog-right .widget ul li a:before {
    border: 1px solid #aaaaaa;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 12px;
}
.blog-right .widget ul li {
    position: relative;
}
.blog-right .widget_search form > div:after {
    color: #03b8ae;
    content: "";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 2px;
    z-index: 1;
}
.woocommerce #single_product .woocommerce-tabs.wc-tabs-wrapper {
    clear: none !important;
    float: right;
    width: 66%;
}
.blog-right #searchsubmit {
    opacity: 0;
    z-index: 10;
    position: absolute;
    right: 0px;

}
.blog-right .widget_search form > div {
    position: relative;
}
.blog-right .widget_search input[type="text"]{
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 8px;
    position: relative;
    width: 100%;
}
.product_meta {
    display: none;
}
#reviews #comments > h2 {
    display: none;
}
#tab-description > h5 {
    color: #03b8ae;
    font-size: 17px;
    font-weight: 700;
}
.woocommerce-tabs .tabs.wc-tabs {
    display: none;
}
#single_product .summary .author {
    font-size: 15px;
    font-weight: 300;
}
#single_product span.author > label {  
    font-size: 15px;
    font-weight: 400;
}
.price span.amount {
    color: #03b8ae;
    font-size: 18px;
    font-weight: 700;
}
span.amount.cover-h {
    font-weight: 400 !important;
    font-style: italic;
}
h5.short-description {
    color: #03b8ae;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.short-description-outer {
    margin-bottom: 20px;
}
.quantity .simple-text {
    float: left;
    margin-right: 10px;
}

.woocommerce #single_product .quantity input.qty {
    border: 1px solid #cccccc;
    border-radius: 6px;
    height: 32px;
    line-height: 32px;
    width: 50px;
}

/* .woocommerce div.product form.cart .single_add_to_cart_button:before {
    content: "Print Edition";
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 0;
} */
/*  .woocommerce.postid-4935 div.product form.cart .single_add_to_cart_button:before {
    content: "Add To Cart" !important;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 0;
}  */

.estimated-date + div + .cart .single_add_to_cart_button {
    max-width: 180px !important;
    width: 150px !important;
    display: inline-block !important;
}
.estimated-date + div + .cart .single_add_to_cart_button:before {
    content: "Pre-Order Now" !important;
}
body.woocommerce #single_product button.button {
    background: none repeat scroll 0 0 #03b8ae;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    height: 32px;
    margin-left: 10px;
    padding: 5px 15px;
}
a.btn.btn-black {
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    height: 32px;
}
#single_product form.cart {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
#single_product .text-slider {
    float: left;
    margin: 0 auto;
    padding: 10px 5px 0;
}

#single_product .carousel-caption {
    color: #000000;
    left: 0;
    padding-bottom: 15px;
    padding-top: 0;
    position: relative;
    right: 0;
    text-align: left;
    text-shadow: none;
}
.text-slider .carousel-control {
    bottom: 0;
    color: #ffffff;
    font-size: 20px;    
    opacity: 1;
    position: absolute;   
    text-align: center;
    text-shadow: none;
    top: 100%;
    width: 15%;
}
.text-slider .carousel-control.left{
    background-image: none;
    left: 40%;
}
.text-slider .carousel-control.right{
    background-image: none;
    right: 40%;
}

#single_product .testimonial-content {
    border: medium none;
    color: #666666;
    font-size: 16px;
    font-style: italic;
    line-height: 1.56;
    margin-bottom: 0;
    padding-bottom: 0;
}
#single_product div#carousel_announcement {
    padding-bottom: 30px;
}
#single_product .testimonial-content > p:before {
    bottom: -1px;
    content: "";
    font-family: FontAwesome;
    font-size: 19px;
    margin-right: 10px;
    position: relative;
}
#single_product .testimonial-content > p:after {
    content: "";
    font-family: FontAwesome;
    font-size: 19px;
    margin-left: 3px;
    position: relative;
    top: 6px;
}

#single_product .text-slider .carousel-indicators li {
    background-color: transparent;
    border: 1px solid #03b8ae;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
}
#single_product .text-slider .carousel-indicators li.active{
    background-color: transparent;
    position: relative;
}
#single_product .text-slider .carousel-indicators li.active > span {
    background: #03b8ae !important;
    padding: 1px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 2px;
    top: 2px;
}
.related.products {
    background: none repeat scroll 0 0 #faf7ee;
    float: left;
    width: 100%;
    padding: 20px 0;
}
.related-products-heading h2 {
    font-size: 45px;
    text-transform: uppercase;
}
.related-products-heading {
    margin-bottom: 20px;
}
.woocommerce.single-product #footer{
    margin-top: 0;
}
.single-product h2.banner-top-heading {
    font-size: 52px;
}
/***Bootstrap Edits***/
p {
    margin: 0 0 15px;
}
/*cart page*/
body .woocommerce table.shop_table thead th {
    background-color: #03b8ae;
    color: #ffffff;
    font-weight: 600;
}
body .woocommerce-cart table.cart img {
    box-shadow: none;
    height: 42px;
    width: 32px;
}
body .woocommerce .quantity .qty {
    border: 1px solid #cccccc;
    border-radius: 7px;
    height: 30px;
    line-height: 30px;
}
body .woocommerce .cart-collaterals .cart_totals, body .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 60%;
}
.cart_totals > table {
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr th {
    color: #333333;
    font-weight: 400;
}
body .woocommerce .checkout-button.button {
    float: left;
    padding: 10px 30px;
}
body.woocommerce-cart table.cart img {
    box-shadow: none;
    height: 40px;
    width: 32px;
}
body.woocommerce-cart table.cart td.actions .coupon .input-text {
    border: 1px solid #cccccc;
    border-radius: 10px;  
    height: 37px;
    line-height: 37px;
    margin: 0 8px 0 0;
    width: auto;
}
tr.cart_item .product-name > a:hover {
    text-decoration: none;
}
.woocommerce-cart .cart .button {
    background: none repeat scroll 0 0 #000000;
}
/*checkout page*/
.woocommerce-billing-fields > h3, h3#order_review_heading {
    color: #333333;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
body .woocommerce form.checkout .form-row input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
body .woocommerce form.checkout .form-row textarea {
    border: 1px solid #cccccc;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 10px;
    resize: none;
}
.select2-container .select2-choice{
    height: 40px;
}
.woocommerce-checkout .select2-results{
    padding: 0;
}
.woocommerce-checkout .select2-results .select2-highlighted {
    background: none repeat scroll 0 0 #03b8ae;
    border-radius: 0;
    color: #ffffff;
    font-weight: 600;
}
.woocommerce-shipping-fields label {
    display: inline-block;
}
.woocommerce-shipping-fields input{
    vertical-align: middle;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text{
    border: 1px solid #cccccc;
    border-radius: 3px;
    line-height: 40px;
    padding: 0 10px;
    resize: none;
}
.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
    color: #333333;
    font-weight: 400 !important;
}
.woocommerce .woocommerce-checkout-payment .input-checkbox.s4wc-save-card {
    position: static;
}
body.tax-product_cat h1.page-title {
    display: none;
}
body .woocommerce a.checkout-button.button {
    background: none repeat scroll 0 0 #03b8ae;
}
body .woocommerce a.checkout-button.button:hover {
    background: none repeat scroll 0 0 #03b8ae;
}
.form-row.place-order #place_order {
    border: medium none;
    border-radius: 10px;
}
.form-row.place-order #place_order:hover{
    background: #03b8ae;
}
/*Comment Form*/
#respond > h3, #comment_list > h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: #333333;
}
#respond, #comment_list {
    float: left;
    width: 100%;
    background: white;
    padding: 30px 0px 22px;
}
#commentform {
    float: left;
    width: 100%;
}
.comment-notes {
    float: left;
    width: 100%;
}
.comment-form-url, .comment-form-comment {
    float: left;
    width: 100%;
}
.comment-form-author, .comment-form-email {
    float: left;
    width: 50%;
}
.comment-form-author > label, .comment-form-email > label, .comment-form-url > label, .comment-form-comment > label {
    float: left;
    width: 100%;
}
.comment-form-author > input, .comment-form-email > input, .comment-form-url > input, .comment-form-comment > textarea {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 6px 0 0 #cccccc;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 90%;
}
.comment-form-url > input, .comment-form-comment > textarea{
    width: 95%;
}
.comment-form-comment > textarea {
    height: auto;
    resize: none;
    width: 95%;
    padding: 10px;
    color: #333;
    display: inline;
}
.form-allowed-tags {
    display: none;
}
.form-submit input[type="submit"], #comment_list ol.commentlist li.comment .reply a {
    background: #03b8ae;
    border: 0 none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
#comment_list {
    margin: 0;
}
#comment_list ol.commentlist {
    clear: both;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#comment_list ol.commentlist li.comment {
    line-height: 18px;
}
#comment_list ol.commentlist li.comment .comment-body {
    border: 1px solid #d0d0d0;
    box-shadow: 0 2px 0 #e6e6e6;
    margin-bottom: 20px;
    padding: 10px 20px 15px 10px;
    position: relative;
    background: none repeat scroll 0 0 #ffffff;
}
#comment_list ol.commentlist li.comment .comment-author.vcard {
    color: #1a1a1a;
    font-size: 18px;
    margin-bottom: 5px;
}
#comment_list ol.commentlist li.comment .comment-author .avatar {
    border: 1px solid #d5d5d5;
    border-radius: 50% !important;
    float: left;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 16px;
    width: 80px;
}
#comment_list ol.commentlist li.comment .comment-meta a {
    color: #808080;
    font-size: 14px;
    text-decoration: none !important;
}
#comment_list ol.commentlist li.comment p {
    color: #373737;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-left: 95px;
    margin-top: 5px;
}
#comment_list ol.commentlist li.comment .reply {
    display: block;
    margin-top: 10px;
    padding-bottom: 0px;
    text-align: right;
}
#comment_list ol.commentlist li.comment ul.children {
    list-style: outside none none;
    margin: 1em 0 0;
    text-indent: 0;
    background: #fff;
}
/*blog page*/
.blog-title a{
    text-decoration: none;
}
#sidebar .cc_Go {
    width: auto;
}
/*pagination*/
.blog-left .wp-pagenavi a, .blog-left .wp-pagenavi span {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 18px;
    margin: 0px;
    padding: 3px 15px;
    text-decoration: none;
}
.blog-left .wp-pagenavi a:hover, .blog-left .wp-pagenavi span.current {
    background: none repeat scroll 0 0 #03b8ae;
    border-color: #03b8ae;
    color: #ffffff;
}
.blog-left .wp-pagenavi i {
    font-size: 14px;
}


/*subject page*/
.gallery-item {
    border: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.figure-img {
    height: 260px;
    background-size: cover;
    background-position: center center;
}
.gallery-post h4 {
    font-size: 20px;
    margin-bottom: -3px;
    text-transform: uppercase;
}
.product_cat-upcoming-books .normal-cart, .preorder-cart, .product-cat-upcoming .normal-cart{
    display: none !important;
}
.product_cat-upcoming-books .preorder-cart,
.product-cat-upcoming .preorder-cart {
    display: inline-block !important;
}
.estimated-date {
    text-transform: uppercase;
    line-height: 1.3;
    color: #03B8AE;
}
.estimated-date span {
    display: block;
    color: #000000;
    font-weight: bold;
}
.preorder-cart, .normal-cart {
    background-color: #000 !important;
}
/****BACKGROUND POSITION OF BANNERS****/
.page-id-10 .banner-img { /*About*/
    background-position: center -130px;
}
.page-id-489 .banner-img {/*Books*/
    background-position: 120px top;
}
.page-id-493 .banner-img {/*ChildrenBooks*/
    background-position: center center;
}
.page-id-18 .banner-img {/*Subjects*/
    background-position: center center;
}
.page-id-20 .banner-img {/*ComingSoon*/
    background-position: center -130px;
}
.blog .banner-img, .single .banner-img {/*Blog*/
    background-position: center center;
}
.page-id-7 .banner-img {/*Contact*/
    background-position: center -80px;
}
.postid-86 .banner-img, .postid-85 .banner-img {/*1000Moments*/
    background-position: center -90px;
}
.postid-79 .banner-img {/*Babby*/
    background-position: center -200px;
}

/* Addintion */  

.coming_soon_mtop {
margin-top: 0px;
}
.coming_soon_mdown {
  margin-top: 70px;
}



.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child{margin-bottom:30px}
.product-notes-title{    color: #03b8ae;    font-size: 17px;    font-weight: 700;margin-top: 15px;    margin-bottom: 10px;}
.product-notes { display: inline-block;}
.woocommerce div.product div.images .woocommerce-product-gallery__image:not(:nth-child(4n)){padding-right: 5px;}
form.cart table.thwepo-extra-options:before{content:'';width: 150px;    height: 250px;float: left;background:url(https://revodanapublishing.com/wp-content/uploads/2019/08/FB-Personalization.jpg) center /cover no-repeat;}
form.cart table.thwepo-extra-options {margin-bottom: 30px;}
form.cart table.thwepo-extra-options tbody{float: left;    width: calc(100% - 150px - 15px);	margin-left: 15px;}
form.cart table.thwepo-extra-options tr {    margin-bottom: 15px;    display: block;}
form.cart table.thwepo-extra-options label{color: #000;}
form.cart table.thwepo-extra-options .label.abovefield label.label-tag{display:block}
form.cart table.thwepo-extra-options textarea {    width: 100%;color: #000;    padding: 5px;}


