/**
 * Theme Name:     OceanWP Child
 * Author:         RCPM
 * Template:       oceanwp
 * Text Domain:	   oceanwp-child
 * Description:    OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it
 */

/* Home Page Css */
.announcement-post article.elementor-post {
    border-bottom: 2px solid #afa49b;
    padding-bottom: 15px;
}
.announcement-post .elementor-post__text a:hover{
	color: #935d2c !important;
}
a:focus{
	outline:0px !important;
}
.entry-share.side .theme-heading {
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #Afafaf;
}
.page-header h1.page-header-title{
	font-size:32px !important;
}
.sidebar-box .wp-block-group__inner-container h2{
	color:#4e5f28 !important;
	font-size:24px !important;
}

.wp-block-latest-posts.wp-block-latest-posts__list li{
	margin-bottom:15px;
}

.elementor-kit-10 a:focus{
	outline:0px !important;
}














/* Footer Area Css */
.footer-icon-list .elementor-icon-list-item {
    position: relative;
}
.footer-icon-list .elementor-icon-list-item:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 55%;
    background: #a9a494;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}



@media only screen and (max-width: 1180px) {
.header-main-menu  .elementor-nav-menu--main .elementor-nav-menu a {
    padding: 13px 10px;
}	
}


@media only screen and (max-width: 1024px) {
.header-main-menu .elementor-nav-menu{
    justify-content: flex-end !important;
}
.header-main-menu .elementor-nav-menu--layout-horizontal {
    display: block !important;
}
}

@media only screen and (max-width: 767px) {
.header-main-menu .elementor-nav-menu--layout-horizontal {
    display: none !important;
}
}
