/*
   Theme Name: RB Structures Theme
   Theme URI: https://www.themeisle.com/ 
   Description: This is a custom child theme of Zerif Pro
   Author: Digital Marketing and Design
   URI: http://www.dmdesign.net
   Template: zerif-pro
   Version: 0.1 
*/



/* Custom Styles and Overrides */


/* body {   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;}*/

/* Nav bar top */
#main-nav .container { padding:0.5em 0 }
.navbar-inverse .navbar-nav>li { font-size:14px; }
.navbar-inverse .navbar-nav>li>a { text-transform:uppercase !important;font-size:14px;font-weight:700 }
.nav > li.current_page_item a, .nav > li.current-menu-item a, .navbar-inverse .navbar-nav>li>a:hover { color: #1e97d4;}
.navbar-inverse .navbar-nav ul.sub-menu li a {
    text-transform: uppercase;
    font-size: 12px;
	padding: 7px 10px;
	display:block;
	width:100%;	
}
.navbar-inverse .navbar-nav ul.sub-menu li {
    padding:0;
	border-bottom: 1px solid #efefef; 
}
.navbar-inverse .navbar-nav ul.sub-menu li a:hover {
	background:#1e97d4;;
	color:#fff;
}

/* Hide search box */
.nav .widget_search, .menu .widget_search { display:none!important;}
.widget_search input {  width: 83%;  padding: 5px 15% 5px 2%; }
.widget_search .search-submit {   width: 36px;   height: 36px;}

/* General Type */
.entry-content p, .entry-content li {  text-align: left; line-height:1.5em; font-weight: 300;}

h1, .entry-title {font-size: 30px;line-height:1.2em;position: relative; margin-bottom:1em;}
h1:after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 10%;
    height: 2px;
    background: #1e97d4;
    bottom: -9px;
    left: 0;
}
h1.intro-text:after{ background:inherit;}

a, strong, span {font-size:inherit}
a:visited{color:#1e97d4;}

.entry-meta, .post-date { font-size: 0.85em; color: #666;}
.post-date {margin-left:15px}
.comment-reply-link {
    border: 1px solid #1e97d4;
    border-radius:2px;
    font-size: 13px;
	padding:5px 10px;
}
.comment-metadata {right: 75px;}
.entry-footer {display:none;}
/* Sidebar */
#secondary{ margin-bottom: 2em;}
#secondary .widget .widget-title, #secondary .widget li, #secondary .widget a, #secondary .widget span { font-size:14px !important;}
#secondary .widget li {margin:8px 0; margin-left:3%;}

button, input[type="button"], input[type="reset"], input[type="submit"] {background-color: #1e97d4;}

/* Big title */
.intro-text {
    text-align: center;
    z-index: 0;
    text-transform: none;
    /*font-size: 55px;
    line-height: 65px;
	padding:0 30px*/
}

/* Our Focus */
#focus .section-header {}


/* Youtube Reflexive */
.videoWrapper {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; height: 0; overflow: hidden;
	margin-top:3em;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* Footer */
#footer {padding-top: 1em;}
.footer-widget-wrap { background-color:#272727 }
#footer .footer-widget h1.widget-title:before {background: #1e97d4!important;}
.footer-widget-wrap p{ font-size:0.8em; text-align:left;}
.social li { margin: 10px;}
.social li a { font-size: 48px;}
p#zerif-copyright, p#zerif-copyright a {font-size:0.8em;}
p#zerif-copyright a {color:#999;}
p#zerif-copyright a:hover {color:#ccc;}
