/****** PLACE YOUR CUSTOM STYLES HERE ******/




/*
#post-title {
    min-height: 80px;
}
#post-summary{
    min-height: 300px;
}
*/
div.blog-content>p>img {
    width: 100%;
    height: auto;
}

/* .grecaptcha-badge { 
    visibility: hidden;
} */

.form-container {
    position: relative;
}

.cta-quote { max-width: 340px;
    padding: 7px 20px;
    border-radius: 25px; margin: 0 auto 16px auto;}

.price-form {position:relative}

.price-form input[type="text"] {
    border-radius: 25px;
    background: #f5f5f5;
    color: #333;
    padding-left: 10px;
    border: #ccc solid 1px;
}

.image-square .price-form button[type="submit"], .image-edge .price-form button[type="submit"] {
    background: #c40f39;
}

.price-form button[type="submit"] {
    position: absolute;
    width: 140px;
    right: 0;
    background: #333;
    color: #fff;
    border-radius: 0 25px 25px 0!important;
    border: none;
}

.image-bg {color:#fff;}
.overflow-visible {overflow:visible !important;}
.sms {max-width:342px;}

.reverse {
    unicode-bidi: bidi-override;
    direction: rtl;
}

#map {filter: sepia(1) hue-rotate(215deg);}


	.product {position: absolute;
    bottom: 0;
    left: -100px;
    width: 200px;
    display: block;
z-index: 999;}

.product.left {left:auto; right:-100px;}
	.product img {width:100%; height:auto;}

@media all and (max-width: 767px) {
	
	.product {width: 140px;
        bottom: -60px;
        right: 10px;
        left: auto;}
	
	.product.left {right: 10px;
        bottom: -60px;}
	
}

.underline {border-bottom:#6e4799 solid 2px; padding-bottom:5px;}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 5px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
}

.side-nav li a {padding: 13px 5px;
  display: block;
  text-align: center;
  background: #fff;
	margin-bottom: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
border-radius: 30px;
    margin-bottom: 10px;
}

.side-nav li a:hover {box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}

.side-nav li a.active {background: #6e4799;
    color: #fff;}

@media (min-width: 992px) {
    .widget {height:800px; overflow-y: scroll; }
	
	.widget::-webkit-scrollbar {
    width: 5px
}

.widget::-webkit-scrollbar-track {
    background: rgba(0,0,0,.1);
    border-radius: 2px
}

.widget::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #6e4799;
}
}
	