/* 
Theme Name: Hello Elementor Child Microsite
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child-microsite
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ======================= */
/* ======= GLOBALS ======= */
/* ======================= */

/* Headers */

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: "EurostileLTStd", Sans-serif !important;
	color: #13609b;
	font-weight: 400 !important;
	line-height: 1.3em; }
h1, .h1 {
	font-size: 40px !important;
	line-height: 1.8em !important; }

h2, .h2 {
	font-size: 25px !important; }

h3, .h3 {
	font-size: 20px !important; }

h4, .h4 {
	font-size: 18px !important; }

h5, .h5 {
	font-size: 16px !important;
}

h6, .h6 {
	padding-top: 5px !important;
    border-top: 1px solid;
    font-family: "Libre Franklin", Sans-serif !important;
	color: #050607 !important;
    font-size: 0.75em !important;
	font-weight: 1500 !important;  }

.mediumfont, mediumfont {
    font-size: 0.9em !important; }

.smallfont, smallfont {
	font-size: 0.8em !important; }

.smallerfont, smallerfont {
    font-size: 0.7em !important; }

.primarycolor-font {        color: #13609b !important }
.secondarycolor-font {      color: #d0e3f3 !important }
.textcolor-font {           color: hsl(210, 17%, 2%) !important }
.highlightcolor-font {      color: #26abe3 !important }
.date {                     color: #26abe3 !important }

.primarycolor-bg {          background: #13609b !important }
.secondarycolor-bg {        background: #d0e3f3 !important }
.greycolor-bg {             background: #f5f5f5 !important }
.highlightcolor-bg {        background: #26abe3 !important }

.spacer-top {               margin-top: 20px; }
.spacer-bottom {            margin-bottom: 20px;}
.spacer-right {             margin-right: 20px;}
.spacer-left {              margin-left: 20px;}

.pad-top {                  padding-top: 20px; }
.pad-bottom {               padding-bottom: 20px; }
.pad-left {                 padding-left: 20px; }
.pad-right  {               padding-right: 20px; }

.breadcrumb {
	margin: -30px 0px 0px -10px;
	background: none;
}

.breadcrumbfix {
	margin: -10px 0px 0px 10px;
}

.breadcrumbfix2 {
	margin: 13px 0px 0px -5px;
}

.breadcrumbfix {
	padding-top: 23px;
	padding-left: 28px;
}

.breadcrumb ul {
   display: flex;
   flex-direction: row;
   justify-content: flex-start; 
   list-style: inside;
   padding: 0;
   white-space: nowrap;
	 font-size: 0.7em; }

.breadcrumb ul li {
	padding-right: 15px;
}

.breadcrumb li:first-child {
  list-style: none;
}

/* styling the accordion, always add gyastyle to css in adv */
.gyastyle .elementor-accordion .elementor-accordion-item {
	margin-top: 10px;
	border: none;
	border-radius: 10px; }

.gyastyle .elementor-accordion .elementor-tab-title a {
	  color: #13609b !important;
    font-family: "EurostileLTStd" !important; }

/* Link color */
.page-content a:link, 
.page-content a:visited, 
.page-content a:active  {
	color: #13609b; }

.page-content a:hover {
	color: #0b4e7d; }

.nodecoration, 
.nodecoration a { 
    text-decoration: none !important; }

.highlight { 
    color: #26abe3 !important; }

.go-eurostyle, 
.go-eurostyle a,
.go-eurostyle a:hover { 
    font-family: "EurostileLTStd" !important; }

.clear { 
    clear: both; }

.text-center {
	text-align: center !important; }
.text-right {
	text-align: right; }
.text-left {
	text-align: left; }
.text-justified {
	text-align: justified; }

/* implement round borders this way */
/* round-topleft round-topright round-bottomleft round-bottomright */
.round-topleft { 
	border-top-left-radius: 10px !important; }
.round-topright { 
	border-top-right-radius: 10px !important; }
.round-bottomleft { 
	border-bottom-left-radius: 10px !important; }
.round-bottomright { 
	border-bottom-right-radius: 10px !important; }

/* circular images */

.circle-image {
  overflow: hidden; 
	border-radius: 50%; 
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
	
.circle-image img {
  object-fit: cover; }

a:hover .circle-image img,
.circle-image a:hover img {
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    filter: grayscale(30%);
    -webkit-transition: -webkit-filter 0.2s ease-in-out;
    -moz-transition: -moz-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out; }

.card-image {
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;}

.card-image img {
    object-fit: cover !important; 
    object-position: 50% 0%; }

/* =========================== */
/* ======= PAGE HEADER ======= */
/* =========================== */

.entry-title {
	border-bottom: 1px solid #13609b;
	margin: 20px 0px 10px 0px;
background: #000 !important; }

/* Content Width */
.page-header, .post-5895 .page-content, #buddypress, .eventmanager-item {
	margin: 0px auto;
	width: 97%;
	max-width:  1120px; }



/*MEMEBERS*/
.field_role label:first-child, .field_role label:nth-child(2), .field_role label:nth-child(3), .field_role label:nth-child(4), .field_role label:nth-child(5), .field_role label:nth-child(6), .field_role label:nth-child(7), .field_role label:nth-child(8), .field_role label:nth-child(9), .field_role label:nth-child(12), .field_role label:nth-child(13), .field_role label:nth-child(14), .field_role label:nth-child(15), .field_role label:nth-child(16), .field_role label:nth-child(17), .field_role label:nth-child(18), .field_role label:nth-child(19), .field_role label:nth-child(20), .field_role label:nth-child(21), .field_role label:last-child {display:none !important;}

[type=button], [type=submit], button {color:#005f9b !important; border: 1px solid #005f9b !important;}









.metabox-lightgrey-head, .metaboxother-lightgrey-head {
	margin: -10px 0px 0px 0px;
	padding: 20px;
	background: #f0f8ff !important;
	font-family: "EurostileLTStd", Sans-serif !important;
	color: #13609b;
	line-height: 1.5em !important;
	text-align:right !important; }

.metabox-lightgrey-divider {
	margin: -41px 0px; 
    position: relative; 
	top: 0px;
	right: 0px;
	z-index: 2;
	background: #13609b;
	width: 60px !important;
	height: 1px !important; }

.metabox-lightgrey-content, 
.metaboxother-lightgrey-content {
    margin: -40px 0px 0px 0px;
    padding: 20px 10px 10px 10px;
    background: #f0f8ff;
	color: #545454 !important; }

.metabox-lightgrey-contentmid, 
.metaboxother-lightgrey-contentmid {
	margin: -40px 0px 20px 0px;
    padding: 40px 10px 20px 10px;
    background: #f0f8ff;
	color: #545454 !important; }

.metaboxother-lightgrey-head, 
.metaboxother-lightgrey-content, 
.metaboxother-lightgrey-contentmid {
	background: #f4f4f4; }

.metabox-lightgrey-contentbit {
    padding: 10px 30px 0px 20px;
    margin: 0px; }

ul.metabox-lightgrey-contentbit {
	margin-top: -25px; }

.metabox-lightgrey-contentbit li {
	line-height: 1.3em; 
	margin: 0px 0px 20px 10px;
	list-style: none; }

    /* Adjustment Tablet screen */
    @media (max-width: 1024px) and (min-width: 769px) {
        .metabox-lightgrey-contentbit {
            margin: 0px; 
            padding: 10px 0px 0px 0px; }
    }

/* default new list style */

ul.gyaliststyle, #rssfeedid ul {
    margin: 10px 0px;
    list-style-type: none; }
   
ul.gyaliststyle li, #rssfeedid ul li {
    padding: 3px 0px;
    border-bottom: 1px solid #cccccc; }
   
  ul.gyaliststyle li:last-child, #rssfeedid ul li:last-child {
    border: none; }
   
  ul.gyaliststyle li, #rssfeedid ul li {
    display: block;
    width: 100%;
    text-decoration: none;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease; }
   
  ul.gyaliststyle li:hover, #rssfeedid ul li:hover {
    background: #f6f6f6;
    font-size: 1.05em; }

ul.gyaliststyle2 {
    margin: 10px 0px 10px -15px;;
    list-style-type: none; }
   
ul.gyaliststyle2 li {
    padding: 0px 30px 15px 0px; }


/*
