/*
Theme Name: Adam Ices
Description: Theme For Adam Ices
Author: JMA Web Design
Author URI: http://jmawebdesign.com
Template: porto
Version: 1.0.0
Text Domain:  ai
*/

@import url("../porto/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.form-control {
    border-color: #000 !important;
    color: #000 !important;
    box-shadow: none !important;
}
.form-control:focus, .form-control:active {
    box-shadow: 0px 0px 10px 2px #ddd !important;
}

/**** Header ****/
.header-topbar {
    margin-bottom: 0;
}
.header-topbar-singles {
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    font-weight: 700;
}
.header-topbar-singles i::before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.header-topbar-mobile {
    display: none;
}

.page-top .page-title {
    font-weight: 400;
}
.page-top ul.breadcrumb > li {
    font-weight: 600;
}

/**** Footer ****/
.footer-main .widget-title {
    font-weight: 400 !important;
}
/**** Homepage ****/
.usp-block-outers {
    cursor: pointer;
}
.usp-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}
.testimonial .testimonial-author strong {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.testimonial .testimonial-author span {
    color: #000;
}
/**************************/
/**** Responsive Start ****/
/**************************/
/**** Header ****/
#header .mobile-toggle {
    font-size: 20px;
}
@media (max-width : 479px) {
#header .header-main .container .header-left {
    padding: 5px 0;
}
#header .logo {
    min-width: 70px;
}
#header .header-main .container .header-right {
    padding-top: 5px;
    padding-bottom: 5px;
}
#header .header-right-top,
#header .header-right-bottom {
    display: inline-block;
}
.header-topbar-desktop {
    display: none;
}
.header-topbar-mobile {
    display: block;
    padding: 0;
}
.header-topbar-singles {
    font-size: 22px;
}
}
@media (min-width : 480px) and (max-width : 639px) {
#header .header-main .container .header-left {
    padding: 5px 0;
}
#header .logo {
    min-width: 85px;
}
#header .header-main .container .header-right {
    padding-top: 5px;
    padding-bottom: 5px;
}
#header .header-right-top,
#header .header-right-bottom {
    display: inline-block;
}
#header .header-right-top {
    margin-right: 10px;
}
.header-topbar-singles:nth-child(2) {
    display: none;
}
.header-topbar-singles {
    font-size: 22px;
}	
}
@media (min-width : 640px) and (max-width : 767px) {
#header .header-main .container .header-left {
    padding: 5px 0;
}
#header .logo {
    min-width: 100px;
}
#header .header-main .container .header-right {
    padding-top: 5px;
    padding-bottom: 5px;
}
#header .header-right-top,
#header .header-right-bottom {
    display: inline-block;
}
#header .header-right-top {
    margin-right: 10px;
}
.header-topbar-singles:nth-child(2) {
    display: none;
}
.header-topbar-singles {
    font-size: 22px;
}	
}
@media (min-width : 768px) and (max-width : 991px) {
#header .header-main .container .header-left {
    padding: 5px 0;
}
#header .header-main .container .header-right {
    padding-top: 5px;
    padding-bottom: 5px;
}
#header .header-right-top,
#header .header-right-bottom {
    display: inline-block;
}
#header .header-right-top {
    margin-right: 10px;
}
.header-topbar-singles {
    font-size: 22px;
}
}
/**** Breadcrumbs ****/
@media (max-width : 991px) {
.page-top.page-header-4 .col-lg-6 {
    text-align: center;
}
.page-top.page-header-4 .breadcrumbs-wrap.col-lg-6 {
    display: none;
}
}
/**** Footer ****/
@media (max-width : 479px) {
#footer .footer-main .col-lg-3 {
    text-align: center;
}	
}
@media (max-width : 991px) {
#footer .footer-bottom .footer-center {
    text-align: center !important;
}	
#footer_text {
    text-align: center;
}
.foot-cp-text.footer-div-pipe {
    display: none;
}
.pl-pipe-line {
    display: inline-block !important;
}
.foot-cp-text.footer-site-cr, .foot-cp-text.jmawd-credit {
    display: block;
}
}
@media (min-width : 480px) and (max-width : 991px) {
#footer .footer-main .col-lg-3 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
}
@media (min-width : 992px) and (max-width : 1199px) {
#footer .footer-main .col-lg-3 {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}
}