/*
Theme Name: Artraz
Theme URI: https://themeholy.com/wordpress/artraz
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy
Description: Artraz - Architecture & Interior Design WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artraz
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

@media (max-width: 600px) {
	.e-title-2 {
		font-size: 42px !important;
	}
    .breadcumb-wrapper {
        padding: 60px 0 !important;
    }
}

@media (min-width: 600px) {
	.e-title-2 {
		font-size: 58px !important;
	}
    .menu-area{
		padding-top: 0 !important;
	}
    .breadcumb-wrapper {
        margin-top: 50px !important;
        padding: 140px 0 110px 0 !important;
    }
	.breadcumb-title{
		font-size: 62px !important;
	}
}

@media (min-width: 992px) {
    .menu-area{
		padding-top: 0 !important;
	}
    .breadcumb-wrapper {
/*         margin-top: 50px !important; */
        padding: 140px 0 110px 0 !important;
    }
	.breadcumb-title{
		font-size: 62px !important;
	}
}

@media (min-width: 1200px) {
	.menu-area{
		padding-top: 0 !important;
	}
    .breadcumb-wrapper {
        margin-top: 50px !important;
        padding: 140px 0 110px 0 !important;
    }
	.breadcumb-title{
		font-size: 62px !important;
	}
}