/*COOKIES*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-size:14px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}


/*----------------------------------------------------

TABLE OF CONTENTS

1. General
2. Typography and Backgrounds
3. Icon formation
4. Button formation
5. Layout
6. Social Icons
7. Hero Slider
8. Progressbars Section
9. Portfolio Section
10. Lets Get Social
11. Embed Video Section
12. Packages Section
13. Call Action
14. Testimonials
15. Our Team
16. Contact Form & Subscribe Form
17. Footer Section
18. Nav Tabs
19. Questions & Toggles
20. Leave Comment
21. Map
22. Countdowns
23. Counters
24. Video Background
25. Blog Sections
26. Portfolio Sections
27. 404 Page
28. Nav
29. Media Queries

----------------------------------------------------*/



/****************************/


/******** 1. General ********/


/****************************/

.aligncenter { text-align:center; }
.alignleft { text-align:left; }
.alignright { text-align:right; }
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}

a, button {
    cursor:pointer;
}

/*IF ADMIN MOVE HEADER*/
nav{
 /*   top:30px !important; */
}

.navbar li.menu-item a {
    font-size:14px;
}


#loader {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 99999;
}

.hide_loader {
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    opacity: 0;
}

.laoder-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.svg-loader {
    width: 110px;
    -webkit-animation: svg-loader 1s linear infinite;
    animation: svg-loader 1s linear infinite;
}

@-webkit-keyframes svg-loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes svg-loader {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#loader {
    display: none !important;
}



body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: 'Open Sans', sans-serif;
    color: #656565;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

input[type=text],
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner,
input[type="submit"] {
    border: 0;
    outline: 0;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.portfolio-gallery img{
    height:300px;
    object-fit:cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

p,
a,
a:hover,
a:focus,
a:active {
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

h1 {
    font-size: 3em;
    letter-spacing: 2.2px;
    font-weight: 100;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.7em;
    letter-spacing: 1px;
    line-height:32px;
}

h4 {
    font-size: 1.4em;
    line-height:28px;
}

h5 {
    font-size: 1.0em;
    letter-spacing: 1px;
}

h6 {
    font-size: 1em;
}

p,li {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
}

blockquote {
    color: #707070;
    font-style: italic;
    font-weight: 100;
    font-size: 24px;
    line-height: 36px;
}

.emphasis {
    font-weight: 700;
    letter-spacing: 0;
}

.no-letter-spacing {
    letter-spacing: 0;
}

.hide_me {
    display: none;
}

.font-Open Sans {
    font-family: 'Open Sans', sans-serif;
}


.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

/*PLUGINS CSS*/

.wpcf7-response-output{
    max-width: 1170px;
    border:none !important;
    margin:auto !important;
    position:relative;
    top:-40px;
    margin-bottom:30px !important;
}

div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip{
    color:#fd5f60;
    font-size:14px;
    width:100%;
}


div.wpcf7-validation-success{
    color:#6bbf68;
}

div.wpcf7-response-output  {
    margin-top:60px !important;
    padding-left:0px;
}

div.wpcf7-mail-sent-ok {
    color:#42c50a;
}

div.wpcf7 .ajax-loader {
    width: 50px;
    background: url('/wp-content/themes/lapousis/redesign/img/assets/loader.svg');
    height: 50px;
        -webkit-animation: svg-loader 1s linear infinite;
    animation: svg-loader 1s linear infinite;
}


/************************************/


/*** 2. Typography and Backgrounds **/


/************************************/

.text-light {
    color: #fff;
}

.text-light-gray {
    color: #9d9d9d;
}

.text-tomato {
    color: #ff6347;
}

.text-bold{
    font-weight: 700;
}

.text-underlined {
    text-decoration: underline;
}

.text-underlined-colored {
    text-decoration: underline;
}

.text-deleted {
    text-decoration: line-through;
}


.bg-white {
    background: #fff;
}

.bg-light-gray {
    background: #f5f5f5;
}

.bg-light-blue {
    background: #ecf6ff;
}

.bg-black {
    background: #232323;
}

.bg-tomato {
    background: #ff6347;
}

.sub-header {
    font-size: 14px;
    opacity: 0.9;
}

.label-dark {
    background-color: #232323;
    font-weight: 400;
}

.label-colored {
    font-weight: 400;
}


/******************************/


/****** 3. Icon formation *****/


/******************************/

.icon-2x {
    font-size: 2em;
}


.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}


.icon-5x {
    font-size: 5em;
}

.icon-6x {
    font-size: 6em;
}


/*Icon colors*/

/* icon-blue is inslide blue.css */

.icon-red {
    color: #ff4954;
}

.icon-orange {
    color: #ff920b;
}


/******************************/


/***** 4. Button formation ****/


/******************************/

.search-form input[type=submit],
.btn {
    border-radius: 100px;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
    font-weight: 700;
    min-width: 150px;
    padding: 10px 26px;
    outline: none !important;
}

.btn:focus {color:#fff;}

.btn-xlg {
    width: 180px;
    padding: 9px 0;
}

.btn-lg {
    width: 180px;
    font-size: 16px;
    padding: 12px 0px;
}

.btn-md {
    width: 180px;
    font-size: 14px;
    padding: 12px 8px;
}

.search-form input[type=submit],
.btn-sm {
    width: 170px;
    font-size: 12px;
    padding: 11px 7px;
}


.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-colored:hover {
    color: #fff;
}

.btn-gray {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
}

.btn-gray:hover {
    color: #fff;
}

.btn-black {
    background-color: #333;
    border: 1px solid #333;
}

.btn-black:hover {
    background-color: #404040;
    border: 1px solid #404040;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: #007dd4;
    color:#fff !important;
    border: 1px solid #fff;
}

.btn-dark-bg {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-dark-bg:hover {
    background-color: #fff;
    border: 1px solid #fff;
}


.btn-ghost {
    background-color: transparent;
}

.btn-ghost:hover,
.btn-ghost:focus {
    color: #fff;
}


/******************************/


/********** 5. Layout *********/


/******************************/

.i_am_absolute{
    position: absolute;
}

.flex_me_on_y{
    display: flex;
    align-items: center;
}


/*TABLES*/
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f0f3ff;

}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #f0f3ff;
    height:24px;
    line-height:24px;
    padding-top:12px;
    padding-bottom:12px;
}

.table p{
    font-size:14px;
}


.bg_cover{
    background-size: cover;
    background-repeat: no-repeat;
}

.width_100 {
    width:100%;
}

.width_90 {
    width:90%;
}

.width_80 {
    width:80%;
}

.width_70 {
    width:70%;
}

.width_60 {
    width:60%;
}

.width_50 {
    width:50%;
}

.width_40 {
    width:40%;
}

.width_30 {
    width:30%;
}

.width_20 {
    width:20%;
}

.width_10 {
    width:10%;
}

.max_char600 {
    max-width:600px;
}


.max_char700 {
    width:700px;
}


.max_char800 {
    width:800px;
}


/*Padding*/

.p0 {
    padding: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-left: 0;
}

.p-t-10 {
    padding-top: 10px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-t-b-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}


.p-t-20 {
    padding-top: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-t-b-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-t-b-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-b-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-r-60 {
    padding-right: 60px;
}

.p-l-60 {
    padding-left: 60px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-t-b-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-t-80 {
    padding-top: 80px;
}

.p-r-80 {
    padding-right: 80px;
}

.p-l-80 {
    padding-left: 80px;
}

.p-b-80 {
    padding-bottom: 80px;
}

.p-t-b-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}


.p-t-100 {
    padding-top: 100px;
}

.p-r-100 {
    padding-right: 100px;
}

.p-l-100 {
    padding-left: 100px;
}

.p-b-100 {
    padding-bottom: 100px;
}

.p-t-b-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.p-t-120 {
    padding-top: 120px;
}

.p-r-120 {
    padding-right: 120px;
}

.p-l-120 {
    padding-left: 120px;
}

.p-b-120 {
    padding-bottom: 120px;
}

.p-t-b-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}


.p-t-140 {
    padding-top: 140px;
}

.p-r-140 {
    padding-right: 140px;
}

.p-l-140 {
    padding-left: 140px;
}

.p-b-140 {
    padding-bottom: 140px;
}

.p-t-b-140 {
    padding-top: 140px;
    padding-bottom: 140px;
}


/*Margin*/

.m-t-0 {
    margin-top: 0px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-t-b-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-b-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-b-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}


.m-t-40 {
    margin-top: 40px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-b-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-t-b-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m-t-100 {
    margin-top: 100px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-t-b-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.m-l-r-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-l-r-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-l-15{
    margin-left: 15px;
}

.mauto {
    margin: auto;
}

.char-limit {
    max-width: 700px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.border-round{
    border-radius: 4px;
}

.box-with-light-shadow {
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.08);
}

.box-with-dark-shadow {
    -webkit-box-shadow: 4px 4px 23px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 23px 0px rgba(0, 0, 0, 0.15);
}

.scroll-down a {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    bottom: 15px;
    color: #fff;
    font-size: 2.4em;
    cursor: pointer;
    z-index: 100;
}

.header-parallax .white-overlay {
    padding-top: 150px;
    padding-bottom: 150px;
}

.colored-header{
    padding-top:160px;
    padding-bottom:100px;
}

.border-top-gray {
    border-top: 1px solid #e8e8e8;
}

.inner-style .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background-color: #ccc;
}

.inner-style .owl-dots .owl-dot.active span,
.inner-style .owl-dots .owl-dot:hover span {
    background-color: #404040;
}

h3.text-center.font-Open Sans.emphasis {
    color: #fff;
    width: 180px;
    margin: auto;
    line-height: 40px;
    -webkit-clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
    clip-path: polygon(20% 0, 100% 0, 80% 100%, 0 100%);
}

.height100 {
    height: 100px;
}

.call-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.patchwork-lists li {
    line-height: 30px;
}

.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.vertical-align * {
    margin: 10px 0;
}

/*Parallax for background with dots on the video home Section*/
.parallax {
    background-size: cover !important;
    background-repeat-x: no-repeat !important;
}


.portfolio-header.parallax.parallax1 {
  /*  background-size:contain !important;  */
}

.parallax h3,
.parallax p {
    font-weight: 300;
}

/*Parallax Page Image Header*/
.single-header {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}


.portfolio-header .dark-overlay,
.portfolio-header .black-overlay {
    padding-top: 190px;
    padding-bottom: 190px;
}

.single-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.portfolio-header h1,
.single-header h1 {
    font-size: 40px;
    line-height:48px;
    letter-spacing: 0;
    margin:auto;
    max-width:700px;
}

.single-header p {
    letter-spacing: 1px;
}


.project-widget-title {
    font-weight: 700;
    margin-top: 0;
}

.project-info .row {
    padding-top: 10px;
    padding-bottom :10px;
}

.project-info .row div {
    padding-left: 0;
}


.project-colors {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 100%;
}

/*Project colors*/

/* project-color1 is inslide blue.css */

.project-color2 {
    background: #FF9800;
}

.project-color3 {
    background: #555555;
}

.promo-section1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*Static Page*/
.static-page .single-header,
.static-page .single-header .container {
    height: 100vh;
}

/*Magnify pop-up width frame*/

.mfp-image-holder .mfp-content {
    /* max-width: 800px; */
    position: relative;
    top: 20px;
}

.mfp-image-holder .mfp-close {
    cursor: pointer !important;
}

.mfp-iframe-holder {
    padding-top: 120px;
}

.mfp-iframe-holder .mfp-close {
    top: -15px;
    left: 34px;
}

/*Masonry Sections*/

.single-column .b-by-b-item {
    width: 100%!important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

@media (min-width: 0px) and (max-width: 480px) {
    #layout .b-by-b-item {
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    #layout .b-by-b-item {
        width: 50%;
        padding-left: 10px !important;
    }
}

@media (min-width: 1025px) {
    #layout .b-by-b-item {
        width: 33.33%;
    }
}


/* *************************/


/***** 6. Social Icons *****/


/* *************************/


/*Hide the burger button icons in desktop view*/

.mobile-only.social-icons {
    display: none;
}

.social-icons {
    position: relative;
    top: 30px;
    width: 100%;
}

.social-icons .list-inline {
    padding-top: 30%;
}

.social-icons .list-inline li {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    -webkit-transition: 0.35s ease-out;
    -o-transition: 0.35s ease-out;
    transition: 0.35s ease-out;
}

.social-icons .list-inline li a:hover {
    color: #ffffff;
}

.social-icons .list-inline li a {
    font-size: 1.4em;
    text-align: center;
}


/******************************/


/******* 7. Hero Slider *******/


/******************************/

span svg#logo-yes{
    width:180px;
    position:relative;
    top:5px;
    left:3px;
}

#home {
    padding: 0;
}

.hero-slider .carousel-inner {
    height: 100%;
    min-height: 100%;
}

.hero-slider .carousel-inner .item {
    width: 100%;
    height: 100%;
}

/*Dark Layer*/
#home,
.hero-slider .carousel-inner .item .homeslider-overlay {
    background: rgba(0, 0, 0, 0.0);
}

.hero-slider .carousel-inner .item:nth-child(1) {
    background: url('/wp-content/uploads/2024/07/image4r.jpg') 50% fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slider .carousel-inner .item:nth-child(2) {
/*    background: url('/wp-content/themes/lapousis/redesign/img/vertical/kg.jpg') 50% fixed;*/
    background: url('/wp-content/uploads/2024/07/image0.jpg') 50% fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.hero-slider .carousel-inner .item:nth-child(3) {
    background: url('/wp-content/themes/lapousis/redesign/img/vertical/doc2.jpg') 50% fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
.hero-slider .carousel-inner .item .homeslider-overlay {
    width: 100%;
    display: block;
}

.hero-slider .carousel-inner .item .homeslider-overlay,
.hero-slider .carousel-inner .item {
    height: 680px;
}

.hero-slider .main-container {
    padding-left: 0px;
    padding-right: 0px;
}

.hero-slider .carousel-indicators {
    display: none;
    bottom: 60px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    text-shadow: none;
}


.carousel-control.right {opacity: 0;}
.hero-slider:hover .carousel-control.right {
    opacity: 1;
    right: -50px;
}

.carousel-control.left {opacity: 0;}
.hero-slider:hover .carousel-control.left {
    opacity: 1;
    left: -50px;
}


.carousel-full,
.hero-slider .carousel-full .item .homeslider-overlay,
.header-parallax .owl-item {
    height: 80vh;
}

.hero-slider .carousel-full .carousel-inner .item {
    min-height: initial;
}


.carousel-full .main.info-carousel {
    bottom: 30%;
}

/* Home Slides Big Text*/
.main.info-carousel {
    top: 145px;
    margin:auto;
    padding:20px 30px 20px 15px;
    width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 20px;
    background: rgba(255, 255, 255, 0.77);
}


/*Home Parallax Big text*/
.info-carousel-parallax {
    position: absolute;
    bottom: 30%;
    left: 0%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}


.header-parallax h1,
.main.info-carousel h1 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 42px;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.info-carousel-parallax h1,
.info-carousel-parallax h2,
.main.info-carousel h1,
.main.info-carousel h2 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.custom_flying_texts{
    /*letter-spacing: 1.05px;*/
}

.custom_flying_texts:after {
    border-bottom: 7px solid #fd5f60;
    /*border-bottom: 7px solid #fbb786;*/
    content: "";
    display: block;
    margin: 12px 0 12px 0;
    width:460px;
}


.main.info-carousel a {
    margin-top: 20px;
}

/*First Slide Big Text End*/
.info-carousel h1,
.info-carousel p {
    /*color: #fff;*/
}

.info-carousel p {
    padding-top: 5px;
}

.info-carousel {
    position: absolute;
    bottom: 30%;
    left: 12%;
    z-index: 10;
    color: #fff;
    width: 300px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.info-carousel .btn {
    text-shadow: none
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

/* Animation delays between slides */
.info-carousel h3:first-child {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.info-carousel h3:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.info-carousel button {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.fade-carousel-slides .carousel-inner .item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.fade-carousel-slides .carousel-inner .item,
.fade-carousel-slides .carousel-inner .active.left,
.fade-carousel-slides .carousel-inner .active.right {
    opacity: 0;
}

.fade-carousel-slides .carousel-inner .active,
.fade-carousel-slides .carousel-inner .next.left,
.fade-carousel-slides .carousel-inner .prev.right {
    opacity: 1;
}

.fade-carousel-slides .carousel-inner .next,
.fade-carousel-slides .carousel-inner .prev,
.fade-carousel-slides .carousel-inner .active.left,
.fade-carousel-slides .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fade-carousel-slides .carousel-control {
    z-index: 2;
}

.fade-carousel-slides .carousel-inner .item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.fade-carousel-slides .carousel-inner .item,
.fade-carousel-slides .carousel-inner .active.left,
.fade-carousel-slides .carousel-inner .active.right {
    opacity: 0;
}

.fade-carousel-slides .carousel-inner .active,
.fade-carousel-slides .carousel-inner .next.left,
.fade-carousel-slides .carousel-inner .prev.right {
    opacity: 1;
}

.fade-carousel-slides .carousel-inner .next,
.fade-carousel-slides .carousel-inner .prev,
.fade-carousel-slides .carousel-inner .active.left,
.fade-carousel-slides .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fade-carousel-slides .carousel-control {
    z-index: 2;
}

/*Submenu Tab*/
.submenu_tab{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    width:100%;
    transform: translateY(-50px);
}

.submenu_tab .row{
    display:flex;
    justify-content:center;
    align-items:center;
    }

.submenu_tab .submenu_fields{
    background: #007dcd;
    position:relative;
    top:0;
    transition:0.2s ease-in-out;
    margin:0 10px;
    width:100%;
    height: 270px;
}

/*.submenu_tab .submenu_fields:hover{
    top:-10px;
}
*/

.no_borders {
  font-size: 16px;
  line-height: 26px;
}

.no_borders td:nth-child(1) {
    width:150px;;
}

.submenu_tab .no_borders tr{
    height: 35px;
}

.submenu_tab .no_borders tr:not(:last-child){
    border-bottom: 1px solid #81b9e0;
}

/***********************************/


/***** 8. Progressbars Section *****/


/***********************************/

.progress-bar-frame-light,
.progress-bar-frame-dark {
    padding-left: 25px;
    padding-right: 25px;
}

.sonny_progressbar p {
    text-align: left;
    margin: 0;
    opacity: 0.7;
    color: #fff;
    font-size: 14px;
}

.progress-percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative;
    top: -12px;
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
}

.sonny_progressbar {
    padding-bottom: 30px;
}

.sonny_progressbar .bar-container {
    position: relative;
    height: 18px !important;
    border-radius: 100px !important;
    background-color: rgba(210, 210, 210, 0.2) !important;
}

.progress-bar-frame-thin .sonny_progressbar .bar-container {
    height: 10px !important;
}

.progress-bar-frame-normal .sonny_progressbar .bar-container {
    height: 18px !important;
}

.progress-bar-frame-bold .sonny_progressbar .bar-container {
    height: 28px !important;
}

.sonny_progressbar .bar {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100px;
}

.skills-dark p,
.skills-dark .progress-percent {
    color: #404040;
    opacity: 1;
}



/*******************************/


/**** 9. Portfolio Section ****/


/******************************/

#portfolio .head_frame {
    padding-bottom: 30px;
}


.portfolio-gallery figure p {
    position: absolute;
    top: 60%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 9999;
    color: transparent;
    width: 100%;

    text-align: center;
}

.portfolio-gallery:hover figure p {

    position: absolute;
    top: 18px;
    color: #fff;
    z-index: 9999;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 50%;
}


.portfolio-gallery figure p:nth-of-type(1) {
    top: 40%;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-size: 12px;
    cursor: pointer;
}

.portfolio-gallery:hover figure p:nth-of-type(2) {
    top: 50%;
    -webkit-transition: 0.3s 0.1s ease-in-out;
    -o-transition: 0.3s 0.1s ease-in-out;
    transition: 0.3s 0.1s ease-in-out;
}

.portfolio-gallery figure .portfolio-link {
    position: relative;
    top: 45px;
    cursor: pointer;
}

.portfolio-gallery figure p.ion-eye {
    left: 10px;
}

.container-fluid .portfolio-gallery figure p.ion-eye {
    left: 25px;
}

#portfolio .filter-pack {
    margin: 40px 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#portfolio .filter-pack li {
    font-size: 13px;
    text-align: center;
    margin-right: 6px;
    border-radius: 2px;
    background-color: #ececec;
    padding: 12px 30px;
    color: #707070;
    cursor: pointer;
    min-width: 120px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
}

#portfolio .filter-pack li:first-child {
    border-radius: 100px 0 0 100px;
}

#portfolio .filter-pack li:last-child {
    border-radius: 0 100px 100px 0;
}

#portfolio .filter-pack li.active {
    color: #fff;
}

#portfolio .filtr-container .image-wrap,
.project-page .image-wrap {
    position: relative;
    display: block;
    outline: none;
}

.portfolio-dark-on-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.image-wrap:hover .portfolio-dark-on-hover,
.featured-thumbnail a:hover .portfolio-dark-on-hover {
    opacity: 1;
}

/*Full width portfolio / No spaces*/
.container-fluid .col-xs-12,
.container-fluid .filtr-item {
    padding: 0;
}

/***************************************/


/********* 10. Lets Get Social  ********/


/**************************************/

.social-frame {
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    background-color: #f5f5f5;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

.lets-social .col-sm-2:hover span:before {
    color: #fff;
}

/***********************************/


/***** 11. Embed Video Section *****/


/***********************************/

.embed-responsive {
    padding-bottom: 56%;
    /*z-index: -1;*/
}

.ytp-progress-bar-container {
    display: none;
}

/*********************************/


/****** 12. Packages Section *****/


/*********************************/

.package {
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.featured-package {
    position: relative;
    top: -20px;
}

.featured-package .features {
    padding-top: 20px;
    padding-bottom: 20px;
}

.packages-row {
    padding-left: 50px;
    padding-right: 50px;
}

.package-frame {
    padding-left: 0;
    padding-right: 0;
}

.price-box .currency {
    position: relative;
    top: -15px;
    font-size: 22px;
}

.price-box .price {
    display: inline;
    font-weight: 900;
    font-size: 44px;
}

.package .price-header h3 {
    color: #404040;
}

.package:hover .price-header span,
.package:hover .price-header h3,
.package:hover .visits h3,
.package:hover .price-box span,
.package:hover .price-box h1,
.package:hover .features p {
    color: #fff;
}

.package .visits h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.package:hover .btn {
    background-color: #fff;
}


/*************************/


/**** 13. Call Actions ****/


/*************************/

.call-action .action-field-btn {
    text-align: right;
}

.call-action h4 {
    font-weight: 300;
}


.extra_section_svgs .gard_hat {
    width:190px;
    position:relative;
    top:-120px;
}


/********************************/


/***** 14. Testimonials *********/


/********************************/

#testimonials {
    cursor: pointer;
}

.testimonials-indicators {
    position: relative;
    bottom: 0;
}

.carousel-indicators li {
    width: 7px !important;
    height: 7px !important;
    margin: 0 4px;
    background: #d2d2d2;
    border: 1px solid #d2d2d2;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.carousel-indicators li.active {
    width: 7px !important;
    height: 7px !important;
    margin: 0 4px;
    border: 1px solid #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#testimonials .carousel-inner p {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 18px;
    font-weight: 100;
    line-height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#testimonials .clients {
    margin: auto;
    border-radius: 100%;
    height: 75px;
    width: 75px;
    object-fit: cover;    
}


/******************************/


/******** 15. Our Team ********/


/******************************/


.team-carousel .owl-dots .owl-dot.active span{
    width: 7px !important;
    height: 7px !important;
    background: #383737;
    border: 1px solid #383737;
}

.team-carousel .owl-dots .owl-dot span{
    width: 7px !important;
    height: 7px !important;
    background: #c8c8c8;
    border: 1px solid #c8c8c8;
}

.people-profile .image-frame {
    position: relative;
    overflow: hidden;
}

.team-overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.social-icon-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    list-style: none;
    padding: 0;
}

.social-icon-profile li {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.social-icon-profile li a {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.team-overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

.people-profile:hover .image-frame .team-overlay {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
}

.social-icon-profile {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-left: 10%;
    margin-right: 10%;
}

.people-profile:hover .image-frame img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.people-profile img {
    -webkit-transition: 0.9s ease-in-out;
    -o-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out;
}

.people-profile:hover .image-frame .team-overlay .social-icon-profile {
    opacity: 1;
}

.board .rank {
    font-style: oblique;
    opacity: 0.7;
}

/******************************/


/***** 16. Contact Form *******/
/***** & Subscribe Form *******/


/******************************/

::-webkit-input-placeholder {
    padding-left: .5em;
    color: rgba(36, 36, 36, .35);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

::-moz-placeholder {
    padding-left: .5em;
    color: rgba(36, 36, 36, .35);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

::-ms-input-placeholder {
    padding-left: .5em;
    color: rgba(36, 36, 36, .35);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


#contact-field form {
    padding-top: 40px;
}

.form-control {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.form-group input,
.form-group textarea {
    outline: none;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #aed1ed;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.form-group textarea {
    border: 1px solid #aed1ed;
}


.form-group input:focus,
select:focus,
.form-group textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


hr.contact-hr:before {
    content: "\f141";
    font-family: "Ionicons";
    position: relative;
    display: inline-block;
    top: -12px;
    background: white;
    padding: 0 20px;
    font-size: 18px;
}

#status-notification {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.form-submitted {
    display: none;
    margin-top: 5px;
    position: absolute;
}

.form-submitted img {
    width: 70px;
}


/*Alerts*/

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
    cursor: pointer;
}


.help-block {
    position: relative;
    top: 5px;
    color: #fff;
    background-color: #ff4040;
    width: 300px;
    border-radius: 2px;
    padding-left: 5px;
    font-size: 14px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #fff;
    opacity: 1;
    top: 0;
}

.help-block.with-errors li {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
}


.has-error .form-control,
.has-error .form-control:focus,
.has-error .form-control:active,
.has-error .form-control:hover {
    border: 1px solid #bbbbbb;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.chimp-errors {
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

/*Terms of use checkbox*/

/*contact page contact form*/
.contact-form-field .accept_yes_terms span,
.contact-form-field .accept_yes_terms a{
    color:#007dcd;
    font-weight:500;
    transition:0.2s;
}

.contact-form-field .accept_yes_terms a:hover{
    text-decoration:underline;
}

/* Appointment */
.newsletter.extra_section_svgs.newsletter_white.newsletter_blue{
    background: url('/wp-content/themes/lapousis/redesign/img/assets/family.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.newsletter.extra_section_svgs.newsletter_white.newsletter_blue .overlay {
    background: rgba(0, 79, 134, 0.48);
}

/***************************/


/*** 17. Footer Section ****/


/***************************/

footer {
    background: url('/wp-content/themes/lapousis/redesign/img/assets/footer_img1.jpg') no-repeat;
    background-size:cover;
    background-position:50% 0%;    
}

footer .footer-widgets {
    padding-top: 80px;
    background-color:rgba(9, 27, 83, 0.86);
}

footer aside.widget {
    padding-bottom:40px;
}

footer aside.widget ul li{
    padding-top: 5px;
    padding-bottom:5px;
}

footer aside hr {
    margin: 0 0 10px;
    width: 70px;
    border: 1px solid #6ec16b;    
}

footer .col-md-4 {
    padding-left: 50px;
    padding-right: 50px;
}

footer aside p {
    font-size: 14px;
    line-height: 22px;
    display:flex;
    align-items:center;
}

footer p span{
    width:30px;
    padding-right:10px;
    font-size:24px;
}

footer input {
    max-width: 250px;
}

footer .container .row a {
    color: #fff;
}

footer .footer-social li a span {
    font-size: 22px;
    padding-right: 10px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

footer aside #response {
    padding-top: 20px;
    color: white;
}

img.footer_blue_transparent_logo {
    width:300px;
}

footer .footer_contact label {
    color:#fff;
    font-weight:300;
}

footer .footer_contact input[type="submit"]{
    border-color: #fff;
    width:160px;
    padding: 7px 0;
    border-radius:100px;
    background-color: #fff;
    color: #051a56;
}

footer .footer_contact input,
footer .footer_contact textarea {
    max-width: 100%;
    background: transparent;
    border-radius: 1px;
    border: 1px solid white;
    outline: none;
    font-size:14px;
    min-height:40px;
    padding-left:15px;
}

footer .footer_contact textarea {
    max-height:130px;    
}



.search-form input[type=submit] {
    border-color: #fff;
    width: 150px;
    padding: 7px 0;
    background-color: #fff;
    color: #051a56;
    font-weight: 500;
    font-size: 14px;
}

footer input[type=search] {
    color:#fff;
    font-weight:300;
    padding-left:10px;
    width:100%;
}

footer ::placeholder {
    color:#fff;
    font-weight:300;
    opacity:0.7;
}

.go-up-frame {
    cursor:pointer;
    width:200px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    text-align:center;
    margin-top: 60px;

}

.go-up p {
    font-size: 14px;
    line-height:10px;
}

.go-up p.fa {
    font-size: 20px;
}

#copyright p,
#copyright span,
#copyright a{
    font-size: 12px;
    line-height: 18px;

}

#copyright a,
#copyright p {
    margin: 0;
    color:#c5c5c5;
    font-size: 12px;
    letter-spacing: 0.4px;
}

#copyright a{
    color:#c5c5c5;
}

#copyright p:nth-child(2) {
    padding-top:5px;
}

#copyright span{transition:0.2s;}

#copyright a:hover,
#copyright span:hover{
    color:#fff;
    opacity: 1;
    cursor: pointer;
}

.margin-top-0 {
    margin-top: 0;
}


/***********************/


/**** 18. Nav Tabs *****/


/***********************/
.patchwork-nav {
    border-bottom: none;
}


.patchwork-nav>li.active>a,
.patchwork-nav>li.active>a:focus,
.patchwork-nav>li.active>a:hover {
    border: none;
}

.patchwork-nav>li>a {
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color:rgba(163, 183, 255, 0.5);
}

.patchwork-nav>li>a:hover {
    background-color:rgba(163, 183, 255, 0.5) !important;
    border-radius: 0;
    color: inherit;
    border-bottom: 1px solid transparent !important;
}

.patchwork-nav>li.active>a {
    background-color: #007dcd !important;
    border-bottom: 1px solid transparent !important;
}

.patchwork-nav>li.active>a p{
    color:#fff;
    padding-left:3px;
}


.patchwork-nav>li>a p{
    padding-left:3px;
    color:#6780da;
    margin:0;
}

.tab-content {
    max-width: 650px;
}

.tab-pane aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-pane aside p {
    padding-left: 15px;
}

.tab-pane aside:nth-child(1) {
    padding-top: 20px;
}

.patchwork-nav-with-icons h5 {
    color: #cccccc;
}

.patchwork-nav-with-icons {
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 45px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}


/*********************************/


/*** 19. Questions & Toggles *****/


/*********************************/

.toggle-questions .panel {
    background: transparent;
}

.toggle-questions .panel-default {
    border: none;
    border-bottom: 1px solid rgba(137, 137, 137, 0.17);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.toggle-questions .panel-default>.panel-heading {
    background: transparent;
    cursor: pointer;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    padding-top: 0px;
    border: 0px solid transparent;
    text-align: left;
}

.toggle-questions .panel .panel-title a {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #555555;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


.panel-title .accordion-toggle-icon:before {
    font-family: "FontAwesome";
    font-size: 30px;
    content: "\f106";
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.collapsed .accordion-toggle-icon:before {
    content: "\f107";
    color: #555555;
}



/***********************/


/****** 21. Map ********/


/***********************/
    #google-map_pylaias,
    #google-map_ioanninon {
        height: 400px;
    }


/********************************/


/******** 22. Countdowns ********/


/********************************/

.countdown {
    margin: auto;
    max-width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
}

.countdown div {
    width: 100px;
    border-radius: 3px;
}

.countdown div.border-dark {
    border: 2px solid #232323;
}


/******************************/


/******** 23. Counters ********/


/******************************/

#circular-counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#circular-counters .circle {
    padding: 0 45px;
}

#circular-counters .circles-text {
    font-size: 45px !important;
    font-weight: 700
}

#circular-counters .circles-subtitle {
    padding-top: 15px;
    font-size: 26px;
}


#circular-counters .circle path:nth-child(1) {
    stroke: #dcdcdc;
}

/******************************/


/**** 24. Video Background ****/


/******************************/


audio, canvas, progress, video {
    outline: none;
}

.video-bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh !important;
}

.video-overlay {
    height: inherit;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.bg-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-frame .loading {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.bg-frame .loading.reveal_video {
    opacity: 1;
}


/*********************************/


/******* 25. Blog Sections *******/


/*********************************/


.blogging .post div {
    padding-left: 0;
    padding-right: 0;    
}

.blogging .post .blog-info {
    padding-left: 5px;
    padding-right: 5px;
}

.blogging .post {
    background-color: #fff;
    padding-bottom: 0;
    -webkit-box-shadow: 1px 2px 5px 2px rgba(145, 145, 130, 0.3);
    box-shadow: 1px 2px 5px 2px rgba(145, 145, 130, 0.3);
    border: 1px solid rgba(153, 153, 153, 0.39);
}

.blogging .post img,
.portfolio .project img {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}


.blogging h3 a {
    position: relative;
    top: 0;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.blogging .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-icons span {
    padding-right: 15px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.blog-icons span:hover:before {
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@-webkit-keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

.blogging .meta .date-day {
    display: block;
    opacity: 0.5;
    font-size: 54px;
}

.blogging .meta .date-month {
    opacity: 0.5;
    font-size: 20px;
}

.img-carousel .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.img-carousel .owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
}

.img-carousel .owl-carousel .owl-nav .owl-prev:after,
.img-carousel .owl-carousel .owl-nav .owl-next:after {
    position: relative;
    content: '';
    content: "\f104";
    font-family: "FontAwesome";
    color: #9d9d9d;
    font-size: 2.2em;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.img-carousel .owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
}

.img-carousel .owl-carousel .owl-nav .owl-prev,
.img-carousel .owl-carousel .owl-nav .owl-next {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.img-carousel .owl-carousel .owl-nav .owl-prev:hover {
    -webkit-transform: translate(-7px);
    -ms-transform: translate(-7px);
    transform: translate(-7px);
}

.img-carousel .owl-carousel .owl-nav .owl-next:hover {
    -webkit-transform: translate(7px);
    -ms-transform: translate(7px);
    transform: translate(7px);
}

.img-carousel .owl-carousel .owl-nav .owl-prev:hover:after,
.img-carousel .owl-carousel .owl-nav .owl-next:hover:after {
    color: #555555;
}

.blogging .owl-carousel,
.img-carousel .owl-carousel {
    width: 66.6666667%;
}

.heart-colored {
    color: #ff4081;
}

.facebook-colored {
    color: #3b5998;
}

.twitter-colored {
    color: #4099ff;
}

.google-colored {
    color: #d34836;
}


.blogging .post {
    -webkit-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.2);
    border: 0px solid rgba(153, 153, 153, 0);
}

.blog-masonry .single-column .b-by-b-item {
    padding: 10px !important;
}

.blog .post div {
    padding-left: 0;
    padding-right: 0;
}

.archive h3,
.blog h3,
.blog p,
.blog a.read-more {
    padding-left: 5px;
    padding-right: 5px;
}

.blog .item:hover h3 a {
    position: relative;
    top: -48px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out 0.2s;
    -o-transition: 0.2s ease-in-out 0.2s;
    transition: 0.2s ease-in-out 0.2s;
}

.blog .item:hover .ion-heart {
    color: #ff4081;
}

.blog .item:hover .ion-social-facebook {
    color: #3b5998;
}

.blog .item:hover .ion-social-twitter {
    color: #4099ff;
}

.blog .item .blog-info,
.portfolio4 img {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.blog .item:hover .blog-info {
    color: #fff;
}

.blog-icons {
    position: relative;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    top: 0;
}

.blog .item:hover .blog-icons {
    top: -60px;
}

.portfolio .item:hover .project img,
.blog .item:hover .post img,
.portfolio4 img:hover {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}


.inner-style .owl-dots {
    position: relative;
    top: -40px;
}

.inner-style .owl-nav .owl-prev,
.inner-style .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    background-color: transparent;
    font-size: 36px;
}


.inner-style .owl-nav .owl-prev:hover,
.inner-style .owl-nav .owl-next:hover {
    background-color: transparent;
}

.inner-style .owl-nav .owl-prev {
    left: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

.inner-style .owl-nav .owl-next {
    right: 0px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

.inner-style:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1;
}

.inner-style:hover .owl-nav .owl-next {
    right: 20px;
    opacity: 1;
}

.yes_page_post_navigation .nav-links a,
.blogtag-light-gray a{
    background: #e4e4e4;
    font-weight: 100;
    padding: 4px 19px;
    margin-right: 3px;
    font-size: 13px;
    color: #555555;
    border-radius: 2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.yes_page_post_navigation .nav-links a,
.blogtag-light-gray a:hover {
    background-color:#95beff;
    color:#fff;
}

.yes_page_post_navigation {
    display: flex;
}

.yes_page_post_navigation h2{
    text-align: center;
    padding-bottom: 20px;
    color: #007dcd;
    margin-top: 0;
}

.yes_page_post_navigation  .page-numbers {
    color:#78acff;
}

.blogtag-light-gray span{
    padding-right:5px;
}

.blog-other-pages {
    color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

/*Blog Ajax - load more posts*/

.single-ajax-item {
    display: none;
}

.single-post p {
    line-height: 32px;
}

.posts-next-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.posts-next-prev a {
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.posts-next-prev a:hover {
    color: #707070 !important;
}

.prev-post:before {
    content: "\f3d5";
    font-family: "Ionicons";
    padding-right: 3px;
}

.next-post:after {
    content: "\f3d6";
    font-family: "Ionicons";
    padding-left: 3px;
}

/*Meta blog post info*/

.meta-blog-post .meta-author-img img {
    margin: auto;
    border-radius: 100%;
}

.meta-blog-post li.meta-author,
.meta-blog-post li.meta-categories {
    padding-top: 15px;
}

.meta-blog-post li.meta-categories ul li a {
    font-weight: 900;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}


.widgets hr.widget-seperator {
    margin-top: 30px;
    margin-bottom: 30px;
}

.widgets>ul {
    padding-bottom: 45px;
}


/*Search Widget*/

.search-form{
    display:flex;
    flex-flow:column;
}

.search-form label{
    padding-bottom:20px;
}

input[type=search] {
    margin-top:5px;
    background: transparent;
    padding: 10px 25px 10px 3px;
    color: #555;
    border: 1px solid #ccc;
    outline:none;
    transition:0.2s;
}

.screen-reader-text {
    display: none;
}

.search-form input[type=submit]{
    border-color: transparent;
}


/*Footer search box*/


.theme_searchbox span.screen-reader-text{
    display: none;
}

.theme_searchbox form{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    color:#fff;
    padding-top:0;
}

.theme_searchbox .search-form input[type=submit] {
    border-color: #fff;
    width: initial;
    padding: 7px 0;
    background-color: #fff;
    color:#051a56;
    font-weight:500;
    font-size:14px;    
}

.theme_searchbox .search-form input[type=search] {
    width:100vw;
    color:#fff;
    padding-left: 3px;
    border-radius: 2px;
}

.theme_searchbox .search-form input[type=search]:focus {
    border:1px solid #fff;
}


.theme_searchbox ::-webkit-input-placeholder {
    padding-left: .5em;
    color: rgba(255, 255, 255, 0.45);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.theme_searchbox ::-moz-placeholder {
    padding-left: .5em;
    color: rgba(255, 255, 255, 0.45);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.theme_searchbox ::-ms-input-placeholder {
    padding-left: .5em;
    color: rgba(255, 255, 255, 0.45);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/*Blog Widget*/
.widget-title {
    font-weight: 700;
    padding-bottom: 10px;
}

.blog-widget .row:not(:last-child) {
    padding-bottom: 30px;
}

.blog-widget span {
    padding-left: 0;
    padding-right: 0;
    height: 80px;
    width: 80px;
}

.blog-widget span img {
    height: 80px;
    width: 80px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

.blog-widget h6 {
    margin-bottom: 0;
    font-size: 14px;
    width: 150px;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}


.widgets h5 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.widgets hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

.widgets li a {
    font-size: 14px;
}

.blog-widget p {
    margin: 0;
    font-size: 12px;
    padding: 0;
}

.blog-widget .row:hover span img {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}

.single-post .blog-icons span {
    padding-left: 0;
    padding-right: 15px;
}


/*****************************/


/**** 26. Portfolio pages ****/


/*****************************/

.portfolio-categories li {
    border: 1px solid #707070;
    margin-top: 10px;
    padding: 3px 10px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


.wrap-items {
    max-width: 300px;
}

.all-portfolios a,
.all-portfolios span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.posts-next-prev .prev-post img {
    position: relative;
    top: -20px;
}

.posts-next-prev img {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.posts-next-prev img:hover {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
}

.portfolio-single .prev-post span,
.portfolio-single .prev-post:before,
.post-single .prev-post span,
.post-single .prev-post:before {
    position: relative;
    top: 35px;
    left: -80px;
    z-index: 1;
}

.portfolio-single .next-post span,
.portfolio-single .next-post:after,
.post-single .next-post span,
.post-single .next-post:after {
    position: relative;
    top: -55px;
    left: 160px;
    z-index: 1;
}

.portfolio-single .posts-next-prev,
.post-single .posts-next-prev {
    padding-top: 100px;
    font-size: 20px;
}

.portfolio-single .img-carousel {
    padding-top: 50px;
}

.portfolio .project .open-link {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    font-size: 0px;
}

.portfolio .project .open-link:hover {
    opacity: 1;
    top: 0;
    font-size: 3em;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.project-page .col-xs-12 {
    padding: 5px;
}

.project-page .portfolio-gallery figure p {
    top: 60%;
    font-size: 3em;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


.project-page .portfolio-gallery:hover figure p {
    top: 50%;
    font-size: 3em;
}

/****************************/


/******* 27. 404 Page *******/


/****************************/

.home_404{
    width:100%;
}

.page-404 #svg-404 {
    width: 300px;
}

.page-404 .single-header .container div {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.logo-dark img {
        width:260px;
    }

/********************************/


/************ 28. Nav ***********/


/********************************/

.navbar-nav>li>.dropdown-menu {
    background: #007dcd;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: initial;
}

.dropdown-menu .col-md-3 li a {
    color: #fff;
    opacity: 0.75;
}

.white-bg-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
            box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.18);
}

/*************************************************/


/************** 29. Media Queries ****************/


/*************************************************/


@media (min-width: 0px) and (min-width: 1400px) {

.fluid_half{
    max-width:755px;
}


}
}


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


.portfolio-header.parallax.parallax1 {
    background-size:cover !important;
}


    .extra_section_svgs .newsletter_paperplane {
        position: relative;
        top:-170px;
        left:80vw;
    }
}


@media all and (min-width: 992px) {

    .inner_topbar_notification {
        width:1170px;
    }

    /*Dropdown menu*/
    .navbar-right .dropdown-menu {
        left: 0;
    }
    .dropdown-menu {
        background-color: #060504;
        border: 0;
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding-right: 10px !important;
    }

    .dropdown>ul.dropdown-menu {
        visibility: hidden;
        display: block;
        opacity: 0;
        height: auto;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        top: 120px;
        left: 15px;
        min-width: 210px;
        padding-left: 15px;
    }


    .dropdown:hover>ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 55px;
    }

    .navbar-scrolled .dropdown:hover>ul.dropdown-menu {
        top: 61px;
        padding-top: 10px;
        padding-bottom: 15px;
        -webkit-box-shadow: 1px 2px 11px 3px rgba(0, 0, 0, 0.18);
                box-shadow: 1px 2px 11px 3px rgba(0, 0, 0, 0.18);
    }

    .dropdown-menu .elements-row ul li a,
    .dropdown-menu .col-md-3 li,
    .dropdown-menu>li>a {
        padding: 8px 0px;
        color: #fff;
        opacity: 0.75;
        font-size: 13px;
        /* padding-left: 15px; */
    }

    .dropdown-menu .elements-row ul li {
        opacity: 1;
    }

    .dropdown-menu>li:last-child>a {
        border-bottom: 0;
    }

    .dropdown-menu>.active>a,
    .dropdown-menu>li>a:hover,
    .dropdown-menu>li>a:focus,
    .dropdown-menu>.active>a:hover,
    .dropdown-menu>.active>a:focus,
    .dropdown-menu .elements-row ul li a:hover,
    .dropdown-menu .elements-row ul li a:focus {
        text-decoration: none;
        background-color: transparent;
        opacity: 1;
        color:#fff;
    }

    .dropdown-menu>.active>a,
    .nav>li>a:focus,
    .nav>li>a:hover,
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent;
    }

    .navbar .container {
        min-width:1170px;
    }

    .navbar-head {
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        position: fixed;
    }

    .navbar-head .logo-dark {
        display: none;
    }

    .navbar-nav>li>a {
        position: relative;
        text-decoration: none;
        color: #fff;
        font-weight: 700;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .navbar-nav>li>a:hover {
        background-color: transparent;
    }

    .navbar-toggle {
        border: none;
    }
    /*Navbar scrolled*/
    .navbar-scrolled .logo-dark {
        display: block;
    }

    .logo-dark img {
        transform:scale(1);
        transition:0.2s;
        position:relative;
        top:0;
    }

    .navbar-scrolled .logo-dark img {
        transform:scale(0.9);
        transition:0.2s;
        top:-10px;
    }    

    .navbar-scrolled .logo-white {
        display: none;
    }

    .navbar-scrolled {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.08);
                box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.08);
    }

    .navbar-scrolled .navbar-nav>li>a {
        position: relative;
        text-decoration: none;
        color: #333;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    /*Megamenu*/
    .megamenu .dropdown-menu {
        width: 750px;
    }

    .one-column-with-image {
        width: 450px !important;
    }

    .megamenu .dropdown-menu .megamenu-lists li a {
        color: #fff;
        opacity: 0.8;
        font-size: 13px;
    }

    .megamenu .dropdown-menu .megamenu-lists li a:hover {
        opacity: 1;
    }
    .megamenu .dropdown-menu .megamenu-lists li {
        padding: 10px 0;
    }

    .megamenu>ul.dropdown-menu {
        left: auto;
    }

    .megamenu:hover>ul.dropdown-menu {
        left: auto;
    }

    .megamenu .megamenu-lists {
        width: initial;
        position: relative;
        min-height: 1px;
        padding-right: 27px;
        padding-left: 15px;
        float: left;
    }

    .megamenu .dropdown-menu img {
        display: inline;
        width: 250px;
    }

    .megamenu .dropdown-menu {
        /* height:275px !important; */
    }

    .megamenu .dropdown-menu {
        overflow: hidden;
    }

    .megamenu .megamenu-image {
        max-height: 280px;
    }
    /*No Transparent Nav */
    .white-bg-nav {
        height: 95px;
        background-color: #fff;
        -webkit-box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.18);
                box-shadow: 0px 6px 23px -10px rgba(0, 0, 0, 0.18);
    }

    .navbar-scrolled.white-bg-nav{
        height:70px;
    }

    .white-bg-nav .dropdown:hover>ul.dropdown-menu {
        top: 71px;
    }

    .white-bg-nav.navbar-scrolled .dropdown:hover>ul.dropdown-menu {
        top: 61px;
    }

    .white-bg-nav .navbar-nav>li>a {
        color: #404040;
    }

    .white-bg-nav .logo-white {
        display: none;
    }

    .white-bg-nav .logo-dark {
        display: block;
        padding-top:0px;
        padding-left:0;
        padding-bottom: 0;
        height: initial;
    }

    .promo-section1 .services-text{
    padding-left:20px;
    padding-right:20px;
    }

}

@media all and (min-width: 768px) {
    .navbar-right {
        margin-right: -30px;
    }
}


@media all and (max-width: 1200px) {
    .navbar .container {
         min-width:95%; 
    }
}



@media all and (max-width: 992px) {  /*Emfanizei to burger button*/

/*General*/

.olr-kentro-eikonidia,
.submenu_fields>span {
    width: 75px;
}

    .logo-dark img {
            width:300px;
    }

    .width_50{
        width:80%;
    }


    .navbar-collapse.in {
        overflow-y: inherit;
        overflow-x: hidden;
    }
    .navbar {
        position: relative;
        margin-bottom: 0px;
        border: initial;
    }

    .container>.navbar-header {
        background-color: #fff;
        padding-left: 30px;
        padding-right: 30px;
    }


    .navbar-nav,
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: #007dcd;
        margin-top: 0;
        margin-bottom: 0;
        color: #fff;
    }

    .navbar-nav>li>a,
    .navbar-nav .open .dropdown-menu>li>a,
    .dropdown-menu .col-md-3 li a,
    .megamenu .megamenu-lists a {
        color: #fff;
        opacity: 0.8;
    }

    .dropdown-menu .col-md-3 li {
        line-height: 15px;
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: transparent;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        background-color: #007dcd;
    }


    .navbar-toggle {
        padding-top: 15px;
        display: block;
        position:absolute;
        right:10px;
        top:4px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .navbar-toggle .top-bar {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 0% 5%;
            -ms-transform-origin: 0% 5%;
                transform-origin: 0% 5%;
    }
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-toggle .bottom-bar {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 5% 100%;
            -ms-transform-origin: 5% 100%;
                transform-origin: 5% 100%;
    }
    .navbar-toggle.collapsed .top-bar {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }

    .logo-dark {
        display: block;
        height: 70px;
        padding-top:0;
        padding-left: 0;
        position:relative;
    }


    .logo-white {
        display: none;
    }

    .navbar .megamenu {
        position: static;
    }

    .open .dropdown-menu,
    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        float: none;
        position: relative;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

    /*Dropdown menu Animate smoothly*/
    .dropdown .dropdown-menu {
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out;
        max-height: 0;
        display: none;
        overflow: hidden;
        opacity: 0;
    }

    .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu>li>a,
    .megamenu .megamenu-lists a {
        line-height: 15px;
        position: relative;
        display: block;
        padding: 5px 15px 5px 0px;
        color: #fff;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 15px;
        padding: 5px 15px 5px 0px;
        color: #fff;
    }


    .dropdown .dropdown-menu {

        -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;

        -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;

        transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        padding-left: 15px;
    }

    .dropdown.open .dropdown-menu {
        max-height: 1270px;
        display: block;
        -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
        -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
        transition: max-height 0.3s, opacity 0.2s, visibility 0s;
        opacity: 1;
        visibility: visible;
    }
    /*Change breakpoint*/
    .navbar-head .container {
        width: 100%;
        padding: 0;
        background: #007dcd;
    }

    .navbar-header {
        float: none;
    }

    .navbar-header button {
        margin-right: 0;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: left !important;
        padding-left: 15px;
        width: 100%;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .collapse.in {
        display: block !important;
    }

    .caret,
    .caret:focus,
    .caret:hover {
        position: absolute;
        right: 50px;
        top: 15px;
        color: transparent;
    }


    .caret:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        color: #fff;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .nav>li:hover .caret:after {
        color: #2e9cf3;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    /*Promo Section*/
    .why_us .promo-section1 .centered_image {
        padding-top:0;
        padding-bottom:0;
    }

    .why_us .promo-section1 .centered_image_field_texts_1 {
        padding-bottom:0;
    }

     
    .why_us .promo-section1 .centered_image_field_texts_2 {
        padding-top:0;
    }


    .promo-section1 .text-left span,
    .promo-section1 .text-right span{
        text-align:right
    }

    .promo-section1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .promo-section1 .text-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }

    .promo-section1 .text-right span {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .promo-section1 .text-right div {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .portfolio-header h1,
    .single-header h1 {
        font-size: 55px;
    }


    #portfolio .filter-pack li {
        margin-top: 15px;
    }

    .center-img-on-mobile {
        margin: 0 auto;
    }

    .footer-logo img {
        margin: 0 auto;
    }

    /*Blog Section*/
    .blogging .owl-carousel,
    .img-carousel .owl-carousel {
        width: 100%;
    }

    /*Packages Section*/
    .package-frame:not(:last-child) {
        margin-bottom: 80px;
    }

    .package-frame {
        padding-left: 15%;
        padding-right: 15%;
    }
    /*Portolios*/
    .portfolio-single .posts-next-prev,
    .post-single .posts-next-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .widgets {
        padding-top: 100px;
    }

    .single-header{
        padding-top:50px;
    }

    .extra_section_svgs .newsletter_rocket,
    .extra_section_svgs .newsletter_paperplane  {
        display:none;
    }

.submenu_tab .submenu_fields {
    height:initial;
}

}




@media all and (max-width: 768px) {

.hero-slider .carousel-inner .item:nth-child(1) {
    background-position: 100%; 
}

.portfolio-gallery img{
    height:initial;
}

/*submenu*/
.submenu_tab {
    position: initial;
    top:0;
}

.submenu_tab .submenu_fields {
    height:initial;
}

#about.p-t-120 {
    padding-top:80px;
}


    .logo-dark {
    left:-70px;
    transform:scale(0.6);
}

.fluid_half{
    padding-left: 30px;
    padding-right:30px;
}


    .container>.navbar-header {
        padding-right: 15px;
        padding-left: 15px;
    }

    .caret,
    .caret:focus,
    .caret:hover {
        right: 10px;
    }


    .hero-slider .carousel-inner .item {
        background-attachment: initial !important;
    }

    .carousel-control {
        display: none;
    }

    .info-carousel {
        left: 5%;
    }

    .single-header {
        background-position: 50% 50% !important;
    }

    /*Static Page*/
    .static-page .single-header,
    .static-page .single-header .container {
        height: 100vh;
    }


    .portfolio-header h1,
    .single-header h1,
    .info-carousel h1,
    .main.info-carousel h1 {
        font-size: 38px;
        line-height: 38px;
    }


    /*Blog homepage section*/
    .blogging .container .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .blogging .container .row .our_blog {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-bottom: 30px;
    }

    .blogging .container .row .owl-carousel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .blogging .post div {
        padding-left: 0;
        padding-right: 0;
    }

    .blogging .post.row .col-xs-12:nth-child(2) {
        padding-left: 5px;
    }

    /*Home Video Section*/
    .parallax {
        background-position: 50% 0 !important;
    }

    .call-action .action-field-btn {
        padding-top: 20px;
    }

    .call-action .action-field-btn,
    .call-action h4 {
        text-align: center;
    }

    /*Team Section*/
    .team {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center;
    }

    .team:not(:last-child) {
        padding-bottom: 60px;
    }

    /*Packages Section*/
    .package-frame {
        padding-left: 5%;
        padding-right: 5%;
    }


    .portfolio-single .prev-post span,
    .portfolio-single .prev-post:before,
    .post-single .prev-post span,
    .post-single .prev-post:before {
        left: -10px;
    }
    .portfolio-single .next-post span,
    .portfolio-single .next-post:after,
    .post-single .next-post span,
    .post-single .next-post:after {
        left: 140px;
    }


    .all-portfolios {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /*Project Nav*/
    .portfolio-single .next-post span,
    .portfolio-single .next-post:after,
    .post-single .next-post span,
    .post-single .next-post:after {
        top: 5px;
        left: 90px;
    }

    .portfolio-single .prev-post span,
    .portfolio-single .prev-post:before,
    .post-single .prev-post span,
    .post-single .prev-post:before {
        left: 0;
        top: -25px;
    }


    .call-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .call-1 a {
        margin-top: 15px;
    }



    #circular-counters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }


    #circular-counters .circle {
        padding-bottom: 125px;
    }


    /*Footer Section*/
    footer .footer-widgets {
        padding-bottom: 40px;
    }

    footer aside {
        text-align: left;
        padding: 20px 0 40px;
    }

    /*Newsletter*/

    .newsletter .mc4wp-form-fields{
        flex-flow:column;
    }
    .newsletter input[type=email] {
        border-radius: 100px;
        width:85%;
        min-width: initial;
        margin:auto;
    }

    .newsletter input[type=submit] {
        height: 55px;
        border-radius: 100px 0;

    }
}




@media all and (max-width: 700px) {


h1 {
    font-size: 2.5em;
    line-height: 44px;
}


.submenu_tab .row .submenu_fields {
    margin-bottom:20px;
}

.submenu_tab .row {
    flex-flow: column;
}

.inner_topbar_notification {
    flex-flow: column;
    padding-top:10px;
    padding-bottom:10px;
    height: 70px !important;
}

#topbar_notification aside .info_topbar .info_blocks {
    padding-left: 0;
    padding-right: 10px;
}

#topbar_notification aside .info_topbar .info_blocks.top_mail:before {
    display: none;
}


}


@media all and (max-width: 620px) {

/*.hero-slider .carousel-inner .item .homeslider-overlay, .hero-slider .carousel-inner .item{
    height:540px;
}*/

.main.info-carousel {
    width: 100%;
    padding-left:10px;
    padding-right: 10px; 
}

    .info-carousel {
        left: 0;
    }

.info-carousel-parallax h2, .main.info-carousel h2 {
    width: 370px;
}

.info-carousel-parallax h1, .info-carousel-parallax h2, .main.info-carousel h1, .main.info-carousel h2 {
    text-align: left;
    padding-left: 0 !important;
}    


/*page yes exams*/
#patch-nav-tabs .nav-tabs li {
    width:100%;
}


/*General*/
    .width_50{
        width:100%;
    }


    #portfolio .filter-pack {

        -webkit-box-orient: horizontal;

        -webkit-box-direction: normal;

            -ms-flex-flow: row wrap;

                flex-flow: row wrap;
    }
    #portfolio .filter-pack li:first-child,
    #portfolio .filter-pack li:last-child,
    #portfolio .filter-pack li {
        border-radius: 2px;
    }

    .packages-row {
        padding-left: 50px;
        padding-right: 50px;
    }

#copyright {
    padding: 20px 20px;
}

}




@media all and (max-width: 480px) {

.main.info-carousel{
    height: inherit;
}


.why_us .promo-section1 .centered_image {
    display: none;
}

.custom_flying_texts{
    letter-spacing: 1px;
    font-size:1.6em;
}

    h1 {
        font-size: 2.2em;
        line-height: 40px;
    }

    .container{
        padding-left:0;
        padding-right:0;
    }


    .fluid_half{
        padding-left:15px;
        padding-right:15px;        
    }


    .hero-slider .carousel-inner .item {
        background-attachment: fixed !important;
    }

    .info-carousel {
        width: 300px;
        bottom: 30%;
    }

    .packages-row {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media all and (max-width: 430px) {


    .portfolio-header h1,
    .single-header h1,
    .info-carousel h1,
    .main.info-carousel h1 {
        font-size: 2.6em;
        letter-spacing: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-comment h2,
    .leave-a-comment h2 {
        font-size: 24px;
    }

    .blog-comment ul.comments ul {
        margin: 0;
    }

    .blog-comment .post-comments {
        margin: 0;
        margin-top: 40px;
    }

    .blog-comment img.avatar {
        margin-right: 15px;
    }

    .package {
        margin: 0;
    }
    .package-frame {
        padding: 0;
    }
}























/* ====================================== */

/* =========== Default color ============ */

/* ====================================== */

.text-colored,
.dark-bg-btn:hover,
.social-icons .list-inline li a,
.nav-list>li>a:hover,
.nav-frame ul li a:hover,
.nav-frame ul li a:focus,
.nav-frame ul li span:hover,
.nav-frame ul li span:focus,
.ion-plus-round,
.social_svg_frame h4 a:hover,
.social_svg_frame h4 a:focus,
.package:hover .btn,
.with-border .package:hover .price-header span,
.with-border .package:hover .price-header h3,
.with-border .package:hover .visits h3,
.with-border .package:hover .price-box span,
.with-border .package:hover .price-box h1,
.with-border .package:hover .features p,
.social-icon-profile li:hover a,
hr.contact-hr:before,
footer .mail-info a:hover,
.summit-nav>li.active>a h5,
.toggle-questions .panel .panel-title a:hover,
.panel-title .accordion-toggle-icon:before,
.blog a.read-more,
.blog .item:hover h3 a,
.posts-next-prev a,
.blog .item:hover h3 a,
.meta-blog-post li.meta-categories ul li a:hover,
.blog-widget .row:hover h6,
.widgets a:hover,
.portfolio-categories li:hover a,
.nav-frame ul li.active a,
.dropdown-menu .elements-row ul li a:hover,
.dropdown-menu .elements-row ul li a:focus,
.nav>li>a:focus,
.nav>li>a:hover,
.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-dark-bg:hover,
.btn-ghost,
.patchwork-lists li span,
.patchwork-nav>li.active>a h5,
.map-information span,
#circular-counters .circles-subtitle,
.icon-blue,
.single-post .yes_categories a,
.yes_recent_posts article:hover h3 a,
table strong,
.custom_yes_li_pros_ta_mesa li:before,
.yes_teachers .yes_teacher .teacher_abs_icon span i,
.single-post .the_author a,
.search .entry-footer a,
.my_theme_navigation a{
    /* color: #3e5ed8; */
    color:#007dcd;
}

/*Default background color*/
.bg-colored,
.btn-colored,
.btn-light:hover,
.menu-icon-wrapper svg,
.navbar-toggle span,
.navbar-toggle .icon-bar,
.change-header-style .navbar-collapse,
.package:hover,
.skills .sonny_progressbar .bar,
.blog-other-pages,
.label-colored,
.btn-gray:hover,
.btn-ghost:hover,
.btn-ghost:focus,
h3.text-center.font-poppins.emphasis,
#portfolio .filter-pack li.active,
.lets-social .col-sm-2:hover .social-frame,
.project-color1,
.seminars_show_more .ion-ios-arrow-thin-down,
.submenu_tab .submenu_fields:hover,
.page-template-seminars #all_seminars h1,
.yes_page_post_navigation .nav-links a:hover {
    background-color: #007dcd;
}

.yes_gradient{
    background: linear-gradient(141deg, #007dcd 0%, #0c67ca 51%, #3e89d8 75%);
}

/*Overrides the default color*/
.skills .sonny_progressbar .bar {
    background-color: #007dcd !important;
}

/*Border 1px default color*/
.btn-light:hover,
.ion-plus-round,
.form-group textarea:focus,
.portfolio-categories li:hover,
.form-group input:focus,
select:focus,
.form-group textarea:focus,
.portfolio-categories li:hover {
    border: 1px solid #007dcd;
}

/*Border 2px default color*/
.newsletter-section .form-group input:focus,
.newsletter-section .has-error .form-control,
.newsletter-section .has-error .form-control:hover,
.btn-gray:hover,
.btn-ghost,
.btn-ghost:hover,
.btn-ghost:focus,
.btn-colored,
.with-border .package-frame .package,
.newsletter input,
.newsletter input:focus,
#countdown div,
.border-round {
    border: 1px solid #007dcd;
}

/*Darker Color for hover state*/
.btn-colored:hover {
    background-color: #0a71b3;
    border: 1px solid #0a71b3 !important;
}


/*Light Pricing table*/
.with-border .package-frame .package {
    background-color: rgba(33, 150, 243, 0.1);
}

/*Video overlay color*/
.video-overlay {
    background: rgba(33, 150, 243, 0.85);
}

/*Underlined color on texts*/
.text-underlined-colored {
    text-decoration-color: #007dcd;
}

/*Blockquote left-color*/
blockquote {
    border-left-color: #007dcd;
}

blockquote.text-light {
    border-left-color: #fff;
}

/*SVG Counters color*/
#circular-counters .circle path:nth-child(2) {
    stroke: #007dcd;
}

@media all and (max-width: 992px) { 

.menu-item-has-children .dropdown-menu {
    padding-left:30px;
}

 .nav>li>a:hover {
        color:#fff;
 }

.dropdown-menu>.active>a {
    text-decoration:underline;
    background:none;
}


 }




/*Language swither*/

.lang-item-en a,
.lang-item-el a{
    color:rgba(0, 0, 0, 0) !important;
    text-decoration:underline !important;
}

.lang-item-4 a:after{
    content:'';
    display:block;
    background: url('/wp-content/themes/lapousis/redesign/img/assets/gr_flag.svg');
    background-repeat:no-repeat;
    width:25px;
    height:15px;
    position:relative;
    top:-18px;
}

.lang-item-7 a:after{
    content:'';
    display:block;
    background: url('/wp-content/themes/lapousis/redesign/img/assets/uk_flag.svg');
    background-repeat:no-repeat;
    width:25px;
    height:15px;
    position:relative;
    top:-18px;
}
















/*INDEX PAGE*/

.header_wrap {
    margin-bottom: 80px;
    background-size: cover !important;
    background-position: 50% 50% !important;
}

.header_wrap .index_overlay {
    padding: 170px 0 170px 0;
}





/* HOMEPAGE */

.otoscope {
    transform:rotate(88deg);
    max-width: 400px;
}


.minimal_lesson_card {
    background: url('/wp-content/themes/lapousis/redesign/img/classes/lesson_card.png');
    background-repeat: no-repeat;
    min-height: 550px;
    max-width: 350px;
    margin: auto;
}



.minimal_lesson_card .lesson_texts {
    padding-top: 60px;
}


.minimal_lesson_card h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.minimal_lesson_card p {
    margin: auto;
    max-width: 200px;
    padding-top: 5px;
    line-height: 21px;
    height: 60px;
}

.minimal_lesson_card .btn {
    margin-top: 20px;
    padding: 12px 0px;
}


.minimal_lesson_card .btn:focus {
    padding: 12px 0px;
}

.tmimata_icon_based .minimal_lesson_card .btn {
    margin-top: 80px;
}




/*BLOG PAGE*/

.container .row article .inner_blog_post .post-thumb img {
    border-radius: 5px 5px 0 0;
    height: fit-content;
    object-fit: cover;
}

.post-thumb {
    max-height: 300px;
    display: block;
    overflow: hidden;
}

.blog_post_info {
    display: block;
    z-index: 9999;
    box-shadow: 0 4px 5px -2px rgba(145, 145, 130, 0.72);
    background: #6dc06a;
}

.blog_post_info {
    display: block;
    z-index: 9999;
    box-shadow: 0 4px 5px -2px rgba(145, 145, 130, 0.72);
    background: #007dcd;
}



.archive .entry-header h3,
.blog .entry-header h3,
.search .entry-header h3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    color: #fff;
    height: 55px;
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
}


.archive .entry-header h3:hover,
.blog .entry-header h3:hover,
.search .entry-header h3:hover {
    color: #a9cbff;
}

.flex_me_on_left {
    display: flex;
    align-items: center;
}

.inner_blog_post .flex_me_on_left a {
    padding-left: 15px;
}


.flex_me_on_left img {
    border-radius: 100%;
}

.flex_me_on_center {
    display: flex;
    justify-content: center;
}

.entry-header a .flex_me_on_center {
    height: 50px;
}

.inner_blog_post .flex_me_on_center img {
    position: relative;
    width: 80px;
    height: 80px;
    top: -36px;
    border-radius: 100%;
    border: 3px solid #ffffff;
}



/* Blog navigation */

.my_theme_navigation {
    display: flex;
    justify-content: space-around;
    padding-bottom: 80px;
}

.my_theme_navigation p {
    color: #fff;
}


.my_theme_navigation a {
    transition: 0.2s;
    margin: 0 25px;
    font-weight: bold;
}

.my_theme_navigation a:hover {
    color: #6bbf68;
}



/*SINGLE POST*/

.single-post .yes_categories a {
    text-transform: uppercase;
}


.single-post .mashsb-container {
    padding-bottom: 30px;
}



/*WIDGET RECENT POSTS*/

.yes_recent_posts .post-thumb {
    max-height: 165px;
    display: block;
    overflow: hidden;
}

.yes_recent_posts .entry-title {
    margin-top: 2px;
    letter-spacing: 0;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #898989;
    height: 53px;
    overflow: hidden;    
}

.yes_recent_posts article img {
    transition: 0.2s;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 150px;
}

.yes_recent_posts article:hover img {
    filter: grayscale(0.5)
}

.yes_recent_posts .my-inner {
    background: #fff;
}

.yes_recent_posts .my-inner h3 {
    padding: 5px 5px 20px 5px;
}




.yes_recent_posts .post-thumb:after {
    font-weight: 700;
    position: absolute;
    color: #fff;
    font-size: 14px;
    top: -50px;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: rgba(53, 69, 158, 0);
}








.yes_recent_posts .post-thumb:hover:after {
    font-weight: 700;
    position: absolute;
    top: 50px;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 10px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background: rgba(53, 69, 158, 0.85);
}



/*.yes_recent_posts .post-thumb:after,
.yes_recent_posts .post-thumb:hover:after {
    content: 'ΠΕΡΙΣΣΟΤΕΡΑ';
}*/

/*TMIMATA PAGES*/

.custom_yes_li_pros_ta_mesa li {
    padding-top: 15px;
    padding-left: 50px;
    font-size: 16px;
    line-height: 24px;
}

.custom_yes_li_pros_ta_mesa li:before {
    content: "\f10a";
    padding-right: 7px;
    font-family: "IonIcons";
}




/*TMIMATA - SPEAK UP PAGE*/

.page-id-1593 .portfolio-header,
.page-id-1607 .portfolio-header {
    background-position: 50% 40px !important;
    background-size: contain !important;
}





/*TECHNOLOGIA KAI EKPAIDEFSI*/

.tech_and_edu section:nth-child(1) {
    background: #E1EAF8;
}

.tech_and_edu section:nth-child(1) .only_for_web_platform {
    display: none;
}




/*SEMINARS PAGE*/

.page-template-seminars #all_seminars h1 {
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    font-weight: 900;
    font-size: 60px;
    position: relative;
    top: 55px;
    left: -50px;
    opacity: 0.07;
    transform: scale(3.5);
}

.seminar-with-icons .col-sm-3 .text-center .emphasis {
    max-width: 250px;
    margin: auto;
}

.seminars_show_more {
    flex-flow: column;
    align-items: center;
}

.seminars_show_more .ion-ios-arrow-thin-down {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    cursor: pointer;
}

.page-template-seminars .p-t-b-80.bg-light-blue:nth-child(even) {
    background-color: #fff;
}

.seminars-content h3 {
    padding-bottom: 40px;
}




/*ISTORIA STOXOI*/

.page-template-istoria-stoxoi .progressbars {
    background-size: cover !important;
    background-attachment: fixed;
}




/*EGKATASTASEIS*/

.page-template-egkatastaseis .egkatastaseis_bg_img {
    background-size: cover !important;
    background-position: 50% 50% !important;
}


.page-template-egkatastaseis .egkatastaseis_bg_img .black-overlay {
    padding-top: 200px;
    padding-bottom: 190px;
}




/*DIA VIOU MATHISI PAGE*/

.page-template-dia_viou .dia_viou_content:nth-child(even) {
    background-color: #f5f5f5;
}



/*Teachers testimonials like arrows*/

.teachers_success p.text-light.p-t-10 {
    min-height: 150px;
}

.page-template-teachers .carousel-control.right {
    right: -100px;
    opacity: 1;
}

.page-template-teachers .carousel-control.left {
    left: -100px;
    opacity: 1;
}

.teachers_success #testimonials .clients {
    border-radius: 0;
    width: 120px;
    height: 120px;
}

.extra_info_teachers .col-xs-11.col-sm-11.col-md-10.col-lg-10 {
    position: relative;
    top: 20px;
}

.extra_info_teachers .col-xs-12 {
    min-height: 100px;
}



/*CONTACT PAGE*/

.info_icon {
    position: absolute;
}

.info_icon .go_to_maps {
    position: relative;
    top: -115px;
    font-size: 100px;
    transition: 0.2s;
}

.info_icon .go_to_maps:hover {
    position: relative;
    top: -175px;
    font-size: 170px;
    color: #fff;
}

.contact-form-field {
    background: #fff;
}

.contact-form-field form {
    background-color:#007DCE;
    background-image: linear-gradient(0deg, #0f069e, #007DCE);
    border-radius: 0 0 70px 0;
    padding:15px 35px 0 35px;
}

.contact-form-field .the_form:before {
    content:'';
    display:block;
    background-color:#007DCE;
    width:100%;
    height:50px;
-webkit-clip-path: polygon(8% 0, 0% 100%, 100% 100%);
clip-path: polygon(8% 0, 0% 100%, 100% 100%);

}

.contact-form-field form input,
.contact-form-field form textarea {
    display:block;
    width:900px;
    max-width: 100%;
    background: transparent;
    border-radius: 1px;
    border: 1px solid white;
    outline: none;
    font-size:14px;
    min-height:40px;
}

.contact-form-field form input[type="submit"] {
        border-color: #fff;
    width: 160px;
    padding: 7px 0;
    border-radius: 100px;
    background-color: #fff;
    color: #007DCE;
}

.contact-form-field  label {
    color:#fff;
    font-weight:300;
    font-size:14px;
}


.text_line_contact {
    display: flex;
    justify-content:space-between;
    align-items:center;
}

.text_line_contact h3{
    width: 100%;
    font-size:18px;
}

.line_on_contact {
    height: 1px;
    border-top: 1px solid #007dd4;
    display: block;
    position: relative;
    top: 5px;
    width:400px;
}

.info_for_plagiari {
    background:url(/wp-content/themes/lapousis/redesign/img/backgrounds/route.jpg) no-repeat !important;
    background-size: cover;
}


.dark_blue_overlay {
    background: rgba(0, 86, 146, 0.58);
}

.info_for_plagiari h3 {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-flow:column;
}

.time_tables {
    display: flex;
    justify-content:space-between;
    align-items:center;    
}

.contact-form-field div.wpcf7-validation-errors,
.contact-form-field span.wpcf7-not-valid-tip{
    color:#fff78d;
}

.contact-form-field div.wpcf7-response-output  {
    margin-top:0px !important;
}



/*METHODOLOGY*/

.methodology .col-xs-11.col-sm-11 {
    position: relative;
    top: 20px;
}


.evaluation_last_texts .row .col-sm-8 {
    display: flex;
}




/*EXAMS*/

.exams_page_hat {
    width: 250px;
    position: relative;
    top: -50px;
    left: -90px;
    transform: rotate(-15deg);
}



.goneis_fields {
    display: flex;
}




/*PAROXES*/

.paroxes_field {
    display: flex;
    justify-content: center;
    align-items: center;
}





/* SEARCH */

.search article {
    padding-top: 40px;
    padding-bottom: 40px;
}

.search .entry-header h2 {
    background: #007dcd;
    border-radius: 2px 2px 0 0;
    margin: 0;
    padding: 20px 15px;
    color: #fff;
}


.search .entry-header h2 a {
    color: #fff;
}


.search .entry-footer {
    background: none;
    padding-top: 0;
}



/* PLUGINS */

.mashsb-count {
    display: none;
}

.mashsb-stretched .mashsb-buttons {
    display: inline;
    border-radius: 45px;
}

.mashsb-stretched .mashsb-buttons a {
    border-radius: 45px;
    width: 150px;
}


/*FOOTER*/

footer .row a {
    color: #fff;
    transition: 0.2s;
}


footer .row a:hover,
footer .row a:focus {
    color: #fff;
    opacity: 0.7;
}




/*MEDIA QUERIES*/

@media all and (max-width: 992px) {

    /*HOMEPAGE*/
    .home_our_team {
        background-position: 100% 50% !important;
    }


    .methodology .col-xs-11.col-sm-11,
    .extra_info_teachers .col-xs-11.col-sm-11.col-md-10.col-lg-10 {
        top: 0px;
    }


.flying_umbrella,
.exams_page_hat{
    display:none;
}



.fluid_half {
    padding-left:15px;
    padding-right:15px;
}


/*Testimonials*/
    #patch-testimonials{
    background:url(/wp-content/themes/lapousis/redesign/img/backgrounds/bg3.jpg) no-repeat !important;
    background-size:cover  !important;
}


}

@media all and (max-width: 768px) {

    .flying_umbrella {
        display: none;
    }


    .yes_teachers .yes_teacher {
        padding-left: 5%;
        padding-right: 5%;
    }


    .flex_me_on_y,
    .paroxes_field {
        flex-flow: column;
    }

}


@media all and (max-width: 480px) {

    .minimal_lesson_card {
        background-size: contain;
        background-position: 50% 50%;
        min-height: 450px;
    }

    .minimal_lesson_card .lesson_texts {
        padding-top: 0px;
    }

    .minimal_lesson_card img {
        transform: scale(0.8);
        position: relative;
        top: -15px;
    }

    .minimal_lesson_card .btn {
        margin-top: 0;
    }

    .minimal_lesson_card h3 {
        font-size: 1.4em;
    }

    #testimonials .carousel-inner p {
        padding-left: 20px;
        padding-right: 20px;
    }
}




/*Fix Header spaces*/
.container>.navbar-header {
    margin-right:0;
    margin-left:0;
    height:95px;
    display:flex;
    align-items:center;    
}



@media (max-width: 768px){
.newsletter input[type=submit]{
    text-align:center;
    margin:auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:  center;
        -ms-flex-pack:  center;
            justify-content:  center;
            margin-top:20px;
}

.newsletter_checkbox, span.greek_newsletter_checkbox_message,
span.english_newsletter_checkbox_message  {
    position:relative;
    left:15px;
    text-align:center;
}

}


/*Top bar*/
.espa_frame {
    display: flex;
    height: 70px;
    justify-content: space-between;
}

    .navbar-fixed-top {
        top: 50px;
        background:#f9f9f9;
    }

    #topbar_notification {
        position:relative;
        border-top:1px solid #e0e0e0;
        border-bottom:1px solid #e0e0e0;
        background:#f9f9f9;
        z-index: 9999;
    }

.inner_topbar_notification {
    margin:auto;
    text-align:center;
    font-weight:700;
    font-size:16px;
    height: 50px;
    z-index: 1031;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#topbar_notification img{
    width:180px;
}


#topbar_notification aside .info_topbar {
    display:flex;
}


#topbar_notification aside .info_topbar .info_blocks {
    display:flex;
    font-weight:400;
    font-size:14px;
    justify-content:center;
    align-items:center;
}

#topbar_notification aside .info_topbar .info_blocks.top_mail:before {
    position: relative;
    top: 0px;
    right: 0;
    z-index: 0;
    content: " ";
    width: 1px;
    height: calc(100% - 13px);
    background-color: rgb(136, 136, 136);
    margin-right: 20px;
}

#topbar_notification aside .info_topbar .info_blocks div{
    display:flex;
    flex-flow:column;
    justify-content:flex-start;
    align-items:flex-start;
}

#topbar_notification aside .info_topbar .info_blocks div .fa {
    font-size:22px;
    padding-right:10px;
}

.navbar-fixed-top.navbar-scrolled {
    top: 0px;
}

@media (max-width: 992px) {

.navbar-fixed-top.navbar-scrolled,
.navbar-fixed-top {
    top: 0;
}

}
/*Top bar END*/






/* HOMEPAGE */
@media all and (min-width:992px){
.lapousis_filosofia_img {
       max-width:50%;
    }
}







.rect_icons_header {
    width:100%;
    display:flex;
    justify-content:flex-start;
    padding-top:15px;
}

.rect_icons_header span svg{ 
    width:80px;
    border:2px solid #d8d7ce;
    border-radius:4px;
    padding:10px;
    margin-right:20px;
}



/* SERVICES PAGE*/
.row.services_field {
    display:flex;
    align-items: center;
}

.services_img_svg {
    max-width: 740px;
}


/* FAQS PAGE */
.myfaqs .panel {
    background-color:#f7f7f7;
    border:none;
    margin-bottom:20px;
    box-shadow:none;
}



.myfaqs .panel h4 a{
    font-size:17px;
    line-height:26px;
    font-weight:700;
    color:#656565;
}


.myfaqs .panel.active_panel h4 a{
    color:#007dcd;
}


.myfaqs .panel .panel-heading a:after {
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 22px;
  float: right;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.myfaqs .panel .panel-heading.active_arrow a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* PATHISEIS PAGE */
.line_80 {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
}

.pathiseis ul {
    list-style-type: disc;
    font-weight: 700;
}

.pathiseis ul li ul{
    list-style-type: circle;
    padding-left:20px;
    font-weight: 500;
}

.pathiseis ul li{
    padding-top:20px;
}

.pathiseis ul li ul{
    padding-top:0;
}

.pathiseis .same_row_title {
    display:flex;
    align-items:center;
}


.pathiseis .same_row_title h4{
    margin-left:15px;
}


.centered_image_field_texts_2 .text-left {
    display:flex;
}


.newsletter h4 a:hover {
    color: #f3d402;

}

.paido_orl_carousel .post {
    padding:0;
}

.paido_orl_carousel .col-sm-12 {
    padding: 0;
}


.paido_orl_carousel .owl-nav {
    position:relative;
}

.paido_orl_carousel .owl-prev,
.paido_orl_carousel .owl-next {
    position:absolute;
    top:-520px;
}

.paido_orl_carousel .owl-prev:after,
.paido_orl_carousel .owl-next:after {
    font-size: 5.2em !important;
-webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #f5f5f5;    
}


.paido_orl_carousel .owl-prev {
    left:-70px;
}

.paido_orl_carousel .owl-next {
    right:-70px;
}

.panel-group.myfaqs .panel-body a{
    color:#007dcd !important;
    text-decoration:underline;
}


.my-custom-faqs-kids-template-default .date,
.my-custom-faqs-kids-template-default .cat_l,
.my-custom-faqs-template-default .date,
.my-custom-faqs-template-default .cat_l {
    display:none;
}


.navigation.posts-navigation,
.navigation.posts-navigation .nav-links{
    display:flex;
    justify-content:space-around;
    align-items:center;
    width:100%;
    text-align:center;
    text-decoration:underline;
    transition:0.2s;
}

.navigation.posts-navigation .nav-links a{
    color:#017dcd;
}

.bio_page .entry-content h4 {
    color:#007dcd;
    font-weight: 700;
    font-size: 1.4em;
    line-height: 28px;
    padding-top: 40px;
}

.bio_page .entry-content ul li {
    padding-left:10px;
    padding-bottom:10px;
}

.bio_page .entry-content ul li:before{
    content: "\f138";
    font-family:'FontAwesome';
    color:#007dcd;
    padding-right:5px;
}

.bio_page .entry-content ul li ul li:before{
    content: "";
    color:#007dcd;
}

.bio_page article {
    padding-top: 0 !important;
}

.custom_edit_btn {
    background: tomato;
    padding:7px;
    border-radius:2px;
    color:#fff;
    margin-top: 20px;
    display: inline-block;
}

.custom_edit_btn a {
     border-radius:2px;
    color:#fff;   
}

.blog_post_info img {display: none;}

.blog .header_wrap {
    background: url('/wp-content/uploads/2020/05/blue_bg.png') !important;
}

.search-no-results .search-form input[type=submit] {
    background: #051a56;
    color: #fff;
}

.privacy-policy .entry-content a {
    text-decoration: underline;
    color:#007dcd;
}

.terms_box {
    display:flex;
    margin-bottom:20px;
}

.terms_box span {
    display:block;
    width:100%;
    font-size:14px;
}

.terms_box span:nth-child(1),
.terms_box span[class^="acceptance"] {
    width:20px;
}

span.wpcf7-list-item {
    margin-left:0;
}

@media (max-width: 1200px) {
.inner_topbar_notification {
    width:95% !important;
}

.paido_orl_carousel .owl-prev,
.paido_orl_carousel .owl-next {
    top:-400px;
}

}

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

.services_img_svg {
    max-width: 420px;
}

}



#wp-admin-bar-wpseo-menu {
    display: none;
}


#video_play_button {
    position: absolute;
    top: 15px;
    width: calc(100% - 30px);
    height: 100%;
    display: block;
    background: url('/wp-content/themes/lapousis/redesign/img/video/videoImg.jpg') no-repeat;
        background-size: 100%;
        cursor: pointer;
}

.logged_in {
    display:flex;
    position:fixed;
    bottom:15px;
    right:15px;
    border-radius:2px;
}

.logged_in a {
    margin-left:10px;
    background:tomato;
    color:#fff;
    display:block;
    padding:7px 11px !important;
    font-weight:700;
}

.logged_in a:nth-child(1) {
    background:#007dcd;
}


