/*
Theme Name: Batterfly
Author: IT-Butik
Author URI: https://it-butik.ru
Version: 1.0
 */


body.post-type-archive-portfolio section.serv, body.single-portfolio section.serv {
	background:#ffffff;
}




.popup form input[type=text], .popup form input[type=tel], .popup form textarea  {
    font-family: "Montserrat", cursive;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding: 15px 0;
}

footer .foot-row .foot-col form [type=tel] {
    width: 100%;
    font-family: "Montserrat", cursive;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    padding: 15px 0;
}

.serv-slider .slide .serv_big {
	width:100%;
}

.serv-slider .owl-nav {
	right:0%;
}

.pagination {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:100px;
}

.pagination a {
	font-family: "Sofia Sans", cursive;
    font-weight: 400;
    font-size: 15px;
	padding:12px 20px;
	border:1px solid #FCCF5C;
	border-radius:100px;
	margin:0 5px;
	transition:0.3s ease all;
}

.pagination a:hover {
	color: #FCCF5C;
}

.pagination a.cur {
	color: #fff;
	background: #FCCF5C;
}

.wpcf7-spinner {
	display:none;
}
