/*
Theme Name: guepoint
Text Domain: twentysixteen

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 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
/*	font-family: sans-serif;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}


.lightbox {
    display: none;
    

}

.lightbox.iframe-lightbox {
    position: relative;
    width: 480px; height: 679px;
}

.featherlight-inner {
    
     width: 990px !important; height: 679px !important;
    
}

img.featherlight-image.featherlight-inner {
    height: auto !important;
}

.liveeditwrap {
    
    position: relative;
}

body .live-edit-button {
    
    z-index: 99999;
}




body .newsslider .live-edit-button {
    
    right: 60px;
}


img { max-width: 100%;
height: auto;}


.navbar-brand img {  height: 50px; width: auto;}

#screen-header {
   margin-bottom: 30px;  
}


#home-slider .caption h1 span {
    text-transform: lowercase !important;
}





.page-template-page-screen1 #screen-header {
    margin-bottom: 0px;
}

body .dkpdf-button-container {
    float: left;
    padding-bottom: 0px;
    padding-top: 0px;
    width: auto;
}

body a.dkpdf-button span.dkpdf-button-icon {
    font-size: 90%;
    margin-right: 5px;

}

.form-control,
#loginform .input
{
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: none;
    height: 50px;
}
.form-control,
#loginform .input {
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

#loginform {
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}


.button-primary
 {
    background-color: #e40521;
         border: 0 none;
    color: #fff;
    display: block;
    margin-top: 40px;
    padding: 12px;
    width: 100%;
}
.button-primary:hover {
    background-color: #FA1D39;

}

.navbar-brand h1 {
    color: #ffffff;
}

.container-fluid.main div.pdfemb-viewer {
    border: 1px solid #ccc;
}

.container-fluid header {
    overflow: hidden;
}


.page .main-nav  {
    background-color: #1D1D1B;
    
}


.main-nav, .service-icon, .progress-bar.progress-bar-primary, .single-table.featured, .btn.btn-primary, .twitter-icon .fa-twitter, .twitter-left-control:hover, .twitter-right-control:hover, .post-icon, .entry-header .date:after, .btn-loadmore:hover, .btn-submit, #footer, .caption .btn-start:hover, .left-control:hover, .right-control:hover, .folio-overview a:hover {
    background-color: #000;
}



/* video embed */
	.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

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

/* /video-embed */

body .our-services .col-sm-4:nth-child(4), 
body .our-services .col-sm-4:nth-child(5), 
body .our-services .col-sm-4:nth-child(6),
body .our-services .col-sm-4 {
    border-bottom: 1px solid #f2f2f2;
        padding-top: 60px;
    min-height: 280px;
}





