/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#contact-us-button a{
	position:fixed;
	top:250px;
	right:-70px;
	height:50px;
	width:180px;
	padding:10px 10px 10px 10px;
	background:green;
	transform: rotate(-90deg);
	z-index:1000;
	border-radius:10px;
	color:white;
	font-weight:600;
	letter-spacing:2px;
	box-shadow:0 0 5px black;
}
#contact-us-button a:hover{
	position:fixed;
	right:-75px;	
}


@media only screen and (max-width: 600px) {
.homepage-share a{
	margin:0 20px !important;
}
h1.page-title{
	font-size:1.2em;
}
h2.page-title{
	font-size:1.0em;
}
	
}

@media only screen and (min-width: 601px) {
.homepage-share a{
	margin:0 70px !important;
}
	.nav{
		display:block;
	}
	
	ol.bullets, ul.bullets{
		font-size:1.2em;
		padding-top:20px;
	}	
	
	.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px !important;
    opacity: 1;
    background-color: #eee;
}
	
	
.page-title h1{
	font-size:2.5em;
}
.page-title h2{
	font-size:1.6em;
	color:#81d742;
	font-style: italic;
	text-shadow: 2px 2px 5px #000000;
}

	
	.nav-dark .nav-divided>li+li>a:after {
    border-color: rgba(255,255,255,0.0);
	}

	
	
@media (min-width: 850px)
	

	
	.header-main{
		background:rgba(62,32,86,0.6)
	}
	
	.header-top{
		background:rgba(0, 160,37,0.6) !important
	}
	
}


.byline{
	display:none;
}

.fas{
	color:#81d742;
}

a.checkscan-links{
	min-height:200px;
	width:200px;
	vertical-align:middle;
	padding:30px;
}
hr{
	border: 4px solid #3e2056;
  border-radius: 5px;
	opacity:0.5;
	width:50%;
	margin: 20px auto;
}
h1.entry-title{
	font-size:2.4em;
	font-weight:600;
	text-align:left;
}

.entry-header-text.text-center {
    padding-left: 0em;
    padding-right: 0em;
}

.footer-1{
	color:white;
	padding-top:280px;
	text-align:center;
	overflow:visible;
  border:0;
	background:#3e2056;
	background-image:url(https://commsec.ie/wp-content/uploads/2021/08/footer-clear.png);
		background-repeat:no-repeat;
	background-size: cover;
}

.footer-1 a{
	color:white;
}

li.under-attack{
	background:#A00;
	padding:10px;
}

#menu-footer a{
	color:white;
}

#menu-footer a:hover{
	color:#F00;
}

.accordion-item{
	background:#3e2056;
	color:#81d742;
}

.accordion-inner{
	background:#ffff;
	color:#222;
}

.accordion-title.active{
	color:#81d742;
}

.accordion-title .plain a:hover{
	color:#FFF;
}

i.home-icons{
  color:#3e2056;
}

.homepage-blogs .box-vertical{
	min-height:200px;
}

.tabbed-content .tab.active a {
	background:#3e2056;
	color:#81d742;
	border:0;
	box-shadow:0 0 10px #ccc
}

.tabbed-content .tab a {
	background:#81d742;
	color:#3e2056;
	border:0;
	box-shadow:0 0 10px #ccc
}

.tabbed-content .tab a:hover{
		background:#3e2056;
	color:#81d742;
	box-shadow:0 0 10px #ccc
}

.nav-tabs+.tab-panels {
    border: 0px solid #3e2056;
	  box-shadow:0 0 10px #ccc;
	  margin-bottom:20px;
	  padding-top:20px;
}


input.wpcf7-form-control, textarea.wpcf7-form-control{
	background:#eee;
	border-radius:5px;
	width:90%;
	margin-top:10px;
}

input.wpcf7-submit, input.submit{
	background:#81d742 !important;
	color:#fff !important;
	font-weight:600 !important;
	margin-right:0 !important;
}

i.download{
	color:#3e2056;
	margin-right:10px;
}

i.contact{
	color:#361e4b;
}

.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 8px;
    opacity: 1;
    background-color: #eee;
}

.section-title-main{
	padding:10px;
}

.section-title-center span {
    margin: 0;
}

#strong{
	font-weight:500;
	color:#3e2056;
	background:#d1ffb2;
	padding:2px 5px;
	border-radius:5px;
	
}

.right-hand-column strong{
	font-weight:500;
	color:#FFF;
	background:#3e2056;
	padding:2px 5px;
	border-radius:5px;
	margin-right:10px;
}

.terminology{
	font-size:0.9em;
	color:black;
}

.right-hand-colum{
	background:#d1cbd6;
}

.stuck .header-main .nav > li > a {
    line-height: 1em;
}

i.top-bar{
padding:13px 5px 0px 5px;color:#3e2056;
}

ul.slick-dots{
	display:none !important;
}

.slick-slide img{
	height:130px !important
}

button.slick-arrow{
	display:none !important;
}
