/*
    Theme Name: Mar Theme
    Description: Mar Portfolio Theme.
    Template: barch-theme
    Author: WPHunters
    Author URI: http://wphunters.com
    Version: 1.0-child
    License: GNU General Public License version 1.0
    License URI: https://www.gnu.org/licenses/gpl-1.0.html
*/

/* here comes your styles */


.wph-header-spacer {

    height: 92px !important;

}

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mp-container .mp-target {
    -webkit-transition: all 1000ms ease-out 0s;
    -moz-transition: all 1000ms ease-out 0s;
    -o-transition: all 1000ms ease-out 0s;
    transition: all 1000ms ease-out 0s;
    -webkit-transform: scale(1, 1) translate(0, 0);
    -ms-transform: scale(1, 1) translate(0, 0);
    -o-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
    width: auto !important;
    height: auto !important;
    margin: -12px;
}

a {
    color: #ffbc93;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}


.wph-portfolio-thumb.style-2 > .overlay{
    background-color: #ffffffb0;
    height: 100%;
    background-image: none;
    padding: 145px 0px;
}

.wph-portfolio-thumb.style-2 .tags {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: Cardo;
    font-style: italic;
}


.wph-portfolio-thumb.style-2 h1 {
    font-family: "Roboto", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

@media (max-width : 768px) { 
/* ================================= state modificators */
/*.touchevents .wph-portfolio-thumb.style-2 > .overlay,
.wph-portfolio-thumb.style-2:hover > .overlay { 
    opacity : 0; .translate(0, 0); 

}*/

.touchevents .wph-portfolio-thumb.style-2 > .overlay{
    background-color: #ffffff00;

}
.touchevents .wph-portfolio-thumb.style-2 > .overlay .tags,
.wph-portfolio-thumb.style-2:hover > .overlay .tags { 
    opacity : 0; .translate(0, 0); 

}

.touchevents .wph-portfolio-thumb.style-2 > .overlay h1,
.wph-portfolio-thumb.style-2:hover > .overlay h1 { 
    padding: 10px 22px;
    margin-top: 80px;
    background-color: #ffffffb0;
    font-size: 16px;
    font-weight: 300;
    text-align: left;

}
.wph-portfolio-items .wph-portfolio-thumb {
    height: 207px !important;
}
/*
.vc_column_container > .vc_column-inner .wpb_wrapper{
    padding: 0px 20px !important;
}*/

}


.btn-primary:before{
    background: #ffbc93;
}
.btn-primary:hover:before{
    background: #ffbc93;
}
.tp-mask-wrap{
    display: none !important;
}
.tparrows:before{
    text-shadow: 2px 2px 4px #00000030;
}
.buro-theme.tparrows:before{
    font-size: 47px;
}

.wph-portfolio-items .wph-portfolio-thumb{
    height: 342px ;
}

