/*
 Theme Name:   RNRGlobe
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  RNRGlobe Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     colormag
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  rnrglobe-child
*/

.wp-caption {
    border: 0;
}

#header-logo-image img {
    height: auto;
    width: 220px;
}

#header-left-section {
	display: flex;
	justify-content: center;
	min-width: 320px;
	width: 30%;
	margin-bottom: 10px;
}

.tg-footer-main-widget {
    width: 100%;
    float: none;
    margin-right: 0;
}

/* footer coyright text */
#copyright {
    color: #cccccc;
}

#menu-footer-menu li {
    display: inline-block;
}

#menu-footer-menu li a {
    color: #cccccc;
}

#menu-footer-menu li:after {
    content: " | ";
}
#menu-footer-menu li:last-child:after {
    content: "";
}

.ar-subtitle {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 0;
}

#custom_html-6 { overflow: hidden; }

#div-gpt-ad-1528823095074-0, #div-gpt-ad-1528822466515-0 {
    max-width: 100%;
    overflow: hidden;
}

@media screen and (max-width:1200px) {
	#header-logo-image img {
    	height: auto;
    	width: 220px;
	}
}

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

    #main { padding-top: 10px; }

	#div-gpt-ad-1531167327139-0 {
    	width: 320px !important;
    	height: 50px !important;
    	margin: 0 auto;
    }
}

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

}

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

}


.post-tags {
    margin: 30px 0;
}

.below-entry-meta .comments { display: none; }
body.home .cat-links { display: none; }
a.more-link { display: none; }

.cat-links {
    display: none;
}

.horisontal-links li {
    display: inline-block;
    margin: 10px;
}

.footer-list > ul > li > a {
    font-size: 0.96rem;
}
