/*
Theme Name:     Canvas Child
Theme URI:      
Description:    Child theme for the Canvas theme
Author:         Jezweb
Author URI:     http://www.jezweb.com.au/
Template:       canvas
Version:        0.1.0
*/

/* General element styles i.e., header, navigation, content, sidebar widgets, sliders and galleries. */
html body.full-width, html body{
  padding-top: 90px !important;
  transition: all 0.3s;
}
html body.full-width.show-search-alt, html body.show-search-alt {
  padding-top: 290px;
}
.clearfix{
  clear: both;
  display: block;
}
#search-bar {
  position: fixed;
  top: -200px;
  left: 0;
  background-color: #FFFFFF;
  width: 100%;
  z-index: 999999;
  text-align: center;
  height: 200px;
  transition: all 0.3s;
}
.show-search #search-bar{
  top: 0;
}
#search-bar * {
  font-family: 'Century Gothic', sans-serif;
}
#search-bar h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
#search-bar p {
  font-size: 15px;
}
#search-bar form.searchform {
  width: 460px;
  margin: 30px auto 0;
  padding: 0 150px 0 25px;
  border: 0;
  background-color: #F5F5F5;
  border-radius: 50px;
  position: relative;
}
#search-bar .searchform input {
  border: 0;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  font-size: 15px;
}
#search-bar .searchform button.submit {
  width: 125px;
  background-color: #404040;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 50px 50px 0;
  height: 100%;
}
#search-bar .searchform .submit:before {
  content: 'Search';
  font-family: 'Century Gothic',sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
}
.search-bar-inner{
  padding: 30px;
}
a.close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 13px;
  font-family: 'Century Gothic', sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
}

/* Header Styles (Logo, header elements, widgets, etc.) */
.headerplusnav {
  position: fixed;
  top: 0;
  left: 30px;
  right: 30px;
  height: 90px;
  z-index: 99;
  transition: top 0.3s;
}
body.fixed .headerplusnav {
  z-index: 99;
  background-color: #353535;
  height: 90px;
}
.show-search .headerplusnav{
  top: 200px;
}
body #wrapper .headerplusnav #header{
  padding: 0;
}
#header-container {
  position: absolute;
  top: 0;
  height: 100px;
  width: 20%;
  margin: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
}
body.fixed #header-container {
  left: 10px;
}
#logo img {
  width: 200px;
  height: auto;
  display: block;
  transition: all 0.3s;
  margin-top: 10px;
}
.custom-header-right {
  position: absolute;
  top: 22px;
  right: 0;
  width: 20%;
  z-index: 9999;
  transition: all 0.3s;
}
body.fixed .custom-header-right {
  right: 10px;
}
.custom-header-right a.phone-top {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #231f20;
  line-height: 30px;
  padding-left: 35px;
  display: block;
  float: right;
  background: url(images/phone-top.png) no-repeat 0 50%;
}
.custom-header-right .widget{
  margin: 0;
  border: 0;
}
.custom-header-right .widget ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-header-right .widget h3{
  padding: 0;
  border: 0;
}
.header-widget{
  width: auto;
}
.header-widget .widget a, .custom-header-right .widget a{
  text-decoration: none !important;
  color: #FFFFFF;
  text-transform: uppercase;
}
.widget ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.header-right-links {
  float: right;
}
ul.header-right-links > li {
  float: left;
  margin-left: 35px;
  position: relative;
}
ul.header-right-links > li:hover ul{
  opacity: 1;
  visibility: visible;
  top: 45px;
}
ul.hrl-submenu {
  position: absolute;
  opacity: 0;
  top: 70px;
  visibility: hidden;
  right: -5px;
  width: 300px;
  background-color: #FFFFFF;
  padding: 0;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in;
}
ul.hrl-submenu:before {
  content: '';
  position: absolute;
  top: -15px;
  right: 8px;
  border: 7px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  z-index: 1;
}
ul.hrl-submenu:after {
  content: '';
  position: absolute;
  top: -16px;
  right: 9px;
  border: 6px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.1);
}
ul.header-right-links > li > a {
  line-height: 45px;
  display: block;
}
ul.header-right-links .my-cart a {
  display: block;
  background: url(images/cart-icon.png) 0 50% no-repeat;
  padding-left: 25px;
}
ul.header-right-links .hrl-search a {
  width: 21px;
  height: 45px;
  font-size: 0;
  display: block;
  background: url(images/search-icon.png) 50% 50% no-repeat;
}
.cart-quantity span {
  font-size: 14px;
  background-color: #FFFFFF;
  border-radius: 100%;
  color: #131212;
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  margin-left: 3px;
  line-height: 22px;
}
.cart-content-top {
  padding: 12px 8px;
}
.cart-content-top h4 {
  font-size: 15px;
  float: left;
  margin-top: 5px;
}
.widget .cart-content-top p.total {
  float: right;
  margin: 0;
  background-color: #333333;
  padding: 5px;
  color: #FFFFFF;
}
.headernav-fixed{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: -40px;
  left: 30px;
  right: 30px;
  height: 40px;
  z-index: 9999;
  background: #353535;
  padding: 0 15px;
  box-shadow: 0 2px 1px -1px rgba(0,0,0,0.25);
  transition: all 0.3s ease-in;
}
body.fixed .headernav-fixed{
  top: 0;
  opacity: 1;
  visibility: visible;
}
body.fixed.show-search .headernav-fixed {
  top: 200px;
}
.headernav-fixed a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: 'Century Gothic', sans-serif;
  line-height: 40px;
}
a.hf-menu {
  text-transform: uppercase;
}
a.hf-menu:before {
  content: "\f0c9";
  font-family: FontAwesome;
  margin-right: 10px;
}
.headernav-fixed .widget{
  float: right;
  margin: 0;
}
.headernav-fixed ul.header-right-links .my-cart a {
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
}

/* Navigation Styles (Main Menu) */
#wrapper #nav-container {
  margin: 0;
  padding: 0;
  background: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
#wrapper #navigation{
  padding: 0 20%;
  background: none;
  margin-bottom: 0;
  position: static;
  max-width: 100% !important;
}
#navigation section.menus {
  position: static;
}
#navigation ul.nav{
  position: static;
  margin: 0;
  text-align: left;
  float: none;
}
#navigation ul.nav > li {
  float: left;
  position: static;
  border: 0 !important;
}
#navigation ul.nav li, #navigation ul.nav li:hover, #navigation ul.nav li:hover a{
  background: none !important;
}
#navigation ul.nav > li > a{
  padding: 0 !important;
  line-height: 90px;
  text-transform: uppercase;
  transition: all 0.3s;
}
body.fixed #navigation ul.nav > li > a {
  line-height: 90px;
}
#navigation ul.nav > li > a span {
    border-right: 1px solid #FFFFFF;
    padding: 0 30px;
}
#navigation ul.nav > li:last-child > a span{
    border: 0;
}
#navigation ul.nav > li.parent:hover > a, #navigation ul.nav > li > a:hover, #navigation ul.nav > li.current_page_item > a, #navigation ul.nav > li.current_page_parent > a, #navigation ul.nav > li.current-menu-ancestor > a, #navigation ul.nav > li.current-cat > a, #navigation ul.nav > li.current-menu-item > a {
  background: none !important;
  color: #FFFFFF;
}
#navigation ul.nav li.parent > a:after{
  content: '';
  display: block;
  border: 8px solid transparent;
  border-top: 0;
  border-bottom: 12px solid #FFFFFF;
  position: absolute;
  top: 100%;
  margin-top: 20px;
  width: auto;
  right: 50%;
  opacity: 0;
  visibility: hidden;
  margin-right: -8px;
  transition: margin-top 0.8s;
}
#navigation ul.nav li.parent:hover > a:after {
  opacity: 1;
  visibility: visible;
  margin-top: -12px;
}
#navigation ul.nav li ul.sub-menu{
  width: 100%;
  background: #FFFFFF;
  padding: 0;
  text-align: left;
  left: 0 !important;
  opacity: 0;
  top: auto;
  visibility: hidden;
  display: block;
  margin-top: 30px;
}
#navigation ul.nav li:hover > ul.sub-menu{
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s, margin 0.8s;
}
#navigation ul.nav li ul.sub-menu li a{
  font-size: 14px;
  font-weight: normal;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #323232 !important;
  padding: 9px 20px !important;
  transition: background 0.3s;
}
#navigation ul.nav li ul.sub-menu li a:hover, #navigation ul.nav li ul.sub-menu li.current-menu-item > a{
  background: #212121 !important;
  color: #FFFFFF !important;
}
#navigation ul.nav li.col-img ul.sub-menu li a{
  padding: 30px 0 0 0 !important;
}
#navigation ul.nav li.col-img ul.sub-menu li a:hover, #navigation ul.nav li.col-img ul.sub-menu li.current-menu-item > a{
  background: none !important;
  color: #323232 !important;
}
#navigation ul.nav li.col-img ul.sub-menu li a:after{
  content: '';
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 0.3s;
}
/*#navigation ul.nav li.col-img ul.sub-menu li:hover a:after{
  opacity: 1;
  visibility: visible;
}*/
#navigation ul.nav li.col-img ul.sub-menu li {
  width: 25%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  float: left;
  text-align: center;
}
#navigation ul.nav li.col-img.col-1 ul.sub-menu li {
  width: 100%;
}
#navigation ul.nav li.col-img.col-2 ul.sub-menu li {
  width: 50%;
}
#navigation ul.nav li.col-img.col-3 ul.sub-menu li {
  width: 33.3333%;
}
#navigation ul.nav li.col-img.col-4 ul.sub-menu li {
  width: 25%;
}
#navigation ul.nav li.col-img.col-5 ul.sub-menu li {
  width: 20%;
}
#navigation ul.nav li.col-img ul.sub-menu li span.menu-image-title {
  position: relative;
  z-index: 99;
  text-align: center;
  padding: 25px;
  display: block;
  background-color: transparent;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-in;
}
#navigation ul.nav li.col-img .menu-item a img {
  width: auto;
  height: auto;
  max-height: 200px;
  margin: 0 auto;
  padding: 0;
}
#navigation ul.nav li.col-img ul.sub-menu li:last-child, #navigation ul.nav li.col-img ul.sub-menu li.last-img{
  border-right: 0;
}
span.menu-image-hover-wrapper {
  height: 200px;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
#navigation ul.nav li.col-img .menu-item a span.menu-image-hover-wrapper img {
  margin: 0 auto !important;
}
#navigation ul.nav li.col-img .menu-item a span.menu-image-hover-wrapper img.hovered-image {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  transition: all 0.3s;
}


/* Content Area (General styles) */
.page header > .title {
  display: none;
}
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
  border: none !important;
  background: none !important;
  padding: 0px !important;
}
body #wrapper #content{
  width: auto;
  margin: 0 30px;
  padding: 20px;
  max-width: 100% !important;
  overflow: hidden;
  background: #FFFFFF;
}
body.home #wrapper #content{
  background: none;
  padding: 0;
}
#content{
  min-height: 500px;
}
#content .flexslider {
  margin: 0;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
ol.flex-control-nav.flex-control-paging{
  display: none;
}
.clearfix {
  clear: both;
}
.entry .rev_slider_wrapper ul {
  padding: 0;
}
.entry .button{
  display: inline-block;
  background-color: #231f20;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px;
  min-width: 100px;
  width: auto;
  transition: all 0.3s;
}
.entry .button:hover{
  color: #FFFFFF;
  background-color: #000000;
}
.entry .vc_btn3-container {
  display: block;
}
.entry .vc_btn3-container a.vc_btn3 {
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px;
  white-space: nowrap;
  min-width: 100px;
  width: auto;
  transition: all 0.3s;
}


/* Single Post and Blog Page styles */
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility, .post-entries, #comments {
  display: none;
}
.single h1.entry-title {
  margin-bottom: 15px;
}


/* Archive and Category Page styles */



/* Sidebar elements (left or right sidebars, widgets) */



/* Gravity Form styles */
div.gform_wrapper{
  margin: 0;
  max-width: 100%;
}
div.gform_wrapper .gform_heading{
  display: none;
}
.gf-placeholder_wrapper.gform_wrapper ul li.gfield .gfield_label{
  display: none;
}
.gf-placeholder_wrapper.gform_wrapper ul li.gfield{
  margin: 0;
}
div.gform_wrapper .top_label .gfield_label{
  margin: 0;
}
div.gform_wrapper ul li.gfield input.medium, div.gform_wrapper ul li.gfield select.medium, div.gform_wrapper ul li.gfield textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
  background: #FFFFFF;
  border-radius: 0;
  font-size: inherit;
  padding: 10px;
  color: #606060;
  text-indent: 0px;
  margin: 0 0 5px !important;
  transition: all 0.3s;
}
div.gform_wrapper ul li.gfield input.medium:focus, div.gform_wrapper ul li.gfield select.medium:focus, div.gform_wrapper ul li.gfield textarea:focus{
  border: 1px solid #333333;
}
div.gform_wrapper ul li.gfield textarea{
  height: 120px !important;
}
div.gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
div.gform_wrapper .gform_footer input.button, div.gform_wrapper .gform_footer input[type=image], div.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  width: auto;
  min-width: 150px;
  zoom: 1;
  background-color: #404040;
  border: 0;
  border-radius: 0;
  padding: 12px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: inherit;
  margin: 0;
  transition: all 0.3s ease-in;
}
div.gform_wrapper .gform_footer input.button:hover, div.gform_wrapper .gform_footer input[type=image]:hover, div.gform_wrapper .gform_footer input[type=submit]:hover{
  background-color: #222222;
}
form ::-webkit-input-placeholder {
  color: #999999;
}
form :-moz-placeholder {
  color: #999999; 
}
form ::-moz-placeholder {
  color: #999999;  
}
form :-ms-input-placeholder {  
  color: #999999;
}
div.gform_wrapper ul li.gfield input.datepicker {
    width: 180px !important;
}
div.gform_wrapper .gfield_date_day input, div.gform_wrapper .gfield_date_month input, div.gform_wrapper .gfield_date_year input, div.gform_wrapper .gfield_time_hour input, div.gform_wrapper .gfield_time_minute input {
    width: 82% !important;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    background: #FFFFFF;
    border-radius: 0;
    font-size: inherit;
    padding: 8px 10px;
    color: #606060;
    text-indent: 0px;
    margin: 0 0 5px !important;
    transition: all 0.3s;
}
div.gform_wrapper .gfield_time_hour i {
    width: 10%;
    margin-top: 7px;
}
div.gform_wrapper .gfield_time_ampm select {
    width: auto!important;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    background: #FFFFFF;
    border-radius: 0;
    font-size: inherit;
    padding: 7px;
    color: #606060;
    text-indent: 0px;
    margin: 0 0 5px !important;
}

/* Footer styles */
#footer-widgets-container{
  margin: 0 30px;
}
#footer-container{
  margin: 0 30px 30px;
}
#footer-container, #footer-widgets-container{
  position: relative;
  z-index: 4;
}
#wrapper #footer{
  padding: 30px 50px;
  max-width: 100% !important;
}
#footer #copyright {
  margin: 15px 0 0 0;
}
#footer #credit{
  margin: 0;
}
#footer #credit img {
  width: 200px;
  height: auto;
}
#footer a{
  color: #FFFFFF;
  text-decoration: none;
}
#footer-widgets .widget{
  margin: 0;
}
#footer-widgets-container #footer-widgets {
  max-width: 100% !important;
  padding: 40px 0;
  text-align: center;
}
#footer-widgets-container #footer-widgets .block {
  padding: 0;
}
#footer-widgets-container h4 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
#footer-widgets-container .gform_wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
}
#footer-widgets-container .gform_wrapper form {
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50px;
  padding-right: 150px;
  transition: all 0.3s;
}
#footer-widgets-container .gform_wrapper form:hover {
  background-color: #F3F3F3;
}
#footer-widgets-container div.gform_wrapper ul li.gfield input.medium {
  border: 0;
  background: none;
  line-height: 65px;
  padding: 0 20px 0 25px;
  border-radius: 50px 0 0 50px;
  margin: 0 !important;
  font-size: 18px;
  font-family: Arial, sans-serif;
}
#footer-widgets-container div.gform_wrapper .gform_footer input.button {
  font-size: 12px;
  width: 150px;
  padding: 0;
  line-height: 65px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 50px 50px 0;
  font-weight: bold;
  letter-spacing: 0;
  border: 0;
  box-shadow: none;
}
#footer-widgets .custom_social_widget {
    display: inline-block;
    margin-left: 50px;
}
#footer-widgets .custom_social_widget a {
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
    text-decoration: none;
    transition: all 0.3s;
}
#footer-widgets .block .custom_social_widget a:hover{
    background-color: #404040;
}
#footer-widgets .custom_social_widget a.facebook{
    background-color: #3B5998;
}
#footer-widgets .custom_social_widget a.twitter{
    background-color: #00ACED;
}
#footer-widgets .custom_social_widget a.youtube{
    background-color: #FF0202;
}
#footer-widgets .custom_social_widget a.googleplus{
    background-color: #DD4B39;
}
#footer-widgets .custom_social_widget a.instagram{
    background-color: #B18B6F;
}
#footer-widgets .custom_social_widget a.linkedin{
    background-color: #3399CC;
}
#footer-widgets .custom_social_widget a:before {
    font-family: FontAwesome;
    content: '\f09a';
    font-size: 20px;
    color: #FFFFFF;
}
#footer-widgets .custom_social_widget a.twitter:before {
    content: '\f099';
}
#footer-widgets .custom_social_widget a.youtube:before {
    content: '\f16a';
}
#footer-widgets .custom_social_widget a.googleplus:before {
    content: '\f0d5';
}
#footer-widgets .custom_social_widget a.instagram:before {
    content: '\f16d';
}
#footer-widgets .custom_social_widget a.linkedin:before {
    content: '\f0e1';
}

/* Live Zilla icons */
#lz_overlay_wm #livezilla_wm, #lz_overlay_wm #livezilla_wm_facebook, #lz_overlay_wm #livezilla_wm_phone, #lz_overlay_wm #livezilla_wm_ticket, #lz_overlay_wm #livezilla_wm_chat {
  line-height: 48px;
  text-align: center;
  font-size: 22px;
}
#livezilla_wm svg, #livezilla_wm_facebook svg, #livezilla_wm_phone svg, #livezilla_wm_ticket svg, #livezilla_wm_chat svg {
  display: none;
}
#livezilla_wm:before {
  content: '\f075';
  font-family: FontAwesome;
  color: #FFFFFF;
}
#livezilla_wm_facebook:before {
  content: '\f09a';
  font-family: FontAwesome;
  color: #FFFFFF;
}
#livezilla_wm_phone:before {
  content: '\f095';
  font-family: FontAwesome;
  color: #FFFFFF;
}
#livezilla_wm_ticket:before {
  content: '\f0e0';
  font-family: FontAwesome;
  color: #FFFFFF;
}
#livezilla_wm_chat:before {
  content: '\f086';
  font-family: FontAwesome;
  color: #FFFFFF;
}


/* Page specific styles goes here i.e. homepage, about page, contact page, service page, etc. */

/* Homepage styles */
.home .vc_row {
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}
.home .wpb_row, .home .wpb_raw_code{
  margin-bottom: 0;
}
.entry .table-elem{
  display: table;
  width: 100%;
}
.entry .table-block{
  float: none;
  display: table-cell;
  vertical-align: top;
}
.entry .white-text *{
  color: #FFFFFF;
}
.sixty{
  width: 60%;
  max-width: 100%;
}
#home-row-boxes .table-block {
  width: 33.33334%;
}
#home-row-1{
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  left: 30px;
  right: 30px;
  overflow: hidden;
  text-align: center;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 90px;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -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-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.show-search #home-row-1{
  top: 290px;
}
body.fixed #home-row-1 {
  opacity: 0;
  visibility: hidden;
}
#home-row-1 .wpb_column {
  padding: 0;
  position: static;
}
#home-video-container {
  overflow: hidden;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
}
#home-video-container video {
  max-width: none;
  position: absolute;
  top: 0%;
  left: 0%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  -webkit-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
}
#home-row-1 .home-video-banner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 30px;
  position: absolute;
  bottom: 0px; 
  /* bottom: -25px; */
  right: 0;
  height: 100%; 
  /* height: 524px; */
  width: 50%;
  display: table;
  box-sizing: border-box;
  transition: all 0.3s;
  top: 2px;
}
#home-row-1 .home-video-banner .wpb_wrapper{
  display: table-cell;
  vertical-align: middle;
}
.home-video-banner h2 {
  font-size: 76px;
  margin: 0;
  line-height: 1;
}
.entry .home-video-banner p {
  font-family: 'Perpetua', sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
}
#home-row-video{
  cursor: pointer;
}
#home-row-video .wpb_column {
  padding: 0;
}
#home-row-video .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
#home-row-video .video-button {
  font-size: 0;
  text-indent: -99999px;
  display: block;
  width: 106px;
  height: 106px;
  margin: 0 auto;
  background: url(images/play-button.png) 50% 50% no-repeat;
  opacity: 1;
  transition: all 0.4s;
}
#home-row-video:hover .video-button {
  opacity: 0.5;
}
#home-row-video .video-button a {
  font-size: 0;
  text-indent: -99999px;
  display: block;
  width: 106px;
  height: 106px;
  margin: 0 auto;
  background: url(images/circle-button.png) no-repeat;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.8s;
}
#home-row-video:hover .video-button a{
  transform: rotate(540deg);
  -webkit-transform: rotate(540deg);
  -moz-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  -o-transform: rotate(540deg);
}
.como-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(25, 25, 25, 0.9);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition: all 0.4s ease-in;
}
.modal-on .como-video-modal{
  opacity: 1;
  visibility: visible;
  z-index: 999999;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#content .como-video-modal > .wpb_wrapper {
  position: static;
}
#content .como-video-modal .wpb_video_wrapper {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 500px;
  margin: -250px 0 0 -400px;
  box-shadow: 0 0 50px #000;
}
#content .entry .move-down {
  margin: 0;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in;
}
body.fixed #content .entry .move-down {
  opacity: 0;
  visibility: hidden;
}
#content .entry .move-down a {
  min-width: 100px;
  width: 104px;
  height: 52px;
  margin: 0 auto;
  display: block;
  z-index: 9;
  padding: 0;
  background: url(images/arrow-half.png) no-repeat;
}
#home-row-living .wpb_column {
  padding: 0;
}
#home-row-living h2.vc_custom_heading {
  margin: 20px 0;
}
#home-row-living .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.como-living-columns .wpb_single_image {
  border-top: 1px solid #131212;
  border-right: 1px solid #131212;
  margin: 0;
}
#home-row-living .como-living-columns h2.wpb_heading {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 24px;
  margin: 0;
}
.como-living-columns .ubtn-ctn-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: rgba(0,0,0,0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.como-living-columns:hover .ubtn-ctn-center{
  opacity: 1;
  visibility: visible;
}
.como-living-columns .ubtn-ctn-center a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.como-living-columns .ubtn-ctn-center .living-button button {
  background: url(images/circle-button.png) no-repeat !important;
  width: 106px;
  height: 106px;
  padding: 0;
  border: 0;
  color: #FFFFFF !important;
  line-height: 106px;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: -53px 0 0 -53px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: all 0.3s ease-in;
}
.como-living-columns:hover .ubtn-ctn-center .living-button button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.como-living-columns .ubtn-ctn-center .living-button span{
  font-weight: bold;
}
.entry .forty{
  width: 40%;
}
.entry .sixty{
  width: 60%;
}
#home-row-quality .forty{
  padding: 60px 0 0 60px;
}
.entry #home-row-quality .sixty{
  width: 58%;
}
.entry .vc_btn3-container.button-white a.vc_btn3 {
  background: none;
  color: #FFFFFF;
  border-radius: 50px;
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  position: relative;
  white-space: nowrap;
  height: 77px;
  line-height: 67px;
  vertical-align: middle;
  padding: 0 42px;
}
.button-white a.vc_btn3:before {
  content: '';
  background: url(images/button-white-before.png) 0 50%;
  width: 41px;
  height: 77px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  left: 0;
}
.button-white a.vc_btn3:after {
  content: '';
  background: url(images/button-white-after.png) 0 50%;
  width: 41px;
  height: 77px;
  position: absolute;
  top: -5px;
  right: 0;
}
#home-row-boxes {
  border: 8px solid #353535;
}
#home-row-boxes > .wpb_column {
  padding: 50px 40px;
  border: 8px solid #353535;
  background-color: rgba(53, 53, 53, 0.4);
  transition: all 0.3s ease-in;
}
#home-row-boxes > .wpb_column:hover{
  background-color: rgba(0, 0, 0, 0.4);
}
#home-row-boxes .wpb_column .white-text{
  opacity: 0.5;
  transition: all 0.3s ease-in;
}
#home-row-boxes .wpb_column:hover .white-text{
  opacity: 1;
}
#home-row-boxes .white-text a.button {
  background: url(images/circle-button.png) no-repeat;
  width: 106px;
  height: 106px;
  padding: 0;
  border: 0;
  line-height: 106px;
  display: block;
  margin: 50px auto 0;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: all 0.5s;
}
#home-row-boxes .wpb_column:hover .white-text a.button{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
#home-row-footer h2.vc_custom_heading {
  margin: 30px 0;
}
#home-row-footer > .wpb_column {
  padding: 0 50px;
}
#home-row-footer .table-block p{
  margin-bottom: 10px;
}
#home-row-footer h5 {
  font-size: 16px;
}
#home-row-footer h5 a{
  color: inherit;
}
#home-row-footer .wpb_gmaps_widget .wpb_wrapper {
  background-color: #FFFFFF;
  padding: 12px;
}
#home-row-footer .como-maps {
  margin-left: 0;
  margin-right: 0;
}
.como-maps{
  display: table;
  width: 100%;
}
.como-maps .wpb_column {
  padding: 0 0 20px 0;
}
.como-maps .wpb_gmaps_widget {
  margin-bottom: 10px;
}
.como-maps .wpb_column.footer-form{
  padding-top: 20px;
}
.como-maps .footer-form h3{
  margin: 0;
}
.como-maps .footer-form p{
  font-size: 15px;
  font-family: 'Century Gothic', sans-serif;
}
#home-row-footer div.gform_wrapper {
  padding: 0 40px;
}
#home-row-footer div.gform_wrapper ul li.gfield input.medium, #home-row-footer div.gform_wrapper ul li.gfield select.medium, #home-row-footer div.gform_wrapper ul li.gfield textarea {
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
  padding: 12px;
  margin-bottom: 5px !important;
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
}
#home-row-footer div.gform_wrapper ul li.gfield input.medium:focus, #home-row-footer div.gform_wrapper ul li.gfield select.medium:focus, #home-row-footer div.gform_wrapper ul li.gfield textarea:focus{
  border: 1px solid #333333;
}
#home-row-footer div.gform_wrapper ul li.gfield textarea {
  height: 45px !important;
}
#home-row-footer div.gform_wrapper .gform_footer{
  text-align: center;
  margin-top: 20px;
}
#home-row-footer div.gform_wrapper .gform_footer input.button {
  background: #404040;
  color: #FFFFFF !important;
  border-radius: 50px;
  border: 3px solid #404040;
  padding: 10px 30px;
  font-weight: bold;
}
#home-row-footer div.gform_wrapper .gform_footer input.button:hover{
  background-color: #222222;
  border: 3px solid #222222;
}
#home-row-footer .como-maps .wpb_column {
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
#home-row-footer .como-maps .wpb_column:first-child{
  border-left: 1px solid #cdcdcd;
}
.como-maps h4 {
  font-size: 24px;
}
.como-maps .wpb_column img{
  width: 100%;
}
.home-schedules {
  padding: 20px 35px;
}
.entry .home-schedules table {
  border: 0;
}
.entry .home-schedules table td {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #F1F1F1;
  padding: 10px 5px;
  font-weight: bold;
}
.entry .home-schedules table td:nth-child(2) {
  text-align: right;
  font-weight: normal;
}

/* Woocommerce Page styles */
body.woocommerce #wrapper #content {
  background-color: #353535;
  padding: 0;
  min-height: 100px;
}
.woocommerce section#main{
  min-height: 500px;
}
#shop-trigger-button{
  display: none;
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 30px;
  vertical-align: middle;
}
#shop-trigger-button:after {
  content: '\f00b';
  font-family: FontAwesome;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#shop-trigger-close{
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 7px 10px;
  background-color: #151515;
  line-height: 1;
  text-decoration: none;
  border-radius: 30px;
}
#shop-sidebar {
  width: 20%;
  float: left;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.shop-sidebar-bg {
  background-color: #262626;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20%;
}
#shop-content-area {
  float: left;
  width: 80%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#shop-content-area .shop-content-area-inner{
  padding: 40px 25px;
}
.woocommerce h1.page-title, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce ul.products li.product .added_to_cart {
  display: none;
}
.woocommerce ul.products li.product {
  width: 50%;
  margin: 0 !important;
  box-sizing: border-box;
  background-color: #FFFFFF;
  clear: none !important;
  border: 1px solid #e4e4e4;
  transition: all 0.3s;
}
.woocommerce ul.products li.product:hover {
  border: 1px solid #262626;
}
.woocommerce ul.products li.product > a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url(images/arrow-white-product.png);
  background-position: 45% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s;
}
.woocommerce ul.products li.product:hover > a:before {
  opacity: 1;
  visibility: visible;
  background-position: 50% 50%;
}
.woocommerce ul.products li.product a img {
  height: 300px;
  width: auto !important;
  margin: 20px auto 0;
  position: relative;
}
.woocommerce ul.products li h3, .woocommerce ul.products li h2 {
  font-size: 18px;
  padding: 20px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.woocommerce ul.products li:hover h3, .woocommerce ul.products li:hover h2 {
  color: #FFFFFF;
}
.woocommerce ul.products li.product .price {
  display: none;
}
.woocommerce ul.products li.product a.button {
  display: none;
  float: none;
  width: 100%;
  margin: 0;
  background: transparent url(images/arrow-black.png) 10px 50% no-repeat;
  color: #000000 !important;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
  text-shadow: none;
  padding: 18px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  transition: all 0.3s;
}
.woocommerce ul.products li.product a.button.add_to_cart_button{
  background: transparent url(images/arrow-red.png) 10% 50% no-repeat;
}
.woocommerce ul.products li.product a.button:hover, .woocommerce ul.products li.product a.button.add_to_cart_button:hover {
  background-color: #262626;
  background-image: url(images/arrow-white.png);
  color: #FFFFFF !important;
}
.woocommerce ul.products li a.quick-view {
  display: block;
  float: left;
  width: 50%;
  margin: 0;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
  background: transparent url(images/arrow-red.png) 10% 50% no-repeat;
  padding: 18px 0;
  text-transform: uppercase;
  line-height: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
}
.woocommerce ul.products li.product a.quick-view:hover {
  background-color: #262626;
  background-image: url(images/arrow-white.png);
  color: #FFFFFF !important;
}
a.quick-view + a.button {
    width: 50% !important;
    border-left: 2px solid #353535 !important;
}

/*
.woocommerce ul.products li a.quick-view {
  display: block;
  width: 100%;
  margin: 0;
  background: none;
  color: #000000;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
  padding: 18px 0;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}
.woocommerce ul.products li a.quick-view:before{
  content: '';
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  background-image: url(images/arrow-red.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  transition: all 0.3s;
}
.woocommerce ul.products li a.quick-view:hover {
  background-color: #262626;
  color: #FFFFFF;
}
.woocommerce ul.products li a.quick-view:hover:before{
  background-image: url(images/arrow-white.png);
}
*/
#shop-sidebar h4 {
  font-size: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 55px 30px 30px;
}
ul.shop-categories {
  list-style: none;
  font-family: 'Century Gothic', sans-serif;
}
ul.shop-categories li a {
  font-size: 18px;
  color: #a0a0a0;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 10px 30px;
  transition: all 0.3s;
}
ul.shop-categories li a:hover, ul.shop-categories li.current-cat-parent > a{
  background: #353535;
}
ul.shop-categories li ul.children {
  padding: 10px 30px 20px 30px;
  display: none;
}
ul.shop-categories li ul li a {
  font-size: 14px;
  color: #6b6a6a;
  padding: 3px 0;
}
ul.shop-categories li ul li a:hover, ul.shop-categories li.current-cat > a{
  background: none;
  color: #a0a0a0;
}
ul.shop-categories-products {
  padding: 10px 30px 20px 30px;
}

/* Woocommerce add'l styles */
body.single-product #wrapper #content {
  background-color: #FFFFFF;
  min-height: 100px;
}
.woocommerce .related ul.products li.product {
  width: 24.75%;
  margin: 0 0.25% 0.25% 0 !important;
}
.woocommerce #wrapper #main .onsale {
  top: 10px;
  left: 10px;
  font-size: 18px;
  font-family: 'Century Gothic', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 5px 15px;
  z-index: 1;
  letter-spacing: 1px;
  background: #FF1120;
  border-radius: 0;
}
.single-product.woocommerce .images {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  max-width: 1200px;
}
.single-product.woocommerce .images a{
  margin: 0;
}
.single-product.woocommerce .images img{
  width: auto;
}
.single-product.woocommerce .summary {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  max-width: 1200px;
}
.summary-left {
  float: left; 
  width: 48%;
}
.summary-right {
  float: right;
  width: 48%;
}
.woocommerce .summary .single-product-form form {
  border: 0;
  padding: 20px;
  background-color: #E6E6E6;
}
.single-product.woocommerce .summary *{
  font-size: 15px;
}
.single-product .summary, .single-product .summary p {
  font-family: Calibri, Candara, Segoe, Optima, sans-serif;
}
.single-product.woocommerce .summary h1.product_title {
  font-size: 30px;
  margin-bottom: 20px;
}
body.single-product #content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.woocommerce.single-product .summary .woocommerce-tabs h2{
  margin-bottom: 5px;
  font-weight: bold;
  font-family: Calibri, Candara, Segoe, Optima, sans-serif;
}
.woocommerce.single-product .summary .woocommerce-tabs #tab-description h2:first-child{
  display: none;
}
.woocommerce .product_meta span.posted_in, .woocommerce .product_meta span.tagged_as {
    display: block;
    margin-bottom: 5px;
}
.woocommerce .summary form .quantity {
  margin: 0;
}
.woocommerce .summary form .quantity input {
  margin: 0;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  padding: 0 0 0 10px;
  height: 40px;
  color: #000000;
  width: 65px;
  text-align: center;
  font-family: 'Century Gothic', sans-serif;
}
.woocommerce .summary button {
  background-color: #404040;
  font-size: 14px;
  font-family: 'Century Gothic', sans-serif;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  line-height: 1;
  height: 40px;
}
.single-product.woocommerce .woocommerce-tabs {
  margin: 0;
  border: 0;
}
.woocommerce .woocommerce-tabs ul.tabs {
display: none;
}
.single-product.woocommerce .woocommerce-tabs .panel {
  display: block !important;
  padding: 0;
}
.woocommerce .woocommerce-tabs #tab-reviews {
  display: none !important;
}
body.single-product #content .summary h2 {
  font-size: 16px;
}
.single-product.woocommerce .summary p.price {
  font-weight: normal;
  float: left;
  padding-right: 30px;
  display: none;
}
.summary p.price span.amount {
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'Century Gothic', sans-serif;
}
body.single-product #content .summary p.stock, body.single-product #content .summary p.in-stock {
  float: left;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  font-family: 'Century Gothic',sans-serif;
  display: none;
}
.summary .stock.in-stock:before {
  content: "\f05d";
  color: #FFFFFF;
}
.woocommerce .summary form.cart {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
  clear: both;
}
.single-product.woocommerce .summary form .quantity input {
  background-color: #E6E6E6;
}
.woocommerce .summary .product_meta {
  padding: 0;
  margin: 0 0 15px;
  font-size: 15px;
  display: none;
}
.woocommerce .summary table.shop_attributes th, .woocommerce .summary table.shop_attributes td {
  font-size: 15px;
  font-weight: normal;
  padding: 0 20px 0 0;
}
.woocommerce .woocommerce_message, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  color: #353535;
  font-family: 'Century Gothic', sans-serif;
  font-size: 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.woocommerce .woocommerce_message:before, .woocommerce .woocommerce_info:before, .woocommerce .woocommerce_error:before, .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-error:before{
  color: #353535;
}
.woocommerce-message a.button.wc-forward {
  background-color: #353535;
  border-radius: 30px;
}
.woocommerce .images .thumbnails {
  padding: 10px;
}
.single-product.woocommerce .images .thumbnails a.first{
  clear: none;
}
.single-product.woocommerce .images .thumbnails a {
  float: left;
  width: 25%;
  height: 175px;
  margin: 0 0 0.33% 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.single-product.woocommerce .images .thumbnails a:hover{
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);  
}
.single-product.woocommerce .images .thumbnails a img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}
.woocommerce-product-main-image {
  margin-bottom: 15px;
}
figure.woocommerce-product-gallery__wrapper {
  text-align: center;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: auto;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  max-height: 175px;
  width: auto;
}
.single-product.woocommerce #wrapper #main .onsale{
  display: none;
}
.single-product table.shop_attributes {
  width: 100%;
  margin-top: 15px;
}
.single-product.woocommerce .summary table.shop_attributes th {
  background-color: #E6E6E6;
  padding: 8px 15px;
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
}
.single-product.woocommerce .summary table.shop_attributes td {
  padding: 8px 15px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #FFFFFF;
}
body.woocommerce-cart .woocommerce {
  margin: 50px;
}
.woocommerce form table.cart {
  font-size: 16px;
  font-family: 'Century Gothic', sans-serif;
  box-shadow: none;
  border: 1px solid #E2E2E2;
  border-radius: 0;
}
.woocommerce form table.cart th, .woocommerce form table.cart td {
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.woocommerce form table.cart th:last-child, .woocommerce form table.cart td:last-child {
  border-right: 0;
}
.woocommerce-cart .entry .button, .woocommerce-checkout .entry .button {
  padding: 8px 12px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
input#coupon_code {
  border: 2px solid #231F20;
  border-radius: 0;
  padding: 8px 12px;
  font-size: 14px;
  vertical-align: middle;
}
.woocommerce table.cart a.remove {
  height: 25px;
  width: 25px;
  line-height: 26px;
}
.woocommerce td.product-remove, .woocommerce td.product-thumbnail {
  text-align: center;
}
.woocommerce-cart table.cart .quantity input {
  width: 60px;
  border: 1px solid #231F20;
  padding: 5px 0;
}
.woocommerce .cart-collaterals {
  margin-top: 50px;
  font-size: 16px;
  font-family: 'Century Gothic', sans-serif;
}
.cart-collaterals h2 {
  font-size: 30px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce .cart-collaterals .cross-sells {
  float: left;
}
.woocommerce-cart form select {
  padding: 8px;
}
.woocommerce-checkout .woocommerce {
  margin: 50px;
}
.woocommerce-checkout .woocommerce_message, .woocommerce-checkout .woocommerce-message, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-error {
  background-color: #F9F9F9;
  margin-bottom: 25px !important;
}
table.woocommerce-checkout-review-order-table {
  width: auto;
  min-width: 50%;
}
.woocommerce-checkout .woocommerce * {
  font-family: 'Century Gothic', sans-serif !important;
}


/* Product Pages styles */
.product-row {
  margin-bottom: 50px;
}
.product-row .wpb_single_image {
  margin-bottom: 5px;
}
.product-row .wpb_single_image .vc_single_image-wrapper {
  display: block;
  position: relative;
}
.product-row .wpb_single_image .vc_single_image-wrapper:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.product-row .wpb_single_image:hover .vc_single_image-wrapper:before{
  opacity: 1;
}
.product-row .wpb_single_image .vc_single_image-wrapper:after {
  content: 'MORE';
  background: url(images/circle-button.png) no-repeat !important;
  position: absolute;
  width: 106px;
  height: 106px;
  padding: 0;
  border: 0;
  color: #FFFFFF !important;
  line-height: 106px;
  display: block;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: -53px 0 0 -53px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.product-row .wpb_single_image:hover .vc_single_image-wrapper:after{
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.product-row .wpb_single_image img{
  width: 100%;
}
.vc_custom_heading.como-buttons {
  background-color: #323232;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0;
  transition: all 0.3s;
}
.vc_custom_heading.como-buttons:hover {
  background-color: #E0E3E7;
  color: #323232;
}
.vc_custom_heading.como-buttons a{
  display: block;
  padding: 12px;
  transition: none;
}

/* Responsive styles goes here */
@media only screen and (min-width: 1600px){
  #wrapper #content {
    min-height: 650px;
  }
}
@media only screen and (max-width:1250px) {
  #wrapper{
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1366px){
  #navigation ul.nav li.col-img ul.sub-menu li a {
    padding: 15px 0 0 0 !important;
  }
  span.menu-image-hover-wrapper {
    height: 150px;
  }
  #navigation ul.nav li.col-img .menu-item a img{
    max-height: 150px;
  }
  #navigation ul.nav li.col-img ul.sub-menu li span.menu-image-title{
    padding: 15px;
  }
  #home-row-boxes h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  #home-row-footer > .wpb_column {
    padding: 0 15px;
  }
  #home-row-footer div.gform_wrapper {
    padding: 0 15px;
  }
  .home-schedules {
    padding: 15px;
  }
  .woocommerce ul.products li.product a img {
    height: 250px;
  }
  .single-product.woocommerce .images, .single-product.woocommerce .summary{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #footer-widgets-container h4{
    font-size: 20px;
    margin-right: 30px;
  }
  #footer-widgets-container .gform_wrapper{
    width: 45%;
  }
  #footer-widgets .custom_social_widget{
    margin-left: 30px;
  }
}

@media only screen and (max-width: 1280px){
  #home-row-video .video-text{
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  #home-row-quality .forty {
    width: 40%;
    padding: 15px 0 0 20px;
  }
  #home-row-quality .vc_empty_space {
    height: 0 !important;
  }
  .como-quality-img {
    margin-top: 50px;
  }
  #home-row-boxes > .wpb_column {
    padding: 30px;
  }
  #home-row-boxes h2 {
    font-size: 25px;
  }
  .shop-sidebar-bg{
    width: 225px;
  }
  #shop-sidebar {
    width: 225px;
    position: absolute;
  }
  #shop-content-area {
    float: left;
    width: auto;
    padding-left: 225px;
  }
  #shop-sidebar h4 {
    font-size: 20px;
    padding: 40px 15px 20px;
  }
  ul.shop-categories li a {
    font-size: 15px;
    padding: 10px 15px;
  }
  .woocommerce ul.products li.product a img {
    height: 175px;
  }
  .woocommerce ul.products li h3, .woocommerce ul.products li h2{
    font-size: 14px;
    padding: 20px 10px;
  }
  #footer-widgets-container .gform_wrapper form{
    padding-right: 135px;
  }
  #footer-widgets-container div.gform_wrapper ul li.gfield input.medium{
    line-height: 55px;
    font-size: 16px;
  }
  #footer-widgets-container div.gform_wrapper .gform_footer input.button {
    width: 135px;
    min-width: 100px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 1100px){
  #header-container{
    width: 180px;
  }
  #logo img, #footer #credit img {
    width: 180px;
  }
  #wrapper #navigation {
    padding: 0 180px;
  }
  #navigation ul.nav > li > a span{
    padding: 0 25px;
  }
  .custom-header-right{
    width: 180px;
  }
  ul.header-right-links > li{
    margin-left: 25px;
  }
  ul.header-right-links > li.my-cart {
    margin: 0;
  }
  ul.hrl-submenu{
    width: 250px;
  }
  .cart-content-top {
    padding: 8px;
  }
  .cart-content-top h4 {
    font-size: 13px;
    margin-top: 6px;
  }
  span.menu-image-hover-wrapper {
    height: 130px;
  }
  #navigation ul.nav li.col-img .menu-item a img{
    max-height: 130px;
  }
  #navigation ul.nav li.col-img ul.sub-menu li{
    padding-bottom: 50px;
  }
  #navigation ul.nav li.col-img ul.sub-menu li span.menu-image-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #home-row-video .video-button{
    width: 90px;
   height: 90px;
  }
  #home-row-video .video-button a {
    width: 90px;
    height: 90px;
    background-size: 90px auto;
  }
  .como-living-columns .ubtn-ctn-center .living-button button{
    width: 90px;
    height: 90px;
    background-size: 90px auto !important;
    line-height: 90px;
    font-size: 14px;
    margin: -45px 0 0 -45px;
  }
  #home-row-quality .forty {
    width: 50%;
    padding: 15px 20px 0;
  }
  #home-row-quality p {
    font-size: 13px;
    line-height: 1.3;
  }
  #home-row-quality ul li {
    font-size: 13px;
  }
  .entry #home-row-quality .sixty {
    width: 50%;
  }
  #home-row-footer > .wpb_column{
    padding: 0;
  }
  #home-row-footer .como-maps {
    display: block;
    text-align: center;
  }
  #home-row-footer .como-maps .table-block {
    display: inline-block;
    width: 45%;
    margin: 2% !important;
    border: 0 !important;
  }
  .footer-form {
    background-color: #F9F9F9;
  }
  #home-row-footer .home-footer-schedules{
    background-color: #F9F9F9;
    padding-bottom: 10px;
  }
  #home-row-footer .home-footer-schedules table{
    background: none;
  }
  #home-row-footer .wpb_gmaps_widget .wpb_wrapper{
    padding: 0;
  }
  .shop-sidebar-bg {
    width: 180px;
  }
  #shop-sidebar {
    width: 180px;
  }
  #shop-content-area{
    padding-left: 180px;
  }
  .single-product.woocommerce .images .thumbnails a{
    height: auto;
  }
  .single-product.woocommerce .images .thumbnails a img {
    width: auto;
    height: 100px;
    margin: 0 auto;
  }
  body.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce {
    margin: 0;
  }
  #wrapper #footer {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px){
  #home-row-video .video-text {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  #home-row-boxes h2 {
    font-size: 20px;
  }
  .woocommerce ul.products li.product a img {
    height: 150px;
  }
  #shop-sidebar h4{
    padding-top: 55px;
  }
  #shop-content-area .shop-content-area-inner {
    padding: 30px 15px;
  }
  .woocommerce ul.products li.product a.button, .woocommerce ul.products li.product a.button.add_to_cart_button{
    background-position: 10px 50%;
    background-size: 25px 25px;
    font-size: 13px;
    padding: 12px 0;
  }
  table.cart td.actions .coupon {
    width: auto;
    float: none;
  }
  .woocommerce table.cart .actions input.button {
    width: 180px;
  }
  #footer-widgets-container h4 {
    font-size: 18px;
    margin-right: 20px;
  }
  #footer-widgets-container .gform_wrapper form {
    padding-right: 100px;
  }
  #footer-widgets-container div.gform_wrapper ul li.gfield input.medium {
    line-height: 50px;
    font-size: 14px;
  }
  #footer-widgets-container div.gform_wrapper .gform_footer input.button {
    width: 100px;
    line-height: 50px;
  }
  #footer-widgets .custom_social_widget {
    margin-left: 20px;
  }
  #footer #copyright {
    float: left;
  }
  #footer #credit {
    float: right;
  }
}

@media only screen and (max-width: 900px) and (min-width: 768px){
  body .nav-toggle, body .nav-close, body .nav-home {
    display: block !important;
  }
}
  
@media only screen and (max-width:900px) {
  body {
    padding-top: 0 !important;
  }
  .csstransforms3d.csstransitions #navigation, .csstransforms3d.csstransitions .show-nav #navigation, .csstransforms3d.csstransitions #inner-wrapper, .csstransforms3d.csstransitions .show-nav #inner-wrapper{
    transform: none !important;
    -webkit-transform: none !important;
  }
  #inner-wrapper{
    overflow: hidden;
  }
  #search-bar{
    z-index: 99999999;
  }
  .headerplusnav{
    left: 0;
    right: 0;
    top: 0;
    position: relative;
    height: 90px;
    z-index: 9999999;
  }
  body #wrapper #header {
    height: auto;
    position: static;
    clear: none;
    padding: 25px 12px;
  }
  #header-container {
    width: auto;
    position: static;
    height: auto;
  }
  h3.nav-toggle {
    border: 0;
    background: none;
    line-height: 90px;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    text-align: center;
    z-index: 999999;
  }
  h3.nav-toggle a {
    text-shadow: none;
    padding: 0;
    border: 0;
    font-size: 0;
  }
  h3.nav-toggle:before{
    font-size: 25px;
    padding: 0;
    margin: 0;
    text-shadow: none;
    border: 0;
    width: 50px;
    text-align: center;
  }
  body #wrapper .headerplusnav .custom-header-right {
    right: 70px;
    width: auto;
  }
  #logo{
    text-align: center;
  }
  #logo img {
    width: 200px;
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    z-index: 999999;
  }
  #footer #credit img {
    width: 200px;
  }
  .header-widget{
    margin: 0;
  }
  ul.hrl-submenu{
    display: none;
  }
  body.show-nav #inner-wrapper {
    left: 0;
  }
  body #wrapper #navigation {
    width: 100%;
    left: -100% !important;
    top: 90px;
    padding: 60px 0 0 0;
    position: absolute;
    background: #353535 !important;
    z-index: 999999;
    display: block !important;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
  }
  body.show-nav #wrapper #navigation {
    left: 0 !important;
  }
  #wrapper #navigation ul.nav li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  #wrapper #navigation ul.nav li a {
    font-size: 16px;
    margin: 0;
    padding: 12px 15px !important;
    display: block;
    text-decoration: none;
    border: 0;
    line-height: 1.2;
    border-top: 1px solid #4E4E4E;
    font-family: Calibri, Candara, Segoe, Optima, sans-serif;
    color: #FFFFFF;
    position: relative;
  }
  #wrapper #navigation ul.nav li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 25px;
    font-size: 18px;
  }
  #navigation ul.nav > li > a span {
    padding: 0;
    border: 0;
  }
  #wrapper #navigation ul.nav li ul.sub-menu {
    width: auto;
    min-width: 1px;
    background: none;
    padding: 0;
    position: relative;
    visibility: visible;
    left: auto !important;
    opacity: 1;
    margin: 0;
  }
  #wrapper #navigation ul.nav li ul.sub-menu li{
    border: 0;
  }
  #wrapper #navigation ul.nav li ul.sub-menu li a {
    font-size: 16px;
    white-space: normal;
    width: auto;
    display: block;
    text-decoration: none;
    color: #EEEEEE !important;
    padding: 12px 12px 12px 20px !important;
    border-top: 1px solid #4E4E4E;
    text-transform: capitalize;
  }
  span.menu-image-hover-wrapper {
    display: none !important;
  }
  #navigation ul.nav li.col-img ul.sub-menu li span.menu-image-title {
    position: relative;
    padding: 0;
    text-align: left;
    bottom: auto;
    left: auto;
    overflow: visible;
    max-height: none;
  }
  #wrapper #navigation ul.nav li.parent > a:after{
    display: none;
  }
  #navigation h3 {
    display: none;
  }
  #wrapper #navigation .nav-home, #wrapper #navigation .nav-close {
    height: 30px;
    width: 30px;
    font-size: 15px;
    padding: 0;
    background: #111312;
    border-radius: 100%;
  }
  body #wrapper #content{
    margin: 0;
  }
  #home-row-1{
    left: 0;
    right: 0;
    position: relative;
    top: 0;
    min-height: auto;
  }
  .show-search #home-row-1 {
    top: 200px;
  }
  #home-row-video{
    margin-top: -35px;
  }
  #content .entry .move-down a {
    min-width: auto;
    width: 70px;
    height: 35px;
    background-size: 70px auto;
    background-position: 50% 0;
  }
  .como-living-columns {
    width: 50%;
    float: left;
  }
  .shop-sidebar-bg {
    width: 215px;
  }
  #shop-sidebar {
    width: 215px;
  }
  #shop-content-area {
    padding-left: 215px;
  }
  .woocommerce ul.products li.product a img {
    height: 200px;
  }
  ul.shop-categories li ul.children {
    padding: 0 0 0 25px !important;
    display: block !important;
    height: auto !important;
  }
  .woocommerce .summary .single-product-form form {
    padding: 12px;
  }
  .single-product-form .gform_wrapper ul li.gfield {
    margin-bottom: 5px;
  }
  #footer-widgets-container, #footer-container{
    margin: 0;
  }
}

@media only screen and (max-width:800px){
  #content .como-video-modal .wpb_video_wrapper {
    width: 90%;
    height: 350px;
    margin: -175px 0 0 -45%;
  }
  #home-row-quality .forty {
    width: auto;
    padding: 20px 20px 0;
  }
  .entry #home-row-quality .sixty {
    width: auto;
  }
  .como-quality-img {
    margin-top: -15px;
  }
  #home-row-quality p, #home-row-quality ul li {
    font-size: inherit;
  }
  #home-row-boxes {
    border: 4px solid #353535;
  }
  #home-row-boxes > .wpb_column {
    padding: 20px;
    border: 4px solid #353535;
  }
  #footer-widgets-container h4 {
    font-size: 22px;
    margin: 0;
    display: block;
  }
  #footer-widgets-container .gform_wrapper {
    width: 400px;
    margin: 20px auto 0;
    display: block;
  }
  #footer-widgets .custom_social_widget {
    margin: 25px 0 0;
    display: block;
  }
}

@media only screen and (max-width:767px){
  #home-row-1, li.hrl-search, #search-bar, #content .entry .move-down{
    display: none;
  }
  #home-row-footer .como-maps .table-block {
    display: block;
    width: auto;
    margin: 0 0 35px !important;
    border: 0 !important;
    padding: 0 20px;
  }
  #home-row-footer div.gform_wrapper {
    padding: 0;
  }
  .footer-form, #home-row-footer .home-footer-schedules{
    background: none;
  }
  .shop-sidebar-bg {
    display: none;
  }
  #shop-sidebar {
    position: absolute;
    width: 300px;
    background-color: rgba(38, 38, 38, 0.95);
    height: 100%;
    z-index: 999;
    left: -300px;
    transition: all 0.3s;
  }
  .shop-side-toggle #shop-sidebar{
    left: 0;
  }
  a#shop-trigger-button, a#shop-trigger-close{
    display: block;
  }
  #shop-content-area {
    padding: 30px 0 0 0;
    float: none;
  }
  .single-product.woocommerce .images{
    padding: 15px;
  }
  .single-product.woocommerce .summary{
    padding: 0 15px 15px;
  }
  .summary-left {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .summary-right {
    float: none;
    width: auto;
  }
  .woocommerce .summary .single-product-form form{
    padding: 15px;
  }
  table.cart .actions .coupon {
    float: none;
  }
  input#coupon_code {
    float: left;
    width: 49%;
  }
  .woocommerce table.cart .actions input[name="apply_coupon"] {
    float: right;
    width: 49%;
  }
  .woocommerce table.cart .actions input[name="update_cart"] {
    width: 100%;
    float: right;
    margin-top: 5px;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce .cart-collaterals .cross-sells {
    float: none;
  }
  form.checkout_coupon p.form-row-first {
    float: left;
    width: 49%;
  }
  form.checkout_coupon p.form-row-last {
    float: right;
    width: 49%;
  }
  form.checkout_coupon input#coupon_code {
    float: none;
    width: 100%;
  }
  form.checkout_coupon p.form-row.form-row-last input.button{
    float: none;
    width: 100%;
  }
  form.checkout .create-account{
    float: none;
  }
  #footer #copyright {
    float: none;
    text-align: center;
    margin: 0 0 20px;
  }
  #footer #credit {
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width:600px){
  #content .entry #home-row-boxes .table-block {
    display: block;
    width: auto;
    padding: 25px;
  }
  .woocommerce ul.products li.product a img {
    height: 150px;
  }
  .woocommerce table.cart td {
    font-size: 12px;
    line-height: 1.2;
    padding: 10px;
  }
  .woocommerce table.cart th {
    padding: 10px;
    font-size: 14px;
  }
  .woocommerce .cart-collaterals {
    margin-top: 30px;
    font-size: 12px;
  }
  .single-product.woocommerce .images .thumbnails a{
    width: 50%;
  }
}

@media only screen and (max-width:480px){
  #wrapper h1{
    font-size: 32px;
  }
  #wrapper h2{
    font-size: 26px;
  }
  #wrapper h3{
    font-size: 22px;
  }
  #wrapper h4{
    font-size: 18px;
  }
  body #wrapper #logo img {
    width: 160px;
    position: absolute;
    top: 20px;
    left: 10px;
    margin: 0;
  }
  #footer #credit img {
    width: 160px;
  }
  body #wrapper .headerplusnav .custom-header-right {
    right: 60px;
  }
  ul.header-right-links .my-cart a {
    width: 40px;
    position: relative;
    font-size: 0;
    display: block;
    background: none;
    padding-left: 0;
  }
  ul.header-right-links .my-cart a:before {
    content: '\f07a';
    font-family: FontAwesome;
    font-size: 25px;
  }
  .cart-quantity span {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 14px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
  }
  #content .como-video-modal .wpb_video_wrapper{
    height: 260px;
    margin-top: -130px;
  }
  .como-living-columns .ubtn-ctn-center .living-button button {
    width: 70px;
    height: 70px;
    background-size: 70px auto !important;
    line-height: 70px;
    font-size: 12px;
    margin: -35px 0 0 -35px;
  }
  .woocommerce ul.products li.product {
    width: 100%;
    display: block;
    margin: 0 0 15px !important;
  }
  .woocommerce ul.products li.product a img {
    height: 200px;
  }
  .woocommerce #wrapper ul.products li h3, .woocommerce #wrapper ul.products li h2 {
    font-size: 14px;
    overflow: visible;
    white-space: normal;
  }
  .woocommerce table.cart .actions input#coupon_code, .woocommerce table.cart .actions input[name="apply_coupon"], .woocommerce table.cart .actions input[name="update_cart"]{
    width: 100%;
  }
  .woocommerce form.checkout_coupon p.form-row{
    float: none;
    width: 100%;
  }
  #footer-widgets-container .gform_wrapper {
    width: 95%;
  }
  #footer-widgets-container .gform_wrapper form {
    padding-right: 80px;
  }
  #footer-widgets-container div.gform_wrapper ul li.gfield input.medium {
    line-height: 45px;
    font-size: 12px;
    padding: 0 12px;
  }
  #footer-widgets-container div.gform_wrapper .gform_footer input.button {
    width: 80px;
    min-width: 80px;
    line-height: 45px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 767px){
  #shop-sidebar {
      height: inherit;
  }
}

/* START BLOG STYLES */

.thumb-image-overlay {
    position: relative;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
}

.image-overlay-circle {
  height: 70px;
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -52px;
  padding: 15px;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
}

.image-overlay-plus{
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.thumb-image-overlay:hover .image-overlay {
    opacity: 1;
    visibility: visible;
    background-color: rgba(51, 51, 51, 0.8);
}

/* Single Post and Blog Page styles */
.blogposts-content .image-overlay-circle {
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.single .post-meta, .single #post-author, .single article #connect, .single .post-utility, .post-entries, #comments {
  display: none;
}
.single h1.entry-title {
  margin-bottom: 15px;
}
.single-post .header-banner h2 {
  font-size: 20px;
  padding: 30px;
}
.single-post .blogpost-item {
  padding: 0;
  background: none;
  box-shadow: none;
  margin-bottom: 15px;
  width: 100%;
}
.single-post .blogpost-item img{
  width: 100%;
}
.single-post .blogpost-item-content {
  padding: 10px 0 0;
}
.single-post .blogpost-item-meta {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.single-post .entry p {
  line-height: 1.8;
}


/* Blog posts styles */

.blogpost-item {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0px 5px rgba(0,0,0,.1);
    box-shadow: 0 0px 5px rgba(0,0,0,.1);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {

.blogpost-item {
    width: 30%;
    float: left;
    margin-right: 2.7%;
}

.blogpost-item:nth-child(3n) {
  margin-right: 0px;
}

.blogpost-item:nth-child(3n+1) {
    clear: left !important;
}

}


@media only screen and (min-width: 768px) {

.blogposts-content section#main {
  float: left;
  width: 74%;
}
.blogposts-content #custom-blog-sidebar {
  float: right;
  width: 22%;
}

}

@media only screen and (max-width: 767px) {

.blogposts-content section#main {
  float: none;
  width: 100%;
}
.blogposts-content #custom-blog-sidebar {
  float: none;
  width: 100%;
}

}

.blogpost-item img {
  margin: 0 auto;
  display: block;
}
.blogpost-item-content {
  padding: 15px;
}
h3.blogpost-item-title {
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 24px;
}
h3.blogpost-item-title a{
  color: #000000;
}
.blogpost-item-meta {
  margin-bottom: 10px;
}
.blogpost-item-meta span {
  font-size: 11px;
  line-height: 1;
  color: #999999;
  border-right: 1px solid #999999;
  padding-right: 8px;
  margin-right: 5px;
}
.blogpost-item-meta span:last-child{
  border: 0;
}
.blogpost-item-meta span a{
  color: #999999;
}
h3.blogpost-item-title a:hover, .blogpost-item-meta span a:hover{
  color: #000000;
}
.entry .blogpost-item-content p {
  margin-bottom: 5px;
  line-height: 1.8;
}
.entry .blogpost-item-content a{
  text-decoration: none;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
  border-radius: 0;
}
#custom-blog-sidebar form.searchform input.field {
  outline: 0;
  margin: 0;
  text-align: left;
  max-width: 100%;
  padding: 0 35px 0 10px;
  height: 40px;
  width: 100%;
  background-color: #f1f1f1;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc #e0e0e0 #e0e0e0 #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s;
}
#custom-blog-sidebar form.searchform input.field:focus, #custom-blog-sidebar form.searchform input.field:hover{
  background-color: #FFFFFF;
}
#custom-blog-sidebar form.searchform button.submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 35px;
}
form.searchform .fa-search:before{
  font-size: 16px;
  line-height: 1;
}
#custom-blog-sidebar .widget h3 {
  margin: 0 0 15px;
  padding: 0 0 5px;
}
#custom-blog-sidebar .widget ul {
  padding-left: 15px;
}
#custom-blog-sidebar .widget ul li {
  list-style-type: square;
  color: #333333;
  margin-bottom: 2px;
  list-style-position: outside;
}
#custom-blog-sidebar .widget ul li:hover,
#custom-blog-sidebar .widget ul li:hover a {
  color: #000000;
}
#custom-blog-sidebar .widget a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s;
}
#custom-blog-sidebar .widget a:hover{
  color: #000000;
}
.single-post .blogpost-item img {
    display: none;
}

.content-blog-page {
  margin-bottom: 25px;
}

#custom-blog-sidebar .gform_wrapper ul.gform_fields {
  padding-left: 0px;
}

/* END BLOG STYLES */

.woocommerce ul.products li.product a img {
    height: 200px;
}

.christmas h3 {
    color: #a63329;
    padding: 10px;
line-height: .5em;
}
.christmas {
    border: solid 3px;
    padding: 15px;
}
@media only screen and (max-width: 1575px) {
.christmas h3 {
line-height: 1.5em;
padding: 0px;
}
}
@media only screen and (min-width: 900px){
div#home-row-video {
    margin-top: 700px;
}
.vc_tta-container {
    width: 50%;
    margin-left: 25%;
}
}
span.vc_tta-title-text {
    font-size: 20px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    line-height: 0.6 !important;
}