/*Flex*/
.grid-container {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 576px) {
  .grid-container {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 768px) {
  .grid-container {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 992px) {
  .grid-container {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
@media (min-width: 1200px) {
  .grid-container {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
@media (min-width: 1500px) {
  .grid-container {
    margin-left: -15vw;
    margin-right: -15vw;
  }
}

:root {
  --content-width: calc(100% - 2 * 1rem);
}
@media (min-width: 576px) {
  :root {
    --content-width: calc(100% - 2 * 2rem);
  }
}
@media (min-width: 768px) {
  :root {
    --content-width: calc(100% - 2 * 2rem);
  }
}
@media (min-width: 992px) {
  :root {
    --content-width: calc(100% - 2 * 5vw);
  }
}
@media (min-width: 1200px) {
  :root {
    --content-width: calc(100% - 2 * 10vw);
  }
}
@media (min-width: 1500px) {
  :root {
    --content-width: calc(100% - 2 * 15vw);
  }
}

/* Common Elements*/
body {
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

a, a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.sidebar-footer {
  padding-bottom: 1rem;
}
.sidebar-footer .float-left {
  margin-right: 1rem;
}

body {
  padding-top: 84px;
}

.drm-header {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3), 0 5px 10px 0 rgba(0, 0, 0, 0.8);
  position: relative; /*/
position:absolute;
width:100%;/**/
}

#menu-main-menu {
  width: 100%;
}

.drm-mainmenu .dropdown-menu .dropdown-item {
  font-size: 16px;
  font-weight: 700;
}

.navbar {
  background-color: #cc0000;
  /*background-color:$gray;
  background-image:url(../images/diamondplate.png);
  background-repeat:repeat-y;
  background-position:top left;*/
  border-radius: 0;
  border: none;
  clear: both;
  min-height: 40px;
  margin-bottom: 0;
}

.navbar-nav li a {
  line-height: 16px;
  padding: 12px 10px;
}
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:active {
  /*background: #6D0000;
  background: linear-gradient(0deg,rgba(109, 0, 0, 1) 0%, rgba(176, 0, 0, 1) 100%);*/
  background: #292929;
  background: linear-gradient(0deg, rgb(41, 41, 41) 0%, rgb(153, 153, 153) 100%);
}
@media (min-width: 1200px) {
  .navbar-nav li:last-child {
    margin-left: auto !important;
  }
}

.drm-mainmenu .menu-cta {
  /*.dropdown-menu .menu-item a {
  	display: block;
  }*/
}
.drm-mainmenu .menu-cta a {
  border-radius: 0 !important;
  display: flex;
  height: 100%;
  line-height: 1.2;
  overflow: hidden;
  /*background-color: $red !important;*/
  background-color: #292929 !important;
  color: #ffffff !important;
}
.drm-mainmenu .menu-cta a:hover, .drm-mainmenu .menu-cta a:focus, .drm-mainmenu .menu-cta a:active {
  /*background: #6D0000;
  background: linear-gradient(0deg,rgba(109, 0, 0, 1) 0%, rgba(176, 0, 0, 1) 100%);*/
  background: #292929;
  background: linear-gradient(0deg, rgb(41, 41, 41) 0%, rgb(153, 153, 153) 100%);
}
@media (max-width: 1199.98px) {
  .drm-mainmenu .menu-cta a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.main-footer {
  /*background: #292929;
  background: linear-gradient(0deg,rgba(41, 41, 41, 1) 0%, rgba(68, 68, 68, 1) 100%);*/
  background: #000;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(68, 68, 68) 100%);
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 16px;
}

/***** Picture Grid *****/
.grid-container {
  background-color: #fff;
  overflow: hidden;
  /*border:$grid-gutter solid #fff;/**/
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.grid-section {
  width: 100%;
  float: left;
}

.grid-item {
  height: 0;
  float: left;
  position: relative;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.grid-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
}

.grid-section:last-of-type .grid-item {
  float: right;
}

.grid-item--vertical {
  width: 40%;
  padding-bottom: 60%;
}

.grid-item--horizontal {
  width: 60%;
  padding-bottom: 30%;
}

.grid-section:first-of-type .grid-item:first-of-type:after {
  border-left-width: 0;
}

.grid-section:last-of-type .grid-item:first-of-type:after {
  border-right-width: 0;
}

.grid-section:first-of-type .grid-item:nth-of-type(n+2):after {
  border-left-width: 3px;
  border-right-width: 0;
}

.grid-section:last-of-type .grid-item:nth-of-type(n+2):after {
  border-right-width: 3px;
  border-left-width: 0;
}

.sidebar-bottom {
  margin: 0;
  padding: 0;
}
.sidebar-bottom .widget {
  border: 0;
}

@media (min-width: 768px) {
  /*html:before{
  	content:'SM';
  }

  .mainbtn-container{
  	font-size:1.5em;
  }*/
  .grid-section {
    width: 50%;
  }
  .grid-section:last-of-type .grid-item {
    float: left;
  }
  .grid-section:last-of-type .grid-item:first-of-type:after {
    border-right-width: 3px;
  }
  .grid-section:first-of-type .grid-item:nth-of-type(n+2):after {
    border-right-width: 3px;
  }
  .grid-section:last-of-type .grid-item:nth-of-type(n+2):after {
    border-left-width: 3px;
    border-right-width: 0;
  }
  /*img.pull-left,
  img.pull-right{
  	width:auto;
  	max-width:100%;
  	height:auto;
  }*/
  .sm-center {
    text-align: center;
  }
  .sm-left {
    text-align: left;
  }
  .sm-right {
    text-align: right;
  }
  .sm-floatleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .sm-floatright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}