/*
Theme Name: Talent
Theme URI: http://talent.io/
Author: Playout production
Author URI: https://playoutprod.com/
Description: Wordpress theme for Talent.io
Version: 0.2
License:
License URI:
Tags: custom
Text Domain: talent_td
Template:  Divi
*/
@import url("../Divi/style.css");
@import url("styles/unset_divi.css");
@import url("fonts/markpro.css");
@import url("styles/header.css");
@import url("styles/menus.css");
@import url("styles/footer.css");
@import url("styles/home.css");
@import url("styles/backgrounds.css");
@import url("styles/testimonials.css");
@import url("styles/buttons.css");
@import url("styles/slide.css");
@import url("styles/steps.css");
@import url("styles/howitworks.css");
@import url("styles/fbo.css");
@import url("styles/terms.css");
@import url("styles/map.css");
@import url("styles/basics.css");

body{
  font-family: 'markpro-book';
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:after{
  content:'';
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: #FFF;
  /*background-image: url('images/talent_grid.png');*/
  opacity:1;
  display: block;
  z-index: 99999999999;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  pointer-events: none;
  background-size: contain;
}
body.builder_ready:after{
  opacity: 0;
}
body.builder_ready.ie10:after{
  height:0;
}
/*

body.et_mobile_device:after,
body.et_mobile_device_not_ipad:after{
    background-image: url('images/talent_grid_mobile.png');
}*/

body.et_mobile_device_not_ipad{
  font-size: 10px;
}
body.et_layout_big{
  font-size: 25px;
}
#page-container{
  margin-top: 2px;
  overflow: hidden;
}
.container {
  width:100%;
}
#main-content,
#main-header>.container,
#main-footer>.container{
  margin: auto;
}


/* --- SECTIONS --- */

.et_pb_section{
  margin: auto;
}
.et_mobile_device .et_pb_section,
.et_layout_small .et_pb_section{
  padding-left: 0;
  padding-right: 0;
  margin-left:0;
  margin-right:0;
}

/* --- ROWS --- */
.et_mobile_device .et_pb_section .et_pb_row{
  margin:0;
  width:100%;
  padding-left:0!important;
  padding-right:0!important;
}


/* --- COLUMNS --- */

.et_pb_section .et_pb_row:not(.sticky):not(.step)>.et_pb_column.et_pb_column_1_3{
  min-width: 23em;
}
.et_layout_small .et_pb_section .et_pb_row:not(.sticky):not(.step)>.et_pb_column.et_pb_column_1_3,
.et_mobile_device .et_pb_section .et_pb_row:not(.sticky):not(.step)>.et_pb_column.et_pb_column_1_3{
  min-width: 18em;
}

.et_mobile_device .et_pb_section .et_pb_row .et_pb_column{
  margin-left:0;
  margin-right:0;
  padding-left: 1em;
  padding-right : 1em;
}
.et_layout_small .et_pb_section .et_pb_row.layout>.et_pb_column,
.et_mobile_device .et_pb_section .et_pb_row.layout>.et_pb_column{
  padding: 0;
}

.et_pb_equal_columns .et_pb_column{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


/* --- MODULES --- */

.et_pb_module.disable{
  pointer-events: none;
}
svg.light .dark-blue{
  fill:#FFF;
}
svg.light .icon .dark-blue{
  fill:#FAB72E;
}
svg.light .icon .yellow{
  fill:#FFF;
}
h1,h2,h3,h4,h6{
  font-family: 'markpro-bold'!important;
}

h1,h2{
  font-size: 3em;
  line-height: 1.2em;
  font-weight: bold;
  color: #072144;
}
h1{
  font-size: 3.6em;
}
h3,
.et_pb_column_1_3 h3,
.et_pb_column_1_5 h3{
  font-size: 2em;
  color: #072045;
}
h4,
.et_pb_column_1_3 h4,
.et_pb_column_1_5 h4{
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: bold;
  color: #072144;
}
h5,
.et_pb_column_1_3 h5,
.et_pb_column_1_5 h5{
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  color: #072144;
}
.et_pb_column_2_5 h5{
  font-size: 2em;
}

.et_mobile_device_not_ipad h1
.et_mobile_device_not_ipad h2{
  font-size: 3em;
}
.et_pb_bg_layout_light h1,
.et_pb_bg_layout_light h2{
  color:#072144;
}
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2{
  color:#FFF;
}
.et_mobile_device h5,
.et_layout_small h5{
  font-size: 1.7em;
}
.et_mobile_device_not_ipad h5{
  font-size: 1.5em;
}
p{
  line-height: 1.5em;
}

.quote p{
  padding-left:2em;
  color: #aaaaaa;
}
.et_mobile_device_not_ipad .quote p{
  padding-left:0;
}
.quote p:before{
  content:'';
  display: block;
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #26f2e1;
  position: absolute;
  left:0;
  top:50%;
  -webkit-transform : translate(0,-50%);
      -ms-transform : translate(0,-50%);
          transform : translate(0,-50%);

}
.et_mobile_device_not_ipad .quote p:before{
  display:none;
}


/* --- SPECIALS LAYOUTS --- */

/* KEEP COLUMNS ON TABLETS */
.et_layout_small .et_pb_row.keep_column_tablet,
.et_mobile_device .et_pb_row.keep_column_tablet,
.et_pb_row.keep_column_all{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.et_layout_small .et_pb_row.keep_column_tablet>.et_pb_column,
.et_mobile_device .et_pb_row.keep_column_tablet>.et_pb_column{
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  min-width: none;
}
.et_mobile_device_not_ipad .et_pb_column.split_on_mobile{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 50%;
  min-height: 15em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.et_mobile_device_not_ipad .et_pb_column.split_on_mobile.right{
  padding-left: 0%;
  padding-right: 50%;
}
.et_mobile_device_not_ipad .et_pb_column.split_on_mobile>*{
  width:100%;
}
.et_mobile_device_not_ipad .et_pb_column.split_on_mobile>.et_pb_module.et_pb_image{
  position: absolute!important;
  left:0;
  width:40%;
}
.et_mobile_device_not_ipad .et_pb_column.split_on_mobile.right>.et_pb_module.et_pb_image{
  left:auto;
  right:0;
}
.et_mobile_device_not_ipad .et_pb_module.split_on_mobile .et_pb_text_inner{
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.et_pb_row.list .et_pb_module{
  position: relative;
  padding-left: 5em!important;
}
.et_mobile_device_not_ipad .et_pb_row.list .et_pb_module{
  padding-left: 3em!important;
}
.et_pb_row.list .et_pb_module:before{
  position: absolute;
  top:.2em;
  left:0;
  font-size: 3em;
  font-family: 'markpro-bold';
  font-weight: bolder;
  color:#072045;
}

.et_pb_row.list .et_pb_module_header{
  font-size: 2em;
  font-family: 'markpro-bold';
  font-weight: bold;
  margin-bottom: 1em;
  max-width: 15em;
}
.et_mobile_device_not_ipad .et_pb_row.list .et_pb_module_header{
  font-size:1.5em;
}
.et_mobile_device_not_ipad .et_pb_section.list .et_pb_column:before{
  display: none;
}
.et_pb_section.list .et_pb_blurb_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.et_mobile_device_not_ipad .et_pb_section.list .et_pb_blurb_container{
  display: block;
  text-align: center;
}
.et_pb_section.list .et_pb_module_header{
  padding-bottom: 0;
}
.et_pb_section.list .et_pb_module_header span,
.et_pb_section.list .et_pb_module_header.et-fb-editable-element{
  border: .08em solid #26f2e1;
  border-radius: 3em;
  padding: .1em;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 1.5em;
  font-size: 2.5em;
  text-align: center;
  color:#072045;
}
.et_mobile_device_not_ipad .et_pb_section.list .et_pb_module_header,
.et_mobile_device_not_ipad .et_pb_section.list .et_pb_module_header.et-fb-editable-element{
  text-align: center;
  margin-bottom: 5%;
}

.et_pb_section.list .et_pb_blurb_description{
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    color: #072045;
    line-height: 1.3em;
    padding-left: 2em;
}
.et_mobile_device_not_ipad .et_pb_section.list .et_pb_blurb_description{
  font-size:1.5em;
  padding-left: 0;
}
.et_pb_section.list .et_pb_blurb_description p{
  line-height: 1.3em;
}

.et_pb_column.transitions:before,
.et_pb_column.transitions:after{
  content:url('images/points.svg');
  display: block;
  position: absolute;
  left: 0;
  top: 42%;
  width: 36%;
  height: 40%;
  -webkit-transform: translate(-74%, -50%);
      -ms-transform: translate(-74%, -50%);
          transform: translate(-74%, -50%);
}
.et_pb_column.transitions:after{
  left:auto;
  right:0;
  -webkit-transform: scale(-1,1) translate(-74%, -50%);
      -ms-transform: scale(-1,1) translate(-74%, -50%);
          transform: scale(-1,1) translate(-74%, -50%);
}

#left-area ul,
.comment-content ul,
.entry-content ul,
article .container ul,
ul{
  padding: 0;
}

article li {
    list-style: none;
    position: relative;
    padding-left: 2em;
}

article li:before {
  content: "·";
  font-size: 5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: .15em;
  color:#26f2e1;
}
article .et_pb_row.step li:before {
  content: "";
  height: 1em;
  font-size: 1.5em;
  top: .3em;
}
body.infobann #infobann{
  position: fixed;
  top:0;
  left:0;
  width:100%;
}
