/*
Theme Name: 	Trinity Capital
Theme URI: 		http://www.whitefishmarketing.co.uk
Version: 		1.0
Author: 		James Morton
Author URI: 	http://www.deset.me
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

div,
article,
section,
header,
footer,
nav,
li					{ position:relative;  }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden;  }
body 				{  letter-spacing: 1px; }
::selection {
	background:#243c83;
	color: #ffffff;
}
::-moz-selection {
	background: #243c83;
	color: #ffffff;
}


/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body#cmc, #cmc input, #cmc textarea, #cmc p { 
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	/* color: #303246; */
	color: #000;
}

#cmc h1, #cmc .h1, #cmc h2, #cmc .h2, #cmc h3, #cmc .h3 {
    font-weight: 500;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	margin-top: 0px !important;
    margin-bottom: 10px;
	color: #000;
}
a { 	
	color:#243c83;
}
a:hover {
	color: #9b9899;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Site Styling ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Layout */
#logo {
	padding: 1em 0;
}
#logo img {
	width: 165px;
}
#rics {
	margin-top: 3em;
	text-align: right;
}
#rics img {
	width: 72px;
}
#logo, #rics {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#logo a:hover, #rics a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#menu {
	margin-bottom: 3em;
}
#main-menu {
	margin-right: -15px;
    margin-left: -15px;
}
#menu.navbar-default .navbar-nav > .active > a, #main.navbar-default .navbar-nav > .active > a:hover, #main.navbar-default .navbar-nav > .active > a:focus {
	color: #243c83;
    border-bottom: 2px solid #243c83;
    background-color: transparent;
	background-image: none;
}
#menu.navbar-default .navbar-nav > li > a:hover, #menu.navbar-default .navbar-nav > li > a:focus {
    color: #243c83;
    background-color: transparent;
	border-bottom: 2px solid #243c83;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
#menu.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: 700;
	border-bottom: 2px solid transparent;
}
#footer {
	background-color: #243c84;
	margin-top: 3em;
	padding: 3em 0;
	color: #ffffff;
}
#footer a, #footer p, #cmc #footer h3 {
	color: #ffffff;
}
#footer a:hover {
	color: #303246;
}
#footer .widget_sow-image {
	margin-bottom: 2em;
}
#footer h3 {
	margin-top: 0;
}
#footer .c {
	margin-top: 2em;
}
#footer .nav > li > a:hover, #footer .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.social .fa {
	background-color: #AFAFAF;
	color: #ffffff;
	padding: 8px;
	border-radius: 100%;
	margin-top: -8px;
	margin-bottom: -8px;
}
.social.nav > li > a {
	opacity: 1;
	padding-left: 5px;
    padding-right: 5px;
}
.social.nav > li > a:hover {
	opacity: 0.8;
}
#sow-image-3 {
	margin: auto;
	margin-top: 80px;
	max-width: 50%;
}
.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
	margin-bottom: -1px;
	background-color: #243c83;
}
.row.row-no-gutter {
    margin: 0
}
.row.row-no-gutter [class*="col-"] {
    padding: 0
}
.row.row-no-gutter img {
    width: 100.5%;
}
.has-inner .row.row-no-gutter {
    margin-left: -10px;
    margin-right: -10px;
}
.row.row-no-gutter .inner {
    padding-left: 10px;
    padding-right: 10px;
}
.testimonial-quote {
	font-size: 1.5em;
	display: block;
	margin-bottom: 10px;
}
.testimonial-rating {
	display: block;
	margin-bottom: 10px;
}
.testimonial-star {
	color: #F8E004;
	width: 100%;
	display: block;
	text-align: center;
}
.testimonial-author {
	text-transform: uppercase;
	color: #243c83;
}
.features h5 {
	font-size: 1.3em;
}
.portfolio-block {
	position: relative;
	overflow: hidden;
	display: block;
}
.portfolio-block .portfolio-overlay {
	opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5%;
    color: #ffffff;
    text-transform: uppercase;	
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
.portfolio-block:hover .portfolio-overlay {
	opacity: 1;
	background: rgba(36, 60, 132, .8);
}
.portfolio-block img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.portfolio-block:hover img {
	transform: scale(1.1);
}
.portfolio-block .portfolio-text {
    top: 50%;
    font-size: 1.5em;
    position: relative;
}
.portfolio-header {
	margin-top: -3em;
	margin-bottom: 3em;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.portfolio-header-inner {
	background: rgba(36, 60, 132, .8);
	padding: 6em 3em;
	color: #ffffff;
}
#cmc .portfolio-header-inner h1 {
	color: #ffffff;
	font-size: 4em;
}
.portfolio-header a, .portfolio-header a:hover, .portfolio-header a:active, .portfolio-header a:focus {
	color: #ffffff;
}
.portfolio-image {
	margin-bottom: 3em;
}
#cmc .btn-primary {
    color: #fff;
    background-color: #243c83;
    border-color: #212530;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#cmc .btn-primary:hover {
	opacity: 0.8;
}
#cmc .media {
    margin-bottom: 1em;
    margin-top: 0;
    padding: 1em;
    background: #f6f6f6;
}
#cmc .lsow-tabs.style7 .lsow-tab-panes {
	text-align: center;
}
#cmc .flexslider {
	border: 0px solid #ffffff;
}
#cmc .slidesd .slided {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;		
}
#cmc .slidesd .slided img {
	width: 100%;
}
#cmc .slidesd .slided img:hover {
	cursor: pointer;
	opacity: 0.8;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

#media-filter {
	text-align: center;
	margin-bottom: 15px;
}
#media-filter button {
	margin: 0 .25rem .25rem .25rem;
}
#media-filter button.is-checked {
	opacity: 0.8;
}

/* Misc */
.row img {
	max-width: 100%;
}
.row .media img {
	max-width: inherit;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
/* ---------------------------------------------------------------------------------------------------------- 
04 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@media (min-width: 768px) {
	#cmc .navbar-right {
		margin-right: 0px;
	}
	#cmc .tab-eq .lsow-tabs.lsow-vertical {
		align-items: center;
		justify-content: center;
	}
	header .container-fluid {
		padding-right: 30px;
		padding-left: 30px;		
	}
}
@media (min-width: 1200px) {

}
@media screen and (min-width:960px) {

}

@media screen and (max-width:1200px) {
	.row img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:768px) {
	#rics {
		margin-top: 0;
		margin-bottom: 1em;		
	}
	#rics img {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
		width: 64px;
	}
	#logo, #rics {
		text-align: center;
	}
}

/* ---------------------------------------------------------------------------------------------------------- 
05 Misc Elements --------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
