/*
Theme Name: Mathew Smith Studio
Theme URI: http://mathewsmithstudio.com/
Description: Custom Wordpress theme developed for Mathew Smith Studio.
Version: 1.0
Author: Mathew Smith
Author URI: http://mathewsmithstudio.com/
Tags: black, silver, white, two-columns, fixed-width, right-sidebar, fixed-width
*/

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/

body {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 300;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 700;
	margin: 0;
}

a {
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
	color: #212529;
	font-size: 0.875rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.75rem 1.25rem;
	border: 2px solid #f9004d;
	border-radius: 4px;
}

.btn:hover {
	color: #ffffff;
	background-color: #f9004d;
}

.btn-transparent {
	color: #1f1f25;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding-bottom: 4px;
}

.btn-transparent:hover {
	color: #f9004d;
}

.btn-transparent:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #f9004d;
	opacity: 0.75;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn-transparent:hover:after {
	width: 100%;
}

.theme-gradient {
	background: rgb(248, 31, 1);
	background-image: -ms-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
	background: -moz-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
	background: -webkit-linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
	background: linear-gradient(145deg, rgb(248, 31, 1) 0%, rgb(238, 7, 110) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f81f01", endColorstr="#ee076e");
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 40px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 1rem;
	padding-right: 1rem;
}

.home-slider .slide {
	padding: 260px 0 200px;
}

.home-slider .slide h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 7.75rem;
	line-height: 1.1;
	font-weight: 900;
	text-transform: uppercase;
}

.home-slider .slide .services {
	margin-top: 100px;
}

.home-slider .slide .service .icon {
	margin-bottom: 30px;
}

.home-slider .slide .service h3 {
	color: #c6c9d8;
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 20px;
}

.home-slider .slide .service p {
	color: #c6c9d8;
}

.about-area {
	padding: 0 0 120px;
}

.about-area .photo {
	border-radius: 8px;
	margin-top: -130px
}

.about-area h3 {
	color: #f9004d;
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-area h2 {
	font-size: 2.5rem;
	margin: 20px 0 30px;
}

.services-area {
	background-color: #f7f7f7;
	padding: 100px 0;
}

.services-area h2 {
	font-size: 3.75rem;
	margin-bottom: 10px;
}

.services-area .btn-transparent {
	margin-top: 20px;
}

.services-area .service a {
	color: #212529;
	display: block;
	padding: 30px;
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.services-area .service a:hover {
	color: #ffffff;
	background-image: linear-gradient(90deg, #f61b10, #ef0963);
	box-shadow: 0 10px 25px 10px rgba(0, 0, 0, 0.1);
	/*transform: translateY(-5px);*/
}

.services-area .service .icon {
	margin-bottom: 20px;
}

.services-area .service .icon svg {
	color: #f9004d;
	width: 50px;
	height: 50px;
	stroke-width: 1 !important;
}

.services-area .service a:hover svg {
	color: #ffffff;
}

.services-area .service h3 {
	margin-bottom: 19px;
	font-weight: 500;
}

.portfolio-area {
	padding: 100px 0;
}

.portfolio-area .heading {
	padding-bottom: 50px;
}

.portfolio-area .heading h2 {
	font-size: 3.75rem;
	margin-bottom: 10px;
}

.portfolio-slider {
	padding: 0 0 60px;
}

.portfolio-slider .slide {
	padding: 0 15px;
}

.portfolio-slider .slide .photo {
	height: 600px;
	border-radius: 8px;
	position: relative;
}

.portfolio-slider .slide .photo .content {
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
}

.portfolio-slider .slide .photo .content h4 {
	margin-bottom: 40px;
}

.portfolio-slider .slide .photo .content .btn {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.25);
}

.portfolio-slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.portfolio-slider .slick-dots li {
	font-size: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 5px;
}

.portfolio-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	border: none;
	background: transparent;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	position: relative;
}

.portfolio-slider .slick-dots li button:after {
	background-color: #999999;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.portfolio-slider .slick-dots li.slick-active button:after {
	transform: translate(-50%, -50%) scale(2);
	border: 1px solid #f9004d;
	background-color: transparent;
}

.facts-area {
	padding: 0 0 100px;
}

.facts-area h3 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 50px;
}

.facts-area h5.counter {
	color: #f9004d;
	font-size: 5rem;
	font-weight: 500;
}

.blog-area {
	background-color: #f7f7f7;
	padding: 100px 0;
}

.blog-area .heading {
	margin-bottom: 60px;
}

.blog-area .heading h2 {
	font-size: 3.5rem;
	margin-bottom: 10px;
}

.blog-area .heading p {
	margin-bottom: 0;
}

.blog-area .photo {
	height: 600px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.blog-area .photo .content {
	color: #ffffff;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	position: absolute;
	bottom: -90px;
	width: 100%;
	padding: 40px;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-area .photo:hover .content {
	bottom: 0;
}

.blog-area .photo .content .btn {
	color: #ffffff;
}

.blog-area .photo .content h4 {
	margin-bottom: 40px;
}

.brand-area {
	padding: 100px 0;
}

.brand-area .list-inline-item {
	margin: 2rem 2.5rem;
}

.brand-area img {
	max-height: 75px;
	filter: grayscale(100%);
	opacity: 0.5;
}

.page-title {
	padding: 220px 0 150px;
}

.page-title h1 {
	color: #f9004d;
	font-size: 4rem;
}

.page-content {
	padding: 120px 0;
}

.about-top {
	padding: 120px;
}

.about-top .photo {
	border-radius: 8px;
}

.about-top h2 {
	font-size: 3.75rem;
	margin-bottom: 10px;
}

.about-top h3 {
	font-weight: 500;
	margin-bottom: 20px;
}

.about-facts {
	padding: 0 0 120px;
}

.about-feature {
	padding: 120px 0;
}

.about-feature .content {
	color: #ffffff;
	background-color: #272527;
	padding: 120px 100px;
	border-radius: 10px;
}

.about-feature .content h4 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}

.about-feature .content p {
	margin-bottom: 40px;
}

.about-feature .content .btn {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.25);
}

.about-team {
	padding: 120px 0 0;
}

.about-team .heading {
	padding-bottom: 50px;
}

.about-team .heading h2 {
	font-size: 3.75rem;
	margin-bottom: 10px;
}

.about-team .team {
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}

.about-team .team .thumbnail {
	display: block;
	position: relative;
	z-index: 1;
}

.about-team .team .thumbnail:after {
	background: linear-gradient(to bottom, #fc004d 0, #000000 100%);
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.about-team .team:hover .thumbnail:after {
	opacity: 0.85;
	top: 0;
}

.about-team .team .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px;
	z-index: 2;
}

.about-team .team:hover .content {
	opacity: 1;
	visibility: visible;
}

.about-team .team .content h4 {
	color: #ffffff;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.25s;
	transform: translateY(10px);
	transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
}

.about-team .team:hover .content h4 {
	transition-delay: 0.25s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.about-team .team .content p {
	color: #c6c9d8;
	font-size: 14px;
	line-height: 34px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
	transform: translateY(10px);
}

.about-team .team:hover .content p {
	transition-delay: 0.33s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.services-content {
	padding: 120px 0;
}

.services-content.grey {
	backgound-color: #eeeeee;
}

footer .footer-left {
	background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
	border-top-right-radius: 8px;
}

footer .footer-left .content {
	color: #ffffff;
	width: 648px;
	padding: 100px 100px 100px 0;
}

footer .footer-left h3 {
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

footer .footer-left h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 5rem;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 40px;
}

footer .footer-left .btn {
	color: #ffffff;
	font-size: 1rem;
	letter-spacing: 2px;
	border-color: rgba(255, 255, 255, 0.25);
	padding: 1.25rem 2.5rem;
}

footer .footer-left .btn:hover {
	color: #f9004d;
	background-color: #ffffff;
	border-color: #ffffff;
}

footer .footer-right {
	background-color: #000000;
}

footer .footer-right .content {
	color: #999999;
	width: 648px;
	padding: 100px 0 50px 100px;
}

footer .footer-right .footer-nav {
	margin-bottom: 50px;
}

footer .footer-right h4 {
	margin-bottom: 20px;
}

footer .footer-right .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .footer-right .widget_nav_menu li a {
	color: #999999;
	display: block;
	padding: 0.25rem 0;
}

footer .footer-right .widget_nav_menu li a:hover {
	color: #f9004d;
}

footer .footer-right .social-links {
	margin-top: 20px;
}

footer .footer-right .social-links .nav-link {
	color: #999999;
}

footer .footer-right .social-links .nav-link:hover {
	color: #f9004d;
}

#scrollUp {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	color: #f9004d;
	right: 30px;
	bottom: 30px;
	text-align: center;
	overflow: hidden;
	border-radius: 50px;
	z-index: 9811 !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#scrollUp i {
	display: block;
	line-height: 48px;
	font-size: 22px;
	font-weight: 600;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}