/*
Theme Name: Regn
Description: Regn is a multi-niche wordpress theme. Codeless Themes are simple and powerful. Create awesome portfolio, corporate, business, restaurant and much much more pages with this theme.
Version: 1.0.5
Author: Codeless
Author URI: http://www.codeless.co
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
License: GNU General Public License
Theme URI: http://newthemes.themeple.co/regn/presentation 
Text Domain: codeless
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, full-width-template
*/

.wp-caption.alignleft {
    margin-right: 20px;
    float:left;
}
.wp-caption.alignright {
    margin-left: 20px;
    float:right;
}
.wp-caption-text {
    padding-left: 7px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 13px;
}
.wp-caption-text,
.gallery-caption,
.entry-caption {
    line-height: 1.5em;
}

.post-password-form input[type="password"] {
    background: #fff;
    height: 45px;
    width: 180px;
    border-width: 1px;
    border-style: solid;
}
article embed {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background-image: url('img/icon_top.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(34, 34, 34, 0.6);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }

.cl-entry__content table, .content-col > table, .comment-text table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

.cl-entry__content thead th, .content-col > table thead th,  .comment-text table thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: 0.5em;
}

.cl-entry__content th, .content-col > table th,  .comment-text table th {
    padding: 0.4em;
    text-align: left;
}

.cl-entry__content tr, .content-col > table tr,  .comment-text table tr {
    border-bottom: 1px solid #eee;
}

.cl-entry__content td, .content-col > table td,  .comment-text table td {
    padding: 0.4em;
}

.cl-entry__content th:first-child, .content-col > table th:first-child
.cl-entry__content td:first-child, .content-col > table td:first-child {
    padding-left: 0;
}

.cl-entry__content th:last-child, .content-col > table th:last-child
.cl-entry__content td:last-child, .content-col > table th:last-child,
.comment-text table th:last-child {
    padding-right: 0;
}

.tp-caption a i {
    color: #fff !important;
}
::selection,
::moz-selection {
    color: #fff;
    background:#000;
}
.content-col > .page-title {
    margin-bottom: 60px;
}

/* Search Page */

.content-col > .search-form {
    position: relative;
    display: flex;
    align-items:center;
    margin-top:10px;
}
.content-col > .search-form label {
    display: none;
}
.content-col > .search-form input[type="search"] {
    width: 100%;
    max-width: 400px;
    border: 0px solid #ebebeb;
    padding-left: 10px;
    height: 44px;
    background: #f5f5f5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.content-col > .search-form input[type="submit"]{
    background:#222;
    color:#fff;
    width:150px;
    height:44px;
    margin-left:0px;
}
.content-col > .search-form i {
    position: absolute;
    right: 10px;
    top: -2px;
    display:none;
}
.content-col > .search__related {
    margin-top: 45px;
    pointer-events: auto;
}
.content-col > .search__related h3{
    margin-bottom:15px;
}
.content-col > .search__related .search__col {
    padding-right: 20px;
}


@media (max-width: 767px) {
    .content-col > .search__related {
        display: block !important;
        width: 100%;
    }
    .content-col > .search__related .search__col {
        margin-bottom: 30px;
    }
}
/* End Search Page */
/* 404 not found title */

h2.not-found-404 {
    width: 100%;
    text-align: left;
    font-size: 160px !important;
    color: #eee !important;
    line-height: 200px !important;
}
@media (min-width: 992px) {
    .cl-hide-not-mobile {
        display: none !important;
        visibility: hidden;
    }
}
@media (max-width: 991px) {
    .cl-hide-on-mobile {
        display: none;
        visibility: hidden;
    }


}
/** 
 *  ------------------------- END BASE WP -------------------------
 *  ---------------------------------------------------------------
 */
/** 
 *  ------------------------- TYPOGRAPHY -------------------------
 *  --------------------------------------------------------------
 */


h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    color: inherit;
}
/** 
 *  ------------------------- END TYPOGRAPHY -------------------------
 *  ------------------------------------------------------------------
 */
/** 
 *  ------------------------- LAYOUT -----------------------------
 *  --------------------------------------------------------------
 */
@media(min-width:1200px){
    .container{
        max-width:100%;
    }
}
#content {
    position: relative;
}
#content > p {
    margin: 0;
    padding: 0;
}
.cl-contact-form--style-minimal .wpcf7-form-control-wrap textarea{
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
.cl-contact-form--style-minimal .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
.cl-contact-form--style-minimal .wpcf7-form-control-wrap textarea:-moz-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
.cl-contact-form--style-minimal .wpcf7-form-control-wrap textarea::-moz-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
.cl-contact-form--style-minimal .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
}
#logo .cl-logo__img {
    top: 15px;
}
#custom_html-3 .custom-html-widget {
    font-size: 14px;
}
.cl-header__row--top {
    display: block;
}
.edu-vision-section .cl-testimonial-top .cl-testimonial-item__content,
.edu-vision-section .cl-testimonial-top .cl-testimonial-item__author h4 {
	color: #fff;
}
.edu-booking-section .cl-btn--color-normal,
.edu-booking-section .cl-btn--color-normal:hover {
    color: #fff;
    background-color: #1c85bc;
    border-color: #1c85bc;
}


@media (max-width: 1600px) {
    #home-slide_forcefullwidth {
        height: 502px;
    }
}
@media (max-width: 1440px) {
    #home-slide_forcefullwidth {
        height: 452px;
    }
}
@media (max-width: 1366px) {
    #home-slide_forcefullwidth {
        height: 420px;
    }
}
@media (max-width: 1280px) {
    #home-slide_forcefullwidth {
        height: 402px;
    }
}
@media (max-width: 1100px) {
    #home-slide_forcefullwidth {
        height: 346px;
    }
}
@media (max-width: 1024px) {
    #home-slide_forcefullwidth {
        height: 322px;
    }
}
@media (max-width: 992px) {
    #home-slide_forcefullwidth {
        height: 312px;
    }
}
@media (max-width: 800px) {
    #home-slide_forcefullwidth {
        height: 285px;
    }
}
@media (max-width: 768px) {
	#logo .cl-logo__img {
	    top: 0px;
	}

}
@media (max-width: 767px) {
	.cl-header__element--button .hidden-sm {
	    display: flex !important;
	}
}
@media (max-width: 580px) {
	.cl-header .cl-header__row--top {
	    padding-left: 20px;
	}

}
@media (max-width: 500px) {
    .cl-header__row--top {
        padding-left: 0;
    }
    .cl-header__row--top .cl-header__container {
        display: block;
    }
    .cl-header__row--top .cl-header__col {
        display: block;
    }
    .cl-header .cl-header__row--top {
        padding-left: 0;
        height: auto;
        padding-bottom: 5px;
    }
    .cl-header__element-container {
        text-align: center;
    }
    .cl-header__text p {
        margin: 0 auto;
    }
    .cl-header__row--top .cl-header__col--right {
        padding-right: 0;
        padding-left: 0;
    }
    .cl-header__row--top .cl-header__button {
        margin: 0 auto;
    }
    .cl-header__socials {
        display: block;
        padding: 10px 0;
    }
    #home-slide_forcefullwidth {
        height: 235px;
    }
    .cl-page-header {
        height: 227px !important;
    }
    .cl-page-header__image {
        background-size: contain;
    }
    .cl-page-header--light .cl-page-header__title,
    .cl-page-header__text h1.cl-page-header__title {
        font-size: 40px;
    }


}
@media (max-width: 420px) {
    #home-slide_forcefullwidth {
        height: 210px;
    }
    .cl-page-header {
        height: 190px !important;
    }
}
@media (max-width: 375px) {
    #home-slide_forcefullwidth {
        height: 195px;
    }
    .cl-page-header {
        height: 170px !important;
    }
    .cl-page-header--light .cl-page-header__title,
    .cl-page-header__text h1.cl-page-header__title {
        font-size: 30px;
    }
}
@media (max-width: 360px) {
    #home-slide_forcefullwidth {
        height: 190px;
    }
    .cl-page-header {
        height: 160px !important;
    }
}