/*
Theme Name: Goldair Airline Services
Theme URI: https://www.goldair-gsa.com
Author: Digitalbox
Author URI: https://www.digitalbox.gr/
Description: Goldair Airline Services WordPress Theme
Tags:        one-column
Text Domain: wp_digitalbox_framework
*/


/* ========================
1 = Global
======================== */

body {
	background: #fff;
	color: #262627;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	position: relative;
}


body.page-id-555, body.page-id-722 {background: #fff url('images/et-4.jpg') top center repeat-x;}
body.page-id-312, body.page-id-372 {background:#ece9e0;}

.row {
	margin: 0 auto;
	max-width: 1380px;
	width: 100%;
}

.row.full-width {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.row.no-gutter {
	margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-left: 0;
	padding-right: 0;
}

.row.no-gutter-all {
	margin: 0 auto;
}

.row.no-gutter-all [class*='col-'] {
	padding-left: 0;
	padding-right: 0;
}

.center-block {
	float: none;
}

a {
	color: #20386c;
	outline: 0;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: none;
	color: #150e70;
}

code {
	background: #2b2b2b;
	border: 0;
	border-radius: 6px;
	color: #fff;
	display: block;
	font-family: consolas, monaco, 'andale mono', monospace;
	font-weight: normal;
	line-height: 1.3;
	margin: 8px 0;
	padding: 12px;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
}

mark {
	color: #fff;
	padding: 1px 4px;
	border-radius: 2px;
	font-weight: 600;
	background: #3190E7;
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float: right;
	margin: 0 0 1em 1em
}

a img.alignleft {
	float: left;
	margin: 0 1em 1em 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}


/* Ηeadings */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 12px;
	margin-top: 12px;
	text-rendering: optimizelegibility;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 23px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 14px;
}


/* End of Ηeadings */

hr {
	border: solid #e8e8e8 !important;
	border-width: 1px 0 0 !important;
	clear: both;
	height: 0;
	margin: 31px 0 !important;
}

p {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 400;
	color:#262627;
}

ul li,
ol li {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.ggheader {
	height: 115px;
	background: #fff;
}

.logo {
	padding-top: 20px;
}

ul.languages {
	margin: 0 13px 0 0;
	padding: 8px 0 0;
	list-style: none;
	float: right;
}

ul.languages li {
	margin-right: 12px;
	float: left;
}

ul.languages li::last-child {
	margin-right: 0;
}

ul.languages li a {
	font-size: 12px;
	color: #666;
	transition: all 250ms ease-out 0s;
	text-transform: uppercase;
}

ul.languages li a:hover,
ul.languages li.icl-current a {
	color: #20386c;
}

.ggmenu {
	padding-top: 69px;
}


/* NAVIGATION MENU  ---------------------- */
/*** ESSENTIAL STYLES ***/
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 158%;
	left: 0;
	z-index: 99;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** SKIN ***/
.sf-menu {
	float: right;
	margin: 0;
}

.sf-menu ul {
	min-width: 15em;
	*width: 15em;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

/* 1st level */
.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	margin: 0 25px;
}

.sf-menu li::last-child {
	margin-right: 0;
}

.sf-menu li a {
	color: #666;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0px;
	text-transform: uppercase;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	-webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current a,
.sf-menu li.current-menu-item a,
.sf-menu li.current-menu-ancestor a {
	color: #20386c;
}

/* 2nd level */
.sf-menu ul li,
.sf-menu li.current ul li {
	background: #fff !important;
	padding: 0;
	margin: 0
}

.sf-menu ul li a {
	background: #fff !important;
	font-size: 12px;
	padding: 12px 16px;
	color: #363B3F !important;
	border-bottom: 1px solid #e5e8ec;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
	color: #363B3F !important;
	background: #F3F5F7 !important;
	-webkit-transition: none;
	transition: none;
	border-bottom: 1px solid #e5e8ec;
}

/* 3rd level */
.sf-menu ul li.sfHover li a {
	background: #fff !important;
	font-size: 12px;
	padding: 12px 16px;
	color: #363B3F !important;
	border-bottom: 1px solid #e5e8ec;
}

.sf-menu ul li li:hover a,
.sf-menu ul li li.sfHover a {
	color: #363B3F !important;
	background: #F3F5F7 !important;
	-webkit-transition: none;
	transition: none;
	border-bottom: 1px solid #e5e8ec;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #666;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: #666;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #666;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #666;
}

.home-goldair-group {
	min-height:585px;
	background: #fff url(images/goldair-gsa.jpg) top center no-repeat;
}

.gsa-initial-text {position: relative; min-height:585px;}

.gsa-initial-text-in {display: block; position:absolute; z-index: 2; left: 0;  right: 0;  top: 50%; transform: translateY(-50%);}

.home-goldair-group h1 {
	color: #fff;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: -.035em;
}

hr.yellowhrhome {
    border: solid #d2a531 !important;
    border-width: 2px 0 0 !important;
    clear: both;
    height: 0;
    width: 50px;
    border-radius: 16px !important;
    margin: 25px 0 !important;
}

hr.yellowhr {
    border: solid #d2a531 !important;
    border-width: 2px 0 0 !important;
    clear: both;
    height: 0;
    width: 50px;
    border-radius: 16px !important;
    margin: 15px auto !important;
}

.home-goldair-group p {
	padding: 10px 105px 0 0;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
}

.ggcreadmorehome {
	text-align: right;
	font-size: 13px;
	font-weight: 700;
	padding-right:115px;
	color:#fff;
}

.ggcreadmorehome a {
	color:#fff;
}

.ggcreadmorehome a::after {
	font-family: FontAwesome;
	content: "\f138";
	margin-left: 6px;
	font-size: 20px;
	vertical-align: -8%;
	font-weight: 300;
	color: #d3ab31;
}

.ggcreadmorehome a:hover::after,
.ggcreadmorehome a:hover {
	color: #d3ab31
}

.home-goldair-companies {
	padding:80px 0 130px;
}

.home-goldair-companies h2 {
	color: #20386c;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: 0;
	text-align: center;
}

hr.yellowhrc {
    border: solid #d2a531 !important;
    border-width: 2px 0 0 !important;
    clear: both;
    height: 0;
    width: 50px;
    border-radius: 16px !important;
    margin: 30px auto 63px !important;
}

p.companiestext {text-align: center; padding: 0 90px; color:#2b2b2b; line-height: 27px; margin:33px 0 0;}


.companiesectionitems {	border-bottom:2px solid #d2a531;
}

.companysection {
	padding:2px 0 0;
}

.companysection .initial {
	background: #fff; 
	padding-top:120px;
}

.companysection .initial h3 {
	color:#20386c;
	font-size:22px;
	margin-bottom: 22px;
}


.companysection .initial p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
	padding-right:80px;
}

.companysection .initial.even p, .companysection .initial.even h3 {
	padding-right:0;
	padding-left:80px;
}

.companysection .initial .ggcreadmore {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	padding-right:110px;
	margin-top:35px;
}

.companysection .initial.even .ggcreadmore {
	padding-right:30px;
}

.ggcreadmore a::after {
	font-family: FontAwesome;
	content: "\f138";
	margin-left: 6px;
	font-size: 20px;
	vertical-align: -8%;
	font-weight: 300;
	color: #d3a530
}

.ggcreadmore a,
.ggcreadmore a:hover::after,
.ggcreadmore a:hover {
	color: #20386c
}

.home-gsa-news {padding:60px 0; background:#ece9e0;}

.home-gsa-news h4 {
	color: #20386c;
	font-weight: 700;
	font-size: 33px;
	letter-spacing: 0;
	text-align: center;
}

.newsection .initial {
	background: #fff;
	padding:20px 30px; 
	min-height:280px;
}

.newsection .initial h5 {
	color:#20386c;
	font-size:18px;
	margin: 0 0 12px;
}


.newsection .initial p {
	font-size: 15px;
	line-height: 24px;
}


.newsection .initial .ggcreadmore {
	text-align: right;
	font-size: 14px;
	font-weight: 400;
	margin-top:15px;
}

.gsadate {text-transform: uppercase; margin-bottom:10px; color: #d3a530; font-size:14px;}

footer {
	background: #cad1e4;
	padding: 65px 0 25px;
	font-size:14px;
}

footer p {
	font-size:14px;
}

ul.socialicons {
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
	float:right;
}

ul.socialicons li {
	float: left;
	margin-right: 10px;
}

ul.socialicons li::last-child {
	margin-right: 0;
}

.copyright {
	clear: both;
	padding-top: 69px;
}

.footer-space {padding-top:35px;}

.ggfmenu {
	float: right;
}

.ggfmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

.ggfmenu ul li {
	float: left;
	margin-right: 25px;
}

.ggfmenu ul li:last-child {
	margin-right: 0;
}

.ggfmenu ul li a {
	font-size: 14px;
	color: #20386c;
	font-weight: 600;
	text-transform: uppercase;
}

.ggfmenu ul.sub-menu {
	margin-top: 8px;
}

.ggfmenu ul.sub-menu li {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}

.ggfmenu ul.sub-menu li a {
	font-size: 14px;
	color: #20386c;
	font-weight: 400;
	text-transform: none;
}

.ggfmenu ul.sub-menu li:nth-child(4) {
	margin-left: 0;
}

.ggfmenu ul li a:hover {
	color: #2D2928;
}

.home-goldair-group.mobile, .home-goldair-companies.mobile {
	display: none;
}

@media only screen and (max-width: 1380px) {
.companysection .initial {
	padding:120px 30px 0;
}

.companysection .initial.even p, .companysection .initial.even h3 {
	padding-right:30px;
	padding-left:30px;
}

}

@media only screen and (max-width: 1240px) {
	.sf-menu li {
		margin: 0 15px;
	}
	.companysection .initial {
		padding-top:80px;
	}
}

@media only screen and (max-width: 1180px) {
	.companysection .initial {
		padding-top:60px;
	}
}

@media only screen and (max-width: 1139px) {
	.sf-menu li {
		margin: 0 10px;
	}
}

@media only screen and (max-width: 1099px) {
	.sf-menu li {
		margin: 0 5px;
	}

	.sf-menu li a {
		font-size:14px;
	}

	.companysection .initial {
		padding-top:30px;
	}
}

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

	.home-goldair-group, .home-goldair-companies {display:none;}

	.home-goldair-group.mobile, .home-goldair-companies.mobile {
		display: block;
		background:#fff!important;
	}

	.mobile-home-j {background:#21386c; text-align:center; padding:40px;}
	.mobile-home-j h1 {color:#fff;}
	hr.yellowhrhome, .ggcreadmorehome {margin:25px auto!important; display:table;}
	.home-goldair-group p {
		padding: 10px 0;
	}

	.ggcreadmorehome {padding:0;}

	.companysection a img {display:table; margin:0 auto;}
	.companysection {text-align: center;}

	.companysection .initial .ggcreadmore {
		text-align: center;
		display: table; margin:25px auto;
		padding-right: 0;
		
	}

	.companiesectionitems {	border-bottom:0
	}

	.ggfmenu {
		float: none;
		display:table;
		margin:25px auto 0;
	}



}

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

	.ggfmenu {
		float: none;
		display:table;
		margin:25px 0 0;
	}

	.ggfmenu ul li {
		float: none;
		display:block;
		width:100%;
	}

	ul.socialicons {
		margin:17px 0 0;
		float:none;
	}

	ul.sub-menu {padding-top:0;}

	.newsblock img { width:100% }

	.companysection .initial p {
		padding-right: 0;
	}

	ul.languages,
	.ggmenu {
		display: none;
	}


}