/*
Theme Name:     Sandbox Child
Theme URI:      https://demo.oceanthemes.site/sandbox/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       sandbox
*/

@import url("../sandbox/style.css");

/* =Theme customization starts here
------------------------------------------------------- */
body {
    font-size: 15px;
    color: #212529;
    font-weight: 400;
    font-family: Roboto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .elementor-heading-title {    
    font-weight: 600;
    word-spacing: 0px; 
    letter-spacing: 0px; 
}

ul, ol {
    margin: 0 0 10px;
    padding-left: 26px;
}

div.elementor-widget-text-editor, .elementor-widget-icon-list span.elementor-icon-list-text {
    color: #212529;
}

/**************************
ROYAL ELEMENTOR
***************************/
.e-con {
    z-index: 1 !important;
}
/**************************
HEADER
***************************/
section.is-stuck {
    z-index: 999;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -khtml-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -ms-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -o-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.main-navigation > ul > li {
    margin: 0px 15px;
}

.main-navigation ul ul.sub-menu {
    letter-spacing: 0px;
    margin: 0;
    padding: 10px 0px;
    min-width: 220px;
    left: 0px;
    border-radius: 0px;
    border-top: 5px solid #0b3655;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -khtml-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -ms-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -o-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -khtml-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.main-navigation ul li li a {
    line-height: 26px;
    font-weight: 600;
    padding: 4px 20px 4px 20px;
}

.main-navigation ul li ul ul.sub-menu {
    margin-left: 0px;
}

/**************************
MOBILE MENU
***************************/
.mmenu-wrapper {
    width: 320px;
    background: #0B3655;
    font-family: Roboto;
}
.mmenu-wrapper .mmenu-inner {
    padding: 20px 15px 20px 20px;
}
.thicccboi .mmenu-wrapper .mobile_mainmenu li a {
    font-size: 14px;
    font-weight: 400;
}
.mmenu-wrapper .mobile_mainmenu li a {
    padding: 5px 10px 5px 0;
}

.thicccboi .mmenu-wrapper .mmenu-contact {
    font-size: 14px;
}
/**************************
PROMO BOX
***************************/
.wpr-promo-box .wpr-promo-box-description p,
.wpr-promo-box .wpr-promo-box-description p:last-child,
.wpr-promo-box .wpr-promo-box-description p:first-child {
    margin-bottom: 0 !important;
}

.wpr-promo-box-bg-overlay {
    /* 	z-index: 9 !important; */
}

/**************************
FORM STYLE
***************************/
input.form-control, textarea.form-control, select.form-control {
    font-weight: 400;
    box-shadow:none;
    padding: 2px 10px;
    line-height: 1.5;
    color: #212529;
    background-color: #fefefe;
    border: 1px solid #aaa;
    border-radius: 2px;
}

select, select.form-select, .wpcf7-select {
    line-height: 30px!important;
}

.wpcf7 .form-floating {
    margin-bottom: 10px;
}

.footer-enquiry-form .wpcf7-textarea,
.elementor-912 .elementor-element.elementor-element-59c9049 .wpcf7-textarea {
    height: 70px!important;
}

/* SELECT2 */
.select2-container .select2-selection--single {
    height: 40px;
    line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
}


/*  Select2 Dropdown STYLE */

.select2-container .select2-selection--single {
    height: 40px!important;
    border-radius: 2px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px!important;
}

/*  Comment Form */
.comments-area input.form-control, .comments-area textarea.form-control, .comments-area select.form-control {
    padding: 0.6rem 1rem;
}

.wpcf7 label, .wpcf7-quiz-label {
   margin-bottom: 2px;
}


.form-floating p {
    margin-bottom: 10px;
}

.form-floating > p > input.form-control {
    height: 44px;
}
.form-floating > p > textarea.form-control {
    height: 100px;
}
.enquiry-form .text-center .octf-btn {
    text-align: none;
}
.octf-btn {
    border-radius: 2px;
}
/**************************
Dual Color Heading
***************************/

.wpr-dual-title .first, .wpr-dual-title .second {
    display: inline;
}

/**************************
Testimonials
***************************/
.card.ot-testimonial-wrap {
    border: 1px solid #e3e3e3;
    box-shadow: none;
    height: 100%;
}
blockquote.icon-top {
    padding-top: 70px;
}
blockquote.icon-top:before {
    font-family: 'Font Awesome 5 Free';
    /*     content: "&ldquo"; */
    content: "\f10d";  /* Unicode for quote-left */
    opacity: 0.7;
    font-size: 40px;
    font-weight: 900;
    line-height: 30px;
    left: 0px;
}

/**************************
BLOG/ POST
***************************/
/*single post*/
.single-post .single-page-header {
    margin-top: 90px;
    text-align: left;
}

.single-post .single-page-header .page-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
}

@media (max-width: 767px) {
    .single-post .page-header .page-title, .single-page-header .page-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.single-post .single-page-header .post-meta {
    display: block;
    font-size: 14px;
}

.single-post .entry-content {
    padding: 50px 0;
}

.content-area.single-post {
    padding-right: 30px;
}

.single-post .post-box .post-inner {    
    margin-bottom: 30px;
    border-radius: 0px; 
    overflow: hidden;
    box-shadow: none; 
}

.single-post .blog-post .inner-post {
    padding: 20px 0px 20px;
}

.single-post .blog-post .inner-post .entry-summary a {
    color: #E95013;
}

/*  You Might Also Like - Related Post    */
.blog-post .slide-posts .entry-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 26px;
}


.blog-post .center-line {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(164, 174, 198, 0.2);
}

.blog-post .slide-posts {
    margin-bottom: 60px;
}

.comment-respond {
    padding-top: 60px;
    margin-top: 60px;
}

/*  Comment Form    */
.comment-form .logged-in-as {
    margin-bottom: 20px;
}

/*  SIDEBAR    */
.widget-area, .primary-sidebar, .widget-area.primary-sidebar {
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) -10px 0px 6px -5px;
    box-shadow: rgba(0, 0, 0, 0.06) -10px 0px 6px -5px;
    padding-left: 30px;
}



input[type=search] {
    color: #212529;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #babfc5;
}
.wp-block-search__button {
    margin-left: 0px;
}