/*
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");


/* alignment, spacing, etc. ------------------------------------------------------------------- */

@media (min-width:1500px){
    
    /* TODO add other parts/chapter parents */
    .parent-pageid-4627 h1 + .subtitle p {
        padding-right:150px;
    }
    
    .parent-pageid-4627 .col_1-8 p {
        padding-left:80px;
    }

    .parent-pageid-4627 .col_7-8 p {
        padding-right:calc(11%);
    }
}

#ftwp-postcontent > .section > .full_section_inner > .wpb_column:first-child > div {
    padding-left:0;
}


/* breadcrumbs etc. --------------------------------------------------------------------------- */

.bcrumbs .vc_column_container .vc_column_container>.vc_column-inner {
    padding:0;
}

.bcrumbs {
    z-index:100;
}

.bcrumbs > div {    
    padding: 0 8% 0 calc(8% + 80px); 
}

@media (max-width:1499px){    
    .bcrumbs > div {    
        padding: 0 8% 0 8%; 
    }
}

@media screen and (max-width:991px){    
	.breadcrumbs-content .nav {
	float:left;
    padding-bottom: 25px;
	}
}


.breadcrumbs-content {
    /* background:white; */
}

.breadcrumbs-content .top svg { ;
    display:inline-block;
    width:11px;
    height:11px;
    vertical-align: -1px;
    margin-right:5px;
}

.breadcrumbs-content .top:hover svg path { fill:#da4255;}

.breadcrumbs-content .titre::before {
    content: counter(section) "."" ";
}

.breadcrumbs-content a {
    font-size:12px; 
    font-weight:600;
    letter-spacing:0.35px;
    color:#152631;
}
.breadcrumbs-content a:hover {
    color:#da4255;
}

.breadcrumbs-content a.titre {
    pointer-events:none;
    color:#da4255;
}

.breadcrumbs-content a + span {
    display: inline-block;
    width:2px;
    height:12px;
    background:#152631;
	/*border:1px solid #bcbdbd; */    
	vertical-align: middle;
    margin:0 10px;
    /* box-shadow:0 0 1px 1px rgba(0,0,0,0.125); */
}

.breadcrumbs-content .nav {
    float:right;
}

.breadcrumbs-content .nav > * {
    font-size:12px;
    font-weight:500;
    color:#111312;
    letter-spacing:0;
}

.breadcrumbs-content .nav > div {
    color:#d73449;
    display:inline-block;
    margin:0 5px;
}

.breadcrumbs-content .nav > div::before {
    content:counter(section);
}

.breadcrumbs-content .nav > a:first-child::before {
    content:"< ";
    font-weight:700;
}
.breadcrumbs-content .nav > a:last-child::after {
    content:" >";
    font-weight:700;
}
.breadcrumbs-content .nav > a:not([href]) {
    opacity:0.5;
    pointer-events: none;
}


/* Table of content ------------------------------------------------------------------- */

@media screen and (min-width: 1024px) {
.h2_col {
    padding-left: 40px !important;
}
.breadcrumbs {
width: 80%;
}
}

@media screen and (max-width: 600px) {
.table_of_content h2::before {
    margin-left: -15% !important;
}
}

@media screen and (max-width: 1024px) {
.h2_col {
    padding-left: 55px !important;
}

.txt_col {
    padding-left: 0px !important;
}

.vertical {
transform: none !important;
}
}

.table_content {
    letter-spacing: 0.45px;
    padding-left: 22px !important;
}

.simple_table_title::before {
    counter-increment: none !important;
    content: "" !important;
}

.text_table_content {
    font-size: 15px !important;
    letter-spacing: 0.45px !important;
    line-height: 25px !important;
}

.vertical {
    transform: rotate(-90deg);
    font-size: 16px;
    letter-spacing: 0.54px;
    line-height: 31px;
}


/* Chapters Pages ------------------------------------------------------------------- */

p {
    margin-bottom: 20px;
}

.reference_block {
    border-left-style: solid;
    border-left-width: 1.5px;
    padding-left: 20px;
    margin-bottom: 1em;
    margin-right: 1em;
    border-color: #D73449;
    margin: 30px auto !important;
	text-align: left;
	font-size: 11px;
	color: #343434;
	letter-spacing: 0.51px;
	line-height: 25px;
}

.reference_block p {
    font-size: 11px;
    color: #343434;
    letter-spacing: 0.51px;
    line-height: 25px;
}

.image_with_text {
    margin: 30px 0 10px;
}

.table_of_content {
	counter-increment: section 0;
}

.table_of_content h2 {
	counter-increment: subsection;
	font-size: 15px;
	letter-spacing: 0.45px;
	line-height: 32px;
	font-weight: normal;
}

.table_of_content h2 a {
	font-size: 15px;
	letter-spacing: 0.45px;
	line-height: 32px;
	font-weight: normal;
}

.table_of_content h1, .table_of_content h1 a {
	font-size: 15px;
	letter-spacing: 0.38px;
	line-height: 29px;
	margin-bottom: 15px;
}

.table_of_content h1:before {
	counter-increment: section;
	content: counter(section) "."" " ;
}

.table_of_content h2:before {
	content: counter(section) "." counter(subsection) " ";
	color: #DA4255;
	padding-right: 20px;
	position: absolute;
	margin-left: -8%;
}

h2:target {
    padding-top: 7em; 
    margin-top: -7em; 
}

.resource_link_academia a::after {
    content: "\f08e" " " url(https://thetibetanbook.bdrc.io/wp-content/uploads/2020/10/academia_eu_icon.svg);
    font-family: FontAwesome !important;
    margin: 0 0 0 5px;
    color: #DA4255;
}

.resource_link {
    font-size: 11px;
    color: #da4255;
    font-weight: 700;
}

.resource_link::after  {
    content: "\f08e";
    font-family: FontAwesome !important;
    margin: 0 0 0 5px;
    color: #DA4255;
    margin-right: 15px;
}

.resource_website {
    vertical-align: bottom !important;
	background-color: transparent!important;
	padding: 0px!important;
	margin-right: 15px!important;
}

.resource_pdf_link a::after {
    content: "pdf";
    margin: 0 0 0 5px;
    color: #DA4255;
}

.resource::before, .resource_title h2::before {
  	content:url(https://thetibetanbook.bdrc.io/wp-content/uploads/2020/10/BDRC-icon.svg);
  	position:relative; 
	left: 0px;
	top: 2px;
	padding-right: 5px;
}

.image_with_text img {
    margin: 0;
    background-color: #EFEFEF;
    padding: 20px 30px;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.image_with_text, .image_with_text p {
    font-size: 10px;
    letter-spacing: 0.36px;
    line-height: 14px;
    text-align: left;
}

.separator.transparent {
    display: none;
}

.shadow-content div.section {
    box-shadow: 0 2px 10px 0 #E2E2E2;
	margin-bottom: 50px !important;
}

.table_of_content div.section {
	margin-bottom: 20px !important;
}

.intro-title, .intro-title h2, .intro-title p {
	color: #343434;
	letter-spacing: 0.03px;
	font-weight: 700 !important;
}

.pages h1 {
    font-size: 34px;
    line-height: 56px;
    letter-spacing: 0.85px;
}


/* Collection Highlights ------------------------------------------------------------------- */

.highlights_grid {
	box-shadow: 0 2px 10px 0 rgba(199,199,199,0.50);
	background-size: cover;
}

.chapter p {
    font-size: 10px!important;
    letter-spacing: 0.29px;
    line-height: 13px;
    font-weight: bold;
	margin-bottom:0;
}

.highlights_grid_desc p {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 18px;
}

/*  ------------------------------------------------------------------- */

.second p {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 24px;
}

.locations p {
    font-size: 18px;
    color: 
    #111312;
    letter-spacing: 0.47px;
}

.blockquote p {
    font-size: 33px;
    color:  #152631;
    letter-spacing: 0.83px;
    line-height: 46px;
    font-weight: bold;
}

.small-title {
    font-size: 18px !important;
	letter-spacing: 0.37px !important;
	padding-bottom: 5px !important;
}

.small-title {
    font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	line-height: 33px;
}

.subtitle p {
	font-size: 16px !important;
	letter-spacing: 0.31px;
	line-height: 28px;
	padding-top: 20px;
}

p {
    letter-spacing: 0.59px;
}

.white p {
  color: #fff!important;
}

.underline-link a {
  font-size: 12px;
  border-bottom: 2px solid #fff !important;
  padding-bottom: 3px;
}

.underline-link a:hover {
  border-bottom: 2px solid #fff !important;
  color: #fff!important;
}

.subtitle {
	padding-top: 15px !important;
}

.news-link a {
	letter-spacing: 0.43px;
	font-weight: 600;
}

.news-title h2 a {
    font-size: 20px;
    color: #152631;
	    letter-spacing: 0.67px;
line-height: 27px;
}

.highlights-title h2 a {
	font-size: 15px;
	color:#000000;
	letter-spacing: 0.31px;
	line-height: 22px;
}

.title-quote h3 {
    font-size: 24px;
    color: #152631;
    letter-spacing: 0.6px;
    line-height: 29px;
    font-weight: 500;
}

.overlap {
    margin-left: -65px;
    padding: 70px 120px 70px 50px;
}

.overlap-from-top {
    padding-top: 130px;
}

.shadow-bloc {
    box-shadow: 0 2px 10px 0 rgba(199,199,199,0.50);
}

.image_with_text {
    width: auto;
}

.vc_box_shadow img {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50) !important;
}

.qode-advanced-image-gallery.qode-image-behavior-custom-link .qode-aig-image a::after {
    background-color: transparent !important;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger, .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: transparent!important;
}

.vc_pagination-color-grey.vc_pagination-style-flat .vc_pagination-trigger, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
    background: transparent !important;
}

.vc_general.vc_pagination .vc_pagination-item:first-child a, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:first-child span, .vc_general.vc_pagination .vc_pagination-item:last-child a, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:last-child span {
	width: 40px;
	height: 40px;
	border-radius: 50px !important;
	border: 2px solid #152631 !important;
}

.vc_general.vc_pagination .vc_pagination-item:first-child a::before, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:first-child span::before, .vc_general.vc_pagination .vc_pagination-item:last-child a::before, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:last-child span::before {
	font-family: vc_grid_v1!important;
    font-size: 15px !important;
	display: inline-block;
	padding: 6px !important;
}

.vc_general.vc_pagination .vc_pagination-item:first-child a::before, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:first-child span::before {
    content: "\e60c";
}

.vc_general.vc_pagination .vc_pagination-item:last-child a::before, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:last-child span::before{
    content: "\e60d";
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    opacity: 1!important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    opacity: 1!important;
	color: #000;
    font-size: 15px!important;
    line-height: 15px!important;
    height: 15px!important;
    border: 2px solid #000;
    border-radius: 50%;
    padding: 15px;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
    right: -75px!important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
    left: -75px!important;
}

.home-icon-section .icon_text_holder p, .home-icon-section .q_icon_with_title .icon_text_holder h5.icon_title, .home-icon-section h5 {
	line-height: 26px;
	font-size: 19px;
	letter-spacing: 0.57px;
}

nav.main_menu ul li:hover a {
    opacity: 1 !important;
}

.header_bottom_right_widget_holder .mobile_header_btn {
    padding: 0 0px 0 12px !important;
}

.header_bottom_right_widget_holder .qbutton.large:before {
    content: url(https://bdrc.io/wp-content/uploads/2020/02/donate-picto.svg) ;
	padding-right: 12px;
	position: relative;
	top: 6px;
}

.header_bottom_right_widget_holder .qbutton.large {
    padding: 0 25px 0 20px;
}

nav.main_menu > ul > li > a {
    padding: 0 33px;
}

nav.mobile_menu ul > li.has_sub ul.open_sub > li > span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-down, nav.mobile_menu ul > li.has_sub > span.mobile_arrow i {
    display: none;
}

.boxed header {
    background-color: 
    #ddd !important;
}

.header-btn {
    border: none;
    border-radius: 2px;
}

.header_inner_right {
    right: 5%;
}

header.sticky .header_bottom, header.fixed.scrolled .header_bottom, header.fixed_hiding.scrolled .header_bottom {
    box-shadow: 0 2px 8px 0 rgba(199,199,199,0.40) !important;
    padding: 20px;
}

.q_logo img {
	margin-left: 72px;
}

.wpml-ls-slot-2 li a:after{
	display: none !important;
}

.wpml-ls-slot-2.wpml-ls-current-language a::after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .175em);
}

.footer_top .container {
	margin-top: -130px;
	background-color: #FCE08E;
	padding: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.footer_top p {
    color: #172832 ;
}

.footer-desc p {
    font-size: 20px !important;
    letter-spacing: 0.28px;
    line-height: 25px;
}

.footer_bottom .q_icon_with_title .icon_with_title_link {
    text-transform: none;
    border-bottom: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 25px;
    font-weight: bold;
}

.column1 .footer_bottom_column {
    padding-left: 120px !important;
}

.donation-bottom .q_icon_with_title.large .icon_holder img {
    border-radius: 50%;
    margin-top: -12px;
	margin-right: 28px;
	-webkit-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}

.footer_bottom .q_icon_with_title.large .icon_holder img {
    width: 91px;
}

.footer_bottom .icon_text_holder p, .footer_bottom .icon_text_holder h5 {
    font-size: 14px !important;
    letter-spacing: 0.4px;
    line-height: 25px;
}

.footer_bottom_holder {
    padding-left: 0;
}

.donation-icon-section .q_icon_with_title .icon_with_title_link::after {
	content: "\f08e";
	font-family: FontAwesome !important;
	margin: 0 0 0 5px;
}

.footer_top .container_inner {
	width: 95% !important;
}

.first-footer p {
    font-size: 14px;
    letter-spacing: 0.34px!important;
    line-height: 21px!important;
    font-weight: 400;
}

.footer_bottom .q_icon_with_title.large.custom_icon_image .icon_text_holder {
    padding: 0 0 0 122px;
}


.vc_gitem_row .highlights_text {
    min-height: 250px!important;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
    border: 2px solid #979797 !important;
	background-color:#979797;
	color:#fff;
}

.alternate_color .vc_grid-item:nth-child(even) {background: #EFEFEF !important}
.alternate_color .vc_grid-item:nth-child(odd) {background: #FFF!important}

div.wpforms-container-full .wpforms-form button[type="submit"] {
    color:  #111312;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: 0.25px;
    text-transform: none;
    border-width: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px solid #111312;
    width: auto;
    height: 29px;
    line-height: 29px;
    text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color:#D73449;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 14px;
	margin: 0 0 8px 0;
}

.qode-workflow-text h3 {
	background: #FCE08E;
	border-radius: 3px;
    clear: both;
    display: inline-block;
    padding: 12px 50px;
	letter-spacing: 0.71px;
	font-size: 34px;
	color:#000000;
	font-weight: bold;
}

.qode-workflow-text p.text {
    margin-top: 0px !important;
	padding: 40px;
	background: #F6F6F6;
	box-shadow: 0 4px 5px 0#EAEAEA;
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text {
    padding: 3px;
}
.qode-workflow .main-line {
    z-index: 2;
	width: 4px;
}

.qode-workflow-item:last-of-type {
    padding-bottom: 0px;
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner.reverse .qode-workflow-text {
    padding: 1px;
}

.qode-workflow .qode-workflow-item .qode-workflow-item-inner .qode-workflow-text .circle {
    margin: 0 0 0 -8px;
}

.qode-workflow-item-inner {
    padding-top: 15px;
}

.qode-workflow-text p.text {
	font-size: 14px;
	color: #4A4A4A;
    letter-spacing: 0.42px;
    line-height: 24px;
}

.q_icon_with_title .icon_with_title_link {
    font-size: 12px;
    letter-spacing: 0.47px;
    text-transform: uppercase;
	border-bottom: 1.5px solid #D8D8D8;
}

.q_icon_with_title.very_large .icon_holder img {
    width: 167px;
}

.donation-icon-section .q_icon_with_title .icon_with_title_link {
    font-size: 14px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    border-bottom: 1.5px solid 
    #D8D8D8;
}

.icon-section .icon_text_holder p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.65px;
	line-height: 30px;
}

.q_icon_with_title.large .icon_text_holder .icon_title {
    margin-bottom: 0;
    line-height: 30px !important;
}

.qbutton.small {
    padding: 0;
	border: transparent;
	background-color: transparent;
}

.qbutton.medium {
	background-color: transparent;
}

.qbutton.large {
    height: 44px;
	line-height: 44px;
}

.q_icon_with_title.small .icon_holder img {
    width: 48px;
}

.qbutton  .large .left .default .header-btn::before {
    content: "-";
	color: #573f3f;
}

.pink-btn .vc_btn3.vc_btn3-size-md {
	background-image: none !important;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
    letter-spacing: 0.27px;
    font-weight: 700;
    padding: 12px 12px 12px 68px !important;
}

.pink-btn .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 6px;
    margin-right: 20px;
}

.partners-btn a {
	font-weight: 500;
    font-size: 13px;
    color: #152631;
    letter-spacing: 0.43px;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 2px !important;
}

.vc_btn3.vc_btn3-size-md {
    padding: 20px !important;
}

.vc_general.vc_btn3.vc_btn3-style-outline-custom:hover {
    border-color: #D73449 !important;
}

.vc_btn3.vc_btn3-style-custom:hover {
    background-color: #c13043 !important;
}

.underline-link a {
    font-size: 14px;
    letter-spacing: 0.29px;
    text-transform: uppercase;
    font-weight: 500;
	border-bottom: 2px solid #111312 !important;
}

.underline-link a:hover {
    border-color: #D73449 !important;
color:#D73449 !important;
}

.single-post .content .container {
    background-color:  #efefef;
}


@media screen and (max-width: 600px) {
.hide_on_mobile {
	display: none !important;
}
}

@media screen and (max-width: 800px) {
.hide_on_tablet {
	display: none !important;
}
}

@media screen and (min-width: 1251px) {
.hide_on_desktop {
	display: none !important;
}
}

@media only screen and (max-width : 360px){
.app-icons {
    margin-left: 40px!important;
}
}

@media only screen and (min-width : 360px) and (max-width : 480px){
.app-icons {
   margin-left: 35px !important;
}
}

@media only screen and (max-width : 480px){
.q_elements_holder.two_columns .q_elements_item {
    width: 50%;
}

.home-icon-section .icon_text_holder p, .home-icon-section .q_icon_with_title .icon_text_holder h5.icon_title, .home-icon-section h5 {
	font-size: 16px;
}
}

@media only screen and (min-width : 480px) and (max-width : 768px){
.app-icons {
    margin-left: 35px!important;
}
}

@media only screen and (min-width : 600px) {
.q_icon_with_title.large .icon_holder img, .q_icon_with_title.left_from_title.large .icon_holder {
    width: 128px;
}

.q_icon_with_title.large.custom_icon_image .icon_text_holder {
    padding: 0 0 0 160px;
}

.q_icon_with_title .icon_text_inner {
    padding: 10px 0 18px;
}
}

@media only screen and (min-width : 680px) and (max-width : 720px){
.q_elements_holder.two_columns.eh_two_columns_25_75 .q_elements_item:first-child {
    width: 15%;
}
}

@media only screen and (max-width : 720px){
.qode_vertical_separator{
    height: 1px !important;
    width: 56px !important;
}
}

@media only screen and (max-width : 768px){
.intro p {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 26px;
}

.blockquote p {
    font-size: 22px !important;
    line-height: 36px;
}

.post_text .entry_title {
    font-size: 30px;
    letter-spacing: 0.45px;
}

.donation-bottom .q_icon_with_title.large .icon_holder img {
margin-right: 0px !important;
}
.footer_bottom .q_icon_with_title.large.custom_icon_image .icon_text_holder {
    padding: 0px;
}

.header_bottom_right_widget_holder { display: table-cell; }

.footer_bottom_holder {
    padding-left: 0%;
}

.footer_top .container_inner {
    width: auto !important;
}

.blog_single {
    padding: 0 !important;
}

.post_content {
    background-color: #fff;
    padding: 15%;
    margin-bottom: 150px;
}

.blog_single .vc_column_container > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.home-icon-section .icon_text_holder p, .home-icon-section .q_icon_with_title .icon_text_holder h5.icon_title, .home-icon-section h5 {
line-height: 24px;
font-size: 18px;
letter-spacing: 0.54px;
}

.donation-icon-section .q_icon_with_title .icon_with_title_link {
    font-size: 12px;
    letter-spacing: 0.47px;
}

.page-title-bloc {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.footer_top .container {
    margin-top: -200px !important;
    padding: 25px 15px !important;
}
.footer_top .footer_col3, .footer_top .footer_col4, .footer_top p {
    text-align: center !important;
}

.footer_top .column_inner div:not(.qode_separator_widget){
    margin: 0 !important;
}

.footer_bottom .q_icon_with_title:not(.right) .icon_holder {
    float: none;
    display: block;
}

 .footer_bottom .q_icon_with_title .icon_text_inner, .footer_bottom .q_elements_holder .q_elements_item_inner {
    width: 100%;
    text-align: center !important;
}

.q_icon_with_title.small.custom_icon_image .icon_text_holder, .q_icon_with_title.medium.custom_icon_image .icon_text_holder {
    padding: 0px;
}

.three_columns .column1, .three_columns .column2 {
    width: 50% !important;
}

.q_icon_with_title.medium .icon_holder img {
    margin-right: 0px !important;
}

.q_icon_list p {
  line-height: 27px !important;
}

}

@media only screen and (min-width : 840px) and (max-width : 1024px){
.footer_sep {
    display: none!important;
}

.footer  {
    display: none!important;
}

.footer_mobile  {
	display: inline-block!important;
}
}

@media only screen and (max-width : 840px) {
.footer_mobile  {
    display: none!important;
}
}

@media only screen and (max-width : 960px){
.header_bottom_right_widget_holder .header_btn {
    display: none;
}
.header_bottom_right_widget_holder {
    padding: 0px;
}
.header_inner_right {
    right: 0 !important;
}
}

@media only screen and (min-width : 980px){
.header_bottom_right_widget_holder .mobile_header_btn {
    display: none;
}
}

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

.intro p {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 28px;
}

.q_icon_with_title {
    text-align: left;
}

.footer_top .footer_col1 {
    width: 18% !important;
}

.footer_top .footer_col2 {
    width: 22%;
}

.footer_bottom_columns .column1 {
    width: 24%;
}

.footer_bottom_columns .column2 {
    width: 22%;
}

.footer_bottom_columns .column2::after {
    content: '';
    background: #D8D8D8;
    position: absolute;
    left: 605px;
    top: 0;
    width: 1px;
    height: 80px;
}

.footer_bottom_columns .column3 {
    width: 41%;
}

.footer_top .footer_col3 {
    width: 15%;
}

.footer_top .footer_col3::after {
    content: '';
    background:  #111312;
    position: absolute;
    left: 768px;
    top: 0;
    width: 1px;
    height: 60px;
}

.four_columns .column4 .column_inner {
    padding: 0 0 0 55px;
}
}

@media screen and (max-width: 1250px) {

@media screen and (min-width: 800px) {
.hide_on_laptop {
	display: none !important;
}
}
}

 @media only screen and (min-width : 1280px) {
.footer_mobile  {
    display: none!important;
}
.ressource_table {
    border-right: 1px solid #d8d8d8;
}
}


@media only screen and (max-width : 1280px){
.footer_bottom .qode_vertical_separator{
    height: 1px !important;
    width: 56px !important;
}
}