/*
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 */

.content-area, .content-left-sidebar .content-area {
    padding-right: 0 !important;
    border: none !important;
}

a:focus {
	outline: none !important;
}

a {
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6, .theme-heading, .widget-title, .oceanwp-widget-recent-posts-title, .comment-reply-title, .entry-title, .sidebar-box .widget-title {
    line-height: 1.1 !important;
}

b, strong {
    font-weight: 700 !important;
}

.txt-over-sl {
    position: absolute;
    bottom: 15px;
    background: rgba(0, 0, 0, .5);
    margin-left: 15px;
    margin-right: 30px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.txt-over-sl h1 {
    color: #fff;
	margin-bottom: 10px !important;
}

.txt-over-sl h4 {
    color: #ffcc00;
}

.sld-sct {
    padding-top: 25px;
    padding-bottom: 25px;
}

.home div#content-wrap {
    padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.sld-col-l .vc_column-inner {
    padding-right: 0 !important;
}

.sld-col-r .vc_column-inner {
    padding-left: 0 !important;
}

.sld-col-r {
    background: #f6f6f6;
    height: 506.66px;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.sld-col-l img {
    height: 506.66px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
	object-fit: cover;
}

.sld-col-r {
    padding: 15px 30px !important;
}

.btn.btn-sld {
    background: #003399;
    color: #fff;
    padding: 20px 30px;
    font-size: 21px;
    position: absolute;
    bottom: 15px;
    border-radius: 10px;
}

.btn.btn-sld:hover {
    background: #ffcc00;
}

input.btn-cs-form {
    background: #003399;
    color: #fff;
    padding: 20px 30px;
    font-size: 21px;
    position: absolute;
    bottom: 15px;
    border-radius: 10px;
    letter-spacing: 0;
    text-transform: none;
}

input.btn-cs-form:hover {
    background: #ffcc00;
}

.one-btn input.wpcf7-form-control.wpcf7-submit {
    background: #ffcc00;
    color: #000;
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 10px;
    letter-spacing: 0;
}

.one-btn input.wpcf7-form-control.wpcf7-submit:hover {
    background: #003399;
	color: #fff;
}

.thr-txt-cols {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 15px;
}

.thr-txt-cols .the-img {
    margin-bottom: 0 !important;
}

.thr-txt-cols .the-titel {
    background: #f0f2f4;
    padding: 30px 16px;
    min-height: 228px !important;
}

.how-it-works {
    margin-top: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 45px;
}

.how-it-works .the-txt h4 {
    color: #111;
    margin-bottom: 10px;
	font-size: 28px;
}

.how-it-works .the-txt {
    text-align: center;
    color: #111 !important;
    font-weight: 500;
}

.adv-sl {
    margin-bottom: 10px !important;
}

.adv-sl span.adv-ic img {
    width: 45px;
    margin-right: 10px;
}

.adv-img-like {
    background: #eaeaea;
    color: #fff;
    text-transform: uppercase;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
}

.benefits-hm {
    margin-top: 10px;
    margin-bottom: 20px;
}

.cta-dsc {
    color: #111 !important;
}

.cta-dsc h4 {
    color: #111 !important;
}

.cta-btn a {
    padding: 20px 60px;
    background: #FFCC00;
    font-weight: 700;
    color: #000;
    display: inline-block;
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    border-radius: 4px;
    transition: background-color .2s ease-in-out;
	text-transform: uppercase;
}


.cta-btn a:hover {
    background: #003399;
    color: #fff !important;
}

span.skew-buton-kontakt {
    -webkit-transform: skewX(8deg);
    transform: skewX(8deg);
    display: inline-block;
	text-align: center;
}

.cta-ins {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-dsc p {
    margin-bottom: 0 !important;
}

/* range */
.range-input {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 10px;
  background: #ccc;
}

.range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 35px;
  width: 35px;
  background-color: #003399;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
  height: 35px;
  width: 35px;
  background-color: #003399;
  border-radius: 50%;
  border: none;
  transition: .2s ease-in-out;
}

.range-input::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(0,51,153, .1)
}
.range-input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(0,51,153, .2)
}
.range-input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(0,51,153, .2)
}

.range-input::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(0,51,153, .1)
}
.range-input:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(0,51,153, .2)
}
.range-input:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(0,51,153, .2)    
}

.value1, .value2 {   
  text-align: center;
}

.wrapper {
  color: #4b4949;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.range {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.rng-sc .content {
    width: 100%;
    margin-top: 30px;
}

.rng-sc .range {
    flex-direction: column-reverse;
}

.sol-vl {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 28px;
    margin-bottom: 20px;
}

.sol-vl .sm-vl {
    display: flex;
}

.sol-vl .sm-vl .value1 {
    margin-right: 8px;
}

.sol-vl .sm-vl .value2 {
    margin-right: 8px;
}

p.one-forth {
    width: 24.25%;
    float: left;
    margin-right: 1% !important;
}

p.one-forth-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;
}

.page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
    font-size: 39px !important;
    font-weight: 700 !important;
}

nav.site-breadcrumbs i.icon-home {
    font-size: 28px !important;
}

.site-breadcrumbs ol li .breadcrumb-sep {
    color: #333 !important;
}

.site-breadcrumbs, .site-breadcrumbs a {
    font-size: 21px !important;
}

.sld-sct {
    padding-top: 65px;
}

.sld-col-r h4 {
    padding-top: 35px;
}

.faq-sc h4 {
    color: #111 !important;
}

.faq-sc .vc_do_toggle:nth-last-of-type(1) {
    margin-bottom: 0 !important;
}

.vc_toggle_default .vc_toggle_icon::before {
    border: 1px solid #003399!important;
}

.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
    background: #003399 !important;
}

.vc_toggle_default .vc_toggle_icon {
    background: #003399 !important;
	border: 1px solid #003399 !important;
}

.lnk-ic img {
    transition: all .3s ease;
	width: 95px;
}

.lnk-ic img:hover {
    transform: scale(0.85);
}

.like-h4 h2 {
    font-size: 28px !important;
}

.f-t-m-bot .wpb_wrapper .wpb_text_column.wpb_content_element:nth-of-type(1) {
    margin-bottom: 15px;
}

.f-t-m-bot-last .wpb_text_column.wpb_content_element:nth-last-of-type(1) {
    margin-bottom: 0px;
}

.f-t-m-bot-last .p1 {
    margin-bottom: 35px !important;
}

.f-t-m-bot-last .c-pl-img.solo-image {
    margin-bottom: 0 !important;
}

.c-pl-img img {
    transition: all .3s ease;
}

.c-pl-img img:hover {
    transform: scale(1.15);
}

.c-pl-img figure.wpb_wrapper.vc_figure {
    overflow: hidden;
}

.f-t-m-bot-last {
    padding-bottom: 65px;
}

.faq-sc {
	padding-bottom: 50px;
}

.sep-c-of {
    padding-top: 20px;
    padding-bottom: 20px;
}

.no-padd-s-j div#content-wrap {
    padding-bottom: 0 !important;
}

.of-s-p-last {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
}

.round-imgs .the-img img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.thr-txt-cols .the-img img {
    border-radius: 50%;
    width: 325px;
    height: 325px;
    object-fit: cover;
}

.thr-txt-cols .the-img {
    background: #f0f2f4;
    padding-top: 35px;
}

.round-img img {
    border-radius: 10px;
}

.faq-sc h4 {
    font-weight: 500;
}

.faq-sc .solo-image {
    margin-bottom: 0 !important;
}

.sep-c-p .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    width: 3em!important;
    height: 3em!important;
}

.sep-c-p .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 20px!important;
}

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

.sld-sct {
    padding-top: 170px;
}

.one-suma {
    display: flex;
    align-items: center;
}

.one-luni {
    display: flex;
    align-items: center;
}

.one-suma span.sm-tx {
    padding-right: 10px;
    margin-left: 20px;
	width: 146px;
}

.one-luni span.ln-tx {
    padding-right: 10px;
    margin-left: 20px;
}

.one-suma span.wpcf7-form-control-wrap {
    width: 100%;
}

.one-luni span.wpcf7-form-control-wrap {
    width: 100%;
}

.one-forth .flag-container .selected-flag {
    width: 85px !important;
}

.one-forth input.wpcf7-form-control.wpcf7-phonetext.wpcf7-text.wpcf7-validates-as-phonetext {
    padding-left: 95px !important;
}


/* Respo A*/

@media only screen and (max-width: 1280px) {
	
#mobile-fullscreen ul li a {
    font-size: 20px !important;
    font-weight: 700;
}
	
}


@media only screen and (max-width: 1239px) {
	
	.sld-sct .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.sld-col-l .vc_column-inner {
    padding-right: 15px !important;
}
	
	.sld-col-l .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    margin-bottom: 0;
}
	
	.txt-over-sl {
    margin-bottom: 0 !important;
}
	
	.sld-sct .sld-col-r.wpb_column.vc_column_container.vc_col-sm-6 {
    width: calc(100% - 30px) !important;
    margin: 0 auto !important;
    margin-left: 15px !important;
}
	
.sld-col-l img {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 10px !important;
}
	
	.sld-sct .sld-col-r.wpb_column.vc_column_container.vc_col-sm-6 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 0px !important;
}
	
	.benefits-hm .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
}
	
	.benefits-hm .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
	text-align: center;
}
	
		.benefits-hm .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    margin-bottom: 0 !important;
}
	
	.f-t-m-bot .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
}
	
	.f-t-m-bot .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
}
	
	.f-t-m-bot-last .vc_row.wpb_row.vc_inner.vc_row-fluid.p2 {
    margin-bottom: 35px;
}
	
	.of-s-p .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.faq-sc .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
}
	
	.faq-sc .solo-image {
    margin-bottom: 35px !important;
}
	
	p.one-forth {
    width: 49%;
	margin-right: 2% !important;
}
	
	p.one-forth-second, p.one-forth-last {
	margin-right: 0 !important;
}
	
	.sld-sct {
    padding-top: 25px;
    padding-bottom: 65px;
}
	
	.thr-txt-cols .the-img img {
    width: 250px;
    height: 250px;
}
	
	.one-suma span.sm-tx {
    margin-left: 0px;
}

	.one-luni span.ln-tx {
    margin-left: 0px;
}
 
}


@media only screen and (max-width: 959px) {
	
	.content-area, .content-left-sidebar .content-area {
    margin-bottom: 0px !important;
}
	
	.cta-ins {
    display: block;
}
	
	.cta-ins .cta-dsc {
    width: 100%;
	margin-bottom: 25px !important;
	text-align: center;
}
	
	.cta-ins .cta-btn {
    width: 100%;
	text-align: center;
}
	
	nav.site-breadcrumbs.clr.position- {
    margin-top: 15px;
}
  
}


@media only screen and (max-width: 767px) {
	
	.sld-col-l img {
    height: auto !important;
}
	
	.txt-over-sl h1 {
    font-size: 35px;
}
	
	.txt-over-sl h4 {
    color: #ffcc00;
    font-size: 20px;
}
	
	.sld-col-r h4 {
    font-size: 20px !important;
}
	
	.sol-vl {
    font-size: 20px;
}
	
	input.btn-cs-form {
    font-size: 16px;
	bottom: 0;
	position: relative;
	margin-top: 10px;
	white-space: normal;
    line-height: 1.3;
}
	
	.wrapper {
	display: block !important;
}
	
	.sld-col-r {
    height: auto !important;
}
	
	.sld-col-r {
    padding: 0px 25px !important;
}
	
	.thr-txt-cols .the-titel {
    min-height: auto !important;
}
	
	p.one-forth {
    width: 100%;
    margin-right: 0 !important;
}
  
}


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


@media only screen and (max-width: 480px) {
	
	.txt-over-sl h1 {
    font-size: 26px;
}
	
	.txt-over-sl h4 {
    font-size: 15px;
}
  
}


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


@media only screen and (max-width: 360px) {
	
	.txt-over-sl h1 {
    font-size: 19px;
}
	
	.txt-over-sl h4 {
    font-size: 13px;
}
  
}

/* Quiz CSS */

.t-quiz label {
    display: inline-flex;
    align-items: center;
}

.t-quiz label span.wpcf7-quiz-label {
    width: 50px;
}

.t-quiz label input.wpcf7-form-control.wpcf7-quiz {
    width: 131px;
}

.t-quiz {
    margin-left: 1em;
}


/* End for quiz */