/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/

@import url("../Avada/style.css");

.single-navigation { display:none; }
#main { padding-top:20px; }
.avada-container .columns { margin-bottom:0; }
.reading-box { margin-bottom: 20px; }
#sidebar .widget { margin-bottom: 20px; }

div.user a { list-style: none;border-bottom:1px solid #E0DEDE;border-top:1px solid #E0DEDE; line-height:20px; height:22px; text-align:left; }
div.user { display:list-item; }
.post-content h3 { padding-top:5px; margin-bottom:3px; font-weight: bold;}

.about-author { font-style: italic;}

/*
Style for "Archives" Circle Menu
*/

.circlemenu{
width: 100%;
overflow:hidden;
}

.circlemenu ul{
margin: 0;
padding: 0;
font: bold 16px Verdana;
list-style-type: none;
text-align: center; /* "left", "center", or "right" align menu */
}

.circlemenu li{
display: inline;
margin: 0;
}

.circlemenu li a{
display:inline-block;
text-align:center;
text-decoration: none;
color: #ffda00;
background:#264C62;
margin: 0;
margin-right:15px; /*right spacing between each link */
margin-bottom:5px;
width:90px;
height:90px;
border-radius: 400px; /*really large border radius to create round borders*/
-moz-border-radius: 400px;
-webkit-border-radius: 400px;
}

.circlemenu a span{
position:relative;
top:35%;
}

.circlemenu li a:visited{
color: white;
}

.circlemenu a:hover{
background: #a71b15;
}

/*
Style for box on home page
*/

.homebox {
border: 1px solid black;
background: #f3fdfc;
line-height: 160%;
padding:1em;
}

p.wp-caption-text {
  font-size: 11px;
  font-family: sans-serif;
}


