/*
Theme Name: FMP Theme
Author: Think Design Company
Author URI: http://thinkdesignco.com.au/
Description: Customised theme for FMP.
Version: 1.0
Text Domain: fmp_domain
*/


.img-location
{
    width: 280px;
    height: 280px;
}

.img-small-location
{
    width: 130px;
    height: 130px;
}

/* nav bar */
div.navbar-wrap
{
    background-color: #fafafa;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #64ddcc;
    background-color: transparent;
}

div.container nav.navbar-default
{
    margin-bottom: 0;
    background: none;
    border: none;
}

.navbar-nav > li > a.btn-success
{
    padding: 15px 22px;
    line-height: normal;
}

.navbar-default .navbar-nav > li > a.btn-success
{
    color:#64ddcc;
    background-color:#fafafa;
    border-color:#64ddcc
}

.navbar-default .navbar-nav > li > a.btn-success:focus,
.navbar-default .navbar-nav > li > a.btn-success:hover
{
    color:#fff;
    background-color:#64ddcc;
    border-color:#64ddcc
}

.navbar-default .navbar-nav li.li-booknow
{
    padding: 25px 18px;
}

.navbar-header > button
{
    margin-top: 32px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}
.search .entry-thumbnail {
	display:none;	
}
.search .hentry {
	border-bottom: 1px solid #ccc;	
}
.search-submit {
	  color: #0e3048;
  	background-color: #fff;
  	border-color: #0e3048;
	  border-radius: 4px;
}

@media ( max-width: 766px ) {
	.social .col-md-2 {
		padding-left: 30px;	
	}
}
@media ( max-width: 989px ) {
ul.nav li.dropdown > ul.dropdown-menu {
	display:block;	
	  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-nav > li {
	clear:both;	
}
ul.nav li.dropdown > ul.dropdown-menu li {
	width:95%;
	float:right;	
}
.caret {
	display:none;	
}
.navbar-header{
	padding-bottom: 30px;	
}
.about {
	background-position:top right!important;
	background-color: #64ddcc!important;	
}
div.locations,
div.news,
div.social {
	padding: 30px 0;	
	height: auto;	
}
.locations .location {
	margin-bottom: 30px;
}
.services {
	background: #64ddcc!important;
	background-position:top left!important;
}
.page-template-template-contact .main img {
	margin: 0 auto;	
}
}
@media ( max-width: 767px )
{
    .jumbotron
    {
        margin-top: 15px;
        margin-bottom: 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .jumbotron > div > h1
    {
        color: #ffffff;
        text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    }
	div.about {
		background: #64ddcc!important;	
	}
	.main {
		margin-top: 30px;	
	}
	
}

@media ( min-width: 768px )
{
    /* //TODO &&& rm  */
}

@media ( min-width: 990px )
{
    .nav > li >a
    {
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media ( min-width: 1200px )
{
    .nav > li > a
    {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Home page */
div.banner h2
{
    color: #fafafa;
    font-size: 23px;
    margin-top: 0;
}

div.banner div.container > div.row
{
    margin-top: 20px;
    margin-bottom: 20px;
}

div.banner h2 i
{
    font-size: 33pt;
    margin-right: 9px;
    top: 5px;
    position: relative;
}

div.about h2.featurette-heading
{
    margin-top: 70px;
    margin-bottom: 30px;
}
@media ( max-width: 640px ) {
	div.about h2.featurette-heading {
		margin-top:20px;	
		margin-bottom:20px;
	}
	div.news h2 strong {
		display:inline-block;
	}	
}


div.about h2 > p
{
    font-weight: 400;
    color: #0e3048;
}

div.about .lead > p
{
    color: #fff;
    font-size: 11pt;
}

div.about div.readmore
{
    margin-top: 40px;
}

div.news
{
    color: #7b7d85;
}

div.news h2
{
    margin-bottom: 58px;
    font-weight: 400;
    color: #0e3048;
}

div.news div.post
{
    background-color: #fafafa;
}
div.news a,
div.tan  {
	color:#7b7d85;
}
div.news .btn.btn-default {
	color: #0e3048;
}
div.news .btn.btn-default:hover {
	color: #fff;
}
div.news div.post-info
{
    padding: 10px 30px 20px 30px;
}

div.news p.readmore
{
    margin-top: 64px;
    width:100%;
    float:left;
    margin-bottom: 50px;
}

.locations .location
{
    text-align: center;
    color: #64ddcc;
    font-size: 16px;
}

/* Locations right column (template-part-locations) */
div.locations-title,
#recent-posts-2 
{
    background-color: #0e3048;
    text-align: center;
}

div.locations-title h3,
#recent-posts-2 .widget-title
{
    color: #ffffff;
    margin-top: 15px;
}
#recent-posts-2 .widget-title {
	width: 100%;
display:inline-block;
}

div.location-item,
#recent-posts-2 ul
{
    background-color: #f5f5f5;
}
#recent-posts-2 ul {
	padding: 10px 30px;
margin-bottom:0;
}
#recent-posts-2 ul li {
	text-align:left;
list-style:none;
padding: 20px 0;
border-bottom: 1px solid #ccc;
width:100%;
display:inline-block;
}
#recent-posts-2 ul li:last-child {
	border-bottom: 0;
}
#recent-posts-2 ul li a {
	color:#64ddcc;
}
#recent-posts-2 .post-date {
	float:left;
width:100%;
}
div.location-item p
{
    font-size: 12pt;
    color: #64ddcc;
}

div.location-item .btn-default
{
    background-color: #f5f5f5;
}

div.location-item .btn-default:hover
{
    background-color: #0e3048;
    color: #f5f5f5;
}

div.location-item div.location
{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c1bfbf;
    text-align: center;
}

div.location-item:last-child div.location
{
    border-bottom: none;
}

/* Location pages */
.postid-72 div.main-column-left p.first-feature{
	display:none;	
}
div.main-column-right div.contact
{
    padding-top: 25px;
}

div.main-column-right div.contact p
{
    margin-bottom: 15px;
}

div.main-column-left p.feature
{
    margin-bottom: 0;
    font-size: 11pt;
    font-weight: 600;
}

div.main-column-left p.feature i
{
    position: relative;
    top: 5px;
    font-size: 24pt;
}

div.main-column-right div.contact .btn
{
    margin-top: 15px;
}

.main-column-right .booking .google-map-wrap
{
    padding: 30px 20px 0 20px;
}

.main-column-right .booking .google-map-wrap > div
{
    height: 160px;
    border-radius: 6px;
}

div.services
{
    height: 461px;
}

div.services h2.featurette-heading
{
    margin-top: 70px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #0e3048;
}

div.services .lead
{
    margin-bottom: 30px;
    color: #fff;
    font-size: 11pt;
}

div.services ul
{
    padding-left: 16px;
}

/* Specialists and doctors */
div.gallery div.specialists
{
    padding-top: 64px;
    padding-bottom: 28px;
}

div.gallery div.specialists div.specialist
{
    padding-top: 23px;
}

/*.gallery .container > .row
{
    overflow: hidden;
}

.gallery .container > .row .doctor-col
{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.gallery .container > .row .doctor-col .tan
{
    margin-bottom: 30px;
}*/

.gallery .container > .row .doctor-col .doc-thumbnail
{
    width: 100%;
    height: 226px;
    background-color: #fafafa;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* News page */
div.post-wrap
{
    margin-bottom: 40px;
    background-color: #f5f5f5;
}

div.post-wrap div.post-info
{
    padding: 15px 44px;
}

div.post-wrap div.featured-image
{
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat:  no-repeat;
}

div.post-wrap div.excerpt
{
    padding: 30px 44px 20px 44px;
}

div.post-wrap p.readmore
{
    margin-bottom: 30px;
}

div.post-wrap p.readmore .btn-success
{
    background-color: #f5f5f5;
}

div.post-wrap p.readmore .btn-success:hover
{
    color: #f5f5f5;
    background-color: #64ddcc;
}

/* Contact page */
.contact-row .google-map-wrap > div
{
    height: 295px;
    border-radius: 6px;
}

.contact-row .circle
{
    margin: 0;
}

.contact-row p > .btn
{
    width: 100%;
}

.contact-separator > div > div
{
    height: 1px;
    padding-top: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #64ddcc;
}

/* Other */
.page-template-template-news .more-link {
	display:none;
}
.news .more-link {
	color: #64DDCB;
}
.home .btn.btn-success img,
.page-template-template-locations .btn.btn-success img,
.single-doctor .col-md-3 .btn.btn-success img{
 display:none;
}
.home .location .btn.btn-default {
	padding:0;
}
.home .location .btn.btn-default .btn-success,
.page-template-template-locations .btn.btn-success,
.single-doctor .col-md-3 .btn.btn-success{
	    color: #0e3048;
    background-color: #fff;
    border: 0;
}
.page-template-template-locations .btn.btn-success,
.single-doctor .col-md-3 .btn.btn-success {
	border: 2px solid #0e3048;
}
#recent-posts-2 {

clear:both;
margin-bottom: 50px;
}
.older-posts {
	float:left;
}
.newer-posts {
	float:right;
}