/*
Theme Name: Assured Retirement
Theme URI: http://www.assuredretirement.co.uk
Description: A custom theme designed specifically for Assured Retirement.
Author: Adam Bradford
Version: 1.0
Author URI: http://www.adambradford.com
*/

/* COLOURS
#006CA9 Blue
#ECF4FC Light blue
#D4E7FA Blue border
#61717F Slate
#535553 Grey
*/

/*=== START SECTION - Initial Styling ===*/
body {
	font-family: source-sans-pro, sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #232423;
	background-color: #ECF4FC;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
h1 {
	font-size: 26px;
	color: #61717F;
	font-weight: 500;
	line-height: 1.3em;
}
h1 a {
	text-decoration: none;
	color: #61717F;
}
h2 {
	font-size: 24px;
	font-weight: 500;
	color: #006CA9;
	line-height: 1.3em;
} 
h2 a {
	text-decoration: none;
	color: #006CA9;
}
h3 {
	color: #61717F;
	font-size: 20px;
	font-weight: 500;
}
h4 {
	color: #006CA9;
	font-size: 18px;
	font-weight: 500;
}
a {
	color: #006CA9;
}
a:hover { 
	text-decoration: none;
}
strong {
	font-weight: 500;
}
a img {
	border: 0;
}
a.image img {
	border: none;
}
/*=== END SECTION - Initial Styling ===*/


/* LOW RESOLUTION, 480px and below ****************************************************************** */
@media only screen and (max-width: 480px) {
#wrapper {
	width: 300px;
	padding: 0px 10px;
	margin: 0 auto; 
	text-align: left;
}
#wrapper-inner {
	background-color: #fff;
	width: 300px;
	border-left:1px solid #D4E7FA;
    border-right:1px solid #D4E7FA;

   
}
/*=== START SECTION Header Region ===*/
#header {
	width: 260px;
	height: 110px;
	padding: 0px 20px;
	margin: 0px;
	background-color: #FFF;
	border-bottom:1px solid #D4E7FA;
}
#header img {
	max-width: 260px;
	height: auto;
	margin-top: 30px;
}
#header-social {
	display: none;
}
/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Nav Region ===*/
.menu-header {
	display: none;	
}
/*=== END SECTION 3 - Nav Region ===*/

/*=== START SECTION 4 - Content Region ===*/
#main {
	width: 260px;
	padding: 0px 20px;
}
#content {
	width: 260px;
	padding: 10px 0px;
	line-height: 1.3em;
}
#content-wide {
	width: 260px;
	padding: 10px 0px;
	line-height: 1.3em;
}
#content h1, #content h2 {
	line-height: 1.3em;
}
#tradingview {
	display: none;	
}
#news {
	display: none;	
}
#team {
	display: none;	
}
#team-responsive img {
	max-width: 260px;
	height: auto;
}
/*=== END SECTION 4 - Content Region ===*/

/*=== START SECTION 6 - Sidebar Region ===*/
#sidebar {
	width: 300px; 
}
#sidebar img {
	max-width: 260px; 
	height: auto;
}
.sidebarbox {
	width: 240px; 
	margin: 20px 0px;
	padding: 2px 10px 10px 10px;
	background-color: #ECF4FC;
	border:1px solid #D4E7FA;
	font-weight: 500;
	color: #232423;
	border-radius:3px;
  	-webkit-border-radius:3px;
  	-moz-border-radius:3px;
}
.sidebarbox h2 {
	margin-top: 10px;
	text-decoration: none;
}
.sidebarbox h2 a {
	text-decoration: none;
}
.sidebarbox h2 a:hover {
	text-decoration: underline;
}
#sidebar-menu-container {
	display: none;
}
/*=== END SECTION 6 - Sidebar Region ===*/


/*=== START SECTION 7 - Footer Region ===*/
#footer {
	width: 270px;
	height: 100px;
	padding: 10px 10px 10px 20px;
	color: #fff;
	clear: both;
	font-size: 11px;
	background-color: #006CA9;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer-menus-container {
	display: none;
}
#adambox {
	display: none;
}
/*=== END SECTION 7 - Footer Region ===*/
}




/* HIGH RESOLUTION, 481px and higher ****************************************************************** */
@media only screen and (min-width: 481px) { 
#wrapper {
	width: 960px;
	padding: 0px 10px;
	margin: 0 auto; 
	text-align: left;
}
#wrapper-inner {
	background-color: #fff;
	width: 960px;
	border-left:1px solid #D4E7FA;
    border-right:1px solid #D4E7FA;

}
/*=== START SECTION Header Region ===*/
#header {
	height: 80px;
	width: 920px;
	padding: 20px;
	margin: 0px;
}
#header-logo {
	width: 400px;
	float: left;
}
#header-social {
	width: 200px;
	float: right;
	text-align: right; 
	margin-top: 20px; 
	margin-bottom: 16px;
}

/* START SOCIAL ICONS */
.social-icons {
	display: block;
	float: right;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;

}
.social-icons li {
	font-size: 16px;
	background: #FFFFFF;
	display: block;
	float: left;
	height: 21px;
	list-style: none;
	margin-right: 5px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	padding: 2px 0px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	width: 25px;
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	cursor: pointer;
}
.social-icons li:hover {
	background-color: #ECF4FC;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ECF4FC), to(#ECF4FC));
background-image: -webkit-linear-gradient(top, #ECF4FC, #ECF4FC);
background-image: -moz-linear-gradient(top, #ECF4FC, #ECF4FC);
background-image: -o-linear-gradient(top, #ECF4FC, #ECF4FC);
background-image: -ms-linear-gradient(top, #ECF4FC, #ECF4FC);
background-image: linear-gradient(top, #ECF4FC, #ECF4FC);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ECF4FC', EndColorStr='#ECF4FC');
}
.social-icons a {
	color: #fff;
	text-decoration: none;
}
.social-icons a:hover {
	color: #006CA9;
}
/* END SOCIAL ICONS */


/*=== END SECTION - Header Region ===*/

/*=== START SECTION - Nav Region ===*/

.menu-header {
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
    display: block;
    margin: 0 auto;
    width:960px;
  	height:32px;
	background-color: #61717F;
}
.menu-header ul, div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-header ul li, div.menu ul li {
	text-align: center;
	background-color: #61717F;
}
/*
.menu-header ul li a, div.menu ul li a {
	border-left: 1px solid #899AA9;
	border-right: 1px solid #535e68;
}
*/
.menu-header ul li:first-child {
	border-left:none;
}
.menu-header ul li a:last-child, div.menu ul li a {
	border-right:none;
}
.menu-header li, div.menu li {
    float: left;
    position: relative;
}
.menu-header ul ul {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    float: left;
    z-index: 99999;
}
.menu-header ul ul li {
    text-align: left;
    width: 300px;
}
.menu-header a {
	color: #ECF4FC;
    display: block;
    line-height: 32px;
    text-decoration: none;
    padding: 0px 14px;
}
.menu-header ul li:hover > ul {
    display: block;
}
.menu-header li:hover > a, .menu-header ul ul :hover > a {
    background: #535553;
    color: #FFFFFF;
}
.menu-header ul ul a {
	background-color: #61717F;
    line-height: 1em;
    padding: 10px;
    width: 300px;
    height: auto;
}
.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
    color: #B0C5DA;
}

/*=== END SECTION - Nav Region ===*/

/*=== START SECTION - Content Region ===*/
#main {
	width: 920px;
	padding: 0px 20px;
}
#content {
	width: 598px;
	min-height: 350px;
	padding: 10px 0px;
	float: left;
	line-height: 1.3em;
}
#content-wide {
	width: 900px;
	padding: 10px 0px;
	float: left;
	line-height: 1.3em;
}
#news-responsive {
	display: none;	
}
#team-responsive {
	display: none;	
}
/*=== END SECTION - Content Region ===*/



/*=== START SECTION - Sidebar Region ===*/
#sidebar {
	float: right; 
	width: 302px; 
	margin: 5px 0px 20px 20px;
}
.sidebarbox {
	background-color: #ECF4FC;
	border:1px solid #D4E7FA;
	font-weight: 500;
	color: #61717F;
	border-radius:3px;
  	-webkit-border-radius:3px;
  	-moz-border-radius:3px;
	margin: 25px 0px 0px 0px;
	padding: 2px 20px 0px 20px;
}
.sidebarbox h2 {
	margin-top: 10px;
	text-decoration: none;
}
.sidebarbox h2 a {
	text-decoration: none;
}
.sidebarbox h2 a:hover {
	text-decoration: underline;
}
/*=== Sidebar Menus ===*/
#sidebar-menu-container {

}
.menu-sidebar {
    margin: 30px auto 20px auto;
    padding-bottom: 20px;
}

.menu-sidebar a, div.menu a {
    text-decoration: none;
    font-weight: 500;
}
.menu-sidebar a:hover, div.menu a:hover {
    text-decoration: underline;
}
.menu-sidebar ul li ul, div.menu ul li ul {
	margin-top: 5px !important;
	border-top: 1px dotted #B0C5DA;
}
.menu-sidebar ul li ul li, div.menu ul li ul li {
	border-bottom: 1px dotted #B0C5DA;
	padding: 5px 0 !important;	
}
.menu-sidebar ul li ul li a, div.menu ul li ul li a {
	padding: 10px 0 10px 10px;
}
.menu-sidebar ul ul li a:before {
	content: "\f054"; 
    font-family: FontAwesome;
    font-size: 11px;
    padding-right: 5px;
	text-decoration: inherit;
	margin-left: 0px;
	overflow: hidden;
	display: inline-block;
}

.menu-sidebar ul li.current_page_item > a,
.menu-sidebar ul ul li.current-menu-ancestor > a,
.menu-sidebar ul ul li.current-menu-item > a,
.menu-sidebar ul ul li.current-menu-parent > a {
	color: #535553;    
}
.menu-sidebar ul li.current_page_item > a:before,
.menu-sidebar ul ul li.current-menu-ancestor > a:before,
.menu-sidebar ul ul li.current-menu-item > a:before,
.menu-sidebar ul ul li.current-menu-parent > a:before {
	content: "\f054"; 
    font-family: FontAwesome; 
    font-size: 12px;
    padding-right: 2px;
}
/*=== End Sidebar Menus ===*/

/*=== END SECTION - Sidebar Region ===*/


/*=== START SECTION - Footer Region ===*/
#footer {
	width: 920px;
	padding: 10px 20px;
	color: #FFFFFF;
	clear: both;
	font-size: 13px;
	background-color: #006CA9;
}

#footer h3 {
	font-size: 14px;
	margin: 0 0 1px 0;
	color: #B0C5DA;
}

/*=== Footer Menu ===*/

#footer-menus-container {
	display: block;
	width: 920px;
	height: 150px;
	border-bottom: 1px dotted #B0C5DA;
}
.menu-footer {
    margin: 0;
}
.menu-footer ul, div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer li, div.menu li {
	position: relative;
}
.menu-footer a {
	color: #fff;
	line-height: 20px;
    text-decoration: none;
    font-weight: 300;
}
.menu-footer ul li:hover > ul {
    display: block;
}
.menu-footer li:hover > a, .menu-footer ul ul :hover > a {
    color: #D4E7FA;
    text-decoration: none;
}
.menu-footer ul li.current_page_item > a,
.menu-footer ul li.current-menu-ancestor > a,
.menu-footer ul li.current-menu-item > a,
.menu-footer ul li.current-menu-parent > a {
    color: #B0C5DA;
}
#adambox {
	float: right;
	width: 150px;
	text-align: right;
	margin-top: 26px;
}
#adambox a {
	color: #fff;
	text-decoration: none;
}
#adambox a:hover {
	color: #fff;
	color: #D4E7FA;
}
}

/*=== SHARED CSS FOR ALL RESOLUTIONS ===*******************************************************************/
.applelinkswhite {
	color: #fff !important;
	text-decoration: none !important;
}
/*=== LISTS ===*/
#content ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
	display: table;
	border-spacing: 5px;
	font-weight: 500;
}
#content li:before {
	list-style: none;
	color: #006CA9;
	content: "\f14a"; 
    font-family: FontAwesome;
    padding-right: 0px;
	text-decoration: inherit;
	margin-left: 0px;
	overflow: hidden;
	display: table-cell;
}
#content ul li {
	display: table-row;
	padding-bottom: 20px;
}
/*=== Bullet modification for document lists ===*/
.list-doc li:before {
	color: #0b505d !important;
	content: "\f0f6" !important; 
}
/*=== End lists ===*/
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.frame {
	border:1px solid #D4E7FA;
	border-radius:3px;
  	-webkit-border-radius:3px;
  	-moz-border-radius:3px;
	margin: 25px 0px 0px 0px;
}
.navigation {
	margin-bottom: 40px;
}

.entry-date {
	height: 40px;
	width: 38px;
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #D4E7FA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.entry-month {
	font-size: 12px;
	line-height: 15px;
	width: 38px;
	text-align: center;
	height: 15px;
	margin: 0;
	padding: 0 0 0px 0;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-style: normal;
	background-color: #006CA9;
	border-top-left-radius: 2px;
  	-webkit-border-top-left-radius: 2px;
  	-moz-border-radius-topleft: 2px;
  	border-top-right-radius: 2px;
  	-webkit-border-top-right-radius: 2px;
  	-moz-border-radius-topright: 2px;	
}
.entry-day {
	font-size: 16px;
	text-align: center;
	height: 16px;
	width: 38px;
	margin: 0;
	line-height: 16px;
	color: #535553;
	font-weight: 500;
	font-style: normal;
}
.entry-year {
	font-size: 8px;
	text-align: center;
	height: 8px;
	width: 38px;
	margin: 0px 0 0 0;
	line-height: 8px;
	color: #535553;
	font-weight: 500;
	font-style: normal;
}


.entry-meta {
	font-size: 11px;
  	margin: 0 0 10px 0px;
  	color: #999;
}
.underpost {
	font-size: 11px;
	color: #999;
}
.underpost a {
	text-decoration: underline;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
	font-size: 11px;
}
.entry-content, .entry-excerpt {
	clear: left;
}

/*=== START SECTION 8 - Misc. & Plugins ===*/

/*=== Boxes  === */
.sliderbox {
	border: 1px solid #ccc;
	padding: 0px 20px 10px 20px;
	margin-bottom: 30px;
	font-weight: 300 !important
}

blockquote {
	margin: 40px;
}

blockquote:before {
	color: #ccc;
	font-family: FontAwesome;
	content: "\f10d";
	display: block;
	font-size: 28px;
	height: 0;
	left: -36px;
	position: relative;
	top: -10px;
}

/*=== Start Form Plugin ===*/
.fm-form ul {
	margin: 0 !important;
	padding: 0 !important;
}
.fm-form ul li {
	list-style: none !important;
	margin-left: 0px !important;
}
.fm-form li:before {
	content: none !important;
}
/*=== End Form Plugin ===*/
input[type="text"], textarea {
	color: #006CA9;
	background-color: #ECF4FC;
	border:1px solid #D4E7FA;
	border-radius:3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
	font-size: 13px;
}
input[type="password"], textarea {
	color: #006CA9;
	background-color: #ECF4FC;
	border:1px solid #D4E7FA;
	border-radius:3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
	font-size: 13px;
}
.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}
.smalltext {
	font-size: 12px;
	font-weight: 500;
}
.margin-bottom-50px {
	margin-bottom: 50px;
}
/*=== Countdown Timer Plugin ===*/
.fergcorp_countdownTimer_event_li {
	/*styles each List Item, each item encompasses one countdown event*/
	list-style: none !important;
	margin-left: 0px !important;
}
.fergcorp_countdownTimer_event_li:before {
	content: none !important;
}
.fergcorp_countdownTimer_event_title {
	/*styles the title of the event*/
	font-size: 20px;
	font-weight: 500;
	color: #006CA9;
	line-height: 1.3em;
} 
.fergcorp_countdownTimer_event_linkTitle {
	/*styles the title of an event if it is linked*/
	text-decoration: none;
	color: #006CA9;	
}
.fergcorp_countdownTimer_event_time {
	/*styles the actual countdown timer */
}
.fergcorp_countdownTimer_timeUnit {
	/*styles the units (e.g. "25 days")*/
}
.fergcorp_countdownTimer_year {
	/*styles the year text*/
}
.fergcorp_countdownTimer_month {
	/*styles the month text*/
	font-size: 18px;
	font-weight: 500;
}
.fergcorp_countdownTimer_week {
	/*styles the week text*/
	font-size: 18px;
}
.fergcorp_countdownTimer_day {
	/*styles the day text*/
	font-size: 18px;
	font-weight: 500;
}
.fergcorp_countdownTimer_minute {
	/*styles the minute text*/
	font-size: 18px;
}
.fergcorp_countdownTimer_second {
	/*styles the second text*/
	font-size: 18px;
}
/*=== End Countdown Timer Plugin ===*/
/*=== END SECTION - Misc. & Plugins ===*/
