/*
Theme Name: JFSW
Theme URI: jfswlaw.com
Author: Black Fin
Author URI: https://www.goblackfin.com
Description: Custom Theme for Jayson, Farthing, Skafidas, & Wright
Version: 1.0
*/

/*--------------------
GLOBAL STYLES
--------------------*/
#map-canvas, #map-canvas2 {
	margin-top: 20px;
	width: 100%;
	height: 254px;
}

section {
	padding: 60px 0;
}

body {
	position: relative;
	font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6, a {
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	padding-top: 20px;
	font-size: 1.5em;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #007eff;
}

p {
	padding-top: 60px;
	font-size: 1.0625em;
	line-height: 26px;
}

.btn.btn-primary {
	padding: 16px;
	text-transform: uppercase;
	background-color: #007eff;
	border: none;
}

.row-tool {
    left: 0 !important;
}

/*--------------------
MAIN NAVBAR
--------------------*/
.navtop {
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 125px;
	background: rgba(0,31,47,0.85);
}

.navtop img {
	transition: all 0.4s ease;
	display: inline-block;
	padding: 12px 0;
}

.navtop p.freeconsult {
	transition: all 0.5s ease;
	float: right;
	padding-top: 30px;
	color: #007eff;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 1.25em;
}

.navtop p a {
	padding-top: 0px;
	line-height: 1.1;
	font-size: 2.5em;
	color: white;
}

.navbot {
	z-index: 9999;
	position: absolute;
	top: 125px;
	width: 100%;
	height: 50px;
	background-color: rgba(0,49,69,0.85);
}

.navbot ul.desktop-nav {
	padding-top: 14px;
}

.navbot ul.desktop-nav li {
	padding-right: 14px;
}

.navbot ul.desktop-nav a {
	transition: color .7s;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}

.navbot ul.desktop-nav a:hover {
	color: #00b3ff;
}

.navbot a.phone-number {
	display: none;
	padding-top: 10px;
	font-family: "Montserrat", sans-serif;
	font-style: bold;
	font-size: 2em;
}

.mobile-menu {
	display: none;
	float: right;
	padding-top: 12px;
}

.mobile-nav {
	transition: 0.4s all ease;
	display: block;
	position: absolute;
	z-index: 100;
	margin: 50px auto;
	width: 100%;
	height: 0;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	background: rgba(0,49,69,0.9);
	padding: 0;
	left: 0; /*remember*/
}

.mobile-menu i {
	transition: all 0.4s ease;
	color: white;
}

.mobile-menu i:hover {
	color: #007eff;
}

.mobile-nav li {
	padding-top: 5px;
	height: 40px;
}

.mobile-nav li a {
	color: white;
	font-size: 18px;
}

.mobile-nav li a:hover {
	text-decoration: none;
}

@media screen and (max-width:992px) {
	.navbot ul.desktop-nav a {
		font-size: 15px;
	}

	.navtop p.freeconsult {
		font-size: .9em;
		padding-top: 40px;
	}
}

@media screen and (max-width:748px) {
	.navbot ul.desktop-nav a {
		font-size: 14px;
	}
}

@media screen and (max-width:707px) {
	.navbot ul.desktop-nav a {
		font-size: 13px;
	}
}

@media screen and (max-width:683px) {
	.navbot {
		background-color: rgba(0,49,69,0.9);
	}

	.navbot ul.desktop-nav {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	.mobile-nav.open {
		display: block;
		height: 200px;
	}
}

@media screen and (max-width:520px) {
	.navtop p.freeconsult {
		display: none;
	}

	.navtop img {
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		width: 180px;
	}

	.navbot a.phone-number {
		display: block;
		padding-top: 5px;
		color: white;
		float: left;
	}
}

/*--------------------
INNER HERO CTA
--------------------*/
.innerhero {
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
	padding-top: 320px;
	background: url('img/hero-bg.jpg') center -40px no-repeat;
	color: white;
}
#post-128 .innerhero {
	position: relative;
	z-index: 1;
	transition: all 0.5s ease;
	padding-top: 632px;
	background: url('img/hero-bg.jpg') center -40px no-repeat;
	color: white;
}

.innerhero:after {
	transition: 0.5s all ease;
	position: absolute;
	z-index: -1;
	display: block;
	bottom: 0;
	content:"";
	width: 100%;
	height: 100%;
	background-size: 1050px;
}

.innerhero h4 {
	transition: all 0.5s ease;
	font-size: 3.6em;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
    text-transform: uppercase;
}

.innerhero h2 {
	transition: all 0.5s ease;
	position: relative;
	padding-top: 0;
	font-size: 2.75em;
	font-style: normal;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

.innerhero h2:after {
	content:"";
	display: block;
	position: absolute;
	width: 750px;
	height: 3px;
	bottom: -20px;
	margin-left: -375px;
	left: 50%;
	border-top: 1px solid #98979b;
	border-bottom: 1px solid #98979b;
}

.innerhero .btn.btn-primary {
	margin-top: 40px;
	font-size: 1.2em;
}

@media screen and (max-width:1200px) {
	.innerhero {
		padding-top: 400px;
	}

	.innerhero h2 {
		font-size: 2em;
	}

	.innerhero h2:after {
		width: 600px;
		margin-left: -300px;
	}

	.innerhero .btn.btn-primary {
		font-size: 1.0em;
		width: 280px;
		margin: 40px auto 0;
	}

	.innerhero-btn {
	}
}

@media screen and (max-width:1060px) {
	.innerhero:after {
		background-size: 950px;
	}
}

@media screen and (max-width:992px) {
	.innerhero {
		padding-top: 100px;
		background: url('img/hero-bg.jpg') center -40px no-repeat;
		height: 600px;
	}

	.innerhero:after {
			background-image: none;
			background-color: rgba(0,0,0,.3);
	}

	.innerhero h2:after {
		border-color: rgb(220,220,220);
	}
}

@media screen and (max-width:768px) {
	.innerhero {
		padding-top: 230px;
		height: 500px;
	}

	.innerhero h4 {
		font-size: 3em;
	}

	.innerhero h2 {
		font-size: 1.6em;
	}

	.innerhero h2:after {
		width: 500px;
		margin-left: -250px;
	}
}

@media screen and (max-width:611px) {
	.innerhero {
		padding-top: 200px;
	}

	.innerhero h2 {
		display: none;
	}

	.innerhero .btn.btn-primary {
		font-size: 1em;
	}
}

.practiceareas h2>a {
	transition: all 0.3s ease;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 10px 15px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	color: #007eff;
	border-radius: 4px;
	background-color: rgba(0,126,255,0.075);
}

.practiceareas h2>a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #007eff;
}

@media screen and (max-width:611px) {
	.practiceareas h2>a {
		font-size: 16px;
	}
}

/*--------------------
CONTACT US HEADER
--------------------*/
section.innerhero-contact {
	padding-top: 400px;
	background: url('img/contact-hero.jpg') center center no-repeat;
}


/*--------------------
FOOTER
--------------------*/
.footer {
	transition: all 0.5s ease;
	padding: 0;
	width: 100%;
	height: 160px;
	background-color: rgb(20,20,20);
}

.footer img {
	padding-top: 34px;
	min-width: 130px;
}

.footer a.footerphone {
	display: block;
	transition: all .5s ease;
	margin-top: 40px;
	font-family: "Montserrat", sans-serif;
	font-size: 2.75em;
	text-transform: uppercase;
	color: #007eff;
}

.footer li {
	padding-top: 15px;
	font-size: 19px;
}

.footer li a {
	transition: color .7s;
	text-decoration: none;
	cursor: pointer;
	color: white;
}

.footer li a:hover {
	color: #00b3ff;
}

.footer .description-form {
	display: block;
}

@media screen and (max-width:1200px) {
	.footer-links li a {
		font-size: 16px;
	}
}

@media screen and (max-width:992px) {
	.footer-links {
		display: none;
	}

	.footer a.footerphone {
		padding-top: 40px;
	}
}

@media screen and (max-width:991px) {
	.description-form {
		display: none;
	}
}

@media screen and (max-width:740px) {
	.footer a.footerphone {
		padding-top: 20px;
	}
}

@media screen and (max-width:640px) {
	.footer a.footerphone {
		padding-top: 30px;
		font-size: 2em;
	}

	.footer {
		height: 120px;
	}
}

@media screen and (max-width:540px) {
	.footer a.footerphone {
		padding-top: 10px;
		font-size: 2em;
	}
}

@media screen and (max-width:340px) {
	.footer a.footerphone {
		font-size: 1.5em;
	}
}

@media screen and (max-width:320px) {
	.footer a.footerphone {
		text-align: center;
		margin: 0 auto;
		padding-top: 20px;
		font-size: 1.5em;
	}

	.footer img {
		display: none;
	}

}


/*--------------------
HOME HERO
--------------------*/
.hero {
	position: relative;
	z-index: 1;
	padding-top: 540px;
	height: 858px;
	background: url('img/hero-bg.jpg') center center no-repeat;
	background-size: cover;
	color: white;
}

.hero:after {
	z-index: -1;
	position: absolute;
	display: block;
	z-index: -100;
	bottom: 0;
	width: 100%;
	height: 100%;
	content:"";
	background: url('img/hero-attorneys.png') center bottom no-repeat;
}

.hero h1 {
	z-index: 100;
	font-size: 3.6em;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

.hero h2 {
	position: relative;
	padding-top: 0;
	font-size: 2.75em;
	font-style: normal;
	text-shadow: 2px 2px rgba(0,0,0,0.5);
}

.hero h2:after {
	content:"";
	display: block;
	position: absolute;
	width: 750px;
	height: 3px;
	bottom: -20px;
	margin-left: -375px;
	left: 50%;
	border-top: 1px solid #98979b;
	border-bottom: 1px solid #98979b;
}

.hero a {
	margin-top: 40px;
	font-size: 1.25em;
	padding: 20px;
}

@media screen and (max-width:1200px){
	.hero:after {
		bottom: 0;
		background: url('img/hero-attorneys.png') center bottom no-repeat;
		background-size: 850px;
	}

	.hero .btn {
		font-size: 1.1em;
	}

	.hero {
		padding-top: 400px;
		height: 600px;
	}

	.hero h1 {
		font-size: 2.6em;
		text-shadow: 2px 2px rgba(0,0,0,0.5);
	}

	.hero h2 {
		padding-top: 0;
		font-size: 1.75em;
		font-style: normal;
		text-shadow: 2px 2px rgba(0,0,0,0.5);
	}

	.hero h2:after {
		display: block;
		width: 500px;
		height: 3px;
		bottom: -20px;
		margin-left: -250px;
		left: 50%;
		border-top: 1px solid #98979b;
		border-bottom: 1px solid #98979b;
	}
}

@media screen and (max-width:991px) {
	.hero {
		padding-top: 350px;
		height: 600px;
	}

	.hero h2:after {
		display: none;
	}
}

@media screen and (max-width:870px) {

	.hero:after {
		bottom: 0;
		background: url('img/hero-attorneys.png') center bottom no-repeat;
		background-size: 800px;
			background-image: none !important;
	}
}

@media screen and (max-width:3000px) {
	.hero {
   	 padding-top: 330px;
   	 padding-bottom: 180px;
		height: auto;
	}

	.hero:after {
		background-image: none;
		background-color: rgba(0,0,0,.2);
	}
}

@media screen and (min-width:665px) and (max-width:991px) {
	.hero-btn {
		float: left;
		width: 50%;
		margin: 0 auto;
	}
}

@media screen and (max-width:664px) {
	.hero {
		padding-top: 190px;
	}

	.hero-btn {
		min-width: 330px;
		max-width: 400px;
		margin: 0 auto;
	}

	.hero-btn:last-of-type a {
		margin-top: 10px;
	}
}

@media screen and (max-width:534px) {
	.hero h2 {
		display: none;
	}
}

@media screen and (max-width:520px) {
	.hero {
		padding-top: 220px;
	}

	.hero h2:after {
		display: hidden;
	}
}

@media screen and (max-width:330px) {
	.hero-btn {
		font-size: 1.0em;
	}
}

/*--------------------
HOME STRAPLINE
--------------------*/
.strapline {
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	background: #fafafa;
}

.strapline p {
	padding-top: 40px;
	font-size: 16px;
	line-height: 1.725;
	text-align: center;
	color: #414141;
}

.strapline h3 {
	position: relative;
}

.strapline h3:after {
	content:"";
	display: block;
	position: absolute;
	width: 30px;
	height: 0px;
	bottom: -20px;
	margin-left: -15px;
	left: 50%;
	border-top: 1px solid #007eff;
}

@media screen and (max-width:768px) {
	.strap-info {
		width: 60%;
		margin: 0 auto;
	}

	.strapline p {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width:540px) {
	.strap-info {
		width: 80%;
	}
}
/*--------------------
HOME ABOUT
--------------------*/
.homeabout {
	border-bottom: 1px solid #e6e6e6;
}

.homeabout h4 {
	font-size: 1.9em;
    text-transform: uppercase;
    font-weight: bold;
}

.homeabout h2 {
	color: #007eff;
}

.homeabout p {
	font-size: 18px;
	font-weight: 400;
}

.homeabout p.quote {
	padding-top: 80px;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
}

.homeabout p.quote:before {
	content:"";
	display: block;
	position: absolute;
	width: 100px;
	height: 0px;
	top: 30px;
	margin-left: -50px;
	left: 50%;
	border-top: 1px solid #007eff;
}

.homeabout span.blue {
	color: #007eff;
	font-size: 1em;
}

/*--------------------
HOME TRUST SYMBOLS STRAPLINE
--------------------*/
.trust {
	padding: 30px 0;
	background: #fafafa;
}

.trust img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

#sladjust {
	margin-top: 50px;
}

@media screen and (max-width:992px) {
	#sladjust {
		margin: 20px auto 30px;
	}
}

/*--------------------
HOME PRACTICE AREAS
--------------------*/
.practice {
	height: 630px;
	color: white;
	background: url('img/practice-bg.jpg') center center no-repeat;
	background-size: cover;
}

.practice h4 {
    font-size: 1.9em;
    text-transform: uppercase;
    font-weight: bold;
}

.practice h2 {
	display: block;
}

.practice p, .practice p span {
	font-size: 18px;
}

.practice ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.practice li {
	padding: 5px 0;
	text-transform: none;
	list-style-type: none;
}

.practice li a {
	text-decoration: none;
	color: white;
}

.practice a {
	margin-top: 40px;
}

@media screen and (max-width: 992px){
	.practice h2 {
		display: none;
	}

	.practice p {
		padding-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.practice p {
		padding-top: 30px;
	}
}

@media screen and (max-width: 700px) {
	.practice a.practice-btn {
		margin-top: 0px;
	}
}

@media screen and (max-width: 560px) {
	.practice p span {
		display: none;
	}
}

@media screen and (max-width: 430px) {
	.practice p {
		display: none;
	}
}

/*--------------------
HOME RECENT NEWS / BLOG
--------------------*/
section.homeblog {
    display: none;
	background: #e7e7e7;
}

.homeblog h1 {
	font-size: 2em;
}

.postbox {
	margin-top: 80px;
	border-radius: 4px;
	box-shadow: 1px 1px 0 #c9c9c9;
	background: white;
	padding-bottom: 30px;
}

.postbox img {
	display: block;
}

p.blogdate {
	padding-top: 20px;
	font-size: 1em;
	font-style: italic;
	color: #8d8d8d;
}

p.blogtitle {
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px;
	font-size: 1.45em;
	font-style: italic;
	color: #007eff;
}

.postbox-text {
	padding-left: 20px;
	padding-right: 20px;
}

.form-control {
	font-size: 16px;
	font-style: italic;
}

@media screen and (max-width:768px) {
	.postbox {
		max-width: 360px;
		margin: 40px auto 0;
	}
}

@media screen and (max-width:480px) {
	.postbox img {
		display: none;
	}
}

/*--------------------
HOME CONTACT
--------------------*/
.contact {
	transition: all .5s ease;
	color: white;
	background: url('img/contact-bg.jpg') center center no-repeat;
	background-size: cover;
}

.contact h4 {
    font-size: 1.9em;
    text-transform: uppercase;
    font-weight: bold;
    color: #303030;
}

.contact h2 {
	display: block;
	padding-bottom: 60px;
	line-height: 1.4;
	color: #303030;
}

.form-label {
	padding-top: 0;
	color: black;
}

.contact textarea {
	padding-left: 8px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #919191;
	resize: none;
}

input {
	padding-left: 8px;
	width: 100%;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #919191;
}

input[type=submit] {
	transition: all 0.4s ease;
	float: right;
	width: 200px;
	height: 44px;
	padding: 8px 0;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: white;
	background-color: #007eff;
	border: 0px;
	border-radius: 2px;
}

input[type=submit]:hover {
	background-color: #07b0a2;
}

.wpcf7-response-output .wpcf7-display-none .wpcf7-mail-sent-ok {
	display: none;
}

.contact div.wpcf7-mail-sent-ok {
	border: none;
}

.contact div.wpcf7-validation-errors {
	border: none;
	display: none;
}

.contact div.wpcf7-response-output {
	margin: 0;
}

@media screen and (max-width:320px) {
	.contact h1 {
		padding-bottom: 50px;
	}

	.contact h2 {
		display:none;
	}
}

/*--------------------
PRACTICE AREAS
--------------------*/
.practiceareas {
	padding-bottom: 80px;
}

.practiceareas p, .profile p {
	padding: 30px 0 0 0;
	font-size: 18px;
	font-style: normal;
}

.profile img {
	padding: 40px 0 10px 0;
}

p.notoppadding {
	padding-top: 0px;
}

.practiceareas .list {
	padding-bottom: 0;
	border-radius: 3px;
	background: #f1f5f6;
}

.practiceareas .list ul {
	padding-left: 0;
	list-style-type: none;
}

.practiceareas .list ul li {
	padding-top: 8px;
	font-family: "Montserrat", sans-serif;
	color: rgb(50,50,50);
}

.practiceareas h1, .profile h1, .ourteam h1 {
	font-size: 2em;
}

.practiceareas h2, .profile h2, .ourteam h2 {
	position: relative;
	line-height: 1.4;
	padding-bottom: 30px;
	color: #007eff;
}

.practiceareas h2:after {
	content:"";
	display: block;
	position: absolute;
	width: 30px;
	height: 0px;
	bottom: 0px;
	margin-left: -15px;
	left: 50%;
	border-top: 1px solid #007eff;
}

.profile h2:after {
	content:"";
	display: block;
	position: absolute;
	width: 30px;
	height: 0px;
	bottom: 0px;
	margin-left: -15px;
	left: 50%;
	border-top: 1px solid #007eff;
}

.ourteam h2:after, {
	content:"";
	display: block;
	position: absolute;
	width: 30px;
	height: 0px;
	bottom: 0px;
	margin-left: -15px;
	left: 50%;
	border-top: 1px solid #007eff;
}

.practiceareas h3 {
	padding-top: 30px;
	line-height: 1.4;
	font-size: 1.3em;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.profile h3 {
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	font-size: 24px;
	text-transform: none;
	text-align: left;
}

.practiceareas a, .profile a {
	padding-top: 0;
	padding-bottom: 0;
	cursor: pointer;
}

.practiceareas hr, .profile hr {
	padding: 10px 0;
}

.practiceareas.notoppadding {
	padding-top: 20px;
}

.profile li {
	padding-top: 5px;
	list-style-type: none;
	font-size: 18px;
	color: rgb(100,100,100);
}

.quals h3 {
	padding-top: 30px;
}

.quals ul {
	border-radius: 4px;
	padding: 20px;
	background-color: #f0f4f5;
}

/*--------------------
OUR TEAM - LANDING PAGE
--------------------*/
.ourFirm {
    padding: 60px 0 20px;
}

.ourFirm h1.aboutTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    padding-bottom: 20px;
    font-weight: bold;
}

.ourFirm p.aboutP {
    padding-top: 10px;
    font-size: 18px;
}

.ourteam p {
	padding: 0;
	margin: 0;
}

.ourteam a:hover {
	text-decoration: none;
}

.ourteam a:hover > .attorneylabel {
	background-color: rgba(0,82,146,1);
	height: 60px;
}

.ourteam a:hover > .attorneylabel-sm {
	background-color: rgba(0,82,146,1);
}

.ourteam a:hover > .attorneylabel p {
	padding-top: 15px;
	font-size: 20px;
}

.attorney {
	padding-top: 40px;
	position: relative;
	cursor: pointer;
}

.attorneylabel {
	transition: all 0.3s ease;
	display: block;
	position: absolute;
	bottom: 0;
	width: 350px;
	height: 50px;
	background-color: rgba(0,49,69,0.85);
}

.attorneylabel p {
    font-family: "Montserrat", arial, sans-serif;
	transition: all 0.2s ease;
	color: white;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-top: 10px;
}

.attorneylabel-sm {
	transition: all 0.4s ease;
	display: none;
	text-transform: uppercase;
	color: white;
}

@media screen and (max-width:1200px) {
	.attorneylabel {
		position: absolute;
		bottom: 0;
		width: 283px;
	}
}

@media screen and (max-width:992px) {
	.attorneylabel {
		position: absolute;
		bottom: 0;
		width: 330px;
	}
}

@media screen and (max-width:768px) {
	.attorneylabel {
		display: none;
	}

	.attorneylabel-sm {
		display: block;
		width: 100%;
		height: 40px;
		background-color: rgba(0,49,69,0.85);
	}

	.attorneylabel-sm p {
		padding-top: 6px;
		text-align: center;
	}
}

@media screen and (max-width:566px) {
	.attorneylabel-sm p {
		font-size: 1em;
	}
}

@media screen and (max-width:480px) {
	.attorney  {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width:410px) and (max-width:480px) {
	.attorneylabel-sm {
		width: 350px;
	}
}

/*--------------------
CONTACT PAGE
--------------------*/
.address .row {
	background-color: #fff;
}

.address .list {
	background-color: #edf1f2;
}

.address p {
	margin: 0;
	padding: 15px;
	font-size: 18px;
	color: #396fc2;
	line-height: 1.6;
}

/*--------------------
BLOG
--------------------*/
.bloghero {
	transition: all 0.5s ease;
	padding-top: 400px;
	background: url('img/contact-hero.jpg') center -40px no-repeat;
	color: white;
}

.blogcontent h1, h1.entry-title {
	padding-bottom: 20px;
	font-size: 2em;
	font-weight: 800;
	text-transform: uppercase;
}

.blogcontent h2 {
	padding-bottom: 5px;
	font-style: normal;
}

.blogcontent time {
	font-size: 17px;
	color: rgb(50,50,50);
}

.blogcontent .theContent p {
	padding-top: 20px;
	font-size: 17px;
}

.mainContent div.entry-content p {
	padding-top: 20px;
}

.wp-tag-cloud {
	list-style-type: none;
	text-align: right;
}

.blogcontent h3 {
	padding-bottom: 10px;
	padding-top: 20px;
}

ul.wp-tag-cloud li {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 8px;
	background-color: rgb(240,240,240);
	border: 1px solid rgb(200,200,200);
	border-radius: 3px;
}

h2.intHeader {
    text-align: center;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    color: #303030;
    font-style: normal;
    font-weight: bold;
}