/*
Theme Name: sharingideas
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600&display=swap');

body{
    background: #F6F8FB;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main{
	flex: 1;
}

header {
	background: #fff;
	width: 100%;
	height: 56px;
}

.navbar{
	background: #fff;
	box-shadow: 0 4px 16px rgba(205,209,218,.4);
}

.navbar-light .navbar-nav .nav-link, a.glink{
    font-family: 'Karla', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: .01875rem;
    line-height: 1.2;
    white-space: nowrap;
    text-transform: uppercase;
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover{
	color: rgb(247, 149, 0);
}

.navbar-light .navbar-brand:hover, a.glink:hover{
	color: rgb(247, 149, 0);
}
a.glink{
    color: rgba(0, 0, 0, .5);
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  padding: 0 15%;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=search] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: calc(100% - 55px);
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
}

.overlay input[type=search]:focus {
  background: #f1f1f1;
  outline-color: gray;
}

.overlay button {
    float: left;
    width: 55px;
    line-height: 24px;
    padding: 15px;
    font-size: 25px;
    border: none;
    cursor: pointer;
    background: transparent;
    color: #fff;
}
.overlay button:focus{
	outline: none;
}
.overlay button:hover {
  color: rgb(247, 149, 0);
}

.articles{
    padding: 1rem 0;
}

.articles .article{
	background: #fff;
	border-radius: 3px;
	margin-bottom: 1rem;
    margin-top: 1rem;
}
.articles .article:first-child{
    margin-top: 0;
}

.articles .article .title{
	font-size: 1.5em;
    padding: 0.5em;
    position: relative;
}

.articles .article a{
	display: block;
	color: #000;
	font-family: 'Libre Baskerville', serif;
}

.articles .article a:hover{
	text-decoration: none;
}

.articles .article img{
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
/*	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;*/
}

.article_single .categories{
	padding: 0 1rem 0.1rem 0;
}
.categories{
	padding: 0 1em 1em;
	max-width: 100%;
	text-transform: uppercase;
	font-size: 13px;
}

.article_single a{
	color: rgb(247, 149, 0);
}

.article_single a:hover{
	color: #000;
	text-decoration: none;
}

.article_single ul{
    padding-left: 1.2rem;
}

.article_single ol{
    padding-left: 1.5rem;
}

.article_single ul li, .article_single ol li{
    background: #F6F8FB;
    padding: 0.5rem;
    border-radius: 0.2rem;
    border-bottom: 1px solid #e0e2e5;
    margin-bottom: 0.5rem;
}
.article_single ul li::marker {
    font-weight: 600;
    color: rgb(247, 149, 0);
    font-size: 1.5rem;
}
.article_single ol li::marker{
    font-weight: 600;
    color: rgb(247, 149, 0);   
}

.article_single ul li:last-child, .article_single ol li:last-child{
    margin-bottom: 0;
}

.articles .categories a, .categories a{
	display: contents;
    color: rgb(247, 149, 0);
    font-family: 'Karla', sans-serif;
    font-size: .875rem;
    letter-spacing: .01875rem;
    text-transform: uppercase;
}
.categories a:hover, .articles .categories a:hover{
	color: #000;
	text-decoration: none;
}

.sidebar{
	list-style: none;
	padding: 0;
}
.sidebar .title{
/*	margin: 0;
    float: left;
    width: 100%;*/
    background: #fff;
    margin-bottom: 1rem;
    padding: 0.6875rem;
    font-family: 'Karla', sans-serif;
    font-size: 1.5rem;
    letter-spacing: .075rem;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.sidebar ul{
	list-style: none;
	padding: 0;	
}

.sidebar a{
	display: block;
	color: #000;
}

.sidebar a:hover{
    text-decoration: none;
}

.sidebar span a{
	margin-top: 8px;
    font-size: 1.1em;
    line-height: 130%;
    font-family: 'Libre Baskerville', serif;
}

.sidebar img{
	width: 100%;
    display: block;
    height: auto;
/*    border-radius: 3px;*/
}

.sidebar ul li{
    margin-bottom: 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
}
.sidebar ul li:last-child{
	border-bottom: 0;
}

.article_single {
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 5%);
}

.col-md-9{
    padding: 0;
}

.article_single p{
	letter-spacing: -.00625rem;
    font-size: 1.2rem;
    font-family: 'Karla', sans-serif;
    margin-top: 1rem;
}

.article_single h2, .pagetitle, .article_single h3, .article_single h4{
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1.3rem;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0.5rem;
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
    color: #04b306;
}

.article_single h3{
    font-size: 1.2rem;
}

.article_single h4{
    font-size: 1.1rem;
    color: #000;
}

.pagetitle{
	border-color: #fff;
}

.article_single h1 {
    margin-bottom: 1rem;
    padding: 0;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1rem;	
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
}

.article_single img{
    display: block;
    width: 100%;
    border-radius: 5px!important;
    height: auto;
    border: 1px solid #e7e7e7;
    margin-top: 1rem;
}

.article_single .shares{
	list-style: none;
	padding: 0;
}
/* .article_single .shares li{
	float: left;
	width: 50%;
	padding: 0 5px;
} */

.article_single .shares li{
    float: left;
    /* width: 33.32%; */
    width: 50%;
    padding: 0 5px;
    background: initial;
    border: 0;
    margin-bottom: 0;
}

.article_single .shares li:first-child{
	padding-left: 0;
}
.article_single .shares li:last-child{
	padding-right: 0;
}
.article_single .shares li a{
	color: #fff;
    width: 100%;
    display: block;
    padding: 10px 10px 10px 44px;
    border-radius: 5px;
    font-size: 17px;	
    height: 45px;
    position: relative;   
    text-align: center;
}
.article_single .shares li a:hover{
	/* background: #000; */
    background: rgb(247, 149, 0);
	text-decoration: none;
}
.article_single .shares li a:hover span.shmessenger{
	background-position-y: -45px;
}
.article_single .shares li a i,.article_single .shares li a span.shmessenger{
	position: absolute;
	left: 0;
}
.article_single .shares li a i{
	font-size: 35px;
	top: 6px;
	left: 6px;
}
span.shmessenger {
    display: block;
    background: url(css/img/ico_facebookMessenger.png);
    width: 45px;
    height: 45px;
    background-size: 100%;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    float: left;
    margin-top: -10px;
}
.article_single .shares .fbshare,.article_single .shares .join{
	background: rgb(59, 89, 152);
}
.article_single .shares .twshare{
	/* background: rgb(27, 154, 232); */
    background: rgb(18, 20, 22);
}
.article_single .shares .sendmessenger{
	background: rgb(0, 131, 255);
}
.article_single .shares .join{
	cursor: default;
}
.article_single .lists{
	padding-top: 10px;
}
.article_single .lists img{
	width: 100%;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.7);
	display: block;
	margin-bottom: 10px;
}

.sharem{
	margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

footer{
	width: 100%;
    background-color: #263238;
    padding: 10px 0px 25px 0px;
}
footer p {
    font-size: 13px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
}
.social_footer_ul { 
	display:table; 
	margin:15px auto 0 auto; 
	list-style-type:none;  
	padding: 0;
}
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li:first-child{
	padding-left: 0;
}
.social_footer_ul li a { color:#CCC; border:1px solid #CCC; padding:8px;border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}

.social_footer_ul li a.facebook:hover{
	background: rgb(59, 89, 152);
}
.social_footer_ul li a.twitter:hover{
	/* background: rgb(27, 154, 232); */
    background: rgb(18, 20, 22);
}
.social_footer_ul li a.instagram:hover{
	background: rgb(219, 33, 153);
}

.footer-menu{
	display: table;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;	
}

.footer-menu li{
	display: inline-block;
}
.footer-menu li a {
    color: #999;
    margin: 0 12px;
}

.footer-menu li a:hover{
	color: rgb(247, 149, 0);
}

.btn-outline-dark:hover{
	color: #fff;
    background-color: rgb(247, 149, 0);
    border-color: rgb(247, 149, 0);	
}

.contact-form{
	margin-bottom: 0!important;
}

.contact-form .wpforms-submit {
    background-color: transparent!important;
    background-image: none!important;
    border-color: #343a40!important;
    border-radius: 3px!important;
}

.contact-form .wpforms-submit:hover{
	color: #fff!important;
    background-color: rgb(247, 149, 0)!important;
    border-color: rgb(247, 149, 0)!important;	
}

/* .navigate_single{
	list-style: none;
	padding: 0;
	margin-top: 1rem;
} */

.article_single .navigate_single, .navigate_single{
	list-style: none;
	padding: 0;
	margin-top: 1rem;
    margin-bottom: 0;
}
.article_single .navigate_single li{
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
}

.navigate_single li.left{
	float: left;
}

.navigate_single li.right{
	float: right;
}

.navigate_single li a{
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #343a40;
    border-color: #343a40;
}

.navigate_single li a:hover{
    background: rgb(247, 149, 0);
    color: #fff;
    border-color: rgb(247, 149, 0);
    text-decoration: none;
}

#backtop {
	display: none;
	position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 32px;
    border: none;
    outline: none;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
    padding: 6px 10px;
    height: 50px;
    line-height: 38px;
    border: 1px solid #000;
    background: #e7e7e7;
}

#backtop:hover {
    color: #fff;
    background-color: rgb(247, 149, 0);
    border-color: rgb(247, 149, 0);
}

/* .wp-block-embed__wrapper{
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.wp-block-embed-youtube .wp-block-embed__wrapper{
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
}

.twitter-tweet{
	margin: auto;
}

.wp-block-embed-pinterest iframe{
    display: block;
    margin: 0 auto;
}

.aff a{
    color: rgb(247, 149, 0);
    font-weight: 500;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    margin-top: 5px;
    display: inline-block;
}

tbody, td, tfoot, th, thead, tr{
    border-color: rgba(0,0,0,.06)!important;
}

tr:nth-child(2n){
    background-color: #F6F8FB;
}

.privacy-policy button{
    border: 1px solid rgb(247, 149, 0);
    padding: 0.1rem 0.5rem;
    background: #F6F8FB;
    border-radius: 4px;   
}

div[id^="adngin-incontent-0-auto-"], #adngin-incontent-0, #adngin-top_leaderboard-0, #adngin-incontent_homepage_1-0, #adngin-incontent_homepage_2-0, #adngin-incontent_homepage_3-0 {
    text-align: center;
}

#adngin-top_leaderboard-0 {
    min-height: 90px;
    display: block; 
}

#adngin-sidebar_1-0, #adngin-sidebar_2-0, #adngin-sidebar_3-0{
    min-width: inherit!important;
    text-align: center;
    margin-bottom: 1rem;
}

ul.language-switcher{
    padding: 0;
    margin-bottom: .5rem;
}

ul.language-switcher li{
    padding: 0;
    margin-bottom: 0;
    margin-right: .5rem;
}

ul.language-switcher li:last-child{
    margin-bottom: 0;
    margin-right: 0;
}

ul.language-switcher .nav-link {
    font-weight: bold;
    color: #000;
    transition: background-color 0.2s ease;
}

ul.language-switcher .nav-link:hover {
    background-color: #e9ecef;
    color: rgb(247, 149, 0);
    text-decoration: none;
}

ul.language-switcher img {
    margin-right: .3rem !important;
    margin: 0;
    border: 0;
}

.fb-comments {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 992px) {
    .menu-item-gtranslate{
        padding-left: 1.2rem;
        margin-bottom: 15px;
    }
    a.glink{
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
	.overlay-content {
		padding: 0 10%;
	}
	span.hiden{
		display: none;
		position: relative;
	}
    #adngin-top_leaderboard-0 {
        min-height: 100px; /* Increased height for mobile devices */
    }
/*	.nopaddingmobile{
		padding-left: 0;
		padding-right: 0;
	}*/
}

@media only screen and (max-width: 576px) {
    .acw.ac-reset{
        width: 100%!important;
    }
}



















