/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.main-navigation, .main-navigation ul ul {
    background-color: #1D8D9B;
}

a, a:focus, a:visited {
    text-decoration: underline;
	color: #1d8d9b;
}

a:hover {
    text-decoration: none;
	}

h1, h2 {
    font-weight: bold;
   
}
  

.inside-article {
	-webkit-box-shadow: 0 0 20px 0 rgba(176,186,197,.4);
    box-shadow: 0 0 20px 0 rgba(176,186,197,.4);
}

#arne {
    padding: 40px;
	margin-top: 20px;
	color: #FFF;
}

.footer-widgets {
        background: linear-gradient(224deg,#1D8D9B,#1D8D9B);
	    clip-path: polygon(0 0,0 100%,100% 100%,100% 12%);
	color: #FFF;
	padding: 90px;
	margin-top: 20px;
	
}

.footer-widgets a{
            text-decoration: underline;
	color: #FFF;
}

.button.cta,
.button.cta:visited {
	background: #EC9323;
	color:#FFF;
}

.button.cta:hover,
.button.cta:active {
	background: #EC9323;
	color:#FFF;
	}

.button.schema,
.button.schema:visited {
	background: #EC9323;
	color:#FFF;
	font-size:18px;
}

.button.schema:hover,
.button.schema:active {
	text-decoration: underline;
	background: #EC9323;
	color:#FFF;
	font-size:18px;
}

.homeicon {
padding-left: 50px;
	color:#1d8d9b;
	font-weight: bold;
	  font-size: 18px;
}

.footer-widgets .widget-title {
    color: #FFF;
	font-weight: bold
}

.tablepress ul {
  line-height: 15px;
}