.form-description a {
	color: #29333b;
}

.form-description a:hover {
	text-decoration: underline;
}

.social-icons li a {
	font-size: 20px;
}

.social-icons li:last-child {
	margin-right: 0;
}


/* Start Secondary Pages
--------------------------------------------------------------------------------------------------*/
.page-template-page-content #header .mobile-btn-icon span {
    background: #29333b;
}

.page-template-page-content #header a.logo-img {
    background: url(../img/bgi/xtender-logo-navy.svg) no-repeat;
}

.page-template-page-content #header .language-select a {
    color: #29333b;
}

.page-template-page-content #header .language-select:after {
    background: url(../img/bgi/globe-language-navy.svg) no-repeat;
}

.default-page-title h1 {
	margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #33c996;
}

.info-section-text {
	text-align: justify;
	color: #29333b;
}

.info-section-text p {
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .5px;
}

.info-section-text a{
	color: #33c996;
	text-decoration: none;
}

.info-section-text a:hover {
	text-decoration: underline;
}

.info-section-text ul li {
	position: relative;
	padding-left: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: .5px;
}

.info-section-text ul li:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #000;
}

.info-section-text h2 {
	margin-bottom: 15px;
	font-size: 18px;
	padding-left: 0;
}

.info-section-text h2:after {
	display: none;
}
/* End Secondary Pages
--------------------------------------------------------------------------------------------------*/

/* Start Cookie notice CSS
--------------------------------------------------------------------------------------------------*/
#cookie-notice {
	padding: 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cookie-notice-container {
	padding: 0 !important;
	max-width: 1200px;
    margin: 0 auto;
}

#cn-notice-text {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	float: left;
	width: calc(100% - 125px);
	text-align: left;
}

#cn-notice-text a {
	text-decoration: underline;
	color: #fff;
}

#cn-notice-text a:hover {
    color: #29333b;
}

.cookies-btn {
	display: inline-block;
    position: relative;
    min-width: 115px;
    height: 40px;
    line-height: 42px;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 25px;
    color: #29333b;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: right;
}

.cookies-btn:hover {
    background: #29333b;
    color: #fff;
}

.gdpr-text {
	clear: both;
	margin-bottom: 15px;
}

.gdpr-text p{
	font-size: 14px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 400;
}

.gdpr-text a {
	color: #29333b;
}

.gdpr-text a:hover {
	text-decoration: underline;
}

.contact-col-left .gdpr-text a {
	color: #33c996;
}

.gdpr-links a {
	color: #29333b;
}

.gdpr-links a:hover {
	text-decoration: underline;
}

.transparent-footer .copyright .gdpr-links a {
	color: #fff;
}

/* End Cookie notice CSS
--------------------------------------------------------------------------------------------------*/

/* ===== Start Smartphones (portrait and landscape)
--------------------------------------------------------------------------------------------------*/
@media only screen and (min-width : 0px) and (max-width : 767px){
	/*Cookie notice*/
	#cn-notice-text {
		float: none;
		width: 100%;
		text-align: center;
		font-size: 12px;
    	line-height: 16px;
    	display: block;
	}

	.cookies-btn {
		float: none;
		margin-top: 10px;
		margin-left: 0;
		height: 30px;
		line-height: 30px;
	}

	/*Secondary pages*/
	.info-section-text p,
	.info-section-text ul li {
		font-size: 12px !important;
		line-height: 18px !important;
	}

	.info-section-text ul li {
		padding-left: 10px;
		margin-bottom: 10px;
	}

	.info-section-text ul li:after {
		top: 6px;
	}

	.info-section-text h2 {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 20px;
	}

}
/* ===== End Smartphones (portrait and landscape)
--------------------------------------------------------------------------------------------------*/