/*
Theme Name: The Duke
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
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/
*/

.g-recaptcha {clear: both;display: block;margin: 15px 0 0;padding: 15px 0 0;}
.maincontent .about-con img {background: #666666 none repeat scroll 0 0;border: 1px solid #777777;max-width: 95%;padding: 4px;}
.maincontent .about-con p{ margin: 0 0 15px ;  }
.redtext a{ color: #f00;}
.rtimg{ margin: 35px 0 0;}
.endorsements-con {clear: both;margin: 0 0 15px;text-align: center;width: 100%;}
.maincontent .endorsements-con img {background: #666666 none repeat scroll 0 0;border: 1px solid #777777;max-width: 95%;padding: 4px;}
.aligncenter {display: block;float: none;margin: 0 auto 15px;}
.wpcf7-textarea {width: 60%!important;}

.press-con{ width:100%; clear:both; overflow:hidden; padding:0 0 15px; margin:0 0 15px; border-bottom:1px solid #fff;}
.press-con h4  { color: #ff0000; font-family: "morpheusregular"; font-size:28px; margin: 0 0 25px; padding: 0;}
.press-con img{background: #666666 none repeat scroll 0 0;border: 1px solid #777777;max-width: 95%;padding: 4px;}
.date-con{margin:0; padding:0 0 10px; width:100%;}
.videocon{}
.videocon ul{ margin:0; padding:0; text-align:center;}
.videocon ul li{ display:block; float:left; padding:10px; list-style:none; width:50%;}
.videocon ul li .video{ width:100%; margin:0 0 15px; border:3px solid #000; background:#000;}
.navbar-nav > li.current-menu-item a {
    color: #ff0000 !important;
}
@media (min-width:290px) and (max-width: 480px) {
.alignleft, .alignright {display: block;margin: 0 0 15px !important;width: 100%;}
.videocon ul li{ display:block; float:left; padding:10px; list-style:none; width:100%;}

}
.leftSide p {color: #fff;font-size: 16px;font-weight: normal!important;line-height: 28px;margin: 0;padding: 0;text-transform: none!important}
.designed {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.designed  a{color: #717171; }
footer {   
    position: relative;
} 
@media (min-width:290px) and (max-width: 767px) {
.designed {
    bottom: 0;
    float: none;
    position: relative;
    right: 0;
    text-align: center;
}
}

.leftSide p {line-height: 28px!important;}
 body{background-attachment:fixed!important;}

.contentarea {
    background: rgba(0, 0, 0, 0) url("../../uploads/2016/04/content-bg.png") repeat scroll 0 0;
}
.home .contentarea {
    background:none;
}