/*
 Theme Name:   Sheikh Rahman
 Theme URI:    http://rahmanforgeorgia
 Description:  Sheikh Rahman Child Theme 
 Author:       Ilene Johnson
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Austin-child-theme
*/

/*----------
General Settings
--------------------------------------*/
.et_right_sidebar #main-content .container::before {
    display:none;
}
.s_blog_title{
	background-color:#006699;
	color:#ffffff;
	padding:20px;
	margin-left:-75px;
	width:25%;
}
.et_menu_container {
      
     
      max-width:100%;
	  background-color:#006699;
	  
	 
}
.et_mobile_menu{
	background-color:#006699 !important;
}

/*Background Main menu normal and Fixed mode*/
#main-header, #main-header.et-fixed-header {
 background: transparent;
 box-shadow: none;
}

.et_header_style_left .logo_container {
 background:transparent;
 

 
 padding: 0px 20px;
 margin-top: 0px;
 border-radius: 0 0 4px 4px;
 box-shadow: 0 8px 50px 0 rgba(0,0,0,.08);

}

.container.et_menu_container {
 margin-top: 40px !important;

}

/*----------
Top Menu Settings
--------------------------------------*/

.et_header_style_left #et-top-navigation {
 padding: 0 !important;
}

#top-header {
 width: 90%;
 max-width: 1080px;
 margin: 30px auto 0;
 padding: 6px;
 border-radius: 4px 4px 0 0;
}

/*----------
CTA Menu Settings
--------------------------------------*/
/* remove this when putting back the donate button */
#top-menu li{
	padding-top:30px;
}
.cta_menu {
 background-image: linear-gradient(150deg,#cc0000 0%,#ff9999 100%);
 margin-right: -1px;
 transition: all .3s;

 
}
.cta_menu a {
 color: #fff !important;
 padding: 30px 25px ;
 text-transform: uppercase;
 border-bottom: none !important;
}

/*Hover settings for CTA*/
.cta_menu:hover {
 background: #990000;
}

.cta_menu:hover.cta_menu a {
 color: #ffba61;
 opacity: 1 !important;
}

/* fixed header button text color */
.et-fixed-header #top-menu .cta_menu a {
 color: #fff !important;
}
.cta_menu li.current-menu-ancestor > a, 
.cta_menu li.current-menu-item > a {
 color: #fff !important;
}

ul.menu
	{
/*	margin:0 auto;*/
	list-style-type: none !important;
	
	
	}
	
@media only screen and ( max-width: 1110px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}


}
@media only screen and (max-width:1024px){
	.s_blog_title{
	background-color:#006699;
	color:#ffffff;
	padding:20px;
	/*margin-left:-75px;*/
	width:100%;
	text-align:center;
	margin:0 auto;
	}
}
/*----------
Mobile Settings
--------------------------------------*/
@media only screen and (min-width:1026px) and (max-width: 1336px)

{
	.s_blog_title{
	
	margin-left:0;
	width:35%;
	text-align:left;
}
	
	
}

/*Mobile settings for CTA*/
@media only screen and (max-width: 980px) {
 .cta_menu {
 padding: 5px 20px !important; 
 text-align: center; 
 }
}

/* Position hamburger icon Mobile Menu */
.mobile_menu_bar:before {
 top: 11px;
left:-20px;
}


/* TESTING */
bc-panels {

    font-family: 'mdpbold', sans-serif;
    font-weight: 700;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .2);
    overflow: hidden;

}
.bc-panels a {

    text-decoration: none;

}

.bc-panel-cards {

    position: relative;
    z-index: 100;

}

.bc-card-white {

    background-color: #2fafe9;
    color: #fff;
    transition: .3s;

}
.bc-panel-card {

    padding: 0 0 27%;
    width: 50%;
    float: left;
    position: relative;

}
.bc-card-white .bc-panel-card-arrow {

    color: #fff;
    opacity: 0.4;

}

.bc-panel-card-wrapper {

    position: absolute;
    bottom: 30px;
    left: 30px;

}


bc-panel-card-title, .bc-panel-right-title {

    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;

}


.bc-panel-card-description {

    font-size: 40px;
    line-height: 100%;
    max-width: 370px;

}

.bc-catbox-link {
  color: #fff;
  text-decoration: none;
}

.bc-catbox {
  position: relative;
  padding-bottom: 95%;
  width: 100%;
  border-radius: 3px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-family: 'mdpbold', sans-serif;
  color: #fff;
  -webkit-box-shadow: 4px 2px 8px rgba(0, 0, 0, .05);
  -moz-box-shadow: 4px 2px 8px rgba(0, 0, 0, .05);
  box-shadow: 4px 2px 8px rgba(0, 0, 0, .05);
}



.bc-catbox:hover {
  -moz-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-box-shadow: 8px 4px 15px rgba(0, 0, 0, .15);
  -moz-box-shadow: 8px 4px 15px rgba(0, 0, 0, .15);
  box-shadow: 8px 4px 15px rgba(0, 0, 0, .15);
}

.bc-catbox-overlay {
  background-color: #04263e;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;  
  z-index: 90;
}

.bc-catbox:hover .bc-catbox-overlay {
  opacity: 1;
  background-color: #2fb0e9;
}

.bc-catbox-wrapper {
  z-index: 100;
  position: absolute;
  bottom: 40px;
  width: 100%;
  padding: 0 30px;
}

.bc-catbox-text {
    color: #fff;
    font-weight: 700;
    text-align: left;
    width: 100%;
    font-size: 24px;
}

.bc-catbox-arrow {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  font-size: 24px;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  opacity: 0.65;
}

.bc-catbox-arrow .fa,.bc-catbox-arrow .fas {
  position: relative;
  right: -1px;
}



.bc-catbox,
.bc-catbox * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: .3s;
}

.midmid {
    max-width: 570px;
    margin: auto;
}