/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*wide screen anpassen*/
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
	.qodef-grid-inner {
          grid-template-columns: repeat(1,minmax(0,1fr)) !important;
    }
}
@media only screen and (max-width: 1024px) and (min-width:769px) {
    .qodef-grid-inner {
        grid-template-columns:repeat(1,minmax(0,1fr)) !important;
    }
}

/* footer tablet */
@media screen and (max-width: 768px) {
    .footer_top .footer_col1,
	.footer_top .footer_col2,
	.footer_top .footer_col3 {
       width: 100% !important;
      float: none;
    }
}

/* dark mode */
@media (prefers-color-scheme: dark) {
	footer {
		color: white !important;
	}
}



/* footer tablet */
@media only screen and (min-width: 601px) and (max-width: 768px) {
	footer .wp-block-image img {
		max-width: 70%;
	}
	footer figure {
		display: flex;
    justify-content: center;
	}
	/* text justified 2.&3.column */
  div.wp-block-themeisle-blocks-icon-list-item {
    display: flex;
    justify-content: center !important;
	}
	footer .textwidget {
		text-align: center;
	}
	.wp-container-core-social-links-layout-1.wp-container-core-social-links-layout-1 {
		justify-content: center !important;
	}
}

