/******************************************
	File Name: creative.css
    Template Name: materialize
    Created By: goodinc
    Envato Profile: https://themeforest.net/user/goodinc
    Website: http://goodinc.co
    Version: 1.0
    Support: http://goodinc.co/support
******************************************/

/*button style*/
.btn {
  font-size: 14px;
}

/*link style*/
a {
  color: #1a91ef;
}

/*common form style*/
input[type='text']:focus:not([readonly]),
input[type='password']:focus:not([readonly]),
input[type='email']:focus:not([readonly]),
input[type='url']:focus:not([readonly]),
input[type='time']:focus:not([readonly]),
input[type='date']:focus:not([readonly]),
input[type='datetime-local']:focus:not([readonly]),
input[type='tel']:focus:not([readonly]),
input[type='number']:focus:not([readonly]),
input[type='search']:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #1a91ef;
  box-shadow: 0 1px 0 0 #1a91ef;
}

input[type='text']:focus:not([readonly]) + label,
input[type='password']:focus:not([readonly]) + label,
input[type='email']:focus:not([readonly]) + label,
input[type='url']:focus:not([readonly]) + label,
input[type='time']:focus:not([readonly]) + label,
input[type='date']:focus:not([readonly]) + label,
input[type='datetime-local']:focus:not([readonly]) + label,
input[type='tel']:focus:not([readonly]) + label,
input[type='number']:focus:not([readonly]) + label,
input[type='search']:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #03a9f4 !important;
}

/* ============= Color Presets ================ */
.brand-color {
  color: #03a9f4 !important; /*theme primary color*/
}
.brand-color.darken-2 {
  color: #0288d1 !important;
}
.brand-bg {
  background-color: #03a9f4 !important; /*theme primary background color*/
}

.brand-bg.darken-2 {
  background-color: #0288d1 !important;
}

.brand-hover:hover {
  background-color: #03a9f4 !important; /*theme primary hover color*/
}

.green-bg {
  background-color: #71c44c !important;
}
.green-color {
  color: #71c44c !important;
}

.pink {
  background-color: #ed145b !important;
}
.white-bg {
  background-color: #fff !important;
}
.gray-bg {
  background-color: #f5f5f5 !important;
}
.light-gray-bg {
  background-color: #f3f3f3 !important;
}
.light-pink-bg {
  background: #fff8f1 !important;
}

.dark-bg.darken-1 {
  background: #101010 !important;
}
.dark-bg {
  background: #202020 !important;
}
.dark-bg.lighten-1 {
  background-color: #1e262a !important;
}
.dark-bg.lighten-2 {
  background-color: #303b41 !important;
}
.dark-bg.lighten-3 {
  background-color: #2c2c2c !important;
}
.dark-bg.lighten-4 {
  background-color: #373a3d !important;
}

.border-top {
  border-top: 1px solid #eee;
}
.border-tb {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* === Navigation === */
.menuzord-menu > li {
  margin-left: 15px;
}

.active-search .search-trigger .search-btn {
  background-color: rgba(3, 169, 244, 0.9);
}

/* purple overlay */
.overlay.purple-1::before {
  background-color: rgba(76, 35, 149, 0.1);
}
.overlay.purple-2::before {
  background-color: rgba(76, 35, 149, 0.2);
}
.overlay.purple-3::before {
  background-color: rgba(76, 35, 149, 0.3);
}
.overlay.purple-4::before {
  background-color: rgba(76, 35, 149, 0.4);
}
.overlay.purple-5::before {
  background-color: rgba(76, 35, 149, 0.5);
}
.overlay.purple-6::before {
  background-color: rgba(76, 35, 149, 0.6);
}
.overlay.purple-7::before {
  background-color: rgba(81, 52, 145, 0.7);
}

/*page cover*/
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover,
.breadcrumb > .active {
  color: #c5a5fe;
}

.page-title.cover-1 {
  background-image: url(../img/creative/cover-1.jpg);
}
.page-title.cover-2 {
  background-image: url(../img/creative/cover-2.jpg);
}
.page-title.cover-3 {
  background-image: url(../img/creative/cover-3.jpg);
}
.page-title.cover-4 {
  background-image: url(../img/creative/cover-4.jpg);
}

/*
Background banner images
------------------------------------------------------------*/
.creative-banner-1 {
  background-image: url('../img/creative/creative-banner-1.jpg');
}
.creative-banner-2 {
  background-image: url('../img/creative/creative-banner-2.jpg');
}
.creative-banner-3 {
  background-image: url('../img/creative/creative-banner-3.jpg');
}

.portfolio-wrapper .bg-overlay {
  background-color: rgba(103, 58, 183, 0.9);
}

/*Homepage*/
.process-wrapper {
  padding: 110px 110px 0 110px;
}

@media screen and (max-width: 991px) {
  .process-bg-wrapper img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .process-wrapper {
    padding: 110px 30px 0 30px;
  }
}

.browser-wrapper img {
  display: block;
  margin: 0 auto;
}

/*About Us Page*/
.process-in {
  position: relative;
  text-align: center;
}
.process-in:before {
  top: 35px;
  width: 75%;
  left: 12%;
  content: ' ';
  display: block;
  position: absolute;
  border-top: dashed 1px #e6e6e6;
}

@media (max-width: 768px) {
  .process-in:before {
    border: none;
  }
}

.process-in > li .process-number {
  width: 70px;
  height: 70px;
  font-size: 37px;
  font-weight: 500;
  line-height: 60px;
  color: #1a91ef;
  background: #fff;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.process-in > li:hover .process-number {
  color: #fff;
  background: #1a91ef;
}

.process-in .process-desc {
  padding: 0 20px;
  color: #fff;
}
.process-in .process-desc h2 {
  margin-bottom: 20px;
}

/*About Me Page*/

.about-intro {
  padding: 0 120px;
}
@media (min-width: 1920px) {
  .about-intro {
    padding: 0 120px 0 0;
  }
}
.about-intro h2 {
  font-size: 41px;
  margin-bottom: 10px;
}
.about-intro span {
  font-size: 18px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .about-intro {
    padding: 0 30px;
  }
}

.about-intro ul {
  margin-bottom: 0;
}
.about-intro ul li {
  font-size: 16px;
}
.about-intro ul li + li {
  margin-top: 10px;
}

.about-intro ul li i.material-icons {
  position: relative;
  top: 5px;
}

.my-hobbies,
.clients-say {
  padding: 0 100px;
}
.clients-say .testimonial-meta span {
  color: #c5a5ff;
}

.facts {
  padding: 110px;
}
.facts h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .about-intro,
  .my-hobbies,
  .clients-say {
    padding: 60px;
  }
  .facts {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 530px) {
  .about-intro,
  .my-hobbies,
  .clients-say {
    padding: 15px;
  }
}

/*Portfolio Details Page*/
.portfolio-overview h2 {
  font-size: 36px;
  margin-top: 5px;
  margin-bottom: 25px;
}

/* === Footer === */

.footer-four .social-link li + li {
  margin-left: 15px;
}

.footer-four .social-link li a {
  line-height: 14px;
}
.footer-four .social-link li a i {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.footer-four .social-link li a i:hover {
  color: #0379ae;
}

.footer-four hr {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer-four .footer-logo {
  margin: 45px 0 35px;
}
.footer-intro p {
  margin: 0 auto 70px;
}

@media (min-width: 992px) {
  .footer-intro p {
    width: 60%;
  }
}

.footer-four .secondary-footer {
  padding: 18px 0;
}
.footer-four .secondary-footer ul {
  margin: 0;
}
.footer-four .secondary-footer ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer-four .secondary-footer ul li:last-child {
  margin-right: 0;
}
.footer-four .secondary-footer ul li a {
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-four .secondary-footer ul li a:hover {
  color: #81ddff;
}

.footer-four .back-top {
  top: -35px;
}

@media (max-width: 767px) {
  .footer-intro p {
    width: 100%;
  }
}

/*
footer newsletter
------------------------------------------------ */
.primary-footer .widget .form-control {
  border: 1px solid transparent;
}
.primary-footer .form-group input[type='text'],
.primary-footer .form-group input[type='email'] {
  color: #999;
  background-color: #fff;
  width: 76%;
  float: left;
  border: 0 !important;
}

.primary-footer .form-group button {
  background: #00aeef;
  border: 1px solid transparent;
  color: #fff;
}

.primary-footer.brand-bg .form-group input::-webkit-input-placeholder {
  color: #c5a4ff;
}
.primary-footer.brand-bg .form-group input::-moz-placeholder {
  color: #c5a4ff;
}
.primary-footer.brand-bg .form-group input:-ms-input-placeholder {
  color: #c5a4ff;
}
