/*
 Theme Name:   Snowys Blog Theme
 Theme URI:    https://www.snowys.com.au/blog/
 Description:  Snowys blog theme template
 Author:       Chris Chaffey
 Author URI:   https://websitedesignninjas.com.au
 Template:     onepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  onepress
*/
/*
	Animated Loader Styles
*/
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 30px solid rgba(98.30443548387096%,46.58464367228934%,15.394845556908082%,0.6);
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 0.5s linear infinite;
  animation: lds-rolling 0.5s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 44px !important;
  height: 44px !important;
  -webkit-transform: translate(-22px, -22px) scale(0.22) translate(22px, 22px);
  transform: translate(-22px, -22px) scale(0.22) translate(22px, 22px);
}

/*
*	CONTAINER STYLES
*/
body {
	overflow-x: hidden !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #262626;
	position: relative;
}

#page {
	position: absolute;/*relative*/
	right: 0px;
	left: 0px;
	top: 0px;
}

.mobileView #page {
	left: 320px;
	right: -320px;
	overflow: hidden !important;
	position: fixed;
}

.mobileView, .savedSlideoutView {
	overflow: hidden !important;
	width: 100%;
    /*max-height: 100%;*/
	position: fixed;
	-webkit-overflow-scrolling: auto;
}

.savedSlideoutView #page {
	right: 385px;
	left: -385px;
	overflow: hidden !important;
	position: fixed;
}

#page .container, .container {
	max-width: 1310px;
	width: 100%;
}

.single .left-sidebar .content-area, .author .left-sidebar .content-area {
	width: 100%;
	border: none;
}

.blog .site-content, .single-post .site-content {
	padding-bottom: 0px;
}

.site-content {
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position:relative;
	top: 30px;/*160px*/
}

#main {
	padding-bottom: 12px;
}

.section-padding {
	padding: 12px 0px 0px;
}

input[type="reset"]:hover, input[type="submit"]:hover {
	opacity: 1;
	background-color: #F48038;
}

#nav-toggle span::before, #nav-toggle span::after, #nav-toggle span {
	height: 4px;
	border-radius: 3px;
	width: 28px;
}

.byline .printPage:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f02f";
	margin-left: 5px;
	font-size: 14px;
}

.byline .printPage:hover {
	opacity: 0.75;
}

/*
*	Menu styles
*/
#site-navigation-mobile .onepress-menu .menuLoginButton, #site-navigation-mobile .onepress-menu .aboutUsNav {
	border-bottom: none;
}
.closeMobileMenu {
	transition: left .5s ease-in-out;
    -moz-transition: left .5s ease-in-out;
    -o-transition: left .5s ease-in-out;
    -webkit-transition: left .5s ease-in-out;
    -ms-transition: left .5s ease-in-out;
    height: 47px;
	background-color: #F37021 !important;
	border-bottom: 2px solid rgb(23, 23, 23) !important;
	display: block;
    position: fixed;
    width: 100%;
    max-width: 320px;
    top: 0px;
    left: -320px;
    z-index: 9999999;
}
.mobileView .closeMobileMenu {
	left: 0px;
}
.admin-bar .closeMobileMenu {
	top: 32px;
}
.admin-bar.mobileView #masthead, .admin-bar.savedSlideoutView #masthead,
.admin-bar.mobileView .site-content, .admin-bar.savedSlideoutView .site-content {
	top: 62px;
}
.closeSavedSlideout {
	width: 100%;
    height: 47px;
	background-color: #F37021;
	border-bottom: 2px solid rgb(23, 23, 23) !important;
}

.closeMobileMenu .closeMenuIcon,
.closeSavedSlideout .closeSavedIcon {
	background: url('images/close-icon.png') no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 13px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.closeMobileMenu .closeMenuIcon {
	left: 20px;
}

.closeSavedSlideout .closeSavedIcon {
	right: 0px;
	margin-right: 17px;
}

.onepress-menu.onepress-menu-mobile li, #site-navigation-mobile .onepress-menu li {
	background-color: #fff;
	border-top: none;
	border-bottom: 2px solid #DDD;
}
.onepress-menu.onepress-menu-mobile > li > a, #site-navigation-mobile .onepress-menu > li > a {
	width: 100%;
	padding: 14px 20px;
}

#site-navigation-mobile .onepress-menu li {
	width: 100%;
	float: left;
}

.nav-is-visible:hover > span {
	background-color: transparent !important;
}

.overlay {
	transition: background .5s ease-in-out;
	-moz-transition: background .5s ease-in-out;
	-o-transition: background .5s ease-in-out;
	-webkit-transition: background .5s ease-in-out;
	-ms-transition: background .5s ease-in-out;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.45);
	width: 100%;
	overflow: hidden !important;
	display: none;
	z-index: 9991;
}

.overlay.isVisible {
	z-index: 9999;
}

#site-navigation-mobile .onepress-menu {
	width: 100%;
	max-width: 320px;
	position:fixed;
	top: 47px;
	left: -320px;
	bottom: 0px;
	background-color: #fff;
	overflow: auto;
	z-index: 9995;
}

#site-navigation-mobile.visible .onepress-menu {
	left: 0px;
	z-index: 99999;
}
/*
.onepress-menu-bar li {
    position: relative;
	white-space: nowrap;
    -webkit-transition: background .2s;
    transition: background .2s;
}
*/

.onepress-menu, .onepress-menu *,
.onepress-menu-bar, .onepress-menu-bar * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.onepress-menu-bar a {
    color: #FFFFFF;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    padding: 4px 30px;
    text-transform: uppercase;
    text-decoration: none;
	display: block;
    position: relative;
}

#site-navigation-mobile .onepress-menu li.closeMobileMenu {
	border-bottom: none;
}

.onepress-menu.onepress-menu-mobile li {
    width: 100% !important;
}

.userWelcomeNavMessage {
    width: 68%;
    display: block;
    position: absolute;
    top: 12px;
    right: 20px;
	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
	text-align: right;
}

.navSearchButton {
	width: 26px;
    display: block;
    position: absolute;
    top: 31px;
    right: 23px;
	cursor: pointer;
}
#masthead.mastheadTop {
	top: 0px;
}
/*
.mobileView #masthead {
	left: 320px;
	right: -320px;
}
.savedSlideoutView #masthead {
	right: 385px;
	left: -385px;
}
*/
.navHeader {
	background: #d7d7d7;
    text-transform: uppercase;
    color: #7b7b7b;
    padding: 8px 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.aboutUsNav {
	float: right;
	width: 100%;
}

#site-navigation-mobile .slideOutNavLinks a {
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: rgba(0,0,0,0.6);
	display: block;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#site-navigation-mobile .menu-item a:after {
	content: "\f054";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	float: right;
    position: absolute;
    right: 10px;
    top: 0%;
    font-size: 1.2em;
	border-left: 2px solid #DDD;
	padding: 16px 8px 16px 23px;
}

.aboutUsNav div.aboutLink {
	margin-top: 10px;
}
.aboutUsNav .blogWriterLink {
	margin-bottom: 5px;
}

#site-navigation-mobile .aboutUsNav .slideOutNavLinks a {
	padding-top: 10px;
}

#site-navigation-mobile .aboutUsNav .slideOutNavLinks a.findUsPageLink {
	padding: 0;
	width: 90%;
}

.findUsLink .navHeaderDarker:nth-child(1) {
	margin: 10px 0 -20px;
	width: 90%;
}
.findUsPageLink {
	width: 275px;
    margin-left: 47px;
    height: 30px;
}
.findUsSectionLink {
	padding-top: 5px !important;
}
/*
.shopNowIcon {
	width: 26px;
	height: 26px;
	background: transparent url('images/icons/home-icon.svg') no-repeat 0px 0px;
	background-size: contain;
	display: block;
	float: left;
	margin: 0px 10px 0px 25px;
}
*/
.menuLoginButton a {
	padding: 0px !important;
}

.menuLoginButton {
	padding: 20px 0px;
	background: #ddd !important;
}

.logoutButton {
	margin: 0 auto;
	width: 80%;
	padding: 8px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	background: #fff;
	color: #898989;
	border: 2px solid #898989;
}

#site-navigation-mobile .loginText {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.menuLoginButton .loginIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px 4px -4px 0px;
}

#wpadminbar {
    z-index: 9999999999;
}

/*
*	Logo/Image styles
*/
.site-branding .has-logo-img {
	max-width: 173px;
	margin: 0 auto;
}

/*
*	Header styles
*/
#clear-search-value-button {
	display: none !important;
}
.site-header .site-title {
	max-width: 300px;
	float: left;
}

.site-header {
	line-height: 10px;
	background: #f37021;
    border-bottom: none;
}

.onepress-menu {
	display: inline-block;
	float: none;
}

.onepress-menu > li:last-child > a {
	padding-right: 30px;
}

.blogTagline {
	width: 100%;
	background-color: #262626;
	height: 36px;
	line-height: 17px;
	font-size: 13px;
	text-align: center;
	padding: 10px 0px;
}

.onepress-menu a {
	color: #8B8B8B;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	display: block;
	position: relative;
}
#ascrail2000 {
	z-index: 99999 !important;
}

.admin-bar .headSearchForm {
	top: 64px;
}
.admin-bar.sticky-nav.searchActive .headSearchForm {
	top: 20px;
}
.admin-bar.sticky-nav.searchActive .mastheadSearchContainer {
	top: 32px;
}

.headerRight {
	color: #fff;
    float: right;
	position: relative;
    top: -55px;
	right: 0px;
}

.headerSearchButton {
	line-height: 8px;
	left: 75px;
	position: absolute;
    top: 0px;
    text-align: center;
    cursor: pointer;
	font-weight: bold;
	width: 45px;
}

.headerSavedButton {
	line-height: 18px;
	position: absolute;
    top: 3px;
	right: 0px;
    text-align: center;
    cursor: pointer;
	font-weight: bold;
	width: 40px;
}

#masthead .headerSavedButton .savedIcon .fa {
	font-size: 1.9em;
}

.onepress-menu-bar a:hover {
	color: #212121;
}

.headerLoginButton {
	line-height: 8px;
    right: 75px;
    position: absolute;
    top: 0px;
    text-align: center;
    cursor: pointer;
	color: #fff;
	font-weight: bold;
	width: 40px;
}

.headerLeft {
	position: relative;
    top: -55px;
    float: left;
}

.loginIcon {
	width: 26px;
	height: 26px;
	background: transparent url('images/icons/user-icon-white.svg') no-repeat 0px 0px;
	background-size: contain;
	display: block;
	margin: 2px auto -2px auto;
}

.slideoutMenuLoginButtonTop {
	position: relative;
    top: -2px;
	width: 95px;
	float: right;
}

.slideoutMenuLoginIconTop, .slideoutMenuLoginIconBottom {
	width: 21px;
	height: 21px;
	display: block;
	position: absolute;
}

.slideoutMenuLoginIconTop {
	background: transparent url('images/icons/user-icon-white.svg') no-repeat 0px 0px;
	background-size: contain;
	right: 65px;
	top: 4px;
}

.slideoutMenuLoginIconBottom {
	background: transparent url('images/icons/user-icon.svg') no-repeat 0px 0px;
	background-size: contain;
	left: 92px;
    top: 13px;
	opacity: 0.5;
}

.slideoutMenuLoginTextTop {
	position: relative;
    top: 2px;
    color: #fff;
	font-size: 15px;
}

.footerSubArea .greyText {
	font-size: 11px;
	line-height: 16px;
}

.footerLoginButton .loginIcon {
	width: 20px;
	height: 20px;
	background: transparent url('images/icons/user-icon.svg') no-repeat 0px 0px;
	background-size: contain;
	display: block;
	margin: 0 auto;
}

.footerLoginButton {
	line-height: 2px;
}

.headerLoginButton:hover > .loginIcon {
	background: transparent url('images/icons/user-icon.svg') no-repeat 0px 0px;
}

.searchIcon {
	width: 26px;
	height: 26px;
	background: transparent url('images/icons/search-icon-white.svg') no-repeat 0px 0px;
	background-size: contain;
	display: block;
	margin: 3px auto -3px auto;
	color: #fff;
}

.footerSearchButton .searchIcon {
	width: 20px;
	height: 20px;
	background: transparent url('images/icons/search-icon.svg') no-repeat 0px 0px;
	background-size: contain;
	display: block;
	margin: 0 auto;
	color: #fff;
}

.headerSearchButton:hover > .searchIcon {
	background: transparent url('images/icons/search-icon.svg') no-repeat 0px 0px;
}

.homeIcon {
	width: 20px;
	height: 20px;
	background: transparent url('images/icons/home-icon.svg') no-repeat 0px 0px;
	background-size: contain;
	display: block;
	margin: 0 auto;
}

.contactHeaderSocialLinks {
	float: right;
	margin-top: -6px;
}

.topStripContainer {
	position: absolute;
	height: 30px;
	width: 100%;
	background-color: #fff;
	line-height: 30px;
	margin: 0 auto;
	color: #8B8B8B;
	top: -30px;
}
.topStripHolder {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0px 15px;
    font-size: 12px;
	font-weight: 700;
}
.newsStrip a {
	color: #666;
}
.newsStrip a:hover {
	color: #252525;
	text-decoration: underline;
}

.callTopIcon, .findUsTopIcon {
	width: 18px;
	height: 18px;
	background-size: contain;
	display: block;
	position: absolute;
	opacity: 0.75;
}

.callTopIcon {
	background: transparent url('images/icons/phone-icon-top.svg') no-repeat 0px 0px;
	top: 5px;
	right: 84px;
}

.findUsTop {
	right: 55px;
}

.callUsTop, .findUsTop {
	color: #666;
	cursor: pointer;
	position: relative;
}

.findUsTopIcon {
	background: transparent url('images/icons/find-us-icon-top.svg') no-repeat 0px 0px;
	top: -3px;
	right: 48px;
}

.mastheadSearchContainer {
	transition: height linear 0.25s;
	-moz-transition: height linear 0.25s;
	-o-transition: height linear 0.25s;
	-webkit-transition: height linear 0.25s;
	-ms-transition: height linear 0.25s;
	width: 100%;
	height: 93px;
	position: absolute;
	z-index: 9999;
	display: none;
	background: #f37021;
	text-align: center;
	top: 30px;
}

.mastheadSearchContainer .searchResult a {
	text-align: left;
	color: #171717;
	word-break: break-word;
    line-height: 20px;
	color: rgba(0,0,0,0.75);
}

.mastheadSearchContainer .searchResult a:hover {
	text-decoration: underline;
	color: rgba(0,0,0,1);
}

.searchHighlight {
	color: rgba(0,0,0,1);
}

/*
.headSearchArea {
	width: 100%;
}
*/
.searchResArea ul li a {
	color: #8B8B8B;
}

.searchResArea ul li {
	text-align: left;
	padding: 2px 20px;
	width: 100%;
	display: block;
}
.searchResArea ul li:hover {
	background-color: #efefef;
}

.snowysAjaxLoaderSearch,
.snowysAjaxLoaderCommentForm {
	display: none;
	position: absolute;
	top: 20px;
	left: 0%;
	width: 100%;
	bottom: 0%;
	background-color: rgba(255,255,255,0.95);
	z-index: 99999999999;
	text-align: center;
	vertical-align: middle;
}

.snowysAjaxLoaderCommentForm {
	position: relative;
	top: 0px;
	height: 100%;
}

.headSearchForm {
	width: 80%;
	max-width: 650px;
	height: 88px;
	margin: 0 auto;
	position: fixed;
    z-index: 99999;
    right: 0;
    left: 0;
	top: 33px;
	display: none;
}

.sticky-nav.searchActive .mastheadSearchContainer {
	top: 0px;
	height: 70px;
    position: fixed;
}
.sticky-nav.searchActive .headSearchForm {
	height: 47px;
	top: -10px;
}
/*body > .klevu-fluid .klevu-pt-rs-hover,
body > .klevu-fluid #klevuSearchingArea, body > .klevu-fluid #loaderContainer {
    width: 100% !important;
    max-width: 650px !important;
	top: 99px !important;
	left: calc(50% - 325px) !important;
}
body > .klevu-fluid #klevuResultsBlock, body > .klevu-fluid #klevuSuggestionsBlock,
body > .klevu-fluid #klevu-pt-hover-box {
	display: none !important;
}*/
.closeHeadSearch {
	background: url('images/close-icon.png') no-repeat;
	background-size: contain;
	display: block;
	position: relative;
	right: 40px;
	top: 32px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

#headSearchField {
	border-radius: 3px;
    border: none;
	-webkit-appearance: none;
	padding: 8px 20px;
	font-family: inherit;
	line-height: inherit;
	height: 48px;
	width: 100%;
	margin-top: -2px;
}

.noSearchResults {
	padding-top: 20px;
	line-height: 30px;
}

.headSeachIcon {
	background: url('images/icons/search-icon-grey.svg') no-repeat;
	background-size: contain;
	display: block;
	width: 26px;
	height: 26px;
	position: relative;
	top: -36px;
	right: 10px;
	float: right;
	z-index: 99999999999999999;
}

.headClearSearch {
	background: url('images/icons/clear-icon.svg') no-repeat;
	background-size: contain;
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	top: -24px;
	right: 10px;
	float: right;
	z-index: 99999999999999999;
	opacity: 0.3;
	cursor: pointer;
	display: none;
}

.searchResArea {
	width: 100%;
	max-width: 650px;
	height: auto;
	padding: 0 0 10px;
	background: #fff;
	display: none;
	position: relative;
	z-index: 99999999999999999999999999999;
	overflow-y: auto;
	min-height: 80px;
	top: -24px;
}

.searchResArea ul {
	list-style-type: none;
}

.openclosedTag {
	text-transform: uppercase;
	font-weight: 700;
}

.openTag {
	background: #0EB324;
	color: #fff;
}
.closeTag {
	background: #F70D33;
	color: #fff;
}
.openTag, .closeTag {
	padding: 2px 6px;
	float:right;
	border-radius: 3px;
	font-size: 10px;
	line-height: 16px;
}

#site-navigation-mobile .contactHeaderSocialLinks a {
	padding: 0px;
}

#site-navigation-mobile .contactHeaderSocialLinks span {
	float: right;
	padding: 0px;
}

#site-navigation-mobile .contactHeaderSocialLinks span {
	margin-right: 8px;
}

#site-navigation-mobile .contactHeaderSocialLinks span:first-child {
	margin-right: 0px;
}




/*
*	FOOTER STYLES
*/
#colophon {
	position: relative;
	z-index: 9989;
	top: 30px;/*160px*/
}

.emailIconSub {
	background: url('images/icons/email-grey.svg') no-repeat;
	background-size: contain;
	height: 14px;
    width: 20px;
    display: block;
    position: absolute;
    z-index: 99;
    top: 13px;
    left: 13px;
}

#newsletterModalAmp .emailIconSub {
	top: 15px;
    left: 13px;
}

#newsletterModalAmp ._field-wrapper .bootstrap-select .dropdown-toggle {
	height: 36px;
}

#newsletterModalAmp ._field-wrapper input {
	position: absolute;
	width: 100%;
	background-color: #FFFFFF;
    border: 2px solid #D7D7D7 !Important;
    border-radius: 3px;
	max-width: 100%;
}

#newsletterModalAmp .modal-body {
	height: 130px;
}

#newsletterModalAmp ._error-inner {
	width: calc(100% - 98px);
	position:relative;
    top: -20px;
	left: 97px;
}

.site-footer .site-info {
	background-color: #252525;
	padding: 23px 0px;
}

.socialLinks div {
	display: inline-block;
	margin-right: 2px;
}

.site-info .footerLeft {
	float: left;
	width: 150px;
}

.footerMenuToggleLink > span {
	font-size: 15px;
}

.site-info .footerSubscribe {
	margin: 0 auto;
    position: relative;
	width: 460px;
    left: 105px;
}

.site-info .footerRight {
	float: right;
	width: 25%;
    text-align: right;
}

.footerSubscribe .footer-subscribe {
	margin: 0 auto;
    width: 100%;
}

.footerLeft .footerHomeLink {
	width: 150px;
	line-height: 40px;
}

.footerSocial .socialLinks .youtube a {
	background: url('images/social/youtube-white.svg') no-repeat;
}
.footerSocial .socialLinks .youtube a:hover {
	background: url('images/social/youtube-hover.svg') no-repeat;
}

.footerSocial .socialLinks .facebook a {
	background: url('images/social/facebook-white.svg') no-repeat;
}
.footerSocial .socialLinks .facebook a:hover {
	background: url('images/social/facebook-hover.svg') no-repeat;
}

.footerSocial .socialLinks .instagram a {
	background: url('images/social/instagram-white.svg') no-repeat;
}
.footerSocial .socialLinks .instagram a:hover {
	background: url('images/social/instagram-hover.svg') no-repeat;
}

.footerSocial .socialLinks .twitter a {
	background: url('images/social/twitter-white.svg') no-repeat;
}
.footerSocial .socialLinks .twitter a:hover {
	background: url('images/social/twitter-hover.svg') no-repeat;
}

.footerSocial .socialLinks .youtube a,
.footerSocial .socialLinks .facebook a,
.footerSocial .socialLinks .instagram a,
.footerSocial .socialLinks .twitter a {
	height: 28px;
	width: 28px;
	margin-top: 2px;
	display: block;
	background-size: contain !important;
}

#_form_15_submit, #_form_18_submit {
	margin: 3px 0 3px -5px !important;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	float: left;
	-webkit-appearance: none;
	border: none !important;
	height: 34px;
}
#_form_15_submit {
	border-radius: 3px !important;
}

._field-wrapper input {
	border-radius: 3px 0px 0px 3px;
	font-size: 12px;
	text-align: left;
	line-height: 14px;
    max-width: 275px;
	float: left;
	margin-top: 3px;
	padding: 10px 10px 10px 40px;
	border: none;
	height: 40px;
}

._error-inner {
	position: absolute;
    top: -46px;
    width: 50%;
    height: 30px;
    background-color: #f37021;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
	z-index: 99;
	color: #171717;
}

.footerSubArea ._field-wrapper input._has_error {
	border: 2px solid #FF0036 !important;
	margin-top: 2px;
	height: 42px;
}

#colophon ._error-inner {
	top: 42px;
	width: 90%;
	background-color: #FF0036;
	color: #fff;
	height: 24px;
	line-height: 24px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-weight: 700;
	font-size: 12px;
}

.modal-title {
	color: #444242;
    line-height: 29px;
    text-align: left;
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.modal-header {
	border: none !important;
	padding: 0px 15px;
}
.modal-footer {
	border: none !important;
}

#_form_17_submit {
	background-color: #43B952;
    width: 100%;
    line-height: 23px;
    border: 2px solid #43B952;
    border-radius: 3px;
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
	padding: 15px 23px 15px 23px;
	color: #fff;
}

#_form_17_ .checkbox {
	padding-left: 0px;
}


input[type="reset"], input[type="submit"], input[type="submit"], #_form_15_submit, #_form_18_submit {
	background-color: #f37021;
	text-transform: lowercase;
	line-height: 6px;
	cursor: pointer;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 23px 15px 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.firstCommentNotice {
	margin-top: 20px;
}

.homeText, .searchText, .subscribeText, .loginText, .savedText, #nav-toggle {
	font-size: 11px;
	text-transform: uppercase;
}
/*
.loginText {
	line-height: 11px;
	word-wrap: normal;
    white-space: nowrap;
}
*/
.page-id-11125 .site-footer .site-info, .page-id-11128 .site-footer .site-info, .page-id-11146 .site-footer .site-info {
	position: fixed;
	left: 0px;
    bottom: 0px;
    right: 0px;
}


/*
*	Theme styles
*/
.userMetaName {
	position: absolute;
    bottom: 30px;
    width: 90%;
    margin-left: 5%;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
	line-height: 26px;
	word-wrap: break-word;
}

.userJoinedDate {
	position: relative;
    bottom: 10px;
    width: 90%;
    margin-left: 5%;
    color: #fff;
	text-transform: uppercase;
	line-height: 9px;
	font-size: 9px;
}

#authorsCarousel .bottomGradientAuthorBox {
	padding-top: 90px;
}

#authorsSection .container {
	max-width: 1310px;
}

.authorBackgroundImg img {
	position: relative;
	z-index: 99;
}

.bottomGradientAuthorBox {
	z-index: 100;
    background: -webkit-gradient(linear, center top, center bottom, color-stop(4%, rgba(0,0,0,0)),to(rgba(0,0,0,0.66)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 4%,rgba(0,0,0,0.66) );
    background: linear-gradient(to bottom,rgba(0,0,0,0) 4%,rgba(0,0,0,0.66) );
    padding-top: 60px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

:focus {
	outline: 0 !important;
}

#primary {
	padding-top: 20px;
	position: relative;
}

#wpadminbar a, #wpadminbar>#wp-toolbar span.ab-label {
	color: #a0a5aa !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

p {
	color: #262626
}
/*
.panel-default .panel-title a {
	padding: 10px 15px;
}
#content .horizontalTabs.active > a {
	border: none;
	padding-bottom: 11px;
	color: #f37021 !important;
	text-decoration: none !important;
	box-shadow: inset 0 -4px 0 #f37021;
	-webkit-box-shadow: inset 0 -4px 0 #f37021;
	-moz-box-shadow: inset 0 -4px 0 #f37021;
	background-color: transparent;
	height: 45px;
}
#content .horizontalTabs > a {
	height: 45px;
	border: none;
	padding-bottom: 11px;
}
#content .horizontalTabs > a:hover, #content .horizontalTabs.active > a:hover {
	box-shadow: inset 0 -4px 0 #C2C2C2;
	-webkit-box-shadow: inset 0 -4px 0 #C2C2C2;
	-moz-box-shadow: inset 0 -4px 0 #C2C2C2;
	color: #000;
}
.horizontalTabs > a {
	padding-bottom: 10px;
	color: #262626;
	font-size: 14px;
	font-weight: bold;
}

.backToTopDesktop:hover > .backToTopText {
	color: #000;
}

.tab-content {
	max-width: 870px;
	margin: 0 auto;
}

.nav-tabs {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	z-index: 51;
	background-color: #F4F4F4;
	filter: alpha(opacity=80);
	opacity: 0.8;
	box-shadow: -2px 1px 5px rgba(0,0,0,0.3);
	height: 54px;
}

.nav-tabs .container > li {
	float: left;
    margin-bottom: -1px;
	position: relative;
    display: block;
}
.nav-tabs .container > li > a {
	position: relative;
    display: inline-block;
    padding: 10px 15px;
	margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
#page .nav-tabs .container {
	max-width: 870px;
    margin: 0 auto;
	padding: 0px;
}
.tab-pane {
	padding: 20px 0px;
}

#myTab .backToTop {
	padding: 10px 0px 10px 15px;
}
*/

/*
.nav-tabs>li>a:hover {
	background: transparent;
	border-color: transparent;
}

.tabsCount {
    border-radius: 100%;
    color: red;
    min-width: 20px;
	width: auto;
    height: 20px;
    display: block;
    float: right;
	font-weight: 700;
	line-height: 20px;
	margin-left: 5px;
    margin-top: 0px;
	text-align: center;
    vertical-align: middle;
	font-size: 14px;
	padding-left: 1px;
}

.single .tabsCount:before {
	content: "(";
}
.single .tabsCount:after {
	content: ")";
}
*/
.savedCountTop {
    border-radius: 100%;
    background: #0eb324;
    min-width: 18px;
	width: auto;
    height: 18px;
    float: right;
	color: #fff;
	font-weight: normal;
	position: absolute;
	top: -5px;
	left: 25px;
	text-align: center;
    vertical-align: middle;
	font-size: 11px;
	display: none;
}
/*
.panel-title .accordion-toggle {
	border: none;
    padding-bottom: 11px;
    color: #f37021;
    text-decoration: none !important;
    background-color: transparent;
    height: 45px;
	box-shadow: inset 0 -4px 0 #f37021;
    -webkit-box-shadow: inset 0 -4px 0 #f37021;
    -moz-box-shadow: inset 0 -4px 0 #f37021;
}

.panel-title .accordion-toggle.collapsed:hover {
	box-shadow: inset 0 -4px 0 #C2C2C2;
    -webkit-box-shadow: inset 0 -4px 0 #C2C2C2;
    -moz-box-shadow: inset 0 -4px 0 #C2C2C2;
	color: #000;
}

.panel-title .accordion-toggle.collapsed {
	color: #262626;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
*/
.fullwidthpanels {
	min-height: 200px;
}

.noResults {
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
    position: relative;
}

.backToTop {
	position: relative;
    display: block;
    padding: 10px 15px;
	cursor: pointer;
}

.backToTopText {
	margin-right: 2px;
}

.toTopIcon, .backToTopText {
	color: #262626;
    font-size: 14px;
    font-weight: bold;
}
/*
.tab-content>.active {
	position: relative;
}
*/

.theme-button {
	width: 170px;
	color: #FFFFFF;
	background-color: #F48038;
	line-height: 18px;
	position: relative;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
	border: none;
}

.modal-content {
	width: 98%;
	margin: 0 auto;
	max-width: 398px;
	border-radius: 0px;
	padding: 20px;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.3);
}

.success {
	color: #0EB324;
}

.theme-button:hover {
	color: #fff;
	background-color: #F37021;
}

.flipChevron {
	-ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}
.checkbox {
	margin-right: 10px !important;
	margin-left: 30px;
}

.section-title-area .section-title {
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
}

.radio, .checkbox {
    padding-bottom: 5px;
}

/*
*	LIKE/DISLIKE
*/
.watch-action:before {
	content: "What did you think of this post?";
	margin-right: 10px;
	float: left;
}

.action-like .lbg-style1, .action-unlike .unlbg-style1 {
	padding: 4px 10px;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    width: auto;
    text-align: center;
	box-shadow: none !important;
}

.isLiked .lbg-style1 {
	border-color: #009245 !important;
}

.isLiked .lbg-style1 .lc {
	color: #009245 !important;
}

.isDisliked .unlbg-style1 {
	border-color: #F2456A !important;
}

.isDisliked .unlbg-style1 .unlc {
	color: #F2456A !important;
}

.isLiked .lbg-style1 .thumbsIcon {
    background: url(images/icons/thumbs-up-green.svg) no-repeat 0 0 !important;
}

.isDisliked .unlbg-style1 .thumbsIcon {
	background: url(images/icons/thumbs-down-red.svg) no-repeat 0 0 !important;
}

.page .action-like .lbg-style1, .page .action-unlike .unlbg-style1, .archive .action-like .lbg-style1, .archive .action-unlike .unlbg-style1 {
	padding: 0px 3px;
	display: inline-block;
}

.page .action-like .lbg-style1, .page .action-unlike .unlbg-style1, .category #primary .action-like .lbg-style1, .category #primary .action-unlike .unlbg-style1 {
	border: 1px solid #fff;
}

.lbg-style1 .lc, .unlbg-style1 .unlc {
	color: #bfbfbf;
}

.lbg-style1:hover {
	border-color: #009245 !important;
}
.lbg-style1:hover > .lc {
	color: #009245 !important;
}
.unlbg-style1:hover {
	border-color: #F2456A !important;
}
.unlbg-style1:hover > .unlc {
	color: #F2456A !important;
}

.lc, .unlc {
	font-size: 11px;
}

#primary .action-like a:hover, #primary .action-unlike a:hover {
	background: transparent;
}

.watch-action .watch-position {
	margin-top: -4px;
	width: 100%;
}
.um-page-user .watch-action .watch-position {
	line-height: 18px;
}

.watch-action {
	color: #8F8F8F;
	margin: 20px auto 40px auto;
	pointer-events: auto;
}

.categoryView:before {
	content: "";
	margin: 0;
}

.page #main a {
    text-decoration: none !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.watch-action.categoryView {
	position: relative;
    bottom: 15px;
    /*left: 5%;*/
	height: auto;
	margin: 0;
	/*width: 90%;*/
}
.watch-action.categoryView .action-like, .watch-action.categoryView .action-unlike {
	margin-left: 5px;
	padding-top: 1px;
}

.watch-action.categoryView .action-like {
	margin-right: 1px;
}

.watch-action.categoryView .action-unlike {
	padding-left: 0;
}

.watch-action.categoryView .watch-action .watch-position {
	min-width: 50%;
}

.lbg-style1 .thumbsIcon {
	background: url('images/icons/thumbs-up-white.svg') no-repeat 0 0 !important;
	width: 14px;
	height: 14px;
	float: left;
}

.unlbg-style1 .thumbsIcon, .unlbg-style1 .thumbsIcon:focus {
	background: url('images/icons/thumbs-down-white.svg') no-repeat 0 0 !important;
	width: 14px;
	height: 14px;
	float: left;
}

.unlbg-style1 .thumbsIcon {
	margin-top: 4px;
}

.lbg-style1 img, .unlbg-style1 img, .lbg-style1:hover img, .unlbg-style1:hover img {
	background: transparent !important;
}

.lbg-style1:hover > .thumbsIcon {
	background: url('images/icons/thumbs-up-green.svg') no-repeat 0 0 !important;
}

.unlbg-style1:hover > .thumbsIcon {
	background: url('images/icons/thumbs-down-red.svg') no-repeat 0 0 !important;
}

#site-navigation-mobile .aboutIcon,
#site-navigation-mobile .campHikeCheckIcon,
#site-navigation-mobile .becomeWriterIcon,
#site-navigation-mobile .whyShopIcon,
#site-navigation-mobile .shopNowIcon  {
	width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 3px 10px 0px 0px;
	opacity: 0.5;
	background-size: contain !important;
}
#site-navigation-mobile .aboutIcon {
    background: transparent url(images/icons/aboutus-icon.svg) no-repeat 0px 0px;
}
#site-navigation-mobile .campHikeCheckIcon {
    background: url(images/icons/history-icon.svg) no-repeat 0px 0px;
}
#site-navigation-mobile .becomeWriterIcon {
    background: transparent url(images/icons/checklist-icon.svg) no-repeat 0px 0px;
}
#site-navigation-mobile .whyShopIcon {
    background: transparent url(images/icons/why-shop-icon.svg) no-repeat 0px 0px;
}
#site-navigation-mobile .shopNowIcon {
    background: transparent url(images/icons/shop-now-icon.svg) no-repeat 0px 0px;
}

#site-navigation-mobile .callIcon,
#site-navigation-mobile .emailIcon,
#site-navigation-mobile .findUsIcon {
	width: 21px;
    height: 21px;
	background-size: contain;
    display: block;
    float: left;
	opacity: 0.5;
}

#site-navigation-mobile .callIcon {
    background: transparent url(images/icons/phone-icon-top.svg) no-repeat 0px 0px;
    margin: 3px 7px 0px 0px;
}

#site-navigation-mobile .emailIcon {
    background: transparent url(images/icons/email-icon.svg) no-repeat 0px 0px;
    margin: 5px 10px 0px 0px;
}

#site-navigation-mobile .findUsIcon {
    background: transparent url(images/icons/find-us-icon-top.svg) no-repeat 0px 0px;
	margin: 3px 5px 0px 22px;
}
.menuLoginButton a:hover > .logoutButton {
	border-color: #666;
    color: #444;
}
.menuLoginButton a:hover > .logoutButton .slideoutMenuLoginIconBottom {
	opacity: 0.9;
}

#site-navigation-mobile .slideOutNavLinks a:hover, #site-navigation-mobile .slideOutNavLinks a:hover > .navHeaderDarker {
	color: rgba(0,0,0,1);
}

.aboutUsNav .findUsLink.slideOutNavLinks a:nth-child(3) {
	margin-bottom: 10px;
}

.navHeaderDarker {
	color: rgba(0,0,0,0.6);
	text-transform: capitalize;
}

.home .section-title {
	margin: 0 auto 8px auto;
	text-align: center;
}

/*
*	CUSTOM POSTS LAYOUT
*/
.home .section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
	float: none;
	margin: 0;
}

#news {
	padding-bottom: 20px;
}

.list-article-thumb:hover > a .postLayoutOverlay, .relatedthumb:hover > a .postLayoutOverlay, 
.list-article-thumb:hover > .postLayoutOverlay, .relatedthumb:hover > a .postLayoutOverlay, 
.hovered:hover > a .postLayoutOverlay, .authorBackgroundImg.isHovered:hover > a .authorLayoutOverlay,
.savedContentArea a:hover > .relatedthumb .postLayoutOverlay {
	opacity: 0.75;
}

.list-article-thumb .entry-title {
	position: relative;
	bottom: 25px;
	/*width: 90%;
	margin-left: 5%;*/
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 33px;
}

.entry-title {
	word-break:normal;
	word-wrap:normal;
}

a:focus, a:hover {
	text-decoration: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 2px;
    padding-right: 2px;
	padding-bottom: 4px;
}

.home .catTags, .category .catTags, .author .catTags, .archive .catTags {
	position: relative;
    bottom: 0px;
	left: 0;
	z-index: 99999;
	display: inline-block;
}

.postCatTags, .newPostTag {
	border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    z-index: 187;
    font-weight: bold;
    line-height: 20px;
	width: auto;
	padding: 0px 8px;
    font-size: 9px;
    min-height: 19px;
	text-transform: uppercase;
	float: left;
	margin: 0 5px 5px 0;
}

.postCatTags {
    background-color: #F48038;
}

.newPostTag {
    background-color: #4E809C;
}

.backToTopMobile {
	position: relative;
	width: 100%;
	text-align: center;
	background: #d7d7d7;
    font-size: 15px;
	padding: 15px 0px;
	cursor: pointer;
	display: none;
}

.posts-loading {
	display: none;
	width: 100%;
	float: left;
    text-align: center;
    margin-top: 40px;
}

.section-title-area {
	border-bottom: 2px solid #262626;
	width: 100%;
	max-width: 650px;
	margin: 0 auto 20px auto;
}

.theAuthorInfo {
	color: #fff;    
	position: relative;
    bottom: 25px;
    /*left: 5%;
	width: 90%;*/
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
}

.bottomGradientPost {
	position: absolute;
    bottom: 0px;
    height: auto;
    width: 100%;
	z-index: 100;
	background: -webkit-gradient(linear, center top, center bottom, color-stop(4%, rgba(0,0,0,0)),to(rgba(0,0,0,0.66)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 4%,rgba(0,0,0,0.66) );
	background: linear-gradient(to bottom,rgba(0,0,0,0) 4%,rgba(0,0,0,0.66) );
	padding: 60px 10px 0;
	pointer-events: none;
}

.image-wrapper, .image-wrapper-author {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
}

.image-wrapper {
	width: 100%;
	height: 100%;
}

.postLayoutOverlay {
	z-index: 99;
}
.authorBackgroundImg {
	padding: 0 !important;
}

.authorBackgroundImg .authorLayoutOverlay {
	z-index: 999;
}
.postLayoutOverlay, .authorBackgroundImg .authorLayoutOverlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	background: -o-radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	background: -moz-radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
	background: radial-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.savedContentArea h5 {
	word-break: break-word;
}

.catTitleButtonBar {
	position: relative;
    width: 100%;
    height: 58px;
}

.btn-group.open .dropdown-toggle, .btn-group .btn.dropdown-toggle {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-weight: normal;
}

#_form_15_submit {
	padding: 15px;
	background-color: #B7B7B7;
}
/*
.dropdownFilterComments .commentFilterOptions {
	margin-top: 0px;
	width: 100% !important;
}
*/

.dropdownFilterHeader .dropdown-menu/*, .dropdownFilterComments .dropdown-menu*/ {
	margin-top: 0px;
	border-radius: 0px;
}

.categoryRight/*, .commentRight*/ {
	float: right;
	width: 15%;
	min-width: 128px;
	text-align: right;
	padding-right: 5px;
}

._field-wrapper .bootstrap-select {
	position: absolute;
    left: -97px;
    top: 3px;
}

#colophon ._x86892465 ._field-wrapper input {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#colophon ._field-wrapper input {
	border-radius: 0;
}

._field-wrapper .bootstrap-select .dropdown-toggle {
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	font-size: 12px;
	height: 40px;
	padding-right: 15px;
	color: #171717;
	min-width: 97px;
	max-width: 97px;
}

#colophon #_form_15_submit {
	height: 40px;
	background-color: #f37021;
}
#colophon #_form_15_submit[disabled="disabled"] {
	background-color: #B7B7B7;
}

._field-wrapper .bootstrap-select .dropdown-toggle .filter-option {
	width: 80%;
	font-weight: 600;
}

.dropdown-menu {
	border-radius: 3px;
}

._field-wrapper .bootstrap-select .bs-caret:after {
	font-size: 14px;
}

._field-wrapper input {
	width: calc(100% - 194px);
	background-color: #fff;
	color: #171717;
	padding-left: 10px;
}


#_form_15_submit {
	min-width: 97px;
    max-width: 97px;
}

#newsletterModalAmp #_form_18_submit {
	position: absolute;
    top: 70px;
    background-color: #43B952;
    width: 65%;
	max-width: 65%;
    line-height: 23px;
    border: 2px solid #43B952;
    border-radius: 3px !important;
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    height: 53px;
    left: 5px;
}

#newsletterModalAmp ._field-wrapper .bootstrap-select {
	left: 1px;
    top: 18px;
	border: 2px solid #D7D7D7;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#newsletterModalAmp ._field-wrapper .bootstrap-select .dropdown-toggle {
	border-right: 2px solid #D7D7D7;
	color: #C2C2C2;
}

.closeNewsletterSignupModal {
	background-color: transparent;
	width: 33%;
	line-height: 50px;
	border: 2px solid #D7D7D7;
	float: right;
	height: 53px;
    margin-top: 3px;
	border-radius: 3px;
	text-align: center;
	color: #C2C2C2;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	box-shadow: none;
	cursor: pointer;
	position: absolute;
    right: 0px;
    top: 70px;
}

.closeNewsletterSignupModal:hover {
	color: #C2C2C2;
}

#newsletterModalAmp ._x86892465 ._field-wrapper input {
	position: absolute;
	width: calc(100% - 98px);
    background-color: #FFF;
    border: 2px solid #D7D7D7 !Important;
    border-radius: 3px;
    max-width: 100%;
	left: 97px;
}

#table-9 .column-4 {
	text-align: left;
}

.table tr td {
	font-size: 12px;
}


/*
*	SAVED POSTS STYLES
*/
.savedSlideout {
	position: fixed;
	top: 0;
	right: -402px;
	bottom: 0;
	width: 100%;
	max-width: 402px;
	background-color: #fff;
    overflow: auto;
	z-index: 9995;
	padding: 0 0 120px;
}

.savedSlideoutShow {
	right: 0px;
	z-index: 99999;
}

.savedPostNone p, .savedPostsNotice p {
	margin: 15px 0px;
	color: #444;
    font-weight: bold;
    font-size: 12px;
}


.savedButtonCategoryView {
	border: 1px solid #fff;
	color: #fff;
	padding: 0px 3px;
	border-radius: 3px;
    width: auto;
    text-align: center;
    box-shadow: none;
	float: left;
	min-width: 60px;
	background-color: transparent !important;
	margin-top: 1px;
}

.savedButtonCategoryView .savedIcon {
	background: url('images/icons/star.svg') no-repeat 0 0 !important;
    width: 14px;
    height: 14px;
    float: left;
}

.savedButtonCategoryView:hover > .savedIcon {
	background: url('images/icons/star-orange.svg') no-repeat 0 0 !important;
}

.savedButtonCategoryView.isSaved .savedIcon {
	background: url('images/icons/star-orange-full.svg') no-repeat 0 0 !important;
}

.savedButtonCategoryView.isSaved {
	border-color: #F48038;
	color: #F48038;
}

.singleSavedButton.isSaved .singleSavedText {
	color: #F48038;
}

.savedIcon, .thumbsIcon {
	margin-top: 3px;
}	

.savedButtonCategoryView .savedText {
	font-size: 11px;
	line-height: 18px;
}

.savedButtonCategoryView:hover {
	color: #F48038;
	border-color: #F48038;
}

.savedContentArea {
	color: #171717;
	padding: 5px;
	position: relative;
    top: 2px;
    height: auto;
}

.removeSavedPost {
	text-align: right;
    color: #fff;
    font-size: 1.8em;
	padding: 5px 4px 5px 5px;
	background-color: rgba(0,0,0,0.75);
}

.removeSavesContainer {
	padding: 10px;
	position: absolute;
    top: 0px;
    left: 2px;
    z-index: 110;
	cursor: pointer;
}

.removeSavedPost span {
	background: url(images/close-icon.png) no-repeat;
    background-size: contain;
    display: block;
	width: 15px;
    height: 15px;
}

.categoryLeft {
	width: 15%;
    min-width: 50px;
    float: left;
	margin-top: 18px;
}

.admin-bar .savedSlideout, .admin-bar #site-navigation-mobile .onepress-menu {
	margin-top: 32px;
}

.modal-backdrop {
	z-index: 99999;
}
.modal {
	z-index: 999999;
}

.home #popPosts {
	padding-bottom: 20px;
}

.home #twoLatestPosts, .home #latestPosts {
	padding-bottom: 20px;
}

.home #latestPosts {
	padding-top: 0px;
}

.savedArticles {
	width: 240px;
    display: block;
    position: absolute;
    top: 9px;
    left: 20px;
	color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
	text-align:left;
}

.savedContentArea .postTitle h5 {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
	padding: 0px 5px;
	text-transform: none;
}

.snowysAjaxLoader {
	position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    bottom: 0%;
    z-index: 99999999999;
	text-align: center;
	vertical-align: middle;
	display: none;
}
.snowysAjaxLoader img,
.snowysAjaxLoaderCategory .lds-css,
.snowysAjaxLoaderSearch .lds-css, 
.snowysAjaxLoaderCommentForm .lds-css {
	position: absolute;
    top: calc(50% - 24px);
	left: calc(50% - 24px);
}

#content-inside.container {
	z-index: 99;
}

.snowysAjaxLoaderCategory {
	position: fixed;
    top: 0%;
    float: right;
    width: 100%;
    bottom: 0%;
	background: rgba(255,255,255,0.7);/*url(http://localhost/blog/wp-content/themes/snowys-theme/images/Snowys-Loading-Gif.gif) 50% 50% no-repeat*/
    z-index: 999;
	text-align: center;
	display: block;
	width: 74.77477%;
}

#noJsMessage {
	text-align: center;
	background: #f37021;
	color: #fff;
	padding: 10px 0px;
}

#wpadminbar {
	z-index: 9999;
}

.slick-track, .slick-slide {
	max-height: 325px;
}

._form-thank-you {
    float: left;
    width: 100%;
	line-height: 72px;
	color: #eee;
    text-align: center;
}
/* May not be needed
.switchLabel {
	position: relative;
    top: -12px;
}

.page-id-11956 #newsletterPrefs ._row {
	margin: 20px 0px;
	float: left;
    width: 25%;
	text-align: center;
}

.page-id-11956 #newsletterPrefs #_form_17_submit {
	width: 50%;
	position: relative;
    left: 25%;
}

.page-id-11956 #newsletterPrefs ._form-label {
	display: block;
}

.page-id-11956 #newsletterPrefs ._form_17 ._x11036597 {
	display: block !important;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.page-id-11956 #newsletterPrefs ._form_17 ._x11036597 input {
	float: none !important;
}
*/
.table thead th {
	background-color: #E4701D;
}
.table, table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
	border: none !important;
}

.site-branding .site-logo-div {
	line-height: 60px;
}
#authorsCarousel {
	padding: 0px 2px;
	/*overflow: hidden !important;*/
}

.panel-default {
	border-left: none !important;
	border-right: none !important;
}

::-moz-selection {
	background: #000000;
	color: #FFFFFF;
}

ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
	margin-bottom: 0.9375rem;
	margin-top: 0;
}

blockquote {
	clear: both;
	margin: 20px 0;
}

blockquote p {
	font-style: italic;
}

blockquote cite {
	font-style: normal;
	margin-bottom: 20px;
	font-size: 13px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

figure {
	margin: 0;
}

address {
	margin: 20px 0;
}

hr {
	border: 0;
	border-top: 1px solid #e9e9e9;
	height: 1px;
	margin-bottom: 20px;
}

tt,
kbd,
pre,
code,
samp,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background-color: #e9e9e9;
	padding: 5px 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

pre {
	overflow: auto;
	white-space: pre-wrap;
	max-width: 100%;
	line-height: 1.7;
	margin: 20px 0;
	padding: 20px;
}

details summary {
	font-weight: bold;
	margin-bottom: 20px;
}

details :focus {
	outline: none;
}

abbr,
acronym,
dfn {
	cursor: help;
	font-size: .95em;
	text-transform: uppercase;
	border-bottom: 1px dotted #e9e9e9;
	letter-spacing: 1px;
}

mark {
	background-color: #fff9c0;
	text-decoration: none;
}

small {
	font-size: 82%;
}

big {
	font-size: 125%;
}

ul, ol {
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul li, ol li {
	margin: 8px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}



/*
*	ORIGINAL PARENT THEME STYLES
*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f8f9f9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clip: auto !important;
	color: #03c4eb;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 17px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.sticky .entry-title {
	padding-left: 20px;
	position: relative;
}

.sticky .entry-title:after {
	content: "\f276";
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 22px;
	color: #aaaaaa;
}

.clearleft {
	clear: left;
}

.break, h1,
h2,
h3,
h4,
h5,
h6, p, ul, ol, dl, blockquote, pre {
	word-break: normal;
	word-wrap: normal;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 3.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 3.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#nav-toggle {
	width: 35px;
	text-align: left !important;
	display: block;
	position: absolute;
	top: -14px;
	height: 58px;
	margin-left: 0px;
	text-decoration: none !important;
	font-weight: bold;
}

#nav-toggle span {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
	display: inline-block;
}

#nav-toggle span:before {
	top: -8px;
}

#nav-toggle span:after {
	top: 8px;
}

#nav-toggle span:before, #nav-toggle span:after {
	position: absolute;
	display: inline-block;
	content: '';
	right: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}

#nav-toggle.nav-is-visible span {
	background: transparent;
}

#nav-toggle.nav-is-visible span:before {
	-webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-1px) rotate(45deg);
	transform: translateX(4px) translateY(-1px) rotate(45deg);
}

#nav-toggle.nav-is-visible span:after {
	-webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(0px) rotate(-45deg);
	transform: translateX(4px) translateY(0px) rotate(-45deg);
}

.footerSubscribe .dropdown-menu.inner li a {
	border-radius: 0px;
}

#viewport {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.zoom-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -80px;
}
.zoom-wrapper > img {
  width: 100%;
  display: block;
  height: auto;
}

#masthead {
	position: relative;/*fixed*/
	top: 30px;
	left: 0px;
	right: 0px;
	z-index: 9990;
	/*
	transition: left .5s ease-in-out, right .5s ease-in-out, top linear 0.25s;
	-moz-transition: left .5s ease-in-out, right .5s ease-in-out, top linear 0.25s;
	-o-transition: left .5s ease-in-out, right .5s ease-in-out, top linear 0.25s;
	-webkit-transition: left .5s ease-in-out, right .5s ease-in-out, top linear 0.25s;
	-ms-transition: left .5s ease-in-out, right .5s ease-in-out, top linear 0.25s;
	*/
}

#nav-toggle .menuText {
	position: relative;
	top: 48px;
}
.callLink .callUsNavBody:last-child {
	margin-bottom: 5px;
}

span.callUsNavBody, .emailLinkNavBody, .findUsNavBody {
	white-space: pre;
	display: block;
	line-height: 16px;
    font-size: 12px;
	margin-left: 28px;
	font-weight: normal;
}
span.callUsNavBody, .findUsNavBody {
	text-transform: capitalize;
}
.emailLinkNavBody {
	text-transform: lowercase;
	margin-bottom: 5px;
}
.findUsNavHeader {
	white-space: pre;
	display: block;
	line-height: 15px;
	margin-left: 28px;
}
.navHeaderUnderline {
	text-decoration: underline;
	font-size: 12px;
}

.searchMoreResults {
	cursor: pointer;
	line-height: 20px;
	width: 125px;
	margin: 20px auto;
}

.searchMoreResults:hover {
	text-decoration: underline;
}

.copyRightStrip {
	position: relative;
	background: #323232;
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 6px 0;
}
.copyRightStrip p {
	margin-bottom: 0;
	color: #fff;
	font-size: 0.9em;
}
.dropdown:hover .dropdown-menu, .dropup:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.footerNav {
	float: left;
	margin-top: 5px;
	cursor: pointer;
}

.footerNav .divider {
	background-color: #444242;
	height: 2px;
}

.footerMenuToggleLink {
	color: #fff;
	padding: 30px 25px 36px 25px;
	font-weight: bold;
    text-transform: uppercase;
}

.footerMenuToggleLink:hover {
	background: #323232;
}

.footerNav .dropdown-menu {
	margin-bottom: 27px;
	border-radius: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #323232;
	border: none;
	padding: 0;
}

.footerNav .dropdown-menu:hover ~ span {
	background: #414141;
}

.footerNav .dropdown-menu > li > a {
	color: #fff;
	padding: 14px 10px;
	text-transform: lowercase;
	font-size: 13px;
	font-weight: bold;
}

.footerNav .dropdown-menu > li > a .footerFindUsHeader {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 13px;
}

.footerNav .dropdown-menu > li > a .footerFindUsSmallText,
.footerAboutNav .dropdown-menu > li > a,
.footerHelpNav .dropdown-menu > li > a {
	text-transform: capitalize;
}

.footerAboutNav .dropdown-menu > li > a,
.footerHelpNav .dropdown-menu > li > a {
	font-size: 13px;
    line-height: 16px;
	font-weight: bold;
}

.footerNav .dropdown-menu > li > a:hover {
	background: #414141;
}
.footerNav .dropdown-menu li {
	padding: 0;
	margin: 0;
}

#colophon .findUsIcon {
    background: transparent url(images/icons/findus-icon-white.svg) no-repeat 0px 0px;
    margin: 0 2px 0 3px;
    bottom: -7px;
	left: 0px;
}

#colophon .callIcon {
    background: transparent url(images/icons/phone-icon-white.svg) no-repeat 0px 0px;
    margin: 0 17px 1px 3px;
	position: relative;
    bottom: -5px;
	left: 0px;
}

#colophon .emailIcon {
    background: transparent url(images/icons/email-icon-white.svg) no-repeat 0px 0px;
    margin: 0 12px 1px 8px;
    bottom: -9px;
	left: -5px;
}

#colophon .findUsIcon, #colophon .callIcon, #colophon .emailIcon {
	width: 21px;
    height: 21px;
	background-size: contain;
	display: inline-block;
	opacity: 1;
	position: relative;
	opacity: 0.6;
}

.footerFindUsHeader {
	display: inline-block;
	margin-left: 15px;
}

span.footerFindUsSmallText {
    font-size: 10px;
    text-align: left;
	white-space: pre;
	display: block;
    line-height: 13px;
	margin-left: 42px;
	font-weight: bold;
}

#dropupMenuContact .dropdown-menu > li > a {
	padding: 14px 10px 14px 20px;
}

.footerSubButton {
	padding: 0 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	float: right;
	background: #323232;
	border-radius: 3px;
	cursor: pointer;
	line-height: 35px;
	font-size: 15px;
}

.slideoutMenuLoginButtonTop a:hover > .slideoutMenuLoginIconTop {
	background: transparent url('images/icons/user-icon.svg') no-repeat 0px 0px;
}

#colophon .col-md-2, #colophon .col-md-3, #colophon .col-md-7 {
	padding-bottom: 0px;
}

.footerSubscribeContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 108px;
	display: none;
	background: #323232;
	padding: 0 0 10px;
	z-index: 99;
}

.closefooterSubContainer {
	background: url('images/close-icon.png') no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.footerSubArea {
	text-align: center;
	margin: 10px auto;
}

.footerSubArea form {
	text-align: center;
	position: relative;
    left: calc(50% - 150px);
    width: 300px;
	top: -5px;
}

#_form_15_submit {
	position: absolute;
    top: 0px;
	right: -72px;
}

.footerSubArea ._field-wrapper input {
    width: 90%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: 1px solid #B3B3B3;
}

.footerSubArea ._field-wrapper .bootstrap-select {
	position: absolute;
}

.footerSubHeading {
	font-weight: 700;
	color: #fff;
	font-size: 15px;
}

.orangeText {
	color: #F37021;
	font-weight: normal;
}

.footerSubHeading .orangeText {
	font-size: 15px;
	font-weight: 700;
}

.greyText {
	color: #888888;
}

#masthead .mobileSearchBar {
	display: none;
	position: static;
	width: calc(100% - 90px);
	height: 34px;
	margin: 0 auto;
	left: 45px;
	right: 45px;
	background: #F78B4A;
	border-radius: 3px;
	margin-top: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}

.mobileSearchBar .headerSearchButton {
	width: 45px;
	position:relative;
	left: 0;
	top: 5px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	background: #fff;
}

._field-wrapper .dropup .dropdown-menu {
	margin-bottom: 0px;
	padding-bottom: 2px !important;
	background-color: transparent;
}

.lineBreakSpan {
	display: block;
}

.formContainer {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	background: #f0f0f0;
	padding: 20px;
}

#primary .greyTextArea,
#primary .specialUlElement li a {
	color: #A3A3A3 !important;
}

#primary .specialUlElement li:hover {
	text-decoration: underline !important;
	color: #262626;
	cursor: pointer;
}

#primary .specialUlElement.specialUlElementLast li:hover {
	text-decoration: none !important;
	color: #A3A3A3 !important;
	cursor: auto !important;
}

.specialUlElement {
	text-align: left !important;
	width: 300px;
	margin: 0 auto;
}
.specialUlElement.specialUlElementLast {
	padding-left: 60px;
}

.writerPageContainer .firstPara {
	margin: 10px 0px 20px;
}

.specialUlElement li {
	margin: 2px 0px;
}

.formContainer h4 {
	color: #262626;
	font-size: 17px;
	margin-top: 10px;
	font-weight: bold;
}

.destinationGuides {
	margin-left: -10px;
}

.tipsNTricks {
	margin-left: -30px;
}

.writerPageContainer h4 {
	color: #262626;
	font-size: 17px;
	margin-top: 10px;
	font-weight: bold;
}

.aboutUsNav .callLink,
.aboutUsNav .emailLink,
.aboutUsNav .findUsLink {
	border-bottom: 2px solid #ddd;
}

#masthead .findUsTopLink {
	color: #666;
    cursor: pointer;
    position: relative;
	text-decoration: none;
	padding-left: 10px;
}

.footerMenuToggleLink.hovered {
	background: #323232;
}

.saboxplugin-wrap .saboxplugin-desc, .saboxplugin-wrap .saboxplugin-authorname {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/*
*	Common Transitions
*/
#page,
#site-navigation-mobile .onepress-menu,
#site-navigation-mobile.visible .onepress-menu,
.savedSlideout {
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
}
/*
#site-navigation-mobile .aboutIcon,
#site-navigation-mobile .campHikeCheckIcon,
#site-navigation-mobile .becomeWriterIcon,
#site-navigation-mobile .whyShopIcon,
#site-navigation-mobile .shopNowIcon {
	transition: opacity linear 0.25s;
	-moz-transition: opacity linear 0.25s;
	-o-transition: opacity linear 0.25s;
	-webkit-transition: opacity linear 0.25s;
	-ms-transition: opacity linear 0.25s;
}
*/
/*
#nav-toggle, .categoryLeft .browserBackButton a:hover,
#site-navigation-mobile .slideOutNavLinks a, 
#site-navigation-mobile .onepress-menu > li > a, 
.navHeaderDarker, .callIcon, .emailIcon, .findUsIcon,
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after,
#nav-toggle:hover > span, #nav-toggle:hover > span:before, #nav-toggle:hover > span:after,
#nav-toggle.nav-is-visible:hover span:before, #nav-toggle.nav-is-visible:hover span:after,
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after,
.onepress-menu-bar a, */.site-branding .has-logo-img, /*.headerSearchButton, .headerSavedButton,*/
/*.headerLoginButton, .headerSearchButton .searchText, .loginIcon,
.slideoutMenuLoginIconTop, .slideoutMenuLoginIconBottom, .searchIcon,
.headerSearchButton:hover > .searchIcon, .newsStrip a, .callTopIcon,
.callUsTop, .findUsTop, .findUsTopIcon,*/ .mastheadSearchContainer .searchResult a,
/*#colophon, .socialLinks div a, */#content .horizontalTabs.active > a,
#content .horizontalTabs > a, .panel-title .accordion-toggle,
.closeCommentsSuccess, .filterHeader .floatRight, .dropDownMobile .floatRight,
.postLayoutOverlay, .authorBackgroundImg .authorLayoutOverlay,
.authorBackgroundImg .authorLayoutOverlay {
	transition: all linear 0.25s;
	-moz-transition: all linear 0.25s;
	-o-transition: all linear 0.25s;
	-webkit-transition: all linear 0.25s;
	-ms-transition: all linear 0.25s;
}


/*
*	Opacity common
*/
.findUsTop:hover > .findUsTopIcon, .callUsTop:hover > .callTopIcon, .headClearSearch:hover,
#site-navigation-mobile .shopNowLink a:hover > .shopNowIcon,
#site-navigation-mobile .whyShopLink a:hover > .whyShopIcon,
#site-navigation-mobile .blogWriterLink a:hover > .becomeWriterIcon,
#site-navigation-mobile .campHikeCheckLink a:hover > .campHikeCheckIcon,
#site-navigation-mobile .aboutLink a:hover > .aboutIcon,
#site-navigation-mobile .findUsLink .navHeaderDarker:hover > .findUsIcon,
#colophon .footerFindUsLi a:hover .findUsIcon,
#colophon .footerCallUsLi a:hover .callIcon,
#colophon .footerEmailUsLi a:hover .emailIcon,
#site-navigation-mobile .slideOutNavLinks a:hover > .findUsIcon, 
#site-navigation-mobile .slideOutNavLinks a:hover > .callIcon, 
#site-navigation-mobile .slideOutNavLinks a:hover > .emailIcon,
.dropdownFilterComments .commentFilterOptions .btn-group .btn.dropdown-toggle:hover,
#dropupMenuContact .dropdown-menu > li > a:hover .findUsIcon
#dropupMenuContact .dropdown-menu > li > a:hover .callIcon,
#dropupMenuContact .dropdown-menu > li > a:hover .emailIcon {
	opacity: 1;
}



/*
*	Display Common
*/
._form-title, ._form-label, .single .apss-theme-2 .apss-facebook .fa,
.single .apss-theme-2 .apss-twitter .fa, #email-notes,
#respond .comment-form .comment-form-comment label,
#comments .comment .comment-wrapper .comment-meta .comment-time:after, 
#comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, 
.comment-content:before, .comment-content:after, .selectionArea, .logged-in-as,
.noSimilarPosts > .similarPostsHeadingSingle, .footer-subscribe .dropdown-menu.inner li:nth-child(1),
.categoryMobielTagsArea, .snowysFpClearAll, .clearApplyFilter,
.mobileTableImg, .comment-meta cite span, .hide, .mobileContainer, #colophon .backToTopMobile,
.successMessage, .mobileTabs, .dkpdf-button-container {
	display: none;
}

#comments .comment .comment-wrapper:before, .single #secondary,
.category .status, .home .status, .apss-total-text, ._form_17 ._x11036597,
#cancel-comment-reply-link, .noSimilarPosts .backToTopSp, .displayNone {
	display: none !important;
}

.visible, .noSimilarPosts .backToTopNoSp {
	display: block !important;
}


.onepress-menu-bar, .findUsLink .navHeaderDarker, a.dkpdf-button,
.findUsLink .navHeaderDarker .findUsIcon, .findUsLink .navHeaderDarker .findUsPageLink {
	display: inline-block;
}

.onepress-menu-bar > li, .comment .avatar, .single .apss-single-icon,
.postDateTagMobile, .apss-total-shares {
    float: left;
}

.commentsRight, .callUsTop, .findUsTop, #page .floatRight, .apss-single-icon {
	float: right;
}

.site-branding, .lbg-style1 img, .unlbg-style1 img, .lc, .unlc {
	float: none;
}

.category .gridView, .list-article-thumb {
	overflow: hidden;
}

.noScroll, .four04, .refineView {
	overflow: hidden !important;
}


/*
*	Color common
*/
.theme-button:hover, .theme-button:focus, .theme-button:active {
	background-color: #f37021;
}

#comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover,
#comments .comment .comment-wrapper a:hover, .socialLinksAuthor a:hover, .saboxplugin-authorname a:hover {
	color: #f37021;
}

.onepress-menu.onepress-menu-mobile a, #nav-toggle, .onepress-menu.onepress-menu-mobile a:hover,
.blogTagline p, .headerSearchButton .searchText,
#similarPosts .lbg-style1 .lc, #popularPosts .lbg-style1 .lc,
#similarPosts .unlbg-style1 .unlc, #popularPosts .unlbg-style1 .unlc,
.page .lbg-style1 .lc, .category .lbg-style1 .lc,
.page .unlbg-style1 .unlc, .category .unlbg-style1 .unlc,
.backToTopMobile .toTopIcon, .backToTopMobile .backToTopText,
.relatedcontent, .table tr th {
	color: #fff;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after,
#nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
	background-color: #fff;
}

#nav-toggle:hover, #site-navigation-mobile .menu-item:nth-child(1) > a,
#site-navigation-mobile .menu-item:nth-child(2) > a,
#site-navigation-mobile .menu-item:nth-child(3) > a,
#site-navigation-mobile .menu-item:nth-child(1) > a:after,
#site-navigation-mobile .menu-item:nth-child(1) > a:after,
#site-navigation-mobile .menu-item:nth-child(1) > a:after,
.headerSearchButton:hover, .headerSavedButton:hover, .headerLoginButton:hover,
.headerSearchButton:hover > .searchText, .searchResult, .searchResArea ul li:hover a,
#newsletterModalAmp ._form-thank-you, .slideoutMenuLoginButtonTop a:hover > .slideoutMenuLoginTextTop {
	color: #171717;
}

#nav-toggle:hover > span, #nav-toggle:hover > span:before, #nav-toggle:hover > span:after,
#nav-toggle.nav-is-visible:hover span:before, #nav-toggle.nav-is-visible:hover span:after {
	background-color: #171717;
}

.single #primary .author.vcard a, #comments .comment .comment-wrapper a {
	color: #262626;
}

.findUsTop:hover, .callUsTop:hover, #masthead .findUsTopLink:hover {
	color: #252525;
}


/*
*	Text Align Common
*/
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, 
table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td,
#site-navigation, .alignCenter, .page-id-11956 #newsletterPrefs ._html-code {
	text-align: center;
}



/*
*	Width common
*/
.single .watch-action.commentView .watch-position, #main p iframe, #main div iframe,
#loginform input, .single .apss-total-share-count,
.single .relatedthumb .watch-action .watch-position,
.single #primary .post p img, .single #primary .post h2 img,
.comment-form-author label, .comment-form-author input,
.single .watch-action .watch-position, ._form_17 {
	width: 100%;
}



/*
*	Other common
*/
#site-navigation-mobile .menuLoginButton a, #page .searchResArea ul, .single .backToTop {
	padding: 0;
}
#authorsSection .col-xs-12 {
	padding-left: 0px;
	padding-right: 0px;
}



/*
*	Media queries
*/
@media screen and (max-width: 1310px) {
	.section-padding {
		padding: 3px 0px 0px;
	}
	#main {
		padding-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.single .entry-content p > img {
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0px
	}
	.single .entry-content p, .single .entry-content h2, .single .entry-content table {
		padding: 0 5px;
	}
}

@media screen and (max-width: 1200px) {
	/*
	.home .catTags, .category .catTags, .author .catTags, .archive .catTags {
		left: 0;
	}
	*/
	/*
	.list-article-thumb .entry-title,
	.theAuthorInfo,
	.watch-action.categoryView	{
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	*/
}

@media screen and (max-width: 1140px) {
	.site-branding {
		float: none;
		margin: 0 auto;
	}
	#site-navigation-mobile.main-navigation .onepress-menu {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.bootstrap-select > select {
		left: 0%;
	}
	.footerMenuToggleLink {
		padding: 17px 20px;
	}
	#primary {
		z-index: 999;
	}
	.footerNav .dropdown-menu {
		margin-bottom: 14px;
	}
	.snowysAjaxLoaderCategory {
		width: 100%;
	}
	#content-inside.container {
		z-index: 999;
	}
	.footerSocial .socialLinks .facebook a,
	.footerSocial .socialLinks .instagram a,
	.footerSocial .socialLinks .twitter a,
	.footerSocial .socialLinks .youtube a {
		width: 32px;
		height: 32px;
	}
	.site-footer .site-info {
		padding: 10px 0 23px 0px;
	}
	.footerSubscribeContainer {
		height: 115px;
	}
	.footerSocialContainer {
		position: relative;
		top: 50px;
		text-align:center;
	}
	.footerlinksContainer {
		position: relative;
		top: -35px;
	}
	.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
		display: block;
	}
	#text-2 .textwidget {
		text-align: center;
	}
	.sidebarFilter {
		padding-bottom: 20px;
	}
	.selectionArea {
		width: 100%;
		text-align: left;
		padding-top: 10px;
	}
	.site-info .footerLeft {
		display: none;
	}
	.site-info .footerSubscribe {
		margin: 0;
	}
	#site-navigation .onepress-menu-bar a {
		font-size: 16px;
	}
	.site-branding .has-logo-img {
		max-width: 150px;
	}
	.categoryTopBar .categoryLeft, .categoryTopBar .categoryRight {
		position: absolute;
		float: none;
		min-width: 85px;
	}
	.categoryTopBar .categoryRight {
		right: 30px;
		top: 0px;
	}
	.categoryTopBar .categoryTitle {
		width: 100%;
		margin-top: -20px;
		float: none;
	}
	.categoryTopBar {
		padding-top: 20px;
		height: 58px;
	}
	#snowys-fp-widget {
		display: none;
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		width: 100%;
		background-color: #fff;
		z-index: 9999;
		padding: 0 0 40px;
		overflow-y: auto !important;
		overflow-x: hidden !important;
	}
	#snowys-fp-widget .closeFpIcon {
		background: url(images/close-icon-black.svg) no-repeat;
		background-size: contain;
		display: block;
		float: right;
		width: 23px;
		height: 23px;
		cursor: pointer;
		margin: 15px;
	}
	#text-2 {
		padding-bottom: 20px;
	}
	.clearFilterBar {
		width: 100%;
	}
	#snowys-fp-widget h3 {
		margin-top: 0px;
		padding-left: 23px;
	}
	.notFoundMessage {
		display: block;
		position: relative;
		height: 120px;
		float: right;
		width: 100%;
	}
	.mobileFilterPostsHeading h3 {
		background: #e6e6e6;
		height: 55px;
		color: #444242;
		font-weight: 700;
		text-align: center;
		font-size: 20px;
		line-height: 55px;
	}
	.refineButtonMobile {
		display: block;
	}
	.categoryTopBar {
		border-bottom: none;
	}
	.blog .site-content, .single-post .site-content {
		border-top: none;
	}
	.sidebar {
		width: 100%;
	}
	.category .content-area, .sidebar {
		float: left;
	}
	.left-sidebar .content-area {
		width: 100%;
	}
	.clearApplyFilter .clearRefine, .clearApplyFilter .applyRefine {
		background: #F48038;
		padding: 10px;
		border-radius: 3px;
		font-weight: 700;
		text-align: center;
		border: 2px solid #F48038;
		color: #fff;
		text-transform: lowercase;
		display: inline-block;
		width: calc(50% - 15px);
		cursor: pointer;
	}
	.clearApplyFilter .clearRefine {
		margin: 0px 10px 0px 10px;
		background: #fff;
		color: #F48038;
	}
	.clearApplyFilter .clearRefine:hover {
		background: #F48038;
		color: #fff;
	}
	.backToTopMobile {
		display: block;
	}
	.categoryRightMobile {
		display: block;
	}
	.postsCountMobile {
		display: block;
	}
	.authorTagsArea, .subCatTagsArea, .sidebarFilter .colon, .postDateTagsArea,
	.categoryLeft, .categoryRight {
		display: none;
	}
	.authorTagMobile, .subCatTagMobile, .postDateTagMobile, .filterHeader .title {
		float: left;
	}
	#primary .categoryMobielTagsArea {
		width: 100%;
		display: block;
		margin: 0px auto 10px auto;
		float: left;
	}
	#main .categoryMobielTagsArea .subCatTag, #main .categoryMobielTagsArea .snowysFpClearAll, 
	#main .categoryMobielTagsArea .authorTag, #main .categoryMobielTagsArea .postDateTag {
		float: none;
	}
	.filterHeader .colon {
		float: left;
		margin-right: 4px;
	}
	.admin-bar #snowys-fp-widget {
		padding-top: 40px;
	}
	.socialLinks div {
		margin-right: 10px;
	}
}

@media screen and (min-width: 992px) {
	.section-title-area .section-title {
		line-height: 22px;
		font-size: 22px;
	}
	.container {
		max-width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.newsletterContainerDesktop {
		display: none !important;
	}
	.mobileTabs {
		display: block;
	}
	.leftContainerVideo, .rightContainerVideo {
		margin: 30px auto 20px !important;
		float: none !important;
		width: 90% !important;
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.admin-bar .closeMobileMenu {
		top: 46px;
	}
	.savedSlideoutView #page/*,
	.savedSlideoutView #masthead*/ {
		right: 317px;
		left: -317px;
	}
	.savedSlideout {
		right: -317px;
		max-width: 317px;
	}
	.savedSlideoutShow {
		right: 0;
	}
	.rightContainerText, .leftContainerText {
		float: none !important;
		width: 100% !important;
	}
	.clearFixLast {
		border-bottom: none !Important;
	}
	.leftContainerVideo iframe, .rightContainerVideo iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%    !important;
		height: 100%   !important;
	}
	.sticky-nav.searchActive .mastheadSearchContainer {
		height: auto;
	}
	.sticky-nav.searchActive .headSearchForm {
		top: 0px;
		height: 60px;
	}
	.sticky-nav.searchActive .headSearchForm {
		height: 32px;
		margin-top: -4px;
	}
	.footerSubArea ._field-wrapper .bootstrap-select {
		left: -40px;
	}
	.footerSubscribeContainer {
		width: 100%;
		max-width: 400px;
		right: 0px;
		margin: 0 auto;
		position: relative;
		padding: 10px;
		border-radius: 3px;
	}
	.footerSubArea {
		margin: 0;
	}
	.closefooterSubContainer {
		display: none;
	}
	#colophon ._x86892465 ._field-wrapper {
		width: 60%;
		left: 18.75%;
		position: relative;
	}
	#colophon ._error-inner {
		position:relative;
		top: -1px;
		width: 100%;
		left: 1px;
	}
	#colophon ._x86892465 ._field-wrapper input._has_error {
		border-bottom-right-radius: 0;
	}
	.footerSubArea ._field-wrapper input {
		float: none;
		left: 1px;
		width: 100%;
		max-width: 100%;
		position: relative;
	}
	#_form_15_submit {
		right: -40px;
	}
	.newsletterMobIcon {
		width: 18px;
		height: 18px;
		background: transparent url(images/icons/email-icon-white.svg) no-repeat 0px 0px;
		background-size: contain;
		display: inline-block;
		position: relative;
		bottom: -6px;
		left: -5px;
	}
	.mobileContainer .footerSocialContainer {
		top: 0px;
	}
	.site-content, #colophon {
		top: 30px;/*118px*/
	}
	#colophon .backToTopMobile, #colophon .newsletterSubMobile, #colophon .callUsMobile, #colophon .emailUsMobile, #colophon .findUsMobile, #colophon .emailUsMobileHeader,
	#colophon .footerAboutNavMobile, #colophon .footerHelpNavMobile {
		background: #323232;
		text-transform: uppercase;
		width: 100%;
		max-width: 400px;
		margin: 20px auto;
		border-radius: 3px;
		padding: 15px 20px;
		color: #fff;
		cursor: pointer;
	}
	#colophon .backToTopMobile, #colophon .newsletterSubMobile {
		text-align: center;
	}
	#colophon .callUsMobile, #colophon .emailUsMobile, #colophon .findUsMobile, #colophon .emailUsMobileHeader {
		text-align: left;
	}
	#colophon .toTopIcon, #colophon .newsletterMobIcon {
		margin-right: 5px;
	}
	#colophon .toTopIcon, #colophon .backToTopText, #colophon .newsletterMobText, #colophon .newsletterMobIcon, #colophon .callUsHeader, #colophon .emailUsMobileHeader,
	#colophon .findUsMobileHeader, #colophon .footerAboutNavMobile, #colophon .footerHelpNavMobile {
		font-size: 15px;
		font-weight: 700;
	}
	#colophon .callUsMobile a, #colophon .emailUsMobile a, #colophon .findUsMobile a {
		color: #fff;
	}
	#colophon .emailUsMobile a {
		text-transform: lowercase;
	}
	#colophon .emailUsMobileHeader, #colophon .findUsMobileHeader {
		position: relative;
		left: 1px;
		padding: 0px;
	}
	#colophon .findUsMobileHeader {
		position: relative;
		left: -10px;
	}
	.footerMobileDropdown {
		display: none;
		list-style: none;
		font-size: 14px;
		text-align: left;
		padding: 0;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-bottom:0;
	}
	.footerMobileDropdown .divider {
		background-color: #444242;
		height: 2px;
		overflow: hidden;
	}
	.footerMobileDropdown li a {
		color: #fff;
		margin-bottom: 6px;
		padding: 0 15px;
		display: block;
		clear: both;
		font-weight: normal;
		font-size: 13px;
		line-height: 16px;
		white-space: nowrap;
		text-transform: capitalize;
	}
	.mobileContainer span.callUsNavBody, .mobileContainer .emailLinkNavBody, .mobileContainer.findUsNavBody {
		margin-left: 30px;
	}
	#colophon .mobileContainer .findUsMobileHeader {
		left: 2px;
		bottom:10px;
	}
	#colophon .findUsIcon {
		bottom: 4px;
		left: -5px;
	}
	#colophon .emailIcon {
		left: -13px;
		margin-right: 0px;
	}
	.findUsMobile .openclosedTagSA .openTag,
	.findUsMobile .openclosedTagSA .closedTag {
		margin-top: 28px;
	}
	#colophon .callIcon {
		margin-right: 5px;
		left: -7px;
	}
	#colophon .findUsIcon,
	#colophon .emailIcon, 
	#colophon .callIcon {
		opacity: 1;
	}
	.callUsMobile .openTag,
	.callUsMobile .closedTag {
		margin-top: 9px;
	}
	.mobileContainer {
		max-width: 400px;
		margin: 0 auto;
	}
	.footerMobileDropdown li:last-child > a {
		padding-bottom: 0;
	}
	#header-small-searchterms {
		padding: 8px 40px;
	}
	#colophon .desktopTabContainer, #content .backToTopMobile, .abnTextFooter {
		display: none;
	}
	#colophon .mobileContainer, #colophon .backToTopMobile {
		display: block;
	}
	.admin-bar .mastheadSearchContainer {
		top: 47px;
	}
	.mastheadSearchContainer {
		position: fixed;
		height: auto;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		z-index: 999999;
	}
	.closeHeadSearch {
		background: url(images/close-icon-black.png) no-repeat;
		background-size: contain;
		right: -5px;
		top: 20px;
		width: 18px;
		height: 18px;
		opacity: 0.7;
	}
	.closeHeadSearch:hover {
		opacity: 1;
	}
	.search-box-button {
		display: none;
	}
	.headSearchForm {
		width: calc(100% - 20px);
		border-bottom: 1px solid #ccc;
		max-width: none;
		z-index: 9999999;
		right: 10px;
		left: 10px;
		height: 60px;
		top: 0px;
	}
	.searchResArea {
		position: fixed;
		top: 60px;
		padding: 0 0 20px;
		max-width: calc(100% - 20px);
		height: 92%;
	}
	.admin-bar .searchResArea {
		top: 118px;
		height: calc(100% - 118px);
	}
	.searchResArea ul {
		padding: 0 5px;
	}
	#header-small-searchterms {
		height: 32px;
		margin-top: -4px;
	}
	/*
	.admin-bar #masthead {
		top: 77px;
	}
	*/
	.headerSearchButton {
		left: 60px;
	}
	.headerLoginButton {
		right: 60px;
	}
	.admin-bar .savedSlideout, .admin-bar #site-navigation-mobile .onepress-menu {
		margin-top: 46px;
	}
	.site-info .footerSubscribe {
		width: 100% !important;
		text-align: center !important;
		margin: 10px auto 0px auto;
	}
	#mc-embedded-subscribe-form .subs_input {
		width: 75%;
		max-width: 75%;
	}
	#mc-embedded-subscribe-form .subs-button {
		width: 25%;
		padding: 15px 0px;
	}
	.footerRight {
		width: 100% !important;
		text-align: center !important;
		float: none;
	}
	.headerLeft .searchText, .headerRight .savedText, .headerRight .loginText, .headerLeft .menuText, .findUsTop, #site-navigation {
		display: none !important;
	}
	.site-branding .has-logo-img {
		width: 140px;
		height: auto;
		margin-top: -1px;
		padding-bottom: 1px;
	}
	.headerLeft, .headerRight {
		top: -40px;
	}
	.site-branding .site-logo-div {
		line-height: 50px;
	}
	.modal-dialog {
		top: 50px;
	}
	._field-wrapper input {
		max-width: 75%;
	}
	#_form_15_submit {
		width: 25%;
	}
	.watch-action::before {
		color: #262626;
		font-weight: bold;
	}
	.socialHeadingSingle {
		padding: 0 !important;
	}
	.panel-default:nth-child(1),
	.collapse.in {
		border-top: 2px solid #ddd;
	}
	.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
		border-top: none !important;
	}
	.panel-title .accordion-toggle:after {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f078";
		color: #F48038;
		float: right;
		transition: all linear 0.25s;
		-moz-transition: all linear 0.25s;
		-o-transition: all linear 0.25s;
		-webkit-transition: all linear 0.25s;
		-ms-transition: all linear 0.25s;
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.panel-title .accordion-toggle.collapsed:after {
		color: #262626;
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.panel-default .panel-title a {
		padding: 10px 0px;
		font-weight: 400;
		position: absolute;
		width: 100%;
		line-height: 30px;
	}
	.panel-title .accordion-toggle {
		height: 50px;
	}
	.panel-heading {
		padding: 0;
	}
	.panel-title {
		height: 50px;
		padding: 0px 15px;
	}
	.panel-group .panel+.panel {
		margin-top: 0;
	}
	.panel-title .accordion-toggle.collapsed {
		color: #525252;
	}
	.panel-title .accordion-toggle::after {
		margin-right: 25px;
		margin-top: 8px;
	}
	.tableDesktop {
		display: none;
	}
	.mobileTableImg {
		display: block;
	}
	.destinationGuides {
		margin-left: auto;
	}
	.tipsNTricks {
		margin-left: auto;
	}
}

@media screen and (min-width: 768px) {
	/*
	.admin-bar #masthead {
		top: 62px;
	}
	*/
	.container {
		max-width: 100%;
	}
	.modal-dialog {
		top: 20%;
	}
	.headClearSearch {
		display: none !important;
	}
	.searchResArea {
		max-height: 250px;
	}
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed !important;
	}
}

@media screen and (max-width: 580px) {
	.site-content, #colophon {
		top: 0px;/*87px*/
	}
	.savedSlideout, #site-navigation-mobile .onepress-menu {
		padding-top: 0px;
	}
	#masthead {
		top: 0px !important;
	}
	/*
	.admin-bar #masthead {
		top: 46px !important;
	}
	*/
	.site-branding .has-logo-img {
		width: 125px !important;
	}
	#site-navigation .onepress-menu-bar a {
		padding: 4px 20px;
	}
	.status {
		width: 100%;
		margin-top: 10px;
		padding: 0;
	}
	.home .list-article-thumb {
		height: 322px !important;
	}
	.section-title-area .section-title {
		font-size: 22px;
	}
	.section-title-area {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	#text-2, .homeTextPrevLink, .topStripContainer {
		display: none !important;
		visibility: hidden !important;
	}
	.paginationButton, .pagiButtonDots {
		display: none !important;
	}
	.paginationButton.pagiActive, .paginationButton.paginationButtonPrev, .paginationButton.paginationButtonNext {
		display: inline-block !important;
	}
}

@media screen and (min-width: 544px) {
	.container {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.home .bottomGradientPost {
		padding: 0 20px;
	}
	#authorsCarousel {
		padding: 0 3px;
	}
	#authorsSection .col-xs-12 {
		padding-bottom: 2px;
	}
	#popPosts, #latestPosts {
		padding: 0 5px 20px;
	}
	#twoLatestPosts {
		padding: 5px 5px 20px;
	}
	.slick-prev {
		left: 12px;
	}
	.slick-next {
		right: 12px;
	}
	.lineBreakSpan,
	.single .status, .site-info .footerSubscribe, #site-navigation {
		display: none;
	}
	.footerSubArea p {
		word-break: break-word;
	}
	.footerSubArea form {
		width: 75%;
		left: 12.5%;
	}
	.site-content, #colophon {
		top: 0px;/*87px*/
	}
	.footerSubArea ._field-wrapper input {
		z-index: 99;
	}
	.dropdownFilterHeader .headerFilterOptions .bs-caret {
		right: 5px;
	}
	.categoryRightMobile .dropdownFilterHeader .headerFilterOptions .btn {
		padding: 10px 22px 11px 6px;
	}
	.refineButtonMobile {
		width: calc(70% - 10px);
		margin: 0px 0px 20px 10px;
	}
	.categoryRightMobile {
		width: calc(30% - 20px);
		margin-right: 10px;
	}
	#masthead .container {
		padding: 0px 15px !important;
	}
	.site-info .footerSubscribe {
		position:fixed;
		bottom: 42px;
		left: 0px;
		display: none;
		z-index: 99999;
		background-color: #171717;
		padding: 8px 0px 10px 4px;
		margin-bottom: 0px !important;
	}
	.site-info .footerSubscribe ._field-wrapper .bootstrap-select .dropdown-toggle {
		min-width: 90px;
		max-width: 90px;
		font-size: 11px;
		border-right: 1px solid #ccc;
	}
	.navSearchButton {
		top: 10px;
	}
	#page .container, .container {
		padding: 0px;
	}
	.categoryLeft .browserBackButton a {
		margin-left: 0px;
	}
	.bootstrap-select > .dropdown-toggle {
		padding-right: 0px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.col-xs-6 {
		padding-left: 2px;
		padding-right: 2px;
	}
    /*.col-md-2, .col-lg-2, .col-sm-4, .col-xs-6, .col-xs-12, .col-sm-12 {
		padding-left: 2px;
		padding-right: 2px;
	}
	.home #page .container {
		padding-left: 5px;
		padding-right: 5px;
	}*/
	.home .row {
		margin-left: 0;
		margin-right: 0;
	}
	.categoryTopBar .categoryRight {
		right: 5px;
	}
	.categoryTopBar .categoryLeft {
		left: 5px;
	}
	.emailIconSub {
		top: 20px;
		left: 25px;
	}
	.site-branding .has-logo-img {
		width: 110px !important;
	}
	.backToTopMobile {
		margin-bottom: 22px;
	}
	.panel-group .panel + .panel {
		margin-top: 0px;
	}
	.panel-group .panel {
		border-radius: 0px;
	}
	.panel-group {
		margin-bottom: 0px;
	}
	#colophon #_form_15_submit {
		padding: 0;
		min-width: 85px;
	}
	.specialUlElement {
		width: auto !important;
	}
	.specialUlElementLast, .greyTextArea.tipsNTricks {
		padding: 0px !important;
	}
	.specialUlElementLast li {
		margin: 0px 20px !important;
	}
	.greyTextArea {
		padding: 0px 20px !important;
	}
	.tipsNTricks {
		margin-left: 0px;
	}
	.writerPageContainer h4 {
		padding: 0px 30px !important;
	}
	.site-footer .site-info {
		padding: 15px 30px 14px;
	}
}

@media screen and (max-width: 400px) {
	.writerPageContainer h4 {
		padding: 0px 20px !important;
	}
	.site-footer .site-info {
		padding: 15px 20px 14px;
	}
}

@media screen and (max-width: 375px) {
	.site-branding .has-logo-img {
		width: 100px !important;
	}
	.headerSearchButton {
		left: 45px;
	}
	.headerLoginButton {
		right: 45px;
	}
	.refineButtonMobile {
		width: calc(60% - 10px);
	}
	.categoryRightMobile {
		width: calc(40% - 20px);
	}
	.findUsNavHeader,
    .findUsNavBody	{
		margin-left: 0px;
	}
}

@media screen and (max-width: 320px) {
	.headerSearchButton {
		left: 40px;
	}
	.headerLoginButton {
		right: 40px;
	}
}
