/*
Theme Name: Everest Drain & Plumbing
Theme URI: https://vertexwebsurf.com/everestnew
Author: Vertex Websurf Team
Author URI: https://vertexwebsurf.com/
Description: This WordPress theme is designed and developed by Vertex Websurf LLC. group for our Canadian client - ( Everest Drain & Plumbing 31 Commercial Road Toronto, Ontario, M4G 1Z3) 
Version: 1.0
Text Domain: everest
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This WordPress theme is strickly prohibited to use by other source. All Rights Reserved
*/


/* added by nisham */

  .section-breadcrumbs {
	background: #f1f1f1;
	padding: 0  0;
	font-weight:bold;
}



ul#postalfetchdFooter {
    overflow-y: scroll;
    padding: 6px 0px 6px 0px;
    list-style: none;
    display: none;
    background: #fff;
    z-index: 1;
    text-align: left;
    height: 200px;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.twocolumn
{
    columns: 2;
   -webkit-columns: 2;
-moz-columns: 2;

}
.twocol
{
    columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;

}
.offersection a{
	color: #ff0000;
}

.offerright{
	padding: 20px 20px;
	padding-left: 25px;
	font-family: ProximaNovaExCn-Semibold;
	text-transform: uppercase; 
	background:#ffffff ;
	color: #eb2027;
	clip-path: polygon(100% 100%,100% 0,10% 0,0 100%);
	font-size: 1.5em;
	
}
.img-box
{
border: 2px solid #0357a3;
border-radius: 3px; 
padding: 3px;
}
.coupon
{
	width:100%;
	border: 3px dashed #231f20;
	color:#ffffff;
	font-size: 1.5em;
	min-height:60px;
	line-height: 1em;
	font-family: ProximaNovaExCn-Semibold;
	text-transform: uppercase;
	cursor: pointer;
}
.why-us {
    padding:2rem;
    color: var(--secondary-color);
}
.why-us ul li {
  
    padding-bottom: 0.6rem;
    padding-left: 1.6rem;
   position: relative;
    
}
.why-us ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.why-us ul li::before {
    background: url(./assets/img/check-mark.svg) no-repeat;
    content: "";
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 1.2rem;
    height: 2rem;
    background-size: contain;
    
}
.ul-location ul li {
  
    padding-bottom: 0.6rem;
    padding-left: 1.8rem;
   position: relative;
    
}
.ul-location ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul-location ul li::before
{
     background: url(./assets/img/check-mark.svg) no-repeat;
    content: "";
    position: absolute;
    top: 0.50rem;
    left: 0;
    width: 1rem;
    height: 1.5rem;
    background-size: contain;
}

.ul-design ul li {
  
    padding-bottom: 0.6rem;
    padding-left: 1.8rem;
   position: relative;
   	   font-size: 0.89rem;
    line-height: 1.8;
    
}
.ul-design ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ul-design ul li::before
{
     background: url(./assets/img/check-mark.svg) no-repeat;
    content: "";
    position: absolute;
    top: 0.20rem;
    left: 0;
    width: 1rem;
    height: 1.5rem;
    background-size: contain;
}
.location-bg
{
    background-repeat: no-repeat ;
    position: relative;
    background-image: url(/wp-content/themes/everest/assets/img/town.png);

    background-size: 100%;
    font-weight:bold;
}

figcaption
{
  color: #0357a3 ;
}



/* Nisham added */


@media all and (max-width: 1120px) {
  .offerbox { display: none; }
  .location-bg{  font-weight:bold;
         background: none;
  }
}


