

/*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 #673ab7;
    box-shadow: 0 1px 0 0 #673ab7; 
}

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: #673ab7 !important; 
}




/* ============= Color Presets ================ */
.brand-color,
.brand-icon,
.team-title h3 a:hover,
.team-social-links li a:hover,
.contact-info .mail a:hover,
.portfolio-with-title .portfolio-title h2 a:hover, 
.portfolio-with-title .portfolio-title p a:hover {
    color: #03a9f4 !important; /*theme primary color*/
}

.brand-bg,
.brand-hover:hover,
.icon-hover-brand:hover .icon {

}


.brand-bg.darken-2 {
    background-color: #512da8 !important;
}




/* === Navigation === */
.menuzord-menu>li {
    margin-left: 15px;
}
@media screen and (max-width: 791px) {
  .menuzord-menu>li {
    margin-left: 0px;
  }
}
.active-search .search-trigger .search-btn {
    background-color: rgba(103, 58, 183, 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*/

.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: #673ab7;
    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: #673ab7;
}

.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 === */
.copy-text a, 
.footer-list p,
.footer-list li a {
    color: #888888;
}


.copy-text a:hover,
.footer-list li a:hover,
.twitter-widget-wrapper a:hover {
    color: #ffffff;
}

.twitter-widget-wrapper a:hover{
    color: #fff;
}



/* 
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; 
}
/*
*
* Background Color
*
*/
.cyan-down {background:#2f4050;}
.btn, .btn-large, .btn-floating{
    box-shadow: none;
}
/* whmcs overide */


input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: -moz-use-text-color -moz-use-text-color #9e9e9e;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 0px;
    box-shadow: none;
    box-sizing: inherit;
    font-size: 1rem;
    height: 3rem;
    margin: 0 0 15px;
    outline: medium none;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
	padding:0 auto;
}
.default-captcha-domainchecker input[type="text"],
 .default-captcha-domainchecker input[type="search"] {border-bottom: 1px solid #9b9b9b;}
 .btn, .btn-large, .btn-flat {
    text-transform: inherit;
}
.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.18), 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
}
/* Order Form */
#order-standard_cart .order-summary .subtotal {
    border-bottom: 1px solid #ddd;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0;
    padding: 0 0 5px;
}
#order-standard_cart .order-summary .btn-continue-shopping {
    background: #e4e4e4 none repeat scroll 0 0;
    color: #333333 !important;
    font-size: 14px !important;
    margin-top: 17px;
}
#order-standard_cart .btn-checkout {
    padding: 11px 34px !important;
}
label {
    color: #636363 !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.7px;
}
div.product-details div.product-icon {
    background-color: #f5f5f5 !important;
    border-radius: 1px !important;
    font-size: 60px;
    line-height: 1em;
    margin: 0;
    padding: 30px;
}
.product-status {
    border-radius: 2px !important;
    margin: 0 0 20px;
    padding: 0;
}
/* Footer powered */
section#footer p {
    border-top: 0px solid #ffffff !important;
    color: #666;
    font-size: 0.7em;
    line-height: 40px;
    margin: 25px 0 0;
    text-align: center;
}
/* Badge custom */

.badge {
    background-color: #777;
    border-radius: 0 !important;
}

span.badge {
    box-sizing: border-box;
    color: #ffffff;
    float: none !important;
    font-size: 13px !important;
    font-weight: normal;
    line-height: 17px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 3rem;
    padding: 0 6px;
    text-align: center;
}
.home-kb-search i {
    color: #dcdcdc;
    left: 20px;
    position: relative;
    top: -49px !important;
}
.breadcrumb::before {
    color: #9f9f9f;
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle !important;
}
