@import url(https://fonts.googleapis.com/css?family=Raleway:400,400i,700);@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea,
input,
button {
  background: transparent;
  border: none;
  margin: 0;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

input,
textarea,
button,
select,
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w33 {
  width: 33.3333%;
}

.wrapper {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.column,
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------*\
    # Simple Typography Settings
\*------------------------------------*/

/*------------------------------------*\
    # Type
\*------------------------------------*/

*,
html,
body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 36px;
  color: #000000;
  line-height: 1.25em;
  font-weight: 700;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

h2 {
  font-size: 1.92308rem;
  margin-bottom: 18.46154px;
}

h3 {
  font-size: 1.66667rem;
  margin-bottom: 16px;
}

h4 {
  font-size: 1.47059rem;
  margin-bottom: 14.11765px;
}

h5 {
  font-size: 1.38889rem;
  margin-bottom: 13.33333px;
}

h6 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #505050;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #459bd9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  color: #1f6699;
}

ul,
ol {
  margin: 20px 0 0 20px;
}

ul li,
ol li {
  margin-top: 10px;
  line-height: 1.5em;
  color: #505050;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
}

ul li {
  list-style: disc;
}

ul ul li {
  list-style: circle;
}

ol li {
  list-style: decimal;
}

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: #DADADA;
}

blockquote {
  margin: 30px 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: #505050;
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}

table,
td,
th {
  border: 1px solid #DADADA;
  text-align: left;
}

th {
  font-weight: 800;
}

th,
td {
  padding: 15px;
}

figure {
  margin: 30px 0;
}

figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: #6a6a6a;
  font-size: 16px;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #DADADA;
  overflow: auto;
  border-radius: 3px;
}

pre code {
  position: static;
  padding: 0;
  border: none;
  line-height: 1.5em;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New, Courier, monospace;
  font-size: 0.83333rem;
  color: #282828;
  line-height: 1em;
  pointer-events: none;
  border: 1px solid #DADADA;
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 800;
}

img {
  display: block;
  max-width: 100%;
  margin: 0;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 40px;
  display: inline-block;
  letter-spacing: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  cursor: pointer;
  line-height: 18px;
  color: #000;
  background: white;
  border: 2px solid white;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.btn:hover {
  background: none;
  color: white;
}

.btn.btn-transparent,
.btn.btn-custom-2 {
  background: none;
  color: white;
}

.btn.btn-transparent:hover,
.btn.btn-custom-2:hover {
  background: white;
  color: black;
}

.btn.btn-gray {
  background: #353535;
  color: white;
  border-color: #353535;
}

.btn.btn-gray:hover {
  background: rgba(53, 53, 53, 0.8);
  border-color: rgba(53, 53, 53, 0.8);
}

.btn.btn-big {
  font-size: 20px;
  line-height: 28px;
  padding: 15px 50px;
}

.btn.main-btn-1 {
  padding: 29px 50px;
  font-size: 21px;
  letter-spacing: 0.6px;
  color: white;
}

body.admin-bar header#header {
  top: 32px;
}

body {
  padding-top: 90px;
}

body.header_sticky header#header {
  height: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

body.header_sticky header#header li {
  padding: 15px 40px;
}

body.header_sticky header#header li.menu-item-has-children .sub-menu {
  top: 55px;
}

body.header_sticky header#header .boxlogo {
  width: 160px;
}

body.header_sticky header#header .menu-toggle {
  top: 15px;
}

body.header_sticky header#header .searchIcon {
  top: 15px;
}

body.header_sticky.search-open .searchbar {
  top: 60px;
}

header#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  z-index: 10;
  padding: 5px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  header#header {
    height: 80px;
  }

  header#header ul.menu {
    display: none;
  }
}

header#header .boxlogo {
  width: 260px;
  height: auto;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

@media (max-width: 450px) {
  header#header .boxlogo {
    width: 200px;
    top: 10px;
  }

  body.header_sticky header#header .boxlogo {
    top: 0;
  }
}

header#header ul {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}

header#header ul li {
  display: inline-block;
  padding: 30px 40px;
  margin: 0;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}

header#header ul li.menu-item-has-children {
  position: relative;
}

header#header ul li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 85px;
  left: 15px;
  background: #444545;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 280px;
}

header#header ul li.menu-item-has-children .sub-menu li {
  padding: 10px 25px;
  margin: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  text-align: left;
}

header#header ul li.menu-item-has-children .sub-menu li:nth-last-of-type() {
  margin: 0;
}

header#header ul li.menu-item-has-children .sub-menu li a {
  color: #fff;
  font-size: 16px;
}

header#header ul li.menu-item-has-children .sub-menu li:hover {
  background: #333;
}

header#header ul li.menu-item-has-children:hover .sub-menu {
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

header#header ul li a {
  color: black;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  display: block;
}

header#header ul#menu-left {
  margin-right: 23%;
}

header#header ul#menu-right {
  margin-left: 23%;
}

header#header ul .sub-menu {
  z-index: -1;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

header#header .menu-container {
  position: relative;
}

header#header .searchIcon {
  position: absolute;
  right: 0;
  top: 25px;
  width: 22px;
  height: 22px;
  display: block;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}

header#header .searchIcon svg {
  width: 22px;
  height: 22px;
  fill: black;
  cursor: pointer;
}

header#header .searchIcon svg:hover {
  opacity: 0.7;
}

.responsive-menu {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 500px;
  width: 100%;
  height: 100%;
  margin: 0 0 0 -100%;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background: #353535;
  z-index: 12;
}

body.show-menu .responsive-menu {
  margin-left: 0;
}

.responsive-menu a.closemenu {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
}

.responsive-menu ul.menu {
  background: black;
  width: calc(100% - 80px);
  margin: 0;
  height: 100%;
  padding-top: 20px;
}

.responsive-menu ul.menu li {
  display: block;
  padding: 10px 20px;
  margin: 0;
}

.responsive-menu ul.menu li a {
  color: #fff;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: -2;
  content: "";
  opacity: 0;
}

body.show-menu .overlay {
  opacity: 1;
  z-index: 11;
}

button.menu-toggle {
  opacity: 1;
  background-color: transparent;
  position: absolute;
  z-index: 4;
  top: 27px;
  left: 0;
  border: none;
  width: 25px;
  height: 20px;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: none;
}

button.menu-toggle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(20%, black), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, black), color-stop(60%, black), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, black), to(black));
  background: -webkit-linear-gradient(top, black, black 20%, transparent 20%, transparent 40%, black 40%, black 60%, transparent 60%, transparent 80%, black 80%, black 100%);
  background: -o-linear-gradient(top, black, black 20%, transparent 20%, transparent 40%, black 40%, black 60%, transparent 60%, transparent 80%, black 80%, black 100%);
  background: linear-gradient(to bottom, black, black 20%, transparent 20%, transparent 40%, black 40%, black 60%, transparent 60%, transparent 80%, black 80%, black 100%);
  -webkit-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
  transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
}

button.menu-toggle:after {
  opacity: 0;
  content: '\D7';
  color: black;
  position: absolute;
  top: 16px;
  left: -4px;
  font-family: Arial, sans-serif;
  font-size: 76px;
  line-height: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

button.menu-toggle:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

button.menu-toggle:hover {
  opacity: 1;
}

@media (max-width: 1024px) {
  button.menu-toggle {
    display: block;
  }
}

.searchbar {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  background: #fff;
  top: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}

body.search-open .searchbar {
  z-index: 2;
  opacity: 1;
  top: 90px;
}

.aws-search-result {
  z-index: 10;
}

.shop-brads {
  background: black;
  color: white;
}

.shop-brads a {
  color: white;
}

.footer-social {
  padding: 55px 0 120px;
  color: white;
  background: black;
}

.footer-social h2 {
  padding-bottom: 35px;
  color: white;
}

.footer-social .content {
  font-size: 18px;
  line-height: 36px;
  color: white;
  margin: 0 auto 30px;
  max-width: 1080px;
  width: 100%;
}

.footer-social .social-box a {
  display: inline-block;
  margin: 0 15px;
}

.footer-social .social-box a:hover {
  opacity: 0.8;
}

footer {
  background: black;
  color: white;
  padding: 30px 0 50px;
}

footer p {
  color: white;
}

footer .designed {
  font-size: 12px;
}

footer a {
  color: white;
}

footer h3 {
  color: #fff;
}

@media (max-width: 1024px) {
  footer .w50,
  footer .w25 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  footer img {
    display: inline-block;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

*:focus {
  outline: none;
}

a:hover {
  color: #0b639a;
}

.heading {
  font-size: 3rem;
}

@media (max-width: 1200px) {
  .heading {
    font-size: calc(1.4rem + 2.13333vw);
  }
}

.main-heading {
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .main-heading {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .main-heading {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .main-heading {
    margin-bottom: 40px;
  }
}

.black-heading {
  background: black;
  color: white;
  padding: 30px 0;
}

.uppercase {
  text-transform: uppercase;
}

.transition01 {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.transition02 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.transition03 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.transition04 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.transition05 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* Chrome <=56, Safari < 10 */

:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* FF 4-18 */

::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* FF 19-51 */

:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* IE 10+ */

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

::-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

::placeholder {
  opacity: 1;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

/* Modern Browsers */

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Chrome <=56, Safari < 10 */

*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */

*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19-50 */

*:focus:-ms-input-placeholder {
  opacity: 0;
}

/* IE 10+ */

*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus::-ms-input-placeholder {
  opacity: 0;
}

*:focus::placeholder {
  opacity: 0;
}

/* Modern Browsers */

.image-centerd-vh {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-centerd-v {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image-centerd-h {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cover-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contain-image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.videoContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}

.videoContainer video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .5s, opacity .5s, background .5s;
  -o-transition: color .5s, opacity .5s, background .5s;
  transition: color .5s, opacity .5s, background .5s;
}

a:focus {
  outline: none;
}

button {
  -webkit-transition: color .5s, opacity .5s, background .5s;
  -o-transition: color .5s, opacity .5s, background .5s;
  transition: color .5s, opacity .5s, background .5s;
  cursor: pointer;
}

.hero_image .inner {
  padding: 200px 0 190px;
  color: white;
}

@media (max-width: 900px) {
  .hero_image .inner {
    padding: 120px 0;
  }

  .hero_image .inner .w50 {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .hero_image .inner {
    padding: 50px 0;
  }
}

.hero_image .inner h2,
.hero_image .inner p {
  color: white;
}

.hero_image .inner .buttons {
  margin: 30px 0 0;
}

.hero_image .inner .buttons a {
  margin-right: 40px;
}

@media (max-width: 450px) {
  .hero_image .inner .buttons a {
    margin: 0 40px 20px 0;
  }
}

.hero_image .inner .buttons a:last-of-type {
  margin: 0;
}

.cwilr_section {
  padding: 100px 0 50px;
}

.cwilr_section .single-content {
  margin-bottom: 100px;
}

@media (max-width: 1023px) {
  .cwilr_section .single-content {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .cwilr_section .single-content .w50 {
    width: 100%;
  }
}

.cwilr_section .single-content.class-right .content-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 991px) {
  .cwilr_section .single-content.class-right .content-box {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.cwilr_section .single-content.class-right .image-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 991px) {
  .cwilr_section .single-content.class-right .image-box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.cwilr_section .single-content.class-left .content-box {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.cwilr_section .single-content.class-left .image-box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cwilr_section .single-content .image-box {
  position: relative;
}

@media (max-width: 991px) {
  .cwilr_section .single-content .image-box {
    min-height: 350px;
  }
}

.cwilr_section .single-content .content-box {
  padding: 45px 60px 100px;
}

.cwilr_section .single-content .content-box h3 {
  font-weight: normal;
  font-size: 2.125rem;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .cwilr_section .single-content .content-box h3 {
    font-size: calc(1.225rem + 1.2vw);
  }
}

@media (max-width: 1023px) {
  .cwilr_section .single-content .content-box h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .cwilr_section .single-content .content-box h3 {
    margin-bottom: 30px;
  }
}

.cwilr_section .single-content .content-box p {
  line-height: 1.9em;
}

@media (max-width: 1199px) {
  .cwilr_section .single-content .content-box {
    padding: 45px;
  }
}

@media (max-width: 1023px) {
  .cwilr_section .single-content .content-box {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .cwilr_section .single-content .content-box {
    padding: 30px 0;
  }
}

.image_bg_with_text {
  position: relative;
}

.image_bg_with_text .inner {
  padding: 185px 20% 170px;
}

@media (max-width: 950px) {
  .image_bg_with_text .inner {
    padding: 120px 10%;
  }
}

@media (max-width: 750px) {
  .image_bg_with_text .inner {
    padding: 50px 0%;
  }
}

.image_bg_with_text .content h2 {
  margin-bottom: 55px;
  color: white;
}

.image_bg_with_text .content .buttons a {
  margin: 0 8px;
}

.image_bg_with_text .content .cont-box {
  color: #fff;
  padding-bottom: 60px;
  font-size: 24px;
}

.image_bg_with_text .content .cont-box > * {
  color: #fff;
}

.image_bg_with_text .content .videoWrapper {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
}

.image_bg_with_text .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
}

.home_categories {
  padding: 60px 0 160px;
  min-height: 400px;
}

.home_categories .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home_categories .grid .grid-item {
  width: 23%;
  margin: 0 1% 25px;
}

@media (max-width: 1024px) {
  .home_categories .grid .grid-item {
    width: 31.33%;
  }
}

@media (max-width: 600px) {
  .home_categories .grid .grid-item {
    width: 46%;
    margin: 0 2% 25px;
  }
}

@media (max-width: 500px) {
  .home_categories .grid .grid-item {
    max-width: 350px;
    width: 96%;
    margin: 0 2% 20px;
  }
}

.home_categories .grid .grid-item a {
  display: block;
  border: 1px solid #f1f1f1;
  background: #353535;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.home_categories .grid .grid-item a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.home_categories .grid .grid-item .heading {
  display: block;
  background: #353535;
  text-align: center;
  color: white;
  line-height: 24px;
  font-size: 16px;
  padding: 8px 10px;
  margin: 0 -1px -1px -1px;
}

@media (max-width: 750px) {
  .contact_info .googlemap {
    width: 100%;
    height: 300px;
  }
}

.contact_info .googlemap iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .contact_info .contactform {
    width: 100%;
  }
}

.contact_info .contactform .form-box {
  max-width: 700px;
  width: 100%;
  padding: 35px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_info .contactform .form-box h2 {
  margin: 0 0 40px;
}

.contact_info .contactform .form-box label {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin: 0 0 15px;
}

.contact_info .contactform .form-box .wpcf7-textarea {
  max-height: 120px;
}

.contact_info .contactform .form-box .btn {
  text-transform: uppercase;
}

.wpcf7-text,
.wpcf7-textarea {
  border: 1px solid #f1f1f1;
  font-family: inherit;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 18px;
  line-height: 26px;
  color: black;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 5px;
}

.header_for_pages {
  padding: 50px 0;
}

@media (max-width: 750px) {
  .header_for_pages {
    padding: 30px 0;
  }
}

@media (max-width: 550px) {
  .header_for_pages {
    padding: 20px 0;
  }
}

.header_for_pages .headings h1 {
  margin: 0;
}

.header_for_pages .headings h4 {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

@media (max-width: 750px) {
  .header_for_pages .headings {
    width: 100%;
    margin-bottom: 15px;
  }
}

.header_for_pages .column {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header_for_pages .bread {
  text-align: right;
}

@media (max-width: 750px) {
  .header_for_pages .bread {
    width: 100%;
  }
}

.contact_page .info-googlemap iframe {
  width: 100%;
  height: 300px;
}

.contact_page .contact-content {
  padding: 70px 0;
}

.contact_page .contact-content .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.contact_page .contact-content .inner .info {
  padding-top: 60px;
}

.contact_page .contact-content .inner .w33 {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .contact_page .contact-content .inner .w33 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact_page .contactform {
  max-width: 100%;
  padding: 0 0 100px;
  margin: 0;
}

.contact_page .contactform .inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.contact_page .contactform h2 {
  text-align: center;
}

.wysiwyg-section {
  padding: 80px 0;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: inherit;
  margin: 0;
  color: white;
}

.woocommerce .woocommerce-breadcrumb a {
  color: white;
}

.taxonomy-section {
  padding: 80px 0;
}

.taxonomy-section .grid.tax-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.taxonomy-section .grid.tax-grid .grid-item {
  width: 23%;
  margin: 0 1% 25px;
}

@media (max-width: 1024px) {
  .taxonomy-section .grid.tax-grid .grid-item {
    width: 31.33%;
  }
}

@media (max-width: 600px) {
  .taxonomy-section .grid.tax-grid .grid-item {
    width: 46%;
    margin: 0 2% 25px;
  }
}

@media (max-width: 500px) {
  .taxonomy-section .grid.tax-grid .grid-item {
    max-width: 350px;
    width: 96%;
    margin: 0 2% 20px;
  }
}

.taxonomy-section .grid.tax-grid .grid-item a {
  display: block;
  border: 1px solid #f1f1f1;
  background: #353535;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.taxonomy-section .grid.tax-grid .grid-item a:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.taxonomy-section .grid.tax-grid .grid-item .title {
  display: block;
  background: #353535;
  text-align: center;
  color: white;
  line-height: 24px;
  font-size: 14px;
  padding: 8px 10px;
  margin: 0 -1px -1px -1px;
}

.taxonomy-section .grid.tax-grid .grid-item .title span {
  display: block;
}

.woocommerce-products-header {
  margin-bottom: 50px;
}

.term-description iframe {
  max-width: 100%;
}

.woocommerce div.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.woocommerce-variation-custom-text-field {
  margin: 30px 0 50px;
}

.product-section .product_table {
  width: 100%;
  margin-bottom: 30px;
  border: none;
}

.product-section .product_table th {
  border: none;
  padding: 4px;
  border-bottom: 2px solid #dbdcdb;
  text-align: left;
}

.product-section .product_table th.text-center {
  text-align: center;
}

.product-section .product_table th.text-right {
  text-align: right;
}

.product-section .product_table td {
  border: none;
  border-bottom: 1px solid #dbdcdb;
  padding: 10px 0;
  text-align: center;
}

.product-section .product_table td strong {
  display: block;
  font-size: 14px;
}

.product-section .product_table td .symbol {
  display: block;
  font-size: 14px;
}

.product-section .product_table td:nth-child(1),
.product-section .product_table th:nth-child(1) {
  padding-left: 5px !important;
}

.product-section .product_table td:nth-child(6),
.product-section .product_table th:nth-child(6) {
  padding-right: 5px !important;
}

.product-section .product_table tr.active {
  background: #f1f1f1;
}

.product-section .product_table .price {
  font-weight: bold;
}

.product-section .product_table .text-right {
  text-align: right !important;
}

.product-section .product_table .text-left {
  text-align: left !important;
}

.product-section .product_table .text-center {
  text-align: center !important;
}

table#sizes {
  border-collapse: collapse;
}

.product-section .product_meta .category {
  font-weight: bold;
}

.product-section .product_meta .category a {
  font-weight: normal;
}

.product-section .variations label {
  margin-bottom: 5px;
  display: block;
}

.woocommerce div.product form.cart .variations select {
  line-height: 26px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d8d7d7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px 15px;
  background: #f1f1f1 url("https://potsonline.com.au/wp-content/themes/potsonline/images/down.png") no-repeat 97% 50%;
  cursor: pointer;
  color: #636870;
  margin-right: 0;
}

.woocommerce div.product form.cart .reset_variations {
  float: right;
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: inherit;
}

.woocommerce .quantity .qty {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #d8d7d7;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100px;
  margin-right: 20px;
}

.woocommerce div.product form.cart .button {
  width: 250px;
}

.woocommerce div.product .related.products {
  width: 100%;
  float: left;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
  font-weight: bold;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

.woocommerce div.product form.cart div.quantity {
  width: 24%;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce div.product form.cart .button {
  width: 75%;
  background: #000;
  border: none;
  height: 48px;
}

.woocommerce-variation-add-to-cart {
  width: 50%;
  float: left;
  padding-top: 20px;
}

.woocommerce div.product form.cart .variations {
  width: 50%;
  float: left;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1%;
}

.product-section {
  padding: 80px 0;
}

.product_meta p {
  margin: 0;
}

.videoBlock.video {
  padding-top: 40px;
}

.woocommerce-page .post-content {
  padding: 0 0 50px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #000;
}

.video-container iframe {
  max-width: 100%;
}

@media (max-width: 678px) {
  .woocommerce-variation-custom-text-field {
    overflow-x: scroll;
  }

  .product-section .product_table {
    min-width: 600px;
  }
}


/*# sourceMappingURL=style.css.map*/