/*
Theme Name:   biokinitiki
Description:  Official theme for biokinitiki
Author:       hiremycode
Author URL:   https://www.hiremycode.com
Template:     technico
Version:      0.0000603
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  biokinitiki
*/



:root {	
	--dark-color: #212121;
	--blue-color: #034694;
	--orange-color: #F58220;
	--grey-color: #F5F5F5;
}

/******************* GENERAL */
html, body {overflow-x: hidden !important}
body, .entry-content {font-family: "Geologica", sans-serif !important; font-size: 16px !important; font-weight: 300 !important; line-height: 22px !important; letter-spacing: 0px; color: var(--dark-color)}
h1,h2,h3,h4,h5,h6 {font-family: "Geologica", sans-serif; font-weight: 700 !important; letter-spacing: 0px; color: var(--dark-color)}
strong {font-weight: 600 !important}


.entry-content p > a {font-weight: 300; border-bottom: 0px !important; color: var(--blue-color);}
.entry-content p > a:hover {color: var(--orange-color)}
.entry-content ul li {margin-bottom: 10px; color: var(--dark-color); font-size: 16px}
.entry-content ol li {margin-bottom: 10px; color: var(--dark-color); font-size: 16px}

.centered {text-align: center !important}
.wpb_single_image img {border-radius: 24px !important}

.svg-image .vc_figure {width: 100%}
.svg-image .vc_single_image-wrapper {width: 100%}

.bottom-section {padding-top: 0px !important}

.main {padding-top: 180px !important; padding-bottom: 0px !important}
.home .main {padding-top: 0px !important;}

.blog .main {padding-top: 0px !important; padding-bottom: 100px !important}
.archive .main {padding-top: 0px !important; padding-bottom: 100px !important}
.single .main {padding-top: 220px !important; padding-bottom: 100px !important}


/******************* LOGO */
.site-logo {position: relative; top: 3px}
.site-logo a {margin-bottom: 0px !important}


/******************* HEADER */
.header {position: absolute; width: 100%; left: 0px; top: 0px; background: #ffffff; z-index: 800; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);}
.home .header {background: transparent; box-shadow: none}
.mast-head-wrap {padding: 12px 0px;}
.header-right {text-align: right; font-family: "Geologica", sans-serif; font-weight: 600 !important; font-size: 15px !important; line-height: 23px !important; color: var(--blue-color); letter-spacing: 0.5px;}


.scrollActive .header {position: fixed; background: #ffffff; box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10) !important; }
.scrollActive .mast-head-wrap {padding: 8px 0px;}


/******************* MENU */
.nav {margin-top: 0px !important}
.nav ul {text-align: center}
.nav ul li a {font-family: "Geologica", sans-serif; font-weight: 600 !important; font-size: 15px !important; line-height: 23px !important; color: var(--blue-color) !important; letter-spacing: 0.5px; border: 2px solid transparent !important; margin-left: 15px !important; margin-right: 15px !important; /*padding: 8px 18px; border-radius: 24px*/}
.nav ul li a:before {content: "" !important; position: absolute !important; display: block !important; width: 6px; height: 6px; background: var(--orange-color); left: 50%; margin-left: -3px; bottom: -7px; border-radius: 100%; opacity: 0; transition: opacity 0.3s ease}

.nav ul li a:hover {color: var(--blue-color) !important;}
.nav ul li a:hover:before {opacity: 1; transition: opacity 0.3s ease}

.nav ul li.current-menu-item a {color: var(--blue-color) !important}
.nav ul li.current-menu-item a:before {opacity: 1; transition: opacity 0.3s ease}

.navigation .menu-item-has-children a {margin-right: 25px !important}
.navigation .menu-item-has-children a:before {display: none !important}
.navigation .menu-item-has-children > a::after {margin-top: -12px !important; right: 8px !important; font-size: 10px !important}

/*submenu*/
.navigation ul {padding: 25px 20px !important; border-radius: 24px; background: var(--blue-color); border: 0px}
.navigation > li ul li a {padding: 3px !important; color: #ffffff !important}
.navigation > li ul li a:hover {color: var(--orange-color) !important}
.navigation > li ul li.current-menu-item a {color: var(--orange-color) !important}



/****************** BUTTONS ***/
.vc_btn3 {background-image: none !important; font-weight: 600; font-size: 15px !important; text-transform: uppercase !important; font-family: "Geologica", sans-serif; letter-spacing: 0.5px; border-radius: 24px !important; padding: 12px 50px 12px 20px !important; height: auto !important; position: relative}
.vc_btn3:hover {background: var(--orange-color) !important; color: #ffffff !important}
.vc_btn3:after {content: "\f178" !important; font-family: fontawesome; position: absolute !important; display: block !important; width: 30px; height: 30px; background: var(--blue-color); color: #ffffff; top: 6px; right: 7px; border-radius: 100%; line-height: 31px; font-size: 18px; transition: all 0.2s ease-in-out !important; transform: rotate(-45deg);}
.vc_btn3:hover:after {color: var(--orange-color) !important; background: #ffffff !important; transition: all 0.2s ease-in-out !important; transform: rotate(0deg);}

.dark-btn .vc_btn3:after {background: #ffffff !important; color: var(--blue-color) !important}
.dark-btn .vc_btn3:hover:after {color: var(--orange-color) !important}

.standout-btn {font-weight: 600; font-size: 15px; text-transform: uppercase !important; font-family: "Geologica", sans-serif; letter-spacing: 0.5px; border-radius: 24px !important; padding: 12px 50px 12px 20px !important; height: auto !important; background: var(--blue-color); color: #ffffff !important; text-align: center; transition: background 0.2s ease-in-out; position: relative}

.standout-btn:after {content: "\f178" !important; font-family: fontawesome; position: absolute !important; display: block !important; width: 30px; height: 30px; background: #ffffff; color: var(--blue-color); top: 6px; right: 7px; border-radius: 100%; line-height: 32px; font-size: 18px; transition: color 0.2s ease-in-out}
.standout-btn.phone-btn:after {content: "\f095" !important;}
.standout-btn.contact-btn:after {content: "\f003" !important; font-size: 15px; line-height: 30px}

.standout-btn:hover {background: var(--orange-color) !important; transition: background 0.2s ease-in-out}
.standout-btn:hover:after {color: var(--orange-color) !important; transition: color 0.2s ease-in-out}

.plain-btn .vc_btn3-placeholder {display: none !important}
.plain-btn .vc_btn3 {padding: 20px !important; height: 40px !important}
.plain-btn .vc_btn3:after {top: 5px; right: 5px}
.plain-btn .vc_btn3:hover:after {color: #ffffff !important; background: var(--orange-color) !important; transition: all 0.2s ease-in-out !important; transform: rotate(0deg);}


/****************** HERO ***/
.hero {height: 100vh; background-color: var(--dark-color); background-size: cover; background-position: center center}
.hero-title {font-size: 64px; color: var(--dark-color) !important; line-height: 76px; letter-spacing: 0px; margin-top: 15px !important}
.hero-title .hero-second {display: block}
.hero-subtitle {color: var(--dark-color) !important; font-size: 16px; letter-spacing: 0.5px; font-weight: 600; text-transform: uppercase}

.page-hero {padding-top: 220px; padding-bottom: 0px; background: transparent !important}
.page-title {font-size: 64px !important; line-height: 76px; color: var(--dark-color); letter-spacing: 0px; margin-top: 0px !important; margin-bottom: 30px !important}


/****************** SECTIONS ***/

.section {padding-top: 100px; padding-bottom: 100px;}
.section-title {font-size: 64px !important; line-height: 76px; color: var(--dark-color); letter-spacing: 0px; margin-top: 0px !important; margin-bottom: 30px !important}
.section-hypertitle {color: var(--dark-color) !important; font-size: 16px; letter-spacing: 0.5px; font-weight: 600; margin-bottom: 8px !important}

.grey-section {background: var(--grey-color);}

.small-title {font-size: 36px !important; line-height: 46px; color: var(--dark-color); letter-spacing: 0px; margin-top: 0px !important; margin-bottom: 30px !important}
.small-title.withsub {margin-bottom: 10px !important}

.related-title {font-size: 42px !important; line-height: 52px; color: var(--dark-color); letter-spacing: 0px; margin-top: 0px !important; margin-bottom: 40px !important}



/****************** CAROUSEL ***/
:root {
  --carousel-offset: 40px; 
}

.carousel-container {
  overflow: hidden;
  width: 100%;
  padding: 50px 0px 0px 0px;
}
.carousel-track {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: scroll-horizontal 60s linear infinite;
}
.carousel-track img {
  width: auto;
  height: 25vw; 
  max-height: 300px;
  border-radius: 16px;
  flex-shrink: 0;
  object-fit: cover;
  transition: transform .3s ease;
}

.carousel-track img:nth-child(2n) {
  transform: translateY(calc(-1 * var(--carousel-offset)));
}

.carousel-container:hover .carousel-track {
  animation-play-state: paused;
}

@keyframes scroll-horizontal {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/****************** THERAPIES ***/

.therapy-column {margin-top: 30px}
.therapy-column > .vc_column-inner > .wpb_wrapper {padding: 20px; border: 1px solid #9D9D9D; border-radius: 24px; flex-grow: 1; padding-bottom: 60px}

.therapy-title {margin-top: 25px !important}
.therapy-column .plain-btn {position: absolute; bottom: 20px}




/****************** TOMEIS ***/
.tomeas-head-icon {width: 140px !important}
.tomeas-head-title {width: calc(100% - 140px) !important}

.tomeas-content {padding-right: 60px !important}
.tomeas-side {padding-left: 0px !important}

.methods-grid .vc_gitem-animated-block .vc_gitem-zone {border-radius: 24px !important}


/****************** POSTS ***/
/*.entry.pathisi {float: left}*/
.entry-thumb img {border-radius: 24px}

.entry-meta {margin: 0px 0px 20px 0px !important}
.entry-meta::after {display: none !important}
.entry-title {margin-bottom: 20px; font-size: 24px !important}
.tax-pathiseis .entry-title {font-size: 28px !important}

.entry-time {font-weight: 600; position: relative; margin-right: 20px !important}
.entry-time::after {/*content: "" !important; position: absolute !important; display: block !important; width: 6px; height: 6px; background: var(--orange-color); border-radius: 100%; right: -15px; top: 8px;*/display: none}
/*.entry-categories {font-weight: 600 !important; text-transform: uppercase; letter-spacing: 0.5px;}
.entry-categories a {color: var(--blue-color) !important;}
.entry-categories a:hover {color: var(--orange-color) !important;}*/

.post-content {display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;}


/****************** PAGINATION ***/
.paging {border-top: 1px solid #9D9D9D; padding-top: 40px}
.page-numbers {background: transparent !important; font-size: 16px !important; font-family: "Geologica"; font-weight: 500 !important; letter-spacing: 0px !important; color: var(--blue-color) !important; padding: 0px !important; text-align: center; width: 30px; height: 30px; line-height: 30px !important;}
.page-numbers.next {width: auto !important}
.page-numbers.prev {width: auto !important}

.page-numbers.current {background: var(--blue-color) !important; color: #ffffff !important; border-radius: 100% !important}


/****************** CONDITIONS CUSTOM POST TYPE ***/
.taxonomy-description {margin-bottom: 60px !important;}

.taxonomy-content {padding-right: 60px !important}
.taxonomy-content .taxonomy-button {margin-top: 25px !important;}
.taxonomy-content .standout-btn {display: inline-block; line-height: 18px}
.taxonomy-content .standout-btn:after {transform: rotate(-45deg); transition: all 0.3s ease}
.taxonomy-content .standout-btn:hover:after {transform: rotate(0deg); transition: all 0.3s ease}



/****************** SIDEBAR ***/

.cpt-sidebar, .sidebar {background: var(--blue-color); padding: 30px; color: #ffffff; border-radius: 24px;}
.cpt-sidebar .menu li, .sidebar .menu li {margin-bottom: 10px}
.cpt-sidebar .menu li a, .sidebar .menu li a {color: #ffffff !important; padding: 5px 0px !important; font-size: 15px; letter-spacing: 0.5px; font-weight: 600; line-height: 20px}
.cpt-sidebar .menu li a:hover, .sidebar .menu li a:hover {color: var(--orange-color) !important}
.cpt-sidebar .menu li.current-menu-item a, .sidebar .menu li.current-menu-item a {background: transparent !important;color: var(--orange-color) !important}
.cpt-sidebar .widget {margin-bottom: 0px !important}
.cpt-sidebar .widget-title {margin-bottom: 30px !important}

.pages-sidebar {background: var(--blue-color); padding: 30px; color: #ffffff; border-radius: 24px; margin-bottom: 0px !important}
.pages-sidebar .menu li {margin-bottom: 10px}
.pages-sidebar .menu li a {color: #ffffff !important; padding: 5px 0px !important; font-size: 15px; letter-spacing: 0.5px; font-weight: 600; line-height: 20px}
.pages-sidebar .menu li a:hover {color: var(--orange-color) !important}
.pages-sidebar .menu li.current-menu-item a {background: transparent !important;color: var(--orange-color) !important}
.pages-sidebar .widget {margin-bottom: 0px !important}
.pages-sidebar .widget-title {margin-top: 0px !important; margin-bottom: 30px}

.sidebar .cat-item a {color: #ffffff !important; padding: 5px 0px !important; font-size: 15px; letter-spacing: 0.5px; font-weight: 600; text-transform: uppercase}
.sidebar .cat-item a:hover {color: var(--orange-color) !important}
.sidebar .cat-item.current-cat a {background: transparent !important;color: var(--orange-color) !important}

.sidebar ul li a {color: #ffffff !important; padding: 5px 0px !important; font-weight: 500}
.sidebar ul li a:hover {color: var(--orange-color) !important}
.sidebar ul li .post-date {margin-bottom: 20px !important; letter-spacing: 0.5px}



/****************** SINGLE POST ***/
.single .entry-title {font-size: 32px !important}
.single .entry-meta {margin-bottom: 30px !important}

/*.single-pathisi .entry-title {margin-bottom: 30px;}*/




/****************** CONTACT ***/
.wpcf7-form {margin-top: 60px}
.wpcf7-form label {color: var(--dark-color); font-weight: 600 !important; text-transform: none; font-size: 15px; letter-spacing: 0.5px; }
.wpcf7-form p {margin-bottom: 25px}

.wpcf7-text {border:0px; border-bottom: 2px solid var(--blue-color); padding: 0px 0px 0px 0px; background: transparent; color: var(--dark-color); margin-top: 5px; height: 50px; font-size: 16px !important;}

.wpcf7-textarea {border:0px; border-bottom: 2px solid var(--blue-color); padding: 15px 0px 0px 0px; background: transparent; color: var(--dark-color); resize: vertical; height: 150px; margin-top: 5px; font-size: 16px !important;}
.wpcf7-text:hover,.wpcf7-text:focus, .wpcf7-textarea:hover, .wpcf7-textarea:focus, .wpcf7-select:hover,.wpcf7-select:focus {border-color: var(--orange-color)}

.wpcf7-file {border: 0px !important; padding-left: 0px !important; padding-right: 0px !important; margin-top: 15px !important}

.submitbtn p {margin-bottom: 0px !important}
.wpcf7-submit {background: var(--blue-color) !important; letter-spacing: 0.5px !important; font-weight: 600 !important; font-size: 15px !important; text-transform: none !important; padding: 12px 20px 12px 20px !important; height: auto !important; color: #ffffff !important; border: 1px solid var(--blue-color) !important; transition: all 0.5s ease !important; border-radius: 24px !important}
.wpcf7-submit:hover {background: var(--orange-color) !important;  border-color: var(--orange-color) !important; transition: all 0.5s ease !important}

.wpcf7-list-item {margin-left: 0px !important; margin-top: 10px !important; width: 100%}
.wpcf7-list-item a {color: var(--dark-color) !important}
.wpcf7-list-item label {margin-top: 10px; color: var(--dark-color);}
.wpcf7-list-item-label {margin-left: 5px !important}

.forconsent label {font-size: 16px; font-weight: 300 !important; color: var(--dark-color); display: inline-block; letter-spacing: 0px; width: calc(100% - 40px)}
.forconsent a {color: var(--blue-color) !important; }
.forconsent a:hover {color: var(--orange-color) !important}
.forconsent .wpcf7-form-control-wrap {display: inline-block; margin-right: 15px}

.wpcf7-response-output {text-align: center; font-size: 16px !important; font-weight: 400 !important; margin-left: 0px !important; margin-right: 0px !important; padding: 10px !important}
.wpcf7 form.sent .wpcf7-response-output {background: #46b450 !important; border: 1px solid #46b450 !important; color: #ffffff !important; font-weight: 400 !important}
.wpcf7 form.invalid .wpcf7-response-output {background: #dc3232 !important; border: 1px solid #dc3232 !important; color: #ffffff !important; font-weight: 400 !important}

.wpcf7-list-item input[type="checkbox"] {-webkit-appearance: none; appearance: none; background-color: transparent; margin: 0; font: inherit; color: var(--dark-color); width: 18px; height: 18px; border: 1px solid var(--dark-color); transform: translateY(-0.075em); display: inline-grid; place-content: center;}
.wpcf7-list-item input[type="checkbox"]::before {content: ""; width: 0.65em; height: 0.65em; clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); transform: scale(0); transform-origin: bottom left; transition: 120ms transform ease-in-out; background-color: var(--dark-color);}
.wpcf7-list-item input[type="checkbox"]:checked::before {transform: scale(1);}


#map {height: 600px; background: var(--grey-color)}
.info_content {max-width: 300px !important;}
.info_content h1 {margin-top: 3px; color: var(--dark-color); font-size: 18px; text-align: center}
.info_content .fa {font-size: 18px; margin-right: 10px; color: var(--blue-color)}
.info_content .fa-map-marker {font-size: 18px; padding-left: 2px; margin-right: 14px}
.info_content .fa-envelope-o {font-size: 15px}
.info_content .fa-phone {font-size: 15px; margin-right: 12px; position: relative; top: 1px; left: 1px}
.info_content p {margin-bottom: 20px; font-size: 14px; font-weight: 400; text-align: center}
.gm-style .gm-style-iw button {top: 0px !important; right: 0px !important}
.gm-style .gm-style-iw-c {border-radius: 24px !important; padding: 20px !important; box-shadow: none !important; border: 2px solid var(--orange-color) !important}
.gm-style .gm-style-iw-tc {display: none !important}
.gm-style .gm-style-iw-d {overflow: hidden !important}
.gm-style-iw-chr {display: none !important}




/****************** ABOUT ***/

.member-title {font-size: 28px; line-height: 36px; margin-top: 30px !important; margin-bottom: 10px !important}
.member-subtitle {color: var(--dark-color) !important; font-size: 16px; letter-spacing: 0.5px; font-weight: 600; margin-bottom: 30px !important}



/*REVIEWS*/
.wp-gr.wpac .grw-review-inner.grw-round {border-radius: 24px !important; padding: 25px !important}
.wp-gr.wpac .grw-review-inner .wp-google-name {color: var(--dark-color) !important; font-family: "Geologica" !important; font-weight: 600 !important; }
.wp-gr .grw-review-inner .wp-google-text {font-size: 16px !important; font-family: "Geologica" !important; font-weight: 300 !important; }
.wp-gr .grw-review-inner .wp-google-time {font-family: "Geologica" !important; font-weight: 300 !important; }
.wp-gr .grw-content .grw-btns svg path {fill: var(--dark-color) !important}


/*CTA*/

.cta {margin-top: 40px !important}
.cta > .vc_column_container > .vc_column-inner > .wpb_wrapper {background: var(--grey-color); border-radius: 24px; padding: 30px}
.cta-title {font-size: 26px !important; margin-top: 10px !important}


/*404*/
.error404 .error-hero {display: block; height: 100vh; text-align: center;background: var(--grey-color)}
.error404 .error-title {font-family: "Geologica"; font-weight: 400 !important; font-size: 22px;color: var(--dark-color); width: 240px; height: 150px; position: absolute; left: 50%; top: 50vh; margin-left: -120px; margin-top: -75px;}

.error404 .error-title:before {content: "404"; display: block;font-family: "Geologica"; font-weight: 700 !important; font-size: 100px; color: var(--blue-color); margin-bottom: 20px; line-height: 100px}



/****************** FOOTER */
.footer {position: relative !important; background-color: var(--blue-color) !important; color: #ffffff !important; font-family: "Geologica", sans-serif; font-weight: 300 !important; font-size: 16px }
.footer-main {padding-top: 120px; padding-bottom: 80px}
.footer-main .footer-content {display: flex; flex-wrap: wrap;}

.widget {font-size: 16px !important; line-height: 23px !important; margin-bottom: 20px; font-weight: 300 !important}
.widget-title {font-weight: 700 !important; font-size: 26px !important; border-bottom: 0px !important; letter-spacing: 0px; position: relative; color: #ffffff}
.widget-title:after {content: none !important}

.footer .widget-title {color: #ffffff; font-size: 15px !important; letter-spacing: 0.5px; margin-top: 5px; margin-bottom: 10px !important }
.contactul {list-style-type: none; padding-left: 0px; margin: 20px 0 0 0; color: #ffffff}
.contactul li {margin-bottom: 6px; font-size: 16px; padding-left: 0px; position: relative; font-weight: 300 !important; padding-left: 30px}
.contactul.withmargin {margin-bottom: 15px !important}

.footer .contactul {margin: 0px;}
.footer .contactul li {margin-bottom: 4px}
.footer .contactul li a {color: #ffffff !important;}

.contactul .fa {color: #ffffff; font-size: 17px; margin-bottom: 0px; position: absolute; left: 0px}
.contactul .fa-map {font-size: 15px; padding-left: 0px; top: 4px}
.contactul .fa-phone {font-size: 19px; top: 4px}
.contactul .fa-envelope {font-size: 16px; padding-left: 0px; top: 4px}

.footer .menu-item {margin-bottom: 4px}
.footer .menu-item a {color: #ffffff !important; font-weight: 400 !important; font-size: 15px; letter-spacing: 0.5px}
.footer .menu-item.current_page_item a {background: transparent !important; color: var(--orange-color) !important}
.footer .menu-item.current-menu-item a {background: transparent !important; color: var(--orange-color) !important}
.footer .menu-item a:hover {color: var(--orange-color) !important}

.footer .social-icons {margin-top: 80px}

.footer .social-icon {background: #ffffff; border-radius: 50%; margin-right: 5px; font-size: 21px; width: 32px; height: 32px; line-height: 32px; }
.footer .social-icon .fa {color: var(--blue-color);}
.footer .social-icon:hover {background: var(--orange-color);}
.footer .social-icon:hover .fa {color: #ffffff !important}

#media_image-2 {margin-top: -40px}
/*#custom_html-4 {margin-top: 58px !important}*/


.footer-copy {border-top: 1px solid #ffffff; padding-top: 20px; padding-bottom: 20px; font-family: "Geologica", sans-serif; font-weight: 400 !important; font-size: 13px !important; letter-spacing: 0.5px; background: transparent; color: #ffffff; line-height: 32px}
.footer-copy a {color: #ffffff !important}
.footer-copy a:hover {color: var(--orange-color) !important}








/****************** MIN QUERIES ***/

@media screen and (min-width: 360px) {
	
.container {max-width: calc(100% - 30px);}
}

@media screen and (min-width: 544px) {
	
.container {max-width: calc(100% - 30px);}
}

@media screen and (min-width: 768px) {

.container {max-width: calc(100% - 40px);}
}

@media screen and (min-width: 850px) {

.container {max-width: 800px;}
}

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

.container {max-width: calc(100% - 40px);}

}

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

.container {max-width: 1150px;}
}

@media screen and (min-width: 1300px) {

.container {max-width: 1200px;}
}

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

.container {max-width: 1300px;}
}

@media screen and (min-width: 1600px) {

.container {max-width: 1500px;}
}

@media screen and (min-width: 1800px) {

.container {max-width: 1700px;}

}

@media screen and (min-width: 2000px) {

.container {max-width: 1900px;}
}





@media screen and (max-width: 1800px) {

.hero-title {font-size: 58px; line-height: 70px;}
.section-title {font-size: 58px !important; line-height: 70px;}
.page-title {font-size: 58px !important; line-height: 70px;}
}


@media screen and (max-width: 1600px) {

.hero-title {font-size: 56px; line-height: 68px;}
.section-title {font-size: 56px !important; line-height: 68px;}
.page-title {font-size: 56px !important; line-height: 68px;}
.small-title {font-size: 34px !important; line-height: 44px}
.member-title {font-size: 24px; line-height: 32px}
.widget-title {font-size: 26px !important}
.related-title {font-size: 40px !important; line-height: 50px}
.entry-title {font-size: 24px !important}
.single .entry-title {font-size: 30px !important}
.tax-pathiseis .entry-title {font-size: 26px !important}

.footer .widget_media_image svg {width: 220px}
}


@media screen and (max-width: 1400px) {

.nav ul li a {margin-left: 10px !important; margin-right: 10px !important}

.hero-title {font-size: 50px; line-height: 62px;}
.section-title {font-size: 50px !important; line-height: 62px;}
.page-title {font-size: 50px !important; line-height: 62px;}
.small-title {font-size: 30px !important; line-height: 40px}

.big-title-section .vc_col-sm-8 {width: 75% !important}
.big-title-section .vc_col-sm-4 {display: none !important}

}


@media screen and (max-width: 1300px) {


.secondcol {width: 40px; position: absolute; right: 30px;}
.thirdcol {width: 220px !important; position: absolute; right: 85px}



/*MENU*/
.nav {display: none}
.mobile-menu-trigger {font-weight: 600; font-size: 15px; letter-spacing: 0px; display: block; color: var(--dark-color); margin-top: 2px}
.mobile-menu-trigger .fa-navicon:before {content: "" !important; display: block; width: 32px; height: 20px; margin-top: 0px; background: url(img/open-menu.png); background-size: cover}

#mobilemenu {display: block; text-align: center; color: var(--dark-color); font-weight: 600 !important; z-index: 600; height: 100% !important; background: transparent;}
.mm-opened #mobilemenu {background: var(--blue-color); }
.mm-menu.mm-top {max-height: 100%}
.mm-navbar {background: transparent !important; border-bottom: 0px !important; }
.mm-navbar .mm-title {display: none}
.mm-close {top: 15px !important; right: 0px !important; width: 65px !important; color: #ffffff !important; font-size: 0px}
.mm-close::after {content: ""; width: 32px; height: 32px; background: url(img/close.png); background-size: cover; background-position: center center; display: block; margin-left: 5px; margin-top: 5px}
.mm-panels {background: transparent}

.mm-listview {height: 90%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.mm-listview > li > a, .mm-listview > li > span {white-space: initial}
.mm-listview li a {font-size: 24px !important; line-height: 34px; font-weight: 500 !important; padding: 0px; color: #ffffff !important; letter-spacing: 0.5px; margin-bottom: 10px; border-bottom: 1px solid transparent }
.mm-listview li.current-menu-item a {color: #ffffff !important; border-bottom: 1px solid #ffffff}
.mm-listview li a:hover {color: #ffffff !important; border-bottom: 1px solid #ffffff}
.mm-listview li a:active {background: transparent !important}
.mm-listview li a:focus {background: transparent !important}
.mm-listview > li:not(.mm-divider)::after {content: none}
.mm-menu .mm-listview > li a:not(.mm-next) {-webkit-tap-highlight-color: transparent; tap-highlight-color: transparent;}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {background: transparent;}
.mm-opened .fa-navicon {display: none}

.mm-panel.mm-subopened {opacity: 0 !important}

.mm-prev {top: 20px !important; left: 10px !important}
.mm-prev::after {content:""; width: 32px; height: 32px; background: url(img/back.png); background-size: cover; background-position: center center; display: block }
.mm-prev::before {display: none}

.mm-next {right: -70px !important; width: 350px !important;}
.mm-next:before {border: 0px !important}
.mm-next:after {content: ""; border: 0px !important; transform: none !important; width: 32px !important; height: 32px !important; top: -1px !important; background: url(img/right.png); background-size: cover !important; background-position: center center; display: block}
.mm-next:hover + a {color: #ffffff !important}

.menu-item-has-children a {margin-right: 0px !important; border: 0px !important; }
.menu-item-has-children a:hover {border: 0px !important}


/*HERO*/
.page-hero {padding-top: 190px}


/*TITLES*/
.hero-title {font-size: 44px; line-height: 56px;}
.hero-subtitle {font-size: 15px}
.section-title {font-size: 44px !important; line-height: 56px}
.section-hypertitle {font-size: 15px}
.page-title {font-size: 44px !important; line-height: 56px;}
.small-title {font-size: 30px !important; line-height: 38px}
.member-title {font-size: 22px; line-height: 30px}
.member-subtitle {font-size: 15px}
.widget-title {font-size: 24px !important}
.related-title {font-size: 36px !important; line-height: 46px}
.entry-title {font-size: 22px !important}
.single .entry-title {font-size: 30px !important}
.tax-pathiseis .entry-title {font-size: 24px !important}


/*SPECIALIZATION*/
.tomeas-head-icon .wpb_single_image {margin-bottom: 15px !important}
.tomeas-content {width: 66.66% !important; padding-right: 40px !important}
.tomeas-side {width: 33.33% !important;}


/*CUSTOM POST TYPES*/
.taxonomy-content {width: 66.66% !important; padding-right: 40px !important}
.taxonomy-side {width: 33.33% !important;}

}


@media screen and (max-width: 1100px) {


body, .entry-content {font-size: 15px !important; line-height: 21px !important;}
.entry-content ul li {font-size: 15px}
.entry-content ol li {font-size: 15px}
.page-numbers {font-size: 15px !important;}
.wpcf7-text {font-size: 15px !important;}
.wpcf7-textarea {font-size: 15px !important;}
.forconsent label {font-size: 15px;}
.wpcf7-response-output {font-size: 15px !important; }
.wp-gr .grw-review-inner .wp-google-text {font-size: 15px !important;}
.footer {font-size: 15px }
.widget {font-size: 15px !important; line-height: 21px !important;}
.footer h4 {font-size: 14px !important;}
.contactul li {font-size: 15px;}
.footer .menu-item a {font-size: 14px;}
.footer-copy {font-size: 12px !important;}


/*TITLES*/
.hero-title {font-size: 40px; line-height: 50px;}
.hero-subtitle {font-size: 15px}
.section-title {font-size: 40px !important; line-height: 50px}
.section-hypertitle {font-size: 15px}
.page-title {font-size: 40px !important; line-height: 50px;}
.small-title {font-size: 28px !important; line-height: 36px}
.member-title {font-size: 22px; line-height: 30px}
.member-subtitle {font-size: 15px}
.widget-title {font-size: 24px !important}
.related-title {font-size: 36px !important; line-height: 46px}
.entry-title {font-size: 20px !important}
.entry-title h3 {font-size: 20px !important; margin-top: 20px !important}
.single .entry-title {font-size: 30px !important}
.tax-pathiseis .entry-title {font-size: 24px !important}
.therapy-title {font-size: 19px !important}



/*BUTTONS & LABELS*/
.vc_btn3 {font-size: 14px !important;}
.standout-btn {font-size: 14px;}
.wpcf7-submit {font-size: 14px !important;}
.wpcf7-form label {font-size: 14px !important;}


/*CONTACT*/
#map {height: 500px;}


/*ICONS*/
.therapy-icon svg {width: 70px !important; height: 70px !important}
.tomeas-head-icon {width: 120px !important}
.tomeas-head-icon svg {width: 75px !important; height: 75px !important}


/*SIDEBAR*/
.pages-sidebar .menu li {line-height: 20px}
.pages-sidebar .menu li a {font-size: 14px !important}
.cpt-sidebar .menu li, .sidebar .menu li {line-height: 20px}
.cpt-sidebar .menu li a, .sidebar .menu li a {font-size: 14px !important}

/*FOOTER*/
.footer .widget_media_image svg {width: 200px}



}


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

/*GENERAL*/
.nomobile {display: none}
.mm-listview li a {font-size: 21px !important; line-height: 30px; margin-bottom: 8px}


/*SECTIONS*/
.section {padding-top: 80px; padding-bottom: 80px}

.wide-section .vc_col-sm-push-6 {width: 100% !important; left: 0px !important}
.wide-section .vc_col-sm-pull-6 {width: 100% !important; right: 0px !important}

.wide-section .vc_col-sm-6 {width: 100% !important;}
.wide-section .vc_col-sm-8 {width: 100% !important}
.wide-section .vc_col-sm-2 {display: none !important}
.wide-section .about-image {margin-top: 25px !important}

.big-title-section .vc_col-sm-8 {width: 100% !important}
.big-text-section .vc_col-sm-6 {width: 100% !important}
.big-text-section .vc_column_container {padding-top: 0px !important; padding-bottom: 0px !important}


/*MEMBERS*/
.owner-image {margin-bottom: 20px !important}
.members-section .vc_col-sm-4 {width: 100% !important}


/*THERAPIES*/
.therapy-column {width: 50% !important}


/*SPECIALIZATION*/
.tomeas-content {width: 100% !important; padding-right: 15px !important}
.tomeas-side {display: none !important}
.related-title {font-size: 32px !important; line-height: 42px}
.methods-grid .vc_grid-item {width: 50% !important}


/*TAXONOMIES*/
.taxonomy-content {width: 100% !important; padding-right: 15px !important}
.taxonomy-side {display: none !important}


/*POSTS*/
.post-content {grid-template-columns: repeat(2, 1fr)}


/*CONTACT*/
.wpcf7-form {margin-top: 45px; padding-left: 15px; padding-right: 15px}


/*FOOTER*/
.footer-main {padding-bottom: 40px}
.footer .widget {margin-bottom: 60px !important}
.footer-col {width: 50% !important}
.footer-copy {line-height: 24px}
.footer-copy .text-left {width: 100% !important; text-align: center !important}
.footer-copy .text-right {width: 100% !important; text-align: center !important}

}


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


.blog .main {padding-top: 0px !important; padding-bottom: 80px !important}
.archive .main {padding-top: 0px !important; padding-bottom: 80px !important}
.single .main {padding-top: 200px !important; padding-bottom: 80px !important}


/*TITLES*/
.hero-title {font-size: 36px; line-height: 44px;}
.hero-subtitle {font-size: 14px}
.section-title {font-size: 36px !important; line-height: 44px}
.section-hypertitle {font-size: 14px}
.page-title {font-size: 36px !important; line-height: 44px;}
.small-title {font-size: 26px !important; line-height: 34px}
.member-title {font-size: 22px; line-height: 30px}
.member-subtitle {font-size: 14px}
.widget-title {font-size: 24px !important}
.related-title {font-size: 26px !important; line-height: 34px}
.entry-title {font-size: 20px !important}
.entry-title h3 {font-size: 20px !important; margin-top: 20px !important}
.single .entry-title {font-size: 26px !important}
.tax-pathiseis .entry-title {font-size: 24px !important}
.therapy-title {font-size: 19px !important}
.politikh-aporrhtou h2 {font-size: 24px !important}
.politikh-aporrhtou h3 {font-size: 19px !important}

/*SECTIONS*/
.section {padding-top: 60px; padding-bottom: 60px}


.tomeas-head-icon {float: left}
.tomeas-head-title{float: left}
.methods-grid .vc_grid-item {float: left !important; padding-bottom: 10px !important}
.methods-grid .entry-title {min-height: 55px}


.carousel-track {animation: scroll-horizontal 30s linear infinite;}

}


@media screen and (max-width: 650px) {



/*THERAPIES*/
.therapy-column {width: 100% !important}
.therapy-title {font-size: 21px !important}


/*SPECIALIZATION*/
.methods-grid {margin-bottom: 0px !important}
.methods-grid .vc_grid-item {width: 100% !important; padding-bottom: 25px !important}
.methods-grid .entry-title {min-height: auto}

/*POSTS*/
.post-content {grid-template-columns: repeat(1, 1fr)}



}

@media screen and (max-width: 543px) {

:root {
  --carousel-offset: 20px; 
}

.carousel-container {padding: 30px 0px 0px 0px}

.header-widget .phone-btn {display: none !important}
.header-widget .contact-btn {display: none !important}




/*TITLES*/
.hero-title {font-size: 36px; line-height: 44px;}
.hero-title .hero-first {display: block}

.hero-subtitle {font-size: 14px}
.section-title {font-size: 32px !important; line-height: 40px}
.section-hypertitle {font-size: 14px}
.page-title {font-size: 32px !important; line-height: 40px;}
.small-title {font-size: 24px !important; line-height: 32px}
.member-title {font-size: 22px; line-height: 30px}
.member-subtitle {font-size: 14px}
.widget-title {font-size: 22px !important}
.related-title {font-size: 24px !important; line-height: 32px}
.entry-title {font-size: 20px !important}
.entry-title h3 {font-size: 20px !important; margin-top: 20px !important}
.single .entry-title {font-size: 24px !important}
.tax-pathiseis .entry-title {font-size: 22px !important}
.therapy-title {font-size: 21px !important}
.politikh-aporrhtou h2 {font-size: 22px !important}
.politikh-aporrhtou h3 {font-size: 19px !important}


.owner-image {margin-bottom: 10px !important}




.footer-main {padding-top: 80px}
.footer-col {width: 100% !important}
.footer-col:first-child {display: none !important;}

.carousel-track {animation: scroll-horizontal 20s linear infinite;}

}



@media screen and (max-width: 460px) {

.tomeas-head-icon {float: none}
.tomeas-head-icon .wpb_single_image {margin-bottom: 0px !important}
.tomeas-head-title{float: none; width: 100% !important; padding-left: 30px !important}


.mm-listview li a {font-size: 19px !important; line-height: 28px; margin-bottom: 6px}

.section-title {font-size: 30px !important; line-height: 38px}
.section-hypertitle {font-size: 14px}
.page-title {font-size: 30px !important; line-height: 38px;}
.small-title {font-size: 24px !important; line-height: 32px}
.member-title {font-size: 22px; line-height: 30px}
.member-subtitle {font-size: 14px}
.widget-title {font-size: 22px !important}
.related-title {font-size: 24px !important; line-height: 32px}
.entry-title {font-size: 20px !important}
.entry-title h3 {font-size: 20px !important; margin-top: 20px !important}
.single .entry-title {font-size: 24px !important}
.tax-pathiseis .entry-title {font-size: 22px !important}
.therapy-title {font-size: 21px !important}




}