/**
 * Theme Name:  Make (child theme)
 * Theme URI:   https://thethemefoundry.com/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 * Version:     1.1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make-child
 * 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 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */


/* Site Width */
 

.builder-section-gallery .builder-section-content, .builder-section-text .builder-section-content {
	max-width: 1200px;
	}
	
.container {
	max-width: 1200px;
	}
	


 /* Header and Menu */
 
 #site-content {
	padding-top:65px;
}

#site-navigation {
	max-width:60%;
	}

/* -- 
.site-branding {
	max-width:40%;
	}

*/

/* Works Thumbnials*/
#builder-section-1497446105818  .ttfmp-post-list-item {
	border-width:1px !important;
	border-color:#8c8c8c;
	padding-left:0px;
	padding-top:0px;
	border-style:solid;
	}


#builder-section-1497446105818 .ttfmp-post-list-item-header {
    	padding-left:16px;
    	padding-right:16px;
    	padding-top:16px;
    	padding-bottom:16px;
    	}




 /* Publications list view links */
.page-id-428 a:link{
	color: #171717;
}

.page-id-428 a:hover{
	color: #e58110;
}





 /* Menu */

	

@media screen and (max-width: 800px) {
#menu-main-menu li+li {
  border-left-width:0px !important;
  }
  
} 
  
  
  

#menu-main-menu li a {
	padding-right:0px !important;
	padding-left:0px !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
	}

.menu .menu-item {
	padding-right:8px !important;
	padding-left:8px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;
	}
	
/* Work Pages & Gallery */

.entry-content .gallery {
	margin-top:0px !important;
	}

	

.entry-content .gallery .wp-caption-text {
	text-align:left; !important;
	margin-top:20px; !important;
	}
	
	
/*.wp-caption-text .gallery-caption */

.gallery-caption {
    float:left;
    display:block;
    visibility:visible;
	text-align:left; 
	margin-top:20px; 
	margin-bottom:40px;
	} 



.entry-content .gallery .gallery-item {
	margin-bottom:40px; !important;
	}




/* Colour -  */
body {
	background-color: #b1b1b1;
	}
	
	


/* Footer */
#site-footer {
	background-color:#b1b1b1 !important;
	
}




/* - make menu toggle white and title width- */



#site-navigation .menu-toggle {
    margin: 22px 0 0;
    margin: 2.2rem 0 0;
    padding: 10px 14px;
    padding: 1rem 0rem;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    background-color: #ffffff;
    font-size: 13px;
    font-size: 2rem;
    text-align: left;
    cursor: pointer;
    }


/*
	
.mobile-menu li+li { 
	border-left: 1px solid #000000 
	}
	
	
	
.site-header-main .site-navigation {
		max-width:100% !important;
		
)

*/



/* - make menu toggle at 950px- 
	
	
	@media screen and (min-width: 950px) {
	.site-branding {
		float: left;
		max-width: 50%;
	}
	
}
	
*/



  
