#main-nav	{
    height: 30px; /* set to the height you want your menu to be */
    margin: 0 0 10px; /* just to give some spacing */
}
#main-nav ul	{
    margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#main-nav li	{
    display: block;
    float: left;
    line-height: 30px; /* this should be the same as your #main-nav height */
    height: 30px; /* this should be the same as your #main-nav height */
    margin: 0; padding: 0; /* only needed if you don't have a reset */
    position: relative; /* this is needed in order to position sub menus */
}
#main-nav li a	{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
    color: #fff;
}
#main-nav ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
    border-top-color: #E1472F;
}
#main-nav ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#main-nav ul ul li a { /* target all sub menu item links */
    padding: 5px 10px; /* give our sub menu links a nice button feel */
}
#main-nav ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}

/* Comments Styling */
.comment-list {
    list-style-type: none;
}

.children {
    list-style-type: none;
}

.comment .author-pic {
    padding-right: 16px;
    border-right: 2px solid #e9e9e9;
    margin-right: 15px;
}

.comment .author-pic img {
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
}

.fn {
    font-size: 12px;
    font-weight: bold;
    color: #2c2c2c;
    text-decoration: none;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.comment-metadata {
    color: #868686;
    font-size: 12px;
}

.comment-reply-link {
    color: #868686;
    font-size: 12px;
    margin-left: 10px;
}

.comment-reply-link:hover {
    color: #e1472f;
}

.comment-edit-link {
    color: #868686;
    font-size: 12px;
    margin-left: 10px;
}

.comment-edit-link:hover {
    color: #e1472f;
}

.comment-content p {
    display: block;
    margin-left: 80px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9e9e9;
    font-size: 12px;
    color: #828282;
    padding-top: 20px;
    line-height: 18px;
}

.comment-reply-title {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    font-size: 14px;
    text-transform: uppercase;
}

.form-submit #submit {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #e1472f;
    text-transform: uppercase;
}

#commentform input {
    background-color: transparent;
    border-radius: 0px;
}

#commentform textarea {
    background-color: transparent;
    border-radius: 0px;
}

/*
**Sidebar Search Form**
*/
.sidebar #search,
.search-bar input#search {
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
	box-shadow:none;
}

.search-bar button.btn.add-on {
    height: 42px !important;
    width: 40px !important;
    background: #d5007a;
    color: #ffffff;
}
.textwidget {
    margin-top: 30px;
    color: #828282;
    font-size: 12px;
    line-height: 18px;
}

.widget_categories ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_meta ul li,

.sidebar #categories ul li,
.sidebar #recent_entries ul li,
.sidebar #recent_comments ul li,
.sidebar #meta ul li,
.sidebar #archives ul li 

{
    color: #828282;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e9e9e9;
    list-style-image: url("../img/icons/basic/cat-list.png");
    font-size: 12px;
    margin-left: -10px;
}

.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,


.sidebar #categories ul li a,
.sidebar #recent_entries ul li a,
.sidebar #recent_comments ul li a,
.sidebar #archives ul li a 

 {
    text-decoration: none;
    color: #828282;
}

.widget_categories ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_archive ul li a:hover,

.sidebar #categories ul li a:hover,
.sidebar #recent_entries ul li a:hover,
.sidebar #recent_comments ul li a:hover,
.sidebar #archives ul li a:hover
 {
    color: #E1472F;
}

.post-detail-full {
    margin-left: none;
}

.pricing-table .pricing-head {
    overflow: hidden;
}

.widget h1{
	font-size:17.5px;
	line-height:20px;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar caption {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}

/* Blog pagination customizations */
.blog-pagination .page-numbers {
    border-radius: 50px;
    padding: 2px 8px;
    color: #2c2c2c;
}

.blog-pagination a.prev.page-numbers,
.blog-pagination a.next.page-numbers {
   color: #fff;
    padding: 6px 25px 6px 25px;
    border-radius: 6px;
	height:auto;
	width:auto;
}

.blog-pagination span.page-numbers.dots {
    display: none;
}

.blog-pagination span.page-numbers.current {
    background: #E1472F;
    color: #E1472F;
}

.blog-pagination a:hover,
.blog-pagination span:hover{
    background:#e1472f;
	color: #e1472f;
}


.widget_nav_menu ul {
    font-size: 12px;
    list-style: none outside none;
    margin-left: -2px;
    margin-top: -5px;
}
.widget_nav_menu ul li {
    line-height: 25px;
}
.widget_nav_menu ul a {
    color: #C3C3C3;
    text-decoration: none;
}
.widget_nav_menu ul a:hover {
    color: #E1472F;
}
.blog{
	margin-bottom:0;
}
#services .section-subheader{
	padding-bottom:0;
}
#services {
  padding-top: 0;
}
#testimonals {
  padding-top: 0;
}
#contact {
  margin-bottom: 0;
}
footer.modal-footer{
	margin-top:50px;
}
a, a:focus, a:visited, a:hover, #commentform a, #respond a, .edit-link a{
	color:#d5007a; /*#E1472F*/
}
.sidebar .widget{
	margin-top:30px;
}
.search-bar .input-append, .search-bar  .search-form {
	margin-bottom:0;
}

.blog-pagination span.current{
	/*float:left;*/
	font-size:14px;
	margin-right:5px;
	margin-top:10px;
}

.input-404 input, .input-404 input :focus {
  background:transparent;
  box-shadow:none;
  border:0;
}

.no-results{
	margin-left:0;
}

.wpcf7 form br {
    display: none;
}

/* CONTACT FORM */
.contact-form label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.contact-form #submit {
    width: 100%;
}
.contact-form .wpcf7-text {
    padding: 0;
    width: 100%;
}
.contact-form .wpcf7-textarea {
    padding: 0;
    width: 100%;
}
.contact-form .padding-bottom {
    padding-bottom:20px;
}

/* SHORTCODES */
.pricing-table p{display:none;}


/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

.wp-caption {
	max-width: 100%;
}

.bypostauthor{}

.paginated-posts {
    float: right;
    margin: 0;
}

.paginated-posts a {
    text-decoration: none;
    padding: 6px 25px 6px 25px;
    background: #2c2c2c;
    color: #ffffff;
    float: left;
    font-size: 14px;
    border-radius: 6px;
    margin-right: 5px;
    text-transform: uppercase;
    margin-top: 10px;
}

.paginated-posts a:hover {
    background-color: #E1472F;
}

.blog-pagination span.page-numbers {
  float: left;
}

div.wpcf7-validation-errors {
clear:both;
border-radius: 0;
height: auto;
margin: 0;
padding: 10px; 
border: 1px solid #F7C7C9;
border-left: 5px solid #F7C7C9;
background-color: #F2DEDE;
color: #B94A48;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

div.wpcf7-mail-sent-ok {
clear:both;
border-radius: 0;
height: auto;
margin: 0;
padding: 10px; 
border: 1px solid #9FB64C;
border-left: 5px solid #9FB64C;
background-color: #DFF0D8;
color: #468847;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


.newsletter-form div.wpcf7-validation-errors {
width:70%
}

@media (min-width: 300px) and (max-width: 360px) {
	.newsletter-form div.wpcf7-validation-errors {
	width:auto;
	}
}

.gotop:hover span{color:#fff}
