/* ================================================== 
*	Project Name 	:  Printem - HTML5 Template
*	File 			:  Responsive CSS Base
*	Version 		:  1.0.0
*	Last change 	:  05 Octobar 2020
*	Author 			:  BDevs (https://themeforest.net/user/bdevs)
*	Developer:		:  Rakibul Islam Dewan
*	css code for responsive layout To make Responsive

==================================================

*	1 - media screen and (max-width: 1460px)
*	2 - media screen and (max-width: 1280px)
*	3 - media screen and (max-width: 1199px)
*	4 - media screen and (max-width: 991px)
*	5 - media screen and (max-width: 767px)
*	6 - media screen and (max-width: 680px)
*	7 - media screen and (max-width: 580px)
*	8 - media screen and (max-width: 480px)
*	9 - media screen and (max-width: 320px)
================================================== */
/* ====================================================================================================
5 - media screen and (max-width: 767px) - start
==================================================================================================== */
@media screen and (max-width: 767px) {
  /* global - start */
  .custom_btn {
    font-size: 13px;
    padding: 10px 30px;
  }

  .custom_btn span {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 14px;
    margin-left: 30px;
    margin-right: -22px;
  }

  .form_item input {
    height: 60px;
  }

  .pagination_nav a {
    height: 55px;
    min-width: 55px;
    font-size: 14px;
    padding: 0px 12px;
    line-height: 53px;
    border: 2px solid #dbdbdb;
  }

  .post_meta i {
    margin-right: 5px;
  }

  /* global - end */
  /* footer - start */
  .footer_brand_area .brand_logo {
    text-align: center;
    margin-bottom: 40px;
  }

  .footer_section {
    text-align: center;
  }

  .footer_section .recent_works_list {
    max-width: 370px;
    margin: 0px auto;
  }

  .footer_section .small_blog {
    text-align: left;
    margin: 0px auto;
  }

  .footer_useful_links {
    max-width: 370px;
    text-align: center;
    margin: 0px auto 40px;
  }

  .footer_section .circle_social_links {
    margin-top: 15px;
    justify-content: center;
  }

  .footer_contact_info ul {
    display: table;
    margin: 0px auto;
  }

  .secondary_footer .small_blog .item_content {
    display: block;
    text-align: center;
  }

  .brand_section.primary_brand_section {
    padding: 40px 0px;
  }

  /* footer - end */
  /* about - start */
  .faq_image,
.whatwedo_image,
.testimonial_image {
    padding: 0px 15px;
  }

  .faq_content_wrap,
.skill_content_wrap,
.faq_contact_form,
.whatwedo_content,
.testimonial_auto_wrap {
    padding: 0px 15px;
  }

  /* about - end */
  /* blog details - start */
  .comment_area ul ul .admin_thumbnail {
    width: 60px;
    height: 60px;
  }
  .comment_area ul ul .admin_name {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .comment_area > ul > li li {
    padding-left: 40px;
  }

  .comment_form .form_item input {
    height: 60px;
  }

  .details_section .details_content .share_links {
    justify-content: flex-start;
  }

  .check_info_list > li, .outline_check_info_list > li {
    line-height: 1.45;
  }

  .outline_check_info_list > li:before {
    top: 2px;
  }

  blockquote .blockquote_title {
    font-size: 20px;
  }

  /* blog details - end */
  /* blog - start */
  .blog_grid_2 .post_meta li {
    font-size: 13px;
  }

  .blog_grid_2 .item_title > a {
    font-size: 18px;
  }

  .blog_grid_2 .item_content {
    padding: 20px;
  }

  .blog_grid_2 .post_category {
    height: 25px;
    font-size: 12px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 12px;
  }

  /* blog - end */
  /* contact - start */
  .map_section #mapBox {
    height: 300px;
  }

  .contact_information_list h4 {
    font-size: 18px;
  }

  .contact_information_list li {
    padding: 30px 0px;
  }

  .contact_form .form_item input {
    height: 60px;
    padding: 0px 30px;
    padding-right: 45px;
  }

  .contact_form .form_item .input_icon {
    right: 30px;
  }

  .form_item .input_title {
    font-size: 16px;
  }

  .contact_information_list .item_icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
    line-height: 62px;
    margin-right: 15px;
  }

  .contact_form .form_item textarea {
    padding: 20px 30px;
  }

  /* contact - end */
  /* portfolio details - start */
  .portfolio_details_info h4 {
    font-size: 22px;
  }

  .details_section .details_content .item_title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  /* portfolio details - end */
  /* portfolio - start */
  .masonry_portfolio_grid .grid-item,
.masonry_portfolio_grid .grid-sizer {
    width: 50%;
  }

  .masonry_portfolio_grid .w_50 {
    width: 100%;
  }

  /* portfolio - end */
  /* service - start */
  .funfact_bordered .funfact_item {
    min-height: 300px;
  }

  .funfact_item .item_icon span {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .funfact_item .item_icon {
    width: 90px;
    height: 90px;
    margin: 0px auto 20px;
  }

  .funfact_item .counte_text {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .funfact_item .item_title {
    font-size: 14px;
  }

  /* service - end */
  /* shop - start */
  .product_selection_bar .select_option,
.product_selection_bar .select_option.float_right {
    float: none;
    display: table;
    margin: 0px auto;
  }
  .product_selection_bar .select_option .list,
.product_selection_bar .select_option.float_right .list {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
  }

  .product_selection_bar .select_option {
    padding-bottom: 10px;
  }

  .product_selection_bar .order-last {
    order: 0;
  }

  /* shop - end */
  /* shop details - start */
  .shop_details .details_image .nav li {
    max-width: 150px;
  }

  /* shop details - end */
  /* home - start */
  .about_content .experience_image {
    max-width: 90px;
    margin-right: 20px;
  }

  .service_card .item_content {
    padding: 20px 20px;
    padding-right: 65px;
    margin: -30px auto 0px;
  }

  .service_card .icon_btn {
    right: 20px;
  }

  /* home - end */
}
/* ====================================================================================================
5 - media screen and (max-width: 767px) - end
==================================================================================================== */