/*
Theme Name: All Terrain Tours
Theme URI: https://mcgregormedia.co.uk
Author: McGregor Media Web Design
Author URI: https://mcgregormedia.co.uk
Description: WordPress theme for All Terrain Tours website
Version: 2.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: all-terrain-tours
Tags: blue, white, responsive-layout, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Global
	3.1 - Elements
	3.2 - IDs and classes
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Pagination
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - CTA
14.0 - WooCommerce
	14.1 - Global
	14.2 - Archive
	14.3 - Single
	14.4 - Cart
	14.5 - Checkout
15.0 - Other media queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1{
	color: #5995E0;
	font-size: 1.9em;
}
h2{
	color: #6AA118;
	font-size: 1.7em
}
h3{
	color: #5995E0;
	font-size: 1.5em;
}
h3.symple-toggle-trigger{	
	color: #6AA118 !important;
	font-size: 1em;
}
h4{
	color: #6AA118;
	font-size: 1.3em;
}
h5{
	color: #5995E0;
	font-size: 1em;
}
h6{
	color: #6AA118;
	font-size: 0.8em
}
p {
	margin-bottom: 1.5em;
	color: #333;
	text-align: justify;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Global
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Elements
--------------------------------------------------------------*/
hr {
	background-color: #6AA118;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
3.2 IDs and classes
--------------------------------------------------------------*/
#masthead{
	border-bottom: 2px solid #5995E0;
}
#content, .content{
	width: 80%;
	max-width: 1500px;
	margin: 20px auto;
	padding: 0;
	overflow: auto;
}
.content{
	margin: 0 auto;
}
#primary{
	width: 72%;
	margin-right: 3%;
	float: left;
}
.widget-area{
	width: 25%;
	float: left;
}

#fp-main ul{
	padding-left: 50px;
	margin-left: 0;
	list-style: none;
}
#fp-main li{
	font-size: 1.5em;
	color: #333;
	margin-bottom: 10px;
}
#fp-main li:before{
	font-family: fontawesome;
	content: '\f058';
	color: #6AA118;	
	margin: 0 10px 0 -35px;
}
.event{
	padding-bottom: 10px;
}
.widget-area img{
	width: 100%;
	max-width: 270px;
	margin: 10px auto;
}
.feedback_author{
	text-align: right;
}
.information_box, .warning_box, .alert_box{
	padding: 5px 5px 5px 40px;
}
.information_box{
	background: rgba(89,149,224,0.2);
	border: 1px solid #5995E0;
}
.information_box:before{
	font-family: fontawesome;
	content: '\f05a';
	font-size: 1.2em;
	color: #5995E0;	
	margin: 0 10px 0 -30px;
}
.warning_box{
	background: rgba(255,255,0,0.2);
	border: 1px solid #ffff00;
}
.warning_box:before{
	font-family: fontawesome;
	content: '\f06a';
	font-size: 1.2em;
	color: #ffff00;	
	margin: 0 10px 0 -30px;
}
.alert_box{
	background: rgba(255,0,0,0.2);
	border: 1px solid #ff0000;
}
.alert_box:before{
	font-family: fontawesome;
	content: '\f071 ';
	font-size: 1.2em;
	color: #ff0000;	
	margin: 0 10px 0 -30px;
}
table.cookies{
	table-layout: fixed;
}
table.cookies, table.cookies th, table.cookies td{
	border: 1px solid #404040;
}
table.cookies th, table.cookies td{
	padding: 1%;
}
table.cookies td{
	word-wrap: break-word;
}
#upper-footer{
	width: 100%;
	color: #fff;	
	background-color: #3b3939;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNCcgaGVpZ2h0PSc0Jz4KICA8bGluZSB4MT0nMjAlJyB5MT0nMjAlJyB4Mj0nODAlJyB5Mj0nODAlJyBzdHJva2Utd2lkdGg9JzEnIHN0cm9rZT0nIzQ3NDc0NycvPgogIDxsaW5lIHgxPSc4MCUnIHkxPScyMCUnIHgyPScyMCUnIHkyPSc4MCUnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjMzMzMzMzJy8+ICAKPC9zdmc+');	
}
#upper-footer .widget-area{
	float: none;
	width: 100%;
}
.footer-section{
	margin: 20px 0;
	padding: 0 3%;
	float: left;
}
#upper-footer h1{
	color: #fff;
	font-size: 1.2em;
}
#upper-footer p, #upper-footer a{
	color: #fff;
	font-size: 1em;
}
#upper-footer ul{
	list-style: none;
	margin-left: 0;
}
#upper-footer ul ul{
	display: none;
}
#colophon{
	width: 100%;
	background-color: #000000;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNicgaGVpZ2h0PSc2Jz4KICA8bGluZSB4MT0nMzAlJyB5MT0nMzAlJyB4Mj0nNzAlJyB5Mj0nNzAlJyBzdHJva2Utd2lkdGg9JzEnIHN0cm9rZT0nIzBhMGEwYScvPgogIDxsaW5lIHgxPSc3MCUnIHkxPSczMCUnIHgyPSczMCUnIHkyPSc3MCUnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjMGEwYTBhJy8+ICAKPC9zdmc+');
	color: #818181;
	border-top: #C5C5C5;
	font-size: 0.8em;
	padding: 2% 0;
}
#colophon ul{
	list-style: none;
	display: inline;
}
#colophon ul li{
	float: left;
	padding: 0 5px;
}
#colophon ul li:first-child{
	padding-left: 0;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
select{
	max-width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 0.618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #fff;
	background-color: #5995e0;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	transition: all 0.2s ease 0s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #4884cf;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
.button.disabled,
a.button.disabled,
button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="submit"].disabled{
	background: #ccc;
	cursor: not-allowed;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 100%;
	padding: 6px 6px 4px 5px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	color: #111;
	border: 1px solid #666;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */	
	width: 100%;
}
.book_button{
	float: right;
	background-color: #5995E0;
	border-color: #FFFFFF;
	color: #FFFFFF;
	display: block;
	padding: 15px 30px;
	font-size: 1.5em;
	box-shadow: 2px 2px 2px #000;
	text-shadow: 1px 1px #000;
}
.book_button:hover{
	background-color: #FFFFFF;
	border-color: #5995E0;
	color: #5995E0;
	box-shadow: 2px 2px 2px #000;
	text-shadow: 1px 1px #000;
}

.wpcf7-recaptcha{
	padding-bottom: 20px;
}
@media
only screen
and (max-width: 767px){
	.book_button{
		float: none;
		margin: 0 auto 20px;
	}
}
@media
only screen
and (max-width: 1024px){
	.book_button{
		float: left;
		margin: 0 0 20px;
	}
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #6AA118;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: underline;
}
a#inifiniteLoader{
    position: fixed; 
    z-index: 2; 
    bottom: 15px;  
    right: 10px;
    display:none;
}
footer#colophon a {
	color: #818181;
	text-decoration: underline;
}
footer#colophon a:hover, footer#colophon a:focus, footer#colophon a:active {
	color: #fff;
	text-decoration: none;
}
#upper-footer a {
	color: #fff;
	text-decoration: none;
	padding: 0;
}
#upper-footer a:hover, #upper-footer a:focus, #upper-footer a:active {
	color: #ccc;
	text-decoration: underline;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.account-navigation{
	width: 100%;
}
.account-navigation ul {
	float: right;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.account-navigation li {
	float: left;
	position: relative;
	height: 25px;
}
.account-navigation a {
	display: block;
	text-decoration: none;
	color: #6B6B6B;
	padding: 0 10px;
	line-height: 25px;
	font-size: 0.8em;
}
.account-navigation a:hover {
	color: #333;
	text-decoration: underline;
}

/*  IPAD MIN */
@media
only screen
and (min-width: 768px) {
	.header-image-container{
		float: left;
		width: 25%;
		padding: 10px 0 0;
	}
	.menu-toggle-container{
		float: right;
		width: 45%;
		text-align: right;
	}
	.menu-toggle i{
		padding: 20px 10px 0 0
	}
}

/*  IPAD MAX */
@media screen and (max-width: 1024px) {
	.account-navigation{
		float: left;
	}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.menu-toggle i,
	.main-navigation.toggled .nav-menu i {
		font-size: 1.5em;
	}
	.main-navigation {
		width: 100%;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
		display: none;
	}
	.main-navigation li {
		clear: both;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		padding: 5px 3%;
		border-bottom: 2px solid #5995E0;
	}
	.main-navigation ul ul {
		display: block;
	}
	.main-navigation ul ul ul {
		display: block;
	}
}
@media screen and (min-width: 1025px) {
	.account-navigation{
		float: right;
	}
	
	.main-navigation {
		display: block;
		float: right;
	}
	.main-navigation ul {
		list-style: none;
		margin: 20px 0 0 0;
		padding-left: 0;
	}
	.main-navigation li {
		float: left;
		position: relative;
		height: 50px;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		color: #6B6B6B;
		padding: 0 10px;
		line-height: 50px;
	}
	.main-navigation a:hover {
		background: #5995E0;
		color: #fff;
	}
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background: #fff;
		display: none;
		float: left;
		left: 0;
		position: absolute;
		top: 1.5em;
		z-index: 99999;
		border: 1px solid #333;
	}
	.main-navigation ul ul li {
		height: auto;
	}
	.main-navigation ul ul li a{
		line-height: 1.2em;
		padding: 15px 10px;
	}
	.main-navigation ul ul ul {
		left: 100%;
		top: -1em;
	}
	.main-navigation ul ul a {
		width: 200px;
	}
	.main-navigation ul ul li {
	}
	.main-navigation li:hover > a {
		background: #5995E0;
		color: #fff;
	}
	.main-navigation ul ul :hover > a {
	}
	.main-navigation ul ul a:hover {
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation li > a:after {
		font-family: fontawesome;
		content: '\f101';
		padding-left: 3px;
	}
	.main-navigation li > a:hover:after {
		font-family: fontawesome;
		content: '\f101';
		padding-left: 3px;
	}
	.main-navigation li > a:only-child:after {
		content: '';
	}
	.menu-toggle {
		display: none;
	}
}
.menu-toggle{
	cursor: pointer;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
5.3 Pagination
--------------------------------------------------------------*/
.page_nav{
	padding: 10px 0;
	text-align: center;
}
.page_nav a, .page_nav span{
	padding: 5px;
}
.page_nav a{
	border: 1px solid #6AA118;
}
.page_nav span{
	border: 1px solid #333;
}
.page_nav a:hover{
	border: 1px solid #333;
	text-decoration: none;
}



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.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: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.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:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-area aside ul{
	list-style: none;
	margin-left: 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-top-image{
	width: 100%;
	margin: 0 auto;
}
.page-top-image img{
	width: 100%;
	display: block;
	margin: 0 auto;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

@media
only screen
and (max-width: 767px) {

	.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item{
		max-width: 100%;
	}

}

/*
Her name is Rio
And she dances on the sand
*/

/*--------------------------------------------------------------
13.0 CTA (Call to Action)
--------------------------------------------------------------*/
#fp_cta_button{
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 2rem;
	margin: 0;
	line-height: 2;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 0.618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #fff;
	background-color: #5995e0;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	transition: all 0.2s ease 0s;
}
#fp_cta_button:hover {
	background-color: #4884cf;
}
/*--------------------------------------------------------------
14.0 WooCommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.1 Global
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.2 Archive
--------------------------------------------------------------*/
.woocommerce li.product{
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size: 2em;
}
.woocommerce ul.products li.product .price{
	font-size: 1.5em;
}
/*--------------------------------------------------------------
14.3 Single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
14.4 Cart
--------------------------------------------------------------*/
.woocommerce a.button{
	box-shadow: none;
}
.woocommerce .quantity .qty {
    padding: 10px 6px 8px 5px;
}
.woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	width: 50%;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 45%;
}
.woocommerce .cart .coupon .button, .woocommerce .cart .coupon input.button {
    float: left;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 6px 8px 5px;
}
/*--------------------------------------------------------------
14.5 Checkout
--------------------------------------------------------------*/
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
    margin-bottom: 30px;
}
.woocommerce form .form-row input.input-text{
	padding: 10px 6px 8px 5px;
}

/*--------------------------------------------------------------
15.0 Other media queries
--------------------------------------------------------------*/
/*  MOBILE */
@media
only screen
and (max-width: 767px) {
	#content{
		width: 96%;
		margin: 20px auto;
	}
	#primary{
		width: 100%;
		clear: both;
	}
	.widget-area{
		width: 100%;
		clear: both;
	}
	#masthead {
		text-align: center;
	}
}

@media
only screen
and (max-width: 1024px) {
	.main-navigation .no_mobile{	
		display: none;
	}
}
