/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*--------------------[Blog]-----------------------*/
/*------------------------------------------------*/
.text-center{
	text-align: center;
}
.blog{
	margin: 60px 0;
}
.featured-blog-main {
    position: absolute;
    bottom: 0px;
    background: rgba(0,0,0,.5);
    width: 100%;
}
.featured-blog-main p {
    font-weight: 700;
    padding: 10px !important;
    color: #fff;
    font-size: 18px;
}
.blog-list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-list .col-sm-6{
	position: relative;
}
.blog-list {
    margin-top: 40px;
}
.blog-list a {
    display: block;
    height: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-xs-6 {
    width: 50%;
    position: relative;
}
.col-xs-12 {
    width: 100%;
}
.et_pb_section_0_tb_header,.et_pb_image_0_tb_header {
    padding: 0 !important;
}
.et_pb_row_0_tb_header{
	align-items: center;
}
ul#menu-main-menu a {
    font-size: 22px;
}
.et_pb_section_0_tb_header .et_pb_image .et_pb_image_wrap {
    display: block;
}
.et_pb_section_0_tb_header .et_pb_image .et_pb_image_wrap img {
    width: 190px;
}
li.current-menu-item a {
    color: #62c5e3 !important;
}
.container.blog-container, .container.limited-width {
    max-width: 700px;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-container h1.entry-title {
    font-size: 46px;
    margin-bottom: 35px;
    font-weight: 900;
}
.blog-container h2, .section_title h2, h2.section_title {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 300;
}
@media (min-width: 768px){
	.col-sm-6 {
	    width: 50%;
	}
    .row.siderow {
        height: 50%;
    }
}


/*------------------------------------------------*/
/*----------[22-09-2021/ menu change]-------------*/
/*------------------------------------------------*/


.et_pb_menu_inner_container {
    position: unset;
}
.et_pb_row_0_tb_header.et_pb_row {
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
}

@media (max-width: 980px){
    .et_pb_column {
        width: 100%;
        margin: 0px 0px;
    }
        
.et_pb_row_0_tb_header.et_pb_row {
        padding: 0px;
    }
    .mobilecolumn .mobilecolumn02 {
     margin-top: 0px !important; 
  }
  .mobilecolumn .mobilecolumn01 {
    margin-top: 0px;
    padding: 15px 20px 8px;
    position: absolute !important;
    top:0px;
    left:0px;
    right:0px;
}

.et_mobile_nav_menu {
  
    margin: 10px 10px !important;
    }
    
    ul#mobile_menu1 {
    background: #454545 !important;
    padding: 0px;
}

.et_mobile_menu li a{
	padding:0px;
    color:#fff !important;
    text-align: center;
}

.desktop_menu li.menu-item {
    padding: 7px 25px !important;

}

a.mobile_nav.opened {
    background: rgba(98,197,227,.5) !important; 
}

 a.mobile_nav.opened span.mobile_menu_bar:before {
    color: white;
}

span.mobile_menu_bar {
    padding: 10px 25px;
}
.mobilecolumn .mobilecolumn02 {
    float: none !important; 
    width: 100% !important; 
    position: static !important;
}

}