/*   
Theme Name: GCC
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ------------------------------------------------------------------------------------------ */

/*	Text-template basic stylesheets START 	*/
.content-align a {
	width: max-content;
    display: flex;
    align-items: center;
    font-family: "Lato", sans-serif;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    color: #adadad;
    text-decoration: none;
    margin-top: 40px;
}

.content-align img {
    display: block;
    height: 100%;
    padding-top: 0;
    width: 35px;
    transform: translatex(-10px);
    transform: scale(0.6);
}

.text-temlate {
    width: 75%;
    margin: 0 auto;
}

.text-template-heading {
    text-align: left;
    font-size: 42px;
    line-height: 50.4px;
    color: #000;
}

.text-template-list {
    text-align: left;
	font-size: 20px;
}

.text-template-list p {
	margin: 0 0 10px;
}

.text-temlate li {
    counter-increment: my-awesome-counter;
	display: block;
    font-size: 20px;
	font-weight: 400;
    line-height: 1.4;
    color: #000;
}

.text-temlate li::before {
	content: counter(my-awesome-counter) ". ";
    position: absolute;
    transform: translateX(-30px);
    color: #adadad;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.text-temlate {
		width: 100%;
	}
	.content-align a {
		font-size: 16px;
	}
	.content-align img {
		width: 24px;
	}
	.text-template-heading {
		font-size: 32px;
	}
	.text-template-list, .text-temlate li {
		font-size: 14px;
	}
	.text-temlate li {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 500px) {
    .text-temlate {
        width: 100%;
    }
    body .content-align a {
        font-size: 18px;
    }
    body .text-template-heading {
        font-size: 32px;
        line-height: 38px;
    }
	.text-template-list {
		padding: 0;
	}
	.text-temlate li::before {
		display: none;
	}
}

/* Page 1588 */
.post-1588 li br {
    display: block !important;
}

.post-1588 li {
    line-height: 20px;
    margin-bottom: 10px;
}

.post-1588 li div {
    margin-top: 5px;
}

body .post-1588 li p {
    display: none !important;
}

.post-1588 ul {
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    body .post-1588 .text-temlate li {
        font-weight: 700;
    }

    body .post-1588 .text-temlate li small {
        font-weight: 100;
    }
    .post-1588 .text-template-heading {
        padding-left: 0;
    }
    body .post-1588 a {
        margin-left: 0;
    }
}

/* Page 2006 */
.page-id-2006 h1:first-child {
    display: none;
}

.page-id-2006 li br {
    display: block !important;
}

.page-id-2006 li {
    line-height: 20px;
    margin-bottom: 10px;
}

.page-id-2006 li div {
    margin-top: 5px;
}

body .page-id-2006 li p {
    display: none !important;
}

.page-id-2006 ul {
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    .page-id-2006 .text-temlate li {
        font-weight: 700;
    }

    .page-id-2006 .text-temlate li small {
        font-weight: 100;
    }
    .page-id-2006 .text-template-heading {
        padding-left: 0;
    }
    body .page-id-2006 a {
        margin-left: 0;
    }
}

.post-2539 h1:first-child {
	display: none;
}

/* Page 2483 */
.post-2483 li br {
    display: block !important;
}

.post-2483 li {
    line-height: 20px;
    margin-bottom: 10px;
}

.post-2483 li div {
    margin-top: 5px;
}

body .post-2483 li p {
    display: none !important;
}

.post-2483 ul {
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    body .post-2483 .text-temlate li {
        font-weight: 700;
    }
    body .post-2483 .text-temlate li small {
        font-weight: 100;
    }
    .post-2483 .text-template-heading {
        padding-left: 0;
    }
    body .post-2483 a {
        margin-left: 0;
    }
}

/* Page 3305 */
.page-id-3305 h1:first-child {
    display: none;
}

.page-id-3305 li br {
    display: block !important;
}

.page-id-3305 li {
    line-height: 20px;
    margin-bottom: 10px;
}

.page-id-3305 li div {
    margin-top: 5px;
}

body .page-id-3305 li p {
    display: none !important;
}

.page-id-3305 ul {
    padding-top: 0;
}

@media screen and (max-width: 500px) {
    .page-id-3305 .text-temlate li {
        font-weight: 700;
    }
    .page-id-3305 .text-temlate li small {
        font-weight: 100;
    }
    .page-id-3305 .text-template-heading {
        padding-left: 0;
    }
    body .page-id-3305 a {
        margin-left: 0;
    }
}
/* STOP */

/* Contacts */
.page-template-default .contact-info {
	padding-bottom: 20px
}

.contact-info {
	font-size: 24px;
	font-weight: 400;
	color: #7E7E7E;
	margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
	.contact-info {
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	.contact-info br {
		display: none;
	}
}

/* General stylesheets START */
body {
	margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 90%;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0 auto;
}

.wrapper {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.iframe-wrap {
	position: relative;
	width: 1137.7px;
	height: 640px;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shulende-wrap {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
	width: 400px;
	height: 100%;
	box-sizing: border-box;
    padding-left: 40px;
}

.shulende-wrap h2 {
	font-size: 26px;
	font-weight: 400;
	margin: 0 0 10px;
}

.shulende-wrap ul {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0 0 10px;
}

.shulende-wrap li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.678;
}

@media screen and (max-width: 1600px) {
	.iframe-wrap {
		width: 992px;
    	height: 558px;
	}
	.shulende-wrap {
		width: max-content;
	}
}

@media screen and (max-width: 1360px) {
	.shulende-wrap {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 1500px) and (min-width: 1024px) {
	.wrapper:has(> .shulende-wrap) .iframe-wrap {
		width: 720px;
    	height: 405px;
	}
}

@media screen and (max-width: 1224px) {
	.shulende-wrap {
		width: 300px;
	}
}

@media screen and (max-width: 1024px) {
	.wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-ms-align-items: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: auto;
	}
	.iframe-wrap {
		width: 90vw;
		height: 50vw;
	}
	.shulende-wrap {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 500px) {
	.shulende-wrap h2 {
		font-size: 20px;
	}
	.shulende-wrap li {
		font-size: 14px;
	}
}
/* STOP */