/*
 Theme Name:   Edile Child
 Theme URI:    http://example.com/edile-child/
 Description:  Edile Child Theme
 Author:       Rakesh Ghasadiya
 Author URI:   http://example.com
 Template:     edile
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  edile-child
*/

/* Add your custom CSS below this line */


@media only screen and (min-width: 320px) and (max-width: 479px){
    body{ overflow-x:hidden }
    .nd_options_container{
      width:90% !important; 
    }	
	.nd_options_font_size_100 {
		font-size:50px;
		line-height:50px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .nd_options_display_block_responsive {
        display: block;
        text-align: start !important;
    }
    .nd_options_display_block_responsive div{
      width: auto;
    }
     .nd_options_display_block_responsive > .nd_options_section {
        float: right;
        margin-top: 18px;
    }
    .nd_options_navigation_2_sidebar div ul li a{
      font-size: medium;
	  width: 100%;	
    }
	.nd_cc_container{
		width: 90%;	
	}
	
	#nd_cc_single_cpt_1_box{
		padding-top:0px;
	}
	img.nd_cc_section {
	  	height: auto !important;
	}
}

#nd_cc_single_cpt_1_box{
	padding-top:20px;
	
}

#nd_cc_info_project_bar > div {
	display: flex;
    justify-content: center;
    align-items: center;  
}

img.nd_cc_section {
  height: 500px;
	object-fit:cover;
}

.nd_cc_terms_category_filter {
	margin-bottom: 10px;
}

