/*
Theme Name: The Theme
Theme URI: https://friedmudd.com.au/
Description: A Theme for my Babe.
Version: 1.0.1
Author: Dave Spencer
Author URI: http://noosawebdesign.com.au
*/

.shopping-bag {
	transition: all 0.4s ease 0.2s;
	position: absolute;
	width: 36%;
	right: -36%;
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 6px;
	z-index: 9;
	padding: 16px;
	top: 0;
}

.theme .cart-count {
	color: #fff;
	font-size: 11px;
	margin-top: -8px;
	margin-left: 24px;
	background-color: #d32f2f;
	border-radius: 50%;
	height: 18px;
	width: 20px;
	line-height: 17px;
}

.theme .clear-cart {
	color: #d32f2f;
}	

body {
	overflow-x: hidden;
}

body > iframe {
	height: 0;
}

.navbar-nav.navbar-menu {
	margin-top: 5px;
}

.drop-cap::first-letter {
  float: left;
  padding-top: 6.4px;
  padding-right: 4px;
  font-size: 64px;
  font-weight: bold;
  line-height: .78;
}

@font-face {
    font-family: 'gloria_hallelujahregular';
    src: url('fonts/gloriahallelujah-regular-webfont.woff2') format('woff2'),
         url('fonts/gloriahallelujah-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'suomihandscript';
    src: url('fonts/suomi_-_suomihand-script-webfont.woff2') format('woff2'),
         url('fonts/suomi_-_suomihand-script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
}  

body.theme {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 18px;
}

.theme .content {
  min-height: calc(100vh - 352px);
}

.theme button, 
.theme input, 
.theme select, 
.theme textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#wrap {
    height: auto !important;
    margin: 0 auto 0;
    transition: all 0.2s ease 0s;
}

.theme h1, 
.theme h2, 
.theme h3, 
.theme h4, 
.theme h5, 
.theme h6 {
    font-weight: 700;
}

.theme h1 .fa {
	color:#404141;
	margin-right: 12px;
	width: 50px;
	text-align: center;
}

.theme h1 {
	font-size: 24px;
}



.theme h4 {
	color:#404141;
}

.theme p {
	line-height: 1.666666667;
}	

.theme a {
	color:#0a8b33;
	text-decoration: none;
}

.theme a:hover, 
.theme a:focus {
	color:#444;
	text-decoration: underline;
}

.theme hr {
    margin-bottom: 24px;
    margin-top: 24px;
}

.theme .media-list hr {
    margin-bottom: 12px;
    margin-top: 6px;
}

.theme label {
    margin-top: 12px;
    font-weight: 400;
}


.theme .flex-row {
	align-items: center;
    display: flex;
    margin-bottom: 4px;
}
.theme .row.block-row {
	display: block;
}

.theme .input-row {
    min-height: 34px;
}

.theme .bottom-row {
    position: absolute;
    bottom: 22px;
    width: 100%;
}

.box-container {
	margin-bottom: 48px;
}

.section-body {
	padding:8px 12px;
	border-radius: 4px;
	margin:8px auto;
}

.section-body h4{
	margin-top: 2px;
}

.section-grey {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
}

.theme .navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.theme .pushy .active{
	background: #404141;
}

.nav-login {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 20px;
    color:#ddd;
}

.nav-login span{
    font-size: 14px;
    font-weight: 600;
}

.nav-login a {
    color:#eee;
}

.nav-login a:hover {
	color: #ddd;
}

.theme .navbar-brand {
	margin-top: 0px;
	width:100%;
}

.theme .navbar-header {
    padding: 14px;
    width: 100%;
    color: #ddd;
    font-family: 'Open Sans', serif;
}

.theme .navbar-header h2 {
    font-family: "gloria_hallelujahregular";
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.theme .navbar-header a {
    padding: 0;
    color: #444;
    transition: all 0.2s ease 0s;
    margin-right: 12px;
}

.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
    color:inherit;
    text-decoration: none;
    background-color: #fff;
}

.theme .navbar-default {
	background-color: #fff;
	border: none;   
    background-image: none;
    transition: all 0.5s ease 0s;
}

.theme .navbar-default .navbar-toggle {
    border-radius: 0;
    margin: 0;
    padding: 8px;
	position: absolute;
	top: 20px;
	right:10px;
    color: #222;
    border:none;
    background-color:transparent;
}

.theme .navbar-default .navbar-toggle:hover,
.theme .navbar-default .navbar-toggle:focus {
	background-color:transparent;
	color: #555;
}

.theme .navbar-default .navbar-nav > li > a {
    color:#444;
    text-transform: uppercase;
    padding: 14px 0px;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 18px;
}



.theme .navbar-default .navbar-nav > li > a:hover,
.theme .navbar-default .navbar-nav > li > a:focus,
.theme .navbar-header a:hover,
.theme .navbar-header a:focus {
	text-shadow: 0px 0px 22px rgb(64, 64, 64);
	color:#444;
}

.theme .navbar-default .navbar-nav > .active > a,
.theme .navbar-default .navbar-nav > .active > a:hover,
.theme .navbar-default .navbar-nav > .active > a:focus { 
    background:none;
	box-shadow: none;
	background-color: transparent;
    color:#444;
    text-shadow: none;
}

.theme .navbar-default .navbar-nav > .open > a, 
.theme .navbar-default .navbar-nav > .open > a:hover, 
.theme .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #0a8b33;
}

.theme .nav > li.dropdown {
    position: relative;
}

.theme .navbar-right .dropdown-menu {
    right: inherit;
    background-color: #fff;
    padding: 12px 0 6px;
    border-radius: 0 0 12px 12px;
}

.theme .dropdown-menu > li {
	padding: 6px 22px 6px 18px;
}

.theme .dropdown-menu > li > a {
	font-size: 16px;
	text-transform: uppercase;
}

.theme .dropdown-menu > .active > a, 
.theme .dropdown-menu > .active > a:focus, 
.theme .dropdown-menu > .active > a:hover {
    background-color:transparent;
    color: #0a8b33;
    outline: 0 none;
    text-decoration: none;
}

.theme .dropdown-menu .divider {
  height: 1px;
  margin: 0 16px 6px;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  background-color: transparent;
}

.theme .reset {
	height:100px;
}

.page-slide {
	width:100%;
	height: 360px;
	cursor: pointer;
	position:relative;
	background-repeat:no-repeat;
	background-position: top center;
    background-size: cover;
}

.logo-image {
	width:360px;
	height: 360px;
	cursor: pointer;
	position:relative;
	background-repeat:no-repeat;
	background-position: top center;
    background-size: cover;
    margin: 0 auto;
}

.slide {
	width:100%;
	cursor: pointer;
	position:relative;
	background-repeat:no-repeat;
	background-position: top center;
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;
}

.responsive-image {
	width:100%;
	position:relative;
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
}

.sliders {
	width:100%;
	transition: all 0.2s ease 0s;
	padding-top: 20px;
}

.video {
	width:100%;
	height: 100%;
	cursor: pointer;
	position:relative;
	background-repeat:no-repeat;
	background-position: top center;
    background-size: cover;
    transition: all 0.5s ease 0s;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 48px;
}

.home-tag {
	color:#fff;	
    padding: 20px 40px;
	position: absolute;
	bottom:20px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.home-text {
	width: 40%; 
	margin: 10px auto; 
	text-shadow: 0px 0px 8px rgb(64, 64, 64);
}

.home-tag h1 {
	font-size: 40px;
}

.home-tag h1::after,
.studio-address::after {
    content: "";
    transform: translate(0, 100%);
    display: block;
    margin: 18px auto;
    width: 144px;
    height: 2px;
    background-color: rgba(179,179,179,.7);
}

.home-tag .home-title p {
	margin:0;
	line-height: 1;
}

.content-section h2 {
	margin-top: 0;
}

.grid {
    margin: 20px auto;
}

.grid-item {
    padding: 0 16px;
    position: relative;
    width: 238px;
    margin-bottom: 16px;
    text-align: center;
}

.messages h4 {
	margin-top: 0;
}

.messages p {
	margin-bottom: 2px;
}
.messages p:last-child {
    font-weight: bold;
    font-size: 16px; 
}

.page-container {
    padding-bottom: 28px;
}

.theme  .attention {
	background-color: rgba(154, 0, 0, 0.05);
    outline: 1px solid #404141;
}

.header-image {
	padding: 20px 0;
}

.page-container h5 {
	color:#404141;
}

.center-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 20px;
}

.square-image {
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 16px;
}

.responsive {
	padding:20px 32px;
}

.modal-dialog.modal-dialog-lg {
    width: 1024px;
}

.modal-dialog.modal-dialog-max {
    width: calc(100% - 20px);
}

.theme .toggle-target {
	display: none;
}


.page-container .form-control {
	color:#555;
	padding:8px;
	font-size: 18px;
	height: 44px;
	margin-bottom: 6px
}

.feedback-container {
	background-color: #f7f7f7;
	color:#444;
	padding: 28px 0;
}
.feedback-container h3 {
	margin-bottom: 20px;
    margin-top: 0;
}

.footer-container {
	background-color: #404141;
	color:#ccc;
	padding-bottom: 20px;
	font-size: 14px;
}

.footer-container .container {
	border-bottom: 1px solid #444;
}

.footer-container h3 {
	font-size: 16px;
	margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700
}

.footer-container .fa-ul {
	margin-left:22px;
}

.footer-container .fa-li {
    top: 6px;
}

.footer-container a {
    color:#ddd;
}

.footer-container a:hover,
.footer-container a:focus {
	color:#fff;
	text-decoration: none;
}

.footer-container .menu-item {
	padding:2px 0;
	font-size: 14px;
}

.footer-container .featured {
	list-style-type: none;
    padding-left: 0;
}



.credit-container {
	background-color: #404141;
	color:#ddd;
	padding-top:20px;
	font-size: 14px;
}

.credit-container .container {
	border-bottom: 1px solid #444;
}

.credit-container .navbar-nav,
.footer-container ul {
	list-style: none;
	padding-left:0px;
}

.credit-container .navbar-nav > li {
	border-right: 1px solid #777;
}

.credit-container .navbar-nav > li:last-child {
	border-right: none;
}

.credit-container .navbar-nav > li > a {
	padding:0 10px;
	color:#fff;
}

.credit-container .navbar-nav > li > a:last-child {
	border-right: none;
}

.credit-container a {
	color:#fff;
	text-decoration: none;
}

.credit-container a:hover, 
.credit-container a:focus {
	color:#404141;
	text-decoration: none;
}
.copy-container {
	background-color: #404141;
	color:#ccc;
	font-size: 12px;
	padding-bottom: 20px;
}

/* icons */

.fa {
	cursor: pointer;
}

.fa-sort-desc, .fa-sort-asc {
	font-size:11px;
	color:#999;
	position: absolute;
	right:2px;
}

.fa-sort-desc {
	top:6px;
}

.fa-sort-asc {
	top:10px;
}

.fa-trash {
	color: #d32f2f;
}

.theme .fa-left {
	margin-left: 10px;
	font-size: 28px
}

.fa-right {
	margin-right: 8px;
	width:16px;
	text-align: center;
}

.fa-dropdown {
	position: relative;
	padding:4px 0;
}

/* Table Styles */

body .rtodata-column-sort {
	float:right;
	margin-right:4px;
	cursor: pointer;
}

.theme table,
.rtodata-webinar-login table {
	width:100%;
}

.theme th {
	background-color: #eee;
	border:1px solid #e0e0e0;
	padding:6px;
}

.theme .table-sub-header td {
	background-color: #fafafa;
	border:1px solid #e0e0e0;
	border-top: none;
	padding:6px;
}

.theme td {
	background-color: #fff;
	padding:6px;
	vertical-align: top;
}

.theme td:first-child {
	min-width: 180px;
}

th .nav > li > a {
    padding: 4px 0px;
    display: inline-block;
}

td .nav > li > a {
    padding: 0px;
}

.fixed-column-1 {
	width:30px;
	text-align: center;
}

.fixed-column-2 {
	width:150px;
}

/* Utilties */

.theme .warning {
    border-color: #cc0023 !important;
    border-width: 2px;
}

.theme .processing {
	display: none;
	padding-left: 20px;
	font-style: italic;
}

.theme .text-mudd {
    color: #404141;
}

.theme .btn-mudd {
    background-color: #404141;
    border-color: #404141;
    color: #fff;
}

.theme .btn-mudd:hover,
.theme .btn-mudd:focus {
	color:#fff;
	background-color: #777;
	border-color: #777;
}

.loading {
	text-align: center;
	position: absolute;
	width:100%;
	display:none;
	z-index: 1040;
	top:0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.loading > div {
	background-color:rgba(255, 255, 255, 0.9);
	padding:40px;
}

.loading span {
	border-radius: 4px;
	color:#fff;
	padding:16px 48px;
	box-shadow: 3px 3px 4px 0px rgba(128, 128, 128, 0.75);
}

.process {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.success {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.highlight {
	outline: 1px solid #ffcc00;
	background-color: #fef9e3 !important;
}

.relative {
	position: relative;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

img.alignright {
    margin-left:10px;
}

img.alignleft {
    margin-right:20px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ellipsis {
	overflow-x: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

@media (max-width: 767px) {
	.home-text {
		width:90%;
	}
}

@media (max-width: 1024px, min-width: 768px) {
	.home-text {
		width:70%;
	}
}

@font-face{font-family:"ABCSans";font-weight:normal;font-style:normal;src:url("https://www.abc.net.au/res/fonts/abcsans/abcsans-regular.woff2") format("woff2"),url("https://www.abc.net.au/res/fonts/abcsans/abcsans-regular.woff") format("woff")}@font-face{font-family:"ABCSans";font-weight:normal;font-style:italic;src:url("https://www.abc.net.au/res/fonts/abcsans/abcsans-regularitalic.woff2") format("woff2"),url("https://www.abc.net.au/res/fonts/abcsans/abcsans-regularitalic.woff") format("woff")}@font-face{font-family:"ABCSans";font-weight:bold;font-style:normal;src:url("https://www.abc.net.au/res/fonts/abcsans/abcsans-bold.woff2") format("woff2"),url("https://www.abc.net.au/res/fonts/abcsans/abcsans-bold.woff") format("woff")}@font-face{font-family:"ABCSerif";font-weight:normal;font-style:normal;src:url("https://www.abc.net.au/res/fonts/abcserif/abcserif-regular.woff2") format("woff2"),url("https://www.abc.net.au/res/fonts/abcserif/abcserif-regular.woff") format("woff")}@font-face{font-family:"ABCSerif";font-weight:normal;font-style:italic;src:url("https://www.abc.net.au/res/fonts/abcserif/abcserif-regular_italic.woff2") format("woff2"),url("https://www.abc.net.au/res/fonts/abcserif/abcserif-regular_italic.woff") format("woff")}@font-face{font-family:"ABCSerif";font-weight:bold;font-style:normal;src:url("https://www.abc.net.au/res/fonts/abcserif/abcserif-bold.woff2") format("woff2"),url("https://www.abc.net.au/res/fonts/abcserif/abcserif-bold.woff") format("woff")}