/*
 Theme Name:     Divi Child Theme
 Description:    Divi Child Theme for Press Room
 Author:         Stephen Weigel <sweigel@expedia.com>
 Template:       Divi
 Version:        1.0.0
*/
@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */
/* Accessibility */
.screenReaderOnly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Global Layout */
body#pressroom_site #page-container {
  padding-top: 0px; }

#left-area {
  width: 64.5%; }

#sidebar {
  width: 33%; }

.tvly_hidden {
  display: none; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}

body.page-template-pressRoom {
    color: #000;
}

/* Sidebar */
.widget_search input#searchsubmit {
  background-color: #477A00;
  color: #FFF;
  border-color: #2f5806 #1a3103 #1a3103;
  font-weight: bold; }

/* Press Nav */
#pressSiteNavigation {
  width: 60%;
  text-transform: uppercase;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 2em; }
  #pressSiteNavigation h1 {
    color: #E4710F;
    font-weight: bold; }

.menu-press-container li, #pressArchiveDiv li {
  color: #004E93;
  font-weight: bold;
  display: inline; }
  .menu-press-container li:before, #pressArchiveDiv li:before {
    content: " | "; }
  .menu-press-container li:first-child:before, #pressArchiveDiv li:first-child:before {
    content: ""; }

#menu-press-room-menu {
    width: 100%;
    max-width: 1460px;
    height: 102px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-left: 1px solid #000;
}

#menu-press-room-menu > li {
    width: 25%;
    flex: 1;
    text-align: center;
    position: relative;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 25px;
    border: 1px solid #000;
    border-left: none;
}

    #menu-press-room-menu > li a {
        display: block;
        width: 100%;
        padding-top: 37px;
        padding-bottom: 37px;
        line-height: 1.0em;
        color: #000;
    }

    #menu-press-room-menu > li.current_page_item {
        background-color: #004074;
        color: #fff;
    }

    #menu-press-room-menu > li.current_page_item a {
        color: #fff;
    }

    #menu-press-room-menu > li:hover {
        background-color: #004074;
        color: #fff;
    }

    #menu-press-room-menu > li:hover a {
        color: #fff;
    }


    /* Archive */
    #left-area .post-meta {
        padding-bottom: 0px;
        font-weight: bold;
        text-transform: uppercase;
        border-top: 1px solid #D6D6D6;
        padding-top: 10px;
    }

h1.entry-title {
  margin-top: 1em; }

/* Media Contacts */
h4.widgettitle {
    text-align: right;
}

.mediaContact ul li {
    padding-bottom: 0;
    line-height: 1.0em;
}

.mediaContact a.telLink {
    color: #2ea3f2;
}

.mediaContact a.emailLink {
    color: #2ea3f2;
}


/* Exec Bios */
.execBio {
  padding-top: 2em; }

.execBio h2 {
  margin-bottom: .9em; }


#main-header {
    border-top: 5px solid #004e93!important;
    background-color: #004074;
    box-shadow: none;
}

#secondary-header-section {
  padding-top: .47em;
  padding-bottom: .47em;
  border-bottom: 1px solid transparent;
    border-color: #ffcb00 transparent #c7c7c7;
    background-color: #fff;
}

#secondary-header-section #et-secondary-menu {
  float: left;
}

#secondary-header-section a {
  padding: .41em 0;
  color: #004e93;
  font-size: 1em;
}

/* HERO TEMPLATE PART */
#hero {
    min-height: 140px;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    color: #fff;
}

    #hero.hero-tall {
        min-height: 346px;
    }

    #hero h1,
    #hero h2,
    #hero h3,
    #hero h4,
    #hero h5,
    #hero h6 {
        font-weight: 700;
        line-height: 1.2em;
        text-shadow: 0.05em 0.05em 5px rgba(0,0,0,0.3);
        text-align: center;
        color: #fff;
    }

    #hero .container {
        position: absolute;
        top: 50%;
        margin: auto;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
    }

    #hero h1 {
        font-size: 47px;
        margin-top: 0;
    }

    #hero h2 {
        font-size: 32px;
        margin-top: 0;
    }

    #hero h3 {
        font-size: 21px;
        margin-top: 0.5em;
    }

    #hero p {
        font-size: 26px;
        max-width: 650px;
        margin: 10px auto;
        text-align: center;
        text-shadow: 0.02em 0.02em 3px rgba(0,0,0,0.6);
    }

    #hero .button {
        font-size: 18px;
        font-weight: 700;
        margin-top: 26px;
        background-color: #88BE00;
        padding: 0.5em 2em;
        display: inline-block;
        border-radius: 5px;
        color: #000;
    }

        #hero .button:hover {
        }

#heroSubscribe {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}

#heroSubscribe .gform_wrapper form {
    text-align: center;
}

    #heroSubscribe .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 0;
    }

    #heroSubscribe .gform_wrapper form input[type=text] {
        text-align: center;
    }

    #heroSubscribe .gform_wrapper .gform_footer {
        padding: 0;
        margin: 0;
    }

        #heroSubscribe .gform_wrapper .gform_footer input[type=submit] {
            margin-right: 0;
        }

    .mediaAssets .et_pb_blurb.et_pb_module {
        background-color: #fff;
        padding: 20px 0;
        border: 1px solid #979797;
    }

    .mediaAssets .et_pb_module h2 {
        margin-bottom: 80px;
    }

.mediaAssets .et_pb_module h4 {
    color: #000;
    font-weight: 600;
}

    .mediaAssets .et_pb_module .et_pb_main_blurb_image {
        margin-bottom: 8px;
    }

.prLeadership .et_pb_main_blurb_image {
    margin-bottom: 15px;
}

.prLeadership .et_pb_blurb_container {
    padding: 0 15px;
}

.prLeadership .et_pb_blurb_container p {
    font-size: 12px;
}

.prLeadership .et_pb_blurb_container p strong {
    font-size: 18px;
    color: #000;
    line-height: 1.0em;
}

article.et_pb_post {
    padding-bottom: 50px;
    border-bottom: 1px solid #666;
    margin-bottom: 50px;
}

article.et_pb_post:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.et_pb_post .entry-featured-image-url {
    width: 25%;
    float: left;
    margin-right: 30px;
}

.et_pb_bg_layout_light .et_pb_post p {
    color: #000;
}

.et_pb_post h2.entry-title a {
    color: #000;
}

.et_pb_section.mediaAssets {
    padding: 100px 0;
}

/*
  Footer
 */
#footer-widgets .footer-widget li {
    text-decoration: none;
}

#footer-widgets .footer-widget li a {
  color: #6b6b6b;
  font-weight: normal;
}

#footer-widgets .footer-widget li:before {
  position: absolute;
  top: 9px;
  left: 0;
  border-width: 3px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  content: none;
}

#main-content .container:before {
  content: none;
}

.entry-title {
  color: #004074;
}

#mobile_menu a {
  color: #004074;
}

.dv-col-lg-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: row wrap;
}

    .dv-col-lg-2 > article {
        width: calc(1/2*100% - (1 - 1/2)*12%);
    }
       
#footer-widgets .footer-widget li a:hover {
    color: #6b6b6b;
    text-decoration: underline;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li:nth-child(2n+1) span.icon-placeholder, 
.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li:nth-child(2n+1) .ctl-story-time:after, 
.cool-timeline-horizontal .wrp-desgin-4 ul.slick-slider .slick-list li:nth-child(2n+1) span.icon-placeholder, 
.cool-timeline-horizontal .wrp-desgin-4 ul.ctl_h_nav .slick-list li:nth-child(2n+1) .ctl-story-time:after {
    background-color: transparent !important;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li:nth-child(2n) span.icon-placeholder, 
.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li:nth-child(2n) .ctl-story-time:after, 
.cool-timeline-horizontal .wrp-desgin-4 ul.slick-slider .slick-list li:nth-child(2n) span.icon-placeholder, 
.cool-timeline-horizontal .wrp-desgin-4 ul.ctl_h_nav .slick-list li:nth-child(2n) .ctl-story-time:after {
    background-color: transparent !important;
}

.fullWidthBlurb .et_pb_blurb_content {
    max-width: none;
}

.timeline-wrapper {
    position: relative;
    padding-bottom: 118px;
}

.cool-timeline-horizontal .clt_carousel_slider {
    position: absolute;
    bottom: 0;
    height: 118px;
    width: 100%;
    left: 0;
    right: 0;
}

.cool-timeline-horizontal .clt_caru_slider {
    max-width: 60%;
    margin: 0 auto;
}

    .cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title {
        text-align: center;
        color: #F58025 !important;
        padding: 0 !important;
        min-height: 0 !important;
        background-color: transparent !important;
    }

.cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post .content-details {
    text-align: center;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li.slick-slide.slick-current:after, 
.cool-timeline-horizontal.ht-design-2 .clt_carousel_slider ul.slick-slider .slick-list li.slick-slide:after {
    content: none !important;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li span.ctl-story-time {
    padding-top: 85px;
    display: block;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li span.icon-placeholder {
    background-image: url(assets/pressRoom/yearSplat-300-orange.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

    .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li.slick-current span.icon-placeholder img {
        display: none;
    }

.timelineVert .cool_timeline .avatar_container {
    display: none;
}

.timelineVert .cool_timeline .timeline-main-title {
    display: none;
}

.timelineVert .cool-timeline.white-timeline .timeline-year {
    display: none;
}

.timelineVert .cool-timeline.white-timeline .timeline-post .timeline-content .content-title {
    background-color: transparent !important;
    padding: 0 15px !important;
    min-height: 0 !important;
    margin-bottom: -12px;
}

.timelineVert .ultimate-style .timeline-post .timeline-content .content-title:before, .ultimate-style .timeline-post.even .timeline-content .content-title:before {
    content: none !important;
}

.timelineVert .cool-timeline .timeline-post .icon-color-white {
    box-shadow: none !important;
    background-color: transparent !important;
    margin-top: -30px;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module.sectionTitle {
    margin-bottom: 0;
}

.sectionTitle h2 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 0;
}

#et-secondary-nav li {
    margin-right: 10px;
}

#secondary-header-section #et-secondary-menu {
    float: none;
    text-align: center;
}

#tly-news #pressSiteNavigation {
    text-align: left;
    border: none;
    padding: 0;
    padding-top: 0;
    width: auto;
}

#tly-news #pressSiteNavigation h1 {
    display: none;
}

    #tly-news #pressSiteNavigation .menu-press-container {
        display: none;
    }

.entry-content #tly-news #pressSiteNavigation #pressArchiveDiv ul {
    padding: 0;
}

#tvly-media-contacts {
    text-align: right;
    margin-top: -30px;
}

    #tvly-media-contacts h3 {
        font-size: 18px;
        padding-bottom: 0.3em;
    }

#tvly-media-contacts ul {
    list-style: none;
}

    #tvly-media-contacts ul:last-of-type {
        padding-bottom: 0;
    }

    #tvly-media-contacts ul li {
        line-height: 1.4em;
    }

.et_pb_blurb_12.et_pb_blurb .et_pb_main_blurb_image {
    padding: 0 !important;
}

@media only screen and (max-width: 1340px) {
    .container {
        width: 96%;
    }
}

@media only screen and (max-width: 1024px) {

    #et-secondary-nav li {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 480px) {
    #menu-press-room-menu {
            display: block;
            max-width: 80vw;
            height: 64px;
            width: 80vw;
            margin: 20px auto;
            border: 1px solid #000;
            position: relative;
        }

            #menu-press-room-menu li {
                width: 79vw;
                position: absolute;
                font-weight: 400;
                border: none;
                text-align: left;
                padding-left: 7vw;
            }

                #menu-press-room-menu li.current_page_item {
                    background-color: #fff;
                    color: #000;
                    z-index: 100;
                }

                    #menu-press-room-menu li.current_page_item:after {
                        content: "";
                        width: 0;
                        height: 0;
                        border: 10px solid transparent;
                        border-top: 10px solid #0F3F74;
                        position: absolute;
                        top: 50%;
                        right: 7vw;
                        transform: translate(0, -25%);
                    }

                #menu-press-room-menu li a {
                    padding: 18px 0;
                }

                #menu-press-room-menu li.current_page_item a {
                    color: #000;
                }

            #menu-press-room-menu.dropClick {
                height: auto;
                padding-top: 61px;
            }

                #menu-press-room-menu.dropClick li {
                    width: 79vw;
                    position: relative;
                    font-weight: 400;
                    border: none;
                    text-align: left;
                    padding-left: 7vw;
                }

                    #menu-press-room-menu.dropClick li.current_page_item {
                        position: absolute;
                        top: 0;
                    }

        .dv-col-lg-2 > article {
            width: auto;
        }

        .sectionLeadership .et_pb_blurb_container {
            padding: 0 15px;
            text-align: center;
        }

        .timelineTitle p {
            text-indent: -9999px;
            background-image: url(assets/pressRoom/TravelocityWander-vt.png);
            background-repeat: no-repeat;
            background-position: center;
            min-height: 92px;
        }

        .et_pb_post .entry-title {
            font-size: 24px;
            margin-bottom: 8px;
        }

        .et_pb_post .entry-featured-image-url {
            width: 100%;
            float: none;
            margin-right: 0;
        }

    .sectionLeadership .sectionTitleWrap > div {
        margin-bottom: 0;
    }

        .sectionLeadership .sectionTitleWrap h2 {
            text-align: center;
        }

    .sectionLeadership .et_pb_main_blurb_image {
        margin-bottom: 0;
    }

        .sectionLeadership .et_pb_blurb_container strong {
            font-size: 18px;
        }
    }