/*
Theme Name: Coreva Child Theme
Theme URI: https://coreva-scientific.com
Description: Coreva Child Theme
Author: WPGO
Author URI: https://wpgo.de
Template: unicon
Version: 1.2
*/
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLight.eot');
    src: url('fonts/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('fonts/Montserrat-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* Fonts */

#content .wpb_wrapper {
    font-size: 17px;
    font-family: 'Open Sans' !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.button,
.headline.headline-bg {
    font-family: 'Montserrat' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* Topbar */
#topbar {
    font-size: 14px;
}

/* Header */
#header {
    box-shadow: none;
}

/* Navigation */
#navigation>ul {
    margin: 0 !important;
}

#navigation>ul>li>a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#navigation>ul>li.btn-login a {
    background: #b2181b;
    color: white !important;
    padding: 10px 25px;
    box-sizing: border-box;
    position: relative;
    top: -10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-left: 10px;
}

#navigation>ul>li.btn-login a:hover {
    background: #b2181b;
    color: white;
    padding: 10px 35px;
}

/* Row */
.row-inside .wpb_column {
    padding: 0 15px;
}

.wpb_row_about_us {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

@media screen and (max-width:767px) {
    .row-inside .wpb_column {
        padding: 0 20px;
    }

}

/* Lists */
.minti_list.wpb_content_element.color-grey.plus ul,
.minti_list.wpb_content_element.color-accent.plus ul {
    column-count: 2;
}

.minti_list.wpb_content_element.color-grey.plus ul li::before {
    background: white;
    color: #b2181b;
    box-sizing: border-box;
    border-radius: 100px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    text-align: center;
    line-height: 32px;
    position: relative;
    top: 1px;
}

.minti_list.wpb_content_element.color-accent.plus ul li::before {
    background: #b2181b;
    color: white !important;
    box-sizing: border-box;
    border-radius: 100px;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    text-align: center;
    line-height: 32px;
    position: relative;
    top: 1px;
}

@media screen and (max-width:767px) {

    .minti_list.wpb_content_element.color-grey.plus ul,
    .minti_list.wpb_content_element.color-accent.plus ul {
        column-count: 1;
    }

}

/* Team Member */
.coreva-team {
    background: white;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.10);
    margin-bottom: 40px;
}

.coreva-team .coreva-team--content {
    padding: 20px;
}

.coreva-team .coreva-team--name {
    margin: 0;
    font-size: 24px;
}

@media screen and (max-width: 1400px) {
	.coreva-team .coreva-team--name {
    font-size: 14px;
}
}

.coreva-team .coreva-team--position {
    margin: 0;
    font-size: 14px;
}

.coreva-team .coreva-team--content .graduation {
    background: #b2181b;
    color: white;
    font-size: 14px;
    border-radius: 100px;
    padding: 2px 10px;
}

.coreva-team .coreva-team--biography {
    margin-top: 20px;
    border-top: 2px solid #e7eaf3;
    padding-top: 10px;
}

.fancybox-content {
    font-size: 16px;
}

.fancybox-content .coreva-team--name {
    font-size: 60px;
    display: block;
}

.fancybox-bg {
    background: #b2181b;
}

.fancybox-stage {
    max-width: 1170px;
    margin: 0 auto;
}

.fancybox-close-small:hover {
    background: transparent;
}

.coreva-team--graduation {
    margin: 0;
    padding: 0;
    list-style: none;
}

.coreva-team--graduation li {
    border: 1px solid #00688f;
    font-size: 14px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    color: #00688f;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
    margin-top: 10px;
}

.coreva-team--graduation li:last-child {
    margin: 0;
}

/* Iconbox */
.iconbox.wpb_content_element.iconbox-style-3.icon-color-accent {
    background: white;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    padding: 40px 10px 10px 10px;
    min-height: 260px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* .iconbox.wpb_content_element.iconbox-style-3.icon-color-accent:hover {
	box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.20);
	transform: scale(1.05);
} */
@media screen and (max-width:767px) {
    .iconbox.wpb_content_element.iconbox-style-3.icon-color-accent:hover {
        box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.10);
        transform: none;
    }

}

.iconbox.wpb_content_element.iconbox-style-3.icon-color-accent p {
    font-size: 14px;
    line-height: 24px;
}

.iconbox.wpb_content_element.iconbox-style-3.icon-color-accent h3 {
    margin: 15px 0 0 0;
    color: #535353;
    font-weight: 300;
    font-size: 20px;
}

/* Titlebar */
#fulltitle {
    padding: 20px 0;
}

#breadcrumbs span:first-child .breadcrumbs__link span::before {
    content: "\f015";
    margin-right: 5px;
    font-family: FontAwesome;
}

/* Divider */
.divider.divider6 {
    border-color: white;
}

/* Headline */
.headline.sub-headline {
    letter-spacing: 2px;
}

.headline.headline-bg {
    position: absolute;
    font-size: 250px;
    left: -150px;
    top: -155px;
    font-weight: 800;
    color: #f5f5f5;
    z-index: -1;
    pointer-events: none;
    width: 150%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media screen and (min-width:1200px) and (max-width:1500px) {
    .headline.headline-bg {
        font-size: 200px;
        left: 0;
        top: -120px;
    }

}

@media screen and (min-width:768px) and (max-width:1199px) {
    .headline.headline-bg {
        font-size: 145px;
        left: 0;
        top: -90px;
    }

}

@media screen and (max-width:767px) {
    .headline.headline-bg {
        font-size: 80px;
        left: 0;
        top: -40px;
    }

}

@media screen and (max-width:500px) {
    .headline.headline-bg {
        font-size: 70px;
        left: 0;
        top: -35px;
    }

}

/* Search */
.search-page #content #searchform input {
    margin-right: 0;
    height: 50px;
    border-right: ;
    border-radius: 0;
}

/* Therapy Areas */
.coreva-therapy-item {
    background: white;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.25);
    min-height: 335px;
}


.therapy-item {
    margin-bottom: 20px!important;
    min-height: auto !important;
}
.coreva-therapy-item--icon {
    padding: 20px!important;
    text-align: center!important;
}

.coreva-therapy-item:hover {}

.coreva-therapy-item .coreva-therapy-item--title {
    line-height: 24px;
    color: white;
    background: #b2181b;
    padding: 10px 15px;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.coreva-therapy-item--inside {
    padding: 15px;
}

.coreva-therapy-item .coreva-therapy-item--links,
.coreva-therapy-item .coreva-therapy-item--data {
    margin: 0;
    padding: 0;
    list-style: none;
}

.coreva-therapy-item .coreva-therapy-item--links {
    margin: 15px 0 0 0;
}

.coreva-therapy-item .coreva-therapy-item--links li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
}

.coreva-therapy-item .coreva-therapy-item--links li:last-child,
.coreva-therapy-item .coreva-therapy-item--data li-last-child {
    margin-right: 0px;
}

.coreva-therapy-item .coreva-therapy-item--links li a {
    font-size: 26px;
    color: #b2181b;
}

.coreva-therapy-item .coreva-therapy-item--meta .author {
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
    border-top: 2px solid #dbdbdb;
    margin-top: 15px !important;
    line-height: 20px;
}

.coreva-therapy-item .source {
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin: 0
}

.coreva-therapy-item .coreva-therapy-item--data li {
    border: 1px solid #00688f;
    font-size: 14px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    color: #00688f;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
}

/* Block: Fact */
.coreva-block--fact {
    background: white;
    padding: 40px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.10);
    height: 175px;
    width: 215px;
    box-sizing: border-box;
    margin: 10px;
    float: left;
}

.coreva-block-fact--desc {
    font-size: 18px;
    line-height: 22px;
}

.coreva-block-fact--number {
    margin: 0;
    font-size: 70px;
    text-align: center;
    color: #b2181b;
    line-height: 1;
}

.coreva-block-fact--desc {
    text-align: center;
}

/* Solutions */
.coreva-solution-item {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
    margin-bottom: 30px;
    text-align: center;
    min-height: 440px;
}

@media screen and (max-width:959px) {
    .coreva-solution-item {
        min-height: auto;
    }

}

.coreva-solution-item--solution {
    margin: 0;
    padding: 0;
	list-style:none;
}

.coreva-solution-item--solution li {
    font-size: 14px;
}

.coreva-solution-item--icon {
    margin-bottom: 5px;
}

.coreva-solution-item--text {
    font-size: 14px;
}

.coreva-solution-item:hover {
    border-color: #b2181b;
    background: white
}

.coreva-solution-item--btn {
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.coreva-solution-item .coreva-solution-item--title {
    line-height: 28px;
    font-size: 20px;
    color: #b2181b;
    margin: 0 0 5px 0;
}

/* Publications */
.publications-row {
    padding-bottom: 100px;
}

.coreva-publication-item {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
    margin-bottom: 30px;
}

.coreva-publication-item:hover {
    border-color: #b2181b;
}

.coreva-publication-item .coreva-publication-item--title {
    margin: 0 0 5px 0;
}

.coreva-publication-item .coreva-publication-item--title {
    line-height: 24px;
    font-size: 14px;
}

.coreva-publication-item .coreva-publication-item--links,
.coreva-publication-item .coreva-publication-item--data {
    margin: 0;
    padding: 0;
    list-style: none;
}

.coreva-publication-item .coreva-publication-item--links {
    margin: 15px 0 0 0;
}

.coreva-publication-item .coreva-publication-item--links li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
}

.coreva-publication-item .coreva-publication-item--links li:last-child,
.coreva-publication-item .coreva-publication-item--data li-last-child {
    margin-right: 0px;
}

.coreva-publication-item .coreva-publication-item--links li a {
    font-size: 26px;
    color: #b2181b;
}

.coreva-publication-item .coreva-publication-item--meta .author {
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
    border-top: 2px solid #dbdbdb;
    margin-top: 15px !important;
    line-height: 20px;
}

.coreva-publication-item .source {
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    margin: 0
}

.coreva-publication-item .coreva-publication-item--data li {
    border: 1px solid #00688f;
    font-size: 14px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    color: #00688f;
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
}

#filters {
    margin: 50px 0;
}

#filters .button,
#filters .button:hover {
    border: 2px solid #b2181b;
    border-radius: 0;
    color: white;
    background: #b2181b;
}

#filters .button:not(.is-checked) {
    background: white;
    border: 2px solid #b2181b;
    color: #b2181b;
}

#filters .button:not(.is-checked):hover {
    background: #b2181b;
    color: white;
}

/* Block Blog */
.coreva-block--blog {
    position: relative;
    float: right;
    overflow: hidden;
    top: -100px;
    z-index: 2;
    right: -50px;
}

.coreva-block-blog--content {
    padding: 25px;
    position: relative;
    background-repeat: no-repeat;
    background: #b2181b;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: none;
    background-size: auto;
    background-size: cover;
    width: 250px;
    height: 250px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-position: center center;
}

.coreva-block-blog--title {
    color: white;
    margin: 0;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    font-size: 60px;
    line-height: 60px;
    right: 20px;
    left: 20px;
}

.coreva-block-blog--title a:hover {
    color: white;
    cursor: pointer;
}

.coreva-block-blog--content:hover {
    background-size: 110%;
}

.coreva-block-blog--content::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(178, 24, 27, 0.8);
    left: 0;
    z-index: 1;
}

/* Block Text */
.coreva-block--text {
    position: relative;
    overflow: hidden;
    top: -25px;
    width: 250px;
    height: 250px;
    display: inline-block;
    float: left;
    margin: 15px;
}

.coreva-block--text.f-right {
    float: right !important;
}

.coreva-block--text.f-left {
    float: left !important;
}

.coreva-block--text.blue {
    background: #00688f;
}

.coreva-block--text.red {
    background: #b2181b;
}

.coreva-block-text--content {
    color: white;
    padding: 25px;
}

.coreva-block-text--headline {
    color: white;
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 5px 0;
    line-height: 38px;
}

.coreva-block-text--desc {
    font-size: 14px;
    margin: 0;
}

.coreva-block-text--counter {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
}
.counter.wpb_content_element {
    margin-bottom: 5px;
}

.coreva-block--text:last-child {
    top: -100px;
}

@media screen and (max-width:1199px) {
    .coreva-block--text:last-child {
        top: 0px!important;
    }

}

@media screen and (max-width:767px) {
    .coreva-block--text {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto !important;
        float: none;
        margin: 10px 0;
    }

    .coreva-block--text:last-child {
        top: 0!important;
    }

}

/* Block Success Story */
.coreva-block--successstories {
    position: relative;
    float: right;
    overflow: hidden;
    top: -50px;
    left: -50px;
    width: 400px;
    height: 250px;
    display: inline-block;
    background: #b2181b;
}

.coreva-block--successstories .coreva-block-successstories--content {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    padding: 30px;
    height: 100%
}

.coreva-block--successstories .coreva-block--successstories {
    position: relative;
    float: right;
    overflow: hidden;
    z-index: -1;
}

.coreva-block-successstories--quote {
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    margin: 0;
}

.coreva-block-successstories--author {
    color: white;
    font-size: 12px;
    margin: 15px 0 0 0 !important;
    line-height: 18px;
}

.coreva-block--successstories .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 25px;
}

.coreva-block--successstories .owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.coreva-block--successstories .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.coreva-block--successstories .owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: white;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    display: block;
    opacity: 0.2;
}

.coreva-block--successstories .owl-carousel .owl-dots .owl-dot.active span,
.coreva-block--successstories .owl-carousel .owl-dots .owl-dot:hover span {
    background: white;
    opacity: 1;
}

.coreva-block--successstories>* {
    height: 100%;
}

@media screen and (max-width:767px) {

    .coreva-block--successstories,
    .coreva-block--blog {
        float: none;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

}

/* Shariff */
.shariff {
    margin-top: 50px;
}

.shariff ul li:first-child {
    margin-left: 0 !important;
}

/* Toggle */
.toggle-title {
    border: 2px solid #e7eaf3;
    background: white !important;
    color: #00688f !important;
    font-weight: 400 !important;
}

.toggle .toggle-title.active,
.color-light .toggle .toggle-title.active {
    background: #b2181b !important;
    border-color: #b2181b !important;
    color: white !important;
}

.toggle-title:hover {
    border-color: #b2181b !important;
}

.toggle .toggle-title i {
    position: absolute;
    right: 5px;
    top: 15px;
}

/* Blog */
.blog-search {
    padding-left: 20px;
    padding-right: 20px;
}

.blog-page .read-more-link {
    display: inline-block;
    border: 2px solid #b2181b;
    margin-top: 25px;
    color: #b2181b;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.blog-page .read-more-link:hover {
    background: #b2181b;
    color: white;
}

.blog-masonry .post h2 {
    line-height: 26px;
}

.blog-masonry .post .entry-image img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-masonry .post:hover .entry-image img {
    transform: scale(1.1);
}

.blog-masonry .entry-image .entry-overlay {
    opacity: 0.8 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-masonry .post:hover .entry-overlay {
    opacity: 0.92 !important;
}

.blog-masonry .post:nth-child(2n) .entry-image .entry-overlay {
    background: #00688f !important;
}

.blog-masonry .entry-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}

.coreva-blog-entry .entry-image {
    margin: 0;
}

.coreva-blog-entry .entry-title h2 a,
.coreva-blog-entry .entry-meta ul li,
.coreva-blog-entry .entry-meta ul li a {
    color: white !important;
}

.blog-page .entry-wrap .entry-title a {
    line-height: 30px;
}

/* 404 */
.error404 #topbar,
.error404 #nav,
.error404 .header-icons,
.error404 #fulltitle {
    display: none;
}

/* Widget: Newsletter */
.widget-newsletter {
    text-align: center;
}

.widget-newsletter--content {
    background: #00688f;
    padding: 25px;
    color: white;
    font-size: 14px;
    line-height: 24px;
}

.widget-newsletter--content span {
    font-size: 50px;
    margin-bottom: 10px;
    display: inline-block;
}

.widget-newsletter--title {
    color: white;
    font-size: 22px;
    margin: 0 0 10px 0;
}

.widget-newsletter--content p {
    margin: 0;
}

/* Widget: Categories */
#sidebar .widget.widget_categories select {
    width: 100%;
}

/* Sections: Hero */
#hero::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 1051px;
    width: 826px;
    visibility: visible;
}

/* Sections: Solutions */
#partner .single_image {
    background: #f2f2f2;
}

/* Section BG */
#worldmap {
    background: url(/wp-content/themes/coreva-child/assets/img/worldmap.svg) no-repeat center center /cover;
    background-size: 90%;
}

#network {
    background: url(/wp-content/themes/coreva-child/assets/img/network.svg) no-repeat center center /cover;
}

/* Forms  */
.coreva-contact-form .wpcf7-form-control-wrap {
    margin: 0 0 20px 0;
    display: block;
}

.coreva-contact-form textarea {
    max-height: 200px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
    border: 2px solid #e7eaf3;
    box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: #00688f;
}

.coreva-privacy-notice .wpcf7-form-control-wrap {
    display: inline-block;
}

.coreva-contact-form .coreva-privacy-notice {
    font-size: 14px;
    line-height: 22px;
}

.coreva-contact-form .wpcf7-submit {
    margin: 0;
    padding: 20px 50px;
    border-radius: 0;
    background: #00688f;
}

/* Back To Top */
#back-to-top a {
    bottom: 0;
    right: 100px;
    border-radius: 0;
    background: #b2181b;
}

/* Footer */
#footer {
    padding: 100px 0 20px 0;
}

#footer .widget ul li {
    border: none !important;
    padding: 0;
}

#footer .widget ul li a {
    font-size: 14px;
}

#footer .widget ul li a:hover {
    text-decoration: underline;
}

#footer .widget hr {
    border-color: rgba(250, 250, 250, 0.2);
}

#footer .widget ul li::after {
    display: none;
}

@media screen and (min-width:1200px) {
    #footer .container .one-third:first-child h3 {
        font-size: 30px;
        font-weight: 200;
    }

    #footer .container .one-third:first-child {
        width: 560px;
    }

    #footer .container .one-third:nth-child(2n),
    #footer .container .one-third:nth-child(3n) {
        width: 200px;
        float: right;
    }

}

.social-icons li {
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 15px;
}

.social-icons li:last-child {
    margin-right: 0px;
}

.social-icons li a {
    background: white;
    border-radius: 100px;
    color: #b2181b !important;
    opacity: 1 !important;
}

/* Copyright */
#copyright {
    font-size: 12px;
    padding: 15px 0 50px 0;
}

#copyright .menu li {
    margin: 0;
}

#copyright .menu li a:hover {
    text-decoration: underline;
}

#copyright .menu li::after {
    content: "/";
    margin: 0 10px;
    opacity: 0.5;
}

#copyright .menu li:last-child::after {
    display: none;
}

@media screen and (max-width:767px) {

    #copyright .menu li,
    #footer .widget .menu li {
        display: block;
        margin: 10px 0 !important;
        background: rgba(250, 250, 250, 0.1);
        padding: 8px;
        box-sizing: border-box;
        text-align: left;
    }

    #copyright .menu li::after {
        display: none;
    }

    .standard-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

}



/* Mansonry Grid */
.masonry_icon:hover .minti_masonrygrid_item_inner {
    background: #a81a1d !important;
}

.masonry_icon:hover .minti_masonrygrid_item_inner i,
.masonry_icon:hover .minti_masonrygrid_item_inner .minti_masonrygrid_subtitle,
.masonry_icon:hover .minti_masonrygrid_item_inner h4 {
    color: white !important;
}

.masonry_icon .minti_masonrygrid_subtitle {

    font-size: 15px !important;
    line-height: 1.6;
}

.masonry_icon h4 {

    font-size: 24px !important;
}



/* Blog Categories */
.blog__categories li a {
    border: 2px solid #b2181b;
    border-radius: 0;
    color: #b2181b;
    display: flex;
    padding: 10px;
}

.blog__categories li:hover a {
    background: #b2181b;
    color: white;
}

.blog__categories li {
    list-style: none;
    margin: 0 10px 10px 0;
    padding: 0;
}

.blog__categories ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.blog__categories li:last-child {
    margin-right: 0;
}

.blog__categories li:first-child {
    margin-left: 0;
}



/* Counter */
.counter-number {
    font-size: 80px !important;
    font-weight: bold;
}

/* 08-12-2020 changed width of the grid on laptop screens */
@media screen and (min-width:1000px) and (max-width:1300px) {
	.page-section .standard-section .span_12 {
    max-width: 1000px!important;
}
#header .container .sixteen.columns,
#topbar .container .sixteen.columns,
#copyright .sixteen.columns {
    width: 960px!important;
}
#header .container,
#topbar .container,
#copyright .container {
    width: 1000px!important;
}
#footer .container {
    width: 1000px!important;
}
}

/* 11-05-2021 AHH added code to embedd full width videos in posts */
.video-holder {
display: inline-block;
position: relative;
padding-bottom: 60%;
width: 100%;
}
.video-holder iframe {
height: 100% !important;
position: absolute;
top: 0; left: 0;
width: 100% !important;
}
