/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/* contact */
::-webkit-input-placeholder {
 color: #ffffff;
}
:-moz-placeholder { /* older Firefox*/
 color: #ffffff;
}
::-moz-placeholder { /* Firefox 19+ */ 
 color: #ffffff; 
} 
:-ms-input-placeholder {  
 color: #ffffff;
}

.wpcf7-form-control {
color:#ffffff;
border: 1px solid #ffffff;
}

.wpcf7-character-count {
color: #ffffff;
}

.message7{
border: 1px solid white;
border-radius: 2px;
background: rgba(0, 0, 0, 0);
width: 100% !important;
color: #ffffff;
}

.subject7{
border: 1px solid white;
}

.message7:focus{
color: #ffffff;
background: rgba(0, 0, 0, 0);
}

.name7 {
color:#ffffff !important;
}

.email7{
color: #ffffff !important;
}


input[type=email], input[type=select], input[type=search], input[type=subject], input[type=text], textarea{
border: 1px solid white;
}

/* Header */
.header-style-1 .menu-hover-style-2 .main-navigation-ul > li.callout-button {
    padding-top: 24px;
}


.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li.callout-button > a {
    margin-top: 12px;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 30px !important;
    border: 1px solid black !important;
}

.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li.callout-button {
    padding-top: 0;
}

.header-style-1 .menu-hover-style-2 .main-navigation-ul > li.callout-button > a {
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border-color: black;
}

.home .header-style-1 .menu-hover-style-2 .main-navigation-ul > li.callout-button > a {
    border-color: white;
}

.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a {
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    border: 0;
    color: #222;
}

/* Headings */
.master-holder h3 {
    font-size: 22px;
}

/* Boxes */
.mk-box-icon.boxed-style .icon-box-boxed.top {
    min-height: 270px;
}

/* Button */
span.mk-button--text {
    text-transform: uppercase;
    text-shadow: none;
}

.tp-caption.rev-btn.rs-hover-ready {
    transition: all .3s ease-in-out !important;
}

.tp-caption.rev-btn.rs-hover-ready:hover {
    background-color: #EFA400 !important;
}

.blendo-button-bottom a {
    width: 30%;
}

/* Features page gif handling */
#laptop{
  position: relative;
  top:0;
  left: 0;
}
#selfservegif{
  padding-top: 5%;
  padding-left: 20%;
  position: absolute;
  width: 289px;
  height: 180px;
  left: 48px;
  top: 15px;
  box-sizing: content-box !important;
}
.gif-container{
  padding-top: 5%;
  padding-left: 20%;
  width: 415px !important;
  height: 260px !important;
  box-sizing: content-box !important;
}
.text-container{
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 10%;
  height: 260px;
  width: 400px;
  box-sizing: content-box !important;
}
.grand-container{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: content-box !important;
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px){ 
  #selfservegif{
  position: absolute;
  top: 10px;
 left: -40px;
  }
   #laptop{
  visibility: hidden;
  }
  #laptop2{
  visibility: hidden;
  }
  #laptop3{
  visibility: hidden;
  }
} 
 .grand-container2{
  display: flex;
  flex-wrap: wrap;
}
.right-side{
  padding-right: 5%;
  margin-left: 10%;
  width: 400px;
  text-align: right;
}
.gif-container2{
  margin-right: 10%;
  padding-left: 5%;
}
#laptop2{
    position: relative;
    left: 0;
    top: 0;
}
#sourcesgif{
  position: absolute;
  width: 289px;
  height: 180px;
  transform: translate(47px,-208px);
}

#laptop3{
   position: relative;
   left: 0;
   top: 0;
}
#schedgif{
    position: absolute;
    width: 289px;
    height: 180px;
    transform: translate(47px,-208px);
}

/*fixing some bullshit bug in the integration page margin of an image */
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

/*integrations wheel turning thing*/
.spinster{
	margin: auto;
    	width: 200px;
	
}

#blendowheel-wrapper {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-60px, -65px);
  width: 120px;
  height: 120px;
}

#blendowheel{
  width: 120px;
  height: 120px;
  animation: rotate 2s infinite linear;
}
@keyframes rotate {
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}

/* Pricing */

.multicolor.pricing-table .pricing-cols .pricing-price span {
    /* font-size: 65px;
    color: #ffffff; */
    font-size: 45px;
    color: #000000;
    font-weight: 500;
    text-shadow: none;
    background-color: #FFFFFF;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul {
    border-left-color: #FFFFFF !important;
    border-right-color: #FFFFFF !important;
}
.multicolor.pricing-table .pricing-cols .pricing-features ul li {
background-color: #FFFFFF !important;
color:  #000000 !important;
font-size: 14px !important;
line-height: 16px; !important;
}

.multicolor.pricing-table .pricing-cols .pricing-features {
height: 320px;
}

.multicolor.pricing-table .pricing-cols .pricing-button {
    background-color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}

.multicolor.pricing-table .pricing-cols .pricing-plan {
    padding: 22px 0 !important;
/*    background-color: #DDDDDD !important; */
text-shadow: none !important;
font-weight: 600 !important;
height: 120px !important;
line-height: 40px !important;
font-size: 34px !important;
/* color: black !important; */
}

.pricing-col .mk-button {
    border-radius: 30px;
}


/* Grid Clients */
.mk-portfolio-grid-item .item-holder {
    border: 1px solid #dddddd;
}

.mk-portfolio-item.light-zoomin-hover .image-hover-overlay {
    background-color: #5BB2B9!important;
}

.mk-portfolio-item.light-zoomin-hover .portfolio-meta .the-title a {
    color: #FFF !important;
}

.mk-portfolio-item.light-zoomin-hover .portfolio-categories, .mk-portfolio-item.light-zoomin-hover .portfolio-categories a, .mk-portfolio-item.light-zoomin-hover .portfolio-date, .mk-portfolio-item.light-zoomin-hover .portfolio-date a {
    color: #FFF;
}

.mk-portfolio-item.light-zoomin-hover .icons-holder a, .style-modern .mk-portfolio-item.light-zoomin-hover .icons-holder a {
    color: #FFF;
}

.mk-portfolio-item.light-zoomin-hover .the-title:after {
    background-color: #FFF;
}

.portfolio-grid .sortable-outline-style ul li a {
    color: #000;
}

.portfolio-grid #mk-filter-portfolio.sortable-outline-style ul li a:hover {
    color: #5eb2b8 !important;
}

.portfolio-grid #mk-filter-portfolio.sortable-outline-style ul li a.current {
    border-color: #000;
}


/* Changelog */
/*  Right */
.changelog.box-align-right {
    padding: 10px 30px 10px 0;
    position: relative;
}

@media (min-width: 768px) {
    .changelog.box-align-right:before {
        content: '';
        display: block;
        position: absolute;
        right: -16px;
        height: 100%;
        width: 1px;
        border-left: 2px dashed #568C96;
    }
}

.changelog.box-align-right .mk-box-icon-2-image {
    width: 48px;
}

@media (min-width: 768px) {
    .changelog.box-align-right .mk-box-icon-2-image {
        position: absolute;
        top: 50px;
        right: -35px;
    }
}

/* Left */
.changelog.box-align-left {
    padding: 10px 0 10px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .changelog.box-align-left:before {
        content: '';
        display: block;
        position: absolute;
        left: -16px;
        height: 100%;
        width: 1px;
        border-right: 2px dashed #568C96;
    }
}

.changelog.box-align-left .mk-box-icon-2-image {
    width: 48px;
}

@media (min-width: 768px) {
    .changelog.box-align-left .mk-box-icon-2-image {
        position: absolute;
        top: 50px;
        left: -35px;
    }
}

.changelog .mk-box-icon-2-title {
    font-weight: inherit;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    margin: 10px 0 30px 0 !important;
    position: relative;
}

.changelog .mk-box-icon-2-title:after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background: #FFAF16;
}

.changelog .mk-box-icon-2-title:after {
        position: absolute;
        bottom: -10px;
}

.changelog.box-align-left .mk-box-icon-2-title:after {
    left: 0;
}


.changelog.box-align-right .mk-box-icon-2-title:after {
    right: 0;
}

.mk-blog-single .blog-single-title, .mk-blog-hero .content-holder .the-title {
visibility: hidden;
}

.mk-blog-hero .content-holder .the-title {
    visibility: hidden;
}

.mk-author-name {
   pointer-events: none !important;
   cursor: default !important;
}

.mk-publish-date {
   pointer-events: none !important;
   cursor: default !important;
}

::selection {
  background: #999999 !important;
}


/* Contact */
#theme-page select {
    border: 1px solid white;
    border-radius: 2px !important;
}

.wpcf7-form-control.wpcf7-submit.button7 {
    font-family: Lato;
    color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 5px;
    border-color: rgb(212, 141, 0);
    background-color: #FFAF16;
    border-radius: 30px;
    padding: 12px 55px;
    margin-top: 20px;
    text-transform: none;
    transition: all .3s ease-in-out;
}

.wpcf7-form-control.wpcf7-submit.button7:hover {
    background-color: #E39B13;
}

.move-up-50px {
    margin-top: -50px;
}

/* case study 3 */
.largenumber{
  font-size: 55px !important;
  font-weight: 300 !important;
  font-family: lato !important;
}
.smallp{
  font-size: 14px;
  line-height: 14px;
  font-weight: 300 !important;
  font-family: lato !important;
}
h9{
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400 !important;
  font-family: lato !important;
  color: black;
}
.col1-1{
  width: auto;
  padding-right: 10px;
  height: 50px;
  padding-bottom: 10px;
  display: inline-block;
}
.col1 {
  display: inline-block;
  padding-bottom: 10px;

}
.col2{
  display: inline-block;
  padding-right: 1%;
  height: 50px;
  width: auto; 
  font-weight: 200 !important;
  font-family: lato-light !important;
}
.col3{
  display: inline-block;
  width: 100px;
  height: 50px;
  font-weight: 200 !important;
  font-family: lato-light !important;
}
.col4{
  display: inline-block;
  width: 140px;
  height: 50px;
  padding-left: 5px;
  font-weight: 200 !important;
  font-family: lato-light !important;
}
.maincol1{
  display: inline-block;
  padding: 1% 5% 1% 5%;
  font-weight: 200 !important;
  font-family: lato-light !important;
}
.maincol2{
  display: inline-block;
  height: 60px;
  padding: 1% 2% 1% 3%;
  font-weight: 200 !important;
  font-family: lato-light !important;
}
.maincol3{
  display: inline-block;
  height: 60px;
  padding: 1% 5% 1% 3%;
  font-weight: 200 !important;
  font-family: lato-light !important;
}
.maincol4{
  display: inline-block;
  height: 60px;
  padding: 1% 5% 1% 3%;
  font-weight: 200 !important;
  font-family: lato-light !important;
}
.img1{
  margin-bottom: 15px;
}



/* Portfolio */
.full-cover-link.project-load {
}

.full-cover-link.project-load:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 10;
    transition: all .2s ease-in-out;
}

.full-cover-link.project-load:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(91,178,185,.8);
    z-index: 10;
}

.full-cover-link.project-load:after {
    content: "Read more";
    position: absolute;
    bottom: -100px;
    width: 100%;
    text-align: center;
    z-index: 20;
    color: white;
    font-weight: bold;
    font-size: 14px; 
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.full-cover-link.project-load:hover:after {
    bottom: 15px;
    z-index: 20;
    opacity: 1;
    transform: translateY(-50%);
}


.featured-image img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .35s ease-in-out;
}

.featured-image:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.featured-image:hover img:after {
    content: attr[title];
position: absolute;
top: 30px;
color: white;
text-align: center;
z-index: 30;
}

.featured-image .integration-name {
    display: none;
}

.featured-image .integration-name {
    display: block;
    opacity: 0;
    color: white;
    font-weight: bold;
    z-index: 30;
    position: absolute;
    top: -50px;
    width: 100%;
    text-align: center;
    transition: all .3s ease-in-out;
}

.featured-image:hover .integration-name {
    display: block;
    opacity: 1;
    top: 20px;
}

.featured-image:hover .integration-name:hover .full-cover-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 14;
    left: 0;
    top: 0;
}


/* CODE TABLES */

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}


th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  /*border-right:none;*/
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
/*tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}*/
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 /*
tr:nth-child(odd):hover td {
  background:#4E5066;
}*/

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

/* investor icons */

.elevator:hover {
	background-color: #d3d3d3;
	transition: background-color 0.5s;
}
.venturefriends:hover {
	background-color: #d3d3d3;
	transition: background-color 0.5s;
}
.iqui:hover {
	background-color: #d3d3d3;
	transition: background-color 0.5s;
}
/* case study icons */

.found:hover {
	background-color: #d3d3d3;
	transition: background-color 0.5s;
}
.listreports:hover {
	background-color: #d3d3d3;
	transition: background-color 0.5s;
}
.eformed:hover {
	background-color: #d3d3d3;
	transition: background-color 0.5s;
}
