/*
Theme Name:Virtuous Pro
Theme URI:http://www.cpothemes.com
Description:An extremely clean theme made for anyone who wants to showcase an online product or a portfolio. Virtuous excels at presenting content cleanly and at reducing all the clutter normally found on websites.
Author:CPOThemes
Author URI:http://www.cpothemes.com
Version:2.2.1
License:GNU General Public License 2.0
License URI:license.txt
Text Domain:cpotheme
Domain Path: /languages
*/


/* --------------------------------------------------------------
 GENERAL ELEMENTS
-------------------------------------------------------------- */

/* BODY */
body { font-family:Arial, Helvetica, sans-serif; background:#f9f9ff; color:#777; font-size:0.875em; line-height:1.6; text-align: justify}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 { color:#444; line-height:1.2; margin:0 0 20px; }
h1 { font-size:3em; } 
h2 { font-size:2em; } 
h3 { font-size:1.5em; } 
h4 { font-size:1.3em; } 
h5 { font-size:1.2em; } 
h6 { font-size:1.1em; }

/* HYPERLINKS */
a:link, a:visited { color:#d7586c; text-decoration:none; }
a:hover { color:#f78; text-decoration:underline; }

/* CITATIONS */
blockquote { display:block; font-style:italic; padding:0 5%; font-size:1.2em; margin:25px 0; border-left:2px solid #eee; }
blockquote cite, blockquote em, blockquote i { font-style:normal; }

/* FORMS */
input[type=text], input[type=password], input[type=input], 
input[type=tel], input[type=url], input[type=email], 
input[type=number], input[type=range], input[type=search], input[type=color], 
input[type=time], input[type=week], input[type=month], input[type=date], input[type=datetime], 
textarea, select { border:1px solid #eee; padding:10px; background:#f3f3f3; }
input[type=submit] { width:auto; -webkit-appearance:none; }

/* MAIN THEME COLORS */
.primary-color { color:#E85F52; }
.primary-color-bg { background-color:#E85F52; }
.secondary-color { color:#555; }
.secondary-color-bg { background-color:#555; }

/* SHORTCODE CUSTOM STYLING */
.button, .button:visited, input[type=submit] { border-radius:2px; border:none; text-shadow:none; background:#9FC748; border-color:#c15289; }
.button:hover, input[type=submit]:hover { background:#e7a; }



/* --------------------------------------------------------------
LAYOUT
-------------------------------------------------------------- */

/* WRAPPERS */
.wrapper { background:#fff; width:1250px; margin:30px auto; max-width:100%; box-shadow:0 8px 0 -5px rgba(0,0,0,0.2); }
body .container { max-width:1100px; }


/* TOPMENU */
.topbar { display:block; background:#fff; line-height:50px; border-bottom:1px solid #eee; }


/* SOCIAL ICONS */
.footer .social { float:none; display:block; overflow:hidden; text-align:center; padding:0; margin:0 0 15px; width:auto; }
.social .social-profile { display:inline-block; float:none; color:#888; margin:0 5px 10px; width:30px; height:30px; font-size:16px; line-height:30px; text-align:center; border:1px solid #ccc; border-radius:2px; }
.social .social-icon { line-height:30px; }
.social .social-profile .social-title { display:none; }
.social .social-profile:hover { text-decoration:none; }


/* HEADER */
.header { position:relative; width:100%; padding:50px 0; }
.header .logo { float:left; }
.header .header-content { float:right; text-align:right; padding:20px 0 0 20px; }


/* HOMEPAGE SLIDES */
.slider-slides { height:400px; }
.slider-slides .slide-body { position:absolute; top:15%; left:0; width:100%; }
.slider-slides .slide-caption { overflow:hidden;  background:#fff; background:rgba(255,255,255,0.8); float:left; padding:0 0 30px; width:48%; text-align:left; box-sizing:border-box; padding:30px; }
.slider-slides .slide-content { position:relative; font-size:1.2em; margin:0 0 30px; }
/* Slide Colors */
.slider-slides .dark .slide-content:after { background:#fff; }
/* Prev/Next */
.slider-prev, 
.slider-next { -moz-transition:0.2s all; -webkit-transition:0.2s all; transition:0.2s all; opacity:0.3; }
.slider:hover .slider-prev, 
.slider:hover .slider-next { opacity:1; }
.slider-prev, 
.slider-next { position:absolute; width:40px; height:100px; font-size:30px; line-height:70px; margin-top:-35px; top:50%; left:1%; text-align:center; color:#fff; z-index:999; cursor:pointer; }
.slider-next { right:1%; left:auto; }
.slider-prev:before,
.slider-prev:after,
.slider-next:before,
.slider-next:after { display:block; content:' '; position:absolute; top:50px; left:0; width:50px; height:1px; background:#888; border-radius:50px; -moz-transform-origin:left; -webkit-transform-origin:left; transform-origin:left;  }
.slider-prev:before,
.slider-next:before { -moz-transform:rotate(-60deg); -webkit-transform:rotate(-60deg); transform:rotate(-60deg); }
.slider-prev:after,
.slider-next:after { -moz-transform:rotate(60deg); -webkit-transform:rotate(60deg); transform:rotate(60deg); }
.slider-next:before, 
.slider-next:after { left:auto; right:0; -moz-transform-origin:right; -webkit-transform-origin:right; transform-origin:right; }
.slider-pages { display:none; }
/* Transitions */
.slider-slides .slide-body .slide-caption { -moz-transform:translateY(60px); -webkit-transform:translateY(60px); transform:translateY(60px); opacity:0; -moz-transition:1s all; -webkit-transition:1s all; transition:1s all; }
.slider-slides .slide-body .slide-image { -moz-transform:translateY(20px); -webkit-transform:translateY(20px); transform:translateY(20px); opacity:0; -moz-transition:1s all; -webkit-transition:1s all; transition:1s all; }
.slider-slides .cycle-slide-active .slide-caption,
.slider-slides .cycle-slide-active .slide-image { -moz-transform:none; -webkit-transform:none; transform:none; opacity:1; }
.slider-slides .cycle-slide-active .slide-image { -moz-transition-delay:0.8s; -webkit-transition-delay:0.8s; transition-delay:0.8s; }


/* BREADCRUMBS */
.breadcrumb { margin:20px 0 0; }
.breadcrumb-separator{ position:relative; padding-right:20px; margin-right:15px; }
.breadcrumb-separator:before { display:block; position:absolute; top:50%; right:0; list-style:none; font-family:'fontawesome'; content:'/'; font-weight:bold; font-size:12px; color:#ddd; margin-top:-5px; line-height:10px; opacity:0.5; }
.breadcrumb-separator { }
.breadcrumb-link :first-child{}
.breadcrumb-link :hover{}
.breadcrumb-title{}


/* PAGE BANNERS AND TITLES */
.banner { overflow:hidden; padding:0; margin:0; max-height:315px; }
.banner .banner-image { display:block; width:100%; height:auto; line-height:0; padding:0; margin:0; }
.pagetitle { padding: 30px 0; text-align: center; border: 1px solid #eee; border-width: 1px 0; }
.pagetitle .pagetitle-title { margin:0; font-size:3em;}


/* HOMEPAGE TAGLINE */
.tagline { padding:70px 0 40px; background:rgba(0,0,0,0.05); text-align:center; }
.tagline-body { padding:0; }
.tagline-title { font-size:1.6em; margin:0 0 5px; }
.tagline-content { margin:0 auto 30px; font-size:1.1em; }
.tagline-link { margin:30px auto 30px; }
.tagline-image { display:block; margin:0 auto 40px; }


/* SECTIONS */
.section-heading { position:relative; margin:0 0 40px; padding:0 0 15px; text-align:center; line-height:1.2; font-size:2.5em; }

/* HOMEPAGE FEATURES */
.features { margin:0; }
.features .feature { padding:80px 0 0px; }
.features .feature .feature-icon { float:left; font-family:'fontawesome'; background:#fff; margin:0 20px 0 0; font-size:22px; width:58px; height:58px; line-height:58px; border:1px solid #eee; text-align:center; border-radius:50px; }
.features .feature .feature-body { margin-left:80px; }
.features .feature .feature-title { font-size:1.5em; margin-bottom:10px; text-transform:uppercase; }
.features .feature .feature-content { float:left; width:47%; padding:0px 0 80px;}
.features .feature .feature-image { float:right; width:47%; }
.features .feature .feature-image img { display:block; margin:0 auto; }
.features .feature-no-icon .feature-icon { display:none; }
.features .feature-no-icon .feature-body { margin:0; }
/* Alternate features */
.features .feature:nth-child(even) { background:rgba(0,0,0,0.03); }
.features .feature:nth-child(even) .feature-content { float:right; }
.features .feature:nth-child(even) .feature-image { float:left; }


/* TESTIMONIALS */
.team { padding:50px 0 10px; margin:0; }
.home .team { background:rgba(0,0,0,0.4); }
.team .team-member { margin:0 0 40px; }
.team .team-member-image { display:block; width:100%; margin:0; }
.team .team-member-body { background:#fff; border:1px solid #eee; padding:20px; margin:0; }
.team .team-member-title { margin:0; font-size:1.2em; text-transform:uppercase; }
.team .team-member-description { text-transform:uppercase; font-size:0.8em; margin:0 0 5px; }
.team .team-member-content { margin:15px 0 0; }
.team .team-member-content p:last-child { margin-bottom:0; }
.team .team-member-links { margin:10px 0 0; }
.team .team-member-link { display:block; float:left; width:30px; height:30px; line-height:30px; text-align:center; margin:0 10px 0 0; color:#999; border:1px solid #eee; font-family:'fontawesome'; }
.team .team-member-link:hover { text-decoration:none; opacity:0.7; }


/* TESTIMONIALS */
.testimonials { padding:50px 0 10px; background:#fff; margin:0; }
.testimonials .testimonial { margin:0 0 40px; }
.testimonials .testimonial-content { background:rgba(80,80,100,0.05); padding:20px 20px 30px; margin:0; }
.testimonials .testimonial-image { display:block; width:70px; margin:-35px auto 20px; }
.testimonials .testimonial-name { text-align:center; font-size:1.3em; margin:0 0 5px; }
.testimonials .testimonial-position { text-align:center; font-size:0.9em; margin:0; }


/* HOMEPAGE CLIENTS */
.clients { display:block; border-top:1px solid #eee; background:#fff; position:relative; overflow:hidden; margin:0; padding:40px 0 0; }
.clients .client { margin:0 0 40px; }
.clients .client img { display:block; margin:0; width:100%; }


/* PAGE CONTENT */
.main { background:#fff; }


/* SIDEBARS */
.widget { overflow:hidden; margin:0 0 40px; }
.sidebar .widget {  padding:0 0; }
.sidebar .widget:first-child { border-top:none; padding:0; }
.widget .widget-title { font-size:1.2em; text-transform:uppercase; }
.widget ul li { position:relative; padding:0; margin:0 0 8px; }


/* FOOTER */
.subfooter { overflow:hidden; padding:60px 0 20px; border-top:1px solid #eee;  }
.footer {  overflow:hidden; clear:both; /* text-transform:uppercase;*/ padding: 50px 0}
.footer-content { bottom: 0px; position: relative; text-align: center;}

/* --------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------- */

/* TOP MENU */
.topmenu { float:left; }


/* MAIN MENU */
.menu-main { padding-top:10px; float:right; }
/* Menu Elements */
.menu-main li a { text-transform:uppercase; padding:10px; font-size:1.1em; color:#777; }
.menu-main li a .menu-description { display:none; }
.menu-main li:hover > a, 
.menu-main li a:hover { background-color:#fff; }
/* Current item highlight both normally and on hover */
.menu-main .current-menu-ancestor > a, 
.menu-main .current-menu-item > a { color:#a66; }
.menu-main .current_page_ancestor > a:hover, 
.menu-main .current-menu-item > a:hover { }
/* Children Elements */
.menu-main li ul { margin:0; background:#fff; background:rgba(255,255,255,0.9); box-shadow:0 2px 4px 0px rgba(0,0,0,0.2); border:1px solid #eee; border-width:2px 1px 1px; }
.menu-main > li > ul:before { visibility:hidden; content:' '; opacity:0; margin:0; position:absolute; top:0; left:20px; margin:-10px 0 0; border-bottom:10px solid #eee; border-left:10px solid transparent; border-right:10px solid transparent; z-index:9999; }
.menu-main li ul li a { text-transform:none; }
.menu-main li ul li:hover > a, 
.menu-main li ul li a:hover { background-color:#eee; }


/* MOBILE MENU */
.menu-mobile-open { }


/* FOOTER MENU */
.footermenu {  }
.menu-footer { text-align:center; }
.menu-footer li { display: inline-block; padding: 0; margin: 0 0 0 30px; list-style: none;}
.menu-footer li a { font-weight:bold; }
.menu-footer li ul li a { font-weight:normal; font-size:0.9em; }


/* SUBMENU NAVIGATION */
.menu-sub { }
.menu-sub li { }
.menu-sub li a {  }


/* PORTFOLIO NAVIGATION */
.menu-portfolio { overflow:hidden; margin:0; padding:0; }
.menu-portfolio .menu-item { float:left; padding:10px 20px; color:#fff; border-radius:3px; display:block; margin:0 20px 20px 0; }
.menu-portfolio .menu-item:hover { text-decoration:none; }
.menu-portfolio .current_page_item, .menu-portfolio .current-cat { border-bottom:0; }
.menu-portfolio .current_page_item a, .menu-portfolio .current-cat a { background:#E85F52; color:#fff; }
.menu-portfolio .current_page_item  ul li a, .menu-portfolio .current-cat ul li a { color:#222; background:none; }


/* NEXT/PREV POST NAVIGATION */
.navigation { }
.navigation .nav-prev,
.navigation .nav-next { padding:0 30px; }
.navigation .nav-prev:before { display:block; position:absolute; top:50%; left:0; list-style:none; font-family:'fontawesome'; content:'\f104'; font-size:30px; color:#999; margin-top:-15px; line-height:30px; }
.navigation .nav-next:before { display:block; position:absolute; top:50%; right:0; list-style:none; font-family:'fontawesome'; content:'\f105'; font-size:30px; color:#999; margin-top:-15px; line-height:30px; }


/* NUMBERED PAGINATION */
.pagination span, 
.pagination a { border-radius:0px; padding:15px 20px; border:1px solid #eee; }


/* NUMBERED PAGINATION FOR SINGLE POSTS */
.postpagination span { }
.postpagination a span { }


/* --------------------------------------------------------------
POSTS & PAGES
-------------------------------------------------------------- */

/* POST LISTING */
.post  { margin:0 0 50px; overflow:hidden; }
.post .post-image { margin:0 0 20px; line-height:0em; height:auto; }
.post .post-image img { display:block; margin:0; line-height:0em; width:100%; height:auto; }
.post .post-title { padding:0; margin:0 0 10px 0; }
.post .post-title a { color:inherit; }
.post .post-byline { overflow:hidden; background:rgba(0,0,0,0.04); margin-bottom:20px; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.post .post-byline a { color:inherit; }
.post .post-byline div { position:relative; float:left; font-size:0.9em; border-left:1px solid #eee; line-height:60px; padding:0 20px 0 50px; position:relative; }
.post .post-byline div:before { position:absolute; display:block; width:20px; height:20px; line-height:20px; margin-top:-10px; top:50%; font-size:16px; text-align:center; left:20px; color:#bbb; font-family:'fontawesome'; }
.post .post-byline .post-author:before { content:'\f007'; }
.post .post-byline .post-category:before { content:'\f07c'; }
.post .post-byline .post-comments:before { content:'\f075'; }
.post .post-byline .post-date { font-size:1.6em; margin:0; padding-left:20px; border:none; }
.post .post-tags { display:block; margin:0 0 30px; padding:0; }
.post .post-tags li { display:inline-block; list-style:none; padding:0 5px; margin:0; border-radius:3px; }
.post .post-tags li a { }
.post .post-content { padding:0; margin:0 0 15px; }
.post .post-content p:last-child { margin-bottom:0; }
.post .post-readmore { margin:0; }



/* AUTHOR BIOS */
.author-info { clear:both; padding:0; margin:0 0 40px; }
.author-info .author-image { float:left; margin:0; width:100px; }
.author-info .author-image img { display:block; width:90px; margin:0; padding:4px; border-radius:100px; border:1px solid #ddd; }
.author-info .author-body { margin-left:120px; }
.author-info .author-name { margin:0 0 10px; }
.author-info .author-description { margin:0 0 10px; }
.author-info .author-social { margin:0 0 0; }
.author-info .author-social a { display:inline-block; border:1px solid #ddd; padding:5px 10px; border-radius:50px; margin-right:10px; }


/* INDIVIDUAL PORTFOLIO ITEMS */
.cpo_portfolio { margin:0 0 40px; }
.cpo_portfolio .portfolio-media { margin:0 0 40px; }
.cpo_portfolio .portfolio-image { text-align:center; }
.cpo_portfolio .portfolio-details { overflow:hidden; margin-bottom:40px; padding:40px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.cpo_portfolio .portfolio-details div { position:relative; float:left; margin:0 40px 0 0; padding-left:30px; position:relative; }
.cpo_portfolio .portfolio-details .details-icon { position:absolute; display:block; width:20px; height:20px; line-height:20px; margin-top:-10px; top:50%; font-size:16px; text-align:center; left:0; color:#bbb; }
.cpo_portfolio .portfolio-content { }


/* PORTFOLIO SHOWCASE */
.portfolio { clear:both; padding:40px 0 0; border-top:1px solid #eee;}
.portfolio-heading { margin-bottom:30px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.portfolio-column { margin-left:0; list-style:none; padding:0; }
.portfolio-item { display:block; position:relative; list-style:none; padding:0; margin:0 0 40px; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all;  }
.portfolio-item-image { display:block; overflow:hidden; position:relative; border-radius:2px; box-shadow:0 8px 0 -5px rgba(0,0,0,0.2); }
.portfolio-item-image img { display:block; max-width:100%; margin:0 auto; width:100%; height:auto; line-height:0; }
.portfolio-item .portfolio-item-overlay { opacity:0; background:rgba(0,0,0,0.5); color:#fff; position:absolute; z-index:9999; padding:12%; width:100%; top:0; bottom:0; -moz-transition:0.4s all; -webkit-transition:0.4s all; transition:0.4s all; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
.portfolio-item .portfolio-item-title { color:#fff; margin:0 0 10px; font-size:1.2em; text-transform:uppercase; }
.portfolio-item .portfolio-item-excerpt { font-size:0.9em; }
.portfolio-item a:hover { text-decoration:none; }
.portfolio-item:hover .portfolio-item-overlay { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.portfolio-item:hover .portfolio-item-icon { top:50%; opacity:1; text-shadow:0 0 10px #fff; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }



/* --------------------------------------------------------------
COMMENTS
-------------------------------------------------------------- */


/* COMMENTS */
.comments { clear:both; margin:0; }
.commentlist { list-style:none; padding:0; margin:0 0 30px; }
.comment { overflow:hidden; list-style:none; margin:0 0 10px; padding:0; }
.comment .comment-avatar { float:left; border-radius:3px; }
.comment .comment-avatar img { width:50px; margin:0; padding:4px; border-radius:100px; border:1px solid #ddd; }
.comment .comment-title { padding:0; margin-left:80px; }
.comment .comment-author { display:block; font-size:1.3em; }
.comment .comment-date { font-size:0.9em; }
.comment .comment-approval { display:block; padding:0 10px 0; margin:0; }
.comment .comment-content { margin:10px 0 30px 80px; padding:0; }
.comment .comment-options { overflow:hidden; float:right; text-align:right; padding:5px 10px; border-radius:2px; font-size:0.9em; }
.comment .comment-options a { margin-left:10px; }
.comment .comment-options a:first-child { margin:0; }
/* Contents Styling for Comment Body */
.comment .comment-content ul, .comment .comment-content ol { margin-bottom:18px; }
.comment .comment-content p:last-child { margin-bottom:6px; }
.comment .comment-content blockquote p:last-child { margin-bottom:24px; }
/* Nested Comments */
.comment .children { list-style:none; margin:0 0 0 50px; }
/* Pingbacks & Trackbacks */
.comments ol.pinglist { margin:0; }
.comments .pingback { list-style:none; margin:0 0 10px 0; }
.comments .pingback .url { font-style:italic; }


/* COMMENT FORM */
.comment-respond { margin:30px 0; overflow:hidden; position:relative; }
.comment-respond p { overflow:hidden; }
/* Fields */
.comment-respond .comment-notes { display:none; }
.comment-respond .required { color:#ff4b33; }
.comment-respond label{ display:block; padding:5px 0; }
.comment-respond textarea{ height:200px; max-height:400px; min-height:200px; resize:vertical; }
/* Nested Form */
#cancel-comment-reply-link { float:right; display:block; font-size:0.9em; }
/* Allowed Tags */
.comment-respond .form-allowed-tags { display:none; color:#888; font-size:0.9em; }
.comment-respond .form-allowed-tags code { display:block; font-size:0.9em; }
.comment-respond .form-submit { }


/* --------------------------------------------------------------
RESPONSIVE STYLES
-------------------------------------------------------------- */


/* LARGE SCREENS */
@media screen and (min-width: 1280px){}


/* TABLET SCREENS (LANDSCAPE) */
@media screen and (max-width: 1024px){}


/* TABLET PORTRAIT */
@media screen and (max-width: 800px){
    
	.header .logo { float:left; }
	
	.pagetitle .pagetitle-title { float:none; font-size:2em; }
	.breadcrumb { float:none; }
}


/* SMARTPHONE */
@media only screen and (max-width: 600px){
	
	.topmenu { display:none; }
	
	.social { float:left; }
	
	/* NAVIGATION */
	.menu-top { text-align:center;  }
	.menu-top li { display:inline-block; }
	.menu-top li a { margin:0 auto; }
	
	.footermenu { float:none; }
	.menu-footer li a { margin:0 10px 10px 0; }
}
/*
     FILE ARCHIVED ON 02:58:03 Mar 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:30:49 Jun 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.882
  exclusion.robots: 0.031
  exclusion.robots.policy: 0.015
  esindex: 0.023
  cdx.remote: 21.585
  LoadShardBlock: 369.363 (3)
  PetaboxLoader3.datanode: 393.861 (7)
  PetaboxLoader3.resolve: 403.567 (3)
  load_resource: 492.928 (2)
  loaddict: 87.315 (2)
*/