@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');

html,
body{
  overflow-x:hidden;
}

body{
  color:#444;
}

a,
a:hover{
  color:#3b5998;
  text-decoration: none;
}

.open-sans{
  font-family: 'Open Sans', sans-serif;
}

.brand-link-hover a:hover,
.brand-link a:hover,
.brand-link a,
.brand{color:#3b5998;}
.brand-back{background-color:#3b5998;}
.brand-border{border-color:#3b5998;}

.dark-link a:hover,
.dark-link a,
.dark{color:#444444;}
.dark-back{background-color:#444444;}
.dark-border{border-color:#444444;}

.white-link a:hover,
.white-link a,
.white:hover,
.white{color:#FFFFFF;}
.white-back{background-color:#FFFFFF;}
.white-border{border-color:#FFFFFF;}
.white-back.white-transparent-back{
  background: #FFFFFFAA;
}

.light-link a:hover,
.light-link a,
.light{color:#f4f4f4;}
.light-back{background-color:#f4f4f4;}
.light-border{border-color:#f4f4f4;}

.black-link a:hover,
.black-link a,
.black{color:#000;}
.black-back{background-color:#000;}
.black-border{border-color:#000;}

body{
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Open Sans', sans-serif;
     -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

h1,.h1{
  font-size: 3.2em;
}
h2,.h2{
  font-size: 2.6em;
}
h3,.h3{
  font-size: 1.9em;
}
h4,.h4{
  font-size: 1.7em;
}
h5,.h5{
  font-size: 1.4em;
}
h6,.h6{
  font-size: 1.15em;
}
.bigger{
  font-size: 1.09em;
}
.big{
  font-size: 1.05em;
}
.small{
 font-size: .85em;
}
.smaller{
  font-size: .7em;
}

.clean-ul ul{
  list-style-type: none;
  padding:0;
  margin: 0;
}

.line-ul li{
  display: inline-block;
}

.navbar-brand {
    margin: 0;
    padding:  0;
    font-size: 1.2em;
}
.navbar-brand img{
  border-radius: 50%;
  width: 70px;
  margin-right: 15px;
}
.social-nav-elements li,
.header-ul li{
  margin-left: 10px;
}
.header-ul li a{
  position: relative;
  display: block;
}

.header-ul li a::before {
    content: '';
    background: #FFF;
    width: 5px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -7px;
    margin-top: -1px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .3s ease-in-out;
}
.archive .header-ul li.menu-item-3889 a::before,
.single-post .header-ul li.menu-item-3889 a::before,
.header-ul li.current-menu-item  a::before,
.header-ul li a:hover:before {
    opacity: 1;
    transform: translateX(0);
}

.social-nav-container,
.menu-opener{
  vertical-align: middle;
}

#social-nav-container{
  vertical-align: middle;
}
.menu-opener{
  cursor: pointer;
}

.mobile-nav li{
  padding: .3rem 0;
}

.mobile-menu{
  overflow: hidden;
  max-height: 0;
  transition: all .3s ease-in-out;
}

.mobile-menu.opened{
  max-height: 500px;
}

@media (min-width: 768px){
  .social-nav-elements li,
  .header-ul li{
    margin-left: 15px;
  }

  .navbar-brand {
      font-size: 1.4em;
  }

}
.social-icons li{
  margin-right: .6em;
}



div.wpcf7{
  max-width: none;
}


input[type=email]:focus,
input[type=email]:active,
input[type=email],
input[type=password]:focus,
input[type=password]:active,
input[type=password],
.wpcf7 input[type=color]:active,
.wpcf7 input[type=date]:active,
.wpcf7 input[type=datetime-local]:active,
.wpcf7 input[type=datetime]:active,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=file]:active,
.wpcf7 input[type=month]:active,
.wpcf7 input[type=number]:active,
.wpcf7 input[type=range]:active,
.wpcf7 input[type=search]:active,
.wpcf7 input[type=tel]:active,
.wpcf7 input[type=text]:active,
.wpcf7 input[type=time]:active,
.wpcf7 input[type=url]:active,
.wpcf7 input[type=week]:active,
.form-control:active,
.wpcf7 .wpcf7-validation-errors:active,
.wpcf7 select:active,
.wpcf7 textarea:active,
.wpcf7 input[type=color]:hover,
.wpcf7 input[type=date]:hover,
.wpcf7 input[type=datetime-local]:hover,
.wpcf7 input[type=datetime]:hover,
.wpcf7 input[type=email]:hover,
.wpcf7 input[type=file]:hover,
.wpcf7 input[type=month]:hover,
.wpcf7 input[type=number]:hover,
.wpcf7 input[type=range]:hover,
.wpcf7 input[type=search]:hover,
.wpcf7 input[type=tel]:hover,
.wpcf7 input[type=text]:hover,
.wpcf7 input[type=time]:hover,
.wpcf7 input[type=url]:hover,
.wpcf7 input[type=week]:hover,
.form-control:hover,
.wpcf7 .wpcf7-validation-errors:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type=color],
.wpcf7 input[type=date],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=datetime],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7-mail-sent-ok{
      background: none;
      color: #3b5998;
      outline: 0;
      border-radius: 0;
      box-shadow: none;
      display: block;
      padding: 8px 15px;
      -webkit-appearance: none;
      border: 0;
      display: block;
      width: 100%;
      font-size: 1em;
      outline: 0!important;
      box-shadow: none!important;
      height: auto;
      border:1px solid #444444;
}
*::placeholder{
  color:#444444!important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle, .wpcf7 .show>input.dropdown-toggle[type=submit], .wpcf7 input:not(:disabled):not(.disabled).active[type=submit], .wpcf7 input:not(:disabled):not(.disabled):active[type=submit],
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit],
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:hover,
input[type="submit"]{
  background: #3b5998;
  border: #FFF;
  color:#FFF;
  border-radius: 0;
  margin: 0;
  padding: 8px 37px;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  outline: 0!important;
  box-shadow: none!important;
  width: auto;
    white-space: normal;
}

div.wpcf7 .ajax-loader{
float: left;
}


.wpcf7 .wpcf7-not-valid-tip {
    color: #fff;
    margin-top: 10px;
    display: block;
    font-size: .8em;
}

span.wpcf7-list-item{
  margin: 0;
  display: block;
  padding:  0;
}
.check-label input,
.success-password-message,
span.wpcf7-list-item input{
  display: none;
}
.check-label,
span.wpcf7-list-item label{
 cursor: pointer;
}
.check-label span,
span.wpcf7-list-item .wpcf7-list-item-label{
  padding-left: 22px;
  position: relative;
  display: block;
}
.check-label span::before,
.check-label span::after,
span.wpcf7-list-item .wpcf7-list-item-label::before,
span.wpcf7-list-item .wpcf7-list-item-label::after{
  content: '';
  position: absolute;
}
.check-label span::before,
span.wpcf7-list-item .wpcf7-list-item-label::before {
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #444444;
    border-radius: 0;
}
.check-label span::after,
span.wpcf7-list-item .wpcf7-list-item-label::after {
  top: 4px;
left: 3px;
width: 11px;
height: 11px;
border: 1px solid #3b5998;
border-radius: 0;
transform: scale(1.3);
background: #3b5998;
transition: all .3s ease-in-out;
opacity: 0;
}
.check-label input:checked + span::after,
span.wpcf7-list-item input:checked + .wpcf7-list-item-label::after{
  opacity: 1;
  transform: scale(1);
}
.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ok,
.wpcf7 .wpcf7-validation-errors:hover,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 .wpcf7-validation-errors:active,
.wpcf7 .wpcf7-validation-errors{
  padding: 0;
  margin: 10px 0 0 0;
  border: 0;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, 
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    font-size: 1em;
    background: #3b5998;
    border-radius: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    box-shadow: -3px -3px 0px 0px #4a88be;
    margin-left: 3px;
}
.wp-pagenavi span.extend,
.wp-pagenavi span.pages {
    display: none;
}
.pagination{
  display: block;
  text-align: left;
}
.wp-pagenavi span.current,
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    margin: 0 10px 0 0;
    padding: 5px;
    min-width: 30px;
    text-align: center;
    display: inline-block;
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #FFF;
    transition: all .3s ease-in-out;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.3;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover, 
.wp-pagenavi span {
  background: none;
  color: #3b5998;
}


.projects-row .relatived {
    position: relative;
    font-size: 1em;
    width: 100%;
    padding-top: 100%;
}

.projects-row .relatived img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    transition: all .5s ease-in-out;
}
.projects-row .relatived h6 {
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    transition: all .5s ease-in-out;
    opacity: 0;
    text-align: center;
    padding-left: 0 1rem;
    text-align: justify;
}
.projects-row a{
  overflow: hidden;
}
.projects-row a:hover img{
  opacity: 0;
  top: 30%;
}

.projects-row a:hover h6{
    top:50%;
    opacity: 1;
}

iframe{
  width: 100%;
  max-width:100%;
}

.vc_separator.eb-line {
    margin-top: 1.3rem;
    margin-bottom: 1.5rem;
    width: 20%;
    display: block;
}

.vc_separator.eb-line.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_l {
    width: 100%;
}
.vc_separator.eb-line.vc_separator_no_text:not(.vc_sep_shadow) .vc_sep_holder_r {
    display: block!important;
    width: 80%;
    margin: 1rem auto 0 auto;
}
.vc_separator.eb-line  .vc_sep_holder .vc_sep_line{
    height: 2px; 
    border-top-width: 2px;
}
.vc_separator.vc_sep_color_grey.eb-line  .vc_sep_line{
  border-color:#3b59986D;
}

.audioplayer.skin-wave .player-but .the-icon-bg,
.audioplayer.skin-wave .volume_active{
    background-color: #3b5998!important;
}

.meta-artist.track-meta-for-dzsap{
  display: none;
}

.wp-pagenavi{
  text-align: center;
}

.image-surrogate{
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.alternative-blog-preview-link {
    margin-top: -20%;
}

@media (min-width: 768px){
.image-surrogate{
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
}

.alternative-blog-preview-link {
    margin-top: 0%;
    margin-left: -25%;
}
.offset-md-2 .alternative-blog-preview-link {
    margin-top: 0%;
    margin-right: -25%;
    margin-left: 0;
}

}
