/*
Theme Name: lpc
Theme URI: http://laoisphysiotherapyclinic.ie
Author: Softbeans Team
Author URI: http://softbeanstech.com
Version: 1.0
*/

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 5px 15px 7px 0;
}

.wp-caption.alignleft {
	margin: 5px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 5px 0 7px 15px;
}

.wp-caption.alignright {
	margin: 5px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

/* CSS Document */


* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.png) repeat-x top #475cae;
	color:#000;
}


img {
	max-width:100%;
	border:none;
	height:auto;
}

a {
	text-decoration:none;
	color:#000;
}

h1 {font-size: 24px;}	
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}	

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
}


/*=========== Wraper ===========*/

.wrap {
	width:1020px;
	margin:0 auto;
	display:table;
	background:#fff;
	margin-bottom:83px;
}

.container {
	float:left;
	width:944px;
	padding:0 38px;
}

/*=========================== Page Top ===========================*/

.page-top {
	float:left;
	width:100%;
}

/*--------------------- Header ---------------------*/

.main-header {
	float:left;
	width:100%;
}

.header {
	float:left;
	width:100%;
	padding:3px 0 6px;
}

.header-left {
	float:left;
	width:412px;
}

.logo {
	float:left;
	width:100%;
}

.header-right {
	float:right;
	width:490px;
}

.right-top {
	float:left;
	width:100%;
	padding-top:6px;
}

.linl-in {
	float:right;
}

.linl-in:hover {
	opacity:.8;
}

.Physiotherapy-link {
	float:right;
	font-size:14px;
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 20px 0 0;
	border-bottom:1px solid #6a6a6a;
	padding-bottom:3px;
}

.Physiotherapy-link:hover {
	color:#172c7c;
}

.right-bottom {
	float:left;
	width:100%;
	padding-top:15px;
}

.call {
	float:left;
	width:132px;
	text-align:right;
}

.call h2 {
	font-size:22px;
	color:#172c7c;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}

.call p {
	font-size:20px;
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
}

.email {
	float:right;
	width:358px;
	text-align:right;
}

.email h2 {
	font-size:22px;
	color:#172c7c;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:3px;
}

.email a {
	font-size:20px;
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
}

.email a:hover {
	text-decoration:underline;
	color:#172c7c;
}

.main-menu {
	float:left;
	width:100%;
}

.menu {
	float:left;
	width:100%;
	background:#172c7c;
}

.menu ul {
	list-style:none;
}

.menu ul li {
	float:left;
	padding:0 19px;
	position:relative;
}

.menu ul li a {
	float:left;
	font-size:20px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:12px 6px;
}

.menu ul li a:hover, .active{
	background:#475cae;
}

.menu ul ul { 
	position:absolute;
	left:19px;
	z-index:99;
	display:none;
	top:48px;
	width:220px;
}

.menu ul ul li { 
	float:none;
	display:block;
	padding:0;
}

.menu ul ul li a { 
	display:block;
	float:none;
	padding:10px;
	font-size:16px;
	background:#172C7C;
}

.menu ul ul ul { 
	left:100%;
	top:0;
}

.menu ul li:hover > ul { 
	display:block;
}



/*------------------- Slider ----------------*/


.slider {
	float:left;
	width:100%;
	padding-top:6px;
	position:relative;
}

.slider-thumb {
	float:left;
	width:100%;
}

.slider-nav {
	float:left;
	width:100%;
}

.slider-nav-inn {
	list-style:none;
	display:table;
	margin:0 auto;
	padding:6px 0;
	
}

.slider-nav-inn a {
	width:33px;
	height:6px;
	float:left;
	margin-left:1px;
	float:left;
	text-indent:-9999px;
	color:transparent;
	background:#404040;
	border-left:1px solid #404040;
}

.slider-nav-inn a:hover, .activeSlide {
	background:#475cae !important;
	border-color:#FF0000 !important;
}

.slider-text {
	position:absolute;
	top:230px;
	left:35px;
	width:350px;
	background:url(images/trans.png) repeat;

}

.slider-text h1 {
	font-size:24px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:6px 12px;
	background:#475cae;
}

.slider-text p {
	font-size:16px;
	color:#737474;/*3f3f3f*/
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 63px 10px 16px;
	min-height:64px;
}

/*------------------- Content -------------*/

.main-content {
	float:left;
	width:100%;
}

.content-inn {
	float:left;
	width:100%;
	padding-top:32px;
}

.content {
	float:left;
	width:100%;
}

.wedgets {
	float:left;
	width:231px;
	padding-right:6px;
}

.last-wedget {
	padding-right:0px !important;
}

.wedgets-img {
	border-left:1px solid #dedede;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
}

.wedgets-name {
	
}

.wedgets-name a {
	display:block;
	padding:15px 14px;
	font-size:18px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/arrow.png) no-repeat 95% center #16145c;
}

.wedgets-name a:hover {
	text-decoration:underline;
}

/*============================= Page Midd ===========================*/

.page-midd {
	float:left;
	width:100%;
	background:#f4f4f4;
	padding:39px 0;
	margin-top:38px;
}

.content-1 {
	float:left;
	width:100%;
}

.about-us {
	float:left;
	width:290px;
	padding-right:43px;
}

.box-title {
	float:left;
	width:100%;
	padding-bottom:5px;
}

.box-title h4 {
	font-size:18px;
	color:#172c7c;
	font-family:Arial, Helvetica, sans-serif;
}

.abut-us-detail {
	float:left;
	width:100%;
	padding:17px 10px 10px 0;
}

.abut-us-detail p {
	font-size:14px;
	color:#3c3c3c;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
}

.abut-us-detail a {
	font-size:14px;
	color:#475cae;
	font-family:Arial, Helvetica, sans-serif;
}

.abut-us-detail a:hover {
	text-decoration:underline;
}

.Gallery {
	float:left;
	width:276px;
	padding-right:37px;
}

.box-title1 {
	float:left;
	width:100%;
	padding-bottom:5px;
	text-align:center;
}

.box-title1 h4 {
	font-size:18px;
	color:#172c7c;
	font-family:Arial, Helvetica, sans-serif;
}

.product-thumb {
	float:left;
	width:274px;
	border:1px solid #e1e1e1;
}

.product-img {
	border-bottom:1px solid #e1e1e1;
}

.product-name {
	text-align:center;
}

.product-name a {
	display:block;
	padding:6px 14px;
	font-size:18px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/arrow.png) no-repeat 96% center #16145c;
}

.product-name a:hover {
	text-decoration:underline;
}

.Online-Appointment {
	float:left;
	width:276px;
}

/*========================= Page Bottom ==================*/




/*------------ Brands ------------*/

.page-bottom {
	float:left;
	width:100%;

}

.brand {
	float:left;
	width:100%;
	text-align:center;
	padding:53px 0 40px;
}

.brand img {
	padding-right:23px;
}


/*---------------------- Footer -----------------------*/


.footer-wrap {
	float:left;
	width:100%;
	background:#16145c;
}

.footer {
	float:left;
	width:100%;
}

.footer p {
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:25px 0;
}

.footer a {
	font-size:12px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.footer a:hover {
	text-decoration:underline;
}




/*===================== Sub Page======================*/


.article {
	float:left;
	width:944px;
}

.entry-title {
	float:left;
	width:100%;
	padding:5px 0;
}

.entry-title h4 {
	font-size:18px;
	color:#172c7c;
	font-family:Arial, Helvetica, sans-serif;
}

.entry-content {
	float:left;
	width:100%;
	padding-top:7px
}

.entry-content p {
	font-size:14px;
	color:#3c3c3c;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	padding:10px 10px 10px 0;
}

.entry-content a {
	font-size:14px;
	color:#475cae;
	font-family:Arial, Helvetica, sans-serif;
}

.entry-content a:hover {
	text-decoration:underline;
}

.entry-content ul {
	list-style:none;
	padding:10px 0;
}

.entry-content ul li {
	display:block;
}

.entry-content ul li a {
	font-size:14px;
	color:#475cae;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 0;
}

/*===================== Sidebar Page======================*/


.article-inn {
	float:left;
	width:65%;
}

.side-bar {
	float:left;
	width:30%;
	margin-left:5%;
}

.sidebar-inn {
	float:left;
	width:100%;
	background:#dedede;
	margin-bottom:20px;
	padding-bottom:15px;
}

.sidebar-title {
	float:left;
	width:100%;
	padding:5px 0;
	background:#172C7C;
}

.sidebar-title h4 {
	font-size:18px;
	color:#172c7c;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px 10px;
}

.sidebar-links {
	float:left;
	width:100%;
	padding-top:7px;
}

.sidebar-links ul {
	list-style:none;
}

.sidebar-links ul li {
	display:block;
	padding:0 10px;
}

.sidebar-links ul li a {
	font-size:14px;
	color:#172C7C;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 10px;
}

.sidebar-links ul li a:hover {
	background:#F4F4F4;
	color:#000;
}

/*=================== Blog Page ==================*/


.blog-page {
	float:left;
	width:65%;
}

.blog-title {
	float:left;
	width:100%;
	padding:5px 0;
}

.blog-title h4 {
	font-size:18px;
	color:#172c7c;
	font-family:Arial, Helvetica, sans-serif;
}

.blog-detail {
	float:left;
	width:100%;
}

.blog-detail p {
	float:left;
	font-size:14px;
	color:#3c3c3c;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	padding:10px 10px 10px 0;
}

.blog-detail a {
	font-size:14px;
	color:#475cae;
	font-family:Arial, Helvetica, sans-serif;
}

.blog-detail a:hover {
	text-decoration:underline;
}

.latest-news {
	float:left;
	width:100%;
	border-bottom:1px dashed #dddddd;
	padding:25px 0 5px;
}

.news {
	float:left;
	width:450px;
}

.news h5 {
	color:#6a6a6a;
	font-size:16px;
}

.blog-img {
	float:left;
	width:150px;
	margin:0 13px 15px 0;
} 

.blog-img img {
	width:100%;
}


.half-one {
	float:left;
	width:50%;
}

.half-two {
	float:left;
	width:50%;
}

.wpcf7 {
	padding-left:50px !important;
}

.wpcf7 input {
	padding:5px;
	font-size:14px;
	border:1pxp solid#cdcdcd;
	width:74%;
}

.wpcf7 input[type="submit"] {
	background: none repeat scroll 0 0 #172c7c;
    border: medium none;
    color: #fff;
    cursor: pointer;
    padding: 7px 0;
    width: 20%;
}


.sidebar-links form input[type="text"] {
	width:200px !important;
	
}

.sidebar-links form input[type="submit"] {
	width:40% !important;
	margin-top:5px;
}

.sidebar-links  .wpcf7 {
	padding:10px !important;
}

.sidebar-links form p { font-size:14px; padding:5px 0;}
.sidebar-links .wpcf7-textarea {
	width:250px !important;
}



