/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a:focus {
    outline: none !important;
}

div#site-logo {
    display: none;
}

#site-navigation-wrap {
    float: right;
    position: relative;
    right: -0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.home header#site-header {
    position: absolute;
    background: rgba(255,255,255,.85);
}

div#primary {
    padding-right: 0 !important;
    border: none !important;
}

.gals-custom img {
	transition: all .35s ease;
}

.gals-custom img:hover {
	transform: scale(0.85);
}

.insta-icon img {
    width: 24px;
	transition: all .35s ease;
}

.insta-icon img:hover {
	transform: scale(0.85);
}

#footer-bottom #copyright {
    line-height: 1.4;
}

.hidden-titel h2 {
	visibility: hidden;
}

.logos-cols h2.elementor-heading-title {
    line-height: 44.8px;
}

i.icon-home {
    font-size: 25px;
    vertical-align: middle;
}

.site-breadcrumbs, .site-breadcrumbs a {
    font-size: 18px !important;
    vertical-align: middle;
}

span.breadcrumb-sep {
    font-size: 20px;
    vertical-align: middle;
    color: #111 !important;
}

.page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
    font-weight: 600;
    color: #111 !important;
}

.lang-item img {
    width: 30px;
    transition: all .35s ease;
}

.lang-item img:hover {
    opacity: .35;
}

.lang-item-ro a.menu-link {
    padding-left: 5px !important;
}

.one-third {
    width: 32.3333%;
    float: left;
    margin-right: 1%;
}

.one-third-last {
    margin-right: 0 !important;
}

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
    font-size: 18px !important;
	border: 1px solid #bbb;
}

input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button, .woocommerce-cart .wp-element-button, .woocommerce-checkout .wp-element-button, .wp-block-button__link {
    font-size: 15px;
}


/* respo point */

@media only screen and (max-width: 1239px) {
	
	.fir-blo .e-con-inner {
    flex-direction: column !important;
}
	
	.fir-blo .e-con-inner .e-con-full.e-flex {
    width: 100% !important;
}
	
	.fir-blo h1.elementor-heading-title.elementor-size-default {
    text-align: center;
}
	
	.fir-blo .col-1 .elementor-widget-container {
    text-align: center;
}
	
	.fir-blo .col-2 {
    text-align: center !important;
}
	
}


@media only screen and (max-width: 959px) {
	
	.sec-blo h4 br {
    display: none;
}
	
	.sec-blo .e-con-inner {
    flex-direction: column !important;
}
	
	.sec-blo .e-con-inner .e-con-full.e-flex {
    width: 100% !important;
}
	
}


@media only screen and (max-width: 767px) {
	
	
	
}


@media only screen and (max-width: 600px) {
	
	
	
}


@media only screen and (max-width: 480px) {
	
	
	
}


@media only screen and (max-width: 400px) {
	
	
	
}