/*
Theme Name: Twenty Twenty Child
Theme URI: https://wordpress.org/themes/twentytwenty/
Description: Twenty Twenty Child Theme
Author: Brady Blackburn
Author URI: http://wordpress.org/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://ww.gnu.org/licenses/gpl-2.0.html
Tags: child theme
Text Domain twenty-twenty-child
*/

/*-----------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------------------
    0.      LAYOUT, FONT, AND TYPE
    1.      TEXT STYLES
    2.      IMAGE STYLES
    3.      HEADER AND FOOTER
    4.      BUTTONS
    5.      FORMS
    6.      BLOG
    7.      TOGGLE MENU
    8.      RESOURCE CENTER CSS
    9.      ACCORDION
    10.     TYPEFORM SPECS
    11.     PASSWORD SCREENS
-------------------------------------------------------------------------*/

/*  0.      LAYOUT, FONT, AND TYPE
-------------------------------------------------------------------------*/
.container {
    width: 100% !important;
}
a {
    color: #000000 !important;
}
@media only screen and (max-width: 4000px) {
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 4vw;
    color: #000000;
    Display: inline-block;
	margin:0px;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 3vw;
    color: #000000;
    padding-top: 4vw;
    padding-bottom: 2vw;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #000000;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 0px;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 350;
    font-size: 1.5vw;
    color: #000000;
    line-height: 2vw;
}
li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.5vw;
    color: #000000;
    line-height: 2vw;
}
}
@media only screen and (max-width: 1000px) {
h3 {
    font-weight: 400;
    font-size: 3vw;
}
p {
    font-size: 2vw;
    line-height: 2vw;
}
li {
    font-size: 2vw;
    line-height: 2vw;
}
}
@media only screen and (max-width: 767px) {
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 7vw;
    color: #000000;
    Display: inline-block;
		margin:0px;
		height:23vw !important;
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 6vw;
    color: #000000;
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 5vw;
    color: #000000;
}
p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 4vw;
    color: #000000;
    line-height: 5vw;
}
li {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 4vw;
    color: #000000;
    line-height: 5vw;
}
}

table .table-bordered, th .table-bordered, td .table-bordered {
    border: 1px solid black !important;
  border-collapse: collapse !important;
}

/*  1.      TEXT STYLES
-------------------------------------------------------------------------*/
.page-title {
    color: #ffffff !important;
    padding-top: 9vw;
}

.white {
    color: #ffffff;
}

.white-h2{
    color:#ffffff;
    padding-top: 0px;
}

.white-p{
    color: #ffffff;
}
.centered-text{
    text-align: center;
}

.hyperlink {
    color:#007a7c !important;
}
.white-hyperlink {
    color: #ffffff !important;
}

.half-page-heading {
    padding-top:0px !important;
    margin-top: 7vw !important;

}
.half-page-h2 {
    margin-top: 3vw !important; 
    padding: 0px;
}
@media only screen and (max-width: 1000px) {
    .half-page-h2 {
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .half-page-heading{
        margin-top: 0vw !important;
        padding-top: 0vw !important
    }
    .half-page-text{
        margin-bottom: 7vw !important;
    }
}

@media only screen and (max-width: 4000px) {
.right-align-h2 {
    text-align: right;
    padding-top: 0px !important;
    margin-top: 3.5vw !important;
}
.right-align-p {
    text-align: right;
    margin-left: 3vw;
}
}

@media only screen and (max-width: 990px) {
.right-align-h2 {
    text-align: left;
}
.right-align-p {
    text-align: left;
    margin-left: 0px;
}
}

@media only screen and (max-width: 4000px) {
.quote {
    border: 0.5vw solid #4ea2a0;
    padding: 1vw;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    max-width: none;
}
.quote-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5vw;
    margin-bottom: 0px;
}
.quote-attribution {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1vw;
    text-align: right;
    margin: 0px;
}
}

@media only screen and (max-width: 1500px) {
.quote {
    margin-left: 10vw;
    margin-right: 10vw;
}
.quote-text {
    font-weight: 500;
    font-size: 2vw;
}
.quote-attribution {
    font-weight: 300;
    font-size: 1.5vw;
}
}

@media only screen and (max-width: 900px) {
.quote-text {
    font-size: 2.5vw;
}
.quote-attribution {
    font-size: 2vw;
}
}

@media only screen and (max-width: 600px) {
.quote {
    border: 1vw solid #4ea2a0;
    padding: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
.quote-text {
    font-size: 4.5vw;
}
.quote-attribution {
    font-size: 4vw;
}
}

.pic-overlay-heading {
    color: #ffffff;
}
.pic-overlay-text {
    color: #ffffff;
}

.blog-container-boxed-text {
    float: right;
    width: 50%;
    margin-left: 2vw;
    background-color: #4ea2a0;
    padding: 2vw;
}
@media only screen and (max-width: 767px){
    .blog-container-boxed-text {
        width: 100%;
        margin-bottom: 4vw;
        margin-left: 0px;
    }
}
.blog-container-boxed-text-left {
    float: left;
    width: 50%;
    margin-right: 2vw;
    background-color: #4ea2a0;
    padding: 2vw;
}
@media only screen and (max-width: 767px){
    .blog-container-boxed-text-left {
        width: 100%;
        margin-bottom: 4vw;
        margin-right: 0px;
    }
}
.blog-boxed-text {
    color: #ffffff;
    margin: 0px !important;
    padding: 0px !important;
}
.blog-boxed-header {
    color: #ffffff;
    margin: 0px !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 2vw !important;
}

@media only screen and (max-width: 4000px) {
.blog-container-boxed-text-center {
    background-color: #4ea2a0;
    padding: 2vw;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    max-width: none;
}
}

@media only screen and (max-width: 1500px) {
.blog-container-boxed-text-center {
    margin-left: 10vw;
    margin-right: 10vw;
}
}

@media only screen and (max-width: 600px) {
.blog-container-boxed-text-center {
    padding: 2vw;
    margin-left: 2vw;
    margin-right: 2vw;
}
}
.oh-td-sm{
width:20%;
}
.oh-td-lg{
width:80%;
}
@media only screen and (max-width: 767px) {
    .oh-td-sm{
        width: 30%;
    }
    .oh-td-lg{
        width: 70%;
    }
}



/*  2.      IMAGE STYLES
-------------------------------------------------------------------------*/
.half-page-image {
    margin-top: 7vw;
    margin-bottom: 7vw;
}
@media only screen and (max-width: 1000px) {
    .half-page-image {
        margin-bottom: 3vw !important;
    }
}
.strat-plan {
	padding-left: 10vw;
}
@media only screen and (max-width: 1000px) {
	.strat-plan {
		padding-left: 4vw;
	}
}

.wrapped-image {
    float: right;
    margin-left: 7vw;
    margin-top: 7vw;
    margin-bottom: 7vw;
}
/*  3A.      HEADER
-------------------------------------------------------------------------*/
.website-title {
    color: white !important;
    padding-left: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
}
.website-title-covidinfo {
    padding-top: 3vw;
    padding-left: 5vw;
    padding-bottom: 3vw;
}
.webpage-title {
    color: white !important;
    padding-top: 9vw;
    height: 23vw !important;
}

.ohdaytitle {
    color: #e7ecee !important;
    padding-top: 10vw;
}

.ohdaysubtitle {
    color: #e7ecee !important;
    padding-top: 0px !important;
    padding-bottom: 10vw;
}

.ohdaytitle2 {
    color: #351e5b !important;
    padding-top: 11vw;
}

.ohdaysubtitle2 {
    color: #855ca6 !important;
    padding-top: 0px !important;
    padding-bottom: 11vw;
}

@media only screen and (max-width: 1000px) {
    .rc {
        font-size: 5vw !important;
    }
}
#site-header {
    background: #fff;
    position: relative;
	height: calc(10vw + 1em);
}
.site-logo img {
	max-height: none;
	max-width: none;
	height: calc(10vw + 1.25em);
	position: relative;
}
.header-inner {
	padding: 0rem 0;
}
.section-inner {
	margin-left: 0px;
	margin-right: 0px;
}
body:not(.overlay-header) .primary-menu li a {
	color:#007a7c !important;
}
.header-button{
	text-align: left;
	font-size:2vw;
	padding: 1.5vw;
	background-color: transparent !important;
	border: 0.2vw solid white;
	color: white !important;	
}
.header-button:hover{
	background-color: white !important;
	color: #4ea2a0 !important;
	text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
    .header-button{
        margin-bottom: 3vw;
        margin-top: 2vw;
        font-size:3vw;
        padding:2vw;
        border:0.5vw solid white;
    }
}

.menu-item .icon {
    color: #007a7c !important;
}

.sub-menu {
    background-color: #ffffff !important;
}

/*  3B.      FOOTER
-------------------------------------------------------------------------*/
.header-footer-group pre, .header-footer-group fieldset, .header-footer-group input, .header-footer-group textarea, .header-footer-group table, .header-footer-group table *, .footer-nav-widgets-wrapper, #site-footer, .menu-modal nav *, .footer-widgets-outer-wrapper, .footer-top {
    display: none !important;
}
.footer-custom{
    background-color: #4ea2a0 !important;
    padding: 4vw;
}
.footer-heading{
    color: #ffffff;
    margin: 0px !important;
}
.footer-text{
    color: #ffffff;
}

.footer-social{
    float:right;
}
@media only screen and (max-width: 767px){
    .footer-social{
        float:none !important;
    }
}

.social-container {
  display: grid;
  align-content: space-evenly;
  grid-template-columns: auto auto auto;
}

.social-container > div {
  text-align: center;
}


.membership-col {
    text-align: center;
}



/*  4A.      HOME PAGE BUTTONS
-------------------------------------------------------------------------*/
.head-button-01{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button01-Blue.png') !important;
    background-size: cover;
}
.head-button-02{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button02-Orange.png') !important;
    background-size: cover;
}
.head-button-03{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button03-Purple.png') !important;
    background-size: cover;
}
.head-button-04{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button01-Green.png') !important;
    background-size: cover;
}
.head-button-05{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button02-Blue.png') !important;
    background-size: cover;
}
.head-button-06{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button02-Orange.png') !important;
    background-size: cover;
}

.head-button-07{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2022/02/Button03-Green.png') !important;
    background-size: cover;
}

.head-button-01:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button01-HOVER.png') !important;
}
.head-button-02:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button02-HEADER.png') !important;
}
.head-button-03:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button03-HOVER.png') !important;
}
.head-button-04:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button01-HOVER.png') !important;
}
.head-button-05:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button02-HEADER.png') !important;
}
.head-button-06:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button02-HEADER.png') !important;
}
.head-button-07:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button03-HOVER.png') !important;
}


@media only screen and (max-width: 767px) {
    .head-button-01{
        padding-top:0.5vw;
    }
    .head-button-02{
        padding-top:0.5vw;
    }
    .head-button-03, .head-button-07{
        padding-top:0.5vw;
    }
    .head-button-04{
        padding-top:0.5vw;
    }
    .head-button-05{
        padding-top:0.5vw;
    }
    .head-button-06{
        padding-top:0.5vw;
    }
}
.button-text {
    cursor: pointer !important;
}

/*  4B.      JOIN PAGE BUTTONS
-------------------------------------------------------------------------*/
@media only screen and (max-width: 4000px) {
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-1-text-contrast.bg-background-color{
	height:15vw;
    text-align: center;
    padding-top:2vw;
}
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-1-text-contrast.bg-background-color:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button01-HOVER.png') !important;
}
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-2-text-contrast.bg-background-color{
	height:15vw;
    text-align: center;
    padding-top:2vw;
}
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-2-text-contrast.bg-background-color:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button02-HEADER.png') !important;
}
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-3-text-contrast.bg-background-color{
	height:15vw;
    text-align: center;
    padding-top:2vw;
}
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-3-text-contrast.bg-background-color:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button03-HOVER.png') !important;
}
}
@media only screen and (max-width: 767px) {
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-1-text-contrast.bg-background-color{
    padding-top:0.5vw;
}
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-2-text-contrast.bg-background-color{
    padding-top:0.5vw;
}
.col-md-6.col-xs-12.col-sm-6.color1-background-color.color-3-text-contrast.bg-background-color{
    padding-top:0.5vw;
}
}
/*  4C. MEMBERSHIP BUTTON
-------------------------------------------------------------------------*/
.membership-button{
    color:#ffffff !important;
    background-color: transparent !important;
    border: 2px solid white;
    margin-top: 2vw;
}
.membership-button:hover{
    color:#4ea2a0 !important;
    background-color: #ffffff !important;
}

.member-button-01{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button01-Blue.png') !important;
    background-size: cover;
}
.member-button-02{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button02-Orange.png') !important;
    background-size: cover;
}
.member-button-03{
    height: 15vw;
    text-align: center;
    padding-top: 2vw;
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2020/03/Button03-Purple.png') !important;
    background-size: cover;
}

.member-button-01:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button01-HOVER.png') !important;
}
.member-button-02:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button02-HEADER.png') !important;
}
.member-button-03:hover{
    background-image: url('https://oralhealthnc.org/wp-content/uploads/2019/12/Header_Button03-HOVER.png') !important;
}

@media only screen and (max-width: 767px) {
    .member-button-01{
        padding-top:0.5vw;
    }
    .member-button-02{
        padding-top:0.5vw;
    }
    .member-button-03{
        padding-top:0.5vw;
    }
}

/*  4D. BIG BUTTON
-------------------------------------------------------------------------*/
.big-button{
    background-color: #4ea2a0 !important;
    width: 40vw !important;
    font-size: 2vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    border: 4px solid #4ea2a0 !important;
}
.big-button:hover{
    background-color: #ffffff !important;
    border: 4px solid #4ea2a0 !important;
    color: #4ea2a0 !important;
}
@media only screen and (max-width: 990px) {
.big-button{
    width: 100% !important;
    font-size: 4vw;
}
}

.big-button-negative{
    background-color: transparent !important;
    width: 40vw !important;
    font-size: 2vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    border: 4px solid #ffffff !important;
}
.big-button-negative:hover{
    background-color: #ffffff !important;
    border: 4px solid #ffffff !important;
    color: #000000 !important;
}
@media only screen and (max-width: 990px) {
.big-button-negative{
    width: 100% !important;
    font-size: 4vw;
}
}


/*  4E.     SEARCH-SUBMIT BUTTON
-------------------------------------------------------------------------*/
.search-submit{
    background-color: transparent !important;
    color: #4ea2a0 !important;
    border: 0.2vw solid #4ea2a0 !important;
}
.search-submit:hover{
    background-color: #4ea2a0 !important;
    color: #ffffff !important;
}

/*  4F.     LEARN-MORE
-------------------------------------------------------------------------*/
.learn-more {
    background-color: transparent !important;
    border: 0.2vw solid #ffffff;
    color: #ffffff;
    margin-bottom: 4vw !important;
}
.learn-more:hover{
    background-color: #ffffff !important;
    color: #c86928;
}

/*  4G.     GRANT RECIPIENTS
-------------------------------------------------------------------------*/
.grant-recipients {
    background-color: transparent !important;
    border: 0.2vw solid #000000;
    color: #000000;
    margin-bottom: 4vw !important;
}
.grant-recipients:hover{
    background-color: #000000 !important;
    color: #c7e9f2;
}
/*  4H.     ALL-POSTS
-------------------------------------------------------------------------*/
.all-posts {
    background-color: transparent !important;
    border: 0.2vw solid #000000;
    color: #000000;
    margin-bottom: 4vw !important;
}
.all-posts:hover{
    background-color: #000000 !important;
    color: #c7e9f2;
}

/*  5A.      FORM STYLES - NEWSLETTER SIGNUP MAILCHIMP FORM
-------------------------------------------------------------------------*/
.newsletter-signup-div {
    margin-left: 10vw !important;
    margin-right: 10vw !important;
    margin-bottom: 5vw !important;
}
@media only screen and (max-width: 1000px) {
    .newsletter-signup-div {
        margin-left: 2vw !important;
        margin-right: 2vw !important;
    }
}
.newsletter-signup-title {
    text-align: center !important;
    margin: 0px !important;
    padding-top: 5vw !important;
}
div.mc-field-group {
    padding-bottom: 15px !important;
}
input#mc-embedded-subscribe.button {
    background-color: #4ea2a0 !important;
    border: 2px solid #4ea2a0 !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    height: auto !important;
}
input#mc-embedded-subscribe.button:hover {
    background-color: transparent !important;
    color: #4ea2a0;
}

/*  5B.      FORM STYLES - HOME PAGE NEWSLETTER FORM
-------------------------------------------------------------------------*/

.front-newsletter-form-title{
    margin: 0px !important;
}
@media only screen and (max-width: 1000px) {
    .front-newsletter-form-title{
        margin-top: 7vw !important;
    }
}

/*  5C.      FORM STYLES - FOOTER FORM
-------------------------------------------------------------------------*/
button#wpforms-submit-178.wpforms-submit {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #4ea2a0;
}
button#wpforms-submit-178.wpforms-submit:hover {
    background-color: transparent;
    color: #ffffff;
}

/*  5D.      FORM STYLES - VALUE-BASED CARE TYPEFORM
-------------------------------------------------------------------------*/
.hYlzqu {
    margin-top: 0px !important;
}

/*  6.      BLOG
-------------------------------------------------------------------------*/
.post-inner{
    padding: 0px !important;
}
.entry-header {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.entry-title{
height: none !important;
margin-bottom: 4vw !important;
}
.entry-header-inner.section-inner.medium {
    max-width: none !important;
    margin: 2vw !important;
}
.boldgrid-section {
    max-width: none !important;
}
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
    font-family: 'Roboto', sans-serif;
}
.featured-media img {
    display:none !important;
}
.blog {
    margin-left: 5vw;
    margin-right: 5vw;
}
@media only screen and (max-width: 767px) {
    .blog {
        margin-left: 0vw;
        margin-right: 0vw;
    }
}

/*  6A.      BLOG SLIDER
-------------------------------------------------------------------------*/
.grid-items {
    width: 100% !important;
}
a.element.element_1582134344864.title_link {
    font-size: 2vw !important;
}
a.element.element_1582134351071.read_more {
margin-bottom: 4vw !important;
font-size: 1.5vw !important;
color: #007a7c !important;
text-decoration: underline !important;
}
div.element.element_1582134349847.excerpt {
    font-size: 1.5vw !important;
}
@media only screen and (max-width: 767px) {
    a.element.element_1582134344864.title_link {
    font-size: 5vw !important;
}
    div.element.element_1582134349847.excerpt {
    font-size: 3.5vw !important;
}
    a.element.element_1582134351071.read_more {
    margin-bottom: 4vw !important;
    font-size: 3.5vw !important;
    color: #007a7c !important;
    text-decoration: underline !important;
}
div.grid-nav-bottom{
    display: none !important;
}
}

/*  6B.      BLOG PAGE HEADER ADJUSTMENT
-------------------------------------------------------------------------*/
body.blog.custom-background .section-inner {
	margin-left: 80px;
	max-width: 100% !important;
}
button.toggle.search-toggle {
	display: none !important;
}


/*  6C.     BLOG IMAGES
-------------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {
	.blog-image {
		width: 100% !important;
		height: auto !important;
	}
}
/*	6D.		BLOG CATEGORIES DISABLE -------------------------------------*/
.entry-categories {
	display: none !important;
}
.entry-categories-inner {
    display: none !important;
}

/*  7.      TOGGLE MENU
-------------------------------------------------------------------------*/
.more-link {
    text-align: center;
    color: #007a7c !important;
    text-decoration: underline !important;
}
div.item.skin.flat {
    background-color: transparent !important;
}
div.layer-media {
    background-color: #ffffff !important;
}

/*  8A.     CPT - PRIMARY RESOURCES
-------------------------------------------------------------------------*/
.primary_resources div.post-meta-wrapper.post-meta-single.post-meta-single-top {
    display: none !important;
}
.external_resources div.post-meta-wrapper.post-meta-single.post-meta-single-top {
    display: none !important;
}
.post-grid.page-numbers {
    color: #ffffff !important;
}
/*  8B.     CPT - NEWSLETTERS
-------------------------------------------------------------------------*/
#post-grid-766 .excerpt {
	display: none !important;
}
td{
	border:none !important;
		padding-left: 5px !important;
	padding-right: 5px !important;
}
table{
	margin: 0px !important;
	border: none !important;
}

.newsletter-post {
	margin: auto !important;
	width: 50% !important;
}

@media only screen and (max-width: 1000px) {
	.newsletter-post {
		width: 70% !important;
		margin-top: 20px !important; 
	}
}
@media only screen and (max-width:600px) {
	.newsletter-post {
		width: 100% !important;
		margin-top: 20px !important; 
	}
}
@media only screen and (max-width: 10000px) {
    .mcnImage{
        width: 100% !important;
    }
}
td.mcnDividerBlockInner {
    padding: 0px !important;
    display: none !important;
}
td.mcnDividerBlockOuter {
    padding: 0px !important;
    display: none !important;
}

.newsletters div.post-meta-wrapper.post-meta-single.post-meta-single-top {
    display: none !important;
}
/*  8B.     CPT - PRESS
-------------------------------------------------------------------------*/
.press div.post-meta-wrapper.post-meta-single.post-meta-single-top {
    display: none !important;
}
.press-attributes{
    text-align: center;
}

/*  8B.     PORTFOLIO INDEX
-------------------------------------------------------------------------*/
.portfolio-column {
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.portfolio-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.portfolio-content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.portfolio-show {
  display: block;
}

/* Style the buttons */
.portfolio-btn {
  border: 2px solid #4ea2a0;
  outline: none;
  padding: 12px 16px;
  background-color: #4ea2a0 !important;
}

/* Add a grey background color on mouse-over */
.portfolio-btn:hover {
  background-color: #ffffff !important;
  color: #4ea2a0;
}

/* Add a dark background color to the active button */
.portfolio-btn.active {
  background-color: #c86928 !important;
  border: 2px solid #c86928;
   color: white;
}

/*  8C.     TEST PORTFOLIO FILTER 02
-------------------------------------------------------------------------*/

.gallery-title
{
    font-size: 36px;
    color: #369363;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #369363;
    border-radius: 5px;
    text-align: center;
    color: #369363;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #369363;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #369363;

}
.btn-default:active .filter-button:active
{
    background-color: #369363;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/*  8D.     VIDEOS
-------------------------------------------------------------------------*/
.vid-single {
    margin-left:15vw;
    margin-right: 15vw;
}

@media only screen and (max-width: 1000px) {
.vid-single {
    margin-left:15px;
    margin-right:15px;
}
}

/*  8E.     WP RECENT POST SLIDER
-------------------------------------------------------------------------*/
.wppsac-post-title {
    padding: 0px !important;
}
.wppsac-readmorebtn {
    border: 2px solid #4ea2a0 !important;
    color: #4ea2a0 !important;
}
.wppsac-readmorebtn:hover {
    background-color: #4ea2a0 !important;
    color: #ffffff !important;
}
button.slick-prev.slick-arrow {
    background-color: rgba(0, 122, 124, 0.5) !important;
    margin-left: -25px !important;
}
button.slick-prev.slick-arrow:hover{
    background-color: rgba(200, 105, 40, 0.5) !important;
}
button.slick-next.slick-arrow {
    background-color: rgba(0, 122, 124, 0.5) !important;
    margin-right: -25px !important;
}
button.slick-next.slick-arrow:hover {
    background-color: rgba(200, 105, 40, 0.5) !important;
}
ul.slick-dots {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

/*  9.     ACCORDION
-------------------------------------------------------------------------*/

.accordion {
  position: relative !important;
}

.accordion input {
  display: none !important;
}
.accordion label {
  display: block !important;
  color: #000000 !important;
  cursor: pointer !important;
}
.accordion label::after {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  display: block !important;
  transition: all 0.4s !important;
}
.accordion input[type=checkbox]:checked + label::after,
.accordion input[type=radio]:checked + label::after {
  transform: rotate(90deg) !important;
}
.accordion-content {
  overflow: hidden !important;
  transition: max-height 0.4s !important; 
  max-height: 0 !important;
}
.accordion-content p {
  margin: 20px !important;
}
.accordion input:checked ~ .accordion-content {
  max-height: none !important;
}
.drop-menu {
    color:#007a7c !important;
    text-decoration: underline;
}
.drop-menu:hover{
    color:#000000 !important;
    text-decoration: none;
}

/*  9A.     ACCORDION V2
-------------------------------------------------------------------------*/
.accordion2 {
  position: relative !important;
  background-color: #007a7c;
}

.accordion2:hover {
    background-color: #c86928;
}

.accordion2 input {
  display: none !important;
}
.accordion2 label {
  display: block !important;
  color: #e7e9f2 !important;
  cursor: pointer !important;
}
.accordion2 label::after {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  display: block !important;
  transition: all 0.4s !important;
}
.accordion2 input[type=checkbox]:checked + label::after,
.accordion2 input[type=radio]:checked + label::after {
  transform: rotate(90deg) !important;
}
.accordion2-content {
  overflow: hidden !important;
  transition: max-height 0.4s !important; 
  max-height: 0 !important;
  background-color: #ffffff;
}
.accordion2-content p {
  margin: 20px !important;
}
.accordion2 input:checked ~ .accordion2-content {
  max-height: none !important;
}
.drop-menu2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 3vw;
    color: #e7ecef;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1vw;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.drop-menu2:hover{
    color:#e7ecef !important;
    text-decoration: none;
}

/*  9B.     ACCORDION V3
-------------------------------------------------------------------------*/
.accordion3 {
  position: relative !important;
  background-color: transparent;
}

.accordion3:hover {
}

.accordion3 input {
  display: none !important;
}
.accordion3 label {
  display: block !important;
  cursor: pointer !important;
}
.accordion3 label::after {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  display: block !important;
  transition: all 0.4s !important;
}
.accordion3 input[type=checkbox]:checked + label::after,
.accordion3 input[type=radio]:checked + label::after {
  transform: rotate(90deg) !important;
}
.accordion3-content {
  overflow: hidden !important;
  transition: max-height 0.4s !important; 
  max-height: 0 !important;
  background-color: #ffffff;
}
.accordion3-content p {
  margin: 20px !important;
}
.accordion3 input:checked ~ .accordion3-content {
  max-height: none !important;
}
.drop-menu3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2vw;
    color: #007a7c;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    padding-left: 1vw;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.drop-menu3:hover{
    color:#c86928 !important;
    text-decoration: none;
}

/*  10.     TYPEFORM SPECS
-------------------------------------------------------------------------*/

.typeform-share:hover {
    background-color: transparent !important;
    color: #007a7c !important;
    border: 3px solid #007a7c;
}

.policy-typeform-headspace {
    height: 15vw;
}

@media only screen and (max-width: 767px) {
    .policy-typeform-headspace {
        height: 5vw;
    }
}


/*  11.     PASSWORD SCREENS
-------------------------------------------------------------------------*/

.ppw-post-password-container {
    margin-left: 15vw;
    margin-right: 15vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
    text-align: center;
}
.ppw-ppf-input-container input[type='submit'] {
    background-color: #007a7c !important;
}

/*  12.     POST GRID
-------------------------------------------------------------------------*/
.post-meta {
    display: block !important;
}

.tpg-widget-heading-wrapper.heading-style1 {
    display: none !important;
}
