/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.alert-box {
  border: 3px solid #f7f7f7;
  border-radius: 5px;
  padding: 5px;
  margin: 15px 1px 15px 1px !important;
  background-color: #ffffff;
}

.alert-icon {
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin: 0px auto !important;
}

.center,
.center-align {
  text-align: center !important;
}

.alert-text {
  padding: 5px 10px 5px 10px !important;
}

.code-table,
.code-table li {
  font-size: 14px !important;
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .code-table,
  .code-table li {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 480px) {
  .code-table,
  .code-table li {
    font-size: 10px !important;
  }
}


a.register {
  border-radius: 25px;
  background-color: #4d99d9;
  border: none;
  margin: 0 29px 0 0;
  padding: 5px 18px;
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
  box-shadow: 0 3px 3px rgb(0 0 0 / 15%), 0 5px 15px rgb(0 0 0 / 15%);
}

a.register:hover {
  text-decoration: none 2px;
}

a.shcd.btn {
  margin: 4px 2px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #ffffff !important;
  border-radius: 36px;
  display: inline-block;
  text-decoration: none !important;
  line-height: 100%;
  box-shadow: 0px 20px 30px -20px rgb(0 0 0 / 25%),
    0px 10px 15px -5px rgb(0 0 0 / 20%);
  border: 0px;
  background-image: linear-gradient(
    to right,
    #f8ac24 0%,
    #eb5f38 51%,
    #f8ac24 100%
  );
}

.button,
.button:visited {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 4px 2px;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 20px 30px -20px rgb(0 0 0 / 25%),
    0px 10px 15px -5px rgb(0 0 0 / 20%);
  padding: 5px 30px;
}

.btn_affiliate,
.btn_affiliate:visited {
  border: 2px solid !important;
  background-color: #ffffff !important;
  border-color: #298f96 !important;
  color: #298f96 !important;
}

.btn_affiliate:hover {
  background-color: #298f96 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn_petrol_white_white,
.btn_petrol_white_white:visited {
  background-color: #298f96 !important;
  border: 2px solid !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.btn_petrol_white_white:hover {
  border-color: #ffffff !important;
  background-color: #76babe !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn_grey_white_white,
.btn_grey_white_white:visited {
  background-color: #afafaf !important;
  border: 2px solid !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.btn_grey_white_white:hover {
  border-color: #ffffff !important;
  background-color: #afafaf !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn_blue_white,
.btn_blue_white:visited {
  background-color: #4e98d3 !important;
  border: 0px solid !important;
  border-color: #4e98d3 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn_blue_white:hover {
  background-color: #2e82c5 !important;
  text-decoration: none !important;
}

.container .shcd.row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.shcd.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; 
}

.shcd.row:after {
    content: "";
    display: table;
    clear: both; }

.shcd.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; 
}

.shcd.row .col.s2 {
	width: 16.66667%;
	margin-left: auto;
	left: auto;
	right: auto; 
}

.shcd.row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; 
}

.shcd-two-column {
	display: flex;
	flex-direction: column;
}

.shcd__logo {
	flex: 0 0 7%;
}

.shcd__content {
	flex: 1 1 93%;
}

@media only screen and (min-width: 601px) {
    .shcd.row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; 
	}
	
	.shcd.row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
		right: auto; 
	}
	
	.shcd.row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; 
	}
	
	.shcd.row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
	
	.shcd-two-column {
		flex-direction: row;
	}
}
