/*
CTC Separate Stylesheet
Updated: 2025-12-05 20:44:12
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns
Version: 4.0.1764967452 **/

body.has-header-image .site-title a, body.has-header-video .site-title a {
text-transform: none;
}

.main-navigation ul {
  text-align: center;
  color: #4CAF50 !important;
}
.main-navigation a{
  color: #4CAF50 !important;
  font-size: 19px;
}

.main-navigation a:visited  {
  
}

.entry-title {
display:none!important;
}

.site-content {
padding-top: 0.5em!important;
padding-bottom: 0.5em!important;
}

.page:not(.home) #content {
    padding-bottom: 0.5em;
  }
  
h1, h2, h3, h4, h5, h6, .site-info {
  font-family: Open Sans;
  color: #4CAF50 !important;
  padding: 0.5em 0 0!important;
}

h3 {
font-size: 2.5rem;
}

.panel-content .wrap {
    padding-bottom: 4.5em;
    padding-top: 3em;
  }
  
.what-is {
font-style: italic;
font-size: 24px;
font-family: serif;
text-align: center;
margin-bottom: 20px;
}


/* Columns layout */

.cols-layout {
  column-count: 2;
}

	/*  Control images  */
	
.wp-image-92, .wp-image-94 {
 float: left;
  width: 350px;
  padding: 20px 20px 20px 0;
}


.site-footer .wrap {
 background-color: #6B936D !important;
 color:#fff;
 padding-bottom: 0;
  padding-top: 0;
}

.site-info a {
  display: none;
}
 
#footer-colour a {
 color: #fff;
 text-decoration: none;
	}

.site-footer .widget-area {
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}

widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-bottom: none!important;
  border-top: none!important;
  padding: 0.5em 0;
}

.widget ul li a, .site-footer .widget-area ul li a, .site-footer .widget-area ul li a {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  text-decoration: none;
  color:#ffffff;
}

h2.widget-title {
    font-size: 15px;
	font-weight: normal;
    margin-bottom: 2em;
    color: #ffffff!important;
	text-transform: none;
	font-family: 'Open Sans', sans-serif !important;
 border-bottom: 1px solid #ffffff;
}


.widget ul li, .widget ol li {
  border-bottom: none;
  border-top: none;
  padding: 0.5em 0;
}

  @media only screen and (max-width: 700px) {
  
.cols-layout {
  column-count: 1;
}

.wp-image-92, .wp-image-94 {
width: 700px;
margin-left: auto;
margin-right: auto;
padding: 10px;
}

}
