@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap");

.tp-caption.c85_big_white_black_bg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #000000;
    letter-spacing: 0;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.tp-caption.c85_big_white_black_bg a {
    color: #fff;
}

.tp-caption.c85_big_white_grey_bg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #666666;
    letter-spacing: 0;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.tp-caption.c85_big_white_grey_bg a {
    color: #fff;
}

.tp-caption.c85_white_no_box {
    position: absolute;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.78);
    font-size: 16px;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.tp-caption.c85_white_no_box a {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.78);
    text-decoration: none;
}

.tp-caption.c85_white_no_box a:hover {
    color: #e2e2e2;
}

.tp-caption.c85_med_white_blue_bg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #496ba5;
    letter-spacing: 0;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.tp-caption.c85_med_white_blue_bg a {
    color: #fff;
}

.c85-button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font:
        14px/100% "Open Sans",
        sans-serif;
    padding: 0.5em 2em 0.55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #606060 !important;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#ededed)
    );
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.c85-button:hover {
    color: #606060 !important;
    text-decoration: none !important;
    background: #ededed;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#dcdcdc)
    );
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.c85-button:active {
    position: relative;
    top: 1px;
    color: #999 !important;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ededed),
        to(#fff)
    );
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.tp-caption a {
    color: #606060;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
    color: #606060;
}

.tp-caption.c85_big_white_blue_bg a {
    color: #fff;
}

.tp-caption.c85_med_white_blue_bg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #496ba5;
    letter-spacing: 0;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.tp-caption.c85_med_white_blue_bg a {
    color: #fff;
}

.c85-button {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font:
        14px/100% "Open Sans",
        sans-serif;
    padding: 0.5em 2em 0.55em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #606060 !important;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#ededed)
    );
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.c85-button:hover {
    color: #606060 !important;
    text-decoration: none !important;
    background: #ededed;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#dcdcdc)
    );
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.c85-button:active {
    position: relative;
    top: 1px;
    color: #999 !important;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ededed),
        to(#fff)
    );
    background: -moz-linear-gradient(top, #ededed, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.tp-caption a {
    color: #606060;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-caption a:hover {
    color: #606060;
}
