/*
Theme Name: Fluida Plus Child for GeoPlan
Theme URI: http://www.cryoutcreations.eu/
Description: Fluida Plus child theme for use with GeoPlan. 14 November 2024.
Author: IDT
Version: 1.0
Template: fluida-plus
*/

/* place your custom css and customizations below */

/* Fix WordPress Changes */

ul, ol {
	list-style-position: inside;
	margin-left: 15px;
}

.showcase a:link{
	color: white;
}

.showcase a:visited{
	color: white;
} 

.showcase a:hover{
	color: #dd9933;
}

.showcase a:active{
	color: #dd9933;
}

/* Overall */

a:link{
	text-decoration: none !important;
}

a:visited{
	text-decoration: none !important;
} 

a:hover{
	text-decoration: none !important;
}

a:active{
	text-decoration: none !important;
}

.faq {
	color:#fff;
}

/* Change landing page text size */

.lp-section-header .lp-section-desc {
	font-size: 1.12em;
	line-height: 1.5;
}

/* Create an additional image border */

#container .additional-image-border {
   border-style: outset;
   border-width: 2px;
   border-color: #38668F !important;
	border-radius: 3px;
   padding: 30px 15px 15px 15px;
}

/* SHORTCODES ULTIMATE */

/* Tabs */
.su-tabs > .su-tabs-nav > span {
  font-size: 16px;
}

.su-tabs > .su-tabs-panes > div {
  font-size: 16px;
}

/* Accordion */
.su-spoiler > .su-spoiler-title {
	font-size: 16px;
	background: #333333;
	color: #ffffff;
}

.su-spoiler.custom-spoiler > .su-spoiler-title {
	background: #fff;
	color: #000;
}

/* FOOTER */

#footer a {
	color: #ffffff;
}

.footer a:link{
 	color: #FFFFFF;
}

.footer a:visited{
 	color: #FFFFFF;
}

.footer a:hover{
 	color: #dd9933;
}

.footer a:active{
 	color: #dd9933;
}