@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);
@import url('styles/boots-bones.css');
/*
Theme Name: The Angel Solicitor
Theme URI: https://theangelsolicitor.com
Author: Jweb Creative
Author URI: https://jwebcreative.co.uk
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.

-------------------------------------------------------------- */
/* 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
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%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: none;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body {
	/* background-color: #821f81; */
	background-color: #fff;
}
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: normal;
  font-size: 18px;
}
button,
input,
select {
	/* background-color: #ffffff; */
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Arial", Helvetica, sans-serif;
  line-height: normal;
}
p {
	clear: both;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #575756;
}
h1 {line-height: normal; font-size: 48px;}
h2 {font-size: 34px;}
h3 {font-size: 28px;}
h4 {font-size: 18px;}
hr {
  background-color: #ccc;
  border: 0;
}
/* Text elements */
p {
  margin-bottom: 0;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: left;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 0;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
#top-header {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #821f81;
	display: none;
}
#top-header #contact-info-container {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}
#top-header .contact-info {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 5px 20px 5px 0;
	float: left;
}
#top-header .contact-info p {
	font-size: 14px;
	color: #fff;
	margin: 6px 0;
	padding: 0;
	float: left;
}
#top-header .contact-info p span {
	font-weight: bold;
}
#top-header .contact-info p a {
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#top-header .contact-info p a:hover {
	text-decoration: underline;
}
#top-header .contact-info p a span {
	font-weight: bold;
}
#top-header #social-icons {
	width: 170px;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
	float: left;
}
#top-header #social-icons p {
	font-size: 14px;
	color: #fff;
	margin: 6px 10px 6px 0;
	padding: 0;
	float: left;
}
#top-header #social-icons ul {
	list-style: none;
	height: auto;
	margin: 4px 0;
	padding: 0;
	overflow: hidden;
}
#top-header #social-icons ul li {
	height: auto;
	overflow: hidden;
	float: left;
    margin: 0 5px !important;
	line-height: normal;
	display: inline-block;
}
.mg-wpsi li a {
    text-decoration: none;
	line-height: normal;
}
#top-header nav {
	width: 600px;
	height: auto;
	overflow: hidden;
	font-family: "Arial", Helvetica, sans-serif;
	margin: 0;
	/* padding: 35px 0; */
	padding: 11px 0;
	float: left;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
#top-header nav ul {
  list-style: none;
  margin: 0;
  float: right;
}
#top-header nav ul li {
  float: left;
  margin: 0 0 0 20px;
}
#top-header nav ul li a {
  color: #fff;
  font-size: 12px;
}
header #brand {
  /*
  width: 248px;
  height: 100px;
  */
  width: 400px;
  height: 120px;
  margin: 0;
  padding: 20px 0;
  float: left;
  background-color: #fff;
}
header #brand h1 {
  color: #565656;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  display: block;
}
header #brand h1 a {
	/*
	width: 248px;
	height: 100px;
	*/
	width: 400px;
	height: 120px;
	color: #565656;
	text-decoration: none;
	background-image: url('https://angelsolicitor.jwebcreative.co.uk/wp-content/uploads/2017/06/the-angel-solicitor-logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachement: scroll;
	display: block;
}
header #brand h1 a span {
  visibility: hidden;
}
header #header-right-content {
	width: 600px;
	height: 120px;
	float: right;
	background-color: #fff;
	padding: 20px 0;
}
header #header-info {width: 504px; height: auto; overflow: hidden; margin: 0; /*padding: 20px 0;*/ padding: 0; float: right; background-color: #fff;}
header #social-icons-container {width: auto; height: auto; overflow: hidden; margin: 0; padding: 0 0 10px 0; float: right;}
header #social-icons-text {width: auto; height: auto; overflow: hidden; margin: 0; padding: 0; float: left;}
header #social-icons-text p {font-size: 20px; font-weight: normal; color: #821f81; margin: 0; padding: 4px 0;}
header #social-icons {width: auto; height: auto; overflow: hiiden; margin: 0; padding: 0; float: left;}
header .social-icons-image {width: 30px; height: 30px; margin: 0; padding: 0 0 0 10px; float: left;}
header #contact-info-container {width: auto; height: auto; overflow: hidden; margin: 0; padding: 0; float: right;}
header .contact-info-text {width: auto; height: auto; overflow: hidden; margin: 0; padding: 0; float: left;}
header .contact-info-text p {font-size: 20px; font-weight: normal; color: #821f81; margin: 0; padding: 5px 0; text-align: right;}
header .contact-info-text p span {font-size: 24px; font-weight: normal; color: #e61782;}
header .contact-info-text p span a {font-weight: normal; color: #e61782; text-decoration: none;}
header .contact-info-text p span a:hover {font-weight: normal; color: #e61782; text-decoration: underline;}

header #header-right-content nav {
	width: 600px;
	height: auto;
	overflow: hidden;
	font-family: "Arial", Helvetica, sans-serif;
	margin: 0;
	/* padding: 35px 0; */
	padding: 45px 0;
	float: left;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header #header-right-content nav ul {
  list-style: none;
  margin: 0;
  float: right;
}
header #header-right-content nav ul li {
  float: left;
  margin: 0 30px 0 0;
}
header #header-right-content nav ul li a {
  color: #888888;
  font-size: 14px;
}

/* Index Page
-------------------------------------------------------------- */
/*
#main-image {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
#main-image img {
	margin: -200px 0 0;
	padding: 0;
	width: 100%;
	height: auto;
}
*/
#main-image {
	background-attachment: scroll;
    background-image: url("https://angelsolicitor.jwebcreative.co.uk/wp-content/uploads/2017/06/104821183.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
#main-image-background {
    background-image: url("https://angelsolicitor.jwebcreative.co.uk/wp-content/uploads/2017/06/main-image-background.png");
}
#main-image-content {
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
#main-image-content-txt-content {
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 80px 0;
    width: auto;
}
#main-image-content-txt-content p {
	 color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}
#main-image-content-txt-content p span {
    font-size: 34px;
	padding: 10px 0 0;
	display: block;
}
.main-fluid-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
.index-button {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 16px 20px 0;
}
.index-button a {
	display: block;
	background-color: #fff;
	border: 1px solid #821f81;
	margin: 0 auto;
	padding: 10px;
	color: #821f81;
	font-size: 14px;
	width: 100px;
	text-align: center;
}
.index-button a:hover {
	border: 1px solid #821f81;
	background-color: #821f81;
	color: #fff;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs-container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	background-color: #821f81;
	}
p#breadcrumbs {
	color: #fff;
	margin: 0 auto;
	padding: 0 40px;
	width: 1024px;
}
p#breadcrumbs a {
	margin: 0 10px 0 0;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
p#breadcrumbs a:hover {
	color: #fff;
	text-decoration: underline;
}
p#breadcrumbs strong.breadcrumb_last {
	margin: 0 10px;
}

/* Sub-boxes
-------------------------------------------------------------- */
#sub-boxes-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #e61782;
	border-bottom: 10px solid #fff;
}
#sub-boxes {
	width:1004px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 20px;
	background-image: url('https://angelsolicitor.jwebcreative.co.uk/wp-content/uploads/2017/06/logo-web-background.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: scroll;
}
.sub-box {
	/* width: 328px;
	width: 492px; */
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.sub-box-title {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 33px 20px 0;
}
.sub-box-title h2 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}
.sub-box-text {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 20px 20px 50px;
}
.sub-box-text p {
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}
.sub-box-content {
	width: auto;
	/* height: 520px; */
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 33px 20px 0;
}
.sub-box-content h3 {
	color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0;
	text-align: center;
}
.sub-box-content ul, .sub-box-content ol {
    color: #fff;
    margin: 20px 0 20px 10px;
	}
.sub-box-content .rpwe-block li {border-bottom: 1px solid #eee; list-style-type: none; margin-bottom: 10px; padding-bottom: 10px;}
.sub-box-content .rpwe-block h3 {font-size: 12px; font-weight: normal; color: #fff; line-height: 1.5em; margin: 0 0 5px 0; padding: 0; text-align: left !important;}
.sub-box-content .rpwe-block h3 a, 
.sub-box-content .rpwe-block a {color: #fff;}
.sub-box-content .rpwe-summary {font-size: 14px; line-height: 1.5em; margin: 5px 0 0;}
.sub-box-content .rpwe-time {color: #fff; font-size: 13px;}
.sub-box-content .rpwe-comment {color: #fff; font-size: 11px; padding-left: 5px;}
.sub-box-content .rpwe-comment a {color: #fff;}
.sub-box-content form.wpcf7-form {width: 100%; height: auto; overflow: hidden; margin: 0; padding: 5px 0 33px 0; float: left;}
.sub-box-content form.wpcf7-form button, 
.sub-box-content form.wpcf7-form input[type="button"], 
.sub-box-content form.wpcf7-form input[type="reset"], 
.sub-box-content form.wpcf7-form input[type="submit"] {
	width: 100px;
	height: auto;
    overflow: hidden;
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    /*
	background-color: #fff;
    color: #000;
	*/
	background-color: #e61782;
	border: 1px solid #fff;
	color: #fff;
    display: block;
    font-size: 14px;
	border-radius: 0 !important;
	float: left;
}
.sub-box-content form.wpcf7-form button:hover, 
.sub-box-content form.wpcf7-form input[type="button"]:hover, 
.sub-box-content form.wpcf7-form input[type="reset"]:hover, 
.sub-box-content form.wpcf7-form input[type="submit"]:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #e61782;
}
.sub-box-content form.wpcf7-form label {
	float: left;
	margin: 0;
	padding: 15px 0 0;
	color: #fff;
	width: 100%;
}
.sub-box-content form.wpcf7-form input {
	width: 100%;
}
.sub-box-content form.wpcf7-form-control-wrap {
	position: relative;
}
.sub-box-content span.wpcf7-form-control-wrap {
	float: left !important;
	position: relative !important;
	padding: 5px 0 0 !important;
	width: 100%;
}
.sub-box-content  div.wpcf7-mail-sent-ok {
    /* border: 2px solid #398f14; */
	border: 2px solid #fff;
    float: right;
	color: #fff;
}
div.wpcf7-response-output {
    margin: 4px 2px 0;
    padding: 0.2em 1em;
}

.sub-box-button {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0 20px 33px;
}
.sub-box-button a {
	display: block;
	background-color: none;
	border: 1px solid #fff;
	color: #fff;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	width: 100px;
	text-align: center;
}
.sub-box-button a:hover {
	background-color: #fff;
	border: 1px solid #fff;
	/* color: #575756; */
	color: #e61782;
}

/* Footer
-------------------------------------------------------------- */
footer {
  text-align: center;
  padding: 33px 0;
  font-size: 12px;
  /* background-color: #821f81; */
  background-color: #fff;
}
footer p {
	margin: 0 !important;
	/* color: #fff; */
	color: #575756;
}
footer p span {
	font-weight: bold;
}
footer p a {
	margin: 0 !important;
	/* color: #fff; */
	/* color: #575756; */
	color: #e61782;
	font-weight: bold;
	text-decoration: none;
}
footer p a:hover {
	margin: 0 !important;
	/* color: #fff; */
	/* color: #575756; */
	color: #e61782;
	text-decoration: underline;
}
footer nav {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 14px 0;
}
footer nav ul {
  list-style: none;
  margin: 0;
}
footer nav ul li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: normal;
  font-size: 12px;
}
footer nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0;
}
footer nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
footer .footer-contact {
	/* margin: 20px auto 10px auto; */
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
footer .footer-contact p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	/* color: #fff; */
	color: #575756;
}
footer .footer-contact p span, 
footer .footer-contact p a {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #e61782;
}
footer .widget-container {
	width: 500px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 0;
}
footer .opening-times {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 5px 0;
	float: left;
}
footer .opening-times p {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	margin: 6px 10px 6px 0 !important;
	padding: 0;
	float: left;
}
footer .opening-times p span {
	font-weight: bold;
}
footer #social-icons {
	width: 170px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	/* float: right; */
}
footer #social-icons p {
	font-size: 14px;
	/* color: #fff; */
	color: #575756;
	margin: 6px 10px 6px 0 !important;
	padding: 0;
	float: left;
}
footer #social-icons ul {
	list-style: none;
	height: auto;
	margin: 4px 0;
	padding: 0;
	overflow: hidden;
}
footer #social-icons ul li {
	height: auto;
	overflow: hidden;
	float: left;
    margin: 0 5px !important;
	line-height: normal;
	display: inline-block;
}
.mg-wpsi li a {
    text-decoration: none;
	line-height: normal;
}


/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  height: auto;
  overflow: hidden;
  padding: 33px 0;
  margin-bottom: 0;
  border-bottom: 2px solid #821f81;
}
article .home-title {
	text-align: center !important;
}
article .title, article .home-title {
  color: #821f81;
  line-height: normal;
  font-size: 26px;
  font-weight: normal;
  text-align: left;
  padding: 0 0 16px 0;
}
article .title a {
  text-decoration: none;
  color: #821f81;
}
article .title a:hover {
  color: #821f81;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #e61782;
  text-decoration: none;
}
article .post-meta a:hover {
  color: #e61782;
  text-decoration: underline;
}
article .the-content a {
  font-weight: normal;
  text-decoration: none;
}
article .the-content p {
  color: #575756;
  text-align: left;
  line-height: 160%;
}
article .the-content img {
  width: 50%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
  padding: 16px 0 0;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
  letter-spacing: normal;
}
article .meta .post-categories li a {
	color: #e61782;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 0;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body {
      font-size: 14px;
      line-height: normal;
    }
    article .title {
      font-size: 26px;
      line-height: normal;
    }
    article .post-meta {
      font-size: 0.7em;
      line-height: normal;
	  text-align: left;
    }
	article .post-meta span.comments-link {
		color: #821f81;
	}
    .menu-main-nav-container a, .side-title, .menu-main-container a {
      font-size: 1em;
      line-height: normal;
    }
    #sidebar {
      font-size: 0.7em;
      line-height: normal;
    }
	#sidebar div {
		padding: 33px 0;
		border-bottom: 2px solid #821f81;
	}
    #sidebar h3 {
      font-size: 18px;
      line-height: normal;
	  color: #e61782;
    }
	#sidebar ul {
		list-style-type: none;
		margin: 0;
	}
	#sidebar ul li {
		font-size: 14px;
		line-height: 160%;
	}
	#sidebar ul li a {
		color: #575756;
	}
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: normal;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: normal;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: normal;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: normal;
    }
    article .title{
      font-size: 2em;
      line-height: normal;
    }
    .site-title{
      font-size: 10px !important;
      line-height: normal;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: normal;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: normal;
    }
    article .title{
      font-size: 2em;
      line-height: normal;
    }
    .site-title{
      font-size: 6px !important;
      line-height: normal;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: normal;
    }
  }