/******************************************************************
Theme Name: Travel Team
Author: Forest White
Author URI: http://www.forestwhite.com
Version: 1.0
*****************************************************************


Color Values:

    yellow = #ecc200
      blue = #293E6B

*/

/* WordPress Fixes  */

.sticky {}

/* DO NOT EDIT THIS */

.gallery-caption {}

/* THESE ARE USELESS */

.bypostauthor {}

/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

/* OVERALL WIDTH */

.wrap {
    width: 100% !important;
    max-width: 1200px !important;
}


/* GLOBAL */

html,
body {
    width: 100%;
    margin-top: 0 !important;
    overflow-x: hidden;
}

html {
    font-family: 'Cantarell', sans-serif !important;
    background-repeat: repeat;
    background-position: top center !important;
    background-attachment: scroll !important;
    position: relative !important;
}

body {
    background: #fff url('images/background-hex.png') !important;
    color: #444;
}

.home #inner-content {
    margin-top: 0px;
}

.hentry {
    border-radius: 0;
    border: none !important;
    margin: 0 15px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cantarell', sans-serif !important;
    color: #333;
}

a {
    color: #293E6B;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: none !important;
}

h1 {
    font-size: 32px !important;
    color: #000;
}

h1.page-title {
    padding: 20px 0;
}

h2 {
    font-size: 28px !important;
    color: #000;
    margin-top: 0 !important;
}

h3 {
    font-size: 24px !important;
    color: #000;
    margin-bottom: 0;
}

h4 {
    font-size: 23px !important;
    color: #000;
    font-weight: 300 !important;
    font-style: italic;
}

h5 {
    font-size: 12px;
    font-weight: 700 !important;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
}

h6 {
    font-size: 14px;
}

section ul {
    list-style-type: disc;
    font-weight: normal;
    margin-left: 20px;
}

section ul li {
    line-height: 15px;
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left !important;

}


p {
    font-size: 14px;
    margin: 5px 0;
}

input[type="submit"] {
    background: #999;
    color: #fff;
    padding: 10px 25px 8px 25px !important;
    font-size: 18px;
    border: 0;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
}

input[type="text"],
input[type="email"],
textarea,
select {
    border: 1px solid #ddd !important;
}

textarea {
    padding-top: 10px !important;
}

textarea:focus,
input:focus,
select:focus {
    outline: 0;
}

hr {
    margin: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    height: 0px !important;
}

.entry img {
    -moz-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
    padding: 4px;
}

.pagefw {
    width: 100%;
    margin-bottom: 15px;
}

.twocol {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.twocol p {
    font-size: 16px !important;
    margin-bottom: 50px !important;
}

/* HEADER */

.header {
    background-color: transparent !important;
}

#inner-header {
    background: #fff url('images/background-top.png') repeat-x !important;
    position: relative;
}

#logo {
    background: url(images/logo.png) no-repeat;
    background-size: 100% auto;
    width: 425px;
    height: 110px;
    margin: 10px 0 0 0 !important;
    display: inline-block;
    position: relative;
}

#header-right {
    max-width: 500px;
    text-align: right;
    display: inline-block;
    margin: 25px 20px 0 0;
    vertical-align: top;
    position: absolute;
    right: 0;
}

#phone {
    position: absolute;
    top: 85px;
    left: 200px;
    font-weight: 800;
    font-size: 21px !important;
    z-index: 1000;
    display: block;
}

a#rqstquote {
    background: url('images/request-quote.png') center/auto 100% no-repeat;
    width: 200px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 10px;
}

a.button {
    -webkit-border-radius: 5px !Important;
    -moz-border-radius: 5px !Important;
    border-radius: 5px !Important;
    line-height: 43px !important;
    overflow: hidden !important;
    padding: 0 20px !important;
    letter-spacing: -1px !important;
    font-weight: bold;
    font-size: 14px !important;
}


#header-right a.signup {
    background: url('images/email-signup.png') center/auto 100% no-repeat;
    width: 200px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

a#rqstquote:hover,
#header-right a.signup:hover {
    opacity: .7
}

#sale-banner {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    vertical-align: top;
    padding: 10px 30px;
    min-height: 95px;
    background: #0066B9;
    margin: 20px 30px 10px 40px;
    cursor: pointer;
}

#sale-banner:hover {
    opacity: .7;
}

#sale-banner div {
    font-size: 24px !important;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #F0CF32;
    font-family: 'Cantarell', sans-serif !important;
}

#sale-banner p {
    font-size: 11px !important;
    color: #fff;
}

.number-adults select,
.number-children select {
    width: 100px;
    display: inline-block;
    margin-left: 15px;
}

form div p {
    width: 97%;
}

.nf-field-label label {
    font-weight: 400 !important;
    font-size: 13px;
}

.nf-field-element select {
    font-size: small;
}

.label-above .nf-field-label {
    margin-bottom: 0 !important;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 15px !important;
}

.nf-field-container.hr-container {
    border-bottom: 1px dashed #ccc;
}

.label-left .nf-field-element {
    width: 25% !important;
    min-width: 80px;
}

.label-left .nf-field-label {
    width: auto !important;
}

.submit-wrap input {
    background: url('images/submit.png') center/auto 100% !important;
    font-size: 0;
    padding: 23px 100px;
    display: block;
    border: none !important;
}

.nf-form-fields-required {
    display: none;
}

.nf-after-field .nf-error-msg {
    font-size: 13px !important;
}

.nf-error .ninja-forms-field {
    border: 1px solid #ddd !important;
}

/*  NAVIGATION */

#nav {
    background: #293E6B;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal !important;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;

}

#nav li {
    margin-left: 0px;
    display: inline-block !important;
    float: none;
}

#nav li a {
    color: #fff !important;
    font-size: 10.5px;
    line-height: 35px;
    font-weight: bold;
    background: url('https://travelteam.fatcow.com/data/wp-content/uploads/2013/06/navback.png') no-repeat right !important;
    margin-top: 1px;
    text-shadow: none !important;
    padding: 0px 18px !important;
    text-transform: uppercase;
}

#nav li a:hover {
    color: #EFCF32 !important;
}

#nav li:last-child a {
    background: none !important;
}



#nav li.current_page_parent a,
#nav li.current-menu-ancestor a,
#nav li.current-cat a,
#nav li.current-menu-item a {
    color: #EFCF32;

}

#nav li ul {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;

}

#nav ul.sub-menu {
    width: 200px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    background: #fff;
}

#nav ul.sub-menu li {
    width: 100%;
}

#nav ul.sub-menu li a {
    padding: 0 0 0 30px !important;
    width: 100%;
    display: inline-block;
    text-align: left !important;
    border: 0px !important;
    border-top: 0px solid #333333;
    border-bottom: 0px solid #222222;
    color: #293e6a !important;
    font-weight: 700 !important;
    background: url() no-repeat center top !important;
    line-height: 35px;
}

#nav li:first-child ul.sub-menu li a {
    margin-left: -10px !important;
}

#nav ul.sub-menu li a:hover {
    text-decoration: none;
    color: #293e6a !important;
    background: url() no-repeat center top !important;
}

ul.dropdown-vertical li:hover,
#nav ul.sub-menu li:hover {
    background: #EFCF32 !important;
}


/* SIDE NAV */

ul.dropdown ul {
    border: 1px solid #EFCF32 !important;
    background: #fff !important;
    margin-left: -50px !important;
    margin-top: -2px !important;
}

ul.dropdown {
    margin-left: 15px !important;
}

ul.dropdown li.menu-item-16:hover {
    background: none !important;
    border: 1px solid #fff !important;
    opacity: 0.8;
}

ul.dropdown li {
    border: 1px solid #fff !important;
    margin-left: -10px !important;
    margin-right: 10px !important;
    padding-left: 10px !important;
    margin-bottom: 1px;
    cursor: pointer !important;
}

ul.dropdown li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 35px;
    max-width: 100%;
    display: inline-block;
    padding: 0 !important;
    text-shadow: #fff 1px 1px 1px;
    color: #293e6a !important;
    text-align: left !Important;

}

ul.dropdown li a:hover {
    color: #293E6B !important;
}

ul.dropdown li:first-child a:hover {
    background: none !important;
}

ul.dropdown ul li {
    margin-left: 0px !important;
}

ul.dropdown ul li a {
    font-weight: 700 !important;
    text-shadow: #fff 1px 1px 1px;
}

.dm-align-left table,
ul.dropdown ul li {
    width: 100%;
    max-width: 100%;
}

div.widget_news_announcement {
    padding-left: 20px !important;
}

/* BODY */

#content {
    margin-top: 0 !important;
}

#inner-content {
    margin: 0 auto !important;
    border: 0;
    background: #fff !important;
    padding: 0;
    max-width: 1000px;
}


.page-template-page-full #main,
.home #main {
    max-width: 100%;
    text-align: center !important;
}

.entry-content {
    padding: 0 !important;
}

.entry-content p {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: left;
}

.entry-content img {
    margin-bottom: 0 !important;
}

.category-blog .entry {
    margin-top: 100px !important;
}

.category-blog .fwpostbox {
    display: inline-block;
}

.category-blog .fwpostbox img {
    width: 160px !important;
    height: 140px !important;
    margin-right: 15px;
    width: 235px !important;
    margin-bottom: 5px;
    -moz-box-shadow: 0px 0px 2px #000000 !important;
    -webkit-box-shadow: 0px 0px 2px #000000 !important;
    box-shadow: 0px 0px 2px #000000 !important;
    border: none !important;
    padding: 4px !important;
    float: left;
}

.categorydesc ul li {
    padding-left: 5px;
    list-style-type: disc;
    margin-left: 20px;
}

.category-blog .post-meta,
.category-travel-news .post-meta {
    display: block !important;
    margin-bottom: 0px;
    background: none !important;
    padding-left: 0px !important;
}

.category-blog .post-date,
.category-travel-news .post-date {
    background: url(https://travelteam.fatcow.com/data/wp-content/uploads/2013/09/ribbon-date.png) no-repeat top right !important;
    padding: 2px 15px 7px 10px;
    font-weight: bold;
    font-size: 10px;
    font-family: 'Cantarell', sans-serif !important;
    display: inline-block !important;
}

.post-date {
    display: none !important;
}

a.excerpt-read-more {
    float: left;
    clear: right;
    margin-top: 10px;
    color: #fff;
    background: #293E6B;
    padding: 5px 15px;
}


.page table {
    float: left !important;
}

.category-latest-deals .post-date,
.single .post-meta {
    display: none !important;
}

.category-travel-news .categorydesc {
    display: none;
}

.category-travel-news .title {
    padding-bottom: 20px;
}

#main {
    width: 70%;
    display: block;
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
}

/* SIDEBAR */

#sidebar {
    width: 26% !important;
    padding: 12px 10px 60px 10px;
    margin: 0 1.5% 0 0;
    min-height: 460px;
    background: #f1f1f1;
    float: right;
    text-align: center;
    display: block;
}

#sidebar .widget-container {
    background: none;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    margin-bottom: 0px;
    padding: 0 20px 0 20px;
}

#sidebar h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

div[id*="ajaxsearchlite"] {
    box-shadow: 0px !important;
}

div[id*="ajaxsearchlite"] .probox .proinput input {
    padding-left: 10px !important;
}

#text-3 {
    margin-top: 20px;
}

/* HOMEPAGE */

.metaslider {
    background: #ffffff !important;
    background-image: none !important;
    border: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    border-width: 0 1px 1px 1px;
    margin-top: 0px !important;
    padding: 20px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#content .metaslider img {
    width: 100%;
    display: block;
    border-right: 1px solid #fff !important;
}

a.home-links {
    width: 33%;
    display: inline-block;
    margin: 20px 0;
}

a.home-links img {
    max-width: 80%;
}

#home-text p {
    font-size: 13px;
    line-height: 22px;
    max-width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.nav-arrows {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.nav-arrows a {
    background: url(https://travelteam.fatcow.com/data/wp-content/uploads/2014/05/arrow1.png) no-repeat right !important;
    background-size: auto 100%;
    padding: 12px 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    width: 26%;
    display: block;
    margin-left: -5px;
    margin-right: -2%;
    margin-bottom: 15px;
    float: right;
    min-height: 40px;
    vertical-align: middle;
    font-weight: bold;
}

.nav-arrows a.cruise-link {
    line-height: 2;
}

.nav-arrows a:first-child {
    margin-right: 20px;
}

.homefeed {
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 15px 5px 5px 5px;
    clear: none;
    margin-left: -5px;
    margin-right: 5px;
    margin-bottom: 0;
    overflow: hidden !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 18px;
    overflow: hidden;
    text-align: left;
}

.homefeed img {
    width: 100% !important;
    height: auto;
    margin-bottom: 5px;

    border: none !important;
    padding: 3px 5px !important;
    float: none;
}

.category-travel-news .grid {
    width: 250px !important;
    height: 140px !important;
    margin-right: 40px;
}

.homefeed:hover {
    background: #f1f1f1;
}

.homefeed p {
    font-size: 13px !important;
    line-height: 1.25 !important;
    padding: 5px;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: left;
}

.homefeed span {
    width: 30% !important;
    float: left !important;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: -10px;
}


/* TRAVEL REQUEST FORM WIDGET */

#sidebar #nf-form-5-cont {
    width: 90% !important;
    margin: 0 auto;
}

#sidebar #nf-form-5-cont .list-checkbox-wrap .nf-field-element li label,
#sidebar #nf-form-5-cont .list-radio-wrap .nf-field-element li label {
    text-align: left;
}

#sidebar #nf-form-5-cont #nf-field-118-wrap .nf-field-label label {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #333 !important;
    width: 100% !important;
    display: inline-block !important;
}

/* NEW HOMEPAGE */

.single #banner-box,
#header-right br,
#header #sale-banner {
    display: none !important;
}

#nav.new {
    display: block !important;
    width: 100% !important;
}

.header {
    background: #fff !important;
    padding-bottom: 15px;
}

#inner-header {
    background: #fff !important;
}

#phone {
    top: 15px;
    left: auto;
    right: 20px;
    font-family: 'Arial', sans-serif;
    font-size: 30px !important;

}

#phone::before {
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    background: url(images/phone.svg) bottom/100% auto no-repeat;
    margin-bottom: 7px;
    margin-right: 5px;
    vertical-align: middle;
}

#footer {
    background: #293E6B !important;
    padding-bottom: 30px;
}

#logo {
    background: url(images/logo-big.png) left/100% auto no-repeat;
}

#header-right {
    margin: 20px 0 0 0;
    max-width: 70%;
    top: 50px;
}

#header-right a#rqstquote {
    margin-left: 0;
    margin-top: 0;
}

#banner-box {
    background: rgba(0, 0, 0, .75);
    width: 100%;
    text-align: center;
}


#main {
    width: 100%;
    padding: 0 0 30px 0;
    text-align: center;
    position: relative;
}

#inner-footer,
#nav {
    margin-bottom: 0;
}

#nav {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

#nav ul {
    display: flex;
    width: 100%;
    border: none !important;
    border-right: 1px solid #fff !important;
    border-right: 1px solid rgba(255, 255, 255, .15) !important;
}

#nav ul li {
    flex: 1;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

#nav ul li:hover {
    background: #F0CF32;
}

#nav ul li:hover a {
    color: #293E6B !important;
}

#nav ul li a {
    line-height: 45px;
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
    background: none !important;
    letter-spacing: 0;
}

#nav ul li ul {
    display: inline-block !important;
    padding: 15px 0;
    width: calc(100% + 1px) !important;
    left: -1px;
}

#nav ul li:first-child ul {
    width: 400% !important;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

#nav ul li ul li {
    width: 100%;
}

#nav ul li:first-child ul li a::before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

#nav ul li ul li.australia a::before {
    background: url(images/icon-australia.svg) center/auto 90% no-repeat;
}

#nav ul li ul li.new-zealand a::before {
    background: url(images/icon-new-zealand.svg) center/auto 90% no-repeat;
}

#nav ul li ul li.fiji a::before {
    background: url(images/icon-fiji.svg) center/auto 85% no-repeat;
}

#nav ul li ul li.tahiti a::before {
    background: url(images/icon-tahiti.svg) center/auto 75% no-repeat;
}

#nav ul li ul li.hawaii a::before {
    background: url(images/icon-hawaii.svg) center/auto 85% no-repeat;
}

#nav ul li ul li.south-america a::before {
    background: url(images/icon-south-america.svg) center/auto 95% no-repeat;
}

#nav ul li ul li.europe a::before {
    background: url(images/icon-europe.svg) center/auto 95% no-repeat;
}

#nav ul li ul li.asia a::before {
    background: url(images/icon-asia.svg) center/auto 85% no-repeat;
}

#nav ul li ul li.maldives-seychelles a::before {
    background: url(images/icon-maldives-seychelles.svg) center/auto 85% no-repeat;
}

#nav ul li ul li.mexico a::before {
    background: url(images/icon-mexico.svg) center/auto 60% no-repeat;
}

#nav ul li ul li.africa a::before {
    background: url(images/icon-africa.svg) center/auto 90% no-repeat;
}

#nav ul li ul li a {
    font-size: 14px !important;
    line-height: 2.8 !important;
    text-align: center !important;
    padding-left: 0 !important;
}

#nav ul li:first-child ul li a {
    text-align: left !important;
    padding-left: 30px !important;
}

#nav ul li:hover ul li a {
    color: #293E6B !important;
}

.homefeed {
    width: 24% !important;
    padding: 10px 5px;
    margin: 0;
}

.homefeed span {
    width: 100% !important;
    margin: 0;
}

.homefeed img {
    width: 99% !important;
    margin-bottom: 10px;
}

.homefeed strong {
    padding: 0 15px;
    display: inline-block;
    line-height: 1.2;
    font-family: 'Arial', sans-serif;

}

.homefeed p {
    padding: 0 15px 40px 15px;
    text-align: justify;
}

#sale-banner {
    position: relative;
    margin: 0;
}

.home #sale-banner {
    min-height: 380px;
}

#sale-banner:hover {
    opacity: 1;
}

#sale-banner div {
    text-align: right;
    font-size: 30px !important;
    color: #F0CF32;
}

#sale-banner .banner-info {
    width: 57%;
    padding: 100px 5% 100px 0;
    display: inline-block;
    position: relative;
    z-index: 101;
    text-align: left;
}

#sale-banner .banner-info a {
    color: #293E68;
    font-size: 13px;
    text-transform: uppercase;
    float: left;
    margin-top: 15px;
    background: #F0CF32;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: 'Cantarell', sans-serif !important;
}

#sale-banner .banner-info p {
    font-size: 16px !important;
    line-height: 1.15 !Important;
    font-weight: 300 !Important;
}

#sale-banner .banner-background {
    width: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: left;
}

#sale-banner .banner-background::before {
    content: "";
    background: url('images/fade-blue.png') right/100% auto repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sale-banner .banner-background img {
    width: auto;
    height: 100%;
    display: block;
}

.nav-arrows a {
    background: url(images/arrow3.png) no-repeat right !important;
    padding: 18px 0 !important;
    font-size: 15px !important;
}

.nav-arrows:first-of-type a {
    background: url(images/arrow3-end.png) left no-repeat, url(images/arrow3.png) right no-repeat !important;
}

/* new package page */

#related_posts ul li:last-child {
    display: none !important;
}

#related_posts {
    margin-top: 40px;
}

#related_posts h3 {
    font-weight: bold !important;
}

#related_posts ul {
    text-align: center !important;
}

#related_posts ul li:last-child {
    display: inline-block !important;
}

#main section {
    padding: 0 6% !important;
}

.single #main section {
    padding: 0 2% 0 6% !important;
}

.hentry {
    margin: 0;
}

.single .hentry section {
    width: 72%;
    float: left;
}

#title-back {
    width: 100%;
    height: 340px;
    margin: 0 0 20px 0 !important;
    background-size: 70% auto !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-color: #0066B9 !important;
}

.title-box {
    width: 100%;
    display: flex;
    height: 100%;
    background: url(images/fade-blue.png) right/100% auto repeat-y !important;
    align-items: center;
    justify-content: center;
}

#page-image {
    width: 100%;
    height: 360px;
}

h1.single-title {
    font-size: 36px !important;
    color: #F0CF32;
    background: none;
    margin-top: 0 !important;
    padding: 8px 3% 0 40%;
    text-align: left;
    font-weight: bold !important;
    line-height: 1;
    font-family: 'Arial', sans-serif !important;
    display: inline-block !important;
    height: auto !important;
    width: 100% !important;

}

#title-back .breadcrumbs,
#title-back .breadcrumbs a {
    color: #fff !important
}


.category #main h1.entry-title {
    background: #F0CF32 !important;
    color: #293e6a !important;
    padding: 15px 0 15px 5%;
    text-align: left;
    font-size: 36px !important;
}

.category #main div.feedbox div:first-of-type {
    display: none !important;
}

.category #sale-banner .banner-info {
    padding: 60px 5% 60px 0;
}

.category .categorydesc p {
    font-size: 17px;
    padding: 0 7%;
}

/* PACKAGES */


.breadcrumbs {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 11px;
    line-height: 20px;
    padding-left: 0px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #666 !important;
}

.yellow-box {
    font-size: 12px;
    font-family: 'Cantarell', sans-serif !important;
    line-height: 22px;
    width: 250px;
    padding: 10px 20px;
    background: #F3C41B;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.categorydesc {
    margin: 20px 0 20px 0;
    width: 100%;
    display: inline-block;
}

.roundbox {
    border: 2px solid #eccd28;
    padding: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 21px;
    font-weight: bold !important;
    color: #293E6B;
    text-align: center;
    line-height: 24px;
    height: 45px;
    font-family: 'Cantarell', sans-serif !important;
    margin-bottom: 20px;
}

/* ABOUT PAGE */

.page-id-105 h1.page-title {
    display: none !important;
}

.page-id-105 #main section {
    padding: 0 !important;
}

.page-id-105 #main section ul,
.page-id-105 #main section p {
    padding: 0 10% !important;
}

.page-id-105 #main section .shortcode-toggle {
    margin: 0 10% !important;
}

/* CRUISES PAGE */


.maxbutton {
    width: 200px !important;
    height: auto !important;
}

.maxbutton .mb-text {
    font-size: 18px !important;
    font-weight: bold !important;
    padding-bottom: 18px !important;
}

table.cruises-box td,
table.cruises-box {
    border: none !important;
    padding-bottom: 30px;
}

/* TOGGLE */

.shortcode-toggle {
    margin: 10px 0 30px 0;
    padding-left: 70px;
    background: #fff url(https://travelteam.fatcow.com/data/wp-content/uploads/2013/08/ribbon1.png) no-repeat top left;
    padding-bottom: 3px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.toggle-trigger {
    margin: 10px 0;
}

.toggle-trigger a {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
}

.shortcode-toggle.closed h4 a {
    background: #fff;
}

.shortcode-toggle h4 a {
    display: block;
    padding: 9px;
    background: #fff;
}

.shortcode-toggle.border {
    border-left: none;
    border-right: none;
}

.shortcode-toggle.closed .toggle-content,
.shortcode-toggle .more-text.closed {
    display: none;
}

.shortcode-toggle .more-text.open {
    display: block;
}


#related_posts {
    position: relative;
}

#related_posts ul {
    display: inline-block;
    position: relative;
}

#related_posts ul li {
    width: 24.5% !important;
    margin-right: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    text-align: center;
    padding: 0 10px !important;
    display: inline-block;
    vertical-align: top;
}

#related_posts li:hover {
    opacity: 0.7;
}

#related_posts li h3 {
    color: #293E6B !important;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 20px;
    padding-left: 0 !important;
    width: 100%;
    position: relative;
    text-align: left;
    margin: 0;
}

#related_posts .wp-post-image {
    width: 100% !important;
    height: 200px !important;
    margin-top: 0px;
    margin-left: 0px;
    -moz-box-shadow: 0px 0px 2px #000000 !important;
    -webkit-box-shadow: 0px 0px 2px #000000 !important;
    box-shadow: 0px 0px 2px #000000 !important;
    border: 5px solid #fff;
    display: inline-block;
}

#related_posts h3 {
    display: inline-block !important;
    font-size: 21px !important;
    color: #ecc200 !important;
    margin: 0 0 20px 10px;
    font-family: 'Arial', sans-serif !important;
}


/* FOOTER */

.footer {
    background-color: transparent !important;
    text-align: center
}

#inner-footer {
    background: #293E6B;
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer,
.footer p,
.footer a {
    font-size: 11px !important;
    color: #fff !important;
}

#footernav ul {
    text-align: center;
}

#footernav li {
    float: none;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #fff;
}

#footernav li:last-child {
    border-right: none;
}

#footernav li a {
    color: #fff !important;
    font-size: 12px !important;
    line-height: 17px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

#footernav li a:hover {
    color: #9CA635;
    text-decoration: none;
}

/* FAQ */

.page-id-174 #main {
    text-align: left;
    padding: 0 5%;
}

.page-id-174 #main h1 {
    text-align: center;
}

/*  SLIDEOUT NAV   ---------------------- */

.navigation {
    list-style: none;
    background: #293e6a;
    width: 201px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    display: none;
    box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
    padding-left: 15px;
}

.navigation li a {
    border-bottom: 1px solid #fff;
    width: 100%;
    display: inline-block;
    line-height: 30px;
    font-weight: 300;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    max-width: 100%;
    display: inline-block;
    padding: 0 !important;
    color: #fff !important;
}

.navigation li ul li a {
    border-bottom: none;
    padding-left: 10px !important;
}

#navSocial {
    padding: 15px 10px;
}

#navSocial a img {
    width: 50px;
    height: auto;
    margin: 0 3px;
}

#mobileBody {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0px;
    bottom: 100%;
    left: 0;
    z-index: 1;
    display: block;

}

.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    display: none;
}

label[for="nav-trigger"] {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 45px;
    cursor: pointer;
    padding: 0 !important;
    background: #ecc200 url(images/nav-bars.png) no-repeat;
    background-size: auto 24px;
    background-position: left center;
}

.nav-trigger:checked + label {
    left: 200px;
    background: #ecc200 url(images/nav-bars-close.png) no-repeat;
    background-size: auto 24px;
    background-position: left center;
}

.nav-trigger:checked ~ #mobileBody {
    left: 200px;
}

.nav-trigger:checked ~ .navigation {
    display: block !important;
}

.nav-trigger + label,
#mobileBody {
    transition: left 0.2s;
}


@media only screen and (min-width: 700px) {

    .navigation {
        display: none;
    }

    .nav-trigger:checked ~ #mobileBody {
        left: 0px;
    }

}

@media only screen and (max-width: 699px) {

    body {
        overflow-x: hidden;
    }

    .nav-trigger,
    label[for="nav-trigger"] {
        display: block;
    }
}



/* -------------------   /end MOBILE SLIDEOUT NAV   --------------------------------- */

/*  RESPONSIVE   ---------------------------------
------------------------------------------------------------------ */
@media only screen and (max-width: 1260px) {
    .page-id-21902 #header-right {
        margin-right: 10px;
    }

    .page-id-21902 #logo {
        margin-left: 10px !important;
    }

    .page-id-21902 #nav li a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1100px) {

    #header-right {
        margin: 25px 10px 0 0;
    }


    a#rqstquote,
    #header-right a.signup {
        margin-left: 0;

    }
}

@media only screen and (max-width: 1030px) {
    #logo {
        width: 380px;
        background-position: center;
    }

    #inner-footer {
        margin-bottom: 0;
    }


    h1.single-title a img {
        padding: 0 0 8px 0 !Important;

    }

    .breadcrumbs {
        line-height: 16px;
    }

    .breadcrumbs a {
        width: auto !important;
        display: inline-block !important;
        float: none !important;
        vertical-align: middle;
        margin-right: 0;
    }
}

@media only screen and (max-width: 920px) {

    #header-right {
        margin: 20px 20px 0 0;
    }

    #rqstquote {
        margin-top: 10px;
    }

    .nav-arrows a {
        font-size: 13px !important;
        letter-spacing: -1px;
    }


    .homefeed {
        width: 32% !important;
    }

    #nav ul li a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 865px) {

    fw {
        display: none;
    }

    .page-id-21902 #logo {
        height: 90px;
    }

    .page-id-21902 #phone {
        top: 10px;
    }

    .page-id-21902 #header-right {
        top: 35px;
    }

    .page-id-21902 #header-right a#rqstquote,
    .page-id-21902 #header-right a.signup {
        width: 163px;
        height: 35px;
    }

    .page-id-21902 #sale-banner .banner-info {
        width: 65%;
    }
}

@media screen and (max-width: 800px) {

    a#rqstquote,
    #header-right a.signup {
        width: 180px;
        height: 40px;
    }

    #logo {
        width: 350px;
    }

    #nav ul li a {
        font-size: 13px;
    }

    .single .hentry section,
    #sidebar {
        width: 100% !important;
    }
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}

/* IPAD */

@media only screen and (max-width: 770px) {

    #logo {
        width: 330px;
    }

    #sidebar,
    #main {
        width: 100%;
    }

    #sidebar {
        margin-right: 0 !important;
    }

    .home #main {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #top {
        display: none !important;
    }

    .entry-content {
        padding: 0 !important;
        position: relative;
    }

    iframe {
        max-width: 100%;
    }


    #header-right br {
        display: none;
    }

    a#rqstquote,
    #header-right a.signup {
        margin-top: 0;
        height: 40px;
        width: 180px;
    }

    #sale-banner {
        min-height: 140px;
        padding: 20px 10px;
    }

    /*  BACK TO TOP   ---------------------------------   */
    .cd-container {
        width: 90%;
        max-width: 768px;
        margin: 2em auto;
    }

    .cd-container::after {
        content: '';
        display: table;
        clear: both;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: .5;
    }

    .cd-top {
        display: inline-block;
        height: 40px;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: #ff3300 url(images/nav-backtop.png) no-repeat !important;
        background-size: auto 20px !important;
        background-position: center center !important;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -moz-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
        z-index: 10000;
    }

    .cd-top.cd-is-visible,
    .cd-top.cd-fade-out,
    .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 0.8;
    }

    /* -------------------   /end BACK TO TOP   --------------------------------- */
}

@media only screen and (max-width: 700px) {
    #logo {
        margin: 10px auto 0 auto !important;
        background-size: 100% auto;
        height: 90px;
        max-width: 55% !important;
    }

    #phone {
        position: relative;
        top: 0;
    }

    #sale-banner .banner-info {
        width: 90%;
        padding: 30px 5% 30px 0;
    }

    #sale-banner .banner-background::before {
        background: url(images/fade-blue-bottom.png) right/100% auto repeat-y;
    }
}

@media only screen and (max-width: 670px) {
    #inner-header {
        text-align: center;
    }

    #logo {
        margin-top: 0 !important;
        position: relative;
        display: inline-block;
        background: url(images/logo-big.png) bottom left/100% auto no-repeat;
    }

    #phone {
        position: relative;
        width: 100%;
        left: 0;
        display: inline-block;
        text-align: center;
    }

    #header-right {
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    .entry-content img {
        float: none !important;
    }

    .copyright,
    .copyright a {
        text-align: center;
        width: 100% !important;
        display: inline-block;
        margin: 0 auto;
        font-size: 10px;
        line-height: 17px;
    }

    .copyright a {
        margin-bottom: 20px;
    }

    .fb_iframe_widget {
        display: none !important;
    }

    .menu-mobile-menu-container ul li a {
        border-bottom: 0 !important;
    }

    #sale-banner {
        max-width: 250px;
    }
}

@media only screen and (max-width: 600px) {
    .page-id-21902 .homefeed {
        width: 45% !important;
    }

    #phone {
        right: 10px;
        font-size: 18px !important
    }

    #header-right {
        width: 100%;
        text-align: center;
        margin: 0;
        min-height: 50px;
        max-width: 100% !important;
        position: relative;
        top: 0;
    }

    #inner-header {
        text-align: center;
    }

    .home h1 {
        font-size: 34px !important;
    }

    #home-text p {
        line-height: 18px;
        margin:
    }

    .menu-mobile-menu-container ul.sub-menu {
        display: none;
    }

    #related_posts ul li {
        width: 48.5% !important;
        margin-bottom: 20px;
    }

    #title-back {
        background-size: cover !important;
    }

    h1.single-title {
        padding: 8px 5% 0 15%;
    }
}

@media only screen and (max-width: 500px) {

    .twocol,
    .homefeed {
        width: 96% !important;
    }

    .homefeed img {
        padding: 0 !important;
    }

    .homefeed span {
        width: 40% !important;
        vertical-align: middle;
    }

    .homefeed strong {
        width: 58%;
        vertical-align: middle;
        padding: 0 0 0 15px;
        font-size: 16px !important;
    }

    #logo {
        background-size: 100% auto;
        height: 90px;
        margin: 0 auto !important;
        max-width: 97% !important;
    }

    #phone {
        font-size: 28px !important;
    }

    .nav li {
        display: inline-block;
    }

    .nav-arrows a {
        background-size: 100% auto;
        width: 53%;
        min-height: 60px;
        margin-bottom: 5px;
        padding: 15px 10px 15px 0;
    }

    .nav-arrows a:first-child {
        margin-right: -2%;
    }

    #nav ul.sub-menu {
        width: 180px !important;
    }

    #menu-item-2530 ul.sub-menu {
        width: 140px !important;
        margin-left: -30px !important;
    }

    #nav ul.sub-menu li a {
        padding-left: 15px !important;
    }

    #nav,
    .homefeed p {
        display: none;
    }

    a.button {
        width: 48%;
        display: inline-block;
        font-size: 12px !important;
        vertical-align: top;
        height: 38px;
        -webkit-border-radius: 5px !Important;
        -moz-border-radius: 5px !Important;
        border-radius: 5px !Important;
        padding: 6px 0 !important;
        line-height: 23px !important;
        overflow: hidden !important;
    }

    #sale-banner {
        max-width: 90%;
    }

    a#rqstquote,
    #header-right a.signup {
        width: 175px;

    }

    #nav {
        padding: 5px 0;
    }

    #nav li a {
        font-size: 12px !Important;
        padding: 0px 15px !important;
        line-height: 26px;
    }

    .label-left .nf-field-element {
        width: 100% !important;
    }

    .nf-form-cont .one-half {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 320px) {

    a#rqstquote,
    #header-right a.signup {
        width: 150px;
    }

    .homefeed strong {
        font-size: 15px !important;
    }
}

/* -------------------   /end RESPONSIVE   --------------------------------- */
