/*!
Theme Name: Dmity Sholokhov
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: dmity-sholokhov
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dmity Sholokhov is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* .owl-carousel .owl-item img {
    max-width: 602px !important;
	max-height: 936px !important;
} */

.woocommerce ul#shipping_method li input {
    margin-right: 5px !important;
}
ul.woocommerce-error li strong {
    color: black!important;
}
.quiet{
    	font-size: 2rem !important;
    }
    
/* Contact page styles */

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: -webkit-fill-available;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	border-radius:5px;
}

.flds label {
    width: -webkit-fill-available;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: -webkit-fill-available;
	padding-left: 10px;
	padding-right: 10px;
	border-radius:5px;
	border: 2px solid black;
}

.flds input.wpcf7-form-control.wpcf7-submit {
    width: -webkit-fill-available;
    padding: 10px 20px;
    background: black;
    border-radius: 10px;
    color: white;
}

.contact-section {
	background: url(http://dev1.testlinkparallelsolutions.com/dmitry/wp-content/uploads/2021/03/01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top:50px;
	padding-bottom: 30px;
}

.cfirst {
	background: #ffffff99;
  border-radius: 5px;
	padding-top:30px;
	padding-bottom:10px;
}
.cfirst a{
	color: darkblue;
}
.cfirst a:hover{
	color: white;
	text-decoration: none;
	transition: 0.5s;
}
.csecond {
	padding-top:20px;
	padding-bottom:10px;
}
.cfirst .socials i {
	border-radius:5px;
	padding:10px;
}

.cfirst .socials i.fa.fa-facebook {
	border: 1px solid darkblue;
	color: darkblue;
}
.cfirst .socials i.fa.fa-facebook:hover {
	border: 1px solid darkblue;
	color: white;
	background: darkblue;
}

.cfirst .socials i.fa.fa-twitter {
	border: 1px solid blue;
	color: blue;
}
.cfirst .socials i.fa.fa-twitter:hover {
	border: 1px solid blue;
	color: white;
	background: blue;
}
.cfirst .socials i.fa.fa-instagram {
	border: 1px solid #fb3958;
	color: #fb3958;
}
.cfirst .socials i.fa.fa-instagram:hover {
	border: 1px solid #fb3958;
	color: white;
	background: #fb3958;
}


.woocommerce-account .woocommerce > #customer_login form {
	opacity:1 !important;
}
/* Contact page styles end */