/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");



/* Fonts */

@font-face {
    font-family: "Circular-Book";
    src:url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-book.eot");
    src:url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"),
        url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-book.woff2") format("woff2"),
        url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Black";
    src:url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-black.eot");
    src:url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"),
        url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-black.woff2") format("woff2"),
        url("https://www.iglooregeneration.co.uk/wp-content/uploads/fonts/lineto-circular-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html {
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}



.content .container {
	padding-top: 70px;
}

.full_width {
	margin-top: -10px;
}

/* Typography */

body {
  	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
  	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
  	font-size: 15px;
  	line-height: 21px;
  	color: #000000;
}

p {
  	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
  	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
	hanging-punctuation: first;
}

ul > li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
  	text-transform: none !important;
  	color: #000000;
  	hanging-punctuation: first;
}

strong {
	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
  	text-transform: none !important;
  	hanging-punctuation: first;
}


h1 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 60px;
  	line-height: 70px;
}

h2 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 48px;
  	line-height: 56px;
}

h3 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 36px;
  	line-height: 42px;
}

h4 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 24px;
  	line-height: 28px;
	margin-bottom: 24px;
}

h5 {
  	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 30px;
  	line-height: 35px;
  	margin-bottom: 18px;
}

h6, h6a {
  	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 24px;
  	line-height: 28px;
	margin-bottom: 14px;
}


b, strong {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-weight: normal;
}

sup {
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
	vertical-align: super;
	font-size: 50%;
}

a {
	color: #000000
}

p a, ul a, li a, h6 a {
	color: #9f9f9f;	
}


p a:hover, ul a:hover, li a:hover, h6 a:hover{
	color: #000000;
}

h1 a , h2 a , h3 a , h4 a , h5 a {
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color: #9f9f9f;
}

.blog_holder article .post_info a, aside .widget.posts_holder li, aside .widget a {
	color: #000000 !important;
}

.blog_holder article .post_info a:hover, aside .widget.posts_holder li:hover, aside .widget a:hover {
	color: #9f9f9f !important;
	opacity: 1 !important;

}
	

::selection {
	background: #000000;
	color: #ffffff;
}

::-moz-selection { 
	background: #000000;
	color: #ffffff;
}






@media (max-width: 1000px) {
	
body, p {
  	font-size: 15px;
  	line-height: 21px;
}

ul > li {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 7px;
}

h1 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 48px;
  	line-height: 56px;
}

h2 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 36px;
  	line-height: 42px;
}

h3 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 24px;
  	line-height: 28px;
}

h4 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 21px;
  	line-height: 25px;
}

h5 {
  	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 21px;
  	line-height: 28px;
}

h6 {
  	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 21px;
  	line-height: 28px;
}

.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
  	font-size: 15px;
  	line-height: 21px;
}

}



/* Header */

.header_top {
	height: 0px;
}

.header_bottom.clearfix {
	background-color: rgba(255, 255, 255, 1);
}



header:not(.with_hover_bg_color) nav.main_menu>ul>li>a {
	color: #000000;
}

nav.main_menu {
top: 0;
}


/* Footer */

.footer_bottom a:hover{
	color: #9f9f9f !important;
}

.footer_bottom {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.4px;
	height: 64px;
}

.footer_bottom_holder {
	background-color: #ffffff;
}

.footer_top_holder {
	display: none !important;
}





/* Navigation */

nav.main_menu>ul>li>a:hover {
	color: #000000;
	opacity: 0.25 !important;
}

nav.main_menu>ul>li>a {
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-transform: none !important;
	color: #000000;
	font-size: 22px;
}

a.hover {
	opacity: 0.25 !important;
}

nav {
	padding-left: 5px !important;
}

nav.main_menu {
	min-width: 810px;
	left: 50%;
}

div.content.content_top_margin_none {
	padding-top: 30px !important;
}

img.sticky {
	height: 69px !important;
	width: 118px !important;
	padding-top: 0px;
}





/* Mobile Navigation */

nav.mobile_menu {
	background-color: #fff;
	padding-left: 0px !important;
}


nav.mobile_menu>ul {
	margin-top: 0px;
	margin-bottom: 20px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
	font-weight: normal;
	text-transform: none;
	line-height: 26px;
	letter-spacing: 0;
	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 24px;
  	line-height: 28px;
  	color: #000000;
}

nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active>a {
	color: #000000;
}

nav.mobile_menu ul li, nav.mobile_menu ul li ul li {
	border-bottom: 1px solid #ececec;
}

nav.mobile_menu ul li:last-child {
	border-bottom: 1px solid #ececec !important;
	margin-bottom: 25px;
}

.mobile_menu_button span {
	width: 60px;
	height: 17px;
	font-size: 14px;
	z-index: 50;
}

.mobile_menu_button {
	height: 60px;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	float: right !important;
}


.fa {
	font-size: 26px;
}

.mobile_menu_button span, .side_menu_button>a {
	color: #000000;
	background-color: #ececec;
	text-align: center;
}

@media (max-width: 1000px) {
.logo_wrapper {
	left: 50px;
}

div.header_top_bottom_holder {
	background-color: #fff;
}

}



/* Home – Blog Posts */

.latest_post_holder.boxes>ul>li {
	padding: 8px !important;
}

.latest_post_holder.boxes>ul>li .latest_post {
	padding: 20px 0px 1px !important;
}

h6.latest_post_title.entry_title {
	border-bottom: solid 1px #000;
	padding-bottom: 8px;
	line-height: 22px !important;
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
    font-size: 18px !important;
  	line-height: 24px !important;
}




/* Blog Posts */

.blog_holder article .post_text h5 {
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 24px;
  	line-height: 28px;
  	color: #000000;
	margin: 0 0 10px;
	
padding-bottom: 6px;
min-height: 58px;
border-bottom: solid 1px #000;
}

.blog_holder article .post_text h5 a {
	color: #000000;
}

.blog_holder article .post_text h5 a:hover {
	color: #000000;
	opacity: 0.25;
}

.blog_holder.masonry article .post_info, .blog_holder.masonry_full_width article .post_info {
margin: 0px 0 0;
font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
text-transform: uppercase;
font-size: 11px;
line-height: 12px;
letter-spacing: 1.5px;
font-weight: normal;
border-top: none;
padding-top: 0px;
}

.title h1, .title.title_size_small h1 {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
  	font-size: 60px;
  	line-height: 54px;
  	color: #000000;
}

.title .separator.small, .title .separator.small.left, .title .separator.small.right {
	display: none !important;
}

.latest_post_holder.boxes>ul>li .latest_post {
	min-height: 210px;
}

.latest_post_inner {
	margin: -4px 0 16px !important;
	}

h5.latest_post_title.entry_title {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 24px;
  	line-height: 28px;
  	padding-bottom: 6px;
  	min-height: 58px;
  	border-bottom: solid 1px #000;
}

.blog_holder.masonry article .post_text .post_text_inner, .blog_holder.masonry_full_width article .post_text .post_text_inner {
	padding: 19px 20px 20px;
}

.latest_post_holder.boxes>ul>li .latest_post p.excerpt {
	padding-top: 2px;
	padding-bottom: 16px;
}

.latest_post_inner .post_infos {
  	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	text-transform: uppercase;
  	font-size: 11px;
  	line-height: 12px;
  	letter-spacing: 1.5px;
  	margin-top: 6px;
  	margin-bottom: 12px;
}





/* Blog Post Single Page */

.blog_single.blog_holder article .post_text .post_text_inner {
	background-color: #fff;
	padding: 30px 45px 70px 45px;
}

.blog_holder article .post_info {
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1.5px;
	font-weight: normal;
	border-top: solid 1px #000;
	padding-top: 10px;
	margin: 24px 0 48px;
	color: #000000;
}


.single-post .blog_single p {
	font-family: "Circular-Book", "helvetica neue", helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	margin-top: 24px;
  	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
}

.single-post .blog_single li {
  	font-size: 18px;
  	line-height: 21px;	
  	margin-top: 21px;
}

.single-post .title .title_holder {
	padding-top: 0px;
	height: 0px;
	display: none;
}

.single-post div.title.title_size_small.position_left {
	height: 80px !important;
}

hr {
display: block;
-webkit-margin-before: 2em;
-webkit-margin-after: 2em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-top-style: inset;
border-right-style: inset;
border-bottom-style: inset;
border-left-style: inset;
border-top-width: 1px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-color: #000;
}






/* Accordian */

.q_accordion_holder.accordion.without_icon .ui-accordion-header span.tab-title {
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
  	text-transform: none !important;
  	color: #000000;
  	border-bottom: solid 1px #000;
  	padding: 0 0px 10px 28px;
}

.q_accordion_holder.accordion .ui-accordion-header {
	min-height: 38px;
}

.q_accordion_holder.accordion h5.ui-accordion-header {
	padding-top: 0px;
}

.q_accordion_holder.accordion h6.ui-accordion-header {
	padding-top: 2px
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark {
	width: 0px;
	height: 0px;
	border: none;
	border-radius: none;
}

.q_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
	width: 24px;
	height: 21px;
	background-image: url(https://www.iglooregeneration.co.uk/wp-content/uploads/2016/07/plus.png);
	background-repeat: no-repeat;
	background-position: center
}

.q_accordion_holder.accordion div.accordion_content {
	padding: 0 0 0 0px;
}

.q_accordion_holder.accordion div.accordion_content_inner {
	padding: 4px 0 24px;
}




/* Qode Accordian */

.qode-accordion-holder .qode-title-holder.ui-state-default,
.qode-accordion-holder .qode-title-holder.ui-state-active,
.qode-accordion-holder .qode-title-holder.ui-state-hover {
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: normal;
  	font-style: normal;
  	letter-spacing: normal;
  	text-transform: none !important;
  	color: #000000;
	background-color: #ffffff;
  	border-bottom: solid 1px #000;
  	padding: 0;
	margin-bottom: 10px;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title {
display: inline-table;
	height: 0px;
	width: calc(100% - 41px);
	box-sizing: border-box;
	text-align: left;
	table-layout: fixed;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner:only-child {
	padding-left: 0px;
}

.qode-accordion-holder .qode-accordion-content {
	padding: 0px;
	padding-bottom: 25px;
}

.qode-accordion-holder .qode-title-holder .qode-tab-title span.qode-tab-title-inner {
	padding: 0px;

}

.qode-accordion-holder .qode-title-holder .qode-accordion-mark-icon span {
	top: 35%;
}




/* Sidebar and Widgets */

aside .widget.posts_holder li {
	padding: 4px 0;
	margin: 0
	}

.side_menu .widget ul, aside .widget ul {
	list-style: inherit;
	margin: 0 20px 0 20px;
}

aside.sidebar {
	background-color: #ffffff;
	padding: 20px 20px 10px 20px;
	margin-bottom: 45px;
}

aside .widget {
	margin: 0 0 30px;
}

aside .widget h5 {
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
  	font-size: 24px;
  	line-height: 28px;
  	color: #000000;
	margin-bottom: 14px;	
	padding-bottom: 6px;
	border-bottom: solid 1px #000;
}





/* Search Form */

.header_top #searchform input[type=text], .widget.widget_search form input[type=text] {
font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
font-size: 24px;
line-height: 28px;
display: inline-block;
text-decoration: none;
border: 0;
outline: 0;
color: #000000 !important;
background-color: transparent;
font-family: inherit;
margin: 0;
padding: 0px 0px;
width: 74%;
height: 33px;
float: left;
}

::-webkit-input-placeholder {
	color: #000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000000 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #000000 !important;
}
:-ms-input-placeholder {  
    color: #000000 !important;
}

.header_top #searchform input[type=submit], .widget.widget_search form input[type=submit] {
color: #000;
}

.widget #searchform {
border-bottom: solid 1px #000;
}


/* Search Results */

.qbutton {
	border: none;
}

.blog_holder article .post_more {
	margin: 30px 0 0
}


.qbutton.small {
height: 0px;
font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
font-weight: normal;
text-transform: uppercase;
font-size: 11px;
line-height: 12px;
letter-spacing: 1.5px;
padding: 0 0px;
}

.qbutton.small:hover {
	color: #9f9f9f;
}




/* Portfolio (Overview) */


.projects_holder article .portfolio_description {
	text-align: left !important;
    padding: 17px 20px 25px 20px;
}

.project_description {
  	font-size: 15px;
  	line-height: 21px;
    margin-top: 10px;
    text-align: left;
}

.portfolio_slider_holder.standard li .project_category, .projects_holder.standard article .project_category, .projects_holder.standard_no_space article .project_category {
	display: none;
}

.separator.small {
	height: 1px;
	width: 100%;
}

.projects_holder article .portfolio_description .separator.small {
	margin-top: 10px;
	margin-bottom: 16px;
}





.portfolio_main_holder .item_holder.slide_up .portfolio_title_holder .portfolio_title {
	margin: 15px 0 17px 0;
}

.projects_holder.v3.hover_text .mix {
	margin: 0px !important;
}

.portfolio_main_holder .item_holder .portfolio_shader {
	background-color: rgba(21, 21, 21, .0) !important;
}

.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Portfolio (Individual) – Navigation Arrows */


.portfolio_navigation {
	padding: 40px 0 120px;
}


.portfolio_navigation .portfolio_next a, .portfolio_navigation .portfolio_prev a {
position: relative;
display: inline-block;
width: 50px;
height: 50px;
line-height: 50px;
margin: 0 0 0 0;
text-align: center;
font-size: 24px;
color: #000000;
background-color: #ffffff;
text-decoration: none;
text-transform: uppercase;
cursor: pointer;
white-space: nowrap;
border: none;
outline: 0;
-o-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
text-shadow: none;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}


.portfolio_navigation .portfolio_next a:hover, .portfolio_navigation .portfolio_prev a:hover {
color: #ffffff;
background-color: #000000;
border-color: none;
background-image: url(img/button-bg-px.png)!important
}


.portfolio_prev {
	right: 0 ;
	text-align: right;
	position: relative;
}

.portfolio_next {
	left: 0 ;
	text-align: left;
	position: relative;
}

.fa-angle-left:before {
	content: "\f105" ;
}

.fa-angle-right:before {
	content: "\f104" ;
}







/* Load more Buttons */


#submit_comment, .blog_load_more_button a, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton, .load_more a, .qbutton {
position: relative;
display: inline-block;
width: auto;
height: 50px;
line-height: 50px;
margin: 0;
padding: 0 20px;
border: none;
font-size: 18px;
font-weight: normal;
font-family: inherit;
text-align: left;
color: #000000;
text-decoration: none;
cursor: pointer;
outline: 0;
font-style: normal;
text-transform: none;
letter-spacing: 0px;
-o-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
text-shadow: none;
background-color: #ffffff;
transition: color .1s linear, background-color .1s linear, border-color .1s linear;
-webkit-box-sizing: initial !important;
-moz-box-sizing: initial !important;
box-sizing: initial !important;
}

#submit_comment:hover, .blog_load_more_button a:hover, .drop_down:hover .wide:hover .second ul li:hover .qbutton:hover, .drop_down:hover .wide:hover .second ul li ul li:hover .qbutton:hover, .load_more a:hover, .qbutton:hover {
color: #ffffff;
background-color: #000000;
}







/* Cookies */

#catapult-cookie-bar {
	width: 280px !important;
	left: 0px !important;
    bottom: 0% !important;
}

.has-cookie-bar #catapult-cookie-bar {
	padding: 13px 15px 13px 15px !important;
}

.cookie-bar-block #catapult-cookie-bar span {
	margin: 0em 0 0em !important;
}

.cookie-bar-block #catapult-cookie-bar h3 {
	margin: 0em 0 0 !important;
	font-size: 21px !important;
  	line-height: 28px !important;
  	display: none !important;
}

button#catapultCookie {
	border-radius: 0px !important;
}

.cookie-bar-block #catapult-cookie-bar .ctcc-left-side {
	margin: 0px 28px 0px 0px !important;
}

.use_x_close .x_close {
	margin: 0px 10px 0px 0px !important;
}



/* GDPR Cookie Banner */

.cky-consent-container .cky-consent-bar {
	border-radius: 0px !important;
	border-color: #FFFFFF !important;
	padding: 20px 20px 20px 20px !important;
}

.cky-notice .cky-title {
	margin: 0 0 0 0 !important;
}

.cky-btn-reject, .cky-btn-accept {
	border: 1px solid #000000 !important;
}

.cky-btn {
	border-radius: 0px !important;
	margin: 0 20px 0 0 !important;
	font-family: "Circular-Black", "helvetica neue", helvetica, sans-serif !important;
	font-weight: normal !important;
	font-size: 15px !important;
}

.cky-btn:last-child {
	margin-right: 0px !important;
}

.cky-box-bottom-left {
	bottom: 20px !important;
	left: 20px !important;
}

.cky-consent-container {
	width: 326px !important;
}

.cky-btn:hover {
	opacity: 1.0 !important;
}

.cky-notice-des * {
	font-size: 15px !important;
	line-height: 20px !important;
}

.cky-notice-des a.cky-policy, .cky-notice-des button.cky-policy {
	color: #9F9F9F !important;
	opacity: 1.0 !important;
}

.cky-consent-bar button:hover {
	
}




/* Twitter */

#ctf p.ctf-tweet-text a {
	color: #9F9F9F !important;
}

#ctf p.ctf-tweet-text a:hover {
	color: #000000 !important;
}

