/*
Theme Name: punksly Child
Template: punksly
*/
/*Add your own styles here:*/

.phone-info {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

::placeholder {
	color: #000 !important;
	opacity: 0.7 !important;
}

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button {
	width: 100%;
	background: #2c353d !important;
}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
	font-size: 14px;
	margin-bottom: 0px;
	font-family: inherit;
	text-align: center;
}


.css-selector {
    background: linear-gradient(270deg, #d1e4df, #ffffff, #a8d9f0);
    background-size: 600% 600%;

    -webkit-animation: gradient-animation 23s ease infinite;
    -moz-animation: gradient-animation 23s ease infinite;
    animation: gradient-animation 23s ease infinite;
}

@-webkit-keyframes gradient-animation {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@-moz-keyframes gradient-animation {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}
@keyframes gradient-animation {
    0%{background-position:90% 0%}
    50%{background-position:11% 100%}
    100%{background-position:90% 0%}
}