/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
body {
  background: #ffffff;
}

.photo img, .photo-style1 img {
   object-fit: cover;
   transition: all 1s ease-out;
   width: 100%;
   height: 100%;
}

.photo, .photo-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}

.btn2:hover {
  color: #c14949!important;
}

.btn2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1D262F;
  border-radius: 2px;
  color: white!important;
  font-family: 'Roboto', sans-serif!important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .3s;
  min-width: 132px;
  height: 37px;
  padding: 0 10px;
}

.btn2 span {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
}

.btn2:hover span:after {
  right: -2px;
  background-image: url(../../images/traders-arrow-icon-active.svg);
}

.btn2 span:after {
  content: '';
  position: relative;
  right: 0;
  background-image: url(../../images/traders-arrow-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all .3s;
  width: 7px;
  height: 14px;
  margin-left: 9px;
  margin-bottom: 2px;
}

.title-style1 {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
    .btn2 {
        font-size: 14px;
        font-weight: normal;
        min-width: 88px;
        height: 27px;
        margin-top: 10px;
    }

    .btn2 span:after {
        width: 5px;
        height: 10px;
    }

    .site-content {
        padding-top: 13px;
    }

    .site-content .container_block {
        flex-direction: column;
    }

    .container_block > .widget-area {
        display: none;
    }

    .title-style1 {
        color: black;
        font-size: 24px;
        margin-bottom: 24px;
    }
}

.site-content {
  margin-top: 1rem;
  padding: 0 0 40px 0;
}

.container_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1320px;
  max-width: 94%;
}

#primary {
  float: none;
  width: calc(100% - 350px);
  padding-right: 60px;
}

#secondary {
  float: none;
  width: 350px;
  padding: 0;
}

@media (max-width: 1199px) {
    #primary, #secondary {
        width: 100%;
        padding: 0;
    }
}
