/*
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
gold:#9B8453
dark blue: #2D3949

h1 40 34 26
h2 34 26 20
h3 26 20 18
h4 20 18 16
h5
h6
p 20 18 16



  # 
*/

/* --- HEADER --- */

#et-info{
    padding-bottom: 0em;
}





/* --- MENU --- */

.nav li li {
    padding: 0 10px;
    margin: 0;
    line-height: 1.4em;
}
.nav li li a {
    padding: 6px 10px;
    width: 220px;
            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 {

}




footer table {
	margin:20px 0px;
	width:100%;
	border:0px solid #60B0FF;
	font-size:80%;
	line-height:1.2em;
}	
footer table td {
	border-bottom: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 a {
	color:#60B0FF;
transition: all .2s;
}
footer a:hover {
	color:#FFFFFF;

}

footer .container {
    position: relative;
    text-align: center;
}

#footer-info {
    float: none;
display:block;
width:100%;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
}
#footer-info span {
	font-size:80%;
	}



footer p:last-of-type {
    padding-bottom: 1em;
}
#footer-bottom .et-social-icons {
    float: none;
    text-align: center;
}
.et-social-icons li {
    display: inline-block;
    margin: 10px 10px 10px 10px;
}

.myfooternav a{
	color:#FFFFFF;
}

.myfooternava:hover {
	color:##e09900;
}
/*     ******************************     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) {
.et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 16px!important;
}

}
@media only screen and (max-width : 1100px) {
.et_pb_menu .et-menu>li {
    padding-left: 6px;
    padding-right: 6px;
}
	
}

@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_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_pb_menu .et_mobile_menu {
        padding: 2%;
    }
.et-l--header ul {
    line-height: 18px;
}
.et_mobile_menu li a {
    padding: 5px 5%;

}
}


@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) {
#logo {
    	height: auto !important;
	max-height: 80% !important;
	margin-top: 0px;    
}


#et-info {
    text-align: center;
}


}

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


}

 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
h1 {
	font-size:32px !important;
}
h2 {
	font-size:26px !important;
}
h3 {
	font-size:20px !important;
}
h4 {
	font-size:18px !important;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
    margin-left: 0px;
}

.bookbuttons .et_pb_button {
    font-size: 16px;
}
 /* Extra Small Devices, Phones */ 
@media only screen and (max-width : 360px) {
.bookbuttons .et_pb_button {
    font-size: 14px;
}

}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 330px) {

}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 280px) {
.bookbuttons .et_pb_button {
    font-size: 12px;
}

}
