/*
	Theme Name: CathMed National
	Theme URI: http://emtwowebstudios.com
	Description: CathMed National WordPress Theme
	Version: 1.0
	Author: Melissa Connolly (Emtwo)
	Author URI: http://emtwowebstudios.com
	Tags: Modern, Classic, Responsive, HTML5, CSS3

*/


/* ---------------------------------------------------------
   4. Pages
---------------------------------------------------------*/

.interior-page{
	padding-top: 50px;
}

.page .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background: #00194c;
	display: inline-block;
	vertical-align: top;
	padding: 1px 8px 2px;
	margin: 0 0;
}

.page h1, .archive h1 {
	font: 36px/40px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 10px;
}
.page .page-content h2 {
	font: 24px/30px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 10px;
}
.page .page-content h3 {
	font: 20px/24px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 10px;
}
.page .page-content h4 {
	font: 18px/22px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 10px;
}
.page .page-content h2 a {
	text-decoration: none;
	color: #8c0b05;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.page .page-content h2 a:hover {
	opacity: .7;
}
.post-excerpt{
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.single .post-excerpt{
	margin: 0;
	border: none;
}
.post-excerpt .date{
	line-height: 30px;
	font-style: italic;
}
.post-excerpt h1{
	line-height: 30px;
}
.post-excerpt h1, .post-excerpt h3{
	margin-top: 10px;
}
.post-excerpt h3{
	line-height: 24px;
}
.post-excerpt h3 a{
	text-decoration: none;
}
.subpages{
margin-bottom: 14px;
list-style: none;
margin: 0 0 40px;
padding: 0;
}
.subpages li{
margin: 0;
background: #EEB211;
color: #fff;
font-size: 20px;
text-transform: uppercase;
font: 20px/24px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
.subpages li a{
color: #fff;
text-decoration: none;
display: block;
padding: 10px 0 10px 20px;
}
.subpages ul {
margin: 0;
padding: 0;
list-style: none;
}
.subpages li {
width: 100%;
padding: 0;
margin: 0;
list-style: none;
}
.subpages li li{
	font: 14px/20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.subpages li li a {
display: block;
width: 100%;
margin: 0;
padding: 10px 0 10px 20px;
text-decoration: none;
background: #F6E2B1;
border-bottom: 1px solid #fff;
text-transform: none;
font-size: 18px;
color: #333;
}
.subpages li li li a {
	padding-left: 30px;
}
.subpages li li a:hover { background-color: #516080; color: #fff; }
.subpages li li li a:before{content: "\25B8"; padding-right: 5px; font-family: arial, sans-serif;}

#flexipages-2{
	margin-bottom: 40px;
}
.sidebar .info-block {
	margin: 40px 0;
	background: #00194c;
	padding: 16px 5px 21px;
	color: #fff;
	text-align: center;
}
.sidebar .info-block .img {
	display: block;
	max-width: 116px;
	margin: 0 auto 12px;
}
.sidebar .info-block ul {
	text-transform: uppercase;
	font: 16px/20px "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 23px;
}
.sidebar .info-block ul li {
	margin: 0 0 3px;
}
.sidebar .info-block .text {
		margin-top: 10px;
    width: auto;
}
/* ---------------------------------------------------------
   5. Images
---------------------------------------------------------*/


/* ---------------------------------------------------------
   6. Responsive
---------------------------------------------------------*/

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


@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:480px) {

	.page-content div{
		float: none;
		clear: left;
		width: 100%;
	}
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

	.twocolumns .col {
		float: left;
		width: 66.66%;
	}

	.twocolumns .col:last-child {
		float: right;
		width: 30%;
		clear: none;
	}

	.page .title {
			font-size: 18px;
			line-height: 22px;
			font-weight: normal;
			padding: 1px 10px 2px;
		}

		.page .page-content h2 {
			font-size: 20px;
			line-height: 22px;
			font-weight: normal;
			margin: 0 0 2px;
		}


}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/* ---------------------------------------------------------
   7. Misc
---------------------------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/* ---------------------------------------------------------
   8. WordPress Core
---------------------------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* ---------------------------------------------------------
   9. Print
---------------------------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
