/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                       GENERIC*/
/******************************************************************************************************************/

body {
    overflow-x: hidden !important;
}

.site-main{
    margin-top: 0px !important;
}
.wp-block-post-title{
    text-shadow: 1px 1px 1px #000000;
    color: #ffffff;
}

.sticky-icons {
    width: 5%;
    display: block;
    position: fixed;
    right: -15px;
    top: 40%;
    z-index: 2;
}

.sticky-icons > div {
    background: #0047b0;
    text-align: center;
    padding: 10px;
    transition: transform 100ms;
}

.sticky-icons > div:hover{
    transform: translate(-15px, 0);
    background: rgba(0,71,176,0.9);
}

.sticky-icons svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
}

.sticky-icons > div a {
    display: block;
    width: 80%;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .sticky-icons {
        width: 7%;
    }
}

@media(max-width: 820px){
    .sticky-icons {
        display: none;
    }
}

@media(max-width: 768px){
    .page:not(.home) h2 {
        font-size: 25px;
    }
}

/****************************************************************************/
/*				  											   RIGHT SIDEBAR*/
/****************************************************************************/

#right-sidebar .widget {
    padding: 15px 0px 0px 0px;
}

#right-sidebar .inside-right-sidebar{
    padding-top: 20px;
}

#right-sidebar h2 {
    font-size: 17px;
    margin-bottom: 20px;
}

#right-sidebar h2:after {
    content:'';
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding-top: 5px;
    width: 100%;
}

#right-sidebar .wp-block-navigation__container {
    gap: 15px;
    padding-bottom: 15px;
}

#right-sidebar .wp-block-navigation__container li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#right-sidebar .wp-block-navigation__container li a span{
    color: #7f7f7f;
    text-decoration: none;
}

#right-sidebar .wp-block-navigation__container li a svg{
    fill: #7f7f7f;
}

#right-sidebar .wp-block-navigation__container li:hover a span{
    color: #0047b0;
}

#right-sidebar .wp-block-navigation__container li:hover a svg {
    fill: #0047b0;
}

#right-sidebar .wp-block-contact-form-7-contact-form-selector input, 
#right-sidebar .wp-block-contact-form-7-contact-form-selector textarea {
    background: none;
}

#right-sidebar .wp-block-contact-form-7-contact-form-selector p > span {
    display: block;
}

#right-sidebar input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #0047b0 !important;
    display: block;
    width: 100%;
    border-radius: 5px;
}

#right-sidebar input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color: #000000 !important;
}

#right-sidebar .wpcf7-form-control-wrap.acceptance {
    display: flex;
    justify-content: center;
    align-items: center;
}

#right-sidebar .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 14px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 414px){
    #right-sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*******************************************************************************************************************/
/*				  													                                        HEADER*/
/******************************************************************************************************************/


header#masthead {
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

/****************************************************************************/
/*				  												     TOP BAR*/
/****************************************************************************/

.top-bar {
    background-color: #0047b0;
}

.top-bar .inside-top-bar {
    display: inline-flex;
    width: 20%;
    font-size: 18px;
}

.top-bar .inside-top-bar .widget {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-bar .inside-top-bar .widget svg {
    margin-right: 10px;
    width: 20px;
    fill: #ffffff;
}

.top-bar .inside-top-bar .widget a {
    text-decoration: none;
}

.top-bar .inside-top-bar .widget a:hover {
    text-decoration: underline;
    color: #ffffff;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .top-bar .inside-top-bar{
        width: 24%;
    }
}

@media(max-width: 1440px){
    .top-bar .inside-top-bar{
        width: 27%;
    }
}

@media(max-width: 1366px){
    .top-bar .inside-top-bar{
        width: 29%;
    }
}

@media(max-width: 1280px){
    .top-bar .inside-top-bar{
        width: 30%;
    }
}

@media(max-width: 1024px){
    .top-bar .inside-top-bar{
        width: 38%;
    }
}

@media(max-width: 820px){
    .top-bar .inside-top-bar {
        width: 46%;
    }
}

@media(max-width: 768px){
    .top-bar .inside-top-bar {
        width: 53%;
        flex-direction: row-reverse;
    }
}

@media(max-width: 712px){
    .top-bar .inside-top-bar {
        width: 57%;
    }
}

@media(max-width: 414px){
    .top-bar .inside-top-bar {
        width: 95%;
    }
}

/****************************************************************************/
/*				  												   MAIN MENU*/
/****************************************************************************/

#primary-menu ul > li a {
    font-size: 20px;
}

#primary-menu ul > li .sub-menu {
    border-top: 2px solid #0047b0;
}

#primary-menu ul > li .sub-menu:not(.is_stuck) {
    border-top: 4px solid #0047b0;
    /* margin-top: 25px; */
    width: 300px;
}

.is_stuck #primary-menu ul > li .sub-menu {
    /* margin-top: 0px; */
    width: 300px;
}

#primary-menu ul > li .sub-menu li a {
    font-size: 16px;
    transition: padding-left .3s ease-in;
}

#primary-menu ul > li .sub-menu li:hover a {
    padding-left: 30px;
    transition: padding-left .3s ease-in;
}


/*******************************************************************************************************************/
/*				  													                                     HOME PAGE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  												      SLIDER*/
/****************************************************************************/

.home-section0 .home-slider .eedee-gutenslider-nav {
    background: rgba(0,0,0,0.5) !important;
}

.home-section0 .home-slider .eedee-gutenslider-nav:hover{
    background: rgba(0,71,176,0.8) !important;
}

.home-section0 .home-slider .slide-content {
    width: 20% !important;
    height: 300px;
    padding: 50px !important;
    overflow: hidden;
    top: 25%;
    text-align: left;
    align-items: flex-start !important;
    left: 200px;
    background-color: rgba(0,0,0,0.4);
}

.home-section0 .home-slider-txts {
    color: #ffffff;
    font-size: 25px;
}

.home-section0 .home-slider .gb-button {
    background: #0047b0 !important;
}

.home-section0 .home-slider .gb-button:hover{
    background: rgba(0,71,176,0.8) !important;
    cursor: pointer;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .home-section0 .home-slider .slide-content {
        width: 30% !important;
        height: 215px;
    }
}

@media(max-width: 820px){
    .home-section0 .home-slider .slide-content {
        width: 40% !important;
        height: 215px;
    }
}

@media(max-width: 414px){
    .home-section0 .home-slider .slide-content {
        width: 40% !important;
        height: 215px;
        left: 18%;
        top: 8%;
    }

    .home-section0 .home-slider-txts {
        font-size: 16px;
    }
}

/****************************************************************************/
/*				  												   SECTION 1*/
/****************************************************************************/

.home-section1{
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section1 h1{
    margin-bottom: 0px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .home-section1 h1 {
        font-size: 35px;
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width: 414px){
    .home-section1 h1 {
        font-size: 25px;
        width: 100%;
        margin: 0px;
    }
}

/****************************************************************************/
/*				  												   SECTION 2*/
/****************************************************************************/

.home-section2{
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section2 h3 {
    margin-bottom: 0px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .home-section2 h3 {
        width: 80%;
        margin: 0 auto;
    }
}

/****************************************************************************/
/*				  												   SECTION 3*/
/****************************************************************************/

.home-section3{
    padding-top: 60px;
    padding-bottom: 30px;
}

.home-section3 h2 {
    text-align: center;
}

.home-section3 h2:after{
    content:'';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 30%;
    margin: 0 auto;
}

.home-section3 p {
    text-align: center;
}



/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .home-section3{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/****************************************************************************/
/*				  												   SECTION 4*/
/****************************************************************************/

.home-section4 h5{
    margin-bottom: 0px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .home-section4 h5 {
        padding-left: 20px;
        padding-right: 20px;
    }    
}

/****************************************************************************/
/*				  												   SECTION 5*/
/****************************************************************************/

.home-section5{
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section5 h4 {
    font-size: 35px;
}

.home-section5 h4:after {
    content: '';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 5%;
}

.home-section5 .flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
    padding-top: 20px;
}

.home-section5 .flip-container:hover .back {
    transform: rotateY(0deg);
}

.home-section5 .flip-container:hover .front {
    transform: rotateY(180deg);
}

.home-section5 .front, .home-section5 .back {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-section5 .flip-container,
.home-section5 .front,
.home-section5 .back {
    width: 270px;
    height: 400px;
    margin: 0 25px 25px 0;
    float:left;
    border-radius: 5%;
}

.home-section5 .flipper {
    transition: 0.6s; 
    transform-style: preserve-3d;	
    position: relative;
}

.home-section5 .front, 
.home-section5 .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.home-section5 .front {
    z-index: 2;	
    transform: rotateY(0deg);
}

.home-section5 .back {
    transform: rotateY(-180deg);
    background: #EBEBEB;
    color: #000;
    text-align:center;
    line-height:1.4em;
    padding: 15px;
}

.home-section5 .vertical.flip-container {
    position: relative;
}

.home-section5 .flip-container:hover {
    cursor: pointer;
}

.home-section5 .vertical .back {
    transform: rotateX(180deg);
}

.home-section5 .vertical.flip-container:hover .back  {
    transform: rotateX(0deg);
}

.home-section5 .vertical.flip-container:hover .front {
    transform: rotateX(180deg);
}

.home-section5 .front {
    color:#fff; 
    text-align:center; 
}

.home-section5 .front h3 {
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5%;
    padding: 20px;
}

.home-section5 .back h3 {
    font-size: 35px;
}

.home-section5 .back a {
    background-color: #0047b0;
    padding: 9px 20px;
    color: #ffffff;
    border-radius: 9px;
    width: 70%;
    margin: 0 auto;
    text-decoration: none;
}

.home-section5 .back a:hover{
    background-color: rgba(0,71,176,0.8);
}

.home-section5 .gb-inside-container .wp-block-columns .wp-block-column .flip-container .flipper .front {
    background: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-section5 .gb-inside-container .wp-block-columns .wp-block-column:nth-child(1) .flip-container .flipper .front {
    background-image: url(/wp-content/uploads/2022/05/meleti-ane.jpg);
}

.home-section5 .gb-inside-container .wp-block-columns .wp-block-column:nth-child(2) .flip-container .flipper .front {
    background-image: url(/wp-content/uploads/2022/05/egatastasi-ane.jpg);
}

.home-section5 .gb-inside-container .wp-block-columns .wp-block-column:nth-child(3) .flip-container .flipper .front {
    background-image: url(/wp-content/uploads/2022/05/idikes-kata.jpg);
}

.home-section5 .gb-inside-container .wp-block-columns .wp-block-column:nth-child(4) .flip-container .flipper .front {
    background-image: url(/wp-content/uploads/2022/05/sintirisi-ane.jpg);
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .home-section5 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .home-section5 .flip-container, 
    .home-section5 .front, 
    .home-section5 .back {
        width: 203px;
        height: 300px;
    }

    .home-section5 .front h3 {
        font-size: 20px;
    }

    .home-section5 .back h3 {
        font-size: 23px;
    }

    .home-section5 .back p {
        font-size: 13px;
        line-height: 18px;
    }
}

@media(max-width: 820px){
    
    .home-section5 h4{
        padding-left: 100px;
    }

    .home-section5 .wp-block-columns {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .home-section5 .wp-block-columns {
        align-items: center !important;
    }
}

@media(max-width: 768px){
    .home-section5 .wp-block-columns .wp-block-column.is-vertically-aligned-center,
    .home-section5 .wp-block-columns .wp-block-column {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
}

@media(max-width: 712px){

    .home-section5 h4 {
        padding-left: 74px;
    }

    .home-section5 .flip-container, 
    .home-section5 .front, .home-section5 .back {
        width: 270px;
        height: 400px;
    }
}

@media(max-width: 480px){
    .home-section5 .flip-container, 
    .home-section5 .front, .home-section5 .back{
        margin: 0px;
    }
}

/****************************************************************************/
/*				  												   SECTION 6*/
/****************************************************************************/

.home-section6 .gb-inside-container {
    padding-left: 150px;
    padding-right: 150px;
}

.home-section6 .wp-block-column {
    text-align: center;
    padding: 50px 50px 50px 50px;
}

.home-section6 svg {
    fill: #ffffff;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1280px){
    .home-section6 .wp-block-column {
        padding: 50px 25px 50px 25px;
    }
}

@media(max-width: 1024px){
    .home-section6 .gb-inside-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 768px){
    .home-section6 .wp-block-columns {
        justify-content: center;
    }
}

/****************************************************************************/
/*				  												   SECTION 7*/
/****************************************************************************/

.home-section7{
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section7 h2.gb-headline{
    font-size: 35px;
}

.home-section7 h2.gb-headline:after {
    content: '';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 5%;
}

.home-section7 .product {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 80% !important;
}

.home-section7 .product > div {
    width: 300px;
}


.home-section7 .wp-block-post-featured-image {
    width: 250px;
}

.home-section7 .wp-block-post-title a{
    text-decoration: none;
    color: #000000;
    text-shadow: none;
}

.home-section7 .wp-block-post-excerpt {
    min-height: 400px;
    position: relative;
}

.home-section7 .wp-block-post-excerpt__more-text {
    background: #0047b0;
    width: auto;
    padding: 10px 15px 10px 15px;
    border-radius: 5%;
    bottom: 15%;
    position: absolute;
    left: -72%;
}

.home-section7 .wp-block-post-excerpt__more-text:hover{
    background: rgba(0,71,176,0.8)
}

.home-section7 .wp-block-post-excerpt__more-text a{
    color: #ffffff;
    text-decoration: none;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1366px){
    .home-section7 .product{
        width: 90% !important;
    }

    .home-section7 .wp-block-post-featured-image {
        margin-left: 0px;
    }
}

@media(max-width: 1024px){
    .home-section7 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section7 .wp-block-post-featured-image {
        width: 180px;
    }

    .home-section7 .product {
        width: 78% !important;
    }

    .home-section7 .wp-block-post-excerpt__more-text{
        bottom: 45%;
        left: -53%;
    }
}

@media(max-width: 820px){

    .home-section7 {
        padding-left: 100px;
    }

    .home-section7 .gb-grid-wrapper.gb-grid-wrapper-3795cdb9 {
        display: block;
    }

    .home-section7 .product {
        width: 600px !important;
    }

    .home-section7 .wp-block-post-featured-image {
        width: 250px;
    }

    .home-section7 .wp-block-post-excerpt__more-text {
        bottom: 22%;
        left: -78%;
    }
}

@media(max-width: 712px){
    .home-section7 {
        padding-left: 75px;
    }
}

@media(max-width: 414px){
    .home-section7 .product {
        display: block;
    }

    .home-section7 .wp-block-post-excerpt__more-text {
        bottom: 10%;
        left: 22%;
    }

    .home-section7 .wp-block-post-featured-image {
        padding-bottom: 30px;
    }
}

@media(max-width: 360px){
    .home-section7 .product > div {
        width: 260px;
    }
}

/****************************************************************************/
/*				  												   SECTION 8*/
/****************************************************************************/

.home-section8 h2 {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-section8 h2 a {
    color: #ffffff;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 820px) {
    .home-section8 h2 {
        font-size: 30px;
    }
}

@media(max-width: 712px){
    .home-section8 h2 {
        font-size: 27px;
    }
}

@media(max-width: 375px){
    .home-section8 h2 {
        font-size: 24px;
    }
}

/****************************************************************************/
/*				  												   SECTION 9*/
/****************************************************************************/

.home-section9{
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section9 h2.gb-headline{
    font-size: 35px;
}

.home-section9 h2.gb-headline:after {
    content: '';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 5%;
}

.home-section9 .product {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 80% !important;
}

.home-section9 .product > div {
    width: 300px;
}

.home-section9 .wp-block-post-featured-image {
    width: 250px;
}

.home-section9 .wp-block-post-title a{
    text-decoration: none;
    color: #000000;
    text-shadow: none;
}

.home-section9 .wp-block-post-excerpt {
    min-height: 400px;
    position: relative;
}

.home-section9 .wp-block-post-excerpt__more-text {
    background: #0047b0;
    width: auto;
    padding: 10px 15px 10px 15px;
    border-radius: 5%;
    bottom: 15%;
    position: absolute;
    left: -72%;
}

.home-section9 .wp-block-post-excerpt__more-text:hover{
    background: rgba(0,71,176,0.8)
}

.home-section9 .wp-block-post-excerpt__more-text a{
    color: #ffffff;
    text-decoration: none;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1366px){
    .home-section9 .product{
        width: 90% !important;
    }

    .home-section9 .wp-block-post-featured-image {
        margin-left: 0px;
    }
}

@media(max-width: 1024px){
    .home-section9 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section9 .wp-block-post-featured-image {
        width: 180px;
    }

    .home-section9 .product {
        width: 78% !important;
    }

    .home-section9 .wp-block-post-excerpt__more-text{
        bottom: 45%;
        left: -53%;
    }
}

@media(max-width: 820px){

    .home-section9 {
        padding-left: 100px;
    }

    .home-section9 .gb-grid-wrapper.gb-grid-wrapper-5e2db31b {
        display: block;
    }

    .home-section9 .product {
        width: 600px !important;
    }

    .home-section9 .wp-block-post-featured-image {
        width: 250px;
    }

    .home-section9 .wp-block-post-excerpt__more-text {
        bottom: 22%;
        left: -78%;
    }
}

@media(max-width: 712px){
    .home-section9 {
        padding-left: 75px;
    }
}

@media(max-width: 414px){
    .home-section9 .product {
        display: block;
    }
    .home-section9 .wp-block-post-excerpt__more-text {
        bottom: 0%;
        left: 22%;
    }

    .home-section9 .wp-block-post-featured-image {
        padding-bottom: 30px;
    }
}

@media(max-width: 360px){
    .home-section9 .product > div {
        width: 260px;
    }
}

/****************************************************************************/
/*				  												  SECTION 10*/
/****************************************************************************/

.home-section10 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section10 {
    border-top: 1px solid #0047b0;
    border-bottom: 1px solid #0047b0;
}

.home-section10 img {
    width: 70% !important;
    margin: 0 auto;
    display: block;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 414px){
    .home-section10 figure img {
        width: auto !important;
    }
}

/****************************************************************************/
/*				  												  SECTION 11*/
/****************************************************************************/

.home-section11 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section11 h2 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-section11 h2:after {
    content: '';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 5%;
    margin: 0 auto;
}



/****************************************************************************/
/*				  												  SECTION 12*/
/****************************************************************************/

.home-section12 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section12 h2{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-section12 h2:after {
    content: '';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 5%;
    margin: 0 auto;
}

.home-section12 .wp-block-latest-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.home-section12 .wp-block-latest-posts li {
    width: 49%;
}

.home-section12 .wp-block-latest-posts li > a {
    color: #000000;
    text-decoration: none;
    font-size: 20px;
}

.home-section12 .wp-block-latest-posts li > a:hover{
    color:#0047b0;
}

.home-section12 .wp-block-latest-posts li a:last-child {
    text-decoration: none;
}

.home-section12 .wp-block-latest-posts li img {
    border-radius: 15px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .home-section12 .wp-block-latest-posts {
        display: block;
        padding-right: 40px;
    }

    .home-section12 .wp-block-latest-posts > li {
        width: 100%;
    }
}

@media(max-width: 768px){
    .home-section12 li > div {
        /* display: inline-block; */
        float: left;
    }

    .home-section12 .wp-block-latest-posts__post-excerpt {
        width: 70%;
    }
}

@media(max-width: 414px){
    .home-section12 .wp-block-latest-posts > li {
        width: auto;
    }

    .home-section12 .wp-block-latest-posts__post-excerpt {
        width: auto;
    }

    .home-section12 h2 {
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-section12 .wp-block-latest-posts li > div {
        float: none;
        width: 100%;
        text-align: center;
    }

    .home-section12 .wp-block-latest-posts li .wp-block-latest-posts__post-title,
    .home-section12 .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
        text-align: left;
        display: block;
    }

    .home-section12 .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt a.read-more {
        display: block;
    }
}



/****************************************************************************/
/*				  												  SECTION 13*/
/****************************************************************************/

.home-section13 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-section13 .home-logo-carousel {
    width: 70%;
    margin: 0 auto;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 768px){
    .home-section13 {
        margin-top: 50px;
    }
}

/*******************************************************************************************************************/
/*				  													                                       COMPANY*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  											  SECTION TITLES*/
/****************************************************************************/


.company-section1 h2:after,
.company-section2 h2:after {
    content: '';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 5%;
}

/****************************************************************************/
/*				  											       SECTION 2*/
/****************************************************************************/

.company-section2{
    padding-top: 30px;
    padding-bottom: 30px;
}

/*******************************************************************************************************************/
/*				  													                                  PRODUCT PAGE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  											         CONTENT*/
/****************************************************************************/

.single-product .product-grid-layout {
    padding-top: 100px;
}

.single-product .product .wp-block-post-title {
    padding-bottom: 20px;
    text-shadow: none;
}

.single-product .product-left-column img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.single-product .product-right-column .wp-block-pb-accordion-item h2 {
    font-size: 23px;
    font-weight: bold;
}

.single-product .product-right-column .wp-block-pb-accordion-item > div {
    padding-bottom: 20px;
}

.single-product .product-right-column form input,
.single-product .product-right-column form textarea{
    width: 100%;
    background: none;
    margin-top: 10px;
}

.single-product .product-right-column form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    background-color:#0047b0 !important;
    border-radius: 5px;
}

.single-product .product-right-column form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color:#000000 !important;
}

.single-product .product-right-column .wpcf7-form-control-wrap.acceptance {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.single-product .product-right-column .wpcf7-form-control-wrap.acceptance a{
    color: #000000;
}

.single-product .product-right-column .wpcf7-form-control-wrap.acceptance a:hover{
    color:#0047b0;
}

.single-product .product-right-column .wpcf7-form-control-wrap.acceptance input {
    width: auto;
    display: initial;
}

.single-product .product-usp h2,
.single-product .product-usp a {
    color: #ffffff;
    margin-bottom: 0px;
}

/*******************************************************************************************************************/
/*				  													                                     BLOG MAIN*/
/******************************************************************************************************************/

.blog span.byline,
.archive span.byline {
    display: none;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 768px){
    .archive.category #main h2 {
        font-size: 25px;
    }
}

/*******************************************************************************************************************/
/*				  													                                     BLOG POST*/
/******************************************************************************************************************/

.single-post span.byline {
    display: none;
}

/****************************************************************************/
/*				  											         CONTENT*/
/****************************************************************************/

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 768px){
    .single-post #main h2 {
        font-size: 20px;
        font-weight: bold;
    }
}

/****************************************************************************/
/*				  											      NAVIGATION*/
/****************************************************************************/

.single-post .post-navigation {
    display: flex;
    flex-direction: row;
    gap: 150px;
    margin-top: 50px;
}

.single-post .post-navigation .nav-previous {
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: center;
    background: #0047b0;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
}

.single-post .post-navigation .nav-next {
    display: flex;
    flex-direction: row-reverse;
    width: 50%;
    justify-content: center;
    background: #0047b0;
    color: #ffffff;
    padding: 10px;
    border-radius: 15px;
}

.single-post .post-navigation .nav-previous a,
.single-post .post-navigation .nav-next a {
    color: #ffffff;
    text-decoration: none;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 768px){
    .single-post .post-navigation{
        display: none;;
    }
}

/*******************************************************************************************************************/
/*				  													                                       CONTACT*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  											       SECTION 1*/
/****************************************************************************/

.contact-section1 .gb-grid-column-31aa5dd1 p {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

.contact-section1 .gb-grid-column-31aa5dd1 a{
    color: #ffffff;
    font-size: 35px;
    text-decoration: none;
}

.contact-section1 form {
    padding-top: 50px;
}

.contact-section1 form input, 
.contact-section1 form textarea {
    background: none;
    width: 100%;
    display: block;
    color: #ffffff;
}

.contact-section1 form input.wpcf7-form-control.has-spinner.wpcf7-submit{
    background-color:#0047b0 !important;
    border-radius: 5px;
}

.contact-section1 form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background-color:#000000 !important;
}

.contact-section1 .wpcf7-form-control-wrap.acceptance {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.contact-section1 .wpcf7-form-control-wrap.acceptance a{
    color: #ffffff;
}

.contact-section1 .wpcf7-form-control-wrap.acceptance a:hover{
    color:#0047b0;
}

.contact-section1 .wpcf7-form-control-wrap.acceptance input {
    width: auto;
    display: initial;
}

.contact-section1 form input::placeholder,
.contact-section1 form textarea::placeholder{
    color:#ffffff;
}
.contact-section1 form input:-ms-input-placeholder,
.contact-section1 form textarea:-ms-input-placeholder{
    color:#ffffff;
}
.contact-section1 form input::-webkit-input-placeholder,
.contact-section1 form textarea::-webkit-input-placeholder{
    color:#ffffff;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 712px){
    .contact-section1 .gb-container.gb-container-31aa5dd1 p {
        padding-top: 60px;
    }

    .contact-section1 .gb-container.gb-container-31aa5dd1 p,
    .contact-section1 .gb-container.gb-container-31aa5dd1 a {
        font-size: 30px;
    }

    .contact-section1 form {
        padding: 50px;
    }
}

/****************************************************************************/
/*				  											       SECTION 2*/
/****************************************************************************/

.contact-section2{
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-section2 h2{
    text-align: center;
}

.contact-section2 h2:after{
    content: '';
    border-bottom: 1px solid #0047b0;
    display: block;
    padding-top: 15px;
    width: 5%;
    margin: 0 auto;
}

.contact-section2 .flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
    padding-top: 20px;
}

.contact-section2 .flip-container:hover .back {
    transform: rotateY(0deg);
}

.contact-section2 .flip-container:hover .front {
    transform: rotateY(180deg);
}

.contact-section2 .front,
.contact-section2 .back {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-section2 .flip-container,
.contact-section2 .front,
.contact-section2 .back {
    width: 250px;
    height: 250px;
    margin: 0 25px 25px 0;
    float:left;
    border-radius: 5%;
}

.contact-section2 .flipper {
    transition: 0.6s; 
    transform-style: preserve-3d;	
    position: relative;
}

.contact-section2 .front, 
.contact-section2 .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-section2 .front {
    z-index: 2;	
    transform: rotateY(0deg);
    background: rgb(247, 247, 247);
}

.contact-section2 .back {
    transform: rotateY(-180deg);
    background: rgb(247, 247, 247);
    color: #000;
    text-align:center;
    line-height:1.4em;
    padding: 15px;
}

.contact-section2 .vertical.flip-container {
    position: relative;
}

.contact-section2 .flip-container:hover {
    cursor: pointer;
}

.contact-section2 .vertical .back {
    transform: rotateX(180deg);
}

.contact-section2 .vertical.flip-container:hover .back  {
    transform: rotateX(0deg);
}

.contact-section2 .vertical.flip-container:hover .front {
    transform: rotateX(180deg);
}

.contact-section2 .front {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.contact-section2 .front h3 {
    color: #000000;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5%;
    padding: 20px;
}

.contact-section2 .back h3 {
    font-size: 35px;
}

.contact-section2 .back p {
    margin-bottom: 0px;
}

.contact-section2 .front svg {
    width: 50px;
    height: 50px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 768px){
    .contact-section2 .gb-grid-wrapper.gb-grid-wrapper-c5d8916e > div {
        width: 50%;
    }

    .contact-section2 .gb-grid-wrapper.gb-grid-wrapper-c5d8916e > div > div {
        align-items: center;
    }
}

@media(max-width: 480px){
    .contact-section2 .gb-grid-wrapper.gb-grid-wrapper-c5d8916e > div {
        width: 100%;
    }
    .contact-section2 .flip-container,
    .contact-section2 .front,
    .contact-section2 .back {
        margin: 5px;
    }
}

@media(max-width: 712px){
    .contact-section2 .gb-grid-wrapper.gb-grid-wrapper-c5d8916e > div > div {
        align-items: center;
    }
}


/*******************************************************************************************************************/
/*				  													                                         FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  										       WIDGET TITLES*/
/****************************************************************************/

.site-footer h2 {
    font-size: 22px;
}

.site-footer h2:after {
    content: '';
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding-top: 15px;
    width: 100%;
    margin: 0 auto;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .site-footer h2 {
        font-size: 20px;
    }

    .site-footer .inside-footer-widgets {
        display: inline-block;
    }

    .site-footer .inside-footer-widgets > div {
        width: 50%;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width: 414px){
    .site-footer .inside-footer-widgets > div{
        width: 100%;
    }

    .site-footer .inside-footer-widgets img {
        width: 70%;
    }
}

/****************************************************************************/
/*				  										                MENU*/
/****************************************************************************/

.site-footer #menu-footer-menu li a {
    text-decoration: none;
    color: #000000;
}

.site-footer #menu-footer-menu li:hover a{
    color: #0047b0;
}

/****************************************************************************/
/*				  										          FOOTER BAR*/
/****************************************************************************/

.copyright-bar {
    display: flex;
}

.copyright-bar,
.copyright-bar a {
    color: #ffffff;
}

.copyright-bar a:nth-child(2) {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 5px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1024px){
    .inside-site-info {
        padding: 10px 0px 10px 0px;
    }

    .copyright-bar {
        font-size: 14px;
        padding-left: 20px;
    }
}

@media(max-width: 820px){
    .footer-bar-align-right .copyright-bar {
        display: block;
    }

    .copyright-bar a:nth-child(2) img {
        width: auto;
        margin: 0 auto;
    }
}

@media(max-width: 414px){
    .copyright-bar{
        padding-left: 0px;
    }
}