@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */






/*
	-------------------------------------------
		ADMIN BAR
	-------------------------------------------
*/
body.admin-bar .wrapper-navbar {top: 32px;}
body.admin-bar .fancybox-container {top: 32px;}


@media (max-width: 767px) {
  body.admin-bar .wrapper-navbar {top: 46px;}
  body.admin-bar .fancybox-container {top: 46px;}
  body.admin-bar #main-nav {top: 100px;}
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    line-height: 1.4;
    color: #343336;
}

body {
    text-align: left;
    background-color: #fff;
}







/** TRANISITION *******************************/
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 66, 130, 0.2);
  border-right: 5px solid rgba(0, 66, 130, 0.2);
  border-bottom: 5px solid rgba(0, 66, 130, 0.2);
  border-left: 5px solid #343336;
  transform: translateZ(0);
  animation-iteration-count:infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: animsition-loading;
}

@keyframes animsition-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.fade-in {
  animation-name: fade-in;
}


@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.fade-out {
  animation-name: fade-out;
}

.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  animation-fill-mode: both;
}

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}








/*
	-------------------------------------------
		TYPOGRAPHY
	-------------------------------------------
*/

/** HEADERS *********************************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #343336;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1,
.h1 {
  font-size: 2em;
}

.entry-title {
    font-weight: 500;
    color: #1499c1;
}

h2,
.h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.5em;
}

h3,
.h3 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.25em;
}

h4,
.h4 {
    text-transform: capitalize;
    font-size: 1.25em;
}

h5,
.h5 {
  font-size: 1.15em;
}

h6,
.h6 {
  font-size: 1em;
}


/** TEXT **************************************/
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.lead {
    font-size: 1.35rem;
    font-weight: 300;
}

.entry-content ul li {
  margin: 5px 0;
}


/** LINKS ***********************************/
a {
    color: #1499c1;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

a:hover {
    color: #0e708e;
    text-decoration: none;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}


/** TABLES **********************************/
.table {
    font-size: 14px;
}


/** HIGHLIGHT *******************************/
::-moz-selection {
    color: #fff;
    background: #1499c1;
}

::selection {
    color: #fff;
    background: #1499c1;
}

/**********************************************************************************************************************************************************************************************/







/*
	-------------------------------------------
		STRUCTURE
	-------------------------------------------
*/

.wrapper {
    padding: 50px 0 30px;
}


.vertical {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/**********************************************************************************************************************************************************************************************/









/*
	-------------------------------------------
		404 PAGE
	-------------------------------------------
*/

#error-404-wrapper {
    text-align: center;
}

.error-404 {
    height: 80vh;
}
/**********************************************************************************************************************************************************************************************/






/*
	-------------------------------------------
		BUTTONS
	-------------------------------------------
*/

.btn,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_button {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 30px !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus, input:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}

button:focus { 
    outline: none; 
}

.btn-primary {
    border: none;
    background: #1499c1;
    color: #fff !important;
    text-transform: capitalize !important;
}

.btn-primary:hover {
    background: #0e708e;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}


.go-btn {
    padding: 10px 0;
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    color: #343336;
}

/**********************************************************************************************************************************************************************************************/











/*
	-------------------------------------------
		HEADER
	-------------------------------------------
*/

.logo {
    width: 230px;
    height: 60px !important;
    background-image: url(../img/arcangel-logo.svg);
    background-size: contain;
    background-position: center 60%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.navbar-brand {
    display: block;
    margin: 0 auto !important;
    color: #323232 !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}

.navbar {
    height: 55px;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #d5d6d7;
}

.navbar-nav {
    display: block;
    text-align: center;
}

.dropdown-toggle::after {
    display: none;
}

#main-menu .nav-link {
    font-size: 16px;
    color: #343336;
    text-transform: uppercase;
}

#main-menu .dropdown-menu a {
    border-left: 4px solid transparent;
}

#main-menu .dropdown-menu a:hover, #main-menu .dropdown-menu a:active {
    border-left: 4px solid #004282;
    
}

#main-menu li.wpml-ls-menu-item,
#main-menu li.mobile-on {
    display: none;
}

.registration_page {
      display: none;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {
    color: #00428 !important;
}

#top-nav ul {
    list-style-type: none;
}

#top-nav li {
    float: left;
}

#top-nav a {
    color: #343336;
    padding-top: 8px;
    text-transform: uppercase;
}

#top-nav a svg, #top-nav a i {
    padding-right: 2px;
}

#top-nav .btn, #top-nav .navbar-nav > li.wpml-ls-item {
    padding: 0 !important;
    max-height: 35px;
    font-weight: 600;
    border: 1px solid #343336;
    border-radius: 3px;
    margin: 0 10px 0 0;
}

#top-nav .wpml-ls-item a {
    padding: 6px 12px;
}

#top-nav .dropdown-menu .wpml-ls-item a {
  padding: 2px 12px;
  text-transform: capitalize;
}

#top-nav .btn a {
    padding: 5px 25px;
}

#main-nav {
    padding: 7px 15px;
}

#main-nav li {
    float: none;
    display: inline-block;
}

#navigation {
    overflow: hidden;
}

/**********************************************************************************************************************************************************************************************/







/*
    -------------------------------------------
        SEARCH-BOX
    -------------------------------------------
*/
#search-box {
    margin-top: 55px;
    padding: 30px 15px;
    text-align: center;
    background: #f0f1f2;
}

#search-box input {
    font-size: 14px;
    padding: 15px 20px 15px 50px;
    color: #8b898f;
}

#search-box .fa-search {
    position: absolute;
    z-index: 5;
    top: 15px;
    left: 15px;
    font-size: 22px;
}

#search-box .form-control {
    border-right: none;
}

#search-box .input-group-append .btn {
    border-left: 1px dotted #bdbebf;
}

#search-box .form-control, #search-box .input-group-append .btn {
    border-radius: 0;
    border-color: #bdbebf;
}

#search-box .input-group-append .btn {
    text-transform: capitalize;
    font-weight: bold;
    background: #fff;
    color: #343336;
    font-size: 14px;
}
/**********************************************************************************************************************************************************************************************/






/*
    -------------------------------------------
        SUB-FOOTER
    -------------------------------------------
*/
#sub-footer {
    padding: 80px 15px;
    background: #f0f1f2;
    text-align: center;
}

#sub-footer .col-md-3:first-child {
    border-left: none;
}

#sub-footer .col-md-3 {
    border-right: 1px solid #d5d6d7;
    border-left: 1px solid #fff;
}

#sub-footer .col-md-3:last-child {
    border-right: none;
}

#sub-footer a {
    text-transform: uppercase;
    font-weight: 700;
}

.circle-icon {
    width: 40px !important;
    height: 40px;
    color: #fff;
    background: #1499c1;
    padding: 15px;
    border-radius: 50px;
    font-size: 22px;
}

#sub-footer .btn {
    color: #fff;
    padding: 10px 20px;
    background: #1499c1;
    border-radius: 0;
}

#sub-footer .btn:hover {
    background: #0e708e;
    border-color: #0e708e;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.fancybox-bg {
    background: #f0f1f2;
}

.fancybox-button {
    background: rgba(20, 153, 193, 1.0) !important;
    color: #fff;
}
/**********************************************************************************************************************************************************************************************/




/*
    -------------------------------------------
        CONTACT
    -------------------------------------------
*/
/* AW-148 - Start */
#contact .col-lg-4 {
    margin-top: 20px;
}
/* AW-148 - End */
/**********************************************************************************************************************************************************************************************/




/*
	-------------------------------------------
		FOOTER
	-------------------------------------------
*/
#footer {
    font-size: 10px;
    padding: 25px 0 20px;
}

.site-info {
    text-align: right;
}

#footer-nav, .site-info {
    padding-top: 7px;
}

#footer-nav .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer-nav li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #343336;
}

#footer-nav li:last-child {
    border-right: none;
}

#footer-nav a {
    color: #343336;
}

.social-media {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.social-media a {
    color: #fff;
    font-size: 16px;
    padding-top: 3px;
    margin-right: 10px;
    background: #999999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
}
/**********************************************************************************************************************************************************************************************/







/*
    -------------------------------------------
        HOME PAGE
    -------------------------------------------
*/

#main-slider {
    height: 750px;
    background: #323232;
    overflow: hidden;
}

.slide {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    -moz-transition: width .4s ease-out;
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out;
    text-align: center;
}

#main-slider .slide:nth-child(3) {
    width: 50%;
}

.slide:first-child  {
    border-left: 0;
}

.slide-image {
    width: 100%;
    height: 100%;
    background: url('http://placehold.it/720x750');
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.slide-image:nth-child(2) {
  background: url('http://placehold.it/720x750/efefef');
}

#main-cta {
    height: 300px;
    background: #e7e7e7;
    position: relative;
    overflow: hidden;
}

#main-cta a {
    margin-right: 35px;
}

.cta {
    width: 100%;
    height: 100%;
    /*background-attachment: fixed !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.cta-content {
    padding: 15px 30px;
    position: relative;
    z-index: 3;
}

.cta-content h3 {
    font-size: 1.75em;
    text-transform: none;
}

.cta-content span {
    text-transform: uppercase;
}

.cta-content svg, .cta-content i {
    width: 20px !important;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    color: #1499c1;
    position: absolute;
    margin-left: 5px;
}

.owl-carousel, .owl-stage-outer, .owl-stage, .owl-item, .item, .item a {
    height: 100%;
}

.item a {
    width: 100%;
    display: block;
    cursor: pointer;
}

.owl-nav {
    display: none;
}




#categories-themes-concepts {
    height: 100%;
    background: #f0f1f2;
    overflow: hidden;
}

.featured-categories svg, .featured-categories i {
    margin-right: 10px;
    color: #1499c1;
}

#categories-themes-concepts .row > .col-sm-6:last-child {
    text-align: center;
    padding-left: 0;
}

.featured-categories {
    padding: 30px 45px;
}

.featured-categories .col-lg-3 {
    padding: 10px 15px;
}

.featured-categories a {
    color: #75777a;
    text-transform: capitalize;
}

.featured-categories a:hover {
    color: #0e708e;
}

.all-categories a, .box a {
    width: 100%;
    height: 100%;
    padding: 45px 15px;
    display: block;
    cursor: pointer;
}

.box h2 {
    margin: 0;
}

.all-categories h2 {
    margin: 10px 0 0;
}

.all-categories svg, .all-categories i {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    margin-top: 20px;
    padding: 7px;
    color: #fff;
    text-align: center;
    background: #1499c1;
}

.all-categories span {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1499c1;
}

.featured-categories {
    background: #f0f1f2;
}

.all-categories {
    text-align: center;
    background: #e7e7e7;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

#categories-themes-concepts .col-md-6 .row {
    height: 100%;
}

.box {
    height: 50%;
}

.box:first-child {
    background: #d7d7d7;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.box:last-child {
    background: #e2e2e2;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.all-categories:hover, .box:hover {
    background: #cecece;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.box svg, .box i {
    margin-left: 20px;
    color: #1499c1;
}

#cta-boxes h2 {
    display: block;
}

#cta-boxes .titles-desktop h2 {
    display: block;
    margin: 0;
}

#cta-boxes .titles-desktop .col-md-4 {
    padding: 20px 15px;
    background: rgb(231, 231, 231);
}

.image-gallery {
    height: 350px;
    background: #f0f1f2;
    padding: 0;
}

/**********************************************************************************************************************************************************************************************/









/*
    -------------------------------------------
        FORM FIELDS
    -------------------------------------------
*/


.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
    padding: 8px !important;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    box-shadow: none !important;
    border-radius: 0;
}

.gform_wrapper input, .gform_wrapper select {
    height: 40px !important;
}

.gform_wrapper textarea {
    height: 70px !important;
}

input[type="submit"] {
    background: #757575;
    border: none;
    color: #fff !important;
    text-transform: capitalize !important;
}

input[type="submit"]:hover, input[type="submit"]:focus {
    background: #5c5c5c;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  width: 100% !important;
  margin: 0 !important;
}

input, textarea {
    border-color: #343336;
    border-radius: 0 !important;
}
/**********************************************************************************************************************************************************************************************/













/*
	-------------------------------------------
		ABOUT - PAGE
	-------------------------------------------
*/
#left-content {
    padding: 0 15px;
    background: #f0f1f2;
}

#left-content .col-md-6:last-child {
    padding: 40px 30px 20px;
}

#right-content {
    background: #e3e3e3;
}

#right-content .col-md-6:first-child {
    padding: 15px 30px;
}

.team, #left-content .row, #right-content .row {
    height: 100%;
}

.team-member {
    height: 240px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

h1.motto {
    text-transform: lowercase;
    color: #1499c1;
    font-weight: bold;
    font-size: 3.6em;
    line-height: 1.1;
}

h1.motto span {
    color: #343336;
    display: block;
}

.image {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media only screen and (max-width: 320.98px) {
    .team-member {
        height: 490px;
        flex: 1 0 0;
        max-width: 100%;
    }
}
@media only screen and (min-width: 321px) and (max-width: 360.98px) {
    .team-member {
        height: 550px;
        flex: 1 0 0;
        max-width: 100%;
    }
}
@media only screen and (min-width: 361px) and (max-width: 400.98px) {
    .team-member {
        height: 590px;
        flex: 1 0 0;
        max-width: 100%;
    }
}
@media only screen and (min-width: 401px) and (max-width: 420.98px) {
    .team-member {
        height: 630px;
        flex: 1 0 0;
        max-width: 100%;
    }
}
@media only screen and (min-width: 421px) and (max-width: 440.98px) {
    .team-member {
        height: 660px;
        flex: 1 0 0;
        max-width: 100%;
    }
}
@media only screen and (min-width: 441px) and (max-width: 576.98px) {
    .team-member {
        height: 680px;
    }
}
@media only screen and (min-width: 490px) and (max-width: 515px) {
    .team-member {
        height: 745px;
    }
}
@media only screen and (min-width: 570px) and (max-width: 640.98px) {
    .team-member {
        height: 938px;
    }
}
@media only screen and (min-width: 580px) and (max-width: 589px) {
	 .team-member {
        height: 890px;
    }
}
@media only screen and (min-width: 515px) and (max-width: 570px) {
	 .team-member {
        height: 855px;
    }
}
@media only screen and (min-width: 641px) and (max-width: 767.98px) {
    .team-member {
        height: 1152px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 700px) {
    .team-member {
        height: 977px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 740px) {
	.team-member {
        height: 1054px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 840.98px) {
    .team-member {
        height: 633px;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 841px) and (max-width: 990.98px) {
    .team-member {
        height: 742px;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1024.98px) {
    .team-member {
        height: 385px;
        flex: 1 0 0;
        max-width: 100%;
    }
	#post-74 {
		font-size: 8px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1099.98px) {
    .team-member {
        height: 434px;
        flex: 1 0 0;
        max-width: 100%;
    }
    h1.motto {
        font-size: 3em;
        line-height: 1.2;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 9px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1199.98px) {
    .team-member {
        height: 446px;
        flex: 1 0 0;
        max-width: 100%;
    }
    h1.motto {
        font-size: 3em;
        line-height: 1.2;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 9px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .team-member {
        height: 485px;
        flex: 1 0 0;
        max-width: 100%;
    }
	.entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1300px) and (max-width: 1400.98px) {
    .team-member {
        height: 524px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 1401px) and (max-width: 1599.98px) {
    .team-member {
        height: 582px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1699.98px) {
    .team-member {
        height: 633px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1799.98px) {
    .team-member {
        height: 633px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1919.98px) {
    .team-member {
        height: 693px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
/* 4K Screens - min-width: 1920px and max-width: 2559.98px */
@media only screen and (min-width: 1920px) and (max-width: 2559.98px) {
    .team-member {
        height: 855px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 2048px) {
    .team-member {
        height: 775px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 2000px) {
    .team-member {
        height: 721px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 2560px) and (max-width: 2879.98px) {
    .team-member {
        height: 720px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 2880px) and (max-width: 3839.98px) {
    .team-member {
        height: 1130px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}

/* 8K Screens - min-width: 3840px */
@media only screen and (min-width: 3840px) and (max-width: 4610.98px){ 
    .team-member {
        height: 1694px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 26px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 4611px) and (max-width: 5800.98px){
    .team-member {
        height: 1273px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 5801px) and (max-width: 5999.98px){
    .team-member {
        height: 2225px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 6000px){
    .team-member {
        height: 2527px;
        flex: 1 0 0;
        max-width: 100%;
    }
    .entry-content p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.4;
    }
    h1.motto {
        font-size: 3.6em;
        line-height: 1.2;
    }
}







/**********************************************************************************************************************************************************************************************/







/*
    -------------------------------------------
        PICTURE RESEARCH - PAGE
    -------------------------------------------
*/

body.page-template-picture-research-page #cta-boxes .col-md-4:nth-child(2) h2, body.home .not-signed-in #cta-boxes .col-md-4:nth-child(2) h2 {
  color: #1499c1;
}

#picture-research-page-wrapper #content > .row {
    overflow: hidden;
}

#picture-research-page-wrapper #left-content, #picture-research-page-wrapper #right-content {
    padding: 0;
}

#picture-research-page-wrapper #left-content .col-md-6:last-child {
    padding: 40px 40px 40px 15px;
}

#cta-boxes {
    overflow: hidden;
    background: #f0f1f2;
}

#cta-boxes .col-md-4 {
    padding: 0;
    text-align: center;
}

.cta-copy {
    margin: 13px 0;
    padding: 10px 10px;
    border-right: 1px solid #d5d6d7;
    border-left: 1px solid #fff;
}

.text-link {
    text-transform: uppercase;
    font-weight: 600;
}

#cta-boxes svg, #cta-boxes i {
    font-size: 2.2em;
    margin-left: 10px;
    padding-top: 5px;
}

/**********************************************************************************************************************************************************************************************/





/*
    -------------------------------------------
        BECOME A CONTRIBUTOR - PAGE
    -------------------------------------------
*/

#become-contributor-page-wrapper #content > .row,
#seolanding-page-wrapper #content > .row {
    overflow: hidden;
}

#become-contributor-page-wrapper #left-content, 
#become-contributor-page-wrapper #right-content,
#seolanding-page-wrapper #left-content, 
#seolanding-page-wrapper #right-content {
    padding: 0;
}

#become-contributor-page-wrapper #left-content .col-md-6:last-child,
#seolanding-page-wrapper #left-content .col-md-6:last-child {
    padding: 90px 45px 90px 15px;
}

#become-contributor-page-wrapper #right-content .col-md-6:first-child,
#seolanding-page-wrapper #right-content .col-md-6:first-child {
    padding: 15px 30px 15px 45px;
}

#become-contributor-page-wrapper a.btn-primary,
#seolanding-page-wrapper a.btn-primary {
  max-width: 150px;
  padding: 10px !important;
}

#cta-sides {
    overflow: hidden;
}

#cta-sides .col-md-6 {
    padding: 50px 45px;
}

#cta-sides .col-md-6:last-child {
    padding: 50px 55px 50px 45px;
}

#cta-sides .col-md-6:last-child {
    background: #f0f1f2;
    text-align: center;
    color: #8e8e8e;
}

#cta-sides blockquote {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}

.small-text {
    font-size: 11px;
}

.company-image {
    width: 215px;
    height: 20px;
    margin: 0 auto 10px;
    text-align: center;
    display: block;
    position: relative;
}

#seolanding-page-wrapper h1.motto {
    font-size: 3.5em;
}

/**********************************************************************************************************************************************************************************************/







/*
    -------------------------------------------
        PRICING - PAGE
    -------------------------------------------
*/

#pricing-page-wrapper h2 {
    padding-left: 45px;
    margin-bottom: 20px;
}

#left-pricing h2 {
    color:#1499c1;
}

#left-pricing .col-md-6, #right-pricing .col-md-6 {
    padding: 30px;
}

.price-icon {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    position: absolute;
    top: 23px;
    left: 25px;
}

#pricing-page-wrapper li {
    margin: 15px 0;
}

.price-box {
    margin: 10px 0;
    padding: 15px 0;
    text-align: center;
    background: #f0f1f2;
}

.price-box strong {
    color: #1499c1;
}

.price-box .row {
    margin: 0;
}

.price-box .col-sm-6 {
    padding: 15px;
}

.price-box .col-sm-6:first-child {
    border-right: 1px solid #d5d6d7;   
}

.pixels {
    display: block;
}

#right-pricing .row {
    height: 100%;
}

#left-pricing .row {
    height: 100%;
}

#left-pricing .col-md-6:first-child, #right-pricing .col-md-6:first-child {
    background: #f0f1f2;
}

#left-pricing .col-md-6:last-child, #right-pricing .col-md-6:last-child {
    background: #e7e7e7;
}

#pricing-main-cta {
    height: 300px;
    background: #e7e7e7;
    position: relative;
    overflow: hidden;
}

/**********************************************************************************************************************************************************************************************/




/*
    -------------------------------------------
        CONTRIBUTOR ZONE - PAGE
    -------------------------------------------
*/

#contributor-zone-bar {
    margin-top: 50px;
    padding: 20px 15px 15px;
    background: #f8f8f8;
}

#contributorzone-logo {
    width: 250px;
    height: 32px;
    background: url('../img/contributorzone-logo.svg');
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    margin: 0 auto;
}

#contributorzone-logo.spanish-cz {
    width: 350px;
    background: url('../img/contributorzone-es-logo.svg');
}

#contributorzone-logo.french-cz {
    width: 350px;
    background: url('../img/contributorzone-fr-logo.svg');
}

#contributorzone-logo.german-cz {
    background: url('../img/contributorzone-de-logo.svg');
}

#contributorzone-logo.italian-cz {
    background: url('../img/contributorzone-it-logo.svg');
}

.contributorzone-header {
    overflow: hidden;
}

#contributorzone-page-wrapper .banner {
    position: relative;
    height: 250px;
}

#contributorzone-page-wrapper .banner:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255,255,255,0.7);
}

#contributorzone-page-wrapper #right-content .col-md-6,
#contributorzone-page-wrapper #left-content,
#contributorzone-page-wrapper #right-content {
    padding: 0;
}

#contributorzone-page-wrapper #right-content {
    padding-left: 15px;
    padding-right: 15px;
}

.video-box {
    margin: 0 0 20px;
    background: #f0f1f2;
}

.video-box .col-sm-6:first-child a {
  color: #1499c1 !important;
  cursor: pointer;
}

.video-box .row {
    height: 100%;
}

.video-box .col-sm-6 {
    padding: 80px 30px;
}

.video-box .col-sm-6:first-child svg, .video-box .col-sm-6:last-child i {
    font-size: 1.5em;
    margin-left: 5px;
}

.video-box .col-sm-6:last-child svg, .video-box .col-sm-6:last-child i {
    margin: 0 auto;
    display: block;
    height: 100%;
    font-size: 5em;
}

.video-box .col-sm-6:last-child a {
    color: #fff;
}

.video-box .image {
    position: absolute;
    top: 0;
    left: 0;
}

.header-box {
    padding: 30px;
}

.header-box h2 {
    margin: 0;
    
}

#right-content .header-box h2 {
    margin-left: -40px;
}

.header-box svg, .header-box i {
    position: absolute;
    margin-left: 15px;
    margin-top: -10px;
}

.content-box {
    padding: 30px;
    height: 100%;
}

.content-box ol {
    color: #1499c1;
}

.help-desk {
    text-align: center;
    padding: 0;
}

.help-desk a {
    display: block;
    height: 100%;
    padding-top: 20%;
}

.help-desk h3 {
    margin-bottom: 20px;
}

#left-content .header-box h2 {
    color: #1499c1;
}

#right-content .header-box {
    text-align: center;
}

/**********************************************************************************************************************************************************************************************/








/*
    -------------------------------------------
        POP-UP
    -------------------------------------------
*/
.pop-up {
  width: 80%;
  background: transparent;
}

.pop-up .col-md-6:first-child {
  background: #e8e8e8;
}

.pop-up label, .pop-up h1, .pop-up h2 {
  color: #1499c1;
}

.pop-up .col-md-6 {
  padding: 30px;
}

.pop-up .col-md-6:last-child {
  background: #e3e3e3;
  font-size: 2.5rem;
  text-align: center;
}

.pop-up .gform_wrapper .gform_footer input[type=submit] {
  max-width: 100px;
  background: #1499c1;
}
/**********************************************************************************************************************************************************************************************/








/*
    -------------------------------------------
        ALL CATEGORIES - PAGE
    -------------------------------------------
*/
#categories-slider {
    margin-top: 55px;
}

.category-slide {
    padding: 150px 125px;
    background-size: cover !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.category-type-gallery .owl-nav {
    display: block;
}

.category-type-gallery .owl-carousel .owl-nav button {
    padding: 20px !important;
    position: absolute;
    top: 0;
    height: 100%;
    color: #fff;
    font-size: 24px;
    background: rgba(255,255,255,0.3);
}

.category-type-gallery .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.btn-allcat {
    width: auto !important;
    display: inline-block !important;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    background: #1499c1;
}

.btn-allcat:hover {
    color: #fff;
    background: #0e708e;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.category-slide h2,
.category-slide p {
    color: #fff;
}

.category-type-gallery {
    padding: 17px 0 30px;
    background: #fff;
}

.category-type-gallery .item {
    background: grey;
}

.category-type-carousel {
    height: 214px;
    margin-bottom: 30px;
}

.category-type-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.category-type-box h3 {
    color: #fff;
    position: relative;
    z-index: 2;
}

.category-type-box:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.category-type-box:hover:after {
    background: rgba( 50 , 50 , 50 , 0.6 );
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.sub-category {
    display: none; 
    margin: 0;
    padding: 0 100px;
}

.sub-category a.btn {
    font-size: 14px;
}

.btn-subcat {
    padding: 20px !important;
    width: 100%;
    color: #7f7f7f;
    text-transform: capitalize;
    border: 1px solid #f0f1f2;
    background-color: #ffffff;
}

.btn-subcat:hover {
    color: #fff;
    background: #0e708e;
}

.sub-category .col-lg-3 {
    text-align: center;
    padding: 10px 15px;
}

/**********************************************************************************************************************************************************************************************/







/*
    -------------------------------------------
        REGISTRATION - PAGE
    -------------------------------------------
*/
#full-content {
    padding: 0;
    overflow: hidden;
}

#full-content .col-lg-4:first-child,
#full-content .col-lg-4:last-child,
#full-content .col-lg-3:first-child,
#full-content .col-lg-3:last-child {
    padding: 0;
}

.registration-sub-menu a {
    padding: 20px 15px;
    text-align: center;
    text-transform: uppercase;
    background: #dedede;
    color: #343336;
    display: block;
}

body.page-id-2243 .registration-sub-menu a:last-child,
body.page-id-2282 .registration-sub-menu a:first-child {
    font-weight: bold;
    background: #fff;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.registration-sub-menu a:hover {
	background: #4fabcc;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.registration-box {
    padding: 25px 50px;
}

.registration-box h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
}

.registration-box span {
    display: block;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}

.registration-box span.address_line_2,
.registration-box span.address_city,
.registration-box span.address_state,
.registration-box span.address_zip,
.registration-box span.address_country {
    padding-top: 0;
}

.registration-box .gform_wrapper .gfield_password_strength {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}


#field_21_17,
#field_21_17 .ginput_container,
#field_21_19,
#field_21_19 .ginput_container,
#field_21_18,
#field_22_18,
#input_21_18,
#input_22_18,
#field_22_17,
#field_22_17 .ginput_container,
#field_22_20,
#field_22_20 .ginput_container {
	margin-top: 0 !important;
}

#input_21_18_1_container,
#input_22_18_1_container {
	padding-top: 0;
}

.registration-box .btn-primary {
	margin-top: 10px;
}

.registration-box .gform_wrapper .gform_page_footer {
    border-top: 0 !important;
}

.registration-box .gform_wrapper input {
    padding: 10px 15px !important;
    height: 30px !important;
}

.registration-box .gform_wrapper input[type=submit] {
    height: 50px !important;
}

.registration-box .gform_wrapper input[type=checkbox] {
    height: 20px !important;
}

.registration-box .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.registration-box .gform_wrapper li.hidden_label input {
    margin: 0 !important
}

.registration-box .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important
}

.registration-box select {
    height: 30px !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.registration-box .gform_wrapper .gfield_checkbox li label {
	margin-top: 8px;
}

.registration-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 12px !important;
}

.registration-box iframe {
    border: 1px solid #ced4da;
}

.registration-box .gform_wrapper span.gfield_required {
    padding-top: 0;
    display: inherit;
}

body .registration-box .gform_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0;
}

.registration-box input[type=button],
.registration-box input[type=submit] {
    width: 100% !important;
    font-size: 18px !important;
    color: #fff;
    background: #4fabcc;
    border: 1px solid #2c7a96;
    text-transform: uppercase !important;
}

.registration-box #gform_page_21_2 input[type=button],
.registration-box input[type=submit] {
    width: 46% !important;
}

.ginput_container_email .ginput_left,
.ginput_container_email .ginput_right,
.ginput_container_password .ginput_left,
.ginput_container_password .ginput_right {
    width: 100% !important;
    padding: 0 !important;
}

.ginput_container_email {
    padding-right: 15px !important;
}

.registration-box .gform_wrapper .top_label .gfield_label {
    display: none;
}

.registration-box .gform_wrapper #input_21_3_2_container,
.registration-box .gform_wrapper #input_21_17_2_container,
.registration-box .gform_wrapper #input_22_3_2_container.ginput_right,
.registration-box .gform_wrapper #input_22_17_2_container.ginput_right {
    margin-top: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px !important;
}
/**********************************************************************************************************************************************************************************************/







/*
	-------------------------------------------
		RESPONSIVE
	-------------------------------------------
*/


@media (min-width: 1500px) {
	.category-slide h2 {
		font-size: 32px;
	}

	.category-slide p {
		font-size: 24px;
	}

	.category-type-carousel {
		height: 350px;
	}
}


@media (max-width: 1300px) {
	/** SEO LANDING ********************************/
    #seolanding-page-wrapper h1.motto {
        font-size: 2.5em;
    }
	/**********************************************/
}


@media (max-width: 1200px) {
	/** ABOUT US **********************************/
    h1.motto {
        font-size: 3.5em;
        line-height: 0.90;
    }
	/**********************************************/


    /** ALL CATEGORIES ****************************/
    .sub-category {
        padding: 0 50px;
    }
    /**********************************************/
}






@media (max-width: 990px) {

    /** HOME ***************************************/
    .cta-hover .overlay {
      padding: 30px;
    }

    .cta-hover p {
      font-size: 12px;
    }

    .navbar-brand {
        display: inline-block;
        margin: 0 !important;
    }
    /**********************************************/

    /** RESEARCH **********************************/
    #left-content .col-md-6:last-child {
        padding: 40px;
    }

    #about-page-wrapper #left-content .col-md-6:last-child {
        padding: 40px 25px;
    }

    #picture-research-page-wrapper #left-content .col-md-6:first-child, 
    #become-contributor-page-wrapper #left-content .col-md-6:first-child,
    #seolanding-page-wrapper #left-content .col-md-6:first-child {
        padding-right: 0;
    }

    #picture-research-page-wrapper #right-content .col-md-6:last-child, 
    #become-contributor-page-wrapper #right-content .col-md-6:last-child,
    #seolanding-page-wrapper #right-content .col-md-6:last-child {
        padding-left: 0;
    }
    /**********************************************/


    /** BECOME A CONTRIBUTOR **********************/
    #become-contributor-page-wrapper #right-content {
        height: 400px;
    }
    /**********************************************/


    /** CONTRIBUTOR ZONE **************************/
    .header-box {
        text-align: center;
    }

    .help-desk a {
        padding-top: 15%;
    }
    /**********************************************/


    /** SEO LANDING ********************************/
    #seolanding-page-wrapper h1.motto {
        font-size: 4em;
        padding: 30px 0;
    }
    /**********************************************/


    /** ALL CATEGORIES ****************************/
    .sub-category .col-lg-3 {
        padding: 15px;
    }
    /**********************************************/


    /** REGISTRATION *******************************/
    #full-content .col-lg-3:first-child,
	#full-content .col-lg-3:last-child {
        display: none;
    }

    .registration-box .gform_wrapper input[type=submit] {
        padding-top: 7px !important;
    }
    /**********************************************/

    /***************** About-us ****************/
    .team-member {
        /* height: 580px; */
        flex: 1 0 0;
        max-width: 100%;
    }
    /******************* About-us ****************/
}
/******************* About-us ****************/
@media (max-width:1200px) and (min-width:990px) { 
	/** HOMEPAGE **********************************/
    .featured-categories .col-lg-3 {
        padding: 5px 10px;
    }
	/**********************************************/
}


@media (max-width:990px) and (min-width:768px) { 

    /** HOMEPAGE **********************************/
    #cta-boxes h2 {
        font-size: 1.1em;
    }

    .all-categories a, .box a {
        padding: 55px 15px;
    }

    .featured-categories .col-lg-3 {
        padding: 5px 10px;
    }

    .box {
        height: 50%;
    }

    .box h2 {
        font-size: 1.2em;
    }

    #categories-themes-concepts .col-md-6:last-child .row {
        height: 100%;
    }
    /**********************************************/


    /** PRICING ***********************************/
    #right-pricing .col-md-6:first-child {
        background: #e7e7e7;
    }

    #right-pricing .col-md-6:last-child {
        background: #f0f1f2;
    }

    .price-box {
        background: #e7e7e7;
    }
    /**********************************************/


    /** SUB-FOOTER ********************************/
    #sub-footer {
        padding: 40px 15px;
    }
    /**********************************************/

	/** FOOTER ************************************/
    #footer-nav , .site-info {
        font-size: 10px;
    }
	/**********************************************/
}


@media (max-height: 800px) {
    #search-box {
    padding: 10px 15px;
    }
}


@media (min-width: 767px) {
    .collapse {
        display: block;
    }
}


@media (max-width: 767px) {
	/* AW-111 - 112 -- Start */
	.slide{
		width: 100%;
		height: 100%;
	}
	#main-slider {
      height: 480px;
    }
	#main-slider .slide:nth-child(3) {
		width: 100% !important;
	}
	#main-slider .slide:nth-child(2) {
		width: 0% !important;
	}
	/* AW-111 - 112 -- End */
	
    /** HEADER ************************************/
    #main-nav {
      width: 100%;
      position: fixed;
      z-index: 999;
      background: #fff;
      top: 54px;
    }

    #main-nav li,
    #main-menu li.wpml-ls-menu-item,
    #main-menu li.mobile-on {
      display: block;
    }

	.registration_page {
      display: block;
    }
	
    #main-menu .dropdown-menu a,
    #main-menu .dropdown-menu a:hover {
        border-left: 0;
    }

    #main-menu > li.wpml-ls-menu-item {
        margin-top: 5px;
        border-top: 2px solid #000;
    }

    #main-nav .dropdown-menu {
        text-align: center;
        border: none;
        margin: 0px;
        padding: 0px;
    }

    #main-nav .dropdown-menu.show {
        display: contents;
    }

    #main-nav {
      padding: 0 15px;
    }

    .navbar-brand {
        padding: 0;
    }

    .logo {
        height: 50px !important;
    }

    .navbar-toggler {
        font-size: 1.5rem;
        float: right;
        padding: 0;
    }

    #search-box {
        padding: 10px;
    }

    .cta-content {
        text-align: center;
    }

    #main-menu {
      padding: 7px 0;
    }
    /**********************************************/


	/** HOMEPAGE **********************************/
    
    .image-gallery {
        height: 220px;
		display: none;
    }

    .cta-hover .overlay {
      padding: 15px 30px;
    }

    .cta-hover p {
      font-size: 10px;
    }

    #cta-boxes .titles-desktop .col-md-4 {
        display: none;
    }

    #cta-boxes h2 {
        display: block;
        padding: 20px 15px;
        background: #e7e7e7;
    }
	/**********************************************/


    /** ABOUT US **********************************/

    #about-page-wrapper #right-content .col-md-6:first-child {
      padding: 50px 30px;
    }

    #right-content .col-md-6:first-child {
        padding: 50px 40px;
        text-align: center;
    }

    h1.motto {
        font-size: 8.5em;
        line-height: 0.95;
    }
    /**********************************************/


    /** RESEARCH **********************************/
    #picture-research-page-wrapper #left-content .col-md-6:first-child, 
    #picture-research-page-wrapper #right-content .col-md-6:last-child, 
    #become-contributor-page-wrapper #left-content .col-md-6:first-child,
    #become-contributor-page-wrapper #right-content .col-md-6:last-child,
    #seolanding-page-wrapper #left-content .col-md-6:first-child,
    #seolanding-page-wrapper #right-content .col-md-6:last-child {
        height: 400px;
    }

    #cta-sides .col-md-6:last-child {
        text-align: center;
    }

    #become-contributor-page-wrapper #left-content .col-md-6:last-child,
    #seolanding-page-wrapper #left-content .col-md-6:last-child,
    #picture-research-page-wrapper #left-content .col-md-6:last-child {
        padding: 40px;
    }

    #become-contributor-page-wrapper #right-content .col-md-6:first-child,
    #seolanding-page-wrapper #right-content .col-md-6:first-child {
        padding: 60px 40px 80px;
    }

    #become-contributor-page-wrapper #right-content,
    #seolanding-page-wrapper #right-content {
        height: auto;
    }
    /**********************************************/


    /** PRICING ***********************************/
    #pricing-main-cta {
        text-align: center;
		display: none;
    }

    #left-pricing .col-md-6:first-child, 
    #right-pricing .col-md-6:first-child, .price-box {
        background: #e7e7e7;
    }

    #left-pricing .col-md-6:last-child, 
    #right-pricing .col-md-6:last-child {
        background: #f0f1f2;
    }
    /**********************************************/


    /** CONTRIBUTOR ZONE **************************/
    .help-desk a {
        padding: 80px 15px;
    }

    .video-box .col-sm-6 {
        padding: 30px 15px;
    }

    .video-box .col-sm-6.vertical {
        height: 250px;
    }

    #contributorzone-page-wrapper #right-content .col-md-6:first-child {
        text-align: left;
    }
    /**********************************************/


    /** SUB-FOOTER ********************************/
    #sub-footer {
        padding: 15px 15px 0;
    }

    #sub-footer .col-md-3:first-child {
        border-top: none;
    }

    #sub-footer .col-md-3 {
        padding: 40px 15px;
        border-top: 1px solid #fff;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #d5d6d7;
    }

    #sub-footer .col-md-3:last-child {
        border-bottom: none;
    }
    /**********************************************/


    /** FOOTER ************************************/
    #footer-nav {
        margin: 0 auto;
        display: table;
    }

    .site-info {
        text-align: center;
    }
    /**********************************************/


    /** SEO LANDING ********************************/
    #seolanding-page-wrapper h1.motto {
        font-size: 3em;
    }
    /**********************************************/


    /** ALL CATEGORIES ****************************/
    .sub-category {
        padding: 0 15px;
    }

    .category-slide {
    	padding: 150px 35px;
    }
    /**********************************************/
	.pop-up .col-md-6:last-child {
		background: #e3e3e3;
		font-size: 1rem;
		text-align: center;
	}
}


@media (max-width: 650px) {
    /** HEADER ************************************/
    #search-box {
        padding: 10px 15px;
    }

    .lead {
      font-size: 1.15rem;
    }
    /**********************************************/


    /** HOMEPAGE **********************************/
    .cta-hover h2 {
      padding-bottom: 5px;
    }

    .cta-hover p {
      font-size: 8px;
    }
    /**********************************************/


    /** FOOTER ************************************/
    #footer-nav li {
      font-size: 10px;
    }
    /**********************************************/

    /** SEO LANDING ********************************/
    #seolanding-page-wrapper h1.motto {
        font-size: 2.5em;
    }
    /**********************************************/


    /** REGISTRATION ******************************/
    .registration-box .ginput_container_email {
        padding-right: 0 !important;
    }
    /**********************************************/
}


@media (max-width: 520px) {
	/** ABOUT US **********************************/
    h1.motto {
        font-size: 4em;
        line-height: 0.95;
    }
    /**********************************************/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	#main-slider {
		height:430px !important;
	}
    #main-slider .slide:nth-child(3) {  
		width: 100% !important;
	}
	#main-slider .slide:nth-child(2) {
		width: 0% !important;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5){
	#main-slider {
		height: 773px !important;
	}
    #main-slider .slide:nth-child(3) {  
		width: 100% !important;
	}
	#main-slider .slide:nth-child(2) {
		width: 0% !important;
	}
}