/*
Theme Name: Brightside Global
Author: Brightside Developer
Description: Bootstrap template converted to WordPress
Version: 0.0.1
Tags: bootstrap
*/
html, body { 
	overflow-x: hidden;
	background: #ffffff;
}

body {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 14px;
}

h1 {
	font-size: 64px;
	font-weight: normal;
	padding: 0;
}

h2 {
	font-size: 54px;
	font-weight: lighter;
	padding: 0;
}

h3 {
	font-size: 38px;
	font-weight: lighter;
	padding: 0;
}

p {
	font-size: 22px;
	font-weight: lighter;
	word-wrap: break-word;
}

li {
	font-size: 22px;
	font-weight: lighter;
}

.vc_btn3-color-orange, .wpforms-submit  {
    background-color: #F7941D !important;
    border: none !important;
    color: white !important;
    padding: 9px 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 20px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    max-width: 208px !important;
    height: 45px !important;
    border-radius: 6px !important;
}

.vc_btn3-color-white {
    background-color: #FFFFFF !important;
    border: none !important;
    color: #333333 !important;
    padding: 9px 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 20px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    max-width: 208px !important;
    height: 45px !important;
    border-radius: 6px !important;
}

.vc_btn3-color-yellow {
    background-color: #FEDB00 !important;
    border: none !important;
    color: #333333 !important;
    padding: 9px 32px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 20px !important;
    margin: 4px 2px !important;
    cursor: pointer !important;
    max-width: 208px !important;
    height: 45px !important;
    border-radius: 6px !important;
}

.blog-masthead .container-fluid {
	margin : 0;
	padding: 0;
}

.container-fluid {
	margin : 0;
	padding: 0 20px 0 20px;
}

@media (min-width: 992px) {
	
	.navbar {
		margin :0;
		padding: 0;
	}
	
	.blog-masthead .custom-logo {
		margin: 0;
	}
	
	#menu-main {
		position: absolute;
  		bottom:0;
  		right: 0;
	}
	
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    
    .navbar-default {
        background: none;
        border: none;
    }

    .navbar-nav > li > a {
   		text-transform: uppercase;
   		font-size: 10px;
   		font-weight: lighter;
        display: inline-block;
        box-sizing: border-box;
        margin: none;  
        color: #444;
        background: #333;
        padding: 10px 20px !important;
    }
    
    .navbar-nav > li > a:hover {
        background-color: #FEDB00;
        color: #333 !important;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }
    
    .dropdown-toggle::after{
	 	display:none;
	}
    
    .dropdown-menu {
    	padding: 0;
    	margin: 0;
    	border: 0;
	   	background-color: #FEDB00;
       	font-size: 10px;
       	font-weight: lighter;
	}
	
	.dropdown-item {
		background-color: #FEDB00 !important;
		color: #333 !important;
		font-size: 10px;
		font-weight: lighter;
		text-align: center;
		padding: 10px 30px !important;
		border-top: 1px solid #E0E0E0;
	}
	
	.dropdown-item:hover {
		background-color: #F7941D !important;
		color: #fff !important;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}
	
	.dropdown-menu a:last-child {
		border-bottom-right-radius: 3px;
	  	border-bottom-left-radius: 3px;	
	}
	
	#menu-footer > li > a {
		text-transform: uppercase;
		text-align: center;
		color: #FEDB00;
	}
	
	.bottomMenu ul {
	  	padding: 0;
	  	width: 100%;
	  	display: table;
	 	table-layout: fixed; /* optional */
	}
	
	.bottomMenu ul li {
	  	display: table-cell;
	  	width: auto;
	  	text-align: center;
	  	font-size: 16px;
		font-weight: lighter;
	}
	
	.bottomMenu ul li a {
		color: #E0E0E0;
	}
	
	.bottomMenu ul li a:hover {
		text-decoration: none;
		color: #757575;
	}
	
	.bottomMenu ul li ul {
		padding: 0;
		width: 100%; 
		list-style:none;
		text-align: center;
	}
		
	.bottomMenu ul li ul li {
		display: block;
		width: auto;
		font-size: 16px;
		font-weight: normal;
		padding: 5px 20px;
	}
	
	.footer-logo {
		text-align: center;
		padding: 20px 0;
	}
	
	.footer1-widget-area {
		color: #E0E0E0;
		padding: 50px 0 30px 0;
		float: left;
	}

	.footer1-widget-area .textwidget p {
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
		color: #E0E0E0;
	}

	.footer2-widget-area {
		color: #E0E0E0;
		padding: 50px 0 30px 0;
		float: right;
		clear: both;
	}
}

@media (min-width: 1250px) {
	.navbar-nav > li > a {  		
   		font-size: 12px;
        padding: 10px 30px !important;
    }
    
    .dropdown-menu {
       	font-size: 12px;
	}
	
	.dropdown-item {
		font-size: 12px;
	}
    
}

@media (min-width: 1420px) {
	.navbar-nav > li > a {
   		font-size: 16px;
        padding: 10px 30px !important;
    }
    
    .dropdown-menu {
       	font-size: 16px;
	}
	
	.dropdown-item {
		font-size: 16px;
	}
}


@media (max-width: 991px) {

	.custom-logo {
		margin-left: auto;
    	margin-right: auto;
    	text-align: center;
    	display: table;
    	vertical-align: middle;
	}
	
	.navbar-toggler {
		margin-top: 15px;
	}
	
	.navbar {
		margin: 0;
		padding: 0;
	}
	
	.navbar-nav > li > a {
   		text-transform: uppercase;
   		font-size: 16px;
		font-weight: lighter;
   		text-align: center;
		border-bottom: 1px solid #E0E0E0;
    }
    
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        background-color: #FEDB00;
        color: #333 !important;     
    }
    
    .dropdown-menu {
    	padding: 0;
    	margin: 0;
    	border: 0;
	   	background-color: #FEDB00;
       	font-size: 16px;
		font-weight: lighter;
       	text-align: center;
	}
    
    .dropdown-item {
		background-color: #FEDB00 !important;
		color: #333 !important;
		font-size: 16px;
		font-weight: lighter;
		text-align: center;
		padding: 10px 30px !important;		
		border-bottom: 1px solid #E0E0E0;
	}
	
	.dropdown-item:hover {
		background-color: #F7941D !important;
		color: #fff !important;
	}
    
    .dropdown-toggle::after {
    	float: right;
	    clear: both;
	    position: relative;
	    right: 10px;
	    top: 10px;
	}
	
	.footer-logo, .bottomMenu {
		display: none;
	}
	
	.footer1-widget-area {
		color: #E0E0E0;
		padding: 20px;
	}
	
	.footer2-widget-area {
		color: #E0E0E0;
		padding: 20px 20px 0px 20px;
	}
}

/*
 * Masthead for nav
 */

.blog-masthead {
  	background-color: #333;
  	-webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
          	box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}

/*
 * Blog name and description
 */

.blog-header {
  	padding-bottom: 1.25rem;
  	margin-bottom: 2rem;
  	border-bottom: .05rem solid #eee;
}

.blog-title {
  	margin-bottom: 0;
  	font-size: 2rem;
  	font-weight: normal;
}

.blog-description {
	font-size: 1.1rem;
  	color: #999;
}

footer {
	background-color: #333;
}

.fa {
	color: #333;
}

.widgetsocialmedia .widgettitle {
	display: none;
}

.social-icons {
	padding: 0 !important;
	margin: 0 !important;
}

.social-icons a {
	padding: 2px 0 0 0 !important;
	border-radius: 5px !important;
}

.social-icons .fa-facebook, .social-icons .facebook {
	background: #FEDB00 !important;
}

.social-icons .fa-twitter, .social-icons .twitter {
	background: #FEDB00 !important;
}

.social-icons .fa-google, .social-icons .google {
	background: #FEDB00 !important;
}

.social-icons .fa-linkedin, .social-icons .linkedin {
	background: #FEDB00 !important;
}

.main-title {
	background: #757575;
	text-align: center;
	color: #fff;
	padding: 80px 0;
}

.content {
	margin: 0;
}

/**
.flex-prev {
	content: url("../../uploads/2017/03/flex-prev.jpg");
	width: 50px !important;
	height: 100px !important;
}

.flex-next {
	content: url("../../uploads/2017/03/flex-next.jpg");
	width: 50px !important;
	height: 100px !important;
}
**/

.slides img {
	height: auto !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.flexslider {
    padding: 0 !important;
    margin: 0 !important;
    background: !important;
    border: 0 !important;
    position: relative !important;
    border-radius: 0px !important;
    -o-box-shadow: 0 !important;
    box-shadow: 0 !important;
    zoom: 1;
}
