/*
Theme Name: Structures Theme
Theme URI: https://athemes.com/theme/astrid
Template: astrid
Author: BWS
Author URI: https://athemes.com
Description: BWS can help you to quickly create an awesome business website. All the features you need are waiting for you in this business theme: color options, fonts, full width header image, custom widgets, blog options and many other interesting and useful options.
Tags: two-columns,right-sidebar,custom-colors,custom-background,custom-header,custom-menu,featured-images,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.18.1591451408
Updated: 2020-06-06 13:50:08

*/

add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
function my_theme_enqueue_styles() {
    wp_enqueue_style('parent-style',get_template_directory_uri() . '/style.css');
}

.service-title {
	text-align: center;    
    font-weight: 600;
}

a:focus {
    color: #c2b21e;
    text-decoration: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], textarea {
    color: #cc2d2d;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    font-weight: 400;
	  background-color : #f2f2f2; 
	  padding: 5px;
}

/*
.custom-logo{
	height: 78px;
  width: 297px;
}
*/

.header-image::after {
    background-color: rgba(37, 46, 53, 0.61);
}

.main-navigation li {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400px;
}

.footer-contact-block {
    font-size: 13px;
}

.header-subtext {
    font-size: 30px;
    letter-spacing: 1px;			
}

/*media query*/
@media only screen and (max-width:768px){
	.wpcf7-form-control{
		width:100%;
	}
	.header-button{
		display:none;
	}
	.header-subtext {
    font-size: 20px;
    letter-spacing: 1px;
	}

  /*linea divisoria*/
  #tabFE .atblock {
      border: none!important;    
  }

  #tabSS .atblock {
       border: none!important; 
  }

  #tabSS .atblock .textwidget {
    padding-left:0px!important;
  }
  
  #tabI .atblock .textwidget {
   padding-left:0px!important;
	}
  
  #tabFE,#tabGE{
  	padding-top: 10px!important;
  }
  
  .centered-button {   
    margin: 45px auto 0!important;
	}
  
  .custom-logo-link img {
    margin-left: auto!important;
	}
}


@media all and (device-width: 768px) and (device-height: 1024px) {
   #tabI .atblock {
    	margin-right:auto!important;
	}
  
   #tabSS .atblock {
    	margin-left:auto!important;
	}
  
  .custom-logo-link img {
    margin-left: auto!important;
	}
}
  
@media screen and (orientation:landscape) and (max-device-width: 1024px){
    #tabI .atblock {
    	margin-right:auto!important;
	}
  
   #tabSS .atblock {
    	margin-left:auto!important;
	}
  
  .custom-logo-link img {
    margin-left: auto!important;
	}
}



/*for service page*/
body {	
	background-color: #FFFFFF;	
}

.large-header{
	width:100%;
}

.page.page-template-single-project #primary.content-area {
	width: 100%;
}

.page.page-template-single-project #secondary.widget-area {
	display: none;
}

.page.page-template-single-project .single-thumb {
    display:none;
}


#tabI,#tabSS,#tabdavid{
	padding-top: 10px!important;
}

/*linea divisoria superior*/
#tabFE .atblock {
	/*border-left: 1px solid #c2b21e;*/
  /*border-right: 1px solid #c2b21e;*/
}

#tabFI .atblock {
	/*border-left: 1px solid #c2b21e;*/
  border-right: 1px solid #c2b21e;
}


/*linea divisoria inferior*/
#tabSS .atblock {
	border-left: 1px solid #c2b21e;
    margin-left: 0px;
    border-right: 1px solid #c2b21e;
}

/**#tabSS .atblock .textwidget {
  padding-left:50px;
}*/

/*#tabI .atblock {
	 margin-right: 0px;
}*/

/*#tabI .atblock .textwidget {
  padding-left:50px;
	padding-right:none;
}*/

/*alinear botón READ MORE tabI*/
#tabI .atblock .button {
  margin-top:76px
}

.hentry {    
	border: none;    
}

.site-content > .container {
  border-right: none; 
	border-left:none;
	border-bottom:none;
}

.main-navigation li {
    padding: 15px 15px;
}

.site-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ContactCard{
	background-color: white;
	margin: 0px 20px 0px 20px;
	padding-bottom: 40px;
}

@media only screen and (max-width:768px){
  .ContactCard{	
      margin: 20px 0px 20px 0px;
      padding-bottom: 20px;
	}
}
