/*
Theme Name: Mulberry Travel
Theme URI: http://www.alexbarlow.me.uk
Author: Alex Barlow
Author URI: http://www.alexbarlow.me.uk
Description: 64h Wordpress theme
Version: 1.16
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Mulberrytravel
Tags:

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
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
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*import statements*/

@font-face {
    font-family: main;
    src: url('layouts/main.ttf');
}

@font-face {
	font-family:arial-narrow;
	src: url('layouts/arial-narrow.ttf');
}

@import url ('custom.css');

/*--------------------------------------------------------------
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: "Brandon Grotesque Regular";
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;	
}

	/*added*/
#page{
	max-width:1120px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}

.entry-content{
padding: 0px 2% 0px 2%;
}

html {
	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: #EBEBEB; /* Fallback for when there is no custom background color defined. */
}

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
--------------------------------------------------------------*/
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h2{
	color: #111111;
    font-family: 'brandon grotesque medium';
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px 0 ;	
}

h3{
	  font-family: 'brandon grotesque medium';
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 15px 0 ;	
}


h4{
	font-family:'brandon grotesque regular', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#111111;
	text-transform:uppercase;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
/* Text elements */
p{
  color: #111111;
  font-family: 'Brandon Grotesque Regular',Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
  padding: 0;
}
.left-section-detail div {
	margin-bottom:10px;
	color: #111111;
	font-family:'brandon grotesque regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:22px;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
/* =Header
----------------------------------------#E5E1E1------- */

.site-header { background-color: #E5E1E1; }

#header-bar {
	position: relative;
	margin:0 auto;
	width:100%;
	background-color: #E5E1E1;
	overflow:hidden;
}
#branding {
	position: relative;
	margin:0 auto;
	width:100%;
	max-width:980px;
	overflow:hidden;
}
#site-title {
	float: left;
padding-top: 0;
width: 36%;
}
#left-site-header{
background-image: url("http://www.mulberrytravel.com/wp-content/themes/MulBerry/images/logo.png");	
float: left;
padding-top: 0;
width: 294px;
height: 76px;
margin: 10px;
}
#middle-site-header{
	float: right;
padding-top: 0;
width: 25%;
}
#right-site-header{
	float: right;
padding-top: 0;
height: 76px;
margin: 10px;
width: 42%;
}
span.telephone{
	font-size: 20px;
	color: #aaaaaa;
}
img.abta-atol{
float: right;
padding-top: 0;
margin: 10px;
vertical-align: middle;
}
div.telephone{
float: left;
font-family: Brandon Grotesque Black;
font-size: 30px;
line-height: 24px;
color: #692569;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #fff;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0;
}
#branding img {
/*height: auto;
	margin-bottom: -7px;
	width: 100%;*/
}
/* =Menu
-------------------------------------------------------------- */

.second-menu #access {
	width:auto;
}

#access {
	width: 100%;
	padding:0;
	float:left;
}
#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0px 0;
	float:left;
	padding:0;
}
#access li {
  float: left;
  margin: 0;
  position: relative;
  white-space: nowrap;
  padding:0 5px;
  font-size:19px;
  border-right:1px solid #5f699a;
  line-height:14px;
}
#access li li {
	background-image: none;
	margin-left: 0;
	padding:0 10px;
} 
#access a {
	color: #fff;
	display: block;
	font-family:'Brandon Grotesque Medium', Arial, Helvetica, sans-serif;
	text-transform:none;
	/*line-height:42px;*/ 
	margin:4px 0;
	padding:5px;
	font-size:18px;
	text-decoration: none;
	white-space:nowrap;
	text-transform:capitalize;

}
.page-template-compared_property-php #access a,
.page-template-dynamic_page_destination-php #access a,
.page-template-dynamic_page-php #access a,
.page-template-dynamic_page_destination-php #access a,
.page-template-property_detail-php #access a,
.page-template-make_inquiry-php #access a,
.page-template-custom_index-php #access a ,
.page-template-holiday_type_index-php #access a,
.page-template-holiday_list_template-php #access a,
.page-template-thank_you-php #access a,
.page-template-dynamic_product_page-php #access a,
.page-template-compared_make_inquiry-php #access a {
font-size:14px; }

.bradecrumb{
	float:left;
	width:100%;
	color:#FFF;
	font-size:12px;
	margin-top:10px;
}	
body .bradecrumb a{ 
	
	color:#898989;
}

.breadcrumb-wrapper a {color:#898989;}


.breadcrumb-wrapper a:hover {color: #692569;}
#access li:last-child a{
	background:none;
}	
#access ul ul {
	margin: 0;
	position: absolute;
	top:55px;
	left:0px;
	padding:0px;
	width: 188px;
	display:none;
	z-index: 99999;
}
#access ul li:hover > ul {
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background:#0C0E18;
	color: #fff;
	font-size: 13px;
	height: auto;
	padding: 10px 10px;
	width: 168px;
	border-left:none;
	white-space:nowrap;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
}
 #access li.selected,
.active_page_item{

}
#access li:hover a, #access li.selected a {
	color:#FFF;
}
#access li:first-child {

}

#access li:first-child a{

}

#access li li:first-child a{

}

#access li li {
	border-top:1px solid #202020;
	border-left:none;
	background:#0C0E18;
}
#access li li:first-child {
	border-top:none;
}
#access li li a:hover, #access li li.selected a {
	background:#191919;
	color:#FFF;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	font-weight: normal;
	color:#008db0;
	font-family:'Brandon Grotesque Medium italic';
}
/* Search Form */
#branding #searchform {
	position: absolute;
	top:12px;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s, #branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
/* =Content
----------------------------------------------- */

#main {
	clear: both;
	padding: /*1.625em 0 */0;
	margin:0px auto 0;
	max-width: 980px;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry, .no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child, .no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title, .entry-header .entry-meta {
/*padding-right: 76px;
	padding-top:10px;*/
}
.entry-title {
	/*color:#fff;
	font-family:'open_sansregular', Arial, Helvetica, sans-serif;
	font-size: 20px;
	display:inline;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #9b9494;*/
}
.entry-title a {
	color: #111111;
	font-family: 'brandon grotesque regular';
}

.entry-title a:hover, .entry-title a:focus, .entry-title a:active {
	 
}
.entry-meta .date-month {
	float:left;
	margin:0px;
	line-height:normal;
	padding:0px;
	width:120px;
}
.entry-meta .date {
	float:left;
	font-size:36px;
	font-weight:bold;
	border-right:1px solid #CCC;
	width:50px;
	color:#8d8d8d;
}
.entry-meta .month {
	float:left;
	font-size:18px;
	width:50px;
	text-align:center;
	line-height:22px;
	color:#666666;
}
.entry-meta {
	color: #c2c2c2;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	padding:0px;
	margin:0px;
}
.entry-meta a {

}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content, .entry-summary {
	padding: /*1.625em 0 */0;
}

.entry-content h1,  .comment-content h1, h1 {
	 font-family: 'Brandon Grotesque Medium';
	font-size:30px;
	color:#111111;
	line-height:35px;
	text-transform:none;
	padding-bottom:12px;
	margin: 0 /*0 .8125em*/;
}

.home_title,
.content_blog .entry-content h1.home_title
 {
font-family: "Brandon Grotesque Black";
font-size: 26px;
line-height: 25px;
margin-top: 0;
padding-bottom: 5px;
text-align: center;
text-transform: uppercase;
}

.left_popup {
    float: left;
    margin-left: 5%;
    width: 65%;
}

.left_popup h1 {
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    line-height: 22px;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 19px;
}

.right_popup{
    width: 30%;
    float: left;
}

.home_text {
	margin:0 auto;
	width:52%;
	font-family: "Brandon Grotesque Light italic";
}

.home_text p {
color: #7D7D7D;
font-family: "Brandon Grotesque Light italic";
font-size: 19px;
line-height: 18px;
margin: 0;
text-align: center;
}

.product {
	float:left;
	width:100%;
	margin-top:20px;
}
.comment-content h2,
.entry-content h2{
	  font-family: 'Brandon Grotesque Medium';
	font-size:24px;
	line-height:30px;
	color:#0099cc;
	padding-bottom:10px;
	margin: 0 /*0 .8125em*/;
}
.entry-header h1 {
	line-height:30px;
}
.entry-content h3, .comment-content h3, h3 {
	font-family:'Brandon Grotesque Medium', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#111111;
	margin:0 0 10px 0;
	padding:0;
}
h3 span {
	color:#ed1c24;
}
.entry-content table, .comment-content table {
	/*border-bottom: 1px solid #ddd;*/
	/*margin: 0 0 1.625em;/*width: 100%;*/
}
.entry-content th, .comment-content th {
	color: #FFF;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td, .comment-content td {
	/*border-top: 1px solid #ddd;*/
	padding: 3px 10px 3px 0;
}
.entry-content #s {
/*width: 75%;*/
}
.comment-content ul, .comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a, .commentlist .edit-link a {
	background: #131313;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover, .commentlist .edit-link a:hover {
	background: #352903;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
 }

/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 13px;
	font-weight: normal;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#content #nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
	padding:0;
}
#nav-single .nav-previous, #nav-single .nav-next {
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}

/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	float:left;
	width:100%;

	background:#151515;
}
#supplementary {
	padding: 6px 7.6% 0px;
	overflow: hidden;
}
/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}
/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#td { width: 100%; margin-bottom: 15px; }


.sub_box .right_side select option {


	
}

#td { width: 100% !important; }


/*--------------------------------------------------------------
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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	border-color: none;
	border-radius: 0px;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/* border-color: #ccc #bbb #aaa; */
	/* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}

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 {
	/* border-color: #aaa #bbb #bbb; */
	/* box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); */
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/



a {
	color: #2a2a2a;
	font-family:main;
	font-size:15px;
	text-decoration:none;
	text-transform:capitalize;
}

a:visited {
	color: #2a2a2a;
}

a:hover,
a:focus,
a:active {
	color: #bfbfbf;
}





/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/



.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 25px;
	background-color: #312057;
	text-align: center
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	color:#F2ffff;
}

.main-navigation a:active {
	color:#EBEBEB;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color: #69a7f0;
}


.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block;
	padding: 2px 0px 2px 0px;
}

.main-navigation li {
	float: left;
	position: relative;
	padding-right: 30px;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

/* Small menu */
.menu-toggle {
    display: none;
}

@media screen and (max-width: 600px) { /* media query screens <600px */
	
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	
	button{
		height:25px;
		width:62px;
		background-image: url('layouts/responsive/responsive_menu.png');
		font-size: 0px;
		font-size: 0rem;
		background-color:#EBEBEB;
	}


	.main-navigation {
		height:auto;
		background-image: url('layouts/responsive/mulberry-travel-logo-responsive.png');
		background-repeat:no-repeat;
		background-position-x: center;
		background-position-y: top;
		background-color:#EBEBEB;
	}


	.main-navigation ul {
		display: none;
		padding: 0px;
		padding-top:10px;
		padding-bottom:10px;
	}

	.main-navigation li {
		float: none !important; 
		position: inherit;
		padding: 10px;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}

	.main-navigation a:visited {
		color: #444;
	}

	.main-navigation a:hover,
	.main-navigation a:focus,
	.main-navigationnav-menu a:active {
		color: #69a7f0;
	}

	.site-branding{
		display:none;
	}

} /*end media query*/



.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%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
}

/*--------------------------------------------------------------
#######################10.0 Content############################
--------------------------------------------------------------*/
#logo{
	height: 76px;
	width: 294px;
	margin: 15px 0px 15px 45px;
	background-image: url('mulberry-travel-logo.png');
	background-repeat: no-repeat;
}

@media (max-width: 600px){
	
	logo{
	display:none !important;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	padding: 0px 25px 0px 25px;
}

.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 {
	display: block;
}

/*--------------------------------------------------------------
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-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.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 {
	display: block;
}


