/*
Theme Name: Coburg Shopping Center
Theme URI: http://www.coburgshoppingcentre.com.au/
Description: "Coburg Shopping Center" responsive theme for WordPress.
Version: 1.1
Author: Evolution Design Agency
Author URI: http://www.evolutiondesign.com.au/
Tags: "Coburg Shopping Center"
*/

@import url(bootstrap/css/bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700|Source+Sans+Pro:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css);
@import url(//evolutiondesign.com.au/assets/fonts/eda/eda.css);

/* =WordPress Core
-------------------------------------------------------------- */


.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto !important;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px !important;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0 !important;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto !important;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px !important;
}



a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0 !important;
}

a img.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.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 p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/* end WordPress Core */


html {font-size: 1.25em;}

body {
  background-color: white;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 1.602em;
}

h2 {font-size: 1.424em;}

h3 {font-size: 1.266em;}

h4 {font-size: 1.125em;}

small, .font_small {font-size: 0.889em;}



body {
    background-image: url('images/background.png');
    background-repeat: repeat;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

h1, h1 a, h1 a:hover { color: #00a1e1; }
h2, h2 a, h2 a:hover { color: #00a1e1; } 
h3, h3 a, h3 a:hover { color: #00a1e1; } 
h4, h4 a, h4 a:hover { color: #00a1e1; } 


.navbar {
    margin-bottom: 0;
}


#site-header {
    margin: 20px 0 20px 0;
}

/*
#site-header,
#site-header a {
    color: #3e1052;
}
*/

#header-container h1 {
    margin: 0;
}

#site-header-nav,
#site-footer-nav {
    background-image: url('images/site-nav-background.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 0 20px 0;
}

ul.site-navigation {
    list-style: none;
    font-size: 0.9em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

ul.site-navigation:after {
    clear: both;
    content: " ";
    display: table;
}

ul.site-navigation > li {
    float: left;
}

ul.site-navigation > li > a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 0 5px;
    padding-top: 18px;
    color: #3e1052;
}

ul.site-navigation > li:nth-child(1) > a { background-image: url('images/site-nav-icon-1.png'); padding-left: 24px; }
ul.site-navigation > li:nth-child(2) > a { background-image: url('images/site-nav-icon-2.png'); padding-left: 24px; }
ul.site-navigation > li:nth-child(3) > a { background-image: url('images/site-nav-icon-3.png'); padding-left: 36px; }
ul.site-navigation > li:nth-child(4) > a { background-image: url('images/site-nav-icon-4.png'); padding-left: 36px; }
ul.site-navigation > li:nth-child(5) > a { background-image: url('images/site-nav-icon-5.png'); padding-left: 36px; }


#site-header-social {
    text-align: center;
	padding-right: 40%;
}

#site-header-social a {
    display: inline-block;
    margin: 0px 2px;
    color: #9f1a65;
}

#site-header-social-search {
    background-color: #f0f0f1;
    padding: 12px;
}


.homepage-section {
    padding: 0;
}

.homepage-section h2, 
.homepage-section h2 a, 
.homepage-section h2 a:hover,
.homepage-section h3, 
.homepage-section h3 a, 
.homepage-section h3 a:hover,
.homepage-section h4, 
.homepage-section h4 a, 
.homepage-section h4 a:hover { 
    color: #572f68; 
}

.homepage-section-image {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: table;
    padding: 100px 0;
}

.homepage-section-image h2 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.homepage-section-image h2 > a {
    display: inline-block;
    height: 280px;
    width: 280px;
    border-radius: 200px;
    background-color: rgba(62, 16, 82, 0.75);
    padding: 20px;
    margin: auto;
}

.homepage-section-image h2 > a > span {
    display: block;
    height: 240px;
    width: 240px;
    border-radius: 200px;
    border: 3px solid transparent;
    padding-top: 100px;
}

.homepage-section-image h2 > a > span > span {
    display: none;
}

.homepage-section-image h2 > a:hover > span {
    border: 3px solid #fff;
}

.homepage-section-image h2 > a:hover > span > span {
    display: block;
    margin-top: 10px;
}

.homepage-section-image,
.homepage-section-image a {
    color: #fff !important;
}

#homepage-content-wrapper {
	margin-top: 0px;
	padding-bottom: 40px;
	background: #ffffff;
	border-bottom: solid 1px #d7d7d7;
}

#homepage-content p {
	font-size: 1.12em;
	line-height: 1.2em;
}

#homepage-content img {
    display: block;
	margin: 0 auto;
}

#homepage-events {
    margin-bottom: 1rem;;
}

#homepage-news .homepage-section-image h2 > a { background-color: rgba(62, 16, 82, 0.85); }
#homepage-events .homepage-section-image h2 > a { background-color: rgba(0, 161, 225, 0.85); }

.homepage-posts {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.homepage-event-posts h3 a, 
.homepage-event-posts h4 {
    color: #00a1e1;
}

.homepage-event-title {
    margin-left: 90px;
}

.homepage-event-posts h3 {
    margin-bottom: 0;
}

.homepage-event-posts h4 {
    margin-top: 10px;
}

.homepage-event-calendar {
    float: left;
    width: 70px;
}

.homepage-event-month,
.homepage-event-day {
    text-align: center;
    text-transform: uppercase;
}

.homepage-event-month {
    background-color: #00a1e1;
    color: #fff;
    font-weight: bold;
}

.homepage-event-day {
    background-color: #fff;
    color: #868585;
    font-weight: bold;
    font-size: 1.414em;
    border: 2px solid #00a1e1;
    border-top: none;
    padding: 1px 0;
}


.coburg-events-list {
    list-style: none;
    padding: 0 !important;
}


.business-directory-search {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.business-directory-search label {
    color: #9f1a65;
}

.directory-search-category-wrapper,
.directory-search-box-wrapper,
.directory-search-submit-wrapper {
    display: table-cell;
}

.directory-search-category-wrapper { width: 0%; }
.directory-search-box-wrapper { width: 90%; }
.directory-search-submit-wrapper { width: 10%; }

.directory-search-category,
.directory-search-box {
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 5px;
    opacity: 0.85;
}

.directory-search-category {
    padding: 6px 34px 6px 10px;
    width: 95%;
}

.directory-search-box {
    padding: 6px 10px 6px 10px;
    width: 100%;
    color: #3e1052;
}

.directory-search-submit {
    background: none;
    border: none;  
    opacity: 0.85;
}


.homepage-swiper .swiper-slide {
    position: relative;
    padding-bottom: 295px;
}

.homepage-swiper .swiper-slide img {
    max-width: 100%;
    height: auto;
}

.homepage-swiper .slide-image {
    width: 100%;
}
    
.homepage-swiper .slide-info {
    background-image: none;
    	background-image: url('images/gallery-wave-sm.png');
		background-repeat: no-repeat;
		background-position: center center;
    height: 450px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
    
.homepage-swiper .slide-title {
    padding: 120px 0 0 0;
}
    
.homepage-swiper .slide-title h4 {
    text-transform: none;
    font-weight: 400;
}
    
.homepage-swiper .slide-text {
    padding: 180px 0 0 0;
}

.homepage-swiper .swiper-pagination {
    position: absolute;
    width: 100% !important;
    bottom: 100px !important;
    right: 0 !important;
    left: auto !important;
	padding-top: 5px !important;
	background: url('images/swiper-pagination-background.png') center left repeat-x;
}

.homepage-swiper .swiper-pagination-bullet { width: 20px; height: 20px; background-color: #00a1e1 !important; opacity: 1; }
.homepage-swiper .swiper-pagination-bullet-active { background-color: #68d0ec !important; }


.homepage-blog-posts > li {
    clear: both;
    margin-bottom: 20px;
}

.homepage-blog-posts h3 > i:nth-child(1) { color: #3e1052; }
.homepage-blog-posts h3 > i:nth-child(2) { color: #9f1a65; }
.homepage-blog-posts h3 > i:nth-child(3) { color: #d93f9c; }

.homepage-blog-post-more,
.homepage-event-post-more {
    display: block;
    text-align: right;
    background-image: url('images/more-link-background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0.8em;
    color: #424142;
}

.homepage-blog-post-more > span,
.homepage-event-post-more > span {
    background-color: #fff;
    display: inline-block;
    padding: 0 0 0 10px;
}

.homepage-blog-post-more > span > i:nth-child(1) { color: #c4e7f3; }
.homepage-blog-post-more > span > i:nth-child(2) { color: #68d0ec; }
.homepage-blog-post-more > span > i:nth-child(3) { color: #00a1e1; }


.homepage-event-post-more {
    text-align: left;
}

.homepage-event-post-more > span {
    padding: 0 10px 0 0;
}

.homepage-event-post-more > span > i { color: #9f1a65; }

#homepage-social-feeds h3 {
    color: #009975;
	font-size: 1em;
    font-weight: normal;
    line-height: 68px;
    margin: 0 -15px 0 -15px;
    padding: 0 30px 0 15px;
    background: #f0f0f1;
}

#homepage-social-feeds a:hover {
    text-decoration: none;
}

#homepage-social-feeds h3 span {
    color: #333333;
	text-transform: none;
	margin-left: 20px;
}

#homepage-social-feeds h3 i {
    float: right;
    font-size: 1em;
    line-height: 68px;
}


/* page: single-trader */

.trader-thumbnail {
    margin-bottom: 20px;
}

.trader-content h3 {
    margin-top: 10px;
}

.trader-content h3,
.trader-content h4,
.trader-dl dt,
.trader-social a {
    color: #3e1052;
}

.trader-map {
    margin-top: 30px;
}

.trader-social {
    padding: 10px 0;
}

.trader-gallery a {
    display: block;
    margin-bottom: 30px;
}

.trader-url {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.trader-dl {
    margin-top: 20px;
}

.trader-dl dt {
    text-align: left;
    text-transform: uppercase;
}

.trader-dl dd {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}


/* page: page-trader-directory */
    
.trader-directory-a-z {
    list-style: none;
    margin: 0 44px;
    padding: 0;
}

.trader-directory-a-z:after {
    content: ' ';
    display: table;
    clear: both;
}

.trader-directory-a-z li {
    float: left;
}

.trader-directory-a-z li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #f0f0f1;
    line-height: 38px; /* (height - border-width) */
    margin: 0 0 8px 8px;
    background-color: #f0f0f1;
    color: #9f1a65;
    font-weight: bold;
    text-align: center;
}

.trader-directory-a-z li a.selected {
    border-color: #9f1a65;
}

.trader-directory-a-z li:nth-child(14) {
    clear: left;
}

.trader-listing {
    margin-bottom: 80px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
}

.trader-listing,
.trader-listing a {
    color: #3e1052;
}

.trader-listing h2 {
    font-size: 0.9em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #d7d7d7;
}

.trader-listing address {
    margin-bottom: 10px !important;
}

.trader-listing .trader-contact {
    margin: 0 0 10px 0;
}


main {
    min-height: 500px;
}


#content {
    padding-top: 20px;
    padding-bottom: 20px;
}

#content ul,
#content ol {
    list-style-position: inside;
}

#content ul {
    padding: 0 20px;
    margin-bottom: 1em;
}

#content ol {
    padding: 0 40px;
    margin: 10px 0;
}

#content ul ul,
#content ol ol {
    margin: 0;
}

#content ul ul {
    list-style: circle;
}

#content img {
    max-width: 100%;
    height: auto;
}


.pagination-wrapper {
    text-align: center;
}


.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}


footer > .container > .row {
    position: relative;
}


#footer-wrapper {
    background-image: url('images/footer-wave.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 80px 0 0 0;
    min-height: 334px;
    position: absolute;
    width: 100%;
    margin-top: 0;
}


.site-footer-nav {
    margin: 0;
    padding: 0 0 30px 0;
    list-style: none;
    font-size: 0.8em;
    font-weight: 700;
    background-color: #fff;
}

.site-footer-nav li {
    display: block;
    margin: 20px 0;
}

.site-footer-nav,
.site-footer-nav a {
    color: #e2e2e2;
}

#footer-social {
    text-align: center;
    margin-top: 50px;
}

#footer-social a {
    margin: 0 10px 0 0;
    color: #9f1a65;
}

.small-padding {
	padding-bottom: 20px;
}


/* twitter typeahead CSS for business directory search */
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead {
  width: 100%;
  display: inline-flex !important;
  display: -moz-inline-box !important;
}


/* sm and up */
@media (min-width: 768px) {

    ul.site-navigation > li > a {
        margin: 0 5px;
        padding-top: 37px;
    }
    
    
    .homepage-swiper .slide-title {
        padding: 75px 0 0 0;
    }
	
	.homepage-swiper .slide-info {
    	background-image: url('images/gallery-wave.png');
		background-repeat: no-repeat;
		background-position: center center;

	}
    
    .homepage-swiper .swiper-pagination {
        bottom: 50px !important;
    }
	
	#homepage-content-wrapper {
		padding-bottom: 60px;
	}

   
    .homepage-section {
        padding: 0;
    }

    .homepage-section-image h2 > a {
        height: 400px;
        width: 400px;
    }

    .homepage-section-image h2 > a > span {
        height: 360px;
        width: 360px;
    }

    .homepage-section-image h2 > a > span {
        padding-top: 165px;
    }

    
    .directory-search-category-wrapper { width: 35%; }
    .directory-search-box-wrapper { width: 58%; }
    .directory-search-submit-wrapper { width: 7%; }

    
    .site-footer-nav {
        margin: 0 0 0 10px;
    }

    .site-footer-nav li {
        display: inline;
    }
    
    .site-footer-nav li:after {
        content: '|';
        padding: 0 5px;
    }
    
    .site-footer-nav li:last-child:after {
        content: '';
    }
    
    
    .made-by-eda {
        margin-top: 0px;
    }
	
	
}


/* md and up */
@media(min-width:992px) {

    ul.site-navigation > li > a {
        margin: 0 3px;
        padding-top: 37px;
    }
    
    
    .directory-search-category-wrapper { width: 35%; }
    .directory-search-box-wrapper { width: 55%; }
    .directory-search-submit-wrapper { width: 10%; }
    

    .homepage-section-image-wrapper-left { padding-right: 0; }
    .homepage-section-image-wrapper-right { padding-left: 0; }
    
    .homepage-section-image {
        min-height: 75vh;
    }
    

    .homepage-swiper .slide-text {
        padding: 200px 0 0 0;
    }
    

    .homepage-blog-posts {
        margin-left: 20px;
    }

    .homepage-event-posts {
        margin-right: 20px;
    }

    
    #footer-nav-wrapper {
        margin-top: 130px;
    }

    
    body.home #footer-wrapper {
        padding: 40px 0 0 0;
        margin-top: -145px;
    }

    
    .trader-directory-a-z {
        float: right;
        margin: 0;
    }
	
	.small-padding {
		padding-bottom: 0;
	}
	
}

/* lg and up */
@media(min-width:1200px) {
    
    ul.site-navigation > li > a {
        margin: 0 15px;
        padding-top: 37px;
    }
    
    ul.site-navigation > li:after {
        content: '\2022';
    }

    ul.site-navigation > li:nth-child(1):after { color: #00a1e1; }
    ul.site-navigation > li:nth-child(2):after { color: #eb6bb1; }
    ul.site-navigation > li:nth-child(3):after { color: #a1d782; }
    ul.site-navigation > li:nth-child(4):after { color: #009976; }

    ul.site-navigation > li:last-child:after {
        content: '';
    }
    

    .directory-search-category-wrapper { width: 30%; }
    .directory-search-box-wrapper { width: 60%; }
    .directory-search-submit-wrapper { width: 10%; }

    
    body.home #footer-wrapper {
        margin-top: -80px;
    }
}   
