/*
Theme Name: vikingcv
Theme URI: http://www.vikingcv.com/
Description: Responsive theme for Viking Cape Verde
Author: Jorge Santos
Version: 1.0
Template: twentythirteen
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

 @import url("../twentythirteen/style.css");  
 /* =Theme customization starts here -------------------------------------------------------------- */


.site-title { margin:20px 0 0 0;
padding:0;
}

.site-header {
    background-image: url('https://www.demo.vikingcv.com/wp-content/uploads/2025/04/bg-cv1.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto; /* ou define uma altura mínima, se necessário */
}


.imglogo2 {
    max-width: 100%;
    margin: 0 auto;
        margin-left: 33%;
    /* margin-top: -18px; */
    text-align: center;
    display: block;
}

h1.site-title  {
/*color:#bea629;*/
color:#fff;
 font: normal 700 46px Arial, Helvetica, sans-serif;
 text-align:left;
}

.site-description {
height:100%;
color:rgb(255 255 255 / 88%);
text-align:left;
font: normal 100 43.5px "Source Sans Pro",Helvetica,sans-serif;
}


.breadcrumbs { clear:both;font-size:9px;background:#fff !important;margin-top:1px;padding:5px 10px ;}

.breadcrumbs a {
    color:#000;
    
}

/* -----------------------------    CONTACTS                 --------------------------------- */

.entry-content a, .comment-content a {
    color: #00f;
}

  .myflex-12 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
    flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
  }
  
    .myflex-2 {
    display: flex;
    margin: -13px 0 20px 0;
    justify-content: right;
    text-align: right;
    padding:5px 0;
    flex-wrap: wrap; /* Allow items to wrap to the next line on smaller screens */
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
  
    }

  .contact-button {
    display: block;
    margin: 10px;
    padding: 10px 20px;
    background-color:#fff; /* Choose your desired background color */
   /* color:  #f00;*/
    text-decoration: none;
   /* border-top:1px solid  #007bff;*/
    border-radius: 15px;
     color:#000;
  }

 .emergency-calls {
    display: block;
    margin:0 10px;
    padding: 5px;
    background-color:transparent; /* Choose your desired background color */
   /* color:  #f00;*/
    text-decoration: none;
   /* border-top:1px solid  #007bff;*/
    border-radius: 15px;
     color:#fff;
  }



  .contact-button i {
    margin-right: 10px;
    color:#00f;
  }

 .emergency-calls i {
    margin-right: 10px;
    color:#f00;
  }
.mycol-6 {
    position: relative;
    overflow: hidden;
     display: table-cell;
    vertical-align: middle;
  }

  .special-division-button {
    display: block;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
  height:60px;
  }
  
   .special-division-button a {
       color:#fff !important;
       text-decoration:underline !important;
   }

  .special-division-button:hover {
    background-color:#00f; /* Adjust to your preferred hover background color */
  }

  .special-division-button:nth-child(even) {
    background-color:#001f4e; /* Adjust to your preferred background color for even rows */
     color:#fff; /*!important;*/
  }

  .special-division-button:nth-child(odd) {
    background-color:#001f4e; /* Adjust to your preferred background color for odd rows */
     color:#fff; /*!important;*/
  }
  

  
.square-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px; /* To compensate for margin on individual squares */
}

.square {
  flex-basis: calc(50% - 10px); /* 50% width with margin on both sides by default for the second and third squares */
  margin: 5px; /* Separate squares */
  text-align: center;
  overflow: hidden;
}

.square {
 border-radius:20px;
}


/* CSS para a classe bg-ports */
.bg-ports {
    /* Define a imagem de fundo */
    background-image: url('https://www.vikingcv.com/wp-content/uploads/2024/02/portos-do-arquipelago-de-cabo-verde_auto_x2_toned_light_ai.jpg');
    
    /* Define o tamanho da imagem de fundo */
    background-size:100%;
    background-repeat:no-repeat;
    /* Define a opacidade da imagem de fundo */
    opacity: 1; /* Valor de 0 a 1 */
    /* Define o estilo de fundo caso a imagem não seja carregada 
    /background-color: #001f4e; */ /* Cor de fundo de fallback */
}

/* CSS para ajustar a altura do contêiner */
.bg-ports-container {
    /* Define a altura do contêiner */
  /*  height: 500px;  Ajuste conforme necessário */
    /* Defina outras propriedades, como margens, preenchimento, etc., conforme necessário */
}


/* Set 100% width for the first square */
.square:first-child {
  flex-basis: calc(100% - 10px);
}

.square .logo {
  width: 130px; /* Adjust the width of the logos as needed */
  height: auto;
  max-width: 100%; /* Ensure the image doesn't exceed the container width */
  max-height: 100%; /* Ensure the image doesn't exceed the container height */
}

.logo {
  max-width: 60%; /* Ensure the image doesn't exceed the container width */
  }
  
.square:hover {
  background-color: #001f4e; /* preferred hover background color */
}

  .mylist-container {
    width: auto;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.mylist-item {
    float: left;
    margin-left: 0;
    background-color:#052744;
    padding: 20px;
    margin: 8px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align:center;
}


.entry-title
 {display:none;}


.navbar {
  background-color: #001f4e;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.nav-menu li a {
  color:#fff;
  font-size: 18px;
  padding: 15px 20px;
  margin:5px;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #a78748;
}

.wpcf7-captchac
{
height:34px !important;
}
div.wpcf7-response-output {
  margin: 0;
  color:#0000ff;
}


div.wpcf7-validation-errors
{
border:0px solid #ffffff;
}

.wpcf7-submit 
{
padding: 5px 24px 10px !important;
}

.wpcf7-textarea 
{
width:90%;
max-width:90%;
min-width:200px;
}


.wpcf7-select 
{
width:90%;
max-width:90%;
min-width:200px;
}

.wpcf7-text
{width:90%;
max-width:90%;
min-width:200px;
}

.myfields2 {
  font-weight: bold;
  font-size: 12px;
  color: #000080;
  font-family: arial;
}


  ul.nav-menu, div.nav-menu > ul {
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}


.main-navigation
{
width:100%;
max-width: 100%;
}

.nav-menu{
background-color:#001f4e;
}

#site-navigation {
    text-align: center;
}

ul.nav-menu {
    display: inline-block;
}

.site-footer .sidebar-container {

background-color:#001534;
}


.rowflex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -5px; /* To compensate for margin on individual squares */
}


.section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.list-container2 {
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.list-item2 {
    margin: 1px;
    background-color: #efecec;
    padding: 16px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    width: 100%; /* Full width on small screens */
}

.mycolflex-122 {
    width: 100%;
}

.mycolflex-62 {
       flex-basis: calc(50% - 10px); /* 50% width with margin on both sides */
    margin: 5px; /* Margin to separate squares */
 
    padding: 20px; /* Adjust to your preferred padding */
    text-align: center;
}


.text-container2 {
    text-align: justify;
    margin: 20px; /* Adjusted margin */
}

.image-container2 {
    width: 100%;
}

.image-container2 img {
    width: 100%;
}

.imgmenu {
    border-radius:0;
    margin: 0 auto;
    display: block;
}
.slider-container2 {
    text-align: justify;
    margin: 20px 0 20px 20px; /* Adjusted margin */
}

.mycoltext1 { 
    text-align:justify;clear:both;margin:60px;
}   

.mycolslide1 { text-align:justify;clear:both;margin:60px 0 60px 60px;}   
.mycolimage1 { text-align:justify;margin:0 60px 60px 0}  
.mycoltext2 {text-align:justify;clear:both;margin:0 60px 60px 0}
.mycoltext3 {text-align:justify;clear:both;margin:20px 60px 0 0;}

.mycoltext5 { 
    text-align:justify;clear:both;margin:40px;
}   

footer.entry-meta {
margin-top: 10px;
}

.hentry {
padding: 10px 0;
font-weight:normal;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
margin: 0 auto;
max-width:100%;
}

.hentry 
{
padding-top:20px;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
max-width: 1040px;
padding: 0px;
}

/*.site-footer .sidebar-container {
background-color:#5A2F81;
}*/

.site-header .home-link {
height:130px;
background-color:#001f4e;
width:100%;
max-width:100%;
}

.site-header {
background-color:#001f4e;
}

[class*="mycol-"] {
float: left;
width:100%;
}


.slogan1 {
    display: flex;         /* Opcional: Alinha elementos filhos horizontalmente */
    justify-content: center; /* Centraliza o conteúdo dentro do container */
    align-items: center;   /* Centraliza verticalmente, caso necessário */
    width: 100%;           /* Ajuste o tamanho conforme necessário */
    padding: 10px 0;       /* Adicione espaçamento */
border: 1px solid #bdd3f5;
    
}



.slogan1 img{
max-width:50%;
} 

.video-img {
width: 100%;
margin:0 auto;
padding:0 20px;
}

.tours-background {
    background-image: url(http://www.vikingcv.com/wp-content/uploads/2016/11/shippingagenciaviking.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-shadow: 0px 0px 22px #ffffff;
    height: 50vh; /* Set the height to the full viewport height */
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    text-align: center;
    color: #00f;
}

.background-text {
    /* Styles for the semi-transparent white background and dark blue text color */
    background-color: rgba(255, 255, 255, 0.7); /* Semi-transparent white */
    color: #001f4e; /* Dark blue text color */
    padding: 20px; /* Adjust padding as needed */
}

.center-content {
    width: 100%; /* Make the container full width */
}

.responsive-font {
    font-size: 3vw; /* Responsive font size using viewport width */
    font-weight: bold;
}


/*   ************  TOURS AND SHORE EXCURSIONS ******** */



.island-container h4 {
    text-align: center;
}


.island-container i {
     color: rgba(0, 0, 0, 0.9); 
    font-size:1.4em;
    text-align: center;
    margin:10px;
}
.island-container p {
    font-size:14px;
}


.island-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.island-container {
    position: relative;
    margin: 10px;
    flex: 0 1 calc(33.33% - 20px); /* Adjust the width as needed */
}

.island-container img {
    width: 100%;
    height: auto;
    display: block;
}

.island-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
    z-index: 2;
}

.image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.image-container img {
  max-width: 100%;
  height: auto;
   border:1px solid #fff;
    border-radius:10px;
}

.image-container i {
  position: absolute;
  font-size: 4em; 
   color: rgba(255, 255, 255, 0.5); 
  z-index: 2;
}

.island-color1 {
    background-color:#fff4f4;
}
.island-color2 {
    background-color:#edffe7;
}
.island-color3 {
    background-color:#fffde5;
}
.island-color4 {
    background-color:#f3eeff;
}





/* -------------------------------------- RESPONSIVE ------------------------------------ */

.row {
box-sizing: border-box;
height:auto;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

@media (max-width: 640px) {
ul.nav-menu {
    display:none;
}

.toggled-on .nav-menu li > ul a {
    color: #fff;
}

}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .mycol-1 {width: 8.33%;}
    .mycol-2 {width: 16.66%;}
    .mycol-3 {width: 25%;}
     .mycol-31 {width: 22%;}
    .mycol-4 {width: 33.33%;}
    .mycol-5 {width: 41.66%;}
    .mycol-6 {width: 50%;  display: table-cell;
    vertical-align: middle;}
    .mycol-7 {width: 58.33%;}
   .mycol-8 {width: 66.66%;}
    .mycol-9 {width: 75%;}
    .mycol-10 {width: 83.33%;}
    .mycol-11 {width: 91.66%;}
    .mycol-12 {width: 100%; display:table;}
.mycol-13 {width: 20%;}
.mycol-14 {width: 25%; }
.mycol-15 {width: 12%;}
	.mycol-16 {width: 88%;}
	.mycol-17 {width:18%;}
	.mycol-18 {width: 16.66%;}

    

.colsearch-6 {width: 50%;}
    .colsearch-12 {width:100%;clear:both;}
    
	h5 {
    font-size: 15px;
 
}
}

/*  -----------------  UPDATE -----------------  */


@media only screen and (min-width:1116px) and (max-width:1328px) {
	h1.site-title {font-size:40px;}
	h5 {
    font-size: 14px;
 
}
.site-description {font-size:38px;}
	
	.imglogo2  img{
	    width:90px;
	   margin:20px; 
	       margin-left: 20%;
	}
	
	.nav-menu li a {
   
    font-size: 14px;
    padding: 15px 6px;
}

.tours-background {
    height: 40vh; 
}

.site-footer .widget {
    width: 21%;
}

}

@media only screen and (min-width:1024px) and (max-width:1115px) {
	h1.site-title {font-size:36px;text-align:center;}
.site-description {font-size:34px;text-align:center;}
.imglogo2 {width:120px;
    
     margin-left: 20%;
}
   

.slogan1 {
border:none;
}


.nav-menu li a {
   
    font-size: 14px;
    padding: 15px 6px;
}


.tours-background {
    height: 30vh; 
}
.site-footer .widget {
    width: 44%;
    margin:0 0 0 25px;
}


}

 /* @media only screen and (max-width:1028px) {
	h1.site-title {font-size:28px;text-align:center;}
.site-description {font-size:26px;text-align:center;}	
.imglogo2 {width:80px;}*
	
} */


@media only screen and (min-width:768px) and (max-width:1023px) {
    
	h1.site-title {font-size:28px;}
.site-description {font-size:26.8px;}	

.imglogo2 {width:120px;
     margin-left: 20%;
    
}



.nav-menu li a {
   
    font-size: 14px;
    padding: 15px 6px;
}
 
 .square {
    padding: 5px 10px;
     }
     .slogan1 {
border:none;
}

  
   .mycoltext1, .mycolslide1,.mycolimage1,.mycoltext2, .mycoltext5 { 
    margin:20px;
}  
.mycoltext3 {margin:20px}


.tours-background {
    height: 50vh; 
}
.site-footer .widget {
    width: 47%;
}

	
}

@media only screen and (max-width:767px){
    
    .island-container {
    position: relative;
    margin: 0;
    flex: 0 1 calc(100% - 5px);
}
    
    .slogan1 img{
max-width:60%;
} 


.imgmenu {
    border-radius: 10px;

 }
 
   .mycol-3 p {
        text-align: left !important;
    }
    
	.mycol-2 {width:16.66%;}
	.mycol-18 {width:100%;clear:both;}
.mycol-8 {width:66.66%;}
.mycol-10 {width:83.33%;}
    .mycolflex-6 {
        width: 100%;
        box-sizing: border-box;
    }
    
    .myflex-2 {
    justify-content: center;
    text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom:20px;
    background-color:#fff;
    } 
    
    	h5 {
    font-size: 14px;
 
}
    
    .myecalls {
       display:none;
    }
    
    .emergency-calls i,  .emergency-calls a {
    margin: 0 auto;
    display:block;
    text-align:center;
    color: #f00;
     font-size: 22px;
     text-align:center;
}

.tours-background {
    height: 33vh; 
}

     .slogan1txt {
display:none;
}
       .clia img, .agentsone img, .bimco img {
max-width:78px;
}

    .mycoltext1, .mycolslide1,.mycolimage1,.mycoltext2,.mycoltext3,.mycoltext5 { 
    margin:20px 5px;
}   


h1.site-title {font-size:22.5px;text-align:center;}
.site-description {font-size:21.5px;text-align:center;}	
.imglogo2 {width:120px;
     margin: 0 auto;
}

.slogan1 {
width:50%;
padding: 5px 0;
border:none;
}



.slogan1 a {
    display: inline-block; /* Garante que o link cresça para conter a imagem */
    text-align: center;    /* Centraliza o conteúdo se necessário */
    width: 100%;           /* Opcional: Ajuste o tamanho conforme necessário */
    font-size:9px;
}

.slogan1 img {
    border:none;
    max-width:100%; /* Faz a imagem ocupar o espaço disponível dentro do link */
    height: auto;    /* Mantém a proporção da imagem */
    display: block;  /* Garante que a imagem seja renderizada como um bloco */
    margin: 0 auto;  /* Centraliza a imagem dentro do container */
    line-height:0;
}



  .mylist-container {
    display: block;
}

.mylist-item {
    width:100%;
    float:none;
    padding: 10px 5px;
}

.site-footer .widget {
    width: 90%;
     margin-right: 0;
}


.emergency-calls {
    margin:20px;
 }

.contact-button {
      margin: 10px 0;
    background-color: #dfdfdf;
    }
    
   
.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
   
    color: #fff;
}

    .square-container, .myflex-12 {
    display: block;
}

.square {
    margin: 5px;
    padding: 5px;
}


img.video-img  {
padding:0;
margin:20px 0;

}

}


@media only screen and (max-width:544px){
	.mycol-2 {width:100%;}
	.mycol-10 {width:100%; text-align:center}
	.imglogo2 {max-width:120px;margin:0 auto;float:none;
	     margin:0 auto;
	}
	.mycol-8 {width:100%;}
h1.site-title {font-size:13px;text-align:center;}
.site-description {font-size:14px;text-align:center;}	
}


