/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.entry-title {
  font-family: lato, sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  font-size: 50.66px;
  color: #ffffff;
  text-align: center;
  background: #1a3651;
  padding: 25px 0;
  margin-bottom: 0;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 576px) {
  .entry-title {
    font-size: 30px;
  }
}

/* Shop Page Styles */

.single-product .more-info {
  display: none !important;
}

.woocommerce-ordering {
  display: none;
}

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

.products.columns-4 {
  margin: 50px 0;
}
.products.columns-4 .product a h2 {
  text-align: center;
  font-family: adobe-fangsong-std, sans-serif;
  font-size: 20px !important;
  color: #000000 !important;
  cursor: pointer;
}
.products.columns-4 .product a .price {
  color: #3a6c7c !important;
  font-family: lato, sans-serif;
  font-weight: 700 !important;
  font-size: 18px !important;
  text-align: center;
}
.woocommerce ul.products li.product .button {

}
.products.columns-4 .product .button {
  margin: 0 !important;
}
.products.columns-4 .product .add_to_cart_button {
  height: 30px;
  width: 30px;
  background-image: url("../addtocart.html");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  float: left;
  margin-top: 20px;
  margin-right: 30px !important;
}
.woocommerce ul.products li.product .button {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 15px !important;
}
.woocommerce ul.products li.product .button:after {
	display: none;
}
.products.columns-4 .product .more-info {
  padding-right: 0.75em;
  padding-left: 0.75em;
  margin-left: 8px;
  margin-top:15px;
  background-color: transparent;
  border: 1px solid #1a3651;
  color: #1a3651 !important;
  font-size: 14px !important;
  letter-spacing: 2px;
  font-family: lato, sans-serif;
  text-transform: uppercase;
}

.woocommerce-tabs {
  display: none;
}

/* Cart Page Styling */
#cart_page .woocommerce-cart table.cart img {
  width: 150px;
}
#cart_page table.cart th {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #3a6c7c;
    text-align: center;
}
#cart_page td.product-thumbnail, #cart_page td.product-price, #cart_page td.product-subtotal{
    text-align: center;
}
#cart_page td.product-subtotal {
    background: #f3f3f3;
    font-weight: 700;
}
#cart_page .remove_button, .qty_button {
  display: inline-flex;
  vertical-align: middle;
}
#cart_page a.cart_product_title {
    font-size: 24px;
    font-family: 'Abhaya Libre', Georgia, "Times New Roman", serif;
    color: black;
}
#cart_page .qty_button p {
    font-size: 14px;
    line-height: 40px;
	font-weight: 700;
}
#cart_page .woocommerce .quantity input.qty {
    width: 50px;
    min-width: 0px;
	height: 40px;
	font-size: 14px;
    line-height: 14px;
	margin-left: 6px;
    padding: 0px;
    text-align: center;
    background: white;
    border: 1px solid black;
    font-weight: 600;
    color: black;
}
#cart_page .woocommerce a.remove {
  width: auto;
  height: auto;
  text-align: left;
  font-size: 14px;
  color: black !important;
  text-transform: uppercase;
  border-radius: 0;
  padding: 5px;
  font-family: 'Lato';
}
#cart_page .woocommerce a.remove:hover {
  background: #f3f3f3;
}
#cart_page .woocommerce table.shop_table {
    border: none;
}
#cart_page .woocommerce-cart table.cart td.product-thumbnail {
    border-left: 1px solid rgba(0, 0, 0, .1);
}
#cart_page .woocommerce-cart table.cart td.product-subtotal {
    border-right: 1px solid rgba(0, 0, 0, .1);
}
#cart_page .woocommerce button.button {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 16px;
    color: black;
}
#cart_page .woocommerce button.button:hover {
    padding: 5px 40px 5px 20px;
}
#cart_page .woocommerce button.button::after {
    font-size: 22px !important;
    margin-top: 2px;
}
#cart_page input#coupon_code {
    padding: 10px 16px;
}
#cart_page .cart_totals h2 {
    font-family: 'Abhaya Libre', Georgia, "Times New Roman", serif;
}
#cart_page a.wc-forward, #cart_page a.wc-backward {
    background: #3a6c7c;
    color: white;
    border: none;
    border-radius: 30px;
	font-size: 16px;
	padding: 5px 20px;
	margin-bottom: 10px;
}
#cart_page a.wc-forward:hover, #cart_page a.wc-backward:hover {
	padding: 5px 20px;
}
#cart_page a.wc-forward::after, #cart_page a.wc-backward::after {
	display: none;
}
#cart_page .wc-proceed-to-checkout > div {
    display: inline-block;
}
#cart_page tr.woocommerce-cart-form__cart-item.cart_item {
    margin-bottom: 25px;
}
.woocommerce td.product-name dl.variation {
	display: none;
}
.woocommerce td.product-name:before {
    display: none;
}

/* Checkout Page Styling */
#payment_options .container {
	width: 90%;
}

/***** Single Exhibit Page Header Hide *****/
.single-exhibit .entry-title {
	display: none;
}

.single-exhibit .post-meta {
	display: none;
}


/* Single Product Page */
.backshop {
	 margin-bottom: 100px;
   text-align: center;
}
 @media screen and (max-width: 576px) {
	 .backshop {
		 text-align: center;
	}
}
 .backshop a {
	 padding: 10px 25px;
	 font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	 font-weight: 400;
	 font-style: normal;
	 font-size: 29.33px;
	 color: #fff;
	 background-color: #1f2b45;
	 border-radius: 50px;
	 transition: 0.3s;
	 text-decoration: none;
	 text-align: center;
	 color: #fff !important;
	 font-size: 18px;
}
 .backshop a:hover {
	 background-color: #3a6c7c;
	 transition: 0.3s;
	 text-decoration: none;
	 text-decoration: none;
	 font-size: 18px;
}
 .product-background {
	 background-color: #ccc;
	 padding: 35px 25px;
	 margin-top: 50px;
	 margin-bottom: 40px;
}
 .product-title-name {
	 font-size: 40px !important;
}
 @media screen and (max-width: 576px) {
	 .product-title-name {
		 font-size: 25px !important;
	}
}
 .woocommerce div.product div.images {
	 margin-bottom: 0 !important;
}
 .woocommerce div.product h2.product_title {
	 font-size: 25px !important;
	 font-family: 'Abhaya Libre', Georgia, "Times New Roman", serif;
}
 @media screen and (max-width: 576px) {
	 .woocommerce div.product h2.product_title {
		 font-size: 20px !important;
		 padding-bottom: 10px;
	}
}
 .woocommerce div.product p {
	 font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
}
 .woocommerce div.product p.price {
	 color: #3a6c7c !important;
	 font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	 letter-spacing: 4px;
}
 .woocommerce div.product .stock {
	 color: #000 !important;
}
 .woocommerce div.product .single_add_to_cart_button {
	 font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
	 text-transform: uppercase;
	 color: #000 !important;
	 border: none;
	 background: none;
	 transition: 0.3s;
}
 .woocommerce div.product .single_add_to_cart_button:hover {
	 color: #3a6c7c !important;
	 border: none;
	 background: none;
	 transition: 0.3s;
}
 .woocommerce div.product .product_meta {
	 display: none;
}
 .woocommerce-page div.product div.summary {
	 width: calc(60% - 25px) !important;
}
 .woocommerce-page div.product div.summary h2.no-description {
	 display: none;
}
 .woocommerce-page div.product .change-width {
	 width: calc(40% - 25px) !important;
}
 @media screen and (max-width: 770px) {
	 .woocommerce-page div.product .change-width, .woocommerce-page div.product div.summary {
		 width: 100% !important;
	}
	 .woocommerce-page div.product div.summary {
		padding-top: 20px !important;	 
	 } 
}
 

 /* Art Page Styles */
.art-page {
 clear:both;
}
.art-page .con,
#art-page-art .tabcontent .exhibits-now a {
  min-height:600px;
  width: 33.33%;
  display:block;
  float:left;
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .art-page .con,
  #art-page-art .tabcontent .exhibits-now a {
    min-height:0px;
    width: 100%;
    display:block;
    float:left;
    margin-bottom: 50px!important;
  }
}
.art-page .con:nth-of-type(2n),
#art-page-art .tabcontent .exhibits-now a:nth-of-type(2n)  {
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}
/* Clear floats after the columns */
.art-page .con:after,
#art-page-art .tabcontent .exhibits-now a:after {
  content: "";
  display: table;
  clear: both;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
 .art-page .con a img,
 #art-page-art .tabcontent .exhibits-now a img {
   height:457px;
   object-fit: cover;
   position: relative;
   object-position: top;
 }
 .art-page .con a h2,
#art-page-art .tabcontent .exhibits-now a h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  font-family: lato, sans-serif;
  padding: 10px 20px;
  text-align: center;
  color:#1a3651;
 }
  .art-page .con .cats .post-categories,
  #art-page-art .tabcontent .exhibits-now .cats .post-categories {
    list-style: none;
    text-align: center;
  }
    .art-page .con .post-categories li,
    #art-page-art .tabcontent .exhibits-now .post-categories li { 
      list-style: none;
      display: inline-block;

    }
    .art-page .con .post-categories li a,
    #art-page-art .tabcontent .exhibits-now li a {
      color:#000;
      font-style:italic;
      font-family: lato, sans-serif;
    }
  .art-page .con ul,
  #art-page-art .tabcontent .exhibits-now ul {
    list-style: none;
    padding:0;
    margin:0;
    clear:both;
    text-align: center;
  }
    .art-page .con ul li,
    #art-page-art .tabcontent .exhibits-now ul li {
      list-style: none;
      font-size: 14px;
      display: block;
      text-align: center;
      color: #000;
      text-transform: uppercase;
      font-family: "Lato",sans-serif;
    }

/* Show and hide All Upcoming Current Past  */
/* Style the tab content */
.tab {
  text-align: center;
  padding-top:20px;
  padding-bottom:20px;
}
.tab .tablinks {
  border: none;
  background: none;
  margin:0 30px;
  font-size: 16px;
  font-family: lato, sans-serif;
  color:#1a3651;
}
.tab .tablinks:nth-of-type(1) {
  margin: 0 30px 0 0;
}
.tab .tablinks:nth-of-type(3) {
  margin: 0 30px 0 0;
}
.tab .tablinks.active {
  border-bottom:1px solid #1a3651;
}
.tab .tablinks:hover {
  cursor: pointer;
}

/* Single Events Page */
.single-mec-events #header {
	background:#000;
}
.single-mec-events #header .mec-event-data-field-name {
	display:none;
}
.single-mec-events .mec-event-data-fields .mec-event-data-field-item {
	width:100%!important;
	border:none!important;
}
.mec-single-event .mec-frontbox {
	padding:0!important;	background:transparent!important;
	border:none!important;
}

#header ul li:nth-of-type(1) h2 {
	padding: 0;
margin: 0;
	font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
font-size: 31px;
color: #FFFFFF !important;
	width:100%!important;
}
#header ul li:nth-of-type(1) h3 {
	font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 17px;
color: #3a6c7c !important;
letter-spacing: 2px;
	width:100%;
}
#header ul li:nth-of-type(1) p {
	color:#fff;
	width:100%!important;
}
#header ul li:nth-of-type(2) {
	display:none;
}
.single-mec-events #main-content {
	position:relative;
	z-index:0;
}
.single-mec-events #purpose p {
	color:#fff!important;
}
