@charset "UTF-8";
/* CSS Document */

#logo_home h1 {
    margin: 5px 0 0 0;
}

#logo_home h1 a,
header.sticky #logo_home h1 a,
header#plain #logo_home h1 a,
header#colored #logo_home h1 a {
    width: 100% !important;
    height: 40px !important;
    background-size: auto !important;
}

#logo_home.logo_rome h1 a,
header.sticky #logo_home.logo_rome h1 a,
header#plain #logo_home.logo_rome h1 a,
header#colored #logo_home.logo_rome h1 a {
    background-image: url("../sites/rome/logo.png");
}


#logo_home.logo_cartonboat h1 a,
header.sticky #logo_home.logo_cartonboat h1 a,
header#plain #logo_home.logo_cartonboat h1 a,
header#colored #logo_home.logo_cartonboat h1 a {
    background-image: url("../sites/cartonboat/logo.png");
}

#logo_home.logo_treasurehunt h1 a,
header.sticky #logo_home.logo_treasurehunt h1 a,
header#plain #logo_home.logo_treasurehunt h1 a,
header#colored #logo_home.logo_treasurehunt h1 a {
    background-image: url("../sites/treasurehunt/logo.png");
}

#logo_home.logo_cacciaalteforo h1 a,
header.sticky #logo_home.logo_cacciaalteforo h1 a,
header#plain #logo_home.logo_cacciaalteforo h1 a,
header#colored #logo_home.logo_cacciaalteforo h1 a {
    background-image: url("../sites/cacciaalteforo/logo.png");
}

#logo_home.logo_cookingclassrome h1 a,
header.sticky #logo_home.logo_cookingclassrome h1 a,
header#plain #logo_home.logo_cookingclassrome h1 a,
header#colored #logo_home.logo_cookingclassrome h1 a {
    background-image: url("../sites/cookingclassrome/logo.png");
}


.imgicon {
    max-width: 20px;
    max-height: 20px;
}

.parallax-mirror,
.parallax-window,
.parallax-content-1 {
    min-height: 200px;
    height: 280px;
}

.tp-caption.News-Title,
.News-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
}

.tp-caption.News-Subtitle,
.News-Subtitle {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto Slab;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-style: none;
    border-width: 0px;
    border-radius: 0 0 0 0px;
}

.tp-caption.News-Subtitle:hover,
.News-Subtitle:hover {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-radius: 0 0 0px 0;
}

.hermes.tp-bullets {}

.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute;
}

.hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21);
}

.hermes .tp-bullet:after {
    content: " ";
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 1px rgb(255, 255, 255);
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.hermes .tp-bullet.selected:after {
    height: 100%;
}

iframe {
    position: relative;
}

.row-eq-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.img_list img {
    left: 0px;
    top: 0px;
}

.review_strip_single img {
    width: 80px;
}

@media (min-width: 768px) {
    .row-eq-height {
        display: flex;
        flex-wrap: wrap;
    }
}