/*
Theme Name: art4arttech
Theme URI: https://art4art.tech/
Author: Eugene Do
Author URI: https://art4art.tech/
Description: Современное одностраничное портфолио на WordPress с динамическим управлением всеми секциями сайта через админку. Основные разделы: обо мне, услуги, навыки, портфолио, отзывы, контакты, блог, цены.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: art4arttech
Tags: onepage, portfolio, personal, dynamic, responsive, modern
*/

/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
color: #fafafa;
background:#232a34;
font-family: 'Poppins', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
overflow-x:hidden;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin: 0px;
  font-family: 'Quicksand', sans-serif;
  color: #fff;
  font-weight: 400;
}
a {
font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

p {
  margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
	list-style:none;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
b, strong {
	font-weight: 600;
}
/*START PRELOADER DESIGN*/
.preloader {
	background:#232a34;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;	
}
.spinner {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
.section-padding { padding: 80px 0 }
/*START SECTION TITLE DESIGN*/
.section-title{
margin-bottom: 60px;
width: 100%;
position: relative;
}
.section-title h1 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	text-align: center;
}
/*END SECTION TITLE DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
	background: none;
	border-radius: 30px;
	bottom: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	opacity: 1;
	position: fixed;
	right: 5px;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 45px;
	border: 1px solid rgba(255,255,255,0.2);
}
.topcontrol:hover {
    background: #2ca46d;
    color: #fff;
}
/*END SCROLL TO TOP*/





/*
* ----------------------------------------------------------------------------------------
* 08.START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_portfolio{padding-bottom:50px;}
.mix{
	display: none;
}
.portfolio_filter ul {
	list-style: none;
	padding: 10px;
	border-radius: 100px;
	width: 60%;
	margin: auto;
	margin-bottom: 60px;
}
@media only screen and (max-width:768px) { 
.portfolio_filter ul{width: 80%;}
}
.portfolio_filter ul li {
	font-weight: 400;
	text-transform: capitalize;
	display: inline-block;
	cursor: pointer;
	padding: 7px 30px;
	font-size: 14px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 0 3px 0px;
	border-radius: 30px;
	border: 2px solid #fff;
}
.portfolio_filter .active {
	color: #fff;
	background:#2ca46d;
	border: 2px solid #2ca46d;
}
.single-project {
    position: relative;
	margin-bottom:30px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.single-project .sp-img {
    position: relative;
	cursor: pointer;
}
.sp-img img{border-radius:10px;}
.single-project .sp-hover {
    position: absolute;
    height: 0%;
    width: 0%;
    top: 50%;
    left: 50%;
	background:rgba(44,164,109,0.6);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;

}
.single-project:hover .sp-hover {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity:1;
}
.single-project .sp-hover h3 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	margin-bottom:24px;
}
.single-project .sp-social {
    position: relative;
    top: 28%;
}
.single-project .sp-social ul {
    position: relative;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}
.single-project .sp-social ul li {
    position: relative;
    display: inline-block;
}
.single-project .sp-social ul li a {
	font-size: 14px;
	display: block;
	color: #1d293e;
	background: #fff;
	padding: 8px 26px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.single-project .sp-social ul li a:hover{
background:#2ca46d;
color:#fff;
}

/*project modal*/
.modal-title {
    color: #1d293e;
    margin: 0;
    text-transform: uppercase;
}
.modal-content {
    padding: 10px 30px;
    border-radius: 0px;
	margin-top: 100px;
}
.modal-body { margin-bottom: 15px }
.modal-body img {
	width: 100%;
}
.modal-body p {margin: 15px 0 0;
text-align: left;color: #1d293e;}
.project-list {margin-top: 30px;
text-align: left; }
.modal-title {
	color: #2b2b2b;
	margin: 0;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	display: none;
}
.project-list li {
    padding: 7px 0;
    font-size: 14px;
	color: #1d293e;
}
.project-list li a {
	color: #1d293e;
	margin-bottom: 0;
	margin-right: 7px;
	width: 125px;
	font-size: 16px;
	font-weight: 600;
}
.project-list li a:hover { color: #2ca46d; }
/*End project modal*/
/*
* ----------------------------------------------------------------------------------------
* 08.END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/




/*
* ----------------------------------------------------------------------------------------
* 13.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer_social {text-align:center;}
.footer_logo {
	margin-bottom: 20px;
}
.footer_logo a img {
	width: 100px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li { display: inline-block }
.footer_social ul li a {
	display: block;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin: 0 10px;
	text-transform: capitalize;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	color: #fff;
	font-weight: 500;
}
.footer_social ul li a:hover { color: #2ca46d; }

/*
* ----------------------------------------------------------------------------------------
* 13.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/