/*
Theme Name: Gaze Child Theme
Theme URI: http://www.tommusrhodus.com/gaze-wordpress-theme/
Version: 1.0.4
Description: Gaze WordPress Theme
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-background, threaded-comments, translation-ready, custom-menu
Text Domain: stack
Template: gaze

*/


@import "../gaze/style.css"; /* Parent Style */



    @font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Bold'), url('../fonts/Montserrat-Bold.woff') format('woff');
    }

 @font-face {
	font-family:"Montserrat";
    src:local('../fonts/Montserrat-Regular'), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight:normal;
    font-style:normal;}




    @font-face {
    font-family: 'icon541';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/icon54com'), url('../fonts/icon54com.woff') format('woff');
    }

    @font-face {
    font-family: 'icon544';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/icomoon'), url('../fonts/icomoon.woff') format('woff');
    }

    @font-face {
    font-family: 'icon543';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/icomoon2'), url('../fonts/icomoon2.woff') format('woff');
    }

    @font-face {
    font-family: 'icon542';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Icon54'), url('../fonts/Icon54.woff') format('woff');
    }

.montb{
    font-family: 'Montserrat Bold' !important; 
}
.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern{
       font-family: 'Montserrat Bold' !important; 
       font-weight:bold !important;
       font-size:15px !important;
}
.vc_btn3.vc_btn3-color-danger, .vc_btn3.vc_btn3-color-danger.vc_btn3-style-flat{
       font-family: 'Montserrat Bold' !important;
	color: #fff;
    background-color: #990a2c;
    font-weight: bold;
    width:150px;
    letter-spacing: 0.1em;
}

.vc_btn3.vc_btn3-color-danger:hover{
	    background-color: #7C0A2C;
}

.btn.btn-color:hover{
		    background-color: #7C0A2C;
}

.btn:hover{
			    background-color: #7C0A2C;
}
.portfolio-filter{
    display:none;
}

.accordion .panel-heading >a
{
    text-transform: initial !important;
}

.logo, .logo-dark {
    max-height: 45px;
}


.page .entry-title {
    margin-bottom: 0px;
}

.dropdown-toggle{
    top: 37px !important;
    border-left: 2px solid !important;
    line-height: 25px !important;
    position: relative !important;
}
.dropdown-menu{
	top:60px !important;
}

.sticky .dropdown-toggle{
	top:17px !important;
}

.sticky .dropdown-menu{
	top:40px !important;
}
.tamaño48{
	    font-size: 48px;

}

.grid-1-col .work-description span {
    font-family: "Montserrat";
    /*color: #fff;*/
}

@media screen and (max-width: 767px) {
	
	
	.work-item .bg-img-holder, .work-item .bg-img-holder .bg-img {
		position: absolute;
	}
	.work-item .bg-img-holder img {
		display: none;
	}
	.work-item .bg-img-holder, .grid-1-col .work-description, .works-grid.grid-tiles .work-item {
		width: 50%;
	}
	
	
	
	.grid-1-col .work-description {
    	padding: 60px 20px 80px 20px !important;
		}
	.grid-1-col .work-description h3 {
    	font-size: 18px;
   		margin-bottom: 7px;
		}
	
	.centrado{
		text-align:center;
		}
	.dropdown-toggle{
		top: 0px !important;
		border-left: 0px solid !important;
		/*line-height: 25px !important;
		position: relative !important;*/
		}
	.dropdown-menu{
		top:0px !important;
		}
}
@media screen and (max-width: 991px) {
		.dropdown-toggle{
		top: 0px !important;
		border-left: 0px solid !important;
		/*line-height: 25px !important;
		position: relative !important;*/
		}
	.dropdown-menu{
		top:0px !important;
		}
	
}

@media (max-width: 991px){
.tamaño48 {
    font-size: 32px;
}
}