/*
Theme Name: moneymagpie
Author: Kee Yip
Author URI: http://www.keeyip.co.uk/
Description: Moneymagpie theme built by Kee Yip in 2016
Version: 1.1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Base styles
	2.1 - Typography
	2.2 - Elements
	2.3 - Forms
	2.4 - Links
	2.5 - Alignments
	2.6 - Colours
	2.7 - Clearings
3.0 - Header
	3.1 - General
	3.2 - Navigation
	3.3 - Mobile Menu
4.0 - General
	4.1 Layout
	4.2 Comments
	4.3 Shortcode
	4.4 Featured
	4.5 Search Form
	4.6 pagination
	4.7 404 and Coming Soon 
5.0 - Content
	5.1 - Home
	5.2 - Make Money
	5.3 - Save Money
	5.4 - Manage Your Money
	5.5 - Ask Jasmine
	5.6 - Clear Your Clutter Day
	5.7 - Events
	5.8 - Ebooks
6.0 - Widgets
7.0 - Footer
8.0 - User Login
9.0 - Responsive

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: "filson-pro", sans-serif;
	font-style: inherit;
	font-weight: 300;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.gform_wrapper {display:block !important}

body{ 
	position:relative !important; 
	left: 0px !important;
	padding-bottom: 0px !important}
	
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
body {
	position: relative;}
	
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

article{
	position: relative;}
	
ol, ul {
	list-style: disc;
	margin: 0 0 15px 30px;
	padding-left: 0px}

table {
	border-collapse: separate;
	border-spacing: 0;
	border: 0px solid #ffffff;}

#main table {
	border: 0px solid #ffffff;}

caption, th, td {
	font-weight: normal;
	text-align: left;}

#main td, #main th {
	padding-right: 15px}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus, input:focus, textarea:focus, button:focus,
a:hover, a:active {
	outline: none;
}

a img {
	border: 0;
}

:target:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:-120px 0 0; /* negative fixed header height */
}

#page { background-color: white} 

/*--------------------------------------------------------------
2.0 Base Styles
--------------------------------------------------------------*/
/*----- 2.1 Typography -----*/
body,
button,
input,
select,
textarea {
	color: #646464;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
	line-height: 120%;
	margin-top: 0px;
	text-transform:uppercase;
	color: #62259d;}

h1 {font-size: 27px;}	
h2 {font-size: 25px;}
h3 {font-size: 23px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 17px;}

p {margin-bottom: 15px;}

b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin-left: 3em;
	font-weight: 300;
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #dad6de;
	font-size: 10px;
	font-size: 1.5rem;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}


/*----- 2.2 Elements -----*/
hr, #main hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #dad6de;
} 

article ul, ol {
	margin: 0 0 15px 30px;}
	
article ul {
	list-style: disc;}
	
article li {padding: 5px}

ol {
	list-style: decimal;
}
article li > ul,
article li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}


figure {
	margin: 0;
}

table {
	border: 1px solid #dad6de;
	margin: 25px 0;
	width: 100%;
}

.sep {
	margin: 0 0.5rem;
}

.centre {text-align: center;}

img.lazy {
	opacity: 0;
	-webkit-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
}
img.lazy-loaded {
	opacity: 1 !important;
	-webkit-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
}


/*----- 2.3 Form -----*/
button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
.bbp-submit-wrapper button,
#page input[type="button"],
#page input[type="reset"],
#page input[type="submit"], a.mm-button {
	border: 1px solid #62259d;
	border-radius: 5px;
	background-color: #62259d;
	color: #ffffff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 130%;
	padding: 8px 26px;
	opacity: 1;
	text-transform:uppercase;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#page button.large {
	font-size: 17px;}

#page button.pink, #page button.pink:hover  {
	background-color: #cb2b99;
	border: none;}
	
	
.bbp-submit-wrapper button:hover,
#page button:hover,
#page input[type="button"]:hover,
#page input[type="reset"]:hover,
#page input[type="submit"]:hover,
a.mm-button:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
#page button:focus,
#page input[type="button"]:focus,
#page input[type="reset"]:focus,	
#page input[type="submit"]:focus,
#page button:active,
#page input[type="button"]:active,
#page input[type="reset"]:active,
#page input[type="submit"]:active {
	outline: none;
}
#page input[type="checkbox"],
#page input[type="radio"] {
	padding: 0;
}
#page input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
#page input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input#searchfield::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

input#searchfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

input#searchfield::placeholder {
  color: #fff;
}
#page button::-moz-focus-inner,
#page input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
#page input[type="text"],
#page input[type="email"],
#page input[type="url"],
#page input[type="password"],
#page input[type="search"],
#page textarea,
#page select {
	font-size: 14px;
	line-height: 130%;
	padding: 8px;
	color: #646464;
	font-weight: normal;
	border: 1px solid #dad6de;
	border-radius: 5px;
	min-width: 150px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#page input[type="text"]:focus,
#page input[type="email"]:focus,
#page input[type="url"]:focus,
#page input[type="password"]:focus,
#page input[type="search"]:focus,
#page textarea:focus,
#page select:focus {
	color: #646464;
	border: 1px solid #dad6de;
	outline: none;
}
#page textarea {
	overflow: auto;
	vertical-align: top;
	width: 98%;
}

#gform_28 {
	border: 2px solid #eeeeee;}

#gform_28 #field_28_2 { padding: 0px; margin: 0px;}
#gform_28 #field_28_2 h5 { padding: 18px;} 
#gform_28 #field_28_1 { padding: 10px;}
#gform_28 #gform_submit_button_28{ margin: 0px 10px;}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: normal}
	
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	float: left;
	margin-right: 40px;}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
	overflow: hidden}

#gform_wrapper_29 .address_country, #gform_wrapper_30 .address_country {display: none;}
	
.validation_error {
	display:block;
	font-weight: bold;
	padding: 20px 40px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 130%;
	background-color: #ffb600;
	color: #2f1a45 }
	
.gform_wrapper span.ginput_total {
	color: #2f1a45 !important;
	font-weight: bold; }

.gfield_checkbox .gform_wrapper input[type="checkbox"] {margin: 0 !important}
	

/*----- 2.4 Links -----*/
a {
	color: #62259d;
	text-decoration: none;
	font-weight:inherit;
}
a:hover,
a:active {
	text-decoration: none;
}

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; }
	
.video-container iframe, .video-container object, .video-container embed, .video-container video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; }



/*----- 2.5 Alignments -----*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto !important;
}


/*----- 2.6 Colours -----*/
.dark_purple_text { color: #2f1a45 !important }
.purple_text { color: #62259d !important}
.pink_text { color: #cb2b99 !important}
.yellow_text { color: #ffb600 !important}
.blue_text { color: #00c1de !important}
.dark_gery_text { color: #646464 !important}
.light_gery_text { color: #dad6de !important}
.white_text { color: #FFFFFF !important}

.dark_purple_background { background-color: #2f1a45 !important}
.purple_background { background-color: #62259d !important}
.pink_background { background-color: #cb2b99 !important}
.yellow_background { background-color: #ffb600 !important}
.blue_background { background-color: #00c1de !important}
.dark_gery_background { background-color: #646464 !important}
.light_gery_background { background-color: #dad6de !important}



/*----- 2.7 Clearings -----*/
.clear:before,
.clear:after,
.main-navigation:before,
.main-navigation:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
#header:before,
#header:after,
#content:before,
#content:after,
#footer:before,
#footer:after,
.entry-content .chat-row:before,
.entry-content .chat-row:after {
	content: '';
	display: table;
}

.clear:after,
.main-navigation:after,
.entry-content:after,
.comment-content:after,
#header:after,
#content:after,
#footer:after,
.entry-content .chat-row:after {
	clear: both;
}






/*--------------------------------------------------------------
3.0 Header
--------------------------------------------------------------*/
/*----- 3.1 General -----*/
#logo-box img {
	max-width: 105%}
	
#top-header { 
	padding: 8px 0 8px 0;
	background-color: #FFFFFF;
	background: url(imgs/top_header_background.png) top right repeat-y}

.focus_money_list { 
	font-size: 13px; 
	text-transform:uppercase;
	margin: 9px 0px 0px 0px; 
	font-weight:bold;
	list-style: none;
	float: right;
	overflow: hidden}
	
.focus_money_list li a { 
	font-weight:bold;
	padding: 0px 5px}
	
.focus_money_list li  { 
	float: left; 
	font-weight:bold;}

.user_header { 
	width: 100%;
	display: block;
	overflow: hidden;
	padding-top: 5px;}

.user_header .button{ 
	float: right;
	border-radius: 5px;
	display: block;
	font-size: 11px; 
	text-transform: uppercase;
	line-height: 25px;
	padding:0px 10px;
	margin-left: 10px;}

#third-header.user_header .button { float: none; display: inline-block }
#third-header { text-align: center; background-color: #f5f4f6; padding: 8px 10px; display: none}
#third-header .user_log, #third-header .social-media-icons { display: inline-block; float: none !important; vertical-align: middle;  }
#third-header .user_log {margin-left: 10px; }
#third-header .user_log a { color: #cb2b99  }
.bbpress #third-header { display: none}

/*----- 3.2 Navigation -----*/
.menu-main-menu-container {
    float: left;
    margin-right: 10px;}

#second-header{
	background-color: #2f1a45;}

#second-header .row{
	height: 40px;}

.main-navigation { padding: 0 10px}
	
.main-navigation a {
	display: block;
	border: none;
	text-decoration: none;}
	
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;}
	
.main-navigation li {
	float: left;
	position: relative;}
	
.main-navigation ul li a {
	padding: 8px 10px;
	font-size: 13px;
	color: #fff;
	height: 40px;
	font-weight:300}

.main-navigation .menu-main-menu-container > ul > li > a {
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 25px;
	border-left: 1px solid rgba(151,140,162,0.3);}

.main-navigation .menu-main-menu-container > ul > li:last-child > a {
	border-right: 1px solid rgba(151,140,162,0.3)}


.main-navigation ul ul {
	background: #2f1a45;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 40px;
	z-index: 99999;
	text-align: left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul li {
	border-bottom: 1px solid rgba(151,140,162,0.3)}
	
.main-navigation ul ul li:last-child {
	border-bottom: none}

.main-navigation ul ul a {
	width: 250px;
    font-size: 13px;
    text-transform: none;
    color: #ffffff;
    line-height: 25px;
    background: #1c0e2c;}
	
.main-navigation ul ul a:hover {
	background: #2f1a45;
	color: #fff;}
	
.main-navigation ul li:hover > ul {
	display: block;}

#menu-item-137260 { display: none;}




/*----- 3.3 Mobile Menu -----*/

.mobile_nav {
	padding: 10px 0px;
	background: url(imgs/top_header_background.png) top right repeat-y !important; }
	
#wprmenu_bar { z-index: 999 !important;}

#wprmenu_menu { z-index: 998 !important;}


/*--------------------------------------------------------------
4.0. General
--------------------------------------------------------------*/
/*----- 4.1 Layout -----*/
.widget_media_image .widget-title {display:none}

.widget_media_image {text-align:center}

#header { 
	width: 100%; 
	position:fixed;
	z-index: 999; 
	background-color: #FFFFFF}

#content { 
	width: 100%; }
	
#main { min-height: 400px; 
	margin-top: 10px; 
	margin-bottom: 20px;
	font-size: 15px;
	color: #646464;
	line-height: 130%;
	}

.container { 
	display: block; 
	width: 100%; 
	min-width: 320px}

.container .container, .container.no_padding { 
	padding-left: 0;
	padding-right: 0}


#footer {display: block; 
	overflow:hidden; 
	width: 100%;}
	
#bcn_widget-4.widget_breadcrumb_navxt {
	margin-bottom: 0px !important;}


.widget_breadcrumb_navxt .breadcrumbs {
	font-size: 12px;
	color: #646464}
	
.widget_breadcrumb_navxt .breadcrumbs { min-height: 10px; margin-bottom: 10px}

.widget_breadcrumb_navxt .widget-title {
	display: none}

.widget_breadcrumb_navxt .breadcrumbs > a, #main #before_page_widget, .widget_breadcrumb_navxt span {
	padding-right: 5px;
	padding-left: 5px}

.widget_breadcrumb_navxt span.cycd_breadcrumb {
	padding-right: 0px;
	padding-left: 0px}


.widget_breadcrumb_navxt .breadcrumbs > a:first-child {
	padding-left: 0px;
	padding-right: 10px}
	
.col .col { 
	margin-left: 0px;
	margin-right: 0px;
	font-size: 15px;
	color: #646464;
	line-height: 130% }

#main p {
	margin-bottom: 15px;
	color: #646464;
	line-height: 1.4;}
	
#main .sub-title {
	color: #2f1a45;
	border-top:#2f1a45 4px solid;
	padding: 10px 0px 15px 0px;
	margin-bottom: 0px}

.more_post, #more_tips {
	display:block;
	overflow: hidden;}
	
.more_post .post_loop, .post_loop {
	display:block;
	overflow:hidden;
    margin-left: -10px;
    margin-right: -10px;}
	
	
.image img {
   width: 100%}
	
.more_post .post_loop .loop_box{
	margin-bottom:15px;}
	
.content-tabs .tab-pane ul li .text, .more_post .text, #more_tips .text, .competitions_post .text {
	height: 75px;} 

.article_list .text {
	height: 125px;} 
	
.more_post .col, #more_tips .col, .competitions_post .col {
	margin-bottom: 15px;} 

.col, .one-half, one-third, done-fourth {
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	float:left}

.col.widget { width: 100%;}
.one-half.widget { width: 50%;}
.one-third.widget {width: 33.33%;}
.one-fourth.widget {width: 25%;}
	

/*----- 4.2 Comments -----*/
#comments {
	margin-bottom: 20px}
	
.comments-title, #reply-title {
	padding: 10px 0px;
    font-size: 15px;
    text-transform: none;
    color: #646464;
}

.comment-list ol.children {
	padding-left: 50px}

.comment-list
.comments-title:before {
	display: inline-block;
	margin-right: 0.5rem;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
}
.comments-area ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-author b.fn, .comment-author b.fn a {
	font-weight: bold;
	color: #2f1a45}
	
.comment {
	overflow: hidden;
	margin-bot: 10px 0px 0px 0px!important;
}
.comment-content a {
	word-wrap: break-word;
}
#comments .comment-avatar {
	width: 10%;
	float: left;
}
#comments img.avatar {
	border-radius: 100%;
	margin-right: 10px;
}
.comment-meta, .comment-content, .reply {
	width: 90%;
	float: left;
}

.reply {
	margin-bottom: 20px}

.comment-meta {
	margin: 0 0 1rem;
}
.comment-metadata {
	margin: 0;
}
.comment-metadata a {
	color: #dad6de;
}
.bypostauthor {
}

/* Comment form */
#cancel-comment-reply-link {
	float: right;
}

.comment-respond > p, .comment-form label {
	font-size: 15px;
}
.comment-form input {
	display: block;
	width: 50%;
	font-size: 15px;}
	
.comment-form .form-allowed-tags {
	font-size: 15px;}

#extracommentbox  {  border-radius: 10px }

#extracommentbox #wc-comment-header, #extracommentbox #wcThreadWrapper { display: none; }

#extracommentbox h4.sub-title { background-color: #62259d; color: #FFFFFF; border-top: none; padding: 15px; border-radius: 10px 10px 0px 0px }

#extracommentbox, #extracommentbox .wpdiscuz-front-actions, #extracommentbox .wpdiscuz-subscribe-bar {background-color: #dad6de;}

#extracommentbox h4.sub-title:before { content: "";}
#extracommentbox .wpdiscuz-form-top-bar, #extracommentbox .wc-form-wrapper { padding-left: 10px;  padding-right: 10px;}

.pix-wrapper{ 
	margin-bottom: 30px}
.wpua-edit h3, .wpua-edit #wpua-preview-existing ,.wpua-edit #wpua-undo-button-existing, .wpua-edit #wpua-edit-attachment-existing, .wpua-edit #wpua-thumbnail-existing .description  {display: none}
#wpua-thumbnail-existing img { max-height: 100px !important; height: 100px !important; width: 100px !important;border-radius: 100%}
.wpua-edit #wpua-upload-existing {margin-top: 10px}
.wpua-edit button {
    border: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #62259d !important;
    -webkit-appearance: none !important;
    letter-spacing: 0px !important;
    padding: 8px 0px !important;
    opacity: 1 !important;
    text-transform: none !important;
	text-decoration: underline !important;
}
/*----- 4.3 Shortcode -----*/

.shortcode_button .fa { padding-right: 10px}
.shortcode_button { 
	padding: 15px 10px;
	display:block; 
	font-size: 19px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	border-radius: 5px;
	-moz-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);} 

.shortcode_button a, .shortcode_button span, .shortcode_button { 
	color:#2f1a45;
	font-weight: bold;} 
	
.home .shortcode_button a, .home .shortcode_button span, .home .shortcode_button { 
	color:#2f1a45;
	font-weight: bold;} 

.postid-136677 .social_bottom { display: none}

	
ul.social-media-icons {
	list-style: none;
	margin: 0;
	float: right;
	overflow: hidden}
	
ul.social-media-icons li{
	float: left}

ul.social-media-icons li a {
	width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    display: block;
    background-color: #2f1a45 ;
    color: #FFFFFF;
    margin-left: 10px;
    text-align: center;}

ul.social-media-icons li a:hover {
    background-color: #62259D;}

#article_content .jasmine-says {
	background: #eeeeee url( 'images/jasmine-says-bg.png' ) no-repeat 0px 100px;
	min-height: 300px;
	width: 100%;
	margin: 25px 0;
    border-radius: 20px;
}
#article_content .jasmine-says h3 {
	font-size: 24px;
    color: #ffffff;
    text-align: center;
    padding: 18px;
    background: #62259d !important;
    border-radius: 20px 20px 0px 0px;
    letter-spacing: 2px;
}
#article_content .jasmine-says-quote {
	padding: 0 15px 15px 220px;
}
#article_content .jasmine-says p {
	margin: 0;
	padding: 0;
}

#article_content .jasmine-says a {
	color: #cb2b99 !important;

}
#article_content .jasmine-says-quote p.quote {
	font-size: 22px;
	line-height: 1.4;
	padding: 5px 0 10px 0;
}

#article_content .thewinneris {
	background: #eeeeee url(images/thewinneris_nobackground.png) no-repeat 10px 60px;
    min-height: 270px;
    width: 100%;
    margin: 25px 0;
    border-radius: 20px;
    background-size: 190px;
}
#article_content .thewinneris h3 {
	font-size: 24px;
    color: #62259d;
    text-align: left;
    padding: 18px;
    border-radius: 20px 20px 0px 0px;
    letter-spacing: 2px;
}
#article_content .thewinneris-quote {
	border-radius: 20px;
	padding: 0 15px 15px 240px;
}

#article_content .thewinneris-quote hr {
	width: 50px;
    border-top: 4px solid #dad6de;
	display: inline-block;
	margin: 0px;
	padding-bottom: 10px;
}

#article_content .thewinneris p {
	margin: 0;
	padding: 0;
	
}

#article_content .thewinneris a {
	color: #cb2b99 !important;

}
#article_content .thewinneris-quote p.quote {
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 10px;
}

	

/*----- 4.4 Featured -----*/
.widget_featured_post_widget {
	position:relative}

.widget_featured_post_widget .widget-title {
	color: #cb2b99; 
	padding: 10px 0px;
	border-top: #cb2b99 solid 4px;
	margin-bottom: 0px}

li.featured { 
	position:inherit;
	}	
	
li.featured h6  {
	margin-bottom: 0px;
	margin-top: 10px;
	color: #cb2b99}

li.featured a.post_tag  {
	display: none}
	
li.featured .post_in, #sidebar .post_in  {
	font-size: 13px; line-height: 120% }
	
li.featured .post_in  {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dad6de; }
	
	
/*** Template Standard ***/
#featured_slideshow{
	position:relative;
    margin-bottom: 20px;
	outline: none;
	overflow:hidden;
	max-height: 395px}

#featured_slideshow .featured-slide{
	display: block; /* Show slide so that getBoundingClientRect().height will not return 0. Class .cycle-slide is added when cycle has initialized. */}

#featured_slideshow div[data-cycle-hide-non-active="false"] .featured-slide{
	opacity: 0; /* Avoid youtube and vimeo or other slides from peeking behind the current slide whe in transit */}
	
#featured_slideshow div[data-cycle-dynamic-height="off"] .featured-slide{
	height: 100%; 
	width:100%;}

#featured_slideshow .featured-slide:first-child {	
	display: block;}

#featured_slideshow .featured-slide a {
	width: 100%;
	display:block}
	
	
#featured_slideshow .featured-slide img {
	display:block;
	width: 100%;
	margin:0 auto;
	padding:0;
	max-width:100%;
	border:0;}

.cycloneslider-template-standard .cycloneslider-caption {z-index: 10 !important}

#featured_slideshow div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom,
#featured_slideshow div[data-cycle-dynamic-height="on"] .cycle-sentinel + .cycloneslider-slide-testimonial{
	min-height: 100px; /* Disable 100% min height when dynamic height is on. To fix issue with scrollHorz */
}

/*** Prev/Next ***/
#featured_slideshow .cycloneslider-prev,
#featured_slideshow .cycloneslider-next,
#featured_slideshow .cycloneslider-pager span {
	cursor:pointer;
}
#featured_slideshow .cycloneslider-prev,
#featured_slideshow .cycloneslider-next{
    position:absolute;
    top:50%;
    z-index:501;
	display: block;
    margin-top:-22px;
	font-size:40px;
	color: #FFFFFF;
	text-align: center;
    width:24px;
    height:40px;
	opacity: 0;
	background-color: rgba(0,0,0,0.30);
	-webkit-transition: all 0.5s ;
	-moz-transition: all 0.5s ;
	-ms-transition: all 0.5s ;
	-o-transition: all 0.5s ;
	transition: all 0.5s ;
}

#featured_slideshow .fa {
	display: block;
}

#featured_slideshow:hover .cycloneslider-prev,
#featured_slideshow:hover .cycloneslider-next{
	opacity: 1;
}
#featured_slideshow .cycloneslider-prev:hover,
#featured_slideshow .cycloneslider-next:hover{
	opacity: 1;
}
#featured_slideshow .cycloneslider-prev.disabled,
#featured_slideshow .cycloneslider-next.disabled{
	display: none;
}
#featured_slideshow .arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
}
#featured_slideshow .cycloneslider-prev{
    left:10px;
}
.rtl #featured_slideshow .cycloneslider-prev{
    left:auto;
	right:10px;
}
#featured_slideshow .cycloneslider-prev .arrow{
    margin-left: -4px;
	border-top: 6px solid transparent;
	border-right: 6px solid #333;
	border-bottom: 6px solid transparent;
}
.rtl #featured_slideshow .cycloneslider-prev .arrow{
    margin-left: -2px;
	border: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #333;
	border-bottom: 6px solid transparent;
}
#featured_slideshow .cycloneslider-next{
    right:10px;
}
.rtl #featured_slideshow .cycloneslider-next{
    right:auto;
	left:10px;
}
#featured_slideshow .cycloneslider-next .arrow{
    margin-left: -2px;
	border-top: 6px solid transparent;
	border-left: 6px solid #333;
	border-bottom: 6px solid transparent;
}
.rtl #featured_slideshow .cycloneslider-next .arrow{
    margin-left: -4px;
	border: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #333;
	border-bottom: 6px solid transparent;
}

/*** Pager ***/
#featured_slideshow .cycloneslider-pager{
    position:absolute;
    bottom:10px;
    left:0;
    z-index:120;
    width: 100%;
    height: 12px;
    text-align: center;
}
#featured_slideshow .cycloneslider-pager span {
    display: inline-block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #333;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
	-webkit-box-shadow: 1px 1px 2px 0px #333333;
    box-shadow: 1px 1px 2px 0px #333333;
}
.ie7 #featured_slideshow .cycloneslider-pager span{
	zoom: 1;/* IE 7 inline-block */
	*display: inline;/* IE 7 inline-block */
}
#featured_slideshow .cycloneslider-pager span.cycle-pager-active {
    background-color: #ccc;
}

.featured-slide { 
	position:relative}

.featured-caption {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 30px;
    z-index: 500;
    width: 50%;
    background: none;
    color: #fff;
    text-align: left;}
	
.featured-botton { 
	background-color: #ffb600; 
	font-size: 15px; 
	color:#2f1a45; 
	display:block; 
	width: 130px;
	margin-top: 20px; 
	text-align: center;
	padding: 5px 20px;
	border-radius: 5px; 
	margin-left: -10px;
	-moz-box-shadow: inset 0 -8px 13px rgba(212,134,0,1.00);
  	-webkit-box-shadow: inset 0 -8px 13px rgba(212,134,0,1.00);
   	box-shadow: inset 0 -8px 13px rgba(212,134,0,1.00);}

.featured-caption-title {
	background-color: #2f1a45;
	color: #FFFFFF;
	font-size:22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform:uppercase;
	letter-spacing: 1px;
	display:inline;
	line-height: 32px;
	border-bottom: 5px solid #2f1a45;
	border-top: 2px solid #2f1a45;
	box-shadow: 10px 0 0 #2f1a45, -10px 0 0 #2f1a45;}
	

/*----- 4.5 Search Form -----*/
.header_search { 
	height: 41px;
	padding: 6px 0;
	overflow:hidden;
	margin-left: 10px;
	position:relative}

.header_search #searchform {
	position:relative}

#searchform input#searchfield {
	background-color: #7A6196;
	color: #FFFFFF;
	border: 0px;
	font-size:14px;
	height: 30px;
	border-radius: 0px;
	width: 100%;}

#searchform input#searchsubmit {
	background-color: #62259D;
	font-family: FontAwesome;
	position:absolute;
	top: 0px;
	right: 0px;
	color: #FFFFFF;
	border: 0px;
	width: 30px;
	height: 30px;
	font-size: 14px;
    padding: 0;
    line-height: 30px;
    border-radius: 0px}



/*----- 4.6 pagination -----*/
.mm_pagination {
	margin: 30px 0px;
	height: 25px}
	
.mm_pagination ul{
	list-style: none;
	margin: 0px}

.mm_pagination li, #comments .page-numbers {
	float: left;
	margin-right: 10px; }

.mm_pagination li a,
.mm_pagination li.disabled, #comments .page-numbers {
	background-color: #dad6de;
	padding: 0px 10px;
	cursor: pointer;
	color: #646464;
	font-size: 14px;
	display: block;
	text-align:center;
	line-height: 25px; 
	min-width: 25px;
	height: 25px}
	
.mm_pagination li.page-nav a,
.mm_pagination li.page-nav a:hover,
.mm_pagination li.page-nav.active a,
.mm_pagination li.page-nav.disabled,
#comments  a.page-numbers,
#comments a.page-numbers:hover {
	padding: 0px 10px;
	min-width: 25px;
	height: 25px}

.mm_pagination li a:hover,
.mm_pagination li.active a,
#comments .page-numbers.current,
#comments a.page-numbers:hover{
	background-color: #646464;
	color: #fff;
	text-decoration:none;}
	

/*----- 4.7 404 and coming soon -----*/	
.error404 input.search-field {
	margin: 0 10px}
	
.error404 .page-content, .coming-soon .page-content {
	text-align:center;
	margin: 50px auto 150px auto}
	
.error404 .title_image img, .coming-soon .title_image img  {
	width:90%;
	margin: 0 auto;
	max-width: 800px}
	
.error404 .page-content p, .coming-soon .title_image p {
	width:90%;
	margin: 0 auto;
	max-width:600px}
	
.error404 .search-form {
	margin-top: 20px}

#comments .page-numbers {
	margin-bottom:10px}

#comments .pagination {
	margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;}	

.rt-reading-time { color: #aaaaaa; font-style: italic; margin-bottom: 15px;}
.excerpt_box .rt-reading-time { margin-bottom: 0px; font-size: 12px}
	
/*--------------------------------------------------------------
5.0 Content
--------------------------------------------------------------*/
/*----- 5.1 Home -----*/

h3.section_title {
	display:block;
	background: #62259D;
	text-align:center;
	text-transform:uppercase;
	border-top: 4px solid #2f1a45;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 15px 0px 15px 0px;}
	
.home .tab-content {
	padding: 0px}

.home #main .container {
	padding-left: 10px;
	padding-right:10px}
	
.home #main {
	margin-top: 20px}

	
#home_page_first { margin-bottom: 20px; margin-top: 30px}

.home #after_page_widget { margin-top: 40px}

#hompage_banner { margin-top: 20px; margin-bottom: 40px }

.home_jasmine {
	background-color: #fdfbfc; 
	border-bottom: 4px solid #2f1a45; 
	border-top: 4px solid #2f1a45;
	background-image: url("https://www.moneymagpie.com/wp-content/uploads/2019/09/Jasmine-Birtles_background_new.jpg");
	background-repeat: no-repeat;
	background-position: left; 
	background-size: auto 100%;
	}

.home_jasmine h4 {
	color: #2f1a45; 
	margin-bottom: 0px !important;
	}

.home_jasmine hr {
	border-top: 2px solid #2F1A45 !important;
    width: 60px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    float: left;
	}

.home_jasmine p {
    float: left;
	}

.home_jasmine .text_box { margin: 20px; float: right}

ul.magpies_group a.magpie .text {
	background-color: #ffb600;
    color: #2f1a45;
    display: block;
    padding: 10px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);
    box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);}
	
ul.magpies_group a.magpie:hover .text {
	background-color: #62259D;
    color: #FFFFFF;}

.content-tabs ul.nav-stacked { 
	margin-left: 0px}
	
.content-tabs ul.nav-stacked li { 
	padding-left: 0px; 
	position:relative}

.content-tabs ul.nav-stacked li.active .fa { 
	display: none}
	
.content-tabs ul.nav-stacked li .fa { 
	color: #2f1a45;
	position: absolute;
	top: 10px;
	right: 25px;
    font-size: 15px;
    line-height: 20px;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;}
	
.content-tabs ul.nav-stacked a, .article_list a.yellow_bottom, .more_post a.yellow_bottom, .competitions_post a.yellow_bottom{ 
	font-weight: bold;
	max-width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 130%;
	font-size: 17px;
	display: block;	
	color: #2f1a45;
	width: 50% ;
	min-width: 320px;
	-moz-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    box-shadow: inset 0 -8px 20px rgba(0,0,0,0.20);
	background-color: #ffb600;
	border-radius: 5px;
	text-align: center;
	margin: 5px auto;
	padding: 10px}

.content-tabs ul.nav-stacked a:hover, .article_list a.yellow_bottom:hover, .more_post a.yellow_bottom:hover, .competitions_post a.yellow_bottom:hover { 
	color: #FFFFFF;
	background-color: #62259D;}
	
.content-tabs ul.nav-stacked li.active a {
	color: #FFFFFF;
	background-color: #2f1a45 ;}
	
.content-tabs .tab-content { position: relative}
.content-tabs .tab-pane ul li, .article_list ul li { margin-bottom: 15px}
	
.content-tabs .tab-pane ul, .article_list ul {
	overflow:hidden;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 0px;
	list-style: none}
	
.content-tabs .tab-pane ul li .text, .more_post .text, .article_list .text, .competitions_post .text{
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 120%;
	font-size: 17px;
	display:block;
	padding-top: 10px;
	margin-bottom: 10px;
    border-bottom: 1px solid #dad6de;}
	
.content-tabs .tab-pane ul li .image, .more_post .image, .article_list .image {
	display:block;
	border-bottom: 4px solid #62259D;
	overflow: hidden}

.article_list .similar_article {
	font-size: 14px;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 10px;
}
	
.content-tabs .tab-pane ul li img {
	width: 100%;}
	
.content-tabs .tab-pane .similar_article { 
	padding: 10px; 
	text-align:center; 
	width:100%;
	font-size: 15px;
	border-top: 1px solid #dad6de;
	border-bottom: 1px solid #dad6de}

#money_focus {
	padding-top: 55px;
	padding-bottom: 40px;}
	
#content_money_focus {
	padding-top: 55px;
	padding-bottom: 40px;}
	
.home #content_money_focus {
	padding-top: 55px;
	padding-bottom: 40px;}
	
#money_focus table.section_banner, #content_money_focus table.section_banner {
	margin: 0px auto 35px auto;
	border: 0px;
	float: none;}

#money_focus table.section_banner .right, #content_money_focus table.section_banner .right {
	background-image:url(imgs/webbanner_right.png);
	background-repeat:no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	width: 43px}

#money_focus table.section_banner .left, #content_money_focus table.section_banner .left {
	background-image:url(imgs/webbanner_left.png);
	background-repeat:no-repeat;
	background-position: top right;
	background-size: 100% 100%;
	width: 43px;}

#money_focus table.section_banner .middle, #content_money_focus table.section_banner .middle {
	background-image:url(imgs/webbanner_body.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	text-align:center}
	
#money_focus table.section_banner h3, #content_money_focus table.section_banner h3 {
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 15px;
	text-transform:uppercase}
	
#money_focus table.section_banner h6, #content_money_focus table.section_banner h6 {
	color: #cb2b99;
	margin-bottom: 25px;
	text-transform:uppercase}
	
#home_page_first .widget_image {
	margin-top: 20px}

ul.magpies_group  {
	overflow: hidden;
    list-style: none;
    margin: 20px 0 0 0;
	}

ul.magpies_group a {
	text-align: center;
	font-weight: bold;
	display:block}

ul.magpies_group a img {
	display: block;
	padding: 15px;
	margin: 0 auto;
	width: 100%;
	max-width: 150px}

ul.magpies_group a .text {
	margin-top:10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	color: #2f1a45;}
	
#home_make_money, #home_save_money, #home_de-cluttering_deas, #home_news_feed {
	background-color: #f5f4f6;
	padding-top: 40px;
	padding-bottom: 40px;}

#partner_widget h4.subsection_title { 
	margin-bottom: 15px;
	text-align:center;
	color: #2f1a45}
	
	
.archive .page-header, .page-template-template-jasmine .page-header,
.page-template-page-podcasts .page-header { 
    padding: 30px 20px;
    margin: 0px 0 20px;
    border-bottom: none;
	border-top: 4px solid #2f1a45;
	background-color: #62259D;
	background-position:top right;
	background-repeat:no-repeat;
	background-size: auto 100%}
	
.archive .page-header.make_money_categories{
	background-image:url(imgs/makemoney_banner_background.gif)}

.archive .page-header.others,
.page-template-page-podcasts .page-header.others
{ 
	background-image:url(imgs/others_banner_background.gif)}

.archive .page-header.save_money_categories{
	background-image:url(imgs/savemoney_banner_background.gif)}
	
.archive .page-header.manage_your_money_categories{
	background-image:url(imgs/managemoney_banner_background.gif)}

.page-template-template-jasmine .page-header.ask_jasmine, .archive .page-header.ask_jasmines_money_categories {
	background-image:url(imgs/askjasmine_banner_background.gif)}

.archive .page-header h1.page-title, .page-template-template-jasmine .page-header h1.page-title,
.page-template-page-podcasts .page-header h1.page-title {											
    color: #FFFFFF;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 0px;}

.archive .page-header h6, .page-template-template-jasmine .page-header h6,
.page-template-page-podcasts .page-header h6 {
    color: #ffb600 !important;
	margin: 0px !important}
	
	
.page-template-template-jasmine .page-header h6:before {
    display:none}
	
article { 
	overflow:hidden}

.entry-header {
	border-top: 4px solid #2f1a45;}

.entry-title a, .page-title a{ 
	font-weight: bold}

h4.entry-title { 
	font-size:17px}
	
h1.page-title { 
	font-size:30px; 
	color: #2f1a45;
	margin: 10px 0 10px 0}
	
.page h1.page-title { 
	font-size:30px; 
	color: #2f1a45;
	margin: 10px 0 20px 0}
	
.excerpt_box { 
	display: block;
	padding: 15px 0px 15px 0px;
	overflow:hidden;
	border-bottom: 1px solid #dad6de;}
	
.excerpt_box .featured-image{ 
	padding: 0px 10px 0px 0px;}
	
.entry-header .date {
	width: 80px;
	position:absolute;
	top: 15px;
	left: 10px;
    background: #62259D;
    color: #fff;
    text-align: center;}
	
.entry-header .entry-title { 
	margin-left:100px;
	min-height: 100px;
	padding-bottom: 25px }

.entry-header .date:after {
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 15px solid #62259D;}
	
.entry-header .date .month {
	font-size: 15px;
    line-height: 130%;
    padding-top: 15px;
    display: block;}
	
.entry-header .date .day {
	font-size: 30px;
    line-height: 130%;
    padding: 2px 0px;
    display: block;}
	
#main .post-meta {
	font-size: 13px;
	color: #aaaaaa;}
	
#main .post-meta a {
	color: #aaaaaa;
	font-weight: normal}

.entry-header .post-meta span {
	padding-right: 10px}
	
#article_content article h2{
    border-bottom: 4px solid #cb2b99;
    display: block !important;
    font-size: 19px !important;
    color: #fff;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}

#tinymce h2{
	background: #cb2b99;
    padding: 10px 6px 6px 6px;
    display: inline-block;
    font-weight: bold;
	color: #FFFFFF;
	font-size: 19px;
    border-radius: 5px 5px 0 0; }
	
#article_content article h2 span{
	background: #cb2b99;
    padding: 10px 6px 6px 6px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px 5px 0 0;}
	
	
#article_content article h3, #tinymce h3{
	margin-top: 30px;
	font-size: 19px;
	color: #62259D;
	margin: 5px 0 15px 0px;
	-webkit-margin-before: 5px;
    -webkit-margin-after: 15px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}


#article_content article h4, #tinymce h4{
	margin-top: 30px;
	font-size: 17px;
	color: #2f1a45;
	margin: 5px 0 15px 0px;
	-webkit-margin-before: 5px;
    -webkit-margin-after: 15px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}
	
#article_content article h4:before, #tinymce h4::before{
	content: "\f0da";
	padding-right:10px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}

.single #article_content h5, #tinymce h5{
	color: #ffffff;
	background: #62259D;
	padding: 5px;
	font-size: 15px}

#article_content article h6 , #tinymce h6 {
    font-size: 17px;
    color: #cb2b99;
	display: block; 
	position:relative; 
    font-weight: bold;
    margin: 15px 10px 15px 35px;}
	
#article_content article h6 a, #tinymce h6 a{
    font-size: 17px;
    color: #cb2b99;
	font-weight: bold;}
	

#article_content article h6:before, #tinymce h6:before{
	content: "\f178";
	padding-right:10px;
	position:absolute;
	top:0px; 
	left: 0px;
	margin-left:-25px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}


.entry-header .featured-image, #article_content .entry-content {
	margin-bottom: 35px}
	
.postid-103618 #article_content .entry-content {
	margin-bottom: 0px}

#article_content article{ 
	margin-bottom: 20px;
	border-bottom: 1px #dad6de solid}
	
.postid-103618 #article_content article { 
	margin-bottom: 0px;
	border-bottom: 0px #ffffff solid}
	
.postid-103618 #after_content_widget { 
	border-top: 1px #dad6de solid}


/*----- 5.2 Make Money -----*/
.post-type-archive h3.section_title {
	background: #2f1a45;
	border-top: none;
	color: #FFFFFF;
	font-size: 18px}
	
.post-type-archive .similar_article {
	text-align: center}
	
.post-type-archive .similar_article a.yellow_button {
    background-color: #ffb600;
    color: #2f1a45;
    display: inline-block;
    min-width: 167px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);
    box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);}
	
.post-type-archive .similar_article a.yellow_button:hover {
    background-color: #62259d;
    color: #FFFFFF;
    }
	
.post-type-archive .more_post {
	margin-bottom: 20px}
	
.post-type-archive .more_post .text {
	height: 95px}

.post-type-archive #christmas.more_post, .post-type-archive #easter.more_post { display: none}

.page .featured-image { margin-bottom: 20px}

/*----- 5.3 Save Money -----*/

/*----- 5.4 Manage Your Money -----*/

#manage_widget {
	padding-bottom: 20px;
	padding-top: 20px;  }

.manage_money_list {
	text-transform:uppercase;
	margin: 5px 0px; 
	font-weight:bold;
	list-style: none;
	width: 100%;
	overflow: hidden;
	color:#FFFFFF;}

.manage_money_list li.term_title span {
	background-color: #2f1a45;
	min-height: 110px;
	margin: 10px;
	font-size: 17px; 
	display: block;
	color:#FFFFFF;
	font-weight: bold;
	padding: 10px}

.manage_money_list li {
	padding: 0px;
	margin: 0px;
	width: 20%;
}
	
.manage_money_list li a{
	background-color: #62259D;
	min-height: 110px;
	margin: 10px;
	font-size: 17px; 
	display: block;
	color:#FFFFFF;
	font-weight: bold;
	padding: 10px
	}

.manage_money_list a.image_container {
	position:relative;
	}
	
.manage_money_list a .background_image {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size:cover;
	position:absolute;
	z-index: 1;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
	}
	
.manage_money_list a:hover .background_image {
	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
	}
	
.manage_money_list a .text {
	top: 10px;
	left: 10px;
	position:absolute;
	z-index: 2;
	color:#FFFFFF;
	padding-right: 10px;
	font-weight: bold;}


/*----- 5.5 Ask Jasmine -----*/
.term-youtube-channel .mm_pagination {
   text-align: center;}

.term-youtube-channel .mm_pagination ul {
    list-style: none;
    margin: 0px auto;
    overflow: hidden;
    display: inline-block;
}

.ask_jasmines_money_categories-youtube-channel .social_bottom { 
	display: none}
	
#jasmine_video {
	padding-top: 40px;
	min-height: 1000px;
	padding-bottom: 60px;}
	
#jasmine_video .youtube-button {
	display: block;}
	
#jasmine_video .youtube-button a {
	margin: 20px auto 0 auto;
	display: table}	

.term-youtube-channel .article_loop .text_box > p {
	display: none}	
	
#make_money_save_money_ideas {
	padding-top: 40px}
	
.page-template-template-jasmine #article_content {
	position: relative;
	padding-bottom: 40px}
	
.page-template-template-jasmine #article_content .featured-image img {
	width: 100%;}
	
.page-template-template-jasmine .entry-content	{
	margin-top: 20px}
	
.page-template-template-jasmine #article_content .text {
	border-bottom: 1px solid #dad6de;
    border-top: 1px solid #dad6de;
	margin-top: 20px;
    display: block;
    overflow: hidden;}

.page-template-template-jasmine #article_content .text span {
	padding: 10px 0;
    display: block;
    float: left;}
	
.page-template-template-jasmine  #article_content .text .social-media-icons li a {
	width: 30px;
    height: 30px;
    line-height: 30px;
	font-size:17px;
    background-color: #62259D;
	}
	
.page-template-template-jasmine #article_content article {
	 margin-bottom: 0px; 
     border-bottom: none; }
	 
#jasmine_video .section_title {
	width:90%;
	margin: 0 auto 30px auto;
	max-width: 600px;
	text-align: center}
	
#jasmine_video .section_title h2{
	color: #2f1a45;
	margin-top: 0px;}
	
#jasmine_video .section_title hr.header_header{
	width: 150px}

#jasmine_video .section_title hr.header_header:after{
	content: '\f0d7';
	color: #dad6de;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	margin-top: 2px;
    display: block;
    line-height: 0px;
    font-size: 20px;}

.jasmine-idea h4, .jasmine-idea p, .jasmine-media h4, .jasmine-media p { 
	text-align: center}

.jasmine-idea p, .jasmine-media p { 
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
	max-width: 450px}


.jasmine-idea .similar_article, .jasmine-media .similar_article { 
	padding: 0 10px 10px 10px; 
	text-align:center; 
	margin-top: -5px;
	width:100%;
	font-size: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dad6de}
	
.page-template-template-jasmine #sidebar .widget_lc_taxonomy a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 130%;
    font-size: 15px;
    height: 60px;
    display: block;
    color: #2f1a45;
    -moz-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    box-shadow: inset 0 -8px 20px rgba(0,0,0,0.20);
    background-color: #ffb600;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px 80px 10px 20px;}
	
.page-template-template-jasmine #sidebar .list-custom-taxonomy-widget li {
	position: relative}
	
.page-template-template-jasmine #sidebar .list-custom-taxonomy-widget h4.widget-title {
	margin-bottom: 10px}
	
.page-template-template-jasmine #sidebar .list-custom-taxonomy-widget li .fa { 
	color: #2f1a45;
	position: absolute;
	top: 10px;
	right: 25px;
    font-size: 15px;
    line-height: 20px;
    width: 24px;
    height: 24px;
    border: 2px solid;
    border-radius: 50%;
    text-align: center;}
	
.page-template-template-jasmine #sidebar .list-custom-taxonomy-widget a:hover { 
	color: #FFFFFF;
	background-color: #62259D;}
	
.jasmine-media .row {
	padding: 0 10px}
	
.jasmine-media .loop_box .box{ 
	border-bottom: 1px solid #dad6de;
	overflow: hidden}
	
.jasmine-media .more_post .text {
    font-size: 15px;
	text-transform:none;
    padding-top: 0px;
    height: 100px;}
	
.jasmine-media .more_post a.image {
    border-bottom: 0px;}

.excerpt_box.media_icon .featured-image {
	height: 120px;}
	
.excerpt_box.media_icon .featured-image img {
	max-height: 100%;
	padding: 10px;
	max-width: 100%;} 
	

/*----- 5.6 Clear Your Clutter Day -----*/
.cycd-content a, .cycd-content #sidebar .widget_nav_menu ul li.current-menu-item a { color: #8a199c}

.cycd-content #sidebar #nav_menu-5 { margin-bottom: 0px; border-top: 1px solid #dad6de;}

.cycd-content ul.social-media-icons { float: none; padding: 5px 10px; border-bottom: 1px solid #dad6de; text-align: center}

.cycd-content ul.social-media-icons li {float: none; display: inline-block}

.cycd-content #sidebar #enhancedtextwidget-33, .cycd-content #sidebar #enhancedtextwidget-44 { text-align: center}

.cycd-content #sidebar #enhancedtextwidget-42 { margin-bottom: 0px}

.cycd-content #sidebar #enhancedtextwidget-43 { background-color: #8a199c; border-top: 4px solid #2f1a45; border-bottom: 4px solid #2f1a45; color: #ffffff; padding: 30px 20px }

.cycd-content #sidebar #enhancedtextwidget-43 p, #enhancedtextwidget-43 h5 {color: #ffffff}

.cycd-content #sidebar #enhancedtextwidget-43 .gfield_required { color: #cb2b99;}

.cycd-content #sidebar #enhancedtextwidget-43 input[type="submit"] {
    border: 1px solid #cb2b99;
    background-color: #cb2b99;
	width: 100%;
}

.postid-128640 #article_content article {border-bottom: none }

.postid-128640 .row1 {padding-top: 35px }

.postid-128640 .row2 {padding-bottom: 35px; border-bottom: 1px solid #dad6de}


.cycd-content #sidebar .gform_wrapper ul.gform_fields li.gfield { padding: 0px}
.cycd-content #sidebar #enhancedtextwidget-44 img { padding: 20px 20px 0px 20px}
.cycd-content ul.social-media-icons li a {background-color: #8a199c; margin: 0px 10px}

.cycd-content #article_content .gery_box  {
	background-color: #e5e5e5;}
   
.cycd-content #article_content .pink_box  {
	background-color: #8a199c;}
   
.cycd-content #article_content td.gery_box p {
    padding: 15px;}

.cycd-content #article_content table.why img { 
	padding: 0px 15px ; 
	max-width: 100%; 
	max-height: 120px; 
	height: auto !important; 
	width:auto !important}

.cycd-content #article_content table.partners td { 
	border-bottom: 1px solid #dad6de !important; 
	border-top: 1px solid #ffffff !important; 
	padding: 30px 15px 30px 0 !important}

.cycd-content #article_content table.media td {
	height: 120px; 
	text-align:center; 
	border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
	padding: 5px !important}

.cycd-content #article_content table.media_partners td { 
	text-align:center;
	border-bottom: 1px solid #fff;
    border-top: 1px solid #fff; 
	padding: 10px !important}

.cycd-content #article_content table.media_partners td img {
	max-height: 140px; 
	width:auto}

.cycd-content #article_content table.media img { 
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);}
		
.cycd-content #article_content .facebook_button { 
	width: auto !important; 
	height:auto}

.cycd-content #article_content table strong { 
	color:#cb2b99; }	

.cycd-content #article_content table.media img { 
	padding: 15px 15px; 
	max-height: 150px; 
	width: auto; }	
	
.cycd-content #article_content table img { 
	width: 100%; 
	height:auto }	
	
.cycd-content #article_content table { 
	margin: 20px -10px;
	width: auto !important}	

.cycd-content #article_content table td { 
	padding: 0px; 
	border: solid #fff;
    border-collapse: collapse; 
    border-width: 0px 10px;}
	
.cycd-content #article_content table.media_partners td { 
	height: 160px;}

.cycd-content #lc_taxonomy-20{ margin-bottom: 0px; }

.cycd-content #lc_taxonomy-20 li { border-right: 1px solid #ffffff; width: 25%; display: table-cell; vertical-align: middle; background-color: #8a199c; color: #ffffff; border-radius: 5px 5px 0px 0px; }

.cycd-content #lc_taxonomy-20 li.current-cat { background-color: #2f1a45; }

.cycd-content #lc_taxonomy-20 li a { color: #ffffff; text-align: center; width: 100%; padding: 5px 20px; font-weight: bold; letter-spacing: 1px; display: inline-block}
	
#rcjsload_88e7cd {    
	padding: 0px 0px 30px 0px;
    margin-bottom: 20px;}
	
.postid-103618 .helpful-block-content {
	display: none}

.postid-103618 .cycd_breadcrumb, .postid-103235 .cycd_breadcrumb, .postid-103613 .cycd_breadcrumb { display: none}

#media_image-170 h4.widget-title {
	color: #2f1a45;
	border-top:#2f1a45 4px solid;
	padding: 10px 0px 15px 0px;
	margin-bottom: 20px; 
	font-size: 21px;
	display: block}

#media_image-170 {
	margin-top: 40px;
	margin-bottom: 40px; }


/*----- 5.7 Insurance -----*/
iframe#qz_iframe { width: 100% !important}
iframe #siteContent {height: auto !important;}


/*----- 5.8 Ebooks -----*/
.single-ebook .featured-image {
	display: none}
	
	
	
i.ebook-icon {     
	background-color: #dad6de;
    width: 100%;
    font-size: 50px;
    color: #FFFFFF;
    padding: 28px 10px;
    text-align: center;
    border-radius: 10px;}
	
.postid-103618 #more_tips {
	display: none}


/*----- 5.9 Awards -----*/
.page-id-143224 #article_content > div { 
    overflow: hidden; 
    display: block;
}

.page-id-143224 article {
    border-bottom: 0px !important;
}

.page-id-143224 h2.work span { 
    background-color: #ffffff; 
    padding: 0 10px; 
    font-weight: bold;  
}

.page-id-143224 #main {
    margin-bottom: 0px
}

.page-id-143224 .narrow-content {
    text-align: center;
    font-size: 17px;
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}

#awards-categories, #awards-judging { 
    padding-top: 50px; 
    padding-bottom: 50px;
}

#awards-categories h6 {    
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}

.page-id-143224 #article_content, .page-id-143224 #article_content p, .page-id-143224 #article_content ul, .page-id-143224 #article_content ol {
    color: #2f1a45;
}

.page-id-143224 #article_content h3 { 
    font-size: 28px;
}

.awards-stake .inner { 
    overflow: hidden;
    background-image: url(imgs/moneymagpie_award_magpie_backgroundjpg.jpg); 
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover;
    position: relative;
}

.awards-stake .text { 
    padding: 40px 25px 25px 40px;
    font-size: 16px;
}

.awards-stake h3 { 
    color: #cb2b99 !important;
}

.awards-stake .image { 
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px;
}

#awards-form.container { padding-left: 10px; padding-right: 10px}

#awards-form .inner { 
    background-color: rgba(218,214,222,0.20);
    border-bottom: 4px solid #2f1a45;
    border-top: 4px solid #2f1a45;
    padding: 50px 0 35px 0;
    display: block;
}

#awards-form h3  { 
    text-align: center;
}

#awards-form p  { 
    text-align: left;
}

#awards-form p  { 
    font-size: 15px;
}

#awards-form .gfield_label, #awards-form label {
    color: #2f1a45;
    font-size: 15px;
}

#awards-form input[type=text], #awards-form select, #awards-form textarea, #awards-form input[type=submit], #awards-form input[type=email] {
    width: 100% !important;    
}

#awards-form select {
    background-color: #fff;
    color: #2f1a45;
}

#awards-form .ginput_container_checkbox { margin-top: 0px}
#input_55_32 input, #input_55_32 label { 
    vertical-align: top
}

#gform_confirmation_message_55 {
    margin: 40px 0 30px 0;
    font-weight: bold;
    color: #cb2b99;
    line-height: 1.3;
}

#awards-form .col {
    color: #2f1a45;
}

#input_55_32 label { 
    width: 90%
}

#input_55_32 input { 
    width: 20px !important;
}


#awards-form .gform_wrapper .gform_footer {
    padding: 16px 10px 10px 10px;
}

#awards-form .narrow-content { 
    margin-bottom: 0
}

#awards-form .gfield_radio li { 
    width: 40%
}

#awards-form .gform_wrapper { margin: 0px }

#awards-form #field_55_13 { margin-top: 0px}
#field_55_6 { display: block; float: left; width: 100%; padding: 0 10px; text-align: center;}
#field_55_6 .g-recaptcha { display: inline-block; margin-left: auto; margin-right: auto;}
.gform_wrapper ul li.gfield.col { clear:none; }
.gform_wrapper ul.gform_fields input[type=radio] { margin-top: 0px !important; width: 20px !important; }
.gform_wrapper ul.gform_fields li.gfield select, .gform_wrapper ul.gform_fields li.gfield input[type=text] { height: 37px !important; }
.gform_wrapper ul.gform_fields li#field_15_2, .gform_wrapper ul.gform_fields li#field_39_2, body .gform_wrapper ul li.field_description_below div.ginput_container_radio { margin-top: 5px;}

.awards-judging-loop { text-align: center;}
.awards-judging-loop img { display: block; margin: 0px auto; max-width: 150px;}
.awards-judging-loop h6 { margin-top: 10px; margin-bottom: 10px;}
#awards-footer  { background-image: url(imgs/moneymagpie_award_footer_background.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; padding-top: 40px; padding-bottom: 25px;}
#awards-footer h6, #awards-footer p, #awards-footer a { color: #fff; }
#awards-footer a { text-decoration: underline; }
#awards-footer .left { padding-right: 20px; }
#awards-logo { padding-top: 35px ; }
#awards-headline { font-size: 22px; line-height: 1.2; color: #2f1a45; padding: 10px 50px 40px 50px; }
#awards-headline h1 { font-size: 40px; }



/*---Student Survey ---*/
#gform_fields_58 .gfield_radio > li { display: block !important; width: 100% !important }
#gform_fields_58 .gfield_radio > li input[type=radio] { vertical-align: middle !important; }
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{ margin-top: 6px !important; }

/*----- 5.10 Podcasts -----*/
.page-template-page-podcasts div.excerpt_box div.listen-now {
	text-align: right;
	font-size: 0.8em;
}

.page-template-page-podcasts div.excerpt_box div.listen-now a
{ text-align: center; width: 120px; margin-bottom: 5px; padding: 5px; font-size: 14px; line-height: 1.3; font-weight: bold; display: inline-block; border-radius: 5px; background-color: #ffb600; color: #2f1a44; -moz-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20); -webkit-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20); box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);}
/*--------------------------------------------------------------
6.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 20px 0 ;
	font-size: 15px;}

.widget-title {
	padding-bottom: 10px;
	margin-top: 0px;
	font-size: 17px;
	color: #FFFFFF;
	text-transform:uppercase;}

.widget select {
	max-width: 100%;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;}
	
.widget ul li {
	padding: 10px 0;}

.widget ul ul {
	padding-left: 20px;}

.widget ul li a, .widget_rss .rssSummary {
	font-style: normal;}
	
#home_page_second{
	padding-top: 40px; 
	padding-bottom: 20px;}

.jetpack-image-container img, .wp_cta_container img { 
	width: 100%;
	height: auto}

.wp_cta_container { 
	margin-bottom: 20px}

.thirstylink {
	display: block;
	text-align: center;}
	
#sidebar .widget { 
	padding-left: 0px;
	padding-right: 0px}
	
#sidebar #more_tips .post_loop .text{
	font-size: 17px;
	color: #2f1a45;
	font-weight: bold;
	text-transform:uppercase}
	
#sidebar .JPV_title {
	font-size: 17px;
	color: #2f1a45;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	text-transform:uppercase}
	
.star { 
	font-size: 19px;
    line-height: 65px;
    width: 60px;
    text-align: center;
    position: relative;
    color: #2f1a45;
    font-weight: bold;}

.star:before{
	content: "\f005";
    color: #ffb600;
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 65px;
    z-index: -10;
    /* margin-left: -25px; */
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;}

#sidebar .JPV_list {
	border-bottom: 1px solid #dad6de;}
		
#sidebar .post_loop div.col {
	margin-bottom: 15px}
	
#sidebar .video {
	text-align:center;
	padding-bottom: 20px;
	border-top: #2f1a45 4px solid;
	border-bottom: 1px solid #dad6de;
	margin-bottom: 5px;
	margin-top: 10px}
	
#sidebar .video:before {
	content: "\f03d";
    font-size: 17px;
    color: white;
    background-color: #2f1a45;
    padding: 14px;
    height: 45px;
    width: 45px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    border-radius: 50%;
    margin: -23px auto 0px auto;
    display: block;
	}

#sidebar .video h4 {
	color: #2f1a45;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0px;
	font-size: 17px}
	
#sidebar .video hr {
	margin-bottom: 0px}
	
.widget_ebookwidget {
	overflow: hidden;
	position:relative;}

.ebook_box {
	overflow: hidden;
	background-color: #dad6de;}
	
a:hover .ebook_box {
	background-color: #EEECF0;}

.home .widget_ebookwidget {
    margin-bottom: 0px}
	
.widget_ebookwidget h4.header {
    background: url(imgs/ebook_header.gif) no-repeat;
    background-size: auto 100%;
    background-position: right top;
    color: #FFFFFF;
    margin-bottom: 0px;
	background-color: #2f1a45;
    padding: 15px 20px;
    line-height: 120%;}
	
.widget_ebookwidget .ebook_button  { 
	padding: 10px 10px;
	display:block; 
	font-size: 15px;
	font-weight: bold;
	color:#FFFFFF;
	margin: 10px auto;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	background: #cb2b99;
	text-align:center;
	text-transform:uppercase;
	border-radius: 5px;
	-moz-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
    box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);
	max-width: 95%}
	
	
.widget_ebookwidget .image{ 
	padding: 15px 20px 15px 20px;}

.widget_ebookwidget .title{ 
	padding: 25px 10px 10px 10px}
	
.widget_ebookwidget .limited{ 
	color: #2f1a45;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-weight: bold}


.widget_ebookwidget .image img, .post-type-archive-ebook .excerpt_box img, article.ebook img.size-medium{ 
	box-shadow: 2px 2px 5px #888888;}

.home .widget_ebookwidget .bottom { 
	position:absolute;
	bottom: 0px}
	
.featured .image-box {
	position: relative}

.featured .image-box img{
	width: 100%}
	
.featured .hot {
	position:absolute;
	background: url(imgs/hot.png);
	width: 60px;
	height: 60px;
	bottom: -10px;
	right: -10px;
	background-size:cover;
	}

#sidebar .widget-title, #make_money_save_money_ideas .widget-title {
	background-color: #62259D;
	padding: 20px;
	border-top: 4px solid #2f1a45}
	
#sidebar .list-custom-taxonomy-widget ul li, #sidebar .widget_nav_menu ul li, #sidebar ul.recent_competiton li {
	padding: 0}
	
#sidebar .list-custom-taxonomy-widget ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar ul.recent_competiton li a:hover {
	background-color: #dad6de }
	
#sidebar .list-custom-taxonomy-widget h4.widget-title, #sidebar .widget_nav_menu h4.widget-title { 
	margin-bottom: 0px}

#sidebar .list-custom-taxonomy-widget ul li a, #sidebar ul.recent_competiton li a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 130%;
    font-size: 17px;
    height: auto; 
    display: block;
    color: #2f1a45;
    -moz-box-shadow: none; 
    -webkit-box-shadow : none;
  	box-shadow: none;
   	background-color: #FFFFFF; 
    border-radius: 0px;
    margin-bottom: 0px; 
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #dad6de;}

#sidebar #text-46 .widget-title {
	margin-bottom: 0px
}

#sidebar ul.social-media-sidebar li {
	position:relative; 
	padding: 0 0 10px 0}

#sidebar ul.social-media-sidebar a .fa { 
	position:absolute;
	border-radius: 5px 0 0 5px;
	left: 0;
	display:block;
	color: #FFFFFF;
	font-size:20px;
	line-height: 50px;
	width: 50px;
	text-align: center;}
	
#sidebar ul.social-media-sidebar .fa-facebook {background-color:#4769a5;}
#sidebar ul.social-media-sidebar .fa-twitter {background-color:#65ccef;}
#sidebar ul.social-media-sidebar .fa-google-plus {background-color:#ea4335;}
#sidebar ul.social-media-sidebar .fa-youtube-play {background-color:#888888;}
#sidebar ul.social-media-sidebar .fa-linkedin {background-color:#00388c;}
#sidebar ul.social-media-sidebar .fa-pinterest {background-color:#cd252b;}
#sidebar ul.social-media-sidebar .fa-instagram {background-color:#000000;}
	
#sidebar ul.social-media-sidebar a .text { 
	background-color:#E4E4E4;
	border-radius: 5px;
	font-size:17px;
	display:block;
	font-weight: bold;
	color: #646464;
	text-transform: uppercase; 
	line-height: 50px;
	padding: 0px 80px}

#main .essb_links.essb_template_default-retina { 
	padding:0px; margin: 0px 0px 35px 0px}
	
#main .cycd-content .essb_links.essb_template_default-retina { 
	padding:0px; margin: 5px 0px 35px 0px}
	
#main .essb_links.essb_template_default-retina .essb_t_l_big { 
	padding:0px;}

#main .essb_links.essb_template_default-retina .essb_item a {
    font-size: 12px;}
	
#main .essb_links.essb_template_default-retina .essb_t_nb {
	font-size: 17px;
    line-height: 21px;
    color: #646464;}
	
#after_content_widget { padding-top: 20px}	

a.side-email-outer {
	max-width: 100%; 
	text-align: center; 
	padding: 15px; 
	background-color:#EEECF0; 
	border-radius: 10px;
	display:block; 
	margin: 15px 0px}
	
a.side-email-outer:hover {
	background-color:#dad6de; 
	}
	
#after_content_widget #wp_cta_118031_container, #after_content_widget #wp_cta_113175_container, #after_content_widget #wp_cta_114703_container { width: 100%}

.widget_media_image.one-half img, .widget_black_studio_tinymce.one-half img { width:100%}



/*--------------------------------------------------------------
7.0 Footer
--------------------------------------------------------------*/
#footer { 
	background-color:  #2f1a45; 
	font-size: 13px;
	color: #978ca2;
	padding-top: 10px} 

#footer a { 
	color:  #978ca2; } 

#footer a:hover { 
	text-decoration: none; } 

#footer .row { 
	margin-left: -10px;
	margin-right: -10px;} 

.site-info { 
	background-color:  #1c0e2c; 
	color: #978ca2; 
	padding: 10px 0px; 
	text-align: center} 

.site-info p { 
	margin-bottom:0 } 

#footer .widget { 
	float: left; 
	font-size: 13px; 
	padding: 0px 10px; 
	margin: 25px 0px}

#footer .widget-title { 
	font-size: 15px; 
	margin-bottom: 0;
	border-bottom: 2px solid rgba(151,140,162,0.2)}

#footer .widget ul li {
	border-bottom: 1px solid rgba(151,140,162,0.2)}

#footer #text-2 .textwidget {margin-top: 10px} 

#footer #text-2 p { margin-bottom: 15px}

#footer ul.social-media-icons { float:left}

#footer ul.social-media-icons li a { background-color:#62259D; color:#2f1a45; margin-left: 0; margin-right:10px; margin-bottom: 10px}

#footer ul.social-media-icons li a:hover { background-color:#1c0e2c;}

#footer .widget ul.social-media-icons li { border:none; padding: 0px}

.list_carousel { 
	margin-top:20px;
	height: 100px;
	margin-bottom: 20px}

.list_carousel ul#foo2 { 
	list-style: none; 
	position:relative}

.list_carousel ul#foo2 li { 
	float:left; 
	margin: 0 10px;}

.list_carousel .caroufredsel_wrapper {
	margin: 0px !important}

.list_carousel ul#foo2 li a { 
	width: 150px;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    padding: 0 15px;}
	
.list_carousel ul#foo2 li a img { 
	max-width: 130px;
	margin: 0 auto;
	display:block;
	max-height: 80px;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);}


.list_carousel #prev2 {
	position: absolute;
    left: 0px;
    font-size: 50px;
    line-height: 50px;
	margin-top: -40px;
	padding: 25px 0 ;
	top:50%;
    color: #dad6de;
    background: #ffffff;}

.list_carousel #next2 {
	position:absolute;
	right: 0px;
    font-size: 50px;
    line-height: 50px;
	margin-top: -40px;
	padding: 25px 0 ;
	top:50%;
    color: #dad6de;
    background: #ffffff;}

#zs_modal #zs_modal_dialog { margin: 100px auto; }



/*--------------------------------------------------------------
8.0 User Login
--------------------------------------------------------------*/
#header .user_log { float: right; line-height: 25px;padding-left: 10px; }
#header .user_log a { color: #cb2b99;  font-weight: bold; }
#sidebar #menu-user-area { border-top: 1px solid #dad6de; }
.logged-in #menu-user-area li{ display: block !important; }
.balance { color: #2f1a45; font-size: 34px; font-weight: bold; width: 150px; height: 150px; text-align: center; line-height: 150px; background-color: #ffb600; border-radius: 50%; margin: 10px 10px 20px 10px; }
#sidebar #menu-user-area li a:hover, .bbpress #sidebar li a:hover { background-color: #eee }
#menu-user-area #menu-item-125874, #menu-user-area #menu-item-125873, #menu-user-area #menu-item-125904 {display: none}
#lostpasswordform legend {margin-bottom: 25px}
.post-type-archive.post-type-archive-magpiereward #article_content .more_post a.image { height: auto !important}
#sidebar #menu-user-area li { padding: 0;}
.right-content #article_content article { border-top: 1px #dad6de solid; border-bottom: 1px #dad6de solid; padding-top: 20px}
.page-id-125865 .right-content #article_content { border-top: 0px ; border-bottom: 0px ;  padding-top: 20px}
.right-content #article_content article.post-125865 { border-top: 0px #dad6de solid; border-bottom: 0px #dad6de solid;}
.gform_login_widget input[type=text], .gform_login_widget input[type=password], #sidebar input[type=text], #sidebarinput[type=password], .gform_login_widget ul.gfield_checkbox li {width: 100%}
.gform_login_widget .gform_footer {margin-top: 0 !important; padding-top: 0 !important}
.single-magpiereward .mycred-points-link:hover { opacity: 0.8}
.single-magpiereward #article_content .more_post a.image { height: auto !important}
.single-magpiereward .mycred-points-link, .gform_wrapper #gform_submit_button_45 { padding: 10px; width: 100%; text-align: center; background-color: #cb2b99 !important; color: #FFFFFF; font-size: 18px !important; text-transform: uppercase; display: block; margin-bottom: 25px; margin-top: 25px; border-radius: 5px; letter-spacing: 2px; font-weight: bold; opacity: 1.0; border: 0px !important; }
#gform_wrapper_45, #gform_wrapper_45 .gform_footer {margin: 0px; padding: 0px}
.mycred-points-link.notenough {background-color: #e4e4e4; color: #646464; padding: 10px; width: 100%; text-align: center; font-size: 18px !important; text-transform: uppercase; display: block; margin-bottom: 25px; margin-top: 25px; border-radius: 5px; letter-spacing: 2px; font-weight: bold; opacity: 1.0; border: 0px !important;}
#mycred_widget_balance-2, #mycred_widget_balance-3 { border-top: 4px solid #2f1a45; border-bottom: 4px solid #2f1a45;padding: 20px }
#mycred_widget_balance-2 .widget-title, #mycred_widget_balance-3 .widget-title { display: none}
#mycred_widget_balance-2 .image, #mycred_widget_balance-2 .text, #mycred_widget_balance-3 .image, #mycred_widget_balance-3 .text { width: 50%; text-align: center; float: left}
#mycred_widget_balance-2 .text { padding-left: 20px}
#mycred_widget_balance-3 .text { padding-left: 10px}
#mycred_widget_balance-2 .line1, #mycred_widget_balance-3 .line1 { display: block; font-size: 12px; }
#mycred_widget_balance-2 .line2 { display: block ;font-size: 60px; color: #62259d; font-weight: bold; line-height: 100px}
#mycred_widget_balance-3 .line2 { display: block ;font-size: 38px; color: #62259d; font-weight: bold; line-height: 69px}
#mycred_widget_balance-2 a, #mycred_widget_balance-3 a { padding: 5px; font-size: 14px; line-height: 1.3; font-weight: bold; display: block; border-radius: 5px; background-color: #ffb600; color: #2f1a44; -moz-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20); -webkit-box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20); box-shadow: inset 0 -8px 13px rgba(0,0,0,0.20);}
#mycred_widget_balance-3 a {font-size: 12px;}
#enhancedtextwidget-37 ul {list-style: disc; margin: 0 0 15px 30px;padding-left: 0px}
.post-type-archive-magpiereward #article_content article h4:before {display: none}
.post-type-archive-magpiereward #article_content .article_loop:last-child .excerpt_box {border-bottom: none}
.single-magpiereward .entry-header .date, .single-magpiereward .entry-header .post-meta, .single-magpiereward .entry-header .essb_links { display: none}
.single-magpiereward .entry-header .entry-title {margin-left: 0px}
.single-magpiereward h1.page-title, .post-type-archive-magpiereward h1.page-title { color: #62259d}
.single-magpiereward .entry-header,  .entry-header { border-top: 1px #dad6de solid;}
.post-type-archive-magpiereward #article_content .entry-content { margin-bottom: 0px}
.post-type-archive-magpiereward #article_content article  { padding-top: 0px}
#sidebar .container {min-width: 0px !important} 
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper ul.bbp-topics { clear: both !important}

/*--------------------------------------------------------------
9.0 Pop up
--------------------------------------------------------------*/
.pum-overlay .popmake-title { font-weight: bold; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px;}
.pum-overlay #gform_39 label {display: block !important}
#gform_39 .gfield_checkbox li input[type=checkbox], #gform_39 .gfield_checkbox li input[type=radio] { vertical-align: top;}
.pum-overlay #gform_39 .ginput_container_radio label {display: inline-block !important}
.pum-overlay .popmake-close {
	border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #2f1a45 !important;
    padding: 10px !important;}
#field_39_11 label { }
.pum-overlay .pum-container {
	background-image: url(imgs/popup-background.gif); background-position: bottom right; background-size: 100% auto; background-repeat: no-repeat; background-color: #ffffff !important}
.pum-overlay #gform_submit_button_39 { border: 1px solid #2f1a45 !important; background-color: #2f1a45 !important; }
#cn-notice-buttons .cn-button.bootstrap { color: #fff; background: #cb2b99;}
button#moove_gdpr_save_popup_settings_button {display:none !important}
.page-id-1169 button#moove_gdpr_save_popup_settings_button {display:block !important}
#moove_gdpr_save_popup_settings_button { height: auto !important}
.cl_flex_left{ width: 72%; display: block; float: left}
.cl_flex_right{ width: 20%; display: block; float: right}
#cl_modal.cl_bottomline.cl_no_overlay .cl_popup.cl_main { width: 100%; display: block}

/*--------------------------------------------------------------
10.0 forum
--------------------------------------------------------------*/
.bbp-body .bbp-forum-title { font-size: 17px; font-weight: bold}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics { border: 0}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer{ background-color: #62259d; color: #FFFFFF; letter-spacing: 0.5px; font-size: 13px; text-transform: uppercase }
#bbpress-forums li.bbp-body {padding: 0} 
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic { padding: 15px; border-top: 1px solid #dad6de}
#bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #f3f3f3;}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {font-size: 14px; line-height: 23px}
#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, .bbpress img.wp-user-avatar { border: 0; border-radius: 100%}
#bbpress-forums img.avatar { margin-right: 6px}
#bbpress-forums li.bbp-topic-title .bbp-topic-permalink { font-size: 16px; font-weight: bold}
.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky { background-color: #dad6de !important; font-size: 14px; }
div.bbp-template-notice, div.indicator-hint { border: 0; background-color: #cb2b99; padding: 5px 10px; color: #fff; font-size: 14px;}
div.bbp-template-notice.info { border: 0; background-color: #dad6de; padding: 5px 10px; color: #2f1a45; font-size: 14px;}
span.bbp-breadcrumb-sep { padding: 0 10px}
#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p { margin: 0 0 20px 0;}
.bbpress #sidebar .widget-title, #sidebar #menu-user-area .widget-title { background-color: #dad6de; padding: 10px; border-top: 0; text-align: center; color: #2f1a45; border-radius: 5px 5px 0 0; margin-bottom: 0px }
.bbpress #sidebar ul li, #sidebar #menu-user-area li { border-bottom: 1px solid #dad6de; padding: 0px }
#sidebar .gform_body ul li { border-bottom: none; }
.bbpress #sidebar ul li a, #sidebar #menu-user-area li a { display: block; color: #2f1a45; letter-spacing: 0.5px; padding: 10px;  }
.widget ul.bbp-topics-widget, .widget ul.bbp-forums-widget { font-size: 14px}
.bbpress #article_content { padding-left: 20px}
#enhancedtextwidget-46, #enhancedtextwidget-48, #enhancedtextwidget-49 { margin-top: 20px; margin-bottom: 5px; text-align: center}
#enhancedtextwidget-49, #gform_login_widget-6{display: none;}
#sidebar .gform_login_widget .gform_wrapper .gform_footer { padding-top: 0px; margin-top: 0px}
.gform_login_widget .gf_login_form, .gform_login_widget .gf_login_form li.gfield, .gform_login_widget .gf_login_form li.field_description_below div.ginput_container_checkbox{ margin-bottom: 0px; margin-top: 0px;}
.bbpress .bbp-login-form { display: none}
.bbp-body .bbp-author-avatar img.avatar { border-radius: 100%; margin-bottom: 4px !important}
#bbpress-forums div.bbp-reply-author .bbp-author-name, #bbpress-forums div.bbp-topic-author .bbp-author-name, .bbp-forum-freshness .bbp-author-name, .bbp-topic-freshness-author .bbp-author-name { font-size: 15px !important; font-weight: 700 !important; letter-spacing: 0.5px !important; color: #2f1a45 !important}
.bbp-reply-content, .bbp-reply-content p { font-size: 15px}
.bbp-reply-content blockquote { border: 1px solid #ddd; }
.bbp-reply-content blockquote blockquote { border: none; margin-bottom: 0; padding-bottom: 0 }
.bbp-reply-content blockquote, .bbp-reply-content blockquote p { margin: 0 20px 10px 20px; font-weight: normal; font-style: normal; font-size: 12px; background-color: #f4f4f4; padding: 10px; margin-bottom: 10px;}
.bbp-reply-content blockquote p:last-child { margin-bottom: 0 ; padding-bottom: 0}
#bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #ffffff;}
iframe body#tinymce { font-family: "filson-pro",sans-serif }
.bbp-reply-content blockquote .d4p-bbt-quote-title, .bbp-reply-content blockquote .d4p-bbt-quote-title a, .bbp-reply-content blockquote .d4p-bbp-quote-title a { font-size: 12px; color: #2f1a45 !important; font-weight: 700 !important; font-style: normal; text-decoration: none !important; border: none !important }
div.bbp-forum-header, div.bbp-reply-header, div.bbp-topic-header {border-bottom: 1px solid #ddd;}
div.bbp-template-notice.error, div.bbp-template-notice.warning { background-color: #ffb600; color:#2f1a45 ; border-color: none;}
.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] { vertical-align: top;}
.bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-topic-freshness, p.bbp-topic-meta { font-size: 13px !important}
#bbpress-forums .bbp-topic-pagination a { min-width: 22px; display: inline-block !important; text-align: center;}
.bbp-breadcrumb .bbp-breadcrumb-home, .bbp-breadcrumb span.bbp-breadcrumb-sep:nth-child(2), #bbp-user-navigation ul li:nth-child(5) { display: none}
.bbpress .breadcrumbs span, .bbp-user-page .own_bbp #bbp-single-user-details { display: none}
.bbpress.bbp-user-page .breadcrumbs span { display: inline}
.bbp-user-page .own_bbp #bbpress-forums #bbp-user-body { margin-left: 0px}
.bbpress .breadcrumbs span:nth-child(2), .bbpress .breadcrumbs span:nth-child(3) { display: inline}
.bbp-rc-reply-is-reported em, .bbp-rc-reply-is-reported p { font-size: 13px; color: #cb2b99}
.bbp-rc-reply-is-reported em:before { content: '* '}
.bbpress #article_content .entry-content { margin-bottom: 0px;}
.bbpress #sidebar #bbp_search_widget-2 { text-align: left}
.bbpress #sidebar #bbp_search_widget-2 .widget-title, .bbpress #sidebar #bbp_search_widget-2 input { margin-bottom: 20px; }
.bbpress #sidebar #bbp_search_widget-2 .gdpos-power-link, .gf_login_links a  { font-size: 12px; text-align: left; display: block}
.bbpress #bbpress-forums #bbp-search-form, .gf_login_links br { display: none}
.bbp-search.bbp-search #bbpress-forums #bbp-search-form { display: block}
.bbp-topic-meta .bbp-topic-freshness-author { display: none}
.mm-button.new_topic { margin-bottom: 20px; background-color: #cb2b99; border: 1px solid #cb2b99}


/*--------------------------------------------------------------
11.0 Responsive
--------------------------------------------------------------*/
/*--- large screen desktop---*/
@media screen and (min-width: 1320px) {
	.container { max-width: 1125px}
	.tab-pane li .image, .article_list .image { height: 208px;}
	.content-tabs .tab-pane ul li { margin-bottom:5px}
	.content-tabs ul.nav-stacked a { font-size:16px; padding: 15px 75px 15px 20px; height: 70px; 
	-moz-box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);
    -webkit-box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);
    box-shadow: inset 0 -8px 23px rgba(0,0,0,0.20);}
	.user_header .button { font-size: 12px} 
	.focus_money_list, #footer .widget, #footer { font-size: 13px}
	.manage_money_list li a, .manage_money_list li.term_title span { min-height: 130px}
	#article_content .more_post a.image, .post-type-archive.post-type-archive-newsletter #article_content .more_post a.image,  		.post-type-archive.post-type-archive-ebook #article_content .more_post a.image { height: 209px}
	.post-type-archive #money-master #article_content .more_post a.image { height: 155px}
	
}


/*--- media screen laptop ---*/
@media (min-width: 1100px) and (max-width: 1319px) {
	.container { max-width: 1080px}
	.tab-pane li .image, .article_list .image { height: 195px;}
	.main-navigation .menu-main-menu-container > ul > li > a { padding: 8px 10px}
	.menu-main-menu-container { margin-right: 6px;}
	.content-tabs .tab-pane ul li { margin-bottom:0px}
	#article_content .more_post a.image, .post-type-archive.post-type-archive-newsletter #article_content .more_post a.image, .post-type-archive.post-type-archive-ebook #article_content .more_post a.image { height: 200px}
	.post-type-archive #money-master #article_content .more_post a.image { height: 148px}
	featured_slideshow { height: 378px}
}


@media screen and (min-width: 1100px) {
	#footer .widget { width: 20%; }
	li.featured .post_in { position:absolute; bottom: 0px; }
	#content { padding-top: 115px;}
	
    
}

@media screen and (max-width: 1100px) {
	#top-header {display:none;}
	#second-header {display:none;}
	#moblie_menu {display:block;}
	ul.magpies_group a.magpie .text { font-size:13px;} 
    #menu-item-137260 { display: block;}
    html#html_moneymagpie { padding-top: 60px !important;}
    html body .wprm-wrapper div#wprmenu_bar { border-bottom: 1px #ccc solid; padding-top: 12px; padding-bottom: 12px;}
	html body .wprm-wrapper #wprmenu_bar .bar_logo { height: 38px; max-width: 196px; width: 196px; display: block;}
	html body .wprm-wrapper #wprmenu_bar div.hamburger { margin-top: 3px}
	.cbp-spmenu .wpr_search .wpr-search-field { width: calc(100% - 60px) !important}
	div#mg-wprm-wrap form.wpr-search-form button.wpr_submit { margin-left: 0 !important}
	#third-header { display: block }

}


/*--- media screen laptop and tablet---*/
@media (min-width: 960px) and (max-width: 1100px) {
	.container { max-width: 980px}
	.tab-pane li .image, .article_list .image { height: 175px;}
	.home .widget_ebookwidget h4 { font-size: 18px;}
	#article_content .more_post a.image { height: 181px}
	.post-type-archive #money-master #article_content .more_post a.image { height: 134px}

}

@media screen and (min-width: 960px) {
	#footer .widget { width: 20%; }
	li.featured .post_in { position:absolute; bottom: 0px; }
}

@media screen and (max-width: 960px) {
	#footer .widget { width: 33.33%; }
	.content-tabs ul.nav-stacked a { font-size:13px; padding: 10px 10px;}
	.content-tabs ul.nav-stacked li .fa { display: none}	
    .page-id-143224 #awards-judging p { height: 63px }
	.cycloneslider-template-standard .cycloneslider-caption-title { font-size: 16px; line-height: 25px}
}


/*---tablet portrait---*/
@media (min-width: 768px) and (max-width: 960px) {
	.tab-pane li .image, .article_list .image { max-height: 185px;}
	.home .widget_ebookwidget h4 { font-size: 14px;}
	#article_content .more_post a.image { height: 181px}
	.post-type-archive #money-master  #article_content .more_post a.image { height: 120px}
	ul.magpies_group a.magpie .text { font-size:9px;} 
	.home_jasmine .text_box { margin: 20px 0; width: 55%}
	.home_jasmine h4 { font-size:14px ;}
    #awards-headline h1 { font-size: 28px;}
    #awards-headline { font-size: 18px;}
    .page-id-143224 #article_content h3 { font-size: 24px;}
}

/*---tablet portrait---*/
@media (min-width: 768px) and (max-width: 880px) {
	.home_jasmine p { font-size:10px; line-height: 130%}
	.cl_flex_left{ width: 100%; display: block}
	.cl_flex_right{ width: 100%; display: block}
}

@media screen and (max-width: 767px) {
    #awards-headline h1 { font-size: 28px;}
    #awards-headline { font-size: 18px;}	
    .awards-stake .image { display: none}
    .awards-stake .text { padding: 30px 20px 15px 20px;}    
    .page-id-143224 #article_content h3 { font-size: 24px;}
    .col.widget, .one-half.widget, one-third.widget, done-fourth.widget {width: 100%;}
	.content-tabs ul.nav-stacked { padding: 0px 0px 10px 0px}
	.content-tabs ul.nav-stacked li {  padding: 0 5px;}
	.content-tabs ul.nav-stacked li { margin-top: 0px !important;float: left !important; }
	.content-tabs ul.nav-stacked a { height: auto; }
	.home .ebook_box, .home #featured_post_widget-3 {height: auto !important;}
	.home .widget_ebookwidget .bottom { position: inherit; bottom: 0px;max-width: 200px;}
	.widget_ebookwidget .image img { max-width: 170px; margin: 0 auto;display: block;}
	.widget_ebookwidget { margin-bottom: 20px !important }
	.widget_ebookwidget .ebook_button { margin: 10px 0px !important }
	ul.magpies_group a.magpie .text { font-size:10px;} 
	.enhanced-text-widget img { width: 100%}
	.cycd-content #sidebar #enhancedtextwidget-44 img {max-width: 200px !important}
	#enhancedtextwidget-43, #enhancedtextwidget-33 {display: none}
	#sidebar #media_image-177 { display: none}
	#sidebar #nav_menu-4 li { width: 50%; float: left;}
	#sidebar #nav_menu-4 li a { font-size: 14px}
	.right-content #article_content article, .single-magpiereward .entry-header, .entry-header {border-top: 0px}
	.cl_flex_left{ width: 100%; display: block}
	.cl_flex_right{ width: 100%; display: block}
	.bbpress #article_content { padding-right: 10px; padding-left: 10px;}
}

@media (min-width: 600px) and (max-width: 767px) {
	.tab-pane li .image, .article_list .image { height: 165px;}	
	.post-type-archive #money-master #article_content .more_post a.image { height: 178px}
	.post-type-archive .more_post .text {height: 75px}	
}


@media screen and (max-width: 680px)  {
	.content-tabs ul.nav-stacked a { min-height: 60px; }
	/* Force table to not be like tables anymore */
	#article_content table, #article_content thead, #article_content tbody, #article_content th, #article_content td, #article_content tr { 
		display: block !important; 
	}
	
	#article_content td { width: 100% !important; margin: 15px auto !important;}
	.cycd-content .article table.national_tour td { border-width: 0px 10px; }
}


/*---large mobile---*/
@media screen and (min-width: 600px) {
	.widget_featured_post_widget li.featured {
	padding-top: 0px;
	padding-bottom: 0px}
	
	.widget_featured_post_widget li.featured:first-child {
	padding-right: 10px;
	padding-left: 0px}
	
	.widget_featured_post_widget li.featured:last-child  {
	padding-left: 10px;
	padding-right: 0px}
	.moible_screen {display:none; margin-left: auto; margin-right: auto; text-align: center }
	.large_screen {display:block; margin-left: auto; margin-right: auto; text-align: center }	
}


/*---large mobile---*/
@media screen and (max-width: 600px) {
    #footer .widget { width: 100%; }
    #awards-logo { padding: 10px 30px;}
    #awards-headline { padding: 10px 30px 30px 30px;}
    #awards-categories, #awards-judging { padding-top: 30px;padding-bottom: 30px;}	
    #sidebar #nav_menu-4 li { width: 100%; float: left;}
	.page h1.page-title { font-size:24px}
	#money_focus table.section_banner h3, #content_money_focus table.section_banner h3  {font-size: 15px}
	#money_focus table.section_banner h6, #content_money_focus table.section_banner h6 {font-size: 13px}
	.tab-pane li .image, .article_list .image { height: auto;}
	.cycle-slideshow .cycloneslider-caption .cycloneslider-caption-title, .cycle-slideshow .featured-caption .featured-caption-title { font-size: 16px; line-height: 18px}
	.page-template-template-jasmine #article_content ul.social-media-icons, .page-template-template-jasmine #article_content .text span { float: none}
	.page-template-template-jasmine #article_content .text .social-media-icons li {  padding: 0px 0px 10px 0px; } 
	.page-template-template-jasmine #article_content .text .social-media-icons li a {  margin-left: 0px; margin-right: 10px;}
	.content-tabs .tab-pane ul li { margin-bottom: 25px;}
	.content-tabs .tab-pane ul li .text, .more_post .text, .post-type-archive .more_post .text, .article_list .text { height: auto; margin-bottom: 20px; padding-bottom: 20px}
	.moible_screen {display:block; margin-left: auto; margin-right: auto; text-align: center }
	.large_screen {display:none; margin-left: auto; margin-right: auto; text-align: center  }	
	.content-tabs .article_list > ul > li:nth-child(4), .content-tabs .article_list > ul > li:nth-child(5), .content-tabs .article_list > ul > li:nth-child(6), #enhancedtextwidget-46, #gform_login_widget-3 {display: none;}
    .manage_money_list li { width: 50%;}
    #awards-form .gfield_radio li { width: 100%;}
	.bbpress #enhancedtextwidget-49, .bbpress #gform_login_widget-6 {display: block;}
}


/*---small mobile---*/
@media screen and (max-width: 480px) {
	.cycle-slideshow .cycloneslider-caption .cycloneslider-caption-title, .cycle-slideshow .featured-caption .featured-caption-title { font-size: 12px; line-height: 15px}
	.cycloneslider-botton {font-size: 12px; width: 110px; line-height: 15px}
	.cycloneslider-template-standard .cycloneslider-caption {width: 60%}
	.entry-content img {width: 100%; max-width: 100%; padding: 10px 0px}
	#footer .widget { width: 100%; }
	.archive .page-header h1.page-title, .page-template-template-jasmine .page-header h1.page-title {font-size: 22px}
	.content-tabs ul.nav-stacked a { min-height: 60px; font-size: 10px; }
	#article_content .jasmine-says-quote p.quote {font-size: 18px}
	.jasmine-says img {width: auto !important}
	#article_content .jasmine-says-quote {padding: 0 15px 15px 180px;}
	#article_content .jasmine-says h3 { font-size: 20px;}
	#article_content .jasmine-says { background-size: 160px auto;}	
	.thewinneris img {width: auto !important}
	#article_content .thewinneris-quote {padding: 0 15px 15px 180px;}
	#article_content .thewinneris h3 { font-size: 20px;}
	#article_content .thewinneris { background-size: 160px auto; min-height: 250px;}	
	#rc-imageselect, .g-recaptcha {
		-webkit-transform:scale(0.80);
		transform:scale(0.90);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;} 
	.pum-overlay .pum-container { top: 50px !important}

}


/*---medium mobile---*/
@media screen and (max-width: 400px) {
	#third-header { font-size: 12px; }
	#third-header .social-media-icons li a { width: 20px; height: 20px; line-height: 20px; margin-left: 7px; }

}

/*---small mobile---*/
@media screen and (max-width: 320px) {
	#rc-imageselect, .g-recaptcha {
		-webkit-transform:scale(0.70);
		transform:scale(0.70);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;} 
	.cycloneslider-template-standard .cycloneslider-caption { width: 75%;}
	#third-header {  padding: 8px 0px; margin-left: 8px}
}

	
