/*
Theme Name: IHEA
Theme URI: https://oceanwp.org/
Description: IHEA child theme.
Author: Stuart Cargin
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/


/* Parent stylesheet should be loaded from functions.php not using @import */

[data-name="providers_list"] .providers-outer .provider-item {
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .15);
    padding: 30px;
    margin-bottom: 35px;
}

[data-name="providers_list"] .providers-outer .provider-item .provider-row {
    position: relative;
}

[data-name="providers_list"] .provider-row .provider-title {
    margin-bottom: 5px;
}

[data-name="providers_list"] .provider-row .provider-states {
    font-weight: normal;
    color: #999;
}

[data-name="providers_list"] .provider-row .provider-logo {
    position: absolute;
    right: 0;
    top: 0;
}

[data-name="providers_list"] .provider-row .provider-excerpt {
    margin-top: 35px;
}

[data-name="providers_list"] .provider-row .provider-logo img {
    max-width: 120px;
}


/*================================================*/

.provider-item .provider-row {
    position: relative;
}

.provider-item .provider-title {
    margin-bottom: 0;
}

.provider-item .provider-title a:hover,
.provider-item .provider-states:hover {
    color: #70BEB2
}

.provider-item .provider-states {
    font-weight:normal;
    font-family: "FF DIN Medium", Sans-serif;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #82939B;
}

.provider-item .provider-row .provider-logo {
    position: absolute;
    right: 0;
    top: 0;
}

.provider-item .provider-excerpt {
    margin-top: 35px;
}

.provider-item .provider-logo img {
    max-height: 40px;
}


/* SIDE */

.side-outer {
    padding-right: 50px !important;
    margin-top: 40px !important;
}

.side-outer .form-group>label {
    font-weight: bold;
    color: #13A596;
    font-size: 15px;
}

.side-outer .form-group .checkbox {
    margin-bottom: 0px;
}

.side-outer .form-group .checkbox:first-child {
    margin-top: 0;
}

.side-outer .form-group .checkbox>label {
    font-size: 12px;
    color: #13A596;
    padding-left: 0;
}

.side-outer .form-group>label+.checkbox {
    margin-top: 0;
}

.side-outer .form-group .checkbox>label input {
    border-radius: 3px;
    border: none;
    box-shadow: none;
    background: #dfdfdf;
    width: 12px;
    height: 15px;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}

.side-outer .form-group {
    border-bottom: 2px solid #70beb24d;
    padding-bottom: 15px
}

.side-outer .side-heading {
    font-size: 19px;
    font-weight: 700;
    font-family: Roboto;
    color: #82939B;
    border-bottom: 1px solid #70BEB2;
    padding-bottom: 15px;
}


/* Main Content */

.main-members-outer article {}

.main-members-outer article.provider-item {
    padding: 25px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.main-members-outer .pagination .wpv-filter-pagination-link {
    color: #a9dbd3;
}

.main-members-outer .pagination .active .wpv-filter-pagination-link {
    background: #a9dbd3;
    border-color: #a9dbd3;
    color: white;
}


/* */

.provider-item .provider-row .provider-courses .provider-link {
    float: right;
    font-size: 13px;
    font-weight: 500;
    vertical-align: top;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.news-footer .provider-link {
    position: relative !important;
    right: unset !important;
    top: auto !important;
    transform: unset !important;
}

.provider-item .provider-courses {
    padding: 8px 140px 8px 25px;
    margin: -25px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 3px solid #A9DBD4;
    margin-top: 10px;
    min-height: 41px;
}

.provider-item .provider-courses {
    color: #A9DBD4;
    position: relative;
    color: #A9DBD4;
    font-size: 10px;
    text-transform: uppercase;
    /* margin-right: 5px; */
    line-height: 20px;
}

.provider-item .provider-courses a {
    font-size: 12px;
    color: #A9DBD4;

    font-size: 10px;
    text-transform: uppercase;
    margin-right: 5px;
}

.provider-item .provider-courses>a {
    text-transform: uppercase;
}

.provider-item .provider-courses .provider-link a {
    color: #262161;
    margin-top: 3px !important;
    display: inline-block;

    font-size: 12px;
    font-family: "FF DIN Medium", Sans-serif;
    letter-spacing: -0.5px;

}
.provider-item .provider-courses .provider-link a:hover{
    color:#70BEB2;
}


/* News Footer - News List */

.provider-item .news-footer {
    border-top: none;
    padding-bottom: 20px;
    overflow: auto;
}

.provider-item .news-footer .provider-link {
    float: unset !important;
}

.provider-item .news-footer .provider-link a {
    text-transform: uppercase;
    color: #13A596;
    font-size: 11px !important;
    font-family: "FF DIN Medium", Sans-serif;
    letter-spacing: -0.5px;
}

.provider-item .news-footer .provider-link a:hover {
    color: #262161;
}

.provider-item .news-footer .provider-link a:hover:after,
.provider-item .news-footer .provider-link a:hover:before {
    border-color: #262161;
}

.provider-item .news-footer .provider-link a:hover:before {
    background-color: #262161;
}

.provider-item .news-footer .provider-link a.download-pdf {
    margin-right: 20px;
}

.provider-item .news-category {
    position: absolute;
    right: 0;
    top: 3px;
    margin-bottom: 0;
}

.provider-item .news-category a {
    color: #262161;
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: normal;
}

.provider-item .news-category+.provider-logo+.provider-excerpt {
    margin-top: 25px;
}

.provider-item .news-category a:hover {
    color: #262161;
}

.provider-item .news-publication-date {
    margin-bottom: 0;
    color: #82939B;
    font-size: 13px;
    font-family: "FF DIN Medium", Sans-serif;
    font-weight: normal;
    letter-spacing: -0.5px;
}

.provider-info .elementor-widget-container {
    color: #82939B;
    font-family: 'Roboto';
}

.provider-info .elementor-widget-container a {
    color: #82939B;
}

.provider-info label {
    font-weight: bold;
}

.news-item .provider-title {
    padding-right: 80px !important;
    line-height: 1.2em;
}

.download-pdf-news .elementor-button .elementor-size-md {
    font-family: "FF DIN Medium", Sans-serif;
    font-size: 14px !important;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #262161 !important;
    background-color: #ffffff !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 !important;
}

.download-pdf-news {
    font-family: "FF DIN Medium", Sans-serif;
    font-size: 14px !important;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #262161 !important;
    background-color: #ffffff !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0 !important;
}

.download-pdf-news:hover {
    background: #262161 !important;
    color: white !important;
    border-color: #262161;
}


/* filter sort */

.main-members-outer .provider-list-sort {
    text-align: right;
    margin-bottom: 15px;
}

.main-members-outer .provider-list-sort span {
    font-family: Roboto;
    font-size: 12px;
    color: #82939B;
    font-weight: bold;
}

.main-members-outer .provider-list-sort select {
    border: none;
    border-radius: 0 !important;
    display: inline-block;
    /*     border-bottom:1px solid #70beb1; */
    font-size: 12px;
    color: #70beb1;
    min-width: 150px
}


/* Search */

.member-top-search form .form-group,
.news-search-box form .form-group {
    margin-bottom: 0;
}

.member-top-search form .form-group input,
.news-search-box form .form-group input {
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 2px;
    font-size: 12px;
    color: #70BEB2;
}

.member-top-search:after,
.news-search-box:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1em;
    text-align: center;
    right: 15px;
    color: #70BEB2;
}


/* News */

.news-search-box {}

.main-news-outer {}


/* CLEAR FILTER */

.side-outer .clear-filter {}

.side-outer .clear-filter button {
    background: none;
    padding: 0;
    font-size: 12px;
    color: #82939B;
}


/* UTILITY */

.arrow {
    position: relative;
}

.arrow:after {
    content: '';
    border: 1px solid #70BEB2;
    width: 6px;
    height: 6px;
    display: inline-block;
    top: 50%;
    position: absolute;
    transform: rotateZ(45deg) translateY(-70%);
}

.arrow:before {
    position: absolute;
    height: 1px;
    width: 15px;
    background: #70BEB2;
    content: '';
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.arrow.arrow-right {
    padding-right: 20px
}

.arrow.arrow-right:before {
    right: 0;
}

.arrow.arrow-right:after {
    border-left: none;
    border-bottom: none;
    right: 2px;
}


/* cross/close icon */

.clear-filter {
    position: relative;
}

.clear-filter button {
    padding-left: 15px !important;
    display: inline-block;
}

.clear-filter:before,
.clear-filter:after {
    content: '';
    position: absolute;
    height: 15px;
    width: 1px;
    background: #82939B;
    left: 5px;
    top: 50%;
}

.clear-filter:before {
    transform: translateY(-50%) rotateZ(45deg);
}

.clear-filter:after {
    transform: translateY(-50%) rotateZ(-45deg);
}

.clear-filter:hover:before,
.clear-filter:hover:after {
    background: #262161;
}

.clear-filter:hover button {
    color: #262161;
}


/* STANDARD STYLING */

.elementor-widget-theme-post-content ul {
    list-style: none;
    margin: 0 0 20px;
}

.elementor-widget-theme-post-content h4 {
    margin-bottom: 0;
}

.elementor-widget-theme-post-content h3 {
    color: #82939B;
    margin-top: 40px;
}


/* Quote V2 - pullquote */

.wp-block-pullquote {
    border-width: 1px;
    border-color: #70BEB2;
    padding: 20px 0 25px 0;
}

.wp-block-pullquote blockquote {
    margin: 0;
    border: none;
    font-weight: normal;
    color: #262161;
    text-align: left;
    font-size: 20px;
    padding: 0;
}

.wp-block-pullquote blockquote:before {
    content: '"';
    display: inline;
    float: left;
    font-weight: bold;
}

.wp-block-pullquote blockquote p {
    font-size: 26px;
    font-weight: 300;
    font-family: 'Roboto';
}

.wp-block-pullquote blockquote cite {
    color: #262161;
    font-family: 'Roboto';
    font-weight: 300;
    padding-top: 0;
}


/* Utilitity : Margin */

.mb-0 {
    margin-bottom: 0;
}

.mbi-0 {
    margin-bottom: 0 !important;
}

.min-h-200 {
    min-height: 200px !important;
}

.super-float-left {
    position: absolute !important;
    left: 60px !important;
    width: auto !important;
    z-index: 100;
}
.back-to-float{
    position: absolute !important;
    z-index: 1;
    padding-left: 100px !important;
    top: 70px;
}

/* Form Full Width */
.form-full-width .wpcf7-form > p > label{
    width:100%;
}
.wpcf7-form > p > label{
    width:100%;
}

form.wpcf7-form input[type="submit"]{
    font-family: "FF DIN Medium", Sans-serif;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding: 15px 60px;
    margin: 20px 0;
    background-color: #262161 !important;
}
form.wpcf7-form input[type="submit"]:hover{
    background-color: #70BEB2 !important;
}

.greenlink p {color: #70beb2 !important;}
.greenlink p a:link {color: #70beb2 !important; text-decoration: underline !important;}
.greenlink p a:visited {color: #70beb2 !important; text-decoration: underline !important;}
.greenlink p a:hover {color: #70beb2 !important; text-decoration: underline !important;}
.greenlink p a:active {color: #70beb2 !important; text-decoration: underline !important;}
/*================*/

/* Provider Social */
.provider-social ul{
    display:inline-block !important;
    padding: 0 5px !important;
}
.provider-social .elementor-icon-list-items .elementor-icon-list-item{
    margin:0 !important;
    width: auto !important;
    float: left;
    display: inline-block !important;
    text-align: center;
}
.provider-social .elementor-icon-list-items .elementor-icon-list-item a{
    display:inline-block !important;
    text-align: center !important;
} 
.provider-social .elementor-icon-list-items .elementor-icon-list-item a span.elementor-icon-list-icon{
    width: auto !important;
    display: inline-block;
    float: none;
    margin: 0 auto;
}
.provider-social .elementor-icon-list-items .elementor-icon-list-item a span.elementor-icon-list-icon i{text-align:center;margin: 0 2px !important;}
.provider-social .elementor-icon-list-items .elementor-icon-list-item a span.elementor-icon-list-icon i.fa.fa-facebook-f{
/*     margin-right:-3px !important;    */
}
.provider-social .elementor-icon-list-items .elementor-icon-list-item span.elementor-icon-list-text{
    padding-left:0 !important;
}


/* RESPONSIVE */

@media (max-width:960px) {
    .provider-item .provider-title {
        padding-right: 150px; 
    }
}

@media (max-width:560px) {
    .provider-item .provider-row {
        position: relative;
    }
    .provider-item .provider-title {
        padding-right: 0px;
        padding-top: 50px;
        position: relative;
        top: 0;
    }
    .provider-item .provider-row .provider-logo {
        top: 0;
        left: 0;
        width: auto !important;
    }
    .provider-item .provider-states {
        margin-bottom: 0 !important;
    }
    .provider-item .provider-excerpt {
        margin-top: 15px;
    }

    .single-provider .elementor-element-47c5b83b,
    .single-provider .elementor-element-f0e7a3c{
        padding-left:25px !important;
        padding-right:25px !important; 
    }
}

/* News Responsive */
@media (max-width: 1360px){
    .back-to-float{
        top: 0;
        position: relative !important;
        margin-top: -20px !important;
        background: whitesmoke;
        padding-top: 40px !important;
        padding-left: 0 !important;
        margin-bottom:-50px !important;
    }
    .back-to-float .elementor-widget-container{
        margin-bottom:0 !important;
    } 
    .back-to-float .elementor-container{
        max-width:800px;
        margin:0 auto;
    }
    .back-to-float .elementor-column-wrap{
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

/* Newsletter footer */
@media (max-width:760px){
    .news-pt-template-default .elementor-global-896 .elementor-section-wrap  .elementor-widget-wrap .elementor-element{
        padding-left:15px;  
        padding-right:15px;  
    }
}


/* Provider Single Page Template */
@media (max-width:960px){
    .provider-main-content{}
    .provider-main-content .provider-content-left{
        width:100% !important;
    }
    .provider-main-content .provider-content-right{
        margin-top:0;
        width:100% !important;
        max-width:300px;
        margin:auto;
    }
} 

/* Provider Profile Members Page */
.edit-provider-profile-wrapper .cred-form .form-group > label {
    font-size: 12px !important;
    color:#70BEB2;
    font-weight:normal;
    margin-bottom:8px;
}
.edit-provider-profile-wrapper .cred-form .form-group .form-control{
    border:1px solid #70BEB2;
    padding: 10px 15px !important;
    height:auto;
    line-height: 16px;
    border-radius: 0;
}
.edit-provider-profile-wrapper .cred-form .form-group  img#wpcf-provider-logo_image{
    width:100px !important;
    border:1px solid #70BEB2;

}
.edit-provider-profile-wrapper .cred-form .form-group [data-item_name="credimage-wpcf-provider-logo"] [data-action="delete"]{
    vertical-align:top;
    background:#70BEB2;
    border-radius:10px;
    margin-left:-14px;
    margin-top:-10px;
}
.edit-provider-profile-wrapper .cred-form .form-group [data-item_name="credimage-wpcf-provider-logo"] [data-action="delete"]:before{
    color:#fff;
}
.edit-provider-profile-wrapper .cred-form .form-group .tagchecklist a.label{
    border-radius:0;
    background:#F5F5F5;
    color:#262161;
    font-weight:normal;
    position:relative;
    padding:5px 20px 5px 15px;

}
.edit-provider-profile-wrapper .cred-form .form-group .tagchecklist a.label:before{
    right:0 !important;
    position:absolute !important;
    margin:2px 0 0 0 !important;
    transform:translateY(-50%);
    top:50%;

}
.edit-provider-profile-wrapper .cred-form .form-group [data-item_name="taxonomy-campus"] [type="button"]{
    color:white;
}
.edit-provider-profile-wrapper [data-item_name="wysiwyg-post_content"] .wp-editor-tools{
    display:none;
}

.edit-provider-profile-wrapper [data-item_name="wysiwyg-post_content"] .mce-statusbar{
    display:none !important;   
}
.edit-provider-profile-wrapper [data-item_name="wysiwyg-post_content"] .mce-edit-area{
    border:1px solid #70BEB2 !important; 
}
.edit-provider-profile-wrapper [data-item_name="wysiwyg-post_content"] .wp-editor-container{
    border:none;
} 
.edit-provider-profile-wrapper .cred-form .form-group .wpt-repetitive ul.wpt-form-set-checkboxes{
    margin: 0 -20px;
}
.edit-provider-profile-wrapper .cred-form .form-group .wpt-repetitive ul.wpt-form-set-checkboxes .wpt-form-item-checkbox{
    margin:0;
    display:inline-block;
    font-size:12px;
}
.edit-provider-profile-wrapper .cred-form .form-group .wpt-repetitive ul.wpt-form-set-checkboxes .wpt-form-item-checkbox:first-child label{
/*     padding-left:0 !important; */
}
.edit-provider-profile-wrapper .cred-form .form-group .wpt-repetitive ul.wpt-form-set-checkboxes .wpt-form-item-checkbox label input{
    margin-right:5px!important;
    border:none;
    box-shadow:none;
    background:#f5f5f5;
}
.edit-provider-profile-wrapper .cred-form .form-group .wpt-repetitive[data-item_name="checkboxes-wpcf-provider-courses-offered"] ul.wpt-form-set-checkboxes .wpt-form-item-checkbox{
    min-width:30%;
    color:#70BEB2;
}

/* Registration Form */
form#cred_user_form_3804_1 .container-fluid {
    padding:0
}

/* Provider Contact New Form */
#cred_form_4589_1 > .container-fluid{
    padding:0;
}


@media (max-width:960px){
    .provider-main-content .provider-content-right{
        margin-top:20px !important;
        max-width:310px;
    }
}

@media only screen and (max-width: 959px){
    .single-mec-events .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container{
        max-width:90%;
    }
}

@media (max-width:767px){
    .single-mec-events .mec-single-event{
        margin:0;
    }
}

/* .profile-definition-wrapper .elementor-widget-container .elementor-shortcode{
    white-space: pre-line; 
    padding-right:15px;
} */

body .elementor-inner .elementor-element.single-provider__content .elementor-widget-container{
	padding-right:30px;
}

