/*
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
- white: #FFFFFF
- GFreen: ##a3bd9c
- brown: ##bda99c
pinkn ##bd9ca3
- blue: ##9caabd

  # 
*/

/* --- HEADER --- */


/* Increase width of vertical navigation */
@media (min-width: 981px) {
.et_vertical_nav #page-container #main-header{
width:18%;
}

.et_vertical_nav #et-main-area, .et_vertical_nav #top-header{
margin-left:18% !important;
}
}
.et_vertical_nav #page-container #main-header {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0) !important;
    box-shadow: 0 0 7px rgba(0,0,0,0) !important;
}


/* --- MENU --- */
.nav li li {
    position: relative;
    line-height: 1.4em;
padding: 0 10px;
}

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




/* PAGES */

.full-height {
    height:80vh; 
}



/*.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;
}
*/


/*     ************   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;
}

/*     ************   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;
}









/*     ******************************     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 -------*/

.footerlogos {
	align-items:center;
}


footer a.myfooter {
	color:#000000;
font-size:80% !important;
	transition: all .2s;
font-weight:normal;
}
footer a.myfooter:hover {
	color:#000000;

}



/*     ******************************     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) {
#top-menu li {
    padding-right: 12px;
}
#top-menu li a {
    font-size: 14px !important;
}

}


@media only screen and (max-width : 1300px) {
#top-menu li {
    padding-right: 8px;
}
#top-menu li a {
    font-size: 12px !important;
}

}

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



}

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

	
}

@media only screen and (max-width : 1024px) {
#top-menu li {
    padding-right: 6px;
}
#top-menu li a {
    font-size: 10px !important;
}
	
}


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


}

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



}

@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) {


}
