/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Version: 1.0
Template: generatepress
Text Domain: generatepress


*/


/* Typographical Elements
--------------------------------------------- */

body {
	color: #333;
	/*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
    line-height: 1.625;*/
    margin: 0;
}
b{
    font-weight: bold;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}
a {
	border-bottom: 1px dotted #333;
	color: #0000EE;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #0ebfe9;
	border-bottom: 1px dotted #0ebfe9;
}

p {
	margin: 0 0 15px;
	padding: 0;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #f5f5f5;
	clear: both;
	margin: 26px 0;
}

ol,
ul {
	padding: 0;
}

blockquote,
blockquote::before {
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote {
    border-left: 4px solid #000;
    color: #000;
    font-style: italic;
    margin: 30px 0 30px 15px;
    padding-left: 15px;
}

.main-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}
/* #main {
    font-size: 18px;
}*/
.content .thumb-div {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
    margin-right: 0;
    padding: 5px;
}
@media all and (max-width:600px) { 
    .content .thumb-div {
       
        width: 100%;
        
    }
}

a img {
    display: block;
}

/* Headings
--------------------------------------------- */
/**
h1,
h2,
h3,
h4,
h5,
h6 {
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
**/

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video{
	max-width: 100%;
}

img {
    height: auto;
}
/* Float Clearing
--------------------------------------------- */
.wrap:before {
	content: " ";
	display: table;
}
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.top-area::after,
.col-main:after{
    content: "";
    clear: both;
    float: none;
    display: block;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px;
}
td h2{
    margin:0 ;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*** HEADER CSS ****/

.main-navigation .main-nav > ul > li:first-child > a {
    padding-left: 0;
}
.main-navigation .main-nav > ul > li > a {
   text-transform: uppercase;
}

.site-title a {
    font-size: 24px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.site-title a, .site-title a:hover {
    border: none;
    color: #333;
}

.site-header .inside-header {
    padding-top: 0;
    padding-bottom: 0;
}
.main-navigation .main-nav ul li a {
    line-height: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    font-size: 18px;
}
.main-navigation .main-nav ul ul li a{
    font-size: 16px;
}
.inside-header {
    padding: 0;
}
.inside-top-bar {
    padding: 10px 0 0 0;
}
#sticky-navigation .inside-navigation {
    justify-content: left;
}
#sticky-navigation {
    z-index: 9999!important;
}
.main-navigation .main-nav > ul > li .sub-menu li {
    border: 1px solid #eee;
}
.member-links a {
    font-size: 16px;
}
.main-navigation .main-nav > ul{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;
}

/* Right Sidebar
--------------------------------------------- */
.widget-area .inside-right-sidebar .widget {
    padding: 20px;
} 

/* Title Bar
--------------------------------------------- */
.title-bar{
    background-color: #2c3e50;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}
.title-bar h1 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    color: white;
    text-align: center;
}
.h3-border-line {
    padding-top: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination ul {
    margin: 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	padding: 8px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}
.gallery-pagination {
    margin-bottom: 20px!important;
}

/* Site Content
--------------------------------------------- */
.site-content {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.wp-caption .wp-caption-text, figcaption {
    font-size: 18px!important;
    padding-top: 0px;
    margin-top:5px!important;
    margin-bottom: 5px!important;
    opacity: 1;
    text-align: center;
}
.tag_block .widget ,
.related_content .widget  {
	margin-bottom: 40px;
}
.sidebar .widget {
	margin-bottom: 20px;
}

.tag_block .tagcloud a ,
.related_content .tagcloud a ,
.sidebar .tagcloud a {
	background-color: #333;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.tag_block .tagcloud a:hover ,
.related_content .tagcloud a:hover ,
.sidebar .tagcloud a:hover, .sidebar .tagcloud a.active-tag {
	background-color: #0ebfe9;
	color: #fff;
}

.col-left {
    width: 60%;
    float: left;
    margin-bottom: 0px;
}
.col-right {
    width: 40%;
    float: right;
    margin-bottom: 0px;
}
.banner-noborder a {
    border: none;
}

/*** FOOTER CSS ***/
.inside-footer-widgets {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}
.inside-footer-widgets .widget_nav_menu ul li {
    list-style: none;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 0;
}
.inside-footer-widgets .widget_nav_menu ul li a{
    border-bottom:none;
}
.footer-bar-align-right .copyright-bar {
    margin-right:0;
}
.footer-widgets .widget-title {
    margin-bottom: 15px;
}

.footer-social-links {
    display: inline-block;
    vertical-align: middle;
}
.footer-social-links a {
    margin: 0px 0px 0px 10px;
}
.footer-social-links a {
    border: 2px solid #fff;
    background-color: #fff;
    width: 30px;
    border-radius: 50px;
    height: 30px;
    display: inline-block;
}
.footer-social-links a:hover {
    background: #fff;
    color: #2c3e50;
    border: 2px solid #fff!important;
}
.footer-social-links i {
    font-size: 16px;
    line-height: 26px;
    display: block;
}
.site-info a:hover {
    border: none;
}

.footer-top {
    background: rgb(44, 62, 80, 0.13);
    border-top: 3px solid #2c3e50;
    padding: 20px;
}

/*** Google Widget ***/
.gsc-control-cse, .gsc-control-wrapper-cse, .gsc-search-box, .gsc-input-box {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    border: 0px !important;
}

.gsc-input-box table tbody tr {
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
}
.sidebar-search-wrap{
	padding:0px !important;
	margin:0px !important;
	border:0px solid #ccc !important;
}

.gsc-search-box,
.gsc-search-box tbody,
.gsc-search-box tbody tr,
.sidebar-search-wrap .gsc-input,
.gsc-input-box,
.gsc-input-box table,
.gsc-input-box table tbody{
	border:0px !important;
    padding:0px !important;
    min-height: 30px;
}
.gsc-search-box > td{
    padding: 0;
}

.gsc-search-button{
	border:0px !important;
}

.gsc-search-button button{
	padding:9.5px 18px !important;
    background:#666 !important;
    height: 40px;
    border-radius: 0;
}
.google-serach-wrap {
    max-width: 360px;
    margin: 0 auto;
}
.google-serach-wrap table{
    margin: 0;
}
.google-serach-wrap table tr,.google-serach-wrap table td{
    border: 0;
}
.google-serach-wrap input.gsc-input{
    height:32px!important
}
.google-serach-wrap  h4.google-search-title {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    cursor: pointer;
}
.clear-fix {
    clear: both;
    float: none;
}
.col-33{
    width:33%; float:left; margin-bottom: 10px;
}
.gsc-control-cse {
    background-color: transparent!important;
}
table.gsc-input {
    border: 1px solid #8c8c8c !important;
}

/* Sidebar
--------------------------------------------- */
.widget-area.sidebar .widget-title {
    font-size: 20px;
    background: #e4e4e4;
    padding: 10px;
    display: block;
    margin-bottom:10px;
}

/**
Map Page
-----------------------------------------*/
.page-template-tpl-page-map  article:after {
    display: block;
    content: "";
    clear: both;
}
@media only screen and (max-width : 768px) {
	.page-template-tpl-page-map .col-left{
		width:100%; float:left; margin-bottom: 5px;
	}
	.page-template-tpl-page-map .col-right{
		width:100%; float:left; margin-bottom: 20px;
	}
}

/**
Cross Browser
-----------------------------------------*/
.inside-top-bar.grid-container {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
}

@media all and (max-width:768px) {
    #mobile-menu-control-wrapper {
        margin-left: auto;
    }
    
    #mobile-menu-control-wrapper button.menu-toggle {
        background: #fff!important;
    }
    .main-navigation .main-nav > ul > li:first-child > a {
        padding-left: 20px;
    }
    .main-navigation .main-nav ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top-bar .inside-top-bar {
      
        flex-direction: column;
    }
    .site-title a{
        display: block;
        text-align: center;
        padding-bottom:10px;
    }
    .footer-social-links {
        display: block;
        padding-top: 10px;
    }
}


@media all and (max-width:1140px) {
    .grid-container {
        padding-left: 10px!important;
        padding-right: 10px;
    }
    .inside-navigation {
        padding: 0 !important;
    }
}

#main h2 {
    padding-top: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid black;
}
#main table h2 {
    border: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    font-size: 20px;
}

.related_content .tagcloud a {
    background: transparent;
    border-bottom: 1px dotted #333;
    color: #0000EE;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
}
.related_content .tagcloud a:hover {
    background: transparent;
    border-bottom: 1px dotted #0ebfe9;
    color: #0ebfe9;
}

.archive #main h2.entry-title {
    border-bottom: none;
    padding-top:10px;
}
.archive #main .post-image {
    margin-top:0px;
}



.archive #main h2.entry-title a{
    border-bottom: none;
}

.title-bar .cat-desc {
    text-align: center;
    color:#fff;
}

.title-bar .cat-desc a{
    border-bottom: 1px dotted #fff;
    color:#fff;
}
.cat-list a {
    border-right: 2px solid #000;
    padding-right: 10px;
    margin-right: 10px;
    border-bottom: 0;
}
.cat-list a:last-child {
    border-right: 0;
}
.article-content center a{
    display:inline-block;
}


.image__print-bar {
    background: #2c3e50;
    color: #fff;
    padding: 4px 11px;
    text-align:center;
    display: block;
    font-size: 16px;
}

.image__print-bar a {
    color: #fff;
    font-weight: bold;
    border: none;
	font-size: 16px;
}

.image__print-bar a:hover {
    color: #FED000;
}
.entry-content figcaption, .inside-article figcaption {
    font-style: italic;
}
