/*
Theme Name: goldenwestbakery
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
/* font-family: 'Rubik', sans-serif; */
body {
  color: #504f50;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  overflow-x:hidden;
}
p {
  color: #504f50;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 15px;
}
a {
   color: #ed1111;
   text-decoration: none;
}
a:focus, a:hover {
    color: #9e9e9e;
    text-decoration: none;
}
img {
   max-width: 100%;
   height: auto;
   border: none;
   border-radius: 0;
}
.rubik-font {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.section-title strong {
  font-weight: 500;
  display: inline-block;
  padding-bottom: 6px;
}
.featured-image {
  background-size: cover !important;
  height: 415px;
  position: relative;
}
.page-title {
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-weight: 300;
	padding-top: 199px;
	text-align: center;
}
.center {
  text-align: center;
}
.white-con, .white-con p {
	color: #fff;
}
/* header */
.header {
  padding: 22px 0 28px;
}
.logo-area img {
  position: absolute;
  z-index: 9999;
}
.header-menu-section {
  padding-top: 21px;
}
.navbar-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.navbar-default {
  background: none;
  border: medium none;
  border-radius: 0;
  min-height: 1px;
  margin: 0;
}
.navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.navbar-default .navbar-nav > li > a {
  color: #9e9e9e;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 13.5px;
  position: relative;
  text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.menu-item-has-children:hover > a,
.navbar-default .navbar-nav > li.current-menu-parent > a {
  color: #ed1111;
}
.navbar-default ul.sub-menu {
    background: #ed1111;
    border: medium none;
    border-radius: 0;
    display: none;
    padding: 10px 0 13px;
    position: absolute;
    min-width: 121px;
    z-index: 999;
    margin: 0;
}
.navbar-nav > li:hover .sub-menu {
  display: block;
}
.sub-menu li > a {
  border: medium none;
  font-family: 'Rubik', sans-serif;
  color: #650000;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 15px 5px;
  text-decoration: none;
  text-align: left;
  display: block;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #ffffff;
}
.header-right {
  text-align: right;
  padding-top: 11px;
}
.header-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-right ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 46px;
  margin-left: 13px;
}
.header-right ul li:first-child {
  margin-left: 0;
}
.header-right ul li a {
  display: block;
  background: url(images/phone.png) no-repeat scroll left 18px;
  color: #504f50;
  font-weight: 700;
  font-size: 16px;
  padding: 0 0 0 17px;
  text-transform: capitalize;
}
.header-right ul li + li a {
  display: block;
  background: #ed1111;
  color: #ffffff;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 5px;
}
/* home */
/* slider */
#topslider {
    position: relative;
    z-index: 9;
}
#topslider .slick-list {
    overflow: inherit;
}
#topslider .slide-item {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 853px;
}
#topslider .container {
  display: table;
  height: 100%;
}
.slide-content {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 810px;
}
.slide-content p {
  font-size: 20px;
  color: #ffffff;
  line-height: 29px;
}
.slide-content strong {
  font-size: 60px;
  line-height: 58px;
  display: inline-block;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
}
.slide-content ul {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}
.slide-content ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 6px;
}
.slide-content li a {
  display: block;
  width: 97px;
  height: 46px;
  line-height: 46px;
  background: #ed1111;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
}
.slide-content li + li a {
  background: #504f50;
}
.vc_row.wpb_row.vc_row-fluid.about-section {
  padding-bottom: 61px;
  padding-top: 77px;
}
.vc_custom_heading.section-title {
  margin: 0 0 53px;
}
.welcome-con a {
  display: inline-block;
  width: 97px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #504f50;
  color: #504f50;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  margin-top: 9px;
}
.vc_row.wpb_row.vc_row-fluid.cta-section {
  padding-top: 57px;
  padding-bottom: 53px;
}
.vc_custom_heading.cta-section-title {
  font-weight: 500;
  margin: 0 0 47px;
}
.cta-box > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  margin-bottom: 53px;
}
.wpb_single_image.wpb_content_element.cta-img {
  margin: 0;
}
.vc_custom_heading.cta-title {
  font-weight: 500;
  margin: 0;
  padding: 35px 30px 32px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}
.wpb_text_column.wpb_content_element.cta-con {
  padding: 0 30px 35px;
  border: 1px solid #e3e3e3;
  border-top: none;
  margin: 0;
  position: relative;
}
.cta-con a {
  display: block;
  width: 97px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #e3e3e3;
  color: #504f50;
  background: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;
}
.vc_row.wpb_row.vc_row-fluid.new-section {
  padding-top: 155px;
  padding-bottom: 184px;
}
.vc_custom_heading.new-section-title {
  font-weight: 300;
  margin: 0 0 28px;
}
.wpb_text_column.wpb_content_element.new-con {
  max-width: 810px;
  margin: 0 auto;
}
.new-con p {
  font-size: 20px;
  line-height: 29px;
}
.new-con a {
  display: inline-block;
  width: 97px;
  height: 46px;
  line-height: 46px;
  background: #ed1111;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  margin-top: 16px;
}
#mri_testimonial {
  max-width: 1140px;
  margin: 0 auto;
}
.mri_slider {
  padding-bottom: 73px;
  padding-top: 75px;
  background: url(images/testi-bg.png) no-repeat scroll top center;
}
.mri-con {
  margin-bottom: 25px;
}
.mri-con p {
  font-style: italic;
}
.mri-customer {
  font-weight: 700;
  font-style: italic;
}
.mri_slider .slick-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  bottom: 0;
  border: none;
  text-indent: -9999px;
  z-index: 999;
  background-size: 100% auto !important;
}
.mri_slider .slick-prev.slick-arrow {
  background: url(images/prev.png) no-repeat scroll 0 0;
  left: 46%;
}
.mri_slider .slick-next.slick-arrow {
  background: url(images/next.png) no-repeat scroll 0 0;
  right: 46%;
}
.vc_row.wpb_row.vc_row-fluid.testimonial-section {
  padding-top: 103px;
  padding-bottom: 27px;
}
.supplier-con ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.supplier-con li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 14px;
}
.vc_row.wpb_row.vc_row-fluid.partner-section {
  padding-top: 9px;
  padding-bottom: 9px;
}
/* general */
.vc_row.wpb_row.vc_row-fluid.about-section.general-top-section {
  padding-bottom: 48px;
}
.vc_row.wpb_row.vc_row-fluid.cta-section.br-cta-section {
  padding-bottom: 71px;
  padding-top: 71px;
}
.br-cta-boxes .wpb_text_column.wpb_content_element.cta-con.center {
  padding-bottom: 26px;
}
.br-cta-boxes .cta-box > .vc_column-inner > .wpb_wrapper {
  background: #fff;
  margin-bottom: 30px;
}
.vc_row.wpb_row.vc_row-fluid.contact-section {
  padding-top: 65px;
  padding-bottom: 88px;
}
.vc_custom_heading.con-title.rubik-font {
  font-weight: 500;
  margin: 0 0 50px;
}
.con-info ul {
  list-style: none;
  padding: 0;
}
.con-info ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  border-right: 1px solid #504f50;
  line-height: 13px;
  padding: 0 7px 0 4px;
}
.con-info ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.con-info ul li a {
  color: #504f50;
}
.con-info ul li strong {
  color: #ed1111;
}
.wpb_text_column.wpb_content_element.con-info {
  margin-bottom: ;
  margin-bottom: 25px;
}
.font-section > .vc_column-inner > .wpb_wrapper {
  background: #f6f6f6;
  padding: 36px 68px 21px;
  float: left;
  width: 100%;
  border-radius: 5px;
}
.wpb_text_column.wpb_content_element.form-title {
  margin-bottom: 17px;
}
.form-title strong {
  font-size: 16px;
  font-weight: 500;
}
label {
  margin-bottom: 9px;
  width: 100%;
}
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  background: #ffffff;
  border: none;
  height: 37px;
  color: #939393;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding: 0 17px;
  border-radius: 5px;
}
.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background: #ffffff;
  border: none;
  height: 324px;
  color: #939393;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 7px 17px;
  border-radius: 5px;
}
.wpcf7-form-control.wpcf7-submit {
  float: right;
  display: block;
  width: 97px;
  height: 46px;
  background: #ed1111;
  border: none;
  font-size: 16px;
  color: #ffffff;
  border-radius: 5px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  margin: 8px 0 10px;
  text-transform: capitalize;
}
.wpcf7 form .wpcf7-response-output {
  margin: 15px 0 10px;
  float: left;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/* blog */
.main-content.blog.general {
  padding-bottom: 70px;
  padding-top: 50px;
}
.post-listing {
  margin-bottom: 30px;
}
.post-listing:nth-child(3n+4) {
  clear: left;
}
.list-img img {
  width: 100%;
}
.blog-content {
  background: #f6f6f6;
  padding: 29px 31px 25px;
  position: relative;
}
.blog-content h3 {
  margin: 0 0 18px;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
.blog-content h3 a {
  color: #504f50;
  display: block;
}
.blog-content h3 a:hover {
  color: #ed1111;
}
.meta-post {
  color: #ed1111;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 17px;
}
/* pagination */
.blog-pagination {
  float: left;
  width: 100%;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #ed1111;
  background: #ffffff;
  padding: 0;
  margin: 2px 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  color: #ed1111;
  text-align: center;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  border-radius: 50px;
}
.wp-pagenavi span.current {
    border-color: #ed1111;
    background: #ed1111;
    border-width: 1px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    border-radius: 50px;
}
.wp-pagenavi a:hover {
    border-color: #ed1111;
    background: #ed1111;
    color: #ffffff;
}
/* post details */
.main-content.general.blog.post-details {
  padding-bottom: 50px;
}
.post-main-content-text {
  max-width: 750px;
  margin: 0 auto;
}
.post-title {
  font-size: 25px;
  font-weight: 500;
  color: #4b4b4b;
  margin: 20px 0 17px;
  font-family: 'Rubik', sans-serif;
  line-height: 25px;
}
.post-main-content-text .meta-post {
  margin-bottom: 19px;
}
/* footer */
.footer {
  background: #2d2d2d;
  padding: 99px 0 40px;
  text-align: center;
  color: #ffffff;
}
.widget-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.footer-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  border-right: 1px solid #fff;
  line-height: 13px;
  padding: 0 7px 0 4px;
}
.footer-widget ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.footer-widget strong {
  color: #ed1111;
}
.footer-widget p, .footer-widget a {
  color: #fff;
}
.footer-widget a:hover {
  color: #ed1111;
}
.copyright {
  color: #979797;
  position: relative;
  padding-top: 36px;
  margin-top: 34px;
}
.copyright::before {
  content: "";
  width: 360px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.copyright a {
  color: #979797;
  display: inline-block;
}
.copyright a:hover {
  color: #ffffff;
}
/* Responsive site css */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.header-right {
  padding-top: 14px;
}
.header-right ul li a {
  font-size: 12px;
}
#mri_testimonial {
  max-width: 910px;
}
.mri_slider .slick-prev.slick-arrow {
  left: 45%;
}
.mri_slider .slick-next.slick-arrow {
  right: 45%;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
.navbar-default .navbar-nav > li > a {
  padding: 5px 7px;
  font-size: 13px;
}
.header {
  padding: 15px 0 20px;
}
#topslider .slide-item {
  height: 530px;
}
.slide-content strong {
  font-size: 40px;
  line-height: 40px;
}
.slide-content ul {
  margin: 20px 0 0;
}
#mri_testimonial {
  max-width: 690px;
}
.mri_slider .slick-prev.slick-arrow {
  left: 44%;
}
.mri_slider .slick-next.slick-arrow {
  right: 44%;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
.logo-area img {
  position: relative;
}
.logo-area.col-xs-12.col-sm-2.col-md-3 {
  text-align: center;
}
.navbar-default .navbar-toggle {
  border-color: #504f50;
  float: left;
  background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #504f50;
}
.header-right {
  padding-top: 0;
}
.header-right ul li {
  line-height: 35px;
}
.header-widget-area.col-xs-12.col-sm-4.col-md-3 {
  position: absolute;
  top: 169px;
  right: 0;
  width: auto;
}
.header-right ul li a {
  font-size: 14px;
}
.header-right ul li a {
  background: url(images/phone.png) no-repeat scroll left 13px;
}
.header-menu-section {
  padding-top: 0;
}
.navbar-default .navbar-nav > li {
  float: left;
  display: block;
  width: 100%;
  text-align: left;
}
.navbar-default .navbar-nav > li > a {
  padding: 5px 0;
  font-size: 16px;
}
.sub-menu li > a:hover, 
.sub-menu li > a:focus, 
.sub-menu li.current-menu-item > a {
  color: #ed1111;
}
.navbar-default ul.sub-menu {
  background: none;
  display: block;
  padding: 5px 0 5px;
  position: relative;
}
.slide-content strong {
  font-size: 25px;
  line-height: 30px;
}
.slide-content p {
  font-size: 16px;
  line-height: 20px;
}
.slide-content li a {
  width: 85px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.slide-content ul {
  margin: 10px 0 0;
}
#topslider .slide-item {
  height: 330px;
}
.vc_row.wpb_row.vc_row-fluid.about-section {
  padding-bottom: 15px;
  padding-top: 40px;
}
.vc_row.wpb_row.vc_row-fluid.cta-section {
  padding-top: 17px;
  padding-bottom: 22px;
}
.vc_custom_heading.new-section-title {
  margin: 0 0 20px;
  font-size: 30px !important;
  line-height: 30px !important;
}
.vc_row.wpb_row.vc_row-fluid.new-section {
  padding-top: 45px;
  padding-bottom: 100px;
}
.vc_row.wpb_row.vc_row-fluid.testimonial-section {
  padding-top: 50px;
  padding-bottom: 20px;
}
#mri_testimonial {
  max-width: 330px;
}
.mri_slider .slick-prev.slick-arrow {
  left: 37%;
}
.mri_slider .slick-next.slick-arrow {
  right: 37%;
}
.vc_custom_heading.section-title {
  margin: 0 0 25px;
}
.footer {
  padding: 45px 0 30px;
}
.widget-title {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 35px;
}
.page-title {
  font-size: 30px;
  line-height: 30px;
  padding-top: 110px;
}
.featured-image {
  height: 240px;
}
.vc_row.wpb_row.vc_row-fluid.about-section.general-top-section {
  padding-bottom: 20px;
}
.vc_row.wpb_row.vc_row-fluid.cta-section.br-cta-section {
  padding-bottom: 25px;
  padding-top: 45px;
}
.font-section > .vc_column-inner > .wpb_wrapper {
  padding: 36px 30px 21px;
}
.vc_row.wpb_row.vc_row-fluid.contact-section {
  padding-top: 45px;
  padding-bottom: 50px;
}

} 