/*
Theme Name: Extra Child Theme
Theme URI: http://wordpress-style.net
Description: Child theme for the amanzing Extra Theme
Author: Eduard Ungureanu
Author URI: http://wordpress-corner.com
Template: Extra
Version: 1.3
*/

@media only screen and (max-width: 768px) {
    .et_pb_column_2_3 .posts-carousel-module .carousel-item,.et_pb_column_3_4 .posts-carousel-module .carousel-item,.et_pb_column_4_4 .posts-carousel-module .carousel-item {
    width: 100%!important;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post {
    width: 100%!important;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .posts-list,.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list,.et_pb_extra_module .posts-list {
    width: 100%!important;
    }
}

@media only screen and (max-width: 1024px) {
    .et_pb_column_2_3 .posts-carousel-module .carousel-item,.et_pb_column_3_4 .posts-carousel-module .carousel-item,.et_pb_column_4_4 .posts-carousel-module .carousel-item {
    width: 50%!important;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_3 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_4 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_6 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_2_5 .et_pb_extra_module .main-post,
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_3_5 .et_pb_extra_module .main-post {
    width: 50%!important;
    }
    .et_extra_layout .et_pb_extra_column_main .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_extra_module .posts-list,.et_extra_layout .et_pb_extra_column_main .et_pb_column_2_3 .et_pb_row_inner .et_pb_extra_module .posts-list,.et_extra_layout .et_pb_extra_column_main .et_pb_column_3_4 .et_pb_row_inner .et_pb_extra_module .posts-list,.et_pb_extra_module .posts-list {
    width: 50%!important;
    }
}