/*======================================
Theme Name: Belleek Visitor Center
Theme URI: https://hammadiqbal.dev
Description: Child theme of divi for  indigitech
Version: 1.0
Author: Maddy
Author URI: https://hammadiqbal.dev
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* === Begin: Set the divi slider height === */
/* Src: https://divibooster.com/changing-the-height-of-the-divi-slider/ */

/* Desktop */
/*.home_slider .et_pb_slide_description {
    background: #6369698c;
    padding: 2%;
}*/

/********* Mobile Menu Collapse ********/
 
/**** This hides the sub menu items on mobile ****/
 
/* === Begin: Set the divi slider height === */
/* Src: https://divibooster.com/changing-the-height-of-the-divi-slider/ */

/* Desktop */
.home_slider .et_pb_slide .et_pb_container {
	height: 600px !important;
	min-height:600px !important;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.home_slider .et_pb_slide .et_pb_container {
		height: 500px !important;
		min-height: 500px !important;
	}
}
/* Phone */
@media only screen and (max-width: 767px) {
	.home_slider .et_pb_slide .et_pb_container {
		height: 250px !important;
		min-height: 250px !important;
	}
}

/* Handle padding */
.home_slider .et_pb_slide {
	padding-bottom: 0px !important;
}
.home_slider div.et_pb_slide_description, 
.home_slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {
	padding-top: 1%;
	padding-bottom: 1%;
}

/* === End: Set divi slider height === */

/* menu css */
.et_header_style_centered #top-menu>li>a {
    padding-bottom: 1em !important;
    padding-top: 1em;
}
.et_header_style_centered #main-header #top-menu li a {
    font-weight: normal;
}

.et_header_style_centered #main-header #top-menu li {
    text-align: center;
    margin: 0 auto;
}
.et_header_style_centered #main-header #top-menu-nav {
        width: 90%;
        margin: 0 auto;
    }

.et_header_style_centered #main-header .logo_container {
    text-align: left;
    margin-bottom: 15px;
    width: 95% !important;
    margin:0 auto 30px auto;
    }

    .et-fixed-header .logo_container{
        margin:0 auto !important;
    }

.custom_search label, input {
    width: 80%;
    float: right;
    background: transparent;
    font-size: 18px;
    border-right: 0;
    height: 35px;
    color: #fff;
}

.custom_search button.search-submit {
    position: absolute;
    right: 5px;
    background: transparent;
    border: 0;
    top: 5px;
    cursor: pointer;
}
.custom_search button.search-submit i {
    color: #767676;
}
.custom_search form label {
    position: relative;
    bottom: -40px;
}
.custom_search input {
    padding: 5px;
    height: 35px;
}
.custom_search button.search-submit:hover i {
    color: #fff;
    transition: ease 0.2s;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #767676;
  border-radius: 5px; 
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*#et_mobile_nav_menu span.select_page {
    display:none;*/
.select_page { visibility: hidden; display:none !important;  }
/* end menu css */


.heading-1 h2 {
    font-weight: 400 !important;
}
.experience_block h4 {
   text-align: center;
    color: #000;
    font-size: 22px;
    display: table-cell;
    vertical-align: middle;
}

.experience_block .et_pb_main_blurb_image, .experience_block .et_pb_main_blurb_image img{width:100%;margin-bottom: 0px !important;}
.experience_block .et_pb_blurb_container {  
    padding: 10px;
    background: #ffffffbf;
    min-height: 80px;
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.experience_block .et_pb_blurb_container:hover, .experience_block h4:hover .experience_block .et_pb_blurb_container{
    background: #fff;
    transition: ease 0.2s;
    cursor: pointer;
}


/*dark images contetnt*/

.dark-images {
    height: auto;
    border: 1px solid white;
    background-color: white;
    width: 60%;
    margin: auto;
    display: flex;
}
.dark-images>div {
    padding: 4px 4px 0px 4px;
}
.group-1 {
    width: 50%;
    position: relative;
}
.group-1 img {
    margin-bottom: 8px;
    width: 100%;
}
.group-12 {
    width: 60.2%;
    position: relative;
}
.group-12 img {
    width: 99.6%;
}
.group-13 {
    width: 60%;
    margin: auto;
    padding: 0px 4px 4px 4px;
    background-color: white;
    position: relative;
}
.group-13 img {
    width: 100%;
}
.group-14 {
    width: 60%;
    margin: auto;
    background-color: white;
    display: flex;
    position: relative;
}
.group-14 img {
    width: 50%;
    padding: 4px;
}
.image-text {
    background-color: rgba(255, 255, 255, 0.66);
    height: 2.2vw;
    text-align: center;
    font-size: 17px;
    position: absolute;
    width: 50%;
    top: 44.2%;
}
.image-text a {
    color: #212121;
    float: left;
    margin-left: 7%;
}
.image-text-1 {
    background-color: rgba(255, 255, 255, 0.66);
    height: 2.2vw;
    text-align: center;
    font-size: 17px;
    position: absolute;
    width: 50%;
    top: 94%;
}
.image-text-1 a {
    color: black;
    float: left;
    margin-left: 7%;
}
.image-text-2 {
    background-color: rgba(255, 255, 255, 0.66);
    height: 2.2vw;
    text-align: center;
    font-size: 17px;
    position: absolute;
    width: 50%;
    top: 94%;
}
.image-text-2 a {
    color: black;
    float: left;
    margin-left: 7%;
}
.image-text-3 {
    background-color: rgba(255, 255, 255, 0.66);
    height: 2.2vw;
    text-align: center;
    font-size: 17px;
    position: absolute;
    width: 23%;
    top: 87%;
}
.image-text-3 a {
    color: black;
    float: left;
    margin-left: 7%;
}
.image-text-4 {
    background-color: rgba(255, 255, 255, 0.66);
    height: 2.2vw;
    text-align: center;
    font-size: 17px;
    position: absolute;
    width: 21%;
    top: 90%;
    padding-left: 1%;
}
.image-text-4 a {
    color: black;
    float: left;
    margin-left: 7%;
}
.image-text-5 {
    background-color: rgba(255, 255, 255, 0.66);
    height: 2.2vw;
    text-align: center;
    font-size: 17px;
    position: absolute;
    width: 22%;
    top: 90%;
    right: 27.6%;
}
.image-text-5 a {
    color: black;
    float: left;
    margin-left: 7%;
}

.outer-dark-images {
    padding: 6% 0;
    background-color: white;
}
.text-img-histry {
    position: absolute;
    top: 11%;
    width: 50%;
    right: 0;
    display: grid;
    color: white;
}
.Belleek-history {
    position: relative;
}
.Belleek-history img {
    width: 100%;
}
.text-img-histry p {
    font-size: 40px;
    margin: 0;
    height: 70px;
}
.text-img-histry h1 {
    font-size: 67px;
    margin-left: 16%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
}
.paragraph-text {
    position: absolute;
    top: 50%;
    margin: auto;
    margin-left: 43%;
    text-align: center;
    width: 46%;
    color: white;
    font-size: 21px
}
.link-history {
    position: absolute;
    top: 80%;
    margin-left: 59%;
    font-size: 22px;
}
.outer-dark-images a {
    padding-top: 5px;
}
.signup_newsletter label {
    width: 100%;
}
.signup_newsletter input.es_required_field.es_txt_email.ig_es_form_field_email {
    width: 75%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #767676;
    font-size: 20px;
    padding: 5px;
    line-height: 1.5em;
    height: 40px;
    text-align: left;
    color: #fff;
    float: none;
    margin: 0 auto;
    display: block;

}
.signup_newsletter .es_subscription_form_submit {
    width: 30%;
    height: 63px;
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: 38px;
    background: transparent;
    border: 2px solid #7a7a7a;
    color: #7a7a7a;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.signup_newsletter .es_subscription_form_submit:hover {
    color: #fff;
    border-color: #fff;
    transition: ease 0.2s;
    cursor: pointer;
}

.custom_footer .footer-widget li:before{
    display: none;
}
.custom_footer .footer-widget li{padding-left: 0 !important;}
.custom_footer .widget_text{width: 100%;}
.social-links {
    width: 65%;
}
.social-links a i.fab {
    font-size: 38px;
    margin-right: 40px;
}
.social-links ul li {
    display: inline-block;
    width: 45%;
    text-align: center;
}
.social-links ul li:last-child {
    width: 90%;
}
.social-links a i {
    font-size: 35px;
}
#footer-info {
    
    text-align: center;
    float: none;
    letter-spacing: 1px;
    font-weight: 300;
}


/*museum css*/

.date_text {
    border-left:3px solid #000;
    padding-left: 20px;
    margin-bottom: 0px !important;
}
span.date_dot {
    position: relative;
    top: 16px;
    float: left;
    left: -100px;
}

span.date_dot:after {
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    content: '';
    background-color: #857423;
    border: 1px solid #000;
    position: relative;
    float: right;
    top: 5px;
    right: -22px;
}
/*end museum css*/
/* Contact Form CSS */
input.wpcf7-form-control.wpcf7-text {
    width: 100% !important;
}
.input-fld {
    width: 20%;
}
.row.rowform {
    margin-bottom: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
/*     width: 110% !important; */
}
input.wpcf7-form-control.wpcf7-submit.form_submit_btn {
	 width: 100%;
	
    float: left !important;
    color: #000 !important;
    border: 1px solid;
}

/* Contact Form CSS END */

@media (max-width: 1275px) and (min-width: 981px){
.et_pb_text_0 h2 {
    font-size: 30px !important;
}
body #page-container .et_pb_section .et_pb_button_0 {
    font-size: 23px !important;
}	
}

@media (max-width: 980px) only screen and (min-width: 768px){
.et_pb_text_0 h2 {
    text-align: center !important;
}
.et_pb_text_1 h2 {
    font-size: 40px !important;
}	
}
@media (max-width: 1325px) and (min-width: 768px){
.et_pb_text_7 h2 {
    font-size: 29px !important;
}	
body #page-container .et_pb_section .et_pb_button_2 {
    font-size: 23px !important;
}	
}

@media only screen and (max-width: 767px){
.et_pb_text_0 h2 {
    text-align: center !important;
	margin: 0rem !important;
}
.et_pb_text_1 h2 {
    font-size: 19px !important;
}	
.experience_block h4 {
    font-size: 17px !important;
}
.et_pb_text_7 h2 {
    font-size: 13px !important;
    text-align-last: center !important;
    margin-bottom: 0 !important;
}	
.et_pb_text_8 h2 {
    font-size: 24px !important;
}	
.signup_newsletter input.es_required_field.es_txt_email.ig_es_form_field_email {
	 font-size: 23px !important;	
}	
.signup_newsletter .es_subscription_form_submit {
	height: 55px !important;
	font-size: 26px !important;
}	
}



/* contact us text area */
.et_pb_text_4 h3 {
    margin-top: 4% !important;
}
.row.rowform {
    color: black !important;
}
input.wpcf7-form-control.wpcf7-text {
    border-color: black !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border-color: black !important;
}
@media (max-width:1920px) and (min-width:768px) {
textarea.wpcf7-form-control.wpcf7-textarea {
   
}
.input-fld>div>label {
	font-size: 20px !important;	
}	
}
@media only screen and (max-width:767px) {
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100% !important;
}
}

@media (max-width:1000px) and (min-width:700px) {
.input-fld {
    width: 30% !important;
}	
}

@media only screen and (max-width:699px) {
.input-fld {
    width: 70% !important;
}	
}

/* opening hours */
@media only screen and (max-width:979px) {
.et_pb_column.et_pb_column_1_4 {
    text-align-last: center !important;
}	
}

/* homepage book direct with us */

@media (max-width:1920px) and (min-width:1100px) {
.et_pb_row.et_pb_row_0.et_pb_gutters2.et_pb_row_3-4_1-4 {
    margin: 0 !important;
    width: 100% !important;
    padding: 27px 11% !important;
	max-width: 100% !important;
}	
}

@media (max-width:1099px) and (min-width:980px) {
.et_pb_row.et_pb_row_0.et_pb_gutters2.et_pb_row_3-4_1-4 {
    margin: 0 !important;
    width: 100% !important;
    padding: 27px 5% !important;
	max-width: 100% !important;
}		
}


.et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_dark.et_pb_text_align_left>div>h2 {
    margin-bottom: 0% !important;
	text-align: center !important;
}

.et_pb_module.et_pb_text.et_pb_text_7.et_pb_bg_layout_dark.et_pb_text_align_left>div>h2 {
    margin-bottom: 0% !important;	
}
/* opening hours heading */
.et_pb_module.et_pb_text.et_pb_text_0.et_pb_bg_layout_dark.et_pb_text_align_center>div>h2 {
    margin-bottom: 0% !important;
}
.et_pb_module.et_pb_text.et_pb_text_15.et_pb_bg_layout_dark.et_pb_text_align_left>div>h2 {
    margin-bottom: 0% !important;
}
/* Date Your Belleek */
.et_pb_module.et_pb_text.et_pb_text_11.et_pb_bg_layout_dark.et_pb_text_align_left>div>h2 {
    margin-bottom: 0% !important;
}
/* Pottery Tour */
.et_pb_module.et_pb_text.et_pb_text_24.et_pb_bg_layout_dark.et_pb_text_align_left>div>h2 {
    margin-bottom: 0% !important;
}
/* The 16 Steps */
.et_pb_module.et_pb_text.et_pb_text_32.et_pb_bg_layout_dark.et_pb_text_align_left>div>h2 {
    margin-bottom: 0% !important;
}

/* Cookies */
@media (max-width:1346px) and (min-width:1175px){
.et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left>div>p:nth-child(3) {
    padding-bottom: 40px !important;
}
.et_pb_module.et_pb_text.et_pb_text_8.et_pb_bg_layout_light.et_pb_text_align_left {
    font-size: 13px !important;
}
.et_pb_module.et_pb_text.et_pb_text_10.et_pb_bg_layout_light.et_pb_text_align_left {
    font-size: 13px !important;
}
.et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left {
    font-size: 13px !important;
}
}

@media (max-width:1174px) and (min-width:980px){
.et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left>div>p:nth-child(3) {
    padding-bottom: 40px !important;
}
.et_pb_module.et_pb_text.et_pb_text_10.et_pb_bg_layout_light.et_pb_text_align_left {
    font-size: 11px !important;
}
.et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left {
    font-size: 11px !important;
}
}

@media only screen and (max-width:979px){
	
.et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left>div>p:nth-child(3) {
    padding-bottom: 40px !important;
}
.et_pb_module.et_pb_text.et_pb_text_7.et_pb_bg_layout_light.et_pb_text_align_left {
    text-align: center !important;
}	
.et_pb_module.et_pb_text.et_pb_text_8.et_pb_bg_layout_light.et_pb_text_align_left {
	text-align: center !important;
}
.et_pb_module.et_pb_text.et_pb_text_9.et_pb_bg_layout_light.et_pb_text_align_left {
    text-align: center !important;
}
.et_pb_module.et_pb_text.et_pb_text_11.et_pb_bg_layout_light.et_pb_text_align_left {
    text-align: center !important;
}	
.et_pb_module.et_pb_text.et_pb_text_10.et_pb_bg_layout_light.et_pb_text_align_left {
	text-align: center !important;
}
.et_pb_module.et_pb_text.et_pb_text_12.et_pb_bg_layout_light.et_pb_text_align_left {
	text-align: center !important;
}
}



.history-block .date_text .et_pb_text_inner p.dot-p{clear: both;display: inline-block;height: 0;padding: 0;}

.et_pb_md_padding.et_pb_section{padding: 22px 0 ;}

.et_pb_md_padding.et_pb_section .et_pb_row{padding: 10px 0;}
.outer-dark-images .group-14 .block-img {display: flex;width: 50%;}

.outer-dark-images .group-14 .block-img a{width: 100%;}
.outer-dark-images .group-14 .block-img a img{width: 100%;padding: 1px 4px;}
.outer-dark-images .block-img a{color: #212529}
.outer-dark-images .block-img a p{height: auto;margin: 0;line-height: 2;}
.outer-dark-images .image-text,.outer-dark-images .image-text-1,.outer-dark-images .image-text-2,.outer-dark-images .image-text-3,.outer-dark-images .image-text-4,.outer-dark-images .image-text-5{padding-left: 0;line-height: 2;}

.et_pb_module.et_pb_slider.home-test-slider{padding-bottom: 70px !important;}

.home-test-slider .et_pb_slides .et_pb_slide{background: none !important;padding: 0 !important;}
.home-test-slider .et_pb_slide_description{padding: 0 !important;}

/*.outer-dark-images-new .et_pb_blurb{height: 100%;}*/
.outer-dark-images-new .et_pb_blurb_content,.outer-dark-images-new .et_pb_blurb .et_pb_image_wrap{height: 100%;width: 100%;
max-width: 100%;}
.outer-dark-images-new .et_pb_main_blurb_image{width: 100%;margin-bottom: 0 !important;padding: 4px;height: 100%;max-width: 100%;}
.outer-dark-images-new .et_pb_main_blurb_image .et_pb_image_wrap img{width: 100%;height: 100%;}
.outer-dark-images-new .et_pb_blurb_content .et_pb_blurb_container{background-color: rgba(255, 255, 255, 0.66);height: 2.2vw;
text-align: center;font-size: 17px;position: absolute;width: 50%;text-align: center !important;line-height: 1.9;color: #000;bottom: 4px;left: 4px;}

