/*
Theme Name: Monitor
Author: GDM
Description: Medical Liability Monitor
Version: 0.0.1
*/

/* Generals classes - start */
.show-mobile {
    display: none !important;
}
.hide-mobile {
    display: block !important;
}
.display-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bk-light-yellow {
    background-color: #fff0e2;
}
.small-size-author {
    font-size: 18px;
}
/* Generals classes - end */

body{
    font-family: 'Open Sans', sans-serif;
    color: #4d4d4d;
}

a {
    color: #005a63;
}

/* Header section - start */
#header {
    min-height: 60px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
#menu-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#menu-header-menu li {
    display: inline-block;
}
#menu-header-menu li a {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
    font-size: 22px;
    color: #005a63;
}
#menu-header-menu li a:hover {
    background: transparent;
    color: #afadad;
}
#menu-header-menu li a:focus {
    background: transparent;
    outline: 0;
}
#menu-header-menu li:first-of-type a {
    padding-left: 0;
    font-weight: 700;
    color: #665a41;
}
#menu-header-menu li:first-of-type a:hover,
#menu-header-menu li:last-of-type a:hover {
    color: #afadad;
}
#menu-header-menu li:last-of-type a {
    padding-right: 0;
    font-weight: 700;
}
#menu-header-menu li:nth-last-child(2) a {
    color: #665a41;
    font-weight: 700;
}
/* Header section - end */
/* Quizez - start */
#contact-us span.wpcf7-quiz-label,
.modal-open span.wpcf7-quiz-label,
#submit-pr span.wpcf7-quiz-label{
    position: initial !important;
    text-align: left !important;
    display: block;
    margin-left: 0 !important;
    text-transform: none;
    color: white !important;
    margin-bottom: 5px;
}
#contact-us .form .row.quiz,
.modal-open .form .row.quiz-popup,
#submit-pr .form .row.quiz{
    display: block;
    text-align: right;
    margin-right: 38px;
    margin-left: 0;
}

.modal-open .form .row.quiz-popup {
    margin-right: 50px !important;
}
#contact-us p.quiz-required,
.modal-open p.quiz-required,
#submit-pr p.quiz-required {
    display: inline-block;
    position: absolute;
    margin-left: -58px;
    font-size: 16px !important;
    color: red;
    font-weight: bold;
}
#submit-pr p.quiz-required{
    margin-left: -50px;
}

div.wpcf7-response-output{
    clear: both;
}

.quiz .wpcf7-form-control-wrap,
.quiz-popup .wpcf7-form-control-wrap {
	position: initial;
}

.quiz .wpcf7-validation-errors,
.quiz .wpcf7-mail-sent-ok {
    display: none !important;
}


/* Subscription section - start */
#subscription-section {
    min-height: 540px;
    background-image: url(images/bkg_header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.wrapper-doctor {
    position: absolute;
    display: inline-block;
    right: 0;
}
.social-buttons {
    padding-top: 70px;
    position: absolute;
    z-index: 1;
}
.social-container p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.social-container ul {
    padding-left: 0;
    list-style-type: none;
}
.social-container ul li {
    display: inline-block;
    padding-right: 12px;
}
.social-container ul li i {
    color: #fff;
    font-size: 26px;
}
.social-container ul li i:hover {
    color: #ccb382;
}
.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    position: relative;
}
.on-mobile {
    display: none;
}
.logo h2 {
    margin: 0;
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 300;
}
.logo h1 {
    margin: 0;
    font-size: 89px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 0.7;
    text-align: center;
}
.logo p {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.68px;
    text-align: center;
    margin-top: 15px;
}
.logo p > span {
    font-weight: 800;
}
.subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 90px;
}
.subscribe-now {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding: 12px 22px;
    border-radius: 5px;
    /*letter-spacing: 5px;*/
}
.subscribe-now.on-mobile {
    text-align: center;
}
.subscribe-now.on-mobile span {
    font-size: 75px;
    line-height: 0.8;
    letter-spacing: 7px;
    text-align: center;
}
.subscribe-now:hover,
.subscribe-now:focus {
    color: #fff;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#867556), to(#ccb382)) !important;
    background-image: -webkit-linear-gradient(bottom, #867556, #ccb382) !important;
    background-image: -o-linear-gradient(bottom, #867556, #ccb382) !important;
    background-image: linear-gradient(to top, #867556, #ccb382) !important;
}
.subscribe-now span {
    font-weight: 700;
}
.arrow-down {
    text-align: center;
    margin-top: 35px;
}
.arrow-down > div {
    display: inline-block;
    cursor: pointer;
    min-height: 30px;
    min-width: 55px;
}
.arrow-down > div:hover .left-arrow,
.arrow-down > div:hover .right-arrow{
    background: rgba(0,0,0, .4);
}
.arrow {
    width: 3px;
    height: 35px;
    background: #ccc;
    display: inline-block;
}
.arrow.left-arrow {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow.right-arrow {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 16px;
}
.subscription-arrow.arrow-down {
    position: relative;
}
/* Subscription section - end */

/* Welcome section - start */
#welcome-section {
    min-height: 600px;
    position: relative;
	padding: 50px 0;
}
.wrapper-photo-container {
    position: absolute;
    top: -165px;
    width: 100%;
    left: 0;
}
.welcome-slider {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.welcome-slider .container {
    position: relative;
}
.welcome-slider .owl-carousel-left-slide {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 10px;
    cursor: pointer;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 84px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}
.welcome-slider .owl-carousel-left-slide .up-left-arrow {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.welcome-slider .owl-carousel-left-slide .down-left-arrow {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 45px;
    margin-left: -3px;
}
.welcome-slider .owl-carousel-right-slide {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px;
    cursor: pointer;
    height: 84px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}
.welcome-slider .owl-carousel-right-slide .up-right-arrow {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.welcome-slider .owl-carousel-left-slide:hover .arrow,
.welcome-slider .owl-carousel-right-slide:hover .arrow {
    background: rgba(0,0,0, .4);
}
.welcome-slider .owl-carousel-right-slide .down-right-arrow {
    transform: rotate(-45deg);
    margin-bottom: 47px;
    margin-left: -2px;
}
.welcome-slider .owl-carousel {
    max-width: 700px;
    margin: 0 auto;
}
.welcome-slider .owl-carousel .owl-dots {
    display: none;
}
.welcome-slider .owl-carousel .item {
    text-align: center;
}
.welcome-slider .owl-carousel .item p {
    font-size: 16px;
    line-height: 1.7;
}
.welcome-slider .owl-carousel .item .title {
    font-size: 66px;
    font-weight: 300;
    color: #005a63;
    line-height: 1;
    margin-bottom: 30px;
}
.welcome-arrow.arrow-down {
   margin-top: 0;
}
/* Welcome section - end */

/* Curiosity section - start */
#curiosity-section {
    min-height: 720px;
    background-color: #f3ece1;
    position: relative;
}
#curiosity-section .curiosity-container {
    padding-top: 160px;
}
.curiosity-container .inner-one,
.curiosity-container .inner-two {
    position: relative;
}
.curiosity-container .inner-one .text-image {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.inner-one .text-image .text-gold {
    font-size: 28px;
    font-weight: 800;
    color: #ccb382;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.inner-one .text-image .text-light {
    font-size: 18px;
    font-weight: 300;
    color: #665941;
    line-height: 0.5;
    letter-spacing: -0.5px;
}
.inner-one .text-image .text-big {
    font-size: 54px;
    font-weight: 800;
    color: #665a41;
    line-height: 0.7;
    margin-bottom: 0;
}
.inner-one .text-image .text-medium {
    font-size: 28px;
    font-weight: 800;
    color: #665941;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 1px;
}
.description {
    max-width: 245px;
    text-align: center;
    margin: 42px auto 0;
}
.description p {
    font-size: 16px;
    line-height: 1.7;
}
.curiosity-container .inner-two img {
    max-height: 210px;
}
.curiosity-container .inner-two .text-image {
    top: 51px;
    position: absolute;
    left: 30%;
    -webkit-transform: translate(-30%);
    -ms-transform: translate(-30%);
    transform: translate(-30%);
}
.inner-two .text-image .text-medium {
    color: #665941;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 0;
    letter-spacing: 0.9px;
}
.inner-two .text-image .text-gold {
    color: #ccb382;
    font-weight: 800;
    font-size: 39px;
    line-height: 0.5;
    letter-spacing: 1px;
}
.inner-two .text-image .text-light {
    font-size: 22px;
    line-height: 0.8;
    text-align: center;
    font-weight: 300;
}
.inner-two .description {
    margin-top: 24px;
}
.inner-three .photo-container {
    position: relative;
}
.inner-three .text-image {
    position: absolute;
    right: 14%;
    top: 8px;
}
.inner-three .text-image .text-white {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}
.inner-three .text-image .text-gold.big {
    font-size: 69px;
    color: #ccb382;
    text-align: right;
    font-weight: 800;
    line-height: 0.5;
}
.inner-three .text-image .text-gold.medium {
    font-size: 30px;
    color: #ccb382;
    font-weight: 800;
    text-align: right;
    letter-spacing: 1px;
    line-height: 1.4;
}
.inner-three .description {
    margin-top: 33px;
}
.curiosity-arrow.arrow-down {
    position: absolute;
    bottom: 48px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
/* Curiosity section - end */

/* Testimonials section - start */
#testimonials-section {
    min-height: 840px;
    position: relative;
}
#testimonials-section > h1 {
    font-size: 64px;
    position: relative;
    font-weight: 300;
    color: #005a63;
    padding-top: 92px;
    margin-bottom: 77px;
}
#testimonials-section .wrapper-photo {
    position: absolute;
    right: 0;
}
#testimonials-section .wrapper-photo img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#testimonials-section .image-container {
    height: 180px;
    position: relative;
}
#testimonials-section .image-container img {
    position: absolute;
    bottom: 0;
}
#testimonials-section h3 {
    font-weight: 300;
    color: #005a63;
    margin-top: 34px;
    margin-bottom: 20px;
}
#testimonials-section .testimonial-description-container {
    max-width: 255px;
    position: relative;
}
#testimonials-section .testimonial-description-container p {
    font-size: 16px;
    line-height: 1.7;
}
#testimonials-section .col-md-4:first-of-type .col-content {
    margin-left: 25px;
}
#testimonials-section .col-md-4:nth-child(2) .col-content {
    margin-left: 48px;
}
#testimonials-section .col-md-4:last-of-type .col-content {
    margin-left: 88px;
}
#testimonials-section .col-content .quotes-description {
    background-image: url(images/ghil.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -40px;
    top: 6px;
    position: absolute;
}
/* Testimonials section - end */

/* Latest posts section - start */
#blog-posts {
    min-height: 1215px;
    background-color: #f3ece1;
	padding-bottom: 130px;
}
#blog-posts h1 {
    font-size: 64px;
    font-weight: 300;
    color: #005a63;
    padding-top: 118px;
    padding-bottom: 65px;
}
.article {
    max-width: 815px;
    margin: 0 auto 60px;
}
.article > a:hover {
    color: #005a63;
}
.article h5 {
    font-size: 24px;
    font-weight: 300;
    color: #005a63;
    line-height: 1.6;
}
.article p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 11px;
    margin-bottom: 24px;
}
.article .alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
    margin-bottom: 12px;
}
.article .date {
    font-size: 11px;
    font-weight: 700;
}
.article .date span {
    font-weight: 300;
}
.article .date .name-author {
    font-weight: 700;
    color: #005a63;
}
#blog-posts .check-blog-posts {
    text-align: right;
    max-width: 815px;
    margin: 0 auto;
}
#blog-posts .check-blog-posts a {
    font-size: 24px;
    color: #ccb382;
    font-weight: 700;
}
/* Latest posts section - end */

/* News / Blog page - start */
#banner-news {
    min-height: 350px;
    background-image: url(images/bkg_header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#banner-news h1 {
    font-size: 80px;
    color: #fff;
    margin: 0;
}
aside {
    padding-top: 20px;
    padding-bottom: 40px;
}
aside h4 {
    margin-top: 0;
    font-weight: 700;
    color: #665a41;
}
aside li a {
    font-weight: 300;
}
#searchform .screen-reader-text {
    color: #665a41;
    display: block;
    font-size: 18px;
}
#searchform input:focus {
    outline-color: #665a41;
}
#searchsubmit {
    font-weight: bold;
    background: #fff0e2;
    border-color: #fff0e2;
    border-style: solid;
    text-transform: uppercase;
}
#searchsubmit:hover {
    background: #665a41;
    color: #fff0e2;
    border-color: #665a41;
}
#searchsubmit:focus {
    outline: 0;
}
/* News / Blog page - end */

/* Search page - start */
#blog-section .search-title {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 13px;
    padding: 0 10px;
}
/* Search page - end */

/* Search form input - start */
#header-search {
    border-radius: 20px;
    width: 40px;
    display: block;
    float: right;
    background-color: #ccb382;
}
#header-search.search-transition {
    width: 150px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
#searchsubmitbutton {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    width: 40px;
    height: 32px;
    outline: 0;
}
#searchsubmitbutton i {
    font-size: 14px;
    color: #fff;
}
#header-search #s-wrapper.container-transition {
    transition: opacity 2s linear;
    transform:translate(0);
    opacity: 1;
    float: left;
    background: transparent;
    overflow-y: visible;
}
#s-wrapper {
    height: 0;
    transform: translate(9999px);
    opacity: 0;
    margin-top: 6px;
    width: 0;
    overflow-y: hidden;
}
#s-wrapper input {
    width: 100px;
    border: 0;
    background: transparent;
    color: white;
    outline: 0;
    padding: 3px 5px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}
#header-search #s::-webkit-input-placeholder { color: white; opacity: 1; }
#header-search #s::-moz-placeholder { color: white; opacity: 1; }
#header-search #s:-ms-input-placeholder { color: white; opacity: 1; }
#header-search #s:-moz-placeholder { color: white; opacity: 1; }

#menu-header-menu li a.small-space {
    padding-left: 30px;
    padding-right: 30px;
}
#menu-footer-menu li:last-of-type {
    display: none;
}
/* Search form input - end */

/* Rate Survey page - start */
.banner-page {
    min-height: 350px;
    background-image: url(images/bkg_header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.banner-page h1 {
    font-size: 80px;
    color: #fff;
    margin: 0;
}
#rate-survey .rate-content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
}
#rate-survey .rate-content p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}
/* Rate Survey page - end */

/* Contact us page - start */
#contact-us {
    padding-bottom: 60px;
}
.form-title-container h2 {
    text-align: center;
    color: #005a63;
    font-size: 38px;
    margin-bottom: 40px;
}
.form-container {
    max-width: 550px;
    margin: 0 auto;
    background-color: rgba(71,151,159, .9);
    color: #fff;
}
.form-container .address-description {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-container p {
    font-size: 16px;
}
.form-container .small {
    font-style: italic;
    color: #fff;
    margin-top: 0;
    font-size: 12px
}
.form-container .form span {
    color: red;
}
.form-container .salesforce-contact {
    padding-top: 20px;
}
.salesforce-contact div {
    margin-bottom: 5px;
}
.salesforce-contact label {
    float: right;
    font-size: 16px;
    position: relative;
}
.salesforce-contact label span {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 5px;
}
.salesforce-contact input,
#searchsubmit {
    width: 320px;
    border-radius: 4px;
    border: 0;
    min-height: 40px;
    color: #000;
    padding: 5px;
    font-weight: normal;
}
.salesforce-contact input:focus,
.salesforce-contact textarea:focus {
    outline: 0;
    border: 0;
}
.salesforce-contact textarea {
    width: 320px;
    max-width: 320px;
    border-radius: 4px;
    border: 0;
    padding: 5px;
    color: #000;
    font-style: normal;
}
.salesforce-contact .recaptcha-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px;
    margin-bottom: 0;
}
/*.recaptcha-border {*/
    /*border: 1px solid red;*/
/*}*/
.recaptcha-div {
    margin-bottom: 0;
    border: 1px solid red;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ok {
    max-width: 470px;
   margin: 0 auto 20px 30px;
	clear: both;
	text-align: left;
}
span.wpcf7-not-valid-tip {
    margin-top: 3px;
	clear: both;
}
#submit-pr .recaptcha-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	clear: both;
}
.quiz span.wpcf7-not-valid-tip,
.quiz-popup span.wpcf7-not-valid-tip {
	margin-right: 115px;
}
.salesforce-contact p {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 12px;
}
.salesforce-contact .button-container {
    text-align: center;
    padding-bottom: 40px;
}
#contact-us .button-container {
    text-align: left;
}
.salesforce-contact .button-container input,
.pay-button input[type=submit],
#searchsubmit,
.new-paypal-button{
    width: initial;
    padding: 10px 30px;
    font-weight: 600;
    background-image: linear-gradient(to top, #998662, #ccb382);
    background-image: -o-linear-gradient(bottom, #998662, #ccb382);
    background-image: -webkit-linear-gradient(bottom, #998662, #ccb382);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#998662), to(#ccb382));
    color: white;
    text-transform: uppercase;
}
.new-paypal-button {
    border: none;
    border-radius: 5px;
    line-height: normal;
    height: 40px;
}
#s {
    border-color: #4d4d4d;
    border-width: 1px;
    font-style: normal;
}
.pay-button input[type=submit] {
    border: 0;
    border-radius: 4px;
    line-height: normal;
}
.salesforce-contact .button-container input:hover,
.pay-button input[type=submit]:hover,
#searchsubmit:hover,
.new-paypal-button:hover{
    background-image: linear-gradient(to top, #867556, #ccb382) !important;
    background-image: -o-linear-gradient(bottom, #867556, #ccb382) !important;
    background-image: -webkit-linear-gradient(bottom, #867556, #ccb382) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#867556), to(#ccb382)) !important;
    color: white;
}

.new-paypal-button:hover,
.new-paypal-button:focus
{
    color: white;
    text-decoration: none;
}
/* Contact us page - end */

/* Submit pr page - start */
#submit-pr {
    padding-bottom: 60px;
}
#submit-pr .form-title-container h2 {
    margin-bottom: 25px;
}
#submit-pr .form-title-container > p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
#submit-pr .form-container .address-description {
    padding-bottom: 10px;
}
#submit-pr .address-description > p {
    font-style: italic;
}
#submit-pr .salesforce-contact .recaptcha-container {
    padding-top: 25px;
}
#submit-pr .salesforce-contact .recaptcha-container p {
    font-size: 15px;
    text-transform: none;
    text-align: center;
}
#submit-pr .salesforce-contact .recaptcha-container input {
    width: 80%;
    min-width: initial;
    margin: 0 auto;
}
/* Submit pr page - end */

/* Subscribe now page - start */
#subscribe-now .products-container {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.products-container .product-title {
    background-color: rgba(71,151,159, .9);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 57px;
    padding: 5px 10px;
}
.product-title p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.product-title span {
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 5px;
}
.products-container .products {
    padding: 20px 0 40px;
}
.products .space-lines {
    margin-bottom: 10px;
}
.products .name {
    display: inline-block;
    min-width: 48%;
    font-weight: 700;
    font-size: 15px;
}
.products .pay-button {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;
    line-height: 1;
}
.pay-button input:focus,
.new-paypal-button:focus{
    outline :0;
}
.annual-h {
   height: 148px;
}
.new-paypal-button-domestic {
    height: 40px;
    margin-top: 10px;
}
/* Subscribe now page - end */

/* Pop up newsletter - start */
#popup-form .modal-content {
    background-color: rgb(71,151,159);
    border: 0;
}
#popup-form .modal-header {
    border-bottom: 0;
}
#popup-form .modal-title {
    text-align: center;
    font-size: 30px;
    color: #fff;
}
#popup-form .popup-title {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 20px;
}
#popup-form .popup-title p {
    font-size: 18px;
}
#popup-form .footer-title {
    padding-top: 15px;
    padding-bottom: 0;
}
#popup-form .footer-title p {
    font-size: 12px;
    font-style: italic;
    text-align: left;
}
#popup-form label {
    color: #fff;
}
#popup-form .wpcf7-form-control-wrap {
    line-height: 20px;
    vertical-align: middle;
}
#popup-form select {
    width: 320px;
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: -webkit-linear-gradient(45deg, transparent 50%, gray 50%), -webkit-linear-gradient(315deg, gray 50%, transparent 0%);
    background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 0%);
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 0%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 6px 5px, 6px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    background-color: white;
}
#popup-form select:focus {
    outline: none;
}
#popup-form select option:hover,
#popup-form select option:focus{
    box-shadow: 0 0 10px 100px rgba(71,151,159, .3) inset;
}
#popup-form .button-container {
    padding-top: 15px;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 20px;
}
#popup-form .button-container input {
    background-image: linear-gradient(to top, #998662, #ccb382);
    background-image: -o-linear-gradient(bottom, #998662, #ccb382);
    background-image: -webkit-linear-gradient(bottom, #998662, #ccb382);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#998662), to(#ccb382));
    color: white;
}
#popup-form .button-container input:hover {
    background-image: linear-gradient(to top, #867556, #ccb382) !important;
    background-image: -o-linear-gradient(bottom, #867556, #ccb382) !important;
    background-image: -webkit-linear-gradient(bottom, #867556, #ccb382) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#867556), to(#ccb382)) !important;
}
#popup-form .close {
    margin-top: -10px;
}
#popup-form .close span {
    font-size: 34px;
}
/* Pop up newsletter - end */

/* Footer section - start */
#footer {
    min-height: 395px;
    background-image: url(images/bkg_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#footer .menu-container-footer {
    text-align: center;
}
#footer .menu-container-footer h1 {
    padding-top: 35px;
    font-size: 43px;
    font-weight: 300;
    color: #005a63;
    text-transform: capitalize;
    margin-bottom: 18px;
}
#footer .menu-container-footer > p {
    margin-bottom: 0;
    font-size: 13px;
}
#menu-footer-menu li {
    display: inline-block;
}
#menu-footer-menu li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    border-right: 1px solid #ccc;
    font-size: 12px;
    color: #ccb382;
    font-weight: 300;
}
#menu-footer-menu li:last-of-type a {
    border-right: 0;
}
#menu-footer-menu li a:hover,
#menu-footer-menu li a:focus {
    background: transparent;
    text-decoration: underline;
}
#footer .address {
    margin-left: 110px;
    padding-top: 60px;
}
.address p {
    font-size: 12px;
    margin-bottom: 12px;
}
#footer .social-buttons {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#footer .social-buttons .social-container {
    margin-right: 100px;
}
#footer .social-buttons p {
    color: #4d4d4d;
}
#footer .social-container ul li i {
    color: #ccb382;
}
#footer .social-container ul li i:hover {
    color: #665a41;
}
/* Footer section - end */
/* Previous and next post - start */
.previous-post,
.next-post {
    width: 50%;
    display: inline-block;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
.previous-post {
    float: left;
    padding-right: 5px;
}
.next-post {
    padding-left: 5px;
}
.navigation.container.article {
    margin-bottom: 0 !important;
    float: left;
}
.entry-utility-prep,
.cat-links a {
    font-size: 12px;
}
/* Previous and next post - end */
/* Leave a reply section - start */
.comment-respond {
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
}
.comment-form label {
    display: block;
    color: #665a41;
    font-size: 14px;
}
.comment-form span.required {
    color: #ff4b33;
}
.comment-form input[type='text'],
.comment-form textarea {
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.1);
    background: #f9f9f9;
    line-height: 24px;
    width: 98%;
}
#comments {
    font-size: 22px;
    margin-bottom: 20px;
}
.comment-notes {
    font-weight: 700;
}
.commentlist {
    list-style: none;
}
#blog-section .nav-previous {
    padding: 10px;
}
#blog-section .nav-previous a:before {
    content: "←";
}
input#submit {
    line-height: 20px;
    font-size: 14px;
}
.single-post.article {
    font-size: 16px;
}
.no-float {
    float: none !important;
    padding: 0;
}
.comment-form-comment label:after{
    content: "*";
    color: #ff4b33;
}
/* Leave a reply section - end */
/* Media queries - start */
@media all and (min-width: 1200px) {
    #searchsubmit {
        margin-left: 20px;
    }
}
@media all and (max-width: 1199px) {
    #menu-header-menu li a {
        padding: 10px 25px;
    }
    #menu-header-menu li a.small-space {
        padding-left: 15px;
        padding-right: 15px;
    }
    .welcome-slider .owl-carousel-left-slide {
        left: 50px;
    }
    .welcome-slider .owl-carousel-right-slide{
        right: 20px;
    }
    #footer .social-buttons .social-container {
        margin-right: 0;
    }
    #footer .address {
        margin-left: 10px;
    }
    .curiosity-container .inner-two .text-image {
        left: 27%;
    }
    .inner-three .text-image {
        right: 5%;
    }
    #menu-footer-menu li a {
        padding: 0 10px;
    }
    #footer .menu-container-footer h1 {
        font-size: 42px;
    }
    #searchform .screen-reader-text {
        margin-bottom: 10px;
    }
    #searchsubmit {
        margin-top: 10px;
        display: block;
    }
}
@media all and (max-width: 991px){
    #menu-header-menu li a {
        padding: 10px 10px;
    }
    #welcome-section .welcome-slider .owl-carousel .owl-dots {
        display: block;
        margin-top: 50px;
    }
    .welcome-slider .owl-carousel-left-slide,
    .welcome-slider .owl-carousel-right-slide {
        display: none !important;
    }
    .welcome-arrow.arrow-down {
        position: initial;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    #curiosity-section .curiosity-container {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .curiosity-container .inner-one,
    .curiosity-container .inner-two,
    .curiosity-container .inner-three {
        padding-bottom: 30px;
    }
    .curiosity-container .inner-two .text-image {
        left: 45%;
        -webkit-transform: translate(-45%);
        -ms-transform: translate(-45%);
        transform: translate(-45%);
    }
    .description {
        margin-top: 10px;
    }
    .inner-three .text-image {
        right: 32%;
    }
    #testimonials-section .col-md-4:first-of-type .col-content,
    #testimonials-section .col-md-4:nth-child(2) .col-content,
    #testimonials-section .col-md-4:last-of-type .col-content {
        margin-left: 0;
    }
    .col-content {
        text-align: center;
        padding-bottom: 30px;
    }
    #testimonials-section .image-container {
        height: initial;
    }
    #testimonials-section .image-container img {
        position: initial;
        margin: 0 auto;
    }
    #testimonials-section .testimonial-description-container {
        margin: 0 auto;
    }
    #blog-posts .check-blog-posts {
        padding-bottom: 50px;
    }
    #footer .address {
        text-align: center;
        margin-left: 0;
    }
    #footer .social-buttons {
        float: none;
        text-align: center;
        padding-bottom: 30px;
        display: block;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
    #header .container {
        width: 100%;
    }
    #menu-header-menu li a {
        font-size: 18px;
    }
    #menu-header-menu li a.small-space {
        padding-left: 5px;
        padding-right: 5px;
    }
    #menu-header-menu li:first-of-type a.small-space {
        padding-left: 0;
    }
}
@media all and (min-width: 768px) {
    .navbar-default .navbar-collapse {
        padding: 0;
    }
    #header .navbar-social-buttons {
        display: none;
    }
}
@media all and (max-width: 767px){
    #menu-header-menu {
        display: block;
        text-align: center;
    }
    .show-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .hide-mobile {
        display: none !important;
    }
    #testimonials-section .wrapper-photo {
        display: none;
    }
    #popup-form .salesforce-contact {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }
    .salesforce-contact .recaptcha-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #contact-us .button-container {
        text-align: center;
    }
    #header-search {
        width: 40%;
        margin-top: 10px;
        border-radius: 5px;
        margin-left: auto;
        margin-bottom: 25px;
        margin-right: auto;
        float: none;
    }
    #searchsubmitbutton {
        float: right;
    }
    #searchsubmitbutton i {
        font-size: 18px;
    }
    #s-wrapper {
        display: block !important;
        height: 24px;
        transform: translate(0);
        opacity: 1;
        width: 77%;
    }
    #s-wrapper input {
        padding-left: 15px;
        font-size: 16px;
        font-weight: bold;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .previous-post,
    .next-post {
        font-size: 12px !important;
    }
}
@media all and (max-width: 767px){
    #header {
        display: block;
        min-height: initial;
        border: 0;
    }
    #header .navbar-toggle {
        background-color: transparent;
        border: 0;
        margin-top: 9px;
        margin-bottom: 9px;
    }
    #header .navbar-toggle .icon-bar {
        height: 3px;
        background-color: #665a41;
    }
    #header .navbar-social-buttons {
        min-height: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 10px
    }
    #header .social-container p {
        display: inline-block;
        color: #665a41;
    }
    #header .social-container ul {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        padding-left: 10px;
    }
    #header .social-container ul li {
        padding-right: 10px;
    }
    #header .social-container ul li i {
        color: #665a41;
    }
    #menu-header-menu li {
        display: block;
    }
    #navbar {
        border: 0;
    }
    #subscription-section .social-buttons {
        display: none;
    }
    .welcome-slider {
        padding-top: 50px;
    }
    .welcome-slider .container{
        width: 100%;
    }
    .welcome-slider .owl-carousel {
        max-width: 100%;
    }
    /* Contact us page - start */
    .salesforce-contact label {
        float: none;
    }
    .form-container .form {
        text-align: center;
    }
    #contact-us .form .row.quiz,
    #submit-pr .form .row.quiz
    {
        text-align: center !important;
        margin-right: 0 !important;
        margin-left: 0;
    }
	
	.modal-open .form .row.quiz-popup {
		text-align: left !important;
		margin-right: 0 !important;
		position: relative;
		position: relative;
	}
  
    #contact-us p.quiz-required,
    #submit-pr p.quiz-required {
        position: relative;
        margin-left: 0;
        margin-bottom: 0 !important;
        top: 23px;
        left: 140px;
        font-weight: bold;
    }
	.modal-open p.quiz-required {
		position: absolute;
		right: 30px;
	}

	#contact-us span.wpcf7-quiz-label,
	#submit-pr span.wpcf7-quiz-label {
		text-align: center !important;
		padding-left: 30px;
		padding-right: 30px;
	}
	.quiz span.wpcf7-not-valid-tip{
		text-align: center;
		margin-right: 0;
		}
	
	.quiz-popup span.wpcf7-not-valid-tip {
		margin-left: 0;
	}
	div.wpcf7-validation-errors,
	div.wpcf7-acceptance-missing,
	div.wpcf7-spam-blocked,
	div.wpcf7-mail-sent-ok {
		margin-left: auto;
		margin-right: auto;
	}
	
    /* Contact us page - end */
}
@media all and (max-width: 700px) {
    .curiosity-container .inner-two .text-image {
        left: 44%;
        -webkit-transform: translate(-44%);
        -ms-transform: translate(-44%);
        transform: translate(-44%);
    }
    .inner-three .text-image {
        right: 29%;
    }
}
@media all and (max-width: 600px){
    .wrapper-doctor {
        display: none;
    }
    .subscribe-now {
        font-size: 24px;
    }
    .curiosity-container .inner-two .text-image {
        left: 42%;
        -webkit-transform: translate(-42%);
        -ms-transform: translate(-42%);
        transform: translate(-42%);
    }
    .inner-three .text-image {
        right: 25%;
    }
    .wrapper-photo-container {
        display: none;
    }
}
@media all and (max-width: 500px){
    .curiosity-container .inner-two .text-image {
        left: 39%;
        -webkit-transform: translate(-39%);
        -ms-transform: translate(-39%);
        transform: translate(-39%);
    }
    .inner-three .text-image {
        right: 20%;
    }
    .next-post,
    .previous-post {
        display: block;
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }
	div.wpcf7-validation-errors, div.wpcf7-acceptance-missing,
	div.wpcf7-spam-blocked,
	div.wpcf7-mail-sent-ok {
		margin:0 auto 20px auto;
		margin:0 auto 20px auto;
	}
}
@media all and (max-width: 480px) {
    #subscription-section {
        min-height: 480px;
    }
    .on-desktop {
        display: none;
    }
    .on-mobile {
        display: block;
    }
    .logo h2 {
        font-size: 43px;
    }
    .logo h1 {
        font-size: 73px;
    }
    .logo p {
        font-size: 11px;
    }
    .subscription {
        margin-top: 50px;
    }
    .subscribe-now {
        font-size: 20px;
    }
    .welcome-slider .owl-carousel .item .title {
        font-size: 43px;
    }
    .welcome-slider .owl-carousel .item p {
        font-size: 14px;
    }
    #testimonials-section > h1 {
        font-size: 43px;
    }
    #blog-posts h1 {
        font-size: 43px;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #blog-posts .check-blog-posts a {
        font-size: 20px;
    }
    #blog-posts .check-blog-posts {
        text-align: center;
    }
    #footer .menu-container-footer h1 {
        font-size: 36px;
    }
    /* Contact us page - start */
    .banner-page h1 {
        font-size: 60px;
    }
    /* Contact us page - end */

}
@media all and (max-width: 430px) {
    .logo h2 {
        font-size: 37px;
    }
    .logo h1 {
        font-size: 64px;
    }
    .logo p {
        letter-spacing: 0;
    }
    .subscribe-now {
        font-size: 16px;
    }
    .inner-three .text-image {
        right: 15%;
    }
    .curiosity-container .inner-two .text-image {
        left: 35%;
        -webkit-transform: translate(-35%);
        -ms-transform: translate(-35%);
        transform: translate(-35%);
    }
}
@media all and (max-width: 400px) {
    .curiosity-container .inner-two .text-image {
        left: 32%;
        -webkit-transform: translate(-32%);
        -ms-transform: translate(-32%);
        transform: translate(-32%);
    }
}
@media all and (max-width: 380px) {
    .salesforce-contact input {
        min-width: initial;
        width: 90%;
    }
    .salesforce-contact textarea {
        width: 90%;
    }
    #popup-form .salesforce-contact {
        width: 100%;
        display: block;
        margin: 0;
    }
    #popup-form .salesforce-contact input,
    #popup-form .salesforce-contact select {
        width: 100%;
    }
}
@media all and (max-width: 350px) {
    .subscription {
        margin-top: 50px;
    }
    #subscription-section {
        min-height: 410px;
    }
    .curiosity-container .inner-two .text-image {
        left: 22%;
        -webkit-transform: translate(-22%);
        -ms-transform: translate(-22%);
        transform: translate(-22%);
    }
    .inner-three .text-image {
        right: 7%;
    }
	.modal-open p.quiz-required {
		position: absolute;
		right: 0;
	}
}
@media all and (max-width: 334px) {
    .logo h2 {
        font-size: 36px;
    }
    .logo h1 {
        font-size: 62px;
    }
    .logo p {
        font-size: 10.5px;
    }
		#contact-us p.quiz-required,
	#submit-pr p.quiz-required {
		left: 125px;
	}
}
/* Media queries - end */