/*
Theme Name: Rotorway
Theme URI: http://www.webuseful.co.uk/wordpress-websites.php
Author: Webuseful Solutions Ltd
Author URI: http://www.webuseful.co.uk/wordpress-websites.php
Description: Bespoke responsive WordPress theme for Rotorway
Version: 10.0
+BOOTSTRAP OVERRIDES
+TEXT STYLES
+THEME STYLES
+HEADER STYLES
+MENU STYLES
+MAIN CONTENT STYLES
+FOOTER STYLES
+SIDEBAR STYLES
+HOME PAGE STYLES
+PLUGIN STYLES
*/

/* +BOOTSTRAP OVERRIDES */
.container {
	max-width: 960px;
}

.no-gutter>[class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

/* ++TEXT STYLES */
img {	border: 0;}
/* Links */		
	a, a:link, a:active, a:visited { color: #385C72; text-decoration: underline;}
	a:hover { text-decoration: none; }

/* Headings */	
	h1, h2, h3, h4, h5, h6 { color: #000; }
	
h1 
	{
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	}

h2 
	{
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	color: #000033;
	}

h3 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 0.5em 0 0.5em 0;
	padding:0;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}

h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}

h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;
	}
/* END HEADINGS */

/*FORM STYLING*/
form 
	{
	margin:0;
	padding:0;
	}

form div, form p 
	{
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0;
	}

label { font-weight: bold; }

fieldset 
	{
	border: 1px solid #eee;
	padding: 5px 10px;
	margin: 0 0 1.5em 0;
	}

fieldset legend 
	{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background-color: white;
	}

* html fieldset legend { margin: 0 0 10px -10px; }
fieldset ul 
	{
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	}

fieldset ul li 
	{
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	}
     
input, select, textarea 
	{
	font-size:1em; 
	margin: 0;
	padding: 2px;
	}
	
input, select { vertical-align:middle; }

input.check 
	{
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	}

input.radio 
	{
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	}

input.file 
	{
	height: auto;
	width: 250px;
	}

input.readonly 
	{
	background-color: transparent;
	border: none;
	}

input.button 
	{
	width: 10em;
	border:1px solid black;
	background-color: #ddd;
	}


/* +THEME STYLES */
#wrapper {
	background-image: url(images/clouds.jpg);
	background-repeat:repeat;
	padding-top : 10px;
}

#page-wrap{
	border: 1px solid rgb(0,0,0);
    background: rgb(255,255,255);
}

#content-wrap{
	background-image: url(images/rotorway-bg.jpg);
	background-repeat: repeat;
	padding:12px 0;
}

/* +HEADER STYLES*/
header{
	background: url(images/hdr-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 120px;
	text-align: right;
	color:white;
}

#logo-wrap{
	margin: 10px 10px 0 10px;
    color: #003366;
    font-size: 18px;
    line-height: 1.1;
    text-align: center;
    font-weight: bold;
    background-color: rgb(255,255,255);
    padding: 10px;
}
/*
#rotorway-logo{
	width: 225px;
	height:48px;
	display:block;
	margin: 0 auto;
}
*/
#rotorway-logo-2{
	max-width: 225px;
	height:auto;
	display:block;
	margin: 0 auto;
}

#breadcrumb-row{
	border-top: 5px solid #d4e6f4;
	background: #003366;
}

#breadcrumb-wrap{
	font-size: 11px;
	color: rgb(255,255,255);
	line-height: 30px;	
}

#breadcrumb-wrap a {
	color: white;
}

/*class used by the links in the breadcrumbs*/
a.pathway, a.pathway:link, a.pathway:visited
	{
	color : white;
	border-bottom: 1px dashed white;
	text-decoration : none;
	}
	
a.pathway:hover, a.pathway:active { 	border-bottom: 1px solid white; 	text-decoration : none;}

#slogan-wrap{
	text-align: right;
	font: oblique bold small-caps 27px "Arial Narrow", Helvetica, sans-serif; 
	letter-spacing: .3em;
	color: #fff;	
}

/* +MENU STYLES */
#menu-row {
	background-color: #003366;
}

#nav-wrap {
	min-height: 40px;
}

/*Styles to space the top level items like a table*/
/*
nav div.menu {
	display: table;
	width: 100%;
}

nav ul.menu-pc {
	display: table-row;
}

nav ul.menu-pc>li {
	display: table-cell;
}
*/
nav .menu-pc, nav .menu-pc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav .menu-pc ul {
	position: absolute;
	top: auto;
	display: none;
	width: 200px;
	z-index: 999;
	/*Needed to make the menu appear on top of <input> fields and other content*/
}

nav .menu-pc ul ul {
	margin-top: 0;
	margin-left: -1px;
	left: 100%;
	top: 0;
	border-top: none;
}

.menu-pc li { float: left; } /* not used with table spacing*/


nav  .menu-pc li li {
	margin-left: 0;
	/*	margin-top: -1px; */
	float: none;
	position: relative;
}

/*THE MAGIC*/
nav ul.menu-pc ul, nav ul.menu-pc li:hover ul ul, nav ul.menu-pc li:hover ul ul ul
	{
	display: none;
}

nav ul.menu-pc li:hover ul, nav ul.menu-pc ul li:hover ul, nav ul.menu-pc ul ul li:hover ul
	{
	display: block;
}
/* For ios devices */
nav ul.menu-pc li:active ul ul, nav ul.menu-pc li:active ul ul ul {
	display: none;
}

nav ul.menu-pc li:active ul, nav ul.menu-pc ul li:active ul, nav ul.menu-pc ul ul li:active ul
	{
	display: block;
}
/* For Android devices */
nav ul.menu-pc li.pseudo-active ul ul, nav ul.menu-pc li.pseudo-active ul ul ul
	{
	display: none;
}

nav ul.menu-pc li.pseudo-active ul, nav ul.menu-pc ul li.pseudo-active ul,
	nav ul.menu-pc ul ul li.pseudo-active ul {
	display: block;
}

/* Styling the basic appearance of the menu elements */
.menu-pc a {
	display: block;
	padding: 5px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	line-height : 1;
	background-color: transparent;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid rgb(255,255,255);
}

.menu-pc a:hover, .menu-pc li.current_page_item>a, .menu-pc li.current_page_ancestor>a
	{
	text-decoration: none;
	background:#93b3d3;
	color: black;
}


.menu-pc li ul {
	background-color: #003366;;
	width: 160px;
}

.menu-pc li li {
	padding: 0;
	width: 160px;
}

.menu-pc li li a {
	border-right: none;
	border: 1px solid rgb(255,255,255);
}


/* Styles for the responsive drop-down */
#phone-nav-wrap-2 { /*centers phone-menu-toggle and phone-menu-wrap*/
	padding-top: 20px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

#phone-menu-toggle {
	width: 100%;
	height: 35px;
}

#phone-toggle {
	cursor: pointer;
	width: 27px;
	margin: 3px auto 0;
}

.bar1, .bar2, .bar3 {
	width: 27px;
	height: 4px;
	background-color: rgb(94, 159, 201);
	margin: 5px 0;
	border-radius: 2px;
	transition: 0.8s;
}

.change .bar1 {
	/*  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ; */
	transform: rotate(-45deg) translate(-13px, 4px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	/*    -webkit-transform: rotate(45deg) translate(-8px, -8px) ; */
	transform: rotate(45deg) translate(-8px, -1px);
}

#phone-menu-wrap {
	display: none;
	width: 300px;
	position: absolute;
	left: 0;
	z-index: 99;
	padding: 0;
}

#phone-menu-wrap ul {
	margin: 0;
	padding: 5px 5px 5px 10px;
	list-style: none;
	background-color: #003366;
}

#phone-menu-wrap li {
	border-bottom: 1px solid rgb(255, 255, 255);
	text-align: left;
}

#phone-menu-wrap ul ul {
	margin-left: 10px;
}

#phone-menu-wrap a {
	font-size: 16px;
	line-height: 1.6;
}

#phone-menu-wrap a, #phone-menu-wrap a:link, #phone-menu-wrap a:visited
	{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#phone-menu-wrap a:active, #phone-menu-wrap a:hover, #phone-menu-wrap li.current_page_item a,
	#phone-menu-wrap li.current_page_ancestor a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

#phone-menu-wrap li li {
	font-style: italic;
}

/* +MAIN CONTENT STYLES */
#main-content {
	min-height: 500px;
	margin: 0;
	padding: 0 20px 20px 20px;
}

#main-content img {
	max-width: 100%;
	height: auto;
}

#main-content ul {
	padding-left: 40px;
	list-style-type: disc;
}

#main-content h1, #main-content h2, #main-content h3, #main-content h4 {
	font-weight: bold;
}

#main-content h1 {
	font-size: 30px;
	margin: 10px 0;
}

#main-content h2 {
	font-size: 24px;
	margin: 10px 0;
}

#main-content h3 {
	font-size: 18px;
	margin: 5px 0;
}

#main-content h4 {
	font-size: 14px;
	margin: 5px 0;
}

.widget {
	padding: 10px 0;
}

.post-date {
	font-weight: bold;
}

.post-author {
	font-weight: bold;
}

.post-cat {
	font-style: italic;
}

.wp-caption {
	border : 1px solid black;
	background-color: #eee;
	margin: 10px;
	padding: 6px;
}

.wp-caption img {
	max-width:95%;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0;
}

/* +FOOTER STYLES */
#footer-wrap{
	font-size: 12px;
	text-align: center;
	background-color: #93B4D3;
	color: #000;
	border-top: 13px solid #003366;
	border-right: 4px solid #003366;
	border-bottom: 4px solid #003366;
	border-left: 4px solid #003366;
	
}
/* +SIDEBAR STYLES */
#sidebar {
	border: 1px solid black;
	border-bottom: none;
}

#sidebar aside {
    padding: 5px;
	border-bottom: 1px solid black;
}

#sidebar h3.title {
	border : 1px solid black;
	background-color : white;
	padding-left : 5px;
	margin: 0.5em 0;
}

#sidebar ul {
	padding-left: 30px;
}

.search-form .screen-reader-text {
	display: none;
}

/* +HOME PAGE STYLES */

/* +PLUGIN STYLES */
/*
div.huge_it_google_map_container {
	background-color: #f9f9f9; 
	border-color: rgb(211, 211, 211);
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}*/