/*
Theme Name: T.Joy Child
Author: Titou
Template: tjoy
Version: 1.0.0
Text Domain: tjoy-child
*/

/* Capitalize everythings. */
/* -------------------------------------------------------------------------------------------- */

body {
    text-transform: uppercase;
}

.large-header .main-title {
    text-transform: uppercase;
}

/* Reset a few stuff. */
/* -------------------------------------------------------------------------------------------- */

a {
    color: #bbbbbb;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

a:hover,
a:focus {
    color: #ffffff;
}

.title-bordered h1 {
    font-size: 42px;
    color: #b2b5b8;
}

body h3 {
    color: #f9fcfd;
}

p {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
}

.justifyCenter {
    text-align-last: center;
}

/* Reset main content -- Not sure this is always needed, let's see. */
/* -------------------------------------------------------------------------------------------- */

/* .main-content {
    padding: 70px 0 0 0;
} */

.main-content {
    padding: 0;
}

/* Header logo. */
/* -------------------------------------------------------------------------------------------- */

.logo-standard {
    width: 175px;
    top: -20px;
}

/* Home header (or slider as well). */
/* -------------------------------------------------------------------------------------------- */

.affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
}

.biggest-title h1 {
    font-size: 35px;
    color: #f9fcfd;
    font-weight: 100;
    font-style: normal;
}

@media (max-width: 767px) {

    .biggest-title h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .biggest-text {
        font-size: 14px;
    }
}

.specialTextBeforeMainTitle p {
    margin-bottom: 10px;
    font-size: 20px;
}

.static-header-overlay {
    background-image: none;
    background-color: #1a193a;
    opacity: 0.6;
}

.home .slotholder {
    border: 1px solid #666666;
}

.maxWidth970 {
    max-width: 970px !important;
}

.tp-parallax-wrap {
    height: 100%;
}

/* Other Pages header. */
/* -------------------------------------------------------------------------------------------- */

.page-header {
    padding-top: 120px;
}

/* Buttons. */
/* -------------------------------------------------------------------------------------------- */

.btn-lg {
    border-width: 2px;
}

.btn {
    font-family: Roboto;
    font-weight: 100;
}

/* Headings. */
/* -------------------------------------------------------------------------------------------- */

.title-bordered .title-inner {
    padding-bottom: 20px;
}

/* Only for pages with very bright backgrounds like the "Solutions" page. */

.blackTitle .title-bordered {
    margin-bottom: 10px;
}

.blackTitle .title-bordered::before,
.blackTitle .title-bordered::after,
.blackTitle .title-bordered .title-inner::before,
.blackTitle .title-bordered .title-inner::after {
    display: none;
}

.blackTitle .title-bordered h3 {
    color: #000000;
}

/* Primary navigation. */
/* -------------------------------------------------------------------------------------------- */

.flexnav > li > a:hover {
    text-decoration: none;
    background: transparent;
    color: #f9fcfd;
}

.flexnav > li ul li a {
    color: #adadad;
    background-color: #000000;
    border-bottom-color: #000000;
}

.flexnav > li ul li a:hover {
    background-color: #111111;
    color: #f9fcfd;
}

.flexnav li {
    background-color: #000000;
}

.flexnav li a {
    color: #adadad;
    background-color: #000000;
    font-size: 14px;
}

@media (min-width: 992px) {

    .flexnav li {
        background-color: transparent;
    }

    .flexnav li a {
        background-color: transparent;
    }

    .flexnav > li ul li.active > a {
        color: #f9fcfd;
    }

    .affix .flexnav > li.active > a, .affix .flexnav > li.current-menu-parent > a {
        background: transparent;
    }
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border: 1px solid #a9a6a6;
    margin-top: 0;
}

.touch-button.active {
    background-color: transparent;
}

.touch-button .navicon:before,
.touch-button .navicon:after,
.touch-button.active .navicon:before {
    background-color: #ffffff;
}

/* Secondary navigation. */
/* -------------------------------------------------------------------------------------------- */

.secondary-nav-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
}

.secondary-nav-container .menu-item a {
    margin-right: 16px;
    color: #b5b5b5;
    font-size: 10px;
}

.secondary-nav-container .menu-item a:hover {
    color: #f9fcfd;
}

/* Some utility classes for WYSIWYG. */
/* -------------------------------------------------------------------------------------------- */

.bigText {
    font-size: 14px;
    line-height: 20px;
}

.smallText {
    font-size: 10px;
    line-height: 15px;
}

.centeredBlock {
    margin: 0 auto;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.maxLineLength {
    max-width: 75ch;
}

.flexWrap {
    flex-wrap: wrap !important;
}

.fullHeight {
    height: 100%;
}

.justLeft p,
.justRight p {
    text-align: justify;
}

@media (min-width: 768px) {

    .justLeft p {
        text-align: left;
    }

    .justRight p {
        text-align: right;
    }
}

/* Icons. */
/* -------------------------------------------------------------------------------------------- */

.icon70 .so-widget-df-feature-widget .icon {
    width: 50px;
    height: 50px;
}

.icon100 .so-widget-df-feature-widget .icon {
    width: 100px;
    height: 100px;
}

.icon120 .so-widget-df-feature-widget .icon {
    width: 120px;
    height: 120px;
}

.sow-icon-container {
    min-width: 50px;
}

.sow-features-feature {
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    float: none !important;
}

.sow-features-feature .textwidget {
    margin: 0 !important;
}

.sow-features-feature h5 {
    margin: 0 !important;
}

/* One more detail for all images: don't want the height to overflow either. */
/* -------------------------------------------------------------------------------------------- */

img {
    max-height: 100%;
}

.img150 {
    text-align: center;
    margin-bottom: 20px;
}

.img150 img {
    width: 150px;
    border-radius: 50%;
}

.img160 {
    text-align: center;
    margin-bottom: 20px;
}

.img160 img {
    width: 160px;
}

/* Latest posts widget. */
/* -------------------------------------------------------------------------------------------- */

.widget-posts-list > li .post-title {
    font-size: 20px;
}

.widget-posts-list > li .post-title.post-title__bold {
    font-weight: 100;
}

.widget-posts-list > li .post-title a {
    color: #b2b5b8;
}

.widget-posts-list > li .post-title a:hover {
    color: #b2b5b8;
}

.posts-list__horizontal.posts-list__3cols li {
    float: none;
    width: auto;
    margin-bottom: 30px;
}

.posts-list__horizontal.posts-list__3cols .post-excerpt {
    padding-bottom: 30px;
    border-bottom: 1px solid #404d60;
}

.widget-posts-list > li .thumb {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.widget-posts-list > li .thumb img {
    background-color: transparent;
    max-height: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 768px) {

    .widget-posts-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .posts-list__horizontal.posts-list__3cols li {
        width: 33.33333333333%;
        border-right: 1px solid #404d60;
        margin-bottom: 0;
    }

    .posts-list__horizontal.posts-list__3cols .post-excerpt {
        padding-bottom: 0;
        border-bottom: none;
    }

    .posts-list__horizontal.posts-list__3cols li:nth-last-child(2) {
        border-right: none;
    }

    .widget-posts-list .clearfix {
        display: none;
    }
}

/* Footer. */
/* -------------------------------------------------------------------------------------------- */

.footer-widget-copyright {
    background-color: transparent;
}

.mainFooter {
    padding: 30px 15px 30px 15px;
    display: flex;
    flex-wrap: wrap;
}

.mainFooter-col {
    padding-top: 47px;
}

.mainFooter-col:first-child {
    padding-top: 0;
    width: 100%;
}

.mainFooter-col:nth-child(2), .mainFooter-col:nth-child(3) {
    width: 50%;
}

.mainFooter-col:last-child {
    text-align: center;
    width: 100%;
}

.mainFooter-logo {
    display: block;
    max-width: 245px;
    margin: 0 auto 20px auto;
}

.mainFooter-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mainFooter-rsLink {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 20px;
    vertical-align: bottom;
}

.mainFooter-lgLineBreak {
    display: none;
}

@media (min-width: 768px) {

    .mainFooter {
        margin: 0 auto;
        max-width: 1170px;
        padding: 60px 15px 60px 15px;
    }

    .mainFooter-col:first-child {
        width: 40%;
    }

    .mainFooter-col:nth-child(2),
    .mainFooter-col:nth-child(3) {
        width: 25%;
    }

    .mainFooter-col:last-child {
        width: 10%;
    }

    .mainFooter-col:last-child {
        text-align: left;
    }

    .mainFooter-lgLineBreak {
        display: inline;
    }
}

.footerPartners {
    display: flex;
    list-style-type: none;
    margin: 0 auto 40px auto;
    padding: 0 15px 60px 15px;
    max-width: 1170px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footerPartner {
    width: 20%;
    margin: 0 20px 20px 20px;
}

@media (min-width: 768px) {

    .footerPartner {
        width: 10%;
    }
}

.morespace {
    margin-top: 11px;
}

.lepool {
    margin-top: 12px;
}

.gican {
    margin-bottom: 5px;
}

/* Forms. */
/* -------------------------------------------------------------------------------------------- */

.form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(187, 187, 187, 0.25);
}

.form-control:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

.form-control:-moz-placeholder {
    color: rgba(178, 181, 184, 0.5);
}

.form-control::-moz-placeholder {
    color: rgba(178, 181, 184, 0.5);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: rgba(178, 181, 184, 0.5);
}

.form-control::-webkit-input-placeholder {
    color: rgba(178, 181, 184, 0.5);
}

label {
    font-weight: 100;
}

.your-permission span {
    margin-left: 0;
}

.your-permission label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.your-permission input {
    margin-right: 10px;
}

.formSubmit {
    margin-top: 30px;
}

/* Actualities and single articles pages. */
/* -------------------------------------------------------------------------------------------- */

.blog .page-header,
.single .page-header {
    display: none;
}

.postsList-header,
.singlePost-header {
    margin-top: 200px;
}

article.post {
    margin: 0 auto 36px auto;
    max-width: 690px;
}

.postsList-postThumbnail {
    margin-bottom: 15px;
    padding: 0;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.postsList-postThumbnail img {
    max-height: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.singlePost-thumbnail {
    padding: 0;
    margin-bottom: 30px;
}

.singlePost-thumbnail img {
    width: 100%;
}

.postsList-postDate,
.singlePost-postDate {
    margin-bottom: 10px;
}

.postsList-postTitle {
    margin-bottom: 10px;
}

.postsList-postTitle a {
    font-size: 18px;
    color: #adadad;
}

.postsList-postTitle a:hover {
    color: #f9fcfd;
}

.postsList-linkMore {
    color: #adadad;
}

.postsList-linkMore:hover {
    color: #f9fcfd;
}

.pagination {
    margin-bottom: 20px !important;
}

.pagination > li > a {
    color: #adadad;
    background-color: transparent;
}

.pagination > li > a:hover {
    color: #f9fcfd;
}

/* For columns layouts. Trying to use the maximum built-in Layout Builder options */
/* -------------------------------------------------------------------------------------------- */

.fullHeight > .so-panel {
    height: 100%;
}

.fullHeight > .so-panel > .panel-widget-style {
    height: 100%;
}

/* This ID allows us to apply a "medium-width" style */
#row-1-2-4 .panel-grid-cell {
    margin-bottom: 30px;
}

@media (min-width: 640px) and (max-width: 1200px) {

    #row-1-2-4 .panel-grid-cell {
        width: calc(50% - ( 0.5 * 30px ) );
    }
}

/* Image widget */
/* -------------------------------------------------------------------------------------------- */

.centeredImage figure {
    margin-left: auto;
    margin-right: auto;
}

/* Specific for 3 images in a row on techno page */

.step1 figure,
.step2 figure,
.step3 figure {
    position: relative;
}

.step1 figure::before {
    content: "1";
}

.step2 figure::before {
    content: "2";
}

.step3 figure::before {
    content: "3";
}

.step1 figure::before,
.step2 figure::before,
.step3 figure::before {
    position: absolute;
    top: -13px;
    left: -13px;
    background: #0a0b26;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

.rounded-image .sow-icon-image {
    background-size: cover;
    border-radius: 50%;
}

.partnersLogos {
    text-align: center;
}

.partnersLogos img {
    width: 40%;
}

@media (min-width: 400px) {

    .partnersLogos img {
        width: 30%;
    }
}

@media (min-width: 780px) {

    .partnersLogos img {
        width: 100%;
    }
}

@media (min-width: 780px) {

    .partnersLogos img {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .partnersLogos img {
        width: 80%;
    }
}

@media (min-width: 1200px) {

    .partnersLogos img {
        width: 60%;
    }
}

/* Text boxes */
/* -------------------------------------------------------------------------------------------- */

.whiteTextBox {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.blackTextBox {
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.arrowedList {
    padding: 0 0 0 10px;
    margin: 0;
}

.whiteTextBox .arrowedList {
    list-style-image: url("/wp-content/uploads/2020/09/tiret-white.svg");
}

.blackTextBox .arrowedList {
    list-style-image: url("/wp-content/uploads/2020/09/tiret-black.svg");
}

.whiteTextBox .arrowedList ul,
.blackTextBox .arrowedList ul {
    list-style-image: none;
}

.arrowedList > li {
    margin: 0 0 10px 0;
    padding-left: 5px;
}

.arrowedList > li:last-child {
    margin: 0;
}

.flexContainer .panel-grid-cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flexContainer .so-panel {
    width: 100%;
}

@media (min-width: 640px) {

    .flexContainer .so-panel {
        width: 45%;
    }
}

@media (min-width: 960px) {

    .flexContainer .so-panel {
        width: 30%;
    }
}

.flexContainer .so-panel .sow-features-feature {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
}

.flexContainer .so-panel .sow-features-feature .sow-icon-container {
    width: 20%;
}

.flexContainer .so-panel .sow-features-feature .textwidget {
    width: 70%;
}

.flexContainer .so-panel .sow-features-feature .textwidget p {
    margin-bottom: 5px;
}

.flexContainer .so-panel .sow-features-feature .textwidget h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

/* Steps in Product page */
/* -------------------------------------------------------------------------------------------- */

.step {
    position: relative;
    border: 1px solid rgba(208, 208, 208, 0.5);
}

.step::before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(208, 208, 208, 0.5);
    font-size: 14px;
    color: #0a0b26;
    padding: 10px 20px;
}

.step-1::before {
    content: "Step 1";
}

.step-2::before {
    content: "Step 2";
}

.step-3::before {
    content: "Step 3";
}

/* Added to lazy-loaded background images */
/* -------------------------------------------------------------------------------------------- */

.rocket-lazyload {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Hurry Timer styles */
/* -------------------------------------------------------------------------------------------- */

.hurrytimer-timer-digit {
    font-weight: bold;
}
