/*
Theme name: Choice 2021 Website
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

.page-template-default .section-default .section__inner { display: flex; }
.page-template-default .section-default .section__content {flex: 1; }
.page-template-default .section-default .section__aside { flex: 0 0 490px; padding-left: 50px; }

@media (max-width: 1440px) {
	.page-template-default .section-default .section__aside { flex: 0 0 350px; }
}

@media (max-width: 1024px) {
	.page-template-default .section-default .section__content { margin-bottom: 80px; }
	.page-template-default .section-default .section__aside { padding: 0; }
}

.widget_search input {
	width: 100%;
	height: 50px;
    padding: 0 15px;
    border: 1px solid #000;
    border-radius: 10px; 
}