/**
 * Theme Name:  RB Ornamental Theme
 * Theme URI:   http://www.rbornamentalmetal.com/site/wp-content/themes/rbom-make-child/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Child Theme of Make
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2014 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

@import url( '../make/style.css' );

/* Add your custom styles below. */

.site-header-main {
	padding: 11px 0 0 0;
	padding: 1.1rem 0 1.1rem; 
}

.site-main [class*="navigation"] {
	overflow: hidden;
	padding: 22 0 0 0;
	padding: 2.2rem; 0 0 0;
}

.custom-logo {
max-width: 80%;
	margin-bottom: 0px;
	margin-bottom: 0rem; 
}

.custom-logo a {
	width: 80%;
}

.site-footer {
	padding: 12px 0 0 0;
	padding: 1.2rem 0 0 0; 
	
}
.site-footer .widget-area {
	margin-bottom: 6px;
	margin-bottom: .6rem;
}

.header-bar {
	float: right;
	border-bottom: 0; 
	
}
table {

	border: 0;
	border-left: 0;
}

table th {
	border-left: 0; 
}
table td {
	border-top: 0;
	border-left: 0;
}

/****************************************
	Template Styling
*****************************************/

/* Testimonial Style */
.hndtst {
    padding: 1%;
    margin: 0 0% 0% 0%;
    position: relative;
}

switch ( $template ){
		case '2' :
			//Template 2 Styling
			$bottom_before = (-25 - (2 * $borderwidth)).'px';
			$borderwidth_before = (2 + $borderwidth).'px';
			$left_before = (20 - $borderwidth).'px';

// Testimonial Text Margins
	$tst_css_txt_outer = "
			margin: 0% 0% 0% 0%;
		";


	/*** Testimonial Text Styling ***/
	$tst_short_css = "
			margin-top: 1px;            
            color: $tstcolor;
            font-size: $tst_size;
			text-align: $txt_align;
        ";
}

//Add space at bottom in case testimonials get stacked
		  	$tst_template2_div = "
					margin-bottom: 4px;
		    	";
}
.hndtst[id^="tst_"] { padding: 2 !important; }

/*---------------------------------------------------------
Sidebars (_sidebars.scss)
-------------------------------------------------------- */
#sidebar-right {
	padding-top: 88px;
	padding-bottom: 8.8rem;
}