/*
Theme Name: foxplumbing
Theme URI: http://phoxdesign.co.nz/
Author: the Webuilt team
Author URI: http://phoxdesign.co.nz/

*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


/**************fonts *********/
#emergency p.phone-contact,
#emergency p.phone-contact b
{
   font-family: "Raleway",sans-serif; 
}

/****************header scetion css starts *******************/
header .mainmenu-toggler .fa
{
    color: #192c48;
}
body #topbar.home-v2 .social ul li a{
    color: #fff;
}
body #topbar.home-v2 {
    background: #192c48;
}
body header.home-v2 {
    background: #fff;
}
body .home-v2 ul.mainmenu li a {
    color: #005d76;
}
body  .home-v2 .mainmenu-container ul li a::before {
    background: #192c48;
}

body header.home-v2 ul.mainmenu > li.current > a{
  color: #005d76;  
}

body header .logo {
    margin-top: 15px;
    margin-bottom: 0px;
}
body .hvr-overline-from-left::before{
    top: 0px;
}
body
header .mainmenu-container ul li{
    line-height: 55px;
}

body header .mainmenu-container ul{
    margin-top: 25px;
}




/****************header scetion css ends *******************/


/*****************slider css starts *****************/
body .banner .banner-txt h1
{
    font-weight: 700;
}

/**********************slider css ends ****************/

/****cyclinder section css ************/

#Pressure-Cylinder  h4 {
    color: #fe5454;
    font-size: 20px;
}

#Pressure-Cylinder h2 {
    font-size: 50px;
    color: #192c48;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000;
    margin-top: 5px;
    margin-bottom: 0px;
}
#Pressure-Cylinder img{
    margin-top: 30px;
}


#Pressure-Cylinder h3 {
    font-size: 61px;
  color: #fe5454;
    font-weight: 700;
    text-shadow: 2px 2px 4px #000;
    margin-top: 0px;
}
#Pressure-Cylinder h3 span{
    font-size: 31px;
}

#Pressure-Cylinder
{
   padding: 40px 0 20px;
}
#Pressure-Cylinder ul 
{
    margin-top: 30px;
}

#Pressure-Cylinder ul li{
    color: #192c48;
    font-size: 20px;
    font-family: sans-serif;
   margin-bottom: 20px;
   position: relative;
   padding-left: 50px;
}

#Pressure-Cylinder ul li:after{
    width: 7px;
    height: 7px;
    background: #192c48;
    display: block;
    content: '';
    position: relative;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
}


/*******cylinder section css ends ************/


/****************why choose us css*********/
body
#why-choose-us .col-lg-3 .img-wrap {
    background: #5dc9f4;
  
}

/*****************footer css *****************/
body footer .container
{
    border: 0px;
}

body #bottom-bar {
    background: #192c48;
}

body #bottom-bar .container p {
    color: #7e959e;
  
}
.current_page_item a
{
color: #fe5454;	
}
.none
{
	display:none !important;
}
#our-projects .masonary-item .img-wrap .content-wrap .content {
    position: relative;
    top: 45%;
    text-align: center;
}
@media (max-width:767px){
.home-v2 .text-right{
margin-top:10px !important;
}
}

