/*
Theme Name: KSP2016
Theme URI: http://kyliesouthphotography.com.au/
Author: Digital Barn
Author URI: http://digitalbarn.com.au
Description: Theme developed for Kylie South Photography, 2016
*/

a:hover, a:focus {
	text-decoration: none;
}

img {
height: auto;
max-width: 100%;
border: 1px solid white;
}

body {
	background: #f3f3f3;
	font-family: "Times New Roman", Georgia, serif;
	padding-bottom: 100px;
}

.container {
	max-width: 1060px;
}

a#logo {
	background: url('images/unnamed.png') no-repeat;
	display: block;
    width: 248px;
    height: 142px;
	margin: 32px auto 46px;
}

.home h3 {
	font-family: 'JacquesGilles';
	color: #afafb2;
	text-align: center;
	font-size: 24px;
}

.home h3:before {
	content: '';
	background: url('images/motif-left-grey.png') left;
    width: 31px;
    height: 46px;
    display: inline-block;
    margin: 0 10px -16px -39px;
    background-size: 100%;
}

.home h3:after {
    content: '';
    background: url(images/motif-right-grey.png) right no-repeat;
    width: 27px;
    height: 35px;
    display: inline-block;
    margin: 0 -27px -5px 10px;
}


.home .ctas:first-child h3:after, .home .ctas:last-child h3:before {
	display: none;
}


.home .ctas:last-child h3 {
	margin-top: 32px;
}


.home h3 a {
	color: inherit;
}

.home h3:before {
	content: '';
}

.home h3:after {
	content: '';
}

img {
	max-width: 100%;
}

.entry-content img {
	display: block;
	margin: 0 auto 10px;
}

.entry-content p {
	color: #afafb2;
}

.entry-content blockquote p {
	color: #afafb2;
}

#header {
	background: white;
}

.menu-header-menu-container ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu-header-menu-container ul li {
	display: inline-block;
	padding: 5px 20px;
}

.menu-header-menu-container ul li a {
	display: block;
	font-family: 'JacquesGilles';
	color: #b6b6b6;
	font-size: 1.25em;
}

.menu-header-menu-container ul li.current-menu-item a {
	color: #afafb2;
}

blockquote {
border: none;
padding: 0;
text-align: center;
}

.feature {
margin: 1em 0;
}

h1.entry-title {
	font-family: 'JacquesGilles';
	color: #afafb2;
	margin: 1em 0;
	text-align: center;
}

body.home {
    //border-bottom: 42px solid #60616A;
}

body.home #footer {
//display: none;
}

#footer {
	background: #afafb2;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 100;
    min-height: 42px;
}

#footer ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

#footer ul li {
	display: inline-block;
	padding: 10px 0;
}

#footer ul li a {
	display: block;
	color: #FFF;
	font-size: 1.15em;
	text-transform: uppercase;
    letter-spacing: 1px;
}

#footer ul li.current-menu-item a {
    color: #999;
}

#footer ul li a:after {
    content: '-';
    padding: 0px 20px;
    display: inline-block;
    font-weight: bold;
	color: white;
}

#footer ul li a:hover {
color: #b6b6b6;
}

#footer ul li:last-child a:after {
display: none;
}

.entry-content {
font-size: 1.2em;
}



h3 {
	color: #afafb2;
	text-align: center;
}

h1.landing-title {
	text-align: center;
	margin-top: 0;
}

#badges {
	position: fixed;
	bottom: 42px;
	right: 0;
	width: 105px;
	z-index: 100;
}

#badges img {
	max-width: 80px;
	margin: 0 25px 25px 0;
	border: none;
}

div#inline-badges {
	text-align: center;
}

div#inline-badges a {
    display: inline-block;
    max-width: 100px;
    padding: 10px;
}

div#inline-badges a img {
	border: none;
}


#social {
    text-align: right;
}

#social a {
width: 17px;
    height: 17px;
    display: inline-block;
    padding: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

#social a.social-fb {
background-image: url('images/ks-fb.jpg');
}

#social a.social-ig {
background-image: url('images/ks-ig.jpg');
}

#social a.social-p {
background-image: url('images/ks-p.jpg');
}


.anythingSlider-default {
	padding: 0;
}

.anythingSlider-default .anythingWindow {
	border: none !important;
}

#slider-holder {
    height: 588px;
}

.slide-holder {
    width: 100%;
    height: 588px;
}

#slider-holder img {
//	max-width: 100%;
//	max-height: 100%;
}

.panel {
	border: none !important;
	border-radius: 0;
}

.category h3 {
    font-size: 20px;
    margin: 10px 0 30px;
}





@media all and (max-width: 1200px) {
#slider-holder, .slide-holder {
height: 533px;
}
}

@media all and (max-width: 992px) {
#slider-holder, .slide-holder {
height: 410px;
}
}


@media all and (max-width: 768px) {
a#logo {
background: url(images/kyliesouth-mobile.png);
    background-size: contain;
    background-position: center;
}
}


