/*
    Theme Name: ProMag
    Theme URI: http://www.mightywp.com/
    Description: ProMag Wordpress Theme
    Author: Mighty WP
    Author URI: http://www.mightywp.com/
    Version: 0.3
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Global 
============================= */

html {
    font-size: 62.5%;
    font-family: "Open Sans", sans-serif;
}

body {
	background: #F5F9FF;
}

a, a:link, a:active, a:visited {
    text-decoration: none;  
}

a:hover {
    /* text-decoration: underline; */
}

hr {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin: 25px 0;
    border: 0;
}

strong {
    font-weight: bolder;
}

h1 {
    font-size: 3.0em;
    line-height: 1.25em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0D3143;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}


h2 {
    font-size: 2.8em;
    line-height: 1.25em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0D3143;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}


h3 {
    font-size: 2.0em;
    line-height: 1.10em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #0D3143;
    margin-top: 0.9em;
    margin-bottom: 0.2em;
}

h4 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

h5 {
    font-family: "Montserrat", sans-serif;
}

.clear {
    clear: both;
}

.download {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
}

/* Structure 
============================= */

#header {
    width: 1290px;
    height: 100px;
    margin: 0 auto;
    background: #1a5d7a;
}

#menu {
    width: 1290px;
    height: 38px;
    margin: 0 auto;
    background: #0d3143;
}

/* Theme Layout - Desktop */
#container {
    clear: both;
    width: 1290px;
    margin: 0 auto;
    overflow: hidden;
    background: white;
}

#inner-container {
    margin-top: 2.0em;
}

.content { 
    width: 74%;
    float: left;
    border-right: 1px dotted #e2e2e2;
}

.sidebar { 
    width: 25%;
    float: right;
}

#footer { 
    clear: both; 
    width: 1290px;
    margin: 0 auto; 
    background: #0D3143;
}

#footer-copy {
    clear: both; 
    width: 1290px;
    margin: 0 auto; 
}



/* Header 
============================= */

#header .logo {
    width: 360px;
    height: 90px;
    float: left;
    padding-top: 0.5em;
    padding-right: 0.5em;
}

#header .header-ads {
    width: 728px;
    height: 90px;
    float: right;
    padding-top: 0.5em;
    padding-right: 0.5em;
}


/* Menu 
============================= */

#menu ul {
    margin: 0;
    padding: 0;
}

#menu li {
    list-style: none;
    float: left;
    display: block;
    height: 38px;
}

#menu a {
    height: 38px;
    line-height: 38px; /* to make sure text is vertically aligned */
    display: block;
    padding: 0 18px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    color: #ffffff;
}

#menu li:hover > a {
    background: #205d7a;
}

/* Container 
============================= */



/* Content
============================= */

.content p {
    font-size: 1.6em;
    line-height: 1.6em;
    color: #4C4C4C;
}

.content p, .content blockquote, .content ul, .content ol {
    margin-bottom: 1.1em;
}

.article {
    clear: both;
    margin: 0 auto; 
    width: 94%;
    margin-bottom: 5.0em;
    display: block;
}

.featured-thumbnail {
    float: left;
    margin-right: 3%;
    width: 36%;
}

.featured-thumbnail img {
    border: 1px solid rgb(226, 226, 226);
    padding: 0.4em;
    width: 100%;
    height: 100%;
}

.article-excerpt {
    float: left;
    width: 61%;
}

.article-title a, .article-title a:link, .article-title a:active, .article-title a:visited {
    color: #0D3143;
    text-decoration: none;  
}

.article-title a:hover {
    color: #000000;
}

.article-info {
    font-size: 1.3em;
    color: #999;
    margin-top: 0.5em;
    margin-bottom: 0.6em;
}

.article-info a, .article-info a:link, .article-info a:active, .article-info a:visited {
    color: #205D7A;
    text-decoration: none;
}

.article-info a:hover {
    color: #0D3143;
}

.article-cat {
    font-size: 1.3em;
    color: #999;
    margin-top: 0.7em;
    margin-bottom: 0.8em;
}

.slash {
    clear: both;
    padding-top: 10px;
    border-bottom: 1px dotted #e2e2e2;
}


.article-title h1 {
    color: #0D3143;
}

.post-final-image, .post-tutorial-image {
    margin: 10px 0 10px;
    text-align: center;
}

.post-tutorial-details {

}

.article hr {
    clear: both;
    border: 0;
    background-color: #ffffff;
    border-bottom: 1px dotted #e2e2e2;
    margin: 20px 0;
}

.article ul {
    padding-left: 30px;
    text-align: left;   
    list-style-type: disc;
}

.article li {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    line-height: 24px;
    margin: 0 0 5px 0;
    color: #333;
}

.article li a, a:visited {
    color: #205d7a;
    text-decoration: none;
}

.article li a:hover {
    color: #0D3143;
}

.article_ads_bottom {
    margin: 0 auto; 
    width: 94%;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 9px;
    padding-bottom: 15px;
}

/* navigation
============================= */

.navigation {
    margin: 0 auto; 
    width: 94%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    overflow: hidden;
    height: 100%;
    margin-bottom: 1.0em;
}
 
.navigation span.pages {
    border: none;
    margin-right: 0.2em;
    padding: 0.7em;
    background: #0d3143;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}
 
.navigation a.page,
.navigation .page-numbers,
.navigation span.extend,
.navigation a.first,
.navigation a.nextpostslink,
.navigation a.previouspostslink,
.navigation a.last {
    border: none;
    margin-right: 0;
    padding: 0.7em;
    background: #0d3143;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}
 
.navigation span.current,
.navigation a:hover {
    border: none;
    margin-right: 0;
    padding: 0.7em;
    background: #205d7a;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    text-decoration:none;
}


/* Extra 
============================= */

.archive h1 {
    padding-left: 30px;
    padding-bottom: 20px;
}

/* author box */
#author-box {
    margin: 0 auto; 
    width: 94%;
    display: block;
    padding: 5px; 
    border-radius: 4px;
    background-color: #F5F9FF;
    margin-top: 5px;
    margin-bottom: 15px;
}

.author-avatar {
    float: left;
    padding: 4px;
}

.author-avatar img {
    width: 80px;
    height: 80px;
}

.author-description {
    margin-left: 100px;
    min-height: 80px;
}

.author-description h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
}

.author-description p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    line-height: 1.6em;
    color: #333;
}


/* Sidebar 
============================= */

.sidebar {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.sidebar h4 {
    color: #ffffff;
}

.widget-box {
    margin: 0 auto; 
    width: 94%;
    border-radius: 0px;
    margin-bottom: 20px;
}

.widget-newsletter {
    background: #205D7A;
    color: #dde1e6;
    padding: 20px 25px 25px;
}

.widget-newsletter p {
    font-size: 1.0em;
    line-height: 1.2em;
    margin-top: 0.6em;
    margin-bottom: 0.8em;
}

.widget-newsletter form {
}

.widget-newsletter input, .widget-newsletter button {
    width: 80%;
    margin-bottom: 10px;
}

.news-input {
    padding: 10px !important;
    background-color: #FFF;
    color: rgba(0, 0, 0, 0.5);
    border: medium none;
}

.news-submit {
    padding: 10px !important;
    background-color: #FAA51A !important;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    border: medium none;
    cursor: pointer;
}

.widget-ads {

}

.widget-ads img {
    margin: 0 auto; 
    display: block;
}

.widget-text h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0D3143;
    margin-bottom: 1em;
    border-bottom: 1px dotted #e2e2e2;
}

.widget-text ul {
    padding: 0px;
    margin: 0px;
}

.widget-text li {
    padding-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9em;
    list-style: outside none none;
}

.widget-text a, .widget-text a:link, .widget-text a:active, .widget-text a:visited {
    color: #205D7A;
    text-decoration: none;
}

.widget-text a:hover {
    color: #0D3143;
}

/* Footer 
============================= */

.footer-container {
   padding: 0.0em 1.5em 1.0em 1.5em;
}

.footer-widget {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.footer-title {
    margin-top: 0.6em;
    margin-bottom: 0.9em;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.8em;
    color: #EBD234;
}

.footer-widget ul {
    padding:0;
    margin:0;
    list-style-type: none;
}

.footer-widget p, .footer-widget li {
    width: 90%;
    margin-bottom: 0.9em;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
}

.footer-widget p, .footer-widget a, .footer-widget a:link, .footer-widget a:active, .footer-widget a:visited {
    color: #8B95A4;
}

.footer-widget a:hover {
    color: #ffffff;
    text-decoration: none;  
}

#footer-copy {
    text-align: center;
    margin-bottom: 8px;
}

#footer-copy p {
    margin-top: 0.5em;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    line-height: 2.6em;
}

#footer-copy a, #footer-copy a:link, #footer-copy a:active, #footer-copy a:visited {
    color: #205D7A;
    text-decoration: none;
}

#footer-copy a:hover {
    color: #0D3143;
}

/* default wp classes */
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {}
.alignleft {}
.aligncenter {}


