/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.0.1685627829
Updated: 2023-06-01 16:57:09

*/
.styled-table {
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	font-family: 'Comfortaa', sans-serif;
}
.styled-table thead tr {
    background-color: #50a2b8;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #50a2b8;
}
.accordionCustom .vc_tta-panel-heading {
	border-top: 0px!important;
    border-right: 0px!important;
    border-left: 0px!important;
	border-color: #0101017d!important;
    border-radius: 0px!important;
}
.accordionCustom .vc_tta-panel-heading:hover {
	border-color: #A8D5E1!important;
	background-color:unset!important;
}
.accordionCustom .vc_tta-panel-title {
	font-size:17px!important;
}
.accordionCustom .vc_tta-panel-title a {
	color: #2a2a2a!important;
}
.accordionCustom .vc_tta-panel-title a i:after,
.accordionCustom .vc_tta-panel-title a i:before{
	border-color: #000000!important;
}
.accordionCustom .vc_tta-panel-title:hover a i:after,
.accordionCustom .vc_tta-panel-title:hover a i:before{
	border-color: #A8D5E1!important;
}
.accordionCustom .vc_tta-panel-title:hover a .vc_tta-title-text {
	color: #A8D5E1!important;
}
.entry-header {
	display:none;
}
.customTitle h4 {
	font-size: 20px!important;
	font-weight:700;
}
.colorBullet {
	color:#ff9800;
}
.styled-table tbody tr td:nth-child(2) {
	min-width: 100px;
}
.customLink a {
	text-decoration:unset;
	color:#437b8a!important;
}
.separate-containers .inside-article {
    background-color: unset;
	padding: 0px;
}
.whiteBox {
	padding: 2rem 1rem 2rem;
    background: #fff;
    -webkit-box-shadow: 0 -8px 11px 8px rgb(0 0 0 / 4%);
    box-shadow: 0 -8px 11px 8px rgb(0 0 0 / 4%);
	margin-bottom: 50px;
}
.innerWhiteBox > .vc_column-inner {
	padding: 2rem 1rem 2rem;
    background: #fff;
    -webkit-box-shadow: 0 -8px 11px 8px rgb(0 0 0 / 4%);
    box-shadow: 0 -8px 11px 8px rgb(0 0 0 / 4%);
}
.paddingSection .fa {
	color:#437b8a;
	padding-right: 4px;
}
.addSpace {
	padding-left: 10px;
    padding-right: 10px;
}
body {
	font-size:14px;
}
@media only screen and (max-width: 1224px) {
	.innerWhiteBox > .vc_column-inner {
		padding: 2rem 2rem 2rem 2rem!important;
	}
}
@media only screen and (max-width: 767px) {
	.paddingSection,
	.whiteBox {
		margin-left:0px!important;
		margin-right:0px!important;
	}
	.whiteBox {
    	padding: 2rem 0rem 2rem;
		margin-bottom: 30px;
	}
	.innerWhiteBox {
		padding: 0px!important;
   		margin-bottom: 30px!important;
	}
}
@media only screen and (max-width: 450px) {
	.tableWrapper {
		overflow-x: auto;
	}
	.styled-table tbody tr td:nth-child(2) {
		min-width: 60px;
	}
}
