

/*---BLOG---*/
/*SINGLE BLOG POST*/
.single .blog_holder article .post_image img { 
  width: 675px;
  height: 675px;
  display: none;
}

.blog_holder article .post_info .time, .blog_holder article .post_info .post_author{display: none;}

.blog_holder article .post_text h2 .date {
    display: none;
}

/*----CONTACT----*/

.contact_section {
padding-top: 30px;
}

/*----GENERAL----*/

/*----GREEN COLOR----*/

.greenBrand { color: #009933; }

/*----MOBILE----*/

/*----SLIDER----*/
@media screen and (max-width: 1000px) {
.q_slider .slider_content_outer {
    position: relative !important;
    top: 65px !important;
}
}

@media screen and (max-width: 1000px) {
    .q_slider .slider_content .qbutton {
        width: auto !important;
    }
}

.q_slider .slider_content {
    opacity: 1 !important;
}

@media screen and (max-width:767px) {
.q_slide_subtitle {
    width: 95% !important;
    margin: 0 auto !important;
}
}



@media screen and (max-width:767px) {
.q_slide_text {
    width: 60% !important;
    margin: 0 auto !important;
}
}


/*---CONTACT US---*/
.page-template-contact-page form.qode-contact-form-contact-template input[type="text"]:focus, 
.page-template-contact-page form.qode-contact-form-contact-template textarea:focus {
    background-color: #ffffff !important;
    border: 2px solid #009933 !important;
  
}

@media only screen and (max-width: 1000px) {
    #contact-form span.submit_button_contact {
        margin-top: 25px !important;
    }
}

/*---COVER BOXES---*/

@media only screen and (max-width: 1100px) {
  .cover_boxes .box {    
    pointer-events: none !important;
  }
}

/*---text-left-mobile---*/
@media screen and (max-width: 767px) {
  .wpb_text_column.customize_text_left h4 {
    text-align: left !important;
  }
}

/*---LOGO---*/
@media screen and (min-width: 1001px) {
header .q_logo a {
  height: 59px !important;
}
}
