/*
Theme Name: Lifeline Child Theme
Theme URL: http://techplace.gr
Description: Lifeline Child Theme
Author: Techplace
Author URL: http://techplace.gr
Template: lifeline
Version: 1.0.0
Text Domain: lifeline-child
*/

/* general */
a {
	color: #00adef;
}

table {
	float: none;
}

.default-header .container {
    max-width: 100%;
	padding: 0 0 0 0;
	background: #fff;
}
body.home .default-header.sticky:not(.stick) .container {
	background: transparent;
}
.default-header.sticky.stick {
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
}

.full-width .container {
	max-width: 100%;
}

.three-column {
	width: 25%;
}
.nine-column {
	width: 75%;
}
@media (max-width: 992px) {
	.three-column {
		display: none;
	}
	.nine-column {
		width: 100%;
	}
}

@media (min-width: 1331px) {
	.container {
		max-width: 1270px;
	}
}

.wpb_content_element.wpb_single_image img {
	border-radius: 0;
	padding: 0;
	border: 0;
}

/* header */
header {
	z-index: 10000;
}

header.default-header.sticky {
	-webkit-transition: all .5s;
	transition: all .5s;
	position: static;
}
header.default-header.sticky.stick {
	position: fixed;
}
.logo {
    padding: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.stick .logo {
	padding: 0;
}
.logo h1 {
	margin-left: 0 !important;
}

header .btn-don,
.donate-bottom {
	display: none;
}


/* menu */
#wp-megamenu-item-529 ul li .wpmm-col.wpmm-col-4,
#wp-megamenu-item-3019 ul li .wpmm-col.wpmm-col-4 {
	width: auto !important;
}


nav.menu {
	float: right;
	margin-right: 0;
}

#menu-navigation > li {
	margin: 36px 6px;
}
#menu-navigation > li:hover {
	background: #009DDC !important;
}
#menu-navigation > li:hover:before {
    content: "";
    background: #fff;
    height: 1px;
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 2;
    border: none;
}
#menu-navigation > li > a {
	color: #fff;
	font-size: 22px;
	padding: 10px;
}
.menu #menu-navigation > li,
.menu #menu-navigation > li > ul {
	border: none;
	background: transparent;
}
.menu #menu-navigation li a:hover {
	background: transparent;
}
#menu-navigation li a:before,
#menu-navigation > li.active > a:before {
	display: none;
}
.menu #menu-navigation li a:hover:before{
	display: none;
}
.menu ul li ul {
	top: 50px;
	width: 230px;
}
#menu-navigation li ul li {
	background: #009DDC !important;
}
#menu-navigation li ul li:hover:after {
	/*background: rgba(0, 157, 220, .95) !important;*/
    content: "";
    background: #fff;
    height: 1px;
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 1px;
    top: auto;
    z-index: 2;
    border: none;
}
.menu #menu-navigation li ul li a {
	color: #eee;
	border: none;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
}
.menu #menu-navigation li ul li a:hover {
	color: #fff;
}
#menu-navigation > li:after, #menu-navigation > li.active:after {
	display: none;
}
#menu-navigation li .menu-dot {
	display: inline-block;
	color: #fff;
	font-size: 35px;
	padding: 0;
	cursor: pointer;
}
#menu-navigation li ul li .menu-dot {
	display: none !important;
}
#menu-navigation li:last-child .menu-dot {
	display: none;
}
.menu ul li ul li:hover > ul {
	border: none;
}
.menu ul li ul li ul {
	background: transparent none !important;
}

.header-btn {
	background: #e74361 !important;
	color: #fff;
	padding: 20px;
	margin-top: 38px;
	font-size: 22px;
	font-weight: 500;
	border-radius: 34px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-eshop,
.btn-account {
	background: #e5701d !important;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	border-radius: 34px;
	padding: 20px;
	margin-left: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-btn:hover {
	opacity: .8 !important;
	color: #fff;
}

.menu ul li ul {
	border: none !important;
}

#wp-megamenu-main_menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul {
	-webkit-transition: all .3s;
	transition: all .3s;
}
#wp-megamenu-main_menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
	border-radius: 5px;
	transition: all 1s;
}

.menu ul li ul li ul {
	background: #F5F7FA;
	border: 1px solid #e4e9f2;
}
#wp-megamenu-main_menu>.wpmm-nav-wrap ul.wp-megamenu,
#wp-megamenu-main_menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
	border-top: none !important;
}
.wp-megamenu ul.wp-megamenu-sub-menu > .menu-item > a[href="#"] {
	cursor: default;
}
.wp-megamenu >li > ul.wp-megamenu-sub-menu li > a {
	word-break: normal;
}

@media (max-width: 1365px) {
	.btn-eshop {
		margin-left: 10px;
		padding: 13px 15px;
	}
	header .btn-don {
		font-size: 18px;
		padding: 16px 15px;
	}
	nav.menu {
		margin-right: 0;
	}
	#wp-megamenu-main_menu {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 1330px) {
	.container {
		max-width: 1100px;
	}

}
@media (max-width: 1100px) {
	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 1160px) {
	.container {
		max-width: 970px;
	}
}
@media (max-width: 992px) {
 	.container {
	 	max-width: 768px;
 	}
}

.bottom-buttons {
	display: none;
}
/* responsive menu */
@media (min-width: 981px) {
	#wp-megamenu-responsive_menu,
	#wp-megamenu-eshop-cat-menu-responsive,
	.responsive-logo {
		display: none;
	}
}
@media (max-width: 980px) {
	.responsive-logo {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1000;
		padding: 0;
	}
	.responsive-logo img {
		height: 100px;
	}
	#wp-megamenu-responsive_menu.wpmm-mobile-menu {
		padding: 0;
	}

	.wpmm-mobile-menu a.wpmm_mobile_menu_btn.menu-active {
		border-radius: 5px 5px 0 0;
		background: rgba(255,255,255,.9);
		border-radius: 5px 5px 0 0;
		color: #009ddc !important;
	}

	.wpmm-mobile-menu .wp-megamenu {
		box-shadow: 0 6px 7px 0 rgba(0,0,0,.175);
		border-radius: 5px 0 5px 5px;
	}

	.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
		display: block;
	}

	#wp-megamenu-eshop-cat-menu-responsive>.wpmm-nav-wrap ul.wp-megamenu,
	#wp-megamenu-responsive_menu>.wpmm-nav-wrap ul.wp-megamenu {
		display: none;
		-webkit-transition: all .5s;
		transition: all .5s;
		top: 61px;
	}
	.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul > li.btn-eshop {
		display: none;
	}
	.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu,
	.wpmm-mobile-menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
	#wp-megamenu-eshop-cat-menu-responsive>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
	#wp-megamenu-responsive_menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
		margin-left: 0 !important;
		background-color: transparent !important;
		border: none !important;
		box-shadow: none !important;
	}
	.wpmm-mobile-menu ul.wp-megamenu li>a b {
		font-size: 20px;
		font-weight: 700;
	}
	.bottom-buttons {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 60px;
		display: block;
		z-index: 1000;
		padding: 10px 20px;
		background: rgba(255,255,255,.8);
	}
	.bottom-buttons a {
		line-height: 40px;
		text-align: center;
		width: 50%;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		float: left;
	}
	.bottom-buttons a:hover {
		opacity: .9;
	}
	.bottom-buttons .eshop-bottom {
		background: #e5701d;
		border-radius: 5px 0 0 5px;
	}
	.bottom-buttons .donate-bottom {
		background: #e74361;
		border-radius: 0 5px 5px 0;
	}
}
@media (max-width: 1200px) {
	.woocommerce-page #wp-megamenu-eshop-cat-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
		font-size: 14px;
	}
	.woocommerce-page .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
		padding-left: 3px;
		padding-right: 3px;
	}
}

@media (min-width: 1201px) {
	.woocommerce-page #wp-megamenu-eshop-cat-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
		font-size: 18px;
	}
	.woocommerce-page .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (min-width: 1500px) {
	.woocommerce-page #wp-megamenu-eshop-cat-menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
		font-size: 22px;
	}
	.woocommerce-page .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
		padding: 15px 14px;
	}
}

.sidebar-widget ul li {
	background: none;
	line-height: 30px;
	padding: 0 0 0 20px;
	font-size: 15px;
}
.sidebar-widget ul ul li a {
	padding-left: 0;
}
.sidebar-widget ul ul li {
}

#wp-megamenu-item-2348293189277192481 ul li {
	padding-bottom: 0;
}
#wp-megamenu-main_menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
	padding: 20px 0;
}

@media (max-width: 767px) {
	.responsive-header {
		position: absolute;
	}
}
.responsive-logomenu {
	background: transparent;
}
.responsive-header .responsive-donate {
	background-color: #e74361 !important;
}

/* blue menu */
body.woocommerce.single-product .inner-page,
body.woocommerce.tax-product_cat .inner-page,
body.woocommerce.tax-product_tag .inner-page {
	padding-top: 130px;
}
@media (max-width: 767px) {
	body.woocommerce.single-product .inner-page,
	body.woocommerce.tax-product_cat .inner-page,
	body.woocommerce.tax-product_tag .inner-page {
		padding-top: 30px;
	}
}

.single-dict_services .theme-layout section {
	padding-top: 60px;
}
.single-product .sticky,
.tax-product_cat .sticky,
.tax-product_tag .sticky,
.single-dict_services .sticky,
.single-post .sticky,
body.woocommerce header.default-header {
	background-color: #00adef !important;
	top: 0;
}
body.woocommerce .sticky nav#wp-megamenu-eshop-cat-menu,
.single-product .sticky nav#wp-megamenu-eshop-cat-menu,
.tax-product_cat .sticky nav#wp-megamenu-eshop-cat-menu,
.tax-product_tag .sticky nav#wp-megamenu-eshop-cat-menu,
.single-product .sticky .logo,
.tax-product_cat .sticky .logo,
.tax-product_tag .sticky .logo,
.single-dict_services .sticky nav#wp-megamenu-main_menu,
.single-dict_services .sticky .logo,
.single-post .sticky nav#wp-megamenu-main_menu,
.single-post .sticky .logo,
body.woocommerce header.default-header .logo {
	padding-top: 10px;
	padding-bottom: 10px;
}

.single-dict_services .sticky .header-btn.btn-don,
.single-post .sticky .header-btn.btn-don {
	margin-top: 10px;
}

/* transparent header */
body.home header,
.post-template-default.single-post header.default-header,
body.page-template-tpl-fancy-causes header.default-header,
body.blog header.default-header,
body.category header.default-header,
body.page-template-tpl-transparent header.default-header {
	background: transparent;
	position: fixed;
	top: 0;
}

/*.post-template-default.single-post .top-image,*/
body.page-template-tpl-fancy-causes .top-image,
body.page-template-tpl-transparent .top-image {
	height: 500px;
	overflow: hidden;
}
/*.post-template-default.single-post .inner-page,*/
body.page-template-tpl-fancy-causes .inner-page,
body.page-template-tpl-transparent .inner-page {
	margin-top: -250px;
	margin-bottom: 0;
}

body.woocommerce .inner-page {
	margin-top: 0;
}
.post-template-default.single-post .inner-page > .container,
body.page-template-tpl-fancy-causes .inner-page > .container,
body.woocommerce .inner-page > .container {
	background: #fff;
	padding: 70px;
}

body.woocommerce .top-image {
	display: none !important;
}

body.woocommerce .inner-page > .container {
	padding-top: 0;
}
body.woocommerce  .page-title h1 {
	position: static;
	float: none;
	text-align: center;
	padding-bottom: 70px;
	line-height: 1;
}
body.page-template-tpl-transparent .inner-page > .container {
	background: #fff;
}
.causes-heading > .container {
	background: #fff;
}

.white-bg .container {
	background: #fff;
	padding: 70px;
}
/* homepage */
.home-slide-txt.first {
	margin-top: 200px;
}
.home-slide-txt {
	margin-bottom: 20px;
}
.home-slide-txt h1 {
	color: #fff;
	font-size: 54px !important;
}
.home-slide-txt h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}
.slider-text-box {
    background: #e74361;
    color: #fff;
    float: left;
    padding: 36px 28px;
    text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
.slider-text-box p {
	font-size: 40px !important;
	font-weight: 300;
	line-height: 1.6;
	color: #fff !important;
}
.slider-text-box a {
	color: #fff !important;
	display: block;
}

.home-arxes > .container {
	padding: 0 70px;
}

.home-list .container {
	background: #fff;
	margin-top: -60px;
	padding: 20px 70px 20px;
}

.page-id-356 .home-list .container {
	padding-bottom: 0;
}

.home-list .has-icons .vc_column_container {
	padding: 0;
}

.home-list p,
.home-list ul,
.home-list li {
	font-size: 17px !important;
}
ul, ul li {
	list-style: none; /* Remove default bullets */
}

.post ul li:before,
.block ul li:before,
ul.product-categories li:before {
	content: "\25e6";
	color: #00adef;
	font-weight: 900;
	font-size: 22px;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.woocommerce-MyAccount-navigation > ul > li:before,
.wp-megamenu-wrap ul > li:before,
footer ul > li:before,
.shop_table ul > li:before,
.cart-table ul > li:before,
ul.order_details > li:before,
ul.yith_magnifier_gallery > li:before,
.woocommerce-error li:before,
.woocommerce-message li:before,
.wpb-js-composer .vc_tta-tab:before {
	display: none !important;
}

body.home .fixed {
	background-position: center center !important;
}
@media (max-width: 767px) {
	body.home .fixed {
		background-attachment: scroll !important;
	}
}

.home-image-box-container {
	display: table;
}
.home-image-box-container .vc_row .wpb_column {
	background: #009DDC;
}

.home-image-box-container .vc_column_container,
.home-image-box-container .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.home-image-box-container .wpb_single_image {
	margin-bottom: 0;
}
.home-image-box-container .wpb_content_element.wpb_single_image img {
	border: none;
	padding: 0;
	border-radius: 0;
}
.home-image-box-container .wpb_text_column {
	height: 100%;
	color: #fff;
	margin-bottom: 0;
}
.home-image-box-container .wpb_text_column p {
	font-size: 20px !important;
	font-weight: 300;
}
.home-image-box-container .text-box {
	padding: 15px 60px;
	align-items: center !important;
}
@media (max-width: 1160px) {
	.home-image-box-container .text-box {
		padding: 15px 35px;
	}
	.home-image-box-container .wpb_text_column p {
		font-size: 16px !important;
	}
}
@media (max-width: 991px) { 
	.home-image-box-container .text-box {
		padding: 60px;
	}	
}

.home-counters {
	padding-top: 0;
}
.home-counters p,
.home-image-box-container p {
	color: #fff !important;
}

.home-counters .row {
	margin-left: -30px;
	margin-right: -30px;
	text-align: center;
}

.home-counters .column {
	text-align: center;
}
.home-counters:not(.squares) .row > .column {
	width: 20%;
	float: none;
	display: inline-grid;
	margin: 0 auto;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
}

@media (max-width: 991px) and (min-width: 768px) {
	.home-counters:not(.squares) .row > .column {
		width: 33%;
		margin: 0 auto 15px auto;
	}
}
@media (max-width: 767px) {
	.home-counters:not(.squares) .row > .column {
		width: 50%;
		margin: 0 auto 15px auto;
	}
}
@media (max-width: 550px) {
	.home-counters:not(.squares) .row > .column {
		width: 100%;
		margin: 0 auto 15px auto;
	}
}

.home-counters .wpb_content_element.wpb_single_image img {
	border: none;
}
.home-counters .counter-pink {
	background: #e74361;
}
.home-counters .counter-green {
	background: #76b856;
}
.home-counters .counter-orange {
	background: #ec7404;
}
.home-counters .counter-blue {
	background: #009ee0;
}
.home-counters .counter-number {
	margin-bottom: 10px;
}
.home-counters .counter-number p {
	font-size: 64px !important;
	color: #fff;
	line-height: 1;
}
.home-counters .counter-number a {
	color: #fff;
	display: block;
}

.home-counters .counter-text {
	margin-bottom: 25px;
}
.home-counters .counter-text p {
	font-size: 17px !important;
	color: #fff;
	/*white-space: nowrap;*/
}
.home-counters .counter-text a {
	color: #fff;
	display: block;
}

.home-counters .vc_column-inner {
	padding: 0 !important;
}
.home-counters.squares .vc_column-inner {
	padding: 15px !important;
}

@media (min-width: 992px) {
	.home-counters.squares .column {
		padding: 0 10%;
	}
	.home-counters.squares.economic .column {
		padding: 0 5%;
	}
	.home-counters.squares.economic .vc_column-inner {
		padding: 40px 15px !important;
	}

}

.vc_row.square {
	width: 46%;
	height: 46%;
	margin: 2% !important;
	float: left;
	position: relative;
}
@media (max-width: 768px) {
	.vc_row.square {
		width: 100%;
		height: 100%;
		margin: 0 0 20px 0 !important;
		float: none;
		position: relative;
	}

}

.vc_row.square .square {
	display: flex;
	align-items: center;
	justify-items: center;
}
.home-counters.squares .counter-text {
	margin-bottom: 0;
}
.home-counters.squares .container {
	padding: 0 100px;
}

.home-counters .vc_row.square.vc_column-gap-10>.vc_column_container {
	min-height: auto;
}

@media (max-width: 1330px) {
	.home-counters .counter-text p {
		font-size: 16px !important;
	}
}

body.home .call-to-action .fixed {
	background-position: center top !important;
}
.call-to-action {
	padding-bottom: 0;
	margin-top: 60px;
}
.call-to-action .home-slide-txt.first {
	margin-top: 40px;
}
.call-to-action .home-slide-txt h4 {
	font-weight: 300;
	font-size: 20px !important;
}
.home-news .wpb_content_element {
	margin-bottom: 0;
}
.home-news .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding-bottom: 0;
}

.home-news .container,
.home-image-box-container .container,
.home-counters .container {
	padding: 0 70px;
}

.home-news .vc_gitem-zone-c {
	background: transparent !important;
}
.home-news .vc_gitem_row .vc_gitem-col {
	padding: 20px 0 0;
}
.home-news .vc_gitem-post-data-source-post_title h4 {
	color: #009ee0;
}
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
	opacity: 1;
}
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	font-size: 50px;
	line-height: 50px;
	height: 50px;
	top: 105px;
	margin-top: 0;
}
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
	left: -70px;
}
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
	right: -70px;
}
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next,
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	opacity: .3;
}
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover,
.home-news .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
	opacity: 1;
}

.home-news .vc_btn3.vc_btn3-style-flat {
	background: transparent !important;
	color: #76b856;
	padding: 0;
	font-size: 18px;
}
.home-news .vc_btn3.vc_btn3-style-flat:hover {
	background: transparent;
	color: #e74361;
}
.single-post .home-news .vc_btn3.vc_btn3-style-flat {
	color: #b3b3b3;
}
.home-news .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
	content: "...";
}
.home-news .vc-gitem-zone-height-mode-auto-1-1 {
	height: 260px;
}
.home-news .vc_gitem-post-data-source-post_excerpt p {
	font-size: 17px !important;
}

section.posts-map .wpb_content_element {
	margin-bottom: 0;
}
@media (max-width: 980px) {
	section.posts-map {
		margin-bottom: 5px;
	}
	section.posts-map .container {
		padding-left: 0;
		padding-right: 0;
	}
}


/* home news carousel */
.slick-list {
	margin: 0 -25px;
}
.products .slick-list {
	margin: 0;
}

.recent-post-carousel.design-1 .post-carousel {
	text-align: left;
}
.slick-slide {
	height: auto;
}

.slick-slide .post-image-bg {
	height: 260px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.slick-slide .post-image-bg a {
	display: block;
	width: 100%;
	height: 100%;
}

.recent-post-carousel .slick-slide img,
.recent-post-carousel .recentpost-categories ul.post-categories li:before {
	display: none
}
.recent-post-carousel.design-1 .wp-post-title {
	margin-bottom: 15px;
}

.recent-post-carousel.design-1 .wp-post-title a {
	color: #009ee0;	
}
.recent-post-carousel.design-1 .wp-post-title a:hover {
	opacity: .85;
}

.recent-post-carousel .wp-post-content {
	font-size: 17px;
}

.recent-post-carousel .wp-post-content a.readmorebtn {
	padding: 0;
	border: 0;
	color: #76b856;
	font-size: 18px;
	margin-top: 10px;
}
.recent-post-carousel .wp-post-content a.readmorebtn:after {
	content: "...";
}

.recent-post-carousel .wp-post-content a.readmorebtn:hover {
	color: #e74361;
	background: transparent none;
}

.wcpscwc-product-slider button.slick-arrow,
.recent-post-carousel.design-1 .slick-arrow {
	opacity: .3;
	background-color: #00adef !important;
	height: 45px;
	width: 45px;
	border-radius: 25px !important;
	top: 25%;
}
.recent-post-carousel.design-1 button.slick-arrow:hover,
.wcpscwc-product-slider .slick-arrow:hover,
.recent-post-carousel.design-1 button.slick-arrow:focus,
.wcpscwc-product-slider .slick-arrow:focus {
	opacity: 1;
	background-color: #00adef !important;
}

.recent-post-carousel.design-1 .slick-prev,
.recent-post-carousel.design-1 .slick-prev:hover,
.recent-post-carousel.design-1 .slick-prev:focus {
	left: -75px !important;
	background-position: 8px center !important;
}
.recent-post-carousel.design-1 .slick-next,
.recent-post-carousel.design-1 .slick-next:hover,
.recent-post-carousel.design-1 .slick-next:focus {
	right: -75px !important;
	background-position: 12px center !important;
}

/* home newsletter */
.newsletter {
	background-color: #e74361 !important;
	background-position: right;
	
}

.newsletter input:focus, .contact-footer input:focus {
	margin-bottom: inherit !important;
}
.job-form input:focus {
	margin-bottom: 20px !important
}
.job-form p {
	color: #fff !important;
}

.newsletter:before {
	background-color: transparent !important;
}
.newsletter h3 {
	color: #fff;
	font-size: 30px !important;
	margin-bottom: 20px;
}
.newsletter input[type="text"],
.newsletter input[type="email"],
.contact-footer input[type="text"],
.contact-footer input[type="email"],
.job-form input[type="text"],
.job-form input[type="email"],
.job-form input[type="tel"],
.job-form select {
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	padding: 10px;
	border-radius: 0;
	margin-bottom: 10px;
}
.newsletter input:focus,
.job-form input:focus,
.contact-footer input:focus {
	margin-bottom: 10px;
}
.newsletter input[type="submit"],
.contact-footer input[type="submit"] {
	float: right;
	height: 45px;
	font-size: 18px !important;
	padding: 10px 30px !important;
	border-radius: 25px !important;
	color: #e74361;
}
.newsletter form.wpcf7-form p .wpcf7-submit {
	background-color: #fff;
	color: #e74361;
	text-transform: none;
	font-weight: 400;
}
.newsletter input:focus {
	margin-bottom: 10px !important;
}
.newsletter span.wpcf7-list-item {
	margin: 0;
}
.newsletter .wpcf7-list-item-label {
	color: #fff;
	font-weight: 300;
}
.newsletter .wpcf7-list-item-label a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

.job-form input[type="submit"] {
	float: right;
	background: #fff !important;
	color: #000 !important;
	height: 60px !important;
	padding: 10px 30px !important;
	border-radius: 30px !important;
	margin-top: 15px;
	font-size: 20px !important;
	text-transform: none !important;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	background: #fff;
	color: #f00;
	border-radius: 0;
	border-color: #fff;
}
div.wpcf7-mail-sent-ok {
	color: #009ee0;
}

.job-form .wpcf7 .position select option:first-child {
	display: none;
}

/* job list */
.job-list-item-container:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.18);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.18);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.18);
	-webkit-transition: box-shadow .3s ease-in-out;
	-moz-transition: box-shadow .3s ease-in-out;
	-o-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	cursor: pointer;
}
.job-list-item-container:hover .vc_gitem-link {
	color: #009ee0;
}
.job-list-item-title h2, 
.job-list-item-title h2 a {
	font-size: 26px !important;
}
.vc_grid-loading {
	display: none;
}

/* single post */
.post > p {
	line-height: inherit;
}

.post h1.post-title {
	padding-right: 30px;
	line-height: 1.3;
	color: #009ee0 !important;
	font-size: 30px !important;
}
.post-meta {
	border-right: 0;
	margin-right: 0;
	width: auto;
}
.post-meta:before {
	display: none;
}
.post-meta > li {
	text-overflow: inherit;
	line-height: inherit;
	white-space: normal;
}
.post .top-row {
	margin-bottom: 50px;
}
.post .single-post-image {
	min-height: 350px;
}


.post .single-post-image img {
	width: 100%;
	height: auto;
	border-radius: 0;
}
.post .post-date {
	color: #666;
}
.post .post-desc {
	float: right;
	width: 85%;
}
.post .post-desc > p,
.post-desc li {
	font-size: 20px;
	color: #333;
}
.post li {
	font-size: 18px;
	color: #606a6f;
}

.single-latest-posts {
	margin-top: 50px;
}
.single-latest-posts h2 {
	padding: 20px;
	text-align: center;
}
.single-latest-posts .slick-list {
	margin: 0 -10px;
}
.single-latest-posts .recent-post-carousel.design-1 .slick-next,
.single-latest-posts .recent-post-carousel.design-1 .slick-next:hover,
.single-latest-posts .recent-post-carousel.design-1 .slick-next:focus {
	right: -60px !important;
}
.single-latest-posts .recent-post-carousel.design-1 .slick-prev,
.single-latest-posts .recent-post-carousel.design-1 .slick-prev:hover,
.single-latest-posts .recent-post-carousel.design-1 .slick-prev:focus {
	left: -60px !important;
}

@media (max-width: 980px) {
	.single-post .inner-page {
		margin: 0;
	}
	.post-template-default.single-post .inner-page > .container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.post .single-post-image {
		min-height: auto;
	}
}

/* content */
.wpb_wrapper > ul {
	padding-left: 30px;
}

/* social share  - single post */
body.single-post #dpsp-content-top {
	position: absolute;
	left: 0;
}
body.page-template #dpsp-content-top {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

body.single-post .dpsp-column-1 .dpsp-networks-btns-wrapper li {
	width: auto;
	clear: both;
}
.dpsp-networks-btns-wrapper a.dpsp-network-btn {
	background: transparent !important;
	border-color: transparent !important;
	float: left;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
	background: transparent !important;
	border-color: transparent !important;
	font-size: 32px;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon {
	color: #009ee0 !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon {
	color: #009ee0 !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print .dpsp-network-icon {
	color: #009ee0 !important;
}
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email,
.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email .dpsp-network-icon {
	color: #009ee0 !important;
}
@media (min-width: 992px) {
	body.single-post #dpsp-floating-sidebar {
		display: none;
	}
}
@media (max-width: 992px) {
	body.single-post #dpsp-content-top {
		display: none;
	}
}
/* social share  - page template */
body.woocommerce #dpsp-content-top,
body.home #dpsp-content-top,
body.page-id-189 #dpsp-content-top,
body.page-id-176 #dpsp-content-top,
body.page-template-tpl-sw-mothers-day #dpsp-content-top {
	display: none !important;
}

body.page-template .inner-page{
	padding-bottom: 50px;
}
body.woocommerce .inner-page,
body.home .inner-page,
body.page-id-189 .inner-page,
body.page-id-176 .inner-page {
	padding-bottom: 0 !important;
}
body.page-template-tpl-sw-mothers-day .inner-page {
	padding-bottom: 6px !important;
}

body.page-template #dpsp-content-top {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
body.page-template #dpsp-content-top ul.dpsp-networks-btns-wrapper {
	width: 1270px;
	max-width: 100%;
	margin: 0 auto !important;
	padding-right: 15px !important;
	display: flex;
	justify-content: flex-end;
}
body.page-template #dpsp-content-top ul.dpsp-networks-btns-wrapper li {
	display: inline;
	width: auto;
	margin-bottom: 0;
}

/* blog & category */
.post > p {
	float: none;
}

.post .post-thumb {
	width: 100%;
	height: 240px;
	display: block;
	margin-bottom: 15px;
	background-size: cover;
}

body.blog .top-image {
	height: 400px;
	overflow: hidden;
}

.category {
	line-height: 1.4;
	float: none;
	margin-bottom: 0;
}

.sticky h2 a {
	border-bottom: 0;
	float: none;
}

body.blog .flex-grid,
body.category .flex-grid {
	padding: 0 60px;
	/*margin-top: -180px;*/
	background: #fff;
}

@media (min-width: 768px) {
	body.blog .flex-grid,
	body.category .flex-grid {
		display: flex;
		flex-wrap: wrap;
	}
	body.blog .col,
	body.category .col {
		flex-grow: 1;
		width: 33%;
		max-width: 33%;
		padding: 15px;
		float: none;
	}
}
body.blog .cat-filter,
body.category .cat-filter {
	float: right;
	padding: 15px 60px;
}
body.blog .blog-post,
body.category .blog-post {
	border-bottom: 0;
}
body.blog .blog-post h2 {
	line-height: 1.3;
	margin-bottom: 0;
	font-size: 26px !important;
}
body.category .blog-post h2 {
	font-size: 24px !important;
}

body.blog .blog-post h2 a,
body.category .blog-post h2 a {
	color: #009ee0;	
}
body.blog .post-meta > li,
body.blog .post-meta > li a {
	font-size: 12px;
}
body.blog .blog-post h2,
body.category .blog-post h2 {
	white-space: normal;
	text-overflow: unset;
}
body.category .blog-post h2 {
	margin-bottom: 10px;
}

body.blog .blog-post .post-meta,
body.blog .blog-post .post-desc,
body.category .blog-post .post-meta,
body.category .blog-post .post-desc {
	float: none;
	width: 100%;
}
body.category .blog-post .post-meta {
	padding: 0;
	margin-bottom: 10px;
}

body.blog .post > a img,
body.category .post > a img {
	border-radius: 0;
}
body.blog .blog-post .post-desc p,
body.blog .blog-post .blog-post-details,
body.category .blog-post .post-desc p,
body.category .blog-post .blog-post-details {
	margin-top: 0;
}
body.blog .blog-post .post-meta {
	padding: 5px 0;
}
body.blog .blog-post .post-meta .post-date {
	font-size: 18px;
	font-style: italic;
	color: #b3b3b3;
}
body.category .blog-post .post-meta .post-date {
	font-weight: 300;
	font-size: 18px;
	font-style: italic;
	color: #b3b3b3;
}
body.blog .container {
	position: relative;
}
body.blog .page-title,
body.category .page-title {
	width: 100%;
	margin-top: -143px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
body.blog .page-title h1,
body.category .page-title h1 {
	padding-left: 70px;
	position: static;
	top: auto;
	background: none;
	color: #009ee0;
}
@media (max-width: 992px) {
	body.blog .top-image,
	body.category .top-image {
		height: auto;
	}	
}

@media (max-width: 767px) {
	body.blog .container,
	body.category .container {
		padding: 0;
	}

	body.blog .inner-page,
	body.category .inner-page {
		margin-top: 0;
	}

	body.blog .page-title,
	body.category .page-title {
		margin: 0 0 20px 0;
		background: #009ee0;
	}

	body.blog .page-title h1,
	body.category .page-title h1 {
		width: 100%;
		text-align: left;
		padding: 30px;
		font-size: 36px !important;
		text-shadow: none;
	}
	body.blog .cat-filter,
	body.category .cat-filter {
		float: none;
		width: 100%;
		text-align: center;
	}
	body.blog .cat-filter select,
	body.category .cat-filter select {
		margin: 0 auto;
	}
}

/* category select */

body .cat-filter select { 
    display: block;
    padding: 10px 70px 10px 15px !important;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #ccc;
	border-radius: 0;
    background: url(//advocacy.sos-villages.gr/wp-content/uploads/2019/07/select-arrow.png) right 15px center no-repeat;
	background-size: 16px;
    background-color: #fff;
    color: #444444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 250px;
} 
body .cat-filter select option { 
    padding: 50px 0 !important;
	background: #e6e6e6;
} 
/* for IE and Edge */
.cat-filter select::-ms-expand {
    display: none;
}
.cat-filter select:disabled::-ms-expand {
    background: #f60;
}

/* pagination */
.pagination {
	padding: 0 15px;
}
.pagination>li>a, .pagination>li>span {
	width: 40px;
	height: 40px;
	line-height: 26px;
	padding: 5px 2px;
	text-align: center;
	background: #fff;
	color: #4d4d4d;
	border: 2px solid #ccc !important;
	border-radius: 40px;
	font-size: 26px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pagination>li>a:hover {
	border-color: #009ee0 !important;
	background: none !important;
	color: #000;
}
.pagination > li > span.current {
	background: #f2f2f2 !important;
	color: #4d4d4d;
}
.pagination>li>a.next, 
.pagination>li>a.prev {
	border: none !important;
	font-size: 40px;
	padding-top: 0;
}
.pagination>li>a.next:hover, 
.pagination>li>a.prev:hover {
	color: #009ee0;
	background: none;
}

/* causes archive */
body.page-template-tpl-fancy-causes .inner-page > .container {
	padding: 70px 0;
}
body.page-template-tpl-fancy-causes .remove-ext > .row {
	margin-right: -95px;
}
body.page-template-tpl-fancy-causes .remove-ext > .row > .col-md-6 {
	padding: 0 80px 80px 0; 
}
.our-cause {
	box-shadow: 5px 5px 12px rgba(0,0,0,.5);
	margin-bottom: 0;
}
.our-cause-img {
	border-radius: 0;
}
.our-cause-detail {
	margin-left: 0;
	width: 100%;
	text-align: left;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	border: 0;
}

.our-cause .progress {
	background: #fff;
	position: absolute;
	width: 130px;
	height: 130px;
	padding: 15px;
	box-shadow: none;
	border-radius: 0;
	top: -80px;
	left: 0;
}
.our-cause .progress .circle>span {
	color: #999;
}
.our-cause .progress .circle.small {
	padding: 0 !important;
}
.our-cause .progress .circle.small:before {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	border: 1px solid #999;
	border-radius: 100px;
	margin: 5%;
}
.our-cause .donation-details {
	margin-left: 110px;
	padding-left: 10px;
	color: #999;
}
.our-cause-detail > h3 {
	color: #e74361;
	text-transform: none;
	margin-top: 20px;
	font-weight: 400;
	font-size: 24px !important;
}
.our-cause-detail > a.btn-don {
	background-color: #e74361 !important;
	font-size: 24px;
	padding: 12px 24px;
	border-radius: 10px;
	text-transform: none;
	margin-top: 24px;
}
.our-cause-detail > a.btn-don:hover {
	background-color: #009ee0;
}

.support-boxes .wpb_content_element.wpb_single_image img {
	border: none;
}
.support-boxes .vc_column-inner {
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.support-boxes .prices {
	margin-bottom: 10px;
	color: #999;
}
.support-boxes h3 {
	margin-bottom: 20px;
}

/* oikonomiki enisxisi */
.finaid-box {
	display: block;
	padding: 40px 20px;
	text-align: center;
	color: #606a6f;
}
.finaid-box .finaid-title {
	font-size: 25px !important;
	margin-bottom: 10px;
}
.finaid-box .finaid-img {
	margin-top: 30px;
}
.finaid-box .finaid-img img {
	margin: 0 auto;
}

@media (max-width: 991px) {
	.finaid .vc_row .wpb_column:first-child {
		margin-bottom: 30px;
	}
}

/* shop */
.woocommerce .inner-page .row {
	margin-left: 0;
	margin-right: 0;
}

.single-product .post li,
.single-product .post-desc li,
.single-product .post-meta > li a {
	color: #606a6f;
	font-size: 18px !important;
}
.woocommerce-variation-price .amount {
	float: none;
}
/*.woocommerce div.product form.cart .variations select option:first-child {
	display: none !important;
}*/


body.page-template-tpl-transparent.woocommerce .inner-page,
body.page-template-tpl-transparent.woocommerce-page .inner-page {
	margin-top: 0;
}

body.woocommerce .btn-don,
body.woocommerce-page .btn-don {
	display: none;
}

body.woocommerce h1,
body.woocommerce .page-title h1 {
	color: #009ee0 !important;
	text-align: left;
	padding-bottom: 60px;
	padding-left: 15px;
}

.woocommerce .woocommerce-breadcrumb {
	clear: both;
}
.featured-products {
	float: none;
}
.woocommerce a.button {
	font-size: 12px;
	padding: 5px 10px;
}

.eshop-grid-title {
	position: absolute;
	width: 100%;
	top: 40%;
	left: 0;
	opacity: 0;
	transition: .5s opacity;
}
.eshop-grid-title p,
.eshop-grid-title a,
.eshop-grid-title p a {
	color: #fff !important;
	display: block;
}

.eshop-home-grid .column:hover .eshop-grid-title {
	opacity: 1;
}

.eshop-home-grid img {
	transition: .5s filter;
}
.eshop-home-grid .column:hover img {
	filter: brightness(50%);
}


.product-price > a.added {
	display: block !important;
}
.product-price > a.loading {
	height: auto !important;
}
.woocommerce .product-item:not(.slick-slide).first {
	clear: both;
}
.woocommerce .product-item.last {
}
.woocommerce .product-item.out-of-stock img {
	opacity: .35;
}
.woocommerce .product-item.out-of-stock .soldout {
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #e74361;
	background: rgba(255,255,255,.5);
	text-transform: uppercase;
}
.woocommerce .product-item.out-of-stock a.button {
	display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
	.featured-products .col-md-4 {
		width: 33.3%;
		float: left;
	}	
}

.woocommerce-page table.shop_table td.product-price span.amount {
	font-size: 13px !important;
}

input[name="update_cart"] {
	display: none;
}
li.order-total p {
	font-weight: 700;
}
tr.cart_item td.product-price,
tr.cart_item td.product-subtotal {
	text-align: right;
}
.woocommerce-page table.shop_table td.product-price span.amount {
	float: none;
}
.checkout-button {
	margin: 30px 0;
	clear: both;
	float: right;
}
.shop_table.cart tr.actions_row {
	display: none;
}

.cart-total {
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

.cross-sells {
	clear: both;
	margin-top: 30px;
}

@media (max-width: 767px) {
	body.woocommerce .inner-page > .container,
	body.woocommerce section > .container,
	body.woocommerce .container .woocommerce {
		padding: 0;
	}
	body.woocommerce .inner-page {
		padding: 0;
	}

	.woocommerce .quantity input.qty {
		width: auto !important;
		min-width: 50px;
		width: 50px !important;
		padding: 7px 3px;
	}
	.woocommerce .shop_table.cart tr > th {
		font-size: 13px;
		padding: 9px 3px;
	}
	.woocommerce .shop_table.cart .product-price {
		display: none;
	}

}

/* shop carousel */
.vc_custom_1572874725745 {
	margin-bottom: 0 !important;
}
.woocommerce ul.products.slick-slider {
	margin: 0;
}
.slick-list {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.wcpscwc-product-slider.woocommerce {
	padding: 0 15px !important;
}
.wcpscwc-product-slider button.slick-prev,
.wcpscwc-product-slider button.slick-prev:hover,
.wcpscwc-product-slider button.slick-prev:focus {
	left: -75px !important;
	background-color: #00adef !important;
	background-position: 12px center !important;
}
.wcpscwc-product-slider button.slick-next,
.wcpscwc-product-slider button.slick-next:hover,
.wcpscwc-product-slider button.slick-next:focus {
	right: -75px !important;
	background-color: #00adef !important;
	background-position: 16px center !important;
}

.wcpscwc-product-slider h4 a,
.featured-products h4 {
	color: #707070;
	white-space: unset;
	text-overflow: unset;
	width: auto;
	line-height: 1.2;
	font-size: 20px !important;
	font-weight: 500 !important;
	float: none;
}
.featured-products img {
	border-radius: 0;
}
.featured-products .product-price {
	float: none;
}
.product-price > ins, .product-price > span.amount, .amount span {
	font-size: 20px !important;
	float: none;
}
.featured-products .amount span {
	font-size: 20px !important;
}
.post .single-product-page h1 {
	float: none;
	line-height: 1;
	margin-bottom: 15px;
	display: none;
}
.post .single-product-page .product-price {
	margin-top: 0;
	margin-bottom: 15px;
}

.single-product-page .post-meta,
.single-product-page .post-desc {
	float: none;
	width: auto;
	margin-top: 0;
	margin-bottom: 15px;
}

table.variations tbody tr {
	background: transparent none;
	border: none;
}
.variations td {
	padding: 5px 0;
}

.variations .label {
	display: none;
}
.woocommerce div.product form.cart .variations select {
	max-width: none;
	min-width: auto;
	width: 150px;
	background: #fafafa;
	box-shadow: 1px 1px 3px #D5D5D5 inset;
	border: 1px solid #C7C0C7;
}
.woocommerce div.product form.cart .button {
	clear: both;
}

.woocommerce button.button.alt.disabled {
	background-color: #333;
}

.woocommerce-checkout .inner-page {
	margin-top: 100px !important;
}
.woocommerce-checkout .inner-page .container {
	padding: 0 !important;
}

.woocommerce-cart .page-title h1,
.woocommerce-checkout .page-title h1 {
	background: transparent none;
	font-weight: 700;
	line-height: 1;
	text-align: center !important;
}
.woocommerce-cart .page-title h1 span,
.woocommerce-checkout .page-title h1 span {
	font-weight: 700;
	color: #fff;
}

.checkout {
	max-width: 95%;
}
#billing_country_field strong,
#shipping_country_field strong {
	font-weight: normal !important;
	font-size: 12px;
}
#billing_country_field,
#shipping_country_field {
	display: none;
}
.woocommerce form .form-row select {
	font-size: 12px;
}
.woocommerce form .form-row select option {
	line-height: 18px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form select {
	border: none;
	border-radius: 3px;
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 3px #D5D5D5 inset;

}

.co-form .input-text, .input-text, .co-form .input-text:hover, .input-text:hover, .co-form .input-text:focus, .input-text:focus  {
	font-family: Ubuntu;
}

.woocommerce-billing-fields h3,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	margin-bottom: 15px;
	float: none;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	margin-top: 18px;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
	float: none;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input {
	margin-left: 0;
	margin-right: 10px;
}

.woocommerce-page form.checkout .form-row label {
	display: none;
}
p.mc4wp-checkbox.mc4wp-checkbox-woocommerce label {
	display: inline-block !important;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	display: inline !important;
}
.woocommerce-privacy-policy-text p {
	font-size: 13px !important;
	color: #333;
}
.woocommerce form .form-row #terms.input-checkbox {
	margin: 8px -10px 0 -3px;
}
.woocommerce-terms-and-conditions-checkbox-text {
	color: #333;
}

.woocommerce-terms-and-conditions-checkbox-text a {
	color: #009ee0;
}

p.mc4wp-checkbox.mc4wp-checkbox-woocommerce label input {
	margin: -2px 10px 0 0;
}

p.mc4wp-checkbox.mc4wp-checkbox-woocommerce label span {
	color: #333;
}
p.form-row.terms input {
	float: none;
}
p.form-row.terms label {
	padding-left: 0;
}
p.form-row.terms label span {
	color: #333;
}

.checkout_policy_box {
	max-height: 150px;
	overflow-y: scroll;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3) inset;
	background: #dfdcde;
	padding: 15px;
	font-size: 12px !important;
}
.checkout_policy_box ul {
	margin-bottom: 20px;
}

.checkout_policy_box ul li {
	padding-left: 25px;
}

input#place_order {
	background-color: #00adef;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
	border-radius: 3px;
	background: none repeat scroll 0 0 #fafafa;
	box-shadow: 1px 1px 3px #D5D5D5 inset;
	height: 80px;
	font-family: Ubuntu;
}
.select2 {
	height: 33px;
}

.select2-container span.selection {
	height: 33px;
	line-height: 33px;
}
.select2-container .select2-selection--single {
	background: transparent none;
	height: 33px;
	border: none;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	box-shadow: 1px 1px 3px #D5D5D5 inset;
	background: none repeat scroll 0 0 #fafafa;
	line-height: 33px;
	border-radius: 3px;
	margin-left: -1px;
	margin-right: -1px;
	font-size: 12px;
}
.select2.select2-container.select2-container--default.select2-container--focus > span span {
	box-shadow: none;
}

.container .woocommerce {
	padding: 0 5%;
}
.container .woocommerce.columns-3 {
	padding: 0;
}

.woocommerce ul.order_details li strong {
	line-height: 36px;
}
.woocommerce ul.order_details .total strong > span span.woocommerce-Price-currencySymbol {
	float: none;
	font-size: 1.4em;
}

.woocommerce .woocommerce-info {
	font-size: 18px;
}

/* cart page */
.woocommerce-page table.shop_table td.product-price span.amount {
	text-align: left;
}
.woocommerce-page table.shop_table td .quantity {
	display: block;
}

.cart_item .quantity input[type=number]::-webkit-inner-spin-button, 
.cart_item .quantity input[type=number]::-webkit-outer-spin-button {  
	opacity: 1;
}

input[type=number]::-webkit-inner-spin-button { 
	background: transparent url(//advocacy.sos-villages.gr/wp-content/themes/lifeline-child/images/number-input-arrows.png) no-repeat center center;  
	-webkit-appearance: none;
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	color: #333;
	text-align: center;
	position: relative;
	padding: 4px;
	right: 0;
	border-radius: 0;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td.product-subtotal .amount {
	float: none;
}

.cart-total .order-total {
	font-size: 18px;
}
.cart-table > ul {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
}
.cart-head {
	text-align: left;
	padding: 0 15px;
}
.cart-table li:last-child input {
	width: auto;
}
.cart-table #shipping_method label {
	font-size: 15px;
}
.cart-total span {
	width: auto;
}
.cart-table li:nth-child(2n+2) {
	background: transparent;
}
.cart-table li {
	line-height: 1;
}
.cart-total.cart-table li {
	padding: 0;
}
.cart-total.cart-table > ul > li {
	padding: 20px 15px;
}
.cart-total.cart-table li


/* checkout page */
.woocommerce-checkout-review-order-table .order-total {
	font-size: 18px;
}

/* floating cart icon */
.cart-icon {
	position: fixed;
	right: -20px;
	top: 460px;
	background: #e5701d;
	padding: 20px 32px 20px 28px;
	font-size: 18px;
	border-radius: 50px 0 0 50px;
	text-align: center;
}
.cart-icon a {
	color: #fff;
}
.cart-icon i {
	display: block;
	font-size: 32px;
}
body.woocommerce-cart .cart-icon {
	display: none !important;
}

/* shop my account */
.woocommerce-MyAccount-navigation > ul > li a {
	background: #00adef;
}

.woocommerce-MyAccount-content .woocommerce-Address-title .edit {
	background: #00adef;
	margin-left: 0;
}

/* contact page */
.page-id-607 .inner-page {
	margin-bottom: 0;
}

.wpb-js-composer .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel-title>a {
	color: #009ee0 !important;
	font-size: 20px !important;
}
.vc_tta-panel-body {
	background: #f8f8f8 !important;
	text-align: left;
}
body.page-id-607 .inner-page {
	margin-top: -120px;
}

/* cv custom file input */
.job-form .input-container {
	max-width: 100%;
	background-color: #fff;
	height: 62px;
	clear: both;
	margin-bottom: 20px;
}
.job-form .input-container:after {
	content: "";
	display: block;
	clear: both;
}
.job-form input[type='file'] {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.job-form .file-info,
.job-form .cover-file-info {
	font-size: 18px;
	color: #808080;
	line-height: 42px;
	overflow: hidden;
	float: left;
	display: block;
	height: 42px;
	overflow: hidden;
}
.job-form .browse-btn,
.job-form .cover-browse-btn {
	background: #e6e6e6;
	color: #808080;
	height: 42px;
	line-height: 20px;
	padding: 5px 15px;
	border: none;
	position: absolute;
	right: 30px;
}
.job-form .browse-btn:hover,
.job-form .cover-browse-btn:hover {
	background: #ccc;
}
.job-form .file-buttons {
	padding: 10px 15px;
}
.job-form .file-buttons:after {
	content: "";
	display: block;
	clear: both;
}
.job-form form.invalid .file-buttons + p span.wpcf7-not-valid-tip {
	margin-top: 20px;
	margin-bottom: 25px;
}

div.wpcf7-response-output {
	display: none !important;
}


/*.job-form input[type="file"] {
	color: #000;
	font-size: 18px;
	text-align: left !important;
	-webkit-appearance: none;
	-webkit-rtl-ordering:  left;
}
.job-form input[type="file"]::-webkit-file-upload-button{
	-webkit-appearance: none;
	float: right;
	margin: 0 0 0 10px;
	height: 42px;
	font-size: 18px;
	padding: 5px 15px;
	border: none;
	border-radius: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#e6e6e6));
	background-image: -moz-linear-gradient(90deg, #e6e6e6 0%, #e6e6e6 100%);
}
*/
.job-form input[type="text"],
.job-form input[type="email"],
.job-form input[type="tel"] {
	border: none;
	margin-bottom: 20px !important;
	height: 62px !important;
	padding: 15px !important;
	color: #808080;
}
.job-form textarea {
	height: 150px !important;
	color: #808080;
	background: #fff !important;
	border: none;
}
.job-form select { 
    display: block;
    padding: 5px 70px 5px 15px !important;
    height: auto !important;
    border: none;
	border-radius: 0;
    background: url(//advocacy.sos-villages.gr/wp-content/uploads/2019/07/select-arrow.png) right 15px center no-repeat;
	background-size: 22px;
    background-color: #fff;
    color: #808080;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
} 
body .job-form  select option {
    padding: 50px 0 !important;
	background: #e6e6e6 !important;
} 
/* for IE and Edge */
.job-form  select::-ms-expand {
    display: none;
}
.job-form  select:disabled::-ms-expand {
    background: #f60;
}

.job-form .wpcf7-acceptance {
	float: right;
}
/*.job-form form.wpcf7-form p span input[type="checkbox"] {
	float: right;
}*/
.job-form .wpcf7-acceptance .wpcf7-list-item-label {
	line-height: 32px;
	color: #fff;
}
.job-form .wpcf7-acceptance .wpcf7-list-item-label a {
	color: #fff;
	text-decoration: underline;
}

span.wpcf7-not-valid-tip {
	clear: both;
}

h1.viografiko-title {
	font-weight: 500;
	font-size: 30px !important;
}

@media (max-width: 300px) {
	.job-form button {
		width: 100%;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0;
	}
  
	.job-form .file-info {
		display: block;
		margin: 10px 5px;
	}
}

/* sponsors */
#sponsors {
	padding: 30px 0;
}

#sponsors .alphas {
	text-align: left;
	margin-bottom: 20px;
}
#sponsors .alphas:after {
	content: "";
	display: block;
	clear: both;
}

#sponsors .enalphas,
#sponsors .gralphas {
	float: left;
	margin-right: 20px;
}

#sponsors .alphas a,
#sponsors .alphas span {
	font-size: 20px;
	padding: 5px;
}
#sponsors .alphas a {
	font-weight: 700;
}

#sponsors .grid {
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
	grid-gap: 100px 0;
	padding: 15px 0;
}
@media (max-width: 991px ) {
	#sponsors .grid {
		grid-template-columns: 50% 50%;
	}
}
@media (max-width: 768px ) {
	#sponsors .grid {
		grid-template-columns: 100%;
	}
}

.sponsor-item {
	margin-bottom: 15px;
}
.sponsor-item:after {
	content: "";
	display: block;
	clear: both;
}

.sponsor-item .logo {
	float: left;
	width: 50%;
	padding: 0 10px;
}
.sponsor-item .logo img {
	max-width: 100%;
	height: auto;
}

.sponsor-item .text {
	float: right;
	text-align: left;
	width: 50%;
	padding: 0 10px;
}

.sponsor-item .desc p {
	margin-top: 10px;
	margin-bottom: 0;
}


/* footer */
footer {
	background-size: cover;
	margin-top: -6px;
	padding: 24px 0 24px;
}

footer .container {
	max-width: 100%;
}

footer a,
footer p {
	color: #fff !important;
}
footer p span {
	font-weight: 400;
	display: block;
	letter-spacing: 0;
}

footer .image {
	max-width: 200px !important;
	margin: 8px 0;
}

footer:before {
    /*background-color: rgba(0, 158, 224, 0.9);*/
	background: transparent none;
}

.footer-logo {
	text-align: left;
	position: static;
}

.footer-logo img {
	padding: 10px;
	max-width: 100%;
}
@media (min-width: 993px) {
	footer .footer-social {
		padding: 10px 16px;
		text-align:center;
	}
}
@media (max-width: 992px) {
	footer .footer-social {
		margin: 20px 0;
	}	
}

footer .footer-social a {
	color: #fff;
	font-size: 32px;
	margin: 0 10px;
}
footer .footer-social .social-title {
	text-align: center;
}
.footer-bottom a {
	text-transform: none;
}
.footer-widget-title {
	float: none;
	margin-bottom: 5px;
}
.footer-widget-title h4 {
	color: #fff;
	text-transform: none;
	font-size: 20px !important;
	font-weight: 700;
	line-height: 24px;
	text-align: left;
}
.footer-widget-title h4:after {
	display: none;
}
footer ul.menu {
	margin-right: 0;
	float: none;
}
footer ul.menu li.menu-item {
}
footer ul li, footer p {
	margin-bottom: 5px;
	font-size: 16px !important;
}

footer ul.menu li.menu-item a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

@media (max-width: 980px) and (min-width: 768px) {
	footer .col-md-3 {
		width: 25% !important;
	}	
}

.footer-newsletter-form {
	padding-right: 10px;
}
.footer-newsletter-form .wpcf7-list-item label {
	margin-bottom: 0;
}

.footer-newsletter-form .wpcf7-list-item-label {
	color: #fff;
	font-weight: 400;
	font-size: 12px !important;
}
.footer-newsletter-form .wpcf7-list-item-label a {
	text-decoration: underline;
}

.footer-newsletter-form .wpcf7-list-item {
	margin-left: 0;
}
form.wpcf7-form .footer-newsletter-form p span input[type="checkbox"] {
	margin: 6px 10px 50px 0 !important;
	position: absolute;
	top: 0;
	left: 0;
}
form.wpcf7-form .footer-newsletter-form p span .wpcf7-list-item-label {
	padding-left: 20px;
	text-align: left;
}

form.wpcf7-form .footer-newsletter-form p span input {
	border-radius: 0 !important;
	padding: 5px 10px !important;
	margin-top: 5px;
}

.footer-newsletter-form .wpcf7-submit {
	background: #fff !important;
	color: #009ee0 !important;
	padding: 12px 15px 10px !important;
	float: none !important;
	max-width: 100%;
	border-radius: 50px !important;
}
.footer-newsletter-form p.mb-0 {
	margin-bottom: 0;
}

.footer-bottom {
	background: #009DDC;
	border-top: 0;
	float: none;
	clear: both;
	padding: 10px 0;
	position: relative;
}
.footer-bottom p {
	float: none;
	text-align: center;
}
.footer-bottom p span {
	color: #fff;
}
.footer-bottom p a {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom .gdpr-footer-link {
	position: absolute;
	right: 10px;
	top: 10px;
	font-style: italic;
}
@media (max-width: 980px) { 
	body {
		margin-bottom: 60px;
	}
	.footer-bottom .gdpr-footer-link {
		top: auto;
		bottom: 40px;
	}	
}


.contact-footer:before {
	content: "";
	background: none repeat scroll 0 0 rgba(24, 98, 151, 0.92) !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.contact-footer,
.contact-footer a,
.contact-footer .textwidget,
.contact-footer .textwidget a {
	color: #fff;
}
.contact-footer a:hover,
.contact-footer .textwidget a:hover {
	text-decoration: underline;
}
.contact-footer input[type="submit"] {
	color: #009ee0 !important;
	background-color: #fff !important;
	margin-top: 10px;
	height: auto;
	padding: 15px 30px !important;
	border-radius: 60px !important;
	text-transform: none !important;
}
.contact-footer textarea,
.job-form textarea {
	font-size: 18px !important;
	border-radius: 0 !important;
	width: 100%;
	padding: 15px;
}
.contact-footer h5 {
	margin: 15px 0 25px;
	font-weight: 300;
}
.contact-footer p {
	margin-bottom: 25px;
	font-weight: 300;
}
@media (max-width: 767px) {
	footer {
		font-size: 18px;
	}
	.footer-widget-title h4 {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}
	.footer-logo img {
		padding: 10px 0;
		max-width: 100%;
	}
}


@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714%;
  }
}


.select2-container {
	z-index: 999 !important;
}


/* standard width */

body.page-template-tpl-standard-width .theme-layout {
	text-align: center;
}
body.page-template-tpl-standard-width .theme-layout .inner-page,
p {
 	text-align: left;	
}
body.page-template-tpl-standard-width header {
	max-width: 1920px;
	left: 50%;
	margin-left: -960px;
	background-color: transparent;
	float: none;
	top: 0;
}
body.page-template-tpl-standard-width .standard {
	max-width: 1920px;
	margin: 0 auto;
}
body.page-template-tpl-standard-width .top-image {
	height: auto;
/*	max-height: 400px;*/
}

@media (max-width: 1920px) {
	body.page-template-tpl-standard-width header {
		max-width: 100%;
		left: auto;
		margin-left: 0;
	}
	body.page-template-tpl-standard-width .standard {
		max-width: 100%;
		margin: 0 auto;
	}
}
/*
@media (min-width: 1300px) {
	body.page-template-tpl-standard-width .container {
		max-width: 1270px !important;
	}
}
*/
body.page-template-tpl-standard-width .inner-page {
	margin-top: 0;
	margin-bottom: 0;
}
body.page-template-tpl-standard-width .page-title {
	position: absolute;
	margin-top: -70px;
}

body.page-template-tpl-standard-width .page-title h1 {
	background: transparent none;
	position: static;
	padding-left: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.6);
}
@media (max-width: 768px) {	
	body.page-template-tpl-standard-width .standard section.block > .container {
		padding: 0 15px;
	}

	body.page-template-tpl-standard-width .page-title h1 {
	 	font-size: 36px !important;
		line-height: 1.2;
	}
	body.page-template-tpl-standard-width .home-list .container {
		margin-top: 0;
	}
	
	body.page-template-tpl-standard-width .inner-page > .container,
	body.page-template-tpl-standard-width .standard section > .container {
		padding: 0;
	}
	body.page-template-tpl-standard-width .page-title {
		position: static;
		margin-top: 0;
		background: #00adef;
		padding: 5px 15px;
		/*margin-bottom: 20px;*/
	}
	body.page-template-tpl-standard-width .page-title h1 {
		text-shadow: none;
	}
	
}

body.page-template-tpl-standard-width footer .container {
	max-width: 1920px;
}
body.page-template-tpl-standard-width footer .container ul li {
	text-align: left;
}

.codedropz-upload-handler {
	border-radius: 0;
}
.codedropz-upload-container {
	background: #fff;
}
.codedropz-upload-inner h3 {
	font-size: 24px !important;
}

#payment {
	clear: both;
	margin-bottom: 30px;
}

/* form ajax loader */
div.wpcf7 .ajax-loader {
	display: block;
	clear: both;
	background-image: none;
	width: 120px;
	height: 120px;
	border: 16px solid #f3f3f3;
	border-bottom-color: transparent;
	border-radius: 50%;
	margin: 0;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

footer div.wpcf7 .ajax-loader {
	display: inline-block;
	background-image: none;
	width: 32px;
	height: 32px;
	border: 5px solid #f3f3f3;
	border-bottom-color: transparent;
	border-radius: 50%;
	margin: 0 0 0 4px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* contact form popup confirm */
body .swal2-popup {
	background: #00adef !important;
}
body .swal2-popup .swal2-styled.swal2-confirm {
	background: #fff !important;
}
body .swal2-popup .swal2-styled.swal2-confirm span {
	color: #00adef !important;
	text-transform: uppercase !important;
}

.co-form .input-text, .input-text, .co-form .input-text:hover, .input-text:hover, .co-form .input-text:focus, .input-text:focus {
	font-family: "Ubuntu" !important;
}

.has-cookie-bar #catapult-cookie-bar {
	padding: 5px 20px 5px;
	font-size: 16px;
		box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.top-image > a,
.top-image > a > img {
	width: 100%;
}
#cookie-notice {
	box-shadow: 0 0 10px rgba(0,0,0,.25);
	font-family: Ubuntu;
	letter-spacing: inherit;
}
#cookie-notice .cookie-notice-container {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	padding: 5px 20px;
}
.cn-buttons-container,
.cn-text-container {
	text-align: left;
	font-size: 16px;
	margin: 0;
}
#cn-notice-buttons {
	flex-shrink: 0;
}
#cookie-notice .cn-button {
	background: #00adef;
	margin-left: 20px;
}
#cn-close-notice {
	display: none;
}

@media (max-width: 1240px) {
	.logo img {
		height: 100px;
	}
	#wp-megamenu-main_menu>.wpmm-nav-wrap ul.wp-megamenu>li {
		letter-spacing: normal;
	}
	#wp-megamenu-main_menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
		font-size: 16px;
		padding-top: 40px;
		padding-left: 4px;
		padding-right: 4px;
	}
}
@media (min-width: 981px) {
	#wp-megamenu-sos-menu,
	#wp-megamenu-main-menu-english {
		display: none;
	}
}
@media (max-width: 980px) {
	.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
		padding: 27px 12px;
	}

	.responsive-logo {
		z-index: 100000;
	}
}
body.home .top-image {
	position: relative;
}

body.home .img-title {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 400px;
	max-width: 70%;
	padding: 0 25px;
}
body.home .img-title h1 {
	text-align: left;
	font-size: 60px !important;
	font-weight: 700;
}
body.home section .page-title {
	display: none;
}

@media (max-width: 980px) {
	body.home .img-title h1 {
		font-size: 38px !important;
	}
}

@media (max-width: 768px) {
	body.home .img-title {
		display: none;
	}
	body.home section .page-title {
		display: block;
	}
}
.sos-news-read-more a {
	background: transparent none !important;
	padding: 14px 0 !important;
	font-size: 18px !important;
}

footer .footer-social a.homesite-link {
	display: inline-block;
	font-size: 16px;
	background: url(//advocacy.sos-villages.gr/wp-content/uploads/2020/12/pixis-as.png) left center no-repeat;
	line-height: 30px;
	height: 30px;
	padding-left: 40px;
}