
html, body { /*fix for white right space*/
	 width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
 }

h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
 -webkit-font-smoothing: antialiased; /* Looks pretty much the same than Windows */
 -moz-osx-font-smoothing: grayscale;
 font-smooth: always;
}

/* MAIN CONTAINER */
.container	{ margin: 0 auto;  position: relative; }

.container {
    max-width: 840px; 
} 

.row {
	position: relative;
}

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

/* DEFAULT ROW STYLES */
.row, div.clear { clear:both; } /* set according to preference*/

/* DEFAULT COLUMN STYLES */
.col {
  position: relative;
  display: block;
  float: left;
  width: 100%; 
}

@media (min-width: 690px) {
    .col {
      margin-right: 1%; 
     } 
}

/* RESET MARGINS */
.col.col_last { margin-right: 0; } 
.col:last-child { margin-right: 0; } 

/* COLUMN WIDTH ON DISPLAYS +690px */
@media (min-width: 960px) {
	.span_1 { width: 6.5%; }
	.span_2 { width: 15.0%; }
	.span_3 { width: 23.5%; }
	.span_4 { width: 32.0%; }
	.span_5 { width: 40.5%; }
	.span_6 { width: 49.0%; }
	.span_7 { width: 57.5%; }
	.span_8 { width: 66.0%; }
	.span_9 { width: 74.5%; }
	.span_10 { width: 83.0%; }
	.span_11 { width: 91.5%; }
	.span_12 { width: 100%; }
}


.wrap-headertop {
    background: url('images/TRAVELLING-WELL-BOOK---SECTION1BG_03.jpg') no-repeat top center;
        background-size: auto auto;
    min-height: 660px;
    padding: 0 0 2em 0;
    position: relative;
    background-size: cover;
}

.site-header {
    background-color: transparent;
    width: 100%;
    z-index: 9999;
}

.site-title a{
	font-size:28px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0px;
	letter-spacing: 1px;
}

.genesis-nav-menu a {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
    text-transform: uppercase;
    font-size: 18px;
	padding: 20px 28px;
}

li#menu-item-18 a {
	color: #fff;
	border: 1px solid #fff;
	padding: 15px 38px;
	padding-bottom: 14px;
	margin-left: 45px;
}

li#menu-item-18 a:hover {
    border: 1px solid #8CC53F;
    color: #fff;
    background: #8CC53F;
    text-decoration: none;
}

#travel-section1 {
    margin-top: 1em;
}


.sect1-left {
    max-width: 382px;
    float: left;
    margin: 0 0 0 71px;
}

.sect1-right {
    max-width: 708px;
    float: left;
    margin: 0;
}

.sect1-right h1{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 46px;
	margin: 24px 0 16px 0;
	text-transform: uppercase;
	line-height: 69px;
}

.sect1-right p{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 28px;
	line-height: 39px;
}

.sect1-buttons {
	text-align: center;
	margin-top: 55px !important;
	display: block;
}

.sect1-buttons a{
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #8CC53F;
	text-align: center;
	border: 1px solid #8CC53F;
	padding: 13px 44px;
	font-weight: 400;
	font-size: 20px;
	margin: 0 7px;
}

.sect1-buttons a.getcopy-btn:hover{
	background:#fff;
	border:1px solid #fff;
	color: #8CC53F !important;
}

.getcopy-btn {
    background: #8CC53F;
    color: #fff !important;
	margin-bottom: 21px !important;
}

.sect1-buttons a.watchvid-btn:hover{
	background:#fff;
	border:1px solid #fff;
	color: #8CC53F !important;
}

.sect2full {
    text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
}

.sect2full h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color:#58595B;
	font-size:22px;
	margin-bottom: 30px;
	line-height: 34px;
}

.sect2full p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.wrap-sect2cont{
	border-top:2px solid #8CC53F;
	padding-top:4em;
	padding-left: 25px;
	padding-right: 25px;
}

.sect2-left {
    max-width: 490px;
    float: left;
    width: 100%;
}

.sect2-left h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 60px;
	margin-bottom: 22px;
}

.sect2-left h3 span{
	font-weight: 700;
}

.sect2-right {
    max-width: 520px;
    width: 100%;
    float: right;
}

.page-template-tpl-home .site-inner {
    max-width: 100%;
    padding: 0px;
    overflow: hidden;
}

#travel-section2 {
    background: url('images/TRAVELLING-WELL-BOOK---SECTION2BG_03.jpg');
}

#travel-section2 {
    background: url('images/TRAVELLING-WELL-BOOK---SECTION2BG_03.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 24em;
}

#travel-section3{
	background:#EEF4FB;
	padding: 3.5em 0 3em 0;
}

.sect3inner {
    max-width: 1045px;
    margin: 0 auto;
    width: 100%;
}


.sect3-left {
    max-width: 370px;
    float: left;
    width: 100%;
}

.sect3-right {
    max-width: 620px;
    width: 100%;
    float: right;
}

.sect3-right p{
	line-height: 26px;
}

.sect3-right h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 42px;
	text-transform: uppercase;
	line-height: 58px;
	margin-bottom: 22px;
	margin-top: 7px;
}

.sect3-right h2 span{
	font-weight:300;
	display:block;
}

#travel-section4{
	background:url('images/TRAVELLING-WELL-BOOK---SECTION4bg.jpg') no-repeat top center;
	padding: 5em 0 5em 0;
}

#travel-section4 h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:42px;
	line-height: 59px;
	letter-spacing: -1px;
}

#travel-section4 h2 span{
	display:block;
	font-weight:700;
}

.sect4-wrap-list {
    max-width: 985px;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 3.5em;
}

.sect4-wrap-list ul li{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 29px;
	line-height: 24px;
}

.sect4-wrap-list ul li span{
	font-weight:700;
	color:#8CC53F;
	text-transform:uppercase;
}

.sect4-wrap-list  ul{ 
	max-width:450px;
	width:100%;
	padding-left: 20px;
}

.left-listcontent {
    float: left;
}


.right-listcontent {
    float: right;
}

.sect4include {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    color: #8CC53F;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 26px 0 49px 0;
	position:relative;
}

.sect4include:before{
	content: '';
	max-width: 346px;
	width: 100%;
	border-top: 1px solid #fff !important;
	position: absolute;
	left: 0;
	top: 15px;
}

.sect4include:after{
	content: '';
	max-width: 346px;
	width: 100%;
	border-top: 1px solid #fff !important;
	position: absolute;
	right: 0;
	top: 15px;
}

.content-alt-wrap{
	background:#EEF4FB;
	overflow: hidden;
	margin-bottom: 2em;
	position:relative;
}

.odd-content img {
    float: left;
}

.odd-cont-wrap {
    padding: 64px 34px 0 30.7em;
}

.odd-cont-wrap p{
	line-height: 26px;
}

.even-content img {
    float: right;
}


.even-cont-wrap {
	max-width: 513px;
	float: left;
	width: 100%;
	padding: 45px 0 0 48px;
}

.innerlineheight{
	line-height: 25px;
	margin-top: 20px;
}

.even-p1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:18px;
	color:#414042;
	margin-bottom: 18px;
}

.even-cont-wrap h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    color: #414042 !important;
    text-align: center !important;
    border-top: 2px solid #414042;
    border-bottom: 2px solid #414042;
	text-transform: uppercase;
	padding: 10px 0;
	line-height: 33px;
}

.ebook-mid-right a{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background:#8CC53F;
	text-align: center;
	border: 1px solid #8CC53F;
	padding: 13px 35px;
	font-weight: 400;
	font-size: 20px;
	margin: 0 7px;
	float: left;
	margin-top: 2em;
}

.ebook-mid-right a:hover {
    background: #fff;
    border: 1px solid #8CC53F;
    color: #8CC53F !important;
}


.ebookmid-left {
    float: left;
    margin-right: 50px;
}

.ebook-middle-wrap {
    margin-top: 6em;
}


.ebook-mid-right h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:42px;
	color:#000;
	text-transform: uppercase;
	margin-bottom: 36px;
	line-height: 59px;
}

.ebook-mid-right h3 span{
	font-weight:700;
}

.ebook-mid-right {
	padding-right: 16px;
	max-width: 702px;
	width: 100%;
	float: right;
	margin-right: 1em
}

.ebook-mid-right p {
    line-height: 25px;
}

#travel-section8{
	background:url('images/TRAVELLING-WELL-BOOK---SECTION8BG_03.jpg') no-repeat;
	min-height:551px;
	padding: 5em 0 2em 0 !important;
	background-size: cover;
}

#travel-section8 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 59px;
    letter-spacing: -1px;
	margin-bottom: 69px;
}

#travel-section8  .slick-prev {
    background: url('images/TRAVELLING-WELL-BOOK---testimonial-arrows_03.png') no-repeat;
    width: 26px;
    height: 46px;
    left: -60px;
	top: 40px;
}

#travel-section8 .slick-next {
    background: url('images/TRAVELLING-WELL-BOOK---testimonial-arrows_05.png') no-repeat;
    width: 26px;
    height: 46px;
    right: -57px;
	top: 40px;
}

.slick-prev::before {
    content: "";
}
.slick-next::before {
    content: "";
}

.text-testimonials {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.text-testimonials p{
	color:#fff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
}

.wrap-one-slider {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.author-wrap {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
    position: relative;
	margin-top: 50px;
}

.author-wrap img {
    float: left;
    margin-right: 15px;
	width: 58px;
	height: 58px;
	-webkit-border-radius: 50%;
	border-radius:50%;
}

.testi-author{
	text-align: left !important;
	font-weight: 700 !important;
	max-width: 348px;
	width: 100%;
	float: left;
}

.testi-author span {
    display: block;
	font-weight: 400 !important;
}

#travel-section9{
	background:#FFFFFF;
	padding: 5em 0 4em 0;
}

#travel-section9 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 59px;
    letter-spacing: -1px;
	margin-bottom: 69px;
}

#travel-section9 h2 span{
	font-weight:300;
}

#travel-section9 .wrap{
	max-width:1090px;
}

.section9-left {
    max-width: 510px;
    float: left;
    width: 100%;
	position: relative;
}

.section9-left img {
    min-height: 465px;
    position: absolute;
	max-width: unset;
	left: -16em;
}


.section9-left p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 21.5px;
	color:#58595B !important;
	line-height: 36px;
	margin-top: 23em;
	
}

.section9-right {
    max-width: 526px;
    float: right;
    width: 100%;
}

.section9-right strong {
    text-transform: uppercase;
}

#travel-section10{
	background:#EEF4FB;
	padding:5em 0 0 0;
}

#travel-section10 a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #8CC53F;
    text-align: center;
    border: 1px solid #8CC53F;
    padding: 13px 45px;
    font-weight: 400;
    font-size: 20px;
    margin: 0 7px;
    float: left;
    margin-top: 1em;
	margin-left: 20px;
}

#travel-section10 a:hover {
    background: #fff;
    border: 1px solid #8CC53F;
    color: #8CC53F !important;
}

.section10-ebook {
    float: left;
}

.section10-right {
    float: right;
    max-width: 797px;
}

.appandbook-wrap {
    overflow: hidden;
    margin-top: 5em;
}


.app-content-section {
    float: left;
    max-width: 570px;
    width: 100%;
	position:relative;
}

.app-content-section:after{
	content: '';
	border-left: 1px solid #58595B;
	position: absolute;
	height: 181px;
	right: 6px;
}

.mobile-img {
    max-width: 92px;
    float: left;
    width: 100%;
}

.available a{
	float: none !important;
	margin: 0 auto !important;
	background-color: transparent !important;
	border: 0px !important;
	padding: 0 !important;
	display: inline-block;
	vertical-align: middle;
}

.appstore {
    display: block;
    width: 132px;
    height: 40px;
	background:url('images/TRAVELLING-WELL-BOOK---section10images_08.jpg') no-repeat !important;
}


.googlestore {
    display: block;
    width: 131px;
    height: 40px;
	background:url('images/TRAVELLING-WELL-BOOK---section10images_10.jpg') no-repeat !important;
}



.mobile-innercontent {
	float: left;
	max-width: 394px;
	width: 100%;
	margin-top: 16px;
	margin-left: 13px;

}

.mobile-innercontent h3{
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#231F20;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.available span {
    margin-right: 10px;
	position: relative;
	top: 5px;
}


.mobile-innercontent p{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#231F20;	
	margin-bottom:15px;
}

.available{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	color: #231F20 !important;
}


.ebook-funbook-content{
	float: left;
    max-width: 570px;
    width: 100%;
}

.travelwell-img {
    max-width: 180px;
    float: left;
    width: 100%;
	margin-left: 10px;
}

.travelwell-innercontent {
    float: left;
    max-width: 375px;
    width: 100%;
	margin-top: 16px;
	margin-left: 5px;
}

.travelwell-innercontent  h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #231F20;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.travelwell-innercontent p{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#231F20;	
	margin-bottom:15px;
}


.download-travelwell {
    background: transparent !important;
    color: #8CC53F !important;
    padding: 5px 45px !important;
    margin: 5px 0 0 0 !important;
}

#travel-section10 .download-travelwell:hover {
    background: #8CC53F !important;
    border: 1px solid # #8CC53F !important;
    color: #ffffff !important;
}



#travel-section11{
	background:url('images/TRAVELLING-WELL-BOOK---blogbg_07.jpg') no-repeat top center;
	background-size:cover;
	min-height:997px;
	padding: 83px 0 119px 0;
}

#travel-section11 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 59px;
    letter-spacing: -1px;
    margin-bottom: 55px;
}

#travel-section11 h2 span{
	font-weight:700;
}

.content-right {
	float: right;
	max-width: 590px;
	width: 100%;
}

#travel-section11 .podcast-wrap {
    width: 100%;
    height: 597px;
	max-width: 620px;
    overflow: auto;
}

.podcasts-block {
    clear: both;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.podcasts-block .wp-post-image {
    float: left;
    margin: 0 10px 10px 0;
}

.podcasts-block h4 a {
    font-weight: 900;
    font-size: 16px;
    line-height: 1.1;
    text-transform: uppercase;
	color:#fff !important;
}

.top-title {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#fff;
	font-size:30px;
	margin-bottom: 50px;
}

.podcasts-content p {
    margin-bottom: 5px;
	color: #fff;
}

#footerfullwidth-section {
    text-align: center;
	margin: 15px 0;
}

#footer-copyrights .wrap {
    border-top: 1px solid #414042;
}

#footer-copyrights ul {
    background-color: #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 16px 0 0 0;
}


#footer-copyrights ul li {
	display: inline-block;
	border-right: 1px solid #7C7C7C;
	margin-right: 35px;
	padding-right: 35px;
	line-height: 17px;
}

#footer-copyrights ul li a {
    color: #414042;
    font-size: 16px;
    font-weight: 300;
}

#footer-copyrights .widget{
	margin:0px;
}

#footer-copyrights ul li:last-child {
    border: 0px;
}

.social-media-footer {
    margin: 33px 0 5px 0;
    text-align: center;
}

#footer-menus-section ul.social-media-footer li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#footer-menus-section ul.social-media-footer li a {
	color: #414042;
	margin: 0 7px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 20px;
	padding: 12px 8px;
	border: solid 1px #414042;
	vertical-align: middle;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
}


#footer-menus-section .widget{
	margin-bottom: 30px;
}

#footer-menus-section h2 {
	font-size: 28px;
	color: #414042;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 0px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.single-podcasts .site-inner {
    max-width: 700px;
}

.single-podcasts  .entry-title{
	text-align:center;
}

.single-podcasts .entry-header .entry-meta{
	text-align:center;	
}

.wrap-customheadertop {
    background: url('images/TRAVELLING-WELL-BOOK---SECTION1BG_03.jpg') no-repeat top center;
    min-height: 275px;
    padding: 0 0 2em 0;
    position: relative;
}

#ctm-headertitle h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.regularfont {
    font-weight: 400;
}

#ctm-headertitle {
    padding:6.2em 0 1em 0;
}

.scrollToTop {
    width: 42px;
    height: 42px;
    padding: 2px;
    text-align: center;
    background: url('images/arrow-up_03.png') no-repeat;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: fixed;
    bottom: 1em;
    right: 17px;
    display: none;
    z-index: 9999;
}

#eModal-1 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 845px;
    padding: 40px 0 37px 0 !important;
    background: #FFFFFF !important;
    z-index: 9999 !important;
    position: relative;
    background-size: cover;
}

.emodal-close {
    background: url('images/TRAVELLING-WELL-BOOK---POPUPIMGS_03.jpg') no-repeat;
        background-color: rgba(0, 0, 0, 0);
    width: 60px;
    height: 60px;
    z-index: 999;
    color: transparent !important;
    text-indent: -9999px;
    top: -60px !important;
    right: 0px !important;
}

.emodal-content .gform_wrapper li.hidden_label input, .emodal-content .gform_wrapper select {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    padding: 11px 15px !important;
    color: #808082;
	font-weight:300;
}

.emodal-content .gform_wrapper .gform_footer input.button {
    width: 100% !important;
    background: #39B54A;
    border: 1px solid #39B54A;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #fff;
    margin: 0 auto !important;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 0;
}

.ebook-wrappop{
	max-width:685px;
	width:100%;
	margin:0px auto;
}

.ebook-wrappop h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	text-align:center;
	color:#333333;
	font-size:35px;
	text-transform: uppercase;
	line-height: 47px;
}

.ebook-wrappop h2 span{
	display:block;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300;
	font-size:18px;
	text-transform:none;
	margin: 0px 0 25px 0 !important;
}

.left-pop {
    float: left;
    max-width: 257px;
    width: 100%;
}

.right-pop {
    max-width: 414px;
    float: right;
    width: 100%;
	padding-top: 10px;
}

.sendtext{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:300;
	font-size:18px;
	text-transform:none;	
	text-align:center;
	color:#333333;
	margin-top: -21px;
}

.emodal .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
	margin-top: 9px;
}

.emodal .gform_wrapper .gform_footer {
	padding-top:3px;
}

#eModal-2 {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 845px;
    padding: 0px !important;
    background: #fff !important;
    z-index: 9999 !important;
	min-height: 540px;
	position:relative;
}

#eModal-2 iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
}

div.anchor-bt {
    display: block;
    position: relative;
    top: -30px;
    visibility: hidden;
}

.responsive-menu-button{
	display:none !important;
}


.site-header .widget-area{
	position:relative;
}

.header-widget-area button#responsive-menu-button{
	position:absolute;
	display:none !important;
	background: #8CC53F !important;
	top: -50px;
	right: 0px;
	height: 48px;
}


.responsive-menu-accessible .responsive-menu-box{
	left: -5px;
	top: -3px;	
}

.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after{
	width: 35px !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 18px !important;
    text-transform: uppercase;
}

.logged-in #responsive-menu-container{
	top: 32px;
}

#responsive-menu-search-box {
    padding-top: 15px !important;
}

#travel-oddsection {
    margin-top: -5em;
	padding-bottom: 4em;
}

html #wpadminbar{
		position:fixed;
}

.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    overflow: hidden;
    bottom: 33%;
}


.ft-thumb{
	position: relative;
	overflow: hidden;
	max-width: 150px;
	width: 100%;
	float: left;
}

.podcasts-content {
    float: left;
    max-width: 390px;
    margin: 0 10px 0 20px;
}

.smallapptext {
    text-align: center;
    text-transform: uppercase;
    margin-top: 5em;
}


/*start*/

@media only screen and (max-width: 1200px) {
	
	.even-p1{
		text-align:center;
	}
	
	.right-pop {
		max-width: 279px;
	}
	
	.ebook-wrappop{
		padding: 0 5%;
	}
	
	
	.section10-right{
		max-width: 615px;
	}
	
	.section9-left img {
		min-height: unset;
		position: relative;
		max-width: unset;
		left: 0;
		width: 100%;
	}
	
	.section9-left,.section9-right {
		max-width: 49%;
	}
	
	.section9-left{
		padding-right: 26px;
	}
	
	.section9-left p{
		padding-left:1em;
		margin-top: 1em;
	}
		
	li#menu-item-18 a{
		margin-left:10px;
	}
	
	.genesis-nav-menu a{
		padding: 20px 15px;
	}
	
	.sect1-right {
		max-width: 628px;
	}
	
	.sect1-right h1{
		margin-top:0px;
		font-size: 40px;
		line-height: 60px;
	}
	
	.sect1-left{
		margin-left:0px;
	}
	
	.wrap-sect2cont{
		padding-left:0px;
		padding-right:0px;
	}
	
	.sect2-left,.sect2-right {
		max-width: 49%;
	}
	
	.sect3-right {
		max-width: 555px;
	}
	
		.odd-content img {
		float: none;
		width: 100%;
	}
	
	.odd-cont-wrap {
		padding: 1% 4%;
		padding-bottom: 1em;
	}
	
	.even-content img {
		float: none;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}


	.even-cont-wrap {
		max-width: 100%;
		float: none;
		width: 100%;
		padding:78% 4% 0 4%;
	}
	
	.ebook-mid-right{
		max-width: 515px;
	}
	
	.app-content-section {
		float: none;
		max-width:500px;
		margin:0 auto;
		overflow: hidden;
	}	
	
	.ebook-funbook-content {
		float: none;
		max-width: 570px;
		margin:0 auto;
		margin-top: 2em;
	}
	
	.app-content-section:after{
		border:0px;
	}
	
	.appandbook-wrap{
		margin-top: 3em;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	.site-header{
		background:transparent !important;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.left-pop {
		float: none;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	
	.right-pop {
		max-width: 100%;
		float: none;
	}


	
	.title-area{
		padding:0px;
	}
	
	.site-header .widget-area {
		margin-top: -42px;
	}

	.header-widget-area button#responsive-menu-button{
		top: 0px;
	}
	
	.site-header{
		position:fixed;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;

	}
	
	.section10-right {
		max-width: 100%;
		float: none;
		margin-top: 18px;
	}
	
	.section10-ebook {
		float: none;
		text-align: center;
	}

	
	.ebook-middle-wrap {
		margin-top: 3em;
	}

	.ebook-mid-right {
		max-width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.ebook-mid-right h3{
		margin-top:1em; 
	}


	.ebookmid-left{
		float: none;
		margin-right: 0;
		text-align: center;
	}

	
	.sect4-wrap-list ul {
		max-width: 380px;
	}
	
	.sect4include:before,.sect4include:after {
		max-width: 245px;
	}
	
	
	.sect3-left {
		max-width: 260px;
	}
	
	.sect3-right {
		max-width: 520px;
	}

	
		
	.header-widget-area button#responsive-menu-button{
		display:block !important;
	}
	
	.site-title{
		text-align:left;
	}
	
	#mobile-nav-header {
		background: #0070B0 !important;
		color: #fff !important;
		display: none !important;
	}
	
	.sect1-left {
		margin-left: 0px;
		float: none;
		text-align: center;
		max-width: 100%;
	}
	
	.sect1-right {
		max-width: 708px;
		margin: 0 auto;
		float: none;
	}
	
	.sect1-right h1{
		font-size:46px;
	}
	
	#travel-section1 {
		margin-top: 0;
		padding-top: 7em;
	}

	.sect1-buttons{
		margin-bottom: 2em;
		margin-top: 9px !important;
	}
	

}

@media only screen and (max-width: 960px) {
	
	.scrollToTop{
		bottom: 3em;
	}
	
	#footer-copyrights {
		padding-bottom: 3em;
	}

	
}
	
	
@media only screen and (max-width: 860px) {
	
	.section9-left, .section9-right {
		max-width: 100%;
		float: none;
	}

	.section9-left p {
		padding-left: 0;
	}
	
	#travel-section8 .slick-prev{
		left: -28px;
	}
	
	#travel-section8 .slick-next{
		right: -28px;
	}
	
	.sect2-left,.sect2-right {
		max-width: 100%;
		float:none;
	}
	
	.sect3-left {
		max-width: 100%;
		text-align: center;
	}
	
	.sect3-right {
		max-width: 100%;
	}
	
	.sect3-right h2{
		text-align:center;
	}

	.sect4-wrap-list ul {
		max-width: 100%;
	}

	#travel-section4{
		padding: 5em 0 1em 0;
		background-size: cover;
	}
	
	#travel-oddsection {
		margin-top: 0;
		padding-top: 3em;
	}
	
	.sect4-wrap-list{
		margin-bottom: 0.5em;
	}
	
	.section9-right{
		padding-right:0;
	}
	
	.section9-left {
		padding-right: 0;
	}	


	
}

@media only screen and (max-width: 760px) {
	
	.sect4include::before, .sect4include::after {
		max-width:180px;
	}
	
	.author-wrap img{
		float:none;
		margin: 0 auto;
	}
	
	.testi-author {
		text-align: center !important;
		font-weight: 700 !important;
		max-width: 100%;
		width: 100%;
		float: left;
	}


}
	
@media only screen and (max-width: 670px) {
	
	.sect1-buttons a{
		margin-bottom:1em;
	}
	
	.sect4include::before, .sect4include::after {
		display:none;
	}
	
	#travel-section10 a{
		padding: 13px 50px;
		margin-bottom: 0px;
	}
	
	.ebook-mid-right a{
		padding: 13px 50px;
		margin-bottom: 0px;
		margin-top: 1em;
	}
	
}

@media only screen and (max-width: 650px) {
	
	.ft-thumb{
		margin-right: 12px;
	}
	
	.podcasts-content {
		float: none;
		max-width: unset;
		margin: 0 10px 0 20px;
	}
	
	.podcasts-content{
		margin-left:0px;
	}

	
}
	
	
@media only screen and (max-width: 555px) {
	
	.mobile-img,.travelwell-img {
		max-width: unset;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.mobile-innercontent h3{
		text-align:center;
	}
	
	.mobile-innercontent p{
		text-align:center;
	}
	
	.available span {
		margin-right: 0;
		position: relative;
		top: 5px;
		margin-bottom: 1em;
		display: block;
	}
	
	.travelwell-innercontent h3{
		text-align:center;
	}
	
	.travelwell-innercontent p{
		text-align:center;
	}
	
	.travelwell-innercontent,.mobile-innercontent{
		margin-bottom: 1em;
		margin-left: 0px;
		float: none;
		margin: 0 auto;
			margin-top: 0px;
		margin-top: 15px;
	}

	.download-travelwell{
		float:none !important;
		display:block;
	}
	
	
}
	
	
@media only screen and (max-width: 450px) {
	
	.available a{
		display: block;
		vertical-align: bottom;

	}

}

@media only screen and (max-width: 400px){
	
	#footer-copyrights ul li {
		display: inline-block;
		border-right: 0;
		margin-right: 0;
		padding-right: 0;
		line-height: 17px;
		margin: 0 7px;
	}

	
}

@media only screen and (max-width: 380px){
	
	.header-widget-area button#responsive-menu-button {
		top: -26px;
	}

	.site-title a{
		padding-right: 84px;
	}
	
	.sect1-buttons a{
		padding: 13px 30px;
	}
	
	.sect2-left h3{
		line-height: 42px;
		font-size: 30px;
	}
	
	.sect1-right h1 {
		font-size: 33px;
		line-height: 45px;
	}
	
	.sect3-right h2{
		line-height: 42px;
		font-size: 33px;
	}
	
	#travel-section4 h2{
		font-size: 32px;
		line-height: 47px;
	}

	.ebook-mid-right h3{
		line-height: 44px;
		font-size: 33px;
	}
	
	#travel-section8 h2{
		font-size: 33px;
		line-height: 45px;
	}
	
	#travel-section9 h2{
		margin-bottom: 37px;
		font-size: 33px;
		line-height: 49px;
	}
	
	#travel-section11 h2{
		font-size: 33px;
		line-height: 45px;
	}
	
	.sect1-right p{
		font-size: 23px;
		line-height: 33px;
	}
	
}

@media only screen and (max-width: 345px){
	
	
	.sect1-buttons a ,#travel-section10 a,.ebook-mid-right a {
		padding: 13px 11px !important;
		width: auto;
		margin: 0 0 29px 0 !important;
		font-size: 17px;

	}
	
	.ebook-wrappop h2{
		font-size: 22px;
		line-height: 30px;
	}
	
	.ebook-wrappop h2 span{
		font-size: 15px;
		line-height: 23px;
	}


}