/* Theme Name: Sorbas Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of egovt
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: egovt
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: sorbas
*/

@font-face {
  font-family: 'Sorbas AG Regular';
  src: url(https//conociendosorbas.com/wp-content/themes/sorbas/sorbas-font/SorbasAG-Regular.otf);
	font-weight: 400;
}

@font-face {
  font-family: 'Sorbas AG Bold';
  src: url(https//conociendosorbas.com/wp-content/themes/sorbas/sorbas-font/SorbasAG-Bold.otf);
	font-weight: bold;
}

@font-face {
  font-family: 'Sorbas AG Thin';
  src: url(https//conociendosorbas.com/wp-content/themes/sorbas/sorbas-font/SorbasAG-Thin.otf);
	font-weight: 300;
}

:root {
  --color-navy: #1a2751;
  --color-blue: #047aff;
  --color-green: #22bf26;
  --color-sand: #efa367;
  --color-sand2: #e0a271;
  --color-dark: #32373b;
  --color-mid: #6c737d;
  --color-steel: #b6c6d6;
  --color-light: #f0f5fb;
  --color-cream: #faf6f5;
  --color-white: #ffffff;
  --color-black: #000000;
  
  --noche: #12293b;
  --noche-2: #122233;
  --gris: #e0e0e0;
  --cielo: #c9d9e3;
  --cielo-noche: #bbcbd5;
  --esparto: #b1b17f;
  --esparto-noche: #9fa475;
  --tierra: #dbd1c4;
  --tierra-noche: #cdc1b7;
  --barro: #dba272;
  --barro-noche: #c9946b;


  --font-main: "Sorbas AG", Georgia, serif;
  --page-width: 860px;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

article .comment { 
	display: none !important;
}

.post-meta-grid {
	display: none !important;
}

.blog-grid article.post-wrap .post-title a h2.post-title {
	margin-top: 12px;
}

.blog-grid article.post-wrap .post-title{
	margin-top: 20px;
}

/*.egovt-post-readmore a.btn-readmore {
	display: none !important;
}*/

@media (min-width: 1025px) and (max-width: 1200px){
	.width_menu_1200{
		padding-right: 12px;	
	}
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.white {
  color: #fff;
}

.hidden {
  display: none;
}

.archive-por {
    margin-top: 2rem;
}

.page-title {
  display: none  !important;
}
.wrap_site{
  margin-top: 3rem !important;
}

.egovt_icon_couter.elementor-widget-html .elementor-widget-container i::before{
  color: var(--color-white) !important;
}
@media (max-width: 480px){
  .wrap-portfolio {
    padding: 0 !important;
  }
  .wrap-portfolio .single-por {
      padding: 0 !important;
  }
  .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
  }
  section.elementor-section.elementor-top-section.elementor-element.elementor-element-8057adc.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    padding: 1rem;
  }
}