@font-face{

  font-family: 'digitalt';

  src: url(../fonts/Digitalt.ttf);

}



html {

  overflow-x: hidden;

  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue", Arial, sans-serif !default;  }

h2{

  font-size: 2rem;

  text-align: center; }

body{

  overflow-x: hidden!important;

  background-color: rgb(247, 247, 247);

}





a{

  text-decoration: none!important;

}

.widgettitle{

      font-size: 1.3rem;

    text-align: center;

    margin-top: 2rem;

}

#main-container {

  min-height: 80vh; }



.logo-title{

  margin-top: 100px;

  font-family: digitalt;

  margin-bottom: -1.2rem;

  font-size: 80px;

}



.header-logo-img-mobile{

  width: 200px;

}



.header-container{

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

}



.fa-facebook-official {

    color: #3B5998;

}



.fa-twitter {

    color: #1DA1F2;

}



.fa-instagram {

    color: #000000;

}



.fa-youtube-play{

  color: #e62117;

}



.header-media{

  font-size: 50px;

  margin-bottom: -20px;

}



.header-media-icon{

  -webkit-transition: all 150ms;

  -moz-transition: all 150ms;

  -o-transition: all 150ms;

  transition: all 150ms;

}



a > .header-media-icon:hover{

  font-size: 55px;

}



.font-digitalt{

  font-family: digitalt;

}







.navbar-brand{

  font-size: 32px;

  margin-left: 1rem;

}



.main-container{

  border-radius: 10px;

  background-color: #ffffff;

  margin-bottom: 50px;

  padding: 0;

}



.main-row-padding{

  padding: 0px 15px;

}



.search-icon-nav {

  color: white; }

  .search-icon-nav:visited {

    color: white; }

  .search-icon-nav:active, .search-icon-nav:hover {

    color: grey; }



.search-icon-outsidearea {

  cursor: pointer;

  text-decoration: none; }

  .search-icon-outsidearea:visited, .search-icon-outsidearea:active {

    text-decoration: none; }



.dropdown-menu {

  background-color: #292B2C; }



.dropdown-item {

  background-color: #292B2C;

  color: #ffffff; }

  .dropdown-item:hover {

    background-color: #F7F7F9;

    color: #000000; }



form {

  display: inline;

  margin: 0; }



.btn-span {

  background-color: #292B2C;

  color: #ffffff;

  cursor: pointer; }



.carousel {

  width: 100%;

  height: 500px; }



.carousel-inner {

  max-height: 500px; }



.carousel-item {

  max-height: 500px; }



img .img-fluid {

  min-width: 100%;

  min-height: 100%; }





.right-side-container {

  padding-top: 1rem;

  border-left: 1px solid #dadada; }



.front-page-about-container {

  min-height: 800px;



}



.portrait-background {

  background-color: #efefef; }



.front-page-blog-logo {

  margin-top: 1rem;

  margin-bottom: 1rem;

  width: 100%;

  height: auto; }



.blog-info {

  background-color: #efefef;

  /*border-bottom: 1px solid #000000;*/ }



.front-page-blog-description {

  background-color: #343838;

  color: white;

  font-size: 1.2rem; }



.front-page-blog-name {

  font-size: 4rem;

  color: white;

  text-align: center;

  text-shadow: 0px 5px 10px #000000; }



.front-page-blog-button {

    margin-bottom: 3rem;

  box-shadow: 0px 5px 10px #000000;

  margin-top: 1rem;

  padding: 10px 90px;

  border: 3px solid #ffffff;

  border-radius: 20px;

  font-size: 1.4rem;

  font-weight: bold;

  color: #ffffff;

  -webkit-transition: all 300ms;

  -moz-transition: all 300ms;

  -o-transition: all 300ms;

  transition: all 300ms; }

  .front-page-blog-button, .front-page-blog-button:visited, .front-page-blog-button:focus, .front-page-blog-button:hover {

    text-decoration: none; }

  .front-page-blog-button:hover {

    background-color: #ffffff;

    color: black;

    border: 3px solid #000000;

    box-shadow: 0px 12px 20px 2px #000000; }

.card .peaw-original-layout div{

  font-family: sans-serif;

}



@media screen and (max-width: 1379px){

    .pointer{

      display: none;

    }

    .front-page-about-container{

      height: auto;

    }

}





@media screen and (max-width: 780px) {

  .right-side-container {

    border: none; } }

/*Font-size changes*/

@media screen and (min-width: 780px) {

  :root {

    font-size: 20px; }



  .search-icon-nav {

    font-size: 1rem; }



  .search-icon-innernav {

    display: none; }



  .navbar{

    padding: 0px 0.5rem;

  }

  .navbar-brand{

    padding: 0;

  }



  .menu-align {

    margin-right: 9%; } }

/*Menu Toogle*/

@media screen and (max-width: 991px) {

  .search-icon-outternav {

    display: none; }



  .search-icon-innernav {

    display: inline; } }



.wp-caption-text .gallery-caption a{

  font-size: 40px;

}

.centered-flex{

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  background: #cccccc;

}

.front-page-contact{

    background: #ffffff;

    padding: 10px;

    padding-bottom: 0px;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.front-page-contact label{

  text-align: center;

  font-weight: bold;

}



.search-container{

      display: flex;

    max-width: 100%;

    flex-wrap: wrap;

    justify-content: flex-start;

}



.search-menu-icon{

  display: flex;

  justify-content: center;

  margin-bottom: 5px;

}



.recents-posts-title{

  text-align: center;

  font-size: 30px;

}

.posts-container{

  display: flex;

  justify-content: flex-start;

  flex-wrap: wrap;

  padding: 0;



}



.card{

  margin-top: 10px;

  margin-bottom: 10px;

    -webkit-transition: all 300ms;

  -moz-transition: all 300ms;

  -o-transition: all 300ms;

  transition: all 300ms;

}



.card:hover{

  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);

}







.card-thumbnail{

  height: 150px;

  background-repeat: no-repeat;

  background-position: top center;

  background-size: cover;

  width: 100%;

}

.card-title{

  font-size: 25px;

  margin-bottom: 0;

}

.card-text{

  font-size: 15px;

}

.card-post-info{

  font-size: 11px;



}

.card-post-info a{

  font-weight: bold;

}



.card-btn{

  width: 100%;

  display: block;

  font-weight: bold;

  border-radius: 0 0 0.2rem 0.2rem;

  padding: 10px 0;

      background-color: #292b2c;

    border-color: #292b2c;



}

.card-btn:hover{

      background-color: #292b2c;

    border-color: #292b2c;

}







.ortiz-pagination{

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  padding: 0 5px;

}



.page-numbers{

  padding: 5px 15px;

  border: 1px solid #ccc;

  border-radius: 5px;

  margin: 10px;

  -webkit-transition: all 300ms;

  -moz-transition: all 300ms;

  -o-transition: all 300ms;

  transition: all 300ms;

}



.page-numbers:hover{

  background-color: #e8e8e8;

}



.ms-inner-controls-cont{

  max-width: 100%!important;

}

div.ms-view.ms-basic-view.ms-grab-cursor{

  width: 100%!important;

}



div#mc_embed_signup > form > div#mc_embed_signup_scroll > input{

  text-align: center;

  margin: auto;

  width: 100%;

}

div#mc_embed_signup > form > div#mc_embed_signup_scroll > div.clear > input#mc-embedded-subscribe{

      margin: auto;

    margin-top: 20px;

    background-color: #0275d8;



}

div#mc_embed_signup > form > div#mc_embed_signup_scroll > div.clear > input#mc-embedded-subscribe:hover{

   background-color: #025aa5;

}

div#ortiz-sidebar h2{

  font-size: 20px!important;

}



.categories-menu-container{

    display: flex;

    justify-content: space-around;

    flex-wrap: wrap;

    margin-bottom: 1rem;

    margin-top: 0.5rem;

}



.main-cat-menu-container{

  display: flex;

  justify-content: space-around;

  flex-wrap: wrap;

  margin-bottom: 0;



}



.cat-menu-link{

    border-bottom: 1px solid rgba(41, 43, 44, 0.3);

    padding: 0px 15px;

    font-weight: 400;

    -webkit-transition: all 300ms;

    -moz-transition: all 300ms;

    -o-transition: all 300ms;

    transition: all 300ms;

}



.cat-menu-link:hover{

    background-color: rgb(41, 43, 44);

    border-radius: 25px;

    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.3);

    color: #ffffff;

}



.cat-menu-active{

  background-color: rgb(41, 43, 44);

  color: #ffffff;

  box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.3);

  border: 1px solid rgb(41, 43, 44);

  border-radius: 25px;

}



.link-active{

  color: #ffffff!important;

}



.cat-menu-has-children{

  position: relative;

  display: inline-flex;

}



.cat-menu-has-children:after{

    content: '';

    position: absolute;

    top: 100%;

    left: 40%;

    width: 0;

    height: 0;

    border-top: solid 12px rgba(41, 43, 44, 0.3);

    border-left: solid 12px transparent;

    border-right: solid 12px transparent;

}





.cat-menu-children-container{

  display: none;

  position: absolute;

  background-color: white;

  padding: 8px;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

  z-index: 1;

  margin-top: 1.8rem;

  min-width: 100%;

  margin-left: -15px;

}

.cat-menu-children-container:hover{

  display: block;

}



.cat-menu-has-children:hover .cat-menu-children-container{

  display: block;



}



.cat-menu-has-children:hover > a{

  color: #ffffff!important;

}



.cat-menu-has-children:hover:after{

  border-top: solid 12px rgb(41, 43, 44);

}



.cat-menu-children-inner-container{

  width: 100%;

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}

.child-link-container{

  border-bottom: 1px solid rgba(0,0,0,0.3);

  -webkit-transition: all 300ms;

  -moz-transition: all 300ms;

  -o-transition: all 300ms;

  transition: all 300ms;

  padding: 0;

  margin:0;

  width: 100%;

  display: flex;

  justify-content: center;

}

.child-link-container:hover{

  border:0;

  background-color: rgba(0,0,0,0.8);



}



.cat-child-menu-link{

  margin:0 auto;

  text-align: center;

}



.cat-child-menu-link:hover{

  color: #ffffff!important;

}





.dad-active{

  background-color: rgb(41, 43, 44);

  color: #ffffff;

  box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.3);

  border: 1px solid rgb(41, 43, 44);

  border-radius: 25px;

}



.dad-active:after{

    content: '';

    position: absolute;

    top: 100%;

    left: 40%;

    width: 0;

    height: 0;

    border-top: solid 12px rgb(41, 43, 44);

    border-left: solid 12px transparent;

    border-right: solid 12px transparent;



}



.child-active{

  background-color: rgba(0,0,0,0.8);

}



.link-child-active{

  color: #ffffff;

}



.ortiz-breadcrumb{

  padding: 0;

  margin:0;

  margin-left: 5px;

  color: #afabab;

  font-size: 12px;

}



.no-padding{

  padding: 0;

}



.card-padding{

  padding: 10px 1.5rem;

}



.responsive-menu-row{

  text-align: center;

}



.responsive-menu-link-container{

    display: block;

    background-color: #292b2c;

    border: 1px solid rgba(255,255,255,0.1);

}



.responsive-menu-link-container:hover{

  -webkit-transition: all 300ms;

  -moz-transition: all 300ms;

  -o-transition: all 300ms;

  transition: all 300ms;

  background-color: #414446;

}



.responsive-menu-main-cat-link{

    color: white;

    font-size: 20px;

    display: block;

}

.responsive-menu-main-cat-link:hover{

  color:#ffffff;

}



.card-text{

  word-wrap: break-word;

}



.responsive-active-main-cat{

  background-color: #474a4c;

}



.no-thumbnail-title{

  background: #292b2c;

  padding: 15px;

  color: #ffffff;

  font-size: 17px;

  margin-bottom: 0;

  min-height: 100px;

  display: flex;

  justify-content: center;

  align-items: center;



}



.card:hover{

      box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.2);

}





form { text-align: center;}



.logo-header-image{

    max-width: 300px;

    min-width: 200px;

    margin-top: 20px;

    margin-bottom: -5px;

}

.ortiz-featured-link a{
  color:#f9c88a!important;
}
.ortiz-featured-link:hover a{
  color:#f9c88a9c!important;
}

#post-content img {
  max-width: 100%!important;
}

#post-content div {
  max-width: 100%!important;
}

#post-content iframe{
  max-width: 100%!important;
}


.ortiz_accordion {
  width: 100%;
  padding: 0;
  margin: 0;
}

.ortiz_accordion * {
  padding: 0;
  margin:0;
  box-sizing: border-box;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  cursor:pointer;
}

.ortiz_accordion a {
  color: #fff;
}

.ortiz_accordion li {
  margin: 0 auto;
  list-style-type: none;
  border-bottom:1px solid #bbbbbb;
  background: #474747;
  padding:.5rem 1rem;

}

.ortiz_accordion li a{
  display: block;
}

.accordion_arrow_down{
  float: right;
  color:#fff;
  margin-top:4px;
}

.ortiz_accordion_subitem {
  width: 100%;
  display: none;
}

.ortiz_accordion_subitem li {
  padding: .4rem 3rem;
  background: #cf3421;
}

.ortiz_accordion_rotate_arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);

}

.ortiz_active_accordion a{
  font-weight: 700;
}











/*# sourceMappingURL=main.css.map */
