@charset "UTF-8";
/**
 * Theme Name: AT OceanWP Child for PWRN
 * Description: AT OceanWP Child for PWRN
 * Theme URI: https://pwrengineering.com.ua/
 * <img src="https://pwrengineering.com.ua/wp-content/themes/oceanwp-child/screenshot.png" alt="">
 * Author: AT.Convoy, WP
 * Author URI: https://pwrengineering.com.ua/
 * Template: oceanwp
 * Version: 1.0.0
 */
 
/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
 
 * {
    -webkit-tap-highlight-color: transparent !important;
}
:focus-within {
	outline: none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #555;
}
h2 {
	font-weight: 700;
}

p.has-drop-cap.info {
    font-family: monospace;
    font-weight: 400;
    color: #d33800;
}

/*----*/
.section-2-h2,
.section-3-h2 {
    display: block;
    opacity: 0;
    transition-duration: .8s;
}

.visible {
    opacity: 1;
    transition-duration: .8s;
}

.sticky-header {
    position: fixed !important;
    top: 0;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    animation-name: navSticky;
    animation-duration: .5s;
}

@keyframes navSticky {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*****/

#footer-bottom #copyright, 
#footer-bottom #footer-bottom-menu {
  float: none;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  line-height: 1.5;
}

.wp-block-column.is-vertically-aligned-top {
	padding: 1.5em .5em;
	line-height: 1.3;
	}

#right-sidebar .wpcf7-form-control.has-spinner.wpcf7-submit {
	width:100%;
	background: #0ca5de;
	font-size: 120% !important;
	padding: 1em 2em;
	border-radius: .2em;
}
#right-sidebar .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	width:100%;
	background: #fe8c3a;
	font-size: 120% !important;
	padding: 1em 2em;
	border-radius: .2em;
}

.wp-block-group.cf7-contact h2 {
	text-transform: uppercase;
	color: #db6f11;
}
/* --- */

.site-breadcrumbs {
    color: #727272;
}

#custom_html-5 h4 {
    padding: 1em;
    color: #1399cb;
    font-weight: 700;
    background: #f9f9f9;
}

/* --- */

#footer-widgets {
    background-color: #f7f6f6;

}
#footer-bottom #copyright {
    color: #eee;
}

#footer-bottom {
    background-color: #f7721e;
}

#footer-bottom #footer-bottom-menu li:after {
    color: #eee;
}

#footer-bottom #footer-bottom-menu li a:hover {
    color: #ccc;
}

body header #mobile-nav ul li a {
	color: #db6f11;
}

.oceanwp-mobile-menu-icon a:focus {
	outline: none !important;
}

.oceanwp-mobile-menu-icon a:hover, 
#searchform-header-replace-close:hover {
	color: #db6f11 !important;
	opacity: .8;
}

.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
	display: inline-block;
	opacity: .8;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, 
.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
    vertical-align: middle;
}
.oceanwp-mobile-menu-icon a:first-child {
    font-size: 110%;
}
.mobile-menu .hamburger-inner, 
.mobile-menu .hamburger-inner::before, 
.mobile-menu .hamburger-inner::after {
    height: 3px;
}

#menu-item-487,
#menu-item-488 {
	margin-left: 2em;
}

#top-bar-social .fa-envelope::before {
/* 	content: "\f0e0"; */
	font-size: 1.5em;
	vertical-align: middle;
}

/* ---- */
.cf7-contact {
	max-width: 500px;
	margin: 0 auto;
}
.cf7-contact h3 {
	color: #d65c28;
	text-transform: uppercase;
	font-weight: 500;
}

.cf7-contact {
    padding: 1em;
	outline: 1px solid #ddd;
	box-shadow: 0 0 7px rgba(0,0,0,.5);		
}	

.cf7-elektro {
	margin-top: 3em;
}

.wpcf7 form textarea {
	min-height: 100px;
	line-height: 1.3;
	max-height: 200px;
}

.wpcf7 form p label i {
	color: red;
}
.wpcf7 form p :focus {
	border-color: #eb813f;
}

#cf7-number-101,
#cf7-number-102,
#cf7-number-103 {
	min-width: 100%;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
	background: #0ca5de;
	font-size: 85%;
	padding: 1em 2em;
	border-radius: .2em;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background: #da6b3c;
}

#custom_html-5 .wpcf7-form {
	padding:1em;
	box-shadow: 0 0 6px #ddd;
	border-radius: 2px;
}
.modal_contact_form h4 {
	text-transform: uppercase;
	color: #d4731d;
	text-align: center;
	font-size: 160%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: .5em 1em;
	line-height: normal;
}

/* *** */
.section-1 {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 60%;
}
@media (max-width:767px) {
	.section-1 {
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll !important;
	}
}

.icon-block, .icon-block div {
	text-align: center;
	margin: 1em auto;
}

.icon-block .icon-block-1 svg,
.icon-block .icon-block-2 svg,
.icon-block .icon-block-3 svg,
.icon-block .icon-block-4 svg
{
    -webkit-animation-name: lampa;
    animation-name: lampa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 1.6s;
}
.icon-block .icon-block-1 svg {
	animation-delay: 0;
}
.icon-block .icon-block-2 svg {
	animation-delay: .2s;
}
.icon-block .icon-block-3 svg {
	animation-delay: .4s;
}
.icon-block .icon-block-4 svg {
	animation-delay: .8s;
}

@keyframes lampa {
	0% {
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
}
	50% {
		filter: grayscale(1);
	}
	100% {
		filter: grayscale(0);
	}
}

/*BLOG*/
#related-posts .col {
	padding: .5em;
	border-radius: 2px;
	background: rgb(248,248,248);
	box-shadow: 4px 4px 4px rgb(199,199,199);
}


/* osnovnoy css knopki */
.button-1 a,
.button-e a {
	width: 18em;
	font-size: 95%;
	text-transform: uppercase;
}

.page:not(.elementor-page):not(.woocommerce-page) .entry a {
    text-decoration: none; /* otkliuchenie podcherkivaniya */    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body.page:not(.elementor-page):not(.woocommerce-page) .entry .button-1 a {
    background: #0693e3 !important;
}
body.page:not(.elementor-page):not(.woocommerce-page) .entry .button-e a {
    background: #fe8c3a !important;
}
body.page:not(.elementor-page):not(.woocommerce-page) .entry .button-1 a:hover {
    background: #fe8c3a !important;
	color: #fff;
}
body.page:not(.elementor-page):not(.woocommerce-page) .entry .button-e a:hover {
    background: #0693e3 !important;
}

.block-br {	
	border: 1px solid #F5F6CE;
	border-radius: 2px;
	padding-top: 30px;
	height: 270px;
	box-shadow: 0px 0px 4px 4px #F7F2E0; 
}

.block-min {
    padding-left: 10px;
    padding-right: 10px;
}

/*to top btn*/
#toTopBtn {
    display: none !important;
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 25px;
    right: 25px;
    padding: 0;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, .6);
    cursor: pointer;
    transition-duration: .4s;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
}

#toTopBtn:hover {
    background-color: rgba(0, 0, 0, .8);
    transition-duration: .4s;
}
#toTopBtn span {
    display: inline-block;
    text-align: center;
}

#toTopBtn span svg {
    vertical-align: middle;
    fill: #fff;
    width: 44%;
}

/* COOKIE INFO */

.cookieinfo {
    right: 85px !important;
}

.cookieinfo span a:hover {
	color: #db6f11 !important;
}

.cookieinfo-close {
	min-width: 50px !important;
}
.cookieinfo-close:hover {
	background: #db6f11 !important;
}
