/* @override 
	http://canvas.paulkellycreative.com.au/pkc-new/templates/pkc/assets/css/style-a.css
	https://www.paulkellycreative.com.au/templates/pkc/assets/css/style-a.css
	https://paulkellycreative.com.au/templates/pkc/assets/css/style-a.css */

/****** ------- Basebuild Designed by Norm Douglas & Luke Armistead  ---- ******
__________           .____________                                      _____             .___.__        
\______   \ ____   __| _/   _____/ ____  __ _________   ____  ____     /     \   ____   __| _/|__|____   
 |       _// __ \ / __ |\_____  \ /  _ \|  |  \_  __ \_/ ___\/ __ \   /  \ /  \_/ __ \ / __ | |  \__  \  
 |    |   \  ___// /_/ |/        (  <_> )  |  /|  | \/\  \__\  ___/  /    Y    \  ___// /_/ | |  |/ __ \_
 |____|_  /\___  >____ /_______  /\____/|____/ |__|    \___  >___  > \____|__  /\___  >____ | |__(____  /
        \/     \/     \/       \/                          \/    \/          \/     \/     \/         \/ 
*/
/**
* @version$Id: style.css 001 2013-06-28 09:50:00Z Anton Wintergerst $
* @packageJiGrid Template Framework for Joomla 2.5-3.0
* @copyrightCopyright (C) 2013 Jinfinity. All rights reserved.
* @licenseGNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
* @websitewww.jinfinity.com
* @email support@jinfinity.com
*/
@media screen and (min-width:600px) {
	#mobilerow {
		display: none;
	}

}
body {
	font-size: 14px;
	color: #333;
}
.contact .jirow.showcase {
    background: url('../images/contact-bg.jpg') no-repeat 0 0;
}
.jicell.phone-only {
	display: none;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 150%!important;
}
iframe {
	max-width: 100%;
}
.desktop .phone-only {
	display: none;
	height: 0px;
}
i {
	font-family: "FontAwesome";
	font-style: normal;
}
.jbIntroText ul {
	padding: 10px 30px;
}
.homepage-our-clients p {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
.jirow {
	background: #fff;
}
.jirow.showcase {
	background: none;
}
.moduletable.socialicons {
	padding: 15px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: row;
}
.footertop2 .socialicons {
	padding: 0;
}
.moduletable.homepage-showcase {
	min-height: 600px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
.jirow.mainrow .outer {
	padding: 0;
}
.footerlogo p {
	background: #333;
	color: #fff;
	padding: 5px;
}
video {
	display: inline-block;
}
#supersize-video {
	min-width: 100%;
	position:fixed;
	top: 0;
	z-index: -100;
}
.articlebody ul {
	margin: 10px 20px;
	padding: 5px;
}
.articlebody ul li, .modulebody ul li {
	list-style: circle;
}
.articlebody li {
	margin-bottom: 10px;
}
ul li {
	list-style: none!important;
}
p, h1, h2, h3, h4, li, a, label {
	font-family: 'Public Sans', sans-serif;
	color: #333;
	font-weight: 100;
}
h2, h3 {
	font-family: 'Public Sans', sans-serif;
}
a:hover, .active a{
	color: #aaa;
	text-decoration: none;
}
img a, a img {
	border: none;
}
.moduletable p {
	margin: 0;
}
fieldset.well {
	border: none;
}
h3:after, h2:after, .recent-work-item h3:after, .services-page .flex-item:nth-of-type(3) .imagebox-text h3:after, .services .textbox h3:after {
	content: "";
	border-bottom: 1px solid #40f5ef;
	width: 100px;
	position: relative;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.redbg h3:after, .redbg h2:after, .services-page .imagebox-text h3:after {
	border-bottom: 1px solid #fff;
}
.blackbg h3:after, .blackbg h2:after, .imagebox-text h2:after {
	border-bottom: 1px solid #fff;
}
.services .articlebody h2, .homepage-showcase h2 {
	line-height: 120%!important;
}
.homepage-showcase h2 {
	width: 68%;
	margin: auto!important;
}
.services .articlebody h2:after {
	display: none;
}
.jirow.showcaserow2,.jirow.bottomrow2 ,.jirow.bottomrow5 {
	background: #40f5ef;
}
.jirow.showcaserow2 {
    background: #333;
}
.jirow.bottomrow5 {
    background: #333;
}
.jirow.bottomrow4 {
	background: #4d4b4e;
}
.redbg h3, .redbg h2, .redbg p, .blackbg h3, .blackbg h2, .blackbg p, .homepage-showcase h2 {
	color: #fff;
}
.showcasecell .outer, .bottomcell2 .outer, .bottomcell4 .outer, .bottomcell6 .outer {
	padding: 0;
}
.textbox h3, .recent-work-item h3, .the-pack-item h3, .services .textbox h3, .homepagebutton h3 {
	font-size: 2.5vw;
}
.services .textbox h3 {
	margin-bottom: 10px;
}
.flexbox {
	display: flex!important;
}
.rightbox {
	flex-direction: row!important;
}
.leftbox {
	flex-direction: row-reverse!important;
}
.founded-by-paul .imagebox, .a-good-coffee .imagebox {
	flex-basis: 40%;
}
.founded-by-paul .textbox, .a-good-coffee .textbox {
	flex-basis: 60%;
}
.textbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
	padding: 50px;
}
.blackbg .textbox {
	background: #4d4b4e;
}
.homepage-our-clients p {m
	text-align: center;
}
.clientslist .zt-item {
	width: 14.2%;
	height: 200px;
	padding: 10px!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
}
.moduletable.clientslist {
	margin-top: 30px!important;
}
.navbar-spacer {
	height: 85px;
	pointer-events: none!important;
}
.jirow.mobilerow {
	position: fixed!important;
}
.imagebox p {
	margin: 0;
}
.services .maincell .outer {
	padding: 0;
}
.services .grid-item .outer {
	padding: 0;
}
.arrowbutton {
	margin-top: 10px;
}
.ishome .arrowbutton {
	color: #fff;
}
.arrowbutton a {
	color: #fff!important;
}
.services .arrowbutton a {
	color: #333!important;
}
.homepagebutton .arrowbutton a {
	color: #fff!important;
}
.fa-stack-2x, .fa-stack-1x {
	line-height: inherit!important;
}
.socialicons .fa-stack-1x {
	color: #fff;
}
.say-what .zt-text-intro {
	margin-bottom: 0;
}
/*--Top--*/
/*--Header--*/
.socialicons p a {
	margin: 5px;
}
/*--Nav--*/
.jicell>.outer {
	display: inline-block;
	width: 100%;
}
.mainmenu ul, .footermenu ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}
.mainmenu li, .footermenu li {
	list-style: none;
	flex-grow: 1;
	text-align: center;
}
.mainmenu li a, .footermenu li a {
	display: block;
	padding: 20px 0;
}
.moduletable.mainmenu, .moduletable.footermenu {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.footermenu li a {
	padding: 10px;
	font-size: 12px;
}
.jitogglemenubtn.btn {
	float: none;
}
.jirow.nav {
	margin-bottom: 0;
	position: fixed;
	z-index: 2!important;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.map .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
}
.map .overlay:hover {
	background-color: rgba(9, 5, 221, 0.40);
}
.map .overlay {
	position: absolute;
	display: block!important;
	width: 100%;
	height: 100%!important;
	z-index: 2!important;
}
.map {
	position: relative;
}
/*--Drop-Down--*/
.mainmenu ul ul {
	display: none;
	position: absolute;
	padding: 0!important;
	z-index: 99;
}
.mainmenu ul li:hover ul {
	display: block;
}
/*--Showcase--*/
.showcasecell2 .outer {
	padding: 0;
}
.homepagebuttons {
	display: flex;
	flex-direction: row;
}
.homepagebutton {
	position: relative;
	flex-basis: 25%;
	text-align: center;
	padding: 10px 60px;
	display: flex;
	flex-direction: column;
}
.homepagebutton:hover {
	background: #40f5ef;
}
a.full-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}
/* System Message */
#system-message-container .alert {
	background: #cb3636;
	padding: 10px;
}
#system-message-container * {
	margin: 0;
}
/*--Above--*/
.breadcrumbs li {
	float: left;
	margin: 5px;
	display: block;
}
.logo img {
	width: 150px;
	float: right;
}
/*--Main--*/
.page-header {
	padding: 0;
	margin: 0;
	border-bottom: 0;
}
.blog .cat-children {
	clear: both;
}
.blog .items-leading img.thumb {
	float: right;
}
.blog .items-row {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.blog .items-row .span6 .item {
	width: 48%;
	float: left;
	padding: 10px;
}
.jirow.Main .outer {
	min-height: 250px;
	padding: 10px;
}
.item-page {
	text-align: center;
}
.ishome .item-page, .brand .item-page, .design .item-page, .web .item-page, .social .item-page, .contact .item-page, .geelong-web-design .articlebody, .geelong-seo-services .articlebody, .graphic-design-position .articlebody {
	max-width: 1000px;
	margin: auto;
	padding: 50px 0;
}
.graphic-design-position .articlebody a {
    color: #9DF5EF ;
}
.tooltip {
	position: absolute !important;
	background: #ccc;
	padding: 3px;
	border: 1px solid #333;
	color: #222;
}
.login-info .jbIntroText img {
	border: 1px solid #333;
	padding: 5px;
}
.phone .cfdiv_text input,.phone .ccms_form_element textarea,.phone .ccms_form_element select {
	clear: both;
	float: left;
	width: 100%;
}
.page-header h2, .moduletitle h3, .textbox h2, .homepage-showcase h2, .imagebox-text h3, .ishome .articlebody h2, .a-good-coffee h2, .geelong-web-design .articlebody h2, .geelong-seo-services .articlebody h2, .articlebody h2 {
	font-size: 4.5vw;
	text-align: center;
}
.flex-page {
	display: flex;
	flex-direction: column;
}
.flex-item {
	position: relative;
	display: flex;
	flex-direction: row;
}
.articlebody .flex-page p {
	margin: 0;
}
.flex-item .text-column {
	order: 2;
}
.flex-item .image-column {
	order: 1;
}
.flex-item:nth-of-type(odd) .text-column {
	order: 1;
}
.flex-item:nth-of-type(odd) .image-column {
	order: 2;
}
.flex-page .column {
	flex-basis: 50%;
	position: relative;
}
.flex-item h3 {
	text-align: center;
	font-weight: 900;
	margin: 0;
}
.work-text h3 {
	margin-bottom: 10px;
}
.recent-work-page .flex-item {
	margin-bottom: 20px;
}
.work-text p, .work-text li {
	margin-bottom: 10px;
	font-size: 14px;
}
.recent-work-item .text-column {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
	justify-content: space-between;
}
.the-pack-item .text-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	padding: 50px;
	text-align: center;
}
.the-pack-item .text-column p {
	margin-bottom: 10px;
}
.recent-work-item .image-column {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
}
.image-column.imagebox {
	position: relative;
}
.imagebox-text {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.imagebox-text h3 {
	color: #fff;
}
.services-item h3 .blacktext {
	color: #333!important;
}
.work-text {
	padding: 20px 50px;
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background: #f1f2f2;
}
.the-pack-item .text-column {
	background: #f1f2f2;
	
}
.column .work-small-images {
	display: flex;
	flex-direction: row;
}
.small-image {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.small-image img {
	height: 100%!important;
	display: block;
}
.work-large-image {
	flex-grow: 2;
}
.small-image p, .work-large-image p {
	margin: 0!important;
}
.chronoform {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.chronoform .form-group.gcore-form-row, .chronoform .gcore-input.gcore-display-table {
	display: flex;
	align-content: center;
	justify-content: center;
}
.contactform .gcore-input {
	width: 100%;
}
.chronoform .form-control {
	width: 300px!important;
}
.contactform .gcore-input .form-control {
	text-align: center!important;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.moduletable.founded-by-paul {
	display: flex;
	align-content: center;
	justify-content: center;
}
.custom.a-good-coffee {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	max-width: 800px!important;
	padding: 10px;
}
.moduletable.say-what {
	max-width: 800px;
	margin: auto;
	text-align: center!important;
}
.moduletable.a-good-coffee {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	background: url('../images/coffee-image.jpg') no-repeat 0 0;
	background-size: cover;
	min-height: 300px;
}
.custom.a-good-coffee, .custom.founded-by-paul {
	max-width: 1600px;
	margin: auto!important;
}
/*--Right--*/
/*--Left--*/
/*--Below--*/ 
/*--Bottom--*/
/*--Footer--*/
.jirow.footer {
	background: #f1f2f2;
}
.pkbranding {
	padding: 10px;
}
.pkbranding p {
	margin: 0;
}
.footer .adminmenu {
	float: right;
	width: 100%;
	text-align: right;
}
.adminmenu ul li a {
	padding: 0 5px;
}
.adminmenu ul {
	padding: 0;
	float: right;
}
.adminmenu li a {
	padding: 0 10px!important;
}
#footer>.rowouter, #footertoprow>.rowouter {
	max-width: 900px!important;
	width: 100%!important;
}
.jirow.footer .outer {
	background: #f1f2f2;
}
/*--Phone--*/
.desktop .moduletable.desktop {
	display: block;
}
.desktop .moduletable.phone {
	display: none;
}
.phone .moduletable.desktop {
	display: none;
}
.phone .moduletable.phone {
	display: block;
}
/* Mobile menu stuff */
.jitogglemenu li a {
	color: #333!important;
	background: #fff;
}
.phone .jitogglemenubtn {
	width: 99%;
	color: #333!important;
}
.phone .jitogglemenu li.active a {
	background: #fff;
}
.phone .jitogglemenubtn {
	border: none;
}
.jitogglemenu {
	width: 100%;
	max-width: none;
	position: relative;
	z-index: 99999;
	display: none;
}
.mobilemenu .outer {
	padding: 0;
}
.jitogglemenu {
	margin-bottom: 0;
}
.jitogglemenubtn.btn.btn-navbar {
	box-shadow: none;
	border: none;
	background: none;
}
.jicell.footerbottom1 .outer {
	padding: 0;
}
.mobilemenu li, .mobilemenu .nav-childinner, .mobilemenu .nav-child {
	margin: 0!important;
	padding: 0!important;
}
.nav-child li {
	border-left: none!important;
	border-right: none!important;
	border-bottom: none!important;
}
.jirow.mobilerow {
	position: fixed;
	background: #fff!important;
	z-index: 999!important;
}
/*--Form--*/
.datepicker_dashboard {
	padding: 20px;
	width: 200px;
	height: 160px;
}
/*--Editor--*/
.edit ul.nav.nav-tabs {
	display: none;
}
.edit .btn-toolbar {
	float: left;
	width: 100%;
	margin: 20px 0;
}
#users-profile-core, #users-profile-custom {
	background: #fff;
	padding-top: 20px;
}
.active-result {
	color: #333;
}
.tooltip {
	position: absolute !important;
	background: #ccc;
	padding: 3px;
	border: 1px solid #333;
	color: #222;
}
.edit .btn-toolbar button {
	float: left;
}
/*breadcrumbs */
ul.breadcrumb {
 text-align: center;
 width: 90%;
 background: none;
 margin: 0;
 padding: 0;
}
.breadcrumb i {
 font-size: 1em;
 margin: 0 5px;
}
.breadcrumb li {
 display: inline-block;
}
.breadcrumb li * {
 color: #666;
 font-size: .6em;
 text-transform: uppercase;
}
.breadcrumb li a:hover {
 color: #222;
}
/*--Typography--*/
a {
	text-decoration: none;
}
/*--Misc Utilities--*/
/*-Vertical Centering-*/
modulebody {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
}
internal {
min-height: 200px;
display: -webkit-box;
display: -moz-box;
display: box;

-webkit-box-align: center;
-moz-box-align: center;
box-align: center;

-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
width: 200px;
background: #666;
border-radius: 50%;
}
custom {
display: -webkit-box;
display: -moz-box;
display: box;

-webkit-box-align: center;
-moz-box-align: center;
box-align: center;

-webkit-box-pack: center;
-moz-box-pack: center;
box-pack: center;
padding: 20px
}
.system-unpublished {
	opacity: .5;
}
.pagination {
	clear: both;
}
.pagination li {
	display: inline-block;
	margin: 0 5px;
}
.tip-wrap {
	background: #ddd;
	padding: 10px;
	border: 1px solid #999;
}
.btn.jmodedit {
	display: none !important;
}
/*--Sliders--*/
.active .panel-heading a.accordion-toggle::before {
	content: '\f103';
	font-family: FontAwesome;
}
.panel-heading a.accordion-toggle::before {
	content: '\f101';
	font-family: FontAwesome;
}
.jisocialwidgets>div {
	display: inline-block;
	margin: 0 10px 0 0;
}
.modal-body {
	width: 98%;
	position: relative;
	max-height: 400px !important;
	padding: 1%;
	overflow: scroll !important;
}
.brand-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.brand-box {
    flex-basis: 33.3%;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
}
.brand-box-inner {
    position: relative;
}
.brand-text {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    opacity: 0;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity .5s ease-in-out;
    padding: 60px;
}
.brand-box:hover .brand-text {
    opacity: 1;
}
.brand-text h3 {
    border: none;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.brand-text h3::after {
    display:none;
}
@media screen and (min-width:1620px) {
	.textbox h3, .recent-work-item h3, .the-pack-item h3, .services .textbox h3, .homepagebutton h3 {
		font-size: 40px;
	}
	.page-header h2, .moduletitle h3, .textbox h2, .homepage-showcase h2, .imagebox-text h3, .ishome .articlebody h2, .a-good-coffee h2, .geelong-web-design .articlebody h2, .geelong-seo-services .articlebody h2 {
		font-size: 73px;

	}
}
@media screen and (max-width:1500px) {
	.work-text p, .work-text li {
		font-size: 12px;
		margin-bottom: 7px;
	}
	.textbox p {
		font-size: 12px;
	}
}
@media screen and (max-width:1300px) {
	.work-text p, .work-text li {
		font-size: 10px;
		margin-bottom: 5px;
	}
	.textbox p {
		font-size: 10px;
	}
}
@media screen and (max-width:1100px) {
	.work-text p, .work-text li {
		font-size: 8px;
		margin-bottom: 2px;
	}
	.textbox p {
		font-size: 8px;
	}
	.homepagebuttons {
		flex-wrap: wrap;
	}
	.homepagebutton {
		flex-basis: 50%;
	}
}
@media screen and (max-width:960px) {
	.homepagebutton {
		flex-basis: 100%;
	}
	.navbar-spacer {
		height: 140px;
	}
	.homepage-showcase h2 {
		font-size: 25px;
	}
	.clientslist .zt-item {
		width: 33.3%!important;
	}
	.textbox {
		padding: 30px;
	}
	.textbox {
		text-align: center!important;
	}
	.textbox h3 {
		font-size: 16px;
	}
	.textbox p {
		font-size: 10px;
	}
	.homepagebutton h3 {
		font-size: 30px;
	}
	.textbox h3, .recent-work-item h3, .the-pack-item h3, .services .textbox h3, .homepagebutton h3 {
		font-size: 20px;
	}
	.footerlogo p {
	    font-size: 12px!important;
	    padding: 10px!important;
	}
	
}
@media screen and (max-width:680px) {
	.flex-item {
		flex-direction: column;
	}
	.flex-item .text-column {
		order: 1;
	}
	.flex-item .image-column {
		order: 2;
	}
	.flex-item .column {
		flex-basis: auto;
	}
	.flexbox {
		flex-direction: column!important;
	}
	.textbox {
		flex-basis: auto!important;
	}
	.flexbox {
		flex-basis: auto!important;
	}
	.founded-by-paul .imagebox {
		display: none;
	}
	.founded-by-paul .textbox {
		flex-basis: 100%;
	}
	.work-text p, .work-text li {
		font-size: 14px;
	}
	.textbox p {
		font-size: 15px;
	}
	.moduletable.homepage-showcase {
		min-height: 200px!important;
	}
	.brand-text {
	    flex-direction: column;
	}
	.brand-box {
	    flex-basis: 100%;
	}
}
.homepagebutton:hover span, .homepagebutton:hover a, .homepagebutton:hover h3, .homepagebutton:hover p {
    color: #333!important;
}
.homepagebutton:hover h3::after {
    border-bottom: 1px solid #333;
}