/*
Theme Name: Portfio
Theme URI: https://portfio.remotifywork.com/
Author: CodeStap
Author URI: https://codestap.com/
Description: Portfio is a premium, modern and clean creative portfolio theme, perfect for developers, designers, agencies, and freelancers to showcase their work beautifully.
Version: 1.0.0
Tested up to: 7.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: portfio
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Portfio is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 
 
 
footer .newsletter form input[type="email"] {
	width: 100%;
	height: 70px;
	padding-left: 30px;
	border: 3px solid #464646;
	outline: none;
	color: #ddd;
	background-color: transparent;
	border-radius: 40px;
	padding-right: 30px;
}


.widget.widget_portfio_newsletter_widget .sidebar-two input[type="email"]::placeholder,
footer .newsletter form input[type="email"]::placeholder {
	color: #ddd;
}
 
.widget.widget_portfio_newsletter_widget .sidebar-two input[type="email"] {
	width: 100%;
	height: 60px;
	padding-left: 25px;
	border-radius: 50px;
	border: 0;
	outline: none;
}





.wp-block-list li::before {
	background: #00ce7d;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 0;
	top: 15%;

}
.wp-block-list li {
	position: relative;
	padding-bottom: 20px;
	font-size: 18px;
	padding-left: 25px;

}

.wp-block-list li {
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start !important;
}

.wp-block-list {

	display: flex ;

	flex-direction: column;

	align-items: flex-start;
padding-top: 3rem ;

}
 
 



/* =========================
   BUTTONS
   ========================= */

.wp-block-button,
.wp-block-buttons {
    margin-bottom: 20px;
}

/* =========================
   EMBEDS
   ========================= */

iframe,
embed,
object,
video {
    max-width: 100%;
}

/* =========================
   CODE
   ========================= */

pre,
code {
    overflow-x: auto;
}

pre {
    padding: 15px;
    margin-bottom: 20px;
}

/* =========================
   GUTENBERG BLOCKS
   ========================= */

.wp-block-paragraph,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-columns,
.wp-block-group,
.wp-block-media-text,
.wp-block-table,
.wp-block-quote,
.wp-block-separator,
.wp-block-file,
.wp-block-video,
.wp-block-audio,
.wp-block-embed {
    margin-bottom: 20px;
}


