/*
	Theme Name: Ergotent - iLoveIt
	Theme URI: http://iloveit.gr
	Description: No description available.
	Version: 1.0
	Author: iLoveIt
	Author URI: http://iloveit.gr
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, textarea:focus {
	outline:0;
	border:1px solid #04A4CC;
}

p
{
	font-size:1.5rem;
}
/********************
CUSTOM ICONS 
********************/
@font-face {
	font-family: 'ergotent-icons';
	src:url('./fonts/ergotent-icons.woff') format('woff');

	font-weight: normal;
	font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'ergotent-icons';
	  src: url('../font/ergotent-icons.svg?19761113#ergotent-icons') format('svg');
	}
  }
  */
   
   [class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "ergotent-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
   
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
   
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
   
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
   
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
   
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
   
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
   
  
  .icon-location:before { content: '\e800'; } /* '' */
  .icon-phone:before { content: '\e801'; } /* '' */
  .icon-phone-land:before { content: '\e802'; } /* '' */
  .icon-menu:before { content: '\f008'; } /* '' */
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper 
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}*/
/* header */
.header {
	margin-top:10px;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {
	background-color: #444;
    color: White;
	padding: 50px;
	
}
.sidebar p, .sidebar a 
{color:inherit;}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

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

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#ef3333;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#ef3333;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#ef3333;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/********************
	Custom
********************/
.menu-bar
{
	background-color: #ef3333;
    color: White;
	padding: 20px 15px;
	margin-top:10px;
	z-index: 100;
    position: relative;
}
ul.nav li a
{
	padding: 10px;
    box-sizing: border-box;
	transition: all 0.2s;
	color:white;
    font-size: 1.5rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
    display: block;
}
ul.nav li 
{
	margin-right:15px;
}
ul.nav li a:hover, ul.nav li.current_page_item > a
{
	background-color: White;
	color: #222;
	text-decoration: none;
}
.container-fluid
{
	padding-left:0px;padding-right:0px;
	
}
.footer
{
	background-color: #222 !important;
	color: #ededed;
}
footer p.copyright
{
	text-align:center;
	margin-bottom:0px;
	padding:15px;
}
footer #iloveit
{
	font-weight:bold;
	transition:all 0.2s;
	color:red;
}
footer #iloveit:hover
{
	text-decoration:none;
	color:#FE3333;
	text-shadow: 0px 0px 5px red;
	animation: iloveit 1s infinite;
}
@keyframes iloveit 
{
	0% {color:red; text-shadow:none;}
	10% {color:#FE3333;text-shadow: 0px 0px 5px red;}
	50% {color:#FE3333;text-shadow: 0px 0px 5px red;}
	60% {color:red; text-shadow:none;}
	70% {color:#FE3333;text-shadow: 0px 0px 5px red;}
	72% {color:red; text-shadow:none;}
	73% {color:#FE3333;text-shadow: 0px 0px 5px red;}
	100% {color:#FE3333;text-shadow: 0px 0px 5px red;}
}

.sidebar table
{
	width:100%;
}
nav.navbar
{
	width:100%;
}
.mobile-menu-header
{
	display: block !important;
    margin: 0 auto !important;
    font-size: 2em !important;
    padding: 0px;
}
.mobile-menu
{
	display:none;
}
ul.mobilenav li 
{
	width: 100%;
    text-align: center;
    margin: 15px 0;
}

/*SUBMENUS*/
ul.sub-menu {
    list-style: none;
    display: none;
    position: absolute;
    background-color: #333333;
    border-top: 6px solid #cd2222;
	border-radius:  0 0 5px 5px;
	padding-inline-start: 0;
	transition:all 0.1s;
}
ul.sub-menu ul.sub-menu 
{
	background-color: #de3333;
}
@media screen and (min-width:768px)
{
	ul.sub-menu ul.sub-menu
	{
		position: absolute;
		left: 300px;
		bottom: auto;
		margin-top: -41px;
		width:300px;
	}
}
.mobile-menu ul.sub-menu
{
	width: 100%;
}
.mobile-menu ul.sub-menu li
{
	margin: 15px 0px;
}
ul.nav li.menu-item-has-children > a::after
{
	content: "▼";
}
ul.nav li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}
ul.sub-menu li
{
	margin:20px;
}
.business-details
{
	font-size:1.5em;
}
.business-details i
{
	color:#fe3333;
	font-size:2em;
}
.business-details .col-6.row 
{
	width:auto;
	flex:none;
}
.business-details .col-6.row  .col-9
{
	padding-left:25px;
}
.float-call-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
	text-align: center;
	background-color:#ef3333;
	border-radius:50px;
	font-size: 4em;
	z-index:150;
	box-shadow: 0 0 5px black;
	border:0px solid #ef6666;
	transition: all 0.3s;
}
.float-call-icon:hover
{
	border-width: 5px;
	box-shadow: 0 0 15px #cf3333;
}
.float-call-icon a {
	color:White;
	text-decoration: none;
	border-radius:50px;
	transition: all 0.3s;
}
.float-call-icon a:hover
{
	text-shadow:0 0 15px #fff;
}
.simansi img {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 4em;
    z-index: 150;
    max-width: 300px;
}
@media screen and (max-width:768px) {
	.container.madeby {
		padding-bottom: 80px;
	}	
}
@media screen and (max-width:426px)
{
	.row.menu-bar
	{
		padding:5px 15px;
	}
	.float-call-icon {
		width:100%;
		bottom:0px;
		left:0px;
		border-radius:0px;
		font-size:3em;
	}
	.float-call-icon:hover
	{
		border-width: 0px;
		box-shadow: 0 0 5px black;
	}
	.float-call-icon a
	{
		margin: 0 auto;
		display: inline-block;
		width: 48%;
	}
	footer.footer.container-fluid .madeby {
		padding-bottom: 60px !important;
	}
    .simansi img {
		width: 100%!important;
		bottom: 46px;
		left: 0;
/* 		right: 17%; */
		margin-left: auto!important;
		margin-right: auto!important;
    }
    .fb-page.fb_iframe_widget iframe {
        max-width: 80%;
        height: auto;
    }
	.footer p.copyright
	{
		padding-bottom: 60px;
	}
	.logo {text-align:center;}
	h1.page-title
	{
		text-align: center !important;
	}
	p.breadcrumbs
	{
		text-align: center !important;
		padding-top:15px;
	}
}
.page-heading
{
	padding:40px 0;
	background-color:#ddd;
	background: url("img/texture.jpg");
	margin:0;
}
h1.page-title
{
	text-align: left;
}
p.breadcrumbs
{
	text-align: right;
	margin-bottom:0px;
}
.intro-row
{
    color:White;
}
.intro-row .wpb_single_image {margin:0;}
.intro-row .image-column .vc_column-inner
{
	padding:0px !important;
}
.additional-row-1 {
    /*border-top: 25px solid #444;*/
    background-color: #ededed;
    background: linear-gradient(0deg, #f6f6f6, white);
}
.additional-row-2 
{
	background:url("img/texture.jpg");
}
.breadcrumbs-accent
{
	background-color:White;
	padding:15px;
}
.tip-row
{
	background-color: #ef3333;
    color: white;
    box-shadow: 0 0 10px 5px #ff9999;
}
strong
{
	font-weight:bold;
}
article ul
{
    list-style: none;
    font-size: 2em;
    text-align: center;
}
article li
{
    padding: 5px;
}
article .services-show h2 {color:white;}
article .services-show .covered-text {color:White;margin:0px; transform:translateY(60px);transition:all 0.2s;}
article .services-show .vc_column-inner{transition:all 0.2s; overflow:hidden;}
article .services-show .vc_column-inner:hover 
{
	border-radius:15px;
	background-color:#de2222 !important;
}
.wpb_single_image, .vc_custom_heading {transition:All 0.2s;}
article .services-show .vc_column-inner:hover .wpb_single_image {transform: translateY(-200px) scale(1.5);}
article .services-show .vc_column-inner:hover .wpb_single_image .vc_box_circle {box-shadow:0 0 15px 5px black;}
article .services-show .vc_column-inner:hover  .vc_custom_heading {transform: translateY(-100px);}
article .services-show .vc_column-inner:hover .covered-text {transform:translateY(-60px);}
.business-details.footer-widget .col-6
{
	width:50%;
}
#post-404
{
	height:400px;
}
#post-404 h1, #post-404 h2
{
	width:100%;
}
#post-404 h2 a 
{
	padding: 15px;
    background-color: #444;
    color: white;
    border-radius: 15px;
	transition:all 0.2s;
}
#post-404 h2 a:hover
{
	text-decoration:none;
	color:white;
	background-color:#ef3333;
}
.page li {
    font-size: 14px;
}
.post__title
{
	margin: 40px 0;
}

article.type-post .vc_grid-item,article.type-post .vc_grid-item *
{
	pointer-events:none !important;
}
article.type-post a.vc-prettyphoto-link
{
	pointer-events: all !important;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 155;
}
.doseis
{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #ef3333, #de0000);
    color: white;   
	padding: 20px;
    font-size: 2rem;
}
.home .doseis
{
	display:none;
}