	/*
	File Name: Common Style Sheet
	Description: collection of commonly used class names
	Version: 1.0
	License: GPL V2
*/
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700);

body {
	/*font-family: 'Josefin Sans', Futura, "Century Gothic", "Trebuchet MS", Arial, sans-serif;*/
	font-family: "Times New Roman", Georgia, Serif;
	width: 100%;


}
h1,h2,h3,h4,h5,h6{
	font-family: 'Acustica-Caps', serif;
	/*font-family: 'Josefin Sans', sans-serif;*/
	/*font-weight: 700;*/
	color: #155982;
}

p{margin: 15px 0;}
h1 {
	font-size: 26px;
	line-height: 26px;
}
h2 {
	font-size: 24px;
	line-height: 24px;
}
h3 {
	font-size: 22px;
	line-height: 22px;
}
h4 {
	font-size: 20px;
	line-height: 20px;
}
h5 {
	font-size: 18px;
	line-height: 18px;
}
h6 {
	font-size: 18px;
	line-height: 18px;
}
a{ color: #a6a436; text-decoration: none; }
a:hover{ color: #6b6a17 !important;}
a:visited {color: #a6a436;}

.left{ float: left;}
.right{ float: right;}
.none{ float: none;}
.clear{ clear:both;}
.center{ text-align: center;}
.align-right{ text-align: right;}
.margin10{ margin: 10px;}  .margin20{ margin: 20px;}
.padding10{ padding: 10px;} .padding20{ padding: 20px;}
.auto{ margin: 0 auto}
.hide{ display: none;}
.block{ display: block;}
.font100{ font-weight: 100;}
.font400{ font-weight: 400;}
.font800{ font-weight: 800;}
.transition{transition: 0.3s all ease-in-out;-moz-transition: transition: 0.3s all ease-in-out;-webkit-transition: transition: 0.3s all ease-in-out;}
.width50{ width: 50%; box-sizing: border-box;padding: 10px;}
/*-- colors --*/
.blue{ color: #155982; }
.yellow{ color: #a6a436; }
.white{ color: #ffffff; }
/*-- gravity forms --*/
.gform_fields{
	list-style-type: none;
}
.gfield label{
	font-size: 14px;
}
.gform_fields input[type=text]{
	/*border-radius: 10px;*/
	width: 80%;
	outline: none;
	padding: 5px 10px;
	border: 1px solid #ebebeb;
	background: #ebebeb;

}
.gform_footer{
	text-align: center;
}
.gform_fields input[type=text]:focus{
	border: 1px solid #5198cc;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	box-shadow: inset 0 0 3px #5198cc;
}
.button-primary,.gform_button{
	border: none;
	outline: none;
	padding: 8px 15px !important;
	background: #f0f0f0 !important;
	color: #303030;
	font-weight: 800;
	transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;

}
.gform_button{
	background: #414141 !important;
	color: #ffffff;
	font-size: 17px;
}
.button-primary:hover{
	background: #B40439 !important;
	color: #ffffff;
}
.gform_button:hover{
	background: #B40439 !important;
}
/* ---------- List Styles ---------- */
/* CheckList Defaults */
ul.checklist,
ul.checkbox {
	list-style:none;
	padding-left:10%;
}
ul.checklist li,
ul.checkbox li {
	padding-left:25px;
	margin:5px 0;
}
ul.checklist li:before,
ul.checkbox li:before {
	font-family:"FontAwesome";
	display:block;
	float:left;
	font-size:18px;
	line-height:22px;
	margin-left:-25px;
	color:#XXXXXX;
}
/* Check */
ul.checklist li:before {
	content:"\f00c";
}
/* CheckBox */
ul.checkbox li:before {
	content:"\f046";
}
/* ---------- Layout ---------- */
body {
	background:url('/wp-content/themes/magellanmedia/images/waves-bg.jpg') repeat;
}

h1.logo{
	margin: 0;
}
#page {
	max-width:1200px;
	width: 100%;
	margin:auto;
	background:#f1f1f1;
}
#masthead {
	background:#ffffff;
}
.site-branding {
	float:left;
	padding: 20px;
}
.headerbox {
	float:right;
	text-align:right;
	font-family: 'Josefin Sans', sans-serif;
	/*font-family: 'fontscorecomttwcenmt';*/
	padding: 20px;
	margin-top: 2%;
}
#content {
	padding:20px;
	width: 100%;
}
.entry-header{
	margin-bottom: 15px;
}
#primary {
	width:65%;
	margin-right:5%;
	float:left;
}
#sidebar {
	width:30%;
	float:left;
	margin-top: 15px;
}
#sidebar #text-9{
	background: #292929;
	overflow: hidden;
	color: #f9f9f9;
	padding: 15px;
	font-family: 'fontscorecomttwcenmt';
}
#sidebar #text-9 .widget-title{
	text-align: center;
	font-family: 'fontscorecomttwcenmt';
	font-size: 32px;
	margin-bottom: 18px;
}

#sidebar #text-9 > .widget-title{
	display: none;
}

#sidebar #text-9 ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar #text-9 ul li .fa{
	display: block;
	float: left;
	margin-top: 4px;

}
#sidebar #text-9 ul li span{
	padding-left: 25px;
	display: block;
}
a.button-primary.button, .gform_button.button{
	background: #a6a437 !important;
	color: #fff;
	font-family: 'fontscorecomttwcenmt';
	font-weight: 400;
	padding: 10px 17px !important;
	font-size: 18px !important;
	box-shadow: 0 0 7px #777 inset;
	-moz-box-shadow: 0 0 7px #777 inset;
	-webkit-box-shadow: 0 0 7px #777 inset;
}
.gform_button.button:hover {
	color: #6b6a17 !important;
	border: none;
	box-shadow: 0 0 7px #777 inset;
	-moz-box-shadow: 0 0 7px #777 inset;
	-webkit-box-shadow: 0 0 7px #777 inset;
}
#sidebar #text-10, .white-bordered {
	background: #fff;
	border: 5px solid #ccc5b2;
	padding: 15px;
	font-family: 'fontscorecomttwcenmt';
}
#sidebar #text-10 .widget-title, .white-bordered .widget-title {
	text-align: center;
	font-family: 'fontscorecomttwcenmt';
	font-size: 32px;
	margin-bottom: 18px;
	margin-bottom: 0;
}
#sidebar #text-10 .subtitle, .white-bordered .subtitle {
	font-size: 26px;
	text-align: center;
	line-height: 28px;
}
.white-bordered .gform_wrapper {padding: 0 25px;}
.white-bordered .gform_wrapper .gfield .gfield_label {display: none;}
.white-bordered .gform_wrapper input[type=text] {border: 1px solid #c6c6c6;margin-bottom: 10px;}
.site-footer {
	background:#155982;
	color:#ffffff;
	padding: 20px;
}
.site-footer .fa{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 0 #333;
	color: #fff;
	font-size: 16px;
}
.site-footer .fa.fa-youtube{
	background: #da312c;
}
.site-footer .fa.fa-twitter{
	background: #25c5f5;
}
.site-footer .fa.fa-linkedin{
	background: #007bb6;
}
.site-footer .fa.fa-facebook{
	background: #3b5999;
	text-shadow: 1px 1px #333;
	-moz-text-shadow: 1px 1px #333;
	-webkit-text-shadow: 1px 1px #333;
}
/* Widget Areas */
.top-a:after {
	content:"";
	display:block;
	clear:both;
}
.top-a {
	border-bottom:1px solid #ccc;
}

.inner-top{
	margin-top: 15px;
}
.inner-top .widget-title{
	font-size: 34px;
	margin-bottom: 15px;
	margin-top: 10px;
}

/* Widgets */
.home .top-a .widget-title {
	display:none;
}
.footer .widget .widget-title {
	display:none;
}

.widget-title{
	font-weight: bold;
	margin-bottom: 10px;
}


/* Logo */
.logo span {
	display:none;
}

/* Menu */

.main-navigation ul ul a{
	width: 205px;
}
.nav-menu {
	display:block;
	width:100%;
	background:#292929;
}
.nav-menu:after {
	content:"";
	display:block;
	clear:both;
}
.nav-menu li a {
	display:inline-block;
	line-height:40px;
	padding:0 45px;
	color:#ffffff !important;
	text-decoration: none;
}
.nav-menu .current_page_item {
	/*background:#155982;*/
}
.nav-menu a:hover {
	background:#a6a436;
	box-shadow:inset 0 0 15px rgba(0,0,0,0.25);
}

.main-navigation{
	font-family: 'fontscorecomttwcenmt';
}
.main-navigation ul ul {
	top:50px;
}
.nav-menu .sub-menu {
	background:#a6a436;
}
.nav-menu .sub-menu:before {
	content:"";
	display:block;
	width:100%;
	/*width:0;*/
	height:0;
	position:absolute;
	top:-20px;
	/*left:10px;*/
	left: 0;
	border-top: 10px solid transparent;
	/*border-right:10px solid transparent;*/
	border-bottom: 15px solid #a6a436;
	/*border-left:10px solid transparent;*/
}
.nav-menu .sub-menu a {
	margin:0;
	padding:5px 15px;
	line-height:inherit;
}
.nav-menu .sub-menu a:hover {
	background:#6b6a17;
	box-shadow:none !important;
	color: #ffffff;
}

/* Header Phone / Email */
.headerbox-widget-title {
	display:none !important;
}
.header-phone {
	display:block;
	color:#155982;
	font-size: 24px;
	line-height: 20px;
}
.header-email {
	color:#155982;
	text-decoration:none;
	font-size: 16px;
}

/* Home Slider */
.top-a .text-6 {
	width:70%;
	float:left;
}
.home-slider .fotorama__html img {
	display:block;
	width:50%;
	float:left;
	margin:0;
	border:4px solid #fff;
}
.home-slider .fotorama__html .slide-content {
	width:47%;
	float:right;
	font-family: 'Times New Roman', Georgia, serif
}

.home-slider h2.slide-title:hover,
.slide-content a{
	color: #6b6a17 !important;
	text-decoration: none !important;
}

.home-slider h2.slide-title{
	font-weight: 400;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	/*font-family: 'fontscorecomttwcenmt';*/
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	color: #a6a436;
}
.home-slider .slide-category{
	font-family: Acustica-Caps;
	color: #155982;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: bold;
}

/* Home Tabs */
.top-a .text-7 {
	width:25%;
	float:left;
	background-color: #fff;

	margin-left: 5%;
	border: 1px solid #9b9b9b;
}
.top-a .text-7 .widget-title{
	display: none;
}
.top-a .text-7 ul{
	list-style-type: none;
	margin: 0;
}
.top-a .text-7 ul li{
	list-style-type: none;
	padding-left: 0;
}
.top-a .text-7 ul.tabs{
	width: 100%;
	overflow: hidden;
}
.top-a .text-7 ul.tabs li{
	width: 50%;
	display: inline-block;
	float: left;
}
.top-a .text-7 ul.tabs li a{
	width: 100%;
	background:#C6C6C6;
	color: #303030;
	display: inline-block;
	text-align: center;
	padding: 5px;
	font-family: 'fontscorecomttwcenmt';
	font-size: 18px;
	font-weight: 600;
}
.top-a .text-7 ul.tabs li a:hover{
	text-decoration: none;
}

.top-a .text-7 ul.tabs li a.active{
	background: #fff;

}
.top-a .text-7 ul.content{
	padding: 20px;
}
.top-a .text-7 ul.content li{
	margin-bottom: 10px;
}
.top-a .text-7 ul.content li a{
	color: #303030;
	font-weight: 600;

}
.top-a .text-7 ul.content li a:hover{
	color: #155982;
	text-decoration: none;
}
/* Home Page Articles */

#homepage-articles .rpwe-ul{
	list-style: none;
	margin-left: 0;
}

#homepage-articles .rpwe-clearfix{
	clear: both;
}

#homepage-articles .rpwe-ul li:first-of-type{
	padding-top: 0px;
}
#homepage-articles .rpwe-ul li{
	min-height: 233px;
	border-bottom: 1px solid #b7b7b7;
	padding: 30px 0;
}

#homepage-articles .rpwe-ul li img{
	float: left;
	border: 4px solid #fff;
	margin-right: 10px;
}

#homepage-articles .rpwe-ul .rpwe-title{
	clear: none;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	color: #303030;
	font-weight: 700;
}

#homepage-articles .rpwe-cat{
	font-family: Acustica-Caps;
	color: #155982;
	letter-spacing: 1px;
	font-size: 22px;
	font-weight: bold;
}

#homepage-articles .rpwe-summary{
	line-height: 18px;
}

#homepage-articles .rpwe-author,
#homepage-articles .rpwe-time span,
.article-cat{
	font-family: Acustica-Caps;
	font-size: 15px;
	letter-spacing: .5px;
	/*color: #a6a436;*/
}

#homepage-articles .rpwe-time,
.article-time{
	font-family: Acustica-Caps;
	font-size: 15px;
	letter-spacing: .5px;
	color: #303030;
}

/* Home Page Category Articles Inner-Top-A*/

.rpwe-title a:hover{
	text-decoration: none;
}

.inner-top-a .widget,
.inner-top-b .widget{
	height: 195px;
	border-bottom: 1px solid #b7b7b7;
	padding-left: 0px;
}

.inner-top-a .col-xs-6:last-of-type:after{
	clear: both;
}

.inner-top-a .col-xs-6,
.inner-top-b .col-xs-6{
	padding: 0;
}

.inner-top-a .rpwe-cat,
.inner-top-a .rpwe-author,
.inner-top-a .rpwe-time,
.inner-top-b .rpwe-cat,
.inner-top-b .rpwe-author,
.inner-top-b .rpwe-time{
	display: none;
}

.inner-top-a .rpwe_widget-4 .widget-title,
.inner-top-b .rpwe_widget-8 .widget-title,
.inner-top-b .rpwe_widget-6 .widget-title,
.inner-top-b .rpwe_widget-10 .widget-title{
	text-indent: 20px;
}

.inner-top-a .widget-title,
.inner-top-b .widget-title{
	font-family: Acustica-Caps;
	color: #155982;
/*	letter-spacing: 1px;*/
	font-size: 20px;
}

#more-articles .rpwe-ul{
	list-style: none;
	margin-left: 0;
}

#more-articles .rpwe-clearfix{
	clear: both;
}

#more-articles .rpwe-ul li:first-of-type{
	padding-top: 0px;
}
#more-articles .rpwe-ul li{

}

#more-articles .rpwe-ul li img{
	float: left;
	margin-right: 10px;
	border: 4px solid #ffffff;
}

#more-articles .rpwe-ul .rpwe-title{
	clear: none;
	font-family: 'fontscorecomttwcenmt';
	text-transform: uppercase;
	color: #303030;
	font-size: 18px;
}

#more-articles .rpwe-cat{
	display: none;
/*	font-family: Acustica-Caps;
	color: #155982;
	letter-spacing: 1px;
	font-size: 22px;*/
}

#more-articles .rpwe-summary{
	line-height: 18px;
}

#more-articles .rpwe-author,
#more-articles .rpwe-time span{
	font-family: Acustica-Caps;
	font-size: 15px;
	letter-spacing: .5px;
	color: #a6a436;
}

#more-articles .rpwe-time{
	font-family: Acustica-Caps;
	font-size: 15px;
	letter-spacing: .5px;
	color: #303030;
}

#more-articles-list .rpwe-title{
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 16px;
	text-transform: capitalize;
}


/*-- twitter --*/
ul.light li.tweets_avatar{
	background: transparent;
	border: 0;
	box-shadow: none;
}

.wdtf-user-card{
	width: 15% !important;
}

.tweet_data{
	width: 85%;
}

/*---- Search Box ----*/
.menu-search{
	display: inline-block;
	line-height: 40px;
	padding: 0 50px;
	color: #ffffff;
}

.search-form{
	/*width: 250px;*/
	float: right;
	margin-top: 5px;
	margin-right: 5%;
	position: relative;
	display: inline-block;
}

.search-submit{
	font-family: FontAwesome;
	right: 1%;
	top: 2px;
	position: absolute;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

/*---- Category Blogs ---*/

.entry-header .wp-post-image{
	float: left;
	border: 4px solid #fff;
	margin-right: 10px;
}
.blog-header{
	margin-bottom: 10px;
}

.entry-title a:hover{
	text-decoration: none;
}
.entry-title{
	font-family: 'fontscorecomttwcenmt';
	text-transform: uppercase;
	color: #303030;
	clear: none;
	line-height: 28px;
	margin-bottom: 0px;
	font-size: 26px;
}
.entry-content{
	margin-top: 0;
}

/* Consulting Page  */

.consulting-page{
	margin-top: 30px;
}

.consulting-header{
	background-image: url(/wp-content/uploads/Brian-consulting.jpg);
	background-size: 100%;
	background-size:cover;
	background-position:right top;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 2% 6%;
}

.consulting-header h2{
	font-family: Acustica-Caps;
	color: #155982;
	letter-spacing: 1px;
	font-size: 22px;
}

.consulting-header h3{
	font-family: 'fontscorecomttwcenmt';
	text-transform: uppercase;
	color: #303030;
	width: 65%;
	margin: 10px 0;
}

.consulting-header h4{
	font-family: 'fontscorecomttwcenmt';
	color: #303030;
	font-size: 18px;
}

.consulting-header p{
	width: 65%;
}

.content-title{
	font-family: Acustica-Caps;
	color: #155982;
}

.consulting-page p{
	margin: 15px 0;
}

.row.consulting-page:first-of-type{
	border-bottom: 2px solid #b7b7b7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/***** Tag Cloud *******/
.tagcloud a{
	font-family: 'fontscorecomttwcenmt';
	line-height: 20px;
	color: #a6a436;
}

/***** CTAS *******/
.white-cta{
	background: #ffffff;
}
.black-cta{
	background: #292929;
}
.right-cta{
	padding: 15px;
	border: 5px solid #ccc5b2;
	width: 40%;
	text-align: center;
	margin-left: 15px;
	float: right;
}
.left-cta{
	padding: 15px;
	border: 5px solid #ccc5b2;
	width: 40%;
	text-align: center;
	margin-right: 15px;
	float: left;
}
.full-cta{
	padding: 15px;
	width: 100%;
	text-align: center;
}
.check-list{
	list-style: none;
	text-align: left;
}
.check-list li i{
	display: block;
	float: left;
	margin-top: 4px;
}
.check-list li span{
	padding-left: 25px;
	display: block;
}

/***** Client GRID ****/
.client-grid .item{
	/*background: rgba(163, 163, 163, 0.3);*/
/*	padding: 5px;
	border: 1px solid rgba(164, 164, 164, 0.36);*/
}

.addtoany_share_save_container{margin:0; clear:none;}
.nav-links{
	font-size: 18px;
	font-weight: bold;
}
.footer-logo{
	opacity: .3;
	border-radius: 5px;
	width: 300px;
	margin: auto;
}

/* ---- Author Area ----*/
#authorarea {
	padding:10px;
	background:#ffffff;
	border:3px solid #a6a436;
}
#authorarea:after {
	content:"";
	display:block;
	clear:both;
}
#authorarea .avatar{
	display:block;
	width:18%;
	float: left;
	margin-right: 2%;
}
.authorinfo{
	width: 80%;
	float: left;
}
.authorinfo h3 {
	font-size:26px;
	line-height:28px;
	margin-bottom:5px;
}
.authorinfo .author-link {
	display:inline-block;
}

/* ---- YARPP ----*/

.yarpp-article{
	width: 49% !important;
	float: left;
	margin-right: 1%;
}

.yarpp-image{
	width: 150px;
	float: left;
	margin-right: 10px;
}

.yarpp-header{
	font-size: 24px;
}

.yarpp-list {
	display:block;
	margin:0;
	padding:1em 0 1em 3em;
	border-bottom:1px solid #a6a436;
}
.yarpp-list li {
	margin:6px 0;
	font-size:14px;
	line-height:16px;
}

/* ----  Sidebar Must Reads ---- */

#sidebar .listing-item .image img{
	width: 100px;
	float: left;
	margin-right: 5px;
}

#sidebar .listing-item{
	height: 70px;
	margin-bottom: 15px;
}

#sidebar .listing-item .title{
	font-family: 'Josefin Sans', sans-serif;
	color: #000000;
	font-weight: bold;
	line-height: 16px;
	font-size: 17px;
}

#sidebar .listing-item:after{
	clear: both;
	content: "";
}

/* ---- 404 Page ---- */

.page-content .search-form{
	float: none;
}

/* ---- Post Nav ---- */

#main .post-navigation{
	margin-top: 15px;
}

.excerpt p{
	margin-top: 0;
}

/*-- For Floating Social Icons Text --*/
.tooltip, .tooltip2, .tooltip3, .tooltip4, .tooltip5 {
	margin:-26;
	float: left;
	font-weight: bold;
	text-decoration: none;
	font-family: 'fontscorecomttwcenmt';
	font-size: 18px;
	margin-top: -30px;
	margin-left: -77px;
	color:black;


}

/*-- For Floating 'Twitter' Social Icons  --*/
.a2a_vertical_style_tweeti:before{
	font-family: "FontAwesome";
	content: '\f099';
	color:white;
	background-color: #25c5f5;
	padding:9px;
}

/*-- For Floating 'linkedin' Social Icons Text --*/
.a2a_vertical_style_linkedini:before{
	font-family: "FontAwesome";
	content: '\f0e1';
	color:white;
	background-color: #007bb6;
	padding:9px;

}

/*-- For Floating 'google+'' Social Icons Text --*/
.a2a_vertical_style_googlei:before{
	font-family: "FontAwesome";
	content: '\f0d5';
	color:white;
	background-color: #dd4b39;
	padding:9px;

}

/*-- For Floating 'email' Social Icons Text --*/
.a2a_vertical_style_emaili:before{
	font-family: "FontAwesome";
	content: '\f003';
	color:white;
	background-color: white;
	color: black;
	font-size:30px;
}

/*-- For Floating 'print' Social Icons Text --*/
.a2a_vertical_style_printi:before{
	font-family: "FontAwesome";
	content: '\f02f';
	color:#a6a436;
	background-color: white !important;
	font-size:30px;
}
.home .a2a_kit,
.archive .a2a_kit{
	display: none;
}
