/* Enter Your Custom CSS Here */
.single-slideshow{display:none;}
.post .date { display: none; }
.commentwrapper { display: none; }
.post-1068 .postphoto div.title h2, .post-1064 .postphoto div.title h2, .post-1066 .postphoto div.title h2, .post-1074 .postphoto div.title h2, .post-1070 .postphoto div.title h2, .post-1076 .postphoto div.title h2 { display: none; }

.slickpopup input[type=text], .slickpopup input[type=email], .slickpopup input[type=tel] {
    width: 93%;
    max-width: 100%;
    padding: 3% 3%;
    border: 1px solid #f1f1f1;
    color: #000!important;
    margin-bottom: 15px;
    background: #f1f1f1;
}
.slickpopup textarea {
  	width: 93%;
  	height: 70px !important;
    max-width: 100%;
    padding: 3% 3%;
    border: 1px solid #f1f1f1;
    color: #000!important;
    margin-bottom: 15px;
    background: #f1f1f1;
}
.slickpopup {
    font-size: 14px;
}
.slickpopup span{
    text-transform: initial;
    color: #000;
    font-size: 12px;
}
.slickpopup input[type=submit] {
    width: 100%;
    font-size: 14px;
    max-width: 100px;
    cursor: pointer;
    position: relative;
    padding: 8px 15px;
    font-weight: bold;
    border-style: solid;
    border-color: #169ed4;
    background: rgba(255,255,255,0);
    border-width: 2px 2px 2px 2px;
	border-radius: 2em;
	font-family: Open Sans;
    font-size: 15px;
    font-weight: 700;
    color: #169ed4;
    margin: 0px 10px 10px 0px;
}
.slickpopup input[type=submit]:hover{
	background: #169ed4;
	color: #fff;
}
.popup-content::-webkit-scrollbar {
    max-width: 10px;
    background-color: #111111;
}
.popup-content::-webkit-scrollbar-thumb {
    background-color: #169ed4;
}
