/*======================================
Theme Name: WIT - Dynamic
Theme URI: http://www.well-it.com
Author: Wellington IT Solutions
Author URI: http://www.well-it.com
Description: Credit Union Theme
Version: 1.0
======================================*/

/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* WCS FIXES */

/* Hides Facebook on Template Page */
.page-template-default #fblbx {display: none}

/* Hides Latest News on Template Page - change #rpwe_widget-2 to ID of Latest News widget*/
.page-template-default #rpwe_widget-2 {display: none}

.single-post .default-featured-img {display: none}

h1.site-title img {max-width: 100%}

table.hometable, table.hometable td {border: 0px !important; margin: 0px !important; padding: 5px 0px !important; border: none !important; width: auto !important; vertical-align: top !important;}

.advanced-browser-check {background: none !important}

#content #advanced_text-7 {padding: 0px !important; border: none !important; margin-bottom: 25px !important; max-height: 501px;}
.metaslider .caption-wrap {
  position: inherit !important;
  opacity: 1.0 !important;
	line-height: 1.6em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-top: 1px !important;
	padding: 0.8em 1.3em;
	color: #fff;
	background: #204282 !important;
	border-top: 10px solid #ED008C;
  width: auto !important;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.4em;
	color: #111;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	border-bottom: 2px solid #ddd;
	margin-bottom: 1em;
}
.flexslider {margin-bottom: 0px !important}
.metaslider .flexslider {margin-bottom: 0px !important}
.flex-direction-nav a {top: 45% !important}

.flex-control-nav {position: relative !important;z-index: 999;top: -120px}
.flex-control-paging li a {background: #BBB !important; background: rgba(255,255,255,0.5) !important; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); width: 15px !important; height: 15px !important}
.flex-control-paging li a:hover { background: #DDD !important; background: rgba(255,255,255,0.7) !important; }
.flex-control-paging li a.flex-active { background: #fff !important; background: rgba(255,255,255,0.9) !important; }

.flexslider:hover .flex-next {right: 25px !important}
.flexslider:hover .flex-prev {left: 25px !important}

.frontwidget {padding: 0px !important; width: 33.03%; float: left; display: block; margin-right: 0.3%; margin-bottom: 25px;}
.spotcontainer {background-size: contain; background-repeat: no-repeat; border: 1px solid #3A3B3D; height: auto;}
.spottext { min-height: 144px; height: auto;/*margin-top: 268px; */ margin-top: 102%; padding: 20px; color: #fff; background: #204282 !important; border-top: 10px solid #ED008C;}
.spottext h3 { display: inline; text-transform: uppercase; font-size: 1.2em; font-family: 'Francois One', Tahoma, Verdana, Arial;}
.spottext p {font-size: 0.9em; line-height:normal; margin: 5px 0px}
.spottext a {color: #fff} 
/*.readmorespot  {
	display: table;
	float: none;
	margin: 1em auto 0;
	width: 160px;
	border: 2px solid #fff;
  text-align: center;
  background-color: #ED008C;
}*/
.readmorespot a {
  /*padding: 5px 3px;*/
  padding-top: 10px;
	font-size: 1em;
  color: #00ADEF !important;
  display: block;
  text-transform: lowercase;
  font-weight: 700;
}
/*.readmore:hover, .readmorespot:hover {
	background: #FFF;
  border: 2px solid #ED008C;
}*/

.readmore:hover a, .readmorespot:hover a {
	color: #fff !important;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
  text-decoration: none;
}

#topbar {
	display: block;
	min-height: 28px;
  height: auto;
	width: 100%;
	position: relative;
	z-index: 270;
	-webkit-transition:.2s opacity;
	-moz-transition:.2s opacity;
	-o-transition:.2s opacity;
	transition:.2s opacity;
  background-color: #00ADEF;
  overflow: auto;
}

#topbar:hover { /* FOR FIXED TOPBAR */
	filter: alpha(opacity=100);
	opacity: 1;
}

#topbar-inner {
  max-width: 1340px;
	display: block;
	margin: 0 auto;
}

.topmenu {
	float: right;
	width: auto;
  height: auto;
  margin-right: 1em;
}
.topmenu ul {
	margin-top: 5px;
}

.topmenu ul li {
	display: block;
	float: left;
	line-height: 1.8;
}

.topmenu ul li a {
	display: block;
	padding: 0px 10px 5px 10px;
	letter-spacing: .4px;
	font-size: 13px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  color: #fff
}

/* CU Anywere */

#cuanywhere {display: none; padding: 10px 0px}
#cuanywherelogo {float: left; width: 44px}
#cuanywhereapps {float: right; width: auto}

/* CU Online Login Area */

ul#header-cuonline      { position: relative; clear:right; margin:0px; list-style-type:none; text-align: center; height: 35px;}
ul#header-cuonline li   { float:left; color: #fff; font-weight: bold; margin-top: 5px;}
ul#header-cuonline li span  {}
ul#header-cuonline li a { display:block; width:100px; height: 21px; background: #ED008C; /*-webkit-border-radius: 10px;    border-radius: 10px;*/
                          margin-left:15px; color:#efefef; text-align:center; text-decoration:none; font-size: 16px; padding: 6px 0 0 20px; text-transform: uppercase; font-size: 0.9em; font-weight: 400;
                          -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in;
						  /* -webkit-box-shadow:  0px 5px 15px -5px #000000; box-shadow:  0px 5px 15px -5px #000000; */}
ul#header-cuonline li a:hover { background-color:#ED008C; color: #fff}
ul#header-cuonline li a.login {background: url(images/cuonlinelogin.png) #316BCC top 3px left 4px no-repeat; }
ul#header-cuonline li a.login:hover {background: url(images/cuonlinelogin.png) #fff top 3px left 4px no-repeat; background-color:#ED008C}
ul#header-cuonline li a.reg {background: url(images/cuonlinereg.png) #316BCC top 3px left 4px no-repeat}
ul#header-cuonline li a.reg:hover {background: url(images/cuonlinereg.png) #fff top 3px left 4px no-repeat; background-color:#ED008C}

#cuonlinebox        {float: right; position: relative; right: -25px;text-align: center; width: 420px; background-color: #204282; padding: 10px 15px/*-webkit-border-radius: 0 0 10px 10px;    border-radius: 0 0 10px 10px; border: 2px solid #58595A; border-top: 0px*/}
#cuonlinebox h5     { font-size: 1.4em; font-weight: bold; margin: 0; background-color: #C545CA; padding: 10px; color: #fff}
#cuonlinebox h6     { font-size: 1em; font-weight: bold; margin: 0; padding: 6px 0px; font-style: italic} 

.logintitle {margin: 0 30px; position: relative; }
.logindesc {margin: 0 30px; position: relative;font-size: 12px; font-weight: normal}
#header-social-icons {clear: right; margin-top: 20px}
#header-search {margin-top: 20px;}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}
body {
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	border: 0;
	color: #111;
	background-color: #00ADEF;
}

/* Links */
a, a:link, a:visited{
	color: #ED008C;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #204282;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
}
input[type="submit"] {
	border: none;
	color: #fff;
	background: #ED008C;
}
input[type="submit"]:hover {
	background-color: #303030;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
    *zoom: 1; /* For IE 6/7 only */
}

/* Make Form Elements responsive */
input, textarea, select {
	max-width: 100%;
}

/* Basic Structure
-------------------------------------------------------------- */
#wrapper {
	max-width: 1340px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
  margin-bottom: 2em;
}
#header-wrap {
	background: #fff;
}
#header {
	padding: 0px 3em 1em 3em;
}
#wrap {
	clear: both;
	padding: 1.5em 1.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	float: left;
	width: 72%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  overflow: hidden;
}
#sidebar {
	float: right;
	width: 28%;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	max-width: 100%;
  padding-top: 3em;
}
#logo .logo-image {
	border: 0;
	max-width: 100%;
	height: auto;
}
#logo .site-title {
	font-size: 2.5em;
	font-weight: bold;
	color: #ED008C;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
}
#logo a:hover {
	text-decoration: none;
}
#logo a:hover .site-title {
	color: #204282;
	text-decoration: none;
}
#logo .site-description {
	margin-top: 0.4em;
	color: #204282;
}

/* Header Content */
#header-content {
	display: inline;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header-content div {
	float: right;
	margin-left: 1.5em;
}
#header-content #header-text {
	margin-top: 0.3em;
	line-height: 1.4em;
	font-size: 1.3em;
	color: #777;
}
#header-content #header-search #s {
	float: right;
}

/* Custom Header Image */
#custom-header {
	margin-top: 1px;
}
#custom-header img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}
/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-icon {
	display: none;
}
#navi-wrap {
	background: #204282;
}
#mainnav-menu {
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#mainnav-menu li{
	float:left;
	position:relative;
	margin-right: 1px;
}
#mainnav-menu a {
	display: block;
	padding: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#mainnav-menu a:link, #mainnav-menu a:visited{
	color: #fff;
	text-decoration: none;
}
#mainnav-menu a:hover {
	background: #ED008C;
}
#mainnav-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 2px #444;
}
#mainnav-menu ul li{
	margin: 0;
}
#mainnav-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 1em;
	float: left;
	font-weight: normal;
	color: #204282;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mainnav-menu ul a:link, #mainnav-menu ul a:visited{
	color: #204282;
	font-size: 0.9em;
	text-decoration: none;
}
#mainnav-menu ul a:hover {
	color: #fff;
	background: #ED008C;
}
#mainnav-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
}
#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul{
	display:none;
}
#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul{
	display:block;
}
#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
	text-decoration: underline;
}
#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
	text-decoration: none;
}
#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
	text-decoration: underline;
}
#mainnav-menu ul li.current_page_item ul li a, #mainnav-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}


/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	padding: 1.5em;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widgettitle {
	font-size: 0.9em;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
	padding: 0.8em;
	margin: -0.5em -0.5em 1.5em -0.5em;
	background: #204282;
	color: #fff;
	text-transform: uppercase;
}
.widget .textwidget {
	line-height: 1.5em;
}
.widget .textwidget p {
	margin-bottom: 1em;
}
.widget ul, .widget ol {
	line-height: 1.5em;
}
.widget ul {
	list-style: circle inside;
	color: #555;
}
.widget ul .children, .widget ol .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #ED008C;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
}
.widget img {
	max-width: 100%;
	height: auto;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Theme Search Widget */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #204282;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 0.7em 0 0;
	cursor: pointer;
}
.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400';
}
.search-form .search-submit:hover .genericon-search {
	color: #204282;
}

/* Theme Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
}
#wp-calendar caption {
	padding: 0.4em 0;
	margin: 0 -0.4em 0.8em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
	padding-bottom: 0.6em;
}
#wp-calendar tbody td {
	color: #888;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody #today {
	font-weight: bold;
	color: #204282;
}
#wp-calendar tfoot tr td {
	padding-top: 0.8em;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 0.4em;
	text-align: right;
}


/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 1.5em 0;
	padding: 0.8em 1.5em 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
}
.page-title, .post-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #204282;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.3em 0;
	border-bottom: 5px solid #204282;
}
.page-title {
    font-size: 2.0em;
}
.post-title {
    font-size: 1.5em;
}
.post-title a:link, .post-title a:visited {
	color: #204282;
	text-decoration: none;
}
.post-title a:hover, .post-title a:active{
	color: #ED008C;
}
.sticky {
	border-left: 10px solid #ccc;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Postmeta */
.postmeta {
	display: block;
	color: #204282;
	margin: 0;
	padding: 0.7em 1em;
	background: #eee;
}
.postmeta span, .postmeta .post-edit-link {
	font-size: 0.9em;
	line-height: 1.5em;
}
.postmeta a:link, .postmeta a:visited {
	color: #555;
	text-decoration: underline;
}
.postmeta a:hover, .postmeta a:active{
	text-decoration: none;
}
.postmeta .sep, .postmeta .post-edit-link  {
	padding-left: 0.8em;
	margin-left: 0.7em;
	border-left: 1px solid #aaa;
}
.postinfo {
	clear: both;
	line-height: 1.5em;
}
.postinfo .meta-category {
	display: block;
	color: #204282;
	margin: 0;
	font-size: 0.9em;
}
.postinfo .meta-category a {
	display: inline-block;
	float: left;
	color: #fff;
	background: #204282;
	padding: 0.4em 1em;
	margin: 0 1px 1px 0;
}
.postinfo .meta-category a:hover, .postinfo .meta-category a:active {
	background: #ED008C;
	text-decoration: none;
}
.postinfo .meta-tags {
	display: block;
	margin: 0.5em 0;
}
/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.6em 1em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #ED008C;
}
.more-link:link, .more-link:visited  {
	color: #fff;
}
.more-link:hover, .more-link:active {
	background-color: #303030;
	text-decoration: none;
}
.content-excerpt .more-link  {
	margin: 0.5em 0 1em;
}

/* Archives and Search Heading */
.archive-title {
	font-weight: bold;
	color: #204282;
	background: #fff;
	padding: 1.5em;
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	text-transform: uppercase;
}
.archive-title span{
	color: #ED008C;
}

/* Content Pagination */
.post-pagination {
	margin-bottom: 1.5em;
	font-weight: bold;
	padding: 0.8em 1em;
	color: #204282;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}
.post-pagination a {
	padding: 0.6em 0.8em;
	margin-right: 0.2em;
	display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #204282;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #204282;
}
.post-pagination a:hover {
	color: #ED008C;
}
.post-pagination .current {
	padding: 0.5em 0.9em;
	margin-right: 0.2em;
	color: #ED008C;
	text-decoration: underline;
}


/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
	margin: 0.5em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.75em;
}
.entry h1, .comment h1 {
	font-size: 3.0em;
}
.entry h2, .comment h2 {
	font-size: 2.25em;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
}
.entry h4, .comment h4 {
	font-size: 1.25em;
}
.entry h5, .comment h5 {
	font-size: 1.125em;
	margin-top: 1.3em;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin-top: 1.3em;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1.4em;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	background:#f5f5f5;
	border-left: 10px solid #ccc;
	margin: 1.5em 0;
	padding: 0.8em 1.5em;
}
blockquote p {
	display: inline-block;
}
blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
	max-width: 100%;
	margin: 1em 0 0;
	height: auto;
}
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft {
	float: left;
	display: inline;
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right;
	display: inline;
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto;
	display: block;
}

/* Gallery Styling */
.gallery {
	padding-top: 1em;
}
.gallery-item {
	padding: 0.3em 1em 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0;
	padding: 0;
	border: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0.5em 0;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin: 1.5em 0;
	padding: 0.6em 1em;
	font-weight: bold;
	color: #204282;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	font-size: 0.9em;
	text-decoration: none;
	color: #ED008C;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	text-decoration: underline;
}

/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */
#social-icons-menu {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1em;
}
#social-icons-menu li {
	float: left;
	margin: 0 1px 1px 0;
	padding: 0;
}
#social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.8em;
	background: #316BCC;
	text-decoration: none;
	color: #fff;
}
#social-icons-menu li a:hover {
	text-decoration: none;
	background: #ED008C;
}
#social-icons-menu li a:before {
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
}
#social-icons-menu li a .screen-reader-text {
	display: none;
}
.social-icons-wrap .social-icons-hint {
	font-size: 0.8em;
	color: #777;
	max-width: 300px;
	line-height: 1.2em;
}

/* Add Genericons */
#social-icons-menu li a:before { content: '\f408'; } /* Default Icon */
#social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
#social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
#social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
#social-icons-menu li a[href*="facebook.com"]:before { content: '\f203'; }
#social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
#social-icons-menu li a[href*="plus.google.com"]:before { content: '\f206'; }
#social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
#social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
#social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
#social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
#social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
#social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
#social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
#social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
#social-icons-menu li a[href*="skype.com"]:before,
#social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
#social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
#social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
#social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
#social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
#social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
#social-icons-menu li a[href*="wordpress.org"]:before,
#social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
#social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
#social-icons-menu li a[href*="/feed"]:before,
#social-icons-menu li a[href*="/feed/"]:before,
#social-icons-menu li a[href*="?feed=rss2"]:before,
#social-icons-menu li a[href*="feedburner.google.com"]:before,
#social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 0 0 1.5em 0;
	padding: 1em 1.5em;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}
#comments .comments-title, #respond #reply-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	color: #555;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.3em 0;
	border-bottom: 5px solid #555;
	font-size: 1.5em;
}
.commentlist {
	display: block;
	margin: 1.5em 0;
}
.commentlist .comment{
	display: block;
	margin: 1.5em 0 0;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.commentlist .comment .avatar {
	float: left;
	margin: 1em 1.5em 0.5em 0;
}
.commentlist .comment .avatar:after {
	clear: both;
}
.comment-author {
	line-height: 1.5em;
	background: #eee;
}
.comment-author .comment-meta {
	display: inline-block;
	font-size: 0.8em;
	margin: 0.5em 1.2em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #222;
}
.comment-author .fn {
	display: inline-block;
	float: left;
	font-family: 'Francois One', Tahoma, Verdana, Arial;
	font-size: 1.0em;
	color: #fff;
	background: #204282;
	padding: 0.4em 1em;
}
.comment-meta a:link, .comment-meta a:visited,
.comment-meta a:active, .comment-meta a:hover {
	color: #222;
}
.comment-author .fn a:link, .comment-author .fn a:visited {
	color: #fff;
	text-decoration: underline;
}
.comment-author .fn a:hover, .comment-author .fn a:active {
	text-decoration: none;
}
.bypostauthor .fn, .comment-author-admin .fn {
	background: #ED008C;
}
#comments .children {
	margin-left: 1.5em;
}
.nocomments {
	color: #444;
	padding: 1em;
}
.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
	padding: 0 1em;
	background: #eee;
	margin-bottom: 1.5em;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 0;
}
#commentform {
	padding: 1em 0 0;
}
#commentform p {
	margin: 1em 0;
}
#commentform input[type="text"], #commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}
#commentform #submit {
	display: block;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #fff;
	background: #ED008C;
}
#commentform #submit:hover {
	background-color: #303030;
	cursor: pointer;
	text-decoration: none;
}

/* Page Templates
-------------------------------------------------------------- */

/* Fullwidth Template */
.template-fullwidth #content {
	float: none;
	width: 100%;
	padding: 0;
}

/* Front Page Template and Widgets
-------------------------------------------------------------- */

/* Front Page Slideshow */
#frontpage-slider-wrap {
	padding: 0;
	margin-bottom: 2.6em;
	/* All other Slideshow Styles in flexslider.css */
}

.frontpage-magazine-no-widgets, .frontpage-slider-empty-posts {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
/* Category Posts Widgets */
#frontpage-magazine-widgets .widgettitle {
	margin: 0 0 1.5em 0;
}
.widget-category-posts .type-post {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
.widget-category-posts .type-post .post-title {
	font-size: 1.1em;
}
.widget-category-posts .type-post .wp-post-image {
	margin: 0 0 0.5em 0;
}
.widget-category-posts .more-posts .type-post {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	background: #eee;
}
.widget-category-posts .more-posts .wp-post-image {
	float: left;
	margin: 0 0.8em 0 0;
	max-width: 30%;
}
.widget-category-posts .more-posts .more-posts-content {
	padding: 0.4em 0.8em;
}
.widget-category-posts .more-posts .post-title{
	border: none;
	margin: 0;
	font-size: 0.95em;
	font-family: 'Droid Sans', Tahoma, Verdana, Arial;
}
.widget-category-posts .more-posts .postmeta {
	display: inline-block;
	background: none;
	padding: 0 0.3em 0.3em 0;
	font-size: 0.9em;
}
.widget-category-posts .more-posts .postmeta .sep  {
	padding-left: 0.5em;
	margin-left: 0.4em;
	border-left: 1px solid #aaa;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .first-post {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-boxed .more-posts {
	width: 50%;
	margin-left: 50%;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -1.5em;
}
#widget-category-posts-grid .category-posts-grid-row .type-post {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Front Page Category Area Thre (two columns) */
#widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-columns .more-posts .type-post {
	float: left;
	display: block;
	width: 100%;
	margin: 1em 0 0;
	background: #eee;
}

/* Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: #204282;
}
#footer {
	padding: 1em 1.5em 1.5em 1.5em;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}
#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #fff;
}
#footer #credit-link {
	float: right;
	font-size: 0.8em;
  margin-top: 1em;
  clear: right;
  text-align: right;
}

/* Footer Navigation Menu */
#footernav-icon {
	display: none;
}
#footernav {
	float: right;
}
#footernav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#footernav-menu li {
	float: left;
	position: relative;
	padding-left: 2em;
}
#footernav-menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.8em;
}
#footernav-menu a:link, #footernav-menu a:visited{
	color: #fff;
	text-decoration: none;
}
#footernav-menu a:hover {
	text-decoration: underline;
}

/* Loan Calculator
-------------------------------------------------------------- */


.loan_cal_plugin .page-title{
	margin: -4px 0 31px 0;
	padding: 0;
}


.wp_wellington_loan_cal_main_wrapper label, .label {
    font-size: 0.9em;
    font-weight: normal;
    margin: 0px 0px 0 0;
    color: #555;
}

.wp_wellington_loan_cal_main_wrapper .dropdown select {
    display: inline-block;
    margin: 3px 0 0 0;
    width: 100%;
    padding: 0.7em 45px 0.7em 0.7em;
    background: #fff;
    border: 1px solid #000;
    font-size: 1.0em;
    color: #204282;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: normal;
    position: relative;
}


/*.wp_wellington_loan_cal_main_wrapper .dropdown:before {
    content: "\f0d7";
    font-family: fontAwesome, sans-serif;
    right: 22px;
    position: absolute;
    bottom: 9px;
    z-index: 9999;
    font-size: 21px;
}*/

.wp_wellington_loan_cal_main_wrapper input[type=range] {
     -webkit-appearance: none;
  -moz-appearance: none;
  -0-appearance: none;
  -ms-appearance: none;
  apperance:none;
    margin: 10px 0;
    width: 100%;
    border: none;
    padding: 0;
}


select::-moz-expand {
    display: none;
}

select::-0-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}


.wp_wellington_loan_cal_main_wrapper .col-1, .wp_wellington_loan_cal_main_wrapper .col-2 {
    width: 100%;
    margin-bottom: 24px;
}


.wp_wellington_loan_cal_main_wrapper .dropdown {
    margin-bottom: 14px;
}

.wp_wellington_loan_cal_main_wrapper .years_label {
    font-weight: bold;
    margin: 0px 0 0px 2px;
}

.wp_wellington_loan_cal_main_wrapper #loan_amount {
	padding: 0;
}

.wp_wellington_loan_cal_main_wrapper .apply {
    background: #ED008C;
    color: #fff;
    text-align: center;
    padding: 0px 0;
    font-weight: 600;
	/* border-top: 5px solid #ED008C; */
}

.wp_wellington_loan_cal_main_wrapper .apply p {
    padding: 19px 0;
    margin: 0;
}


.wp_wellington_loan_cal_main_wrapper .typical_apr p {
    padding: 21px 21px;
    margin: 0;
    border-top: 5px solid #ED008C;
}

.wp_wellington_loan_cal_main_wrapper .typical_apr {
    display: block;
    width: 100%;
    border: none;
    margin: 19px 0 0 0;
    line-height: 0;
    color: #fff;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
    background-color: #204282;
}

@-moz-document url-prefix() { 
  	
  	.wp_wellington_loan_cal_main_wrapper .range {
	     margin: 0px 0 6px 0 !important;
	}
	.wp_wellington_loan_cal_main_wrapper .typical_apr {
    	margin: 4px 0px 0px !important;
	}
	.wp_wellington_loan_cal_main_wrapper .row .total .currency-label {
     	margin: 3px 0px 0px !important;
	}
}

.wp_wellington_loan_cal_legal {
    margin: 20px 0;
    font-size: 13px;
}

.wp_wellington_loan_cal_main_wrapper .row .total input {
    background: #E8E8E8;
    border: none;
    /* font-weight: bolder; */
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-align: center;
    /* float: left; */
    width: 100%;
    padding: 10px 0 0 6px;
}

.wp_wellington_loan_cal_main_wrapper .row .total .currency-label {
    display: inline-block;
    /* float: left; */
    /* width: 78%; */
    margin: 1px 0 0 0;
    padding-top: 0px;
    font-size: 15px;
    position: absolute;
    left: 25%;
    top: 21px;
}

.wp_wellington_loan_cal_main_wrapper #years, .wp_wellington_loan_cal_main_wrapper #months {
    /* float: left; */
    border: 0px solid #000;
    padding: 1px 0;
    font-weight: bold;
    width: 28px;
    background: #fff;
    margin: 0 0 0 0;
}
.wp_wellington_loan_cal_main_wrapper .row {
    display: table;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 2px 0 7px 0px;
    background: #E5E5E5;
    padding: 10px 0 10px 0;
}
.wp_wellington_loan_cal_main_wrapper input[type=range] {
    -webkit-appearance: none;
    margin: 13.5px 0;
    width: 100%;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]:focus {
  outline: none;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #204282;
  border-radius: 7px;
  border: 0px solid #000000;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 24px;
  width: 30px;
  border-radius: 4px;
  background: #ED008C;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: #204282;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-moz-range-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #204282;
  border-radius: 7px;
  border: 0px solid #000000;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 24px;
  width: 30px;
  border-radius: 4px;
  background: #ED008C;
  cursor: pointer;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-ms-track {
  width: 100%;
  height: 14px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-ms-fill-lower {
  background: #204282;
  border: 0px solid #000000;
  border-radius: 14px;
  box-shadow: 0px 0px 0px #000000;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-ms-fill-upper {
  background: #204282;
  border: 0px solid #000000;
  border-radius: 14px;
  box-shadow: 0px 0px 0px #000000;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #000000;
  height: 24px;
  width: 30px;
  border-radius: 4px;
  background: #ED008C;
  cursor: pointer;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]:focus::-ms-fill-lower {
  background: #204282;
}
.wp_wellington_loan_cal_main_wrapper input[type=range]:focus::-ms-fill-upper {
  background: #204282;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .form_info {
    font-weight: 100;
    font-size: 15px;
    text-align: left;
    margin-bottom: 24px;
    color: #FFF;
}

.wp_wellington_loan_cal_main_wrapper .success {
    margin: 14px 0;
    background: #59B571;
    color: #fff;
    padding: 20px 20px;
    -webkit-animation: fadeInUp 0.4s ease;
    animation: fadeInUp 0.4s ease;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.wp_wellington_loan_cal_main_wrapper .legal {
    margin: 30px 0;
    font-size: 0.8em;
    line-height: normal;
    margin: 30px 0px;
}

.wp_wellington_loan_cal_main_wrapper .range {
    clear: both;
   	width: 100%;
    position: relative;
    margin: 19px auto 0 auto;
}

.wp_wellington_loan_cal_main_wrapper .duration_slide {
    margin: 0px 0 5px 0;
}

.wp_wellington_loan_cal_main_wrapper .duration_slide label {
    margin-top: 10px !important;
}

.wp_wellington_loan_cal_main_wrapper .row .total input {
    background: #E5E5E5;
    border: none;
    /* font-weight: bolder; */
    font-size: 0.9em;
    color: #000;
    display: inline-block;
    text-align: left;
    /* float: left; */
    width: 100%;
    padding: 8px 0px 0 15px;
}

.wp_wellington_loan_cal_main_wrapper .row .total .currency-label {
    left: 0px;
    top: 8px;
    font-weight: 100;
}

.wp_wellington_loan_cal_main_wrapper .row .total {
    width: 25.333%;
    float: left;
    padding: 0px 10px;
    text-align: left;
    position: relative;
}


.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__header {
    clear: both;
    display: table;
    width: 100%;
    margin-bottom: 0px;
    padding: 0em 0em 1.4em 0;
    border-bottom: none;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__header h3 {
    font-weight: bold;
    font-family: 'Francois One', Tahoma, Verdana, Arial;
    color: #FFF;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
    padding: 0.3em 0;
    border-bottom: 5px solid #FFF;
    text-align: left;
    margin: 0 auto;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__content {
    width: 89.6%;
    max-width: 400px;
    /* min-width: 290px; */
    background: #141414;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    z-index: 5;
    padding: 0.8em 1.5em 1.5em;
    border-top: 12px solid #ED008C;
    /* color: #fff !important; */
}

.wp_wellington_loan_cal_main_wrapper_pop_up .dialog__content__wrapper {
    padding: 0;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .action-close {
    /* float: right; */
    text-align: right;
    color: #FFFFFF;
    display: inline-block;
    /* width: 50%; */
    /* margin-top: -1px; */
    position: absolute;
    top: 21px;
    right: 23px;
    cursor: pointer;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .enquiry_row input {
    display: block;
    width: 98%;
    height: 34px;
    padding: 6px 0px 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    vertical-align: middle;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #204282;
    border-radius: 0px;
    outline: none;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .loan_enquiry_form {
    overflow: hidden;
}

.wp_wellington_loan_cal_main_wrapper_pop_up .enquiry_row .label {
    font-size: 13px;
    display: block;
    color: #FFFFFF;
}

.update-browser{
	margin-bottom: 27px;
}

#response {
    margin: 20px 0;
    background: #59B571;
    color: #fff;
    padding: 2em;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
}
.error_message {background: #D90000 !important}


@media only screen and (min-width: 70em) {

.wp_wellington_loan_cal_main_wrapper .col-1, .wp_wellington_loan_cal_main_wrapper .col-2 {
    margin-bottom: 0;
}

.wp_wellington_loan_cal_main_wrapper .col_box:after{
content:" ";
display: table;
clear: both;
}

.wp_wellington_loan_cal_main_wrapper .col {
float: left;
padding: 0 0%;
min-height: 1px;
margin: 0;
min-height: 267px;
overflow: hidden;
}

.wp_wellington_loan_cal_main_wrapper #loan_cal, .wp_wellington_loan_cal_main_wrapper #currency_sel {
  width: 90%;
  /* max-width: 460px; */
}

.wp_wellington_loan_cal_main_wrapper .col-1 {
    width:55%;
}

.wp_wellington_loan_cal_main_wrapper .col-2 {
  width: 45%;
}

}

/*============================ MEDIA QUERIES ============================*/

/* Small screens | <1120px */
@media only screen and (max-width: 70em) {
	#wrapper {
		width: 94%;
	}
  .flex-control-nav {top: -160px}
}
/* Smaller screens | <1120px */
@media only screen and (max-width: 1120px) {
	#wrapper {
		width: 96%;
	}
	.widget, .type-post, .type-page, .type-attachment, #comments {
		box-shadow: none;
		border: none;
		padding: 0;
	}
	.widgettitle {
		margin: 0 0 1.5em 0;
	}
  .flex-control-nav {top: -160px}
}
@media only screen and (max-width: 1024px) {
  #cuondesc {display: none;}
  #cuonlinebox {width: auto; padding-left: 5px;}
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
  #cuonlinebox {display: none}
  #logo {padding-top: 0px !important}
  .flex-control-nav {position: relative !important;z-index: 999;top: -140px !important}
	#wrapper {
		width: 100%;
	}
	#header {
		padding: 2em;
	}
	#content {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#sidebar {
		clear: both;
		float: none;
		margin: 2em 0 0;
		width: 100%;
	}
	#logo {
		float: none;
		width: 100%;
	}
	#header-content {
		display: block;
		padding-top: 1em;
	}
	#header-content div {
		float: left;
		margin-left: 0;
		margin-right: 1em;
		padding-top: 0.5em;
	}
	#header-content #header-text {
		font-size: 1.3em;
	}
	#header-content #header-search #s {
		max-width: 100%;
		float: none;
	}
	#footer-widgets {
		margin-right: 0;
	}
	.widget, .type-post, .type-page, .type-attachment, #comments {
		box-shadow: 0 0 4px #ddd;
		border: 1px solid #ddd;
		padding: 1.5em;
	}
	.widgettitle {
		margin: -0.5em -0.5em 1.5em -0.5em;
	}
	.type-post, .type-page, .type-attachment {
		padding: 0.8em 1.5em 1.5em;
	}
	#comments {
		padding: 1em 1.5em;
	}


	/* Mobile Navigation */

	/* Reset */
	#mainnav, #mainnav-menu, #mainnav-menu li, #mainnav-menu a, #mainnav-menu ul,
	#mainnav-menu ul a, #mainnav-menu ul ul, #mainnav-menu li ul ul
	{
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	#mainnav-menu li:hover ul ul, #mainnav-menu li:hover ul ul ul, #mainnav-menu li:hover ul ul ul ul,
	#mainnav-menu li:hover ul, #mainnav-menu li li:hover ul, #mainnav-menu li li li:hover ul, #mainnav-menu li li li li:hover ul
	{
		display: inline;
	}

	#mainnav {
		margin: 1.5em 0;
		float: none;
	}
	#mainnav-icon {
		display: block;
		padding: 1.5em;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 1.0em;
		font-family: 'Francois One', Tahoma, Verdana, Arial;
		color: #fff;
		background: rgba(255, 255, 255, 0.1);
		-webkit-transition: all 0.1s ease-out;
		-moz-transition: all 0.1s ease-out;
		-ms-transition: all 0.1s ease-out;
		-o-transition: all 0.1s ease-out;
		transition: all 0.1s ease-out;
	}
	#mainnav-icon:hover {
		cursor: pointer;
		background: #ED008C;
	}
	#mainnav-icon:after {
		float: right;
		margin: -0.15em 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 24px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	#mainnav-menu {
		width: 100%;
		display: none;
		border-top: 1px solid #fff;
	}
	#mainnav-menu a {
		display: block;
		padding: 1.5em;
		text-decoration: none;
		font-size: 1.0em;
		border-bottom: 1px solid #fff;
		clear: left;
	}
	#mainnav-menu ul {
		float: left;
		padding: 1em;
		background: #fff;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul a {
		display: block;
		width: 100%;
		padding: 1em;
		font-size: 0.9em;
		border-bottom: 1px solid #aaa;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu ul li ul {
		float: left;
		padding: 0 0 0 1em;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mainnav-menu li.current_page_item a, #mainnav-menu li.current-menu-item a {
		text-decoration: underline;
	}
	#mainnav-menu li.current_page_item ul li a, #mainnav-menu li.current-menu-item ul li a{
		text-decoration: none;
	}
	#mainnav-menu ul li.current_page_item a, #mainnav-menu ul li.current-menu-item a {
		text-decoration: underline;
	}
}

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
  .flex-control-nav {position: relative !important;z-index: 999;top: -130px}
	#logo .site-title {
		font-size: 2.3em;
	}
	.widget, .type-post, .type-page, .type-attachment, #comments {
		box-shadow: none;
		border: none;
		padding: 0;
	}
	.widgettitle {
		margin: 0 0 1.5em 0;
	}
	.entry h1, .comment h1 {
	font-size: 2.2em;
	}
	.entry h2, .comment h2 {
		font-size: 1.8em;
	}
	.entry h3, .comment h3 {
		font-size: 1.4em;
	}
	.entry tr th,
	.entry thead th {
		padding: 0.2em 0.4em;
	}
	.entry tr td {
		padding: 0.2em 0.4em;
	}
	
	/* Mobile Footer Navigation */
	#footer #credit-link {
		margin-top: 1.5em;
	}
		
	/* Reset */
	#footernav, #footernav-menu, #footernav-menu li, #footernav-menu a, #footernav-menu ul {
		margin: 0;
		padding: 0;
		position: static;
		float: none;
		display: inline;
		font-size: 1.0em;
		border: none;
		box-shadow: none;
		background: none;
		top: 0;
		left: 0;
	}
	#footernav {
		float: none;
	}
	#footernav-icon {
		display: block;
		text-decoration: none;
		font-size: 1.0em;
		color: #fff;
	}
	#footernav-icon:hover {
		cursor: pointer;
		text-decoration: underline;
	}
	#footernav-icon:after {
		margin: 0.05em 0 0 0;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		content: '\f419';
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}
	#footernav-icon:hover:after {
		text-decoration: none;
	}
	#footernav-menu {
		display: none;
		width: 100%;
		padding-bottom: 1em;
	}
	#footernav-menu li {
		display: block;
		padding: 0.8em 0.4em;
	}
	#footernav-menu a {
		display: inline-block;
		text-decoration: none;
		font-size: 0.9em;
	}
	#footernav-menu a:hover {
		text-decoration: underline;
	}
	.metaslider .caption {
    font-size: 0.8em;
    line-height: normal;
  }
  .iframe {width: 100% !important}
}

.spottext {
  min-height: 170px;
}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
   #cuonlinebox {/*display: none;*/ margin-bottom: 20px}
   #cuanywhere {display: block}  
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {

	#logo, #header-content {
		text-align: center;
	}
	#header-content #header-search,
	#header-content #header-text,
	#header-content #header-social-icons {
		margin: 0;
		float: none;
	}
	#header-social-icons #social-icons-menu li {
		float: none;
		display: inline-block;
		list-style: none;
		margin: 1px -1.5px;
	}
	.page-title {
		font-size: 2.0em;
	}
	.post-title {
		font-size: 1.4em;
	}
	.widget-category-posts .type-post .post-title {
		font-size: 1.0em;
	}
	..widget-category-posts .more-posts .post-title{
		font-size: 0.9em;
	}

	/* Frontpage Categories */
	.widget-category-posts .type-post {
		margin: 0 0 1.5em 0;
	}
	#widget-category-posts-grid .category-posts-grid-row {
		margin-right: 0;
	}
	#widget-category-posts-grid .category-posts-grid-row .type-post,
	#widget-category-posts-boxed .first-post,
	#widget-category-posts-columns .category-posts-column-left {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#widget-category-posts-boxed .more-posts,
	#widget-category-posts-columns .category-posts-column-right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	#widget-category-posts-boxed .more-posts,
	#widget-category-posts-columns .category-posts-columns .more-posts	{
		padding-bottom: 0.5em;
	}
	#widget-category-posts-columns .category-posts-columns .more-posts .type-post {
		margin: 0 0 1em;
	}
	#widget-category-posts-columns .category-posts-column-right {
		margin-top: 1.5em;
	}
  .frontwidget {
    margin-left:auto;margin-right:auto;
    width: 100%;
    max-width: 300px;
    float: none;
  }
  .flex-control-nav {top: -120px}
}


/* Smartphones | <480px */
@media only screen and (max-width: 30em) {
	#header {padding: 1em}
  #logo .site-title {
		font-size: 2.0em;
	}
	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}
	#footer #credit-link {
		float: none;
		margin-top: 1.05em;
	}
  .flex-control-nav {top: -160px}
  .flex-direction-nav {display: none}
}

/* Smartphones | <320px */
@media only screen and (max-width: 20em) {
	.postmeta span, .postinfo span {
		display: block;
	}
	.postmeta .sep, .postinfo .sep, .postmeta .post-edit-link {
		border: none;
		margin: 0;
		padding: 0;
	}
  .flex-control-nav {top: -180px}
}

/* Big Screens Navi Fix | >720px */
@media only screen and (min-width: 60em) {
	/* ensure #nav is visible on desktop version */
	#mainnav-menu {
		display: block !important;
	}
}
@media only screen and (min-width: 50em) {
	/* ensure #footernav is visible on desktop version */
	#footernav-menu {
		display: block !important;
	}
}