/**
Theme Name: International Counsel
Theme URI: https://international-counsel.com
Author: Jobayer
Author URI: https://jobayerhossan.com
Description: International Counsel is custom based website
Version: 1.0
Requires at least: 5.3
Tested up to: 5.7.2
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ic
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns
 **/

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.875rem;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px;
}
h1, h3, h4, h5, h6{
    font-family: "Spinnaker", sans-serif;
    font-weight: 400;
}
h2{
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: -0.05em;
  color: #000;
    font-family: "Spinnaker",Helvetica,Roboto,Arial,sans-serif;
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
*, ::before, ::after{
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
    width: auto;
}
.container{
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px;
    width: 100%;
}
a{
    text-decoration: none;
      color: #082a45;
    transition: color 300ms;
}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.align-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.m-0{
    margin: 0px;
}
.p-0{
    padding: 0px;
}

.sr-only {
  display: none;
}
input[type="text"], input[type="email"], textarea {
  padding: 0.563rem .625rem;
  color: white;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  background: transparent;
  border-width: 0px 0px 1px 0px;
    border-color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus{
   
    outline: none;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, textarea::placeholder{
    color: #fff;
    opacity: 1;
}
textarea {
  letter-spacing: 0.075em;
  border: solid 1px white;
  height: auto;
}
input[type="submit"], .btn, .button {
  transition: color ease-in-out 300ms, background-color ease-in-out 300ms;
  background-color: white;
  color: #082a45;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.125rem 2.5rem;
  margin-top: 1.875rem;
  border: 1px solid transparent;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  border-radius: 50px;
}
input[type="submit"]:hover, .btn:hover, button:hover{
      background-color: #082a45;
  color: white;
}
.wpcf7-list-item {
  margin: 0 0 1rem 0px;
}
.wpcf7-list-item-label {
  color: #fff;
}
.wpcf7-form p {
  margin: 0px;
}
strong, b {
  font-weight: 700;
  line-height: inherit;
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  width: 100%;
  opacity: 0.2;
}
.hr__content {
  opacity: 1;
}

/*** Header ***/ 
.header {
  padding-right: .9375rem;
  padding-left: .9375rem;
  padding-top: 3.75rem;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  background: transparent;
  padding-bottom: .625rem;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 99;
}
.admin-bar .header{
    top: 32px;
}
.main_menu ul li a {
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.025em;
  color: white;
  position: relative;
  display: block;
}
.main_menu > ul > li > a:after{
    border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: unset;
  bottom: -1.125rem;
  left: 0;
  right: 0;
  transition: 300ms;
}
.main_menu > ul > li > a:hover:after{
      width: .9375rem;
  height: .9375rem;
  border: solid 2px white;
}
.main_menu > ul >  li.current-menu-item > a:after{
    border-radius: 50%;
  content: "";
  position: absolute;
  margin: auto;
  top: unset;
  bottom: -1.125rem;
  left: 0;
  right: 0;
  transition: 300ms;
  width: 0;
  height: 0;
  width: .9375rem;
  height: .9375rem;
  border: solid 2px white;
}

.main_menu ul li{
    position: relative;
}
.main_menu ul ul{
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe;
    position: absolute;
    left: 0px;
    top: 100%;
    display: none;
    z-index: 9999;
}
.main_menu ul li:hover > ul{
    display: block;
}
.main_menu ul ul li{
    border-bottom: 1px solid #cacaca;
}
.main_menu ul ul li a{
    color: #000;
  text-transform: none;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: .9375rem !important;
  font-size: .875rem;
  line-height: 1.5rem;
  text-align: left;
}




.lang_menu {
  position: absolute;
  left: .9375rem;
}
.lang_menu a {
  color: white;
  font-size: .75rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0px 5px;
}
.lang_menu a.active {
  font-weight: 700;
}
.main_menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  list-style: none;
}



.header_banner {
  height: 91.48vh;
    padding: 11.1rem .625rem 1.875rem;
  position: relative;
    background-size: cover;
  background-position: center;
}
.header_banner.inner {
  height: 28.125rem;
    margin-top: -53px;
}
.header_banner.inner .container{
  justify-content: center;

    padding-top: 24px;
}
.header_banner:before{
    background: #fafafa;
  background: linear-gradient(0deg, rgba(250,250,250,0) 0%, rgba(0,0,0,0.496236) 100%);
  width: 100%;
  height: 300px;
  top: 0;
  left: 0px;
  content: "";
  position: absolute;
}

.header_banner.inner:before{
    z-index: 1;
  background: #000;
  opacity: 0.6;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  position: absolute;
}

.header_banner .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.logo img {
  margin: auto;
  max-width: 425px;
  display: block;
}
.scroll_logo img{ 
    max-width: 136px;
    margin: auto;
    display: block;
}

.header.sticky {
  background: rgba(255,255,255,0.9);
  padding: 0 0 2.5rem;
}
.header.sticky .main_menu ul li  a {
  color: #082a45;
}
.header.sticky .main_menu > ul > li.current-menu-item > a::after {
  border: solid 2px #082a45;
}
.header.sticky:after {
  width: 100%;
  height: 1px;
  bottom: 29px;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  background: #cacaca;
}
.header.sticky .lang_menu a {
  color: #000;
}

.header_banner_inner_wrap {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  justify-content: center;
}
.header_banner_inner_wrap .logo:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  right: -1.25rem;
  top: 0;
  bottom: 0;
  content: "";
  background: white;
}
.header_banner_inner_wrap .logo {
  position: relative;
}
.banner_title{
  font-family: "Spinnaker",Helvetica,Roboto,Arial,sans-serif;
  line-height: 2.8125rem;
  letter-spacing: -0.05em;
  color: white;
  font-size: 2.1875rem;
  text-transform: capitalize;
}
.header_banner_inner_wrap .logo img {
  max-width: 200px;
}

/*** Features Items ***/ 

.features {
  padding: 7.5rem 0px 9rem 0px;
}
.features_para {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: #000;
  max-width: 48rem;
  margin-top: 1.25rem;
  margin: auto;
  text-align: center;
}
.features h2 {
  text-align: center;
  text-transform: uppercase;
    font-weight: 300;
}
.features_items {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: 280px 280px 280px;
  place-content: center;
  padding-top: 3rem;
}

.feature {
  border: solid 10px #082a45;
  background: white;
  display: flex;
  min-height: 17.5rem;
  padding: 1.25rem;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
.feature h3, .page_content_default .rte .feature h3{
  font-size: 1rem;
  font-weight: 700;
  color: #082a45;
  margin: 0px 0px 1rem 0px;
  text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
  line-height: 1.4;
}
.feature {
}
.feature_link {
  text-indent: -9999px;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  height: 100%;
}
.feature_icon svg{
    transition: 300ms;
}
.feature:hover svg{
    margin-left: .625rem;
}

/*** Visition Content ***/ 
.vision_section {
  padding: 18.75rem 0rem 15.625rem;
  background-size: cover;
  background-position: center;
  margin-top: -19.0625rem;
  background-repeat: no-repeat;
  display: flex;
}
.vision_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5.4375rem;
}
.vision_img {
  width: 39%;
   padding-top: 4.5rem;
}
.vision_content {
  width: calc(61% - 5.4375rem);
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}
.vision_content_tini_title {
  line-height: 1.875rem;
  font-family: "Montserrat", sans-serif;
  font-size: .75rem;
  letter-spacing: 0.3em;
  font-weight: 300;
  color: white;
  margin: 0px 0px 1rem 0px;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}
.vision_content_title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: white;
  margin: 0px 0px 2.5rem 0px;
  font-family: "Montserrat", sans-serif;
  text-transform: inherit;
}
.vision_content_para {
  font-size: 1rem !important;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: white;
  text-align: justify;
  margin: 0px 0px 1rem 0px;
}
.vision_icon {
  display: flex;
  place-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border: solid 1px white;
  border-radius: 30px;
  transition: 300ms;
  position: relative;
  bottom: -3.125rem;
  box-shadow: -1px 1px 88px -21px rgba(0,0,0,0.41);
  -webkit-box-shadow: -1px 1px 88px -21px rgba(0,0,0,0.41);
  -moz-box-shadow: -1px 1px 88px -21px rgba(0,0,0,0.41);
  justify-content: center;
  align-items: center;
}
.vision_icon:hover{
    transform: rotate(270deg);
}

.vision_section .wp-block-column:last-child {
  padding-left: 2.5rem;
    padding-right: 1.06rem;
}

/*** News Section ***/ 

.news_section {
  padding: 4.5rem 0px;
}
.news_title h2 {
  margin: 0px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: -0.05em;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.news_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5625rem;
  margin-bottom: 4.5rem;
  padding: 0px 20px;
}
.news_item {
  background: white;
  box-shadow: -1px 1px 88px -21px rgba(0,0,0,0.2);
  -webkit-box-shadow: -1px 1px 88px -21px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 1px 88px -21px rgba(0,0,0,0.2);
  padding: 1.5rem;
}
.news_item h3 {
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: .3125rem 0 .625rem;
  color: #2d2d2d;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
}
.news_date {
  font-size: .75rem;
  letter-spacing: 0.075em;
  color: #888;
  font-weight: 300;
}
.read_more_container {
  text-align: right;
}

.more_news {
  text-align: center;
}
.news__link {
  display: flex;
  justify-content: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000;
  transition: 300ms;
  align-items: center;
}
.news__link span {
  color: #082a45;
  margin-left: .625rem;
  transition: 300ms;
  font-family: 'Poppins';
}
.news__link:hover span{
    margin-left: 1.25rem;
}
.news__link:hover {
  color: #082a45;
}

/*** Contact SEction ***/ 

.contact_section {
  background: #edf2f3;
  position: relative;
  padding: 4.5rem 0px;
}
.contact_section:after {
  position: absolute;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
}
.contact_wrap {
  background-color: #082a45;
  position: relative;
  z-index: 1;
  padding-bottom: 4.25rem;
}
.footer_logo {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.footer_logo img {
  max-width: 215px;
}
.ct_address {
  padding:1.5rem 3rem ;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  color: white;
  text-align: center;
}
.ct_address p {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
    margin-bottom: .625rem;
  margin-top: 0px;
}
.ct_address p:nth-child(2) {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.ct_address p a {
  color: white;
}
.contact_form {
  padding: 3rem 1.5rem 0px 1.5rem;
  max-width: 808px;
  margin: auto;
}

.contact_form textarea {
  margin-top: 20px;
}
.ct_row {
  flex-wrap: wrap;
  display: flex;
  gap: 1.25rem;
}
.ct_col {
  flex: 0 0 calc(50% - .75rem);
  max-width: calc(50% - .75rem);
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.ct_row p {
  width: 100%;
}
.ct_row.ct_submit p {
  text-align: center;
}

/*** Footer ***/ 

.footer_widgets {
  padding-top: .9375rem;
  padding-bottom: 1.875rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  flex-flow: row wrap;
}
.footer {
  background-color: white;
  padding: 2.1875rem 0;
}
.footer_widget {
  width: 33.33333%;
  padding-right: .3125rem;
  padding-left: .3125rem;
}
.footer_widget h3 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #082a45;
  letter-spacing: 0.05rem;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: .625rem;
}
.footer_widget p {
  font-size: .875rem;
  font-weight: 500;
  color: #082a45;
  letter-spacing: 0.05rem;
  margin: 0px;
}
.js-toggle-map img {
  width: 20px;
  margin-right: 1rem;
}
.js-toggle-map {
  color: #082a45;
  font-size: .75rem;
  line-height: 1.25rem;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.footer_social {
  margin-top: 20px;
}
.footer_copyright {
  padding-top: 1.25rem;
}
.copyright_wrap{
  text-align: center;
}
.copyright_wrap p {
  margin: 0px;
  text-align: center;
  border-bottom: solid 10px #082a45;
  padding-bottom: .625rem;
  color: #082a45;
  font-size: .625rem;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
.come {
  margin-top: 1.25rem;
}

.footer_widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.footer_widget ul li a {
  color: #082a45;
  padding-left: .9375rem;
  position: relative;
  transition: 300ms;
  margin-bottom: .3125rem;
  line-height: 1.5rem;
  font-size: .875rem;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.footer_widget ul li a:before {
  content: ">";
  font-family: 'Poppins';
  color: #082a45;
  left: 0;
  position: absolute;
}
.footer_widget ul li a:hover {
  padding-left: 1.25rem;
  color: #76baef;
}

.footer_social img {
  max-height: 25px;
}
.footer_mobile_bar, .mobile_menu{
    display: none;
}

.footer_widget:first-child h3 {
  margin-bottom: 0px;
}

.footer_widget:last-child p {
  font-weight: ;
  line-height: 1.5rem;
}
.footer_social a {
  margin: 0 10px;
}

.footer_widget .footer_social h3 {
  margin-bottom: .9375rem;
}
#map {
  width: 100%;
  height: 40vh;
  margin-bottom: 3.75rem;
}

/* Page COntent */ 
.breadcrumbs {
  margin: 3.125rem 0;
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumbs li {
  font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  font-size: .6875rem;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 .75rem;
  opacity: 1;
  content: ">";
  color: #2d2d2d;
}
.breadcrumbs li a {
  color: #2d2d2d;
}
.rte h2 {
  font-weight: 700;
  margin: 3.125rem 0 1.25rem;
  color: #082a45;
      font-size: 1.5rem;
        font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif;
}
.rte p{
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
}
.rte p.large_para{
    font-size: 1.375rem;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
}
.rte .large_para p{
    font-size: 1.375rem;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  display: block;
  padding: .1875rem .625rem;
  border-radius: 0;
  color: #000;
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.6;
}
.pagination .page-numbers:hover{
    background: #e6e6e6;
}

.cat_select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #2d2d2d;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28133, 133, 133%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.075em;
  margin: 0;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}
.cat_filter input {
  font-weight: 300;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0.9em 1.56em;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  background-color: #082a45;
  color: #fff;
  font-size: 1rem;
  border-radius: 0 3px 3px 0;
  line-height: 1;
  height: 39px;
}
.cat_filter {
  display: flex;
  margin-bottom: 16px;
}

.blog .news_items {
  margin-bottom: 16px;
}

/*** Share Top ***/ 
.bt_top{
      background: url(assets/images/top.png) no-repeat center;
}
.print{
    background: url(assets/images/print.png) no-repeat center;
}

.top_share {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
    padding-bottom: 8.125rem;
}
.top, .print {
  display: block;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
}
.top_share_left {
  display: flex;
  gap: 2px;
  align-items: center;
}
.top_share_right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.share_social{
      position: relative;
  width: 82px;
  height: 40px;
  transition: width .4s ease .2s;
  overflow: hidden;
}
.share_social:before{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-style: solid;
  border-color: #000 #000 #000 transparent;
}
.share_social a{
    height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 42px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  transition: left 0s ease .45s, color .2s, border .2s;
}
.share_social a:nth-child(1){
      left: 0;
}
.share_social a:nth-child(2){
      left: 41px;
}
.share_social a:nth-child(3){
      left: 82px;
}
.share_social a:nth-child(4){
      left: 123px;
}
.share_social a:nth-child(5){
      left: 164px;
}
.share_social a i{
      color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
    font-size: 14px;
  line-height: 40px;
  color: #000;
}
.share_social:hover{
      width: 205px;
  transition: width .4s ease;
}

.sh_text {
  font-weight: 400;
  line-height: 1.875rem;
  color: #0a0a0a;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.sh_text:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  margin: 0 0 0 8px;
  display: inline-block;
}

.blog_title h1 {
  font-weight: 500;
  margin: 0;
  color: #082a45;
  font-family: "Spinnaker",Helvetica,Roboto,Arial,sans-serif;
  margin: 0 0 3.125rem;
  font-size: 3rem;
  line-height: 1.4;
}

.go_back_btn {
  background-color: #082a45;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.5rem 0;
  padding: 0.9em 1.56em;
  border: 1px solid transparent;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
}



.cf_light input[type="text"], .cf_light input[type="email"], .cf_light textarea {
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  color: #2d2d2d;
}
.cf_light input[type="text"]::placeholder, .cf_light input[type="email"]::placeholder, .cf_light textarea::placeholder{
  color: #2d2d2d;
}
.cf_light .wpcf7-list-item-label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}
.cf_light input[type="submit"] {
  background-color: #082a45;
  color: white;
}

.callout {
  margin: 0 0 2.25rem 0;
  padding: 0.8rem;
  border: 1px solid rgba(10,10,10,0.25);
}
.expertises_alone {
  padding-top: 0px;
}


.contact_form .wpcf7-response-output {
  color: #fff;
}
.page_content_default .container {
  max-width: 1210px;
}
.page-template-default .top_share {
  padding-top: 1.25rem;
}

.page_content_default .rte {
  padding-bottom: .5rem;
}

.fav_book a {
  font-weight: 400;
  font-size: .75rem;
}
.page_content_default .rte h3 {
  font-weight: 700;
  color: #000;
  letter-spacing: -0.01em;
  margin: 2.5rem 0 1.25rem;
      font-size: 1.5rem;
      font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif;
}
.page_content_default .rte h1{
    font-weight: 500;
  margin: 0;
  color: #082a45;
  font-family: "Spinnaker",Helvetica,Roboto,Arial,sans-serif;
  margin: 0 0 3.125rem;
      font-size: 2.1875rem;
}

.wp-block-list {
  font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 1.875rem;
  margin-left: 1.875rem;
  padding: 0px;
}
.wp-block-list li {
  margin-bottom: .3125rem;
  padding-left: .625rem;
  position: relative;
}
.wp-block-list li:before {
  content: ">";
  position: absolute;
  left: -.3125rem;
  top: 0;
  transition: 300ms;
  font-size: 1.125rem;
  color: #082a45;
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1.875rem;
  font-family: "Poppins";
}
:where(.wp-block-columns) {
  margin-bottom: 0.75em;
}

.page_content_default .news_items {
  padding: 0px;
  gap: .9375rem;
}

.ct_row_acc{
  gap: 0px;
}

.wpcf7-form p.data_p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

.sitemap_list, .sitemap_list ul {
  font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 1.875rem;
  margin-left: 1.875rem;
  padding: 0px;
}
.sitemap_list li {
  margin-bottom: .3125rem;
  padding-left: .625rem;
  position: relative;
}
.sitemap_list li:before {
  content: ">";
  position: absolute;
  left: -.3125rem;
  top: 0;
  transition: 300ms;
  font-size: 1.125rem;
  color: #082a45;
  font-weight: 400;
  letter-spacing: .025rem;
  line-height: 1.875rem;
  font-family: "Poppins";
}
.sitemap_list ul {
  margin-top: .3125rem;
}

.contact_form .wpcf7-form p.data_p {
  color: #fff;
}


/* ---- variables: set your actual colors/fonts here ---- */
:root{
  --body-font-family: "Montserrat",Helvetica,Roboto,Arial,sans-serif !important;
  --white: #ffffff;
  --primary-color: #0055ff;           /* <-- change to your brand */
  --secondary-color: #082a45;         /* <-- change to your brand */
}

/*********************************************************
    TARTE AU CITRON 
*********************************************************/

span#tarteaucitronDisclaimerAlert {
  width: auto !important;
  display: block;
  text-align: center !important;
  margin: 1.25rem 0 !important;                 /* rem-calc(20) */
  letter-spacing: 0.15em !important;
  font-family: var(--body-font-family) !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;                /* rem-calc(12) */
}

/* first button styles block */
#tarteaucitronRoot #tarteaucitronAlertBig button {
  padding: 0.625rem 1.25rem !important;         /* rem-calc(10 20) */
  background: transparent !important;
  border: 1px solid var(--white) !important;
  font-size: 0.75rem !important;                /* rem-calc(12) */
  letter-spacing: 0.085em;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-family: var(--body-font-family) !important;
  margin: 0 0.3125rem !important;               /* rem-calc(5) */
  transition: 300ms;
  color: var(--white) !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig button:hover {
  background: var(--white) !important;
  color: var(--primary-color) !important;
}

/* “768px down” */
@media (max-width: 48rem) {
  #tarteaucitronRoot #tarteaucitronAlertBig button {
    margin: 0.3125rem 0 !important;             /* rem-calc(5) 0 */
  }
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  font-size: 0.75rem !important;                /* rem-calc(12) */
  color: var(--white) !important;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 400;
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background: var(--white) !important;
  color: var(--primary-color) !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig {
  width: 20% !important;
  background: var(--secondary-color) !important;
  padding: 30px !important;
  right: 0 !important;
  left: auto !important;
}

@media screen and (max-width: 75rem) {          /* rem-calc(1200) */
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 30% !important;
  }
}

@media screen and (max-width: 48rem) {          /* rem-calc(768) */
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: 20% !important;
  }
}

@media screen and (max-width: 29.375rem) {      /* rem-calc(470) */
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: auto !important;
    padding: 10px !important;
  }
}

/* second button block (note: overrides some of the earlier button rules) */
#tarteaucitronRoot #tarteaucitronAlertBig button {
  font-size: 10px !important;
  margin: 0 auto !important;
  display: block;
  text-align: center;
  padding: 6px !important;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
}

button#tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  font-size: 10px !important;
  text-align: center;
}

/* darken($secondary-color,60%) -> color-mix with black */
#tarteaucitronRoot #tarteaucitronAlertBig button:hover,
#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
  background: transparent !important;
  color: color-mix(in srgb, var(--secondary-color), black 60%) !important;
  border-color: color-mix(in srgb, var(--secondary-color), black 60%) !important;
}

#tarteaucitronRoot #tarteaucitronAlertBig button:hover .tarteaucitronCheck::before,
button#tarteaucitronCloseAlert,
#tarteaucitronRoot #tarteaucitronAlertBig button:hover .tarteaucitronCross::before {
  color: color-mix(in srgb, var(--secondary-color), black 60%) !important;
}



.wp-element-button.has-small-font-size {
  padding: 0.9em 1.56em !important;
  font-weight: 300;
  font-size: 0.875rem !important;
  line-height: 1;
  border: 1px solid transparent;
}
