@import url('fonts.css');
/*
Theme Name: Peter Baker Optical Theme
Theme URI: 
Description: Peter Baker Optical Theme
Version: 1.01
Author: nybbletech
Tags: Peter Baker Optical Theme
*/

@media (min-width: 1300px) {

.sticky .container {
	width: 1120px !important;
}
	
}

body {
	font-size: 16px !important;
    font-family: ProximaNova-Light;
    line-height: 28px;
    margin: 15px 0px 0px;
    color: #646669;
}

.container {
	transition: 0.5s all;
}
.sticky {
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:999;
}
.no_padding {
	padding:0px !important;
}
header {
	position:relative;
	background:#0f0f0f;
	transition: 0.5s all;
}
.h_top {
	position:relative;
	padding:20px 0px;
}
.logo {
	position:relative;
}
.top_cont {
	position:relative;
	text-align:right;
    margin-top: 5px;
}
.top_cont ul {
	padding:0px;
	margin:0px;
	display:inline-block;
}
.top_cont ul:after {
    content: '';
    height: 40px;
    border-left: 1px solid #333333;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 0px 10px;
}
.top_cont ul li {
	list-style:none;
	display:inline-block;
    margin: 0px 5px;
	color: #fff;
	font-size: 16px;
	font-family: ProximaNova-Regular;
}
.top_cont ul li a {
    border-radius: 50%;
    padding: 13px 10px;
	transition:0.5s all;
	text-decoration: none;
}
.top_cont ul li a:hover {
	background:#333;
}
.top_cont ul li:last-child a:hover {
    background: none;
}
.top_cont ul li:last-child img {
	margin-right: 10px;
}
.top_cont button {
    font-size: 16px;
	font-family: ProximaNova-Regular;
    color: #fff;
    background: #0f0f0f;
    border: 1px solid #d4e049;
    padding: 10px 30px;
	transition:0.5s all;
}
.top_cont button:focus {
	outline:none;
}
.top_cont button:hover {
	color: #000;
	background: #d4e049;
}
.h_bottom {
	position:relative;
	background:#d4e049;
}
.menu {
	position:relative;
}
.menu ul {
	padding:0px;
	margin:0px;
}
.menu ul li {
	list-style:none;
	display:inline-block;
}
.menu ul li a {
    font-size: 17px;
    font-family: ProximaNova-Regular;
    color: #0f0f0f;
    text-decoration: none;
    padding: 18px 30px;
    transition: 0.5s all;
	display: block;
}
.menu ul li a:hover {
	background:#c2cd44;
}
.menu ul li.active a {
	background:#c2cd44;
}
.chis_banner img {
	width: 100%;
}
.banner {
	position:relative;
	background:url(images/banner-bg.jpg) top center no-repeat;
	background-size:cover;
    padding: 100px 0px;
}
.ban_txt {
	position:relative;
    padding-left: 27%;
}
.ban_txt p {
	font-size:32px;
	font-family: HKGrotesk-Medium;
	color:#0f0f0f;
	margin:0px;
}
.ban_txt h2 {
	font-size:40px;
	font-family: HKGrotesk-Medium;
	font-weight:bold;
	color:#0f0f0f;
	margin:0px;
}
.ban_txt button {
    font-size: 18px;
    font-family: ProximaNova-Bold;
    margin: 20px 0px 0px;
    color: #0f0f0f;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #c2cd44;
    padding: 15px 25px;
	transition: 0.5s all;
}
.ban_txt button:hover {
	background: #c2cd44;
}
.ban_txt button img {
	margin-left:10px;
}
.ban_txt button:focus {
	outline:none;
}
.welcome {
	position:relative;
    padding: 60px 0px;
}
.wel_txt {
	position:relative;
	text-align:center;
	padding: 0px 90px;
}
.wel_txt h2 {
	font-size:35px;
	font-family: ProximaNova-Semibold;
	color:#0f0f0f;
	margin:0px;
}
.wel_txt h2::after {
	content:'';
	display:block;
	width:100px;
	border-top:4px solid #d4e049;
	margin:20px auto 0px;
}
.wel_txt p {
	font-size:16px;
	font-family: ProximaNova-Light;
	color:#646669;
	margin:25px 0px 0px;
    line-height: 28px;
}
.op_services {
	position:relative;
	background: #121820;
	padding: 60px 0px;
}
.ser_txt {
	position:relative;
	text-align:center;
	padding: 0px 90px;
}
.ser_txt h2 {
	font-size:35px;
	font-family: ProximaNova-Semibold;
	color:#fff;
	margin:0px;
}
.ser_txt h2::after {
	content:'';
	display:block;
	width:100px;
	border-top:4px solid #d4e049;
	margin:20px auto 0px;
}
.ser_txt p {
	font-size:16px;
	font-family: ProximaNova-Light;
	color:#bbbdc0;
	margin:25px 0px 0px;
	line-height: 28px;
}
.ser_box {
    position: relative;
    text-align: center;
    border: 1px solid #3d4248;
    border-radius: 50%;
    padding: 40px 0px;
    width: 260px;
    height: 260px;
    margin: 35px auto 0px;
	transition: 0.5s all;
}
.ser_box img {
	margin:0 auto;
}
.ser_box h2 {
    font-size: 14px;
    font-family: ProximaNova-Semibold;
    color: #fff;
    margin: 25px 15px;
    text-transform: uppercase;
    height: 30px;
}
.ser_box button {
    font-size: 14px;
    font-family: ProximaNova-Regular;
    color: #d4e049;
    background: transparent;
    border: 1px solid #d4e049;
    padding: 5px 20px;
	transition:0.5s all;
}
.ser_box button:hover {
	color:#000;
	background: #d4e049;
}
.ser_box button:focus {
	outline:none;
}
.ser_box:hover {
    background: rgba(168, 169, 173, 0.14901960784313725);
}
.ser_box:hover h2 {
    color: #d4e048;
}
.ser_txt2 {
	position:relative;
	text-align:center;
	margin-top:60px;
}
.ser_txt2 p {
	font-size:16px;
	font-family: ProximaNova-Light;
	color:#bbbdc0;
	margin:25px 0px 0px;
	line-height: 28px;
}
.brand {
	position:relative;
	background:#f5f5f5;
	padding:60px 0px 30px;
}
.br_txt {
	position:relative;
	text-align:center;
}
.br_txt h2 {
	font-size:35px;
	font-family: ProximaNova-Semibold;
	color:#0f0f0f;
	margin:0px;
}
.br_txt h2::after {
	content:'';
	display:block;
	width:100px;
	border-top:4px solid #d4e049;
	margin:20px auto 0px;
}
.br_logo {
	position:relative;
	margin-top:60px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
      width: 13px;
      height: 13px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #d4e048;
	  border: 4px solid #000; 
}
button.owl-dot:focus {
	outline:none;
}
.frames {
	position:relative;
	padding:60px 0px;
}
.fr_box {
	position:relative;
	text-align:center;
}
.fr_box h2 {
	font-size:28px;
	font-family: ProximaNova-Semibold;
	color:#0f0f0f;
	margin:25px 0px 0px;
}
.fr_box h2::after {
	content: '';
    display: block;
    width:90px;
    border-top: 4px solid #d4e049;
    margin: 15px auto 0px;
}
.map {
	position:relative;
	background: url(images/map-home.jpg) top center no-repeat;
	background-size: cover;
    /*height: 380px;*/
}
.contact_map {
	background: url(images/map.jpg) top center no-repeat;
	height: 380px
}
.map img {
	width:100%;
}
.map button {
font-size: 17px;
    font-family: ProximaNova-Semibold;
    color: #0f0f0f;
    background: #d4e049;
    border: 1px solid #d4e049;
    padding: 10px 0px;
    width: 200px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
	transition:0.5s all;
}
.map button:hover {
	background:#000;
	color: #d4e049;
	border:1px solid #000;
}
.map button:focus {
	outline:none;
}
.map-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
    left: 0;
    top: 0;
}
.address-green {
    background: #d4e048;
    padding: 1px 40px 30px !important;
}
.address-green h5 {
    color: #0f0f0f;
    font-family: ProximaNova-Semibold;
    font-size: 16px;
    position: relative;
    margin-top: 30px;
    text-transform: uppercase;
}
.find-us-list {
    margin: 0;
    padding: 0;
    list-style: none;
	font-family: ProximaNova-Semibold;
}
.find-us-list li {
	font-size: 14px;
	font-family: ProximaNova-Semibold;
    color: #0f0f0f;
}
.find-us-list li:nth-child(1) {
    background: url(https://www.peterbakeroptical.com.au/wp-content/uploads/2019/07/icon-location-h.png) no-repeat left top 5px;
    padding: 0 0 0 25px;
    background-size: 15px;
}
.find-us-list li:nth-child(2) {
    background: url(https://www.peterbakeroptical.com.au/wp-content/uploads/2019/07/icon-call-h.png) no-repeat left;
    padding: 5px 0 5px 25px;
	background-size: 15px;
}
.find-us-list li:nth-child(3) {
    background: url(https://www.peterbakeroptical.com.au/wp-content/uploads/2019/07/social-mail-icon-h.png) no-repeat left;
    padding: 0 0 0 25px;
	background-size: 15px;
}
.find-us-list li a {
	color: #0f0f0f;
	text-decoration: none;
}
.opening-hours-list {
    margin: 0;
    padding: 0;
    list-style: none;
	font-family: ProximaNova-Semibold;
}
.address-green .opening-hours-list li {
    font-size: 14px;
    color: #0f0f0f;
    border-bottom: 1px solid #0f0f0f26;
    padding: 5px 0;
}
.footer {
	position:relative;
	padding:50px 0px 0px;
	background:#1a212b;
}
.foo_txt {
	position:relative;
	text-align:center;
}
.foo_txt img {
	margin:0 auto;
}
.foo_txt ul {
	padding:0px;
	margin:0px;
}
.foo_txt ul li {
	display:inline-block;
	list-style:none;
	margin:30px 5px 0px;
}
.foo_txt ul li a {
	padding: 15px 10px;
    border-radius: 50%;
	transition:0.5s all;
}
.foo_txt ul li a:hover {
	background: #333;
}
.foo_add {
	position:relative;
	text-align:center;
	margin: 30px 0px;
}
.foo_add p {
	font-size: 16px;
    font-family: ProximaNova-Light;
    color: #fff;
    margin: 0px 25px 0px 0px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 10px 30px 10px 0px;
	border-right: 1px solid #333333;
}
.foo_add p:last-child {
	border-right:0px;
}
.foo_add  img {
    margin-right: 15px;
}
.footer_bottom {
	position:relative;
	border-top:1px solid #333333;
    padding: 20px 0px;
}
.foo_bot {
	position:relative;
	text-align:center;
}
.foo_bot p {
	font-size:14px;
	font-family: ProximaNova-Light;
	color:#fff;
	margin:0px;
}
.foo_bot p a {
	color:#fff;
	text-decoration:none;
	transition:0.5s all;
}
.foo_bot p a:hover {
	color:#d4e049;
}


/******* about page *******/
.about_banner {
    position: relative;
}
.about_inner {
    position: absolute !important;
    top: 40%;
    left: 0;
    right: 0;
}
.about_inner h2 {
    background: #ffffffab;
    display: inline-block;
    padding: 0px 30px;
}
.about_inner h2::after {
	display: none !important;
}
.banner_inner {
	position:relative;
	background:url(images/about-bg.jpg) top center no-repeat;
	background-size:cover;
    padding: 115px 0px;
}
.inn_txt {
	position:relative;
	text-align:center;
}
.inn_txt h2 {
	font-size:48px;
	font-family: ProximaNova-Semibold;
	color:#0f0f0f;
	margin:0px;
}
.inn_txt h2::after {
    content: '';
    display: block;
    width: 100px;
    border-top: 4px solid #d4e049;
    margin: 20px auto 0px;
}
.about {
	position:relative;
	padding: 60px 0px;
}
.ab_txt {
	position:relative;
}
.ab_txt img {
    float: right;
    margin-left: 30px;
	margin-bottom: 20px;
}
.ab_txt h2 {
	font-size:35px;
	font-family: ProximaNova-Semibold;
	color:#0f0f0f;
	margin:0px;
}
.ab_txt h2::after {
    content: '';
    display: block;
    width: 100px;
    border-top: 4px solid #d4e049;
    margin: 15px 0px 0px;
}
.ab_txt p {
	font-size:16px;
	font-family: ProximaNova-Light;
	color:#3d3d3d;
	margin:25px 0px 0px;
    line-height: 28px;
}
.bo_txt {
	font-family: ProximaNova-Semibold !important;
}



/******* contact page*******/
.page-id-133 .banner_inner {
	display: none;
}
.cont_form h2 {
    font-size: 30px;
    font-family: ProximaNova-Semibold;
    margin: 0px;
}
.cont_form form {
    margin-top: 20px;
}
.cont_form label {
    width: 100%;
    font-size: 18px;
    font-family: ProximaNova-Semibold;
    text-align: left;
}
.cont_form input , .cont_form textarea {
	font-family: ProximaNova-Regular;
	width: 100%;
	padding: 5px 10px ;
	margin-top: 10px;
}
.cont_form input[type="submit"] {
    width: 200px;
    background: #d4e049;
    color: #000;
    border: 1px solid #d4e049;
    margin: 0 auto;
	transition: 0.5s all;
    padding: 15px;
}
.cont_form input[type="submit"]:hover, .cont_form input[type="submit"]:focus, .cont_form input[type="submit"]:active {
	background: #000;
	color: #d4e049;
	border: 1px solid #000;
}
.cont_form input:focus , .cont_form textarea:focus {
	outline: none;
}
.cont_form p {
	text-align: center;
}
.cont_form textarea {
	height: 120px;
}
.content_white_bg {
	padding: 30px 0px;
}
.cont_det {
	position: relative;
    padding: 0px 30px;
}
.cont_title {
	font-size: 30px;
	font-family: ProximaNova-Semibold;
	margin: 0px;
    padding: 0px 30px;
}
.cont_det ul {
	padding: 0px;
	margin: 0px;
}
.cont_det ul li {
	font-size: 18px;
	font-family: ProximaNova-Regular;
	color: #000;
	list-style: none;
	display: block;
    margin: 15px 0px;
}
.cont_det ul li img {
	vertical-align: bottom;
	margin-right: 15px;
    margin-top: 0px;
}
.cont_det img {
	margin-top: 20px;
}
.our_services img {
	display: none;
}
.serv_post img {
    margin: 0px 0px 30px 30px;
    float: right;
}
.serv_post h2 {
	font-size: 35px;
	font-family: ProximaNova-Semibold;
	margin: 0px;
}
.serv_post p {
	font-size: 16px !important;
    font-family: ProximaNova-Light;
    line-height: 28px;
    margin: 15px 0px 0px;
    color: #646669;
}


/****** blog post ******/
.blog h2 {
    margin: 30px 15px 10px;
    font-size: 35px;
    font-family: ProximaNova-Semibold;
    color: #0f0f0f;
}
/*.blog_content .container {
	width: 100%;
	max-width: 1500px;
}*/
.bl_post {
	margin: 20px 0px 30px;
}
.bl_post img {
	max-width: 100%;
	height: auto;
}
.post_details {
    background: #F5F5F5;
    padding: 20px;
}
.bl_post h2 {
	font-size: 24px;
	font-family: ProximaNova-Semibold;
	margin: 0px;
}
.bl_post h2 a {
	text-decoration: none;
	color: #000;
}
.bl_post a {
	color: #000;
	text-decoration: none !important;
}
.bl_post p {
    font-size: 16px;
    font-family: ProximaNova-Light;
    margin: 15px 0px 25px;
}
.bl_post a.blog-read-more {
    font-size: 16px;
    font-family: ProximaNova-Regular;
    background: transparent;
    color: #000;
    padding: 10px 15px;
    transition: 0.5s all;
    display: inline-block;
    border: 1px solid #d4e048;
}
.bl_post a.blog-read-more:hover {
	background: #d4e048;
	color: #000;
}

/***** 404 error page ******/

.error404 > .banner_inner {
	display: none;
}
.error404 p {
	font-size: 18px;
	font-family: ProximaNova-Regular;
	margin: 0px;
}
#pg-404 {
	padding: 40px 0px;
}


/******** optical services page ********/

.optical_page {
	padding: 40px 0px 70px;
	background: #121820;
}
.ser_box2 {
	/*background: #3d4248;*/
	border: 1px solid #3d4248;
	transition: 0.5s all;
}
.ser_box2:hover {
	background: rgba(168, 169, 173, 0.14901960784313725);
	border: 1px solid #a8a9ad;
}
.ser_box2:hover h2 {
	color: #d4e048;
}

/******* service detail *******/

.serv_txt {
	position: relative;
	padding: 0px 0px 30px;
}
.serv_txt h2 {
    font-size: 26px;
    margin: 25px 0px 0px;
}
.single-optical_services .inn_txt h2::after { 
	margin:20px 0 0;
}
.single-optical_services .inn_txt { 
	text-align:left;
}

ul.list {
	padding:0px;
	margin:0px;
}
ul.list li {
    list-style: none;
    font-size: 16px;
    font-family: ProximaNova-Light;
    line-height: 28px;
    margin: 10px 0px;
    background: url(images/scroll-active.png) left center no-repeat;
    padding-left: 20px;
}

.arconix-faq-term-title { display:none;}

.arconix-faq-title {
	color: #0f0f0f;
    font-size: 14px !important;
    font-family: ProximaNova-Semibold;
    text-decoration: none;
    transition: 0.5s all;
    text-transform: uppercase;
}
.arconix-faq-content p {
    font-size: 16px !important;
    font-family: ProximaNova-Light;
}
.postid-164 h2 {
    color: #ffffff;
}
ul.sub-menu {
    position: absolute;
    z-index: 99;
    top: 54px;
    background: #d4e049;
	display:none;
}
.menu ul li:hover .sub-menu {
	display: block;
}
.sub-menu li {
    display: block !important;
    padding: 0px !important;
}
.sub-menu li a {
	padding: 10px !important;
    font-size: 15px !important;
    display: block;
}
ul.sub-menu li a:hover {
    background: #c2cd44;
}

/******* brands *******/

.brand_logo img {
	max-width: 100%;
	height: auto;
	margin: 0px 0px 25px;
}
.page-id-127 .inn_txt h2 {
    color: #fff;
}

.page-id-290 .banner_inner {
    display: none;
}
.page-id-129 .banner_inner h2 {
    background: #ffffffab;
    display: inline-block;
    padding: 0px 30px;
}
.page-id-129 .banner_inner h2::after {
	display: none;
}
.page-id-125 .banner_inner {
    display: none;
}

@media (min-width: 768px)
{
	.for-mobile{
		display: none;
	}	
}
@media (max-width: 767px)
{
	.for-desktop{
		display: none;
	}
	.map {
    	min-height: 360px;
	}
}