/*This is the CSS File for all pages that use the wizard layout. It should be included after the bootstrap theme in the HEAD tag of each page.*/
/*
Color Palette
#b6e1e3
#96d4cc
#2aa0b2
#506d7e
#8fd3d6
#c23d34
#fdc689
*/

/*
Search bar Styles
 */

body {
   color: #506D7E;
}

.footer-links-section {
    line-height: 2.3rem;
}

.flex-video-contanier {
    padding: 0;
}
.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.supporting-text {
    background-color: #DBF0F1;
    padding: 20px;
}
.supporting-text p:last-of-type {
    margin-bottom: 0px;
}
@media (min-width: 1200px) {
    .flex-video-contanier {
        padding: 0 110px !important;
    }
}
@media (max-width: 767px) {
    .flex-video-contanier {
        padding: 0 5%;
    }
    .video-responsive {
        margin-top: 5px;
    }
}

.accordion-body :last-child {
    margin-bottom: 0px;
}

.faq-section-title {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

/* Pricing CSS */

.extra-paywall-space {
    /*margin: 100px 0;*/
    margin-bottom: 56px;
}

.extra-paywall-space .card-container {
    flex-direction: column;
}

.extra-paywall-space .card-container .card-col-plan-1 {
    order: 1;
}

.extra-paywall-space .card-container .card-col-plan-2 {
    order: 0;
}

.extra-paywall-space .card-container .card-col-plan-3 {
    order: 2;
}

.extra-paywall-space .card-container .price-card {
    width: 100%;
    border-style: solid;
    border-width: 3px;
    border-color: black;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}

.extra-paywall-space .card-container .price-card-header {
    position: relative;
    z-index: 1;
    color: white;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 14%;
    flex-direction: column;
}

.extra-paywall-space .card-container .price-card p {
    margin: 0 !important;
}

.extra-paywall-space .card-container .price-card-circle {
    width: 80px;
    position: absolute;
    top: 0;
    right: -25px;
    z-index: 2;
}

.extra-paywall-space .card-container .sub-header {
    text-align: center;
    justify-content: center;
}

.extra-paywall-space .card-container .btn-row {
    justify-content: center;
    margin-bottom: 25px;
    margin-top: auto;
}

.extra-paywall-space .card-container .btn-row .btn{
    width: auto !important;
}

.extra-paywall-space .card-container .price-card-header:before, .extra-paywall-space .card-container .price-card-header:after {
    background: inherit;
    content: '';
    display: block;
    height: 75%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}

.extra-paywall-space .card-container .price-card-header:before {
    top: -2;
    transform: skewY(0deg);
    transform-origin: 0 0;
}

.extra-paywall-space .card-container .price-card-header:after {
    bottom: 0;
    transform: skewY(-5deg);
    transform-origin: 100%;
}

.extra-paywall-space .card-container .price-text    {
    font-size: 32px;
    margin-top: 5px;
}

.extra-paywall-space .card-container .teal-theme {
    border-color: #96d4cc;
}

.extra-paywall-space .card-container .teal-theme .price-card-header {
    background-color: #96d4cc;
}

.extra-paywall-space .card-container .blue-theme {
    border-color: #2aa0b2;
    /*background-color: #fdc689;*/
}

.extra-paywall-space .card-container .blue-theme .price-card-header {
    background-color: #2aa0b2;
}

@media (min-width: 992px) {
    .extra-paywall-space .card-container {
        flex-direction: row;
    }

    .extra-paywall-space .card-container .card-col-plan-1 {
        order: 0;
    }

    .extra-paywall-space .card-container .card-col-plan-2 {
        order: 1;
    }

    .extra-paywall-space .card-container .card-col-plan-3 {
        order: 2;
    }

    .extra-paywall-space .card-container .no-left-border {
        border-left-width: 0;
    }

    .extra-paywall-space .card-container .no-right-border {
        border-right-width: 0;
    }

    .extra-paywall-space .card-container .price-card {
        height: 470px;
        margin-top: 50px;
    }

    .extra-paywall-space .card-container .blue-theme {
        height: 550px;
        margin-top: 0;
    }

    .extra-paywall-space .card-container .price-card-circle {
        top: -25px;
    }
}

/* Pricing CSS End */
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        align-items: center;
    }
}


.fixed-search-bar{
	width: 100%;
    background-color: #b6e1e3 !important;
    /*padding-right: 50px !important;*/
    padding-right: 10vw;
    height: 30px !important;
}

.search-nav{
    height: 16px !important;
    font-size: 14px;
}

.search-navinput{
    height: 16px !important;
    font-size: 14px;
    margin-bottom: -5px;
}

/*
Button Effects Primary and Secondary Global
 */

.primary-effect{
    position: relative;
    border: none;
    padding: 8px 25px !important;
}
.primary-effect:before {
    content: "";
    top:-3px;
    left:-3px;
    right: 2px;
    bottom: 2px;
    border: #c23c34 1.9px solid;
    position: absolute;
}

.secondary-effect{
    position: relative;
    border: none;
    padding: 8px 25px !important;
}
.secondary-effect:before {
    content: "";
    top:-3px;
    left:-3px;
    right: 2px;
    bottom: 2px;
    border: #2aa0b2 1.9px solid;
    position: absolute;
}

.third-effect{
    position: relative;
    border: none;
    padding: 8px 25px !important;
}
.third-effect:before {
    content: "";
    top:-3px;
    left:-3px;
    right: 2px;
    bottom: 2px;
    border: #fdc689 1.9px solid;
    position: absolute;
}

.btn-secondary{
    background-color: #96d4cc !important;
    color: #2aa0b2 !important;
}

.btn-third{
    background-color: #c23c34 !important;
    color: #fdc689 !important;
}

.btn {
    margin-top: 18px;
    margin-right: 14px;
}
.btn:last-of-type {
	margin-right: 0px;
}

.topsection-btn{
    margin-right: 20px;
    font-size: 24px !important;
    font-weight: 500;
}

.post-section{
    background-color: #DBF0F1 !important;
}

/*
Logo Navbar Styles
 */
.navbar-logo{
    background-color: #b6e1e3;
}


.navbar-logo-top {
    padding: 0 10vw;
}

.row.nav_logo_section{
	width: 100%;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0;
}

/*.toplogo{
    background-image: url("../assets/header-logo-01.png");
}

.toplogo-partner {
    background-image: url("../assets/WhitwellLogo.png");
}*/

.toplogo, .toplogo-partner {
    height: 4vh;
    margin: 2vh 0;
}

	.toplogo img,
	.toplogo-partner img{
	    height: 100%;
	    width: 100%;
	    object-fit: contain;
	}

.mobile_hidden {
    display: block;
}
@media (min-width: 600px){
	
	.toplogo,
	.toplogo-partner{
	    height: 4.5vw;
	    margin: 2vw 0;
	   /* background-repeat: no-repeat;
	    background-size: contain;*/
	}
	
}

@media (max-width: 767px) {
    /*.toplogo {
        margin: 8px 0 10px 25px;
    }*/
    .btn.mobile-block {
        max-width: 100% !important;
        width: 100%;
        margin: 14px 0 2px;
    }
    .mobile_hidden {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar.primary .nav li a {
        font-size: 15px;
    }
    .btn.mobile-block {
        padding: 8px 15px !important;
        font-size: 1.1rem;
    }
}
@media (min-width: 768px) and (max-width: 787px) {
    .navbar.primary .nav li a {
        font-size: 14px;
    }
}

.topsection-menu {
    padding: 0 20px;
    color: #506d7e !important;
}

a.topsection-menu {
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #b6e1e3;
}

.topsection-menu-2 {
    /*padding: 0 20px;*/
    color: #506d7e !important;
    font-size: 18px;
}

a.topsection-menu-2 {
    display: block;
    padding-right: 20px;
    /*padding: 5px 0px;*/
    /*border-bottom: 1px solid #b6e1e3;*/
}

@media only screen and (max-width: 767px) {
    a.topsection-menu-2 {
        /*padding: 5px 17px 5px 0;*/
        padding: 5px 0;
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-nav.topsection-menu-2 {
        padding: 2px 11px;
    }
}


.mobile-only {margin-bottom: 1rem;}

/*
Document Default Styles
 */

html {
    position: relative;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #2aa0b2 !important;
}
.scheme_default.sidebar ul>li:before {
    background-color: transparent;
}
.widget ul li:before {
    display: none;
}
#site-navigation ul li {
    list-style: none;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.alignright {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

/*
Section Manipulation Styles
 */

.topsection {
    background-color: #DBF0F1 !important;
    font-family:Saira;
    color: #2aa0b2;
    align: left;
    padding-bottom: 20px;
    position: relative;
}

.learnsection {
    background-color: #DBF0F1 !important;
    padding: 30px 50px;
}

.topsection-overlay {
    float: right !important;
    width: 35%; /*important*/
    margin-top: -90px;
}

.promo-section{
    background-color: #DBF0F1 !important;
    font-family:Saira;
    color: #2aa0b2;
    width: 100%;
    margin-right: 0px;
    padding: 10px;
    padding-bottom: 20px;
    position: relative;
}

.row-spacer{
    margin-top: 80px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 1em;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center-block {
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.footer-container {
    padding: 0;
}

.sub-footer {
    line-height: 60px; /* Vertically center the text there */
    background-color: #b6e1e3;
    padding: 35px 25px;
}

.footer {
    line-height: 60px; /* Vertically center the text there */
    background-color: #96d4cc;
    margin: 0;
}

.footer .mailjet_widget_front_container {
    position: relative;
}

.footer .mailjet_widget_front_container form {
    display: flex;
    position: relative;
    line-height: 100%;
}

.footer .mailjet_widget_front_container form > div {
    flex: 1;    
}

.footer .mailjet_widget_front_container form input[type=email] {
    height: 30px;   
    border: none;
    padding: 10px;
    outline: none;
    width: 100%;
}

.footer .mailjet_widget_front_container form input[type=submit] {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-image: url(https://staging-thepostage.kinsta.cloud/wp-content/uploads/2020/08/envelope.png);
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    color: transparent;
}

.footer .mailjet_widget_form_message {
    position: absolute;
    top: 0;
    left: -20px;
}

.post-thumb{
    margin-bottom: 1rem !important;
}

.post-section{
    margin-right: 5px;
}

/*
Text styling stuff
*/

.topsection-title {
    font-family: Saira;
    color: #2aa0b2;
    padding-bottom: 10px;
    width: 100%;
    line-height: 125%;
}

.topsection-description {
    color: #506d7e !important;
    padding-bottom: 10px;
}

.postage-textdark{
    color: #506c7D;
}

.text-center {
    text-align:center
}

.works-description, .general-description{
    color: #506d7e;
}

.general-description{
    padding-bottom: 5px;
}

.works-description{
    margin-top: -10px;
    padding: 6px 0 7px;
}

.works-description ul{
    padding-left: 10px;
}

.works-title {
    font-family: Saira;
    color: #2aa0b2;
    padding-bottom: 0;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
}

.works-date {
    font-size: 14px;
    color: #96D4CC;
}

.works-category a {
    color: #96D4CC;
}

.blue-content-box {
    background-color: #DBF0F1;
    padding: 15px 18px;
    z-index: 15;
}

.post-section .works-title {
    margin-bottom: 1rem;
}

.red-text{
    color: #c23c34;
}

.peach-effect{
    position: relative;
    border: none;
}
.peach-effect:after {
    content: "";
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 10px;
    height: 50%;
    width: 100%;
    border: #fef1e1 1.9px solid;
    position: absolute;
    background: #FEf1f1;
    z-index: -1;
}

.white-effect{
    position: relative;
    border: none;
}
.white-effect:after {
    content: "";
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 10px;
    height: 50%;
    width: 100%;
    border: #000000 1.9px solid;
    position: absolute;
    background: #000000;
    z-index: -1;
}

.baby-effect{
    position: relative;
    border: none;
}
.baby-effect:after {
    content: "";
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: 10px;
    height: 40%;
    width: 100%;
    border: #b6e1e3 1.9px solid;
    position: absolute;
    background: #b6e1e3;
    z-index: -1;
}

/*
Wordpress Styles
 */

.wp-post-image {
    float: left;
    margin: 0 15px 10px 0;
}

.blog article{
    display: inline-block;
}

#blog-post-content img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.mobile-bottom-padding {
    padding-bottom: 55px;
}
@media (max-width: 768px) {
    #blog-post-content img {
        width: 100%;
        height: auto;
    }
    .mobile-bottom-padding {
        padding-bottom: 35px;
    }
    .mobile-top-padding {
        padding-top: 7px;
    }
}


/** How It Works **/

.circle {
    position: static;
    max-width: 350px;
    min-width: 225px;
}

.circle-middle {position: relative;}

.circle-image {
  position: relative;
  width: 50%;
  max-width: 100%;
}
.circle-image.image-file {
    padding-top: 100%;
    border: 5px solid #2aa0b2;
    border-radius: 100%;
    background-image: none;
    display: block;
    width: 100%;
    overflow: hidden;
}
.circle-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
  border: 5px solid #2aa0b2;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 150px;
}
.circle-image.image-file:after {display: none;}
.circle-image.image-file img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: contain;
    width: 90%;
    height: 90%;
}
.circle-left:before, .circle-right:before {left: -1.5px;}

.circle-left:after, .circle-right:after, .circle-middle:after {
    content: '';
    border-left: 3px solid #2aa0b2;
    height: 100%;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    left: -1.5px;
    top: 50%;
    z-index: 0;
}

.circle-left:before, .circle-right:before, .circle-middle:before {
    content: '';
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 20px;
    width: 20px;
    overflow: hidden;
    position: absolute;
    border: 3px solid #2aa0b2;
    vertical-align: middle;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #96d4cc;
    z-index: 2;
}

.circle-middle:before {
    left: -1.5px;
}

.circle-tomb:after {
    background-image: url('/images/TP_Website_Illustration_Tombstone_FrontView.png');
}

.circle-signup:after {
    background-image: url('/images/ThePostage_Branding_Icons_Orange_MyProfile.svg');
}

.circle-gather:after {
    background-image: url('/images/social_plat_o.png');
}

.circle-organize:after {
    background-image: url('/images/ThePostage_Branding_Icons_Orange_Checklist.png');
}

.circle-message:after {
    background-image: url('/images/ThePostage_Branding_Icons_Orange_Email.png');
}

.circle-delegate:after {
    background-image: url('/images/ThePostage_Branding_Icons_Orange_MyDelegates.png');
}

.circle-instructions:after {
    background-image: url('/images/ThePostage_Branding_Icons_Orange_Obituary.png');
}

.circle-invite:after {
    background-image: url('/images/ThePostage_Branding_Icons_Orange_Invitation.png');
}

.circle-first:after {
    height: 50% !important;
    top: 75% !important;
}

.circle-last:after {
    height: 50% !important;
    top: 25% !important;
}

.img-fluid {
    margin: auto;
    display: block;
}

    
.img-shadow {
    display: inline-block;
    margin: 0 30px 30px 0;
    position: relative;
}

.img-shadow img {
    z-index: 1;
    position: relative;
}

.img-shadow:before {
    content:"";
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -20px;
    right: -20px;
    background-color: #96d4cc;
    z-index: -1;
}

.promo-section .input-group {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 5px #2aa0b2;
}

/* footer icons */
.post-icon {
    background-color: #506d7e;
    border-radius: 100%;
    padding: 10px;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    transition: all .35s;
}

.post-icon:hover {
    background-color: #2aa0b2;
}

.post-icon i {
    height: 25px;
    width: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.fb-icon i {
    background-image: url(/images/facebook.png);
}

.insta-icon i {
    background-image: url(/images/instagram.png);
}

.tw-icon i {
    background-image: url(/images/twitter.png);
}

.email-icon i {
    background-image: url(/images/email.png);
}

.ln-icon i {
    background-image: url(/images/linkedin.png);
}
/*integrate agency footer nav alterations*/
.social-img-icon {
    text-indent: -100000px;
    overflow: hidden;
    width: 45px;
    height: 45px;
    position: relative;
    padding:0;
}
    .social-img-icon i {
        position: absolute;
        top:50%;
        left: 50%;
        transform:translateX(-50%) translateY(-50%);
        display: block;
        width: 50%;
        height: 50%;
    }
        .social-img-icon i img {
            position: absolute;
            width: 100%;
            height: 100%;
            display: block;
            top:50%;
            left: 50%;
            transform:translateX(-50%) translateY(-50%);
            object-fit: contain;
        }
/* By Isaac */

.navbar.primary {
    background-color: #506d7e !important;
    width: 100%;
}

.navbar.primary .nav li a {
    color: white !important;
}

.navbar.primary .nav li .btn {
    color: #c23d34 !important;
    margin-top: 0px !important;
}

.sub-footer {
    background-color: #506d7e !important;
}

.sub-footer .post-icon {
    background-color: #96d4cc !important;
}

.sub-footer ul li a {
    color: white !important;
}

.sub-footer hr {
    border-top: 1px solid rgba(255,255,255,.1);
}

.sub-footer a {
    color: white !important;
}

.sidebar-fun {
    padding-top: 80px;
}

@media (max-width: 767px) {
	.sidebar-fun {
		padding: 5px 30px 45px;
	}
}

.two-column-page-title {
    text-align: left;
    padding-top: 40px;
}

.sticky-top>div>ul {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
.sticky-top>div>ul {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
.navbar-nav.search-nav {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
}