/*
Theme Name: Vela Child
Description: Child theme for the Vela
Author: Your name here
Template: Vela
*/

@import url("../Vela/style.css");

.homestyle {

font-size: 18px;

padding: 15px;

border: 2px solid #b5b5b5;
}


.nav-wrapper {
min-height:95px !important;
}

/*  some woocommerce styling   */

.woocommerce-page .woocommerce-message a.button {
display: none;
}

/*  May pricing boxes styling   */

.probox .price-button a {
color: #bc1d48;

}

.premiumbox .price-button a {
color: #9E00A5;

}

.entreprisebox .price-button a {
color: #39cc2f;

}

/* general page payout reducing space between elements  */

.section {
padding: 50px 0 !important;
}


/* changing text appearance in the body   */

body {
    font-family: "Source Sans Pro",Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 22px;
    color: #2d89ef !important;
    font-size: 16px !important;
    font-weight: 500 !important; 
}



/*  May making logo bigger   */

#header #logo img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    max-height: 60px !important;
    margin: 0px auto !important;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

/*  making top bar smaller and removing border   */




#header .header {
    line-height: 100px !important;
}



#header .mobile-nav-icon {
    float: left;
    cursor: pointer;
    display: none;
    font-size: 30px;
    padding: 0 15px;
   
    z-index: 1;
}



/*  making logo bigger on mobile   */

#header.mobile #logo img {
    max-height:60px !important;
}


/*  moving logo to the right a bit only on large screens  */

@media screen and (min-width: 968px) {

#header #logo {
   
    margin-left: 40px !important;
}

}

/*  making sticky eye logo smaller  */
#header #logo img.sticky-logo {
height:35px !important;
}

/* 4 info boxes styling  */

.cq-imgwitharrow-content p {
font-size: 1.3em !important;
}

.cq-imgwitharrow-content a {
font-size: 1.3em !important;
}

.cq-imgwitharrow-content a:hover {
font-size: 1.3em !important;
color:#eeeeee !important;
}






/* features accordion styling  */

.wpb_accordion_content.ui-accordion-content-active {
color: grey;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
color: #2d89ef !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {
border-top-color: #cccccc !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
color: #2d89ef !important;
}




/* tagline styling  */

#tagline h3 {
 margin-top: 70px;
    margin-left: 5px;
  font-weight: 700;
font-size: 1em;
color: #2d89ef
}

@media only screen and (max-width: 990px)  {
#tagline h3 {
margin-top: -30px;
}
}

@media only screen and (max-width: 600px)  {
#tagline h3 {
width:400px !important;
margin-left:-85px !important;
}
}

@media only screen and (max-width: 480px)  {
#tagline h3 {
width:300px;
font-size: .9em !important;

margin-top: -30px !important;

}

.cq-imgwitharrow-container {
height:500px!important;
}
}



.price-content li, .price-content p {
font-weight:600 !important;
}