/*
Theme Name: Mumbrella 2025
Description:
Author: The Code Company Pty Ltd
Author URI: http://thecode.co
Version: 3
*/

/* Foundation */


/* html {
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
  box-sizing: inherit;
} */


/* h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
    margin: 0;
    padding: 0;
} */

/* main,
li {
    display: block;
} */

/* h1,
h2,
h3,
h4 {
    font-size: inherit;
    font-family: 'Montserrat', sans-serif;
} */

/* strong {
    font-weight: bold;
}
a,
button {
    color: inherit;
    transition: .3s;
}
a {
    text-decoration: none;
    color: #2DCCD3;
}
button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border: 0;
}
:focus {
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

img.alignright {
	margin: 10px 0 15px 15px;
} */

/* Styles */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 1; /* Firefox */
}

/* Website heading */

.banner {
	width: 100%;
	max-width: none;
	position: relative;
	padding: .55rem 1rem .7rem;
	text-align: center;
	background-color: #ffebad;
	font-size: 14px;
	top: 0;
	margin-bottom: 0;
	border-bottom:1px solid #ddd;
}

header#mobile {
	display: none;
}

.jerb .dashboard {
	position: absolute;
	width: auto;
	top: 35px;
	display: none;
	right: 0;
}

.jerb h3 {
	font-size: 18px;
}

.jerb p {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	margin-top: 10px;
}

.jerb .dashboard .data {
	width: 300px;
	background: #fff;
	float: left;
	height: auto;
	padding: 20px;
	margin-top: 30px;
    border: 1px solid #eee;
}


.geo {
	position: absolute;
	right:23px;
	background: #fff;
	padding-right: 10px;
	top: 10px;
	width: calc(100% - 35px);
	text-align: right;
	height: 45px;
	display: none;
	padding-top: 10px;
	z-index: 20;
}

section#inner {
	padding-top: 30px;
}

.geo a {
	float: none !important;
	margin: 0 5px;
	background: none !important;
}

.geo a:hover {
	color: #2DCCD3 !important;
}

/* .featureBanner {
	width: 100%;
	height: 250px;
	float: left;
	background: #eee;
	margin-bottom: 0;
	margin-top: 30px;
	position: relative;
}

.featureBanner .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 16px;
	height: 16px;
	background: url(themes/default/close.png) no-repeat center center;
	z-index: 9;
}
*/

article h1 a:hover, article a h1:hover {
	color: #2DCCD3;
}

#jobs {
	margin-top: 30px;
}

#jobs .topbanner {
	height: 240px;
	width: 100%;
	background: #BAF0FF;
	margin: 35px 0;
	float: left;
}

#jobs .left {
	width: 100%;
	float: left;
}

#jobs form {
	background: #00d2d6;
	width: 100%;
	margin: 0;
	padding: 30px;
	margin-bottom: 20px;
	float: left;
}

#jobs form input {
	width: 100%;
	padding: 10px;
	background: #96e5e9;
	font-size: 14px;
	color: #fff;
	border: 0;
	line-height: 16px;
}

.selectric-items ul, .selectric-items li {
	margin: 0 !important;
}

#jobs form .selectric {
	padding: 10px;
	background: #96e5e9;
	font-size: 14px;
	color: #fff;
	border: 0;
	line-height: 16px;
}

#jobs form .selectric .button {
	top: 10px;
	color: #fff;
}

#jobs form input[type="submit"] {
	width: 24%;
	float: right;
	margin-bottom: 0;
	background: #1692B3;
	font-weight: bold;
}

#jobs form .selectric .label {
	color: #fff;
}

#jobs h1 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#jobs .black_title {
	color: #000;
}

#job_search_category-container {
	float: left;
    width: 35%;
	margin: 0;
}

#job_search_type-container {
	float: left;
	width: 35%;
	margin: 0 3% 0 0;
}

#jobs form input::-webkit-input-placeholder {
   color: #fff;
}

#jobs form input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

#jobs form input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

#jobs form input:-ms-input-placeholder {
   color: #fff;
}

#jobs .left .cats {
	width: 180px;
	float: left;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #f7f7f7;
}

#jobs .left .cats .top {
	width: 100%;
	float: left;
	padding: 10px 15px;
	background: #fff;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#jobs .left .cats .clear {
	font-weight: normal;
	color: #2dccd3;
	text-transform: none;
	float: right;
}

#jobs .left .cats .list {
	padding: 15px;
	float: left;
	width: 100%;
}

#jobs .left .results {
	width: calc(100% - 200px);
	float: right;
}

#jobs .results .singleJob {
	width: 100%;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
}

#jobs .results .singleJob h2 {
	font-size: 18px;
	color: #000;
}

#jobs .results .singleJob h2 a {
	text-transform: lowercase;
	color: #1692B3;
	font-weight: normal;
}

#jobs .results .singleJob h2::first-letter {
	text-transform: uppercase;
}

#jobs .results .singleJob .meta {
	font-size: 12px;
	font-family: 'PT Serif', serif;
}

#jobs .results .singleJob .when {
	display: inline;
	color: #999;
	font-size: 12px;
	font-family: 'PT Serif', serif;
}


.mPagination div {
	display: inline-block;
}

#jobs .results .singleJob .meta .cat {
	color: #2DCCD3;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

#jobs .results .singleJob .content {
	width: calc(100% - 320px);
	float: left;
}

#jobs .results .singleJob .view {
	width: 190px;
	float: right;
	text-align: right;
}

#jobs .results .singleJob .location .where {
	padding: 5px 7px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	background: #ccc;
	color: #fff;
}

#jobs .results .singleJob .location .who {
	margin: 5px 0;
	font-size: 14px;
	color: #999;
}

#jobs .singleJob .type {
	padding: 5px 7px;
	border: 5px;
	background: #1692B3;
	color: #fff;
	font-size: 10px;
	margin-left: 7px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#jobs .results .singleJob.featured_in_category {
	padding: 20px;
	background: #FBFFC4;
	margin: 0 0 20px;
	border-bottom: 0;
}

#directory-search input[type="submit"] {
	background: url(images/search-dark.svg) no-repeat center center;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 7px;
	top: 13px;
	cursor: pointer;
}

#directory-search form {
	position: relative;
}

.bold_title_upgrade {
	font-size: 21px;
	font-weight: bold !important;
}

p.upgrades {
	margin-left: 22px;
	color: #555;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 14px;
}

.internal {
	width: 100%;
	padding: 25px;
	background: #eee;
	border: 1px solid #ddd;
	float: left;
	margin: 15px 0;
}

.internal h4 {
	font-size: 18px;
	color: #333;
}

.mbdircatsearch {
	width: 47.5%;
	margin-top: 0 ;
	float: right;
}

#errors {
	float: left;
	width: 100%;
	padding: 20px;
	border: 1px solid #ffc1c1;
	background: #ffe5e5;
	border-radius: 5px;
	margin: 5px 0 15px;
}

section.search header {
	margin-top: 25px;
}

section.search header h1 {
    font-size: 20px;
    line-height: 25px;
    color: #d4d4d4;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

#scroller {
	float: left;
	display: none;
}

section.search header h1 span {
	text-transform: none;
	color: #211F20;
}

.add-form {
	padding: 40px;
}

#add h1 {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	float: left;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 10px;
}

#add .box {
	background: #f7f7f7;
	padding: 30px 40px;
	float: left;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
}

#add h2 {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	float: left;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.eventSlide .popUp {
	display: none;
}

.eventSlide a.full {
	width: 100%;
	background: none;
	position: relative;
	height: auto;
	float: left;
	top: 0;
	left: 0;
}

.event-date {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.event-details {
	font-family: 'Montserrat', sans-serif;
}

.event-details a {
	color: #000;
}

.eventsBlurb{
	color: #6D6E70;
	font-size: 14px;
	line-height: 20px;
	margin-top: 7px;
}

.meta .author {
	color: #2DCCD3;
	text-transform: uppercase;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: inline;
}

.meta .author a:hover {
	color: #000;
}
section.mumbrella-pro-content article.article--mumb-pro-promo-article .thumb {
	position: relative;
}
section.mumbrella-pro-content article.article--mumb-pro-promo-article .paywal-locked {
	position: absolute;
	right: 0;
	bottom: 0;
}
section.mumbrella-pro-content article.article--mumb-pro-promo-article .paywal-locked svg {
	fill: #2DCCD3;
	height: 40px;
	width: 40px;
}

article #single.page .listings h2 {
	width: 100%;
	float: left;
	margin: 10px 0;
}

article #single.page.list h1 {
	border: 0;
	color: #000;
	padding-bottom: 0;
}

#categoryTop .featureBanner {
	padding-bottom: 30px;
	background: none;
	border-bottom: 1px solid #eee;
	height: auto;
}

#categoryTop h2 {
	width: 100%;
	padding: 0 0 20px;
	float: left;
	font-size: 20px;
    line-height: 25px;
    color: #d4d4d4;
    text-transform: uppercase;
}

.slide-gallery li {
	background-size: cover;
}

.slide-gallery li img {
	opacity: 0;
}

.expanded_img_wrapper button {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 50px;
	width: 50px;
	background: url(themes/default/close-black.png) no-repeat center center;
}

.expanded_img_wrapper img {
	position: relative;
    margin-bottom: 10px;
    max-width: 80%;
    margin: auto;
    display: block;
    height: 80vh;
    top: 10vh;
}

.bannerSide.nobg {
	background: #fff;
	width: 300px;
}

article span.comments-count {
	background: url('images/comments-count.svg') no-repeat 0 1px transparent !important;
	padding-left: 20px !important;
	color: #C1C1C1 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px !important;
	line-height: 15px !important;
}

article.tab span.comments-count {
	margin-left: 5px !important;
	margin-top: -1px !important;
}

.job-listings {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.jobblock {
	float: left;
	width: 100%;
	margin: 15px 0;
}

.jobblock form {
	background: #eee;
	width: 100%;
	float: left;
	padding: 30px;
}

.jobblock form input[type="text"] {
	width: calc(40% - 10px);
	float: left;
	margin-right: 10px;
	margin: 0 10px 0 0;
}

.jobblock form input[type="submit"] {
	width: 20%;
	border-radius: 5px;
	float: left;
	margin: 0;
}

.jobblock .button {
	width: 100%;
	float: left;
	padding: 15px;
	background: #2DCCD3;
	color: #fff;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.jobblock ul.featured {
	list-style: none !important;
}

.jobblock ul.featured li {
	display: block !important;
	width: 100%;
	float: left;
	border-bottom: 1px solid #fff;
	background: #fff9d7;
	height: 50px;
	margin: 0 !important;
	font-size: 13px;
}

.jobblock a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border-bottom: 0;
}

.jobblock ul.featured li .logo {
	height: 50px;
	width: 100px;
	background: #eee;
	float: right;
	background-size: cover;
	background-position: center;
}

.jobblock ul.categories li {
	font-size: 14px;
	font-weight: normal;
	list-style: none !important;
	margin: 0 !important;
}

.jobblock ul.categories li a {
	width: 100%;
	float: left;
	border-top: 1px solid #eee;
	padding: 10px 0;
	font-size: 14px;
	font-weight: normal;
}

.jobblock ul.categories {
	width: 47.5%;
	float:left;
	margin-right: 5% !important;
}

.jobblock ul.categories:last-of-type {
	margin-right: 0 !important;
}

.jobblock ul.featured .details {
	margin-top: 12px;
	font-size: 14px !important;
	margin-left: 15px;
}

.jobblock h2 {
	margin-bottom: 15px !important;
	margin-top: 0 !important;
}

.job-listings .row {
	padding: 10px;
	float: left;
	width: 100%;
}

.job-listings .row .type {
	width: 80px;
	float: left;
}

.job-listings .row .type a {
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px;
}

.job-listings .row .job-details {
	float: right;
	width: calc(100% - 100px);
}

.job-listings .row .job-details a {
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

.job_links {
	width: auto;
	margin-top: 20px;
}

.job_links a {
    color: #666;
    text-decoration: underline;
    margin-left: 15px;
}

.job_links .btn {
	border-radius: 0;
	color: #fff !important;
	padding: 10px 15px;
	-webkit-appearance: none;
	font: bold 12px/26px 'Montserrat', sans-serif;
	border: 0;
	background: #2DCCD3;
	text-transform: uppercase;
	margin: 10px 0;
	cursor: pointer;
	text-decoration: blink !important;
}

.head {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.head h1 {
	float: left;
	width: calc( 100% - 130px);
	border-bottom: none !important;
}

.head .logo {
	float: right;
	width: auto;
	height: 50px;
	margin-bottom: 0;
}

.head .logo img {
	float: right;
	height: 100%;
	width: auto;
}

.job-dashboard {
	color: #999;
	font-size: 14px;
	line-height: 20px;
}

#add .job-dashboard h2 {
	color: #000;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 24px;
}

.category_details {
	margin-bottom: 15px;
	height: 75px;
}

.category_details .category_breadcrumbs {
	display: inline;
	float: left;
}

.category_details .category_breadcrumbs a {
	font-weight: 700;
	color: #1692B3;
	font-size: 19px;
}

.category_details .category_breadcrumbs .category_breadcrumb_selected {
	color: #808080;
}

.category_details .category_number_jobs {
	display: inline;
	float: right;
}

/* form styles */

.selectbox {
	width: 100%;
	font: 16px/26px sans-serif;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 48px;
	overflow: hidden;
	background: url(new_arrow.png) no-repeat right #fff;
	margin: 10px 0;
}

/* Gallery */

.mum_slider {
	position: relative;
	overflow: hidden;
	margin: 20px auto 0 auto;
	height: 300px;
}

.slide-container {
	position: relative;
}

.mum_gallery_expand {
	position: absolute;
	background: #1692B3;
	padding: 8px 13px;
	font-family: 'Montserrat', sans-serif;
	bottom: 47px;
	text-transform: uppercase;
	left: 10px;
	color: #fff;
}

article #single .slide-container .number {
	margin-top: 10px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.slide-container .mum_gallery_count {
	color: #00CCCC;
}

article #single .mum_gallery_expand:before {
	content: '';
	background: url(images/expand.svg) no-repeat center center;
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 7px;
	margin-top: 5px;
}

article #single .mum_slider ul {
	position: relative;
	margin: 0;
	padding: 0;
	height: 300px;
	list-style: none;
}

article #single .mum_slider ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 300px;
	background: #ccc;
	text-align: center;
	line-height: 250px;
}

a.control_prev, a.control_next {
	position: absolute;
	top: 40%;
	z-index: 2;
	display: block;
	padding: 4% 3%;
	width: auto;
	height: auto;
	background: #2a2a2a;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	opacity: 0.8;
	cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

a.control_prev {
	border-radius: 0 2px 2px 0;
}

a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}

.slider_option {
	position: relative;
	margin: 10px auto;
	width: 160px;
	font-size: 18px;
}

.expand_wrapper {
	background-color: rgba(0, 0, 0, 0.66);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
}

article #single.page h1 {
	font-size: 20px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

article #single.page h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 20px 0 0;
}

a

article #single.page p {
	font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
}

article #single.page .news article {
	width: 30%;
	margin-right: 5%;
}

article #single.page .news article:nth-of-type(3) {
	margin-right: 0;
}

article #single.page .news article h1 {
	font-size: 15px;
    font-weight: 700;
    color: #000;
    line-height: 18px;
	text-transform: none;
	border: 0;
}

article #single.page h3 {
	width: 100%;
    float: left;
    margin-top: 15px;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    padding-top: 25px;
    margin-bottom: 5px;
}

#single.page .left {
	width: calc(100% - 330px);
    float: left;
}

article #single.error {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	text-align: center;
	margin-bottom: 50px;
}

hr {
	width: 100%;
	float: left;
	margin: 20px 0;
	border: 0;
	background: #eee;
	height: 1px;
}

#login {
	margin: 50px 0;
	font-size: 14px;
}

#login .alert {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 10px;
	float: left;
	padding: 15px;
	color: #444;
	font-size: 12px;
	width: 100%;
	margin: 0 0 20px;
	line-height: 18px;
}

#login form input[type="submit"] {
	background: #2DCCD3;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    cursor: pointer;
}

#login .cntr {
	max-width: 450px;
}

#login .icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 35px;
}

#login .icon img {
	width: 40px;
	height: 40px;
}

#login h2 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	text-align: center;
	font-size: 24px;
}

#login .login {
	float: left;
	position: relative;
	width: 100%;
}

#login .login .lost {
	position: absolute;
	right: 0;
	bottom: 20px;
	color: #999;
	font-size: 14px;
}

#login label {
	color: #666;
}

#login .login .lost a {
	color: #666;
	text-decoration: underline;
	margin-left: 15px;
}

#login .login .lost a:hover {
	color: #2DCCD3;
}

#login .login-submit {
	margin-top: 15px;
}

#login .register {
	width: 100%;
	float: left;
	display: none;
	border-top: 1px solid #ddd;
	padding-top: 40px;
	margin-top: 40px;
}

#login .register-error {
	display: block;
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#login .login_link {
	float: right;
	margin-top: 20px;
}

#subscriber {
	display: none;
}

#subscriber .pattern {
	float: right;
	height: 340px;
	width: 280px;
}

#subscriber .pattern img {
	float: right;
}

#subscriber .details {
	float: left;
	width: calc(100% - 280px);
	height: 340px;
	padding: 90px 10% 0;
	text-align: center;
}

#subscriber .details h3 {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

#subscriber .details p {
	font-size: 14px;
	color: #fff;
	font-family: 'PT Serif', serif;
	line-height: 20px;
	margin-top: 10px;
}

#subscriber .details form {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

#subscriber .details form input[type="email"] {
	float: left;
	padding: 20px 70px 20px 15px;
	font: 13px/13px sans-serif;
	margin: 7px 0;
	width: 100%;
	border-radius: 0;
	border: 0;
	background: #f8f8f8;

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #CAF2F4 inset;
    -webkit-text-fill-color: none !important;
}

#subscriber .details form input[type='submit'] {
	position: absolute;
	margin: 0;
	padding: 21px 20px;
	border-radius: 0;
	font: 11px/13px sans-serif;
	right: 0;
	top: 7px;
	background: #1B90A2;
	color: #66D3D8;
	text-transform: uppercase;
	cursor: pointer;
}

#subscriber .details form input[type='submit']:hover {
	background: #177a89;
}

#subscriber .details input::-webkit-input-placeholder {
   color: #000;
}

#subscriber .details input:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

#subscriber .details input::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
}

.nivo-lightbox-wrap #subscriber .details {
	overflow: hidden;
}

@media only screen and (max-width: 725px) and (min-width: 320px) {

	#subscriber .details {
		padding: 50px 10% 0;
	}

}

/* Optin Asia */

#optin,
#optin .gform_required_legend {
	display: none;
}

.nivo-lightbox-inline #optin {
	display: block;
}

#optin .pattern {
	float: right;
	height: 565px;
	width: 280px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#optin .pattern img {
	float: right;
}

#optin .details {
	float: left;
	width: calc(100% - 280px);
	height: 515px;
	padding: 50px;
	text-align: center;
}

#optin .details h3 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

#optin .details h4 {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Serif', serif;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 15px;
}

#optin .details form {
	float: left;
	width: 100%;
	text-align: left;
	position: relative;
	margin-top: 0;
}

#optin .amf-type-textbox label, #optin .amf-type-email label {
	display: none;
}

#optin .details form input {
	float: left;
	padding: 13px;
	font: 13px/13px sans-serif;
	margin: 0;
	width: 100%;
	border-radius: 0;
	border: 0;
	background: #66D3D8;

}

#optin .details form input[type='submit'] {
	position: relative;
	margin: 0;
	padding: 15px 20px;
	border-radius: 0;
	font: 11px/13px 'Montserrat', sans-serif;
	background: #1B90A2;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	margin-top: 12px;
	width: auto;
}

#optin .selectric .button {
	color: transparent;
	top: 4px;
}

#optin .selectric .button::after {
	border-top-color: #000;
}

#optin form {
	position: relative;
}

#optin .check {
	bottom: 0;
	left: 0;
	width: 70%;
	color: #fff;
	position: absolute;
	font-size: 14px;
}

#optin .details form .check input {
	width: auto;
	height: auto;
	padding: 0;
	margin: 8px 8px 0 0;
	background: inherit;
	border: 0;
}

.nivo-lightbox-wrap {
	left: 0;
    right: 0;
    padding: 0 30px;
    max-width: 1040px;
    margin: 0 auto;
}

#optin .details form input[type='submit']:hover {
	background: #177a89;
}

#optin .details input::-webkit-input-placeholder {
   color: #1B90A2;
}

#optin .details input:-moz-placeholder { /* Firefox 18- */
   color: #1B90A2;
}

#optin .details input::-moz-placeholder {  /* Firefox 19+ */
   color: #1B90A2;
}

#optin .selectric {
	float: left;
    padding: 15px 70px 15px 15px;
    font: 13px/13px sans-serif;
    margin: 0;
    text-align: left;
    width: 100%;
    border-radius: 0;
    border: 0;
    background: #66D3D8;
    position: relative;
}

#optin .selectric p.label {
	font: 13px/13px sans-serif;
	margin: 0;
	color: #1B90A2;
}

#optin .details form .check input {
	width: auto;
	margin-right: 5px;
}

#optin .details form .check label {
	font: 13px/13px sans-serif;
	color: #fff;
	width: auto;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	background-position: center center;
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
	background: #2DCCD3;
	padding: 0;
	overflow: visible;
	float: left;
}


#single #premiumlistings {
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: auto;
	float: left;
}

#single #premiumlistings h3 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	text-transform: none;
}

#single #premiumlistings .listing {
	padding: 20px 0;
}

#single .filter {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}

article #single.page .selectric p {
	margin: 0;
}

article #single.page {
	padding-bottom: 30px;
}

#single #mbdirtools {
	width: 100%;
	height: auto;
	padding: 0;
}

#single #mbdirtools form {
	background: #00d2d6;
	width: 100%;
	margin: 0;
	padding: 30px;
	margin-bottom: 20px;
	float: left;
}

#single #mbdirtools form input {
	width: 100%;
	padding: 10px;
	background: #96e5e9;
	font-size: 14px;
	color: #fff;
	border: 0;
	line-height: 16px;
}

#single #mbdirtools form .selectric {
	padding: 10px;
	background: #96e5e9;
	font-size: 14px;
	color: #fff;
	border: 0;
	line-height: 16px;
}

#single #mbdirtools form .selectric .button {
	top: 10px;
	color: #fff;
}

article #single #listingsleft {
	float: left;
	width: 47.5%;
}

article #single .listingsright {
	float: right;
	width: 47.5%;
}

.box .edit_job_logo {
	width: 100%;
	float: left;
}

.box .edit_job_logo > div {
	padding: 10px;
    width: 95px;
    border-radius: 5px;
    margin: 15px 0px;
    background: #ddd;
    float: left;
}

.box .edit_job_logo input {
	float: left;
}

.box .edit_job_logo img {
	margin-left: 10px;
}

.singleJob a.logo {
	width: 100px;
	height: auto;
	float: right;
}

.singleJob a.logo img {
	float: left;
	width: auto;
	height: 45px;
}

/* Audio shortcode */
.wp-audio-shortcode {
	margin: 15px 0px;
}

/* Lightbox */

/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}

.nivo-lightbox-inline {
	width: 100%;
}

.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

#eventsTop .bx-prev,
#eventsTop .bx-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-indent: -999px;
	width: 50px;
	height: 40px;
}

#eventsTop .bx-prev {
	left: 0;
	background: url(images/slider/left-arrow.svg) no-repeat center 4px #000;
}

#eventsTop .bx-next {
	right: 0;
	background: url(images/slider/right-arrow.svg) no-repeat center 4px #000;
}

#eventsTop .eventSlide {
	position: relative;
	width: 100%;
	height: 430px !important;
	overflow: hidden;
}

#eventsTop .eventSlide .item {
	width: 100%;
	height: auto;
	height: 430px !important;
	float: left;
	display: block;
}

#eventsBottom .event-date {
	color: #2DCCD3;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#eventsBottom .event-place {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#eventsBottom .event-description {
	font-size: 12px;
	line-height: 17px;
	padding-top: 5px;
	color: #999;
}

#events-subscriber {
	float: left;
	width: 100%;
	background-color: #000000;
	color: #ffffff;
}

#events-subscriber .event-sub-info {
	width: 100%;
	float: left;
	padding: 30px 30px;
}

#events-subscriber .event-sub-info h3 {
	font-size: 20px;
}

#events-subscriber .event-sub-info p {
	margin-top: 5px;
	line-height: 16px;
	color: #E6E6E6;
	font-family: georgia, serif;
}

#events-subscriber .event-sub-form {
	width: 55%;
	float: left;
	padding: 32px 0;
}

#events-subscriber .event-sub-form .gform_wrapper {
	margin: 0;
}

#events-subscriber .event-sub-form .gform_body {
	float: left;
}

#events-subscriber .event-sub-form .gform_footer {
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
}

#events-subscriber .event-sub-form .event-email div {
	margin-top: 0;
}

#events-subscriber .event-sub-form .event-email label {
	display: none;
}

#events-subscriber .event-sub-form .event-email input {
	width: 267px;
	height: 35px;
	border-radius: 0;
	border: none;
	background-color: #5D5D5D;
	color: #171717;
}

#events-subscriber .event-sub-form .event-email input::-webkit-input-placeholder {
	color: #171717;
	text-transform: uppercase;
	font-size: 12px;
}

#events-subscriber .event-sub-form .event-email input::-moz-placeholder {
	color: #171717;
	text-transform: uppercase;
	font-size: 12px;
}

#events-subscriber .event-sub-form .event-email input:-ms-input-placeholder {
	color: #171717;
	text-transform: uppercase;
	font-size: 12px;
}

#events-subscriber .event-sub-form .event-email input:-moz-placeholder {
	color: #171717;
	text-transform: uppercase;
	font-size: 12px;
}

#events-subscriber .event-sub-form .gform_button {
	padding: 5px 15px 4px;
	margin-left: -4px;
	background-color: #4A4A4A;
}

@media only screen and (max-width : 1032px) {
	#events-subscriber .event-sub-info {
		width: 100%;
	}

	#events-subscriber .event-sub-form {
		padding: 0 30px 10px;
		width: 100%;
	}
}

@media only screen and (max-width : 500px) {
	#events-subscriber .event-sub-form .event-email input {
		width: 183px;
	}
}

@media only screen and (min-width : 320px) and (max-width : 940px) {

	#subscriber .details {
		width: 100%;
	}

	#subscriber .pattern {
		display: none;
	}

	#optin .details {
		width: 100%;
	}

	#optin .pattern {
		display: none;
	}
}


/* Freelance style */
.freelance-wrapper {
	clear: both;
	max-width: 1030px;
	margin: 0 auto;
    padding: 0 30px 30px;
    background: #FFF;
    display: table;
}

.freelance-wrapper #contentleft {
	font-size: 16px;
	line-height: 25px;
	width: 64.06%;
	padding: 10px 0 30px;
	font-family: 'PT Serif', serif;
	float: left;
}

.freelance-wrapper #contentleft p a {
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
	color: #2DCCD3;
}

.freelance-wrapper #contentleft h1 {
	font-size: 18px;
	line-height: 30px;
}

@media only screen and (min-width : 725px) and (max-width : 900px) {

	/* article #side, */
	header#main nav ul#right li.search,
	header#main nav ul#right li.subscribe {
		display: none;
	}

	header#main nav ul#right li.social {
		padding: 0px;
		margin: 0px;
		border-left: 0px;
	}

}

.advertisement{
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	background: #eee;
	padding: 0 5px;
	max-width: 480px;
	margin: 0 auto;
	text-align: left;
}


#cookie-policy-popup{
	display: none;
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
	z-index: 9999;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	max-width: 24em;
	bottom: 1em; right:1em;
	border-radius: 5px;
	padding: 20px;
	border: 2px solid #FFF;
}
#accept-cookie-policy-popup {
	width: 100%;
	text-align: center;
	margin: 15px 0 10px;
}
#accept-cookie-policy-popup a{
	border-radius: 5px;
	color: #FFF;
	background-color: #2DCCD3;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border: 1px solid;
	text-align: center;
	white-space: nowrap;
	min-width: 140px;
}

@media(max-width: 420px){
	#cookie-policy-popup{
		left: 1em;
	}
	#cookie-policy-popup{
		max-width: 100%;
		font-size: 12px;
		padding: 15px;
	}
}

.banner-hidden{ margin-top: 70px; }
/*Gravity form hide honey pot */
.gform_validation_container { display:none !important;}

.grecaptcha-badge {
	z-index: 999999;
}

.job-upgrade-gravity-form_wrapper .selectric {
	height: 40px;
}

.job-upgrade-gravity-form_wrapper .job-upgrade-cc-details .ginput_cardinfo_right {
	margin-left: 16px;
}

.job-upgrade-gravity-form_wrapper .job-upgrade-cc-details .ginput_full.ginput_cardextras {
	overflow: visible;
}

/* Beaver Builder Styles */

.advertise-form table {
	width: 100%;
}

.advertise-form table li {
	padding: 0;
}

.advertise-form .gform_wrapper .top_label input.medium, .advertise-form .gform_wrapper .top_label select.medium {
	width: 100%;
}

.advertise-form .ginput_container {
	margin-top: 0;
}

.advertise-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .advertise-form textarea {
	padding: 12px 16px;
	border-radius: 0;
	font-family: 'Montserrat', sans-serif;
	margin: 4px 0 0;
}

.advertise-form .gform_wrapper .top_label .gfield_label, .advertise-form .gform_wrapper legend.gfield_label {
	font-family: 'Montserrat', sans-serif;
}

/* Pagination styles */

.link-next {
	float:left;
}

.link-prev {
	float: right;
}

.link-next, .link-prev {
	margin-right: 0;
}

.link-next:hover, .link-prev:hover {
	border: 0;
	color: #2DCCD3;
}

@media screen and (max-width: 640px) {
	.link-next, .link-prev {
		margin-top: 16px;
	}
	.pagination a, .pagination span {
		margin-right: 5px;
	}
}



.contact-author {
	font-style: italic;
}

.lightbox-hys {
	padding: 32px;
	background: #fff;
}

.lightbox-hys h2 {
	font-size: 20px;
	margin-bottom: 8px;
}

.lightbox-hys p {
	font-size: 16px;
	font-family: 'PT Serif', serif;
	color: #6D6E70;
	margin-bottom: 8px;
}

.have-your-say {
	width: 100%;
	padding: 12px 24px;
	text-align: center;
	color: #555;
	font-size: 16px;
	margin: 16px 0 24px;
	display: inline-block;
	background: #2DCCD3;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 16px;
	transition: background 0.25s;
}

.have-your-say:hover {
	background:#1B90A2;
}

.lightbox-hys .gform_wrapper .top_label div.ginput_container {
	margin-top:0;
}

.lightbox-hys .gform_wrapper textarea.medium {
	height: 140px;
	border-radius: 0;
}

.lightbox-hys .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .lightbox-hys .gform_wrapper textarea.medium {
	width: 100%;
	margin: 8px 0;
	padding: 12px 16px;
	border-radius: 0;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-size: 14px;
}

.lightbox-hys .gform_wrapper .gform_footer {
	margin: 0;
	padding-bottom: 0;
}

.lightbox-hys .gform_wrapper {
	margin-bottom: 0;
}

#have-your-say {
	position: fixed;
	width: 100%;
	height: 100vh;
	overflow:hidden;
	z-index: 99;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.pop-container {
	position: absolute;
	top: calc(20vh + 33px);
	left: 20%;
	width: 60%;
	height: 60vh;
	z-index: 100;
	background: #fff;
	padding: 32px 32px 8px;
	overflow: scroll;
}

.pop-container h2 {
	margin-bottom: 12px;
}

.pop-back {
	width: 100%;
	height: 100vh;
	position: absolute;
	background: rgba(0,0,0,0.5);
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#have-your-say .close {
	position: absolute;
	top: 123px;
    right: 33px;
	background-image: url(images/close-white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	z-index: 101;
}

@media screen and ( max-width: 767px ) {
	.pop-container {
		top: calc(10vh + 33px);
		left: 5%;
		width: 90%;
		height: 80vh;
	}

	#have-your-say .close {
		top: 33px;
	}

	.pop-container {
		padding: 24px;
	}

	.social-links img {
		display: inline-block !important;
	}

	.post-meta.top img {
		margin: 0 0 15px !important;
		border-radius: 100px;
	}
}
