/* History Line */
#history-line {
    display: flow-root;
    position: relative;
    height: auto !important;
    width: 100% !important;
    max-width: 1216px !important;
    margin: 0 auto 50px;
}

#history-line:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: #000000;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#history-line h4.et_pb_module_header {
    font-family: 'Dobra Book' !important;
    font-weight: 600 !important;
}

#history-line .et_pb_blurb_content {
    display: flex !important;
    flex-direction: row !important;
}
#history-line .et_pb_image_wrap {
  margin: 0;
}
#history-line .et_pb_blurb_content img {
    width: 100% !important;
    min-height: 180px !important;
    object-fit: cover !important;
}

#history-line .et_pb_blurb_description {
  width: 100%;
}

/* Right */
#history-line .et_pb_row:nth-child(odd) {
    box-shadow: 0 -7px 21px 0 rgba(29, 29, 27, 0.15);
    background: #ffffff;
    width: 45%;
    float: right;
    display: block;
    position: relative;
    clear: both;
  	margin: 0 20px 0 20px !important;
  	padding: 0 !important;
}

#history-line .et_pb_row:nth-child(odd) .et_pb_module_header {
    text-align: left;
    width: 100%;
}

#history-line .et_pb_row:nth-child(odd) .et_pb_column:nth-child(1):before {
    content: "";
    height: 30px;
    width: 15px;
    position: absolute;
    top: 10px;
    left: -15px;
    background-image: url(/wp-content/themes/cip/styles/img/ico-triangle-right.svg);
    background-size: cover;
}

#history-line .et_pb_row:nth-child(odd):before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/cip/styles/img/bubble.svg);
    background-size: cover;
    border-radius: 100%;
    position: absolute;
    z-index: 9999 !important;
    left: -10.2%;
    margin-top: 12px;
}

#history-line .et_pb_row:nth-child(odd) .et_pb_blurb_content .et_pb_main_blurb_image {
  order: 1;
  width: 36%;
  min-height: 180px;
  display: inline-flex;
  margin-bottom: 0px !important;
}

#history-line .et_pb_row:nth-child(odd) .et_pb_blurb_content .et_pb_blurb_container {
  order: 2;
  width: 100%;
  display: inline-flex;
}

#history-line .et_pb_row:nth-child(odd) .et_pb_column:nth-child(1) {
    width: 100% !important;
  	float: left;
  	display: block;
}

#history-line .et_pb_row:nth-child(odd) .et_pb_column:nth-child(2) {
    width: 100% !important;
  	float: left;
  	display: block;
  	padding: 15px;
}

#history-line .et_pb_row:nth-child(odd) .et_pb_column:nth-child(1) .et_pb_text {
    background-color: #ad1523;
    position: relative;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    height: 50px;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    float: left;
    text-align: left;
    padding-left: 20px;
  	min-height: initial;
    max-height: initial;
  	min-width: initial;
    max-width: initial;
  	font-family: 'Dobra Bold' !important;
}

/* Left */
#history-line .et_pb_row:nth-child(even) {
    box-shadow: 0 -7px 21px 0 rgba(29, 29, 27, 0.15);
    background: #ffffff;
    width: 45%;
    float: left;
    display: block;
    position: relative;
    clear: both;
  	margin: 0 20px 0 20px !important;
  	padding: 0 !important;
}

#history-line .et_pb_row:nth-child(even) .et_pb_module_header {
    text-align: right;
    width: 100%;
}

#history-line .et_pb_row:nth-child(even) .et_pb_column:nth-child(1):before {
    content: "";
    height: 30px;
    width: 15px;
    position: absolute;
    top: 10px;
  	right: -15px;
    background-image: url(/wp-content/themes/cip/styles/img/ico-triangle-left.svg);
    background-size: cover;
}

#history-line .et_pb_row:nth-child(even):before {
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(/wp-content/themes/cip/styles/img/bubble.svg);
    background-size: cover;
    border-radius: 100%;
    position: absolute;
    z-index: 9999 !important;
    margin-top: 12px;
    right: -10.2%;
}

#history-line .et_pb_row:nth-child(even) .et_pb_blurb_content .et_pb_main_blurb_image {
  order: 2;
  width: 36%;
  min-height: 180px;
  display: inline-flex;
  margin-bottom: 0px !important;
}

#history-line .et_pb_row:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container {
  order: 1;
  width: 100%;
  display: inline-flex;
  float: right;
  padding-right: 15px;
}

#history-line .et_pb_row:nth-child(even) .et_pb_column:nth-child(1) {
    width: 100% !important;
  	float: right;
  	display: block;
}

#history-line .et_pb_row:nth-child(even) .et_pb_column:nth-child(2) {
    width: 100% !important;
  	float: right;
  	display: block;
  	padding: 15px;
}


#history-line .et_pb_row:nth-child(even) .et_pb_column:nth-child(1) .et_pb_text {
    background-color: #ad1523;
    position: relative;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none;
    width: 100%;
    height: 50px;
    font-size: 19px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    float: right;
    text-align: right;
    padding-right: 20px;
  	min-height: initial;
    max-height: initial;
  	min-width: initial;
    max-width: initial;
  	font-family: 'Dobra Bold' !important;
}