/*
Theme Name: eqan-master
Author: Imran Malik
Author URI: http://eqan.net/
Description: Eqan Master is a Custom Wordpress Theme
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */
body, .main-section p{
  color: #666666;
}
.tp-caption a {
        color: #ff7302;
        text-shadow: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out
    }
    .tp-caption a:hover {
        color: #ffa902
    }
    .breadcrumb-holder h1{
      text-shadow: 4px 3px 0px #333;
    }
    .breadcrumb ul li a,.breadcrumb ul li.active,.breadcrumb ul li:first-child:after {
        color : #ffffff !important;
    }
    .sidebar{
            background: #283A4B;
        }
        .sidebar ul{
            list-style: none;
            margin: 0;
            padding: 10px 0;
        }
        .sidebar ul a{
            display: block;
            padding: 5px 10px 5px 30px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-decoration: none;
            position: relative;
        }
        .sidebar ul a:before{
            position: absolute;
            top: 13px;
            left: 8px;
            height: 8px;
            width: 8px;
            border-radius: 100%;
            content: '';
            background: #fff;
        }
        .sidebar ul a:hover:before{
            background: #283A4B;
        }
        .sidebar ul li:last-child a{
            border-bottom: 0;
        }
        .sidebar ul a:hover{
            background: #fff;
            color: #283A4B;
        }
        .text-holder{
            margin-bottom: 30px;
        }
        .text-holder p:first-child{
            margin-top: 0;
        }
        .text-holder p:last-child{
            margin-bottom: 0;
        }
        .primary-span span{
            color: #F97220;
        }
        .primary-span a{
            color: #555555;
        }
        .map-holder iframe{
            height: 400px;
            width: 100%;
        }
    .contact-form-holder .cs-section-title h3:after{
        width: 100%;
    }    
    .contact-form-holder{
        position: relative;
    }
    .contact-form-holder .qoute-form input.btn-booking{
        width: 100%;
        left: 0;
    }
    .quick_links {
          margin-top:0;
        }
        .quick_links ul{
            margin: 0;
            padding: 0;
        }
        .quick_links ul li {
          float:left;
          width:25%;
          margin:0px 0 10px 0;
          text-transform:uppercase;
          list-style:none;
          padding-bottom:0px;
          position: relative;
          padding-left: 30px;
        }
        .quick_links ul li:before{
          content: '';
          position: absolute;
          height: 8px;
          width: 8px;
          background: #F97220;
          left: 15px;
          top: 3px;
        }
        .service-type .cs-text h3{
          font-size: 18px !important;
        }
        .our-fleet .box-view:hover{
          height: auto !important;
        }
        @media (min-width: 1360px){
          .container-fluid-footer .col-sm-12{
            padding: 0;
          }
          .quick_links ul li {
            padding-left: 6%;
          }
          .quick_links ul li:before{
            left: 20%;
          }
        }
        .quick_links ul li a {
          color:#fff;
          font-size:12px;
          text-transform: none;
        }
        .quick_links ul li a:hover {
          color: #F97220;
          text-decoration: underline;
        }
        #header .logo{
          padding: 0;
          margin-top: -25px !important;
        }
        div.wpcf7-response-output{
          padding: 5px;
          margin: 0 0 10px;
          color: #fff;
        }
        .quote-form-full .cs-section-title h3 span {
          padding-left: 10px;
          padding-right: 10px;
        }
        .quote-form-full .cs-section-title{
          margin: 25px 0;
        }
        .wpcf7-checkbox .wpcf7-list-item-label{
          color: #fff;    
          float: left;
          margin-right: 5px;
        }
        .wpcf7-field-group-add,
        .wpcf7-field-group-remove{
          border-radius: 0;
          color: #fff;
          display: inline-block;
          padding: 6px;
          text-align: center;
          text-transform: uppercase;
          border: none;
          font-size: 16px;
          font-weight: bold;
          font-style: normal;
          background: #F97220;
          margin: 5px 15px;
          border: 2px solid #F97220;
        }
        .wpcf7-field-group-add:hover,
        .wpcf7-field-group-remove:hover{
          background: none;
        }
    @media only screen and (max-width: 980px){
        #header .logo{
          padding: 0;
          margin-top: 10px !important;
          margin-bottom: 30px !important;
        }
    }    
    @media only screen and (max-width: 767px){
        #header .logo{
          padding: 10px 0;
          margin-top: 10px !important;
        }
        .sidebar{
            display: none;
        }
        .map-holder iframe{
            height: 200px;
            width: 100%;
        }
		#header .social-networks{
			float: left;
		}
		.quick_links ul li{
			width: 50%;
		}
		.our-fleet .box-view h6,
		.main-section h5, .main-section h5 a{
			width: 100%;
			text-align: center;
		}
		.cs-services.right figure {
            margin-left: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }
    }