/*
Theme Name: Screenlife Theme
Theme URI:
Description: Сайт создан специально для проекта screenlifer.com. Присутствует адаптивность шаблона на всех устройствах, включая мобильные.
Version: 1.0
Author: Ishkov Vladislav
Author URI: http://websterlab.ru
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/

.hidden{
    display: none;
}

/*For Page*/
.wrap-container p{
  margin-bottom: 1.875rem;
  line-height: 1.625em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.wrap-container hr{
  width: 100px;
  margin: 1rem 0px 3rem 0px;
  background-color: #000;
  opacity: 0.2;
}

.wrap-container a{
  color: #105990 !important;
}
/*End*/

/*Grid*/
.row{
  display: flex;
  flex-flow: wrap;
}
.footer-left{
  flex: 0 0 65%;
  max-width: 65%;
}
.footer-right{
  flex: 0 0 35%;
  width: 35%;
}
/*End*/


/*Contanct form*/
.wpcf7-form p {
    margin: 0;
}

.desc-form hr {
    margin: 20px 0px !important;
}

.desc-form p {
    font-family: Roboto Slab;
    font-size: 18px;
    line-height: 26px !important;
    font-weight: bold !important;
    opacity: 0.4;
    margin: 0px;
}

.h2-desc{
  opacity: 0.4;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
}

input[type="text"].wpcf7-form-control,
input[type="tel"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
.wpcf7-form-control input[type="checkbox"],
select.wpcf7-form-control,
textarea.wpcf7-form-control,
#wpcf7-f3136-p3138-o1 input[type="submit"].wpcf7-form-control,
#wpcf7-f3140-p3141-o1 input[type="submit"].wpcf7-form-control{
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-family: Open Sans;
  padding: 0px 15px;
  margin-bottom: 10px;
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  opacity: 0.8;
  outline: none;
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-primary{
  box-shadow: none;
  display: flex;
  margin-left: auto;
  font-weight: 800;
  letter-spacing: 0.857143px;
  width: 180px;
  justify-content: center;
}

textarea.wpcf7-form-control{
	resize: none;
  height: 130px;
  padding: 10px 15px;
}

input.wpcf7-form-control.wpcf7-submit {
    font-weight: bold;
}

.wpcf7-form label {
  color: #000;
  font-weight: 600;
}

span.wpcf7-list-item {
    display: block;
    margin-bottom: 20px;
    margin-left: 0px;
    cursor: pointer;
}

span.wpcf7-list-item-label {
  display: flex;
  font-weight: normal;
  line-height: 22px;
  position: relative;
  padding-left: 40px;
  flex-direction: column;
}

.wpcf7-form-control input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + .wpcf7-list-item-label::before{
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::before{
  background: #307FE2 url("img/checked.png") no-repeat center center;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  /* content: '';
  position: absolute;
  top: 10; left: 4px;
  transition: all .2s; */
}

.wpcf7-field-group-add, .wpcf7-field-group-remove{
    width: auto;
    height: 50px;
    font-size: 16px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    padding: 0px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-right: 20px;
    outline: none;
    cursor: pointer;
    background: #f1f1f1;
    border: none;
    border-radius: 6px;
    color: rgba(0,0,0,0.8);
}

.wpcf7-field-groups {
  outline: none;
}

.form-link{
	border: 0px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #307FE2 !important;
    mix-blend-mode: normal;
    opacity: 0.8;
    margin-top: 9px;
}

/*Contact us*/
.form-contactus{
  padding: 40px 40px 0px 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  max-width: 480px;
}
.form-contactus textarea.wpcf7-form-control{
  height: 190px;
}
/*End*/

/*Subscribe*/
.subscribe-desc{
  padding-bottom: 15px;
  opacity: 0.6;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.field{
	position: relative;
}
.subscribe-btn{
    width: 44px !important;
    height: 36px;
    border: none;
    background: url("img/path.png") no-repeat center center;
    position: absolute;
    top: 4px;
    right: 0px;
    border-left: 1px solid #c4c4c4;
}
.subscribe-hr{
	width: 100px;
    margin: 0 auto;
    margin-top: 10px;
}
/*End*/

/*Style tag page*/
.tagsInfo {
  margin: 0 auto;
  max-width: 840px !important;
  padding: 20px 0px;
}
.tagsInfo span{
  display: block;
  margin-bottom: 20px;
}
.tagsLink{
  color: #105990 !important;
  border-bottom: 1px solid #a0d0f5;
}
/*End*/

@media screen and (max-width: 768px) {
  .footer-left{
    flex: 100%;
    max-width: 100%;
	order: 2;
  }
  .footer-right{
    flex: 100%;
    width: 100%;
	order: 1;
	margin-bottom: 25px;
  }
  .wrap-container{
    padding: 0px !important;
  }
}

@media screen and (max-width: 480px) {
	#article .wp-block-embed:not(.wp-block-embed-instagram) iframe {
		width: 100%;
		height: auto;
	}

	body .mainSlider .slides .slide > .content .mainInfo .name {
    	font-size: 1.575rem;
    	line-height: 1.725rem;
	}
}
