/*
Theme Name: SecurityCoverage
Theme URI: 
Author: 
Author URI: 
Description: A Jupiter 5 child theme.
Version: 1.71
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: Jupiter
Template: jupiter
*/


/* moved from theme's Custom CSS */
.mk-header-holder {
	width: 100%;
	z-index: 200;
	display: contents;
}
.mk-header-toolbar {
	text-align: right;
}

body.page-id-6307 .vc_col-sm-4.wpb_column.column_container._.height-full {
	background-color: #f9f9f9;
	/*margin-top: 1cm;
	margin-bottom: 1cm;
	padding-left: 0.7cm;*/
	margin-top: 2.2em;
	margin-bottom: 1em;
	padding-left: 1.7em !important;
}

body.page-id-16 .vc_col-sm-4.wpb_column.column_container._.height-full {
	background-color: #f9f9f9; 
	/*margin-top: 1cm; 
	margin-bottom: 1cm;
	padding-left: 0.7cm;*/
	margin-top: 2.2em;
	margin-bottom: 1em;
	padding-left: 1.7em !important;
}     

.sidebar-wrapper {
background-color: #f9f9f9;
	/*margin-top: 1cm;
	margin-bottom: 1cm;
	padding-left: 0.7cm;*/
	margin-top: 2.2em;
	margin-bottom: 1em;
	padding-left: 1.7em !important;
}    

section#mk-page-introduce
{
padding: 60px;
/*background: rgba(0, 83, 160, 0.7);*/
}

.filter-faq ul li { margin-left:0 !important; } 

/*****/

.textwidget ul li a:active { color: #555555; }

body.page-id-16 .ninja-forms-all-fields-wrap {
	width: 50%;
}
body.page-id-16 .ninja-forms-form-wrap .ninja-forms-required-items,
body.page-id-16 .ninja-forms-form-wrap label {
	color: #ffffff !important;
}

.ninja-forms-form-wrap span.ninja-forms-req-symbol strong {
    color: #ff0000 !important;
}
#theme-page select, .woocommerce select {
	background-color: #ffffff !important;
}
#box-3 .item-holder a.team-member-name span {
	color: #0053a0 !important;
}
#box-3 .item-holder a.team-member-name span:hover {
	color: #969696 !important;
}

.mk-portfolio-item .the-title {
	color: #0053a0 !important;
}

.widgettitle {
	font-weight: bold;
}
.widget_nav_menu .current-menu-item {
	background-color: #0053a0;
}
.widget_nav_menu .current-menu-item a {
	color: #fff;
}
.widget_nav_menu .menu-item a:hover {
	color: #fff;
	background-color: #0053a0;
}

/* SLIDER */
.easingslider-slide {
	background-color: transparent;
}

.easingslider-slide-content .caption {
	background-color: transparent;
	box-shadow: none;
	padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/*-------- SLIDER CAPTION POSITIONING --------*/

.easingslider-slide-content .left,
.easingslider-slide-content .right,
.easingslider-slide-content .top,
.easingslider-slide-content .bottom,
.easingslider-slide-content .lr-none.tb-none {
	width: 50%;
	text-align: left !important;
}
.easingslider-slide-content .left {
    left: 3% !important;
    /*text-align: left !important;*/
}
.easingslider-slide-content .right {
	right: 3% !important;
	/*text-align: right !important;*/
}
.easingslider-slide-content .left.tb-none {
    left: 3% !important;
}
.easingslider-slide-content .right.tb-none {
	right: 3% !important;
}
.easingslider-slide-content .top {
	top: 0% !important;
}
.easingslider-slide-content .bottom {
	bottom: 0% !important;	
}
.easingslider-slide-content .top.lr-none {
	top: 0% !important;
	left: 29% !important;
}
.easingslider-slide-content .bottom.lr-none {
	bottom: 0% !important;
	left: 29% !important;	
}
.easingslider-slide-content .lr-none.tb-none {
	position: absolute;
	left: 29% !important;
	text-align: center;
}

/*------ END SLIDER CAPTION POSITIONING ------*/

.annotation p {
	margin-bottom: 15px;
	font-family: arial,sans-serif;
}
.annotation p.largetag {
	background-color: rgba(64, 64, 64, 1.0);
	color:#ffffff;
	font-size:36px;
	line-height:36px;
	padding: 20px;
	width: auto;
	/*max-width: 575px;*/
}
.annotation p.subtag {
	margin-top: 30px;
}
.annotation p.subtag a.button {
	background-color: #00acd0;
	border-bottom: 4px solid #404040;
	color: #ffffff !important;
	font-size:16px;
	line-height:16px;
	padding:10px 20px;
	text-decoration:none;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}
.annotation p.subtag a.button:hover {
	color: #ffffff;
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
/* END SLIDER */


/* Marketo form */
.mktoForm label.mktoLabel {
	color: #222222;
    font-size: 16px;
    line-height: 1.66em;
    font-family: "Open Sans";
}
.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal !important;
}
.mktoForm .mktoRequiredField label.mktoLabel:after {
content: ' (required)';
}
.mktoLabel.mktoHasWidth {
	width: 100% !important;
}
.mktoButtonRow span.mktoButtonWrap.mktoSimple {
	margin-left: 10px !important;
}
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
	display: none;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
	background-color: transparent !important;
	background-image: none !important;
    border: 1px solid #252525 !important;
    border-radius: 2px;
    color: #252525 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
    outline: 0 none;
    padding: 13px 35px !important;
    position: relative;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s, border 0.2s ease-in-out 0s;
    vertical-align: middle;
    font-weight: bold;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
	background-color: #0f0f0f !important;
	color: #fff !important;
}
.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
	font-size: 13px;
	padding: 10px 12px !important;
}
/** end maketo form**/


@media screen and (max-width: 800px){
	body.page-id-16 .ninja-forms-all-fields-wrap { width: 100%; }
}

@media screen and (max-width: 785px){
	.mk-footer-logo { text-align: center; width: 100%; padding: 8px 0 !important; }
}

@media screen and (max-width: 600px){
	h1.page-title {  text-align:center; }
}

@media screen and (max-width: 520px){
	h1.page-title {  margin-left: 0 !important; margin-right: 0 !important; }
}

@media screen and (max-width: 480px){
	h1.page-title {  font-size: 25px; }
}

@media screen and (max-width: 384px){
	section#mk-page-introduce { padding: 10px !important; }
}