/*
Theme Name: Wellmadewebsite
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Tom Fraser http://www.wellmadewebsite.co.uk
Template: Divi
*/

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


/* COLOURS
style colours:
http://www.color-hex.com/color/778899
very light blue: #AFC3BA
light blue: #99B7B5
pale blue: #578992
dark blue: #286071
black:#060805
  # 
*/

/* --- HEADER --- */
.et-social-google-plus a.icon:before {
    content: "\e0a8";
}


/* --- MENU --- */
.nav li {
    text-transform:uppercase;
}
.nav li li {
    text-transform:none;
}

.nav li li {
    position: relative;
    line-height: 1.4em;
padding: 0 10px!important;
}

.et-menu li li a {
    width: 220px;
    padding: 6px 10px!important;
font-size: 16px !important;
}

.et-menu li li.menu-item-has-children>a:first-child:after {
    top: 6px;
}


/* PAGES */

.full-height {
    height:80vh; 
}


.et-pb-contact-message {
	font-weight : bold;
}

/*.home .et_pb_fullwidth_header .header-content-container.center{
    -webkit-align-self: flex-start !important;
    -moz-align-self: flex-start !important;
    -ms-align-self: flex-start !important;
    align-self: flex-start !important;
}
*/



.imagebuttonlinks img {
	transition: all .3s;
}
.et_pb_column img {
	transition: all .3s;
}
.et_pb_image {
	overflow:hidden;
}

.et_pb_column:hover .et_pb_image img {
	transform: scale(1.05);
}
.FooterContacts .et_pb_column:hover .et_pb_image img {
	transform: scale(0.95);
}

.et_pb_button {
    width:100%;
}

.et_pb_post_slider .et_pb_slide_content {
display:none !important;
}
.et_pb_post_slider .et_pb_slide_title{
cursor:none !important;
}
/*     ************   Single post  ******               */

h1 {
	

}

h2,h3,h4,h5,h6 {
	
}
.et_pb_text h4,.et_pb_text h5,.et_pb_text h6 {

}



	

.entry-content ol, .entry-content ul {
	margin:20px 20px;
	list-style-position: outside;
}

/*     ************   BOOKING CALENDAR  ******               */




table td, table th {
    text-align: center;
	font-size:80%;
}

table td span, table th  span{

	font-size:80%;
}
table.pricing {
    width: 100%;
    max-width:;
    border: 1px solid #ccc;
    margin: 2em 0;
	line-height:1em;
}
table.pricing th {
    padding: 1em;
    background-color: #eee;
    font-weight: bold;
    width: ;
    line-height: 1em;
}


.et_pb_main_blurb_image {
    margin-bottom: 4px;
transition: all .3s;
}
.et_pb_main_blurb_image:hover {
   opacity:.9;

}

.et_pb_main_blurb_image img {
	transition: all .3s;

}
.et_pb_main_blurb_image {
	overflow:hidden;
}

.et_pb_main_blurb_image img {
	transform: scale(1.05);
}




/*     ******************************     MEDSEARCH RESULTS***************************               */
/*

/* -----------REMOVER SIDEBAR -------*/

/*** Take out the divider line between content and sidebar ***/
 #main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100% !important;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

#sidebar {display:none;}


/* -----------  FOOTER -------*/

footer .et_pb_button {
	text-align:center;
}

.subfooter a {
	color:#FFFFFF;

	transition: all .2s;
	}
.subfooter a:hover {
	color:#B3D236;

}
.callmda a {
	color:#AFC3BA;
	transition: all .2s;
	}
.callmda a:hover {
	color:#FFFFFF;

}

/*     ******************************     TOGGLES ***************************               */

/*     ******************************     MEDIA QUERIES     ***************************               */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {



}
@media only screen and (max-width : 1500px) {


}


@media only screen and (max-width : 1400px) {


}


@media only screen and (max-width : 1300px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.et_pb_menu .et-menu>li {
    padding-left: 6px;
    padding-right: 6px;
}
.et_pb_menu ul li a {
        font-size: 16px !important;
}

}

@media only screen and (max-width : 1100px) {

	
}

@media only screen and (max-width : 1024px) {
.et_pb_menu .et-menu>li {
    padding-left: 6px;
    padding-right: 6px;
}
.et_pb_menu ul li a {
        font-size: 14px !important;
}
	
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {


}

@media only screen and (max-width : 980px)  {

.et_pb_fullwidth_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.et_mobile_menu li a {
 padding: 2px 5%;

}
footer .et_pb_menu__menu {
    display: block !important;
}
footer .et_mobile_nav_menu {
    display: none !important;
}
}

@media only screen and (max-width: 800px) {


}


@media only screen and (max-width: 768px) {


}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 680px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 580px) {
table td, table th {
    text-align: center;
	font-size:60%;
padding: 6px 8px!important; 
}

}

 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}


}
 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 360px) {

}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 330px) {
table td, table th {
    text-align: center;
	font-size:50%;
padding: 3px 4px!important; 
}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 280px) {


}
