/* ============================================================================
   WordPress Plugins Page Icon Styling
   Ensures proper icon sizing on plugins.php admin page
   ============================================================================ */

/* Target the plugin icon on the WordPress plugins list page */
.plugins tr[data-slug="inbound-rocket"] .plugin-title img,
.plugins tr[data-slug="inbound-rocket"] th.plugin-title img {
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

/* ============================================================================
   Typography System (v2.0.0)
   Consistent font sizing across admin interface
   ============================================================================ */

:root {
    --ir-font-xs: 12px;
    --ir-font-sm: 13px;
    --ir-font-base: 14px;
    --ir-font-md: 16px;
    --ir-font-lg: 18px;
    --ir-font-xl: 20px;
    --ir-font-2xl: 24px;
}

/* WordPress Admin Element Overrides for Consistent Styling */
.inboundrocket-contacts .subsubsub {
    font-size: var(--ir-font-md);
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.inboundrocket-contacts .subsubsub li {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.inboundrocket-contacts .subsubsub a {
    font-size: var(--ir-font-md);
    line-height: 2;
    padding: .2em 0;
    text-decoration: none;
}

.inboundrocket-contacts .subsubsub .count {
    font-size: var(--ir-font-md);
    font-weight: 400;
}

.inboundrocket-contacts .subsubsub .icon,
.inboundrocket-contacts .subsubsub .icon-tag,
.inboundrocket-contacts .subsubsub .icon-user,
.inboundrocket-contacts .subsubsub .icon-profile {
    font-size: var(--ir-font-md);
    vertical-align: middle;
}

/* Form Controls Standardization */
.inboundrocket-contacts select,
.inboundrocket-contacts input[type="text"],
.inboundrocket-contacts input[type="search"],
.inboundrocket-contacts input[type="email"] {
    font-size: var(--ir-font-base);
    line-height: 1.5;
    padding: 6px 10px;
    height: auto;
    min-height: 32px;
}

.inboundrocket-contacts .button,
.inboundrocket-contacts .button-primary,
.inboundrocket-contacts .button-secondary {
    font-size: var(--ir-font-base);
    line-height: 1.5;
    padding: 6px 14px;
    height: auto;
    min-height: 32px;
}

/* WordPress List Table Headers */
.inboundrocket-contacts .wp-list-table thead th,
.inboundrocket-contacts .wp-list-table thead td {
    font-size: var(--ir-font-sm);
    padding: 8px 10px;
    line-height: 1.5;
}

/* WordPress List Table Cells */
.inboundrocket-contacts .wp-list-table tbody td {
    font-size: var(--ir-font-base);
    padding: 8px 10px;
    line-height: 1.5;
}

/* Tablenav Elements */
.inboundrocket-contacts .tablenav {
    font-size: var(--ir-font-base);
}

.inboundrocket-contacts .tablenav-pages {
    font-size: var(--ir-font-base);
}

.inboundrocket-contacts .displaying-num {
    font-size: var(--ir-font-base);
    line-height: 2.5;
}

/* Page Title Consistency */
.inboundrocket-contacts h1,
.inboundrocket-contacts h2.nav-tab-wrapper,
.inboundrocket-contacts h1.wp-heading-inline {
    font-size: var(--ir-font-2xl);
    line-height: 1.4;
    margin: 0 0 15px;
}

/* Contact Total Badge */
.inboundrocket-contacts-total {
    color: #f67d42 !important;
    font-size: var(--ir-font-md) !important;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/* Manage Lists Button */
.inboundrocket-contacts .button-primary {
    background: #f67d42;
    border-color: #e75913;
    text-shadow: none;
    font-size: var(--ir-font-base) !important;
    font-weight: 600;
    padding: 8px 16px !important;
    height: auto !important;
    line-height: 1.4;
}

.inboundrocket-contacts .button-primary:hover,
.inboundrocket-contacts .button-primary:focus {
    background: #f56c2a;
    border-color: #e75913;
}

#wpcontent {
    padding-left: 0 !important;
}
.col-left{
	float:left !important;
	display:block !important;
}
.col-right{
	float:right !important;
	display:block !important;
}
.col-clear{
	clear:both;
}
.wrap{
	margin-left:15px;
}
.alert{
	color:red;
}
#inboundrocket .wrapper {
	margin-left:15px;
	margin-right:15px;
}
#inboundrocket label {
    cursor: default;
}
#inboundrocket .col-wrap {
    padding: 0;
}
#inboundrocket .col-header {
	display: inline-block;
	position: relative;
	padding: 0.76923em 1.46154em;
	color: rgb(0, 0, 0);
	font: 600 0.92857em/1 'Open Sans', sans-serif;
	text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 1px;
	background: padding-box rgb(222, 222, 222);
	border-radius: 3px;
	margin-bottom: 0.5em;
	width: 100%;
}

#inboundrocket .col-left .col-wrap {
    padding-right: 10px;
}
#inboundrocket .metabox-holder {
    *zoom: 1;
    padding-top: 0 !important;
}
#inboundrocket .metabox-holder:after {
    content: "";
    display: table;
    clear: both;
}
#wp-admin-bar-inboundrocket-admin-menu img {
    height: 16px;
    width: 16px;
    opacity: 0.6;
}
.text-center{text-align: center;}
@media (min-width: 1200px) {
    #inboundrocket {
	    *zoom: 1;
	    /*max-width: 1420px;
	    max-width: 88.75rem; */
	    padding-left: 20px;
	    padding-left: 1.25rem;
	    padding-right: 20px;
	    padding-right: 1.25rem;
	    margin-left: auto;
	    margin-right: auto;
	    margin: 0;
	    padding: 0;
	}
	#inboundrocket:after {
	    content: "";
	    display: table;
	    clear: both;
	}
	#inboundrocket * {
	    box-sizing: border-box;
	}
	#col-left {
		width: 38% !important;
	}
	#col-right {
		width: 61% !important;
	}
}
#ir_analytics-meta .ir-analytics-link {
    float: left;
}
#ir_analytics-meta .ir-analytics-link .ir-analytics__face {
    height: 35px;
    width: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}
#ir_analytics-meta .hidden_face {
    display: none;
}
#ir_analytics-meta .show-all-faces-container {
    clear: both;
}
.inboundrocket-postbox, .powerup-list .powerup {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.inboundrocket-postbox__header {
    margin: 0;
    padding: 8px 12px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.inboundrocket-postbox__content {
    margin: 11px 0;
    padding: 0 12px;
    *zoom: 1;
}
.inboundrocket-postbox__content:after {
    content: "";
    display: table;
    clear: both;
}
.inboundrocket-postbox__table {
    margin: 0;
    width: 100%}
.inboundrocket-postbox__table th {
    padding: 6px 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.inboundrocket-postbox__table td {
    padding: 6px 0;
}
.inboundrocket-postbox__table tr, .inboundrocket-postbox__table td, .inboundrocket-postbox__table th {
    vertical-align: middle !important;
}
.inboundrocket-dynamic-avatar_0 {
    background-color: #f88e4b;
}
.inboundrocket-dynamic-avatar_1 {
    background-color: #64aada;
}
.inboundrocket-dynamic-avatar_2 {
    background-color: #64c2b6;
}
.inboundrocket-dynamic-avatar_3 {
    background-color: #cf7baa;
}
.inboundrocket-dynamic-avatar_4 {
    background-color: #e7c24b;
}
.inboundrocket-dynamic-avatar_5 {
    background-color: #9387da;
}
.inboundrocket-dynamic-avatar_6 {
    background-color: #d6dd99;
}
.inboundrocket-dynamic-avatar_7 {
    background-color: #ff4c4c;
}
.inboundrocket-dynamic-avatar_8 {
    background-color: #99583d;
}
.inboundrocket-dynamic-avatar_9 {
    background-color: #54cc14;
}
@font-face {
    font-family: "icomoon";
    src: url("/wp-content/plugins/inbound-rocket/admin/inc/fonts/icomoon.eot?-lejfm6");
    src: url("/wp-content/plugins/inbound-rocket/admin/inc/fonts/icomoon.eot?#iefix-lejfm6") format("embedded-opentype"), url("/wp-content/plugins/inbound-rocket/admin/inc/fonts/icomoon.woff?-lejfm6") format("woff"), url("/wp-content/plugins/inbound-rocket/admin/inc/fonts/icomoon.ttf?-lejfm6") format("truetype"), url("/wp-content/plugins/inbound-rocket/admin/inc/fonts/icomoon.svg?-lejfm6#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon, .icon-profile, .icon-tag, .icon-tags, .icon-envelope, .icon-user, .icon-cog, .icon-bars, .icon-lab, .icon-bulb, .icon-mover {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}
.icon-profile:before {
    content: "\e600"}
.icon-tag:before {
    content: "\e601"}
.icon-tags:before {
    content: "\e608"}
.icon-envelope:before {
    content: "\e602"}
.icon-user:before {
    content: "\e603"}
.icon-cog:before {
    content: "\e604"}
.icon-bars:before {
    content: "\e605"}
.icon-lab:before {
    content: "\e606"}
.icon-bulb:before {
    content: "\e607"}
.icon-mover:before {
    content: "\e609"}
#inboundrocket-footer {
    *zoom: 1;
    clear: both;
    margin-top: 48px;
    color: #999;
    border-top: 1px solid #dedede;
}
#inboundrocket-footer:after {
    content: "";
    display: table;
    clear: both;
}
.support a {
	color: #fff;
}
.support a:hover {
	color: #000;
}
p.support {
	color: #867970;
}
#inboundrocket-footer .support .sharing {
    height: 18px;
    text-align: left;
}
@media screen and (min-width: 500px) {
    #inboundrocket-footer .support, #inboundrocket-footer .version, #inboundrocket-footer .sharing {
	    width: 50%;
	    float: left;
}
	#inboundrocket-footer .sharing {
	    text-align: right;
	    padding-right: 20px;
	    padding-top: 5px;
	}
}
.button-big {
    padding: 6px 36px !important;
    font-size: 14px !important;
    height: auto !important;
}
.onboarding-steps-names {
    *zoom: 1;
    margin: 0 auto;
    max-width: 800px;
}
.onboarding-steps-names:after {
    content: "";
    display: table;
    clear: both;
}
.onboarding-step-name {
    float: left;
    margin: 0;
    padding-bottom: 24px;
    list-style: decimal inside none;
    font-size: 16px;
    color: #bbb;
}
.onboarding-step-name.active {
    color: #1f7d71;
    background-image: url('/wp-content/plugins/inbound-rocket/assets/images/triangle.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.onboarding-step-name.completed {
    list-style-image: url('/wp-content/plugins/inbound-rocket/assets/images/checkmark.png');
}
.onboarding-step-name+.onboarding-step-name {
    margin-left: 40px;
}
.onboarding-steps {
    margin: 18px 0;
}
@media (min-width: 1200px) {
    .onboarding-steps {
	    width: 100%;
	    margin-right: 1.40845%
    }
    .onboarding-steps-names {
    	*zoom: 1;
		margin: 0 auto;
		max-width: 1000px;
	}
    
}
.onboarding-step-content {
    margin: 0 auto;
    max-width: 500px;
}
.onboarding-step-content .description {
    margin: 12px 0;
    display: block;
    /* display: none; */
}
.onboarding-step {
    text-align: center;
    display: block;
    padding: 36px;
    background-color: #ccf3fc;
    border: 2px solid #26717f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #1f7d71;
    margin: 0 auto;
    width: 80%;
}
.onboarding-step .form-table th {
    display: none;
}
.onboarding-step .form-table td {
    width: auto;
    display: block;
}
.onboarding-step .form-table input {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    padding: 7px 10px;
    display: block;
}
.onboarding-step .onboarding-step-title, .onboarding-step .onboarding-step-description {
    color: #1f7d71;
    padding: 0;
    margin-top:30px;
}
.onboarding-step .onboarding-step-title:first-child, .onboarding-step .onboarding-step-description {
	margin-top:0;
}
.onboarding-step .button-primary {
    margin-top: 36px;
}
.onboarding-step .onboarding-step-description {
    font-size: 16px;
    text-align: left;
}
.onboarding-step .popup-option {
    width: 22%;
    float: left;
    text-align: left;
    cursor: pointer !important;
}
.onboarding-step .popup-option img {
    max-width: 100%;
    margin-top: 6px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.onboarding-step .popup-option:hover img {
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.onboarding-step .popup-option input {
    margin-right: 8px !important;
}
.onboarding-step .popup-option input:checked ~ img {
    border: 2px solid #2ea2cc;
}
.onboarding-step .popup-option+.popup-option {
    margin-left: 3%}
.onboarding-step .popup-options {
    *zoom: 1;
}
.onboarding-step .popup-options:after {
    content: "";
    display: table;
    clear: both;
}
.onboarding-steps-help {
    margin-top: 24px;
    color: #999;
}
@media (min-width: 1200px) {
    .onboarding-steps-help {
	    width: 80%;
	    margin-right: 1.40845%;
	    margin-bottom: 25px;
	    color: #000;
	    margin: 0 auto;
	    margin-top: 60px;
	}
}
.ir-settings h3 {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0px;
    background: #fff;
    padding: 8px 12px;
    font-size: 15px;
}
.ir-settings .form-table {
    margin-top: 0px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.ir-settings .form-table th {
    padding-left: 12px;
}
.ir-settings .inboundrocket-section {
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 15px 12px 5px 12px;
}
.ir-settings .inboundrocket-section p {
    margin: 0;
    padding: 0;
}
.ir-settings .power-up-settings-icon {
    padding-right: 10px;
    float: left;
    max-height: 20px;
    margin-top: -1px;
}
.ir-settings .dashicons {
    margin-right: 10px;
    float: left;
    margin-top: -1px;
}
.ir-settings tr.synced-list-row td.synced-list-cell {
    padding: 3px 0px 10px 0px;
}
.ir-settings tr.synced-list-row td.synced-list-cell .icon-tag {
    font-size: 12px;
}
.ir-settings tr.synced-list-row span.synced-list-arrow {
    padding: 0px 10px;
}
.ir-settings tr.synced-list-row td.synced-list-edit {
    padding: 3px 0px 10px 20px;
}
.ir-settings.pre-mp6 h3 {
    font-family: Georgia;
}
.ir-settings.pre-mp6 select, .ir-settings.pre-mp6 input {
    font-family: sans-serif;
    font-size: 12px;
}
.ir-settings.pre-mp6 .form-table, .ir-settings.pre-mp6 .inboundrocket-section, .ir-settings.pre-mp6 h3 {
    background-color: #f9f9f9 !important;
}
.ir-settings.pre-mp6 .form-table {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.ir-settings.pre-mp6 h3 {
    background-color: #f9f9f9 !important;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.ir-settings.pre-mp6 .inboundrocket-section {
    font-size: 12px;
    padding-left: 6px;
}
.ir-settings.pre-mp6 h3 {
    padding-left: 6px;
    font-weight: normal;
    color: #464646;
    text-shadow: #fff 0px 1px 0px;
}
.ir-settings.pre-mp6 label {
    font-size: 12px;
}
.ir-settings.pre-mp6 input[type="checkbox"], .ir-settings.pre-mp6 input[type="radio"] {
    margin-right: 2px;
}
#icon-inboundrocket {
    background: url("/wp-content/plugins/inbound-rocket/assets/images/inboundrocket-icon-32x32.png") top center no-repeat;
}
.help-notification {
    background: #d9edf7;
    border: 1px solid #bce8f1;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.toplevel_page_inboundrocket_stats .wp-menu-image img {
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

#adminmenu .toplevel_page_inboundrocket_stats .wp-menu-image {
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#adminmenu .toplevel_page_inboundrocket_stats .wp-menu-image img {
    padding: 0 !important;
    margin: auto !important;
}

#adminmenu .toplevel_page_inboundrocket_stats .wp-menu-image svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    padding: 0 !important;
}

#adminmenu .toplevel_page_inboundrocket_stats:hover .wp-menu-image,
#adminmenu .toplevel_page_inboundrocket_stats.current .wp-menu-image {
    opacity: 1;
}

#adminmenu .toplevel_page_inboundrocket_stats div.wp-menu-image {
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}
.inboundrocket-contact-avatar {
    margin-right: 10px;
    float: left;
}
.inboundrocket-contacts .button {
    transition: background-color 0.2s;
}
@media (min-width: 1200px) {
    .inboundrocket-contacts__nav {
	    /* width: 15.49296%; */
	    float: left;
	    margin-right: 1.40845%
    }
	.inboundrocket-contacts__content {
	    /* width: 83.09859%; */
	    float: right;
	    margin-right: 0;
	    margin-bottom: 18px;
	}
	.inboundrocket-contacts__export-form {
	    /* width: 83.09859%; */
	    float: left;
	    margin-right: 1.40845%;
	    /* padding-left: 16.90141%; */
	    margin-bottom: 18px;
	}
}
h2.inboundrocket-contacts__header {
    margin-bottom: 30px;
}
.inboundrocket-contacts__search {
    float: right;
    padding: 10px 0;
    padding-bottom: 9px;
}

.inboundrocket-contacts-total {
	color: #f67d42;
    font-size: 0.85em;
    display: block;
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.inboundrocket-contacts__type-picker {
    margin: 0 0 30px;
    *zoom: 1;
}
.inboundrocket-contacts__type-picker:after {
    content: "";
    display: table;
    clear: both;
}
.inboundrocket-contacts__type-picker li {
    margin: 0;
    padding: 0 1em 0 0;
    float: left;
}
@media (min-width: 1200px) {
    .inboundrocket-contacts__type-picker li {
	    float: left;
	    padding: 0;
	}
	.inboundrocket-contacts__type-picker li+li {
	    padding: 0 0 0 18px;
	}
}
.inboundrocket-contacts__type-picker li a {
    display: block;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}
.inboundrocket-contacts__type-picker li a.current {
    font-weight: bold;
}
.inboundrocket-contacts__type-picker li a.current, .inboundrocket-contacts__type-picker li a:hover, .inboundrocket-contacts__type-picker li a:active {
    color: #f67d42;
}
.inboundrocket-contacts__type-picker li a .icon-tag, .inboundrocket-contacts__type-picker li a .icon-user, .inboundrocket-contacts__type-picker li a .icon-profile {
    padding-right: 1em;
    font-size: 0.85em;
}
.inboundrocket-contacts__tags-header {
    margin: 30px 0 18px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999;
}
.inboundrocket-contacts__filter-text {
    margin: 0px !important;
    padding:0 !important;
}
.inboundrocket-contacts__filter-count {
    color: #f67d42;
}
#clear-filter {
    font-size: 0.8em;
    margin-left: 10px;
}
.inboundrocket-contacts__table table th#source {
    width: 20%}
.inboundrocket-contacts__table table th#visits, .inboundrocket-contacts__table table th#submissions {
    width: 8%
}
.inboundrocket-contacts__table table th#status, .inboundrocket-contacts__table table th#last_visit, .inboundrocket-contacts__table table th#date, .inboundrocket-contacts__table table th#pageviews {
    width: 10%
}
.inboundrocket-contacts__table table th, .inboundrocket-contacts__table table td {
    display: none;
}
.inboundrocket-contacts__table table th:nth-child(-n+3), .inboundrocket-contacts__table table td:nth-child(-n+3) {
    display: table-cell;
}
@media (min-width: 1200px) {
    .inboundrocket-contacts__table table th, .inboundrocket-contacts__table table td {
    	display: table-cell;
	}
}
.inboundrocket-contacts.pre-mp6 .table_search {
    float: right;
    padding: 12px 0;
    padding-bottom: 11px;
}
.inboundrocket-contacts.pre-mp6 table {
    background-color: #fff;
    border-color: #dedede;
}
.inboundrocket-contacts.pre-mp6 table tr.alternate {
    background-color: #fff;
}
.inboundrocket-contacts.pre-mp6 table th, .inboundrocket-contacts.pre-mp6 table td {
    border-top: 0;
    padding: 12px 6px 11px;
}
.inboundrocket-contacts.pre-mp6 table th a, .inboundrocket-contacts.pre-mp6 table td a {
    padding: 0;
}
.inboundrocket-contacts.pre-mp6 table th[scope="col"] {
    background: #eee;
    font-family: sans-serif;
    font-size: 12px;
    text-shadow: none;
}
.inboundrocket-contacts.pre-mp6 table td {
    border-color: #dedede;
    line-height: 18px;
    font-size: 14px;
}
.inboundrocket-contacts.pre-mp6 table td .row-actions {
    float: left;
}
#inboundrocket .contact-header-wrap {
    *zoom: 1;
    padding: 5px 0 24px;
}
#inboundrocket .contact-header-wrap:after {
    content: "";
    display: table;
    clear: both;
}
#inboundrocket .contact-header-wrap .contact-header-avatar, #inboundrocket .contact-header-wrap .contact-header-info {
    float: left;
}
#inboundrocket img.contact-header-avatar {
	width: 100px;
    height: 100px;
    border-radius: 50%;
}
#inboundrocket .contact-header-info {
    padding-left: 15px;
}
#inboundrocket .contact-name {
    line-height: 30px;
    padding: 0;
    margin: 0;
}
#inboundrocket .contact-lists {
    margin-top: 15px;
}
#inboundrocket .contact-list {
    padding: 4px 10px;
    color: #fff;
    background-color: #f67d42;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 10px;
}
#inboundrocket .contact-list:hover {
    opacity: 0.9;
}
#inboundrocket .contact-list+.contact-list, #inboundrocket .contact-list+.contact-edit-lists {
    /* margin-left 10px; */
}
#inboundrocket .contact-list .icon-tag {
    padding-right: 10px;
}
.contact-edit-lists {
	  padding: 4px 10px;
	  color: #fff;
	  background-color: #00caf0;
	  text-decoration: none;
	  font-weight: 600;
	  text-transform: uppercase;
	  letter-spacing: 0.1em;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  margin-left: 20px;
}
#inboundrocket .contact-info h3 {
    margin: 0;
}
#inboundrocket .contact-info label {
    font-weight: bold;
    line-height: 1;
    cursor: default;
}
#inboundrocket .inboundrocket-meta-section+.inboundrocket-meta-section {
    margin-top: 24px;
}
#inboundrocket .inboundrocket-meta-table {
    width: 100%;
    text-align: left;
}
#inboundrocket .inboundrocket-meta-table th {
    color: #666;
    padding-bottom: 6px;
}
#inboundrocket .inboundrocket-meta-table .contact-map {
	width: 100%;
	height: auto;
}
#inboundrocket .inboundrocket-premium-tag:after {
    content: "premium - coming soon";
    margin-left: 10px;
    font-size: 10px;
    color: #fff;
    background-color: #93c054;
    padding: 2px 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#inboundrocket .inboundrocket-meta-header, #inboundrocket .contact-history .session-date {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #444;
}
#inboundrocket .contact-history {
    margin-left: 20px;
}
@media (min-width: 1200px) {
    #inboundrocket .contact-history {
	    padding-left: 20px;
	    border-left: 2px solid #dedede;
	}
}
#inboundrocket .contact-history .sessions {
    margin: 0;
}
#inboundrocket .contact-history .session+.session {
    margin-top: 30px;
}
#inboundrocket .contact-history .session-date {
    position: relative;
}
@media (min-width: 1200px) {
    #inboundrocket .contact-history .session-date:before {
	    content: "\2022";
	    font-size: 32px;
	    line-height: 0;
	    height: 31px;
	    width: 31px;
	    position: absolute;
	    left: -27px;
	    top: 9px;
	    color: #dedede;
	}
}
#inboundrocket .contact-history .session-time-range {
    color: #999;
    font-weight: 400;
}
#inboundrocket .contact-history .events {
    background-color: #fff;
    border: 1px solid #dedede;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#inboundrocket .contact-history .event {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #dedede;
    border-left: 4px solid;
    *zoom: 1;
}
#inboundrocket .contact-history .event:after {
    content: "";
    display: table;
    clear: both;
}
#inboundrocket .contact-history .event:first-child {
    border-top: 0;
}
#inboundrocket .contact-history .event.pageview {
    border-left-color: #26717f;
    color: #26717f;
}
#inboundrocket .contact-history .event.text-share {
    border-left-color: #00caf0;
    color: #00caf0;
}
#inboundrocket .contact-history .event.image-share {
    border-left-color: #c92228;
    color: #c92228;
}
#inboundrocket .contact-history .event.form-submission {
    border-left-color: #f67d42;
    color: #f67d42;
}
#inboundrocket .contact-history .event.source {
    border-left-color: #99aa1f;
    color: #99aa1f;
}
#inboundrocket .contact-history .event-title {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
#inboundrocket .contact-history .event-time {
    float: left;
    font-weight: 400;
    width: 75px;
}
#inboundrocket .contact-history .event-content {
    margin-left: 75px;
}
#inboundrocket .contact-history .event-detail {
    margin-top: 20px;
    color: #444;
}
#inboundrocket .contact-history .event-detail li+li {
    padding-top: 6px;
    border-top: 1px solid #eee;
}
#inboundrocket .contact-history .event-detail.pageview-url {
    color: #ccc;
}
#inboundrocket .contact-history .visit-source p {
    margin: 0;
    color: #1f6696;
}
#inboundrocket .contact-history .field-label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999;
    margin-bottom: 6px;
    font-size: 0.9em;
}
#inboundrocket .contact-history .field-value {
    margin: 0;
}
#inboundrocket.pre-mp6 .events {
    background-color: #f9f9f9;
}
.powerup-title{
	clear:both;
}
.powerup-list {
    margin: 0;
    clear:both;
}
.powerup-list .powerup {
    width: 20%;
    min-width: 250px;
    min-height: 420px;
    float: left;
    margin: 20px;
    margin-left:0;
    margin-right:40px;
    padding: 15px;
}
.powerup-list .powerup h2, .powerup-list .powerup p {
    margin: 0;
    padding: 0;
    color: #666;
    margin-bottom: 15px;
}
.powerup-list .powerup .img-container {
    text-align: center;
    margin-bottom: 15px;
    background-color: #f1f1f1;
    color: red;
}
.powerup-list .powerup .img-container h2 {
    font-size: 20px;
}
.powerup-list .powerup.activated h2, .powerup-list .powerup.activated p {
    color: #1f7d71;
}
.powerup-list .powerup.activated .img-container {
    background-color: #ccf3fc !important;
}

@media (min-width: 1200px) {
    .inboundrocket-stats__top-container, .inboundrocket-stats__chart-container, .inboundrocket-stats__big-numbers-container {
	    width: 100%;
	    float: right;
	    margin-right: 0;
	}
	.inboundrocket-stats__postbox_container {
	    width: 49.29577%;
	    float: left;
	    margin-right: 1.40845%}
	.inboundrocket-stats__postbox_container:nth-child(2n+2) {
	    width: 49.29577%;
	    float: right;
	    margin-right: 0;
	}
	canvas#contacts_chart {
    	max-height: 550px;
	}
}
h2.inboundrocket-stats__header {
    margin-bottom: 12px;
}
.inboundrocket-stats__postbox_container .inboundrocket-postbox, .inboundrocket-stats__postbox_container .powerup-list .powerup, .powerup-list .inboundrocket-stats__postbox_container .powerup {
    margin-bottom: 12px;
}
.inboundrocket-stats__big-number {
    text-align: center;
    width: 42%;
    float: left;
    padding: 4%
}
@media (min-width: 1200px) {
    .inboundrocket-stats__big-number {
	    width: 25%;
	    padding: 10px;
	}
}
.big-number--average .inboundrocket-stats__big-number-top-label, .big-number--average .inboundrocket-stats__big-number-content, .big-number--average .inboundrocket-stats__big-number-bottom-label {
    color: #4ca6cf;
}
.inboundrocket-stats__top-container, .inboundrocket-stats__big-number-top-label, .inboundrocket-stats__big-number-content, .inboundrocket-stats__big-number-bottom-label {
    color: #666;
    margin-bottom: 12px;
}
.inboundrocket-stats__big-number-top-label {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/* ADMIN header and footer styles */
#wpfooter {
  display: none;
}

.ir-content {
	background: #f9f9f9;
	margin: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}
.ir-content .wrapper {
	background: #f9f9f9;
}
@media (max-width: 900px) {
	#wpcontent,
	.auto-fold #wpcontent,
	.auto-fold #wpfooter,
	.modal,
	.configure .frame.top.fixed {
		margin-left: 36px;
		padding-left: 0;
  	}
}
@media (max-width: 782px) {
	#wpcontent,
	.auto-fold #wpcontent,
	.auto-fold #wpfooter,
	.modal,
	.configure .frame.top.fixed {
		margin-left: 0;
  	}
}

@media (max-width: 782px) {
	.configure .frame.top.fixed {
		padding-left: 0;
	}
}

.wrap.inner,
.page-content {
	max-width: 950px;
	margin: 0 auto;
}
.wrap.inner li,
.page-content li {
	line-height: 23px;
}

@media (max-width: 530px) {
	.page-content {
		margin-top: 0;
  	}
}

@media (max-width: 1147px) {
	.wrap.inner {
		background: #f9f9f9;
		padding: 15px;
	}
}
@media (max-width: 530px) {
	.wrap.inner {
		margin-top: 1.71429em;
	}
}

.header {
	left: 0;
	right: 0;
}

.header-nav li {
	line-height: 60px;
}
.header-nav a {
	padding: 0 0.71429em;
	line-height: 24px;
}
.header-nav .inboundrocket-logo a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	position: relative;
	height: 60px;
	margin-right: 6px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0 12px;
}
.header-nav .inboundrocket-logo a .inboundrocket-header-icon {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	filter: brightness(0) invert(1);
}
.header-nav .inboundrocket-logo a span {
	display: inline-block;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
}
.header-nav .inboundrocket-logo a:hover {
	opacity: 0.9;
}
.header-nav .inboundrocket-logo a:hover .inboundrocket-header-icon {
	transform: scale(1.05);
	transition: transform 0.2s ease;
}
.main-nav {
	float: left;
}
.main-nav li {
	margin: 0;
}
@media (max-width: 900px) {
	.main-nav {
		font-size: 13px;
  	}
}
.footer {
	margin-top: 1.42857em;
	position: relative;
	padding: 10em 0 4.28571em;
	text-align: center;
	background-color: #26717f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccf4fc), to(#00caf0));
	background-image: -webkit-linear-gradient(top, #ccf4fc, #00caf0);
	background-image: linear-gradient(top, #ccf4fc, #26717f);
	/* @TODO temporary hack till permanent solution */
	top: 36px;
}
.footer:before, .footer:after {
	content: '';
	position: absolute;
	left: 0;
	pointer-events: none;
}
.footer:before {
	top: 0;
	margin-top: -1px;
	width: 100%;
	height: 195px;
	background: url("/wp-content/plugins/inbound-rocket/assets/images/the-undercloud.svg") center top repeat-x;
}
.footer:after {
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url("/wp-content/plugins/inbound-rocket/assets/images/the-footcloud.svg") center bottom no-repeat;
	background-size: auto 45px;
	z-index: 1;
}
@media (max-width: 1147px) {
  .footer {
    padding-top: 165px;
    padding-bottom: 0;
  }
  .footer:before {
    background-size: 160% auto;
  }
  .footer:after {
    display: none;
  }
  .footer ul {
    float: none;
    overflow: hidden;
  }
}
@media (max-width: 900px) {
  .footer {
    padding-top: 146px;
  }
}
@media (max-width: 782px) {
  .footer {
    margin-top: 0;
  }
}
@media (max-width: 530px) {
  .footer {
    margin-top: 0;
    padding-top: 135px;
  }
}
@media (max-width: 320px) {
  .footer {
    padding-top: 76px;
  }
}
.nav-horizontal a {
    display: inline-block;
}
.nav-horizontal li {
    position: relative;
    float: left;
}
.nav-horizontal ul {
    margin: 0;
    padding: 0;
}
.footer .nav-horizontal:before, 
.footer .nav-horizontal:after {
    content: " ";
    display: table;
}
.nav-horizontal:after {
    clear: both;
}
.nav-horizontal {
    *zoom: 1;
}
.fly {
    position: relative;
    margin-bottom: 11.42857em;
}
.fly:before {
    content: '';
    position: absolute;
    bottom: -300px;
    left: 0;
    width: 100%;
    height: 250px;
    background: url("/wp-content/plugins/inbound-rocket/assets/images/rocket.svg") center bottom no-repeat;
    pointer-events: none;
    -webkit-transform: translate3d(0px,  0px,  0px);
    -ms-transform: translate3d(0px,  0px,  0px);
    transform: translate3d(0px,  0px,  0px);
    -webkit-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
}
.fly:hover:before {
    -webkit-transform: translate3d(0px,  -40px,  0px);
    -ms-transform: translate3d(0px,  -40px,  0px);
    transform: translate3d(0px,  -40px,  0px);
}
.footer nav {
    color: #fff;
}
.footer nav a,  .footer nav a:visited {
    padding: 4px 6px;
    color: #fff;
}
.footer nav a:hover,  .footer nav a:focus,  .footer nav a:visited:hover,  .footer nav a:visited:focus {
    color: #000;
}
.primary {
    padding: 25px 15px 10px 15px;
    border-bottom: 1px solid #6c954d;
}
.primary-footer, 
.secondary-footer {
    float: left;
}
.primary-footer li,  .secondary-footer li {
    margin-right: 5px;
}
.a8c-attribution, 
.a8c-services {
    float: right;
}
.a8c-attribution li,  .a8c-services li {
    margin-left: 5px;
}
.footer .a8c-attribution {
    margin-top: 6px;
    padding: 0 6px;
    font-size: 0.78571em;
    font-family: "Gill Sans",  "Gill Sans MT",  "Open Sans",  Helvetica,  sans-serif;
    text-transform: uppercase;
}
.footer .a8c-attribution a {
    display: inline-block;
    position: relative;
    padding: 4px 16px;
    right: 9999px;
    outline: 0;
}
.footer .a8c-attribution a:after {
    content: "A";
    position: absolute;
    top: 2px;
    right: -9999px;
    height: 100%;
    color: #fff;
    font-size: 1.54545em;
    font-family: "automatticons";
    text-align: center;
}
.footer .a8c-attribution a:hover:after {
    -webkit-animation: candy 0.4s ease-in-out;
    animation: candy 0.4s ease-in-out;
}
.primary-footer {
    font-size: 1.07143em;
    font-weight: 600;
}
.secondary {
    padding: 18px 15px 0 15px;
    border-top: 1px solid #fff;
}
@media (max-width:969px) {
		.footer {
	    padding-top: 165px;
	    padding-bottom: 0;
	}
	.footer:before {
	    -webkit-background-size: 160% auto;
	    background-size: 160% auto;
	}
	.footer:after {
	    display: none;
	}
	.footer nav {
	    max-width: 100%;
	}
	.fly {
	    margin-bottom: 280px;
	}
	.fly:hover:before {
	    -webkit-transform: translate3d(0px,  0px,  0px);
	    -ms-transform: translate3d(0px,  0px,  0px);
	    transform: translate3d(0px,  0px,  0px);
	}
	.footer nav {
	    border: none;
	    padding: 0;
	    text-align: center;
	}
	.footer ul {
	    float: none;
	    overflow: hidden;
	}
	.footer ul.primary-footer,  .footer ul.secondary-footer {
	    display: inline-block;
	    margin: 0 auto;
	}
	.a8c-attribution {
	    display: none;
	}
	nav .primary-footer,  nav .secondary-footer {
	    margin: 0 30px;
	}
	nav .primary-footer {
	    padding: 25px 15px 10px 15px;
	    border-bottom: 1px solid #6c954d;
	}
	nav .secondary-footer {
	    padding: 8px 15px 30px;
	}
	nav .a8c-services {
	    padding: 30px 0 35px;
	    text-align: center;
	    background: #222;
	}
	nav .a8c-services li {
	    display: inline-block;
	    float: none;
	}
	nav .a8c-services a,  nav .a8c-services a:visited,  nav .a8c-services a:hover,  nav .a8c-services a:active {
	    color: #bbb;
	}
	#wpcc-sign-in {
	    margin-right: 6px;
	}
}
p.sharing {
	float: right; 
	margin-right: 20px;
	margin-top: -30px;
}
.clouds-sm {
  	height: 140px;
  	position: relative;
  	text-align: center;
  	z-index: 1;
  	width:100% !important;
	background-color: #26717f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00caf0), to(#ccf3fc));
	background-image: -webkit-linear-gradient(top, #00caf0, #ccf3fc);
	background-image: linear-gradient(top, #00caf0, #ccf3fc);
}
.clouds-sm:after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  margin-bottom: -1px;
	  width: 100% !important;
	  min-width: 100%;
	  height: 137px;
	  background: url("/wp-content/plugins/inbound-rocket/assets/images/the-cloud-sm.svg") center bottom repeat-x;
	  pointer-events: none;
	  z-index: 2;
}
@media (max-width: 530px) {
	.clouds-sm {
		height: 90;
	}
}
#wpbody-content {
  padding-bottom: 0;
}

.big-button,.big-button--orange,.big-button--share {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  margin-top: 15px;
}

.big-button:hover,.big-button--orange:hover,.big-button--share:hover,.big-button:active,.big-button--orange:active,.big-button--share:active,.big-button:focus,.big-button--orange:focus,.big-button--share:focus,.big-button:visited,.big-button--orange:visited,.big-button--share:visited {
  color: #fff;
  cursor: pointer;
}

.big-button--orange {
  background-color: #F67D42;
  border: 1px solid #E75913;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,195,166,0.5),0 1px 0 rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 rgba(255,195,166,0.5),0 1px 0 rgba(0,0,0,0.08);
}

.big-button--orange:hover {
  color: #fff;
  background-color: #f56c2a;
}

.big-button--orange:active {
  color: #f1f1f1;
  background-color: #f45c11;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-submitting {
  background-color: #979797;
  cursor: not-allowed;
  border-color: grey;
  box-shadow: none;
}

.btn-submitting:hover,.btn-submitting:active,.btn-submitting:focus,.btn-submitting:visited {
  background-color: #979797;
  color: #fff;
  box-shadow: none;
}

.featurelist {
  width: 100%;
  float: left;
  margin-right: 1.40845%;
  display: inline;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 20px;
}

.featurelist:first-of-type {
  /* margin-bottom: 60px; */
}

@media (min-width: 1200px) {
  .featurelist {
    float: left;
    margin-right: 1.40845%;
    margin-right: 60px;
  }
}

.featurelist .title {
  width: 100%;
  height: 72px;
  background-color: #979797;
  position: absolute;
  text-align: center;
  padding-top: 15px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.featurelist .title h2 {
  color: #fff;
  font-size: 20px;
}

.featurelist .title.teal {
  background-color: #6EC8C7;
}

.featurelist .content {
  /* margin-top: 50px;
  padding: 30px; */
}

.featurelist .features {
  font-weight: bold;
  font-size: 18px;
  padding-left: 15px;
}

.featurelist .features li {
  list-style-position: outside;
  text-indent: -16px;
}

.featurelist .features p {
  margin-left: 2px;
  margin-top: -5px;
}

.featurelist p {
  text-transform: none;
  font-weight: normal;
  line-height: 27px;
}

* {
  box-sizing: border-box;
}

.big-button--share {
  display: inline-block;
  margin-right: 2px;
  width: 82px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0 1px 0 rgba(0,0,0,0.08);
}

@media (min-width: 1200px) {
  .big-button--share {
    margin-right: 7px;
    width: 200px;
  }
}

.big-button--share.fb {
  background-color: #3B579D;
  border: 1px solid #344d8a;
}

.big-button--share.fb:after {
  content: "";
}

@media (min-width: 1200px) {
  .big-button--share.fb:after {
    content: "Share on Facebook";
  }
}

.big-button--share.fb:hover {
  background-color: #4261b0;
}

.big-button--share.fb:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1.4 "icomoon";
  vertical-align: top;
  margin-right: 5px;
}

.big-button--share.tw {
  background-color: #1DB1EB;
  border: 1px solid #13a3db;
}

.big-button--share.tw:after {
  content: "";
}

@media (min-width: 1200px) {
  .big-button--share.tw:after {
    content: "Share on Twitter";
  }
}

.big-button--share.tw:hover {
  background-color: #34b9ed;
}

.big-button--share.tw:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1.4 "icomoon";
  vertical-align: top;
  margin-right: 5px;
}

.big-button--share.wp {
  background-color: #1585B6;
  border: 1px solid #12749f;
}

.big-button--share.wp:after {
  content: "";
}

@media (min-width: 1200px) {
  .big-button--share.wp:after {
    content: "Write a Review";
  }
}

.big-button--share.wp:hover {
  background-color: #1896cd;
}

.big-button--share.wp:before {
  content: "";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: normal 20px/1.4 "icomoon";
  vertical-align: top;
  margin-right: 5px;
}

.dialog-bottom-right {
  line-height: 28px;
  background-color: #6EC8C7;
  color: #fff;
  position: fixed;
  z-index: 1111;
  right: 0;
  bottom: -400px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  width: 300px;
  padding: 20px;
  -moz-box-shadow: grey -1px 0 7px;
  -webkit-box-shadow: grey -1px 0 7px;
  box-shadow: grey -1px 0 7px;
}

@media (min-width: 1200px) {
  .dialog-bottom-right {
    width: 668px;
  }
}

.dialog-bottom-right h1 {
  color: #1B6F6C;
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
}

.dialog-bottom-right p {
  color: #fff;
  font-size: 14px;
}

.close {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-top: -30px;
  color: grey;
  font-size: 18px;
  text-decoration: none;
}

.close:hover {
  color: grey;
}