/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css?family=Poppins|Roboto&display=swap');
body {
    font-family: "Poppins", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
}
header.elementor-section.elementor-top-section {
	position:fixed;
	width: 100%;
    z-index: 2;
}
main.site-main, .raeit-main {
	margin-top:80px;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #2f6bb3;
}

a:hover,
a:active {
    color: #FFC107;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}


/*======================================
  22. Breadcrumbs
 ========================================*/

.elementor-widget-breadcrumbs a {
    color: #fff;
}


/*======================================
  23. Search
 ========================================*/

.custom-search {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.custom-search input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #313131;
    font-weight: 600;
    font-size: 1.875rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #FBBA31;
    margin-right: -1px;
}

.custom-search input[type='submit']:hover {
    background-color: #2F6BB3;
    color: #ffffff;
}

.custom-search .search-input {
    display: inline-block;
    border-bottom: solid 1px #ddd;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    line-height: 48px;
    width: 100%;
    font-size: 18px;
}

.regions {
    margin: 30px 10px 30px -30px;
}

.regions_item {
    list-style: none;
    float: left;
    width: 25%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
}

.regions_item span {
    padding: 10px;
}

.regions_item:hover span {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor: pointer;
    background: #FBBA31;
}

.regions_item .selected {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor: pointer;
    color: #fff;
    background: #2f6bb3;
}

.ports {
    margin: 30px 10px 30px -30px;
}

.ports_region_item {
    list-style: none;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 20px 0px 0;
    width: 100%;
}

.ports_region_item h5 {
    padding: 10px;
    color: #2f6bb3;
    border-bottom: 1px solid #2f6bb3;
    font-weight: 700;
}

.ports_region_item:hover h5 {
    color: #FBBA31;
    border-bottom: 1px solid #FBBA31;
}

.ports_region {
    margin-left: -30px;
    display: block;
}

.ports_item {
    list-style: none;
    float: left;
    width: 25%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
}

.ports_item span {
    padding: 10px;
}

.ports_item:hover span {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor: pointer;
    background: #FBBA31;
}

.ports_item .selected {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor: pointer;
    color: #fff;
    background: #2f6bb3;
}

@media (max-width: 730px) {
    .custom-search input[type='submit'] {
        margin-top: 20px;
    }
    .regions_item {
        text-align: center;
        width: 100%;
    }
    .ports_region_item h5 {
        text-align: center;
    }
    .ports_item {
        text-align: center;
        width: 100%;
    }
}


/*======================================
  23. Search
 ========================================*/


/*======================================
  24. Ship - Deck
 ========================================*/

.type-punte .post-content-image {
    width: 100%;
}


/*======================================
  24. Ship - Deck
 ========================================*/


/*Bootstrap Month Range Picker*/

.mrp-icon {
    border: solid 1px #ddd;
    border-radius: 5px 0px 0px 5px;
    color: #40667A;
    background: #eee;
    padding: 7px;
    margin-right: 0px;
}

.mrp-monthdisplay {
    display: inline-block;
    padding: 0px 12px 00px 8px;
    border-radius: 0px 5px 5px 0px;
    background-color: #fff;
    cursor: pointer;
    margin-left: -5px;
    width: 100%;
}

.mrp-lowerMonth,
.mrp-upperMonth {
    color: #2f6bb3;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.mrp-to {
    color: #aaa;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 3px 5px 3px;
}

.mpr-calendar {
    display: inline-block;
    padding: 10px 5px;
    margin-top: 30px;
}

.mpr-month {
    padding: 10px 0;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.mpr-calendar h5 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px
}

.mpr-selected {
    background: #2f6bb3;
    color: #fff;
}

.mpr-month:hover {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset;
    cursor: pointer;
    background: #FBBA31;
}

.mpr-selected.mpr-month:hover {
    border-radius: 0px;
    box-shadow: none;
}


/*.mpr-calendarholder .col-xs-6 {
  max-width: 250px;
  min-width: 250px;
}
.mpr-calendarholder .col-xs-1 {
  max-width: 150px;
  min-width: 150px;
}*/

.mpr-calendarholder .btn-info {
    background-color: #40667A;
    border-color: #406670;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px 0px;
}

.mpr-quickset {
    color: #666;
    text-transform: uppercase;
    text-align: center;
}

.mpr-yeardown,
.mpr-yearup {
    margin-left: 5px;
    cursor: pointer;
    color: #666;
}

.mpr-yeardown {
    float: left;
}

.mpr-yearup {
    float: right;
}

.mpr-yeardown:hover,
.mpr-yearup:hover {
    color: #40667A;
}

.mpr-calendar:first .mpr-selected:first {
    background-color: #40667A;
}

.mpr-calendar:last .mpr-selected:last {
    background-color: #40667A;
}


/*Bootstrap Month Range Picker*/

.cta-content::before {
    position: absolute;
    left: 3%;
    top: -313px;
    content: "";
    width: 51%;
    height: 210%;
    background: rgba(47, 107, 179, 0.95);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    transform: rotate(15deg);
}

#header-buttons a {
    font-size: 20px;
    color: #fff;
    float: right;
    padding: 5px;
    width: 30px;
    filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(105%) contrast(102%);
}

#header-buttons a:hover {
    filter: invert(83%) sepia(24%) saturate(4776%) hue-rotate(334deg) brightness(112%) contrast(104%);
}

#header-buttons .lrm-login {
    font-size: 14px;
    line-height: 30px;
    width: auto;
    color: #fff;
    float: right;
    padding: 5px;
    filter: unset;
}

#header-buttons .lrm-login:hover {
    color: #FFC107;
    filter: unset;
}

#header-buttons .lrm-login img {
    width: 25px;
    padding-right: 5px;
    filter: invert(99%) sepia(100%) saturate(0%) hue-rotate(304deg) brightness(105%) contrast(102%);
}

#header-buttons .lrm-login:hover img {
    filter: invert(83%) sepia(24%) saturate(4776%) hue-rotate(334deg) brightness(112%) contrast(104%);
}

#header-buttons span.user_name {
    color: #fff;
    text-align: right;
    display: block;
    height: 20px;
    /* width: 340px; */
    padding-top: 40px;
    margin-left: -130px;
}

.post-content-bottom {
    width: 100%;
}

.meta-logo-price .meta-logo {
    width: 50%;
    float: left;
}

.meta-logo-price .meta-price {
    width: 50%;
    float: right;
}

.login label:after {
    background: none !important;
}

.login #backtoblog {
    position: relative;
    top: -20px;
}

.item-with-quickview:hover {
    color: #FFC107;
    cursor: pointer;
}


/*color: #2f6bb3; }
color: #FFC107; }*/


/*.plus-canvas-content-wrap .plus-content-editor{
  padding: 0px !important;
}*/

.slick-prev.style-2,
.slick-next.style-2 {
    margin: 0 10px;
    width: 100px;
    height: 100px;
    border: 0 !important;
    background-color: unset !important;
    top: 250px;
}

.slick-prev.style-2:hover,
.slick-next.style-2:hover {
    background-color: unset !important;
    border: 0 !important;
}

.slick-prev.style-2 .icon-wrap,
.slick-next.style-2 .icon-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
}

@media (max-width: 865px) {
    .slick-nav.slick-prev.style-2.slick-arrow {
        left: -10px;
        top: 500px;
    }
    .slick-nav.slick-next.style-2.slick-arrow {
        right: -10px;
        top: 500px;
    }
}

.wppb-user-forms #register {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #2f6bb3;
    border: 1px solid #2f6bb3;
    padding: 1rem 1rem;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wppb-user-forms #register:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.wppb-user-forms #register:hover,
.wppb-user-forms #register:focus {
    color: #ffffff;
    background-color: #fbba31;
    border: 1px solid #fbba31;
    text-decoration: none;
}

.wppb-user-forms #register:not(:disabled) {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    #quickviewInfo .elementor-column {
        width: 100% !important;
    }
    #quickviewInfo .elementor-column h3 {
        font-size: 28px;
    }
    #header-buttons span {
        display: block;
        width: 200px;
        /*margin-left: -190px;*/
    }
    #header-buttons span.user_name {
        color: #fff;
        text-align: center;
        display: block;
        width: 180px;
        padding-top: 40px;
        margin-left: 78px;
        font-size: 11px;
    }
    .header-rccl ul.menu-rccl {
        width: 200px;
    }
	main.site-main,.raeit-main {
		margin-top:98px;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {

    .custom-search .search-input{
        font-size: 14px !important;
    }
}

.grecaptcha-badge {
    display: none !important;
}
#cookie-law-info-again{
    right: unset !important;
    left: 10px !important;
}

@media only screen and (max-width: 768px) {
    .wws-popup-container--position{
        bottom: 15px !important;
        right: 15px !important;
    }
}
body .woocommerce form .form-row .input-checkbox#terms {position:relative;}
body.woocommerce-checkout .elementor-location-single.page section:nth-child(2) .elementor-widget-theme-post-content > .elementor-widget-container{
	margin-top:80px;
}
@media only screen and (max-width: 768px) {
	body .wws-popup__open-btn {
		width:45px !important;
		height:45px !important;
	}
	body.woocommerce-checkout .elementor-location-single.page section:nth-child(2) .elementor-widget-theme-post-content > .elementor-widget-container{
		margin-top:100px;
	}
}