

.touch .popup_menu_holder_outer{
display: none;
}

.touch .popup_menu_opened .popup_menu_holder_outer{
display: block;
}

.cover_boxes ul li .box .box_content { top: 0; }
.cover_boxes ul li .box .qbutton { margin-top: 18px; }

.drop_down .second .inner .widget {
padding-bottom: 13px;
}

.drop_down .second .inner .widget a{
padding: 0px !important;
}

.carousel-inner .item.dark .slider_content .text .qbutton,
.carousel-inner .item.light .slider_content .text .qbutton { 
    background-color: #000;    
    border-color: #000;
}

.carousel-inner .item.light .slider_content .text .qbutton.white {
     background-color: transparent;
}

.carousel-inner .item.dark .slider_content .text .qbutton.white:hover,
.carousel-inner .item.dark .slider_content .text .qbutton:hover,
.carousel-inner .item.light .slider_content .text .qbutton.white:hover,
.carousel-inner .item.light .slider_content .text .qbutton:hover {
background-color: #f53644;
border-color: #f53644 !important;
}

.carousel-inner .item.dark .slider_content .text .qbutton:hover,
.carousel-inner .item.light .slider_content .text .qbutton:hover { 
    color: #fff; 
}

.testimonials_holder .flex-direction-nav a:hover {
    background-color: #f53644 ;
    border-color: #f53644 ;
}

.contact_detail .contact_section > h4 {
display: none;
}

.blog_large_image h2,
.blog_large_image h2 a,
.blog_holder.blog_single article h2,
.blog_holder.blog_single article h2 a {
font-size: 27px;
}

.blog_small_image h2,
.blog_small_image h2 a { font-size: 22px; }

.testimonial_text_inner {
font-family: 'Open Sans';
}

.testimonial_author {
font-family: Oswald;
letter-spacing: 2px;
text-transform: uppercase;
}

.footer_top {
padding: 0px 0px 16px;
}

footer .container_inner {
border-top: 1px solid #000;
}

.footer_top img {
margin-top: -40px;
}

.footer_top {
text-align: center;
}

.footer_bottom {
padding-bottom: 40px;
}

i.fa.fa-stack-1x {
font-size: 17px !important;
}

footer {
    z-index: 1000;
}

.portfolio_single h3 {
margin: 20px 0 18px 0;
}

.two_columns_75_25 .portfolio_detail .info {
margin-top: 18px;
}
/*
header.sticky .header_bottom {
box-shadow: none;
}
*/
nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
text-transform: uppercase;
}

footer{
   border-bottom: 24px solid #46dacc;
}































/*
.header_bottom, .header_top, .fixed_top_header .bottom_header {
    border-bottom: 1px solid #000000;
}
*/

header .header_inner{
border-top: 4px solid #46dacc;
}

.logo_wrapper{
min-width:340px !important;
}
header.stick_with_left_right_menu nav.main_menu.left_side{
text-align: left;
}

   header.stick_with_left_right_menu nav.main_menu.right_side {
      display: flex !important;
      justify-content: flex-end;
   }

@media only screen and (max-width: 1000px){
   header.stick_with_left_right_menu nav.main_menu.right_side {
      display: none !important;
   }
}
header.stick_with_left_right_menu.sticky .header_inner_left{
display:block !important;
}

.sticky .header_bottom .container_inner{
display:flex;
justify-content: space-between;
}

.q_logo img.mobile {
    height: auto !important;
}


.newsletter_box .newsletter_input{
   border-bottom: 1px solid #000;
   margin-right:20px;
   display:inline-block;
   padding:10px;
   padding-top:0px;
}
.newsletter_box input[type="text"]{
   border:0px;
   margin-left:10px;
   font-size:14px;
}


.newsletter_box input[type="submit"]{
   border:0px;
   background:none;
   border-radius:0px;
   cursor:pointer;
   font-size:16px;
}


@media only screen and (max-width: 768px){
   .newsletter_box {
      text-align:left;
   }
   .newsletter_box input[type="submit"] {
      margin-top:10px;
   }
}












.one_half {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 50px;
}
.one_full {
    margin-bottom: 70px;
    margin-top: 30px;
}
 
.one_half { width: 48%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one_half {
        width: 100%;
        margin-right: 0;
    }
}












