/*
Theme Name: Divi Child Theme
Theme URI: helpfulinsight.in
Description: Divi Child Theme
Template: Divi
Version: 1.0
*/
/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/

#logo {
    max-height: 70%;
}
.et-fixed-header #logo {
    width: auto;
}
nav#top-menu-nav{
	text-transform: uppercase;
}
nav#top-menu-nav .sub-menu {
    width: 180px !important;
    padding: 0;
    border: 0;
    text-align: center;
    margin-top: -15px;
    box-shadow: none;
} 
nav#top-menu-nav .sub-menu li {
    padding: 0;
}
nav#top-menu-nav .sub-menu li a {
	padding: 8px 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
}

nav#top-menu-nav .sub-menu li {
    position: static;
}

nav#top-menu-nav .sub-menu li .sub-menu {
    left: 100%;
    margin-top: 0;
    top: 0;
}
/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/
.home-slider .et_pb_slide{
	height: 685px;
	background-size: cover;
	background-position: center center;
}

.home-slider-scroll-up {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    background: transparent !important;
}

.home-slider-scroll-up .et_pb_fullwidth_header_container{
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/
.rugs_tunupa_img span{
    height : 304px !important;
    overflow: hidden;
}

.rugs_wilton_img img {
    width : 252px !important;
    height : 252px !important;
    object-fit: contain;
}

.collection_2019_icon span {
    position: absolute !important;
    right: 10px !important;;
    bottom: 65px !important;;
}

.splendore-di-venezia-images span {
    position: absolute !important;
    left: 30% !important;
    top: 38% !important;
    width: 240px !important;
    height: 130px !important;
}

.splendore-di-venezia-images-1 span {
    position: absolute !important;
    left: 19% !important;
    top: 38% !important;
    width: 240px !important;
    height: 130px !important;
}

.splendore-di-venezia-images-2 span {
    position: absolute !important;
    left: 30% !important;
    top: 32% !important;
    width: 240px !important;
    height: 130px !important;
}

.carpet-wilton-text-on-img .et_pb_text_inner{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.rugs-collection-slider .et_pb_slide{
    height: 650px;
    background-size: cover;
    background-position: center center;
}

.rugs_collection_fullwidth_header{
    position: absolute;
    left: 0;
    right: 0;
    top:215px;
    bottom: 215px;
    padding: 0 !important;
    background: transparent !important;
}

.rugs_collection_fullwidth_header .header-content h1:first-child{
    border-bottom: solid 2px #ffffff !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
}

.rugs_collection_fullwidth_header .header-content h1{
    font-weight: bold !important;
    font-size: 36px !important;
    letter-spacing: 8px !important;
}

.rugs_collection_top_heading h2:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -5px);
}
    
.rugs_collection_top_heading h2 span{
    background-color: #fff;
    padding: 0 40px;
    position: relative;    
}

.rugs_collection_top_heading h2 {
    position: relative;
}

.rugs_collection_content_images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}  

.rugs_collection_content_images .et_pb_column {
    flex: 30%;
    max-width: 30%;
    padding: 0 50px;
    margin: 0 !important;
}

.w-collection-fullwidth-logo-img img{
    width : 570px !important;
}

.w-collection-img span{
    width: 460px !important;
}
    
/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/
#footer-bottom{
	line-height: 14px;
	font-size: 12px;
	letter-spacing: 2px;
    font-family: roboto, sans-serif;
    font-weight: 200;
    color : #000000;
    position: relative;
}

#footer-bottom div {
    width: 100%;
}

.custom_footer-top-bottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.custom_footer-top-bottom ul:before {
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(249,225,67,1) 50%, rgba(237,42,58,1) 100%, rgba(237,42,58,1) 100%);
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 9px;
}

.custom_footer-top-bottom ul li {
    flex: auto;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.custom_footer-top-bottom ul li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 1px;
    background: #000;
}
#main-footer #footer-widgets {
    padding-top: 48px;  
}

#main-footer .footer-widget {
    margin-bottom: 20px;
}
.brands {
    background-color: #F6F6F6;
    padding: 15px 0;
}
.brands .row-inner {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    flex-direction: row;
    align-items: center
}
.brands .brand-inner {
    flex: 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: 2px;
    font-family: roboto, sans-serif;
    font-weight: 200;
}
.widget_email-subscribers-form form {
    position: relative;
}
.widget_email-subscribers-form input[type=email] {
    width: 76%;
    font-family: "Roboto Thin","Roboto Light",Roboto,"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #ABB0B2;
    border-radius: 1px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
}
.widget_email-subscribers-form input[type="submit"] {
    font-size: 10px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 2px;
    color: #fff;
    background-color: #111111;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
    position: absolute;
    right: 0;
    top: 0;
}
.widget_email-subscribers-form .title {
    line-height: 12px;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    color: #000;
}
/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/



.clip_frame {
    position: absolute;
    left: -10px;
    top: 55%;
}
.clip_frame img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: solid 2px #000;
}
.clip_frame_txt p span {
    display: block;
	font-weight: 400;
}
.clip_frame_txt p {
    font-weight: 200;
}
.splendor_list {
    border: solid 1px #000;
    line-height: 23px;
    letter-spacing: 1px;
    font-family: roboto, sans-serif;
}
.splendor_title {
    text-align: center;
    margin-top: -12px;
}
.splendor_title span {
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.splendor_content {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.splendor_content ul {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    font-weight: 300;
    color: #000;
}
.splendor_content ul:first-child {
    text-align: right;
    font-weight: 400;
    color: #000;
    border-right: solid 1px #000;
    flex: 42%;
    max-width: 42%;
}
.splendor_content ul:last-child {
    flex: 58%;
    max-width: 58%;
}
.splendor_link {
    text-align: center;
    font-weight: 300;
    padding-bottom: 3px;
}
.splendor_link a {
    color: #000;
}
.splendor_link a span:first-child {
    margin-right: 3px;
}
.aboutslider .et_pb_slide_content h1 {
    font-size: 50px;
    padding-bottom: 0;
}
.headingDiv {
    position: relative;
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.headingDiv:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #000;
    z-index: -1;
}
.headingDiv span {
    background-color: #fff;
    padding: 0 40px;
}
.vid_title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 0;
    padding-top: 18px;
}
.holiday_table th, .holiday_table td {
    border: 1px solid #f1f1f1;
    line-height: 1.3;
    padding: 15px 8px !important;
    vertical-align: middle;
    color: #333;
}
.thead_title {
    background-color: #444;
    padding: 1em 1.5em;
    position: relative;
    margin-bottom: 15px;
}
.thead_title:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #444;
    border-bottom: 0;
}