/*
 Theme Name:   Milk Divi Child Theme
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.com
 Template:     Divi
 Version:      2.2
*/

/* keep 3 colums on mobile */
@media only screen and (min-width: 768px) and (max-width: 980px) {
.hack .et_pb_column_1_3 {
width:30%;
}
}

/* circular links */
.circlelink p{
  display: table;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.circlelink a {
 display: table-cell;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 200;
  color: #fff;
  font-size: 1em;
 vertical-align: middle;
  text-align: center;
 margin: 5px;
 font-family: 'Fredoka One', cursive;
}

.circlelink a:link {
color: #ffffff;
background: #ff3399;
}

.circlelink a:visited {
color: #ffffff;
background: #ff3399;
}

.circlelink a:hover {
color: #000;
background: #D0D0D0;
}

.circlelink a:active {
color: #000;
background: #D0D0D0;

}

/* General tweaks*/

.notsobig h1 {
font-size: 24px;
}

.notsobig h4 {
font-size: 15px;
}

#main-header {
  line-height: 14px;
}

#et-info {
  float: right;
}

.et_vertical_nav #main-header .container {
  margin: 0 30px;
}

h1, h2 {
text-transform: uppercase;
color: #000000 !important;
}

h3, h4 {
color: #000000 !important;
}

p {
text-transform: lowercase;
}

.footer-widget {
color:#000;
}

#footer-bottom {
display:none;
}

#top-menu li, .fullwidth-menu li {
  font-family: 'Fredoka One', cursive;
  text-transform: uppercase;
}

.et_vertical_nav #main-header #top-menu > li > a {
  padding-bottom: 12px; 
}

#top-header #et-info-phone, 
#top-header #et-info-phone a, 
#top-header #et-info-email, 
#top-header .et-social-icon a { 
	color: #ff3399!important; 
}

.et_pb_toggle_close h5.et_pb_toggle_title,
.et_pb_toggle_title:before,
.et_pb_toggle_open h5.et_pb_toggle_title {
  color: #ff3399;
}

.recipelinks {
font-family: 'Fredoka One', 'Dosis', sans-serif;
font-size: 15px;
}

/* outline call out */
.outline {
  border-style: solid;
  border-color: #ff3399;
  border-width: thick;
  padding: 5px;
}

/* circular menu links */

#topmenuid, ul, li {
vertical-align: middle;
}

#top-menu li > a, .fullwidth-menu li > a {
padding-bottom: 0px;
}

#topmenuid .fullwidth-menu-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#topmenuid .fullwidth-menu-nav li {
  display: inline-block;
  padding: 5px;
}

#topmenuid .fullwidth-menu-nav a {
display: table-cell;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-decoration: none;
  font-size: .8em;
  text-align: center;
 vertical-align: middle;
margin:5%;
color: #000000;
background: #ffffff;
border-style: solid;
border-width: 5px;
border-color: #ff3399;
}

.topmenuclass {
font-family: 'Fredoka One', 'Dosis', sans-serif;
font-weight: 200;
text-transform: uppercase;
}

#topmenuid .fullwidth-menu-nav a:link, #topmenuid .et_mobile_menu a:link {
color: #000000;
background: #ffffff;
border-style: solid;
border-width: 5px;
border-color: #ff3399;
}

#topmenuid .fullwidth-menu-nav a:visited, #topmenuid .et_mobile_menu a:visited {
}

#topmenuid .fullwidth-menu-nav a:hover, #topmenuid .et_mobile_menu a:hover {
color: #ffffff;
background: #ff3399;
border-style: solid;
border-width: 5px;
border-color: #ff3399;
}

#topmenuid .fullwidth-menu-nav a:active, #topmenuid .et_mobile_menu a:active {
color: #000000;
background: #ff3399;
border-style: solid;
border-width: 5px;
border-color: #ff3399;
}

#topmenuid li.current-menu-ancestor > a, #topmenuid li.current-menu-item > a, #topmenuid .et_mobile_menu li.current-menu-ancestor > a, #topmenuid .et_mobile_menu li.current-menu-item > a{
color: #000000;
background: #ff3399;
border-style: solid;
border-width: 5px;
border-color: #ff3399;
}


/* circular mobile menu links */

#topmenuid .et_mobile_menu a {
display: table-cell;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-decoration: none;
  color: #000000;
  font-size: .77em;
  text-align: center;
margin:5%;
 vertical-align: middle;
padding:0px;
color: #000000;
background: #ffffff;
border-style: solid;
border-width: 5px;
border-color: #ff3399;
}

#topmenuid .et_mobile_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#topmenuid .et_mobile_menu li {
  display: inline-block;
}
#topmenuid .et_mobile_menu li a {
}

