/**
 * Global child-theme and Movedo overrides.
 *
 * Loaded by inc/core.php.
 */

/* Old Colors
 * Top bar and footer area: 0652fd - new color: 002D72
 * */


a{
	text-decoration:underline;
}

/*
div#grve-top-header,
div.grve-widget-area,
#grve-responsive-header,
#grve-main-responsive-header{
    background-color:#8cb4ca !important;
    
}
*/
/*
.grve-container, #disqus_thread, #grve-content.grve-left-sidebar .grve-content-wrapper, #grve-content.grve-right-sidebar .grve-content-wrapper{
	width:95% !important;
}
*/

div#grve-top-bar a{
	text-decoration:none !important;
}

div#grve-top-header
{
    background-color:#8cb4ca !important;
}

#grve-theme-wrapper .grve-bg-dark, #grve-theme-wrapper .grve-bg-hover-dark:hover, #grve-theme-wrapper a.grve-bg-hover-dark:hover, #grve-theme-wrapper a .grve-bg-hover-dark:hover, #grve-theme-wrapper a:hover .grve-bg-hover-dark, .grve-filter.grve-filter-style-button.grve-filter-color-dark ul li.selected
{
/*
    background-color:#0652FD !important;
*/    
    background-color:#317eb1 !important;
}
.stylish-list{
    font-size:24px;
}
div.dataTables_filter{
    float:left !important;
}
div.dataTables_filter label{
    font-size:24px;
}
div.dataTables_filter input[type="search"]{
    margin-left:20px !important;
}

div.copyright-items {
    font-size:16px !important;
}
div.copyright-items img{
/*
	position:absolute;
*/
	margin-top:0px;
    margin-left:10px;
}

h2.tying-methods, h2, h3{
    margin-top:12px; margin-bottom:12px;
	margin-left:2em;
}

div.profileLink{
    
font-weight:bold;
text-align:center;
}

div.one-col{
width:100%;
}
div.two-col{
width:48%;
margin-left:1%;
margin-right:1%;
}
div.three-col{
width:30%;
}
div.four-col{
width:22%;
}

div.wrapperThumbs{
	text-align:center;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

div.wrapperSeeMore{
	margin-left:2%;	
}

div.wrapperSeeMore h2{
	margin-left:0 !important;
}

.generateThumbsBox{
	display:inline-block;
	width:21% !important;
	max-width:300px;
	margin-left:1%;
	margin-right:1%;
	border:3px solid #8cb4ca !important;
	margin-top:12px;
	margin-bottom:12px;
}

div.tying-method-image{

	width:100%;	
	height:250px;
}
div.tying-method-image img{
    width:100%;
    height:auto;
	max-height:247px;
	margin-bottom:3px;
	padding-top:10%;
	padding-bottom:10%;
}
div.tying-method-image,
div.tying-method-title{
	clear:both;
}
div.tying-method-image{
	width:100%;
}
div.tying-method-image img{
	width:auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	align:center;
}
div.tying-method-title,
div.tying-method-title a{
width:100%;
height:70px;
	color:#fff;
	text-align:center;
	padding-top:12px;
}

div.tying-method-image{
	background-color:#8cb4ca ;
}
div.tying-method-title{
/*
	background-color:#0652fd;
*/
    background-color:#317eb1;
}

