/*
Theme Name:     Attitude Child
Template:       attitude                             
Version:        0.1.0
*/

@import url("../attitude/style.css");
@import url(http://fonts.googleapis.com/css?family=Signika:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:800,400);

/* STYLE SHEET FOR 3 FNHL SITES (BoI Marina, BoI Airports and BoI Asset Management Services)
Colours...
#7bb5e2 - Medium blue
#00235d - Royal blue
#7AC142 - Medium green
#D4F0B5 - Light green - not currently used
#777 - Mid grey
#555 - Dark grey
#eaeaea - Light grey
*/

.wrapper { /* turn off responsiveness */
	width: 2000px !important; 

}

/* BACKGROUNDS-- */
/* bg is the default background image for the site (i.e. background for body tag) */ 
body {
    background-image: url("../../uploads/backgrounds/bg-1.jpg");
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

/* --BACKGROUNDS */

/* GENERAL TAGS-- */
body {
	background-color: black;
	background-position: center top;
	background-repeat: no-repeat;
/* 	background: -moz-linear-gradient(top, rgba(51,51,153,1) 0%, rgba(123,181,226,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,153,1)), color-stop(50%, rgba(123,181,226,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(51,51,153,1) 0%, rgba(123,181,226,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(51,51,153,1) 0%, rgba(123,181,226,1) 50%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(51,51,153,1) 0%, rgba(123,181,226,1) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(51,51,153,1) 0%, rgba(123,181,226,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00235d', endColorstr='#ffffff', GradientType=0 ); */
 	font-weight: 300;
	margin: 0;
	padding: 0;
}
body, input, textarea, .accordion p, .accordion div {
	color: #777;
	font: 14px "Signika", "PT Sans", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 150%;
	word-wrap: break-word;
}
body.home .accordion p, body.test-intro .accordion p {
	font-size: 16px;
}
p.wp-caption-text {
	border-bottom: 0 !important;
}
.accordion span {
	color: #00235d;
}
article {
	margin-top: 15px;		
}
body.archive article {
	margin-top: 20px;
}
.video embed, .video object,	.video iframe { /*  make embedded videos flexible */
	width: 100%;
	height: auto;
}
img { /*  make photos flexible */
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
blockquote {
	font-style: normal;
	border-left: 4px solid #7bb5e2;
	font-size: 10px; font-size: 1rem;
	font-weight: 300;
	background-color: #ffffff;
}
blockquote p {
	margin-bottom: 10px; margin-bottom: 1rem;
}
blockquote em {
	font-style: italic;
}
hr {
	border-color: #7bb5e2;
	margin-bottom: 15px;
}
table
{
	border-collapse: collapse;
}
.entry-content td, .entry-content th {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #666;
}
.caption {
	font-size: 85% !important;
	margin: 0 0 15px !important;
	padding: 0 !important;
	line-height: 130% !important;
}
.smallText {
    font-size: 85%;
}
/* --GENERAL TAGS */

/* HEADINGS-- */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, h1, h2, h3, h4, h5, h6, .entry-title {
	font-family: "Signika", "PT Sans", Helvetica, Arial, sans-serif !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
/* .entry-title {display: none;} */

/* if do search with nothing in input field, plugin Relevanssi returns body with class "blog" */	
body.search .entry-title, body.blog .entry-title, body.search h1.entry-title,
body.blog h1.entry-tit1e, body.error404 .entry-title {
    display: block;
	margin-left: 0px !important;
	font-size: 18px !important;
}
h1, h2, #content h1, #content h2 {
	font-weight: 700; /* Bold */
}
h3, h4, h5, h6, #content h3, #content h4, #content h5, #content h6 {
	font-weight: 600; /* Semi-Bold */
}
h3 {	font-size: 20px; line-height: 120%;}
h4 {	font-size: 16px; line-height: 120%;}
.page-title {
	margin-top: 10px;
	border-top: solid #777 2px; border-bottom: solid #777 2px;
}
body.search .page-title, body.blog .page-title, body.archive .page-title, body.error404 .page-title {
	margin: 0 0 0 15%;
	float: none;
	padding: 40px 0 0px; padding: 4rem 0 0rem;
	width: 100%;
	border-top: none;
	border-bottom: none;
}
body.error404 #access {
	margin-top: 160px;
}
.page-title-wrap {
	color: white;
	background: none;
	padding: 5px 0;
	height: 0;
	text-transform: uppercase;
}
.widget-title {
	font-size: 16px;
	font-weight: 600;
	margin-left: 22px;
}
/* --HEADINGS */

/* LINKS-- */
a {
	color: #00235d;
}
p > a, div > a, .accordion a, li a  {
	text-decoration: underline;
}
#content ul li a {
	text-decoration: underline !important;
}
#content ul li a:hover {
	text-decoration: none !important;
}
a[rel*=external]:after {
    content: url("icons/open-in-new-window.png");
	padding-left: 5px;
	padding-right: 7px;
}
a[rel*=external-w]:after {
    content: url("icons/open-in-new-window-w.png");
	padding-left: 5px;
	padding-right: 7px;
}
a[rel*=external-b-large]:after {
       content: url("icons/open-in-new-window-b-large.png");
	padding-left: 10px;
	padding-right: 12px;
}
a[rel*=external-w-large]:after {
    content: url("icons/open-in-new-window-w-large.png");
	padding-left: 10px;
	padding-right: 12px;
}
a:hover {
	text-decoration: none;
}
a:focus, ul.dropdown-vertical li a:focus, ul.dropdown-horizontal li a:focus, .breadcrumb a:focus {
	color: #7AC142 !important;
}
#menu-footer a {
	font-size: 12px;
	color: #00235d;
	text-decoration: none;
}
#menu-footer ul li.current-menu-item > a, #menu-footer ul li.current_page_item > a, #access a, #menu-footer a {
	padding: 0 4px;
}
li.current_page_item > a, li.current-menu-item > a, li.current_page_item > a:link, li.current-menu-item > a:link {
	color: #00235d !important;
	text-decoration: none;
}
#access a {
	padding: 0 3px;
	height: 18px;
	font-size: 14px;
	text-decoration: none;
        text-transform: lowercase;
}
body.home #access a, body.test-intro #access a {
	font-size: 20px;
	color: white;
	font-weight: 300;
	padding: 0 10px;
}
body.home #access a:first-child, body.test-intro #access a:first-child {
    padding-left: 0;
}
body.home #access ul li ul, body.test-intro #access ul li ul {
    display: none;
}

#access ul li.current-menu-item a, #access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a, #access ul li.current_page_item a {
	color: #00235d;
	text-decoration: none; 
	white-space: nowrap;
}
#access ul li.current-menu-item  a, #access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor  a, #access ul li.current_page_item  a {
	background: none;
	padding-bottom: 20px;
}
#access ul ul a {
    background: none !important; /* hide koru for submenus */
}
body.home #access ul li.current-menu-item a, body.home  #access ul li.current_page_ancestor a,
body.home  #access ul li.current-menu-ancestor a, body.home  #access ul li.current_page_item a,
body.test-intro #access ul li.current-menu-item a, body.test-intro  #access ul li.current_page_ancestor a,
body.test-intro  #access ul li.current-menu-ancestor a, body.test-intro  #access ul li.current_page_item a {
	background: none;
	padding-bottom: 10px;
}
#access a:hover, #access ul li:hover > a, #access ul li.current-menu-item > a:hover,
#colophon a:hover, #menu-footer ul li.current-menu-item > a, #menu-footer ul li.current_page_item > a {
	color: #7bb5e2 !important;
	text-decoration: none !important;
}
#access a:hover, #access ul li:hover > a {

}
.breadcrumb a {
	color: #777;
	font-weight: 700;
	padding: 3px;
	text-decoration: none;
}
.breadcrumb a:hover, body.home #weather a:hover p {
	color: #7bb5e2;
}
/* li.current_page_item a:hover, li.current-menu-item a:hover {
	color: white !important;
} */
/* --LINKS */

/* POSTS-- */
body.archive figure.post-featured-image img {
	width: 50%;
	float: right;
	margin-left: 10px;
}
body.archive figure.post-featured-image  {
	margin-bottom: 0px;
}
article .default-wp-page {
	display: none;
}
.entry-meta-bar {
	display: none;
}
#content .post {
    padding: 0;
	border: 0;
}
.nav-next, .nav-previous {
	margin-bottom: 50px;
}
/* --POSTS */


/* --SLIDERS */

/* LAYOUT-- */
#primary {
	width: 60%;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 4%;
}
body.home #container > #content, body.test-intro #container > #content { /* no template sidebar */
	margin-top: 570px;
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 170%;
	font-weight: 300;
}
#container > #content h2.entry-title { /* no template sidebar */
	margin-left: 95px;
}

body.archive #primary, body.search #primary, body.blog #primary, body.error404 #primary {
	margin-top: 0px;
	margin-left: 0 !important;
}

#secondary {
	width: 30%;
	margin-top: 70px;
}
body.archive  #secondary {
	margin-top: 15px;
}
body.home #secondary, body.test-intro #secondary {
	display: none;
}
.wrapper {
	position: relative;
	margin-top: 0px;
	padding-bottom: 20px;
	margin: 0 auto;
}
#main {
    padding-top: 30px;
}
body.search #main, body.blog #main, body.archive #main, body.error404 #main {
	margin-top: 50px; margin-top: 5rem;
}
body.error404 #main {
	margin-left: 15% !important;
}
body.archive #content {
	margin-top: 0px;
}
#page-content {
	padding: 0 0px 10px 95px;
	width: 51%;
	float: left;
}
#sidebar {
    margin-top: 20px;
	margin-right: 25px;
	width: 30%;
	float: right;
	padding: 0;
	font-family: "Merriweather Sans", sans-serif !important;
	color: #333;
	text-align: center;
}
#sidebar h3, #sidebar h4  {
	line-height: 110%;
	font-size: 16px; font-size: 1.6rem;
	margin-bottom: 10px; margin-bottom: 1rem;
}
#sidebar p, #sidebar div {
	font-size: 12px;
	line-height: 170%;
}
#sidebar p.wp-caption-text {
    margin-left: 10px; margin-left: 1rem;
}
#sidebar .highlight {
	margin-bottom: 20px; margin-bottom: 2em;
	padding-left: 15px; padding-left: 1.5em;
}

#logo {
	position: absolute;
	top: 5px;
	left: 25px;
	z-index: 400;
}
body.home #logo, body.test-intro #logo {
	top: 180px;
	left: 650px;
}
#logo-top { 
	position: absolute;
	top: 0;
	left: -280px;
	z-index: 350;
	width: 100%;
}
body.home #logo-top, body.test-intro #logo-top {
    display: none;
}
#logo-top-home {
    display: none;
}
body.home #logo-top-home, body.test-intro #logo-top-home {
    display: block;
	position: absolute;
	top: -60px;
	right: -11px;
	z-index: 350;
	width: 1200px;
}
#logo-bottom { 
	position: absolute;
	bottom: -350px;
	left: 640px;
	z-index: 400;
    width: 540px;
}
#catchphrase {
	position: absolute;
	top: 320px;
	right: 25px;
	z-index: 370;
}
body.home  #catchphrase, body.test-intro  #catchphrase {
	left: 0px;
	top: 10px;
}
#top-band {
	width: 100%;
	height: 35px;
	background-color: #666;
	opacity: 0.6; 
	filter:alpha(opacity=60); /* For IE8 and earlier */	
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;	
}
body.home #top-band, body.test-intro #top-band {
	display: none;
}
#contact-info {
	position: absolute;
	top: 5px;
	right: 25px;
	z-index: 400;
	color: white;
	font-size: 15px;
}
body.home #contact-info,body.test-intro #contact-info {
    top: 115px;
}
body.archive #contact-info {
	top: 60px;
}
/* --LAYOUT */

/* HEADER -- */
#branding {	margin-top: 0px;}
/* #site-logo {	
	margin-top: 15px;
    margin-left:-5px;
	float: left;
} */
.hgroup-wrap {
	padding-top: 0;
	padding-bottom: 10px;
}
.social-profiles {
	display: none;
}
/* .social-profiles ul {
	display: none;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
}
.social-profiles ul li a {
	display: none;
	background-image: url("icons/facebook.jpg");
}
.social-profiles ul li.facebook a:hover {
 	background-position: 0 -32px; 
	background-position: 0 0;
	background-image: url("icons/facebook-hover.jpg"); 
} */
#facebook {
	display: block;
	position: absolute;
	top: 5px;
	right: 200px;
	z-index: 400;
	width: 15px;
	height: 25px;
	background-image: url("icons/facebook.png");
}
#facebook:hover {
	background-image: url("icons/facebook-hover.png"); 
}
body.home #facebook, body.test-intro #facebook {
	top: 115px;
	right: 200px;
}
form.searchform {
	position: absolute;
	top: 30px;
	right: 15px;
	z-index: 800;
	width: 190px;
}
body.home form.searchform, body.test-intro form.searchform {
	top: 115px;
	right: 230px;
}
/* form.searchform:before {
    content: "search";
	color: white;
} */
/* -- HEADER */

/* INPUT FIELDS-- */
input.s {
	background-image: none;
}
input.s:focus {
	width: 100px; /* Make field size static */
}
input.wpcf7-form-control.wpcf7-captchar {
    width: 6em;
}
input.s {
	width: 100px;
	height: 15px;
	padding: 3px !important;
	border-color: #eaeaea;
	text-indent: 0;
	float: right;
	margin-bottom: left;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
}
input.s.submit {
    display: none;
/* 	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	height:30px;
	width: 30px;
	padding: 0px;
	margin-left: 10px;
	float: right;
	background-image: url('icons/search.png');		
	background-repeat:no-repeat;
	background-position: 5px center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; */	
}
/* input.s.submit:hover, input.s.submit:active {
	-webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);	
} */
/* --INPUT FIELDS */

/* NAVIGATION-- */
.breadcrumb {
	color: #777;
	margin-top: 10px;
	margin-right: 5px;
	text-transform: lowercase;
}
body.home .breadcrumb, body.test-intro .breadcrumb {
    display: none;
}
ul.dropdown-vertical li.default-menu, ul#menu-footer li.default-menu {
	display: none; /* Remove 'Navigation' link that theme adds automatically */
	border-width: 0;
}
#menu-footer {
	font-size: 11px;
    background: none;
	font-weight: 400;
	margin-left: 25px;
	max-width: 95% !important;
}
#menu-footer li {
    border-width: 0px 0px 0px 1px;
	background: none;
	margin-top: 10px;
}
#menu-footer li.first-child {
	border-width: 0 !important;
}
aside#dropdown-menu-3  .dropdown-horizontal-container { /* footer menu */
	background: none;
	border-bottom: none;
	text-align: center;
}
#access {
    margin-left: 20px;
	margin-top: 360px;
	border-top: 0;
	border-bottom: 0;
	font-weight: 500; /* Semi-Bold */
}
body.home #access, body.test-intro #access {
    position: absolute;
	z-index: 400;
	top: 80px;
	left: 105px;
	width: 680px;
	text-align: center;
}
#access .container {
    max-width: 95% !important;
	margin: 0;
}
#access li {
	border-style: solid;
	border-width: 0;
	border-color: rgb(221, 221, 221);
	padding: 0 3px;
	margin-top: 0px;
}
body.home #access li, body.test-intro #access li {
	border-width: 0;
	padding: 10px 8px 0 0;

}
body.home #access li:first-child, body.test-intro #access li:first-child {
    padding-left: 0;
}
#access ul li.first-child {
	border-width: 0;
    margin-left: 0;
}
#access ul li ul {
    top: 18px;
	border: 1px solid #7bb5e2 !important;
	border-top: 4px solid #7bb5e2 !important;
	width: 200px;
}
#access ul li ul li {
	border-bottom: 1px solid #7bb5e2 !important;
}
#access select.tinynav {
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	width: 300px;
	float: right;
}
/* --NAVIGATION */

/* FOOTER-- */
#colophon .widget {
   float: none;
   margin-left: 0px;
   width: 100%;
   margin-bottom: 0;
}
#colophon .widget-area {
	padding: 0;
}
#colophon .widget-wrap {
	background: none;
	border: none
}
#colophon td {
	max-width: 680px;
}
#site-generator {
    display: none;
/* 	border: none;
	padding-bottom: 60px; */
}
#footer-logos {
	background-color: #999;
	padding: 10px;
	margin: 10px 0 0 25px;
	width: 620px;
}
/* #site-generator .copyright {
   text-align: right;
   float: right;
   padding-top: 0;
   width: 40%;
   font-size: 12px;
} */
/* --FOOTER */

/* .btn {
	background-color: #7bb5e2;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
	padding: 5px;
	margin-left: 20px;
	float: left;
	color: white;
}
.btn a {
	color: white;
	text-decoration: none;
}
.btn a:hover {
	color: black; 
} */

#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('icons/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
	

/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */
 @media only screen and (max-width: 1078px) {
/* 	#access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a {
		background-image: none;
	} */
	.wrapper {
		width: 1038px !important;
	}
	#main {
		width: 977px !important;
	}
	#primary {
		float: left !important;
	}
	#secondary {
		float: left !important;
		margin-left: 3.06% !important;
	}
	#access .container { width: 1017px; }
	#colophon .container {
		max-width: 668px;
		width: 100%;
		margin: 0;
	}
/*	#logo-top, #logo-bottom {
		width: 70%;
	}
	body.home #logo-top-home {
		width: 800px;
	}
	#logo {
		width: 200px;
		left: 20px;
	}
	body.home #logo {
		top: 150px;
		left: 400px;
	}
	#catchphrase {
		top: 130px;
		width: 50%;
	}
	body.home  #catchphrase {
		left: -50px;
		top: 10px;
	}
	#logo-top {
		left: -140px;
	}
	#logo-bottom {
		left: 380px;
		bottom: -370px;
	}
	body.home #long-lat {
		right: 10px;
	}
	body.home #time {
		right: 15px;
	}
	body.home #weather {
		right: 0px;
	}
	body.home #primary {
		margin-top: 340px;
	}	
    
	#colophon td {
	    max-width: 465px;
	}
	.promo_slider {
		height: 198px !important;
	}
	body.home .promo_slider {
		height: 260px !important;
	}
	body.home .promo_slider_wrapper {
		width: 390px;
	}
	
	#access {
		margin-top: 160px !important;
		margin-left: 15px;
	}
	#access li:nth-child(7) {
		border-width: 0;
	}

	body.home #access {
		top: 115px;
		left: 65px;
	}
	body.home #access a {
		font-size: 16px;
	}
	body.home #access li {
		padding-top: 0px;
		margin-top: 5px;
	}
	#menu-footer {
			margin-left: 0;
	} */
} 

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
 @media only screen and (max-width: 767px) {
    .promo_slider, #logo, #kaitaia-airport-logo, body.home #logo-top-home, #logo-bottom {
		display: none !important;
	}
	body.home #logo-top, #logo-top {
		top: 5px !important;
		left: 25px  !important;
		width: 200px;
		display: block;
	}
	body.home .wrapper, .wrapper, body.home .wrapper, .container, #top-band {
		width: 100% !important;
	}
	body.home #container > #content {
	    margin-top: 50px;
	}
	body.home #footer-logos, #footer-logos {
		width: 280px !important;
	}
	body.home #main, #main {
		width: 100% !important;
		margin-left: 0;
	}
	body.home #primary, #primary, #container #content h2.entry-title, body.home #page-content, #page-content {
		float: none !important;
		padding-left: 25px;
		margin-left: 0;
		width: 90%;
	}
	#secondary {
		float: none !important;
	}
	body.home #access, #access { margin-top: 10px; left: 0px;}
	body.home #access, #access, body.home #access .container, #access .container { width: 100% !important; }

	.breadcrumb {
		float: right;
		margin-right: 25px;	
	}
	body.home #top-band {display: block}
	body.home form.searchform, body.home #contact-info {
		top: 5px !important;
	}
	#access select.tinynav {
		width: 270px;
		margin-right: 15px;
	}

	#menu-footer li:last-child {
		margin-left: 0px !important ;
	}
	#colophon td, #colophon a {
		max-width: 320px !important;
	}
/*	.promo_slider {
		height: 123px !important;
	}
	body.home .promo_slider {
		height: 150px !important;
	}
	body.home .promo_slider_wrapper {
	    left: 20px;
		width: 260px;
	}
	#access {
		margin-top: 90px;
	}
	body.home #access {
		top: 155px;
		left: 0px;
	}
	.breadcrumb {
		display: none;
	}
	#primary, #secondary, body.search .page-title, body.blog .page-title {
		width: 96%;
		padding: 0 2%;
		margin: 0;
	}
	body.home #primary {
		margin-top: 200px;
	}
	#secondary {
		margin-top: 20px;
	}
	#main {
		padding-top: 0;
	}
	#catchphrase {
		top: 80px;
		right: 20px;
	}
	#logo {
		width: 150px;
	}
	body.home #logo {
		left: 120px;
	}
	body.home #logo-top-home {
		width: 530px;
	}
	#logo-bottom {
		left: 260px;
		bottom: -230px;
	}
	#menu-footer {
		margin-left: 5px;
	}
	#colophon td {
	    max-width: 390px;
	}
	#menu-footer li:nth-child(8), #menu-footer li:nth-child(14) {
        border-width: 0;
	}
	#menu-footer li:nth-child(9) {
        border-width: 0 0 0 1px;
	}
	#menu-footer li:nth-child(15) {
		margin-left: 110px;
	}
	body.home form.searchform {
		right: 65px;
	} */
/* 	.featured-title,
	.featured-content {
		display: none;
	}
 	#primary, #secondary, 
	#colophon .widget {
	   float: none;
	   margin-left: 0;
	   width: 100%;
	}
	#primary {
		margin-top: 420px;
	}
	#secondary {
		margin-top: -20px;
	}
	#content {
		margin-top: -320px;
	}
	#site-generator .copyright {
       margin-left: 0;
	   width: 70%;
    }
	#site-logo img {	
		margin-top: 22px;
		width: 150px;
		height: 38px;
	}
	#contact-info {
		top: 100px;
		width: 70%;
		left: 87px;
	}
	#menu-secondary {
		width: 250px;
	}
	aside#dropdown-menu-2 {
		right: -12px;
	}
	#access {
		margin-top: 20px;
	}
	#access .container {
		margin-left: 15px;
	}
	.breadcrumb {
		display: none;
	}
	.social-profiles ul {
		right: 15px;
	}
	.promo_slider {
		height: 123px !important;
	}
	.promo_slider_excerpt {
		font-size: 100%;
		line-height: 130%;
	}
	.widget_search input.s, .widget_search input.s:focus {
		width: 80px;
	}
	#menu-footer {
		width: 420px;
	}
	body.archive .page-title {
		margin-top: 150px;
		margin-left: 0px;
	}
	body.archive #contact-info {
		top: 100px;
	}
	body.search .page-title {
		margin-left: 0px;
	}
	body.search #primary {
		margin-top: 320px;
	} */
}

/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
       
}

