html {
font-size: 62.5% !important;
background-color: var(--gray);
scroll-behavior: smooth;
}
:root {
--ekrou: #f0ebd8;
--thalassi: #89cddf;
--dthalassi: #378aa0;
--gold: #b5ac8f;  --text-white: #cdd1cc;
--text-black: #000000;
--dark-gray:#383b44;
--gray:#42454c;
--light:#CDCED1;
--light-somon:#b8a398;
--clr-gray-300: #f7eff6;
--second-gray:#EFC3CA;
--yellow:#ccca66;
--green:#a4a95a;
--brown:#775432;
--bg-one:#FFFBF3;
--bg-two:#E8E9E6;
--bg-three:#D5D6E1;
--bg-four:#E0E5E0;
} #Side_slide .extras .action_button {
display: none;
}
.wpcf7 form .wpcf7-response-output {
text-align: center;
}
.footer-subcriber a {
font-size: 15px;
color: var(--brown) !important;
width: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.loader {
position: absolute;
width: 100%;
text-align: center;
top: -20px;
background: rgba(0, 0, 0, 0.2);
display: flex;
height: 100px;
border-radius: 10px;
}
.loader .spinner{
width: 48px;
height: 48px;
border-radius: 50%;
position: absolute;
animation: rotate 1s linear infinite;
left: 0;
right: 0;
margin: 0 auto;
top: 20px;
}
.spinner::before , .spinner::after {
content: "";
box-sizing: border-box;
position: absolute;
inset: 0px;
border-radius: 50%;
border: 5px solid #FFF;
animation: prixClipFix 2s linear infinite ;
}
.spinner::after{
border-color: #959A52;
animation: prixClipFix 2s linear infinite , rotate 0.5s linear infinite reverse;
inset: 6px;
}
@keyframes rotate {
0%   {transform: rotate(0deg)}
100%   {transform: rotate(360deg)}
}
@keyframes prixClipFix {
0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
.mfn-footer .footer_copy {
border-top: 0!important;
}
#Top_bar.is-sticky .menu_wrapper .menu > li > a {
padding: 0;
}
#Top_bar .menu li ul li:nth-child(1) {
padding-top: 15px;
}
#Top_bar .menu li ul li:last-child {
padding-bottom: 15px;
}
#Top_bar .menu li ul li {
width: 400px;
}
#Top_bar .menu li ul li a {
padding: 7px 20px;
}
#Top_bar .menu li ul li ul { top:50px;
left:0;
position: static;
}
#Top_bar .menu li ul li ul a {
padding: 7px 20px;
}
#Top_bar .menu li ul li ul a span {
padding-bottom:0;
padding-left: 20px;
line-height: 27px !important;
font-size: 15px;
}
#Top_bar .menu li ul li a .menu-arrow{
right: 12px;
top: 9px;
font-size: 18px;
color: var(--brown);
display: none;
}
#Top_bar .menu li ul li:hover a .menu-arrow{
right: 12px;
top: 9px;
font-size: 18px;
color: var(--brown); }    .icon-menu-header {
width: 60px;
height: 60px;
min-height: 42px;
overflow: hidden;
zoom: 0.6;
-moz-transform: scale(0.7);
position: relative;
top: 0;
text-align: left;
display: inline-block; border-radius:50%;
margin-right: 10px;
border: 2px solid var(--brown);
}
#Top_bar #logo{
padding: 3px 0!important;
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo {
height: auto!important;
line-height: unset!important;
padding: 3px 0!important;
}
p{
font-size: 18px;
}  .single-post .post p, .single-post .post span{
color:var(--brown);
}
.service-gallery .mcb-column-inner{
margin-bottom: 0;
}
.widget iframe{
width: 1920px;
}
#Footer .widgets_wrapper .column:last-of-type .mcb-column-inner{
margin-left: 0;
margin-right: 0;
}
#block-32{
margin-bottom: -9px;
}
.footer_copy .mcb-column-inner{
margin-bottom: 0;
}
.style-simple .sliding_box .desc_wrapper:after { background-color: var(--brown);
}
.tr-menu.header-classic #Top_bar:not(.is-sticky) {
top: 0!important;
background-color: #383b44!important;
} .header-stack #Top_bar .menu_wrapper{
clear: unset;
}
.top_bar_left.clearfix {
display: flex;
align-items: center;
justify-content: flex-start;
}
.menu-right_f {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 5px;
}
.header-magazine #Top_bar .banner_wrapper {
display: flex;
width: auto;
top: unset;
justify-content: end; align-items: center;
position : relative;
}
.header-magazine #Top_bar .menu_wrapper{
flex: 1;
}
.menu-right_f a:hover {
text-decoration: none;
} .phone span {
display: flex;
align-items: center;
gap: 10px;
}
.menu-right_f .cycle span {
width: 43px;
height: 43px;
line-height: 41px!important;
border-radius: 50%!important; box-sizing: border-box;
padding: 0 15px!important;
display: flex!important;
align-items: center;
justify-content: center;
}
.phone {
margin-right: 15px;
}
.menu-right_f .cycle span{
background: linear-gradient(to right, var(--brown) 50%, #E4E3D3 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .3s ease-out;
color: var(--brown);
}
.menu-right_f .cycle  span:hover{
background-position: left bottom;
color:white; }
#Top_bar .menu li span, .header-magazine #Top_bar .banner_wrapper a:nth-child(1){
display: inline-block;
position: relative;
line-height: 34px!important;
}
#Top_bar .menu li span:after, .header-magazine #Top_bar .banner_wrapper a:nth-child(1):after{
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 1px;
bottom: 0;
left: 0;
background: var(--brown);
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}
#Top_bar .menu  li  span:hover:after, .header-magazine #Top_bar .banner_wrapper a:nth-child(1):hover:after{
transform: scaleX(1);
transform-origin: bottom left;
}
#Footer .icon-menu-header{
top : unset;
width: 50px;
height: 50px;
}
#Footer .footer_header_wrap{
display: flex;
align-items: center;
gap: 10px;
}
#home_first_row .image_frame{
margin: 0!important;
}
#home_first_row { background-image: linear-gradient(to left, #fffbf3, #f9f7f0, #f3f2ec, #edeee9, #e8e9e6);
}
.footer_copy .copyright a{
color:white;
}
.footer_copy .copyright a:hover{
color:white;
}
#Footer #block-26 .icon-menu-header,
#menu-item-852 .icon-menu-header {
background: url(//holisticnest.gr/wp-content/uploads/2024/05/therapeies-proswpo_icon.jpg) no-repeat;
}
#Footer #block-27 .icon-menu-header,
#menu-item-853 .icon-menu-header {
background: url(//holisticnest.gr/wp-content/uploads/2024/05/therapeies-swmatos_icon.jpg) no-repeat;
}
#Footer #block-28 .icon-menu-header,
#menu-item-855 .icon-menu-header {
background: url(//holisticnest.gr/wp-content/uploads/2024/05/apotrixwsi_icon.jpg) no-repeat;
}
#Footer #block-2 .icon-menu-header,
#menu-item-854 .icon-menu-header {
background: url(//holisticnest.gr/wp-content/uploads/2024/05/makigiaz_icon.jpg) no-repeat;
}
#Footer #block-3 .icon-menu-header, #menu-item-856 .icon-menu-header{
background: url(//holisticnest.gr/wp-content/uploads/2024/05/frydia_icon.jpg) no-repeat;
}
#Footer #block-4 .icon-menu-header, #menu-item-857 .icon-menu-header{
background: url(//holisticnest.gr/wp-content/uploads/2024/05/vlefarides_icon.jpg) no-repeat;
}
#Footer #block-31 .icon-menu-header, #menu-item-858 .icon-menu-header{
background: url(//holisticnest.gr/wp-content/uploads/2024/05/pmu_icon.jpg) no-repeat;
}
#widget_mfn_recent_posts-5, #widget_mfn_recent_posts-6, #widget_mfn_recent_posts-7, #widget_mfn_recent_posts-2{
}
#Top_bar {
border-bottom: none;
transition: all 0.3s linear 0s;
box-shadow: rgb(31 31 31 / 25%) 0px 7px 10px -10px;
}
#Top_bar .menu li ul li ul a {
display: flex;
align-items: center;
justify-content: flex-start;
border-bottom: 0 solid rgba(0,0,0,0.05);
}
#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span{
line-height: unset;
}
.Recent_posts ul li a:before{
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
display: inline-block;
content: "";
border-top: 0.33333rem solid transparent;
border-bottom: 0.33333rem solid transparent;
border-left: 0.33333rem solid transparent;
margin-right: 0rem;
margin-left: -0.33333rem;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
visibility: hidden;
}
.Recent_posts ul li a:hover:before{
border-left: 0.33333rem solid black;
margin-right: 0.33333rem;
margin-left: 0;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
visibility: visible;
}
#Header_wrapper, #Intro {
background-color: #fff!important;
}
.section.lightgray {
background-color: var(--second-gray)!important;
}
#section_works{
background: #fff2fd!important;
}
.category_box .sliding_box a{
text-align: center;
}
.category_box .sliding_box  img{ transition: 0.4s;  border-radius: 50%; max-width: 67%;
}
.category_box .sliding_box:hover img{ transition: 0.4s;
}
.category_box h4{
font-size: 2rem;
}
.mhb-view.desktop .first-row .mhb-row-wrapper {
padding: 0 40px;
}
.mhb-view.desktop .first-row .mhb-menu .menu > li > a > span {
line-height: 24px;
font-size: 1.6rem;
color: #cdd1cc;
font-weight: bold;
}
.mhb-view.desktop .first-row .mhb-menu .menu > li:hover > a > span{
color: var(--second-gray);
text-decoration: underline;
text-underline-offset: 3px;
}
.telephone span {
font-size: 1.6rem;
line-height: 24px;
font-weight: bold; }
.telephone a {
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
}
.telephone svg path {
fill: #cdd1cc;
}
.mhb-custom-gBmbF8U0E a:hover{
text-decoration: none;
}
.first-row .mhb-row-wrapper {
justify-content: space-between;
align-items: center;
}
.mhb-col.right {
flex: 0 0 20%;
justify-content: space-between;
}
.mhb-social ul li {
width: 43px;
height: 43px;
line-height: 41px;
border-radius: 50%!important;
border: 2px solid var(--second-gray);
box-sizing: border-box;
}
.mhb-social ul li i {
position: relative;
left: 7px;
}
.mhb-custom-uRMFMamm- .menu li ul {
background-color: var(--text-white);
}
.mhb-menu .menu li ul li {
width: 300px;
}
.mhb-custom-uRMFMamm- .menu li ul li a {
color: var(--gray);
}
.mhb-menu .menu li ul li a:hover {
background-color: var(--second-gray);
}
.mhb-custom-uRMFMamm- .menu li ul li a:hover {
color: var(--gray);
}
.header-classic #Header .top_bar_left, .header-classic #Header .top_bar_right {
display: flex;
align-items: center;
justify-content: flex-start;
}
.woman-big-img img{
margin-right:90px;
}
#Top_bar .menu li ul li a span {
font-family: Comfortaa;
font-weight: 600;
width: 350px;
}
#Top_bar .menu li ul {
top: 100%;
background-image: unset;
background-repeat: unset;
background-position: unset; background:#e8e9e6;
-webkit-box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.25)!important;
box-shadow: 0 15px 15px -10px rgba(31, 31, 31, 0.25)!important;
border-radius: 20px; }
#Top_bar .menu li ul li ul{
box-shadow: unset!important;
border-radius:0;
}
#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {
color: var(--second-gray);
text-decoration: none;
}
#Top_bar .menu > li > ul.mfn-megamenu > li > ul {
background-color: transparent;
}
#Top_bar .menu li > ul {
box-shadow: unset;
-webkit-box-shadow: unset;
}
.menuo-right #Top_bar .menu > li > ul.mfn-megamenu{
border-bottom: 2px solid var(--second-gray);
}
#Top_bar .menu > li ul li a:hover,
#Top_bar .menu > li ul li.hover > a {
text-decoration: none;
background: unset;
}
#Top_bar .menu > li ul li a:hover span{
color: black;
}
.sliding_box .desc_wrapper h4{
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.sliding_box:hover .desc_wrapper h4{
color: var(--second-gray);
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.menu-item-object-post span {
line-height: 20px;
}
.header-stack #Top_bar.is-sticky .logo{
padding: 0 30px!important;
margin: 0!important;
height: 100% !important;
}
#Top_bar .menu > li > ul.mfn-megamenu a.mfn-megamenu-title{
color : var(--second-gray);
}
#Top_bar.is-sticky{
height: 115px;
}
#Top_bar .menu_wrapper {
float: left!important;
z-index: 201;
}
#wp-megamenu-item-432,
#wp-megamenu-item-433,
#wp-megamenu-item-434,
#wp-megamenu-item-435,
#wp-megamenu-item-436,
#menu-item-432,
#menu-item-433,
#menu-item-434,
#menu-item-435,
#menu-item-436{
position: relative;
left: 65%;
}
#wp-megamenu-item-432 a {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}
#menu-item-432 span{
display: flex!important;
align-items: center;
gap: 15px;
}
#wp-megamenu-item-433 a,
#wp-megamenu-item-434 a,
#wp-megamenu-item-435 a,
#wp-megamenu-item-436 a,
#menu-item-433 span,
#menu-item-434 span,
#menu-item-435 span,
#menu-item-436 span {
width: 43px;
height: 43px;
line-height: 41px!important;
border-radius: 50%!important;
border: 2px solid var(--second-gray)!important;
box-sizing: border-box;
padding: 0 15px!important;
display: flex!important;
align-items: center;
justify-content: center;
top: 9px;
position: relative;
margin: 0 3px;
}
#wp-megamenu-item-433 a,
#wp-megamenu-item-434 a,
#wp-megamenu-item-435 a,
#wp-megamenu-item-436 a{
top: 0;
}
#Top_bar .menu > li > a span{
font-size: 1.6rem;
font-weight: bold;
}
#wp-megamenu-item-436 a,
#menu-item-436 span{
padding: 0 15px!important;
}
#wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container-container>ul.wp-megamenu-sub-menu, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:before, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul>li.wpmm-strees-row .wpmm-strees-row-container>.wp-megamenu-sub-menu:after, #wp-megamenu-main-menu>.wpmm-nav-wrap>ul.wp-megamenu>li.wpmm_mega_menu>.wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu {
background: #383b44;
width: 1500px;
max-width: 1920px;
}
#wp-megamenu-main-menu>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-main-menu>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-main-menu>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
color: var(--second-gray);
}
#wp-megamenu-main-menu>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-main-menu>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-main-menu>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a {
color: var(--second-gray);
}
#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-item>a, ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active>a, ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active,
#wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-main-menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover {
color: var(--second-gray)!important;
background-color: transparent;
}
.service-detail-one, .service-detail-two{
color: black;
}
#Subheader {
background-color: var(--yellow); background-position: top center;
padding-bottom: 0;
display: flex;
align-items: end;
justify-content: center;
}
#Subheader .title {
font-size: 3rem;
font-weight: 300;
line-height: 1.5;
color: black;
background-color: var(--clr-gray-300);
position: relative;
padding: 20px 0;
width: 100%;
}
#Subheader >.container{
width: 100%;
max-width: unset;
}
#Subheader >.container >.column{
margin: 0;
width : 100%;
}
#Subheader .title:after{
content: "";
position: absolute;
width: 100%;
height: 5px;
background-color: #fff;
left: 0;
bottom: -5px;
text-align: center;
} #Subheader ul.breadcrumbs li:nth-child(1){
display: none;
}
.subheader-both-center #Subheader .breadcrumbs {
margin-top: 0;
}
#Subheader ul.breadcrumbs{
background-color: var(--yellow);
position: relative;
padding: 20px 0;
width: 100%;
}
#Subheader ul.breadcrumbs li{
font-size: 2.2rem;
font-weight: 300;
line-height: 1.5;
color: black;
}
#Subheader .title{
display: none;
}
#Subheader ul.breadcrumbs li, #Subheader ul.breadcrumbs li a {
color: black;
}
.mfn-breadcrumbs-separator .icon-right-open:before{
color: black;
}
.image-column-first{
position: relative; border-top-left-radius: 10px;
}
.image-column-two{
margin-bottom: 25px;
}
.image-column-first img{
border-top-left-radius: 10px;
}
.image-column-two img{
border-top-right-radius: 10px;
}
.image-column-three img{
border-bottom-left-radius: 10px;
}
.image-column-four img{
border-bottom-right-radius: 10px;
}  #video_section {
min-height: 800px;
display: flex;
align-items: center;
justify-content: center;
}
.section.has-video .section_video video {
width: 100%;
}
#section_second {
padding: 80px 0 80px; }
.section.lightgray.section-third{
background: var(--bg-two)!important;
}
#section_second .section_wrapper.mcb-section-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
#section_second .column_fancy_heading {
margin-bottom: 0!important;
}
.second_row .fancy_heading .title {
text-align: left;
margin-bottom: 40px;
}
.inside p{
margin-bottom: 35px; color: var(--brown);
font-weight: 700;
}
.works_txt p, .works_button span{
color:black;
font-weight: 700;
}
.fancy_heading .title{
font-size: 3rem;
line-height: 43px;
color:black;
}
.second_row .fancy_heading .inside { margin-bottom: 0;
text-align: center;
}
#section_second .column_image.signature{
margin-bottom: 80px!important;
}
#section_grid {
padding: 100px 0 0;
}
#section_grid_end{
padding: 0 0 100px;
}
.section_grid_flex .section_wrapper.mcb-section-inner {
display: flex;
align-items: center;
justify-content: center;
}
.shadow_left{
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 14%);
box-shadow: 0 0 0 0 rgb(0 0 0 / 14%);
-webkit-transition: all .3s linear;
transition: all .3s linear;
-webkit-box-shadow: 0 15px 10px -10px rgb(31 31 31 / 25%);
box-shadow: -20px 0px 10px -10px rgb(31 31 31 / 25%);
}
.shadow_right{
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 14%);
box-shadow: 0 0 0 0 rgb(0 0 0 / 14%);
-webkit-transition: all .3s linear;
transition: all .3s linear;
-webkit-box-shadow: 0 15px 10px -10px rgb(31 31 31 / 25%);
box-shadow: 20px 0px 10px -10px rgb(31 31 31 / 25%);
}
.boxes_row .mcb-wrap-inner {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
min-height: 650px;
align-content: center;
gap: 40px;
}
.grid_row {
min-height: 650px;
display: flex;
align-items: flex-end;
}
.grid_row.men {
display: flex;
align-items: flex-end;
justify-content: center;
}
.grid_img {
margin: 0;
width: 100%!important;
background-color: var(--dark-gray);
}
.grid_txt{
padding: 0 50px;
}
.grid_boxes img {
width: 50px;
filter: invert(26%) sepia(17%) saturate(255%) hue-rotate(
184deg
) brightness(92%) contrast(91%);
}
.grid_boxes .desc:after {
content: '...';
position: relative;
bottom: 0;
font-size: 32px;
letter-spacing: 3px;
color: #7a7a7a;
width: 100%;
display: block;
}
.grid_boxes .image_wrapper {
margin-bottom: 5px !important;
}
.grid_boxes.box_three .desc,
.grid_boxes.box_four .desc {
padding: 0 30px;
}
.grid_boxes .desc{
font-size: 1.6rem;
line-height: 20px;
padding: 0 20px;
color: var(--second-gray);
}
.grid_boxes .icon_box:hover .desc{
font-weight: bold;
}
.grid_row.reverse .box_three,
.grid_row.reverse .box_four{
padding: 0 40px;
}
.grid_img.woman img {
display: flex;
justify-content: flex-start; }
.grid_txt .column_attr {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-direction: column;
min-height: 500px;
}
.grid_txt .title {
font-size: 3.6rem;
line-height: 43px;
color: var(--second-gray);
}
.grid_txt .inside {
font-size: 1.6rem;
line-height: 20px;
color: var(--second-gray);
}
#section_works {
padding: 100px 0;
}
.works_title .fancy_heading .title {
font-size: 2rem;
line-height: 25px;
letter-spacing: 0;
font-weight: 700;
color: black;
}
hr.title_hr{
height: 2px;
width: 12%;
margin: 15px auto;
background-color: black;
color: black;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before{
display: none;
}
.works_title .inside {
font-size: 3.6rem;
line-height: 43px;
color: black!important;
}
.twentytwenty-handle{
background: #ffffff;
}
.twentytwenty-left-arrow {
border-right: 6px solid var(--second-gray);
}
.twentytwenty-right-arrow {
border-left: 6px solid var(--second-gray);
}
.works_row .mcb-wrap-inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.works_txt {
display: flex;
align-items: center;
justify-content: center;
}
.works_txt .txt {
padding-bottom: 50px;
}
#section_services{
padding: 100px 0;
}
.category_showcase_title hr.title_hr,
.services_txt hr.title_hr{
margin-bottom: 40px;
}
.services_row .mcb-wrap-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.services_row .wp-caption-text { background: var(--yellow);
padding: 20px 0!important;
color: var(--brown);
transition: 0.4s;
font-weight: 700;
font-size: 20px;
}
.services_row .services_img:hover .image_wrapper img{
transform: scale(1.2)!important;
transition: 0.4s;
}
.services_row .services_img .image_wrapper img{
transition: 0.4s;
}
.services_row .services_img:hover .wp-caption-text{
background: var(--brown);
color: white;
transition: 0.4s;
}
#section_test {
padding: 100px 0;
background : #fff;
background-image: unset!important;
}
.slick-initialized .slick-slide {
display: block;
position: relative;
}
.testimonials_slider .testimonials_slider_ul li .hr_dots {
display: none;
}
blockquote {
margin: 0;
top: 0;
}
blockquote:before {
content: unset;
}
.text_test {
font-size: 1.6rem;
font-style: italic;
line-height: 26px;
text-align: center;
margin: 0;
}
.slider_pagination a.selected,
.slider_pagination .slick-active a,
.slider_pagination a.selected:after,
.slider_pagination .slick-active a:after,
.testimonials_slider .slider_images,
.testimonials_slider .slider_images a:after,
.testimonials_slider .slider_images:before {
background-color: var(--second-gray);
}
#footer_detail {
background-color: var(--second-gray);
}
.footer-copy-center #Footer .footer_copy .social {
display: none;
}
.update_row{
padding: 100px;
background-color: var(--second-gray);
}
.contact_row{
padding: 100px;
background: var(--clr-gray-300);
}
#footer_detail .title {
font-size: 2.9rem;
line-height: 43px;
color: #ffffff;
}
#footer_detail .contact .title{
color: var(--second-gray);
}
.update_title .title {
text-align: end;
}
.update_detail .wpcf7-form {
display: flex;
flex: 1;
align-items: center;
justify-content: flex-end;
gap: 23px;
}
.wpcf7-spinner{
display: none;
}
.contact {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.contact a {
color: var(--second-gray);
font-size: 1.6rem;
line-height: 35px;
font-weight: bold;
}
.contact a:hover {
text-decoration: none;
color: #b8a398;
}
input[type="email"],
.dark input[type="email"] {
color: #ffffff;
background-color: transparent;
border-color: #ffffff;
border-width: 2px;
border-style: solid;
border-top: none;
border-left: none;
border-right: none;
border-radius: 0;
}
input[type="email"]:focus {
color: #ffffff;
background-color: transparent !important;
border-color: #cdd1cc;
}
.works_button{
background-color: transparent;
border: 2px solid black;
border-radius: 0;
display: inline-block;
padding: 1.5rem 3rem;
font-size: 1.6rem;
background-image: unset;
transform: translateY(0);
text-align: center;
position: relative;
z-index: 1;
-webkit-transition: .3s ease all;
transition: .3s ease all;
font-weight: 600;
margin: 0;
}
.works_button:hover{
color: #fff;
text-decoration: none;
border: 2px solid #efc3ca;
}
.works_button:hover span{
color: black;
}
.works_button:after{
background-color: #efc3ca;
color: white;
content: '';
position: absolute;
-webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
width: 0;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.button-custom input[type="submit"]{
background-color: var(--second-gray);
border: 2px solid #ffffff;
color: #ffffff;
border-radius: 0;
display: inline-block;
padding: 1.5rem 3rem;
font-size: 1.6rem;
background-image: unset;
transform: translateY(0);
text-align: center;
position: relative;
z-index: 1;
-webkit-transition: .3s ease all;
transition: .3s ease all;
font-weight: 600;
margin: 0;
}
.button-custom input[type="submit"]:hover {
background-color: var(--gray);
border: 2px solid var(--gray);
color: var(--light);
}
.works_button:hover:after,
.button-custom input[type="submit"]:hover:after{
width: 100%;
}
.button-custom input[type="submit"]:after{
background-color: var(--gray);
border: 2px solid var(--gray);
color: var(--light);
content: '';
position: absolute;
-webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
transition: all 0.4s cubic-bezier(0, 0, 0, 0.3);
width: 0;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
#Footer .footer_copy .copyright {
float: left;
font-size: 1.4rem;
line-height: 20px;
color:white;
}
.footer-copy-center #Footer .footer_copy{
background:#959A52;
}
#Footer .Recent_posts.classic ul li a:hover h6, .Recent_posts.classic ul li a:hover .desc .date {
color:black!important;
}
.service-icon-small{
width: 34px;
}
.service-detail{
display: flex;
justify-content: center;
gap: 70px;
margin-top: 50px;
}
.service-detail img{
margin-bottom: 5px;
}
.service-detail p{
margin-bottom: 0;
}
.service-detail-one,.service-detail-two{
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background: #ffe6ea;
padding: 25px 30px 19px;
border: 1px solid #EFC3CAFF;
width:408px;
}
.service-big{
display: flex;
align-items: center;
gap: 15px;
} #blog_section {
padding-top: 65px;
background: #fff2fd ;
}
#blog_section .section_wrapper.mcb-section-inner {
display: flex;
align-items: center;
justify-content: center;
}
.style-simple #Filters .filters_wrapper ul li.current-cat a {
color: var(--text-white);
}
.style-simple #Filters .filters_wrapper ul li a:hover{
color: var(--light-green)!important;
}
.style-simple #Filters .filters_wrapper ul li a:after{
background-color: var(--text-white)!important;
}
.blog_col a {
color: var(--second-gray);
padding: 20px 10px;
display: block;
width: 100%;
}
.blog_col .image_wrapper_tiles{
background: var(--clr-gray-300);
} .post-item {
position: relative;
z-index: 1;
box-shadow: 7px 6px 4px -10px rgb(31 31 31 / 25%);
margin-bottom: 5px;
background-color: #cdd1cc;
transition: all .3s linear;
border-radius: 5px;
}
.post-desc {
padding: 0;
}
.post-footer {
display: none;
}
.style-simple #Filters .filters_wrapper ul li a {
padding: 14px 10px;
font-size: 16px;
line-height: 20px;
font-weight: 300;
}
.post-wrapper-content {
background-color: #fff;
padding: 50px 0;
}
.section-post-header { background: var(--bg-one);
margin-top: 70px
} .fixed-nav {
display: none;
}
.post-template-default #Content {
padding-top: 0;
}
.post-title .entry-title {
margin-bottom: 0;
} .section-post-related .section-related-adjustment > h4 {
font-size: 45px;
text-align: center;
color: var(--second-gray);
font-style: normal;
line-height: 60px;
font-weight: 700;
margin: 0 0 40px 0;
padding: unset;
min-height: unset;
}
.section-post-related .post-related hr,
.section-post-related .post-related a.button,
.section-post-related .post-related .date_label,
.section-post-related .simple .post-related .date_label,
.single-photo-wrapper.image,
.section-post-related .single-photo-wrapper.image{
display: none;
}
.section-post-related h4 {
font-size: 1.7rem;
font-style: normal;
font-weight: 600;
line-height: 25px;
margin-bottom: 0;
}
.section-post-related h4 a{
color: var(--second-gray);
padding: 30px;
display: block;
text-align: center;
min-height: 55px;
display: flex;
align-items: center;
justify-content: center;
}
.section-post-related .col-3 .post-related {
width: 27%;
position: relative;
z-index: 1;
box-shadow: 10px 14px 5px -5px rgb(31 31 31 / 14%); margin-bottom: 5px;
background-color: var(--second-gray);
transition: all .3s linear;
display: block;
padding: 0;
border-radius: 5px;
border-left: 4px solid var(--gray);
}
.section-post-related .col-3 .post-related:hover {
background-color: var(--light-green);
}
.masonry.tiles .post-item .post-desc-wrapper .post-desc .post-title:after{
margin-top: unset;
}
.masonry.tiles .post-item:not(.no-img) .post-desc-wrapper .post-desc{
background: transparent;
padding: 0;
}
.posts_group.masonry.margin .post-item{
overflow: hidden;
}
.masonry .post-title a{
color: black;
line-height: 1.2;
text-align: center;
} .if-zoom .masonry .image_frame .image_wrapper .mask{
display : block;
}
.if-zoom .masonry .image_frame:hover .image_wrapper img, .if-zoom .masonry .image_frame.hover .image_wrapper img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.masonry .post-desc-wrapper .post-desc{ }
.masonry .post-title .entry-title {
margin-bottom: 0;
font-size: 18px;
line-height: 15px;
font-weight: 300;
}
.masonry .image_frame .image_wrapper{
background-color: #fffbf3;
}
.masonry .image_wrapper >a{
padding: 0;
}
.section-related-ul.col-3 {
display: flex;
align-items: center;
justify-content: center;
}
#Footer .widgets_wrapper {
padding: 0;
}
#Footer .footer_copy .one {
margin-bottom: 0;
padding-top: 15px;
min-height: 33px;
}
#Footer .container {
max-width: 100%;
display : flex;
gap:  0 20px;
justify-content: center;
flex-wrap: wrap;
background-color: #c4c697;
}
#Footer .footer_copy .container{
background: #959A52;
}
#Footer .widgets_wrapper .column {
width: 23%;
}
#Footer .widgets_wrapper .column:last-of-type{
width: 100%;
margin: 0;
padding : 0; }
#Footer .widgets_wrapper .column:not(:last-of-type){
margin: 50px 0;
max-width: 400px;
display: none;
}
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4){
width: 13%;
}
.home #Footer .widgets_wrapper .column:not(:last-of-type){
display: none;
}
#Footer .footer_header_wrap p{
margin-bottom: 0;
}
#Footer .menu-right_f {
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
}
.footer_menu {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 50px;
}
.footer_title {
color: black!important;
font-weight: bold;
}
.Recent_posts ul li .desc:after,
.Recent_posts ul li.no-img .photo,
.date {
display: none;
}
#Footer .Recent_posts ul li .desc {
background: unset;
padding: 0;
min-height : unset;
margin : 0;
}
#Footer .Recent_posts ul li .desc h6{
border: unset;
margin: 0;
padding: 0;
color: black;
}
.Recent_posts ul li {
margin-bottom: 0;
}
.Recent_posts ul li a{
display: flex;
align-items: center;
justify-content: flex-start;
padding: 5px 0;
}
#Footer .Recent_posts ul li .photo{
display: none;
}
.footer_extra{
display: flex;
align-items: end;
justify-content: center;
padding: 25px 0 20px;
}
.footer_extra .wp-block-group{
width: 23%;
margin: 0 1% 40px;
margin-bottom: 10px;
max-width: 405px;
}
#Footer .footer_extra h4,
#Footer .footer_extra h5 a,
#Footer .footer_extra .themecolor{
color:var(--brown);
font-weight: 600;
}
#Footer .footer_extra h5 a:hover{
color: #959a52;
}
#Top_bar .menu > li > a span:not(.description), .banner_wrapper span{
color: var(--brown);
}
.tr-menu.header-stack #Top_bar:not(.is-sticky), .sticky-tb-color #Top_bar.is-sticky{
background-color: #C4C697!important;
opacity: 1;
}
.sticky-tb-color #Top_bar.is-sticky{
-webkit-box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.25);
box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.25);
}
.sliding_box .desc_wrapper h4{ color: var(--brown)!important;
line-height: 32px;
}
.widget.widget_mfn_recent_posts{
margin: 0; }
.widget.widget_block{
margin: 0 0 10px 0;
}
.fancy_heading .subtitle{
font-size: 1.8rem;
}
.service-box-section .category_box{
width:30%;
}
.service-box-wrap .mcb-wrap-inner{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#category_showcase{
padding: 100px 0 30px;
}
.category_box{
margin: 0 1% 25px;
}
.glam-moto{
display: flex;
justify-content: end;
}
.glam-moto p{
font-weight: 500;
font-size: 40px;
line-height: 50px;
color: black;
}
.moto-wrap{
position: absolute;
top: 34%;
left:4%;
}
#Top_bar .menu > li > ul.mfn-megamenu > li {
width: 25%!important;
}
.menuo-right #Top_bar .menu > li > ul.mfn-megamenu {
left  : 12%;
width : 86% !important;
padding: 0px 0 30px;
top: 75%;
}
#Top_bar .menu li ul li a{
border-bottom: 0px solid rgba(0,0,0,0.05);
}
.menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper{
margin-right: 33px!important;
}
.single-post .post-wrapper-content{
display: flex;
flex-direction: column;
background:var(--bg-one) ;
margin-bottom: 70px;
}
.single-post .post-wrapper-content .the_content_wrapper img{
border-radius:25px;
}
.single-post .mfn-builder-content{
order: 2; }
.service-faq-section{
padding: 50px 0 10px;
background:#ffe6ea;
}
.service-gallery-section{
padding: 50px 0 20px;
background:#fff2fd ;
}
.service-faq, .service-gallery{
margin-bottom: 0;
}
.post-wrapper-content {
padding: 0;
}
.service-faq .title, .service-faq .title .icon-plus, .service-faq .title .icon-minus{
color: black !important;
font-weight: bold;
}
.service-faq .faq .question .title{
font-size: 16px!important;
}
.service-faq .faq .question .title .num{
display: none;
}
.service-faq .faq .question .title, .service-faq .faq .question .answer {
padding-left: 30px;
}
.service-faq .faq .question{
border-color: var(--second-gray);
}   .inside-pricing-column{
width: 60%;
display: flex;
flex-direction: column;
gap: 25px;
}
.inside-pricing{
border: 1px solid #EFC3CAFF;
padding: 20px;
background: var(--clr-gray-300);
display: flex;
justify-content: center;
}
.price-item{
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px dotted #EFC3CAFF;
}
.price-item .end{
text-align: end;
line-height: 32px;
}
.price-item .price{
color:#EFC3CAFF ;
}
.price-tab .ui-tabs .ui-tabs-nav{
border-width: 0;
}
.packets{
color: black;
font-size: 22px;
text-align: center;
margin-top: 30px;
text-decoration: underline;
text-underline-offset: 6px;
}
.price-catalogue .brm-item-price{
display: none;
}
.price-catalogue .brm-item-details{
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px dotted #7c7c7c; }
.price-catalogue .brm-item-name{
border-bottom: 0;
font-family: "Comfortaa"!important;
font-size: 18px;
padding: 0;
color:black ;
}
.price-catalogue .pl-developer{
display: none;
}
.price-catalogue .brm-heading h2{
font-family: "Comfortaa"!important;
font-size: 3rem;
letter-spacing: 2px;
}
.price-catalogue .brm-item-description{
font-family: "Comfortaa"!important;
font-size: 18px; text-align: end;
line-height: 32px;
color:black;
}
.price-catalogue .brm-items{
border: 1px solid #EFC3CAFF;
padding: 30px 80px;
background: #ffe6ea;
}
.price-catalogue .brm-menu{
max-width: 1000px;
}
.price-catalogue .brm-item {
margin : 0 0 27px;
}
.price-catalogue{
background:#fff2fd ;
}
.price-catalogue .brm-heading {
padding-bottom: 0;
background: #ffe6ea;
border: 1px solid #EFC3CAFF;
margin-bottom: 25px;
padding-top: 7px;
}
.price-catalogue .brm-heading h2{
color:black ;
}
.price-catalogue .brm-heading-description {
margin: 0 0 10px 0;
}
.price-catalogue .brm-item-51 .brm-item-details,.price-catalogue .brm-item-57 .brm-item-details, .price-catalogue .brm-item-66 .brm-item-details, .price-catalogue .brm-item-99 .brm-item-details, .price-catalogue .brm-item-86 .brm-item-details{
border-bottom: 0;
justify-content: center;
margin-top: 50px;
}
.price-catalogue .brm-item-51 .brm-item-name, .price-catalogue .brm-item-57 .brm-item-name, .price-catalogue .brm-item-66 .brm-item-name, .price-catalogue .brm-item-99 .brm-item-name{
font-size: 2.2rem;
font-weight: 700;
border-bottom: 2px solid;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a, .accordion .question.active > .title > .acc-icon-plus, .accordion .question.active > .title > .acc-icon-minus, .accordion .question.active > .title, .faq .question.active > .title > .acc-icon-plus, .faq .question.active > .title, .fake-tabs > ul li.active a {
color: black;
font-size: 18px;
}
.ui-tabs .ui-tabs-nav li a{
color: black;
font-size: 18px;
padding: 14px 20px;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after, .fake-tabs > ul li a:after, .fake-tabs > ul li a .number {
background: #EFC3CAFF;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a{
color: #EFC3CAFF;
}
html[lang="el"] .en, html[lang="el"] .ja  {
display: none;
}
html[lang="en-GB"] .el, html[lang="en-GB"] .ja  {
display: none;
}
html[lang="ja"] .el, html[lang="ja"] .en{
display: none;
}
html[lang="en-GB"] .fancy_heading .title, html[lang="ja"] .fancy_heading .title  {
text-transform: uppercase;
}
html[lang="en-GB"] #Footer .widgets_wrapper .column.one-fifth{
display: none;
}
html[lang="en-GB"] #Footer .widgets_wrapper .column.one-fifth:last-child {
display: unset;
}
html[lang="en-GB"] .blog_col a, html[lang="ja"] .blog_col a {
pointer-events: none;
}
html[lang="ja"] #Footer .widgets_wrapper .column:not(:last-of-type){
display: none;
}
#Top_bar .menu li ul li a span{
display: inline;
color:var(--brown) ;
padding-bottom: 7px;
}
#Top_bar .menu > li ul li a:hover span{
color:var(--brown) ;
}
.ypiresies {
border-radius : 60px;
}
.button-custom .button .button_label,
.button-custom .button_theme{
font-family: Comfortaa !important;
font-weight: 700;
}
.smile-row .mcb-wrap-inner {
display: flex;
flex-direction: row;
align-items: center;
}
.transparent .hover_color_bg,
.transparent .hover_color{
background: transparent !important;
}
.transparent .hover_color_bg:hover {
background: white !important;
}
.transparent p {
color: white !important;
}
.transparent:hover p {
color: #34aee9 !important;
}
.topBarInLogoAreaCell {
display: flex;
gap: 50px;
}
.ypiresies img {
width: 150px;
}
header.is-sticky .mhb-view.desktop {
background: rgba(255,255,255,.95) !important;
}
header.is-sticky .btIconWidgetTitle {
color: #444;
}
.mhb-view.desktop .action-bar {
margin-top: 11px;
}
.action-bar {
border-bottom: 1px	solid rgba(255,255,255,.1);
}
header.is-sticky .action-bar {
border-bottom: 1px	solid rgba(68,68,68,.1);
}
header.is-sticky .mhb-custom-uRMFMamm- .menu > li.current-menu-item > a,
header.is-sticky .mhb-custom-uRMFMamm- .menu > li.current-menu-ancestor > a,
header.is-sticky .mhb-custom-uRMFMamm- .menu > li.current-page-item > a,
header.is-sticky .mhb-custom-uRMFMamm- .menu > li.current-page-ancestor > a,
header.is-sticky .mhb-custom-uRMFMamm- .menu > li > a{
color: #00b3cc;
}
header.is-sticky .btIconWidgetText {
color: rgba(68,68,68,.4);
}
.btIconWidget {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
}
.btIconWidgetIcon {
margin-right: 10px;
}
#Footer .has-text-align-center {
font-weight: 600;
}
.btIconWidgetIcon svg path {
fill: #00b3cc;
}
.btIconWidgetIcon svg {
width: 40px;
}
.first-row .mhb-row-wrapper{
justify-content:flex-end
}
.first-row .mhb-social{
margin-left:-10px;
}
.btIconWidgetTitle {
font-size: 14px;
margin: 0 0 3px;
color: white;
text-transform: none;
}
.btIconWidgetTitle a {
color: white !important;
}
.btIconWidgetText {
color: rgba(255,255,255,.7);
font-size: 14px;
}
.first-line br{
display: none;
}
.map-pin br{
display: none;
}
.about-img img{
border: 5px solid #833948;
}
.about-img.one img{
border-radius: 151% 183% 165% 97%;
}
.about-img.two img{
border-radius: 183% 151% 97% 165%;
}
.about-name{
color: black;
font-size: 23px;
margin-bottom: 26px;
font-weight: 700;
}
.about-image-wrap{
width: 45% !important;
}
.about-section .section_wrapper{
justify-content: space-between!important;
}
.about-text{
color: black;
}
.about-text p{
line-height: 32px;
}
.about-heading .mcb-column-inner{
margin-bottom: 0;
}
.reviews-section{
padding: 120px 0 60px;
} .mfp-bg{
background: transparent!important;
}
.mfp-wrap {
display: none!important;
}
.page-id-1752 .mfp-wrap {
display: block!important;
}
.image-flex .gallery, .video-sec .mcb-wrap-inner{
display: flex;
justify-content: center;
}
.best-services{
background: var(--bg-three)!important;
}
.title_combination {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 30px;
}
.title_combination .title {
position: relative;
padding-left: 165px;
}
.title_combination .title .big{
position: absolute;
font-weight: bold;
font-style: normal;
font-size: 10rem;
letter-spacing: 8px;
white-space: nowrap;
top: 40%;
left: 0;
color: #15151517;
transform: translate3d(0, -50%, 0);
margin: 0;
}
.title_combination .title .small{
font-weight: bold;
font-style: normal;
font-size: 3rem;
white-space: nowrap;
color: var(--brown);
margin: 0;
}
.title_combination .title_line {
flex-grow: 1;
height: 0;
margin: 0 5px 0 20px;
border-top: 1px solid #dfdfdf;
}
.comb-column{
padding-bottom: 50px;
}
.insta-section{
padding: 100px 0 0;
}
#sb_instagram .sb_instagram_header a{
display: flex;
align-items: center;
} .widget iframe{
display: none;
}
.footer_extra .wp-block-group.first,.footer_extra .wp-block-group.third{
display: none;
}
#Top_bar .menu_wrapper .menu > li > a{ } .post-header .title_wrapper h1{
text-align: center;
font-size: 30px;
color:var(--brown);
}
.single-post li{
font-size: 1.8rem;
color: var(--brown);
}
.single-post a{
color: var(--green);
font-weight: bold;
}
.post-nav.minimal.column{
display: none;
}
.blog-section .grid .post-desc-wrapper .post-desc {
padding: 30px 20px 20px;
}
.blog-section .post-item .post-title{
margin-bottom: 20px;
text-align: center;
}
.blog-section .post-item .entry-title{
font-size: 18px;
}
.blog-section .post-item .entry-title a{ }
.blog-section .post-item .post-excerpt{
font-size: 14px; display: none;
}
.blog-section .post-item{
margin-bottom: 25px;  border-radius: 30px;
transition: all .5s ease-in-out;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); }
.blog-section .post-item:hover{
transform: translateY(-10px);
}
.blog-section .post-item .image_wrapper{
text-align: center;
}
.blog-section .post-item img{ }
.blog-section{
padding: 65px 0;
background: #fffbf3;
}
.single-post .post-wrapper-content .section_wrapper{
background: #e4e3d3;
padding: 0 65px 0;
}
.single-post .section-post-intro-share .section_wrapper{
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.single-post .post-header{
padding: 75px 40px 10px;
background: #e4e3d3;
margin-bottom: 0;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.recent-title{
font-size: 22px;
color: var(--brown);
font-weight: bold;
}
.recent-wrap{
position: sticky;
top: 18%;
}
.widget_mfn_recent_posts .Recent_posts ul li .desc{
background: unset;
}
.widget_mfn_recent_posts .Recent_posts ul li .photo {
width: 150px;
}
.widget_mfn_recent_posts .Recent_posts ul li .desc{
margin-right: 0;
}
.widget_mfn_recent_posts .Recent_posts ul li {
margin-bottom: 15px;
}
.widget_mfn_recent_posts .Recent_posts.classic ul li a:hover h6 {
color: #686a70 !important;
}
.widget_mfn_recent_posts .Recent_posts ul li a:before{
display: none;
}
.widget_mfn_recent_posts h3{
font-weight: 700;
}
.cv-first-sec{
background-image: linear-gradient(to left, #fffbf3, #f9f7f0, #f3f2ec, #edeee9, #e8e9e6);
}
.cv-first-sec .sm_content-bio{
margin-top: 35px;
}
.cv-second-sec{
padding: 100px 30px 70px;
background: white;
}
.ipografi-mpoutouri{
font-size: 2.5rem;
margin-top: 25px;
color: var(--brown);
}
.sign-wrap{
padding-bottom: 70px;
}
.cv-third-sec{
background-image: linear-gradient(to right top, #e8e9e6, #ecede9, #f0f0eb, #f4f4ee, #f9f7f0, #f9f7f0, #f9f7f0, #f9f7f0, #f4f4ee, #f0f0eb, #ecede9, #e8e9e6);
}
.cv-third-sec{
padding: 100px  0 70px
}
.cv-first-sec .smile{
font-size: 5rem;
color: var(--brown);
}
.bt_bb_headline_content small{
font-size: 4rem;
color: var(--brown);
}
.bio-tab-left small{
font-size: 2.5rem;
}
.bio-tab-left .bt_bb_text p{
font-size: 1.5rem;
}
.style-simple .ui-tabs .ui-tabs-nav li.ui-state-active a{
color: var(--brown);
}
.ui-tabs .ui-tabs-nav li a{
color: var(--green);
}
.ui-tabs .ui-tabs-nav li.ui-state-active a:after, .fake-tabs > ul li a:after, .fake-tabs > ul li a .number {
background: var(--brown);
}
.member{
margin-top: 50px;
font-size: 16px;
font-style: italic;
}
.service-head-section{
padding: 70px 0;
}
.service-head-section .section_wrapper{
padding: 80px 0 100px;
}
.service-head-section:before{
background: #42454ca8;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
h1.service-head{
color: white;
margin-bottom: 35px;
}
.service-head-section p{
color: white;
}
.service-head{
font-size: 4rem;
font-weight: 700;
margin-bottom: 60px;
}
.service-text-img-section {
background: white;
padding: 80px 0;
}
.service-text-img-section.sec{
padding: 30px 0 80px;
}
.service-list-section{
background: var(--bg-two);
padding: 100px 0 80px; }
.service-text-img-section .section_wrapper{
justify-content: space-between!important;
}
.service-image-wrap{
width: 30%!important;
}
.service-round-image img{
border-radius: 151% 183% 165% 97%;
border: 20px solid #efefef;
}
.service-round-image.emet img{
border-radius: 50%;
}
.service-round-image.revert img{
border-radius: 183% 151% 97% 165%;
}
.service-list-section .fancy_heading .title, .subcat .fancy_heading .title{
font-size: 2.5rem;
line-height: 40px;
color: var(--green);
}
.service-list-section li{
list-style-type: none;
display: flex; }
.service-list-section li:before{
content: url(//holisticnest.gr/wp-content/uploads/2024/06/check-black.png);
margin-right: 10px;
filter: invert(43%) sepia(8%) saturate(264%) hue-rotate(187deg) brightness(92%) contrast(91%);
}
.book-section{
padding: 135px 0 100px;
}
.book-button .mcb-column-inner{
margin-bottom: 0;
}
.book-button a, .frm_button_submit{
background: linear-gradient(to right, var(--brown) 50%, #C4C697 50%)!important;
background-size: 201% 100%!important;
background-position: right bottom!important;
transition: all .3s ease-out!important;
color: var(--brown)!important; }
.frm_button_submit{
border: 0!important;
padding: 20px 40px!important;
border-radius:35px!important;
margin-top: 25px!important;
}
.book-button span, .frm_button_submit{
font-size: 1.8rem!important;
font-weight: 700!important;
color: var(--brown);
letter-spacing: 0!important;
}
.book-button a:hover, .frm_button_submit:hover{
background-position: left bottom!important;
color: white!important; }
.book-button a:hover span{
color: white;
}
.service-gallery-section{
background: white;
padding: 120px 0 50px;
}
.service-text-img-section a{
color: var(--green);
}
.green-title{
font-size: 2.5rem;
margin-bottom: 25px;
color: var(--green);
font-weight: 700;
line-height: 33px;
} .contact-section{
padding: 120px 0 100px;
}
.contact-form-wrap{
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.15);
}
.contact-image img{
width: 100%;
padding: 15px;
border-radius: 40px 50% 50% 50%;
}
.contact-image:before{
content: "";
position: absolute;
border: 6px solid var(--green);
border-radius: 25px 50% 50% 50%;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.contact-image .mcb-column-inner,.contact-form .mcb-column-inner{
margin: 0;
}
.contact-form{
padding: 0 45px;
}
.slo{
font-style: italic;
font-size: 15px;
margin-bottom: 25px;
}
.touch{
margin-bottom: 7px;
font-weight: bold;
font-size: 3rem;
color: var(--brown);
}
.contact-form .with_frm_style .frm_top_container .frm_primary_label{
display: none;
}
.with_frm_style input[type=text], .with_frm_style input[type=email] {
padding: 15px 12px !important;
font-size: 16px;
border-radius: 10px;
}
.frm_full textarea {
font-size: 16px;
padding-top: 15px;
border-radius: 10px;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, .frm_style_formidable-style.with_frm_style textarea:focus {
border-color: var(--green);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(161, 168, 90, 0.6);
}
.with_frm_style .frm_message p{
text-align: center;
}
.map-column{
height: 450px;
}
.slider-section .section_wrapper {
background-image: linear-gradient(to left, #fffbf3, #f9f7f0, #f3f2ec, #edeee9, #e8e9e6)!important;
z-index: -1;
}
.moto{
font-weight: 500;
font-size: 35px;
line-height: 48px;
color: var(--brown);
}
.moto-name{
font-weight: 700;
font-size: 18px;
color: var(--brown);
font-style: italic;
margin-top: 20px;
}
.content_slider .content_slider_ul .slick-list {
border-width: 0;
}
.content_slider .slider_pagination {
margin-top: 0 !important;
position: absolute;
bottom: 35px;
}
.slider_pagination a{
background: white;
}
.slider_pagination .slick-active a,.slider_pagination .slick-active a:after{
background: var(--green);
}
.service-list-section .mfn-list-middle .mfn-list-item{
align-items: start;
padding: 5px 0;
}
.service-list-section ul{
margin: 0 0 15px 30px;
}
.image-column-first.holistic-image-first img{
border-radius:50px;
}
.book-button.front{
padding-bottom: 50px;
}
.service-inside-section{
padding: 120px 0 80px;
background:#e8e9e6 ;
}
.service-inside-section.subcat{
padding: 95px 30px 80px;
}
.service-box-wrap .mfn-icon-box-top.mfn-icon-box-center .icon-wrapper{
border-radius: 35px;
width: 93%;
z-index: 3;
}
.service-box-wrap .mfn-icon-box .desc-wrapper{
padding: 155px 20px 45px;
position: relative;
background: white;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
transition: all .5s ease-in-out;
z-index: 2;
top: -145px;
text-align: left;
}
.service-box-wrap .mfn-icon-box .desc-wrapper .title{
font-size: 2rem;
line-height: 30px;
color: var(--brown);
}
.service-box-wrap .mfn-icon-box .desc-wrapper a{
font-size: 14px;
color: var(--brown);
padding: 14px 25px;
transition: all .5s;
text-transform: uppercase;
position: relative;
border-radius: 50px;
font-weight: 600;
letter-spacing: .5px;
cursor: pointer;
text-align: center;
overflow: hidden;
border: none;
background: #c4c697;
z-index: 1;
display: flex;
align-items: center;
max-width: 165px;
margin-top: 10px;
}
.service-box-wrap .mfn-icon-box .desc-wrapper a:hover{
color: white !important;
}
.service-box-wrap .mfn-icon-box .desc-wrapper a:before{
content: "";
height: 300px;
width: 300px;
background: var(--brown);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) scale(0);
transition: .5s cubic-bezier(.25,.46,.45,.94);
z-index: -1;
}
.service-box-wrap .mfn-icon-box .desc-wrapper a:hover:before{
transform: translateY(-50%) translateX(-50%) scale(1);
}
.service-box-wrap .mfn-icon-box .desc-wrapper a i{
margin-left: 5px;
}
.service-box-wrap a{
border-radius:20px;
}
.column_banner_box a:hover{
border-radius:20px;
}
.column_banner_box .title{
font-size: 2.2rem;
color:white;
line-height: 30px;
}
.column_banner_box .banner-desc{ background: #42454ca8;
}
.mfn-banner-box .subtitle, .mfn-banner-box .cta-text {
color: white;
font-size: 14px;
line-height: 25px;
}
.mfn-banner-box .cta-text{
margin-top: 4px;
}
.mfn-banner-box .cta-text{ padding: 7px 15px;
border-radius:10px ;
background: linear-gradient(to right, var(--brown) 50%, var(--green) 50%) !important;
background-size: 200% 100% !important;
background-position: right bottom !important;
transition: all .6s ease-out !important;
}
.column_banner_box   .cta-text:hover{
background-position: left bottom !important;
color: white !important; }
.gallery-section{
padding: 120px 0 80px;
}
.fg-carousel-bottom{
margin-top: 40px;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-bullet{
padding: 8px 25px 8px 25px;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-bullet {
background-color: #c4c697;
}
.foogallery.fg-light.fg-shadow-small .fg-item-inner {
border-radius: 20px;
}
.fg-panel-thumbs-stage{
justify-content: center;
transform: unset!important;
}
.fg-panel-thumb-spacer{
display: none!important;
}
#Footer .container .messsage-top{
background: #959a52;
height: 30px;
display: none;
}
#Footer .container .messsage-top marquee{
padding-top: 2px;
color: white;
font-size: 14px;
}
.video-button .button_label{
color:red;
margin-left: 25px!important;
width: 265px;
letter-spacing: 0;
}
.video-button i{
font-size: 27px;
color: red;
}
.video-button a{
background:white!important;
border-radius: 20px!important;
padding: 20px 40px 20px!important;
align-items: center;
}
.video-button a:hover{
background: red!important;
}
.video-button a:hover i, .video-button a:hover .button_label{
color: white;
}
.gallery-section, .video-section{
background: #e8e9e6;
}
.service-gallery-section img{
max-width: 75%!important;
}
.service-text-img-section .mfn-list-left .mfn-list-item {
align-items: flex-start!important;
}
.service-text-img-section .mfn-list .mfn-list-icon i{
font-size: 25px!important;
color: #686a70!important;
}
#Footer .footer_extra h5{
line-height: 40px;
}
.video-section .section_video{
text-align: center;
}
.inside .third-line{
margin-bottom: 0;
}
#section_second .column-margin-40px .mcb-column-inner {
margin-bottom: 0 !important;
}
.slo br{
display:none ;
}
.mob-sec{
display: none;
}
.footer_extra.temp .wp-block-group {
width: 100%;
margin-bottom: 0;
}
.footer_extra.temp {
padding: 50px 0 0px;
}
.footer_extra.temp h5{
line-height:40px
}
.footer_extra.temp h5 a{
color: var(--brown);
font-weight: 600;
}
.footer_extra.temp h5 a:hover{
color: #959a52;
}
.footer-contact-sec{
background-color: #c4c697; } .newsletter-section{
padding: 90px 0 25px;
background: var(--bg-two);
} .newsletter-section .news-big{
font-size: 2rem;
font-weight: 700;
line-height: 30px;
margin-bottom: 15px;
color: var(--brown);
}
.newsletter-section .news-small{
font-size: 1.8rem;
color: var(--green);
}
.footer-subcriber input[type="submit"] {
position: absolute;
right: 0;
padding: 5px 25px 5px 5px;
margin-right: 0;
top: 7px;
background: transparent; color:var(--brown);
z-index: 4;
font-size: 14px;
border-radius: 0;
box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .03), inset 0 0 0 0 rgba(0, 0, 0, .07);
border: 0;
font-weight: 400;
letter-spacing: normal;
}
input::placeholder {
color: var(--brown);
}
.footer-subcriber input[type="email"]{
border-color: var(--brown);
color: var(--brown);
}
.footer-subcriber .icon-paper-plane-line {
position: absolute;
right: 0;
top: 7px;
z-index: 1; color:var(--brown);
font-size: 15px;
}
.footer-subcriber label {
position: relative;
} .footer-subcriber br{
display: none;
}
.wpcf7-list-item-label a{ color:var(--brown)!important;
}
.button-custom input[type="submit"]:hover {
background-color: transparent!important;
border: 0!important;
color: var(--brown)!important;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: pointer;
}
span.wpcf7-form-control-wrap{
text-align: center;
}
.wpcf7-list-item {
margin: 0;
}
.wpcf7-list-item-label a {
font-size: 15px;
}
.developed-section{
background: #959A52;
}
.developed-section .mcb-column-inner{
margin: 0;
padding: 15px 0;
}
.developed-section .copyright{
font-size: 1.4rem;
line-height: 20px;
color: white;
}
.developed-section .copyright a{
color: white;
}
.developed-section .copyright a:hover{
color: white;
}
.wpcf7 form.sent .wpcf7-response-output {
text-align: center;
color: green;
}
.book-section{
background-image: unset!important;
}
.policy-heading h2{
text-align: left;
font-size: 28px !important;
line-height: 32px !important;
background: #c4c697;
padding: 20px;
border-left: 5px solid #959a52;
color: var(--brown)!important;
}
.policy-sec strong{
color: var(--brown);
}
.policy-sec h3{
color: var(--green)!important;
font-size: 30px !important;
font-weight: bold;
margin-bottom: 5px;
}
.policy-sec li{
font-size: 18px;
}
.policy-sec a{
color: var(--brown)!important;
}
.gemicode{
font-size: 1.3rem;
color: var(--brown)!important;
}
.single-post h2 b,.single-post h3 b {
color: var(--brown);
font-size: 25px;
}
.technique-column img{
max-width: 40%;
}
.technique-column{
padding-top: 30px;
}
.reviews-section{
background: unset;
} .postid-2568 .reviews-section{
background: unset;
}
.ekpompes-section{
background: white;
padding: 120px 0 120px!important;
}
.single-post .category-ekpompi .post-wrapper-content {
display: flex; }
.ekpompes-wrap{
margin-top: 100px;
}
.ekpompes-wrap .post-footer {
display: flex;
background: unset!important;
padding: 7px 7px 27px !important;
}
.ekpompes-wrap .entry-title{
font-size: 25px;
color: var(--brown)
}
.ekpompes-wrap .entry-title a{
color: var(--brown)
}
.ekpompes-wrap .post-excerpt {
color: var(--brown);
font-weight: 700;
font-size: 16px;
}
.ekpompes-wrap .post-desc{
background: #e8e9e6;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
padding: 12px 30px 0!important;
}
.ekpompes-wrap .post-item img{
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.ekpompes-wrap .post-footer .post-links {
border-left-width: 0;
color: var(--brown);
}
.ekpompes-wrap .post-footer .post-links a {
color: var(--brown);
font-weight: 700;
}
.ekpompes-button-wrap{
margin-top: 50px;
}
.ekpompes-wrap .post-item{
transition: all .5s ease-in-out;
}
.ekpompes-wrap .post-item:hover {
transform: translateY(-10px);
}
.single-post .category-ekpompi .content_video{
text-align: center;
margin: 50px 0;
}
.homepage_ekpombes h2.entry-title{
display: none;
}
.post-wrapper-content h1 {
text-align: center;
font-size: 30px;
color: var(--brown);
line-height: 1.2;
}
.post-wrapper-content h2 {
text-align: center;
font-size: 25px;
color: var(--brown);
line-height: 1.2;
}
.post-wrapper-content h3 {
font-size: 20px;
color: var(--brown);
text-align: left;
line-height: 1.2;
}
.post-wrapper-content h1 span, .post-wrapper-content h2 span, .post-wrapper-content h3 span{
font-weight: bold!important;
}
.blog-section .post-item .post-meta, .single-post .post-meta{
display: none;
}
.author #Subheader{
display: none;
}
.author .interad-author-page-avatar img{
border: 0;
}
.author .section-author-posts{
margin-bottom: 50px;
}
.author .blog_wrapper .post-item .post-meta, .author .blog_wrapper .post-item .post-excerpt{
display: none;
}
.author .post-item a{
color: black;
}
.author .post-item .entry-title {
font-size: 18px;
}
.author .post-title .entry-title {
margin-bottom: 0;
font-size: 18px;
line-height: 22px;
font-weight: 300;
}
.author .post-desc {
padding: 20px 20px 0;
}
.author .post-item .post-title {
margin-bottom: 20px;
text-align: center;
}
.author .blog_wrapper .post-item{
border-radius: 30px;
transition: all .5s ease-in-out;
box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
background: #fff;
}
.author .blog_wrapper .post-item:hover {
transform: translateY(-10px);
}
.interad-author-page-social a{
text-decoration: none;
background: linear-gradient(to right, var(--brown) 50%, #E4E3D3 50%);
background-size: 200% 100%;
background-position: right bottom;
transition: all .3s
ease-out;
color: var(--brown);
width: 43px;
height: 43px;
line-height: 41px !important;
border-radius: 50% !important; box-sizing: border-box;
padding: 0 15px !important;
display: flex !important;
align-items: center;
justify-content: center;
}
.interad-author-page-social a:hover {
background-position: left bottom;
color: white;
}
.interad-author-page-social{
display: flex;
gap: 7px;
margin-top: 25px;
}
.interad-author-page-social i:before {
font-size: 20px;
line-height: 42px;
}
.interad-author-bio-wrapper{
display: flex;
flex-direction: column;
align-items: center;
}
.interad-author-more-btn{
background: transparent!important;
color: #775432!important;
padding: 0!important;
}
.interad-post-meta-header{
text-align: center;
}
.interad-author-page-social .phone {
margin-right: 0;
}
@media only screen and (min-width: 1921px){
.widget iframe {
width: 100%;
}
}
@media only screen and (max-width: 1750px) {
#Top_bar .menu li ul li {
width : 100%;
}
#Top_bar .menu li > ul {
box-shadow: unset;
-webkit-box-shadow: unset;
width: 370px;
}
.footer_extra .wp-block-group {
width : 35%;
}
.cv-first-sec .section_wrapper{
gap:50px;
}
}
@media only screen and (max-width: 1700px){
.header-stack #Top_bar .logo, .header-stack #Top_bar.is-sticky .logo {
padding: 0!important;
}
#Top_bar .menu > li > a span:not(.description) {
padding: 0 17px;
}
}
@media only screen and (max-width: 1600px){  #Top_bar .menu > li > a span:not(.description) {
padding: 0px 13px;
}
}
@media only screen and (max-width: 1550px){ .glam-moto p {
font-size   : 35px;
}
.glam-moto {
justify-content: center;
}
.header-stack #Top_bar .logo {
padding: 0 15px;
}
.cv-first-sec .smile {
font-size: 4.5rem;
}
.bt_bb_headline_content small {
font-size: 3.7rem;
}
.bt_bb_headline_content{
line-height: 30px;
}
.subcat .column_banner_box .title {
font-size: 2rem;
} #Top_bar .menu > li > a span {
font-size: 1.5rem;
}
#Top_bar .menu li ul li a span {
font-size: 15px;
line-height: 32px!important;
}
#Top_bar .menu > li > a span:not(.description) {
padding: 0px 12px;
}
}
@media only screen and (max-width: 1480px){ .menu-right_f .cycle span {
width  : 35px;
height : 35px;
}
.fab {
font-size : 14px;
}
}
@media only screen and (max-width: 1450px){
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4) {
width: 17%;
}
.header-stack #Top_bar .logo, .header-stack #Top_bar.is-sticky .logo {
padding : 0 10px!important;
}
.woman-big-img img {
margin-right: 35px;
}
.moto {
font-size: 30px;
line-height: 40px;
}
.cv-first-sec .smile {
font-size: 4rem;
}
.bt_bb_headline_content small {
font-size: 3.3rem;
}
.cv-first-sec .sm_content-bio {
margin-top: 25px;
}
.ipografi-mpoutouri {
font-size: 2.3rem;
}
.sm_content-bio p{
font-size: 17px;
}
.subcat .column_banner_box .title {
font-size: 1.8rem;
line-height: 25px;
}
#Top_bar .menu li > ul {
width: 370px;
}
.menu-right_f {
flex-wrap: wrap;
}
.header-magazine #Top_bar .banner_wrapper a:nth-child(1) {
width: 100%;
display: flex;
justify-content: flex-end;
padding-right: 20px;
}
.header-magazine #Top_bar .banner_wrapper a:nth-child(1):after {
width: 90%;
left: unset;
right: 0;
bottom: 2px;
}
.header-magazine #Top_bar .banner_wrapper {
width: 200px;
}
}
@media only screen and (max-width: 1400px){
.glam-moto p {
font-size: 32px;
line-height: 45px;
}
.header-stack #Top_bar .logo, .header-stack #Top_bar.is-sticky .logo {
padding: 0 0px !important;
}
.subcat .column_banner_box{
width: 28%;
}
}
@media only screen and (max-width: 1368px) {
#video_section{
min-height : unset;
}
.section.has-video .section_video video,
.section.has-video .section_video{
position : relative;
display : block!important;
}
.fancy_heading .title {
font-size : 2.5rem;
}
.header-stack #Top_bar .logo, .header-stack #Top_bar.is-sticky .logo {
padding : 0!important;
} .glam-moto {
justify-content: start;
}
#Top_bar .menu > li > a span {
font-size : 1.5rem;
}
.menu-right_f .cycle span {
width  : 35px;
height : 35px;
}
.fab {
font-size : 14px;
}
#section_second {
padding: 80px 35px 80px;
}
.bio-image-wrap{
width: 44%!important;
}
.cv-third-sec {
padding: 100px 35px 70px;
}
.contact-section {
padding: 100px 35px;
}
.post-wrapper-content, .section-post-header{
padding: 0 35px;
}
.single-post .post-wrapper-content .section_wrapper {
padding: 0 40px 0;
}
.post-header .title_wrapper h1 {
font-size: 25px;
}
.service-head-section{
padding: 70px 40px;
}
.service-head {
font-size: 3.5rem;
}
.service-text-img-section.sec {
padding: 30px 35px 80px;
}
.service-text-img-section.sec {
padding: 0 35px 80px;
}
.service-text-img-section {
padding: 80px 35px;
}
#Top_bar .menu > li > a span {
font-size: 1.4rem;
padding: 0 12px;
}
.ekpompes-section {
padding: 120px 35px 120px !important;
}
}
@media only screen and (max-width: 1320px) {  .image_row .mcb-wrap-inner{
justify-content: center;
}
#Footer .footer_extra h5 a, #Footer .footer_extra .themecolor {
font-size : 18px;
}
.footer_extra.temp h5 a{
font-size : 18px;
}
#Footer .footer_extra h4 {
font-size : 25px;
}
#Top_bar .menu > li > a span:not(.description) {
padding: 0px 10px;
}
.reviews-section {
padding: 120px 35px 60px;
}
.blog-section {
padding: 80px 30px 40px;
}
.service-inside-section {
padding: 120px 35px 80px;
}
.book-section {
padding: 135px 35px 100px;
}
.service-list-section .fancy_heading .title, .subcat .fancy_heading .title {
font-size: 2.2rem;
}
}
@media only screen and (max-width: 1290px){ .glam-moto p {
font-size: 27px;
line-height: 40px;
}
#home_first_row img{
width: 560px;
}
.glam-moto {
justify-content: center;
} .phone span {
font-size: 15px;
}
.section-author-header{
padding: 0 25px;
}
.section-author-posts {
padding: 0 15px;
}
.interad-author-posts-title {
margin: 0 0 30px 15px!important;
}
}
@media only screen and (max-width: 1275px){
#Top_bar .menu > li > a span:not(.description) {
padding: 0 7px;
}
#Top_bar .menu > li > a span {
font-size: 1.4rem;
}
.cv-first-sec .smile {
font-size: 3.5rem;
}
.bt_bb_headline_content small {
font-size: 3rem;
}
.bt_bb_headline_content br{
display: none;
}
.bt_bb_headline_content{
display: flex;
flex-direction: column;
gap:15px;
padding-top: 30px;
}
.sm_content-bio p {
line-height: 26px;
}
}
@media only screen and (max-width: 1239px) {
#Side_slide #menu ul li{
border-color:rgba(255,255,255,.3) ;
}
#Side_slide #menu ul li a {
display: block;
padding: 10px 0 10px 15px;
margin-right: 50px;
text-decoration: none;
line-height: 30px;
font-size: 13px;
}
#Side_slide #menu ul li ul li a{
padding-left: 35px!important;
}
#Footer .container{
padding: 0!important;
gap: 0 20px;
max-width : 100%!important;
} .menu-item .icon-menu-header{
display : none;
}
body:not(.home)#Footer .widgets_wrapper > .container{
padding: 50px 0 0!important;
}
#Footer .widgets_wrapper .column:not(:last-of-type){
width : 30%;
margin: 0;
}
body{
font-size: 1.6rem;
}
.mobile-sticky #Top_bar.is-sticky a.responsive-menu-toggle,
.mobile-header-mini #Top_bar a.responsive-menu-toggle{
position: relative!important;
margin: 0!important;
top: unset!important;
left:unset!important;
right: unset!important;
}
#Top_bar .top_bar_left{
width: 100%;
}
.header-stack #Top_bar .menu_wrapper{
order: +1;
}
.header-magazine #Top_bar .banner_wrapper{
justify-content: center;
}
#category_showcase{
display: flex;
flex-wrap: wrap;
}
#category_showcase .category_box{
width: 23%;
}
.column_fancy_heading.services_txt{
margin-bottom: 40px;
} #category_showcase .section_wrapper{
max-width: 1220px;
}
#category_showcase .category_box {
width: 26%;
}
.category_box h4 {
font-size: 1.8rem;
} .header-magazine #Top_bar .menu_wrapper {
flex: unset;
}
.header-magazine #Top_bar .banner_wrapper{
width: 100%;
justify-content: flex-end;!important;
}
.category_box h4 {
font-size: 1.7rem;
}
body:not(.template-slider) #Header {
min-height: 89px;
}
#Top_bar a.responsive-menu-toggle i{
color: #959a52;
}
#section_second .section_wrapper{
max-width: 1220px;
}
p {
font-size: 17px;
}
.first-line br{
display: block;
}
#Top_bar.is-sticky {
height: 89px;
}
.post-wrapper-content .has_content .section_wrapper{
max-width: 1220px;
}
.price-catalogue .section_wrapper{
max-width: 1220px;
}
.price-catalogue .brm-heading h2 {
font-size: 2.5rem;
}
.price-catalogue .brm-item-51 .brm-item-name, .price-catalogue .brm-item-57 .brm-item-name, .price-catalogue .brm-item-66 .brm-item-name, .price-catalogue .brm-item-99 .brm-item-name {
font-size: 2rem;
}
.reviews-section .section_wrapper{
max-width: 1200px;
}
.title_combination .title .small {
font-size: 2.5rem;
}
.title_combination .title .big {
font-size: 8rem;
letter-spacing: 4px;
}
.moto {
font-size: 25px;
line-height: 35px;
}
.category_box {
margin: 0 1% 0px;
}
#Footer .footer_extra h5 {
line-height: 35px;
}
.footer_extra.temp h5{
line-height: 35px;
}
.bio-image-wrap {
width: 45% !important;
}
.cv-second-sec {
padding: 70px 35px
}
.cv-third-sec .column_tabs .mcb-column-inner{
margin-bottom: 0;
}
#blog_section .section_wrapper,
.cv-second-sec .section_wrapper,
.cv-third-sec .section_wrapper,
.contact-section .section_wrapper,
.blog-section .section_wrapper,
.section-post-header .section_wrapper,
.section-post-intro-share .section_wrapper,
.service-inside-section .section_wrapper,
.service-head-section .section_wrapper,
.service-text-img-section .section_wrapper,
.book-section .section_wrapper,
.service-list-section .section_wrapper{
max-width: 1200px;
}
.column_banner_box .title {
font-size: 1.9rem;
line-height: 27px;
}
.mfn-banner-box .subtitle, .mfn-banner-box .cta-text {
line-height: 23px;
}
.service-head-section {
padding: 70px 70px;
}
.service-head {
font-size: 3rem;
margin-bottom: 45px;
}
.book-section .book-button{
width: 100%;
}
#Side_slide.light #menu ul li ul {
background: #e8e9e6;
}
#Side_slide #menu ul li:hover{
background:#9b9f66 ;
}
#Side_slide #menu ul li a {
line-height: 28px;
}
#Side_slide #menu ul li ul li a {
padding-left: 25px !important;
}
#Side_slide #menu ul li a {
margin-right: 10px;
}
.menu-right_f {
flex-wrap: nowrap;
}
.header-magazine #Top_bar .banner_wrapper a:nth-child(1) {
width: 100%;
display: inline-block;
padding-right: 0;
}
.header-magazine #Top_bar .banner_wrapper a:nth-child(1):after {
width: 100%;
left: 0;
right: unset;
bottom: 0;
} .section-author-info .section_wrapper{
max-width: 100%!important;
}
.interad-author-bio-wrapper {
max-height: 100px;
}
.section-author-header .section_wrapper,
.section-author-posts .section_wrapper{
max-width: 100%;
}
.interad-author-page-name {
margin: 0!important;
font-size: 25px!important;
}
.interad-author-posts-title {
font-size: 25px!important;
}
}
@media only screen and (max-width: 1200px){
.cv-first-sec .section_wrapper{
flex-direction: column;
}
.bio-image-wrap{
order: 2;
}
.sign-wrap {
padding-bottom: 0;
width: 100%!important;
}
.cv-first-sec {
padding: 50px;
}
.sign-wrap .column_visual{
text-align: center;
}
.cv-first-sec .section_wrapper {
gap: 30px;
}
.bt_bb_headline_content {
gap: 20px;
}
.sm_content-bio p {
line-height: 29px;
}
.bio-image-wrap .image_wrapper{
border-radius: 20px;
}
}
@media only screen and (max-width: 1160px){
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4) {
width: 19%;
}
#Footer .widgets_wrapper .column:not(:last-of-type) {
width : 27%;
}
.category_box h4 {
font-size: 1.7rem;
}
.map-pin br{
display: block;
}
#blog_section {
padding: 65px 30px 0;
}
.inside p {
margin-bottom: 25px;
}
.touch {
font-size: 2.5rem;
}
.contact-form {
padding: 0 0 0 45px;
}
.service-inside-section .column_banner_box{
width: 42%;
}
.subcat .column_banner_box {
width: 32%;
}
.service-text-img-section.sec {
padding: 0 35px 50px;
}
}
@media only screen and (max-width: 1090px){ .category_box h4 {
font-size: 1.6rem;
}
.glam-moto p {
font-size: 25px;
line-height: 35px;
}
.menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper {
margin-right: 13px !important;
}
body:not(.template-slider) #Header {
min-height: 72px;
}
.glam-moto .mcb-column-inner {
margin: 0;
}
.image-column-first {
padding-bottom: 20px;
}
#Subheader ul.breadcrumbs li {
font-size : 2.5rem;
}
#Subheader ul.breadcrumbs {
padding: 24px 0;
}
.price-catalogue {
background: #fff2fd;
padding: 0 50px;
}
.masonry .post-title a {
display: flex;
align-items: center;
justify-content: center;
min-height:60px;
}
.third-line br{
display: none;
}
.book-button.front{
width: 100%;
}
.slo br{
display:block ;
}
.slo{
line-height: 23px;
}
.post-header .title_wrapper h1 {
font-size: 23px;
}
.service-text-img-section .section_wrapper{
flex-direction: column;
}
.service-text-img-section .service-image-wrap{
order: 2;
}
.service-text-img-section .wrap{
width: 100%;
}
.service-text-img-section .service-image-wrap{
width: 35%!important;
}
.service-text-img-section {
padding: 80px 35px 60px;
}
.ekpompes-wrap .entry-title {
font-size: 22px;
}
}
@media only screen and (max-width: 1024px){
.glam-moto {
justify-content: start;
}
.second-line br{
display: none;
}
#home_first_row img {
width: 500px;
}
.moto {
font-size: 22px;
line-height: 30px;
}
.mob-sec{
display: block;
}
.hide-mob{
display: none;
}
.service-head-section.mob-sec .image_wrapper{
border-radius:20px;
margin-bottom: 20px;
}
.service-head-section.mob-sec .section_wrapper {
padding: 40px 0 40px;
}
.service-head-section.mob-sec {
padding: 70px 40px;
}
}
@media only screen and (max-width: 991px) {
.category_box h4{
font-size: 1.8rem;
} .footer_extra .wp-block-group{
width : unset;
}
body p,li{
line-height: 28px;
}
#section_second{
padding: 80px 0 80px;
}
#section_test,
#section_works,
#section_services{
padding: 80px 0;
}
.works_txt .txt{
padding-bottom: 30px;
}
.subtitle br{
display: none;
}
.works_txt p br{
display: none;
}
.works_row .mcb-wrap-inner{
gap: 30px;
}
#section_second .section_wrapper.mcb-section-inner{
flex-direction: column;
align-items: center;
}
.second_row .fancy_heading .inside{
padding : 0;
margin-bottom: 80px;
}
#section_second .column_image.signature{
margin-bottom: 0!important;
}
#section_second .wrap.mcb-wrap{
width: 100%;
}
#Footer .footer_header_wrap p{
line-height: 22px;
}
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4) {
width: 50%;
}
#Footer .widgets_wrapper .column:not(:last-of-type) {
width: 50%;
}
#category_showcase .category_box {
width: 30%;
}
#section_test, #section_works, #section_services, #category_showcase {
padding: 80px 0 50px;
}
#section_second .image_row{
order: 2;
}
#section_second .column_image {
padding-right: 0;
}
.glam-moto {
justify-content: start;
}
.glam-moto .mcb-column-inner{
margin: 0;
}
#home_first_row img {
width: 380px;
}
#section_second .column_image {
padding-right: 0;
width: 40%;
}
.glam-gallery-home .mcb-wrap-inner{
justify-content: center;
gap: 40px;
}
.image-column-two {
margin:0;
}
.image-column-first {
padding: 0;
}
.first-line br{
display: none;
}
.second-line br{
display: block;
}
.footer_extra {
justify-content: space-around;
}
.glam-wait-wrap{
padding: 0 35px;
}
.inside br{
display: none;
}
.inside{
max-width: 660px;
margin: 0 auto 70px!important;
}
.sliding_box .desc_wrapper h4 {
line-height: 28px;
}
.service-inside-section .column_banner_box {
width: 49%;
}
.subcat .column_banner_box {
width: 32%;
}
.ekpompes-wrap .post-desc {
padding: 12px 20px 0 !important;
}
.ekpompes-wrap .entry-title {
font-size: 20px;
}
.ekpompes-wrap .post-footer .post-links a {
font-size: 15px;
}
.ekpompes-wrap .post-excerpt {
font-size: 15px;
}
.ekpompes-wrap {
margin-top: 70px;
}
.post-wrapper-content h1, .post-wrapper-content h2, .post-wrapper-content h3{
text-align: left!important;
}
}
@media only screen and (max-width: 959px){
.section_wrapper, .container {
max-width: 1220px;
padding-left:35px;
padding-right:35px;
}
.glam-moto p {
font-size: 25px;
line-height: 35px;
}
#Footer .footer_extra h4 {
font-size: 23px;
}
#Footer .footer_extra h5 a, #Footer .footer_extra .themecolor { }
#Subheader ul.breadcrumbs {
display: block;
}
.single-post #Subheader >.container{
padding-left: 0;
padding-right: 0;
}
.service-detail-one, .service-detail-two {
display         : flex;
align-items     : center;
justify-content : center;
gap             : 10px;
background      : #ffe6ea;
padding         : 25px 15px 19px;
}
.service-detail {
gap : 35px;
}
.price-catalogue .section_wrapper{
padding-right: 0!important;
padding-left: 0!important;
}
.glam-wait-wrap{
padding: 0;
}
.reviews-section{
padding-left: 0;
padding-right: 0;
}
#blog_section .section_wrapper.mcb-section-inner{
padding-left: 0!important;
padding-right: 0!important;
}
.services_row .wp-caption-text {
padding: 13px 0 !important;
font-size: 18px;
}
.video-sec video{
height: 450px;
}
.slider-section .wrap{
width: 100%;
}
.slider-section .section_wrapper{
padding-left: 0;
padding-right: 0;
}
.slider-section{
background-position: top left!important;
}
.ippo-wrap{
padding: 120px 0 90px;
}
.moto {
font-size: 30px;
line-height: 40px;
}
.cv-first-sec {
padding: 60px 10px;
}
.cv-second-sec .section_wrapper,
.cv-third-sec .section_wrapper,
.contact-section .section_wrapper,
.map-section .section_wrapper,
.blog-section .section_wrapper,
.section-post-header .section_wrapper,
.service-inside-section .section_wrapper,
.service-text-img-section .section_wrapper,
.book-section .section_wrapper{
padding-left: 0;
padding-right: 0;
}
.cv-third-sec {
padding: 100px 35px 40px;
}
.touch {
font-size: 2.3rem;
}
.blog-section .post-item .entry-title {
font-size: 17px;
}
.service-inside-section {
padding: 100px 15px 40px;
}
.service-head-section {
padding: 70px 50px;
background-size: cover;
}
.service-head-section .section_wrapper {
padding: 80px 0 80px;
}
.book-section {
padding: 120px 35px 85px;
}
.service-list-section .fancy_heading .title br{
display: none;
}
.ekpompes-section .section_wrapper{
padding-left: 15px;
padding-right: 15px;
}
.section-author-header .section_wrapper,
.section-author-posts .section_wrapper{
padding-left: 0!important;
padding-right: 0!important;
}
.author .post-title .entry-title {
font-size: 17px!important;
}
}
@media only screen and (max-width: 920px){
.glam-moto p {
font-size: 22px;
line-height: 34px;
}
.service-detail {
gap: 25px;
} #home_first_row img {
width: 460px;
}
.green-title {
font-size: 2.2rem;
}
}
@media only screen and (max-width: 896px){
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4) {
width: 40%;
}
#Footer .widgets_wrapper .column:not(:last-of-type) {
width: 40%;
}
.category_box h4 {
font-size: 1.6rem;
}
.second-line br{
display: none;
} .bio-image-wrap {
width: 60% !important;
}
.subcat .mfn-banner-box .cta-text {
line-height: 18px;
}
.subcat .column_banner_box .title {
font-size: 1.6rem;
line-height: 23px;
}
.ekpompes-section .post-item{
width: 68% !important;
}
.ekpompes-section .posts_group{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.ekpompes-wrap {
margin-top: 60px;
}
}
@media only screen and (max-width: 850px){
#home_first_row img {
width: 380px;
}
.woman-big-img img {
margin-right: 5px;
}
.moto-wrap{
width: 55%!important;
} #Footer .footer_extra h4 {
font-size: 21px;
}
.service-detail{
flex-direction: column;
align-items: center;
}
.contact-form {
padding: 0 0 0 35px;
}
.touch {
font-size: 2.2rem;
}
.masonry .post-desc-wrapper .post-desc {
padding: 20px 15px 0;
}
.service-head {
font-size: 2.7rem;
}
.subcat .column_banner_box {
width: 48%;
}
.subcat .column_banner_box .title {
font-size: 1.7rem;
line-height: 25px;
}
.subcat .fancy_heading .title {
font-size: 2.2rem;
}
.service-text-img-section .service-image-wrap {
width: 45% !important;
}
}
@media only screen and (max-width: 820px){
.category_box h4 {
font-size: 1.6rem;
}
.price-catalogue .brm-items {
padding : 30px 45px;
}
.price-catalogue .brm-heading h2 {
font-size: 2rem;
line-height: 40px;
}
.brm-heading-description {
font-size : 16px;
}
.price-catalogue .brm-item-51 .brm-item-name, .price-catalogue .brm-item-57 .brm-item-name, .price-catalogue .brm-item-66 .brm-item-name, .price-catalogue .brm-item-99 .brm-item-name {
font-size: 1.9rem;
}
.price-catalogue .brm-item-name,.price-catalogue .brm-item-description {
font-size : 17px;
}
.video-sec video {
height: 400px;
}
#category_showcase .category_box {
width: 42%;
}
.contact-section .mcb-wrap-inner{
flex-direction: column;
align-content: center;
gap: 40px;
}
.contact-form {
padding: 0;
width: 100%!important;
}
.contact-form-wrap {
padding: 40px 30px 10px;
}
.slo br {
display: none;
}
.touch {
font-size: 2.5rem;
}
.contact-image{
width: 80%!important;
}
.blog-section .post-item .entry-title {
font-size: 16px;
}
.blog-section {
padding: 90px 20px 40px;
}
.service-inside-section .mfn-banner-box .banner-wrapper {
padding: 12px 30px;
}
.column_banner_box .title {
font-size: 1.7rem;
line-height: 25px;
}
.video-section .column_video{
width: 100%;
}
}
@media only screen and (max-width: 768px){
.interad-author-box-wrapper {
align-items: center!important;
}
.interad-author-avatar img {
width: 80px!important;
height: 80px!important;
} }
@media only screen and (max-width: 767px){
.menuo-right.header-stack:not(.header-center) #Top_bar .menu_wrapper{
margin-right:0!important;
}
#Subheader {
min-height : unset;
background-position: bottom center;
background-size: cover;
padding-top: 0;
}
#Subheader .title{
font-size: 2rem;
padding: 10px;
}
#Subheader >.container{
padding: 0!important;
max-width: 100% !important;
box-sizing: border-box;
}
#Footer .widgets_wrapper .column:not(:last-of-type){
padding: 0 33px;
}
.testimonials_slider .testimonials_slider_ul{
min-height : 400px;
}
.testimonials_slider .testimonials_slider_ul li .bq_wrapper{
padding: 0;
} .fancy_heading .title {
font-size: 2.5rem;
line-height: 1.5;
}
.fancy_heading .subtitle {
font-size: 1.6rem;
}
#Top_bar{
box-shadow: unset;
}
#Top_bar .logo,
#Top_bar .menu_wrapper{
flex: 1;
}
#Top_bar .menu_wrapper{
display: flex;
justify-content: end;
}
.top_bar_left.clearfix:before,
.top_bar_left.clearfix:after{
display: none;
}
#Top_bar.is-sticky,
body:not(.template-slider) #Header{
min-height : unset;
height: unset;
}
.mobile-header-mini #Top_bar .top_bar_left{
padding: 20px 33px;
}
.mobile-header-mini #Top_bar #logo,
.logo-no-sticky-padding.mobile-sticky #Top_bar.is-sticky #logo,
.mobile-header-mini #Top_bar .logo{
margin: 0!important;
height: unset!important;
line-height:unset!important;
}
.logo-no-sticky-padding #Top_bar.is-sticky #logo{
padding: 0!important;
}
.header-stack #Top_bar .logo,
.header-stack #Top_bar.is-sticky .logo{
padding: 0!important;
margin: 0!important;
text-align: left!important;
} .header-magazine #Top_bar .banner_wrapper{ position: fixed;
bottom: 0;
background: #c4c697;
width: 100%;
margin: 0;
left: 0;
right: 0;
color: #fff;
}
.developed-section {
min-height: 101px;
}
.menu-right_f{
padding : 10px 0;
}
.menu-right_f .cycle span{
color : #833948;
border-color: #833948!important;
} .menu-right_f a i{
font-size: 1.6rem;
margin-left: 1px;
color: var(--brown);
}
.menu-right_f a:hover i{
color: white;
}
.menu-right_f a.phone:hover i{
color: var(--brown);
}
.menu-right_f .phone{
margin-right:10px;
}
#back_to_top.sticky{
bottom: 60px!important;
background: #fff;
}
#back_to_top i{
color: #959a52;
}
#Footer {
padding-bottom: 55px;
}
#Footer .widgets_wrapper .column:last-of-type .widget.widget_block{
margin: 0;
}
.footer_extra{
flex-direction: column;
align-items: center;
padding: 0 33px;
}
.footer_extra .wp-block-group.has_logo h5,
.footer_extra p,
.footer_extra br{
display: none;
}
.footer_extra .wp-block-group.has_logo{
order: -1;
}
.footer_extra .wp-block-group{
width: 100%;
}
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4) {
width: 36%!important;
}
#Footer .widgets_wrapper .column:not(:last-of-type) {
width: 36%!important;
}
#Footer .footer_header_wrap p {
font-size: 15px;
}
#category_showcase .section_wrapper{
max-width: 1220px!important;
}
#category_showcase .category_box {
width: 48%!important;
}
.service-box-wrap .mcb-wrap-inner {
justify-content: flex-start;
}
#section_second  .section_wrapper{
max-width: 1220px!important;
}  .header-magazine #Top_bar .banner_wrapper{
justify-content: center;
}  .header-magazine #Top_bar .menu_wrapper {
flex: 1;
}
.content_wrapper .section_wrapper{
max-width: 1220px !important;
}
.glam-moto p {
font-size: 22px;
line-height: 32px;
}
.fancy_heading .title {
font-size: 2.2rem;
}
#home_first_row img {
width: 335px;
}
.moto-wrap {
width: 63%!important;
top: 56%;
}
.mobile-header-mini #Top_bar .top_bar_left {
padding: 20px 33px 20px 0;
}
#section_second .column_image {
width: 50%;
}
#Footer .footer_extra h5 a, #Footer .footer_extra .themecolor {
font-size: 17px;
line-height: 27px;
}
.wp-block-image{
padding: 0;
}
.footer_extra.temp {
padding: 30px 0 0px;
}
.footer-contact-sec .mcb-column-inner{
margin-bottom: 23px;
}
#Subheader ul.breadcrumbs li {
font-size: 2.2rem;
}
#Subheader ul.breadcrumbs {
padding: 20px 0;
} .price-catalogue .brm-items {
padding: 30px 35px;
}
.brm-menu {
padding: 20px 0px!important;
}
.title_combination .title .big {
font-size: 7rem;
letter-spacing: 2px;
}
.title_combination .title .small {
font-size: 2.3rem;
}
.title_combination .title {
padding-left: 130px;
}
.masonry .post-title a {
min-height: unset;
}
.services_img{
width: 75%!important;
}
.video-sec .column_video{
width: 36% !important;
text-align: center;
}
.slider-section .section_wrapper{
background-image: none!important;
}
.content_slider {
margin-bottom: 0;
}
.book-button.front span {
font-size: 1.7rem !important;
}
#Footer .footer_extra img {
max-width: 80%;
}
.footer_extra.temp img {
max-width: 80%;
}
#Footer .footer_copy .one {
padding-top: 16px;
}
.cv-first-sec {
padding: 40px 10px;
}
.cv-second-sec {
padding: 50px 35px 70px;
}
.ui-tabs .ui-tabs-panel{
padding: 30px 0 20px;
}
.ui-tabs .ui-tabs-nav li a {
font-size: 17px;
padding: 12px 20px;
}
.style-simple .ui-tabs .ui-tabs-nav{
width: 90%;
margin: 0 auto;
}
.masonry .post-item{
width: 48%!important;
margin: 0 1% 20px!important;
}
.blog-section {
padding: 70px 25px 40px;
}
.post-header .title_wrapper h1 {
font-size: 21px;
line-height: 29px;
}
.single-post .post-wrapper-content .section_wrapper {
padding: 0 30px 0;
}
.post-wrapper-content, .section-post-header {
padding: 0 30px;
}
.section-post-header {
margin-top: 60px;
}
.single-post .post-header {
padding: 55px 40px 10px;
}
.single-post p, .single-post span, .single-post a, .single-post li{
font-size: 17px;
}
.service-inside-section .column_banner_box .mcb-column-inner{
margin: 0 12px 30px!important;
}
.mfn-banner-box .subtitle, .mfn-banner-box .cta-text {
font-size: 13px;
line-height: 21px;
}
.service-inside-section .column_banner_box {
width: 50%;
}
.service-head-section {
padding: 10px 45px 60px;
}
.service-head-section.mob-sec{
padding: 10px 40px 60px;
}
.subcat .fancy_heading .title {
margin-bottom: 35px;
}
.service-inside-section.subcat {
padding: 95px 30px 110px;
}
.subcat .service-box-wrap .mcb-wrap-inner {
justify-content: center;
}
.service-text-img-section .section_wrapper {
gap: 15px;
}
.book-section .book-button{
margin-top: 20px!important;
}
.book-section{
background-position: bottom right!important;
}
.service-list-section .fancy_heading .title, .subcat .fancy_heading .title {
font-size: 2rem;
}
.service-list-section .fancy_heading .title {
line-height: 30px;
}
.service-list-section .section_wrapper{
padding-left: 20px;
padding-right: 20px;
}
.service-head-section.mob-sec .section_wrapper {
padding: 60px 0 60px;
}
.mfn-footer-tmpl .mcb-section:not(.full-width) {
max-width: 100%;
}
.policy-sec h3 {
font-size: 25px !important;
}
.policy-heading h2 {
font-size: 23px !important;
line-height: 23px !important;
}
.policy-sec li{
font-size: 17px;
}
.footer_extra .gemicode{
display: block!important;
margin-bottom: 0;
padding-top: 20px;
}
.ekpompes-wrap {
margin-top: 60px!important;
}
.ekpompes-button-wrap {
margin-top: 50px!important;
}
.interad-author-page-header {
margin-top: 15px!important;
}
.section-author-header {
margin-bottom: 45px!important;
}
.interad-author-page-social {
justify-content: center!important;
}
.interad-author-page-header {
gap: 5px!important;
align-items: center!important;
padding: 35px 45px!important;
}
.interad-author-page-name {
font-size: 23px !important;
}
.interad-author-posts-title {
margin: 0 0 30px 0 !important;
font-size: 23px !important;
text-align: center;
}
}
@media only screen and (max-width: 725px){
.price-catalogue .brm-item-name, .price-catalogue .brm-item-description {
font-size: 16px;
}
.price-catalogue .brm-heading h2 {
font-size: 1.9rem;
line-height: 40px;
}
.blog-section .post-item .entry-title {
font-size: 15px;
}
.ti-widget.ti-goog .ti-large-logo {
max-width: 45%;
margin: 0 auto;
}
.reviews-section .comb-column {
padding-bottom: 0;
}
}
@media only screen and (max-width: 690px){
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4) {
width: 34%!important;
}
#Footer .widgets_wrapper .column:not(:last-of-type) {
width: 34%!important;
}
.category_box h4 {
font-size: 1.7rem;
}
.glam-moto p {
font-size: 20px;
line-height: 30px;
}
.video-sec .column_video {
width: 48% !important;
}
.video-sec video {
height: 500px;
}
.service-inside-section .column_banner_box {
width: 70%;
margin: 0 auto;
}
.service-inside-section.subcat .column_banner_box {
width: 50%;
}
.service-inside-section {
padding: 80px 15px 40px;
}
.service-inside-section .mfn-banner-box .banner-wrapper {
padding: 30px;
}
.service-head {
font-size: 2.4rem!important;
margin-bottom:35px;
}
.service-head-section .section_wrapper {
padding: 65px 0 65px;
}
.service-head-section p{
font-size: 16px;
}
.service-text-img-section .service-image-wrap {
width: 50% !important;
}
.service-gallery-section img {
max-width: 100% !important;
}
.newsletter-section .news-big {
font-size: 1.8rem;
margin-bottom: 8px;
}
.newsletter-section .news-small {
font-size: 1.7rem;
}
.interad-author-name {
margin: 0 0 15px 0!important;
font-size: 19px!important;
}
}
@media only screen and (max-width: 640px){
#home_first_row img {
width: 290px;
}
#section_second .column_image {
width: 55%;
} .price-catalogue {
padding: 0 35px;
}
.glam-moto p {
font-size: 19px;
}
.services_img {
width: 92% !important;
}
.moto {
font-size: 25px;
line-height: 32px;
}
.cv-first-sec .smile {
font-size: 3rem;
}
.bt_bb_headline_content small {
font-size: 2.7rem;
}
.bt_bb_headline_content {
gap: 17px;
}
.ipografi-mpoutouri {
font-size: 2.1rem;
}
.bio-image-wrap {
width: 90% !important;
}
.cv-second-sec p{
text-align: center;
}
.policy-sec.cv-second-sec p,.policy-sec.cv-second-sec li,.policy-sec.cv-second-sec a{
text-align: left!important;
}
.touch {
font-size: 2.2rem;
}
.masonry .post-item{
width: 100%!important;
margin: 0 1% 50px!important;
}
.post-header .title_wrapper h1 {
font-size: 19px;
line-height: 29px;
}
.service-inside-section .column_banner_box {
width: 76%;
}
.service-head {
font-size: 2.2rem !important;
}
.green-title {
font-size: 2rem;
margin-bottom: 20px;
}
.gallery-section {
padding: 80px 0 60px;
}
.foogallery.fg-carousel.fg-light button.fg-carousel-bullet {
padding: 8px 17px 8px 17px;
}
.newsletter-section{
background-image: unset!important;
padding: 80px 0 60px;
}
.mfn-footer-tmpl .mcb-section:not(.full-width){
padding-left: 0;
padding-right: 0;
}
.ekpompes-section .post-item {
width: 100% !important;
}
.author .masonry .post-item {
margin: 0 1% 20px !important;
}
}
@media only screen and (max-width: 580px){
#Footer .widgets_wrapper .column.one-fifth:nth-child(3), #Footer .widgets_wrapper .column.one-fifth:nth-child(4) {
width: 100%!important;
}
#Footer .widgets_wrapper .column:not(:last-of-type) {
width: 100%!important;
}
#Footer .footer_header_wrap p {
font-size: 16px;
}
#category_showcase .category_box {
width: 100%!important;
}
.category_box h4 {
font-size: 2rem;
}
.fancy_heading .title {
font-size : 2rem;
}
.glam-moto p {
font-size: 18px;
line-height: 27px;
}
#Subheader ul.breadcrumbs li {
font-size: 2rem;
}
.price-catalogue .brm-heading h2 {
font-size: 1.8rem;
}
.price-catalogue .brm-item-51 .brm-item-name, .price-catalogue .brm-item-57 .brm-item-name, .price-catalogue .brm-item-66 .brm-item-name, .price-catalogue .brm-item-99 .brm-item-name {
font-size: 1.8rem;
}
.category_box .sliding_box img {
max-width: 40%;
}
.masonry .post-title a {
font-size: 17px;
}
.services_img {
width: 100% !important;
}
.video-sec video {
height: 445px;
}
.video-sec .mcb-wrap-inner {
justify-content: space-between;
}
.video-sec video {
height: auto;
}
.video-sec .column_video {
width: 100% !important;
}
.moto-wrap {
left: 3%;
}
.book-button.front {
padding-top: 20px;
}
.contact-section {
padding: 75px 30px;
}
.service-inside-section .column_banner_box {
width: 85%;
}
.service-head-section {
background-position: center!important;
}
.service-head-section {
padding: 10px 35px 60px;
}
.service-head-section.mob-sec {
padding: 10px 35px 60px;
}
.service-head-section p {
font-size: 15px;
line-height: 27px;
}
.subcat .column_banner_box .title {
font-size: 1.6rem;
}
.service-list-section .fancy_heading .title, .subcat .fancy_heading .title {
font-size: 1.9rem;
}
.ekpompes-section .post-item {
width: 100% !important;
}
.ekpompes-section {
padding: 100px 30px 100px !important;
}
.ekpompes-wrap {
margin-top: 50px !important;
}
.ekpompes-button-wrap {
margin-top: 40px !important;
}
}
@media only screen and (max-width: 535px){
#home_first_row img {
width: 210px;
}
.moto-wrap {
width: 66%!important;
top: 50%;
}
.glam-gallery-home .mcb-wrap-inner {
flex-direction: column;
flex-wrap: nowrap;
}
.image-column-first {
top: 0;
}
#section_second .column_image {
width: 70%;
}
#Footer .footer_extra h4 {
font-size: 20px;
}
.service-detail-one, .service-detail-two {
width: 375px;
}
.price-catalogue .brm-items {
padding: 30px 25px;
}
.price-catalogue {
padding: 0 30px;
}
.price-catalogue .brm-heading h2 {
letter-spacing: 0;
}
.glam-moto p {
font-size: 16px;
}
.header-stack #Top_bar .logo, .header-stack #Top_bar.is-sticky .logo{
flex-basis: 90%;
text-align: center!important;
padding-left: 50px !important;
}
.mobile-header-mini #Top_bar .top_bar_left {
padding: 15px 15px 11px 0;
}
.mobile-header-mini.logo-overflow #Top_bar #logo img.logo-mobile, .mobile-sticky.logo-overflow #Top_bar.is-sticky #logo img.logo-mobile-sticky {
max-height: 95px !important;
}
.inside {
margin: 0 auto 60px !important;
}
#section_second{
background-image: unset;
}
.single-post p, .single-post span, .single-post a, .single-post li{
font-size: 16px;
line-height: 26px;
}
.single-post .post-header {
padding: 55px 30px 10px;
}
.service-inside-section .column_banner_box {
width: 95%;
}
.service-head {
font-size: 2rem !important;
}
.service-inside-section.subcat .column_banner_box {
width: 85%;
}
.service-text-img-section .service-image-wrap {
width: 65% !important;
}
.newsletter-section .news-big {
font-size: 1.7rem;
line-height: 27px;
}
.newsletter-section .news-small {
font-size: 1.6rem;
}
.interad-author-page-name {
font-size: 21px !important;
}
.interad-author-page-header {
gap: 0!important;
padding: 35px 30px !important;
}
.interad-author-page-bio p {
font-size: 16px!important;
}
.interad-author-page-social a {
width: 35px!important;
height: 35px!important;
}
.interad-author-page-social i:before {
font-size: 18px!important;
}
.interad-author-posts-title {
font-size: 21px !important;
}
}
@media only screen and (max-width: 480px){
#section_second img {
max-width: 100%!important;
}
.glam-gallery-home .mcb-wrap-inner {
gap: 25px;
}
.mobile-header-mini #Top_bar .top_bar_left {
padding: 10px 13px 10px 0;
}
.service-faq .faq .question .title, .service-faq .faq .question .answer {
padding-left: 15px;
}
.glam-moto p {
line-height: 24px;
}
.moto-wrap {
width: 69%!important;
top: 81%;
left: 3%;
}
.service-faq .faq .question .title, .service-faq .faq .question .answer {
padding-left: 18px;
}
#Footer .footer_extra h5 a, #Footer .footer_extra .themecolor {
font-size: 16px;
}
.footer_extra {
padding: 0 25px;
}
.service-detail-one, .service-detail-two {
width: 350px;
}
.price-catalogue {
padding: 0 25px;
}
.price-catalogue .brm-item-name, .price-catalogue .brm-item-description {
font-size: 15px;
}
.price-catalogue .brm-heading h2 {
font-size: 1.7rem;
}
.price-catalogue .brm-item-51 .brm-item-name, .price-catalogue .brm-item-57 .brm-item-name, .price-catalogue .brm-item-66 .brm-item-name, .price-catalogue .brm-item-99 .brm-item-name {
font-size: 1.7rem;
}
.price-catalogue .brm-item-description{
padding-left: 8px;
}
.works_title .inside {
font-size   : 3rem;
line-height : 35px;
}
#home_first_row img {
width: 420px;
margin-right: 25px;
}
.slider-wrap{
padding-top: 100px;
}
.moto-wrap {
width: 100% !important;
top: 53px;
left: 15%;
}
.glam-moto p {
font-size: 19px;
line-height: 30px;
}
.moto {
font-size: 22px;
line-height: 30px;
}
.moto-name {
font-size: 17px;
}
.slider-section .mfn-shape-divider[data-name="bottom"] {
bottom: -50px;
}
.bio-image-wrap {
width: 100% !important;
}
.sm_content-bio p {
line-height: 27px;
font-size: 16px;
}
.cv-first-sec {
padding: 30px 0;
}
.bt_bb_headline_content {
gap: 10px;
}
.bt_bb_headline_content small {
font-size: 2.5rem;
}
.cv-first-sec .smile {
font-size: 2.7rem;
}
.cv-second-sec p{
font-size: 16px;
}
.cv-second-sec {
padding: 40px 35px 70px;
}
.cv-third-sec {
padding: 100px 30px 40px;
}
.ui-tabs-panel ul li{
font-size: 15px;
}
.contact-image {
width: 95% !important;
}
.touch {
font-size: 2rem;
}
.slo {
font-size: 14px;
}
.slo br{
display: block;
}
.masonry .post-title a {
font-size: 16px;
}
.post-header .title_wrapper h1 {
font-size: 18px;
line-height: 28px;
}
.service-head {
text-align: center;
}
.subcat .fancy_heading .title {
font-size: 1.9rem;
}
.service-inside-section.subcat .column_banner_box {
width: 100%;
}
.service-text-img-section p, .book-section p{
font-size: 16px;
}
.book-button span{
font-size: 1.7rem !important;
}
.green-title {
font-size: 1.8rem!important;
}
.service-list-section .fancy_heading .title {
line-height: 28px;
font-size: 1.8rem;
}
.fg-carousel-bullet{
margin:0 10px 10px 0!important;
font-size: 12px;
}
.video-button a {
padding: 20px 30px 20px !important;
}
.video-button .button_label {
margin-left: 13px !important;
width: 200px;
line-height: 20px;
}
.newsletter-section .section_wrapper{
padding-left: 28px;
padding-right: 28px;
}
.policy-sec h3 {
font-size: 23px !important;
}
.policy-heading h2 {
font-size: 21px !important;
line-height: 15px !important;
}
.title_combination .title .big {
font-size: 6rem;
letter-spacing: 1px;
}
.interad-author-name {
font-size: 18px!important;
}
.interad-author-bio-wrapper {
max-height: 72px !important;
}
}
@media only screen and (max-width: 425px){
#Footer .widgets_wrapper .column:not(:last-of-type) {
padding: 0 10px;
}
.category_box h4 {
font-size: 1.8rem;
}
.fancy_heading .title {
font-size: 1.9rem;
} .glam-moto p {
font-size: 17px;
line-height: 26px;
}
.moto-wrap {
width: 100%!important;
top: 10%;
}
.third-line br{
display: none;
}
#Footer .footer_extra h4 {
font-size: 19px;
}
.price-catalogue .brm-item-details{
flex-direction: column;
}
.price-catalogue .brm-items {
padding: 30px;
}
.price-catalogue .brm-item-description{
padding-left: 0;
padding-bottom: 10px;
}
.price-catalogue .brm-item-name, .price-catalogue .brm-item-description {
text-align: center;
}
.category_box .sliding_box img {
max-width: 50%;
}
.reviews-section {
padding: 95px 0 50px;
}
.title_combination .title {
padding-left: 100px;
}
.title_combination .title .big {
font-size: 5rem;
letter-spacing: 1px;
}
.title_combination .title .small {
font-size: 2rem;
}
.masonry .post-title a {
font-size: 16px;
}
.blog_col a {
padding: 17px 10px 13px;
}
.slider-section{
background-image:unset!important;
}
.ippo-wrap {
padding: 72px 0 60px;
}
.slider_pager .slick-dots {
position: relative;
top: 25px;
}
.moto {
font-size: 20px;
line-height: 30px;
}
.moto-name {
font-size: 16px;
}
.ippo-wrap {
padding: 60px 0 55px;
}
p{
font-size: 15px;
}
.post-wrapper-content, .section-post-header {
padding: 0px 23px;
}
.section-post-header {
margin-top: 55px;
}
.single-post .post-header {
padding: 50px 30px 10px;
}
.single-post .post-header {
padding: 50px 25px 10px;
}
.single-post .post-wrapper-content .section_wrapper {
padding: 0px 25px 0;
}
.service-text-img-section .service-image-wrap {
width: 85% !important;
}
.service-list-section .fancy_heading .title {
line-height: 26px;
font-size: 1.7rem;
}
.service-list-section ul {
margin: 0 0 15px 15px;
} .newsletter-section .news-big {
line-height: 1.3;
}
.wpcf7-list-item-label a {
font-size: 12px;
}
.ekpompes-section {
padding: 100px 25px 100px !important;
}
.ekpompes-wrap .entry-title {
font-size: 19px;
margin-bottom: 10px;
}
.ekpompes-wrap .post-excerpt {
line-height: 23px;
}
.ekpompes-wrap .post-footer {
padding: 0 7px 27px !important;
}
.ekpompes-section .title_combination .title .big {
font-size: 4.5rem;
}
.interad-author-bio {
font-size: 14px!important;
}
.interad-author-page-avatar img {
width: 100px!important;
height: 100px!important;
}
.interad-author-page-name {
font-size: 19px !important;
margin: 0 0 10px !important;
}
.interad-author-page-bio p {
font-size: 15px !important;
}
.interad-author-page-header {
padding: 35px 25px !important;
}
.interad-author-posts-title {
font-size: 19px !important;
line-height: 1.4!important;
}
}
@media only screen and (max-width: 400px){ .moto-wrap {
left: 10%;
}
.category_box .sliding_box img {
max-width: 47%;
}
.category_box h4 {
font-size: 1.7rem;
}
.footer_extra .days br {
display : block;
}
.service-detail-one, .service-detail-two {
padding: 20px 10px 19px;
width: 336px;
gap: 7px;
}
.price-catalogue .brm-heading h2 {
line-height: 28px;
margin: 10px;
}
.book-button.front a{
padding: 20px 30px 20px 30px;
}
.book-button.front span {
font-size: 1.6rem !important;
}
.cv-third-sec {
padding: 100px 25px 40px;
}
.style-simple .ui-tabs .ui-tabs-nav {
width: 100%;
}
.contact-section {
padding: 60px 21px 70px;
}
.frm_button_submit {
font-size: 1.7rem !important;
padding: 15px 35px !important;
}
.service-inside-section .column_banner_box {
width: 100%;
}
.service-head-section {
padding: 10px 30px 60px;
}
.service-head-section.mob-sec {
padding: 10px 30px 60px;
}
.service-text-img-section {
padding: 80px 30px 60px;
}
.service-text-img-section.sec {
padding: 0 30px 50px;
}
.book-section {
padding: 120px 30px 85px;
}
.service-head-section.mob-sec .section_wrapper {
padding: 50px 0 50px;
}
.policy-heading h2 {
font-size: 18px !important;
line-height: 11px !important;
}
}
@media only screen and (max-width: 380px){
#section_second .section_wrapper{
padding-left: 28px!important;
padding-right: 28px!important;
}
.fancy_heading .title {
font-size: 1.8rem;
} .moto {
font-size: 20px;
line-height: 26px;
}
#section_second .column_image {
width: 75%;
}
.book-button.front a {
padding: 20px 25px 20px 25px;
}
#category_showcase .section_wrapper{
padding-left: 23px!important;
padding-right: 23px!important;
}
.cv-second-sec {
padding: 30px 35px 70px;
}
.touch {
font-size: 1.9rem;
}
.masonry .post-title a {
font-size: 15px;
}
.post-header .title_wrapper h1 {
font-size: 17px;
line-height: 26px;
}
.post-wrapper-content, .section-post-header {
padding: 0 15px;
}
.column_banner_box .title {
font-size: 1.6rem;
}
.mfn-banner-box .subtitle, .mfn-banner-box .cta-text {
font-size: 12px;
line-height: 20px;
}
.service-head {
font-size: 1.9rem !important;
}
.subcat .fancy_heading .title {
font-size: 1.8rem;
}
.news-big br{
display: none;
}
.ekpompes-section {
padding: 100px 10px!important;
}
.ekpompes-wrap {
margin-top: 40px !important;
}
.ekpompes-button-wrap {
margin-top: 30px !important;
}
.ekpompes-section .title_combination .title .small {
font-size: 1.8rem;
}
.interad-author-name {
font-size: 17px !important;
}
.section-author-header {
padding: 0!important;
}
.interad-author-page-name {
font-size: 19px !important;
}
.interad-author-posts-title {
font-size: 18px !important;
margin: 0px 0 25px 0 !important;
}
}
@media only screen and (max-width: 354px){
body p, li {
font-size: 15px;
}
.fancy_heading .title {
font-size: 1.7rem;
} .moto-wrap {
left: 6%;
}
.glam-moto p {
font-size: 16px;
}
.service-detail-one, .service-detail-two {
width   : 315px;
}
.menu-right_f{
justify-content: center;
flex-wrap: wrap;
}
.header-magazine #Top_bar .banner_wrapper a:nth-child(1) {
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 3px; }
.header-magazine #Top_bar .banner_wrapper a:nth-child(1):after {
width: 40%;
left: 100px;
}
#Footer .footer_copy .one {
min-height: 70px;
padding-top: 13px;
}
.cv-third-sec {
padding: 100px 20px 40px;
}
.contact-form-wrap {
padding: 40px 23px 10px;
}
.service-inside-section .mfn-banner-box .banner-wrapper {
padding: 13px;
}
.service-inside-section.subcat {
padding: 95px 23px 110px;
}
.green-title {
line-height: 27px;
}
.video-button .button_label {
margin-left: 7px !important;
width: 190px;
}
.developed-section {
min-height: 144px;
}
.ekpompes-section .title_combination .title .big {
font-size: 4rem;
}
.ekpompes-section .title_combination .title .small {
font-size: 1.7rem;
}
.interad-author-posts-title {
font-size: 17px !important;
}
}
@media only screen and (max-width: 337px){
#blog_section {
padding-top: 50px;
}
#section_second .section_wrapper {
padding-left: 20px!important;
padding-right: 20px!important;
}
.service-detail-one p, .service-detail-two p {
font-size: 14px;
}
.service-icon-small {
width: 30px;
}
.service-detail-one, .service-detail-two {
width: 295px;
padding: 15px 10px 15px;
}
.moto {
font-size: 18px;
}
.moto-name {
font-size: 16px;
}
.book-button.front span {
font-size: 1.5rem !important;
}
.touch {
font-size: 1.8rem;
}
.mfn-banner-box .subtitle, .mfn-banner-box .cta-text {
line-height: 19px;
}
.subcat .fancy_heading .title {
font-size: 1.7rem;
}
.video-button a {
padding: 20px 20px 20px !important;
}
.ekpompes-wrap .entry-title {
font-size: 18px;
}
}  .section-author-info {
margin-top: 0;
margin-bottom: 0;
}
.interad-author-box-link {
display: block;
text-decoration: none;
color: inherit;
transition: all 0.3s ease;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
padding: 20px;
background-color: #fff;
position: relative;
}
.interad-author-box-link:hover {
text-decoration: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
transform: translateY(-2px); }
.interad-author-box-wrapper {
display: flex;
align-items: start;
gap: 20px;
}
.interad-author-avatar {
flex-shrink: 0;
display: flex;
}
.interad-author-avatar img {
border-radius: 50%;
width: 80px;
height: 80px;
object-fit: cover;
}
.interad-author-content {
flex: 1;
}
.interad-author-name {
margin: 0 0 10px 0;
font-size: 1.3em;
font-weight: 700;
color: #775432;
}
.interad-author-bio-wrapper {
position: relative;
margin-top: 10px;
max-height: 70px;
overflow: hidden;
}
.interad-author-bio {
font-size: 0.95em;
line-height: 1.6;
color: #686a70;
margin: 0 0 15px 0;
max-height: 4.8em; overflow: hidden;
position: relative;
padding-bottom: 10px;
}
.interad-author-bio-fade {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 60px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 1) 100%);
pointer-events: none;
z-index: 1;
}
.interad-author-more-btn {
display: block;
margin: 0 auto!important;
padding: 12px 40px!important;
background-color: #0073aa;
color: #fff;
border: none;
border-radius: 0!important;
font-size: 0.85em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: default;
pointer-events: none; transition: background-color 0.3s ease;
position: relative;
z-index: 2;
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
font-weight: bold !important;
letter-spacing: 0;
}
.interad-author-box-link:hover .interad-author-more-btn {
background-color: #005a87;
} .section-author-header {
margin-bottom: 30px;
}
.interad-author-page-header {
display: flex;
gap: 30px;
align-items: flex-start;
padding: 30px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
margin-top: 50px;
}
.interad-author-page-avatar {
flex-shrink: 0;
}
.interad-author-page-avatar img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
border: 3px solid var(--thalassi, #89cddf);
}
.interad-author-page-info {
flex: 1;
}
.interad-author-page-name {
margin: 0 0 10px 0;
font-size: 30px;
font-weight: 700;
color:#775432;
}
.interad-author-page-bio {
font-size: 1.1em;
line-height: 1.8;
color: var(--dark-gray, #383b44);
margin-bottom: 15px;
}
.interad-author-page-bio p {
margin-bottom: 10px;
font-size: 17px;
line-height: 28px;
color: #686a70;
}
.interad-author-page-bio p:last-child {
margin-bottom: 0;
}
.interad-author-page-website {
margin-bottom: 15px;
}
.interad-author-page-website a {
color: var(--dthalassi, #378aa0);
text-decoration: none;
font-size: 0.95em;
}
.interad-author-page-website a:hover {
text-decoration: underline;
}
.interad-author-page-stats {
margin-top: 15px;
}
.author-posts-count {
display: inline-block;
padding: 8px 16px;
background-color: var(--thalassi, #89cddf);
color: #fff;
border-radius: 20px;
font-size: 0.9em;
font-weight: 600;
}
.interad-author-posts-title {
margin: 0 0 30px 0;
font-size: 30px;
font-weight: 700;
color: #775432;
} .author .posts_group.masonry {
position: relative;
}
.author .posts_group.masonry .post-item {
float: left;
margin-bottom: 20px;
}
.author .posts_group.masonry.col-3 .post-item {
width: 31.33%;
margin: 0 1% 20px;
}
.author .posts_group.masonry.col-2 .post-item {
width: 47.99%;
margin: 0 1% 20px;
}
.author .posts_group.masonry.col-4 .post-item {
width: 22.99%;
margin: 0 1% 20px;
} .author .posts_group.masonry::after {
content: "";
display: table;
clear: both;
} @media (max-width: 768px) {
.interad-author-box-wrapper {
flex-direction: column;
text-align: center;
gap: 15px;
}
.interad-author-avatar img {
width: 60px;
height: 60px;
}
.interad-author-page-header {
flex-direction: column;
text-align: center;
padding: 20px;
}
.interad-author-page-avatar img {
width: 120px;
height: 120px;
}
.interad-author-page-name {
font-size: 1.5em;
}
.interad-author-page-bio {
font-size: 1em;
} .interad-author-bio {
max-height: 6.4em; }
.interad-author-more-btn {
padding: 10px 30px;
font-size: 0.8em;
} .author .posts_group.masonry.col-3 .post-item,
.author .posts_group.masonry.col-2 .post-item,
.author .posts_group.masonry.col-4 .post-item {
width: 100%;
margin: 0 0 20px 0;
}
}