<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Enfold Child
Description: A &lt;a href='http://codex.wordpress.org/Child_Themes'&gt;Child Theme&lt;/a&gt; for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
#header{
	border-bottom:2px 
}
h1,h2,h3{
	-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.home .content, .home .sidebar,.page-id-32 .content, .page-id-32 .sidebar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.avia-slideshow li img {
    border-radius: 0px;
}
.widget_wp_categories_widget{
	background-color:transparent!important;
}
.widget_wp_categories_widget ul li {
     border-bottom: none!important;
    line-height: 35px;
}

.widget_wp_categories_widget h2 {
    color: #8e9392!important;
    font-weight: 600!important;
letter-spacing: 1px!important;
font-size: 1em!important;
margin-top: 0.85em!important;
margin-bottom: 8px!important;
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    border-radius: 0px;
}

.menu-item-has-children &gt; a:after {
   font-family:'entypo-fontello';
	font-family: 'fontello';
	    font-family: 'entypo-fontello';
	content:'\e885';
	margin-left:5px;
	color:#00549e;
}

.main_color .template-archives .tabcontainer a, #top .main_color .tabcontainer .tab:hover, #top .main_color .tabcontainer .tab.active_tab {
    color:   #00549e!important;
}

#top .header_color .main_menu .menu ul .current_page_item &gt; a, #top .header_color .main_menu .menu ul .current-menu-item &gt; a, #top .header_color .sub_menu li ul a {
    color:    #00549e!important;
}
a.more-link,a:hover, a:focus {
	color:#C60B0E!important;
	text-decoration:underline;
}
#top .custom-color-heading a {
    text-decoration: none;
}
#top .fullsize .template-blog .post .entry-content-wrapper &gt; * {
    max-width: none;
    margin-left:0;
    margin-right:0;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
    text-align:left;
    font-size: inherit;
    padding:0;
    max-width: none;
    margin: 0 ;
}
#top .fullsize .template-blog .post-title {
    text-align:left;
    font-size: inherit;
    padding:0;
    max-width: none;
    margin: 0 ;
}
.small-preview img, .big-preview img {
    border-radius: 0px;
}
.forminator-row #submit{
	background-color: transparent!important;
    border-color: transparent!important;
}

#top div .avia-gallery img {
    float: left;
    border-style: solid;
    border-width: 0px;
    padding: 5px;
    width: 100%;
    border-radius: 0;
}

#top #wrap_all .avia-gallery .avia-gallery-thumb a {
    display:inline-block;
    float: left;
}
.inner_sidebar {
    margin-left: 25px;
}

.sidebar_left .inner_sidebar {
    margin-right: 20px;
    margin-left: 0;
}
.widget_wp_categories_widget ul li a {
	font-size:14px;
}

.cat-have-child ul.children {
    margin: 0px 0 0 15px;
    padding-left: 15px!important;
}
.cat-have-child.open-m-menu ul.children li {
    border-top:none!important;
    border-bottom: none;
}
.widget_wp_categories_widget ul li span.post-count {
    height: 28px;
    min-width: 30px;
    border-radius: 0px;
	font-size:13px;
}
#top #av-burger-menu-ul {
    vertical-align:top;
}

.forminator-ui.forminator-design--default .forminator-button-submit, .et-db #et-boc .et_pb_module .forminator-ui.forminator-design--default .forminator-button-submit {
    background-color: #00549e!important;
}

.forminator-ui.forminator-design--default .forminator-title, .et-db #et-boc .et_pb_module .forminator-ui.forminator-design--default .forminator-title {
    font-size: 30px!important;
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-row:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-row:not(:last-child) {
    margin-bottom: 0px!important;
}


/* ================== Badge CSS ========================*/

.badge-overlay {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}

.badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 15px 15px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #ed1b24;
}

.badge::before, .badge::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 65px
}

.badge::before {
    right: 100%
}

.badge::after {
    left: 100%
}

/* ================== Badge Position CSS ========================*/
.top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
    transform: translateX(30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
    transform: translateX(-30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
    transform: translateX(30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.top-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.middle-full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
    transform: translateX(0%) translateY(-50%) rotate(0deg);
}

.bottom-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* ================== Badge color CSS ========================*/

.badge.orange {
    background: #fa7901;
}


.badge.blue {
    background: #00adee;
}




/* Sidebar on top in mobile */
@media only screen and (max-width: 786px) {
/* Sidebar on top in desktop and mobile */
.container {
display: flex!important;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}

/* Sidebar */
#top .container aside {
order: 1;
flex-grow: 1;
}

/* Main Content */
#top .container main {
order: 2;
flex-grow: 1;
padding: 0 50px 0 0;
}

.container {
display: flex!important;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}

/* Sidebar */
#top .container aside {
order: 1;
flex-grow: 1;
}

/* Main Content */
#top .container main {
order: 2;
flex-grow: 1;
padding: 0 50px 0 0;
}
}
</pre></body></html>