/*
Theme Name: GreatWP Child
Theme URI: https://themesdna.com/greatwp-wordpress-theme/
Template: greatwp
Author: ThemesDNA
Author URI: https://themesdna.com/
Description: GreatWP is a clean and elegant, 2 columns, responsive and user-friendly, magazine blogging theme for WordPress. It has customizer theme options to configure the theme easily and has 2 navigation menus, 3 post styles, full-width layout for posts/pages, sticky menu and sticky sidebar, header widget area, right sidebar, 4 columns footer, social buttons, scroll-to-top button and more. With GreatWP PRO version you can get many color and font options, slider, 10 different post styles, 17 featured posts widgets, social/about/tabbed widgets, different layout options for singular and non-singular pages, 10+ custom page/post templates, header layout options, social/share buttons, related posts and more features. Free version demo: https://demo.themesdna.com/greatwp/
Tags: two-columns,right-sidebar,flexible-header,custom-background,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,translation-ready,blog,news
Version: 1.0.0.1550916356
Updated: 2019-02-23 15:35:56

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');

body, button, input, select, textarea {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight:normal;
}

::placeholder {
  color: #c6c8ca;
  opacity: 1; /* Firefox */
}

h1{font:normal bold 32px 'Lato', sans-serif;}
h2{font:normal bold 28px 'Lato', sans-serif;}
h3{font:normal bold 24px 'Lato', sans-serif;}
h4{font:normal bold 20px 'Lato', sans-serif;}
h5{font:normal bold 18px 'Lato', sans-serif;}
h6{font:normal bold 16px 'Lato', sans-serif;}

.greatwp-secondary-nav-menu a {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height: 1;
    color:#fff;
}

.greatwp-nav-secondary {
    float: none;
    background: #6c757d;
    border-bottom: 1px solid #e5e5e5;
}

.greatwp-secondary-nav-menu a:hover, .greatwp-secondary-nav-menu .current-menu-item > a, .greatwp-secondary-nav-menu .sub-menu .current-menu-item > a:hover, .greatwp-secondary-nav-menu .current_page_item > a, .greatwp-secondary-nav-menu .children .current_page_item > a:hover {
    background: #fff;
    color: #6c757d;
}

.greatwp-nav-primary-menu a {
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight:bold;
    line-height: 1;
}

.greatwp-nav-primary-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 15px;
    position: relative;
}

.greatwp-secondary-responsive-menu-icon::before {
    color: #fff;
    content: "\f0c9";
    font: normal 18px/1 FontAwesome;
    margin: 0 auto;
}

.greatwp-primary-responsive-menu-icon::before {
    color: #fff;
    content: "\f0c9";
    font: normal 24px/1 FontAwesome;
    margin: 0 auto;
}

.greatwp-nav-primary {
    float: none;
    color:#fff;
    background: #343a40;
    /*border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;*/
}

.greatwp-nav-primary-menu a:hover, .greatwp-nav-primary-menu .current-menu-item > a, .greatwp-nav-primary-menu .sub-menu .current-menu-item > a:hover, .greatwp-nav-primary-menu .current_page_item > a, .greatwp-nav-primary-menu .children .current_page_item > a:hover {
    background: #fff;
    color: #343a40;
}

.greatwp-nav-primary-menu > li > a {
    border-right: 0px;
}
.greatwp-nav-primary-menu > li > a {
    border-left: 0px;
}

.greatwp-nav-primary-menu > li:first-child > a {
    border-left: 0px;
}

.greatwp-nav-primary-menu a:hover, .greatwp-nav-primary-menu .current-menu-item > a, .greatwp-nav-primary-menu .sub-menu .current-menu-item > a:hover, .greatwp-nav-primary-menu .current_page_item > a, .greatwp-nav-primary-menu .children .current_page_item > a:hover {
    /*background: #f8f8f8;
    color: #007bff;*/
    text-decoration: none;
}

.greatwp-secondary-nav-menu > li > a {
    border-right: 0px;
}

.greatwp-secondary-nav-menu > li:first-child > a {
    border-left: 0px;
}

.greatwp-secondary-nav-menu li {
    border-width: 0;
    display: inline-block;
    margin: 0;
    padding-bottom: 0;
    text-align: left;
    float: left;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:normal;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
    color: #17a2b8;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover {
    color: #007bff;
    text-decoration: none;
    text-decoration:underline;
}
a:hover, a:active {
    outline: 0;
}

.entry-title {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-align: left;
    letter-spacing: -0.5px;
}

.greatwp-fp04-post-footer {
    margin: 0 0 6px 0;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight:normal;
    text-transform: uppercase;
    color: #666666 !important;
    line-height: 1;
}

.greatwp-entry-meta-single {
    margin: 0 0 10px 0;
    text-align: center;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight:normal;
    text-transform: uppercase;
}

.greatwp-fp04-post-read-more a {
    display: inline-block;
    background: #eeeeee;
    color: #555555;
    padding: 0;
    border: 0px;
}

.greatwp-fp04-post-read-more a:hover {
    background: #ffffff!important;
    color: #fff;
    border: 0px solid ;
}


.greatwp-read-more-text:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.greatwp-read-more-text:focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.greatwp-fp04-post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #dee2e6;
}

.greatwp-read-more-text {
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.test input[type=text], .test select {
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}


button,input,select,textarea{
    font-size:100%;
    margin:0;
    vertical-align:baseline;
    
}

button,input[type="button"],
input[type="reset"],
input[type="submit"]{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 0px 0px;
    
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{
    color: #fff;
    background-color: #286090;
    border-color: #122b40;

    
}

input[type="checkbox"],input[type="radio"]{
    padding:0;
    
}

input[type="search"]{
    -webkit-appearance:textfield;
    -moz-appearance:textfiled;
    box-sizing:content-box;
    
}

input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
    -moz-appearance:none;
    
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=tel],
textarea{
    color:#666;
    border:1px solid #ddd;
    border-radius:3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

textarea{
    overflow:auto;
    padding-left:3px;
    vertical-align:top;
    width:100%;
    
}


.greatwp-fp04-post .greatwp-fp04-post-title {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000 !important;
    margin: 0 0 10px 0;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: -0.5px;
}

.greatwp-fp04-post-read-more {
    margin: 5px 0 0 0;
    font-family: 'Ubuntu', sans-serif;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
}

.greatwp-sidebar-widget-areas .widget .greatwp-widget-title {
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: -15px -15px 10px -15px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    background: #343a40;
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
    letter-spacing: -0.2px;
}

.greatwp-sidebar-widget-areas .widget a:hover {
    color: #17a2b8;
}

.greatwp-sidebar-widget-areas .widget .greatwp-widget-title span {
    padding: 10px 10px;
    display: block;
    border: 0px;
    position: relative;
    vertical-align: bottom;
}

.greatwp-box {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 15px;
    -webkit-box-shadow: 0px 0px;
    -moz-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

.page-header h1 {
    font-family: 'Roboto', sans-serif;
    font-size:22px;
    Font-weight:bold;
    background: #343a40;
    line-height: 1;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.page-header-inside {
    border: 0px;
    padding: 6px 5px;
}

.page-header {
    color: #fff;
    margin: -15px -15px 10px -15px;
    padding: 0;
    text-align: center;
    background: #343a40;
    border-bottom: 1px solid #dddddd

}

.greatwp-fp04-post-categories a {
    display: inline-block;
    color: #ffffff !important;
    background: #17a2b8!important;
    padding: 3px 5px;
    font-family: 'Lato', sans-serif;
    font-size:12px;
    font-weight: normal;
    line-height: 1;
    margin: 0 5px 2px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#greatwp-footer-blocks .widget .greatwp-widget-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
}