/* 
 * Extra styles for nictitate theme
 *
 * Table of contents
 * 1. Text logo
 * 2. Sticky header
 * 3. Repeatable patterns
 *   3.1 Comment content
 * 4. Widgets
 */

/* 1. Text logo */

#header-bottom .wrapper{
	position: relative !important;	
}
#logo-image.kp-text-logo{
	margin: 0px;	
	padding: 0px;
}

#logo-image.kp-text-logo .site-title{
	height: 40px;
	line-height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	margin-bottom: 0px;
}

#logo-image.kp-text-logo .site-title a {
	color: #33bee5;
}

/* 2. Sticky header */
/* position when user logged in  */
.logged-in .sticky-header {
	top: 28px;
}


.cbp-af-header.sticky-header #main-menu > li > a i{
	display: none !important;
}

.cbp-af-header.sticky-header #main-menu > li > a{
	padding-top: 15px;
	padding-bottom: 15px;
}


.cbp-af-header.sticky-header #main-menu > li > ul {
     top: 52px;
}

/* 3. Repeatable patterns  */
.wp-caption {
	max-width: 100%;
}

.elements-box table,
.comment-content table {
	width: 100%;
	margin-bottom: 20px;
}
.elements-box th,
.comment-content th {
	text-align: left;
	text-transform: uppercase;
}
.elements-box td,
.comment-content td {
	border-top: 1px solid #ececec;
	padding: 6px 10px 6px 0;
}
.elements-box dl,
.comment-content dl {
	margin: 0 20px;
}
.elements-box dd,
.comment-content dd {
	margin-bottom: 20px;
}
.elements-box ul,
.elements-box ol,
.comment-content ul,
.comment-content ol {
	margin: 16px 0;
	padding: 0 0 0 40px;
}
.elements-box li ul,
.elements-box li ol,
.comment-content li ul,
.comment-content li ol {
	margin: 10px 0 0 0;
}
.elements-box ol,
.elements-box ol li,
.comment-content ol,
.comment-content ol li {
	list-style-type: decimal;
}

/* 3.1 Comment content */
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
#comments .comment-content h3  {
    color:#555;
    margin:0 0 10px;
}
#comments .comment-content h3 {
	background-color: transparent;
	padding-left: 0;
	line-height: 1.08333333333333333333;
}
#comments .comments-list .children .children .comment-body {
	width: 100%;
}

/* 4. Widgets */
/* Testimonial widget */
.kopa-testimonial-widget .testimonial-detail .testimonial-content p {
	background: none;
}

.kopa-testimonial-widget .testimonial-detail .testimonial-content .testimonial-content-inside {
	background: url(../images/icons/quote-icon-2.png) no-repeat right top;
}

.kopa-sequence-slider .model-2-1 .video-wrapper img{
	display: block;	
	height: auto !important;
}
.Pro1{background-color: #0001ff; padding: 20px 0 0 0; color:#fff;}
.Pro2{background-color: #658bcb; padding: 20px 0 0 0; color:black;}