/*
 Theme Name:   Vantage Child
Author: C4concepts
Author URI: http://c4concepts.com.au/
 Description:  Vantage Child Theme
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  vantage-child
*/

#masthead {
    background: #2d3388;
    padding: 0 35px 0 35px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}

.main-navigation ul li:hover > a {
    color: #6d6e6c;
}

.main-navigation ul ul li:hover > a {
    background: #0E122B;
    color: #ffffff;
}

.main-navigation ul ul li:hover > a {
    width: 250px;
    padding: 14px 20px;
}

.main-navigation {
    margin: 0 -35px;
    background: #0e122b;
    position: relative;
    font-size: 0;
    z-index: 9999;
}

body, button, input, select, textarea {
    color: #454545;
    font-family: "adelle",serif;
    line-height: 1.5em;
    font-size: 13px;
    word-wrap: break-word;
    line-height: 1.5em;
    font-size: 13px;
}

body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}


/* Customize */


/* Header */
	
#search-icon-icon a i {
	float:left;
	font-size:18px;
	margin: 0 10px;
	color:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

#search-icon-icon a i:hover {
	color:#6D6E6C;
}


#search-icon-icon .fa-search {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#search-icon-icon .widget {
	margin: 23px 0 0 0;
}

/* Homepage Slider */
.metaslider .caption-wrap {
	height:420px;
	background:none !important;
	background-color:transparent;
	opacity:1 !important;
}

.metaslider .caption {

position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding:0;
}

.hp-slider-caption {
	width:240px;
	height:auto;
	background:rgba(46,46,128,0.7);

border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
  font-size: 30px;
  line-height: 34px;
  font-family: Adobe Carlson Pro family;
  font-style: italic;
  	  padding: 40px 40px;
  text-align: center;
}

.hp-slider-caption a {
display: block;
  text-decoration: none;
  color: #FFF;
  font-family: arial;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #FFF;
  line-height: 36px;
  margin: 20px 12px 0 12px;	
  
}

.hp-slider-caption a:hover {
  color: #2D3388;
  background:white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  
}

.hp-slider-caption a i {
font-size: 28px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0 0 8px;
	
}

/* Homepage Featured Product */
.hp-featured-product {
	display: inline-block;
  width: 33%;
  margin:0;
  margin-left:0 !important;
  width: 320px;
  margin: 0 25px;
  float:left;
}

.product_list_widget {
	margin:0;
}

.hp-featured-product-thumb {
	width:320px; height:198px;
	overflow:hidden;
}

.hp-featured-product-thumb-overlay {
	width:230px;
	 height:98px;
	overflow:hidden;
	position:absolute;
	background:rgba(0, 0, 0, 0.7);
	padding: 50px 45px;
	display:none;

}

.hp-featured-product-thumb:hover > .hp-featured-product-thumb-overlay  {
    -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
	display: block;

}

.hp-featured-product-thumb-overlay span {
  text-align: center;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  line-height:24px;
}

.hp-featured-product-thumb-overlay a {
  display: block;
  text-align: center;
   margin: 15px 50px;
  color: #FFF !important;
  border-color: #CCC;
}
  
.hp-featured-product-thumb-overlay a:hover {
	background:none;
	background-color:#fff;
	border-color:#ccc;
	color:#2D3388 !important;
}  
  
.hp-featured-product-thumb img {
	width:100%;
	height:auto;
	  margin-top: -60px;
}

.hp-featured-product-title {
	text-decoration: none;
  color: #454545 !important;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  border-bottom: dotted 1px #BDBEBF;
  padding: 15px 0 10px 0;
}


.hp-featured-product-more {
display: inline-block;
  text-decoration: none;
  color: #6d6e70 !important;
  font-family: arial;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #b1b3b5;
  line-height: 32px;
  padding: 0 15px;	
}

.hp-featured-product-more:hover {
-webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color:#fff !important;
  background:#2E2E81;
  border:1px solid #2E2E81;
}

#short_description p {
	font-size:12px;
}



/* Homepage Content */
.hp-hr {
	  padding: 0;
  margin: -10px 0 -20px 0;
}




/* Homepage Slider */

.sldr_title {
	display:none;
}

.flex-control-paging li a {
	box-shadow:none !important;
}

.flexslider .flex-control-paging li {
	margin:0 4px !important
}




.testimonial_content_wrap {

}

.testimonial_slider__textonly .testimonial_content {
width: 100% !important;
  padding: 42px 45px 42px 30px !important;	
  margin: 30px auto 5px auto !important;
}

.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by_inner {
	margin:0 0 0 30px !important;
}

.testimonial_slider__textonly .testimonial_by_wrap .testimonial_by {
	position:absolute;
	bottom:62px;
}

.testimonial_wrapper {
    margin-top: -60px !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 100% !important;
}

.testimonial_wrapper:before {
    background: url('images/testimonials-quotes.png');
    position: absolute;
    content: "";
    height: 35px;
    width: 45px;
    left: -2px;
    top: 64px;
    z-index: 10;
    background-size: auto 35px;
    background-repeat: no-repeat;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.testimonial_wrapper:after {
    background: url('images/testimonials-quotes.png');
    position: absolute;
    content: "";
    height: 35px;
    width: 45px;
    right: -2px;
    top: 64px;
    z-index: 10;
    background-size: auto 35px;
    background-repeat: no-repeat;

}

.testimonial_slider__textonly .testimonial_content_wrap {
	border:none !important;
}

.testimonial_slider__textonly .testimonial_content_wrap:before {
	display:none;
}

/* Inner page */

/*.entry-main {
	min-height:600px;
}*/

/* Footer */
.footer-social {
	
}

.footer-social-container {
  display: block;
  text-align: center;
}

.footer-social-container a i {
  font-size: 20px;
  margin: 0 10px;
  color: #FFF;
}

.footer-social-container a .fa-search {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


/* Default */

a:focus, a:hover {
	outline:none;
}

.widget-title {
	  font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
	  text-transform: uppercase;
	  font-size: 22px !important;
	  color:#2e2e81 !important;
}

.widget-title a {
	  font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
	  text-transform: uppercase;
	  font-size: 22px !important;
	  color:#2e2e81 !important;
}



/* Woocommerce */

/*.woocommerce div.product div.images img {
	width:auto !important;
}*/

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	width:25% !important;
	margin-right:0 !important;
	clear:none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin:0;
	width:33.33333%;
}

.woocommerce-result-count, .woocommerce-ordering {
	display:none;
}

.cart-total-dm {
	  font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
	    text-align: center;
  margin-top: -25px;
  margin-bottom: 30px;
}

.cart-total-dm a {
	text-decoration:none;
	color: #454545;
	font-weight:700;
}

.cart-total-dm i {
	font-size:17px;
}

.woocommerce-breadcrumb {
	display:none;
}

.innerproduct-price {
    border-bottom: dotted 1px #6D6E70;	
}

.innerproduct-var-price-not-hidden {
    border-bottom: dotted 1px #6D6E70;	
	font-size:0 !important;
}

.innerproduct-var-price-not-hidden .amount:nth-child(1):after {
	display:none !important;
}

.innerproduct-var-price-not-hidden del .amount:after {
	display:none !important;
}

.innerproduct-var-price-not-hidden span:nth-child(2):before {
    content: "to";
    padding: 0 8px 0 6px;
    font-size: 15px !important;
    color: #8E8E90;
    font-weight: normal !important;
}

.woocommerce-variation-price .price .amount {
	background: #e5e5e5;
    max-width: 190px;
    width: 100%;
    text-align: center;
	margin-top: -18px;
    display: block;
}

.price .amount {
    font-size: 22px;
    color: #454545;
    padding: 5px 0 5px 0;
    margin: 2px 0 20px 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-weight: 500;
}

.out-of-stock {
	display:none
}

.outofstock .price .amount:after {
    content: "Out of stock";
    display: inline;
    color: red;
    font-size: 15px;
    margin-left: 10px;
}

.product-type-simple.outofstock .description-prod-container {
	border-top:none;
	padding:0 0 50px 0;
	margin:-10px 0 0 0;
}

.description-prod-container .product-enquiry-link {
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 5px 0;
    font-size: 15px;
    background: #2e2e81;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: 100;
    display: block;
    margin-top: 5px;
}

.description-prod-container .product-enquiry-link:hover {
	background-color: #0E122B;
}

.outofstock .description-prod-container {
	border-top:none;
	padding:0 0 50px 0;
}

.price del .amount {
	text-decoration:line-through;
	color:#8E8E90;
}

.innerproduct-price del .amount:after {
	display:none !important;
}

.innerproduct-price ins {
	display:inline;
	margin-left:10px;
}

.innerproduct-var-price-not-hidden ins {
	display:inline;
	margin-left:10px;
}

.coming-soon-onsale {
	background-color:#DBBA4E !important;
}

.woocommerce span.onsale {
    min-height: 0;
    padding: 0 10px;
    border-radius: 0;
    min-width: 200px;
    background-color: #DB3725;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14px;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 62px;
    margin-left: -34px;
	-webkit-font-smoothing: inherit;
}

.woocommerce span.onsale:before {
    content: "";
    display: block;
    height: 70px;
    width: 35px;
    background-color: #fff;
    position: absolute;
    right: 0;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: -39px;
}

.woocommerce span.onsale:after {
    content: "";
    display: block;
    height: 47px;
    width: 55px;
    background-color: #fff;
    position: absolute;
    left: -27px;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: -24px;
}

.inner-shop-prod-desc {
	font-size:12px;
	  border-bottom: dotted 1px #6D6E70;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.inner-shop-prod-desc p {
  margin-bottom: 15px;
}

/* - Product Page */

.inner-shop-dm {
	width:100% !important;
}

.woocommerce ul.products li.product a img {
	width:auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 31%;
  float: left;
  margin: 0 24px 0 0;
}

ul.products li.product .price {
 	display:none !important;
 }
 
 .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	 clear:none;
 }
 
 .woocommerce ul.products li.product a h3 {
 
 text-decoration: none;
  color: #454545;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  border-bottom: dotted 1px #BDBEBF;
  padding:3px 0 12px 0;
 }
 
  .woocommerce ul.products li.product a h3:hover {
color: #2E2E81;
  }

 ul.products li {
	 padding:0 0 30px 0 !important;
 }
 
 
 ul.products li.product p {
	 margin:14px 0 0 0;
 }

 ul.products li.product a:last-child {
display: inline-block;
  text-decoration: none;
  color: #6D6E70;
  font-family: arial;
  font-style: normal;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #B1B3B5;
line-height: 32px !important;
  padding: 0 15px;
/*  background: none !important;
  background-color: rgba(0, 0, 0, 0) !important;*/
  border-radius: 0 !important;
  font-weight: normal;
  box-shadow:none !important;
  text-decoration:none !important
 }
 
  ul.products li.product a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #FFF !important;
  background: #2E2E81 !important;
  border-color:#2E2E81;
 
  }
 

/* - Product Category List */
.prod-cat {
	padding-right:18px;
}

.prod-cat .product-category {
	width:30.9% !important;
}

.prod-cat .product-category {
	 padding:0 0 10px 0 !important;
}

.prod-cat .product-category img {
	display:none !important;
}

.prod-cat .product-category a {
	width:96%;
	background:#0e122b;
	border: none !important;
  color: #fff !important;
}

.prod-cat .product-category a:hover {
	background:#2e2e81;
}

.prod-cat .product-category a h3 {
  color: #cfd0d5 !important;
}

.prod-cat .product-category a h3 {
	border-bottom:none !important;
  font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
  font-size: 11px !important;
  letter-spacing: 1px;
  padding:0 !important;
  text-align:center;
}

.prod-cat .product-category a h3 mark {
	display:none;
}

.wp-pagenavi a, .wp-pagenavi span {
	  border: 1px solid #B1B3B5;
  padding: 8px 12px;
  color:#6D6E70 ;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#2E2E81;
	border-color:#2E2E81;
	color:#fff;
	font-weight:normal;
	
}



/* - Inner Products */


.inner-shop-prod-form-details-dm {	
}

#single-product-form .quantity .qty, .variations_form .quantity .qty  {
	margin:0 18px 18px 0;
	margin-left:30px !important;
}

.inner-shop-prod-form-details-dm input[type=text], .inner-shop-prod-form-details-dm input[type=number], .cart .quantity input[type=number]  {
	width:160px;
	  border-radius: 0;
  border: 1px solid #C7C8C9;
  /*padding: 7px 0 7px 40px;*/
  color:#8e8e90;

  font-size:15px;
  outline:none;
    margin-top: 0 !important;

	line-height:28px;
	text-align: left;
	padding-left: 10px; 	
}

.inner-shop-prod-form-details-dm .check-in-dm:before {
	content:"";
	position:absolute;
	background-image:url('images/icon-event-date.png');
	width:31px;
	height:32px;
}

.inner-shop-prod-form-details-dm .check-out-dm:before {
	content:"";
	position:absolute;
	background-image:url('images/icon-event-date.png');
	width:31px;
	height:32px;
}

.inner-shop-prod-form-details-dm .custom-quantity-dm:before, .cart .quantity .qty:before {
	content:"";
	position:absolute;
	background-image:url('images/icon-quantity.png');
	width:31px;
	height:32px;
}

.inner-shop-prod-form-details-dm .event-postcode-dm:before {
	content:"";
	position:absolute;
	background-image:url('images/icon-event-post-code.png');
	width:31px;
	height:32px;
}
  
  
.entry-summary .cart {
	width:50%;	
}

.entry-summary .in-stock {
	  float: right;
  width: 60%;
    color: #454545 !important;
  font-size: 16px !important;
  font-style: italic;
  line-height: 33px;	
}

.entry-summary .button {
	width:190px !important;	
	outline:none;
	margin:0px 0 10px 0 !important;
}
  
 .inner-shop-prod-form-details-dm i {
  color: #8E8E90;
  font-size:15px;	 
 }
 
  .inner-shop-prod-form-details-dm i span {
	  color:#2e2e81;
	  font-weight:bold;
  }
  
  
.inner-shop-prod-form-total-dm {
	background-color:#eff0f0;
	width:100%;  
  }
  
.inner-shop-prod-form-total-dm div {
width: 33.33333%;
  float: left;
  text-align: center;
  background: #EFF0F0;
  color: #6D6E70;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 13px;
  }
  
  .inner-shop-prod-form-total-dm div h3 {

font-weight: 700;
  border-bottom: dotted 1px #6D6E70;
  margin: 0px 15px 10px 15px;

  padding-bottom: 6px;
  }
  
  .inner-shop-prod-form-grand-total-dm div {
	  
	  width: 33.33333%;
  float: left;
  text-align: center;
  background: #e2e4e4;
  color: #6D6E70;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 13px;
  height:80px;
  }
  
    .inner-shop-prod-form-grand-total-dm div h3 {
font-weight: 700;
  margin: 0px 15px 5px 15px;
  padding-bottom: 6px;

  }
  
 
     .inner-shop-prod-form-grand-total-dm div p {
  background-color: #FFF;

  padding: 6px 0;
  font-size: 20px;
  margin: 0px 15px;
  }
  
       .inner-shop-prod-form-grand-total-dm div sub {
    text-transform: none;
  font-size: 11px;
 
	   }

.inner-shop-prod-form-cart-btn-dm button {
	float:none !important;
}

.inner-shop-prod-form-cart-btn-dm i a {
  display: block;
  color: #2E2E81;
  font-weight: 600;
  padding-left: 40px;
  text-decoration:none;


}

.related.products li p, .related.products li a h3, .related.products li .button {
	display:none !important;
}

.yit-wcan-container .related {
	width:48%;
	  border-top: dotted 1px #6D6E70;
  padding-top: 15px;
	
}

.yit-wcan-container .related h2 {
  font-size: 15px;
  color: #454545;
}

.single_add_to_cart_button {
	background: #2E2E81 !important;
	padding: 10px 40px !important;
}
	 
.woocommerce .woocommerce-message:before {
    color: #50A233;	
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    top: 13px;
    left: 17px;
    font-size: 18px;	
}

	   
/*.woocommerce div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page #content div.product div.images{width:auto;}

.woocommerce .related ul.products li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce-page .upsells.products ul.products li.product img,.woocommerce .related ul li.product img,.woocommerce-page .related ul li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce-page .upsells.products ul li.product img{width:auto;height:auto;margin-right:10px;}

.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:auto;}*/


.inner-prod-variations tbody tr td {
	display:block;
	width:100%;
}

.inner-prod-variations tbody tr td label {
    display: block;
    font-size: 15px;
    color: #8E8E90;
    width: 100%;
    font-weight: normal !important;
    margin-bottom: 8px;
}

.inner-prod-variations tbody tr td select {
	width: 100%;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
    padding-left: 5px;
    min-width: 190px !important;
    max-width: 190px !important;
    padding: 5px 25px 5px 10px;
    background-color: #2E2E81;
    -webkit-appearance: button;
    -moz-appearance: button;
    background-image: url(/wp-content/themes/vantage-child/images/sort-arrow-down.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: auto 7px !important;	
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;	
}

.inner-prod-variations tbody tr td select option {
    background-color: #E5E5E5;
    color: #454545;
}

.inner-prod-variations tbody tr td .reset_variations {
    font-size: 15px !important;
    color: #8E8E90;
    font-weight: normal !important;
    text-decoration: none;
}

.outofstock .inner-prod-variations, .outofstock .wccf_field_container, .outofstock .innerproduct-quantity-container, .outofstock .inner-prod-update,
.outofstock #stock-quantity-container, .outofstock .product-subtotal-container, .outofstock .single_variation_wrap {
	display:none !important;
}

.inner-prod-variations {
	margin-bottom:18px !important;
	margin-top: 20px;
}

.inner-prod-variations tbody tr:nth-child(2) {
	display:block;
	margin-top:10px;
}

.single_variation_wrap {
	float:left;
	width:100%;
}

.sold-individually .summary .variations_form .inner-prod-update {
	display:none;
}

/* Search Form */

/* Search Form New */

#search-form-new {

	display:none;

	background: rgba(255, 255, 255, 0.95);

	height:100%; width:100%;

	position:fixed;

	left:0;

	top:0;

	z-index:10000;

	

}



.search-form-container {

	height:auto;

	width:100%;

	margin:0 auto;

	text-align:center;

	position: relative;

	top: 50%;

	transform: translateY(-50%);

}



.search-form-container p {

	font-size:30px;

	color: #666;

	font-weight: 400;

	margin:0;

}



.search-form-input {

	background: none;

	border: none;

	text-align: center;

	width: auto;

	font-size: 40px;

	color: #777;

	outline:none;

	font-weight:100;

}





.search-form-close {

	background: url('/wp-content/themes/vantage-child/images/closegray.png');

	height: 30px;

	width: 30px;

	display: block;

	position:absolute;

	top:10px;

	right:10px;

}




/* Woocommerce */

/* product form */

.summary .cart {
	margin-bottom:-40px !important;
}
.summary .cart {
	width:100%;
}

.entry-summary .in-stock { 
	display:none;
}

.wccf_field_container {
	margin-bottom:0;
}

#stock-quantity-container {
	float: left;
    margin: -5px 0 15px 0;
    font-size: 15px;
    font-style: italic;
    line-height: 32px;
    color: #8E8E90;	
	width:100%;
}

.inner-prod-update {
    float: left;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 5px 0;
    font-size: 15px;
    background: #2e2e81;
    margin-left: 10px;
	line-height: 22px;
	font-weight:100;
}

.inner-prod-update:hover {
	background-color:#0E122B;
}

.inner-prod-update:hover, .inner-prod-update:focus, .inner-prod-update:active {
    color: #2E2E81;
}

.inner-prod-update:hover {
    text-decoration: none;
    color: #2E2E81;
}


#stock-quantity-container span {
	float: none;	
}

#stock-quantity-container em {
    text-decoration: none;
    color: #2E2E81;
    font-weight: 600;
    font-style: italic;
}

#stock-quantity-container em:after {
    content: "|";
    text-decoration: none;
    color: #2E2E81;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    font-family: calibri;
    font-style: normal;
    margin: 0 6px;
}

.related .products {
/*	width: 380px;
    height: 90px;
    overflow: hidden;*/
}

.prod-form-view-cart {
    float: left;
    width: 100%;
    font-style: italic;
    font-weight: 600;
    color: #2E2E81;
    font-size: 14px;
    padding-left: 51px;
	margin-bottom: 40px;
}

.prod-form-view-cart a {
	text-decoration:none;
    color: #2E2E81;
}

.prod-form-view-cart a:hover {
	text-decoration:none;
    color: #0E122B;
}

.prod-form-enquire-cart {
    float: left;
    font-size: 14px;
    color: #8E8E90;
    line-height: 34px;
}

.prod-form-enquire-cart a {
	text-decoration: none;
    color: #2E2E81;
    font-weight: 600;
    font-style: italic;
}

.product-cat-coming-soon .description-prod-container {
	border-top: none;
    padding: 0 0 50px 0;
    margin: -10px 0 0 0;
}

.description-prod-container {
    float: left;
    width: 100%;
    border-top: dotted 1px #6D6E70;
    margin: 15px 0 0 0;
    padding: 15px 0 50px 0;
}

.description-prod-container p {
	font-size: 15px;
    line-height: 22px;
}

.description-prod-container strong {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

 .woocommerce div.product .out-of-stock {
    font-size: 15px !important;
    line-height: 22px;
    margin-top: 15px;
 }

.product-subtotal-container {
    float: left;
    width: 100%;
}

.product-subtotal-container p {
	font-size: 22px;
    color: #454545;
    padding: 5px 40px 5px 40px;
    display: inline-block;
    box-sizing: border-box;
    width: 190px;
    margin-bottom: 20px;
    background: #e5e5e5;
    margin-right: 15px;
    text-align: center;	
}

.product-subtotal-container p i {
	font-style:normal;
    font-weight: 500;	
}

.product-subtotal-container span {
	color: #8E8E90;
}


/* - event date */
#wccf_product_bv_event_date {
	width:160px;
	border-radius: 0;
	border: 1px solid #C7C8C9;
	color:#8e8e90;
	margin:0 18px 18px 0;
	font-size:15px;
	outline:none;
    margin-top: 0 !important;
	margin-left:30px !important;
	line-height:24px;
	padding-left: 10px;
}

.wccf_date_container {
    max-width: 210px;
    float: left;
    width: 100%;
}

.wccf_date_container label {
	content:"";
	position:absolute;
    font-size: 0;
    background-image: url(/wp-content/themes/vantage-child/images/icon-event-date.png) !important;	
	width:31px;
	height:32px;
}

/* - event time */
#wccf_product_bv_event_time {
	width:160px;
	border-radius: 0;
	border: 1px solid #C7C8C9;
	padding: 0 10px 0 10px;
	color:#8e8e90;
	margin:0 18px 18px 0;
	font-size:15px;
	outline:none;
    margin-top: 0 !important;
	margin-left:30px !important;
	line-height:30px;
}

.wccf_field_container_product_text {
    max-width: 210px;
    float: left;
    width: 100%;
}

.wccf_field_container_product_text label {
	content:"";
	position:absolute;
    font-size: 0;
    background-image: url(/wp-content/themes/vantage-child/images/icon-event-time.png);	
	width:31px;
	height:32px;
}

.wccf_date_container i {
    font-size: 16px !important;	
}

.wccf_field_container_product_text i {
    position: absolute;
    background: #2E2E81;
    color: #fff;
    height: 32px;
    width: 32px;
    text-align: center;
    z-index: 10;
    line-height: 32px;
    font-size: 19px;	
}


/* - event postcode */
#wccf_product_bv_event_postcode {
	width:160px;
	border-radius: 0;
	border: 1px solid #C7C8C9;
	padding:0 10px 0 10px;
	color:#8e8e90;
	margin:0 18px 18px 0;
	font-size:15px;
	outline:none;
    margin-top: 0 !important;
	margin-left:30px !important;
	line-height:24px;
	height:32px;
}

.wccf_field_container_product_select {
    /*max-width: 210px;*/
    float: left;
    width: 100%;
	margin-top: 39px;
}

.wccf_field_container_product_select label {
	content:"";
	position:absolute;
    font-size: 0;
    background-image: url(/wp-content/themes/vantage-child/images/icon-event-post-code.png) !important;	
	width:31px;
	height:32px;
}

/* - quantity */

.summary .cart .quantity:before { 
	content:"";
	position:absolute;
    font-size: 0;
    background-image: url(/wp-content/themes/vantage-child/images/icon-quantity.png);	
	width:31px;
	height:32px;
}


/* hide tabs and products category */
.woocommerce-tabs, .product_meta {
	display:none;
}

.product .images .thumbnails {
	border-bottom: dotted 1px #6D6E70;
    padding-bottom: 15px;
}


/* product cart details */

.prod-cart-details {
	float: left;
    width: 100%;
    background-color: #EFF0F0;
	margin-bottom: 20px;
}

.prod-cart-details div {
	width: 50%;
    float: left;
    text-align: center;
    padding: 10px 15px;
    -webkit-box-sixing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prod-cart-details div p {
	font-weight: 700;
    text-transform: uppercase;
    border-bottom: dotted 1px #6D6E70;
    padding-bottom: 5px;
	margin-bottom:10px;	
	font-size: 12px;
}

.prod-cart-details div:nth-child(3), .prod-cart-details div:nth-child(5), .prod-cart-details div:nth-child(4) {
	background-color:#e3e4e4;
	height:98px;
}

.prod-cart-details div:nth-child(3) p {
    border-bottom:none;	
	margin-bottom:0;
}

.prod-cart-details div:nth-child(3) span {
	display: block;
    font-size: 18px;
    background-color: #FFF;
    padding: 4px 0;
}

.prod-cart-details div:nth-child(3) sup {
    margin-top: 18px;
    display: block;
}

.inner-prod-my-cart a {
	text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 0 0;
    border-radius: 0;
    background: none;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    background-color: #2E2E81 !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 12px 0 !important;
    width: 190px;
    text-align: center;
    display: block;
    float: left;
}

.inner-prod-my-cart a:hover {
	background-color:#0E122B !important;
}

.related {

	display:none;
}

/*.related, .upsells {
	float:left;
}*/

.upsells {
    float: left;
    max-width: 500px;
    width: 100%;	
}

.upsells .onsale {
	display:none;
}

.related h2, .upsells h2 {
    font-size: 15px;
	color: #454545;
    margin-bottom: 22px !important;
    border-bottom: dotted 1px #6D6E70;
    padding-bottom: 15px;
	max-width: 495px;
}


/* Homepage Featured Products */

.homepage-featured-container h3 {
	font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
    text-transform: uppercase;
    font-size: 22px;
    color: #2E2E81;
	margin-top:0;	
}

.homepage-featured-container .products {
    margin: 0;
    padding: 0;
    list-style: none;	
}

.homepage-featured-prod-container .products .product {
	width:33.33333% !important;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
    height: 221px;
}

.homepage-featured-container .products .product {
    padding: 0;
    margin: 0;
    width: 25%;
    float: left;	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
	min-height: 505px;	
}

.prod-list-coming-soon-onsale {
	font-size:11px !important;
	text-indent: -4px;
}

.inner-product-list .onsale {
	min-height: 0;
    padding: 0 10px;
    border-radius: 0;
    min-width: 120px;
    background-color: #DB3725;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14px;
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: 22px;
    margin-left: -28px;
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff;
	-webkit-font-smoothing: inherit;
}

.inner-product-list .onsale:before {
	content: "";
    display: block;
    height: 67px;
    width: 25px;
    background-color: #fff;
    position: absolute;
    right: 0;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: -34px;
}

.inner-product-list .onsale:after {
    content: "";
    display: block;
    height: 20px;
    width: 46px;
    background-color: #fff;
    position: absolute;
    left: -18px;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    top: -2px;
}

.homepage-featured-container .products .product a img {
	width:100%;
}

.homepage-featured-container .products .product .hp-featured-project-thumb { 
    position: relative;
	display:block;
}

.homepage-featured-container .products .product .hp-featured-project-thumb:hover {
	background:none !important;
	border-color:transparent !important;	
}

.homepage-featured-container .products .product .hp-featured-project-title {
	text-decoration: none;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 8px 0 0 0;
    margin: 5px 0 0 0;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
	font-weight: 600;
	line-height:22px;
}

.homepage-featured-container .products .product .hp-featured-project-title h3:hover {
	color: #2E2E81;
}


.homepage-featured-container .products .product .button {
	display:none;
}

.homepage-divider hr {
	float: left;
    display: block;
    width: 100%;
	margin-top:16px;
	background-color:#0E122B;
}

.homepage-featured-container .products .product .hp-featured-project-hire-button {
	border: 1px solid #B1B3B5;
    color: #6D6E70;
    text-decoration: none;
    padding: 4px 20px 3px 20px;
    text-transform: uppercase;
    margin: 16px 0 6px 0;
    display: inline-block;
    font-family: "adelle",serif;
    line-height: 32px !important;
	font-size:15px;
}

.homepage-featured-container .products .product .hp-featured-project-hire-button:hover {
	border: 1px solid #2E2E81;
}


.hp-featured-project-thumb:hover > .hp-featured-project-overlay {
	background-color:rgba(14, 18, 43, 0.8);
}

.hp-featured-project-thumb:hover > .hp-featured-project-overlay .hp-featured-project-overlay-content {
	opacity:1;
}

.hp-featured-project-overlay {
	height: 245px;
    position: absolute;
    width: 100%;
}

.hp-featured-project-overlay-content {
	position: absolute;
    top: 47%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	opacity:0;	
}

.hp-featured-project-overlay .hp-featured-project-overlay-content p {
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    font-weight: 700;
	text-align:center;
}

.hp-featured-project-overlay .hp-featured-project-overlay-content span {
    font-size: 15px;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    border: 1px solid #fff;
    color: #FFF;
    text-decoration: none;
    padding: 6px 16px 6px 16px;
    text-transform: uppercase;
	text-align: center;
    margin: 12px auto 0 auto;
    display: block;
    width: 149px;
}

.homepage-featured-prod-container ul li .hp-featured-project-desc-container {
/*	    height: 96px;
	    height: 5px;*/
    overflow: hidden;
	font-size: 15px;
    font-family: "adelle",serif;
    line-height: 22px;
    font-weight: 300;
	color:#454545;	
	min-height: 110px;
}	

.products .inner-product-list .hp-featured-project-desc-container {
    overflow: hidden;
	font-size: 15px;
    font-family: "adelle",serif;
    line-height: 22px;
    font-weight: 300;
	color:#454545;	
	min-height: 84px;
}	

.hp-featured-project-desc-container p:after {
    display: block;
    content: "";
    width: 94%;
    height: 1px;
    border-bottom: dotted 1px #BDBEBF;
    position: absolute;
    bottom: 35px;
}

.hp-featured-project-desc-container p {
    font-size: 15px;
    font-family: "adelle",serif;
    line-height: 22px;
    font-weight: 300;
    color: #454545;
}

.homepage-featured-prod-container .hp-featured-project-overlay-content {
	top:50%;
	text-align: center;
	padding:0 0;
}

.homepage-featured-prod-container .hp-featured-project-overlay .hp-featured-project-overlay-content span {
	display: initial;
    width: 149px;
}

.homepage-featured-prod-container .products .product .hp-featured-project-title h3 {
	margin: 5px 0 16px 0 !important;
}






/* Search Form */

.search-form-input {
 outline: none;
    border: none !important;
    margin-top: 10px;
    color: #666 !important;
}



/* Products inner */

.inner-product-list {
	position:relative;
}

.inner-product-list:nth-child(4n) {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

.inner-product-list:nth-child(4n+1) {
    padding-right: 15px !important;
}

.inner-product-list:nth-child(4n+2) {
    padding-right: 10px !important;
    padding-left: 5px !important;
}

.inner-product-list:nth-child(4n+3) {
    padding-right: 5px !important;
    padding-left: 10px !important;
}

.inner-prod-add-cart {
	float:left;
	width:100%;
}

.inner-prod-add-cart .single_add_to_cart_button {
	font-size:15px;
	padding: 9px 0 8px 0 !important;
}

.inner-prod-my-cart {
	float:left;
	width:100%;
	margin-top: 15px;
}

.inner-prod-my-cart h2 {
	font-size: 15px;
    color: #454545;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: dotted 1px #6D6E70;
    padding-bottom: 10px;
}


.product-type-simple .entry-summary {
	font-size: 15px;
    font-family: "adelle",serif;
    line-height: 22px;
    font-weight: 300;
    color: #454545;
	min-height: 500px;
}

.product-type-variable .entry-summary {
	min-height: 500px;
}



/* Tabpager */
/* Tab Bar */
.jquery-tab-pager-tabbar {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.jquery-tab-pager-tabbar li {
float: left;
    padding: 4px 20px;
    list-style: none;
    cursor: pointer;
    background: #EEE;
    /* border-radius: 10px 10px 0px 0px; */
    margin: 0;
    margin-left: 0 !important;
    text-transform: uppercase;
    font-size: 11px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
	    background-color: #0E122B;
    color: #FFF;	
	font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
		border-right:1px solid white;
}

.jquery-tab-pager-tabbar li:last-child {
	border-right:none;
}

.jquery-tab-pager-tabbar li.current {
	background: #2e2e81;
	color:white;
}

.jquery-tab-pager-tabbar li:hover {
    background: #2e2e81;
    color: #FFF;
}

/* Page Navigation */
#jquery-tab-pager-navi {
	margin: 0;
	padding: 0;
	float:left;
	width:100%;
}
#jquery-tab-pager-navi li {
	list-style: none;
	display: inline;
}

#jquery-tab-pager-navi li a {
float: left;
    display: block;
    padding: 6px 12px;
    margin-right: 4px;
    border: 1px solid #B1B3B5;
    text-decoration: none;
    background: #FFF;
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    -o-transition: background 100ms linear;
    transition: background 100ms linear;
    color: #6D6E70;
}

#jquery-tab-pager-navi li:last-child a {
	margin-right: 0px;
}

#jquery-tab-pager-navi li a.current,
#jquery-tab-pager-navi li a.disable,
#jquery-tab-pager-navi li a:hover {
background: #2E2E81;
    color: #FFF;
    border-color: #2E2E81;
}

.jquery-tab-pager-tabbar {
    margin-bottom: 30px !important;
}

#jquery-tab-pager-navi li:first-child, #jquery-tab-pager-navi li:last-child {
	display:none;
}




/* Header Cart Notif */
.header-cart-notif {
	color: #454545;
    margin-top: -22px !important;
	margin-bottom:25px;
    text-align: center;
}

.header-cart-notif p {
	color: #454545;
    font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
    margin-top: 0;
    font-weight: 600;
	font-size: 13px;
}

.header-cart-notif p a {
	text-decoration:none;
	color: #454545;
}

.header-cart-notif p a:hover {
color: #2E2E81
}

.header-cart-notif p a:nth-child(2) {
margin-right:55px;
}

.header-cart-notif p i {
    font-size: 19px;
    vertical-align: top;
}

.header-cart-notif-prod-page {
	position: absolute;
    left: 0;
    right: 0;
	top:0;
}

.woocommerce div.product {
	padding-top:20px;
}

/* Check out page */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #2E2E81 !important;
}

.woocommerce .button.alt:hover, .woocommerce .button.alt:active, .woocommerce .button.alt.disabled, .woocommerce .button.alt:disabled, .woocommerce .button.alt:disabled[disabled], .woocommerce .button.alt.disabled:hover, .woocommerce .button.alt:disabled:hover, .woocommerce .button.alt:disabled[disabled]:hover {
	background-color:#0E122B !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0E122B), color-stop(1, #0E122B));
    background: -ms-linear-gradient(bottom, #0E122B, #0E122B);
    background: -moz-linear-gradient(center bottom, #0E122B 0%, #0E122B 100%);
    background: -o-linear-gradient(#0E122B, #0E122B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E122B', endColorstr='#0E122B', GradientType=0);	
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width:34.5%;
}

/* Cart Page */

.cart_totals {
	width:100% !important;
}

/*.cart_totals table tbody .cart-subtotal {
	width:23%;
	float:left;
}

.cart_totals table tbody .shipping {
	width:50%;
	float:left;
}

.cart_totals table tbody .order-total {
	width:27%;
	float:left;
}*/

.cart_totals table tbody tr {
	width:33.33333%;
	float:left;
}

.cart_totals table tbody tr th {
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.cart_totals table tbody tr td {
/*    padding: 8px 20px !important;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: 8px 20px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display:block;
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top:none;
}

.shipping td p {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;	
}

.shipping td form {
	display:none;
}

.cart_totals table {
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1) !important;	
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background-color: #2E2E81;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 20px !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 8px 10px;
    width: 114px !important;
    line-height: 17px;
    margin-right: 8px;
}

.cart_item .product-name a {
	    text-decoration: none;
    color: #2E2E81;
    font-weight: 700;
}

.cart_totals h2 {
font-weight: 500;
    line-height: 1.35em;
    font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
    text-transform: uppercase;
    font-size: 22px;
    color: #2E2E81;
}

.cart_totals table tbody tr td form p a {
	    text-decoration: none;
    color: #2E2E81;
    font-weight: 700;
	font-size:14px;
}

.cart_totals table tbody tr td form p a:hover {
    color: #2E2E81;
}

.checkout-button {
	float: right;
    text-transform: uppercase;
    padding: 11px 20px !important;
    display: block;
}

.shipping-calculator-form p #calc_shipping_country, .shipping-calculator-form p span #calc_shipping_state {
	padding: 6px 5px;
    font-size: 14px;
    border-radius: 0;
	outline:none;
	width:160px;
	border: 1px solid #C7C8C9;
    color: #8e8e90;
}

.shipping-calculator-form p #calc_shipping_state {
    margin: -16px -29px 0 -114px;
    position: absolute;	
	padding: 8px 5px;
    font-size: 14px;
    border-radius: 0;
	outline:none;
	width:160px;
	border: 1px solid #C7C8C9;
    color: #8e8e90;	
}

.shipping-calculator-form p #calc_shipping_state option:nth-child(2),
.shipping-calculator-form p #calc_shipping_state option:nth-child(3),
.shipping-calculator-form p #calc_shipping_state option:nth-child(4),
.shipping-calculator-form p #calc_shipping_state option:nth-child(5),
.shipping-calculator-form p #calc_shipping_state option:nth-child(6),
.shipping-calculator-form p #calc_shipping_state option:nth-child(7),
.shipping-calculator-form p #calc_shipping_state option:nth-child(8) {
	display:none;
}

.shipping-calculator-form p #calc_shipping_country {
    margin: -16px -29px 0 -282px;
    position: absolute;	
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

/*.logged-in .shipping-calculator-form p #calc_shipping_country, .logged-in .shipping-calculator-form p span #calc_shipping_state {
	display:none;
}
*/

.shipping-calculator-form {
	margin-top:-8px;
}

.shipping-calc-td td {
	padding:15px 0px 6px 20px !important;
}



/* Bread Crumbs */

.breadcrumbs-main-container {
	border-bottom: 1px solid #e2e2e2;
    padding: 12px 20px;
    background: #fff;
}

.breadcrumbs-main-container a {
     color: #454545;
    text-decoration: none;
}

.breadcrumbs a::before, .breadcrumbs a::after {
    position: absolute;
    content: "";
    height: 26px;
    width: 1px;
    right: 0;
    background: #e2e2e2;
}

.breadcrumbs a::before {
	top: -16px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.breadcrumbs a::after {
bottom: -17px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.breadcrumbs a {
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
    font-weight: 600;
    font-size: 12px;
}

.breadcrumbs span span {
    font-size: 12px;
    font-family: "adelle",serif;
}



/* - Pop Up Product Enquiry */

.pw-overlay-main-container {
	width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(46,46,129, 0.9);
	z-index: 10000;
	display:none;
	left:0;
	top:0;
}


.pw-overlay-container {
    max-width: 550px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    padding: 45px 30px 25px 30px;
    font-size: 18px;
    color: #212020;
}

.pw-overlay-container ul {
	margin: 5px 0 15px 0;
    padding: 0 0 0 20px;
}

.pw-overlay-close {
    background-image: url('/wp-content/themes/vantage-child/images/close-button-red.png');
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-size: auto 12px;
}


.ui-datepicker, #ptTimeSelectCntr {
	z-index:10000 !important;
}

.pw-overlay-container h2 {
	font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #2e2e81;
    text-align: center;	
	margin-bottom: 15px;
}

.pw-overlay-container p {
    font-size: 15px;
    color: #808081;
    text-align: center;
	    line-height: 22px;
		margin: 0 0 10px 0;
}

#product_title_text {
	color: #454545;
    font-size: 15px;
    text-transform: uppercase;
	margin-top: 20px;
    display: block;
}


.wpcf7-form {
	margin-top: 12px;
    border-top: dotted 1px #6d6e70;
    padding-top: 16px;
}

#product_enquiry_name, #product_enquiry_email {
    width: 100%;
    border: 1px solid #b1b3b5;
    border-radius: 0;
    color: #6d6e70;
    outline: none;
    font-size: 15px;
    padding: 6px 8px;
}

#product_enquiry_contact, #product_enquiry_date {
    width: 170px;
    border: 1px solid #b1b3b5;
    border-radius: 0;
    color: #6d6e70;
    outline: none;
    font-size: 15px;
    padding: 6px 8px;
    float: left;
    margin-right: 20px;
}

.pw-overlay-container form .wpcf7-not-valid-tip {
	float:left;
	width:100%;
	text-align:left;
}

.pw-overlay-container form p {
	text-align:left;
}

#cf-captcha-img-inq {
    text-align: left;
    height: 35px;
    width: auto;
    float: left;
    margin-right: 10px;
}

#cf-captcha-text-inq {
    width: 130px;
    border: 1px solid #b1b3b5;
    border-radius: 0;
    color: #6d6e70;
    outline: none;
    font-size: 15px;
    padding: 7px 8px;
    margin-right: 6px;
}


#product_enquiry_time {
    width: 170px;
    border: 1px solid #b1b3b5;
    border-radius: 0;
    color: #6d6e70;
    outline: none;
    font-size: 15px;
    padding: 6px 8px;
    float: left;
}

#product_enquiry_date {
    background-image: url(/wp-content/themes/vantage-child/images/icon-event-date.png);
    height: 31px;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: -1px -1px;
	padding: 6px 8px 6px 36px;
}

#product_enquiry_time {
    background-image: url(/wp-content/themes/vantage-child/images/icon-event-time.png);
    height: 31px;
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: -1px -1px;
	padding: 6px 8px 6px 36px;
}

#product_enquiry_message {
    width: 100%;
    border: 1px solid #b1b3b5;
    border-radius: 0;
    color: #6d6e70;
    outline: none;
    font-size: 15px;
    padding: 6px 8px;
    float: left;
    margin-top: 10px;
    height: 130px;
	margin-bottom: 10px;
}

.select2-container span .select2-selection {
    display: block;
    padding: 3px 0 2px 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 0;
    background-clip: padding-box;
    user-select: none;
    background-color: #fff;
    font-weight: 400;
    height: 35px;
    text-align: left;
}

.wpcf7-form p span #product_title {
	visibility:hidden;
}

.wpcf7-form input[type="submit"] {
    font-weight: normal;
    margin: 0 0 10px 0;
    border-radius: 0;
    background: none;
    font-size: 14px;
    width: auto;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    float: none;
    background-color: #2E2E81;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 20px !important;
    border: none;
    text-shadow: none;
	box-shadow: none;
	outline:none;
	font-weight:100;
}

.wpcf7-validation-errors {
	font-size: 15px;
    color: #808081;
	border: 1px solid #f00;
}

.wpcf7-mail-sent-ok {
	font-size: 15px;
    color: #808081;
	border: 1px solid #398f14;
}

.ajax-loader {
	position:absolute;
	margin:10px 0 0 10px;
}

/* Plugin */

.testimonial_nav_arrow_wrap .testimonial_prev, .testimonial_nav_arrow_wrap .testimonial_next {
	display:none !important;
}

.home .breadcrumbs-main-container {
	display:none;
}










/* Header */

.header-menu-main-container #menu-main-menu {
    margin: 0 auto;
    text-align: center;
}

#menu-icon, #menu-icon a {
	display:inline-block;
}

#menu-icon {
    float: right;
    margin: 21px 5px 0 0;
}

#menu-main-menu	 #menu-icon {
	display:inline-block !important;
}
		
#menu-icon {
	display:none;
}
	
	
#menu-main-menu li a {
	font-family: "adelle";	
	font-size:15px;
}

.header-cart {
 	position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 0;
    font-family: "adelle";
    font-size: 15px;
    color: #fff;
}

.header-cart a {
	display: inline-block;
    text-transform: none;
    letter-spacing: 1px;
    margin: 0 3px;
    z-index: 10;
    position: relative;	
}

.header-cart i {
    font-size: 28px !important;
    margin-right: 0 !important;
    vertical-align: sub;
}

.header-cart span {
    margin: 0 2px 0 14px;
    letter-spacing: 1px;
}
	
	
	
	
/* Homepage */

.homepage-content-container h1 {
    font-family: "bickham-script-pro",serif;
    font-size: 70px;
    color: #2D3388;
    text-align: center;
    margin: 40px 0;
}

.homepage-content-container p {
    font-size: 15px;
    color: #454545;
    font-family: "adelle",serif;
    text-align: center;
    line-height: 26px;	
	padding:0 35px;
    font-weight: 300;	
}

.homepage-content-container {
	float: left;
    width: 100%;
    height: 210px;
}

/* Testimonials */

.homepage-testimonials-main-container {
	background-color:#efeff5;
    float: left;
    width: 100%;
    padding: 20px 0;	
	min-height: 210px;
    margin-top: -25px;
    height: auto;
}

.homepage-testimonials-container {
	width:100%;
	max-width:1040px;
	margin:0 auto;
	position:relative;
}

.homepage-testimonials-container:before {	
    background-image: url('images/testimonials-quotes.png');
    position: absolute;
    content: "";
    height: 120px;
    width: 45px;
    z-index: 10;
    background-size: auto 35px;
    background-repeat: no-repeat;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #EFEFF5;
    background-position: center bottom;
    display: block;
    margin: 40px 0 0 0;
}
	
.homepage-testimonials-container:after {
	background-image: url('images/testimonials-quotes.png');
    position: absolute;
    content: "";
    height: 120px;
    width: 45px;
    z-index: 10;
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-color: #EFEFF5;
    background-position: center top;
    display: block;
    margin: 40px 0 0 0;
    right: 0;
    top: 0;
}	

.homepage-testimonials-container h2 {
    font-family: "bickham-script-pro",serif;
    font-size: 70px;
    color: #2D3388;
    text-align: center;
    margin: 40px 0;
}


.testimonial_content_wrap span {
	font-size: 15px !important;
    color: #2E2E2e !important;
    font-family: "adelle",serif !important;
    text-align: center !important;
    line-height: 26px !important;
	padding:0 10px !important;
}





.testimonial_by_wrap {
	position: relative;
    /* height: 80%; */
    float: none;
    text-align: center;
}

.testimonial_by_wrap span {
	font-size: 15px !important;
    font-family: "adelle",serif !important;
	text-transform:none !important;
	margin-top:10px !important;
}
	
	
	
#homepage-testimonials-slider {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
    font-size: 15px;
    color: #454545;
    font-family: "adelle",serif;
    line-height: 26px;
    font-weight: 300;
}

#homepage-testimonials-slider li {
    padding: 0 60px;
}

#homepage-testimonials-slider li p {
	margin-bottom:0;
}


#homepage-testimonials-slider li a {
	text-decoration:none;
	display:block;
	color: #2D3388;
}

#homepage-testimonials-slider li a:hover {
	text-decoration:none;
	color: #2D3388;
}

#homepage-testimonials-slider li h3 {
	font-weight:500;
	color: #2D3388;
}


	

	
/* Footer */

.site-footer {
	float:left;
	width:100%;
    padding: 30px 0 30px 0 !important;	
}
	
#site-info {
	font-size: 12px !important;
    color: #fff !important;
    font-family: "adelle",serif !important;
}
		
		
#menu-icon-footer {
	text-align:center;
}

#menu-icon-footer a {
	display: inline-block;
    margin:0 7px;
    font-size: 18px;
    line-height: 0.5em;
    color: #fff;
}
	
	
	
	
/* Innerpage */

.innerpage-main-container h1 {
	display:none;
}

.innerpage-main-container .entry-content h2 {

    font-family: "bickham-script-pro",serif;
    font-size: 70px;
    color: #2D3388;
    text-align: center;
    margin: 40px 0;
	
}

.innerpage-main-container .entry-content p {
	font-size: 15px;
    color: #454545;
    font-family: "adelle",serif;
    text-align: center;
    line-height: 26px;
    padding: 0 35px;
    font-weight: 300;	
}




/* gallery */

.event-gallery-cols-container {
	max-width: 23%;
    float: left;
    box-sizing: content-box;
    padding: 10px;
    width: 100%;
}

.event-gallery-cols-container img {
	width:100%;
	height:auto;
}

.event-gallery-main-container {
	float: left;
    margin: -55px 0 15px 0;
	width:100%;
}



/* Inner Testimonials */

.inner-testimonials-main-container {	
	float: left;
    margin: -40px 0 15px 0;
}

.inner-testimonials-main-container ul {
	padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;
    text-align: center;
    font-size: 15px;
    color: #454545;
    font-family: "adelle",serif;
    line-height: 26px;
    font-weight: 300;
}

.inner-testimonials-main-container li {
	position:relative;
	float:left;
	margin-bottom:20px;
	width:100%;
}

.inner-testimonials-main-container li p {
    padding: 0 60px;
    margin-bottom: 10px;
}

.inner-testimonials-main-container li h3 {
    font-weight: 500;
    color: #2D3388;
}


.inner-testimonials-main-container li:before {
    background-image: url('images/testimonials-quotes.png');
    position: absolute;
    content: "";
    height: 35px;
    width: 45px;
    z-index: 10;
    background-size: auto 35px;
    background-repeat: no-repeat;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center bottom;
    display: block;
    margin: 0 0 0 0;
	opacity: 0.1;	
}

.inner-testimonials-main-container li:after {
    background-image: url('images/testimonials-quotes.png');
    position: absolute;
    content: "";
    height: 35px;
    width: 45px;
    z-index: 10;
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    margin: 0 0 0 0;
    right: 0;
    top: 0;
	opacity: 0.1;	
}



/* Contact */

.contact-main-container {
	margin:-40px 0 0 0;
}

.contact-left-panel-container {
    width: 35%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
	font-family: "adelle",serif;	
	font-size:15px;
    color: #454545;
    line-height: 22px;
}

.contact-left-panel-container img {
    width: 100%;
}

.contact-left-panel-container h3 {
	font-size: 20px;
    color: #2e2e81;
    text-transform: uppercase;
    margin: 12px 0 8px 0;
	font-weight: 600;
}

.contact-left-panel-container span {
	display: block;
    font-size: 18px;
    color: #2e2e81;
	line-height: 40px;
	font-weight: 600;
	margin-top:6px;
}

.contact-left-panel-container span:before {
    background-image: url('images/contact-phone-icon.png');
    display: inline-block;
    content: "";
    height: 28px;
    width: 16px;
    z-index: 10;
    background-size: auto 28px;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}





.contact-right-panel-container {
	width: 65%;
    float: left;
	font-family: "adelle",serif;	
	font-size:15px;
	color:#454545;
	
		
}





.contact-right-panel-container h3 {
	font-size: 20px;
    color: #2e2e81;
    text-transform: uppercase;
    margin: 0 0 10px 0;
	font-weight: 600;
}

.contact-right-panel-container .wpcf7-form {
	margin-top: 20px;
    border-top: none;
    padding-top: 0;
}

.contact-right-panel-container .wpcf7-form p {
	margin-bottom:14px;
	
}


.contact-right-panel-container .wpcf7-form input[type=text], .contact-right-panel-container .wpcf7-form input[type=email] {
	width: 100%;
    border-radius: 0;
    border-color: #b1b3b5;
    font-family: "adelle",serif;
    font-size: 15px;
    color: #6d6e70;
    padding: 8px 10px;
}

.contact-right-panel-container .wpcf7-form input[type=text]:focus, .contact-right-panel-container .wpcf7-form input[type=email]:focus, .contact-right-panel-container .wpcf7-form textarea:focus {
	outline:none;	
}

.contact-right-panel-container .wpcf7-form input[type=email]:focus, .contact-right-panel-container .wpcf7-form textarea:focus {
	outline:none;	
}

.contact-right-panel-container .wpcf7-form input[type=text]::-webkit-input-placeholder, .contact-right-panel-container .wpcf7-form input[type=text]:-moz-placeholder, .contact-right-panel-container .wpcf7-form input[type=text]::-moz-placeholder, .contact-right-panel-container .wpcf7-form input[type=text]:-ms-input-placeholder {
	color:#6d6e70;	
}

.contact-right-panel-container .wpcf7-form input[type=email]::-webkit-input-placeholder, .contact-right-panel-container .wpcf7-form input[type=email]:-moz-placeholder, .contact-right-panel-container .wpcf7-form input[type=email]::-moz-placeholder, .contact-right-panel-container .wpcf7-form email[type=text]:-ms-input-placeholder {
	color:#6d6e70;	
}

.contact-right-panel-container .wpcf7-form textarea::-webkit-input-placeholder, .contact-right-panel-container .wpcf7-form textarea:-moz-placeholder, .contact-right-panel-container .wpcf7-form textarea::-moz-placeholder, .contact-right-panel-container .wpcf7-form textarea:-ms-input-placeholder {
	color:#6d6e70;	
}



.contact-right-panel-container .wpcf7-form textarea {
    width: 100%;
    border-radius: 0;
    border-color: #b1b3b5;
    font-family: "adelle",serif;
    font-size: 15px;
    color: #6d6e70;
    padding: 8px 10px;
    height: 150px;
}

.contact-right-panel-container .wpcf7-form input[type=submit] {
    margin-left: 10px;
    padding: 11px 20px 12px 20px !important;
    width: 140px;
    font-size: 15px;
}

.cf-contact-three-cols {
    float: left;
    margin-bottom: 15px;
}

.cf-contact-three-cols div:last-child {
    padding-right: 0;
}

.cf-contact-three-cols div {
    padding-right: 10px;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
}

.contact-right-panel-container span.wpcf7-not-valid-tip {
	margin-top:10px;
}

#cf-captcha-img {
	height: 38px;
    float: left;
    width: auto;
}

#cf-captcha-text {
	    width: 114px;
    margin-left: 10px;
    float: left;
}

.contact-right-panel-container .wpcf7-form-control-wrap.captcha span.wpcf7-not-valid-tip {
	    position: absolute;
		margin-top:50px;
		    width: 390px;
}

#contact-event-date, #contact-event-time {
	padding-left:45px;
}

#cf-event-date-label, #cf-event-time-label {
    font-size: 0;
}

#cf-event-date-label i, #cf-event-time-label i {
    position: absolute;
    background: #2E2E81;
    color: #fff;
    height: 38px;
    width: 38px;
    text-align: center;
    z-index: 10;
    line-height: 36px;
}

#cf-event-date-label i {
    font-size: 16px;	
}

#cf-event-time-label i {
    font-size: 20px;	
}

/*#cf-event-time-label {
	content: "";
    position: absolute;
    font-size: 0;
    background-image: url(/wp-content/themes/vantage-child/images/icon-event-time.png);
    width: 38px;
    height: 38px;
    background-position: center;
	z-index:10;	
}*/









/* Products Page */

.menu-productsmenu-container {
    margin-bottom: 30px;
    float: left;
    width: 100%;
	margin-top:20px !important	
}
	
	
.prod-menu {
	    margin: 0;
    padding: 0;
    list-style: none;
}

.prod-menu li {
	float: left;
    list-style: none;
    cursor: pointer;
    background: #EEE;
    margin: 0;
    margin-left: 0 !important;
    text-transform: uppercase;
    font-size: 11px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: #0E122B;
    color: #FFF;
    font-family: "Adobe Carlson Pro family", times new roman, arial, serif;
    border-right: 1px solid white;
}

.prod-menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 4px 0;
    letter-spacing: 1px;
}

.prod-menu li a:hover {
    color: #fff;
}

.prod-menu .current_page_item {
    background: #2e2e81;
    color: #FFF;	
}

.prod-menu li:hover {
    background: #2e2e81;
    color: #FFF;
}

/*#cd-cart .woocommerce .woocommerce-error, #cd-cart .woocommerce .woocommerce-message {
	display:none;
}
*/

.woocommerce-error, .woocommerce-message {
	font-size: 15px;
    line-height: 22px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
}

.woocommerce-error li a, .woocommerce-message li a, .woocommerce-message a  {
	display:none !important;
}



/* Side Cart */

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

xheader 

-------------------------------- */
.header-side-cart {
  position: fixed;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: #31353d;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  z-index: 4;
  font-size:20px;
}
@media only screen and (min-width: 1200px) {
  .header-side-cart {
    height: 80px;
  }
}


#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}


#cd-cart-trigger a {
  background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {

  #cd-cart-trigger a {

    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}

#cd-cart {
  position: fixed;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  font-size:initial;
  border-left: 1px solid #b1b3b5;
}
@media only screen and (min-width: 768px) {
  #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-cart {
    width: 30%;
    /* header height has changed */
    padding-top: 0;
  }
}

.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
	font-size:16px;  
}
#cd-cart.speed-in {
right: 0;
    /* top: 0; */
    z-index: 1000;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 13px 0 12px 0;
    font-family: "adelle",serif;
    text-align: center;
    color: #2e2e81;
}
#cd-cart .cd-cart-items {
  padding: 0;
  margin:0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #0e122b;
    color: #FFF;
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
}

#cd-cart .checkout-btn:hover {
  background: #2e2e81;	
}

.no-touch #cd-cart .checkout-btn:hover {
  background: #0E122B;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
	text-decoration: underline;
    color: #435779;
    text-transform: none;
    letter-spacing: 1px;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
	display:block;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

/* -------------------------------- 

xgallery 

-------------------------------- */

#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

/*#cd-shadow-layer {
	font-size: 20px;
    color: red;
    display: block;
    text-decoration: none;
     font-family: "Adobe Carlson Pro family", times new roman, arial, serif; 
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}*/

/* -------------------------------- 

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#cd-cart table thead {
	display:none;
}

#cd-cart .cart_item, #cd-cart .cart-subtotal {
	display:block;
}


#cd-cart .cart_totals .checkout-button, #cd-cart .cart_totals h2, #cd-cart table .product-name .variation, #cd-cart table .product-thumbnail, #cd-cart table tr, #cd-cart .cart .product-price {
	display:none;
}

#cd-cart .cart, #cd-cart .cart td {
	border:none;
}

#cd-cart .woocommerce {
	padding:0 0;
}

#cd-cart .woocommerce .woocommerce-info{
	display:none;
}

#cd-cart .cart tr {
	border-bottom:1px solid #e0e6ef;
	padding: 12px 30px;	
}

#cd-cart .cart tbody {
	border-top:1px solid #e0e6ef !important;
	float:left;
	width:100%;
}

#cd-cart .cart .product-remove {
	float:right;
	padding: 6px 0;
    margin-right: -5px;	
}


#cd-cart .cart .product-quantity .quantity #quantity-input {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #3d4048;
	background-color:#fff;
    font-family: "adelle",serif;	
}


#cd-cart .cart .product-name a {
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    color: #3d4048;
}

#cd-cart .cart .product-quantity:before {
	content: "x";
    display: inline-block;
    float: left;
    width: 16%;
    height: 28px;
    line-height: 27px
}

#cd-cart .cart .product-quantity .quantity {
	float: left;
    display: inline-block;
	width:84%;
}

#cd-cart .cart .product-quantity {
	    padding: 1px 0 0 0;
}

#cd-cart .cart .product-name, #cd-cart .cart .product-subtotal {
	    padding: 0px 5px 0 0;
}

#cd-cart .cart .product-subtotal {
	display:block;
}

#cd-cart .cart .product-subtotal span {
    font-family: "adelle",serif;	
}


#cd-cart .cart .product-subtotal small {
	display:none;
}


#cd-cart .cart .product-remove a {
    font-size: 0;
    color: #f00 !important;
    line-height: 30px;
    margin-right: 10px;
}


#cd-cart .cart .product-remove:hover a:before, #cd-cart .cart .product-remove a:before:hover, #cd-cart .cart .product-remove a:hover:before {
	color:#f00;
	content: "\f1f8";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;	
}

#cd-cart .cart .product-remove a:before {
	content: "\f1f8";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
	color:#b5b5b5;
}

#cd-cart .cart .product-remove a:hover {
	background: #fff;
}


#cd-cart .cart tbody {
	border:none;
}

#cd-cart .shop_table {
	border:none;
	margin:0 0 0 0;
}

#cd-cart .shop_table .cart-subtotal {
    width: 100%;
    padding: 8px 15px;
    box-sizing: border-box;	
}

#cd-cart .shop_table .cart-subtotal th {
    border: none;
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-weight: normal;
    font-family: "adelle",serif;
	font-size:16px;		
	border-bottom: none !important;	
}

#cd-cart .shop_table .cart-subtotal td {
	width: 50%;
    box-sizing: border-box;
    float: left;
    text-align: right;
    font-family: "adelle",serif;
	font-size:16px;	
    border: none;	
}

#cd-cart .shop_table .cart-subtotal td small {
	display:none;
}

#cd-cart .shop_table .cart-subtotal {
	width:100%;
}

/*#cd-cart .woocommerce-message {
	display:none;
}*/

#cd-cart .woocommerce .cart-empty {
	border-top: 1px solid #e0e6ef;
    padding: 12px 30px 25px 30px;
}

#cd-cart .woocommerce .return-to-shop {
	display:none;
}

#cd-shadow-layer.is-visible {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*#cd-shadow-layer:before {
    content: "close";
    display: inline-block;
    font-size: 17px;
    text-transform: none;
    font-weight: normal;
    color: #454545 !important;
    letter-spacing: normal;
}*/

#cd-cart-close-btn {
    font-size: 0;
    text-transform: none;
    font-weight: 100;
    color: #fff !important;
    letter-spacing: normal;
    float: left;
    margin-top: -44px;
    text-decoration: none;
    background: #2e2e81;
    width: 40px;
    height: 44px;
    line-height: 42px;
    text-align: center;
}

#cd-cart-close-btn:before {
	content: "\f00d";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;	
}

.woocommerce-cart .cross-sells {
	display:none;
}

#cd-cart .cross-sells {
	display:none;
}

/*#cd-shadow-layer:before, #cd-shadow-layer:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 13px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: 0 auto;
    margin-top: 3px;
}
#cd-shadow-layer:before {
  transform: rotate(45deg);
}
#cd-shadow-layer:after {
  transform: rotate(-45deg);
}*/






/* Cart Page */

.entry-content .shop_table {
	border:none !important;
    font-size: 16px;	
}

.my_account_orders {
	font-size:15px !important;
}

.woocommerce .col2-set .address {
	font-size:15px;
}

.entry-content .shop_table thead {
    background-color: #e5e5e5;
	text-transform:uppercase;
}

.entry-content .shop_table thead tr th {
	font-weight:500;
}

.entry-content .shop_table tbody tr .product-remove a {
	position: relative;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    font-size: 0;
}
.entry-content .shop_table tbody tr .product-remove a:before, .entry-content .shop_table tbody tr .product-remove a:after {
	position: absolute;
    left: 0;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: red;
    right: 0;
    margin: 0 auto;
    margin-top: 3px;
}
.entry-content .shop_table tbody tr .product-remove a:before {
  transform: rotate(45deg);
}
.entry-content .shop_table tbody tr .product-remove a:after {
  transform: rotate(-45deg);
}

.entry-content .shop_table tbody tr .product-thumbnail a img {
	width: 44px;
	margin: 8px 0 0 0;	
}

.entry-content .shop_table tbody tr .product-name a {
    font-weight: normal;
    line-height: 22px;
    display: block;
    margin-bottom: 8px;
}

.entry-content .shop_table tbody tr .product-name .variation .variation-EventDate, .entry-content .shop_table tbody tr .product-name .variation .variation-EventTime {
	font-weight:normal;
	font-size: 12px;
}

.entry-content .shop_table tbody tr .product-name .variation .variation-EventDate p, .entry-content .shop_table tbody tr .product-name .variation .variation-EventTime p {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 13px;
    font-style: italic;
}



.entry-content .shop_table tbody tr .product-name .variation {
	margin:0 0 0 0;
}

.entry-content .shop_table tbody tr .product-name .variation dd p {
	padding: 0;
    margin: 0;
    line-height: inherit;
}

.entry-content .shop_table tbody tr .product-name .variation dt {
	font-weight: 100;
}
		
.entry-content .shop_table tbody tr .product-price, .entry-content .shop_table tbody tr .product-subtotal {
	font-family: "adelle",serif;
}

.entry-content .shop_table tbody tr .product-quantity .quantity input {
    font-family: "adelle",serif;
    background: #fff;
    border: none;
    color: #454545;
}

.entry-content .shop_table tbody tr .product-quantity .quantity input::-webkit-outer-spin-button,
.entry-content .shop_table tbody tr .product-quantity .quantity input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;	
}

.entry-content .shop_table thead tr .product-remove {
	width:6%;
}

.entry-content .shop_table thead tr .product-thumbnail {
	width:7%;
}

.entry-content .shop_table thead tr .product-name {
	width:25%;
}

.entry-content .shop_table thead tr .product-price {
	width:15%;
}

.entry-content .shop_table thead tr .product-quantity {
	width:15%;
}


.entry-content .shop_table thead tr .product-subtotal {
	width:15%;
}

.entry-content .shop_table tbody tr td .button {
	display:none;
}

.entry-content .shop_table tbody tr td .coupon {
	float:right !important;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	border-radius: 0;
    padding: 7px 0px 6px 0;
    text-align: center;
    width: auto !important;
    text-transform: uppercase;
    color: #2E2E81;
    margin: 0;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
    color: #2E2E81;
    padding: 7px 0 7px 0;	
}


.entry-content .shop_table tbody tr td .coupon #coupon_code::-webkit-input-placeholder { 
    color: #2E2E81;
}
.entry-content .shop_table tbody tr td .coupon #coupon_code::-moz-placeholder { 
    color: #2E2E81;
}
.entry-content .shop_table tbody tr td .coupon #coupon_code:-ms-input-placeholder { 
    color: #2E2E81;
}
.entry-content .shop_table tbody tr td .coupon #coupon_code:-moz-placeholder { 
    color: #2E2E81;
}

.entry-content .shop_table tbody tr td .coupon .button {
	font-weight: 100;
    padding: 9px 44px 8px 44px !important;
    border-radius: 0;
	display:inline;
	font-family: "adelle",serif;
    font-size: 15px;
	outline:none;
}

.entry-content .shop_table tbody tr td .coupon .button:active, .entry-content .shop_table tbody tr td .coupon .button:focus, .entry-content .shop_table tbody tr td .coupon .button:active, .entry-content .shop_table tbody tr td .coupon .button:hover {
	outline:none;
	border:none;
	background-color:#0E122B;
}


.entry-content .shop_table tbody tr .actions {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}


.entry-content .cart-collaterals .cart_totals h2 {
	display:none;
}

.entry-content .calculated_shipping .shop_table .cart-space {
	width:50%;
	height:10px;
}
/*
.entry-content .calculated_shipping .shop_table .cart-subtotal, .entry-content .calculated_shipping .shop_table .shipping, .entry-content .calculated_shipping .shop_table .tax-total {
	width:16.6666%;
}*/

/*.entry-content .calculated_shipping .shop_table tr th {
	border-bottom:none;
    font-weight: normal;
    text-transform: uppercase;
}*/


.entry-content .calculated_shipping .shop_table .shipping td {
	/* display:none; */
}

/*.entry-content .calculated_shipping .shop_table .order-total {
    width: 326px;
    float: right;
    padding-top: 5px;
    margin-top: 30px;
}*/

/*.entry-content .calculated_shipping .shop_table .order-total th {
    width: 100px;
    display: inline;
    color: #2E2E81;	
	line-height:32px;
}*/

.entry-content .calculated_shipping .shop_table .order-total td {
    display: inline;
    width: 268px;
}

/*.entry-content .calculated_shipping .shop_table .order-total td span {
    padding: 4px 74px 4px 74px !important;
    background-color: #E5E5E5;
    color: #2E2E81;
    font-weight: 500;
    font-size: 18px;
    font-family: "adelle",serif;
}*/


.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	font-size: 15px;
    font-weight: 100;
    padding: 9px 20px 8px 20px !important;
    font-family: "adelle",serif;
    border-radius: 0;
	outline:none;
	-webkit-font-smoothing: inherit;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover, .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a:active, .entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus {
	outline:none;
	border:none;
}


.entry-content .calculated_shipping .shop_table .order-total:before {
	content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    /*border-top: 1px solid rgba(0,0,0,.1);*/
    margin-top: -25px;
}

.entry-content .woocommerce-shipping-calculator .shipping-calculator-form p .button {
  display: block !important;
	width: 100% !important;
    margin-bottom: 15px !important;
}

.shipping-calculator-form {
	display:block !important;
}

.shipping-calc-td {
	width:100% !important;
	background: #E5E5E5;
    margin-bottom: 20px;	
}

.shipping-calc-td td {
	width:100% !important;
/*	padding:0 !important;*/
}

.shipping-calc-td td p {
display: inline-block;
    font-style: italic;
    margin: 0;
    padding: 0 !important;
	    font-size: 14px !important;
}

.shipping-calc-td td p em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #2E2E81;
    font-weight: 500;
    padding-right: 20px;
}

.shipping-calc-td td span {
display: inline-block;
    line-height: 0;
}

.shipping-calc-td td span .woocommerce-shipping-calculator p .shipping-calculator-button {
	display:none;
}

/*.shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field, .shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_state_field {
	display:none;
}*/

.shipping-calc-td td span {
	float:right;
}

.shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_postcode_field #calc_shipping_postcode {
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
    margin-left: 54px;
    width: 175px;
}

.shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form p .button {
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0 8px 0;
    font-size: 15px;
    background: #2e2e81;
    margin-left: 10px;
    border-radius: 0;
    font-family: "adelle",serif;
	font-weight:100;
}

.shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form p .button:hover {
	background-color:#0E122B;
}

.shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form p .button:active, .shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form p .button:focus {
	border:none;
	text-decoration:none;
	outline:none;
}


.exec_shipping_label {
	display:none;
}

/*.entry-content .calculated_shipping .shop_table .shipping td {
	font-size:0;
}*/

.entry-content .calculated_shipping .shop_table .shipping td p {
	padding: 0;
    text-align: left;
    margin: 0;
}

.entry-content .calculated_shipping .shop_table .shipping td .amount {
	font-size: initial;
    line-height: 24px;
	margin-right: 3px;
}

.entry-content .calculated_shipping .shop_table .shipping td small {
	font-size: small;
}


/* Checkout page */

.entry-content .woocommerce .woocommerce-info {
	border: none;
    background: #E5E5E5;
    font-family: "adelle",serif;
    font-size: 15px;
    padding: 18px 20px 18px 20px !important;
	color:#454545;
}

.entry-content .woocommerce .woocommerce-info:before {
	display:none;
}

.entry-content .woocommerce .woocommerce-info a {
	color: #454545;
	text-decoration:none;	
}

.entry-content .woocommerce .woocommerce-info a:hover {
	color: #454545;
	text-decoration:none;
}

.entry-content .woocommerce .checkout_coupon {
	border:none;
	padding:0;
	border-radius:0;
}

.entry-content .woocommerce .checkout_coupon p {
    padding: 0;
    width: 190px;
	float:left;
}

.entry-content .woocommerce .checkout_coupon p #coupon_code {
	width: 190px;
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 7px 0 7px 40px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
    padding-left: 10px;
}

.entry-content .woocommerce .checkout_coupon p .button {
    float: left;
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0;
    font-size: 15px;
    background: #2e2e81;
    border-radius: 0;
	font-weight: 100;
}

.entry-content .woocommerce .checkout_coupon p .button:hover {
	background-color:#0E122B;
}

.entry-content .woocommerce .checkout_coupon p .button:active, .entry-content .woocommerce .checkout_coupon p .button:hover, .entry-content .woocommerce .checkout_coupon p .button:focus {
	outline:none;
	border:none;
}

.entry-content .woocommerce .checkout_coupon .form-row-last {
	margin-left:20px;
}


.entry-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields h3, .entry-content .woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 label {
	font-family: "adelle",serif;
	font-size:16px;
}

.entry-content .woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 {
	margin: 13px 0 15px 0;
}


.entry-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields p, .entry-content .woocommerce .woocommerce-checkout .shipping_address p {
	width:100%;
	padding:0;
}

.entry-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields p strong, .entry-content .woocommerce .woocommerce-checkout .woocommerce-shipping-fields p strong {
	font-weight: normal;
    text-align: left;
    display: block;
    border: 1px solid #C7C8C9;
    padding: 3px 10px 4px 10px;
    color: #8E8E90;
}

.woocommerce-billing-fields .create-account {
	text-align:left !important;
}

.woocommerce-billing-fields .create-account p {
	text-align:left !important;
}

.woocommerce .login {
	border-radius:0 !important;
}

.woocommerce .login .form-row-first {
	margin:10px 0;
}

.woocommerce .login .form-row-first input, .woocommerce .login .form-row-last input {
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
}

.woocommerce .login .form-row input[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0;
    font-size: 15px;
    background: #2e2e81;
    border-radius: 0;
    font-family: "adelle",serif;
    font-weight: 100;
    margin-top: 20px;
    max-width: 255px;
    width: 100%;
    margin-right: 16px;
    margin-bottom: 10px;	
}

.woocommerce .login .form-row input[type="submit"]:focus, .woocommerce .login .form-row input[type="submit"]:active {
	outline:none;
}

.woocommerce .login .form-row input[type="submit"]:hover {
    background-color: #0E122B;
}

.woocommerce .login .lost_password a {
	color: #454545;
    text-decoration: none;
}


.woocommerce .login .form-row-first, .woocommerce .login .form-row-last {
	float:none;
}

.woocommerce .login p {
	text-align:left;
	box-sizing: border-box;
	padding:0;
	margin:0;
}

.entry-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields p label, .entry-content .woocommerce .woocommerce-checkout .shipping_address p label {
	text-align: left;
    color: #8E8E90;
}

.entry-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields p .input-text, .entry-content .woocommerce .woocommerce-checkout .shipping_address p .input-text  {
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
}

.entry-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields p .select2-choice, .entry-content .woocommerce .woocommerce-checkout .shipping_address p .select2-choice {
	    border-radius: 0;
    text-align: left;
    padding: 0 0 0 10px;
    color: #8e8e90;
}

.entry-content .woocommerce .woocommerce-checkout .woocommerce-billing-fields p #billing_address_1, .entry-content .woocommerce .woocommerce-checkout .shipping_address p #shipping_address_1 {
	margin-bottom:10px;
}

.entry-content .woocommerce .woocommerce-checkout #order_comments_field {
	width:100%;
	padding:0;
}

.entry-content .woocommerce .woocommerce-checkout #order_comments_field label {
	text-align: left;
    color: #8E8E90;
}

.entry-content .woocommerce .woocommerce-checkout #order_comments_field textarea {
	border-radius:0;
    padding: 6px 10px 7px 10px;	
}

.entry-content .woocommerce #order_review_heading {
	font-family: "adelle",serif;
    font-size: 16px;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tbody {
	font-family: "adelle",serif;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tbody tr td strong {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .shipping td {
	/*font-size:0;*/
	font-weight: normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .shipping td .amount {
	font-size:initial;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .shipping td .amount {
	font-weight:normal;
	margin-left:3px;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot {
	font-family: "adelle",serif;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .shipping td p {
	text-align: left;
    padding: 0;
    margin: 0;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .shipping th {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .tax-total th {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .tax-total td {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .order-total th {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .order-total td {
	font-weight:normal;
}

.entry-content .woocommerce #order_review .woocommerce-checkout-review-order-table tfoot .order-total td strong {
	font-weight:normal;
}

.entry-content #payment {
	    background: #E5E5E5;
    border-radius: 0;
}

.entry-content #payment .place-order #place_order {
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0;
    font-size: 15px;
    background: #2e2e81;
    margin-left: 10px;
    border-radius: 0;
    font-family: "adelle",serif;
	font-weight:100;
	-webkit-font-smoothing: inherit;
}

.entry-content #payment .place-order #place_order:active, .entry-content #payment .place-order #place_order:focus, .entry-content #payment .place-order #place_order:hover {
	border:none;
	outline:none;
}

.entry-content .woocommerce .woocommerce-error {
	border: none;
    background: #E5E5E5;
font-family: "adelle",serif;
    font-size: 13px;
    line-height: 24px;	
}

.entry-content .woocommerce p .wc-backward {
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0;
    font-size: 15px;
    background: #2e2e81;
    margin-left: 10px;
    border-radius: 0;
	font-weight:100;
}

.entry-content .woocommerce p .wc-backward:hover {
	background-color:#0E122B;
}

.entry-content .woocommerce p .wc-backward:focus, .entry-content .woocommerce p .wc-backward:active {
	border:none;
	outline:none;
}



.innerpage-main-container {
	min-height:500px;
}




.payment_methods {
    font-family: "adelle",serif;
    font-size: 16px;
}

.payment_methods p {
	margin: 0 0 0 0;
    padding: 0 !important;
    text-align: left !important;
}

.registration-form .register label {
	text-align:left;
}

.registration-form .register p {
	margin:0;
	padding:0;
}

.woocommerce-account .woocommerce .login input[type="text"], .registration-form .register input[type="email"] {
    margin-bottom: 10px;		
}
	
.woocommerce-account .woocommerce .login input[type="text"], .woocommerce-account .woocommerce .login input[type="password"], .registration-form .register input[type="email"], .registration-form .register input[type="password"] {
	border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
}

.registration-form .register input[type="submit"] {
	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0;
    font-size: 15px;
    background: #2e2e81;
    border-radius: 0;
    font-family: "adelle",serif;
    font-weight: 100;
    width: 100%;
    margin-right: 16px;
	margin-top:15px;
}


.registration-form .register input[type="submit"]:hover {
	background-color: #0E122B;
}

.registration-form .register input[type="submit"]:focus, .registration-form .register input[type="submit"]:active {
	outline:none;
}


/* Mobile Menu */

#wprmenu_menu {
    border-right: 1px solid #6166A9;	
}

#wprmenu_bar .menu_title {
	font-size: 16px;
    line-height: 22px;
    font-family: "adelle",serif;
}

#wprmenu_bar .wprmenu_icon {
	margin-top: 1px;
	width:24px;
}

#wprmenu_bar .wprmenu_icon span {
	height: 3px;
	width:24px;	
}

#wprmenu_menu ul li .fa {
	display:none;
}

#wprmenu_menu ul li a {
    font-family: "adelle",serif;
	font-weight:100;
}

#wprmenu_menu ul li a, #wprmenu_menu ul li a:hover {
	padding: 12px 14px;
}

#wprmenu_menu .wprmenu_icon_par {
	padding: 13px 14px 10px 14px;
}


/* Responsive */

/* iPhone 5 portrait  */
@media (min-width: 320px) and (max-width: 374px) {
	
.fa-search a:nth-child(1) {
	display:none !important; 	
}

.support-text {
	display:none !important;
}

#main-slider .metaslider div .flexslider .slides li {
	height:250px;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}

.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:395px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}

.homepage-featured-container .products .product .hp-featured-project-hire-button {
	line-height:24px !important;
    font-size: 14px;
    padding: 4px 10px 3px 10px;	
}

.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.breadcrumbs a {
	padding-right:0;
	    display: inline-flex;
}

.breadcrumbs a::before {
	display:none;
}

.breadcrumbs a::after {
	bottom: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(0deg);
    content: ">";
    background: none;
    padding-left: 10px;
    position: relative;
    margin-right: -5px;
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
}

.breadcrumbs span span {
    font-weight: 600;
}

.inner-prod-variations tbody tr td select {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
}

.woocommerce-variation-price .price .amount {
	max-width: 100% !important;
    margin-top: -15px;
}

.single_add_to_cart_button {
    max-width: 100% !important;
    min-width: 100% !important;
}

.wccf_field_container_product_text {
	max-width:100%;
}

#wccf_product_bv_event_date, #wccf_product_bv_event_time, .innerproduct-quantity-container .quantity #quantity-input {
	width:100%;
	margin-left: 0 !important;
    padding-left: 40px;
}

.innerproduct-quantity-container .quantity {
	width:100%;
}

.inner-prod-update {
	margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
}

#stock-quantity-container span {
	display:block;
}

.product-subtotal-container p {
	width:100%;
}

.product-subtotal-container span {
    color: #8E8E90;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    margin-top: -5px;
}

.inner-prod-add-cart .single_add_to_cart_button {
	width:100% !important;
}

.related.products {
	display:none;
}

.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
	text-align:left;
}

.event-gallery-cols-container {
	width: 100%;
    max-width: 100%;
    padding: 0 0 15px 0;
}

.contact-left-panel-container {
	width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.contact-right-panel-container {
	width:100%;
}

.contact-right-panel-container .wpcf7-form input[type=submit] {
	margin: 0;
    margin-top: 15px;
    width: 100%;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
	display:block !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
	margin-left:-15px;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.cf-contact-three-cols div {
    padding-right: 0;
    width: 100%;
	margin-bottom:14px;
}

#cf-captcha-img {
    width: 40%;
}

#cf-captcha-text {
    width: 60%;
    margin-left: 0;
}

.cf-contact-three-cols {
	margin-bottom:0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.inner-prod-checkout-btn {
    width: 100% !important;
}

/*.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:60px;	
}*/

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
	padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	padding: 5px 15px !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}

}

/* iPhone 6 portrait */
@media (min-width: 375px) and (max-width: 383px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.support-text {
	display:none !important;
}

#main-slider .metaslider div .flexslider .slides li {
	height:250px;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}

.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:420px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}

.homepage-featured-container .products .product .hp-featured-project-hire-button {
	line-height:24px !important;
}

.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.breadcrumbs a {
	padding-right:0;
	    display: inline-flex;
}

.breadcrumbs a::before {
	display:none;
}

.breadcrumbs a::after {
	bottom: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(0deg);
    content: ">";
    background: none;
    padding-left: 10px;
    position: relative;
    margin-right: -5px;
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
}

.breadcrumbs span span {
    font-weight: 600;
}

.inner-prod-variations tbody tr td select {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
}

.woocommerce-variation-price .price .amount {
	max-width: 100% !important;
    margin-top: -15px;
}

.single_add_to_cart_button {
    max-width: 100% !important;
    min-width: 100% !important;
}

.wccf_field_container_product_text {
	max-width:100%;
}

#wccf_product_bv_event_date, #wccf_product_bv_event_time, .innerproduct-quantity-container .quantity #quantity-input {
	width:100%;
	margin-left: 0 !important;
    padding-left: 40px;
}

.innerproduct-quantity-container .quantity {
	width:100%;
}

.inner-prod-update {
	margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
}

#stock-quantity-container span {
	display:block;
}

.product-subtotal-container p {
	width:100%;
}

.product-subtotal-container span {
    color: #8E8E90;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    margin-top: -5px;
}

.inner-prod-add-cart .single_add_to_cart_button {
	width:100% !important;
}

.related.products {
	display:none;
}

.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
	width: 100%;
    max-width: 100%;
    padding: 0 0 15px 0;
}

.contact-left-panel-container {
	width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.contact-right-panel-container {
	width:100%;
}

.contact-right-panel-container .wpcf7-form input[type=submit] {
	margin: 0;
    margin-top: 15px;
    width: 100%;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
	display:block !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
	margin-left:-15px;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.cf-contact-three-cols div {
    padding-right: 0;
    width: 100%;
	margin-bottom:14px;
}

#cf-captcha-img {
    width: 40%;
}

#cf-captcha-text {
    width: 60%;
    margin-left: 0;
}

.cf-contact-three-cols {
	margin-bottom:0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.inner-prod-checkout-btn {
    width: 100% !important;
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	padding: 5px 15px !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}





}

/* Android (Nexus 4) portrait */
@media (min-width: 384px) and (max-width: 413px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.support-text {
	display:none !important;
}

#main-slider .metaslider div .flexslider .slides li {
	height:250px;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}

.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:450px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}

.homepage-featured-container .products .product .hp-featured-project-hire-button {
	line-height:24px !important;
}

.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.breadcrumbs a {
	padding-right:0;
	    display: inline-flex;
}

.breadcrumbs a::before {
	display:none;
}

.breadcrumbs a::after {
	bottom: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(0deg);
    content: ">";
    background: none;
    padding-left: 10px;
    position: relative;
    margin-right: -5px;
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
}

.breadcrumbs span span {
    font-weight: 600;
}

.inner-prod-variations tbody tr td select {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
}

.woocommerce-variation-price .price .amount {
	max-width: 100% !important;
    margin-top: -15px;
}

.single_add_to_cart_button {
    max-width: 100% !important;
    min-width: 100% !important;
}

.wccf_field_container_product_text {
	max-width:100%;
}

#wccf_product_bv_event_date, #wccf_product_bv_event_time, .innerproduct-quantity-container .quantity #quantity-input {
	width:100%;
	margin-left: 0 !important;
    padding-left: 40px;
}

.innerproduct-quantity-container .quantity {
	width:100%;
}

.inner-prod-update {
	margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
}

#stock-quantity-container span {
	display:block;
}

.product-subtotal-container p {
	width:100%;
}

.product-subtotal-container span {
    color: #8E8E90;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    margin-top: -5px;
}

.inner-prod-add-cart .single_add_to_cart_button {
	width:100% !important;
}

.related.products {
	display:none;
}

.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
	width: 100%;
    max-width: 100%;
    padding: 0 0 15px 0;
}

.contact-left-panel-container {
	width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.contact-right-panel-container {
	width:100%;
}

.contact-right-panel-container .wpcf7-form input[type=submit] {
	margin: 0;
    margin-top: 15px;
    width: 100%;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
	display:block !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
	margin-left:-15px;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.cf-contact-three-cols div {
    padding-right: 0;
    width: 100%;
	margin-bottom:14px;
}

#cf-captcha-img {
    width: 40%;
}

#cf-captcha-text {
    width: 60%;
    margin-left: 0;
}

.cf-contact-three-cols {
	margin-bottom:0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.inner-prod-checkout-btn {
    width: 100% !important;
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	padding: 5px 15px !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}



}

/* iPhone 6 Plump portrait */
@media (min-width: 414px) and (max-width: 567px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.support-text {
	display:none !important;
}

#main-slider .metaslider div .flexslider .slides li {
	height:250px;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}

.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:440px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}

.homepage-featured-container .products .product .hp-featured-project-hire-button {
	line-height:24px !important;
}

.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.breadcrumbs a {
	padding-right:0;
	    display: inline-flex;
}

.breadcrumbs a::before {
	display:none;
}

.breadcrumbs a::after {
	bottom: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(0deg);
    content: ">";
    background: none;
    padding-left: 10px;
    position: relative;
    margin-right: -5px;
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
}

.breadcrumbs span span {
    font-weight: 600;
}

.inner-prod-variations tbody tr td select {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
}

.woocommerce-variation-price .price .amount {
	max-width: 100% !important;
    margin-top: -15px;
}

.single_add_to_cart_button {
    max-width: 100% !important;
    min-width: 100% !important;
}

.wccf_field_container_product_text {
	max-width:100%;
}

#wccf_product_bv_event_date, #wccf_product_bv_event_time, .innerproduct-quantity-container .quantity #quantity-input {
	width:100%;
	margin-left: 0 !important;
    padding-left: 40px;
}

.innerproduct-quantity-container .quantity {
	width:100%;
}

.inner-prod-update {
	margin-left: 0;
    width: 100%;
    margin-bottom: 15px;
}

#stock-quantity-container span {
	display:block;
}

.product-subtotal-container p {
	width:100%;
}

.product-subtotal-container span {
    color: #8E8E90;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    margin-top: -5px;
}

.inner-prod-add-cart .single_add_to_cart_button {
	width:100% !important;
}

.related.products {
	display:none;
}

.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
	width: 100%;
    max-width: 100%;
    padding: 0 0 15px 0;
}

.contact-left-panel-container {
	width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.contact-right-panel-container {
	width:100%;
}

.contact-right-panel-container .wpcf7-form input[type=submit] {
	margin: 0;
    margin-top: 15px;
    width: 100%;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
	display:block !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
	margin-left:-15px;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.entry-content .calculated_shipping .shop_table .order-total {
	width:100%;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.cf-contact-three-cols div {
    padding-right: 0;
    width: 100%;
	margin-bottom:14px;
}

#cf-captcha-img {
    width: 40%;
}

#cf-captcha-text {
    width: 60%;
    margin-left: 0;
}

.cf-contact-three-cols {
	margin-bottom:0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.inner-prod-checkout-btn {
    width: 100% !important;
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}



}

/* iPhone 5 landscape */
@media (min-width: 568px) and (max-width: 599px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.support-text {
	display:none !important;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}


.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:490px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}


.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.related.products {
	display:none;
}


.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
    width: 50%;
    max-width: 50%;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}

.contact-right-panel-container .wpcf7-form input[type=submit] {
	margin: 0;
    margin-top: 15px;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
    display: block !important;
    width: 100% !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.entry-content .calculated_shipping .shop_table .order-total {
	width:100%;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.cf-contact-three-cols div {
    padding-right: 0;
    width: 100%;
	margin-bottom:14px;
}

#cf-captcha-img {
    width: 40%;
}

#cf-captcha-text {
    width: 60%;
    margin-left: 0;
}

.cf-contact-three-cols {
	margin-bottom:0;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.registration-form .register {
    max-width: 500px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.inner-prod-checkout-btn {
    width: 190px !important;
	margin: 0 0 0 20px !important;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:40px;	
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	padding: 5px 0 !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}



}

/* Android (Nexus 4) landscape */
@media (min-width: 600px) and (max-width: 666px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.support-text {
	display:none !important;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}


.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:510px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}

.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.related.products {
	display:none;
}

.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
    width: 50%;
    max-width: 50%;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}

.contact-right-panel-container .wpcf7-form input[type=submit] {
	margin: 0;
    margin-top: 15px;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
	display:block !important;
	width:100% !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.entry-content .calculated_shipping .shop_table .order-total {
	width:100% !important;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.cf-contact-three-cols div {
    padding-right: 0;
    width: 100%;
	margin-bottom:14px;
}

#cf-captcha-img {
    width: 40%;
}

#cf-captcha-text {
    width: 60%;
    margin-left: 0;
}

.cf-contact-three-cols {
	margin-bottom:0;
}

.woocommerce div.product div.images {
    padding-right: 20px;	
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 50% !important;
    float: left !important;
    box-sizing: border-box;
}

.woocommerce-account .woocommerce .login {
	max-width: 500px;
	width:100%;
    margin: 0 auto;
}

.registration-form .register {
    max-width: 500px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.inner-prod-checkout-btn {
    width: 190px !important;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:40px;	
}

.single_variation_wrap {
	margin-top:10px;
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	padding: 5px 0 !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}



}

/* iPhone 6 landscape */
@media (min-width: 667px) and (max-width: 735px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.support-text {
	display:none !important;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {

	height:40px;
	right:20px;
}



.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:545px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}

.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.related.products {
	display:none;
}


.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
    width: 50%;
    max-width: 50%;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
	display:block !important;
	width: 100% !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.entry-content .calculated_shipping .shop_table .order-total {
	width:100% !important;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.woocommerce div.product div.images {
    padding-right: 20px;	
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 50% !important;
    float: left !important;
    box-sizing: border-box;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {

	background-color:transparent;
}

.woocommerce-account .woocommerce .login {
	max-width: 500px;
	width:100%;
    margin: 0 auto;
}

.registration-form .register {
    max-width: 500px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.inner-prod-checkout-btn {
    width: 190px !important;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:40px;	
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	    padding: 5px 0 !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}



}

/* iPhone 6 Plump landscape */
@media (min-width: 736px) and (max-width: 767px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:100% !important;
	padding:0;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}


.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.prod-menu li {
	width:100%;
}

.homepage-featured-container .products .product {
	min-height:580px;
}

.homepage-featured-container .products .product {
	width: 50%;
    padding: 0 10px !important;
}

.hp-featured-project-overlay {
	display:none;
}

#jquery-tab-pager-navi {
	margin-left:-20px;
}

#jquery-tab-pager-navi li {
	display: block;
}

.inner-prod-update {
	margin-left: 0;
    margin-bottom: 15px;
}

.related.products {
	display:none;
}

.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
    width: 50%;
    max-width: 50%;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}

.entry-content .shop_table tbody tr td .coupon {
	width:100%;
}

.entry-content .shop_table tbody tr td .coupon #coupon_code {
	width:100% !important;
	margin-bottom:15px !important;
}

.entry-content .shop_table tbody tr td .coupon .button {
	display:block !important;
	width: 100% !important;
}

.entry-content .shop_table tbody tr td .button {
	display:none !important;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	display:none;
}

.entry-content .shop_table tbody tr td {
	text-align:left !important;
}

.shipping-calc-td td p em {
    display: block;
    text-align: left;
	margin-top:5px;	
}

.shipping-calc-td td p {
	text-align:left !important;
}

.shipping-calc-td td span form section #calc_shipping_postcode_field input {
	margin-left:0 !important;
	width:100% !important;
	margin-bottom:10px;	
}

.shipping-calc-td td span form section p {
	width:100%;
}

.shipping-calc-td td span form section p .button{
	width:100%;
	margin:0 0 0 0 !important;
}

.cart-space {
	display:none;
}

.cart-subtotal, .shipping, .tax-total, .order-total {
	width:100% !important;
}

.cart-subtotal td, .tax-total td {
	padding:0 0 !important;
}

.shipping td {
    padding: 10px 15px !important;
}

.entry-content .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
	width: 100%;
    box-sizing: border-box;
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
	display: block;
    padding: 15px 0 0 0 !important;
}

.entry-content .calculated_shipping .shop_table .order-total {
	width:100% !important;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 50%;
    min-height: 320px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.woocommerce div.product div.images {
    padding-right: 20px;	
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 50% !important;
    float: left !important;
    box-sizing: border-box;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce-account .woocommerce .login {
	max-width: 500px;
	width:100%;
    margin: 0 auto;
}

.registration-form .register {
    max-width: 500px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.inner-prod-checkout-btn {
    width: 190px !important;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:40px;	
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	padding: 5px 0 !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}


}

/* iPad portrait */
@media (min-width: 768px) and (max-width: 1023px) {

.fa-search a:nth-child(1) {
	display:none !important; 	
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-content-container h1 {
	line-height: 50px;
    font-size: 60px;
	margin: 20px 0 10px 0;
}

#main {
	padding:20px;
}

.homepage-content-container {
	height: auto;
	margin-bottom: 50px;
}

.homepage-content-container p {
	padding:0 0;
}

.homepage-featured-prod-container .products .product {
	width:33.3333% !important;
	padding:0 10px !important;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;
}

.homepage-featured-container .products {
    padding-bottom: 10px;
    float: left;
}

.homepage-testimonials-container h2 {

	font-size: 60px;
    margin: 20px 0 20px 0;
}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}

.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.hp-featured-project-overlay {
	display:none;
}

.inner-prod-update {
	margin-left: 0;
    margin-bottom: 15px;
}

.related.products {
	display:none;
}

.innerpage-main-container .entry-content h2 {
	line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.innerpage-main-container .entry-content p {
	padding:0;
}

.event-gallery-cols-container {
    width: 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px 15px 10px;
    box-sizing: border-box;
}

.entry-content .shop_table tbody tr .actions {
	height:30px;
}



.entry-content .calculated_shipping .shop_table .cart-subtotal, .entry-content .calculated_shipping .shop_table .shipping, .entry-content .calculated_shipping .shop_table .tax-total {
	width:100%;
}

.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	font-weight:normal;
}

.entry-content .calculated_shipping .shop_table .order-total {
	width:100% !important; 
}

.entry-content .calculated_shipping .shop_table .order-total td {
	background-color:transparent;
}

.entry-content .calculated_shipping .shop_table .order-total:before {
	display:none;
}

.homepage-featured-container .products .product {
	min-height:450px;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 25%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.woocommerce div.product div.images {
    padding-right: 20px;	
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 2em;
    width: 50% !important;
    float: left !important;
    box-sizing: border-box;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color:transparent;
}

.entry-content .shop_table tbody tr .product-quantity .quantity input {
	text-align:right;
}

.woocommerce-account .woocommerce .login {
	max-width: 500px;
	width:100%;
    margin: 0 auto;
}

.inner-prod-checkout-btn {
    width: 190px !important;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:60px;	
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}

/* Others */

#wprmenu_bar .menu_title {
	display:none;
}

.main-navigation .full-container {
	display:none !important;
}

.header-cart {
    padding: 0 0 0 0;
    height: 40px;
    text-align: right;
    margin: -25px -40px 20px -3px;
    color: #fff;
    position: relative;
}

.header-cart a {
	color: #fff;
	font-size:14px;
}

.header-cart a i {
    font-size: 20px !important;
    vertical-align: bottom;
}

#cd-cart {
	padding-top:0;
}

#cd-cart .cart tr {
	padding: 10px 15px 10px 15px;
}

#cd-cart .cart, #cd-cart .cart td {
	text-align:left !important;
}

#cd-cart .cart .product-quantity:before {
	display:none;	
}

#cd-cart .cart .product-quantity .quantity #quantity-input {
	display:none;
}

#cd-cart .shop_table .cart-subtotal td {
	text-align:left !important;
	padding: 5px 0 !important;
}

#cd-cart.speed-in {
	top:42px;
}

.masonry {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}

.header-account-link {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.header-account-user:hover > .header-account-submenu {
	display:block;
}

.header-account-submenu {
	display:none;
	list-style:none;
	background: #0e122b;
	z-index: 10;
    position: relative;
}

.header-account-link li {
	display:inline-block;
}




}

/* iPad landscape */
@media only screen and (min-width: 1024px) and (max-width: 1024px) {

.masonry {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	width: 100%;
}

.item img {
	width: 100%;
    height: auto;
}


.header-menu-main-container #menu-main-menu {
	text-align:left;
}

.main-navigation ul li a {
	padding:18px 15px;
}

.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-featured-container .products .product:first-child {
    padding-right: 15px !important;
}

.homepage-featured-container .products .product:nth-child(2) {
    padding-right: 10px !important;
    padding-left: 5px !important;
}

.homepage-featured-container .products .product:nth-child(3) {
    padding-right: 5px !important;
    padding-left: 10px !important;
}

.homepage-featured-prod-container .hp-featured-project-overlay {
	display:none;

}

.homepage-testimonials-container:before {
	height: 40px;
	left: 20px;
}

.homepage-testimonials-container:after {
	height:40px;
	right:20px;
}

.search-form-container p {
	font-size:25px;
	line-height:34px;
}

.searchform div input {
	width: 100%;
    height: 35px;
    font-size: 25px;
    padding: 0 20px;
    font-weight: normal;
}

.breadcrumbs-main-container {
	padding:12px 20px;
}

.hp-featured-project-overlay {
	display:none;
}

.event-gallery-cols-container {
	max-width:22.8%;
}

.shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_postcode_field #calc_shipping_postcode {
	margin-left:80px;
}

.homepage-featured-container .products .product {
	min-height:480px;
}

.search-page-main-container h2 {
    line-height: 50px;
    font-size: 60px;
    margin: 20px 0 10px 0;
}

.search-results-list-container li {
    width: 25%;
    min-height: 300px;
    float: left;
    box-sizing: border-box;	
    padding: 0 10px;		
}

.search-results-list-container .entry-thumbnail a img {
	width: 100% !important;
    height: auto !important;
    left: 0 !important;
    position: relative;
}

.search-results-list-container .entry-thumbnail a {
    width: 100%;
}

.search-results-list-container h1 a {
	font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;	
}

.woocommerce-account .woocommerce .login {
	max-width: 500px;
	width:100%;
    margin: 0 auto;
}

.registration-form .register {
    max-width: 500px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.inner-prod-checkout-btn {
	display:none !important;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:40px;	
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 50%;
	float:left;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-right: 15px !important;
}


}

/* custom size 1025 - 1240 */
@media only screen and (min-width: 1025px) and (max-width: 1240px) {

.header-menu-main-container #menu-main-menu {
	text-align:left;
}

}

/* custom size 1025 - 1076 */
@media only screen and (min-width: 1025px) and (max-width: 1240px) {

.homepage-featured-container .products .product {
	min-height:480px;
}

}

/* Desktop */
@media (min-width: 1025px) {
	
.masonry {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
		
.flex-control-nav {
	width:100% !important;
	padding:0 !important;
}

.homepage-featured-container .products .product:first-child {
    padding-right: 15px !important;
}

.homepage-featured-container .products .product:nth-child(2) {
    padding-right: 10px !important;
    padding-left: 5px !important;
}

.homepage-featured-container .products .product:nth-child(3) {
    padding-right: 5px !important;
    padding-left: 10px !important;
}

.shipping-calc-td td span .woocommerce-shipping-calculator .shipping-calculator-form p .button {
    width: 190px !important;
	margin-bottom: -11px !important;
}

.search-results-list-container li {
    width: 25%;
    min-height: 450px;
    float: left;
    box-sizing: border-box;
}

.search-results-list-container .entry-thumbnail a {
	height: 245px;
    width: 245px;
    overflow: hidden;
	
}

.search-results-list-container .entry-thumbnail a img {
	width: auto !important;
    height: 245px !important;
	left: -27%;
	position:relative;	
}

.search-results-list-container li:first-child {
    padding-right: 15px !important;
}

.search-results-list-container li:nth-child(2) {
    padding-right: 10px !important;
    padding-left: 5px !important;
}

.search-results-list-container li:nth-child(3) {
    padding-right: 5px !important;
    padding-left: 10px !important;
}

.search-results-list-container li:nth-child(4n) {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

.search-results-list-container li:nth-child(4n+1) {
    padding-right: 15px !important;
}

.search-results-list-container li:nth-child(4n+2) {
    padding-right: 10px !important;
    padding-left: 5px !important;
}

.search-results-list-container li:nth-child(4n+3) {
    padding-right: 5px !important;
    padding-left: 10px !important;
}


.search-results-list-container li:nth-child(4n) {
    padding-right: 0 !important;
    padding-left: 15px !important;
}

.woocommerce-account .woocommerce .login {
	max-width: 500px;
	width:100%;
    margin: 0 auto;
}

.registration-form .register {
    max-width: 500px;
    width: 100%;
    margin: 0 auto !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.inner-prod-checkout-btn {
	display:none !important;
}

.homepage-featured-container .products .product .hp-featured-project-title h3 {
	height:40px;	
}

.woocommerce #page-wrapper .upsells.products ul.products li.product {
    width: 25%;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(3) {
    padding-left: 10px !important;
    padding-right: 5px !important;
}

}

/* End Responsive */


/* Search Page */

.search-page-main-container {
	width:auto !important;
}

.search-page-main-container h2 {
    font-family: "bickham-script-pro",serif;
    font-size: 70px;
    color: #2D3388;
    text-align: center;
    margin: 40px 0;
}

.search-results-list-container {
	padding:0;
	list-style:none;
	margin:0;
}


.search-page-nav {
	float:left;
	width:100%;
}

.search-page-nav nav .pagination {
	text-align:left;
}

.search-page-nav nav .pagination .current {
	background: #2E2E81;
    color: #FFF;
    border-color: #2E2E81;
}


.search-page-nav nav .pagination a, .search-page-nav nav .pagination span {
	    background: #2E2E81;
    color: #FFF;
    border-color: #2E2E81;
    padding: 6px 12px;
    margin-right: 4px;
    border: 1px solid #B1B3B5;
    text-decoration: none;
    background: #FFF;
    -webkit-transition: background 100ms linear;
    -moz-transition: background 100ms linear;
    -o-transition: background 100ms linear;
    transition: background 100ms linear;
    color: #6D6E70;
    height: 32px;
    width: 34px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    line-height: 1.6em;
    font-size: 14px;
    line-height: 1.5em;
    font-size: 13px;
    font-weight: normal;
}

.search-page-nav nav .pagination .next, .search-page-nav nav .pagination .prev {
	display:none;
}















.search-results-list-container h1 {
text-decoration: none;
    text-transform: uppercase;
    display: block;
    border-bottom: dotted 1px #BDBEBF;
    padding: 8px 0 12px 0;
    margin: 5px 0 0 0;
    font-size: 16px;
    color: #2D3388;
    font-family: "adelle",serif;
    letter-spacing: 1px;
    font-weight: 600;
}

.search-results-list-container p {
    font-size: 15px;
    font-family: "adelle",serif;
    line-height: 22px;
    font-weight: 300;
    color: #454545;
}










.prod-notice-overlay-main-container {
	width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(46,46,129, 0.9);
	z-index: 10000;
	display:none;
	left:0;
	top:0;
}


.prod-notice-overlay-container {
    max-width: 355px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    padding: 35px 30px 32px 30px;
    font-size: 16px;
    color: #212020;
	font-family: "adelle",serif;
	line-height:26px;
}

.prod-notice-overlay-container ul {
	margin: 5px 0 10px 0;
    padding: 0 0 0 20px;
}

.prod-notice-overlay-container a {
	color: #212020;
}

.prod-notice-overlay-close {
    background-image: url('/wp-content/themes/vantage-child/images/close-button-red.png');
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-size: auto 12px;
}

.inner-prod-checkout-btn {
	text-transform: uppercase;
    border-radius: 0;
    background: none;
    font-size: 15px;
    font-weight: 100;
    -webkit-font-smoothing: inherit;
    text-decoration: none;
    cursor: pointer;
    line-height: 10px;
    float: left;
    display: block;
    background-color: #2E2E81 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 20px !important;
    outline: none;
    text-align: center;
	box-sizing: border-box;
}

.inner-prod-checkout-btn:active, .inner-prod-checkout-btn:focus {
	color:#fff;
	outline:none;
}

/* check out event info */

.wccf_field_container_checkout_text:first-child:before {
	content:"Event Information";
	font-family: "adelle",serif;
    font-size: 16px;
	color: #444444;
    margin: 15px 0;
    font-weight: 500;
	display:block;
}

.wccf_field_container_checkout_text label {
	font-size:15px;	
    color: #8E8E90;
}

.wccf_field_container_checkout_text input[type="text"] {
	border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
	width:100%;
	max-width:499px;
	display:block;
}

#wccf_checkout_bv_event_time_checkout {
	margin-bottom:5px;
}




/* Others */

.paypal-form-container .paypal-form-submit {
	display:none;
}

.paypal-form-container .ajax-loader {
	margin-top: -52px;
    margin-left: 80px !important;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
	display: block;
    font-size: 15px;
    color: #454545;
    font-family: "adelle",serif;
    font-weight: 300;
}

div.wpcf7-validation-errors {
	border: 1px solid #f00;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid green;
}

.paypal-form-container p {
	color: #8E8E90;
}

.paypal-form-container input[type="text"], .paypal-form-container input[type="email"], .paypal-form-container input[type="number"] {
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
}

.paypal-form-container input[type="submit"] {
	margin-top: 10px;
    padding: 10px 40px !important;
}

 .paypal-form-container input[type="number"] {
	-moz-appearance: textfield; 
 }
 
.paypal-form-container input[type="number"]::-webkit-outer-spin-button,
.paypal-form-container input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#wccf_order .wccf_order_field_container small {
	font-size: 13px;
}

#wccf_order .wccf_order_field_container textarea {
	display:none;
}

.page-id-7 #cd-cart {
	display:none !important;
}

.page-id-7 #cd-cart-trigger {
	cursor:default;
}

.woocommerce-checkout .payment_method_cheque {
	display:none;
}

.woocommerce-checkout .payment_method_paypal {
	display:none;
}



.woocommerce-order-pay .payment_method_cheque, .woocommerce-order-pay .payment_method_paypal {
	display:block !important;
}

.woocommerce-order-pay .payment_method_cod {
	display:none !important;
}

.woocommerce-MyAccount-navigation {
	width:100% !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style:none;
	padding:0 0 0 15px;
	margin:0 0 20px 0;
	background-color: #2e2e81;
}

.woocommerce-MyAccount-navigation ul li {
	display:inline-block;
	margin-right: 0 !important;
    margin-left: 0 !important;
}


.woocommerce-MyAccount-navigation ul li a {
	color:#fff;
    padding: 10px 18px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color:#fff;
}

.woocommerce-MyAccount-content {
	width:100% !important;
}

.woocommerce-orders .entry-content .shop_table tbody tr td .button {
    display: initial;
    background: #2e2e81;
    padding: 4px 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
	font-size:11px;
}

.woocommerce-orders .entry-content .shop_table tbody tr td .button:active,
.woocommerce-orders .entry-content .shop_table tbody tr td .button:focus {
	border:none !important;	
}

.woocommerce-account a {
	text-decoration:none;
}

.woocommerce-account h3 {
    font-family: "adelle",serif;
    font-size: 16px;
    color: #444444;
}

.woocommerce-MyAccount-content form p {
	text-align:left !important;
	padding:0 0 0 0 !important;	
	width: 48% !important;
    float: left !important;
    margin-right: 2% !important;
}

.woocommerce-MyAccount-content form p label {
    font-size: 15px;
    color: #8E8E90;
}

.woocommerce-MyAccount-content form p input[type="text"],
.woocommerce-MyAccount-content form p input[type="email"],
.woocommerce-MyAccount-content form p input[type="tel"],
.woocommerce-MyAccount-content form p input[type="address"],
.woocommerce-MyAccount-content form fieldset p input[type="password"] {
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
}


.woocommerce-MyAccount-content form p strong {
	font-weight:normal;
}


.woocommerce-MyAccount-content #billing_address_1, .woocommerce-MyAccount-content #shipping_address_1 {
	margin-bottom:10px;
}

.woocommerce-MyAccount-content  .select2-choice {
	width: 100%;
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 1px 10px 2px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
}


.woocommerce-MyAccount-content form p input[type="submit"] {
    width: 190px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0;
    font-size: 15px;
    background: #2e2e81;
    border-radius: 0;
    font-family: "adelle",serif;
    font-weight: 100;
    -webkit-font-smoothing: inherit;
}

.woocommerce-MyAccount-content form p input[type="submit"]:hover {
	background:#0E122B;
	color:#fff !important;
}

.woocommerce-MyAccount-content .woocommerce-info a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 30px;
    font-size: 15px;
    background: #2e2e81;
    border-radius: 0;
    font-family: "adelle",serif;
    font-weight: 100;
    -webkit-font-smoothing: inherit;	
}

.woocommerce-MyAccount-content .woocommerce-info a:hover {
	background:#0E122B;
	color:#fff !important;
}

.woocommerce-MyAccount-content form fieldset legend {
	font-family: "adelle",serif;
    font-size: 16px;
    color: #444444;
    margin: 0 0 10px 0;
    display: block;
    padding-top: 15px;
}

.woocommerce-MyAccount-content form fieldset {
	float: left;
    width: 100%;
}







.inner-testimonials-main-container .wp-pagenavi {
	float: left;
    clear: initial;
    margin: 40px 0 10px 0;	
}

.inner-testimonials-main-container .wp-pagenavi .pages,
.inner-testimonials-main-container .wp-pagenavi .previouspostslink,
.inner-testimonials-main-container .wp-pagenavi .nextpostslink {
	display:none;
	
}

.samebilling-checkbox-container {
	float:left;
	margin:15px 0 0 12px;
}

.samebilling-checkbox-container label {
    font-family: "adelle",serif;
    font-size: 16px;
	margin-left:10px;
}






/* Testimonials Masonry */

.masonry {
    margin: -40px 0 10px 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
	float: left;
}

.item {
	display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #b1b3b5;
    font-size: 13px;
    color: #464646;
    line-height: 22px;
}

.item img {
    padding-bottom: 8px;
    margin-bottom: 0px;
}

.testi-img-border:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #BDBEBF;
    display: block;
}

.testi-img-border {
	padding:0 15px 0 15px !important;
}

.item div p {
	margin-bottom:12px;
}

.item div h3 {
	font-size:16px;
}

.item div {
	padding:12px 15px 15px 15px;
	position: relative;
}

.testi-content-cntnr:after {
    background-image: url('images/inner-testimonial-quote.png');
    content: "";
    height: 44px;
    width: 44px;
    display: block;
    background-size: auto 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background-color: #2d3388;
}

.woocommerce-checkout form.login {
	display:block !important;
	margin-top: -86px;
    z-index: 10;
    position: relative;
    background: white;
}

.woocommerce-checkout form.woocommerce-checkout .create-account {
    text-align: left !important;	
}

.woocommerce-checkout form.woocommerce-checkout .create-account p {
	width:100%;
	padding:0;
}

.woocommerce-checkout form.woocommerce-checkout .create-account {
    text-align: left !important;
    max-width: 499px;
    margin-bottom: 15px;
	width:100%;
}

.woocommerce-checkout form.woocommerce-checkout .create-account p {
	text-align:left !important;
}

.woocommerce-checkout form.woocommerce-checkout .create-account input {
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    margin-top: 0 !important;
    text-align: left;
}

.woocommerce-checkout form.woocommerce-checkout .create-account input[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff !important;
    padding: 9px 0;
    font-size: 15px;
    background: #2e2e81;
    border-radius: 0;
    font-family: "adelle",serif;
    font-weight: 100;
    margin-top: 20px;
    max-width: 255px;
    width: 100%;
    margin-right: 16px;
    margin-bottom: 10px;	
}

.woocommerce-checkout form.woocommerce-checkout .create-account input[type="submit"]:active {
	outline:none;
}

.woocommerce-checkout form.woocommerce-checkout .create-account input[type="submit"]:hover {
    background-color: #0E122B;
}

.header-account-link {
    margin-right: 20px !important;
    color: #fff;	
}

.header-account-link li a {
    font-size: 16px;
    padding: 18px 0 !important;
}

.header-account-user:before {
    content: "\f013";
    font-family: FontAwesome;
    font-size: 18px;
    display: inline-block;
    font-weight: 100;
    color: #fff;
    margin: 0 8px 0 0;
    vertical-align: bottom;
}

.header-account-link li:hover a {
	color:#fff !important;
}

.header-account-submenu li a {
    margin: 0;
    padding: 12px 18px !important;
    font-size: 15px;
}

.header-account-submenu {
	margin-top: -1px;
}


.page-template-template-full-notitle h1 {
	font-family: "bickham-script-pro",serif;
    font-size: 70px;
    color: #2D3388;
    text-align: center;
    margin: 40px 0;	
	margin-top:40px !important;
}

.page-template-template-full-notitle p {
    font-size: 15px;
    color: #454545;
    font-family: "adelle",serif;
    line-height: 26px;
    font-weight: 300;
}

.page-template-template-full-notitle ul {
    font-size: 15px;
    color: #454545;
    font-family: "adelle",serif;
    line-height: 26px;
    font-weight: 300;	
}

.terms p {
    margin: 0 0 10px 25px;	
}

.terms p span {
	margin-left: -25px;
    float: left;
}

.terms ul {
	margin:0 0 15px 0;
}

.woocommerce-cart #calc_shipping_country, .woocommerce-cart #calc_shipping_state {
	display:none;
}

.wccf_field_container_checkout_field label {
    color: #8E8E90;

    font-size: 15px;	
}

.wccf_field_container_checkout_field input {
    border-radius: 0;
    border: 1px solid #C7C8C9;
    padding: 6px 10px 7px 10px;
    color: #8e8e90;
    font-size: 15px;
    outline: none;
    /* margin-top: 0 !important; */
    text-align: left;
    width: 100%;
    max-width: 499px;
    display: block;	
}

.woocommerce-checkout .wccf_field_container_checkout_field:nth-child(2) {
	margin-bottom:5px;
}

.flexslider .flex-control-paging {
	text-align:center !important;
}

.woocommerce #page-wrapper .product h1.entry-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 22px;
    color: #2E2E81;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 26px;
	    font-family: "adelle",serif;
}

.woocommerce-page #container {
    float: left;
    width: 100% !important;
}

.woocommerce button.button.disabled {
	background:#2E2E81 !important;
	background-color:#2E2E81 !important;
	border-color:#2E2E81 !important;
	font-size: 15px !important;
    font-weight: 100 !important;
    line-height: 10px !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.woocommerce #page-wrapper .upsells.products > h2, .woocommerce #page-wrapper .related.products h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 1em !important;
	    font-family: "adelle",serif;	
}

.woocommerce #page-wrapper .upsells.products ul li a h2 {
    border-bottom: none !important;
    color: #2E2E81;
    line-height: 22px;
    font-size: 15px;
    text-transform: uppercase;
	    font-family: "adelle",serif;		
}

.woocommerce #page-wrapper .upsells.products ul.products .product a:nth-child(2) {
    display: none;
}

.woocommerce #page-wrapper .upsells.products ul.products .product:nth-child(1) {
    padding-right: 15px !important;
}


.woocommerce #page-wrapper .button {
	border-color:#2E2E81 !important;
	font-size: 15px !important;
    font-weight: 100 !important;
    line-height: 10px !important;
    color: #fff !important;
    border-radius: 0 !important;
}

