/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

.av_icon_caption {
font-size: 18px;
text-transform: none;
line-height: 1.3em;
display: block;
text-align: center;
margin-top: 11px;
font-weight: 300;
}

/* Controls the Size and position of Large Icon Boxes*/

#top .iconbox_left_content .iconbox_icon, #top .iconbox_right_content .iconbox_icon {
width: 75px;
height: 75px;
font-size: 30px;
line-height: 75px;
border-style: solid;
border-width: 1px;
border-radius: 500px;
text-align: center;
margin-right: 35px;
}


.iconbox_top .iconbox_icon {
float: none;
position: absolute;
left: 43%;
top: -55px;
margin: 0 0 0 -24px;
padding: 10px;
border-radius: 100px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
font-size: 60px;
line-height: 70px;
width: 70px;
height: 70px;
}


.av_font_icon.av-icon-style-border .av-icon-char {
margin-top: 20px;
}


/* Widget Styles */






/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}