/*
	Theme Name: Caitlin Cahill 4.0
	Description: Built on the HTML5 Blank WordPress Theme
	Version: 1.0.0
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Shadows+Into+Light+Two');
@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/BebasNeueRegular.ttf')  format('truetype');
}

/*@font-face {
  font-family: 'Bebas Neue Light';
  src: url('fonts/BebasNeueLight.ttf')  format('truetype');
}*/

@font-face {
  font-family: 'Bebas Neue Bold';
  src: url('fonts/BebasNeueBold.ttf')  format('truetype');
}

/* 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 {
	font-size:110%;
	height: 100vh;
}
body {
	font:300 17px/1.5 'Open Sans', Helvetica, Arial, sans-serif;
	color:#000;
	height:100%;
	display: flex;
	flex-direction: column;
	background-color: #fafafa;
}

.hide{
	display:none !important;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

.clear-right{
	clear:right;
}

.clear-left{
	clear:left;
}

img {
	max-width:100%;
	vertical-align:bottom;
}

hr{
	margin:30px 0;
	clear:both;
}

a {
	color:#444;
	text-decoration:none;
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

main a{
	color:#d93c3d;
}

.main-content{
	line-height:1.8;
}

.main-content a{
	border-bottom:2px solid rgba(0,163,173,1);
	transition: background .15s cubic-bezier(0,163,173, 1);
	padding:1px;
	color:#00696f;
}

.main-content a:hover {
	background:rgba(0,163,173,.3);
	border-bottom:2px solid rgba(0,163,173,1);
	color:#444;
}

.button{
	background:#fff;
	border:1px solid #d93c3d;
	padding:10px 8px;
}

.button:active{
	background:#d93c3d;
	color:#fff;
}

.button-solid{
	padding:.7vw 1vw .2vw 1.3vw;
	background:#d93c3d;
	color:#fff;
	border-color:#a22;
	border-width: 0 3px 4px 0;
	border-style: solid;
	font-family: 'Bebas Neue Bold';
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button.button-solid{
	padding:.5em .3em .3em !important;
	font-size:1.3em;
}

.button-solid:active{
	background: #a22;
}

input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */

.wrapper{
	flex:1 0 auto;
}
body:not(.home) .wrapper,.footer > *{
	width:98vw;
	position:relative;
	max-width:1280px;
	margin:0 auto;
}

main{
	padding-bottom:20px;
}

form, form *{
	max-width:92vw;
}

.main-content > section > section{
	display:inline-block;
}

/* header */
.header {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
/* logo */
.logo > *{
	
}

.logo .site-title{
	font-family: 'Bebas Neue Bold';
	font-size: 3.6vw;
	letter-spacing: 1px;
	color:#d93c3d;
	line-height: 1em;
}

.description{
	font-family:'Shadows Into Light Two';
	color:#edab00;
	font-size: 2.1vw;
	line-height: 1.5em;
}

.custom-logo {
	max-height: 50px;
	width: auto;
}

/* nav */
nav ul li{
	display: inline-block;
	list-style-type: none;
}

header .nav {
	line-height: 1.4em;
	flex-grow: 2;
	font-family: 'Bebas Neue Bold';
	letter-spacing:1px;
}

header nav ul{
	float:right;
	margin:0;
	padding:0;
	max-width: 70vw;
}

header nav ul li:first-child{
	margin-left:0;
}

header nav ul li a{
	font-size: 3vw;
	color:#444;
	padding-bottom:0;
}

header .current-menu-item a{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#edAB00;
	color:#00696f;
}

header nav ul li{
	margin-left:1.2vw;
}

footer nav ul li{
	margin:0 .6vw;
}

footer nav ul{
	margin:0;
	padding:0;
	text-align: center;
}

/* sidebar */
.sidebar {
}

aside.left{
	float:left;
}

aside.right{
	float:right;
}
/* footer */
.footer {
	clear:both;
	width: 100%;
	background-color:#00696f;
	color:#fff;
	padding:30px 0;
}

.copyright{
	text-align: center;
	padding:20px 0 0 0;
}

.horizontal > div{
	display: inline-block !important;
}

footer div.horizontal{
	display:flex;
	justify-content:center
}

footer div.horizontal > *{
	vertical-align:top;
	padding:10px 20px;
	width:auto;
}

/* Flex Grid */
div.flex{
	display:flex;
	align-items:flex-end;
	flex-wrap:wrap;
}

div.flex > *{
	margin-right:10px;
	margin-top:10px;
	border-width:4px;
	border-color:transparent;
	border-style:solid;
	padding:0;
	max-width:300px;
}

div.flex > a:hover{
	border-width:4px;
	/*border-color:#00696f;*/
	border-color:#d93c3d;
	border-style:solid;
	padding:0
}
div.flex > :last-of-type{
	margin-right:0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.home .wrapper{
	width:100vw;
	margin:0 !important;
}

.home .header, #frontpage-content{
	width:92vw;
	max-width: 1280px;
	margin:0 auto;
}

#frontpage-content{
	padding:20px 0;
}

main article > *+section{
	border-top:1px solid #edAB00;
	padding-top:15px;
	margin-top:15px;
}

/* Portfolio */

#portfolio section{
	display: flex;
	flex-wrap: wrap;
}

.portfolio-filter p{
	margin:0 0 0 10px;
	text-transform: uppercase;
}

.portfolio-filter ul{
	padding:0 0 10px 15px;
	margin:0;
}

.portfolio-filter li{
	list-style-type: none;
	display: inline-block;
	margin-right:15px;
	text-transform:	uppercase;
	color:#d93c3d;
	cursor: pointer;
}

#portfolio article{
	width:100%;
}

#portfolio article .portfolio-image{
	display: block;
	width:100%;
	height:200px;
	overflow: hidden;
	border:1px solid #edAB00;
}


#portfolio article .portfolio-image img{
	display: block;
	width:100%;
	height:auto;
}

.project-summary{
	padding:10px 0;
}

#portfolio article h2{
	display: block;
	width: 100%;
	margin:0;
	padding:0;
}

.jetpack-portfolio h1{
	margin-top:10px;
}

/*------------------------------------*\
    POSTS
\*------------------------------------*/

body:not(.single) article.post, body.search-results article{
	border:1px solid #edAB00;
	margin-bottom: 20px;
	background-color: #fff;
}

body:not(.single) article.post .header-image{
	background-color: #444;
	display: block;
	width: 100%;
	height:auto;
	max-height: 200px;
	overflow: hidden;
}

body.search-results article.post .header-image{
	display:none;
}

#blog-posts{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

#blog-posts article{
	width:100%;
}

.post-summary h2{
	font-family: 'Bebas Neue';
	line-height: .8em;
    margin: 0;
}

.post-summary{
	display: inline-block;
	padding:20px 20px 0 20px;
}

.post-summary p{
	margin:0;
}

.date{
	color:#d93c3d;
	/*font-weight: 400;
	font-family: 'Shadows Into Light Two';*/
}

#meta{
	margin: 10px 0 0 0;
}

a.view-article, .comment-form .submit{
	border:1px solid #d93c3d;
	color:#d93c3d;
	padding:6px 8px;
	display: inline-block;
	margin:15px 0 20px;
	border-radius: 0;
	background: #fff;
}

a.view-article:active, .comment-form .submit:active{
	background-color: #d93c3d;
	color:#fff;
}

.date,.categories{
	font-size: 90%;
}
.tags,.categories{
	list-style-type: none;
	margin:10px 0;
	padding:0;
}

.tags li{
	display: inline-block;
	margin: 5px 8px 5px 0 ;
}

.tags li a{
	color:#d93c3d;
	padding:4px 6px;
	border:1px solid;
	text-transform: capitalize;
	font-size: 80%;
}

.categories span.separator{
	content:'\00bb';
	color:#edAB00;
	padding: 0 4px;
	font-size: 2em;
	vertical-align: -.1em;
}

.post-edit-link{
	color:#d93c3d;
	display: block;
	clear: both;
}

.comments{
	border-top:1px solid #e1e1e1;
	margin-top:10px;
	padding-top:10px;
}

.comments h2{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.comments > ul{
	padding:0;
}

.comments > ul > li.comment{
	border-top:2px solid #edAB00;
	margin-top:-2px;
}

li.comment{
	list-style-type: none;
}

.comment-body{
	border-color:#edAB00;
	border-width:0 2px 2px 2px;
	border-style: solid;
	border-collapse: all;
	padding:10px;
}

.comment-author .avatar{
	width:50px;
	height:50px;
	border-radius: 50%;
	border-width:1px;
	border-style: solid;
	margin-right:10px;
}

.comment-author.vcard{
}

.comment-author.vcard img{
	vertical-align: middle;
}

.comment-body > *:not(.comment-author){
	margin:0 0 1em 64px;
}

.comment-body .reply{
	margin-bottom: 10px;
}

.comment-body .reply a{
	color:#d93c3d;
}

.comments h1,h3.comment-reply-title{
	color: #00696f;
}

.comments h1{
	font-family: 'Bebas Neue Bold'
}

.comment-form label{
	display: inline-block;
	min-width: 55px;
}

.comment-form p.logged-in-as{
	margin:0;
}

.comment-form textarea{
	border-color:#e1e1e1;
	width: 100%;
}

section#blog-posts article{
	background-color:#fff;
}

.gist-data{
	max-height:300px;
}

.pin{
	display:none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{
	border:none;
}

/*------------------------------------*\
    Widgets
\*------------------------------------*/

main #frontpage-widgets .fullwidth{
	position:relative;
	width:100vw;
	left:0;
}

main #frontpage-widgets .fullwidth img.background{
	width:100vw;
}

main #frontpage-widgets .textbox{
	position:absolute;
	top:5vw;
	left:47vw;
	max-width:47vw;
	padding:2.2vw;
	box-shadow: 1.5vw 1.5vw 0 #b8860b;
}

main #frontpage-widgets .textbox h1{
	font-size:3.3vw;
	margin-top:0;
	word-spacing: -.8vw;
}

main #frontpage-widgets .textbox p{
	font-size: 1.9vw;
	line-height: 1.3em;
	text-align: justify;
}

main #frontpage-widgets .dark{
	background: #00696f;
	color:#fff;
}

main #frontpage-widgets .dark h1{
	color:#fff;
}

main #frontpage-widgets .light{
	background: #fff;
	color:#00696f;
}

main #frontpage-widgets .light h1{
	color:#d93c3d;
}

main #frontpage-widgets .button-solid{
	float:right;
	font-weight: bold;
	letter-spacing: 2px;
	font-size:2vw;
}

.speechbubble:after {
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -3.9vw;
	left: 6vw;
	width: 0;
	border-width: 4vw 4vw 0;
	border-style: solid;
	border-color: #fff transparent;
}

.speechbubble .button-solid:after{
	content: "";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -4vw;
	left: 8vw;
	width: 0;
	border-width: 4vw 4vw 0;
	border-style: solid;
	border-color: #b8860b transparent;
}

.sidebar-widget > div{
	padding-bottom:20px;
}

aside .yikes-easy-mc-form input[type=email], aside .yikes-easy-mc-form input[type=number], aside .yikes-easy-mc-form input[type=text], aside .yikes-easy-mc-form input[type=url], aside .yikes-easy-mc-form select{
	padding:.2em;
	margin-bottom:0;
	background-color:#fff;
}

span.insert-page a img.wp-post-image{
	max-width:150px;
}

body.products .main-content .insert-page a{
	border-bottom:none;
}

body.products .main-content .insert-page a:hover{
	background:none;
}

body.books img.alignright{
	margin-bottom:0;
	max-height:300px;
	clear:both;
}

body.books .yikes-mailchimp-container{
	max-width:900px;
}

/*------------------------------------*\
    Shortcodes
\*------------------------------------*/

.su-tabs{
	background-color:#00696f !important;
}
.su-tabs .su-tabs-nav span{
	font-weight: 400;
}
.su-tabs .su-tabs-nav span:not(.su-tabs-current){
	color:#fff;
}
.su-tabs .su-tabs-nav span:not(.su-tabs-current):hover{
	color:#444;
}

.su-tabs-pane{
	font-size: 16px !important;
}

a.su-button.button-solid span{
	font-size: 1.3em;
	margin-top:.3em;
}

a.su-button.button-solid span svg{
	margin-right:8px;
}

.button-solid{
	letter-spacing:1px;
	margin:10px 10px 0 0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



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

i{
	margin-right:.5em
}


p{
	margin-top:0;
}

.main-content p a{
	font-weight:400;
	text-decoration:none;
	box-shadow: inset 0 -6px 0 0 rgba(247,227,185,1);
	border-width:0 !important;
}

.main-content p a:hover{
	background-color:rgba(247,227,185,1);
}

.main-content ul li a{
	text-decoration:none;
	border-bottom:none;
}

.footnote{
	font-size:14px;
	margin:0;
}

.flat-button,input[type=submit]{
	background:#fff;
	color:#d93c3d;
	border-color:#d93c3d !important;
	margin-bottom:10px;
	border-radius: 0;
}

input,textarea{
	border:1px solid #999;
}

h1, h2, h3{
	font-family: 'Bebas Neue';
	letter-spacing: 1px;
	margin:10px 0 5px;
	line-height: 1;
	color:#00696f;
	font-weight: bold;
}

main h2,main h3{
	clear:left;
	font-weight:bold;
	margin:40px 0 0 0;
}

h1.post-title{
	font-size: 2.8em;
}

main h1{
	font-size: 2em;
	font-family: 'Shadows Into Light Two';
	margin:.2em 0 .1em;
}

main h3, main h4, main h5{
	font-weight: 400;
	color:#d93c3d;
	font-family: 'Shadows Into Light Two';
	margin:.2em 0 .1em;
}

section > h1, h2 a, h1.post-title{
	color:#00696f;
	border:none;
	font-family: 'Bebas Neue Bold';
	word-spacing: .05em;
	color:#00526B;
	line-height: 1;
}

section > h1, main h2{
	font-size: 2.4em;
	word-spacing: .05em;
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.4em;
}

.title-wrap{
	background-image:url('img/paint.png');
	background-size: auto 4em;
	background-repeat:no-repeat;
	margin-left: -4vw;
	margin-bottom: 20px;
    padding: 1.2em 4vw .6em;
    width:100vw;
}

h1.title{
	border: none;
    color:#fff;
    font-size: 1.8em;
    /*font-family: 'Shadows Into Light Two';*/
    font-weight: 300;
    display: inline;
    height: 4em;
}

.single .header-image{
	background:#f3f3f3;
	height: auto;
	max-height:300px;
	overflow: hidden;
	display: block;
}

.header-image img{
	width:100%;
	height: auto;
	position: relative;
}

blockquote{
	border-left:2px solid #EDAB00;
	padding-left: 8px;
}

.footer *:not(input){
	color:#fff;
}

.fa-search *, .search-input{
	color: #333 !important;
}

ul.buttons{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:.8em;
}
ul.buttons li{
	margin:.4em;
}

ul.buttons li a{
	background:#d93c3d;
	color:#fff;
	padding:.6em .8em;
	font-weight:400;
	display:block;
	text-align:center;
	font-size:1em;
}

ul.buttons li a:hover{
	border:none;
}

ul.buttons i{
	color:#edab00;
	font-size:90%;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1023px) {
	.sidebar.right{
		display: none;
	}
}

@media only screen and (max-width:767px) {
	body{
		background:#fff !important;
	}
	.logo .site-title{
		font-size: 10vw;
	}
	.logo .description{
		font-size: 6vw;
	}
	nav{
		font-size: 7.5vw;
	}
	#calltoaction img, #calltoaction .textbox, .textbox:after {
		display: none;
	}
	#calltoaction{
		background:url('https://caitlincahill.com/wp-content/themes/caitlin-cahill-4.0/img/caitlincahill_cover_techsupport.jpg');
		background-size: 100vw auto;
		background-position: bottom left;
		height:38vw;
		background-repeat: no-repeat;
	}
	.title-wrap{
		text-align: center;
		background-position: center;
		margin: 0 0 5vw -4vw;
		width:100vw;
	}
	.wp-post-image{
		display: none;
	}

	img.alignright, img.alignleft{
		display:block;
		margin:0 auto;
		float:none;
	}

	.header{
		flex-direction: column;
		margin:0;
	}

	.logo{
		padding-bottom: 8px;
		margin-bottom: 20px;
		border-bottom:1px solid #00696f;
	}
	nav ul{
		padding:0;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	nav ul li a{
		font-size: 1em;
	}

	#blog-posts{
		width:90vw;
		margin:0 auto;
	}

	article.post, article.page{
		padding:0;
	}

		.button-solid{
		width:100%;
	}
	
	.single .wrapper{
		padding:0 10px;
	}
	
	h1.post-title{
		font-size:8vw;
	}
	
	.single article h2{
		font-size:7vw;
	}
	
	p#meta{
		margin:0 0 15px 0;
		font-size:.9em;
		line-height:1.2em;
	}
	
	footer div.horizontal{
		display:block;
	}
	
	header.header{
		padding:15px 0px 10px;
	}
	
	header nav{
		display:blcok;
		width:100%;
	}
	
	header nav ul{
		min-width:100%;
		flex-wrap:nowrap;
		float:none;
	}

	header nav ul li a{
		font-size:9vw;
		margin:1.4vw;
	}
	
	article h2{
		font-size:8vw;
		margin-top:0px;
	}

	.title-wrap{
		width:103vw;
		margin-bottom:10px;
	}

	.title-wrap h1{
		font-size:1.4em;
		padding:0;
		margin:0;
	}

	footer nav ul li a{
		font-size:.8em;
		padding:0 2vw;
	}

	.no-phone{
		 display:none;
	}
}

@media only screen and (min-width:280px) {
	.sidebar{
		width:100%;
		padding-left: 20px;
	}
	.col-2 > *, .col-3 > *, .col-4 > *{
		width:100%;
	}
	.page-template-template-sidebar main{
		display: inline-block;
		width:100%;
	}
}

@media only screen and (min-width:480px) {
	.col-2 > *{
		width:50%;
	}

	.col-3 > *{
		width:33%;
	}

	.col-4 > *{
		width:25%;
	}
}

@media only screen and (max-width: 600px){
	header nav.nav ul li a{
		font-size: 7vw
	}
}

@media only screen and (max-width: 768px){
	ul.buttons li{
		width:100%;
		font-size:110%;
		margin:.4em 0 !important;
	}
	article h2{
		font-size:2em;
		margin:.6em 0 .2em;
	}
	
	.main-content{
		padding:0 .8em;
	}
	
	main{
		padding-bottom:0
	}
}

@media only screen and (min-width:600px) and (max-width: 768px){
	body:not(.home) .wrapper{
		width: 95vw;
	}

	.title-wrap{
		background-size:101vw 5.5em;
		background-position: center;
		padding:1.6em 7vw;
		margin:0 0 3vw -2vw;
		text-align: center;
	}

	header nav ul li a{
		font-size: 5vw;
	}
}

@media only screen and (min-width:769px){

	body:not(.home) .wrapper{
		padding:0 10px;
	}
	
	.title-wrap{
		margin-left:-5vw;
		padding-left:6vw;
		background-size:75vw 4em;
	}
	
	h1.post-title{
		font-size: 2em;
	}

	main h2{
		font-size:1.8em;
		padding:10px 0 5px 0;
		margin:0;
	}

	main h3{
		font-size: 1.6em
		padding:20px 0 0;
	}

	#portfolio article{
		max-width:290px;
		margin:10px;
	}
	.third{
		max-width:33%;
	}

	.half{
		max-width:50%;
	}

	.su-box{
		background-color: #fff;
	}
	
	.su-box.right{
		float:right;
		margin:6px 0 0 15px;
	}
	
	.su-box.left{
		float:left;
		margin:6px 15px 0 0;
	}

	#blog-posts article{
		width:calc(50% - 10px);
	}
	.su-tabs .su-tabs-nav span{
		font-size: 1em;
	}

	.su-tabs-nav span{
		display:inline-block !important;
	}

	.su-tabs-panes{
		display: block !important;
	}
	
}

@media only screen and (min-width:768px) and (max-width: 1023px){
	.sidebar {
   		width: 100%;
    	padding: 0 !important;
	}

	.sidebar .sidebar-widget{
		display:flex;
		flex-wrap:wrap;
	  	justify-content:space-between;
	}
	.sidebar .sidebar-widget > div{
		display:inline;
		padding-bottom:10px;
	}
	#blog-posts{
		width: 92vw;
	}

	.title-wrap{
		margin-left:-3vw;
		background-size: 66% 4em;
		max-width:1600px;
	}

	.title-wrap h1{
		margin-left:-1vw;
	}

	#calltoaction{
		background:url('https://caitlincahill.com/wp-content/themes/caitlin-cahill-4.0/img/caitlincahill_cover_notext_1048.jpg');
		background-size:100vw auto;
		background-position:bottom left;
		background-repeat:no-repeat;
		height:38vw;
	}
}
@media only screen and (min-width:1024px) {
	.sidebar{
		width:280px;
		padding-top:3.8em;
	}
	.single .sidebar{
		padding-top:30px;
	}
	main:not(.full){
		display: inline-block;
		width:calc(100% - 300px);
	}

	#calltoaction{
		background:url('https://caitlincahill.com/wp-content/themes/caitlin-cahill-4.0/img/caitlincahill_cover_notext_1640.jpg');
		background-size:100vw auto;
		background-position:bottom left;
		background-repeat:no-repeat;
		height:38vw;
	}

}

@media only screen and (max-width: 1280px){
	.single .header-image{
		width:106vw;
		margin-left:-6.5vw;
	}

	.single .wrapper{
		padding:0 20px;
	}
}

@media only screen and (min-width:1280px) {
	.header-image{
		width:100%;
		margin:0;
	}
}

@media only screen and (min-width: 1300px){
	.title-wrap{
		background-size:50vw 4em;
	}
}


/*------------------------------------*\
    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;
}

table{
	margin-bottom:20px;
	background-color: #fff;
}

.pins{
	display: none;
}

/* Social Links */
.social-links ul{
	margin:0;
}

.social-links a{
	text-decoration:none;
	border:none;
}

.social-links a:hover{
	border-bottom:2px solid #00696f;
}

/* Font Awesome */
.fa-ul svg{
	margin-right:12px;
	min-width: 17px;
}

.fa-ul{
	margin:0;
}

.fa-ul li{
	margin-bottom:.2em;
}

.fa-facebook{
	color:#3B5998;
}
.fa-twitter{
	color:#00B6F1;
}
.fa-youtube{
	color:#FF0000;
}
.fa-linkedin{
	color:#007BB6;
}
.fa-google-plus-square{
	color:#DF4A32;
}

.fa-pinterest{
	color:#cb2027;
}

.fa-check.good{
	color:#00696f;
}

.fa-times.bad{
	color:#d93c3d;
}

/*------------------------------------*\
    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 {

}

/*------------------------------------*\
Shortcodes Ultimate
\*------------------------------------*/
.su-table{
	margin-top:10px;
}

.main-content .su-table table{
	margin-bottom:10px !important;
}

/*------------------------------------*\
    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;
	}
}
