/*-----------------------------------------------------------------------------------
CARROT THEME
-----------------------------------------------------------------------------------*/

body {
	background: #fff;
	overflow: auto;
}

.page.page-template-page-contact-php section.gmap {
	background: url('../images/teaser-gradient.png');
	background-size: contain;
}

div#claim,
.page-template-page-investor-php div#claim,
.page-template-page-governance-php div#claim{
	background: url('https://www.fullsix.it/wp-content/uploads/2016/09/header1.jpg');
	background-size: contain;
}

.single-portfolio.single-format-quote .col.span_12, .single-portfolio.single-format-quote .col.span_9.side {
	color: #c0c0c0;
}

footer.row {
	/*background: url('../images/back_footer.jpg');
	background-size: cover;*/
	background:#3d3d3f;
}


div#copyright {
	/*background: #e5732d;*/
	background:#2f2f30;
}

/*-----------------------------------------------------------------------------------
FORMS
-----------------------------------------------------------------------------------*/

input[type=text], textarea{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	border: 1px solid #CBD0D4;
	background: #f9f9f9;
	color: #757677;
	line-height: 1.5;
}

input[type=text], textarea{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	border: 1px solid #CBD0D4;
	background: #f9f9f9;
	color: #757677;
	line-height: 1.5;
}

input[type=select], select{
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	border: 1px solid #CBD0D4;
	background: url('../images/bg_select.jpg');
	color: #757677;
	margin: 0 0 15px;
	border-radius: 3px;
	font-size: 16px;
	height:46px;
	padding:12px 0;
}

input:focus, textarea:focus, input[type=select]:focus {
	border: 1px solid #A9ADB1;
	background: #f9f9f9;
	color: #757677;
}

form#commentform input[type=submit], form#contactForm input[type=submit], #searchFadeIn form#searchform input#searchsubmit {
		background: #e67e22;
	border-bottom: 2px solid #d35400;
		color: #ffffff;
		transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s;
	-moz-transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s;
	-webkit-transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s;
	-o-transition: background 0.2s ease-out 0s, color 0.2s ease-out 0s;
}

form#commentform input[type=submit]:hover, form#contactForm input[type=submit]:hover {
	background: #d35400;
	color: #ffffff;
}

input#searchsubmit {
	background: #e77e23;
}

input#searchsubmit:hover {
	background-color: #ffffff;
	color: #d35400;
}

aside input#searchsubmit, #searchFadeIn form#searchform input#searchsubmit {
	position:absolute;
	right:45px;
	top:20px;
	background:none;
	color:#ed772b;
	font-size:30px;
	margin:-10px -5px 0 0;
	border:none;
	height:53px;
	z-index:1000;
	padding-right:25px;
}


/*-----------------------------------------------------------------------------------
LINKS
-----------------------------------------------------------------------------------*/

a:hover {
	color: #f3a511;
}

header#primary-header a#logo-link:hover, a#iconFadeIn:hover, header#primary-header nav ul.primary-menu li a:hover {
	color: #e67e22;
}

.container.row a:hover h1.post-title, .container.row a:hover p {
	color: #e67e22;
}

a.more-link, a.more {
	background: #e67e22;
	border-bottom: 2px solid #d35400;
}

a.more-link:hover, a.more:hover {
	background: #d35400;
	color: #ffffff;
}

a.comment-reply-link {
	background: #e67e22;
	color: #ffffff;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	margin: 0 0 0 90px;
}

a.comment-reply-link:hover {
	background: #d35400;
}

a.love-it:hover, a.love-it.loved {
	color: #e67e22 !important;
}

/*-----------------------------------------------------------------------------------
LISTS
-----------------------------------------------------------------------------------*/

ul.primary-menu li ul.sub-menu {
	width:180px;
	padding-left:35px;
	margin-top: -1px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #e67e22;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/*-----------------------------------------------------------------------------------
TYPO
-----------------------------------------------------------------------------------*/

div.flex-caption a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 10px 0 0 rgba(0,0,0,0.35), -10px 0 0 rgba(0,0,0,0.35);
	-moz-box-shadow: 10px 0 0 rgba(0,0,0,0.35), -10px 0 0 rgba(0,0,0,0.35);
	box-shadow: 10px 0 0 rgba(0,0,0,0.35), -10px 0 0 rgba(0,0,0,0.35);
	color: #ffffff;
	font-size: 32px;
	font-weight: 400;
	padding: 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

div.flex-caption a:hover {
	background: #e67e22;
	-webkit-box-shadow: 10px 0 0 #e67e22, -10px 0 0 #e67e22;
	-moz-box-shadow: 10px 0 0 #e67e22, -10px 0 0 #e67e22;
	box-shadow: 10px 0 0 #e67e22, -10px 0 0 #e67e22;
}

.blog article.type-post.format-quote p, .page-template-page-blog-php article.type-post.format-quote p, .archive article.type-post.format-quote p, .single-post.single-format-quote article p, .single-portfolio.single-format-quote .col.span_12 p, .single-portfolio.single-format-quote .col.span_9.side p {
	color: #e67e22;
	font-weight: 600;
}

.single-portfolio.single-format-quote .col.span_12 p, .single-portfolio.single-format-quote .col.span_9.side p {
	color: #6b6b6b;
}

/*-----------------------------------------------------------------------------------
SHORTCODES
-----------------------------------------------------------------------------------*/

.glg_short-circle:hover {
		background-color: #e67e22;
}

.glg_short-circle.current,circles:hover {
		border: 3px solid #e67e22;
}

/*-----------------------------------------------------------------------------------
STUFF
-----------------------------------------------------------------------------------*/

form sup {
	color: #e67e22;
}

.container.row ul.team-members li.member-wrap img {
	border: 10px solid #d7dce0;
	margin-bottom: 10px;
	transition: border 0.2s ease-out 0s, color 0.2s ease-out 0s;
	-webkit-transition: border 0.2s ease-out 0s, color 0.2s ease-out 0s;
	-o-transition: border 0.2s ease-out 0s, color 0.2s ease-out 0s;
}

.container.row ul.team-members li.member-wrap img:hover {
	border: 10px solid #e67e22;
}

footer.row .widget.glg-flickr .flickr_badge_image a img, aside.col.span_3 .widget.glg-flickr .flickr_badge_image a img {
	width: 64px;
	height. 64px;
	border: 5px solid #d35400;
	display: block;
	border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
}

aside.col.span_3 .widget.glg-flickr .flickr_badge_image a img {
	border: 5px solid #D7DCE0;
}

footer.row .widget.glg-flickr .flickr_badge_image a:hover img {
	border: 5px solid #ffffff;
}

aside.col.span_3 .widget.glg-flickr .flickr_badge_image a:hover img {
	border: 5px solid #e67e22;
}
