
/*    
Aveo WordPress Theme Dynamic Styles
Theme name : AVEO
Author : lmpixels
Version : 1.2.0
*/


/* =============================================================================

1. General
2. Typography
3. Logo
4. Backgrounds
5. Colors
6. Borders
7. Page Titles and Paage Content Area
8. Portfolio Grid
9. Pages Shadow
10. Custom Styles

============================================================================= */

/* ============================================================================= 
1. General
============================================================================= */
.header .header-content,
.pt-page,
.single-page-content .content-area {
    max-width: 1032px;
}

.pt-page .section-inner,
.single-page-content .content-area {
    border-radius: 10px;
}


/* ============================================================================= 
2. Typography
============================================================================= */
body,
p {
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #424242;
}

.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
.testimonial-author,
.form-control,
.form-control:focus,
.has-error .form-control,
.has-error .form-control:focus,
.testimonial-author {
    font-family: Roboto, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Signika Negative, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #212121;
}

h1 {
    font-size: 30px;
    color: #212121;
}
h2 {
    font-size: 24px;
    color: #212121;
}
h3 {
    font-size: 18px;
    color: #212121;
}
h4 {
    font-size: 15px;
    color: #212121;
}
h5 {
    font-size: 13px;
    color: #212121;
}
h6 {
    font-size: 11px;
    color: #212121;
}

.site-title {
    font-family: Signika Negative, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media only screen and (min-width: 991px) {
  .site-main-menu li a, .site-main-menu li a:hover {
    color: #3c3a39;
  }

  .header.sticked .site-main-menu li a, .header.sticked .site-main-menu li a:hover {
    color: #3c3a39;
  }
}




/* ============================================================================= 
3. Logo
============================================================================= */
.header .logo img {
    height: 75px;
    max-height: 75px;
    width: 206px;
}

@media only screen and (min-width: 991px) {
    .site-title {
        color: #49515d    }

    .header.sticked .site-title {
        color: #49515d    }
}




/* ============================================================================= 
4. Backgrounds
============================================================================= */
body {
    background-color: #f5f5f5;
}

@media only screen and (min-width: 991px) {
    .header.sticked {
        background-color: #ffffff;
    }
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
button, input[type="button"], input[type="submit"],
.site-main-menu > li > a:after,
.timeline-item:after,
.skill-percentage,
.service-icon,
.lm-pricing .lm-package-wrap.highlight-col .lm-heading-row span:after,
.portfolio-filters li.active a,
.portfolio-filters li.active a:hover,
.testimonials.owl-carousel .owl-nav .owl-prev:hover,
.testimonials.owl-carousel .owl-nav .owl-next:hover,
.clients.owl-carousel .owl-nav .owl-prev:hover,
.clients.owl-carousel .owl-nav .owl-next:hover,
.share-buttons a:hover,
.fw-pricing .fw-package-wrap.highlight-col .fw-heading-row span:after,
.cat-links li a,
.cat-links li a:hover,
.post-navigation .meta-nav:hover,
.calendar_wrap td#today,
.nothing-found p,
.form-control + .form-control-border,
.blog-sidebar .sidebar-title h4:after {
    background-color: #d6401f;
}

.content-page-with-sidebar .blog-sidebar {
    background-color: #fbfbfb;
}

@media only screen and (max-width: 991px) {
  .header {
    background-color: #d6401f;
  }
  .mobile-header {
    background-color: #d6401f;
  }
}




/* ============================================================================= 
5. Colors
============================================================================= */
a,
.form-group-with-icon.form-group-focus i,
.site-title span,
.header-search button:hover,
.header-search button:focus,
.block-title h3 span,
.header-search button:hover,
.header-search button:focus,
.timeline-item .item-period,
.fun-fact-block .fun-value,
.blog-card .post-date span,
.info-block-w-icon i,
.ajax-page-nav > div.nav-item a:hover,
.project-general-info .fa,
.portfolio-page-nav > div.nav-item a:hover,
.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover,
.comment-reply-title small a:hover,
.entry-title a:hover,
.entry-meta a:hover,
.entry-content .edit-link a:hover,
.post-navigation a:hover,
.image-navigation a:hover,
.lmpixels-arrows-nav > div:hover i {
    color: #d6401f;
}

.start-page-content .page-header .title-block h2 {
    color: #f67052;
}

.start-page-content .page-header .title-block .sp-subtitle {
    color: #158db4;
}

a {
    color: #2eca7f;
}

a:hover {
    color: #ff9800;
}




/* ============================================================================= 
6. Borders
============================================================================= */
.border-top,
.border-bottom,
.timeline-item,
.timeline-item:before,
blockquote,
.page-links a:hover,
.paging-navigation .page-numbers.current,
.paging-navigation a:hover {
    border-color: #d6401f;
}

.testimonial-content .testimonial-text,
.preloader-spinner:after {
    border-top-color: #d6401f;
}




/* ============================================================================= 
7. Page Titles and Paage Content Area
============================================================================= */

.section-inner > .page-header,
.content-area > .page-header {
    background-color: #3c3a39;
    background-image: url(//nelson.designs.pt/wp-content/uploads/2019/04/top-header.jpg);
}

.page-header h2 {
    color: #f9f9f9;
    font-size: 44px;
    font-family: Handlee, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    text-align: center;
}

.page-content,
.custom-page-content .page-content,
.portfolio-page-content,
.content-page-with-sidebar .page-content,
.start-page-content .page-content,
.single-page-content .content-area .page-content {
    background-color: #f9f9f9;
}





























/* ============================================================================= 
8. Portfolio Grid
============================================================================= */
.portfolio-grid figure .portfolio-preview-desc .portfolio-preview-desc-inner {
    background-color: rgba(99,175,63,0.8); ?>
}

.portfolio-grid figure:nth-child(even) .portfolio-preview-desc .portfolio-preview-desc-inner {
    background-color: rgba(84,80,162,0.8); ?>
}




/* ============================================================================= 
9. Pages Shadow
============================================================================= */





/* ============================================================================= 
10. Custom Styles
============================================================================= */
.section-inner .page-header, .content-area .page-header, .start-page-content .page-header {
	background-position: bottom center;
	border-top: 1px solid #999;
}
.page-content, .custom-page-content .page-content, .content-page-with-sidebar .page-content, .start-page-content .page-content, .single-page-content .content-area .page-content {
	background-image: url(//nrms-designs.com/nelson/wp-content/uploads/2019/04/natural_paper_footer.jpg), url(//nrms-designs.com/nelson/wp-content/uploads/2019/04/natural_paper.png);
	background-position: bottom;
	background-repeat: repeat-x,repeat;
}
.portfolio-page-content {
	background-image: url(//nrms-designs.com/nelson/wp-content/uploads/2019/04/natural_paper.png);
	background-repeat: repeat;
}
.pt-page .section-inner, .single-page-content .content-area {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.pt-page .section-inner {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 0 3px 0 -3px #fff, 0 6px 0 -3px #bec2c8, 0 10px 0 -5px #aaa, 0 10px 0 -5px #bec2c8, 0 4px 5px 1px rgba(0, 0, 0, 0.25), 0 10px 10px -2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 0 3px 0 -3px #fff, 0 6px 0 -3px #bec2c8, 0 10px 0 -5px #aaa, 0 10px 0 -5px #bec2c8, 0 4px 5px 1px rgba(0, 0, 0, 0.25), 0 10px 10px -2px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25), 0 3px 0 -3px #fff, 0 6px 0 -3px #bec2c8, 0 10px 0 -5px #aaa, 0 10px 0 -5px #bec2c8, 0 4px 5px 1px rgba(0, 0, 0, 0.25), 0 10px 10px -2px;
}
.start-page-content .social-links a {
	background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#00000000',GradientType=0 );
	margin-left: 2px;
	color: #838383 !important;
	font-size: 0.750em;
	line-height: 36px;
	width: 36px;
	height: 36px;
	text-align: center;
	text-shadow: 0 2px 0 #222;
	display: inline-block;
	-o-transition: background-color .2s linear;
	-webkit-transition: background-color.2s linear;
	-moz-transition: background-color .2s linear;
	transition: background-color .2s linear;
	border: 1px solid #212121;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 0 #333, 0 0 3px 1px #222 inset;
	-moz-box-shadow: 0 1px 0 #333, 0 0 3px 1px #222 inset;
}
.start-page-content .social-links a:hover {
	color: #f9f9f9 !important;
	background: rgb(45, 45, 45);
}
.start-page-content .page-header .title-block h2 {
	font-family: 'Handlee', cursive;
	margin-bottom: -15px;
	text-shadow: 0 1px 0 #111, 0 -2px 0 #666, 0 4px 1px #252525;
	font-weight: 700;
}
.page-header h2.section-title {
	text-shadow: 0 1px 0 #111, 0 -2px 0 #666, 0 4px 1px #252525;
}
.start-page-content .page-header .title-block .sp-subtitle {
	text-shadow: 0 1px 0 #111, 0 -1px 0 #666, 0 3px 1px #252525;
	font-weight: 300;
	font-style: italic;
}
.site-main-menu li a, .site-main-menu li a:hover {
	font-size: 18px;
}
.skill-container {
	border-color: #d6401f;
	box-shadow: 0 1px 5px inset;
	-moz-box-shadow: 0 1px 5px inset;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contact-left-col .social-button {
	color: #424242;
	border-color: #d6401f;
	-moz-border-radius: 5px; border-radius: 5px;
}
.contact-left-col .social-button:hover {
	color: #fff;
	border-color: #d6401f;
        background-color: #d6401f;
	-moz-border-radius: 5px; border-radius: 5px;
}
.site-main-menu {
	font-display: swap;
}