/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/

/* Form specfic styles */

.gform_wrapper h2 {
  color: #002458;
}

/* quiz form is molly miad the right fanchise for you? */

#gform_wrapper_6 ul.gfield_radio  , #gform_wrapper_7 ul.gfield_radio {
  display: flex;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

#gform_wrapper_6 ul.gfield_radio li label, #gform_wrapper_7 ul.gfield_radio li label{
  width: auto !important;
}

#gform_wrapper_6 ul li.gfield , #gform_wrapper_7 ul li.gfield {
    width: 100%;
}

 .fusion-body #main #gform_wrapper_6 .gform_footer .gform_button ,  .fusion-body #main #gform_wrapper_7 .gform_footer .gform_button{
   float:left;
 }


/* Home Page Mobile Servcie Contact */

 .gform_wrapper .gform_footer .gform_button{
  background: #004990 !important;
color: #fff;
}
 .home .gform_wrapper .gform_footer .gform_button{
font-size: 16px;
}
 .gform_wrapper ul.gfield_checkbox{
  padding-left:1px;
}



/* Voucher Search */

.widget_mm_gc_search {
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}
.widget_mm_gc_search label {
  font-size: 15px;
  margin-bottom: 0px;
  display: block;
}
.widget_mm_gc_search input[type="text"] {
  margin-left: 0px!important;
  width: 150px !important;
  border: 4px solid #f1f2f3 !important;
  border-radius: 4px;
}
.widget_mm_gc_search input[type="submit"] {
  border-radius: 4px;
  padding: 0px 23px !important;
  background: #002458;
  color: #fff;
  border: 4px solid #002458 !important;
  background-color: #002458 !important;
  margin-left: 15px !important;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_mm_gc_search input, .widget_mm_gc_search select {
  height: 60px !important;
}

.widget_mm_gc_search #pform:after{
	content: "OR";
	display: block;
	margin-top: 20px;
	font-weight: bold;
}

.widget_mm_gc_search select {
  border: 4px solid #f1f2f3 !important;
  border-radius: 4px;
	min-width:  280px;
}
.widget_mm_gc_search input:focus, .widget_mm_gc_search textarea:focus, .widget_mm_gc_search select:focus {
  border: 4px solid #002458 !important;
  outline: -webkit-focus-ring-color auto 0px;
}

/* Contact Us (sidebar) */

#sidebar .gform_wrapper ul li.gfield {
  margin-top: 20px;
}
#sidebar .gform_title {
  font-size: 20px;
  color: #004990;
}
#sidebar .ginput_container_address span {
  margin-top: 10px;
  display: block;
}
#sidebar .gform_wrapper {
  margin-top: 20px;
  border-left: 1px solid #fea3bb;
  padding: 20px;
  background: #ffe8ed;
  }

/* End of form specfic styles */

table thead tr th a.up {
  background-image: none !important;
}
.page-template-template-join-team-php .fusion-page-title-bar-breadcrumbs {
  display: none;
}
.column-count-4-of-4 ul li.gfield {
  width: 100%;
}
.jt-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.jt-banner__inner {
  /*min-height: 740px;*/
  background: rgba(255, 255, 255, .5);
  padding: 50px 20px;
  display: table;
  width: 100%;
}
.jt-banner__row {
  display: table-cell;
  vertical-align: middle;
  with: 100%;
}
.jt-banner__row__inner {
  width: 100%;
  /*max-width: 1100px;*/
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.jt-banner__left {
  color: white;
}
.jt-banner__left__inner {
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.jt-banner__left__inner h2 {
  font-size: 33px;
  font-weight: normal;
}
.jt-banner__left__inner p {
  font-size: 16px;
}
.js-banner__right__inner {
  background: white;
  border-radius: 30px;
  padding: 20px;
  max-width: 420px;
  border: 4px solid #d4ddea;
  margin: auto;
}
.js-banner__right__inner h3 {
  font-size: 22px;
  max-width: 230px;
  color: #004990;
  margin: auto;
}
.js-banner__right__inner p {
  font-size: 12px;
  color: #636466;
}
.js-banner__right__inner .form-group input[type=submit] {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.page-template-template-join-team #wrapper .post-content h2 {
  font-size: 30px;
}
.cta__left h2 {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .jt-banner__inner {
    /*height: 740px;*/
    background: rgba(255, 255, 255, .5);
  }
  .jt-banner__left {
    width: 60%;
  }
  .jt-banner__row__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .jt-banner__left__inner {
    display: block;
    margin: auto;
  }
  .jt-banner__right {
    width: 40%;
  }
  .js-banner__right__inner {
    display: block;
    margin: auto;
    max-width: 275px;
  }
}
.form-group {
  margin-bottom: 10px;
}
.form-group input {
  border: 3px solid #d4ddea !important;
  height: 55px;
  font-size: 12px;
}
.form-group input[type=submit] {
  border: 0 !important;
  background: #ffa2bb;
  border-radius: 5px;
  color: white;
  display: block;
  width: 100%;
}

/*******
Team block
*******/

.team-blocks {}
.team-block {
  border: 6px solid #f0f3f9;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  max-width: 335px;
  margin: 0 auto 20px;
}
.team-block__text {
  /*background: url('/wp-content/uploads/2016/12/blog_christmas-tree.jpg') no-repeat;*/
  background-size: cover;
  background-position: center center;
  color: white;
}
.team-block__text__inner {
  padding: 35px 25px 70px;
  background: rgba(61, 89, 132, .9);
}
.team-block img {
  width: 95px;
  height: 95px;
  margin-top: -40px;
  border-radius: 50%;
  border: 6px solid #3d5984;
}
@media screen and (min-width: 768px) {
  .team-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 100px 0;
  }
  .team-block {
    margin: 0 0 20px;
  }
}
.cta {
  border: 6px solid #f0f3f9;
  border-radius: 20px;
  text-align: center;
  padding: 25px 35px;
}
.cta__right .button {
  display: inline-block;
  background: #ffa2bb;
  border-radius: 10px;
  color: white;
  transition: all .3s ease-in-out;
  padding: 20px 60px;
  float: right;
  font-weight: bold;
}
.cta__right .button:hover {
  background: #ffa2bb;
}
@media screen and (min-width: 768px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
  }
  .cta__left {
    flex: 1 1 auto;
  }
  .cta__left h2 {
    margin: 0;
  }
  .cta__right {
    width: 350px;
    margin-left: 30px;
  }
  .cta__right .button {
    display: inline-block;
    background: #ffa2bb;
    border-radius: 10px;
    color: white;
    transition: all .3s ease-in-out;
    padding: 20px 60px;
    float: right;
  }
  .cta__right .button:hover {
    background: #ffa2bb;
  }
}
.contact-cta {
  background: #f7f9fc;
  min-height: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-cta__inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  text-align: center;
  background: white;
  border-radius: 20px;
  border: 6px solid #f0f3f9;
  padding: 65px 30px 60px;
}
.contact-cta__inner h2 {
  color: #004990;
  font-size: 22px;
  line-height: 1em;
}
.contact-cta__inner p {
  color: #b5b5b5;
  font-size: 18px;
  margin-bottom: 25px;
}
.contact-cta__phone {
  color: #004990;
  font-size: 30px;
}
.contact-cta__phone:before {
  content: " ";
  background: url('img/phone-icon.jpg') no-repeat;
  background-size: 38px 37px;
  background-position: center center;
  height: 35px;
  width: 35px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  border: 4px solid #f1f2f3 !important;
}
.gform_wrapper input, .gform_wrapper select {
  height: 60px !important;
}
.gform_wrapper .select-arrow {
  background-color: transparent !important;
  border-left: 0;
}
.gform_wrapper {
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
}

.page-template-template-join-team-form .gform_wrapper{

   margin-top: 60px;

	}


.gfield_visibility_hidden {
  display: none!important;
}
.gform_wrapper .top_label .gfield_label {
  font-size: 15px;
}
li.multicolumn-start, li.divider-list-item {
  width: 100%;
}
.multicolumn-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid #e4e4e4;
  padding-bottom: 50px;
}
.multicolumn-wrapper ul, .divider-list-item ul {
  width: 100%;
  padding: 20px 0;
}
.gform_wrapper .multicolumn-wrapper .gsection, .gform_wrapper .divider-list-item .gsection {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 0;
}
#wrapper .post-content .gform_wrapper .gsection_title {
  color: #333;
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 5px;
  font-weight: bold;
}
.gform_wrapper .gform_body {
  max-width: 100%;
}
.hide-the-star .gfield_required{
  display:none;
}

.gform_wrapper .gfield_radio input {
  display: none !important;
}
.gform_wrapper .gfield_radio label {
  float: left;
}
.gform_wrapper ul.gfield_radio li label {
  display: inline-block;
  width: 90px !important;
  background-color: white;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 4px solid #f1f2f3 !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  /*text-transform: uppercase;*/
  border-radius: 4px;
  font-weight: bold;
  margin-left: 5px;
}
.gform_wrapper .gfield_radio label:hover {
  cursor: pointer;
}
.gform_wrapper .gfield_radio input:checked+label {
  background-color: #002458;
  border: 4px solid #002458 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.gform_wrapper ul.gfield_radio li {
  display: inline-block;
}
.gform_wrapper ul.gfield_radio li:first-child {
  margin-left: -5px;
}
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  border: 4px solid #f1f2f3 !important;
  border-radius: 4px;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
  border: 4px solid #002458 !important;
  outline: -webkit-focus-ring-color auto 0px;
}
.fusion-body #main .gform_wrapper .gform_button, .fusion-body #main .gform_wrapper .gform_footer .gform_button {
  width: auto!important;
  border-radius: 4px;
  padding: 0px 23px !important;
  background: #002458;
  color: #fff;
  border: 4px solid #002458 !important;
  float: right;
}
.fusion-body #sidebar .gform_wrapper .gform_button, .fusion-body #sidebar .gform_wrapper .gform_footer .gform_button {
  display: block;
  width: 100% !important;
  max-width: 98%;
  float: none;
  padding: 0px !important;
}
table.gfield_list {
  display: flex;
}
.ginput_list thead, .ginput_list tbody {
  width: 50%;
}
.ginput_list thead tr {
  display: flex;
  flex-direction: column;
}
.ginput_list tbody tr {
  display: flex;
  flex-direction: column;
  position: relative;
  left: auto;
}
table.gfield_list td, table.gfield_list th {
  min-height: 80px;
  padding-top: 10px;
}
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons:after {
  content: "Add More Employment";
  font-size: 10px;
  color: #c5c6c7;
}
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
  display: none!important;
}
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item {
  opacity: 0.3 !important;
}
.application_question {
  background: #e9eaee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}
.application_question_inner {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 4px solid #dadada;
  text-align: center;
}
.application_question_inner h1 {
  color: #002458;
  line-height: 1.2em;
}
.application_question_inner h1 svg {
  margin-bottom: -4px;
}
.application_question_inner h3 {
  color: #dadada;
}
@media screen and (max-width: 767px) {
  .jt-banner__left__inner p:nth-child(3) {
    display: none;
  }
  span.fonenumber {
    display: block;
    margin: auto;
  }
}
@media screen and (min-width: 980px) {
  .contact-cta__inner h2 {
    font-size: 30px;
  }
  .contact-cta__inner p {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .multicolumn-wrapper .left-padding, .divider-list-item .left-padding {
    width: 35%;
  }
  #wrapper .post-content .gform_wrapper .gsection_title {
    padding-top: 65px;
  }
  .gform_wrapper ul li.gfield {
    width: 48%;
  }

	.modal-body .gform_wrapper ul li.gfield {
	    width: 75%;
	    margin-left: 12.5%;
	    margin-bottom: 50px;
	}

.modal-body .gform_wrapper ul li.gfield .gravity-select-parent
	{
		min-width: 180px;
	}

.modal-body .gform_wrapper  .gform_footer .gform_button
{  width: 95%;
max-width: 100%;
position: relative;
color: #fff;
background: #004990;
font-size: 16px;
}


  #sidebar .gform_wrapper ul li.gfield {
    width: 100%;
  }
  .gform_wrapper ul li#field_1_12, .gform_wrapper ul li#field_1_20 {
    width: 100%;
  }
  .gform_wrapper ul li#field_1_7 {
    max-width: 200px;
  }
  .gform_wrapper ul li#field_1_3 {
    width: 60%;
  }
  .gform_wrapper ul li#field_1_4 {
    width: 36%;
  }
  .gform_wrapper ul li#field_1_13 {
    width: 100%;
  }
  .multicolumn-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gform_wrapper ul li.radio-label {
    margin-top: 20px;
  }
  .multicolumn-wrapper .ginput_container_radio ul {
    justify-content: flex-start;
  }
  .gform_wrapper ul.gfield_radio li label {
    width: 100px !important;
    padding: 14px 14px;
  }
  .page-template-template-join-team-form .post-content {
    padding-top: 40px;
  }
}
body.page-template-template-join-team {
  font-size: 15px;
  line-height: 1.6em;
}
.fusion-separator {
  margin-bottom: 75px!important;
}
body.page-template-template-join-team h1 {
  font-size: 1.7em;
}
@media screen and (max-width:650px) {
  .fusion-separator {
    margin-bottom: 20px!important;
  }
  .jt-banner {
    background-image: url('img/job_app_banner_mobile.jpg') !important;
  }
}
/* 2017-07-21 styles */
.franchise-list-wrapper ul{
	list-style: none;
	padding: 0;
	overflow: auto;
}
.franchise-list-wrapper li{
	float: left;
	width: 100%;
}
@media screen and (min-width:420px) {
	.franchise-list-wrapper li{
		float: left;
		width: 50%;
		padding-right: 20px;
		margin: 0;
	}
}
@media screen and (min-width:768px) {
	.franchise-list-wrapper li{
		width: 33.33%;
	}
}