/*
 * Theme Name: KB Office
 * Theme URI: http://kb.com.au
 * Description: Child Theme for Office
 * Template: office
 * Version: 0.1
 * License: GPL
 * Author: Luke Morton
 * Author URI: http://lukemorton.com.au
 * 
 * Copyright 2013  Luke Morton	(email: luke.a.morton@gmail.com)
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, version 2, as 
 * published by the Free Software Foundation.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

@import url("../office/style.css");

.testimonial {
	text-align: left;
}

.testimonial ul, .testimonial ol { 
	margin-left: 30px; margin-bottom: 10px; list-style: disc; 
}

ol.start { 
    counter-reset: mycounter; 
}
ol.start li, ol.continue li {
    list-style: none;
}
ol.start li:before, ol.continue li:before { 
    content: counter(mycounter) ". "; 
    counter-increment: mycounter;
}

#toplink { right: 10px !important; bottom: 40px !important; }

.hp-highlight-link {
	color: #999;
}
.hp-highlight-link:hover {
	color: #702043 !important;
}

#full-slides .caption {
	max-width: 400px;
}
#learndash_profile .profile_edit_profile a{
	display: none;
}

/*
#toplink { right: 10px !important; bottom: 60px !important; }
#footer-menu,
#copyright { width: 470px !important; }

#header { width: 890px !important; }
#navigation, 
#footer-bottom, 
#wrap, 
#top-bar-inner,
#full-slides .slides_container,
#full-slides .slides_container .slide, #full-slides .slides_container .video-slide div { width: 940px !important; }
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#wrap,
	#slider-wrap,
	#full-slides .slides_container,
	#full-slides .slides_container .slide,
	#full-slides .slides_container .video-slide div,
	#full-slides img,
	#footer-bottom,
	#navigation,
	#top-bar-inner { width: 748px !important; }
	#header { width: 698px !important; }

	#copyright { width: 300px !important; }
	#footer-menu{ width: 300px !important; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#wrap,
	#slider-wrap,
	#full-slides .slides_container,
	#full-slides .slides_container .slide,
	#full-slides .slides_container .video-slide div,
	#full-slides img,
	#footer-bottom,
	#navigation{ width: 460px !important; }
	#top-bar-inner { width: 460px !important; }
	#top-bar-inner ul.top-menu { width: 460px !important; }
	#header { width: 410px !important; }
}
*/
