/* MAIN NAVIGATION */
.header {
	margin-top: 10px;
}
.custom-logo {
	width: 80px;
	height: 80px;
}
.navbar {
  margin-top: 5px;
}
.navbar-default {
	border: 0px;
	background: inherit;
}
.navbar-nav {
	float: right
}
.navbar-default .navbar-nav>li>a {
	color: #133453;
	font-size: 16px;
	padding: 10px 10px;
  border-radius: 4px;
}
.mini-bar {
  margin-bottom: 10px;
}
.mini-bar a {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
.display-info-user {
	text-align: right; 
	font-size: 16px;
}
.display-info-user div {
	display: inline-block;
	margin-right: 25px;
}
.display-info-user a:last-child {
	margin: 0;
}
/* FONTS */
h1, .entry-title {
  text-transform: uppercase;
  margin: 30px 0px;
  font-size: 55px;
}
.softsell {
  line-height: 1.8em;
  color: #888;
  font-size: 16px;
}
h1.welcoming {
  text-transform: inherit;
  font-weight: 200;
  margin-bottom: 10px;
}
h2.welcoming {
  text-transform: inherit;
  font-weight: 200;
  margin-bottom: 50px;
  color: #777;
}
h3.welcoming-university-name {
  font-size: 30px;
  color: #0097FF;
  font-weight: 300;
  margin-top: 0px;
}
.center {
  text-align: center;
}
/*  ALERTS  */
.error-flag  {
  width: 100%;
  text-align: center;
  padding: 8px;
  color: #fff;
  background: #d3409a;
  display: block;
  font-size: 18px;
  box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
  -webkit-box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
  -moz-box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
}
.error-flag a {
  background: #a52172;
  border-radius: 3px;
  padding: 2px 15px;
  margin-left: 7px;
  color: #fff !important;
}
.green-flag {
  width: 100%;
  text-align: center;
  padding: 8px;
  color: #fff;
  display: block;
  font-size: 18px;
  box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
  -webkit-box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
  -moz-box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
  background: #4CAF50;
}
.green-flag a {
  background: #fff;
  padding: 2px 10px;
  margin-left: 5px;
  border-radius: 4px;
}
/* SPECIAL ELEMENTS */
.chapter-filter-container {
  margin-top:  30px;
}
.sidebar img  {
  max-width: 100%;
}
.boxshadow {
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
  padding: 30px;
  border-radius: 20px;
}
.buffer {
  margin-top: 20px;
}
.puffer {
  margin-bottom: 20px;
}
.your-chapter {
  color: #ffffff;
    font-size: 13px;
    background: #3379b7;
    border-radius: 3px;
    font-weight: 400;
    padding: 2px;
    display: block;
    width: inherit;
}
/* HEADER */
.site-main {
  margin-top: inherit;
}
.special-header p {
	color: #fff;
  font-size: 22px;
}
.special-header h1 {
	font-size: 100px;
	color: #fff;
  text-transform: uppercase;
}
.special-header h2 {
	font-size: 40px;
	color: #fff;
}
.special-header h4 {
	font-size: 40px;
	color: #fff;
}
/* CHAPTER INDEX */
.chapter-container {
	margin-bottom: 20px;
  padding: 10px;
  text-align: center;
  box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
  -webkit-box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
  -moz-box-shadow: -1px 0px 18px -5px rgba(0,0,0,0.49);
}
.title-chapter {
  font-size: 16px;
  min-height: 100px;
}
.image-container {
  min-height: 150px;
}
.img-container {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
/* CHAPTER PAGE */
.chapter-page .entry-thumb img {
  margin-bottom:  10px;
}
/* FOOTER */
.widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget ul >li {
  position: relative;
  display: block;
  padding: 5px 0;
}
.footer-widgets ul >li >a {
  font-size: 16px;
  color: #888;
  font-weight: 300;
}
.footer-widgets {
  margin-top: 40px;
  border-top: 1px solid #dedddd;
  padding-top: 20px;
}
/* FORMS */
input[type=date],input[type=text],input[type=email],input[type=password],input[type=tel], select, select2-selection__rendered {
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.woocommerce-MyAccount-content .select2-container{
	max-width: none;
}

.woocommerce-MyAccount-content .select2-selection__rendered{
	margin-top: 5px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	width: 100%;
	margin-bottom: 10px;
}
.select2-container .select2-selection--single {
	height: 34px !important;
	margin-bottom:  10px;
}

/* CHECKOUT */
#billing_address_1_field {
	width: 66%;
	float: left;
	clear: inherit;
}
#billing_address_2_field {
	width: 33%;
	float: left;
	clear: inherit;
	margin-top: 33px;
}
#billing_city_field,
#billing_state_field,
#billing_postcode_field {
	width: 33%;
	float: left;
	clear: inherit;
}
.woocommerce ul#shipping_method li label {
    display: inline;
    background: #386eab96;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 13px;
}
.woocommerce-form__input .woocommerce-form__input-checkbox .input-checkbox
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: 30px;
}

.woocommerce-form__label woocommerce-form__label-for-checkbox .checkbox {
  width: padding: 20px;
}
.woocommerce-shipping-fields {
  padding: 0px 60px;
  background: #e4e4e4;
  border-radius: 5px;
  margin-top: 10px;
  color: #1c3063;
  border: 3px solid;
  }
}

/* FORMS */

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 5px 10px !important;
}
.select2-container .select2-selection--single {
	height: 34px;
	border: 1px solid #aaa;
}
#eligible_member_form .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 22px !important;
  font-weight: normal!important;
  font-size: 16px!important;
  border: 0!important;
  height: 100%;
}
.select2-container--default .select2-selection--single{
  height: 34px !important;
  border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single{
	height: 40px;
  border-radius: 0;
  background: #fafafa;
  border-color: #f1f1f1;
}
.select2-container--default .select2-selection--single:focus{
	outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px;
  right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 1;
}

/* FOOTER */

.footer {
	width: 100%;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}
ul.credit {
	list-style: none;
	padding: 0px;
}

/* BUTTONS */
.vc_btn3-color-primary {
    background-color: #123351 !important;
    color: #efb446 !important;
    font-size: 26px !important;
    font-weight: bold !important;
    border-color: #123351 !important;
    padding: 10px 30px !important;
    border-radius: 0px !important;
    background-image: none !important;
}
.vc_btn3-color-warning {
    color: #123351 !important;
    background-color: #efb446 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    border-color: #efb446 !important;
    padding: 10px 30px !important;
    border-radius: 0px !important;
    background-image: none !important;
    border-radius: 0px !important;
}

/* BLOG */
.entry-post {
  margin-top: 60px;
}
.entry-date {
  color: #777;
}
.widget.recent-posts-widget-with-thumbnails ul>li {
	border: 1px solid #ddd;
	padding: 20px;
	margin: 20px 0px;
}
.rpwwt-post-title {
	font-size: 22px;
}
.rpwwt-post-categories {
	font-size: 14px
}
.entry-post  p {
  font-size: 18px;
  line-height: 1.6em;
}


/* PRODUCTS */
.product img {
  max-width: 100%;
}
.woocommerce .products ul, .woocommerce ul.products {
  margin-top: 45px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
  padding: 30px;
  border-radius: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 22px;
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
}
.product-type-simple {
  margin-top: 45px;
}
.woocommerce .quantity .qty {
  font-size: 26px;
}
.woocommerce-Price-amount {
    font-size: 22px;
}

/*  MOBILE */
@media (max-width: 768px) {
  .col2-set,
  .woocommerce-checkout-review-order {
    width: 100% !important;
    margin-right: 0%;
  }
  .navbar-default .navbar-nav {
    width: 100%;
    text-align: right;
  }
  .navbar-nav>li>a {

  }
  .navbar-toggle {

  }
  .custom-logo {
    width: 60px;
    height: 60px;
  }
}


#page-37894 .entry-thumb,
#page-37894 .entry-title,
#page-38148 .entry-title,
.post-31686 .entry-title,
#page-197 .entry-title,
#page-32 .entry-title,
#page-1223 .entry-title,
#page-573 .entry-title,
#page-32121 .entry-title,
#page-33400 .entry-title,
.page-id-34510 .error-flag,
#page-1962 .entry-title,
#page-1962 .entry-title,
#page-459 .entry-title,
.logged-in .routing-help,
.logged-in .mini-bar,

.page-id-171 .footer-widgets,
.page-id-34510 .footer-widgets
{
	display: none;
}
.customize-partial-edit-shortcuts-shown .hide-password {
	display: none;
}
.vc_separator-has-text {
	font-size: 16px;
}
.credit, .footer-copyright {
	color: #aaa;
	font-size: 11px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0px;
}
.woocommerce-Price-amount, .woocommerce .quantity .qty {
	font-size: 16px !important;
}
.vc_separator-has-text {
	font-size:  22px;
	padding: 40px;
}
.vc_grid-filter-item {
	text-transform: uppercase;
}
p  {
	font-size: 18px;
	line-height: 1.6em;
}
.eckb-kb-template  {
	max-width: 800px;
	margin: auto;
}
.single-content {
	margin-top: 25px;
}
.btn-lg {
	font-size: 25px;
	padding: 10px 35px;
	margin-bottom: 15px;
}
h4 b {
	font-size: 34px;
}
.previous_post,  .next_post {
	font-size: 20px;
	margin-bottom: 10px;
}
.previous_post a,  .next_post  a {
	font-size: 20px;
	padding: 5px 15px;
	background: #2a4e7a;
	color: #fff;
	border-radius: 5px;
}
.header {
	margin-bottom: 10px;
}
.single-content img {
	max-width: 100%;
}
.partner .entry-thumb {
	display: none;
}
.vc_btn3-color-warning {
	padding:  10px 30px !important;
}
#billing_address_1_field, #billing_address_2_field {
	width:  100% !important;
	margin-top: 0px !important;
}
/* INDEX */
.staff {
	text-align: center;
}
.archive .entry-content,
.staff .entry-content,
.search .entry-content {
	box-shadow: 0px 0px 15px #aaa;
	padding: 20px;
	margin: 10px;
	border-radius: 20px;
}

.staff img {
	max-width: 150px;
	border-radius:  75px;
	margin: auto;
}
.archive .entry-title,
.search  .entry-title,
.staff  .entry-title {
	margin: 10px 0 0px 0;
	font-size: 34px;
}
.entry-category,
.entry-author {
	display: inline-block;
}
.entry-date a {
	color: #777;
	padding: 10px 0px;
	display: block;
}
.entry-title a {
	color: #000;
	padding: 20px 0px;
	display: block;
}

/* SEARCH */
.search .dropdown-menu {
	right: 0px;
	left: inherit;
	padding: 0px;
	margin: 0px;
}
.search .dropdown-menu input {
	margin: 0px;
	border: 0px;
	font-size: 22px;
	width: 300px;
}

/* HUBSPOT */
.leadinModal .dyno-image img {
	max-width: 60px !important;
	margin-top: 13px !important;
}

/* Lesson */
#lesson-quiz #add-question-metadata table tbody tr.question-quick-edit td {
	padding: 20px !important;
	width: 100% !important;
}

/* body {
		border-top: 0px solid #ff0052 !important
}
.no-padding .vc_column-inner {
	padding-top: 0px !important;
}
.row-container-fix .vc_row {
	margin: auto;
}
.btn-spaced a {
	letter-spacing: 10px;
}
.custom-logo {
	width: 75px !important;
}
.site-main {
	margin: 0px;
}
.navbar-default .navbar-collapse {
	text-align: right;
}
.title-chapter {
	min-height: 100px;
}
.puffer {padding-bottom: 20px;}
.buffer {padding-top: 20px;}
.puff {padding-bottom: 10px;}
.buff {padding-top: 10px;}

.vc_icon_element-color-pink {
	color: #F05252;
}
.tmm .tmm_member .tmm_photo {
	border-radius: 75px!important;
  border: 8px solid #faaf01;
}
.vc_row-has-fill .wpb_single_image {
	margin-bottom: 0px;
}
.special-header h1, .special-header h2, .special-header h4, .special-header p {
	color: #fff !important;
}
.special-header .vc_gitem-zone {
	background-color: #000000d4;
}
.special-header .vc_cta3 {
	padding: 200px 0px;
}
.entry-summary {
	text-align: left;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper, .vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
	margin-right: 0px !important;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item, .vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
	padding-right: 5px !important;
	padding-left: 5px !important;
}
.vc_btn3-color-primary {
	background-color: #123351 !important;
    color: #efb446 !important;
    font-size: 26px !important;
    font-weight: bold !important;
    border-color: #123351 !important;
	padding: 10px 30px !important;
	border-radius: 0px !important;
	background-image: none !important;
}
.vc_btn3-color-warning {
	color: #123351 !important;
    background-color: #efb446 !important;
    font-size: 28px !important;
    font-weight: bold !important;
    border-color: #efb446 !important;
	padding: 10px 50px !important;
	border-radius: 0px !important;
	background-image: none !important;
	border-radius: 0px !important;
}
#page-775 .entry-title,
#page-197 .entry-title,
#page-32 .entry-title,
#page-1223 .entry-title,
#page-40 .entry-title,
#page-1773 .entry-title,
#page-48 .entry-title,
#page-32121 .entry-title {
	display: none;
}
.home-get-recognized h2{
	margin: 0px
}
.home-reports {
	background-size: 160%
}
.home-events {
	background-size: 160%
}
.home-reports h4 {
	width: 60%;
}
.home-events h4 {
	width: 60%;
}

.scholarship-box h1 {
	margin: 0px !important;
	padding: 0px !important;
}
.header {
	display: inline-block;
	padding: 10px 0px;
	width: 100%;
}
.header-font-left h1 {
	text-align: left;
	max-width: 60%
}
.header-font-left h2 {
		font-size: 70px;
}
.header-font-left h4 {
		font-size: 35px;
}
.scholarship-categories {
	text-align: left !important;
}
.millions .timer:after {
    content: 'M';
}
.currency .timer:before {
    content: '$';
}
.btn-lg {
	font-size: 20px;
	border-radius: 4px;
	color: #fff !important;
}
.timer {
	font-family: "Yanone Kaffeesatz";
	font-weight: bold;
	color: #1c4f76;
}
.btn-my-account {
	background: #133453;
}
.btn-my-account a {
	color: #e2aa12 !important;
	padding: 10px 10px;
}
.header .navbar-default .navbar-nav > li > a {
    color: #133453;
}
.main_search .form-control{
  padding: 0 10px;
  position: relative;
  top: -11px;
}
small p {
	font-size: 14px !important;
}
.type-partner .entry-thumb {
	display: none;
}
.climbing {
	background-image: url("http://35.211.132.122/wp-content/uploads/2019/03/reach.png");
	background-position: 70px 10px;
	background-repeat: no-repeat;
	background-size: 200px;
}
.header-row-3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
#page-226 h1 {
	display: none;
}
.strong-view.default .testimonial {
	border: 1px dashed #bbb
}
.contact-form input[type=email], .contact-form input[type=text], .contact-form input[type=url] {
	max-width: 100%;
	padding: 10px;
	font-size: 16px;
	border-radius: 6px;
	width: 100%;
}
.btn-default, input[type="submit"], input[type="reset"] {
	font-size: 14px;
	text-transform: inherit;
	border-radius: 6px;
	border-color: #2d2d2d;
}
.contact-form label span {
	color: #fff;
}
.widget-title {
	font-size: 24px;
}
.widget ul >li >a, .widget ul >li > span >a {
	font-size: 18px;
	color: #aaa;
}
.entry-post p {
	font-size: 20px;
	line-height: 1.6em;
	color: #333;
	margin-bottom: 25px;
}
p {
	font-size: 15.5px;
	line-height: 1.5em;
	color: #555;
}
h1, .h1 {
	font-size: 70px;
	font-family: "Yanone Kaffeesatz";
	text-transform: uppercase;
}
h2, .h2 {
	font-size: 40px;
	font-family: "Yanone Kaffeesatz";
	color: #48d8c7;
}
h3, .h3 {
	font-size: 30px;
	font-family: "Yanone Kaffeesatz";
	color: #48d8c7;
}
h4, .h4 {
	color: #F05252;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.5em;
}
.header h1, .header h2, .header h3, .header h4, .header p {
	color: #fff !important;
}
p {
	font-size: 20px;
}
hr {
	border-color: #ddd;
}
.sidebar-no-borders .widget.widget_text {
	border: 0px;
	padding: 0px 0px;
}
.logo img.custom-logo {
	max-width: 100%
}
.header-logo-text {
	font-size: 24px;
	margin: 10px 0px;
}
.navbar-nav {
	margin-top: 10px;
}
.navbar-nav > li > a {
	padding: 12px 10px;
	font-size: 16px;
	text-align: center;
}
.header-row-3 {
	border-bottom: none;
	margin-bottom: 0px;
}
.tagline {
	font-size: 16px;
	color: #888
}
.vc_separator h4 {
	font-size: 26px;
}
.footer-widgets .widget-title {
	margin-bottom: 15px;
}
.footer-widgets ul >li >a {
	font-size: 16px;
	color: #888;
	font-weight: 300;
}


div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #00203d !important;
    color: #f5c013 !important;
    width: 160px;
}

.ur-frontend-form form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form form .ur-form-row .ur-form-grid select, .ur-frontend-form form .ur-form-row .ur-form-grid textarea,
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea, .form-control, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="date"], textarea, select
{
  font-size: 14px;
  font-style: inherit;
  font-family: "Helvetica Neue";
  font-weight: normal;
}


.field_as_header{
	    font-weight: bold!important;
    background-color: transparent!important;
    box-shadow: none!important;
    border: 0!important;
    font-family: "PT Sans Narrow"!important;
    font-size: 22px!important;
}

.woocommerce form .form-row input.input-text{
	line-height: 3;
	text-indent: 7px;
}



.take_border_blue{
	    border-color: #2cb6d9 !important;
}

.take_border_white{
	    border-color: #fff !important;

}


.golden-blue-button{
	    background-color: #123351;
    color: #efb446 !important;
    width: 160px !important;
    height: 60px !important;
    font-size: 28px !important;
    font-weight: bold !important;
	  border-color: #123351 !important;
}


.home-page-block-image-container{
	height: 700px;
}
.home-page-block-image-container div, .home-page-block-image-container figure{
	height: 100%;
	overflow: hidden;
}

.home-page-block-image-container img{
	    position: absolute;
	    bottom: 0;
}

.thank-you-page{
		background-color: #133452;
    padding: 30px;
}

.thank-you-page p{
		color: #bbb;
}
.thank-you-page, h2{
}

.entry-meta .byline, .entry-meta .cat-links {
	display: none !important;
}
.entry-meta .posted-on {
	display: none !important;
}
.entry-meta {
	display:none !important;
}

.vc_gitem-post-data {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
	.navbar-default .navbar-toggle {
	}
	.logo {
    top: -16px !important;
	}
	.h1 {
		font-size: 30px;
	}
	.special-header .vc_cta3 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
}


.strong-view.modern .testimonial-content:after {
	right: -34px;
}

.strong-view.modern .testimonial-content:before {
	left: -34px;
}

.woocommerce ul.products li.product {
	float: left;
	padding: 20px;
	position: relative;
	margin-left: 0;
	background-color: #f9f9f9c4;
	border-radius: 9px;
	box-shadow: 0 0 3px 0px #00000045;
}

.woocommerce ul.products li.product:hover {
	box-shadow: 0px 0px 13px 6px #d6d5d578;
}

.woocommerce ul.products li.product a img{
	height: 250px !important;
	margin: 0 !important;
	object-fit: contain;
	background-color: #ffffff;
}

li.product .woocommerce-loop-product__title {
	font-size: 23px !important;
}

.woocommerce-loop-product__title{
	height: 16% !important;
}

/* This will remove footer including widget area if you have it enabled */
/* .page-id-171  .footer-widgets {
	display: none !important;
}

.woocommerce a.added_to_cart{
	font-size: 16px !important;
	display: none;
} */ */
