/*=== GOOGLE FONTS ===*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */

/*=== END OF GOOGLE FONTS ===*/

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

body .container {
    max-width: 1230px;
    width: 100%;
}


header#main-header {
    border: 0;
    box-shadow: none;
    position: relative;
}
header#main-header .login_section {
    float: left;
    width: auto;
}
header#main-header .container {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
}
.et_pb_section.products_function_shortcode_section .et_pb_row {
    width: 100%;
    max-width: 1230px;
}

header#main-header .container::before {
    content: '';
    position: absolute;
    bottom: 0;
    background: #515c62;
    height: 1px;
    width: 100%;
}
header#main-header .login_section li {
    float: left;
    width: auto;
}
header#main-header .logo_container img#logo {
    max-height: 100%;
    max-width: 100%;
    height: 110px;
    width: 225px;
    object-fit: contain;
}
header#main-header .login_section ul li a,
header#main-header ul#top-menu li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0 0 0 27px;
    padding: 0;
    color: #000000;
    font-weight: 600;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    text-transform: uppercase;
}
/* header#main-header ul#top-menu li a  { margin: 0;  } */
header#main-header .logo_container {
    float: left;
    width: auto;
    height: auto;
    left: 0;
}
header#main-header .login_section ul li a:hover,
header#main-header ul#top-menu li a:hover,
header#main-header ul#top-menu li.current-menu-item a {
    color: #f58220;
}
header#main-header ul#top-menu li {
    padding: 0;
}
header#main-header div#et-top-navigation {
    padding: 30px 0;
}
.lamcraft_products_inner {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 55px 40px;
}
.lamcraft_products_inner .lamcraft_products_img {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.lamcraft_products_inner .lamcraft_products_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}
.lamcraft_products_inner .lamcraft_products_title_tag h1 {
    font-size: 20px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    line-height: 40px;
    color: #000;
    font-weight: 600;
}
.lamcraft_products_title_tag {
    border-top: 1px solid #515c62;
    margin: 17px 0 0;
    padding: 7px 0 0;
}
header#main-header div#et-top-navigation {
    padding: 81px 30px;
}
.et_pb_section.products_function_shortcode_section {
    padding: 0 0 0;
}
.products_function_shortcode_module .et_pb_code_inner .search-cat-outer {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 30px;
    min-height: 82px;
    max-height: 82px;
    position: relative;
    height: 82px;
    z-index: 99;

}
.search-cat-outer ul#products-cat-filter li { list-style: none; cursor: pointer; }
.search-cat-outer ul#products-cat-filter.resList li {
    display: block !important;
}
.search-cat-outer ul#products-cat-filter.resList li.init,
.search-cat-outer ul#products-cat-filter li.init {
    display: block !important;
}
.search-cat-outer ul#products-theme-filter.themeList li {
    display: block !important;
}
.search-cat-outer ul#products-theme-filter.themeList li.init,
.search-cat-outer ul#products-theme-filter li.init {
    display: block !important;
}
.search-cat-outer ul#products-theme-filter li {
    display: none !important;
}
.search-cat-outer ul#products-cat-filter li {
    display: none !important;
}
.search-cat-outer ul#products-cat-filter li span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 13px 0;
    cursor: pointer;
}
/* .search-cat-outer ul#products-cat-filter li.init {
    border: 1px solid #000;
    width: 202px;
    padding: 4px 14px;
} */
.search-cat-outer ul#products-cat-filter {
    border: 1px solid #000;
    width: 202px;
    padding: 0px;
    background: #fff;
}

.search-cat-outer .cat-filter-outer {
    padding: 0 0 0 24px;
}
.search-cat-outer ul#products-cat-filter li.init { 
    position: relative; 
    padding: 5px 0px; 
}
.search-cat-outer ul#products-cat-filter li.init::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 12px;
    width: 17px;
    height: 9px;
    background: url('../images/dropdown-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}
.search-cat-outer ul.products-cat-filter.resList li.init::before,  
.search-cat-outer ul.products-theme-filter.themeList li.init::before {
    transform: rotate(-180deg);
}
.search-cat-outer ul#products-cat-filter li:last-child {
    padding-bottom: 9px;
}

/* === FOOTER ===*/

div#footer-bottom .footer-copyrights-content, 
div#footer-bottom .footer-copyrights-content a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 10px 0 0;
    float: left;
}
div#footer-bottom div#et-footer-nav ul#menu-footer-menu {
    padding: 0;
    float: right;
    width: auto;
}
div#footer-bottom div#et-footer-nav ul#menu-footer-menu a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}
div#footer-bottom div#et-footer-nav ul#menu-footer-menu li.current-menu-item a {
    color: #f58220;
}
div#footer-bottom div#et-footer-nav ul#menu-footer-menu li:last-child {
    padding: 0;
}
#footer-bottom div#et-footer-nav {
    float: right;
    width: auto;
    background: transparent;
}
footer#main-footer {
    background: transparent;
}
footer#main-footer div#footer-bottom {
    background: transparent;
    padding: 0px;
}
footer#main-footer div#footer-bottom div#footer-info {
    padding: 0;
}
#footer-bottom div#et-footer-nav .container {
    padding: 0 !important;
    border: 0 !important;
}
footer#main-footer div#footer-bottom .container {
    padding: 45px 0 40px;
    border-top: 1px solid #000;
}


/* PRODUCTS_CSS_START */
.search-cat-outer ul.products-theme-filter {
    border: 1px solid #000;
    width: 202px;
    padding: 0px;
    background: #fff;
}
.search-cat-outer ul.products-theme-filter li.init::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 12px;
    width: 17px;
    height: 9px;
    background: url(../images/dropdown-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
}

.products-shortcode-section-outer.search-cat-outer .cat-filter-outer .products-theme-filter li {
    position: relative;
    padding: 5px 0px;
    list-style: none;
    cursor: pointer;
    display: none;
}
.products-shortcode-section-outer.search-cat-outer .cat-filter-outer .products-theme-filter li.init {
    display: block;
}
.products-shortcode-section-outer.search-cat-outer .cat-filter-outer .products-theme-filter li:last-child {
    margin-right: 0px;
}
.products-shortcode-section-outer.search-cat-outer .cat-filter-outer .products-theme-filter {
    padding: 0px;
}
.products-shortcode-section-outer.search-cat-outer .cat-filter-outer .products-theme-filter li span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 13px 0;
    cursor: pointer;
}
.news_blog_outer .news_blog_inner .homeLoad{
    padding: 5px 15px;
    border: 1px solid #f5821f;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    background-color: #f5821f;
    transition: .5s ease-in-out;
    margin-top: 40px;
    display: inline-block;
    box-shadow: 0 0 20px 0px rgb(168 168 168 / 31%);
}
.news_blog_outer .news_blog_inner .homeLoad:hover {
    background-color: #000;
    border-color: #000;
}
.news_blog_outer .news_blog_inner #more_posts {
    text-align: center;
}
header .header_resp_section {
    display: none;
}
header, 
header .container {
    height: 140px;
}  
header .login_section ul .account_menu .account-icon {
    position: relative;
    width: 20px;
    height: 20px;
}
header .login_section ul .account_menu .account-icon::before {
    position: absolute;
    content: '';
    background-image: url(../images/user.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 87%;
}
header .mobile_menu_bar.mobile_menu_bar_toggle {
    padding-bottom: 0px !important;
}
header .mobile_menu_bar:before {
    color: #000;
}
header .et_mobile_menu {
    border-top: 3px solid #f5821f;
    top: 139px;
}


.et_pb_section.top-banner-image-section {
    padding: 0px;
}
.et_pb_section.top-banner-image-section .et_pb_row {
    padding: 0px;
    width: 100%;
    min-width: 100%;
}
.et_pb_section.top-banner-image-section .et_pb_image_wrap  {
    width: 100%;
}
.et_pb_section.top-banner-image-section .et_pb_image_wrap img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.et_pb_section.how-to-guide-welcome-section .et_pb_row  {
    padding: 0px;
}
.et_pb_section.how-to-guide-welcome-section .et_pb_module.how-to-guide-welcome-title h2 {
    text-align: center;
    font-size: 34px;
}

footer#main-footer div#footer-widgets {
    display: none;
}


/* LOGIN_CSS_START */

.et_pb_section.login-section-outer {
    
}
.et_pb_section.login-section-outer .et_pb_row.login-section-inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 0px;
    background: #f6f6f6;
}
.et_pb_section.login-section-outer .et_pb_module.login-form-logo {
    text-align: center;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text  {
    background-color: #f5821f;
    background-image: url(../images/orange-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
    position: relative;
    z-index: 99;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text::before  {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #f5821f;
    opacity: .9;
    z-index: -1;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text p {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 12px 30px !important;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text label {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;

}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text .um-link-alt {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.et_pb_section.login-section-outer .et_pb_column.login-section-col1 {
    margin: 0 auto;
}
.et_pb_section.login-section-outer .login-form-logo img {
    max-height: 100%;
    max-width: 100%;
    height: 110px;
    width: 225px;
    object-fit: contain;
}
.et_pb_section.login-section-outer .um-field-area input, 
.et_pb_section.login-section-outer .um-field-area select, 
.et_pb_section.login-section-outer .um-field-area textarea{
    border: 0 ;
    border-radius: 0;
    width: 100%;
    margin: 0 auto 6px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
.et_pb_section.login-section-outer .um-field-area input:focus, 
.et_pb_section.login-section-outer .um-field-area select:focus, 
.et_pb_section.login-section-outer .um-field-area textarea:focus {
    border: 1px solid #000 !important;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text input[type="submit"] {
    background-color: #000000;
    color: #fff;
    padding: 16px 20px !important;
    border: 1px solid #000 !important;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text input[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text .um-button.um-alt{
    background: #000;
    border: 1px solid #000 !important;
    color: #fff;
}
.et_pb_section.login-section-outer .et_pb_module.login-welcome-text .um-button.um-alt:hover {
    background: #fff;
    color: #000;
}
.et_pb_section.password-reset-section-outer .um-um_password_id .um-field-block {
    color: #fff !important;
}


.et_fixed_nav.et_show_nav #page-container, 
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container {
    padding-top: 140px !important;
}
.no_result_found {
    padding: 55px 0px;
    text-align: center;
}
.no_result_found h1 {
    font-size: 45px;
}
.no_result_found .entry a {
    background-color: #f5821f;
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #f5821f;
    display: inline-block;
    margin-top: 16px;
    border-radius: 4px;
}
.no_result_found .entry a:hover {
    background-color: #000;
    border: 1px solid #000;
}
.no_result_found .et_pb_post {
    margin-bottom: 0px;
}
#footer-bottom {
    padding-top: 0px !important;
}
.et_pb_section.products_function_shortcode_section .et_pb_row {
    padding: 55px 0;
}
.et_pb_section.how-to-guide-welcome-section {
    padding: 50px 0;
}
.et_pb_module.login-welcome-text .um.um-login, 
.et_pb_module.login-welcome-text .um.um-register, 
.et_pb_module.login-welcome-text .um.um-password {
    margin-bottom: 0px !important;
}  
.et_pb_module.login-welcome-text .um.um-password .um-field.um-field-block {
    padding-top: 0px !important;
}
/* .et_pb_module.login-welcome-text .um.um-login .um-half {
    margin-bottom: 0px !important;
} */

.um.um-logout .um-misc-with-img {
    color: #fff;
}
.um.um-logout .um-misc-ul {
    padding: 0px;
}
.um.um-logout .um-misc-ul li {
    list-style: none;
    text-align: center;
    color: #fff;
}
.um.um-logout .um-misc-ul li a {
    color: #fff;
}

.login-welcome-text .um-notice  {
    display: none;
}



.login-welcome-text input::placeholder, 
.login-welcome-text input::-webkit-input-placeholder {
     color: transparent !important;
}

.et_pb_module.login-welcome-text .um-col-alt-b {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}