/*
 Theme Name:   GCam Ports
 Theme URI:    https://www.gcamports.com
 Description:  This theme is specially designed for GCam Ports blog.
 Author:       Ryan
 Author URI:   https://www.gcamports.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
	font-display: swap;
	font-family: mulish;
	font-style: normal;
	font-weight: 400;
	src: url(https://www.gcamports.com/wp-content/fonts/mulish-v13-latin-regular.woff2) format('woff2')
}

@font-face {
	font-display: swap;
	font-family: montserrat;
	font-style: normal;
	font-weight: 400;
	src: url(https://www.gcamports.com/wp-content/fonts/montserrat-v26-latin-regular.woff2) format('woff2')
}

.wp-block-preformatted {
	background: 0 0;
	border: 1px solid #6369d1;
	border-radius: 5px;
	line-height: 1.75rem;
}

.wp-block-preformatted a {
	text-decoration: underline;
	text-underline-offset: 6px;
}

.wp-block-code {
	background: #6369d1;
	color: #fff;
	border-radius: 5px
}

code,
kbd,
tt,
var {
	background: #6369d1;
	padding: 0 5px;
	color: #fff
}

.wp-block-rank-math-toc-block {
	position: relative
}

.wp-block-rank-math-toc-block h2 {
	border: 1px solid #6369d1;
	padding: 10px 12px 10px 18px;
	cursor: pointer;
	font-size: 18px !important;
	font-weight: 400 !important;
	position: relative;
	margin-bottom: 0;
	border-radius: 5px
}

.wp-block-rank-math-toc-block h2:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 12px;
	border-color: transparent transparent transparent #6369d1;
	margin-right: 8px
}

.wp-block-rank-math-toc-block nav {
	padding: 10px 10px 0;
	max-height: 0;
	overflow: hidden
}

.wp-block-rank-math-toc-block input:checked+h2~nav {
	max-height: 100vh;
	overflow: visible
}

.follow-google-news {
	padding: 1.2pc 10px;
	text-align: center;
	margin: 10px 0;
	border-radius: 5px;
	border: 1px solid #6369d1
}

.follow-google-news a {
	flex-wrap: wrap;
	font-weight: 700;
	color: #6369d1;
	text-decoration: none
}

.follow-google-news a:hover {
	color: #8a90ff;
}

.wpdm-download-link.btn.btn-primary {
	white-space: nowrap
}

.list-group-item {
	white-space: nowrap
}

.entry-meta {
	font-size: 15px;
	margin-top: 15px;
	color: #ccd4db;
}

.rank-math-breadcrumb {
	font-size: 16px
}

.gp-icon svg {
	color: #6369d1;
}

.main-nav {
	background: 0 0
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.has-inline-mobile-toggle #site-navigation.toggled {
	background: 0 0
}

.wp-block-button__link,
.wp-element-button {
	border-radius: 5px;
	margin-bottom: 20px
}

.wp-block-quote {
	border-left: 1px solid #6369d1;
	border-bottom: 1px solid #6369d1;
	border-radius: 5px;
	font-size: 18px
}

.read-more {
	display: block;
	margin-top: 15px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px
}

.read-more::after {
    content: "→";
}

.read-more-section {
	text-align: center;
	margin-top: 40px
}

.highlight {
	background: var(--base-3);
	padding: 40px;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px
}

.highlight-wrapper {
	max-width: 1300px;
	margin: 0 auto
}

.is-right-sidebar {
	margin-bottom: 40px
}

@media(min-width:769px) {
	.site-content {
		display: flex
	}

	.inside-right-sidebar {
		height: 100%
	}

	.inside-right-sidebar aside:last-child {
		position: -webkit-sticky;
		position: sticky;
		top: 0
	}
}

/* Additional CSS */
.main-navigation a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items {
    font-family: Montserrat;
    font-weight: 600;
    text-transform: uppercase;
}
.wp-block-search__inside-wrapper {
    border: 1px solid #949494;
    padding: 4px;
}
h2.wp-block-heading {
    font-family: Montserrat;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat;
}
h2 {
    font-weight: 700;
    font-size: 28px;
}
h3 {
    font-weight: 600;
    font-size: 20px;
}
body, button, input, select, textarea {
    font-family: Mulish;
}
h1.entry-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
}
.heateor_sss_sharing_container {
    padding: 1.5rem;
}
input#submit {
    border-radius: 5px;
}
h1, h2, h3 {
    border-bottom: 2px solid #adacad;
}
h4 {
    display: inline-block;
    border-bottom: 2px solid #880850;
}
h1.main-title {
	border-bottom: none;
}
h1.entry-title {
	border-bottom: none;
}
h2.wp-block-heading {
	border-bottom: none;
}
a:hover, a:focus, a:active {
    color: var(--contrast);
}
@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translate3d(-50%,0,0);
        transform: translate3d(-50%,0,0);

        display: block;
        width: 0;
        height: 2px;

        background-color: currentColor;
        transition: 0.3s width ease;
    }
    .main-navigation .menu > .menu-item.current-menu-item > a::after,
    .main-navigation .menu > .menu-item.current-menu-ancestor > a::after,
    .main-navigation .menu > .menu-item > a:hover::after {
        width: 50%;
    }
}
#rank-math-toc li {
    list-style: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.wp-block-image {
	margin-bottom: 30px;
}
/*My*/
.cont {
	border: 2px solid #6369d1;
  padding: 20px 12px 0px 18px;
	position: relative;
	border-radius: 10px;
}
#rank-math-faq .rank-math-answer {
	color: #ccd4db !important;
}
#rank-math-faq .rank-math-question {
	color: #ccd4db !important;
}
.author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4%;
    margin-top: 60px;
    font-size: 1em;
    box-shadow: 0 9px 28px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.author-links a {
    font-size: 3em;
    line-height: 0.5em;
    float: right;
}

.author-box .avatar {
    width: 60px;
    border-radius: 100%;
    margin-right: 20px;
}

.author-title {
   font-weight: 700;
}

h4.author-title {
    margin-bottom: 0.5em;
}

.author-description {
	margin-bottom: 10px;
}

/* For Mobile Devices */
@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        text-align: center;
	padding: 50px 10px;
    }

    .author-box .avatar {
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
	margin-top: -35px;
    }

    .author-box .avatar img {
        max-width: 90px;
    }
}
.postmain {
	  margin: -10px !important;
	  border: 1px solid #6369d1;
    font-size: 17px;
    font-style: normal;
    position: relative;
    border-radius: 10px;
	  margin-bottom: 30px !important;
	  margin-top: 20px !important;
}
.postli li {
	margin-bottom: 20px;
	list-style: none;
	margin-left: -1.5em;
}
.postli strong {
    color: #fff;
    background: #6369d1;
    padding: 5px 17px;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 55px;
}
thead {
    background: #6369d1;
}
.herop {
	padding-right: 10px;
	padding-left: 10px;
}
.hero strong {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1;
}
.heroimg {
	margin-bottom: 5px !important;
}
.mainct h2, h1 {
	border-bottom: none;
}

a.wp-block-button__link.has-background.wp-element-button {
    border-radius: 50px !important;
}
.box {
    position: relative;
    z-index: 2;
    padding: 15px 20px;
    border-radius: 15px;
    background: linear-gradient(145deg, #1F1F26, #1F1F26);
    box-shadow: 10px 10px 19px #1c1e2252, -10px -10px 19px #262a2e00;
    transition: 0.4s;
    text-align: center;
    user-select: none;
	border-bottom: 3px solid #6369d1;
}
.box .wp-block-group__inner-container {
    padding: 0px;
}
.box svg {
    max-width: 70px;
    max-height: 70px;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    fill: #6369d1;
}
.box:hover {
    transition: 0.4s;
    background: linear-gradient(to right bottom, #212428, #16181c);
}
.box h3 {
	color: #6369d1;
	border-bottom: none;
    margin-bottom: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.box p {
    line-height: 1.5;
    font-size: 16px;
}
.headyt {
    color: #e0f2ff;
}
/* Additional CSS */
.entry-content a {
	text-underline-offset: 6px;
}
.site-info a {
	text-decoration: none;
}
.author-box a {
	text-decoration: none;
}
.rank-math-list-item {
    border-bottom: 3px solid #6369d1;
    background-color: #27272a;
    border-radius: 15px;
    margin: 1em auto;
    overflow: hidden;
    padding: 0.9em 0.9em;
    margin-bottom: 25px;
    padding-bottom: 0px !important;
}
h3.rank-math-question {
    border-bottom: none;
}
.inside-article, .comments-area {
	border-radius: 10px;
}
.author-box {
	border-radius: 10px;
}
h3#reply-title {
    border-bottom: none;
}
.sidebar .widget {
	border-radius: 10px;
	background-color: #333333;
}
a.wp-block-latest-posts__post-title {
	text-decoration: none;
}
.follow-google-news a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.generate-columns-container .inside-article, .comments-area {
    background-color: #333333;
    border: 2px solid rgb(255 255 255 / 7%);
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.post-image-above-header .inside-article div.featured-image, .post-image-above-header .inside-article div.post-image {
    margin-bottom: .8em;
}
.post-image img {
    border-radius: 15px;
}
.entry-title a:hover {
    color: #6369d1;
}
.entry-title a {
    color: #969cff;
}
h2.entry-title {
	border-bottom: none;
	font-size: 1.2rem;
}
/* header.entry-header {
    margin-bottom: -30px;
} */
h2.wp-block-heading {
    color: #c8caea;
}
.sd5f4ac3a273d3cc18ab623ee0ef56f8f .postTitle {
    color: #969cff !important;
}
a.sd5f4ac3a273d3cc18ab623ee0ef56f8f {
    background: #333333 !important;
}
.sd5f4ac3a273d3cc18ab623ee0ef56f8f .ctaText {
    color: #ccd4db !important;
}
a.wp-block-button__link.has-background.wp-element-button {
	color: #fff;
}
code {
	padding: 5px;
	border-radius: 2px;
}