/*
Theme Name: Twenty Fourteen
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 11.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
 @media (min-width:800px){
 #autoModel .modal-dialog{
	 width:800px;
	 margin-left:-400px;
	 top:40px;
 }
 }
 #autoModel .modal-content {
	border: none;
	border-radius: 0px;
}
 #autoModel h2 {
    background: #3498db;
    margin: 0;
    padding: 10px 0px;
    color: #fff;
    font-family: 'Berkshire Swash', cursive!important;
    color: #fff!important;
    font-weight: 400!important;
    font-size: 29px!important;
    text-align: center;
}
 #autoModel button.close {
    color: #fff;
    background: #e80600;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -15px;
    font-size: 30px;
    margin: 0;
    padding: 0;
    opacity: 1;
    font-family: initial;
    border: none;
    font-weight: 400;
}
.contact-details p {
    margin: 0px;
}
 #autoModel table td p {
    margin: 0px;
}
#autoModel table {
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0 0 10px;
}
#autoModel table th {
    font-weight: bold;
    font-family: inherit;
    padding: 10px;
	border-right:1px solid #ccc;
}
#autoModel td {
    padding: 10px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
#autoModel .modal-header{border:none;padding:0px;}
#autoModel td:last-child,#autoModel th:last-child{border-right:none;}
.mobile{display:none;border-bottom:1px solid #ccc;font-weight:bold;padding-bottom:8px;margin-bottom:10px;}
@media(max-width:800px){
	#autoModel td{display:block;border-right:none;}
	#autoModel table th{display:none;}
	#autoModel td:first-child{border-top:none;}
	.mobile{display:block;}
}
.program-section {
        justify-content: center!important;
    align-items: center!important;
    display: flex!important;
}

.voul-prog{text-align: center;}
.voul-prog .voul-imae{      border-radius: 50%;
    border: 1px solid #efefef;
    display: inline-flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    background: #3498db14;
    margin-bottom: 15px;}

.voul-program-innovates .row{display: flex;flex-wrap: wrap;}
.page-template-template-social-ventures-latest .logo-scail.Product-content p a{
	color:blue !important;
	text-decoration:underline;
}