/*
  Theme Name: Popideo
  Theme URI: http://projects.inthelm.com/popideo
  Description: Coming Soon

  Author: MissBrown.Co
  Author URI: http://missbrown.co

  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  
  Version: 1.0.0

  Tags: light, white, black, gray, two-columns, right-sidebar, fixed-width, custom-background, post-formats
*/
.h1En {
font-size:80px !important;
	text-shadow: 1px 1px 1px orange;
}
.txshadow{  text-shadow: 1px 1px 2px black; 
		 font-weight:400 !important;
	}
.tint{
background: rgba(194, 148, 77, 0.24);
}
/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
 z-index:99999;
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
  
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.picwho{

	
background-image:url(http://www.confrontingchronicpain.com/wp-content/uploads/2015/06/URFALIAN_USC_TFM_4975_min2i.jpg);
			
	  background-repeat: no-repeat;
	  background-size: 100%;
	  height: 300px;

	
}

/* media for picwho*/
@media(min-width: 768px){

	.picwho{height:400px};

}

@media(min-width:1000px) and (max-width:1366px){
	.picwho{background-size: 122%;};
}

.menu-item{padding-left: 0px !important;padding-right: 0px !important;}
ul.u2 {margin-bottom: 0px !important;}
ul.sub-menu{display: block;position:absolute;left:-99999px; background-color: #000; width:250px;}
ul li.menu-item-has-children{
position:relative;
}
ul li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
	
	margin:0px;
    left:inherit;
}

.menu-main-menu-container li.active > a {
	  background-color: #E87E04 !important;
}
.menu-main-menu-container li.active {
  border-bottom: 2px solid #fff !important;
}
}