/*
Theme Name: CTIC
Author: CelerArt
Author URI: http://celerart.com/
Version: 1.0
Text Domain: ctic
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 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. */
}

/* Fonts */

@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/GOTHIC.TTF) format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/GOTHICB.TTF) format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 400;
    src: url(fonts/GOTHICI.TTF) format('truetype');
}

@font-face {
    font-family: 'Century Gothic';
    font-style: italic;
    font-weight: 700;
    src: url(fonts/GOTHICBI.TTF) format('truetype');
}

/* style.css */

*{
    box-sizing: border-box;
    flex: 0 0 auto;
    outline: none;
}

html{
    font-family: "Century Gothic", sans-serif;
    color: #6d7179;
    line-height: 1.625;
}

a{
    color: #002864;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;

}

a[href="#"]{
    pointer-events: none;
}

hr{
    display: block;
    margin: 0 auto;
    height: 1px;
    border: none;
    color: #000;
    background-color: #000;
}

table{
    border-width: 2px;
}

table, thead, tbody, tfoot, tr, th, td{
    border-color: transparent;
    border-collapse: collapse;
    border-style: solid;

}

tr, td, th, thead, tbody, tfoot{
    border-width: inherit;
    border-color: inherit;
}

body{
    margin: 0;
    background-color: #faf9f9;
}

header,
nav,
iframe{
    display: block;
}

header{
    background-color: #fefffe;
    box-shadow: 5px 5px 5px rgba(2,3,5,0.16);
    height:112px;
    position: relative;
    z-index: 100;
}

header ul{
    margin: 0;
    padding: 0;
}

header ul li{
    list-style: none;
}

header .site-header-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .custom-logo{
/*    width:500px; */
    height:60px;
    display: block;
}

header .site-navigation{
    display: flex;
    height:100%;
}

header .site-navigation > *{
    height:100%;
}

#page{
    min-width: 1170px;
}

.header-menu,
.extra-menu{
    display: flex;
    height:100%;
}

.flex{
    display: flex;
}

.header-menu > li,
.extra-menu > li{
    height:100%;
    display: flex;
    white-space: nowrap;
}

.header-menu > li > a,
.extra-menu > li > a{
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.header-menu > li > a{
    height:100%;
    font-size: 0.875em;
    color: #8c8f94;
    padding: 0 18px;
}

.header-menu > li:hover > a
{
    background-color: #1f4376;
    color: #fcfbfa;
    box-shadow: 5px 0 5px rgba(2,3,5,0.16);
}

.extra-menu > li > a{
    font-size: 1.125em;
    background-color: #002864;
    color: #fff;
    padding: 0 28px;
    height:50px;
    transition: background-color 0.4s;
}

.extra-menu > li > a:hover{
    background-color: rgba(0,40,100,0.9);
}

.extra-menu > li{
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.header-menu > li > ul
{
    position: absolute;
    padding:17px;
    left:0;
    top: 100%;
    width:100%;
    background-color: rgba(0, 41, 100, 0.88);
    text-align: center;
    display: none;
    /*display:flex;*/
    flex-wrap: wrap;
    background-clip: padding-box;
}

.header-menu > li:hover > ul,
.header-menu > li.clicked > ul
{
    display: flex;
}

.header-menu > li > ul a{
    text-decoration: none;
    color: #f0f3eb;
}

.header-menu > li > ul > li > a{
    font-size: 0.875em;
    font-weight: bold;
    display: block;
    min-height: 32px;
}

.header-menu > li > ul > li{
    padding: 17px;
    flex: 1 1 30%;
}

.header-menu > li > ul > li > ul{
    margin-top: 8px;
}

.header-menu > li > ul > li > ul a{
    font-size: 0.75em;
    /*display: inline-block;*/
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
    margin-top:3px;
}

.header-menu > li > ul > li > ul a:hover {
    border: 1px solid #fff;
}

.container{
    width: 1140px;
    margin: 0 auto;
}

.site-header-main{
    position: relative;
}

/* Sliders */

#front-slider{
    color: #fff;
    text-align: center;
}

#front-slider .slide h2,
#front-slider .slide h3{
    margin: 0;
    line-height: 1;
}

#front-slider .slide h2{
    font-size: 3em;
}

#front-slider .slide h3{
    font-size: 1.5em;
    font-weight: normal;
}

#front-slider p{
    margin: 32px 0 0;
}

#front-slider .slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
    background-color: rgba(0,0,0,0.35);
    background-size: cover;
    background-position: top center;
}

@media (max-height:810px) {
    #front-slider .slide{
        height: 608px;
    }
}

#front-slider .button{
    display: inline-block;
    color: #fff;
    font-size: 1.125em;
    border: 1px solid rgba(255,255,255,0.69);
    padding: 17px 34px;
    text-decoration: none;
    transition: background-color 0.4s, border 0.4s;
    line-height: 1;
    margin-top: 48px;
    margin-left: 0.75em;
    margin-right: 0.75em;
}

#front-slider .button:hover{
    background-color: #002864;
    border: 1px solid #002864;
}

#front-slider.owl-theme .owl-controls {
    position: absolute;
    bottom: 29px;
    width: 100%;
}

#front-slider.owl-theme .owl-controls .owl-page span{
    filter: none;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #fff;
}

#front-slider.owl-theme .owl-controls .owl-page.active span{
    background-color: #fff;
}

/* Front Page Content */
.content-and-news{
    display: flex;
}

.content-and-news .content-area{
    flex: 2 2 66%;
    padding: 0 31px 0 0;
}

.content-and-news .news-area{
    background-color: #f1f1f1;
    flex: 1 1 33%;
    padding-left: 2em;
    padding-right: 2em;
}

.content-and-news .news-area p{
    font-size: 0.875em;
}

.content-and-news .content-area,
.content-and-news .news-area{
    padding-top: 43px;
    padding-bottom: 28px;
}


.content-and-news .the-content{
    padding: 35px 0 26px 0;
}

.content-and-news h1,
.content-and-news h2,
.content-and-news h3,
.content-and-news h4,
.content-and-news h5,
.content-and-news h6,
.content-and-news p,
.content-and-news ul,
.content-and-news li
{
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: inside;
}

.content-and-news .the-title{
    text-align: center;
    font-weight: normal;
    font-size: 1.625em;
    color: #002864;
    margin-bottom: 33px;
}

.news-date{
    font-size: 1.125em;
}

.news-read-more{
    color: #002864;
    white-space: nowrap;
    font-size: 0.875em;
    text-decoration: none;
}

/* Front  Page Center */
.front-page-center,
.front-page-center a{
    color:white;
    text-align: center;
}

.front-page-center,
.front-page-center ul,
.front-page-center li{
    margin: 0;
    padding:0;
    list-style: none;
}

.front-page-center > li{
    background-position: center center;
    background-size: cover;
}

.front-page-center > li > ul{
    margin: 0 auto;
    width:1140px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    padding: 69px 32px 45px 32px;
}

.front-page-center > li > ul > li{
    flex: 1 1 27%;
    padding: 69px 32px 45px 32px;
}

.front-page-center .menu-item-title{
    font-size: 1.125em;
    font-weight: bold;
}

.front-page-center .menu-item-link{
    font-size: 1.125em;
}

/* Testimonials + slider */

#front-testimonials-slider{
    padding: 0 0 52px 0;
}

.testimonials{
    text-align: center;
    box-shadow: 0 5px 5px  rgba(2,3,5,0.16);
    position: relative;
}

.testimonials .the-content{
    font-style: italic;
    font-size: 1.25em;
}

.testimonials .client-face{
    border-radius: 100%;
    width:211px;
    height:211px;
}

.testimonials .category{
    color:#002864;
    font-weight: normal;
    font-size: 2.625em;
}

.testimonials .the-title{
    font-weight: normal;
    font-size: 1.875em;
    color: #26272d;
}

.testimonials .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.testimonials .owl-theme .owl-controls .owl-page.active span {
    background-color: #002864;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    filter: none;
    opacity: 1;
    background-color: transparent;
    border: 2px solid #002864;
}

/* Front Page Testimonials More */
.testimonials ul,
.testimonials li {
    margin: 0;
    padding: 40px 0;
    list-style: none;
}

.testimonials li,
.testimonials a{
    display: inline-block;
}

.testimonials a{
    font-size: 1.125em;
    background-color: #002864;
    color: #fff;
    padding: 11px 55px;
    text-decoration: none;
    transition: background-color 0.4s;
}

.testimonials a:hover {
    background-color: rgba(0, 40, 100, 0.9);
}

/* Footer menu */

.footer-menu {
    position: relative;
    margin-top: -110px;
    padding: 64px 70px 24px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(2,3,5,0.16);
    list-style: none;
}

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

.footer-menu li{
    margin: 0;
    padding: 0;
}

.footer-menu > li > a{
    font-size: 0.75em;
    color: #26272d;
}

.footer-menu > li > ul > li > a {
    color: #8c8f94;
    display: flex;
}

.footer-menu > li > ul > li > a:hover {
    text-decoration: underline;
    color: #002864;
}

.footer-menu > li > ul > li > a img{
    margin-top: 6px;
}

.footer-menu{
    display: flex;
    flex-wrap: wrap;
}

.footer-menu > li{
    flex: 1 3 16.66%;
}

.footer-menu > li:nth-child(4n + 1){
    flex: 3 1 50%;
}

/*Footer*/

footer{
    display: block;
}

/* Copyright */

.copyright{
    height: 116px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.copyright .copyright-text{
    font-size: 0.775em;
    flex: 1 1 auto;
}

.celerart:hover{
    text-decoration: underline;
}

/* Social buttons */

.copyright .copyright-social{
    display: flex;
    justify-content: flex-end;
}

.copyright .copyright-social > *{
    flex: 0 0 auto;
    width: 24px;
    height: 20px;
    background-image: url(res/social-icons.png);
    margin-left: 24px;
}

.copyright .copyright-social .facebook{
    background-position: 0 0;

}

.copyright .copyright-social .facebook:hover{
    background-position: 24px 0;
}

.copyright .copyright-social .youtube{
    background-position: 0 -20px;

}

.copyright .copyright-social .youtube:hover{
    background-position: 24px -20px;
}

.copyright .copyright-social .twitter{
    background-position: 0 -40px;

}

.copyright .copyright-social .twitter:hover{
    background-position: 24px -40px;
}

/* Testimonials Page */

.testimonials-page{
    padding: 20px 0;
}

.testimonials-page .youtube-videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.testimonials-page .youtube-video{
    width: 300px;
    display: block;
    margin-top:63px;
    overflow: hidden;
}

.testimonials-page .youtube-date{
    color: #767676;
    text-decoration: none;
    text-align: center;
    font-size: 0.75em;
    display: block;
    clear: both;
    float: left;
    width: 100%;
}

.testimonials-page .youtube-date:hover{
    text-decoration: none;
}

.testimonials-page h2, .testimonials-page h3, .testimonials-page .h3{
    color: #002864;
    font-weight: normal;
    text-align: center;
    display: block;
    width:100%;
}

.testimonials-page h2{
    font-size: 1.625em;
    margin-bottom:0;
    margin-top:38px;
}

.testimonials-page h3, .testimonials-page .h3{
    font-size: 1.125em;
}

.testimonials-page a{
    display: block;
    width:100%;
}

.testimonials-page img{
    width:100%;
    display: block;
}

/* Page Contact Us */
.contact-us-page .container{
    width: 830px;
}

/*.contact-us-page input,*/
/*.contact-us-page textarea{*/
    /*display: block;*/
    /*width:100%;*/
    /*!*border: 1px solid #6d7179;*!*/
    /*!*font-size: 0.75rem;*!*/
    /*background-color: transparent;*/
    /*color: #6d7179;*/
    /*resize: vertical;*/
    /*font-family: "Century Gothic", sans-serif;*/
/*}*/

/*.contact-us-page label{*/
    /*font-size: 0.875em;*/
/*}*/

.contact-us-page input[type="text"],
.contact-us-page input[type="email"],
.contact-us-page select
{
    width:100%;
    flex: 1 1 auto;
    display: block;
    font-size: 0.875em;
    height: 40px;
    border-color: #dddddd
}

.contact-us-page .wpcf7-form-control-wrap,
.contact-us-page label,
.contact-us-page .flex-auto{
    width:100%;
    flex: 1 1 auto;
    display: block;
}

.contact-us-page input[type="text"],
.contact-us-page input[type="email"]{
    padding: 0 0.871em;
}

.contact-us-page input[type="submit"]{
    width:131px;
    height:42px;
    border-width: 2px;
    font-family: "Century Gothic", sans-serif;
}

.contact-us-page textarea{
    height:224px;
    resize: none;
    font-size: 0.875em;
    border-color: #dddddd;
    padding: 0.5em 0.871em;
}

.contact-us-page select,
.contact-us-page select, option{
    padding: 0.5em 0.871em;
}

.contact-us-page .ajax-loader{
    display: block;
}

.contact-us-page .container{
    padding-top: 75px;
    padding-bottom: 77px;
}

.contact-us-page .page-title{
    margin-top: 0;
    margin-bottom: 49px;
}

.valign-center{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

.valign-center img{
    margin-right: 0.625em;
}

.page-title{
    font-size: 1.625em;
    color: #002864;
    font-weight: normal;
    text-align: center;
}

/* Download Center Page */

.download-center-menu,
.download-center-menu ul,
.download-center-menu li{
    list-style: none;
    margin: 0;
    padding: 0;

}

.download-center-menu{
    display: flex;
    flex-wrap: wrap;
}

.download-center-menu > li{
    flex: 1 1 40%;
    padding: 30px 0 42px;
}

.download-center-menu > li > ul{
    margin-top: 18px;
}

.download-center-menu > li > a{
    color: #6d7179;
    font-weight: bold;
    font-size: 0.875em;
}

.download-center-menu > li > ul > li{
    margin-top:14px;
}

.download-center-menu > li > ul > li > a{
    font-size: 0.875em;
}

/* Editable content style */
.editable-content h2,
.editable-content h3{
    font-weight: normal;
}

.editable-content h3{
    font-size: 1.125em;
}

.editable-content > table{
    border-width: 0;
}

.editable-content > table > tbody > tr:nth-of-type(odd){
    background-color: #f1f1f1;
}

.editable-content > table > tbody > tr > td{
    padding-top: 50px;
    padding-bottom: 86px;
    position: relative;
}

.editable-content > table > tbody > tr > td > *{
    width: 1140px!important;
    margin-left:auto;
    margin-right: auto;
}

.editable-content > table > tbody > tr > td > table,
.editable-content p{
    font-size: 14px;
}

.editable-content h2>a:not([id=""]){
    position: absolute;
    top: 0;
}

.editable-content-header .container{
    margin: 0;
}

.editable-content-header{
    height:45vw;
    background-color: rgba(0,0,0,0.35);
    background-size: cover;
    background-position: center center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
@media (max-width: 1199px){
    .editable-content-header{
        height: 700px;
    }
}
.editable-content-header .buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -1.625em;
}

.editable-content-header .editable-button{
    margin-left: 1.625em;
    margin-top: 1.625em;
}

.editable-content-header .the-button{
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 1.125em;
    padding: 0 34px;
    height:50px;
    line-height: 48px;
    display: inline-block;
    transition: 0.4s border, 0.4s background-color;
}

.editable-content-header .the-button:hover{
    background-color: #002864;
    border: 1px solid #002864;
}

.editable-content-header h1{
    font-size: 3em;
    font-weight: bold;
}

.editable-content a[href*="contact-us"]{
    background-color: #002864;
    color: #fff;
    text-decoration: none;
    font-size: 1.125em;
    padding: 0 34px;
    height:50px;
    line-height: 48px;
    display: inline-block;
    transition: 0.4s border, 0.4s background-color;

}

.editable-content a[href*="contact-us"]:hover{
    background-color: rgba(0,40,100,0.9);
}

.editable-content-header .numbers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: -22px;
    margin-right: -22px;
}

.editable-content-header .editable-number{
    display: flex;
    align-items: center;
    margin-right: 22px;
    margin-top:22px;
}

.editable-content-header .the-number{
    font-size: 1.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    width:28px;
    height: 28px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 12px;
}
.editable-content-header .the-number-text{
    font-size: 1.375em;
    font-weight: bold;
}

.enrolment{
    padding-bottom: 3.25em;
}

.enrolment .container{
    padding: 0 170px;
}

.enrolment h1, .enrolment h2,.enrolment h3{
    color: #002864;
    font-weight: normal;
}

.enrolment h1{
    text-align: center;
    font-size: 1.625em;
    margin: 2em 0;
}

.enrolment h2{
    font-size: 1.5em;
}

.enrolment h3{
    font-size: 1.125em;
}

.enrolment p{
    margin: 0;
}

.enrolment .special{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
}

.enrolment .special + p{
    margin-top:2em;
}

.enrolment .special a{
    display: block;
    padding: 1em;
    background-color: #f4f4f4;
    margin-top: 1em;
}

.enrolment label{
    cursor: pointer;
}

 input[type="text"],  select, input[type="email"], textarea{
    line-height: 1.625;
    font-size: 1em;
    font-family: "Century Gothic", sans-serif;
    color: #6d7179;
    margin: 0;
    width:200px;
    background-color: transparent;
    border: 1px solid #acacac;
}

 input[type="text"],  select, input[type="email"]{
    height:1.625em;
}

 textarea{
    resize: vertical;
    width:100%;
}



.enrolment span.wpcf7-list-item {
    display: block;
}

.enrolment .study-period-block{
    display: flex;
    margin-left: -1em;
}

.enrolment .study-period-block > *{
    margin-left: 1em;
}

.enrolment .start-date img{
    margin-top: -3px;
}

.enrolment .start-date label{
    display: flex;
    align-items: flex-start;
    margin-left: -1em;
}

.enrolment .start-date label > *{
    display: block;
    margin-left: 1em;
}

.enrolment .special-fields{
    display: flex;
    margin-left: -1em;
}

.enrolment .special-fields > *{
    margin-left: 1em;
}

.req-title:after{
    content: ' *';
    color:red;
}

.enrolment input.small-text-field{
    width:100px;
}

input[type="button"], input[type="submit"]{
    width: 130px;
    height: 42px;
    background-color: transparent;
    border: #6d7179 solid 2px;
    font-family: "Century Gothic", sans-serif;
    font-size: 1em;
    color: #6d7179;
    margin: 0;
}

.enrolment .step > *{
    margin-top:1em;
}

.enrolment .container hr{
    color: #acacac;
    background-color: #acacac;
    border:0;
    height:1px;
    margin: 1.75em 0;

}

.enrolment .book-wrapper{
    display: flex;
    margin-left:-1em;
}

.enrolment .book{
    margin-left: 1em;
    width:252px;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 1em;
}

.enrolment .book img{
    padding: 1em;
}

.enrolment .sp .wpcf7-checkbox span.wpcf7-list-item{
    display: inline;
}