/*
	Theme Name: SPRISKA
	Theme URI: http://spriska.com
	Description: Custom WordPress Theme
	Version: 3.0.1
	Author: Specialty Risk of America
	Author URI: http://spriska.com
	Tags: Responsive, HTML5, CSS3
*/


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin: 0 auto;
	padding-top: 20px;
	max-width: 1400px;
	position:relative;
	background: #fff;
}
/* header */
.header {
	
}


/* nav */
.nav {
	width: 100%;
	background: #042c73;
	clear: both;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


/*------------------------------------*\
    GLOBAL / SITEWIDE
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: #eee;
}
/* clear */
div.clearfix {
	clear: both;
	height: 0px;
	width: 100%;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

img.size-thumbnail {
	width: 150px;
	height: 150px;
}

img.size-medium {
	width: 450px;
	height: auto;
}

img.size-large {
	width: 700px;
	height: auto;
}
img.size-full {
	width: 100%;
	height: auto;
}

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/* ------- LINK TO TOP OF PAGE ------- */
div.toplink {
	border-radius: 25px;
	bottom: 12px;
	display: block;
	height: 30px;
	position: fixed;
	right: 7px;
	width: 30px;
	z-index: 113;
}

div.toplink a {
	color: #ccc;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	height: 100%;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
@media screen and (max-width: 1099px) {
	div.toplink {
		display: none;
	}
}


/*-------------------------------------------*\
    MASTHEAD
\*-------------------------------------------*/

.logo {
	float: left;
	margin: 0px 0px 25px 20px;
	min-width: 170px;
	width: 20%;
}
.logo-img {

}

div.social {
	float: right;
	font-size: 30px;
	text-align: right;
	padding: 0px 26px 0 0;
}
div.social a {
	color: #eee;
	padding: 0 6px 0 0;
}
div.social a:hover i.fa-facebook-square { color: #3b5998; }
div.social a:hover i.fa-linkedin-square { color: #0077b5; }
div.social a:hover i.fa-twitter-square { color: #1da1f2; }

div.social span.makepayment a {
	padding: 6px 8px;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
	background: #849324;
}
@media screen and (max-width: 1100px) {
	div.social {
		line-height: 30px;
	}
}

@media screen and (max-width: 480px) {
	div.social span.makepayment a {
		font-size: 9px;
	}
	div.social i.fa {
		visibility: hidden;
	}
}


/*------------------------------------*\
    NAVIGATION MENUS
\*------------------------------------*/

 /* Now controlled by UberMenu!  */


/*------------------------------------*\
    PAGE FEATURED IMAGES & TAGLINES
\*------------------------------------*/

div.featured {
	width: 100%;
	padding-top: 48%;	/* This determines how tall the featured image will be */
	background-size: cover;
}
div.featured div.tagline span {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: 'Shadows Into Light Two', Tahoma, sans-serif;
	letter-spacing: .02em;
	margin: 0 0 30px 0;
	padding: 5px 20px;
}
div.featured div.tagline {
	font-size: 28px;
}
@media screen and (max-width: 768px) {
	div.featured div.tagline { font-size: 20px; }
}
@media screen and (max-width: 480px) {
	div.featured div.tagline { font-size: 16px; }
}

div.featured-color {
	height: 40px;
}


/*------------------------------------*\
    PAGE & POST CONTENTS
\*------------------------------------*/

article {
	font-size: 14pt;
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px 0;
	text-align: justify;
}

article.news h3 {
	line-height: 1em;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
}

article.news h3:before {
	content: '\f0a9';
	padding-right: 10px;
	color: #427d95;
	font-family: 'FontAwesome';
}

div.pagination {
	margin: 20px auto;
	max-width: 300px;
	font-size: 1.5em;
	text-align: center;
}

.columns2 {
    -moz-column-count: 2; /* Firefox */
    -moz-column-gap: 40px; /* Firefox */
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    column-count: 2;
    column-gap: 40px;
}

.columns3 {
    -moz-column-count: 3; /* Firefox */
    -moz-column-gap: 40px; /* Firefox */
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    column-count: 3;
    column-gap: 40px;
}

@media screen and (max-width: 850px) {	/*	NO COLUMNS ON NARROW SCREENS */
	.columns2, .columns3 { 
	    -moz-column-count: 2; /* Firefox */
	    -moz-column-gap: 40px; /* Firefox */
	    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	    column-count: 2;
	    column-gap: 40px;
	}
}

@media screen and (max-width: 600px) {	/*	NO COLUMNS ON NARROW SCREENS */
	.columns2, .columns3 { 
	    -moz-column-count: 1; /* Firefox */
	    -moz-column-gap: 0px; /* Firefox */
	    -webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
	    column-count: 1;
	    column-gap: 0px;
	}
}

article a {
	border-bottom: dashed 1px #ddd;
}
article a:hover {
	background: #f7f7f7;
}

article a.pdf:after, article a.xls:after, article a.doc:after {
	font-family: 'FontAwesome';
	font-size: .8em;
	opacity: .5;
	padding-left: 10px;
}

article a.pdf:after {
	content: '\f1c1';
	color: #fd151b;
}

article a.xls:after {
	color: #849324;
	content: '\f1c3';
}

article a.doc:after {
	color: #427e96;
	content: '\f0f6';
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

article h1 {
	font-size: 2.2em;
	text-align: left;
	text-transform: uppercase;
}

article h2 {
	font-size: 2.2em;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
}

article h3 {
	font-size: 1.5em;
	text-align: left;
	text-transform: uppercase;
}

article h4 {
	font-size: 1.6em;
	border-bottom: solid 1px #aaa;
	font-weight: lighter;
	text-transform: capitalize;
}

article h5 {
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
}

article h6 {
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
}

article img {
	border-radius: 10px;
}

@media screen and (max-width: 1030px) {
	article { padding: 20px 1.9%; }
}

@media screen and (max-width: 768px) {
	article { 
		padding: 20px 2.4%;
	}
}

@media screen and (max-width: 480px) {
	article { padding: 20px 3%; }
	article h1, article h2 {
		font-size: 1.25em;
	}
	article h3, article h4 {
		font-size: 1em;
	}
	article h5, article h6 {
		font-size: .8em;
	}
	article {
		font-size: 12pt;
	}
}


/*------------------------------------*\
    COLUMNS
\*------------------------------------*/

div.column {
	width: 31.33%;
	float: left;
	min-width: 200px;
	margin: 0 1% 20px 1%;
}

div.column h1, div.column h2, div.column h3, div.column h4, div.column h5, div.column h6 {
	margin: 0;
}

@media screen and (max-width: 850px) {
	div.column {
		width: 48%;
	}
}

@media screen and (max-width: 600px) {
	div.column {
		width: 98%;
	}
}


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

a.blue, a.teal, a.green, a.yellow, a.red, a.gray {
	border-radius: 3px;
	border-style: solid;
	border-width: 2px;
	display: block;
	font-size: .7em;
	font-weight: bold;
	margin: 0 0 10px 0;
	max-width: 300px;
	min-width: 200px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

a.blue, a.blue:hover {
	background: #4d698f;
	border-color: #01295f;
	color: #fff;
}

a.teal, a.teal:hover {
	background: #7ba5b6;
	border-color: #437f97;
	color: #fff;
}

a.green, a.green:hover {
	background: #a9b365;
	border-color: #849324;
	color: #fff;
}

a.yellow, a.yellow:hover {
	background: #ffb30f;
	border-color: #bc8b1d;
	color: #fff;
}

a.red, a.red:hover {
	background: #fe5b5f;
	border-color: #fd151b;
	color: #fff;
}

a.gray, a.gray:hover {
	background: #f0f0f0;
	border-color: #ababab;
	color: #555;
}

a.blue.center, a.teal.center, a.green.center, a.yellow.center, a.red.center, a.gray.center {
	margin-left: auto;
	margin-right: auto;
}

hr.gray {
	background: #ababab;
	color: #ababab;
	height: 0px;
	margin: 10px auto 20px auto;
	max-width: 200px;
}

@media screen and (max-width: 600px) {
	div.column a.blue, div.column a.teal, div.column a.green, div.column a.yellow, div.column a.red {
		margin: 0 auto 10px auto;
	}
}



/*------------------------------------*\
    PRODUCTS PAGE
\*------------------------------------*/

article.product-page {
	max-width: 100%;
	padding-top: 0px;
}

div.products {
	display: inline-block;
}

div.product {
	background-position: center top;
	background-size: cover;
	border-radius: 15px 15px 15px 0;
	display: inline-block;
	float: left;
	margin: 1% 0 0 1%;
	padding: 0;
	text-align: left;
	width: 32%;
}

div.product-group {
	background-color: #fff;
	color: #000;
	display: block;
	font-weight: bold;
	height: 30px;
	margin: 170px 0 0 0;
	opacity: .87;
	padding-top: 2px;
	text-align: center;
	text-transform: uppercase;
}

div.product-list {
	background: #fff;
	display: block;
	margin-bottom: 0px;
	opacity: .85;
	padding: 0 0 10px 0;
}

div.product-list:hover {
/*	opacity: 1;  */
}

div.product ul {
    -moz-column-count: 2; /* Firefox */
    -moz-column-gap: 40px; /* Firefox */
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    column-count: 2;
    column-gap: 40px;
    padding-top: 7px;
    list-style-type: circle;
	margin: 0px;
}

div.product li {
	font-size: 14px;
	font-weight: 900;
}

@media screen and (max-width: 1300px) {
	div.product li {
		font-size: 12px;
	}
}

@media screen and (max-width: 1100px) {
	div.product li {
		font-size: 10px;
	}
}

@media screen and (max-width: 1000px) {
	div.product li {
		font-size: 13px;
	}
	div.product {
		width: 48.5%;
	}
}

@media screen and (max-width: 800px) {
	div.product li {
		font-size: 11px;
	}
	div.product {
		width: 48%;
	}
}

@media screen and (max-width: 700px) {
	div.product li {
		font-size: 12px;
	}
	div.product {
		width: 98.9%;
		margin-top: 10px;
	}
}



/*------------------------------------*\
    APPLICATIONS
\*------------------------------------*/

div.applist {
	width: 49%;
	float: left;
	display: inline-block;
}

div.appwindow {
	width: 49%;
	float: right;
	height: 150px;
	overflow: auto;
	display: inline-block;
	padding-bottom: 40px;
}

a.appanchor {
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	display: inline-block;
	width: 1px;
	border: solid 10px lime;
}

div.appset {
	background-image: url('img/icon-doc.jpg');
	background-position: 0px 10px;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
	height: 135px;
	margin: 0px 1% 30px 1%;
	padding: 0 0 0 120px;
	width: 98%;
}

div.appset b {
	text-transform: uppercase;
	font-size: .8em;
	display: inline-block;
	padding-top: 15px;
	color: #01295e;
}

div.appset a {
	font-weight: bold;
	font-size: .7em;
	border-bottom: solid 1px #bbb;
}

@media screen and (max-width: 800px) {
	div.appset {
		width: 98%;
	}
	div.applist, div.appwindow {
		float: none;
		width: 98%;
		margin: 0 auto 15px auto;
		height: auto;
	}
}


/*------------------------------------*\
    PROFILES
\*------------------------------------*/

div.profile {
	float: left;
	margin: 0 1% 25px 1%;
	max-width: 31%;
	border: solid 1px #23211f;
	border-radius: 25px 25px 25px 0;
	overflow: hidden;
	padding: 0px;
}

div.profile div.info {
	padding: 0 10px;
	text-align: center;
}

div.profile img {
	border-radius: 0;
}

div.profile div.name {
	font-weight: bold;
}

div.profile div.divider {
	width: 100%;
	height: 1px;
	background: #aaa;
	margin: 8px 0;
}

div.profile div.email a {
	color: #437f97;
	border-bottom: 0 !important;
}

div.profile div.linkedin {
	text-align: center;
}

div.profile div.linkedin a {
	border-bottom: 0 !important;
}

div.profile i.fa-linkedin {
	color: #437e96;
	opacity: .7;
}

div.profile i.fa-leaf {
	color: #9aa45c;
	opacity: .3;
}

@media screen and (max-width: 1000px) {
	div.profile div.info {
		font-size: .7em;
	}
}

@media screen and (max-width: 800px) {
	div.profile {
		max-width: 46%;
	}

	div.profile div.info {
		font-size: .7em;
	}
}

@media screen and (max-width: 550px) {
	
	div.profile {
		max-width: 500px;
		margin: 10px auto;
		float: none;
	}

	div.profile div.info {
		font-size: 1em;
	}

}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
	background: #333333;
	color: #dddddd;
	color: #fff;
	font-weight: bold;
	padding: 15px;
}

div.foot-float {
	margin: 0 auto;
	max-width: 1400px;
}

footer a {
	color: #dddddd;
}

nav.foot-nav {
	
}
nav.foot-nav ul {
	display: inline-block;
	float: right;
	list-style-type: none;
	margin: 0;
	max-width: 450px;
	padding: 0;
}
nav.foot-nav ul li {
	display: inline-block;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	text-align: right;
	text-transform: uppercase;
	width: 145px;
}
nav.foot-nav ul li a {
	color: #999;
	font-size: .9em;
	font-weight: 900;
	margin: 0;
}
nav.foot-nav ul li.current_page_item a {

}
nav.foot-nav ul li.portal {
	float: right;
}
nav.foot-nav ul li.portal a {
	border-left: solid 1px #5499b4;
	border-right: 0px;
	margin-left: 4px;
	padding-top: 14px;
}

div.badges {
	display: inline-block;
	max-width: 300px;
	min-width: 100px;
	padding: 0 0 10px 10px;
}

div.badges img.trusted-choice {
	width: 80px;
	opacity: 0.4;
}

div.badges img.demotech {
	width: 190px;
	opacity: 0.3;
	padding-left: 20px;
}

@media screen and (max-width: 800px) {
	div.badges {
		max-width: none;
		width: 100%;
		margin: 25px 0;
		text-align: center;
	}

	div.badges img.trusted-choice {
		width: 60px;
		opacity: 0.4;
	}

	div.badges img.demotech {
		width: 120px;
		opacity: 0.4;
		padding-left: 20px;
	}
	nav.foot-nav ul {
		max-width: none;
		width: 99%;
	}
	nav.foot-nav ul li {
		text-align: left;
		width: 32.5%;
	}
}



/*------------------------------------*\
    COPYRIGHT
\*------------------------------------*/

div.copyright {
	background: #222;
	border-bottom: solid 6px #849324;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: .8em;
	font-weight: bold;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

div.copyright a {
	color: #FFFFFF;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}


@media screen and (max-width: 800px) {
	
}








/*------------------------------------*\
    INTERNET EXPLORER SUCKS ASS
\*------------------------------------*/
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.wrapper {
		margin:20px auto 0 auto;
		max-width:1400px;
		min-width: 800px;
		position:relative;
		width:100%;
	}
}




















