/*
Theme Name:     Cottesloe RSL
Theme URI:      http://cottesloersl.org.au
Description:    Child theme for the Twenty Twelve theme
Author:         CreativeADM
Author URI:     http://www.creativeadm.com.au
Template:       twentyfourteen                             
Version:        0.1.0!
*/

@import url("../twentyfourteen/style.css");

/* Global */
body{
	font-family: 'Abel', sans-serif;
	margin:0 auto;
	font-size:18px;
	background-color:#FFF;
}
a:link {color:#fff;}      /* unvisited link */
a:visited {color:#999;}  /* visited link */
a:hover {color:#FFF;}  /* mouse over link */
a:active {color:#FFF;}  /* selected link */

.padding-in{
	padding:0.5em;
	box-sizing:border-box;
	behavior: url(css/boxsizing.htc); 
}
.img-full-width{
	width:100%;
}
#p-home-blurb{
	font-size:1.6em;
	text-align:center;
	margin-bottom:0 !Important;
}
#d-slider{
	position:relative;
}
#d-flowers{
	position:absolute;
	left:-40px;
	top:15px;
	z-index:999;
}
#d-flowers img{
	text-align:center;
	width:106.2%;
}
#d-footer-container{
	padding-top:1.0em;
	padding-bottom:1.0em;
	width:100%;
	margin:0 auto;
	background-color:#3f3831;
}
.d-button-container{
	position:relative;
}
.d-btn-title{
	position:absolute;
	text-align:center;
	bottom:1.0em;
	color:#fff;
	font-size:1.5em;
	text-transform:uppercase;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.primary-navigation{
	float:left !important;
	margin-left:0 !important;
}
.primary-navigation a{
	background:#fff !important;
	color:#3f3831 !important;
	font-size:2.0em !Important;
	border-right:1px solid #ccc !important;
}
.primary-navigation a:hover{
	background:#3f3831 !important;
	color:#A97D16 !important;
}
.current-menu-item > a{
	color:#A97D16 !important;
	font-weight:normal !important;
}
.primary-navigation ul ul{
	padding-top:11px !important;
	background-color:#fff !important;
}

.primary-navigation ul ul a {
	border:1px solid #ccc !Important;
	border-bottom:none !Important;
	width:250px !Important;
}
.primary-navigation ul ul:last-child {
	border-bottom:1px solid #ccc !Important;
}
.current-menu-ancestor > a {
	color: #A97D16 !important;
	font-weight:normal !important;
}
#d-search-box{
	background:#3f3831;
	padding:2.0em;
	box-sizing:border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#d-search-blurb{
	color:#fff;
	font-size:2.0em;
}
input[type="search"] {
	width: 98%;
}
.btn-print{
	display:inline;
	padding:1.0em;
	background:#3f3831;
}
.btn-print:hover{
	background:#A97D16;
}
.search-form input[type=submit]{
	display: block !important;
	margin-top:10px !important;
	background-color:#A97D16 !important;
}
.entry-title a{
	color:#3f3831 !Important;
}
.entry-title a:hover{
	color:#A97D16 !Important;
}
.hentry{
	margin:0 !Important;
	max-width:100% !Important
}
.entry-header{
	margin-top:20px !important;
}
.d-banner-image{
	margin-bottom:20px !important;
}
.post-thumbnail{
	margin-bottom:20px;
}
.content_right, .content_left{
	float: left;
	width: 45%;
}
.content_left{
	padding-right: 5%;
}
.content-sidebar {
	border: 0;
	float:none !important;
	margin-left: 0 !Important;
	padding: 0 !important;
	position:inherit !important;
	width: auto !important;
}
.widget{
	margin-bottom:0 !Important;
}
.page-numbers{
	color:#630 !important;
}
.page-numbers:hover{
	border-top: 5px solid #630 !important;
}
.paging-navigation .page-numbers.current {
	border-top: 5px solid #ccc;
}
.metaslider .caption-wrap {
	display: none !important;
}
.a2zaal_widget li a{
	font-size:1.0em !important;
	color:#630 !Important;
}
.btn-links-home:hover{
	opacity:0.8 !important;
}
#d-rsl-logos{
	text-align:right;
}
/* Tablet */
@media screen and (max-width: 1024px) {

}


@media screen and (max-width: 1100px) {
	#d-flowers{
		display:none;
	}
	#d-rsl-logos{
		text-align:center;
	}
	#d-govn-logo{
		text-align:center;
	}
}

/* Mobile */
@media screen and (max-width: 480px) {
	#d-flowers{
		display:none;
	}
}

@media print {
	#d-rsl-logos{
		display:none !important;
	}
	#d-govn-logo{
		display:none !important;
	}
}



