/* 
 Theme Name:   Smart
 Theme URI:    
 Description:  Child theme of twentytwentyfive
 Author:       Smart Software Admin
 Author URI:   
 Template:     twentytwentyfive
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.home-banner {
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px;
}

.home-recent-news {
	max-width: 98%;
	margin: 0 auto;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
	text-decoration: none;
	color: #FFF200;
}

a:hover {
	text-decoration: none;
}

a:focus {
  outline-style: none;
}

.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 select,
.home-search input,
.variantSelect {
	background-color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.03em;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: #F0F2F4;
	border-radius: 10px 10px 10px 10px;
	outline-style: none;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
}
.wpcf7 input[type=submit] {
	background-color: #0D49B7;
	color: white;
	padding: 10px 40px;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	border-radius: 3px;
}

.home-search button {
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: #F0F2F4;
	border-radius: 10px 10px 10px 10px;
	color: #0d49b7;
	font-size: 30px;
	padding: 5px;
}

.page-item {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.news-section li {
	background-color: #F0F2F4;
	box-sizing: border-box;
	padding: 15px;
}

/*.main-content {
max-width:90%;
margin-left: auto;
margin-right: auto;
}*/

.linkbuttonoutline {
	background-color: transparent;
	font-family: "BBY Avenir", Sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	fill: #FFF200;
	color: black;
	box-shadow: none;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
	border: 1px solid black;
}

.linkbutton {
	background-color: #0D49B7;
	font-family: "BBY Avenir", Sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	fill: #FFF200;
	color: #FFFFFF;
	box-shadow: none;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	transition: all .3s;
}

.width-80 {
	max-width: 80%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.width-90 {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.width-85 {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.width-75 {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.width-50 {
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.mb-40 {
    margin-bottom: 40px;
}
.border-large-grey {
	background-color: #FFFFFF;
	letter-spacing: 0.03em;
	border-style: solid;
	border-width: 10px 10px 10px 10px;
	border-color: #F0F2F4;
	border-radius: 10px 10px 10px 10px;
	outline-style: none;
	padding: 15px;
	box-sizing: border-box;
}

footer {
	margin-block-start: 0px;
}

.card-container:hover .card-img {
	transform: scale(1.2);
	transition-duration: 1500ms;
}

.card-container:hover .card-img-overlay {
	background-color: rgba(0, 0, 0, .3);
	transition-duration: 1500ms;
}

.card-img-overlay {
	z-index: 2;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .4s;
}

.card-img-background {
	overflow: hidden;
	min-height: 230px;
	position: relative;
	width: 100%;
	transition: all .4s;
}

.card-img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: 50%;
	background-size: 100% 100%;
        transform: scale(1.1);
}

.card-content {
	text-align: center;
	width: 100%;
	padding: 35px;
	background-color: #F0F2F4;
	box-sizing: border-box;
        font-size: 18px;
        height: 250px;
}

.card-content h2 {
	margin-top: 0px;
}

.card-button {
	margin-top: 15px;
}

form[role=search] {
        width: 100%;
}

.product table {
  border-collapse: collapse;
  text-align: left;
  min-width: 50%;
}

.product table td {
  padding: 10px;
  min-width: 30%;
}

.product-footer {
  margin-top: 15px;
}
.product table tr:not(:last-child) {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, .06);
}
.product table tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    background: rgba(0, 0, 0, 0);
}

.product h3 {
    color: #0D49B7;
    font-size: 20px;
    font-weight: 700;
}
.product h1 {
  font-size: 27px;
  font-weight: 600;
  color: #0D49B7;
}
.product .wp-block-post-excerpt {
    display:none;
}
.search .product .wp-block-post-excerpt {
    display:inherit;
}
.variantContainer {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-bottom: 40px;
}
.variantSelect {
  width:fit-content;
}
.variantLabel {
  font-size: 16px;
}
.orderby option[value="price"],
.orderby option[value="price-desc"]
{
   display: none;
}

.productFilters select {
    background-color: #ffffff;
    border-color: #F0F2F4;
    border-width: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    width:40%;
    font-size:20px;
    color: #9C9C9C;
}
.searchfield {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #9C9C9C;
}
.productFilters fieldset {
  border:none;
}

.searchfield label{
  font-size:16px;
  font-weight: 400;
}

.productFilters input[type=submit] {
  background-color: #0D49B7;
  color: white;
  font-weight: 600;
  min-height:40px;
  padding: 12px 24px;
  text-align: center;
  border-radius: 3px;
  font-size:15px;
  cursor: pointer;
}
h2 {
  color: #0D49B7;
  font-size: 25px;
  letter-spacing: .3px;
  font-weight: bold;
}

.postsbycategory {
    max-width: 80%;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.postCard:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}

.postCard {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    background-color: #fff;
    border: 0 solid #69727d;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .25s;
    width: 100%;
}
.postCardHeader {
    margin: 20px;
    font-weight: 600;
    font-size:21px;
    color: #54595F;
}
.postCardHeader a {
    text-decoration: none;
}
.postCardBody a {
    color: #0D49B7;
    text-decoration: none;
    font-size: 14px;
}
.postCardBody {
    margin-left: 20px;
    margin-bottom: 20px;
}
.postCardDate {
    padding:20px;
    border-top: 1px solid #eaeaea;
    color: #adadad;
    font-size: 14px;
}
.woocommerce div.product div.images img {
    display: block;
    width: auto;
    max-height: 600px;
    box-shadow: none;
}
.revisionSelect {
    background-color: #ffffff;
    border-color: #F0F2F4;
    border-width: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    min-width: 40%;
    font-size: 20px;
    color: #9C9C9C;
}
textarea {
  font-family: var(--wp--preset--font-family--avenir-next-for-best-buy);
}

.wp-site-blocks {
  min-height: 100VH;
  display: flex;
  flex-direction: column;
}

footer {
  margin-top:auto;
}
.support-flex-col {
  flex: 0 0 30% !important;
  min-width: 330px;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.page-id-343 textarea {
  width:80%;
  max-width: 1000px;
}

div.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}
