/* 
Theme Name: OA Theme 2025
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */
body {
  position: relative;
  color: #252525;
  font-family: "Roboto", sans-serif;
}
select, input[type="submit"] {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #0c72c7;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "EB Garamond", serif;
  color: #222;
  margin-bottom: 5px;
}

h1 {
  font-size: 38px;
  line-height: 42px;
}

h2 {
  font-size: 34px;
  line-height: 38px;
}

h3 {
  font-size: 28px;
  line-height: 32px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}
.carousel-slider .swiper-slide-inner {
    max-width:1220px;
}
.carousel-slider .elementor-slide-heading,
.carousel-slider .elementor-slide-description span {
    display:inline-block;
    padding:10px 20px;
}
.carousel-slider .elementor-slide-heading {
    background-color:#0e406a;
}
.carousel-slider .elementor-slide-description span {
    background-color:rgba(255, 255, 255, 0.8);
}
@media (max-width:1024px) {
    .carousel-slider .elementor-slide-heading,
    .carousel-slider .elementor-slide-description span {
        padding:8px 15px;
    }
}
@media (max-width:767px) {
    .carousel-slider .elementor-slide-heading,
    .carousel-slider .elementor-slide-description span {
        padding:5px 10px;
    }
    .news-list.elementor-posts--thumbnail-top .elementor-post {
        flex-direction:row;
    }
    .congregation.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
        order:2;
        margin-left:20px;
        flex:0 0 92px;
    }
    .oa.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
        margin-right:20px;
        flex:0 0 136px;
    }
}

@media (min-width:1025px) {
    .news-list.elementor-posts--thumbnail-top .elementor-post {
        flex-direction:row;
    }
    .congregation.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
        order:2;
        margin-left:20px;
        flex:0 0 92px;
    }
    .oa.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
        margin-right:20px;
        flex:0 0 136px;
    }
}
.section .elementor-element .elementor-post__title a {
    transition:0.3s;
}
.section .elementor-element .elementor-post__title a:hover {
    color:#0c72c7;
}
.aioseo-breadcrumbs {
    font:300 14px/14px "Roboto", sans-serif;
    color: #0e406a;
}
.side-menu .elementor-icon-list-item span {
    display:block;
    width:100%;
}
.side-menu .elementor-icon-list-item > a > span {
    padding:10px;
    margin-top:4px;
    margin-bottom:4px;
}
.side-menu .elementor-icon-list-item:hover a span {
    background-color: #0c72c7;
}
.wpcf7 label {
    display:block;
    font:300 12px/24px "Montserrat", sans-serif;
    text-transform:uppercase
}
.wpcf7 input,
.wpcf7 textarea {
    border-color:#ccc;
    width: 100%;
    color: black;
    font:400 16px/24px "Roboto", sans-serif;
    padding:10px;
}
.wpcf7 input.wpcf7-submit {
    background-color: #0c72c7;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    text-indent: 0;
    width: auto;
    height: auto;
    padding: 12px 30px;
    text-transform: uppercase;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: #0E406A;
}
.elementor-widget-archive-posts .elementor-post {
    border-bottom:1px solid #ccc;
}
.elementor-widget-theme-post-content a {
    text-decoration:underline;
    color:#0E406A;
}
.elementor-widget-theme-post-content a:hover {
    text-decoration:none;
    color: #0c72c7;
}