/*!
Theme Name: james-walsh
Theme URI: http://jameswalsh.me/
Author: Underscores.me
Author URI: http://jameswalsh.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: james-walsh
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
  font-family: 'Helvetica 55 Roman';
  src: url('<?php echo home_url(); ?>/wp-content/themes/james-walsh/assets/fonts/helvetica/HelveticaNeue-Roman.woff');
  font-weight: normal;
}
.text_div{
background:white;
height:70vh;
width:0px;
left: unset !important;
/*overflow-y: scroll;*/
position:fixed;
right:0;
bottom:0;	
float:right;
z-index:1000;
margin-top: 15%;
padding:16px;

}

.text_box_heading
{
	padding: 0px 20px 0px 20px;
    font: 28px/38px 'Open Sans', sans-serif;
    font-weight: bold;

}
.text_box_heading1 p
{
font: 19px/30px 'Open Sans', sans-serif;
padding: 0px 20px !important;
}
.text
{
padding:16px;
font: 15px/25px 'Open Sans', sans-serif;
}

.ds_desc p{
	font: 19px/30px 'Open Sans', sans-serif;
	width:100%;
}

@media (min-width:200px) and (max-width: 600px)
{
.text_div {
    background: white;
     height: 50vh;
    width: 100%;
    left: unset !important;
    overflow-y: scroll;
    position: fixed;
	right:0;
	bottom:0;
    float: right;
    z-index: 1000;
    margin-top: 67%;
    margin-left: 0%;
    padding: 16px;
}
}
@media (min-width:600px) and (max-width: 1100px)
{
.text_div {
    background: white;
    height: 50vh;
    width: 72%;
    left: unset !important;
    overflow-y: scroll;
    position: fixed;
	right:0;
    bottom:0;
    float: right;
    z-index: 1000;
    margin-top: 65%;
    margin-left: 28%;
    padding: 16px;
}
}











.main_div{
width:100% !important;
height:auto !important;
padding:0% !important;

}
#right_arrow{
/*margin-right:40%;*/
}
.img_height{
height:100vh !important;
}

@media (min-width:300px) and (max-width:700px)
{
.img_height{
height: 40vh !important;
}
#right_arrow{
margin-right:0%;
}
}

@media (min-width:720px) and (max-width:1100px)
{
.img_height{
height: 60vh !important;
}
#right_arrow{
margin-right:0%;
}
}




#d1{
	background:transparent;
	position:fixed;
	z-index:999;
	height:auto;
	width:101%
	}

#d1:hover{
	background:#FFF !important;
	background:white;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}
.logo{
	max-width:182px;
	max-height:100px;
	float:left;
	height: auto;
	vertical-align: middle;
	 margin-top: 12%;
    margin-left: 8%;
	}
.menu-bar{
	display:block;
	color:#000;
	font-size:16px;
	border-right-color:#000;
	float: right;
	margin-right:10%;
	margin-top:25px;
	border-right: solid;
	padding-right:10px;
	padding-bottom:0px;
	visibility:hidden;
	
}
.menu-item{
	font-weight: 400!important;
    text-align: right!important;
    color: black !important;
    font-style: italic!important;
    list-style: none;
    font: 14px/20px 'Montserrat', sans-serif;
	
}
.menu-item a{
	color:black;
	text-decoration:none;
	}		
#d1:hover .menu-bar{
	visibility:visible !important;
	}
.toggle_menu{
		height:0px !important;
		visibility:hidden !important;
	}
.toggle_img{
	height:0px;
	}
.toggle_img2{
	height:0px;
	}	
@media (min-width:200px) and (max-width:768px)
{
	#d1{
		visibility:hidden;
		height:0px;
	}
	.toggle_menu{
		background:#fff !important;
		height:auto !important;
		visibility:visible !important;
	}
	.toggle_img{
	height:40%;
	}
	.toggle_img2{
	height:10%;
	}
	
}
.expand_text_area{
	width:50px;
	height:50px;
	border-radius:10px;
	
	}
#close_img{
	margin-top:10px;
	float:right;
	}
#show_div
{
	right:50px;
	bottom:50px;
	z-index:999;
	position:fixed;
	
	}
.menu-item a:hover{
 color:black !important;
 font-weight:bold !important;
text-decoration:none !important;
}

.current_page_item > a{
    font-weight: bold !important;
}
@media screen and (max-width: 750px){
    .new_menu_item a {
        color: #000;
        text-decoration: none;
        margin: 10px 0px !important;
        text-align: center;
        justify-content: center;
        float: none;
        font-size: 24px !important;
        padding: 10px 0px;
        display: block;
        /* font-family: 'Montserrat',sans-serif !important; */
        font-style: italic !important;
        font-weight: 400;
    }
    #new_menu_bar {
        padding: 10px 0px !important;
        padding-right: 0% !important;
    }
    .xs-mt-80{
        margin-top: 80px !important;
    }
}
.current-menu-item a{
    font-weight: bold !important;   
}

