/*
Theme Name: Morgan's PMU Studio
Template: morganspmu
*/


.button.primary{
	border-radius: 0;
	color: #000 !important;
    padding: 8px 20px;
    line-height: 1;
    font-weight: 500;
    margin-right: 0;
    font-size: 14px;
    background: rgb(236, 217, 159);
    background: linear-gradient(46deg, rgb(236, 217, 159) 0%, rgb(188, 159, 99) 100%);
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 99px;
}

.button.primary.is-link{
	color: #fff;
    height: auto;
    padding: 0 !important;
    background: transparent;
    min-height: 0;
}

.button.primary.is-link i{
    background: #ECD99F;
    background: -webkit-gradient(linear, left bottom, right top, from(#ECD99F), to(#BC9F63));
    background: linear-gradient(to top right, #ECD99F 0%, #BC9F63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	min-width: 20px;
}


.html.header-button-1{
	margin-right: 0;
}

.about-box{
	
}

.about-box{
	
}

.about-text{
	background-color: #242424;
    padding: 30px 50px;
    border-radius: 30px;
    -webkit-box-shadow: 0px -4px 1px #ae9763;
    box-shadow: 0px -4px 1px #ae9763;
	text-align: center;
	margin-top: -170px;
}
.about-text p{
    font-size: 22px;
    margin: 0;
}
.about-text h1{
	background: -webkit-gradient(linear, left bottom, right top, from(#ECD99F), to(#BC9F63));
    background: linear-gradient(to top right, #ECD99F 0%, #BC9F63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
	font-size: 130px;
	margin: 0;
	line-height: 1.3;
    margin-bottom: 5px;
}

.text.section-head{
	
}

.text.section-head h2{
	font-size: 50px;
    text-align: center;
}

.row.row-small{
    max-width: 1700px !important;
	margin: auto !important;
}

.service-list{
	
}

.service-list .box-blog-post .box-image{
	border-radius: 30px;
}
.service-list .box-blog-post h5{
	margin: 15px 0;
	font-size: 28px;
    color: #fff;
	background: -webkit-gradient(linear, left bottom, right top, from(#ECD99F), to(#BC9F63));
    background: linear-gradient(to top right, #ECD99F 0%, #BC9F63 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-list .box-blog-post .is-divider{
	display: none;
}


.contact-box{
    background-color: #161616;
    padding: 35px 40px 0;
    border-radius: 30px;
}

.contact-box .follow-icons{
	display: block;
	margin-bottom: 20px;
}

.contact-box .hotline.is-link{
	font-size: 18px;
    margin-bottom: 10px;
	display: block;
	text-align: left;
	color: #fff !important;
}
.contact-box .hotline.is-link.phone1{
	font-size: 22px;
	margin-bottom: 15px;
}
.contact-text h2{
	display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 25px;
	color: #e8d49b;
}
.contact-text h2:after {
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #ecd99f;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
}

.gallery-col .box-image{
	
}

.icon-why-us .icon-inner{ 
	background: linear-gradient(46deg, rgb(236, 217, 159) 0%, rgb(188, 159, 99) 100%); 
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uudai .box-blog-post{
	border-radius: 20px;
    overflow: hidden;
}

.uudai .box-blog-post .box-text{
	background-color: #161616;
}

.footer .section{
	    padding: 0 15px;
}

@media screen and (max-width: 849px) {
	.about-text{
		padding: 40px 25px 45px;
		border-radius: 20px;
	}
	.about-text h1{
		font-size: 36px;
	}
	.about-text p{
		font-size: 18px;
	}
	
    .text.section-head h2 {
		font-size: 44px;
		text-align: center;
	}
	
	.contact-box{
		padding: 25px 30px 0;
	}
	
	.service-list .box-blog-post .box-image{
		border-radius: 20px;
	}
}