
/*
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
darkblue:#002856
light blue: c3d1e3
dark purple: #50225c
light purple: #cdc3d9
dark grey: #47545b
light grey: #819096
dark pink :c87ea3
liht pink :#ecd8e5
*/

/* --- HEADER --- */
.myslider .et_pb_slide_with_image .et_pb_slide_description {
    width: 70%
}
.myslider .et_pb_slide_image, .et_pb_slide_video {
    width: 25%;
    margin-right: 0%;
     margin-left: 5%;
}
/* --- MENU --- */
.et-menu li li {
    position: relative;
    line-height: 1.4em;
}
.nav li li {
    margin: 0;
    padding: 0 10px;
}

.et-menu li li a {
    width: 200px;
    padding: 6px 10px;

}

#top-menu li li {
    margin: 0;
    padding: 0 10px;
}
#top-menu li li a {
    width: 200px;
    padding: 6px 10px;
text-transform: capitalize;
}


/* PAGES */

.full-height {
    height:80vh; 
}






/*     ************   Single post  ******               */

h1 {
	

}

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

}

sup {
	font-size:12px;
	
}


.entry-content table {
	margin:20px 0px;
	width:100%;
	border:1px solid #60B0FF;
	font-size:80%;
	line-height:1.2em;
}	
.entry-content table td {
	border:1px solid #60B0FF;
	padding: 6px 6px !important;
	
}	

.entry-content ol, .entry-content ul {
	margin:20px 20px;
}
	
	


/*     ******************************     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_menu .et_pb_menu__menu>nav>ul {
    display: block;
}



#menu-footer-menu a {

	transition: all .5s ease;
	-webkit-transition: all .5s ease; 
}

#menu-footer-menu a:hover {
	color:#FFFFFF; 
}


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

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


}

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

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

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

	
}


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


}

@media only screen and (max-width : 980px)  {
.et_pb_fullwidth_menu .et_pb_row, .et_pb_menu .et_pb_row {
    min-height: auto;
}
.et_mobile_menu li li a {
text-transform: capitalize !important;
font-weight: normal !important;
}
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100% !important;
    max-height: 80%!important;
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 50px!important;
    line-height: 1.1em;
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h1{
    font-size: 36px!important;
    line-height: 1.1em;
}
}
@media only screen and (max-width: 800px) {


}


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

.myslider .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%
}
.myslider .et_pb_slide_image, .et_pb_slide_video {
    width: 100%;
    margin-right: 0%;
     margin-left: 0%;
}
}

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


}

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


}

 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 40px!important;
    line-height: 1.1em;
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h1{
    font-size: 30px!important;
    line-height: 1.1em;
}

.et_pb_button {
    font-size: 14px !important;
}
}
 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 360px) {
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
    font-size: 30px !important;
}
.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h1{
    font-size: 20px!important;
    line-height: 1.1em;
}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 330px) {




}
