/*
Theme Name: AllinBrand
Theme URI: http://allinbrand.com
Description: AllinBrand
Author: nttam
Author URI: http://allinbrand.com
Template: Divi
Version: 1.0
*/


/* =================== */

header .et_pb_menu__logo-wrap {
	position: absolute;
    background: #000;
	margin-top: 1px;
}

header .et_pb_menu__logo-wrap .et_pb_menu__logo {
	margin-right: 0px;
}

header .et_pb_menu__logo-wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, #b9903a, #e6d576, #d0b357, #e6d576);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
	width: 100%;
    height: 100%;
    left: -1px;
    top: -1px;
    z-index: -1;
}

.et_pb_menu ul li.current-menu-item>a:before {
    border-bottom: 4px solid var(--gcid-primary-color) !important;
    content: '';
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.woocommerce-account #left-area {
  width: 100%;
  padding: 0px;
}

#main-content .container::before {
	content: none;
}

.woocommerce-account .container, .woocommerce-checkout .container {
	padding-top: 120px !important;
	padding-bottom: 90px;
}

.woocommerce-account  h1.entry-title.main_title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.woocommerce-checkout .container div#left-area {
    width: 60%;
    margin: 0 auto;
    padding: 0px;
    float: unset;
}

.woocommerce-checkout .container div#left-area p.woocommerce-notice {
    margin-bottom: 15px;
}

.woocommerce-checkout .container div#left-area ul.woocommerce-order-overview.order_details {
    background: #e8e8e8;
    padding: 15px;
}

.woocommerce-checkout td.woocommerce-table__product-name.product-name a {
    color: #000;
    text-decoration: underline;
}

.woocommerce-checkout  table.woocommerce-table {
	border: 1px solid #DBDBDB;
}

.woocommerce-checkout  table.woocommerce-table thead tr {
    background: #DBDBDB;
}

.woocommerce table.shop_table {
	font-size: 14px;
	border: 1px solid #111;
}

.woocommerce table.shop_table td {
  border-color: #DBDBDB;
}

.woocommerce table.shop_table thead tr {
	background: #000;
}

.woocommerce table.shop_table thead tr th {
  color: #fff;
}

.order-number a {
  color: #000;
  text-decoration: underline;
}

.order-actions .button.view {
  padding: 6px 15px;
  background: #000;
  color: #fff;
  border-color: #000;
  border-radius: 0px;
  font-size: 14px;
  line-height: normal !important;
}

.order-actions .button.view:hover {
	padding: 6px 20px 6px 10px;
	color: #000;
}

.order-actions .button.view::after {
	font-size: 14px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 78%;
}

.woocommerce-MyAccount-navigation ul {
	box-shadow: 0 0 30px rgba(0, 0, 0, .03);
	margin-bottom: 30px;
	padding: 35px !important;
	list-style: none !important;
	gap: 7px;
	display: flex;
	flex-direction: column;
	border-radius: 16px;
}

.woocommerce-MyAccount-navigation ul li a {
	color: #000;
	font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #d79e1f;
	display: flex;
	align-items: center;
}

.woocommerce-MyAccount-navigation ul li.is-active a::before {
	content: '';
	background: #d79e1f;
	width: 15px;
	height: 2px;
	position: relative;
	left: 0;
	display: inline-block;
	margin-right: 10px;
}


/*  */
.all-events {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.event-item {
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.wpcf7 .row {
    display: inline-block;
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    display: flex;
}

.col-md-12 {
    width: 100%;
	float: left;
}

.col-md-6 {
    width: 50%;
	float: left;
}

.col-md-4 {
    width: 33.33%;
	float: left;
}

.col-md-4, .col-md-6, .col-md-12 {
	position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7 input[type="submit"] {
    border-radius: 25px;
    padding: 7px 30px;
    background-color: #199ad6;
    cursor: pointer;
    transition: all 0.5s;
    text-transform: uppercase;
    border: 2px solid #199ad6;
    color: #fff;
}

.wpcf7 input[type="submit"]:hover {
    transition: all 0.5s;
	color: #199ad6;
	background: transparent;
}
.wpcf7-recaptcha {
    margin-bottom: 20px;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]),
.wpcf7 textarea, .wpcf7 .et_pb_contact_field input, .wpcf7 .et_pb_contact_field textarea {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    border: 2px solid #E4E1DE;
}

.wpcf7 textarea {
    min-width: 100%;
    max-width: 100%;
    max-height: 100px;
    min-height: 100px;
	resize: none;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]):focus,
.wpcf7 textarea:focus {
    border: 2px solid #199ad6;
}

span.wpcf7-form-control-wrap.recaptcha .wpcf7-recaptcha {
    transform-origin: top left;
    transform: scale(0.822368);
    display: inline-block;
    margin-bottom: 0 !important;
}

/* device */

@media only screen and (max-width: 1310px) {
	
}

@media only screen and (max-width: 1280px) {

}

@media only screen and  (max-width: 1270px) {
	
}

@media only screen and  (max-width: 1200px) {
	
}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (min-width: 981px) {
	
	.display-flex {
		display: flex;
	}
	
	.align-items-center {
	   align-items: center;
	}
	
	.align-items-end {
		align-items: end;
	}
	
}

@media only screen and (max-width: 980px) {
	
}

@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 480px) {
	
}

@media only screen and (max-width: 360px) {
	
}

@media only screen and (max-width: 320px) {
	
}