/*
 Theme Name:     InfluxData 3.0
 Theme URI:
 Author:         i2i Interactive, Inc.
 Author URI:     http://i2ii.com
 Template:       Divi
 Version:        1.0.0
 Description:
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 

/* FOOTER  */

#main-footer #footer-widgets .footer-widget ul { 
    list-style-type: none; 
    margin-top: 0;
    margin-bottom: 10.5px; 
}
#main-footer .container { width: 96%; }
#footer-widgets .footer-widget li:before {
    position: absolute;
    top: 9px;
    left: 0;
    border: none !important;
    content: "";
}
#footer-widgets {
    padding: 4% 0 0;    
}
#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0px;
}

.footer-widget, .footer-widget li, .footer-widget li a, #footer-info {
    font-size: 14px;
    font-weight: 400;
}
#footer-widgets .footer-widget li a:hover {
    color: #2faef3;
}

#footer-bottom  { border-top: solid 2px #383845 !important; }
#footer-bottom .et-social-icon a { font-size: 20px; }

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget { width:100% !important; }

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 10%;    
}
.et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 2.5% 0;
}

#main-footer .footer-widget h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom:  4px !important;
    padding-bottom: 0;
}

/*----------removing carrots in the navigation/ by Olga-----------*/

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {padding-right: 0px;}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {display:none;}



.tech-papers-text { 
    border-bottom: solid 2px #4f4f57;
}

/*  videos pg   */
page-section.gradient-dark {
    color: #999dab;
    background: #383846;
    background: -webkit-linear-gradient(top, #383846 0%, #292933 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#383846), to(#292933));
    background: -o-linear-gradient(top, #383846 0%, #292933 100%);
    background: linear-gradient(to bottom, #383846 0%, #292933 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color1', endColorstr='@color2', GradientType=0);
}
.video-desc p {
   font-size: 14px;
   line-height: 1.25em;
   color: #999dab;
}



input#mce-EMAIL.email { font-size: 14px; line-height: 30px; }
input#mc-embedded-subscribe.btn.btn-primary { line-height: 14px; }

/* btns */


.btn-success {
    color: #f2fff4;
    background-color: #4ed8a0;
    border-color: #32b08c;
    display: inline-block;
    padding: 9px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;  /* was 4px  */
}
.btn-success:hover,
.btn-success:hover:focus {
  color: #fff !important;
  background-color: #7ce490;
  border-color: #7ce490;
}
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success.active {
  color: #fff !important;
  background-color: #a5f3b4;
  border-color: #7ce490;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.btn-info2 {
    color: #fff !important;
    background-color: #434453;
    border-color: #434453;
    font-size: 14px;
    line-height: 1.5;
    padding: 9px 18px;
    text-transform: uppercase;
}
.btn-info2:hover, .btn-info2:hover:focus {
    background-color: #676977;
    border-color: #676977;
}
.hero .btn { margin-right: 6px; margin-left: 6px; 
}

.btn-tryit2 {
    color: #f2fff4;
    background-color: #22adf6;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px; 
}
.btn-tryit2:hover,
.btn-tryit2:hover:focus {
  color: #fff !important;
  background-color: #fff;
  border-color: #fff;
}
.btn-tryit2:active,
.btn-tryit2:active:hover,
.btn-tryit2:active:focus,
.btn-tryit2.active {
  color: #fff !important;
  background-color: #23cafc;
  border-color: #23cafc;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.btn-outline-light {
    color: #fff !important;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .6);
    transition: background-color .25s ease, color .25s ease, border-color .25s ease !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 18px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;  
}
.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, .3);
}
.btn-danger {
    color: #fff !important;
    background-color: #f95f53;
    border-color: #f95f53;
    font-size: 14px;
}
.btn-danger:hover {
    background-color: #fd8569;
    border-color: #fd8569;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-warning {
    color: #fff !important;
    background-color: #7a65f2;
    border-color: #7a65f2;
    font-size: 14px;
}
.btn-warning:hover {
    background-color: #9497fc;
    border-color: #9497fc;
}

.btn-primary {
    color: #fff !important;
    background-color: #22adf6;
    border-color: #22adf6;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 18px;
    text-transform: uppercase;
}
.btn-primary.active {
    color: #fff !important;
    background-color: #286090;
    border-color: #286090;

}
.btn-primary:hover {
    background-color: #23cafc;
}
.btn-primary-on {
    color: #fff !important;
    background-color: #23cafc;
    border-color: #22adf6;
    font-size: 14px;
    line-height: 14px;
    padding: 9px 18px;
    text-transform: uppercase;
}

.btn-primary-on:hover {
    background-color: #22adf6;
}

.btn-primary-footer {
    color: #fff !important;
    background-color: #22adf6;
    border-color: #22adf6;
    font-size: 14px;
    line-height: 14px;
    height: 32px;
    padding: 0px 18px;
    text-transform: uppercase;
}
.btn-primary-footer2 {
    color: #fff !important;
    background-color: #22adf6;
    border-color: #22adf6;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    height: 36px;
    padding: 4px 4px !important;
    margin-left: 8px;
    position: relative;
    top: 4px;
    text-transform: uppercase;
}

.btn-primary-footer:hover, .btn-primary-footer2:hover {
    background-color: #23cafc;
}

.btn-lg {
    height: 58px;
    border-radius: 4px;
}

#submit.form-submit.et_pb_button, #submit.submit.et_pb_button {
    color: #ffffff;
    border-radius: 3px;
}

/*--------Styling Contact Sale button---------*/
.contact_sale {
    position: fixed;
    background: #22adf6;
    color: red;
    font-size: 14px;
    z-index: 9999;
    bottom: 0;
    width: 180px;
    left: 50%;
    margin-left: -90px;
}
.contact_sale a {
    display: block;
    color: #fff;
    font-size: 19px;
    padding: 10px 30px;
}

@media only screen and (max-width: 768px) {
.contact_sale { display: none !important; }}


.text-left .btn {
    margin-right: 12px;
    margin-left: 0;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.5;
    border-top: 1px solid #eef0f2;
}
.table.table-prods td {border-bottom: none;
    border-right: none;
    border-left: none;
}
.table td {
    color: #8e91a1;
}
.product-tables table.table tbody tr:first-child td {
    border-top: 0px;
}
.table.v-center td {
    vertical-align: middle;
}


#thank-you-message h2,
#thank-you-message p {
  color: #22ADF6;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.p_margin p {margin: 0;}

.text-left .btn{cursor: pointer;}
.form-control {
    border: 2px solid #eeeff2 !important;
    box-shadow: none;
    padding: 6px 12px !important;
}
.form-control:focus {
    background-color: #fff;
    border-color: #22adf6 !important;
    box-shadow: 0 0 8px rgba(0, 201, 255, 0.5);
}
.form-control::-moz-placeholder {
    color: #bec2cc;
    font-weight: 400;
}
.form-group label {
    color: #999dab;
    font-size: 14px;
    font-weight: normal;
}

.learn_page .cllopser {
    position: relative;
    margin: 0 0 12px;
}
.learn_page .cllopser:before{
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #2f1f29 transparent transparent;

}
.learn_page .cllopser.collapsed:before{display: none;}
.learn_page .cllopser h6.c_title {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 28px;
    padding: 12px;
}
.learn_page .cllopser .number_box {
    background: #7a7077 none repeat scroll 0 0;
    border: 5px solid #7a7077;
    bottom: 0;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    left: 0;
    line-height: 40px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
}
.learn_page .cllopser[aria-expanded="true"] .number_box{
    background: #fafafc;
    color: #2f1f29;
    border-color: #2f1f29;
}
.et_pb_section_2 h2 {
    text-align: center;
}

.featured_holder ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    word-spacing: -4px;
}
.featured_holder li {
    background: #ffffff none repeat scroll 0 0;   
    display: inline-block;
    margin: 0 1% 20px;
    vertical-align: top;
    width: 31%;
    word-spacing: normal;
}
.featured_holder li:hover{background: #e0e1e4;}
.featured_holder li a{
    display: block;
    height: 100%;
}
.featured_holder li .img_holder img {
    display: block;
    height: auto;
    width: 100%;
}
.featured_holder li .title_holder a {
    color: #373745;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding: 30px 10px;
}
.f_sections h2 {
    padding: 0 10px 10px;
}
.toggle-block.filter-frame {
    overflow: hidden;
}
.filter-frame .opener {
    float: right;
}
.toggle-block.filter-frame {
    overflow: hidden;
    padding: 30px 10px;
}
.filter-frame .opener span.txt {
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
    color: #373745;
}
.filter-frame .opener span.icon {
    background: #22adf6 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
}
.filter-frame .opener:hover{opacity: 0.9;}
.filter-frame .slide.slide-content {
    clear: both;
}
.filter-frame .filter-options {
    overflow: hidden;
    text-align: center;
}
.filter-frame .check_wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 0 10px;
    width: 19%;
	float:left;
}
.filter-frame .slide.slide-content {
    clear: both;
    padding: 10px 0 0;
}
.filter-frame .btn_filter {
    background: #22adf6 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px;
    text-transform: capitalize;
}
.filter-frame .btn_filter:hover{opacity: 0.9;}
.filter-frame.expanded .opener span.icon {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* Products pages */
#products-menu-module-strip .et_pb_fullwidth_menu .fullwidth-menu-nav > ul li.products-menu-title {  
	float: left;
	position: relative;
	top: 5px;
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li.products-menu-title a  {
	font-size: 18px !important;
    color: #47c68f !important;
	}


.fullwidth-menu-nav ul li {
    display: inline-block;
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu li.current-menu-item > a {
    color: #47c68f; 
}

.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li.current-menu-item a {
    color: #47c68f !important;
}

/*Added by Mark for blog warnings */

.old-version {
    width: auto;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.25em;
    padding: 1em 1em 1em 6em;
    background-image: url(https://www.influxdata.com/wp-content/uploads/warning_icon_orange_on_black.png);
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-color: #D4D7DD;
    position: relative;
    margin-bottom: 1em;
}

/* ---------------------------------------------
---------------Customer Pages ----------
--------------------------------------------------*/
#main-content.wj_customer_page .container::before { display: none; }
#main-content.wj_customer_page .container { padding-top: 40px; padding-bottom: 40px;}

#main-content.wj_customer_page #left-area,
#main-content.wj_customer_page .et_pb_row {
	width: 100%;
}

.wj_customer_header_section {
	padding: 60px 0px 40px;
	text-align: center;
	background: url(https://www.influxdata.com/wp-content/uploads/integrations-background.jpg) !important;
	background-size: cover !important;
}
.wj_customer_header_section h1 {
	color: #fff;
   }

#main-content.wj_customer_page #left-area { border-right: none; }

/*--------------------desktop---------------------------*/

@media screen and (min-width: 981px) {

.wj_customer_hero_image img {
	position: absolute;
        margin-top: -110px;
	max-width: 211px;
	background-color: #fff;
	box-shadow: rgba(0, 68, 126, 0.2) 2px 2px 5px;
}

.wj_customer_intro_section { padding-bottom: 40px; }
.wj_customer_intro_section, .wj_customer_content { padding-left: 250px; }
.wj_customer_header_section h1 { margin-bottom: -10px; }
}

/*-------tablet & mobile----------*/
@media only screen and ( max-width: 980px ) {

.wj_customer_hero_image img {
	position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: -80px;
        max-width: 211px;
	background-color: #fff;
	box-shadow: rgba(0, 68, 126, 0.2) 2px 2px 5px;
}

.wj_customer_intro_section { padding-top: 40px; padding-bottom: 40px;}
}




/* ----- Resources & Training Template moved from bootstrap ----- */
  .infx-container {
    display: block;
    overflow: hidden;
    padding: 0px 35px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .infx-col-md-4 { width: 35%; float: right; padding: 40px 0 0 20px;}
  .infx-col-md-8 { width: 65%; float: left; }
  @media screen and ( max-width: 1023px ) {
    .infx-col-md-4 { width: 100%; float: none; margin-top: 50px; padding: 0; }
    .infx-col-md-8 { width: 100%; float: none; }
  }


/* --- Marketo Fixes --- */
.mktoForm .mktoRequiredField label.mktoLabel[for=Privacy_Policy_Consent__c] {
  float: left;
  margin-right: 10px;
}
.mktoForm.mktoLayoutAbove input.mktoField[name=Privacy_Policy_Consent__c] {
  clear: none;
  margin-left: 0px;
  margin-top: 4px;
  margin-right: 5px;
}
.mktoForm.mktoLayoutAbove .mktoLogicalField.mktoCheckboxList {
  clear: none;
}


/* --- Make secondary nav "sticky" at the top w/out the plugin -- */
@media screen and (min-width: 981px) {
  #products-menu-module-strip + div {
    display: block;
    margin-top: 74px;
  }
  #main-content.wj_customer_page{ margin-top: 0 }

  .single-technical-paper { margin-top: 95px; }
  #products-menu-module-strip {
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 54px;
    border-bottom: 1px solid #545567;
  }
  body.wj_customer-template-default #products-menu-module-strip {
    top: 0;
  }
}

@media screen and (max-width: 1130px) and (min-width: 981px) {
  #main-content.wj_customer_page,
  #products-menu-module-strip + div {
    margin-top: 111px;
  }
  #products-menu-module-strip {
    top: 89px;
  }
}

@media screen and (max-width: 1120px) and (min-width: 981px) {
  #main-content.wj_customer_page,
  #products-menu-module-strip + div {
    margin-top: 77px;
  }
  #products-menu-module-strip {
    top: 55px;
  }
}
@media screen and (max-width: 980px) {
  #products-menu-module-strip {
    position: relative;
  }
}
