/*
Theme Name: Wendy Perrin Child Theme
Version: 1.0
Description: A Child Theme of Twenty Twelve for Wendy Perrin
Author: Steve Combes
Author URL: http://broadviewstation.com
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");


/* GLOBAL
-------------------------------------------------------------- */

html,
body {
    background: #fff;
    margin: 0;
    padding: 0;
}

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

#site-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    margin-top: -5px;
    overflow: hidden;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

ins {
    background: #FFFFFF !important;
}

button, input, select, textarea {
    border-radius: 0 !important;
    font-weight: 300;
}

hr {
    margin: 0;
}
.align-center {
    text-align: center !important;
}
.align-left {
    text-align: left !important;
}

/* HEADER
-------------------------------------------------------------- */

#above-nav {
    padding: 30px;
    position: relative;
}

#wp-logo-box {
    float: left;
}

#content-wrap {
    width: 100%;
    padding: 0;
    position: relative;
}

#content-wrap li a {
    text-decoration: underline;
}

#travel-truth-tag {
    float: left;
    margin-left: 266px;
    position: absolute;
    bottom: 30px;
}

#travel-truth-tag h2 {
    color: #999;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    line-height: 1.0em;
    font-size: 24px;
}

#header-social-icons {
    float: right;
    position: relative;
    background: #fff;
}

.icon-head {
    width: 26px;
    height: 26px;
    position: relative;
    background-position: bottom !important;
    display: inline-block;
    margin: 0 2px;
    background-size: 26px 52px !important;
}

.icon-head:hover,
.icon-tte:hover {
    background-position: top !important;
}

.icon-head span,
.icon-tte span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#connect-label {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Lato', serif;
}

#connect-label a {
    font-weight: 300;
    display: inline-block;
    color: #FFF;
    background: #00A09B;
    padding: 5px 10px;
}

#connect-label a:hover {
    background: #09DBDB;
}

#header-search {
    position: absolute;
    right: 32px;
    top: 83px;
    overflow: hidden;
    height: 28px;
    border: 1px solid #ccc;
}

#destinations-search {
    position: absolute;
    right: 12px;
    top: 11px;
    overflow: hidden;
    height: 28px;
    display: none;
}

#destinations-search input,
#header-search input {
    border: 0;
    border-radius: 0px;
    text-transform: uppercase !important;
    color: #000;
    font-family: 'Lato', serif;
    font-weight: 300;
    padding: 0 0 0 10px;
}
#destinations-search input,
#header-search input {
    top: 0;
    margin: 0;
    text-transform: uppercase !important;
    height: 29px;
    padding-right: 28px;
    font-size: 12px;
    width: 180px;
}

#destinations-search input[type="submit"],
#header-search input[type="submit"] {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-weight: normal;
    background-color: #000;
    background-repeat: no-repeat;
    background-image: none;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    width: 28px;
    height: 28px;
    text-transform: uppercase !important;
    background: url('../../../images/icons/mag.png') #000 !important;
}

#search-box {

}

#enter-box {
    position: absolute;
    top: 0;
    right: 0;
}

/* SOCIAL BUTTONS
-------------------------------------------------------------- */
/*
.ssb-share.wide a {
        position: absolute;
}

.ssb-share a.twitter {
        left: 170px;
}

.ssb-share a.pineterst {
        left: 241px;
}

.ssb-share a.gplus {
        left: 312px;
}
*/
/* NAVIGATION
-------------------------------------------------------------- */

#navigation-wrap {
    width: 100%;
    background: #000;
    height: 40px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Lato', serif;
    font-weight: 300;
    z-index: 1000; /* was 10000000 but that was making the navbar display over the OptinMonster popup */
}

#navigation-wrap ul {
    margin-left: 340px;
}

#navigation-wrap ul li,
#destination-search-label {
    float: left;
    margin-top: 13px;
    margin-right: 20px;
    color: #fff;
    height: 27px;
    font-size: 14px;
}

#menu-item-1980 {
    position: relative !important;
}


#menu-item-11489 {
    position: relative !important;
}

ul#menu-primary-navigation li.menu-item {
    position: relative !important;
}

#destination-search-label {
    margin-left: 0;
    margin-top: 18px;
    margin-right: 0;
}

#navigation-wrap ul li a {
    color: #fff;
}

#navigation-wrap ul li a:hover {
    color: #00A09B;
}

#destination-search-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    /* width: 325px; */
    background: #00A09B;
    z-index: 2;
}

#newsletter-link {
    float: right;
    background: #00A09B;
    margin: 9px 15px 0 0;
    clear: none;
    position: absolute;
    right: 0;
}

#newsletter-link:hover {
    background: #09dbdb;
}

#newsletter-link a {
    color: #fff;
    padding: 4px 10px;
    display: block;
}

#navigation-wrap ul.destination-menu  {
    margin-left: 0;
}

#navigation-wrap ul.destination-menu li, 
#destination-search-label {
    margin-top: 9px;
    padding-left: 6px;
    font-size: 14px;
}

#navigation-wrap ul.destination-menu li ul li {
    margin-top: 2px;
    padding-left: 6px;
    width: 130px;
}

#navigation-wrap ul.destination-menu li a:hover {
    color: #000;
}

#navigation-wrap ul#menu-destination-navigation li ul.sub-menu {
    margin-left: 0;
    background: #00A09B;
    position: absolute;
    left: 0;
    top: 0;
    width: 325px;
    padding-top: 60px;
    z-index: -1;
    padding-left: 7px;
    display: none;
    text-transform: none !important;
    padding-bottom: 9px;
}

#navigation-wrap ul#menu-destination-navigation li:hover ul.sub-menu {
    display: block;
}

#navigation-wrap ul li#menu-item-1666 {
    margin-right: 0;
    margin-top: 0;
    padding-top: 9px;
}

#navigation-wrap.sticky {
    position: fixed;
    top: 0;
    max-width: 1050px;
}

#bottom-pagination {
    padding: 60px 200px;
    position: relative;
    text-transform: uppercase;
    font-family: Lato, serif;
    font-weight: 300;
    font-size: 14px;
    border-bottom: 1px solid rgb(204, 204, 204);
    border-top: 1px solid rgb(204, 204, 204);
    margin-top: -1px;
    display: flex;
    justify-content: space-between;
}

.bottom-nav-link {
    width: 150px;
}

.bottom-nav-link a {
    background: #00A09B;
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    display: block;
    text-align: center;
}

.bottom-nav-link a:hover {
    background: #09DBDB;
}

.previous-link {
    position: absolute;
    left: 30px;
}

.next-link {
    position: absolute;
    right: 30px;
}

.pagexofy {
    display: none;
}

#navigation-wrap ul.black-bar-menu li ul.sub-menu {
    margin-left: 0;
    /* height: 171px; */
    background: #000;
    position: absolute;
    left: -20px;
    top: 15px;
    /* width: 167px; */
    z-index: -1;
    padding-left: 22px;
    display: none;
    text-transform: none !important;
    padding-top: 20px;
    padding-bottom: 10px;
}

#navigation-wrap ul.black-bar-menu li:hover > ul.sub-menu {
    display: block;
    z-index: 99999999;
}

#navigation-wrap ul.black-bar-menu li ul.sub-menu li ul.sub-menu {
    padding: 15px 0px 15px 15px;
    left: 100%;
    display: none;
    right: initial;
    top: -15px;
    width: initial;
    box-sizing: content-box;
}
#navigation-wrap ul.black-bar-menu li ul.sub-menu li:hover > ul.sub-menu {
    display: inline;
    z-index: 99999999;
}

#navigation-wrap ul.black-bar-menu li ul li {
    margin-top: 2px;
    width: 100%;
    clear: left;
    float: left;
    white-space: nowrap;
}

#sdrn_bar .bar_logo {
    padding-left: 0px;
    margin-left: -4px;
}

#sdrn_bar {
    z-index: 9999999999;
    border-bottom: 1px solid #474747 !important;
}

#sdrn_menu * {
    font-family: 'Lato', serif;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    font-size: 12px;
}

#sdrn_menu.sdrn_levels ul li {
    background: #222;
    z-index: 1;
}

#sdrn_menu ul li a {
    color: #fff !important;
    display: block;
    width: 100%;
}

#sdrn_menu ul li a:hover {
    color: #00A09B !important;
}

/* HOME PAGE
-------------------------------------------------------------- */

.home .content-left:hover #page-title h1 {
    color: #00A09B;
}


.general-page #article-copy {
    margin-top: 40px;
}

/* DESTINATION PAGE
-------------------------------------------------------------- */

.content-left-wrap {
    width: 66.66667%;
    border-right: 1px solid #ccc;
    padding-top: 50px;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-bottom: -1px;
}

.content-left {
    padding: 0 25px;
    display: block;
    position: relative;
}

#destination-featured-image {
    width: 100%;
    margin-bottom: 20px;
    color: #999;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 12px !important;
    font-style: normal;
    line-height: 1.2em !important;
}

#destination-featured-image img {
    max-width: 100%;
    padding-bottom: 10px;
}

#page-header {
    color: #00A09B;
    font-weight: 700;
    font-family: 'Lato', serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

#page-title h1 {
    color: #000;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    line-height: 1.25em;
    margin-bottom: 15px;
}

#author-date {
    color: #999;
    font-weight: 300;
    font-family: 'Lato', serif;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

#featured-image-cap {
    color: #999;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.2em
}

.home #article-copy {
    margin-top: 0;
    padding-bottom: 20px;
}

#article-copy {
    font-family: 'Playfair Display', serif;
    color: #000000;
    padding-bottom: 100px;
    position: relative;
    margin-top: 25px;
}

#article-copy p {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 20px;
}

#article-copy p a, #author-bio-container a {
    /*color: #555;*/
    text-decoration: underline;
}

#article-copy p a:hover, #author-bio-container a:hover {
    color: #00A09B;
}

#article-copy p span {
    font-size: 18px;
    color: #000;
}

#article-copy ul,
#article-copy ol {
    line-height: 1.5em;
    margin-bottom: 30px;
    list-style: outside;
    margin-left: 20px;
    clear: both;
}

#article-copy ul li,
#article-copy ol li {
    margin-bottom: 10px;
}

#article-copy ol {
    list-style: decimal;
}

blockquote {
    font-family: 'Playfair Display', serif;
    color: #000;
    font-weight: 400;
    font-style: italic;
    margin: 20px 0 40px;
    line-height: 1.2em;
    border-top: 10px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0;
}

#article-copy blockquote p {
    font-size: 26px;
    padding-bottom: 0;
    line-height: 1.3em;
}

img.wp-post-image {
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}

img[class*="align"], 
img[class*="wp-image-"], 
img[class*="attachment-"] {
    height: auto;
    width: 100%;
}

.wp-caption {
    padding: 0;
}
.wp-caption.alignleft {
    margin: 0;
}

.wp-caption .wp-caption-text, #destination-featured-image {
    color: #333;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 14px !important;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em !important;
    margin-top: 10px;
}

.wp-caption .wp-caption-text {
    margin-bottom: 20px!important;
}

#content-right-wrap {
    float: left;
    width: 33.3433%;
    padding-top: 28px;
    margin-bottom: -1px;
    border-left: 1px solid #CCC;
    margin-left: -1px;
    box-sizing: border-box;
}

/*.safari-mac #content-right-wrap {
        float: right;
        width: 33.35333%;
        padding-top: 28px;
        margin-bottom: -1px;
        border-left: 1px solid #CCC;
        margin-left: 0px;
        position: absolute;
        right: 0;
} */

.destination-ad {
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 28px;
    border-bottom: 1px solid #ccc;
    width: 101%;
}

.destination-ad-bot {
    padding-top: 28px;
}

.destination-ad img {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 28px;
}


.sidebar-wendy-header {
    padding: 30px 0;
    clear: both;
    text-align: center;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    position: relative;
    width: 101%;
}

.sidebar-wendy-header p {
    color: #999;
    /*font-style: italic;*/
    line-height: 1.4em;
    font-size: 16px;
}

#home-wendy-image {
    border: 1px solid #000;
    border-radius: 50%;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

#home-wendy-image img {
    border-radius: 50%;
    max-width: 120px;
}

.sidebar-blue-header {
    padding: 50px 0;
    background: #00A09B;
    clear: both;
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    position: relative;
    width: 101%;
}

.sidebar-blue-text {
    padding: 0 30px;
}

.sidebar-blue-text h3 {
    font-size: 35px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

.sidebar-blue-text p {
    font-size: 15px;
    line-height: 1.3em;
}

.circle-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: -22px;
}

.circle-icon img {
    width: 100%;
    height: auto;
}

.travel-tip-item {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 101%;
}

.travel-tip-item-content {
    padding: 0 30px;
    clear: both;
    text-align: center;
    color: 000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.travel-tip-item-content h4 {
    color: #00A09B;
    font-weight: 700;
    font-family: 'Lato', serif;
    font-size: 12px !important;
    margin-bottom: 4px;
    font-style: normal;
    line-height: 1.2em !important;
    text-transform: uppercase;
}

.travel-tip-item-content h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 18px;
}

.travel-tip-item-content p {
    color: #999;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 14px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em !important;
    text-transform: uppercase;
}

.travel-tip-item-content span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.travel-tip-item:hover h3 {
    color: #00A09B;
}

.travel-tip-item:hover .advice-item h3 {
    color: #000000;
}

.anchor-ad {
    border-bottom: 1px solid #ccc;
    padding-top: 28px;
}

.advice-image {
    margin-bottom: 20px;
}

.advice-item img {
    width: 100%;
}

.travel-tip-item .advice-item p {
    color: #000;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.2em !important;
    text-transform: none;
    padding-bottom: 15px;
}

.travel-tip-item .advice-item p:last-child {
    padding-bottom: 0;
}

/* SOCIAL BUTTONS
-------------------------------------------------------------- */

.ssb-share {
    margin-bottom: 20px !important;
    margin-top: 5px !important;
    position: absolute;
    top: -60px;
}

.ssb-share:before {
    content: 'share this';
    float: left;
    background: #000;
    color: #FFF;
    height: 22px;
    width: 88px;
    padding: 8px 0 0px 10px;
    text-transform: uppercase;
    font-family: lato;
    font-weight: 300;
    font-size: 14px;
    line-height: 1em;
    margin-right: 1px;
}

.ssb-share.wide a {
    margin-right: 1px !important;
    width: 70px !important;
    margin-bottom: 1px;
    margin-top: 0px;
}

/*
.ssb-share.wide a.linkedin,
.ssb-share.wide a.reddit {
        display: none !important;
}

.ssb-share.wide a.fb,
.ssb-share.wide a.gplus,
.ssb-share.wide a.twitter,
.ssb-share.wide a.pineterst {
        background: #00A09B;
}

.ssb-share.wide a.fb:hover,
.ssb-share.wide a.gplus:hover,
.ssb-share.wide a.twitter:hover,
.ssb-share.wide a.pineterst:hover {
        background: #09dbdb;
}

*/
.ssb-share.wide span.count {
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
    padding-top: 9px;
}

#footer-articles {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCC;
}

#left-foot-article {
    width: 50%;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    border-bottom: 1px solid #ccc; 
    margin-bottom: -1px;
}

#left-foot-article:nth-child(odd) {
    border-right: 1px solid #ccc;
    clear: left;
}

.column-article {
    padding: 40px 0 50px;
    position: relative; 
}

.column-article span.span-link,
.home span.span-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#footer-articles img {
    width: 100%;
    display: block;
}

#footer-articles #destination-featured-image img {
    padding-bottom: 0;
}

.left-foot-padding {
    padding: 0 20px;
}

#right-foot-article {
    width: 50%;
    float: right;
    border-right: 0px solid #ccc;
}

#footer-articles #page-title h1 {
    font-size: 26px;
}

.column-article:hover #page-title h1 {
    color: #00A09B;
}

.col-article-excerpt {
    font-size: 14px;
    line-height: 1.5em;
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

/* TRUSTED TRAVEL EXPERT BLOCK
-------------------------------------------------------------- */

#tte-block {
    padding: 5px 0 0;
    margin-bottom: 40px;
}

.single-destination #tte-block {
    border-top: 10px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0 0;
}

#tte-left {
    position: relative;
    width: 200px;
    float: left;
    width: 31%;
}

#tte-photo {
    width: 100%;
}

.single-destination #tte-photo {
    margin-bottom: 15px;
}

#tte-photo img {
    width: 100%;
    display: block;
}

#tte-social {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    width: 100%;
}

#tte-tag {
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border: 1px solid #999;
    border-top: 0;
}

.single-destination #tte-tag {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#tte-guides {
    font-size: 13px;
    text-align: center;
    padding-bottom: 5px;
    border: 1px solid #999;
    font-family: 'Playfair Display', serif;
}

#tte-guides a {
    display: inline-block;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    text-decoration: underline;
}

#tte-guides a:hover {
    color: #00A09B;
}

#tte-guides-title {
    color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #999;
    font-size: 14px;
    background: #00A09B;
    margin-bottom: 12px;
}

.icon-tte {
    width: 22px;
    height: 22px;
    position: relative;
    background-position: bottom !important;
    display: inline-block;
    margin: 0 2px;
    background-size: 22px 44px !important;
}

#tte-tag-icons {
    margin-left: 2px;
    margin-bottom: 15px;
}

#tag-icon-foot {
    float: left;
}

.tte-button a {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 8px 12px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 300;
    background: #000;
    display: inline-block;
}

.tte-button a:hover {
    background: #333;
}

.tte-blue a {
    background: #00A09B;
}

.tte-blue a:hover {
    background: #09DBDB;
}

#tte-contact-button {
    margin-bottom: 10px;
}

#tag-text {
    width: 165px;
    float: left;
    font-size: 13px;
    color: #000;
    line-height: 1.4em;
    padding-top: 2px;
    margin-left: 6px;
    font-family: 'Playfair Display', serif;
}

#tte-right {
    position: relative;
    width: 425px;
    float: right;
    width: 65%;
}

#tte-header-title {
    color: #00A09B;
    text-transform: uppercase;
    font-family: 'Lato', serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3em;
}

#tte-name-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 12px;
    color: #000;
}

#tte-body-copy p,
#form-title p {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.7em;
    font-family: 'Playfair Display', serif;
}

#tte-body-copy p  {
    font-weight: normal;
}

#tte-body-copy p {
    padding-bottom: 15px;
}

#tte-name-title {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 0;
}

#tte-sub-details p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#tte-sub-details a {
    color: #000;
    text-decoration: underline;
}

#tte-sub-details a:hover {
    color: #00A09B;
}

#tte-contact-form {
    clear: both;
    padding-top: 25px;
    border-top: 1px solid #000;
    margin-top: 15px;
    position: relative;
}

#contact-close {
    position: absolute;
    top: 15px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url('../../../images/icons/close.png');
    background-position: bottom;
}

#contact-close:hover {
    background-position: top;
}

#form-title {
    text-align: center;
}

#form-title h4 {
    color: #00A09B;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 400;
    margin: 0 -50px 10px;
    font-family: 'Playfair Display', serif;
}

#form-title h4.reviews-header {
    font-size: 25px;
    margin-bottom: 20px;

}

#form-title p {
    padding: 0 40px;
    line-height: 1.5em;
}

#form-title p a {
    color: #333;
    text-decoration: underline;
}

#form-title p a:hover {
    color: #00A09B;
}

.tte-review-form #form-title p {
    padding: 0;
}

.review-page-form {
    margin-top: 45px !important;
}

#form-fields {
    margin-top: 0;
}

#form-fields .gform_wrapper {
    max-width: 100%;
    padding-bottom: 80px;
}

#form-fields .gform_wrapper ul li.gfield {
    clear: none;
    float: left;
    width: 50%;
    margin-bottom: 12px !important;
}

.page-template-page-templatespage-ask-wendy-php #form-fields .gform_wrapper ul li.gfield, #form-fields.new-form .gform_wrapper ul li.gfield {
    float:none;
    width: 100%;
    text-align: center;
    padding-right: 0px;
}

#form-fields .gform_wrapper form {
    font-family: 'Playfair Display', serif;
    text-align: center;
    padding: 0 0;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

#gform_fields_10 .gfield {
    margin-top: 25px;
    margin-bottom: 12px;
}
form#gform_10 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    padding: 0 0;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;	
}

form#gform_10 input.medium {
    width: 100%;
}
#form-fields .gform_wrapper .top_label input.medium {
    width: 100%;
}

#form-fields .gform_wrapper input[type=text], 
#form-fields .gform_wrapper input[type=url], 
#form-fields .gform_wrapper input[type=email], 
#form-fields .gform_wrapper input[type=tel], 
#form-fields .gform_wrapper input[type=number], 
#form-fields .gform_wrapper input[type=password],
#form-fields .gform_wrapper input[type=textarea],
#form-fields textarea.textarea,
#form-fields #field_1_5 textarea {
    outline-style: none;
    font-size: 11px;
    font-family: inherit;
    padding: 8px 5px 8px 5px;
    letter-spacing: normal;
    /* text-transform: uppercase; */
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #CCC;
}

#form-fields #field_1_5 textarea {
    padding-bottom: 25px;
}

#form-fields .gform_wrapper div.charleft {
    display: none;
}

#form-fields #field_1_5 {
    width: 100%;
}

#form-fields .gform_wrapper .top_label textarea.textarea {
    width: 100%;
}

#form-fields #field_1_6 {
    display: none;
}

#form-fields #field_1_7 {
    width: 418px;
    margin-left: 13px !important;
    margin-top: 10px;
    width: 90%;
}

#form-fields #field_1_7 label.gfield_label {
    display: none;
}

#form-fields #label_7_1,
#form-fields #label_7_2 {
    text-align: left;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
    padding-top: 2px;
    text-align: center;
}

#form-fields .gchoice_7_1 {
    width: 400px;
    display: inline-block;
}

#form-fields .gchoice_7_2 { 
    width: 213px;
    display: inline-block;
}

#form-fields #label_7_1 a {
    color: #333;
    text-decoration: underline;
}

#form-fields #label_7_1 a:hover {
    color: #00A09B;
}

#form-fields input[type="submit"] {
    text-transform: uppercase;
    padding: 8px 12px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 300;
    background: #000;
    display: inline-block;
    color: #fff;
    border: 0px solid #D2D2D2;
    border-radius: 0px;
    box-shadow: none;
    line-height: normal;
}

#form-fields input[type="submit"]:hover {
    background: #333;
}

#form-fields .tte-bullets,
#form-fields #field_1_10,
#form-fields #field_4_10,
#form-fields #field_5_10,
#form-fields #field_6_10 { 
    width: 114%;
    margin-bottom: 35px !important;
    margin-top: 0 !important;
    margin-left: -7%;
}

#form-fields .tte-bullets {
    margin-left: 0px!important;
}

#form-fields #field_5_10 { 
    width: 100% !important;
    margin: 0 auto 35px !important;
}

.tte-review-form {
    width: 100%;
    margin: 0 auto 35px;
}

#form-fields #field_1_10 p,
#form-fields .tte-bullets p { 
    line-height: 1.7em;
    padding-bottom: 20px;
}

#form-fields #field_1_10 p:last-child,
#form-fields .tte-bullets p:last-child {
    padding-bottom: 0;
}

#form-fields .gform_wrapper .gform_heading {
    margin-bottom: 0;
}

#form-fields .gform_wrapper {
    margin: 0 !important;
}

.tte-form-hide {
    display: none;
}

#field_1_7 .gfield_description,
.form-error-message {
    color: #fff !important;
    background: #f26d7d;
    font-weight: normal !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 5px 0 !important;
    display: block !important;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
}

#field_1_7 .gfield_description {
    width: 154%;
}

#field_6_11 label,
#field_1_13 label {
    display: none;
}

#why-use-tte {
    margin-bottom: 25px;
}

#why-use-tte a {
    text-transform: uppercase;
    padding: 8px 12px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 300;
    background: #00A09B;
    display: inline-block;
    color: #fff;
}

#why-use-tte a:hover {
    background: #09DBDB;
}

.travel-tip-item-content a {
    text-decoration: underline;
    color: #000;
}

.travel-tip-item-content a:hover {
    color: #00A09B;
}

/* TTE CONTACT FORM
---------------------------------*/

#field_1_3 {
    width: 100% !important;
}

#field_1_12 {
    margin-top: 25px;
}

.intl-tel-input,
#field_1_3 input,
.hundo .ginput_container input {
    /*width: 97% !important;*/
}

#field_1_14 input, #field_46_17 input {
    width: 100% !important;
    /* padding-left: 50px !important; */
}

#form-title h5 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    margin-top: 25px;
    line-height: 1.3em;
}

#form-title h6 {
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #000;
    margin-bottom: 20px;
}

#form-title p span.blue-title {
    color: #00A09B;
    font-size: 14px;
}

#form-title p span.blue-title {
    color: #00A09B;
    font-size: 14px;
    font-weight: 400;
}

.gform_wrapper .tte-contact-stuff ul {
    color: #000;
    font-size: 14px;
    list-style: none !important;
    line-height: 1.3em;
    margin-top: 10px !important;
    font-weight: 400;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html .tte-contact-stuff ul li {
    margin-bottom: 5px !important;
    color: #000 !important;
    list-style: none !important;
}

#form-title h5 span {
    font-weight: 700;
}

.intl-tel-input .flag-dropdown {
    background: #eee;
    border: 1px solid #ccc;
}

li.country {
    text-align: left;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    background-color: #FFF;
    border: 1px solid #CCC;
    width: 436px;
    max-height: 250px;
    overflow-y: scroll;
    left: -1px;
    top: 33px;
}

.ui-datepicker-title select {
    width: 28%;
    margin-right: 3px;
    margin-left: 3px;
}

#form-fields .gform_wrapper ul li.field-comment {
    margin-top: -7px;
    margin-bottom: 29px !important;
    font-family: 'Lato', serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3em;
    width: 90%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#link-to-faq {
}

#link-to-faq a {
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 12px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 300;
    background: #00A09B;
    display: inline-block;
    margin-top: 20px;
}

#link-to-faq a:hover {
    background: #09DBDB;
}

#field_1_21 h5,
#field_1_22 h5 {
    margin-top: 0;
}

#field_1_22 p {
    margin-top: 20px;
    padding: 0 0;
}

.gform_button {
    width: auto;
}

h5.tte-confirm-name {
    color: #000;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.4em;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 25px;
}


/* ASK WENDY FORM
---------------------------------*/

#field_4_3,
#field_5_3,
#field_6_3,
#field_6_11,
#field_1_13,
#field_1_14,
#field_1_15,
.hundo {
    width: 100% !important;
}

#field_4_3 input,
#field_5_3 input,
#field_6_3 input {
    width: 97% !important;
}

.ask-wendy-page #form-fields .gform_wrapper .top_label textarea.textarea,
.tte-review-form .gform_wrapper .top_label textarea.textarea {
    padding: 8px 5px 8px 5px;
    letter-spacing: normal;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
}

#field_4_5,
#field_5_5,
#field_6_5 {
    width: 100% !important;
}

#field_4_7,
#field_5_7,
#field_6_7 {
    width: 100% !important;
}

.ask-wendy-page #form-fields .gchoice_7_1 {
    width: 100%;
}

.ask-wendy-page .gchoice_7_1 input {
    margin-left: 13px;
    margin-right: 0;
}

.ask-wendy-body {
    margin-top: 35px;
}

#field_6_11,
#field_1_13 {
    cursor: pointer;
}


.sl-container {
    border: 1px solid #ccc;
    padding: 5px;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    width: 97%;
    margin: 2px auto;
}

.gfield_error .sl-container {
    border: 1px solid #FF6243;
}

.sl-container ul li:first-child {
    display: none !important;
}

.sl-placeholder {
    text-align: left;
    width: 95% !important;
}

.sl-button {
    position: absolute;
    right: 8px !important;
    top: 7px !important;
    height: 100%;
}

.sl-options {
    position: absolute;
    left: -1px !important;
    display: block;
    top: 32px !important;
    background: #FFF !important;
    border: 1px solid #CCC !important;
    text-align: left !important;
    padding-left: 5px !important;
    width: 429px !important;
    border-top: 0 !important;
    padding-top: 12px;
}

.sl-options a {
    color: #333;
    max-width: 100%;
    width: 400px;
    white-space: normal !important;

}

.safari-mac .sl-options a {
    text-transform: none !important;
}

.sl-options a:hover {
    color: #00A09B;
}

.gfield_error .sl-options {
    border: 1px solid #FF6243 !important;
    border-top: 0 !important;
}

.gform_wrapper .gfield_checkbox li label {
    margin: 0 0 0 0px;
}




#gform_11 div.ginput_container {
    text-align: center;
}
#gform_11 div.ginput_container div {
    margin-left: auto;
    margin-right: auto;
}
#gform_11 .gform_footer, #gform_42 .gform_footer, #gform_49 .gform_footer {
    text-align: center;
}
#gform_42 li.gfield {
    padding-right: 0;
}
.page-id-38004 .entry-content, .page-id-68570 .entry-content {
    padding: 0 2rem!important;
}
.page-id-38004 .entry-content div p img, .page-id-68570 .entry-content div p img {
    width: 31%;
}


/* REVIEWS PAGE
---------------------------------*/

.tte-review-page .page-intro p {
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
}


/* ACCORDION
---------------------------------*/
/* Created with the Accordion Shortcodes plugin */

.accordion-title {
    cursor: pointer;
}
.accordion-title:before {
    content: "\f067";
    font-family: 'FontAwesome' !important;
    font-size: 12px !important;
    padding-right: 5px;
}
.accordion-title.open:before {
    content: "\f068";
}
/* Larger blue FAQ headings are set to h2 */
h2.accordion-title {
    color: #00cccc;
    font-size: 28px;
    padding: 15px;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ccc;
    background: #e9e9e9;
}
h2.accordion-title:before {
    font-size: 18px !important;
}
.accordion-content {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: none solid solid;
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    padding: 0px 15px;
}
/* Use the "no-border" class in the shortcode of accordions without borders around answers */
.no-border .accordion-content {
    border: none;
    padding: 0;
}


/* OPTIN MONSTER POPUP
---------------------------------*/

.tulsa-element-title-content, .raleigh-element-title-content {
    outline: none;
}


/* FOOTER NEWSLETTER SIGNUP
-------------------------------------------------------------- */

#field_2_4 {
    width: 100% !important;
    margin-bottom: 15px;
}


/* FORM ERRORS
-------------------------------------------------------------- */

#form-fields .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
#sign-up-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-top: 0;
    margin-bottom: 12px !important;
    padding-left: 0 !important;
}

#sign-up-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
}

#form-fields .gform_wrapper li.gfield.gfield_error,
#sign-up-wrap .gform_wrapper li.gfield.gfield_error {
    background-color: transparent;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-top: 0px solid #C89797;
    border-bottom: 0px solid #C89797;
}

#form-fields .gform_wrapper .ginput_container + .gfield_description.validation_message,
#sign-up-wrap .gform_wrapper .ginput_container + .gfield_description.validation_message {
    display: none;
}

#form-fields .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#sign-up-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}

#form-fields .gform_wrapper div.validation_error,
#sign-up-wrap .gform_wrapper div.validation_error {
    color: #ff6243;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 35px;
    font-family: 'Playfair Display', serif;
}

#sign-up-wrap .gform_wrapper div.validation_error {
    color: #E0F117;
    margin-bottom: 25px;
}

#form-fields .gform_wrapper li.gfield_error input[type=text], 
#form-fields .gform_wrapper li.gfield_error input[type=url], 
#form-fields .gform_wrapper li.gfield_error input[type=email], 
#form-fields .gform_wrapper li.gfield_error input[type=tel], 
#form-fields .gform_wrapper li.gfield_error input[type=number], 
#form-fields .gform_wrapper li.gfield_error input[type=password], 
#form-fields .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ff6243!important;
}

#sign-up-wrap .gform_wrapper li.gfield_error input[type=text], 
#sign-up-wrap .gform_wrapper li.gfield_error input[type=url], 
#sign-up-wrap .gform_wrapper li.gfield_error input[type=email], 
#sign-up-wrap .gform_wrapper li.gfield_error input[type=tel], 
#sign-up-wrap .gform_wrapper li.gfield_error input[type=number], 
#sign-up-wrap .gform_wrapper li.gfield_error input[type=password], 
#sign-up-wrap .gform_wrapper li.gfield_error textarea {
    border: 1px solid #E0F117;
    background: #F9FFB6;
}

#form-fields .gform_wrapper .top_label .gfield_error .ginput_container,
#sign-up-wrap .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}

#form-fields .gfield_error .gfield_checkbox,
#sign-up-wrap .gfield_error .gfield_checkbox {
    color: #ff6243;
}



#form-fields #gform_confirmation_message_1 h4,
#form-fields #gform_confirmation_message_4 h4,
#form-fields #gform_confirmation_message_5 h4,
.gform_confirmation_message h4,
#form-fields #gform_confirmation_message_6 h4 {
    color: #00A09B;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 60px;
    margin-top: -60px;
    font-family: 'Playfair Display', serif;
}

#sign-up-wrap #gform_confirmation_message_2 h4 {
    color: #fff;
    margin-top: -30px;
    padding-top: 60px;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.4em;
}

#form-fields #gform_confirmation_message_1 p,
#form-fields #gform_confirmation_message_4 p,
#form-fields #gform_confirmation_message_5 p,
#form-fields #gform_confirmation_message_6 p,
#sign-up-wrap #gform_confirmation_message_2 p {
    padding: 0 40px;
    line-height: 1.5em;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    font-family: 'Playfair Display', serif;
}

#form-fields #gform_confirmation_message_5 {
    margin-bottom: 80px;
}

#sign-up-wrap #gform_confirmation_message_2 p {
    color: #fff !important;
}

#sign-up-wrap #gform_confirmation_message_2 p a {
    color: #333 !important;
    text-decoration: underline;
}

#sign-up-wrap #gform_confirmation_message_2 p a:hover {
    color: #fff !important;
}

#form-fields .gform_confirmation_message,
#sign-up-wrap .gform_confirmation_message {
    margin-bottom: 30px;
}

#tte-contact-info-confirm,
#tte-contact-info-confirm {
    margin-top: 20px;
}

#form-fields #tte-contact-info-confirm p {
    font-size: 21px;
    font-weight: 400;
    color: #000;
    line-height: 1.3em;
}

.form-error-message {
    color: #ff6243;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 26px;
    font-family: 'Playfair Display', serif;
}

#footer-mail-form .form-error-message {
    color: #E0F117;
}

/* SEARCH PAGE
-------------------------------------------------------------- */

.search-content h1.page-title,
.tte-review-page h1.page-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2em;
    color: #999;
    text-transform: none;
    font-style: italic;
}

.search-content h1.page-title span,
.tte-review-page h1.page-title span,
#wendy-perrin-team h2 {
    font-size: 36px;
    font-style: normal;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

#wendy-perrin-team h2 {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 10px solid #000;
    margin-bottom: 45px;
    text-align: left;
}

.search-content .page-header {
    margin-bottom: 20px;
    border-bottom: 0;
}

.specific-category-results .page-header,
.tte-review-page .page-header {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.results-desc {
    display: none;
    padding-bottom: 25px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
    color: #000000;
}

.results-desc a {
    color: #555;
    text-decoration: underline;
}

.results-desc a:hover {
    color: #00A09B;
}


/* SLIDESHOWS
-------------------------------------------------------------- */

/* Display the caption across the bottom of the image in full screen mode */
.sp-full-screen .sp-caption-container {
    background: white;
    padding: 10px;
    color: black;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}

/* Don't show the navigation buttons in full screen mode */
.sp-full-screen .sp-buttons {
    display: none;
}

/* Add a class to a paragraph in the caption for photo attribution */
.sp-caption-container .photo-attribution {
    color: #999;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 12px !important;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em !important;
    margin-top: 10px;
}


/* COMMENTS
-------------------------------------------------------------- */

#comments-wrap {
    width: 100%;
    border-top: 10px solid #000;
    padding: 0 0 40px;
    font-family: 'Lato', serif;
    position: relative;
    z-index: 1;
}

#comments-padding {
    padding: 0 20px;
}

.comments-title {
    font-size: 26px;
    line-height: 1.3em;
    color: #FFF;
    background: #000;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Lato', serif;
}

.comments-area article header cite, 
.comments-area article header time {
    margin-left: 0;
}

.comments-area cite b {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato', serif;
}

.comments-area article header {
    margin: 0 0 15px;
}

.comment-content p {
    margin: 0 0 24px;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 15px;
    line-height: 1.4em;
}

.edit-link,
.form-allowed-tags,
.logged-in-as {
    display: none;
}

.comments-area article header time {
    display: inline-block;
}

.reply {
    display: inline-block;
    margin-left: 10px;
}

.comments-area article header .reply a {
    color: #00A09B;
}

.comments-area article header .reply a:hover {
    color: #09DBDB;
}

.commentlist .children {
    padding-left: 48px;
    margin-left: 0;
    border-bottom: 1px solid #CCC;
}

#respond {
    margin-top: -1px;
    padding-top: 48px;
    padding-bottom: 48px;
    border-top: 0px solid #000;
    width: 100%;
}

#respond-padding {
    max-width: 600px;
    margin: 0 auto;
}

#respond h3#reply-title {
    color: #00A09B;
    font-family: "Playfair Display",serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 22px;
    text-align: center;
}

#respond form {
    margin: 5px 0 30px;
}

#respond form p {
    text-align: center;
    margin-bottom: 24px;
}

#respond form label {
    display: none;
}

input[type="submit"] {
    text-transform: uppercase;
    padding: 8px 12px;
    font-family: 'Lato', serif;
    font-size: 15px;
    font-weight: 300;
    background: #000;
    display: inline-block;
    color: #FFF;
    border: 0px solid #D2D2D2;
    border-radius: 0px;
    box-shadow: none;
}

input[type="submit"]:hover {
    background: #333;
    color: #fff;
}

#respond h3#reply-title #cancel-comment-reply-link {
    color: #00A09B;
}

#respond h3#reply-title #cancel-comment-reply-link:hover {
    color: #09DBDB;
}

textarea {
    border: 1px solid #CCC;
    border-radius: 0;
    font-family: inherit;
    padding: 6px;
    font-weight: 300;
}

.comments-area article {
    border-bottom: 1px solid #CCC;
}

.comments-area ol li ol li article {
    border-bottom: 0px solid #CCC;
}

#respond form p {
    font-weight: 300 !important;
    margin-bottom: 15px;
}

#commentform input.error, #commentform textarea.error {
    background-color: #fff;
    border: 1px solid #FF6243;
}

#commentform div.error, #commentform label.error {
    color: #FF6243;
    font-size: 30px;
    margin-top: 30px;
    text-align: center;
    font-family: "Playfair Display",serif;
    font-weight: 400;
    line-height: 1.4em;
}

.comments-area .byuser header cite a {
    color: #00A09B;
}

.byuser {
    color: #00A09B !important;
}

.comments-area .bypostauthor cite b {
    padding-right: 15px;
}

.bypostauthor cite span {
    background-color: #00A09B;
    border: 1px solid #00A09B;
    border-radius: 0;
    padding: 0;
}

.comments-area .byuser header time {
    color: #00A09B;
}

/* FOOTER ASK WENDY
-------------------------------------------------------------- */

#ask-wendy-foot {
    width: 100%;
    border-top: 10px solid #000;
    position: relative;
    z-index: 1;
}

.postid-2187 #ask-wendy-foot {
    display: none;
}

.ask-wendy-foot-padding {
    padding: 0 20px;
}

#ask-wendy-foot-head {
    position: relative;
    display: block;
}

.ask-wendy-title {
    font-size: 26px;
    line-height: 1.3em;
    color: #FFF;
    background: #000;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Lato', serif;
    float: left;
}

.ask-wendy-view-all {
    float: right;
}

.ask-wendy-view-all a {
    font-size: 16px;
    line-height: 1.3em;
    color: #FFF;
    background: #00A09B;
    padding: 5px 15px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Lato', serif;
    display: block;
    margin-top: 20px;
}

.ask-wendy-view-all a:hover {
    background: #09DBDB;
}

#ask-wendy-triple {
    padding: 50px 0 0;
    text-align: center;
}

.ask-wendy-item {
    display: inline-block;
    width: 33%;
    padding: 0 10px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.ask-wendy-item h1 {
    color: #000;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    font-size: 1.7em;
    line-height: 1.25em;
    margin-bottom: 15px;
}

.ask-wendy-item span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.ask-wendy-item h3 {
    color: #00A09B;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2em;
    margin-bottom: 18px;
}

.ask-wendy-item:hover h3 {
    color: #09DBDB;
}

.ask-wendy-auth-date {
    color: #999;
    font-weight: 300;
    font-family: 'Lato', serif;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.ask-wendy-block {
    margin-top: 22px;
}

.ask-wendy-block #tte-photo {
    margin-bottom: 0;
}

.about-wendy-block #tte-photo {
    margin-bottom: 15px !important;
}

.about-wendy-block #tte-buttons {
    margin-top: 25px;
}

.travel-question-left {
    float: left;
    width: 100%;
    color: #00A09B;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3em;
    font-style: italic;
    margin-bottom: 30px;
}

.ask-q-left {
    width: 48% !important;
}

.ask-q-right {
    width: 48% !important;
    float: right;
}

.question-meta {
    color: #000000;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 14px;
    margin-bottom: 0;
    font-style: normal;
    line-height: 1.2em !important;
    text-transform: uppercase;
    margin-top: 15px;
}

.travel-question-right {
    width: 100%;
}

.travel-question-right p {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 10px;
    color: #000000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.travel-question-right p a {
    color: #333;
    text-decoration: underline;
}

.travel-question-right p a:hover {
    color: #00A09B;
}

.travel-question-right p:last-child {
    padding-bottom: 0;
}

.travel-question-item {
    border-top: 1px solid #CCC;
    padding: 30px 0 0;
    margin-bottom: 30px;
}

#review-list-wrap {
    margin-top: -26px;
}


/* ABOUT WENDY PAGE
-------------------------------------------------------------- */


.about-wendy-copy {
    margin-top: 0 !important;
}

.team-item {
    width: 260px;
    text-align: center;
    display: inline-block;
    padding: 0 30px 45px;
    vertical-align: top;
}

.team-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 8px;
}

.team-desc {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #999;
    font-style: italic;
    font-size: 15px;
    line-height: 1.3em;
}

#wendy-perrin-team {
    text-align: center;
}

.about-points {
    margin-top: 10px;
}

.about-points {
    position: relative !important;
    font-weight: 300;
    font-family: 'Lato', serif;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 30px;
}

.about-points:last-child {
    margin-bottom: 0;
}

.about-points a {
    color: #00A09B;
}

.about-points a:hover {
    color: #09DBDB;
}

.about-points .bolder {
    font-weight: 700;
}

.contact-block-full-width {
    width: 100% !important;
}


/* FOOTER SIGN-UP
-------------------------------------------------------------- */

#sign-up-wrap {
    background: #00A09B;
    padding: 55px 0;
    width: 100%;
    border-top: 1px solid #000;
    position: relative;
    clear: both;
}

#footer-mail-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    left: 50%;
    margin-left: -22px;
    top: -22px;
}

#mail-copy-wrap {
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

#mail-copy-wrap {
    text-align: center;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding: 0 20px;
    max-width: 850px;
    margin: 0 auto;
}

#mail-signup-head {
    margin-bottom: 25px;
}

#mail-signup-head  h3 {
    font-size: 36px;
}

#mail-signup-copy {
    margin-bottom: 15px;
}

#mail-signup-copy p {
    font-size: 1.5rem;
    line-height: 1.5em;
}

#sign-up-wrap .gform_wrapper form {
    text-align: inherit;
}

#sign-up-wrap .gform_wrapper .gform_footer {
    padding: 0 0 10px 0;
    margin: 11px 0 0 0;
}

#sign-up-wrap .gform_wrapper {
    overflow: inherit;
    margin: 0;
    max-width: 100%;
}

#sign-up-wrap .gform_wrapper ul li.gfield {
    clear: none;
    display: inline-block;
    text-align: center;
    width: 33%;
}

#sign-up-wrap .gform_wrapper ul.gform_fields {
    text-align: center;
}

#sign-up-wrap .gform_wrapper .top_label input.medium {
    width: 94%;
}

#sign-up-wrap .gform_wrapper .top_label input.medium {
    outline-style: none;
    font-size: 11px;
    font-family: inherit;
    padding: 8px 5px 8px 5px;
    letter-spacing: normal;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0px solid #CCC;
    color: #333;
}

#sign-up-wrap .gform_footer input[type=submit] {
    background: #000;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    text-transform: uppercase;
    font-family: 'Lato', serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    width: 31%;
}

#sign-up-wrap .gform_footer input[type=submit]:hover {
    color: #fff;
    background: #333;
}

/* FOOTER
-------------------------------------------------------------- */

#footer-wrap {
    background: #000;
    padding: 55px 0;
    width: 100%;
    color: #fff;
    clear: both;
}

#footer-content {
    padding: 0 30px;
    text-align: center;
    clear: both;
}

#footer-logo {
    margin-bottom: 20px;
}

#footer-logo img {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
}

#footer-excerpt {
    font-size: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em;
}

#footer-menu {
    margin-bottom: 15px;
    text-transform: uppercase;
}

#footer-menu ul {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#footer-menu ul li {
    display: inline-block;
    margin: 0 8px;
    font-weight: 300;
    margin-bottom: 13px;
}

#footer-menu ul li a {
    color: #fff;
}

#footer-menu ul li a:hover {
    color: #00A09B;
}

#footer-copyright {
    font-family: 'Lato', serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2em;
    font-size: 12px;
    clear: both;
}

hr.footer-rule {
    width: 70%;
    text-align: center;
    margin: 0 auto 40px;
}

#footer-excerpt {
    width: 70%;
    margin: 0 auto 35px;
    text-align: center;
}

#footer-social-icons {
    margin-bottom: 30px;
}

.icon-foot {
    width: 26px;
    height: 26px;
    position: relative;
    background-position: bottom !important;
    display: inline-block;
    margin: 0 2px;
    background-size: 26px 52px !important;
}

.icon-foot:hover {
    background-position: top !important;
}

.icon-foot span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

#tw-icon-foot {
    background: url('../../../images/icons/tw-icon.png');
}

#fb-icon-foot {
    background: url('../../../images/icons/fb-icon.png');
}

#pn-icon-foot {
    background: url('../../../images/icons/pn-icon.png');
}

#ig-icon-foot {
    background: url('../../../images/icons/ig-icon.png');
}

#gp-icon-foot {
    background: url('../../../images/icons/gp-icon.png');
}

#tag-icon-foot {
    background: url('../../../images/icons/tag-icon.png');
}

/*
# no booking form
*/

.gfield_checkbox li input {
    float: none !important;
    position: absolute !important;
    height: auto !important;
    vertical-align: middle !important;
}

.gfield_checkbox li label {
    margin-top: 7px !important;
}
/*
.gfield_checkbox li label {
        float:none !important;
        display:inline-block !important;
        vertical-align: middle !important;
}
*/
#search-mobile {
    display: none;
}
#post-thumbnails {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#post-thumbnails .thumb-item {
    width: 300px;
    margin-bottom: 2rem;
    padding: 10px;
}
#post-thumbnails .thumb-item .thumb-img {
    width: 100%;
    height: auto;
}
#post-thumbnails .thumb-item .thumb-title {
    color: #00a09b;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
}
@media only screen and (max-width: 1055px) {

    #tag-icon-foot {
        display: none;
    }

    #tag-text {
        width: 100%;
        margin-left: 0;
    }

    #form-title h4 {
        margin: 0 0 10px;
    }

    #field_1_7 .gfield_description,
    .form-error-message {
        margin-left: 0;
        margin-right: 0;
    }

    #field_1_7 .gfield_description {
        width: 100%;
    }

    /* WOW List */
    .tte-button.tte-black {
        column-count: 1!important;
    }
}

@media only screen and (max-width: 900px) {

    #newsletter-link {
        display: none;
    }

    #travel-truth-tag h2 {
        font-size: 15px;
    }

    #form-fields .tte-bullets,
    #form-fields #field_1_10,
    #form-fields #field_4_10,
    #form-fields #field_5_10,
    #form-fields #field_6_10 { 
        width: 100%;
        margin-left: 0% !important;
    }

    .page-id-68570 header {
        padding-top: 2.5rem;
    }

    #post-thumbnails {
        justify-content: center;
    }

    #post-thumbnails .thumb-item {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    #navigation-wrap {
        margin-top: 5px;
    }

    #destination-search-wrap {
        width: 100%;
    }

    .content-left-wrap {
        width: 100%;
        border-right: 0px solid #CCC;
        padding-top: 4.5rem;
    }

    #content-right-wrap {
        width: 100%;
        border-left: 0px solid #CCC;
        margin-left: 0px;
    }

    .destination-ad-bot {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .form-error-message {
        padding-top: 60px;
    }

    #article-copy {
        padding-bottom: 0;
    }

    .single-destination .destination-ad {
        display: none;
    }

    .travel-question-item:last-child {
        border-bottom: 1px solid #CCC;
        padding-bottom: 30px;
    }

    .destination-ad img {
        max-width: 300px;
    }

    .destination-ad img {
        padding: 0;
    }

    #tte-left,
    #tte-right {
        height: auto !important;
    }

    #tte-block #tte-buttons,
    #tte-block #why-use-tte {
        position: static;
    }

    .ask-wendy-item {
        width: 100%;
    }

    #search-mobile {
        display: block;
        width: 100%;
        position: absolute;
        top: 3.5rem;
        padding: .5rem 4.5rem;
        background: #8dd9de;
    }
    #search-mobile form {
        position: relative;
    }
    #search-mobile form input[type="submit"] {
        background: url('../../../images/icons/mag.png') #000 no-repeat !important;
        width: 2.5rem;
    }
    #search-mobile form input[type="text"] {
        width: 100%;
    }

    #back-to-top {
        display: none;
    }
}

@media only screen and (max-width: 550px) {

    #left-foot-article {
        width: 100%;
    }

    #left-foot-article:nth-child(odd) {
        border-right: 0px solid #CCC;
    }

    #sign-up-wrap .gform_wrapper ul li.gfield {
        float: none;
        text-align: center;
        margin-bottom: 10px;
        display: block;
        clear: both;
        margin: 0 auto 15px !important;
    }

    #sign-up-wrap .gform_wrapper ul li.gfield:first-child {
        margin-bottom: 25px !important;
    }

    #sign-up-wrap .gform_wrapper ul li.gfield {
        width: 50%;
    }

    #sign-up-wrap .gform_footer input[type=submit] {
        width: 47%;
    }

    #mail-signup-head h3 {
        line-height: 1.3em;
    }

    #sign-up-wrap .gform_wrapper li.gfield_error input[type=text] {
        margin-bottom: 15px !important;
    }

    .ask-wendy-title {
        font-size: 14px;
    }

    .ask-wendy-view-all a {
        font-size: 12px;
        margin-top: 15px;
    }

    #tte-right {
        width: 100%;
    }

    #tte-left {
        width: 100%;
    }

    #tte-photo img {
        display: block;
    }

    #form-fields .gchoice_7_1 {
        width: auto;
    }
    /*	
            .ssb-share:before {
                    content: '';
                    width: 0;
                    padding: 0;
            }
            
            .ssb-share a.twitter {
                    left: 72px;
            }
            
            .ssb-share a.pineterst {
                    left: 143px;
            }
            
            .ssb-share a.gplus {
                    left: 214px;
            }
    */	
    .travel-question-left {
        font-size: 20px !important;
    }

    .comments-title {
        font-size: 15px;
    }

    .ask-q-left {
        width: 100% !important;
    }

    .ask-q-right {
        width: 100% !important;
    }

}

@media only screen and (max-width: 400px) {

    .pagexofy {
        display: none;
    }

    .bottom-nav-link {
        width: 125px;
        font-size: 12px;
    }

}

@media (max-width: 900px) {
    #tte-sub-details, #tte-tag {
        padding: 15px;
    }
    #tte-body-copy p {
        padding: 15px;
    }
    #tte-right #tte-right-rail {
        padding: 0px 15px;
        margin-bottom: 50px;
    }
}

#tte-contact-form #form-fields .gform_wrapper ul li.gf_centered {
    margin-left: auto!important;
    margin-right: auto!important;
    float: none!important;
    max-width: 140px;
    width: auto;
}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox] {
    position: initial!important;
    height: 35px!important;
}
input::-webkit-input-placeholder {
    color: #333;
}
#form-fields .gform_wrapper .top_label input::placeholder, #form-fields .gform_wrapper .top_label textarea::placeholder {
    color: #333;
    font-size: 1.1em;
}
#form-fields .gform_wrapper .top_label input::-webkit-input-placeholder, #form-fields .gform_wrapper .top_label textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 1.1em;
}
#form-fields .gform_wrapper .top_label input:-ms-input-placeholder, #form-fields .gform_wrapper .top_label textarea:-ms-input-placeholder {
    color: #333;
    font-size: 1.1em;
}
#form-fields .gform_wrapper .top_label input::-ms-input-placeholder, #form-fields .gform_wrapper .top_label textarea::-ms-input-placeholder {
    color: #333;
    font-size: 1.1em;
}
#form-fields .gform_wrapper .top_label input::-moz-placeholder, #form-fields .gform_wrapper .top_label textarea::-moz-placeholder {
    color: #333;
    font-size: 1.1em;
}
#form-fields .gform_wrapper .top_label input:-moz-placeholder, #form-fields .gform_wrapper .top_label textarea:-moz-placeholder {
    color: #333;
    font-size: 1.1em;
}
.hundo .ginput_recaptcha div {
    margin-left: auto!important;
    margin-right: auto!important;
}
.gfield_description.validation_message {
    display: block!important;
}
.comment-content a {
    text-decoration: underline!important;
    color:#21759b!important;
    font-weight: bold!important;
}
.page-template-page-ask-wendy, .gform-body .subtitle {
    margin-bottom: 1rem;
}
.gform-body .subtitle b {
    font-size: 1.5rem;
}
.page-template-page-ask-wendy #home-bullets, .gform-body #home-bullets {
    text-align: left;
    width: fit-content;
    margin: auto;
    max-width: 450px!important;
}
.gform-body #home-bullets {
    max-width: 650px;
}
.page-template-full-width input[type="radio"], .page-template-page-ask-wendy input[type="radio"], .single-tte input[type="radio"] {
    width: 20px;
}
.page-template-full-width .gform-body .subtitle {
    text-align: center;
}
.page-template-full-width h6 {
    font-family: 'Playfair Display', serif;
}
.page-template-full-width h1 {
    font-size: 36px!important;
    font-style: normal;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding: 0 25px;
}
.page-template-full-width .gform_wrapper form {
    font-family: 'Playfair Display', serif;
}
.page-template-full-width .gform_legacy_markup_wrapper label.gfield_label, .page-template-full-width .gform_legacy_markup_wrapper legend.gfield_label {
    font-size: 14px;
}
.page-template-full-width .entry-content p {
    line-height: 1.7em;
    font-family: 'Playfair Display', serif;
}
.page-template-full-width .entry-content a:visited {
    color: #21759b;
}
.page-template-full-width .gform_wrapper .top_label textarea::-webkit-input-placeholder, .page-template-full-width .gform_wrapper .top_label input::-webkit-input-placeholder {
    color: #333;
    font-size: 1rem;
    font-weight: lighter;
    font-family: 'Open Sans';
}
.single-destination .tte-button a {
    width: 100%;
    text-align: center;
}
#home-right-rail {
    text-align: center;
}
#home-right-rail h3 {
    font-size: 2rem;
    padding: 1.5rem 0;
    color: #1d49a7;
}
#home-right-rail-description div {
    background-color: #d1f3f3;
    padding: 1.5rem 1rem;
    line-height: 1.4rem;
    font-size: 1.1rem;
    color: #333;
    font-size: 1.2rem;
    transition: padding 0.3s linear;
}
#home-right-rail-description div:hover b {
    /* letter-spacing: 3px; */
}
#home-right-rail-description div:hover {
    /* opacity: 0.8; */
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
#newsletter-slider {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
}
#newsletter-slider .newsletter-entry {
    padding: 0.5rem;
    transition: transform .5s;
    z-index: 9;
}
#newsletter-slider .newsletter-entry.hover {
    transform: scale(1.2);
    z-index: 99;
}
#newsletter-slider .newsletter-entry img {
    width: 100%;
    height: 100%;
}
#newsletter-bullets {
    display: flex;
    padding: 2rem;
    justify-content: center;
}
#newsletter-bullets .newsletter-bullet {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: white;
    margin: 0 0.3rem;
    cursor: pointer;
}
#newsletter-bullets .newsletter-bullet.active {
    background: #1d49a7;
}
.d-block {
    display: block!important;
}
.b-black {
    background-color: black!important;
}
.page-numbers:not(.dots) {
    border: 1px solid #21759b;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}
.page-numbers.dots {
    display: flex;
    align-items: end;
}
.page-numbers.current {
    background: #00A09B;
}

#author-bio-container * {
    list-style: initial;
    font-size: initial;
    line-height: initial;
}
#author-bio-container {
    white-space: pre-line;
}
#author-bio-container a {
    font-size: 14px;
}
#author-bio-section {
    display:flex;
}
#author-bio-section #author-pic-container {
    margin-right:2rem;
}
#author-bio-container em {
    font-size: 14px;
}
@media only screen and (max-width: 641px) {
    .gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
        width:auto!important;
    }
    img#side-image-travel-agent {
        width: 100%!important;
    }
    #newsletter-slider {
        display: block;
    }
    #newsletter-bullets {
        display: none;
    }
    #newsletter-slider .newsletter-entry.hover {
        transform: scale(1);
    }
    .page-template-page-ask-wendy #content-wrap {
        padding-top: 3.5rem;
    }
    #bottom-pagination {
        padding: 60px 10px;
        justify-content: space-between;
    }
    .bottom-nav-link {
        bottom: 20px;
    }
    #author-bio-section {
        display: block;
    }
    #author-bio-section #author-pic-container {
        margin: 0px;
    }
    #author-bio-container {
        margin-top: 2rem;
    }
}
.page-template-page-generic article a {
    text-decoration: underline;
}
.page-template-page-generic article .entry-content a:visited, .page-template-page-generic article .comment-content a:visited {
    color: #21759b;
}
.page-template-page-generic article .entry-content a:hover, .page-template-page-generic article .comment-content a:hover {
    color: #0f3647;
}
#form-fields  #field_1_42 {
    width: 100%;
}
#form-fields #input_1_41 {
    width: auto;
}
#gform_7 .gform_footer {
    text-align: center;
}
#form-fields .gform_wrapper ul #field_1_47 {
    width: 100%;
}
#menu-primary-navigation .menu-item .sub-menu .menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 0.7rem;
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 3px;
}