/*
Theme Name: Ziti
Theme URI: https://ziti.gr
Author: RoundFloor
Author URI: https://roundfloor.gr/
Description: Custom theme for ziti.gr website.
Version: 1.0.0
Text Domain: rftd
*/

/*
### Contents ###

BASIC STYLES
TYPOGRAPHY
GENERAL STYLES
GENERAL COMPONENTS
	- Main Navigation
	- Mobile Navigation
	- Sticky Header
	- Slide Menu
	- Blueimp Gallery
	- Owl Carousel
	- Contact Form 7
	- Cookie Notice
	- Back to Top
CUSTOM STYLES
*/


/*======================================================================================================================*/


/*** BASIC STYLES ***/


/*======================================================================================================================*/

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
/* img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
} */
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
/*ZITI-OFF
.hentry {
	margin: 0 0 1.5em;
}
*/
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
/*** ZITI-OFF
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }
*/

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}
/*** END - Basic Styles ***/


/*======================================================================================================================*/


/*** TYPOGRAPHY ***/


/*======================================================================================================================*/

/** 
* # Responsive Typography
*
* We'll use only rem units in all elements for font size and margin/padding.
* We just change the root element size for various screen sizes.
* Body font-size not to be less than 14px for mobile.
*/

/* Extra small devices (portrait phones, less than 576px) */
html {
	font-size: 0.625rem; /*ex. 0.4375rem */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	html {
		font-size: 0.625rem; /*ex. 0.5rem */
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	html {
		font-size: 0.625rem;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	html {
		font-size: 0.625rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	html {
		font-size: 0.625rem;
	}
}

body {
	color: #585858;
	font-family: 'Cousine', monospace;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.67;
	background-color: #f9f9f9;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
	color: #242424;
	font-family: 'Tinos', serif;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 3rem;
}

h1 {
  font-size: 4.5rem;
  line-height: 1.35;
}

h2 {
  font-size: 3.7rem;
  line-height: 1.22;
}

h3 {
  font-size: 3.1rem;
  line-height: 1.46;
}

h4 {
  font-size: 2.6rem;
  line-height: 1.16;
}

h5 {
  font-size: 2.2rem;
  line-height: 1.4;
}

h6 {
  font-size: 1.8rem;
  line-height: 1.67;
}

@media(max-width: 480px) {
	h1 {
	  font-size: 3.7rem;
	  line-height: 1.22;
	}

	h2 {
	  font-size: 3.1rem;
	  line-height: 1.46;
	}

	h3 {
	  font-size: 2.6rem;
	  line-height: 1.16;
	}

	h4 {
	  font-size: 2.2rem;
	  line-height: 1.4;
	}

	h5 {
	  font-size: 1.8rem;
	  line-height: 1.67;
	}

	h6 {
	  font-size: 1.8rem;
	  line-height: 1.67;
	}
}

p {
	margin: 0 0 3rem;
}

p:last-child {
	margin-bottom: 0;
}

ul, ol {
	margin-bottom: 0;
}

ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

ul li,
ol li {
	margin-bottom: 0;
}

::-moz-selection {
	color: #fff;
	background: #004562;
}

::selection {
	color: #fff;
	background: #004562;
}
/*** END - Typography ***/


/*======================================================================================================================*/


/*** GENERAL STYLES ***/


/*======================================================================================================================*/

html,body {
	height: 100%;
}

a {
	color: #007db3;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

a:hover,
a:focus {
	color: #78c1e2;
	text-decoration: none;
	outline: none;
}

button {
	transition: all 300ms ease-in-out;
}

button:focus {
	outline: 0!important;
}

*:focus {
	outline: none;
}

hr {
	margin-top: 4rem;
 	margin-bottom: 4rem;
  border-top: 1px solid #d6d6d6;
}

label {
	font-weight: normal;
}

/* We use this class to div.col-md-xx, instead of adding div.row */
@media (min-width: 992px) {
	.no-padding { 
		padding: 0;
	} 
}

/* Site Content Width */
@media (min-width: 992px) {
	.container {
	  width: 962px; /* Site content width: 932px */
	}
}

@media (max-width: 1229px) and (min-width: 1170px) {
	.container {
		width: 1140px; /* Site content width: 1110px */
	}
}

@media (min-width: 1230px) {
	.container {
	  width: 1200px; /* Site content width: 1170px */
	}
}
/*** END - General Styles ***/


/*======================================================================================================================*/

/*** GENERAL COMPONENTS ***/

/*======================================================================================================================*/


/*** Main Navigation ***/

/*** ZITI-OFF
.navbar-default .navbar-nav > li > a {
	color: #000;
	background-color: transparent;
}

.navbar-nav > li:not(:first-child) > a {
	margin-left: 3.5rem;
}

.navbar-nav > li:not(:last-child) > a {
	margin-right: 3.5rem;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	opacity: 0.65;
}

.navbar-default .navbar-nav .active > a {
	opacity: 0.65;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	opacity: 0.65;
	background-color: transparent;
}
*/

/* Dropdown Menu */

/*** ZITI-OFF
.dropdown-menu {
	background: rgba(240, 240, 240, 0.9);
	padding: 1rem 0;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0.25rem;
}

.dropdown-menu > li > a {
	color: #000;
	padding: 0.25rem 2rem;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	opacity: 0.65;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.site-header__menu-toggle {
	padding-top: 5px;
	display: none;
}

@media(max-width: 992px) {
	.site-header__menu-toggle{
		display: block;
	}
}

.site-header__menu-toggle-btn {
	color: #000;
	font-size: 27px;
	background-color: transparent;
	border: none;
	outline: none;	
}

.site-header__menu-toggle-btn:hover {
	opacity: 0.65;
}

.site-header--absolute {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	z-index: 1000;
}
*/


/*======================================================================================================================*/


/*** Sticky Header ***/

/*** ZITI-OFF
#sticky_header{
	top:0;
	position:fixed;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	z-index:2000;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 7px;
}
/*


/*======================================================================================================================*/


/*** Slide Menu ***/

/*** ZITI-OFF
.rf-slide-menu-active .navbar-toggle{
	z-index:2500;
}

.rf-slide-menu-active .navbar-toggle .icon-bar{
	background-color:#222;
}

.rf-slide-menu-active .navbar-toggle .icon-bar:nth-child(3){
	visibility:hidden;
}
.rf-slide-menu-active .navbar-toggle .icon-bar:nth-child(2){
	transform: rotate(-45deg) translate(-8px,-1px);
}
.rf-slide-menu-active .navbar-toggle .icon-bar:nth-child(4){
	transform: rotate(45deg) translate(-9px,-1px);
}	

.rf-slide-menu-active{
	overflow:hidden;
	width:100%;
	top:0;
	position:fixed;
}

#rf-body-mask{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	z-index:2000;
	display:none;
	background-color:rgba(0,0,0,.7);
	animation: fadeIn 1s  ease-in;
    -webkit-animation: fadeIn 1s;
}

.rf-slide-menu-active #rf-body-mask{
	display:block;
}

#rf-mobile-menu-nav{
	width: 250px;
	background-color: rgba(51,51,51,0.9);
	position: fixed;
	top: 0;
	left: -500px;
	z-index: 3000;
	transition: left 500ms ease-in-out;
	height: 100%;
	overflow-y: auto;
}

.rf-slide-menu-active #rf-mobile-menu-nav{
	left: 0;
}

#rf-mobile-menu{
	list-style-type: none;
	padding: 0;
	font-weight: bold;
}

#rf-mobile-menu a{
	color:#656565;
	font-weight: normal;
}

#rf-mobile-menu .dropdown-toggle span.caret{
	color: #c5cae9;
	margin-left: 5px;
}

#rf-mobile-menu ul.dropdown-menu{
	display: block;
}


#rf-mobile-menu .rf-open-menu-item{
	border-bottom: 1px solid #ccc;
}

#rf-mobile-menu .rf-submenu{
	list-style-type: none;
	padding-left: 0;
}

#rf-mobile-menu .rf-submenu li:not(:last-child){
	border-bottom: 1px solid #ccc;
}

#rf-mobile-menu .rf-submenu li a{
	padding-left: 20px;
}

#rf-mobile-menu li a{
	display:inline-block;
	width:100%;
	padding:12px 24px 12px 24px;
}

#rf-mobile-menu li a:hover{
	color: #c5cae9;
	background-color: rgba(0,0,0,0.5);
	padding-left: 30px;
}

#rf-mobile-menu>li.dropdown.open>a{
	padding-bottom:0px;
}

#rf-mobile-menu>li:not(:last-child){
	border-bottom: 1px solid rgba(240, 240, 240, 0.1);
}

#rf-mobile-menu li>ul.dropdown-menu{
	position:relative;
	background-color:transparent;
	box-shadow:none;
	border-width:0;
	float:none;
	margin:0;
}

#rf-mobile-menu li>ul.dropdown-menu>li a{
	background-color:transparent;
	padding: 6px 24px 6px 40px;
}

.mobile-menu__close{
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding: 0 15px 0 0;
}

.mobile-menu__close-btn{
	color: rgba(240, 240, 240, 0.65);
	font-size: 2.4rem;
	line-height: 2;
	text-decoration: none;
}
*/

/*======================================================================================================================*/


/*** Blueimp Gallery ***/

.blueimp-gallery {
	background: rgba(12,12,15,.9);
}

.blueimp-gallery>.indicator>li {
	width:60px;
	height:80px;
	background-size:70px 70px;
	border-radius:0;
	background-size:cover;
}

.blueimp-gallery>.next, .blueimp-gallery>.prev {
	border-width:0;
	background-color:transparent;
	font-size:100px;
	line-height:100px;
}

.blueimp-gallery>.close {
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding: 24px;
}

body:last-child .blueimp-gallery>.play-pause {
	width: 35px;
    height: 35px;
    background-size: 70px 35px;
    bottom:20px;
    right:8px;
}

body:last-child .blueimp-gallery-playing>.play-pause {
	background-position:-35px;
}

/* Lightbox Icons (Lineicons) */
.blueimp-gallery > .next,
.blueimp-gallery > .prev {
    font-size: 30px;
    line-height: 1;
    width: 30px;
    height: 30px;
    margin: 0;
    border-width: 0;
    background-color: transparent;
    -webkit-transform-transform: translateY(-50%);
    -ms-transform-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blueimp-gallery > .close {
    font-size: 30px;
    line-height: 1;
    width: 30px;
    height: 30px;
    padding: 0;
    right: 36px;
    top: 29px;
}

@media(max-width: 600px){
	.blueimp-gallery>.indicator{
		display: none;
	}
}


/*======================================================================================================================*/


/*** Owl Carousel ***/

/* Owl Carousel Nav Arrows */
/*** ZITI-off
.owl-prev:before {
    font-family: FontAwesome;
    content: "\f104";
}

.owl-next:before {
    font-family: FontAwesome;
    content: "\f105";
    
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #222;
	color: #fff;
}
*/
/* END - Owl Carousel Nav Arrows */

/* Owl Carousel Nav Dots */
.owl-dots {
  text-align: center;
  position: relative;
	bottom: auto;
	margin: 20px auto 0 auto;
	width: 100%;
}

.owl-dot {
	background-color: #aaa;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: inline-block;
	transition: background-color 400ms ease-in-out;
}

.owl-dot:not(:last-child) {
	margin-right: 13px;
}

.owl-dot.active{
	background-color: #004562;
}
/* Owl Carousel Nav Dots */

/* Owl Carousel Navigation with Arrows for Desktop and Dots for Mobile */
.slider-nav-dots .owl-nav{
	top: 39%;
}

.slider-nav-dots .owl-nav>div {
	background-color: #ccc;
	color: #555;
	position: relative;
}

.slider-nav-dots .owl-prev {
	left: -80px;
}

.slider-nav-dots .owl-next {
	left: 80px;
}

.slider-nav-dots .owl-dots {
	display: none;
}

.slider-nav-dots .owl-dot.active {
	background-color: #ff5252;
}

@media(max-width:1315px) {
	.slider-nav-dots .owl-nav {
		display: none;
	}
	.slider-nav-dots .owl-dots {
		display: block;
	}
}
/* END - Owl Carousel Navigation with Arrows for Desktop and Dots for Mobile */


/*======================================================================================================================*/


/*** Contact Form 7 ***/

/* .wpcf7-form p {
	position: relative;
}

.wpcf7-form input[type='text'], 
.wpcf7-form input[type='email'],
.wpcf7-form textarea {
	width: 100%;
	padding: 5px 6px;
}

.wpcf7-form .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form div.wpcf7-validation-errors {
	padding: 0;
	border: none;
}

.wpcf7-form .wpcf7-not-valid {
	border-color: #d32b33 ;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
	border: none;
	padding: 0;
	border-radius: 0;
	color: #08a045;
	font-weight: bold;
	margin-left: 0;
	letter-spacing: 0.3px;
}

@media(max-width:767px) {
	.wpcf7-form div[class^="col-sm-"]:not(:last-child) {
		margin-bottom: 15px;
	}
} */


/*======================================================================================================================*/


/*** Cookie Notice ***/

#rf-cookies-notice{
	width:100%;
	position:fixed;
	left:0;
	top: 0;
	color:#fff;
	text-align:center;
	z-index:1000;
	font-size: 20px;
	background-color: rgba(12, 12, 15, 0.9);
	padding: 120px 10px;
	display: none;
}
#rf-cookies-notice button{
	margin-left:12px;
}

#rf-cookies-notice button:hover,
#rf-cookies-notice button:focus {
	border-color: #ff5252;
	background-color: #ff5252;
}

@media(max-width:500px){
	#rf-cookies-notice button{
		display:block;
		margin:12px auto 0 auto;
	}
}
/*** END - Cookie Notice ***/


/*======================================================================================================================*/


/*** Back to Top ***/

#rf-back-top.affix {
	position:fixed;
	 animation: fadeIn 2s  ease-in;
    -webkit-animation: fadeIn 2s;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
    background-color: #0C0C0F;
    color: #ff5252;
    color:#ccc;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    box-shadow: 4px 4px 20px 1px rgba(0,0,0,0.47);
}

#rf-back-top.affix {
	display: block;
	color: #fff;
	font-size: 21px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background-color: #242424;
	border-radius: 50px;
	box-shadow: none;
	position: fixed;
	bottom: 22px;
	right: 15px;
	z-index: 2;	
}
/*** END - Back to Top ***/


/*======================================================================================================================*/


/*** CUSTOM STYLES ***/


/*======================================================================================================================*/


/* -----------------------------------------
	Header
----------------------------------------- */
.site-header {
	background-color: #fff;
	box-shadow: 0px 4px 8px -3px rgba(17, 17, 17, .06);
}

.site-header-desktop {
	text-align: center;
	padding: 2.6rem 0;
	position: relative;
}

.logo {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.logo__link {
	display: inline-block;
}

.site-header-desktop .logo img {
	max-width: 16rem;
}

/*.site-header-desktop .logo__svg {
	width: 16rem;
	max-width: 16rem;
	height: auto;
}*/

.subnav {
	display: inline-block;
	position: absolute;
	top: 35%;
	right: 1.5rem;
}

.subnav-icon {
	font-size: 2.4rem;
	line-height: 1;
	padding-left: 1.5rem;
}

.subnav-icon a {
	color: #242424;
	display: inline-block;
}

.subnav-icon a:hover {
	color: #007db3;
}

.subnav-icon a:focus {
	color: #242424;
}

/* Cart Icon with Count*/
.nav-cart {
	display: inline-block;
	position: relative;
}
.nav-cart__count {
	color: #fff;
	font-size: 10px;
  background: #e84855;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  line-height: 1.85;
  position: absolute;
  bottom: 60%;
  left: 26%;
}

/***  Mobile Header  ***/
@media (min-width: 992px) {
	.site-header-mobile,
	#mobilemenu {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-header-desktop {
		display: none;
	}
}

.site-header-mobile {
	text-align: center;
	padding: 2.6rem 0;
	position: relative;
}

.site-header-mobile .logo img {
	max-width: 10rem;
}

/*.site-header-mobile .logo__svg {
	width: 10rem;
	max-width: 10rem;
	height: auto;
}*/

.site-header-mobile .subnav {
	top: 27%;
}

/*** Top Bar ***/
.site-header-top-bar {
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	text-align: center;
	background-color: #00202e;
	padding: 0.75rem 15px;
	border-top: 2px solid #dbd5ab;
}



/* -----------------------------------------
	Main Navigation
----------------------------------------- */

.nav {
	display: inline-block;
}

.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.navigation-main::after {
  content: "";
  display: table;
  clear: both;
}

.navigation-main li {
  position: relative;
  margin-bottom: 0;
}

.navigation-main > li {
  display: inline-block;
}

.navigation-main a,
.navigation-main span {
  display: block;
  white-space: nowrap;
}

.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
  transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.navigation-main ul ul {
  top: -7px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.navigation-main li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}

.navigation-main li:hover ul {
  z-index: 15;
}

.navigation-main > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.navigation-main > .nav-open-left ul {
  right: 0;
}

.navigation-main > .nav-open-left ul ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left ul {
  right: 100%;
  left: auto;
}

.navigation-main li .nav-open-left.menu-item-has-children > a::after,
.navigation-main li .nav-open-left.menu-item-has-children > span::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main li.nav-open-left .menu-item-has-children > a::after,
.navigation-main li.nav-open-left .menu-item-has-children > span::after {
  content: "\f0d9";
  font-size: 12px;
}

.navigation-main ul {
  padding: 7px;
  list-style: none;
  background-color: #fff;
  min-width: 220px;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  margin-left: -7px;
}

.navigation-main a,
.navigation-main span {
  position: relative;
  color: #242424;
  font-size: 14px;
}

.navigation-main > li > a,
.navigation-main > li > span {
  padding: 10px 0;
  margin: 0 15px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}

.over-background .navigation-main > li > a,
.over-background .navigation-main > li > span {
  color: #fff;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a,
.navigation-main > li:hover > span,
.navigation-main > li > span:focus,
.navigation-main > .current-menu-item > span,
.navigation-main > .current-menu-parent > span,
.navigation-main > .current-menu-ancestor > span {
  /*border-color: #019afe;*/
  border-color: #007db3;
}

.navigation-main li li a,
.navigation-main li li span {
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 3px;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a,
.navigation-main li li:hover > span,
.navigation-main li li > span:focus,
.navigation-main li .current-menu-item > span,
.navigation-main li .current-menu-parent > span,
.navigation-main li .current-menu-ancestor > span {
  /*background-color: #31356b;*/
  background-color: #004562;
  color: #fff;
}

.navigation-main .menu-item-has-children > a::after,
.navigation-main .menu-item-has-children > span::after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 10px;
  position: relative;
  top: -1px;
  right: -4px;
  line-height: normal;
}

.navigation-main li .menu-item-has-children > a,
.navigation-main li .menu-item-has-children > span {
  padding-right: 25px;
}

.navigation-main li .menu-item-has-children > a::after,
.navigation-main li .menu-item-has-children > span::after {
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}

.navigation-main .nav-button > a,
.navigation-main .nav-button > span {
  border: 2px solid #019afe;
  border-radius: 30px;
  padding: 12px 30px;
  margin-left: 10px;
  font-size: 12px;
}

.navigation-main .nav-button > a::before,
.navigation-main .nav-button > span::before {
  display: none;
}

.navigation-main .nav-button > a:hover,
.navigation-main .nav-button > span:hover {
  /*background-color: #019afe;*/
  background-color: #007db3;
  color: #fff;
}

.navigation-main .nav-button:last-child > a,
.navigation-main .nav-button:last-child > span {
  margin-right: 0;
}

.navigation-main .mega-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > span {
  font-weight: 700;
  font-size: 1.05em;
}

.navigation-main .mega-menu > ul > li > a,
.navigation-main .mega-menu > ul > li > a:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > a,
.navigation-main .mega-menu > ul > li.current-menu-parent > a,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > a,
.navigation-main .mega-menu > ul > li > span,
.navigation-main .mega-menu > ul > li > span:focus,
.navigation-main .mega-menu > ul > li.current-menu-item > span,
.navigation-main .mega-menu > ul > li.current-menu-parent > span,
.navigation-main .mega-menu > ul > li.current-menu-ancestor > span {
  background-color: transparent;
  color: initial;
}

.navigation-main .mega-menu > ul ul {
  display: block;
  opacity: 1;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  background: none;
  min-width: 180px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}

.navigation-main .mega-menu > ul a::after,
.navigation-main .mega-menu > ul span::after {
  display: none;
}

.navigation-main .mega-menu:hover ul ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.navigation-main-right {
  text-align: right;
}

.navigation-main-right > li:last-child ul {
  right: 0;
}

.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}

.navigation-main-right > li:last-child .menu-item-has-children > a::after,
.navigation-main-right > li:last-child .menu-item-has-children > span::after {
  content: "\f0d9";
  font-size: 12px;
}


/* -----------------------------------------
	Mobile menu
----------------------------------------- */

.mm-page {
  position: static;
}

.mm-opened .mm-page {
  position: relative;
}

.mobile-nav-trigger {
  float: right;
  text-transform: uppercase;
  font-weight: 500;
  /*display: none;*/
  color: currentColor;
}

.mobile-nav-trigger:hover {
  color: inherit;
}

/* ZITI Custom Styles */
#mobilemenu {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-front {
	z-index: 2;
}

.mm-menu .mm-navbar i {
	font-size: 2.4rem;
}


/* -----------------------------------------
	Nav Fullscreen Search
----------------------------------------- */

.nav-search-icon {
	display: inline-block;
}

.nav-search-toggle-btn {
	cursor: pointer;
}

.nav-search-toggle-btn:hover,
.nav-search-toggle-btn:focus {
	color: #78c1e2;
}

.nav-search-form {
	position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
		 -moz-transition: all 0.5s ease-in-out;
			 -o-transition: all 0.5s ease-in-out;
			-ms-transition: all 0.5s ease-in-out;
					transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
		 -moz-transform: translate(0px, -100%) scale(0, 0);
			 -o-transform: translate(0px, -100%) scale(0, 0);
			-ms-transform: translate(0px, -100%) scale(0, 0);
					transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  display: table;
  z-index: 3;
}

.nav-search-form.isActive {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	   -moz-transform: translate(0px, 0px) scale(1, 1);
			 -o-transform: translate(0px, 0px) scale(1, 1);
			-ms-transform: translate(0px, 0px) scale(1, 1);
					transform: translate(0px, 0px) scale(1, 1); 
	opacity: 1;
	z-index: 9999;
}

.nav-search-close-btn {
	position: fixed;
	top: 2rem;
	right: 3rem;
	color: #242424;
	line-height: 1;
	background-color: transparent;
	border: none;
	opacity: 1;
	padding: 0;
	/*font-size: 3.1rem;*/
	font-size: 3.6rem;
	text-transform: uppercase;
	-webkit-transition: opacity 0.2s ease;
	    	  transition: opacity 0.2s ease;
}

.nav-search-close-btn:hover,
.nav-search-close-btn:focus {
	opacity: 0.6;
}

.nav-search-form-inner {
	text-align: center;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}

.nav-search-form form input[type="search"] {
	font-size: 1.8rem;
  /*line-height: 35px;*/
  height: auto;
  background: none;
  font-style: italic;
  font-weight: normal;
  border: none;
  border: 2px solid #585858;
  padding: 1.5rem;
  width: 700px;
  text-align: center;
  border-radius: 50px;
}

.nav-search-form form input[type="submit"],
.woocommerce-product-search button {
	display: none;
}

@media (max-width: 767px) {
	.nav-search-form form input[type="search"] {
		width: 300px;
		font-size: 1.3rem;
	}	
	.nav-search-close-btn {
		right: 20px;
		top: 20px;
	}
}
/*** END - Nav Fullscreen Search ***/


/* -----------------------------------------
	Elements styles
----------------------------------------- */

.main-content {
	padding: 6rem 0;
}

.mrgn-btm {
	margin-bottom: 9rem;
}

/*** Page Titles ***/
.page-title {
	text-align: center;
	margin-bottom: 9rem;
}
.page-title:after {
	content: "";
	display: block;
	width: 7rem;
	height: 3px;
	background-color: #d9d9d9;
	margin-top: 1.2rem;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 480px) {
	.page-title {
		font-size: 3.1rem;
	}
}

/*** Page Content ***/
.page-content-narrow {
	max-width: 76rem;
	margin: auto; 
}

/*** Buttons ***/
.cta-btn {
	font-size: 1.3rem;
	border: 1px solid #585858;
	padding: 1.1rem 4.3rem;
	border-radius: 50px;
	font-weight: bold;
	letter-spacing: .05em;
	display: inline-block;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.cta-btn:hover {
	color: #fff;
	background-color: #004562;
	border-color: #004562;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #007db3;
	font-size: 1.3rem;
	background: transparent;
	border: 1px solid #585858;
	padding: 1.5rem 4.3rem;
	border-radius: 50px;
	font-weight: bold;
	letter-spacing: .05em;
	display: inline-block;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #fff;
	background-color: #004562;
	border-color: #004562;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 1.5rem 4.3rem;
}

/*** Placeholder text color ***/
::-webkit-input-placeholder {
  font-weight: normal;
  opacity: .6;
}

:-moz-placeholder {
  font-weight: normal;
  opacity: .6;
}

::-moz-placeholder {
  font-weight: normal;
  opacity: .6;
}

:-ms-input-placeholder {
  font-weight: normal;
  opacity: .6;
}

/*** Forms ***/
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: .65em .5em .35em;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

.woocommerce form .form-row textarea {
	height: 4.55em;
}

input[type="radio"], input[type="checkbox"] {
	margin: 1px 0 0;
	vertical-align: text-top;
}

.woocommerce button.button[name="login"] {
	margin: 0 1.5rem 3rem 0;
}

.woocommerce form .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	display: inline-block;
}

.woocommerce-privacy-policy-text p {
	font-size: 1.3rem;
	margin: 1.5rem 0 3rem;
}

@media (min-width: 769px) {
	.woocommerce form.register {
		min-height: 33.3rem;
	}
}


/* -----------------------------------------
	Footer
----------------------------------------- */

.site-footer {
	color: #bfbfbf;
	background-color: #00202e;
	border-top: 3px solid #dbd5ab;
}

.footer-top {
	padding: 10.5rem 0 15rem;
}

/*** Footer Contacts ***/
.footer-logo {
	margin: 0.6rem 0 3.6rem;
}

.footer-logo__link {
    display: inline-block;
    line-height: 0.1;
}

.footer-logo img {
	/* max-width: 15rem; */
	max-width: 13.5rem;
}

.site-footer .rf-contact-link {
	color: #bfbfbf;
}

.site-footer .rf-contact-link:hover {
	color: #007db3;
}

/*
.footer-location__title {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: .75rem;
}

.footer-location p:not(:last-child) {
	margin-bottom: 2.5rem;
}

.footer-location__link {
	color: #bfbfbf;
	margin-top: 1.4rem;
	display: inline-block;
}

.footer-location__link:hover {
	color: #007db3;
}

@media (max-width: 991px) {
	.footer-contacts {
		margin-bottom: 6rem;
	}
}
*/

.footer-emails {
	margin-top: 2.5rem;
}

@media (max-width: 991px) {
	.footer-contacts {
		margin-bottom: 6rem;
	}
}

/*** Footer Menu Widget ***/
.widget-title {
	color: #fff;
	line-height: 1;
}

.widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_nav_menu li {
	line-height: normal;
	display: block;
	position: relative;
}

.widget_nav_menu li a {
	color: #bfbfbf;
	margin-bottom: 1.5rem;
	display: inline-block;
}

.widget_nav_menu li a:hover {
	color: #007db3;
}

.widget_nav_menu li:last-child a {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.widget-title {
		margin-bottom: 4.8rem;
	}
}

@media (max-width: 991px) {
	.footer-2nd-menu {
		margin-bottom: 6rem;
	}
}

/*** Newsletter CTA ***/
.newsletter-cta {
	margin-bottom: 6rem;
}

.newsletter-cta__title {
	color: #fff;
	line-height: 1;
}

.newsletter-cta p {
	margin-bottom: 2.25rem;
}

.newsletter-cta__btn {
	border-color: #bfbfbf;
}

.newsletter-cta__btn:hover,
.newsletter-cta__btn:focus {
	color: #fff;
	background-color: #007db3;
	border-color: #007db3;
}

@media (min-width: 992px) {
	.newsletter-cta__title {
		/* margin-bottom: 2.6rem; */
		margin-bottom: 4.4rem;
	}
}

/*** Footer Social ***/
.footer-social__title {
	color: #bfbfbf;
	font-family: 'Cousine', monospace;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.67;
	margin-bottom: 1.5rem;
}

.footer-social__link {
	color: #bfbfbf;
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	margin-right: 0.75rem;
}

.footer-social__link:hover {
	color: #007db3;
}

/*** Footer Bottom ***/
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 3rem 0;
}

.footer-copyright-signature {
	font-size: 1.3rem;
}

.footer-copyright-signature .fa-heart {
	color: #e84855;
}

.footer-gdpr-link {
	color: #bfbfbf;
}

.footer-gdpr-link:hover {
	color: #007db3;
}

/*** Footer Back to Top ***/
#rf-back-top.affix {
	background-color: #004562;
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.3);
}


/* -----------------------------------------
	Home
----------------------------------------- */

.page-template-template-home .main-content {
	padding: 6rem 0 0;
}

/*** Home Slider ***/
.home-slider {
	margin-bottom: 9rem;
}

.owl-nav {
	text-align: center;
	line-height: 1;
	/* margin-top: 4.5rem; */
}

.owl-prev i,
.owl-next i {
	display: inline-block;
	color: rgba(88, 88, 88, 0.45);
	font-size: 3.6rem;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.owl-prev i:hover,
.owl-next i:hover {
	color: #007db3;
}

.owl-prev {
	margin-right: 10px;
}

.owl-next {
	margin-left: 10px;
}

.owl-carousel .owl-stage-outer {
	padding-bottom: 4.5rem;
}
.home-slide__img {
	border-radius: 3px;
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.1);
}



/*** Home Banners ***/
.home-banners {
	margin-bottom: 9rem;
}

.home-banner {
	position: relative;
	margin-bottom: 6rem;
	background-color: #fff;
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.1);
}

.home-banner__img {
	width: 100%;
	background-color: #fff;
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
	border: 6px solid #fff;
}

.home-banner:hover .home-banner__img {
	opacity: .5;
}

.home-banner__title {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	margin: 0;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.home-banner__title-link {
	color: #fff;
	background-color: #004562;
	text-align: center;
	padding: 1.1rem 4.3rem;
	display: inline-block;
	border-radius: 50px;
	min-width: 45%;
	position: absolute;
	bottom: -1.5rem;
	transform: translateX(-50%);
	left: 50%;
	border: 1px solid #004562;
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.3);
}

.home-banner__title-link:hover {
	background-color: #fff;
}

.home-banner__title-link:hover .home-banner__title {
	color: #007db3;
}

.home-featured {
	background-color: #ebebeb;
	padding: 9rem 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.home-featured__items-title {
	text-align: center;
	margin-bottom: 6rem;
}

.home-featured__items-title:after {
	content: "";
	display: block;
	width: 7rem;
	height: 3px;
	background-color: #d9d9d9;
	margin-top: 1.2rem;
	margin-left: auto;
	margin-right: auto;
}

.home-featured__cta {
	text-align: center;
}


/* -----------------------------------------
	WooCommerce styles
----------------------------------------- */

/*** Single Product ***/
.single-product .main-content {
	padding: 6rem 0 0;
}
.woocommerce-page div.product div.images {
	width: 100%;
	min-height: 1px;
	max-width: 33.33333%;
	padding-right: 45px;
	margin-bottom: 7.5rem;
}

.woocommerce-product-gallery__image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 15px, transparent, 16px, transparent);
} 

.woocommerce-product-gallery__image {
	border-radius: 3px;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}

.woocommerce div.product div.images img {
	border-radius: 3px;
}

.single-product.woocommerce-page .product .summary {
  width: 100%;
  min-height: 1px;
  max-width: 66.66667%;
  padding-right: 15px;
  padding-left: 45px;
  margin-bottom: 7.5rem;
}

.book-author-name {
	font-family: 'Cousine', monospace;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.67;
  margin-bottom: 0;
}

.book-subtitle {
	font-size: 2.2rem;
	margin: 2.25rem 0 0;
}

.woocommerce .product .product_title {
	font-size: 3.7rem;
	line-height: 1.35;
	margin-bottom: 0;
}

.woocommerce div.product p.price {
	color: #585858;
	font-size: 2.2rem;
	margin-top: 3rem;
}

.product .price del span {
	text-decoration: line-through;
}

.woocommerce div.product form.cart {
	margin-bottom: 6rem;
}

.single-product .quantity .qty {
	display: none;
}

.woocommerce div.product form.cart .button {
	color: #007db3;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.67;
  background-color: transparent;
  border: 1px solid #585858;
  padding: 1.1rem 4.3rem;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.woocommerce div.product form.cart .button:hover {
	color: #fff;
 	background-color: #004562;
  	border-color: #004562;
}

.woocommerce-tabs {
	padding-top: 9rem;
  border-top: 2px solid #efefef;
	margin-bottom: 9rem;
}

.book-description {
	padding-right: 6rem;
}

.book-description ul,
.book-description ol {
	margin-bottom: 3rem;
}

.book-description__to-top {
	margin-top: 4.5rem;
}

.book-description__to-top-icon {
	color: #585858;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	display: block;
}

a.book-description__to-top-link:focus {
	color: #007db3;
}

.book-description__pdf {
	margin-bottom: 4.5rem;
}

.book-description__pdf-icon {
	color: #585858;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	display: block;
}

.book-description__share-icon {
	color: #585858;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	display: block;
}

.book-description__share-title {
	font-family: 'Cousine', monospace;
	font-size: 1.5rem;
	line-height: 1.67;
	margin-bottom: .75rem;
}

.book-description__share-link {
	color: #585858;
	font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.75rem;
}

.book-description__share-link.fa-icon {
	font-size: 18px;
	vertical-align: top;
}

.book-description__share-link:hover {
	color: #007db3;
}

.book-description__share-link:focus {
	color: #585858;
}

@media (min-width: 992px) {
	.book-description__to-top-icon {
		display: inline-block;
	}
	.book-description__to-top-link {
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 991px) {
	.book-description {
		padding-right: 0;
		margin-bottom: 4.5rem;
	}
}

@media (max-width: 768px) {
	.woocommerce-page div.product div.images {
		max-width: 50%;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.single-product.woocommerce-page .product .summary {
		max-width: 100%;
		padding-left: 15px;
	}
}

@media (max-width: 480px) {
	.woocommerce .product .product_title {
		font-size: 3.1rem;
		line-height: 1.22;
	}
	.book-subtitle {
		font-size: 1.9rem;
	}
}

/* Single Product Meta */
.single-product .product_meta {
	font-size: 1.5rem;
}

.single-product .product_meta > span {
	display: block;
}

.single-product span.tagged_as {
	display: none;
}

.single-product .posted_in {
	margin-bottom: 3rem;
}

.book-extra-info {
	margin-top: 1.5rem;
}

/* Related Products */
.related-products-wrapper {
	background-color: #ebebeb;
	padding: 9rem 0 3rem;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.related.products > h2 {
	font-size: 3.1rem;
}

/* Product Inquiry Form */
.woocommerce .single-product-inquiry-btn.button {
	margin-bottom: 6rem;
}
.single-product-inquiry {
    padding: 9rem 0;
    border-top: 2px solid #efefef;
}
.single-product-inquiry h2 {
    font-size: 3.1rem;
}
.single-product-inquiry-text {
	margin-bottom: 3rem;
}
.product_cat-ekdoseis-ypo-aposyrsi .book-description__to-top,
.product_cat-ektos-kykloforias .book-description__to-top,
.product_cat-ypo-aposyrsi-panepistimiaka .book-description__to-top,
.product_cat-ypo-aposyrsi-boithimata .book-description__to-top {
	display: none;
}

/* Product Inquiry Form CF7 Styles */
.rf-contact-form :last-child {
	margin-bottom: 0;
}
.rf-contact-form__input-wrap {
	margin-bottom: 3rem;
}
.rf-contact-form label {
	margin: 0;
	display: block;
}
.rf-contact-form span {
	display: inline;
}
.rf-contact-form input,
.rf-contact-form textarea {
	color: inherit;
	font: inherit;
	line-height: normal;
	width: 100%;
	max-width: 100%;
	height: 50px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	padding: 0.6rem 1.2rem;
	margin: 0;
	display: inline-block;
	-webkit-appearance: none;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.rf-contact-form textarea {
	height: auto;
	overflow: auto;
	padding: 1.2rem;
}
.rf-contact-form input:focus,
.rf-contact-form input:hover,
.rf-contact-form textarea:focus,
.rf-contact-form textarea:hover {
    outline: 0;
    border-color: #737373;
}
.rf-contact-form input[type=checkbox],
.rf-contact-form input[type=radio] {
	width: auto;
	height: auto;
	box-sizing: border-box;
    padding: 0;
}
.rf-contact-form input[type=checkbox] {
    -webkit-appearance: checkbox;
    margin-right: 0.8rem;
}
.rf-contact-form .wpcf7-acceptance label {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.rf-contact-form .wpcf7-acceptance input[type=checkbox] {
    margin: 0.4rem 0.8rem 0 0;
}
.rf-contact-form .wpcf7-acceptance span.wpcf7-list-item {
	margin: 0;
}
.rf-contact-form .wpcf7-acceptance .wpcf7-list-item-label:hover {
	cursor: pointer;
}
.rf-contact-form input[type="submit"] {
    color: #007db3;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: .05em;
	width: auto;
    height: auto;
    background: transparent;
    border: 1px solid #585858;
	border-radius: 50px;
	padding: 1.1rem 4.3rem;
    display: inline-block;
    -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.rf-contact-form input[type="submit"]:hover {
	color: #fff;
    background-color: #004562;
    border-color: #004562;
}
.rf-contact-form input[type="submit"][disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
}
.rf-contact-form input[type="submit"][disabled]:hover {
    color: inherit;
    background-color: #ebe9eb;
}
.rf-contact-form__asterisk {
	color: #d32b33;
}
.rf-recaptcha-tos {
	font-size: 1.2rem;
}
.wpcf7-form .rf-contact-form .wpcf7-not-valid {
	border-color: #d32b33;
}
.wpcf7-form .rf-contact-form .wpcf7-not-valid-tip {
	color: #d32b33;
	font-size: 1.3rem;
    margin-top: 8px;
	display: block;
}
.wpcf7 form .wpcf7-response-output {
	color: #242424;
	font-size: 1.3rem;
    padding: 2.6rem 1.5rem;
	background-color: #ffebb3;
	border-color: #ffebb3;
    border-left: 5px solid #ffb900;
    border-radius: 3px;
    margin: 3rem 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
	background-color: #08a045;
	border-color: #08a045;
    border-left-color: #066f30;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	color: #fff;
	background-color: #d32b33;
	border-color: #d32b33;
    border-left-color: #7f1a1f;
}
.wpcf7 form.spam .wpcf7-response-output {
	color: #fff;
	background-color: #f56e28;
	border-color: #f56e28;
    border-left-color: #af4008;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffebb3;
	border-left-color: #ffb900;
}

/* Hide reCAPTCA v3 Badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* WooCommerce Alerts */
ul.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	color: #585858;
	background-color: #fff;
	border-radius: 5px;
	margin: 0 0 4.5rem;
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.2);
}
.cart-empty.woocommerce-info {
	margin: 0 0 4.5rem;
}

.woocommerce-message .button.wc-forward,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message .button {
	color: #007db3;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .05em;
  background-color: transparent;
  padding: 0;
  border: none;
  display: inline-block;
  -webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.woocommerce-message a.button.wc-forward:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message .button:hover {
	color: #78c1e2;
	background-color: transparent;
}

.woocommerce-message .button.wc-forward:after,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message .button:after {
	content: "\ea4c";
	font-family: LineIcons!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	margin-left: 0.8rem;
	margin-bottom: 0.1rem;
	vertical-align: middle;
	font-size: 2.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1169px) {
	.single-product .woocommerce-message,
	.woocommerce-MyAccount-content .woocommerce-message {
		padding: 1em 2em 3em 3.5em;
	}
	.woocommerce-message .button.wc-forward,
	.woocommerce .woocommerce-MyAccount-content .woocommerce-message .button {
		float: none;
		position: absolute;
		bottom: 1.5rem;
	}
}



/****************************************************************************************************************************************************************************************/

/* Single Product Version 2.0 (.postid-178) */

/* .postid-178 .related-products-wrapper {
	background-color: #ebebeb;
	padding: 9rem 0 3rem;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.postid-178 .related.products > h2 {
	font-size: 3.1rem;
} */

/* .postid-178 .site-footer {
	background: #c8e6f3;
	background-color: #d9d9d9;
	background-color: #004562;
	background-color: #00202e;
	border-top: 3px solid #dbd5ab;
} */

/* .postid-178 .footer-location--title,
.postid-178 .site-footer .widget-title,
.postid-178 .newsletter-cta--title {
	color: #fff;
} */

/* .postid-178 .footer-location p,
.postid-178 .footer-location a,
.postid-178 .widget_nav_menu li a,
.postid-178 .newsletter-cta p,
.postid-178 .footer-social--title,
.postid-178 .footer-social--link,
.postid-178 .footer-copyright-signature {
	color: #bfbfbf;
} */

/* .postid-178 .footer-location--link:hover,
.postid-178 .footer-location--link:focus,
.postid-178 .widget_nav_menu li a:hover,
.postid-178 .widget_nav_menu li a:focus,
.postid-178 .footer-social--link:hover,
.postid-178 .footer-social--link:focus {
	color: #007db3;
} */

/* .postid-178 .newsletter-cta--btn {
	border-color: #bfbfbf;
}
.postid-178 .newsletter-cta--btn:hover,
.postid-178 .newsletter-cta--btn:focus {
	color: #fff;
	background-color: #007db3;
	border-color: #007db3;
} */

/* .postid-178 .footer-bottom {
	border-top: 1px solid #002b3d;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
} */


/**
 * Book Description Scrolling (.postid-155)
 */

.postid-155 .book-description__to-top {
	display: none;
}

.postid-155 .book-description {
	max-height: 600px;
	overflow-y: auto;
	border: 2px solid #efefef;
	border-radius: 3px;
	padding: 4.5rem 3rem;
	background: #fcfcfc;
}

/* .postid-155 .related-products-wrapper {
	background-color: #ebebeb;
	padding: 9rem 0 3rem;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.postid-155 .related.products > h2 {
	font-size: 3.1rem;
} */

/* .postid-155 .site-footer {
	background: #c8e6f3;
	background-color: #d9d9d9;
	background-color: #004562;
	background-color: #00202e;
	border-top: 3px solid #DBD5AB;
} */

/* .postid-155 .footer-location--title,
.postid-155 .site-footer .widget-title,
.postid-155 .newsletter-cta--title {
	color: #fff;
} */

/* .postid-155 .footer-location p,
.postid-155 .footer-location a,
.postid-155 .widget_nav_menu li a,
.postid-155 .newsletter-cta p,
.postid-155 .footer-social--title,
.postid-155 .footer-social--link,
.postid-155 .footer-copyright-signature {
	color: #bfbfbf;
} */

/* .postid-155 .footer-location--link:hover,
.postid-155 .footer-location--link:focus,
.postid-155 .widget_nav_menu li a:hover,
.postid-155 .widget_nav_menu li a:focus,
.postid-155 .footer-social--link:hover,
.postid-155 .footer-social--link:focus {
	color: #007db3;
} */

/* .postid-155 .newsletter-cta--btn {
	border-color: #bfbfbf;
}
.postid-155 .newsletter-cta--btn:hover,
.postid-155 .newsletter-cta--btn:focus {
	color: #fff;
	background-color: #007db3;
	border-color: #007db3;
} */

/* .postid-155 .footer-bottom {
	border-top: 1px solid #002b3d;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
} */

@media (max-width: 424px) {
	.postid-155 .book-description {
		padding: 4.5rem 1.5rem;
	}
}

/**
 * Book Description No Scrolling (.postid-179)
 */

 /* .postid-179 .related-products-wrapper {
 	background-color: #ebebeb;
 	padding: 9rem 0 3rem;
 	border-top: 1px solid #d6d6d6;
 	border-bottom: 1px solid #d6d6d6;
 }

 .postid-179 .related.products > h2 {
 	font-size: 3.1rem;
 } */

 /* .postid-179 .site-footer {
 	background: #c8e6f3;
 	background-color: #d9d9d9;
 	background-color: #004562;
 	background-color: #00202e;
 	border-top: 3px solid #dbd5ab;
 } */

 /* .postid-179 .footer-location--title,
 .postid-179 .site-footer .widget-title,
 .postid-179 .newsletter-cta--title {
 	color: #fff;
 } */

 /* .postid-179 .footer-location p,
 .postid-179 .footer-location a,
 .postid-179 .widget_nav_menu li a,
 .postid-179 .newsletter-cta p,
 .postid-179 .footer-social--title,
 .postid-179 .footer-social--link,
 .postid-179 .footer-copyright-signature {
 	color: #bfbfbf;
 } */

 /* .postid-179 .footer-location--link:hover,
 .postid-179 .footer-location--link:focus,
 .postid-179 .widget_nav_menu li a:hover,
 .postid-179 .widget_nav_menu li a:focus,
 .postid-179 .footer-social--link:hover,
 .postid-179 .footer-social--link:focus {
 	color: #007db3;
 } */

 /* .postid-179 .newsletter-cta--btn {
 	border-color: #bfbfbf;
 }
 .postid-179 .newsletter-cta--btn:hover,
 .postid-179 .newsletter-cta--btn:focus {
 	color: #fff;
 	background-color: #007db3;
 	border-color: #007db3;
 } */

 /* .postid-179 .footer-bottom {
 	border-top: 1px solid #002b3d;
 	border-top: 1px solid rgba(255, 255, 255, 0.06);
 } */

/****************************************************************************************************************************************************************************************/




/*** Product Archives ***/
.woocommerce-products-header__title.page-title {
	text-align: left;
	margin-bottom: 3rem;
}
.woocommerce-products-header__title.page-title:after {
	content: none;
}
.loop-product-image {
	margin-bottom: 2.25rem;
	background-color: #fff;
	border-radius: 3px;
}

.woocommerce ul.products li.product a img {
	margin: 0;
	border-radius: 3px;
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product a.loop-product-image__link {
	display: block;
	position: relative;
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
}

.woocommerce ul.products li.product a.loop-product-image__link:hover {
	opacity: 0.5;
}

.woocommerce ul.products li.product a.loop-product-image__link:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(to right,transparent 1%,rgba(0,0,0,.06) 4%,rgba(255,255,255,.01) 4.25%,rgba(255,255,255,.25) 5.5%,rgba(255,255,255,.1) 15%,rgba(255,255,255,0) 50%);
	background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 15px, transparent, 16px, transparent);
}

.woocommerce ul.products li.product h3.loop-product-author {
	font-family: 'Cousine', monospace;
	font-size: 1.3rem;
	padding: 0;
	margin-bottom: 0.75rem;
}

.loop-product-author a {
	color: #737373;
}

.loop-product-author a:hover,
.loop-product-author a:focus {
	color: #007db3;
}

.loop-product-title {
	font-family: 'Cousine', monospace;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.loop-product-title__link {
	color: #242424;
}

.loop-product-title__link:hover,
.loop-product-title__link:focus {
	color: #007db3;
}

.woocommerce ul.products li.product .price {
	color: #585858;
}

.woocommerce-products-header {
	margin-bottom: 6rem;
}

/* WooCommerce Sorting Order Dropdown */
.woocommerce .woocommerce-ordering {
	margin-bottom: 3rem;
	float: none;
}

.woocommerce .woocommerce-ordering select {
	color: #737373;
	font-size: .875em;
	line-height: 1.3em;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
  padding: .3em .25em .25em .25em;
  max-width: 100%;
}

@media (max-width: 359px) {
	.woocommerce .woocommerce-ordering select {
		font-size: 1.06rem;
	}
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
	border: 1px solid #d9d9d9;
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
	border-radius: 50px;
}

.woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
	margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	color: #585858;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 2px 0 0 2px;
}

.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers {
	padding: 0; 
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ebebeb;
  color: #585858;
}

/* Category with Subcategories Display */
.term-panepistimiaka .woocommerce-loop-category__title {
	font-family: 'Cousine', monospace;
    font-size: 1.5rem;
}
.term-panepistimiaka .woocommerce-loop-category__title mark {
	background-color: transparent;
}
.term-panepistimiaka.woocommerce ul.products .product-category a h2 {
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.term-panepistimiaka.woocommerce ul.products .product-category a:hover h2 {
	color: #007db3;
}

/* Display Subcategories Navigation to Specific Product Categories */
.rf-subacategories-nav {
	margin-bottom: 4.5rem;
}
.rf-subacategories-nav ul {
	padding: 0;
}
.rf-subacategories-nav li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}
.rf-subacategories-nav li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 2px;
    background-color: #d9d9d9;
    margin-left: 1rem;
    vertical-align: middle;
}
.rf-subacategories-nav a {
	color: #585858;
}
.rf-subacategories-nav a:hover,
.rf-subacategories-nav a:focus {
	color: #007db3;
}


/*** My Account ***/

/* My Account Navigation */
.woocommerce-MyAccount-navigation-title {
	margin-bottom: 6rem;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding: 3rem 7%;
}

.woocommerce-MyAccount-navigation-link a {
	color: #585858;
  display: inline-block;
}

.woocommerce-MyAccount-navigation-link:not(:last-child) a {
	margin-bottom: 1.5rem;
}

.woocommerce-MyAccount-navigation-link a:hover {
	color: #007db3;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	color: #007db3;
}

/* My Account Headings */
.woocommerce-MyAccount-content-heading,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-MyAccount-content h3 { 
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}

.woocommerce-account .addresses .title h3 {
	font-size: 2.6rem;
	float: none;
	margin-bottom: 0;
}

.woocommerce-account .addresses .title .edit {
	font-size: 1.3rem;
	float: none;
	margin-bottom: 3rem;
	display: inline-block;
}

/* My Account Tables */
.woocommerce table.shop_table {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 1.2rem 0.8rem;
}

.woocommerce table.my_account_orders {
	font-size: 1.3rem;
}

.woocommerce .woocommerce-customer-details address {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding: 0.9rem 1.2rem;

	border: none;
	padding: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
	line-height: 1.3;
}

/* My Account Buttons */
.woocommerce table.my_account_orders .button {
	font-weight: normal;
	border: none;
	padding: 0;    
}

.woocommerce table.my_account_orders .button:hover {
	color: #78c1e2;
	background-color: transparent;
}

.woocommerce-MyAccount-content button.button {
	margin-top: 1.5rem;
}

/* My Account Forms */
.woocommerce form .form-row {
	margin-bottom: 1.5rem;
}

.woocommerce form .form-row label {
	margin-bottom: 0;
}

.woocommerce-input-wrapper {
	width: 100%;
	height: 34px;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}

.woocommerce form .form-row .select2-container .selection {
	width: 100%;
}

.select2-container .select2-selection--single {
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

.select2-dropdown {
	border: 1px solid #d6d6d6;
	border-radius: 3px;
}

#account_display_name + span {
	display: none;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 3rem;
}

.woocommerce-EditAccountForm legend {
	color: #242424;
  font-family: 'Tinos', serif;
  font-size: 2.2rem;
  font-weight: normal;
	border-bottom: 1px solid #d6d6d6;
}

.woocommerce-MyAccount-content mark.order-status {
	display: inline-block;
}

@media (max-width: 768px) {
	.woocommerce-MyAccount-navigation ul {
		margin-bottom: 3rem;
	}
	.woocommerce-column--billing-address {
		margin-bottom: 3rem;
	}
}


/*** Cart ***/
.woocommerce .product-remove a.remove {
	color: #737373!important;
	font-weight: normal;
}

.woocommerce .product-remove a.remove:hover {
	color: #e84855!important;
	background: transparent;
}

.woocommerce .quantity .qty {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 45%;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	padding: 8px 6px 5px;
}

.woocommerce .coupon button.button,
.woocommerce-cart-form__contents button.button,
.woocommerce .woocommerce-cart-form__contents button.button:disabled,
.woocommerce .woocommerce-cart-form__contents button.button:disabled[disabled] {
	padding: 1.1rem 4.3rem;
}

.cart_totals h2 {
	font-size: 3.1rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	color: #007db3;
	background: transparent;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #004562;
	border-color: #004562;
}

.woocommerce-cart .woocommerce-Price-currencySymbol {
	display: inline;
}

@media (max-width: 567px) {
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
		margin-bottom: .5em;
	}
	.woocommerce-page table.cart td.actions .coupon .button {
		width: 100%;
	}
}


/*** Checkout ***/
.woocommerce-checkout .woocommerce {
	max-width: 760px;
	margin: auto;
}

.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
	width: 100%;
}

.woocommerce .woocommerce-checkout .col2-set .col-2 {
	margin-bottom: 6rem;
}

#createaccount {
	position: relative;
  margin: 0;
  vertical-align: baseline;
}

.woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
	font-weight: normal;
}

#ship-to-different-address-checkbox {
	position: relative;
  margin: 0 0 0 3px;
  vertical-align: baseline;
}

#ship-to-different-address .woocommerce-form__label {
	margin: 0; 
}

#ship-to-different-address span {
	color: #585858;
	font-family: 'Cousine', monospace;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.67;
}

.woocommerce ul#shipping_method li {
	margin-bottom: 0;
}

.woocommerce form.checkout_coupon {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}

.woocommerce form.checkout_coupon .form-row input.input-text {
	padding: 11px 6px 7px;
}

.woocommerce form.checkout_coupon button.button {
	padding: 1.1rem 4.3rem;
}

.woocommerce-checkout-shipping-form-title {
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}

.woocommerce #payment #place_order {
	color: #fff;
  background-color: #004562;
  border-color: #004562;
	padding: 1.5rem 4.3rem;
}

.woocommerce #payment #place_order:hover {
	color: #fff;
	background-color: #007db3;
	border-color: #007db3;
}

.woocommerce-page form .form-row .woocommerce-terms-and-conditions-wrapper label.checkbox {
	font-size: 1.3rem;
	text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	cursor: pointer;
}
.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper .input-checkbox {
	display: inline-block;
	position: relative;
	margin: 5px 8px 0 0;
}
.woocommerce form .form-row .woocommerce-terms-and-conditions-wrapper .required {
	display: none;
}
.rf-checkout-asterisk {
	color: red;
}

@media (max-width: 595px) {
	.woocommerce form.checkout_coupon .form-row {
		width: 100%;
	}
}


/*** Thank You ***/
.woocommerce ul.order_details {
	padding-left: 0;
}
.woocommerce ul.order_details li {
	margin-bottom: 2em;
}


/*** Book Author ***/
.tax-book_author .woocommerce-products-header {
	margin-bottom: 9rem;
}
.book-author__img-wrapper {
	text-align: center;
	margin-bottom: 4.5rem;
}
.book-author__img {
	border-radius: 50%;
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.2);
}
.book-author .page-title {
	font-size: 3.7rem;
	text-align: center;
	margin: 0;
}
.book-author .page-title:after {
	content: none;
}
.book-author__bio {
	max-width: 76rem;
	margin: 3rem auto 0;
}
.book-author__email {
  max-width: 76rem;
  margin: 0 auto 4.5rem;
  text-align: center;
  display: block;
}
.book-author-books-title {
	text-align: center;
	margin-bottom: 6rem;
}
.book-author-books-title:after {
	content: "";
  display: block;
  width: 7rem;
  height: 3px;
  background-color: #d9d9d9;
  margin-top: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
	.book-author .page-title {
		font-size: 3.1rem;
	}
	.book-author-books-title {
		font-size: 2.6rem;
		margin-bottom: 4.5rem;
	}
}


/*** Book Authors Archive ***/
.book-authors__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.book-authors__list a {
    color: #585858;
    line-height: normal;
    margin-bottom: 1.5rem;
    display: inline-block;
}
.book-authors__list a:hover {
    color: #007db3;
}

@media (min-width: 768px) {
	.book-authors__list {
		-webkit-column-count: 2;
			 -moz-column-count: 2;
						column-count: 2;
	}
}
@media (min-width: 992px) {
	.book-authors__list {
		-webkit-column-count: 3;
			 -moz-column-count: 3;
						column-count: 3;
	}
}


/* -----------------------------------------
	Page Templates
----------------------------------------- */

/*** WP Blocks ***/
/* Group Block */
.wp-block-group:not(:last-of-type) {
	margin-bottom: 7.5rem;
}
.wp-block-group h2 {
	font-size: 3.1rem;
    line-height: 1.22;
}

/* Image Block */
.wp-block-image {
	margin-bottom: 3rem;
}
.wp-block-image figcaption {
	font-size: 1.3rem;
	text-align: center;
	margin: 0.75rem 0 3rem;
}

/* Columns Block */
.wp-block-columns {
	margin-bottom: 3rem;
}

/* Table Block */
.about-business-info {
	font-size: 1.3rem;
	background-color: #fff;
}
.wp-block-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-top: 3rem;
	margin-bottom: 3rem;
	box-shadow: 0 1px 10px rgba(0,0,0,0.07);
}
.wp-block-table:first-child {
    margin-top: 0;
}
.wp-block-table:last-child {
    margin-bottom: 0;
}
.wp-block-table table {
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid rgba(222, 222, 222, 0.5);
}
.wp-block-table th,
.wp-block-table td {
	/* white-space: nowrap; */
	white-space: normal;  
}
.wp-block-gutenbee-container .wp-block-table th {
	padding: 2.25rem 1.5rem;
    font-size: 2rem;
	border: 0;
	background-color: #004562;
	color: #fff;
	text-transform: none;
	font-weight: 400;
}
.wp-block-table th:first-child {
    border-top-left-radius: 3px;
}
.wp-block-table th:last-child {
    border-top-right-radius: 3px;
}
/** .wp-block-table table tbody tr:nth-child(even) {
	background-color: #ebebeb;
} */
.wp-block-table table tbody td {
	border: 0;
	padding: 1.5rem;
}
.wp-block-gutenbee-container .wp-block-table h2 {
	/** color: #fff; */
    /** font-family: 'roundfloor_light', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
	letter-spacing: 0.03em;
	margin: 0;
}
.wp-block-gutenbee-container .wp-block-table h3 {
	/** color: #424242; */
    /** font-family: 'roundfloor_bold', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    /** font-size: 2rem; */
    font-weight: normal;
    line-height: 1.1;
	letter-spacing: 0.03em;
	margin: 0;
}
/* @media (max-width: 991px) {
	.wp-block-table th,
	.wp-block-table td {
		white-space: normal;
	}
} */
@media (max-width: 401px) {
	.wp-block-table th,
	.wp-block-table table tbody td {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}
@media (max-width: 359px) {
	.wp-block-table th,
	.wp-block-table table tbody td {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media (max-width: 340px) {
	.wp-block-table th {
		font-size: 1.7rem;
	}
}

/*** Gutenbee Blocks ***/
/* Container Block */
.wp-block-gutenbee-container:not(:last-of-type) {
	margin-bottom: 7.5rem;
}
.wp-block-gutenbee-container h2 {
	font-size: 3.1rem;
    line-height: 1.22;
}
.wp-block-gutenbee-container h3 {
	font-size: 2.6rem;
    line-height: 1.46;
}
.wp-block-gutenbee-container h4 {
	font-size: 2.2rem;
    line-height: 1.37;
}
@media (max-width: 991px) {
	.wp-block-gutenbee-column .wp-block-gutenbee-column-content {
		margin-bottom: 3rem;
	}
}

/* Tabs with Container Block */
.page-template-template-about .hentry .rf-gtb-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rf-gtb-tabs-nav li {
	background: none;
	color: #242424;
	display: inline-block;
	padding: 1rem 1.5rem;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}
.rf-gtb-tabs-nav li.current {
	background: #004562;
	color: #fff;
}
.wp-block-gutenbee-container.rf-gtb-tabs-content {
	display: none;
	background: #f9f9f9;
	padding: 15px;
	margin: 0;
	border: 1px solid #d9d9d9;
}
.rf-gtb-tabs-content.current {
	display: inherit;
}
.rf-gtb-tabs-content .wp-block-gutenbee-container-inner {
	animation: rfFadeEffect 1s;
}
@keyframes rfFadeEffect {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* RF Links Gallery */
.wp-block-gutenbee-container.rf-gtb-links-gallery:not(:last-of-type) {
    margin-bottom: 3rem;
}
.rf-gtb-links-gallery .wp-block-image {
    margin-bottom: 0;
}
.rf-gtb-links-gallery .wp-block-image figcaption {
    margin-bottom: 0;
}

/* Helpers */
.rf-image-text .wp-block-image,
.rf-image-text .wp-block-image figcaption {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.rf-image-text-3col .wp-block-gutenbee-column:not(:last-child) .wp-block-gutenbee-column-content {
		margin-bottom: 4.5rem;
	}
}

/*** Simple Page Template ***/
.page-template-template-simple .hentry ul,
.page-template-template-simple .hentry ol {
	margin-bottom: 3rem;
}
.page-template-template-simple .hentry ul {
	padding-left: 15px;
}
.page-template-template-simple .hentry ol {
	padding-left: 27px;
}

/*** Page Builder Page Template ***/
.page-template-template-page-builder .hentry ul,
.page-template-template-page-builder .hentry ol {
	margin-bottom: 3rem;
}
.page-template-template-page-builder .hentry ul {
	padding-left: 15px;
}
.page-template-template-page-builder .hentry ol {
	padding-left: 27px;
}
.page-template-template-page-builder .hentry h2:not(:first-child),
.page-template-template-page-builder .hentry h3:not(:first-child),
.page-template-template-page-builder .hentry h4:not(:first-child) {
	margin-top: 4.5rem
}
.page-template-template-page-builder .hentry h3 {
	font-size: 2.6rem;
}

/*** About Page Template ***/
.page-template-template-about .hentry ul,
.page-template-template-about .hentry ol {
	margin-bottom: 3rem;
}
.page-template-template-about .hentry ul {
	padding-left: 15px;
}
.page-template-template-about .hentry ol {
	padding-left: 27px;
}

/* Secondary Navigation */
.sec-nav {
	text-align: center;
	margin-bottom: 6rem;
}
.page-template-template-about .sec-nav ul {
	padding: 0;
	margin-bottom: 0;
}
.sec-nav li {
	display: inline-block;
}
.sec-nav li:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 1.5rem;
	height: 2px;
	background-color: #d9d9d9;
	margin-left: 1rem;
	vertical-align: middle;
}
.sec-nav .widget_nav_menu li a {
	color: #585858;
}
.sec-nav .widget_nav_menu li a:hover,
.sec-nav .widget_nav_menu li.current-menu-item a {
	color: #007db3;
}

/* About Next Page */
.about-next {
	text-align: center;
}
.about-next__link {
	margin-right: 1rem;
	display: inline-block;
    vertical-align: top;
}
.about-next__icon {
	color: #585858;
    font-size: 2.4rem;
	display: inline-block;
}

/* About PDF */
.about-pdf__icon {
	color: #585858;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    display: block;
}

/* Periodiko */
.rf-gtb-links-gallery a {
	display: block;
    position: relative;
    -webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}
.rf-gtb-links-gallery a:hover {
	opacity: 0.5;
}
.rf-gtb-links-gallery img {
	border-radius: 3px;
	box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.2);
}

/*** Payments & Shipping Page ***/
.post-72 .page-content h2 {
	font-size: 3.1rem;
	line-height: 1.46;
}
.post-72 .shipping {
	margin-bottom: 6rem;
}
@media(max-width: 480px) {
	.post-72 .page-content h2 {
		font-size: 2.6rem;
		line-height: 1.16;
	}
}


/*** Typografikes Ergasies Page ***/
.rf-deigmata-ergasion .wp-block-image figcaption {
	text-align: left;
	margin-top: 1.5rem;
}


/*** Timokatalogoi Page ***/
.page-template-template-simple .hentry .pricing-list {
	list-style: none;
	padding: 0;
}
.pricing-pdf-icon {
	color: #585858;
	font-size: 2.4rem;
	margin-right: 1.5rem;
	display: inline-block;
}
.pricing-list a {
	line-height: normal;
  margin-bottom: 1.5rem;
  display: inline-block;
}


/*** Contact Page ***/
/* .post-69 .page-content {
	max-width: 100%;
}
.locations {
	text-align: center;
	margin-bottom: 6rem;
}
.contacts h2 {
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}
.contacts-subtitle {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: .75rem;
}
.contacts p:not(:last-child) {
	margin-bottom: 1.5rem;
}
.emails {
	text-align: center;
}
@media (max-width: 991px) {
	.locations .col-md-4:not(:last-child) .contacts {
		margin-bottom: 6rem;
	}
} */

/* Contact page v.2 */
.post-69 .page-content {
	max-width: 100%;
}
.contacts-row {
    text-align: center;
    margin-bottom: 6rem;
}
.contacts h2 {
	font-size: 2.6rem;
	margin-bottom: 1.5rem;
}
.contacts-subtitle {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0;
}
.contacts p:not(:last-child) {
	margin-bottom: 1.5rem;
}
.contacts.emails p {
	margin-bottom: 0.9rem;
}
.contacts .rf-contact-link {
	color: #585858;
}
.contacts .rf-contact-link:hover {
	color: #007db3;
}
@media (max-width: 991px) {
	.contacts-row {
		margin-bottom: 0;
	}
	.contacts-row .col-md-6 .contacts {
		margin-bottom: 6rem;
	}
	.contacts-row .col-md-6 .contacts.emails {
		margin-bottom: 0;
	}
}


/*** Newsletter Page Template ***/

/* Newsletter Form */
.newsletter-form {
	max-width: 56rem;
	margin: auto;
}
.newsletter-form form {
	border: 1px solid #d3ced2;
  padding: 20px;
  margin: 0;
  text-align: left;
  border-radius: 5px;
}
.newsletter-form .headers {
	margin-bottom: 3rem;
}
#ewf_formheader {
	font-size: 3.1rem;
}
.newsletter-form .required {
	color: red;
	font-weight: 700;
	border: 0!important;
	text-decoration: none;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
	padding: .65em .5em .35em;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}
.newsletter-form .rf-form-control {
	box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.newsletter-form .inputs > div {
	margin-bottom: 2rem;
}
#ewf_datadisclaimer {
	font-size: 1.1rem;
}
#captcha {
	margin: 1.5rem 0 3rem;
}
.newsletter-form .ElasticEmailForm__subscribe {
	color: #007db3;
	font-size: 1.3rem;
	background: transparent;
	border: 1px solid #585858;
	padding: 1.1rem 4.3rem;
	border-radius: 50px;
	font-weight: bold;
	letter-spacing: .05em;
	display: inline-block;
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
.newsletter-form .ElasticEmailForm__subscribe:hover {
	color: #fff;
  background-color: #004562;
  border-color: #004562;
}
.newsletter-form .ElasticEmailForm__subscribe[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
}
.newsletter-form .ElasticEmailForm__subscribe[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb;
}
.newsletter-form .webform-options {
	margin-bottom: 3rem;
}
@media (max-width: 378px) {
	#captcha {
		margin-bottom: 0;
		-webkit-transform: scale(0.77);
		-moz-transform: scale(0.77);
		-ms-transform: scale(0.77);
		-o-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}


/*** Error 404 ***/
.error404 .page-content {
	text-align: center;
	margin-bottom: 4.5rem;
}
.error404__img {
	margin-bottom: 3rem;
}


/* -----------------------------------------
	Blog
----------------------------------------- */

/*** Single Post ***/
.entry-title {
	font-size: 3.7rem;
	line-height: 1.22;
}
.entry-thumbnail-wrap {
	margin-bottom: 4.5rem;
}
.entry-footer {
	padding-top: 4.5rem;
}
.entry-footer-tags {
	margin-bottom: 3rem;
}
.entry-footer-sharing__icon {
	color: #585858;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	display: block;
}
.entry-footer-sharing__title {
	font-family: 'Cousine', monospace;
	font-size: 1.5rem;
	line-height: 1.67;
	margin-bottom: .75rem;
}
.entry-footer-sharing__link {
	color: #585858;
	font-size: 1.8rem;
  line-height: 1;
  display: inline-block;
  margin-right: 0.75rem;
}
.entry-footer-sharing__link.fa-icon {
	font-size: 18px;
	vertical-align: top;
}
.entry-footer-sharing__link:hover {
	color: #007db3;
}
.entry-footer-sharing__link:focus {
	color: #585858;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 1.5rem;
}
.entry-content ul,
.entry-content ol {
    margin-bottom: 3rem;
}
@media (max-width: 480px) {
	.entry-title {
		font-size: 3.1rem;
	}
}
/* Post Navigation */
.post-navigation-wrapper {
	padding-top: 1.5rem;
	margin-top: 4.5rem;
    border-top: 2px solid #efefef;
}
.pager {
	margin: 0;
}
.pager li > a,
.pager li > span {
	color: #585858;
    font-size: 2.4rem;
	padding: 0;
    border: none;
    background-color: transparent;
    border-radius: unset;
    line-height: 1;
}
.pager li > a:hover {
	color: #78c1e2;
}

/* WP Blocks */
/* .wp-block-gallery .blocks-gallery-item figcaption {
	display: none;
} */
.rf-gallery-with-text-item .rf-gallery-item__overlay,
.rf-gallery-with-text-item .rf-gallery-with-text-item__overlay {
	background-color: transparent;
}
.rf-gallery-with-text-item .rf-gallery-item__thumb:hover .rf-gallery-item__overlay,
.rf-gallery-with-text-item .rf-gallery-with-text-item__thumb:hover .rf-gallery-with-text-item__overlay {
    background-color: rgba(255,255,255,0.5);
}
@media (max-width: 991px) {
	.rf-gallery-with-text-item {
		text-align: center;
	}
}


/*** Posts Archive ***/
/* Layout */
.entry-item {
	padding-bottom: 4.5rem;
    margin-bottom: 4.5rem;
    border-bottom: 2px solid #efefef;
}
.entry-item-thumbnail {
	position: relative;
	margin-bottom: 3rem;
}
.entry-item-content {
	-webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 950px;
}
@media (min-width: 576px) {
	.entry-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.entry-item-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 37.5%;
		margin-right: 3rem;
		margin-bottom: 0;
	}
}
/* Typography & Styles */
.entry-item-thumbnail {
	-webkit-transition: opacity .18s ease;
    transition: opacity .18s ease;
}
.entry-item-thumbnail:hover {
	opacity: 0.5;
}
.entry-item-title {
	font-size: 3.1rem;
	line-height: 1.22;
}
.entry-item-title a {
	color: #242424;
}
.entry-item-title a:hover {
	color: #007db3;
}
@media (max-width: 480px) {
	.entry-item-title {
		font-size: 2.6rem;
	 	line-height: 1.16;
	}
}

/* Numeric Pagination */
.archive-pagination {
	text-align: center;
}
.archive-pagination ul {
	clear: both;
	border: none;
	padding: 0;
	margin: 1px;
	display: inline-block;
    white-space: nowrap;
}
.archive-pagination ul:before {
	content: ' ';
    display: table;
}
.archive-pagination ul li {
	float: left;
	border: none;
	border-radius: 50px;
	padding: 0;
    margin: 0;
	display: inline-block;
    overflow: hidden;
}
.archive-pagination ul li:not(:last-child) {
	margin-right: 5px;
}
.archive-pagination ul li a {
	width: 40px;
	height: 40px;
	min-width: 1em;
	color: #585858;
	font-size: 1em;
	font-weight: 400;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	padding: 2px 0 0 2px;
	margin: 0;
    display: block;
}
.archive-pagination ul li.next-page a,
.archive-pagination ul li.previous-page a {
	padding: 0; 
}
.archive-pagination ul li a:focus,
.archive-pagination ul li a:hover,
.archive-pagination ul li.current {
  background: #ebebeb;
  color: #585858;
}


/* -----------------------------------------
    Cookie Notice for GDPR & CCPA
----------------------------------------- */

/*** Cookies Notice ***/
.cookie-notice-container {
    padding: 45px 30px;
}
#cookie-notice .cn-privacy-policy-link {
    color: #00a99d;
    text-decoration: underline;
}
#cookie-notice .cn-privacy-policy-link:hover {
    color: rgba(0, 169, 157, 0.65);
}
#cn-accept-cookie {
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 42px;
    border-radius: 50px;
}
#cookie-notice {
	font-family: 'Cousine', monospace;
}
/*** END - Cookies Notice ***/