/*
 * Theme Name:	(VT) Semantic
 * Theme URI:	https://codecooki.es/themes/semantic
 * Description:	A clean and powerful responsive WordPress blogging theme for professional writers, publishers and writers.
 * Version: 	1.1.5
 * Author:		CodeCooki.es
 * Author URI:	https://codecooki.es
 * Tags: 		blue, white, brown, light, dark, one-column, two-columns, three-columns, custom-header, custom-menu, featured-images, post-formats, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, theme-options, translation-ready
 * License: PHP code contained within this theme is GPL licenced. Images, video and/or other multimedia resources are rights protected.
 * License URI: http://themeforest.net/licenses/terms/regular
 */

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: #f7f7f7;
}

/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Roboto", "Georgia", "Times New Roman", sans-serif; font-weight: bold } */

/* Theme Colour Codes
   1. Extension Practice = green
   2. Irrigating Agriculture = red
   3. Victoria Food Innovation Network = blue
   4. Victorian Rural Woman Network = yellow
*/

#homepage-intro h2.post-title{
  font-weight:bold;
  color:#000;
}

header #logo-wrapper{
  margin-top:15px;
  margin-bottom:15px;
  width: 250px;
}
@media all and (max-width: 767px){
  header #logo-wrapper{
    margin-bottom:8px;
  }
}

header h1.logo{
  max-height: 70px;
}
header #logo-wrapper img{
  /* width: 100%; */
  width: auto;
  max-height: 70px;
}

#header-nav-1{
  /* 160 = the navigation height */
  max-height: calc(100vh - 160px);
}

.landing-inline-nav{
  margin:0;
  padding: 0 12% 15px;

  display: inline-flex;
  justify-content: space-around;
  width: 100%;
}

.landing-inline-nav li{
  display: inline-block;
}

.landing-inline-nav li a{
  text-decoration: none;
  color:#000;
}
.landing-inline-nav li a:hover{
  border-bottom: 1px solid #000;
}


@media (max-width: 568px) {
  .landing-inline-nav{
    display: block;
    text-align:center
  }
  .landing-inline-nav li{
    display: block;
    margin: 5px 0;
  }

  .landing-inline-nav li a{
  }
  .landing-inline-nav li a:hover{
  }
}

/*
======================================
Breakcrumbs
======================================
*/
.breadcrumb{
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #dedede;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}



/*------------------------------------------------------------------------------------------------------------*/
/* This is styling the footer - editing padding
/*------------------------------------------------------------------------------------------------------------*/
footer{
  padding:25px 0;
}
footer #footer-bottom{
  padding:0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media all and (max-width: 767px){
  footer #footer-bottom{
    flex-direction: column;
  }
}
footer #footer-bottom .scrollUp-wrapper{
  text-align: right;
}
@media all and (max-width: 767px){
  footer #footer-bottom .scrollUp-wrapper{
    text-align: center;
  }
}
.menu-footer-menu-container{
  height:60px;
}
.raak-footer-list{
  margin:0;
  padding:0;
  display:inline-flex;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  align-items: center;
}
.raak-footer-list li{
  list-style: none;
}
.raak-footer-list li a{
  font-size:1.5rem;
}

footer #footer-bottom i{
  font-size: 18px;
  color: #717171;
}

/*------------------------------------------------------------------------------------------------------------*/
/* This is the styling the success area for the Q & A plugin
/*------------------------------------------------------------------------------------------------------------*/
.dwqa-alert-success{
  background: rgba(209, 249, 209, 0.45);
  border: 1px solid #5db975;
  border-radius: 5px;
}



/*------------------------------------------------------------------------------------------------------------*/
/* Styling the Search Results
/*------------------------------------------------------------------------------------------------------------*/

.search article .entry-content{
  padding:20px;
}
.search .entry-content .post-thumbnail {
    margin: 15px 0;
}



/*------------------------------------------------------------------------------------------------------------*/
/* Home Page Article Slider
/*------------------------------------------------------------------------------------------------------------*/

.home_article_slider_container{
  margin-top: -120px;
}
