/*
	Theme Name: MLMC
	Description: Manchester Local Medical Committee
	Version: 1.0
	Author: E-ngageIT
	Author URI: http://www.e-ngageit.co.uk
	Tags: MLMC, HTML5, CSS3, e-ngageit

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
 *zoom:1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
/* header */
.header {
}
/* logo */
.logo {
}
.logo-img {
}
/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

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

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

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

@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) {
}
/*------------------------------------*\
    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;
}
.margin-0 {
	margin: 0px;
}
.margin-top-10 {
	margin-top: 10px;
}
/*------------------------------------*\
    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 {
}

/*------------------------------------*\
    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;
}
}
/*------------------------------------*\
    Main Theme
\*------------------------------------*/
* {
	border-radius: 0px !important;
}
body {
	background-color: #fff;
	color: #444;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}
.input-group-50 .form-control {
	width: 50%;
}
.main-container {
	-webkit-box-shadow: 0px 0px 9px 5px rgba(246,246,246,1);
	-moz-box-shadow: 0px 0px 9px 5px rgba(246,246,246,1);
	box-shadow: 0px 0px 9px 5px rgba(246,246,246,1);
	background-color: #fff;
}
header {
	background-color: #0c91ab;
	margin-bottom: 30px;
}
header .logo {
	padding: 20px 15px;
}
header h4 {
	color: #fff;
	text-align: right;
	padding: 20px 0px;
	line-height: 22px;
	max-width: 250px;
}
header .social-icons {
	text-align: right;
	font-size: 18px;
	margin-bottom: 10px;
}
header .social-icons a {
	color: #fff;
	padding: 10px 15px;
	background-color: #000;
	display: inline-block;
	transition: all 0.5s linear;
	text-decoration: none;
}
header .social-icons a.fb {
	background-color: #3b579d;
}
header .social-icons a.fb:hover {
	color: #3b579d;
	background-color: #fff;
}
header .social-icons a.twitter {
	background-color: #00aced;
}
header .social-icons a.twitter:hover {
	color: #00aced;
	background-color: #fff;
}
header .navbar {
	margin-bottom: 0px;
}
header .navbar-default {
	background-color: #0186c4;
	border-color: #03cda7;
}
header .navbar-default .navbar-nav>li>a {
	color: #fff;
	transition: all 0.5s linear;
}
header .navbar-default .navbar-nav>.active>a, header .navbar-default .navbar-nav>.active>a:focus, header .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #1A4077;
}
header .navbar-default .navbar-nav>li>a:focus, header .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #1A4077;
}
header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #1A4077;
}
header .navbar-default .navbar-toggle {
	background-color: #1A4077;
	border-color: #1A4077;
}
header .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {
	background-color: #1A4077;
}
header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
header .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, header .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
}
header .navbar-nav>li>.dropdown-menu {
	background-color: #0186C4;
}
header .dropdown-menu>li>a:focus, header .dropdown-menu>li>a:hover {
	background-color: #1A4077;
}
.what-we-can-do {
	margin-bottom: 10px;
	display: block;
}
.list-group h4 {
	margin-bottom: 0px;
}
.list-with-icons .list-group-item {
	padding-left: 50px;
}
.list-with-icons .active {
	padding-left: 15px;
}
.list-with-icons .icon {
	color: #0199cd;
	position: absolute;
	font-size: 22px;
	margin-left: -35px;
}
.quote {
	font-size: 26px;
	color: #000;
	font-style: italic;
	max-width: 508px;
	margin-bottom: 40px;
	min-height: 85px;
}
.quote span {
	position: absolute;
	font-size: 48px;
	color: #068ca4;
}
.quote span.left {
	margin-left: -30px;
}
.quote span.right {
	margin-left: 30px;
}
.heading {
	text-align: center;
	border-bottom: 1px solid #a6a6a6;
	padding-bottom: 15px;
	position: relative;
}
.heading:before {
	content: '';
	background-color: #0186c4;
	height: 4px;
	width: 40%;
	position: absolute;
	bottom: 0px;
	left: 30%;
}
.news-list {
	margin: 0px;
	display: block;
	background-color: #337ab7;
	list-style: none;
	padding: 0px;
}
.news-list li {
	margin-top: 0px;
}
.news-list li a .fa {
	padding-right: 5px;
	padding-left: 5px;
}
.news-list li a {
	color: #fff;
	padding: 7px 10px;
	display: block;
}
.event-calander {
	padding: 10px;
	background-color: #fff;
	margin-bottom: 15px;
	font-size: 12px;
}
.nav-tabs>li>a {
	background-color: #fff;
	margin-right: 5px;
	border: 1px solid #dedede;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	font-weight: bold;
}
.tab-content {
	background-color: #fff;
	padding: 15px 0px;
}
.library-image {
	padding: 7px;
}
.library-item {
	padding: 10px 0px;
}
.library-item .category {
	font-size: 12px;
	color: #888888;
}
.library-item .category a {
	color: #888888;
}
.library-item .pdf {
	color: #ff3139;
}
.library-item .doc {
	color: #1a4077;
}
.library-item-innerpage {
	padding-top: 0px;
	padding-bottom: 10px;
}
.library-item-innerpage h3 {
	margin: 0px;
	height: 34px;
	font-size: 16px;
	overflow: hidden;
}
.library-item-innerpage h4.category {
	margin: 5px 0px;
	height: 14px;
	overflow: hidden;
}
.library-item-border {
	padding: 15px 0px;
	border: 1px solid #c9cbcb;
	margin: 0px 5px;
}
.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a {
	color: #fff;
}
footer {
	background-color: #292929;
	color: #b5b5b5;
}
footer a {
	color: #b5b5b5;
	transition: all 0.3s linear;
}
footer a:hover {
	text-decoration: none;
	color: #fff;
}
footer .footer-nav {
	padding: 10px;
	background-color: #161616;
	text-align: center;
}
footer .footer-nav a {
	margin: 0 10px;
	display: inline-block;
}
footer .copyright {
	padding: 20px 0px;
}
.page-detail {
	min-height: 500px;
}
.page-detail a {
	color: #0186C4;
}
.news-item .news-image a img {
	width: 100%;
	height: 195px;
}
.news-item h4 a {
	display: block;
	height: 39px;
	overflow: hidden;
}
.news-item p.excerpt {
	display: block;
	height: 40px;
	overflow: hidden;
}
a.read-more {
	color: #fff;
	transition: all 0.3s linear;
}
a.read-more:hover {
	background-color: #1A4077;
}
.news-item .date .icon {
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px 0px 0px;
}
.news-item .date .date-time {
	display: inline-block;
}
.restrict-area {
	padding: 10%;
}
#sc_events_calendar_head {
	height: auto !important;
}
.reg-login-form label {
	font-weight: normal;
}
.reg-login-form .button_div,.reg-login-form .link-text,.reg-login-form .div_select,.reg-login-form .div_text,.wpmem_msg {
	width: 100% !important;
}
