/*!
Theme Name: benqu Child
Template:   benqu
Theme URI: http://itcroctheme.com/wp/demo/
Author: itcroc
Author URI: http://itcroctheme.com/wp/demo/
Description: Benqu - News & Magazine WordPress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: benqu-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

html {
  overflow-x: hidden;
}

.benqu-main-header .site-logo {
	max-width: 221px;
}

.download__header {
  display: flex;
}

.download__header .download__link {
  max-width: 150px;
}

.download__header .download__link:nth-child(1) {
  margin-right: 10px;
}

.download__header_mobile {
  display: none;
  margin-top: 30px;
}


.home_form_wrap form {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

.home_form_wrap form input,
.home_form_wrap form label,
.home_form_wrap form label span {
  width: 100%;
  display: block;
}

.home_form_wrap form input:focus,
.home_form_wrap form textarea:focus {
  border: 1px solid var(--color-primary);
  outline: none;
}

.home_form_wrap .wpcf7-submit {
  background: var(--color-primary);
  width: 100%;
  height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: blanchedalmond;
  border-radius: 5px;
  -webkit-transition: ease-in .5s;
  transition: ease-in .5s;
}

.home_form_wrap .bnq__cf-wrap input, 
.home_form_wrap .bnq__cf-wrap textarea {
  margin-bottom: 0;
}

.home_form_wrap .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.home_form_wrap .wpcf7-submit:hover {
  background: #1d2027;
}

.pfy-site-footer .pfy-global-social ul li a {
  font-size: 26px;
}

.pfy-site-footer .pfy-global-social ul li:last-child {
  padding-right: 0;
}

.pfy-global-social {
  text-align: center;
}

.footer_logo {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}


.pfy-footer-top .widget.widget_text.pfy-footer-widget-item .textwidget {
  padding-right: 0;
}

.home_first_img img{
	max-height: 700px;
}


.home_sub_img img {
	max-height: 500px;
}

@media screen and (max-width: 992px) {
  .download__header .download__link:nth-child(2) {
    margin-right: 10px;
  }
}


@media screen and (max-width: 465px) {
  .download__header {
    display: none;
  }

  .download__header_mobile {
    display: block;
  }

  .download__header_mobile .download__link {
    display: block;
    max-width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

}