

/*
CVNL Brand Colors

Light Orange: c5642d
Dark Orange: b23a33

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');






/*main*/
body {
    background-color: #c5642d;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

}






/*navbar edits*/

.navbar-light {
    background-color: white !important;
}

#mega-menu-navbar {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
}

.navbar {
    background-color: white !important;
}

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
}

#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    font-family: montserrat;
    font-size: 13px !important;
}








/*header*/

/*topbar*/
.topbar {
    background-color: #c5642d;
    min-height: 50px;
    max-height: 50px;
}

.topbar-inner {
    min-height: 50px;
}

.mt-10 {
    margin-top: 10px;
}


/*cvnl-logo*/
.logo {
    height: 130px;
    background-color: white;
}

.cvnl-logo-header {
    margin: 15px;
    max-height: 100px;
}

.cvnl-tagline1 h1 {
    font-size: 18px;
    color: #601a15;
    margin-top: 25px;
}

/*.cvnl-tagline2 h2 {
    font-size: 24px;
    font-weight: 500;
    color: #c76f36;
}

.cvnl-tagline2 {
    margin-top: 50px;
}*/


.cvnl-tagline2 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 35px;

}

.cvnl-tagline2 button a {
    font-size: 20px !important;
    color: white !important;
}



 .cvnl-tagline2 button:before {
 content: "";
 display: block;
 background:url("https://www.cvnl.org/wp-content/themes/cvnl-theme/assets/images/fire.svg") no-repeat;
 width: 16px;
 height: 16px;
 float: left;
 margin: 0 6px 0 0;
 }

 
/* .disaster-updates-button:before {
   content: url(https://www.cvnl.org/wp-content/themes/cvnl-theme/assets/images/fire.svg);
   width: 20px;
     height: 20px;
   float: left;
   margin-right: 5px;
   margin-top: -2px;
 }*/



/*navbar-buttons*/
.navbar-buttons {
}

.button-margins {
    margin-top: 25px;
}

.header-button {
    border-style: none;
    background-color: #b23a33 !important;
    color: white !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: 15px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

/*navbar*/
.navbar {
    height: 50px;
    background-color: #6f8184;
}

.navbar-inner {
    
}

.navbar-inner a {
    color: white;
    font-size: 15px;
    font-weight: 400;
}

/*insert pipes after navbar items*/

.navbar-inner a::after {
    content: "|";
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-inner a:last-child:after {
    content: "";
    padding-right: 10px;
    padding-left: 10px;
}


/*homepage boxes*/

.cvnl-hp-box1 {
    background-color: #dcb45a;
    min-height: 340px;
    margin-top: -40px;
    position: relative;
}

.cvnl-hp-box2 {
    background-color: #d7a843;
    min-height: 340px;
    margin-top: -40px;
}

.cvnl-hp-box3 {
    background-color: #d39e32;
    min-height: 340px;
    margin-top: -40px;
}

.cvnl-hp-box4 {
    background-color: #cd921b;
    min-height: 340px;
    margin-top: -40px;
}

.cvnl-hp-box-title {
    padding-top: 30px;
}

.cvnl-hp-box-title h2 {
    font-size: 36px;
    color: white;
    text-shadow: 2px 2px 8px rgba(1, 1, 1, 1);
}


.circle-inner {
    width: 90%;
    position: absolute;
    z-index: 999;
    padding: 14.65%
}

.circle-inner:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.circle-inner p {
    padding-top: 40px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.cvnl-hp-box-circle1 p {
    font-size: 18px;
    font-weight: 700;
    color: white;
}

.cvnl-hp-box-circle1 {
    width: 90%;
    background-color: #cb6015;
    border-radius: 50%;
    position: absolute;
    z-index: 111;
}

.cvnl-hp-box-circle1:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.cvnl-hp-box-circle2 {
    width: 90%;
    background-color: #b75713;
    border-radius: 50%;
    position: absolute;
    z-index: 111;
}

.cvnl-hp-box-circle2:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.cvnl-hp-box-circle3 {
    width: 90%;
    background-color: #a54e11;
    border-radius: 50%;
    position: absolute;
    z-index: 111;
}

.cvnl-hp-box-circle3:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.cvnl-hp-box-circle4 {
    width: 90%;
    background-color: #92460f;
    border-radius: 50%;
    position: absolute;
    z-index: 111;
}

.cvnl-hp-box-circle4:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


/*slider*/
.cvnl-slider {
    background-color: white;
}

.cvnl-slide-caption {
    background-blend-mode: overlay;
    height: 100px;
    margin-bottom: 75px;
    background: rgba(75,79,84,0.8);
}

.cvnl-slide-caption h5 {
    font-size: 72px;
    color: #cb6015;
    font-weight: 400;
}

.cvnl-slide-caption p {
    font-size: 30px;
    color: white;
    font-weight: 400;
}


/*hp content module*/

.cvnl-hp-content-box {
    
}

.cvnl-hp-content-module-header {
    border-bottom-style: solid;
    border-bottom-color: #9d9d9d;
    border-bottom-width: 1px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.hp-content-header-text-orange {
    font-size: 36px;
    color: #c5642d;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: #c5642d;
    border-bottom-width: 7px;
}


.hp-content-header-text-black {
    font-size: 36px;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
}

.cvnl-hp-content-module-content {
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 20px;
}

.cvnl-hp-content-module-content h4 {
    font-size: 13px;
    font-weight: 700;
    color: #31383b;
}

.cvnl-hp-content-module-content h4 a {
    font-size: 15px;
    font-weight: 700;
    color: #31383b;
}

.cvnl-hp-content-module-content p {
    font-size: 12px;
    font-weight: 400;
    color: #31383b;
/*    padding-left: 10%;*/
}

.cvnl-hp-content-module-image-border {
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 30px;
}

.cvnl-hp-content-module-image-border1 img {
    -webkit-box-shadow: -30px 30px 0px -20px rgba(177, 57, 50, 1);
    -moz-box-shadow: -30px 30px 0px -20px rgba(177, 57, 50, 1);
    box-shadow: -30px 30px 0px -20px rgba(177, 57, 50, 1);
}


.cvnl-hp-content-module-image-border img {
    -webkit-box-shadow: 29px 30px 0px -20px rgba(133, 189, 158, 1);
    -moz-box-shadow: 29px 30px 0px -20px rgba(133, 189, 158, 1);
    box-shadow: 29px 30px 0px -20px rgba(133, 189, 158, 1);
}


.cvnl-hp-content-module-button {
    background-color: #c5642d;
    border-style: none !important;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
}


/*cvnl-container*/
.cvnl-container {
}
.cvnl-container-inner {
    background-color: white;
    min-height: 750px;
    padding-top: 50px;
/*    padding-bottom: 100px;*/
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-style: solid;
    border-color: #cccbcb;

}


/*footer*/
.cvnl-footer {
    background-color: #f3f2f2;
    min-height: 200px;
}

.footer-header {
    background-color: #363636;
    max-height: 60px;
}

.footer-header img {
    padding: 20px;
}

/*Footer Social Icons*/




/*footer-bottom*/
.cvnl-footer-bottom {
    background-color: #363636;
    min-height: 50px;
}



/*Other Stuff

/* -----
SVG Icons - svgicons.sparkk.fr
----- */

.svg-icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: white;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1px;
}










/*en son yaptiklarimiz dec 13 2018*/

.navbar {
	    background-color: #6f8184 !important;
}

/*footer icin ek*/

.logo-part p {
    margin-bottom: 0px;
}

.footer-section-title {
    position: relative;
    width: 100%;
}

.footer-section-title-orange {
    height: 3px;
    width: 30%;
    background-color: #b8402e;
}

.footer-section-title-gray {
    height: 1px;
    width: 80%;
    background-color: #7f7f7f;
    margin-bottom: 8px;
}


.footer-latest-news {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px 70px;
    position: relative;
    z-index: 1;
}


.footer-latest-news-thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}


.footer-latest-news .footer-latest-news-date {
    color: #27ae60;
    font-size: 13px;
    margin-bottom: 5px;
}


footer-latest-news p, a {
    color: black;
    font-size: 12px;
}


.cvnl-content-container {
    background-color: white;
}


/*foooter kismi*/

.cvnl-footer-background-color {
    background-color: #f9f8f8;
}

.logo-footer {
    margin-bottom: 40px;
}
footer {
    color: white;
}
footer p, a {
    color: black;
    font-size: 12px;
}
footer h6 {
    color: #777777;
    margin-bottom: 0px;
    position: relative;
    font-size: 12px;
    margin-top: 8px;
}
/*
footer h6:after {
    position: absolute;
    content: "";
    background: #c5642d;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: 0px;
}
*/



.btn-footer {
    color: grey;

    text-decoration: none;
    border: 1px solid;
    border-radius: 43px;
    font-size: 13px;
    padding: 7px 30px;
    line-height: 47px;
}
.btn-footer:hover {

    text-decoration: none;

}
.form-footer input[type="text"] {
    border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;

}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
.form-footer input[type="button"] {
    border: none;
    background:#232323;
    margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
.social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
footer ul li {
    list-style: none;
    display: block;
}
footer ul  {
    padding-left: 0;
}
footer ul  li a{
    text-decoration: none;
    color: grey;
    text-decoration:none;
}
/*a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;

}*/
.logo-part {
    border-right: 1px solid grey;
    height: 100%;
}




/*mega menu icin ekler*/


.mega-menu-link {
    padding-bottom: 15px !important;
}




/*footer-subscribe*/



/* Change placeholder text inside inputs */
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d7d7d7;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #d7d7d7;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #d7d7d7;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #d7d7d7;
}

.subscribe-container {
    text-align: center;
    margin: 2em auto;
    width: 90%;
    max-width: 320px;
}

.subscribe-container-contact-us {
    text-align: center;
    margin: 2em auto;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.mc_embed_signup input.required {
    font-size: 16px;
    border: none;
    border: 1px solid #d7d7d7;
    margin: 20px 0;
    padding: 5px 20px 5px 10px;
    outline: none;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    border-radius: 0px !important;
}

.mc_embed_signup input.required.error {
    border-bottom: 1px solid #eb2344;
}

.mc_embed_signup input#mc-embedded-subscribe {
    background: #c5642d;
    font-size: .8rem;
    color: #fff;
    border-radius: 40px;
    padding: 12px 35px;
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
    transition: 0.2s ease background;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
}

.mc_embed_signup input#mc-embedded-subscribe-page {
    background: #be3a34;
    font-size: .8rem;
    color: #fff;
    border-radius: 40px;
    padding: 12px 35px;
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
    transition: 0.2s ease background;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
      box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

}

.mc_embed_signup input#mc-embedded-subscribe:hover {
    background: #144183;
}

/* Show focus state for power users that use 'TAB' to switch fields */
.mc_embed_signup input#mc-embedded-subscribe:focus {
    background: #144183;
}

.error-message {
    display: none;
    color: red;
    text-align: center;
    font-size: .8em;
}

.success-message {
    display: none;
    text-align: center;
}

.success-message > div {
    width: 100%;
    opacity: 0;
    animation: reveal 1s 1s forwards;
    text-align: center;
}
/* Appear animation for success message */
@keyframes reveal {
    0%, 75% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 'SUCCESS!' check animation */
svg.checkmark {
    width: 75px;
    height: 75px;
    margin: 2em auto;
    border-radius: 50%;
    display: block;
    stroke-width: 4;
    stroke: #3a74cb;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    transition: 1s all ease;
}

/* Trigger animation we add 'active' class via JS */
svg.checkmark.active {
    animation: moveupwards 1s 1s forwards;
}

/* 'Move upwards' animation below, no need for absolutely positioned
elements or transform: translate. We'll create the subtle 'moving up'
effect by playing with margins and size. Responsive friendly! */
@keyframes moveupwards {
    0%, 75% {
        width: 75px;
        height: 75px;
        margin: 2em auto;
    }

    100% {
        width: 50px;
        height: 50px;
        margin: 1em auto;
    }
}

/* Paths inside SVG. Each path will be animated using stroke property
and 'stroke' animation */
svg > .checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke: #3a74cb;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

svg > .checkmark-check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-width: 3;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

/* Sorry IE and Edge users, no SVG animations supported for you,
so we'll hide our SVG to prevent empty space gap */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .success-message svg {
        display: none;
    }
}

@supports (-ms-ime-align: auto) {
    .success-message svg {
        display: none;
    }
}


.success-message div h4 {
    color: orangered;
}



.cvnl-hidden {
    display: none;
}



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


/*Devam ediyoruz*/

.naradastestos {
    width: 200px;
    height: 200px;
    background-color: pink;
}






/*back to top*/



/***********************************************************************************************/
/* Button */
/***********************************************************************************************/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.go-top:hover {
    background-color: rgba(0, 0, 0, 0.6);
}



/*stats box homepage*/

.stat-box-1 {
    min-height: 275px;
    background-color: #457d97;
    color: white;
    
/*    background-image: url(http://cvnl.staging.wpengine.com/wp-content/themes/cvnl-theme/assets/images/line-chart2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.stat-box-1:hover {
    background-color: #cb6015;
}


.stat-box-2 {
    min-height: 275px;
    background-color: #376d86;
    color: white;
}

.stat-box-2:hover {
    background-color: #cb6015;
}

.stat-box-3 {
    min-height: 275px;
    background-color: #295c73;
    color: white;
}

.stat-box-3:hover {
    background-color: #cb6015;
}


.stat-box-4 {
    min-height: 275px;
    background-color: #1a4a60;
    color: white;
}

.stat-box-4:hover {
    background-color: #cb6015;
}


.stat-box-row-1 {
    height: 150px;
    padding-top: 50px;
}

.stat-box-row-1 h2 {
    font-size: 48px;
}

.stat-box-row-2 {
    height: 125px;
    padding: 10px;
}

.stat-box-row-2 h3 {
    color: #dcb45a;
    font-size: 24px;
}

.stat-box-row-2 h4 {
    color: white;
    font-size: 10px;
    font-weight: 300;
}


.stat-box-inner {

}




.footer-resources {
}

/*
.resources-li a {
    border-bottom: 1px;
    border-color: darkgray;
    border-style: solid;
    color: black;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 15px;
}
*/


.footer-resources li {
    border-bottom: 1px;
    border-color: darkgray;
    border-style: solid;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 15px;

}

/* stats boxes ekler
 */

.cvnl-stats a:link {
 text-decoration: none;
}


.carousel-item:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
/*    background: rgba(203,96,21,.25);*/
}



/*pagination*/





/*homepage editler*/

.upcoming-activities-module {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
}


.cvnl-hp-content-module-button a {
    color: white !important;
}

.hp-event-square {
    width: 60px;
    height: 90px;
    background-color: #cb6015;
    color: white;
    text-align: center;
    padding-top: 15px;
}

.hp-event-square h5 {
    font-size: 28px;
}

.featured-event-module {
    padding-left: 50px;
    padding-right: 50px;
    background-color: #f9f8f8;
}




.featured-box-top-image img {
    -webkit-box-shadow: -30px 30px 0px -20px rgba(177, 57, 50, 1);
    -moz-box-shadow: -30px 30px 0px -20px rgba(177, 57, 50, 1);
    box-shadow: -30px 30px 0px -20px rgba(177, 57, 50, 1);
}


.featured-box-top-image {
    margin-top: 30px;
}

.cvnl-hp-content-module-content-featured-event {
    margin-top: 60px;
    margin-left: 30px;
}




.cvnl-hp-content-module-content-featured-event h4 {
    font-size: 16px;
    font-weight: 700;
    color: #31383b;
}

.cvnl-hp-content-module-content-featured-event h4 a {
    font-size: 18px;
    font-weight: 700;
    color: #31383b;
}

.cvnl-hp-content-module-content-featured-event p {
    font-size: 14px;
    font-weight: 400;
    color: #31383b;
    padding-bottom: 30px;
/*    padding-left: 10%;*/
}



.cvnl-hp-stats {
    background-color: #f9f8f8;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}



.get-involved-box {
    padding-top: 60px;
}



.cvnl-card {
    background: #fff;
    border-radius: 2px;
    width: 150px;
    height: 150px;
}

.get-involved-box {
    font-size: 16px;
    font-weight: 700;
    color: #cb6015;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.get-involved-box:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.get-involved-text {
    font-size: 12px;
}



.cvnl-content-page p {
    font-size: 12px !important;
}

.cvnl-content-page-inner p {
    font-size: 14px !important;
}



.cvnl-content-page {
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: white;
}



/*blog posts list page pagination*/

/*
surdan aldik
https://www.wpbeginner.com/wp-themes/how-to-add-numeric-pagination-in-your-wordpress-theme/
*/

.navigation {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-numbers {
    display: inline-block;
}

.prev {
    padding: 10px;
    background-color: orange;
    margin: 5px;
}

.page-numbers {
    padding: 10px;
    background-color: #be3a34;
    color: white !important;
    margin: 5px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);

}





/*team page*/

.team-inner {
    width: 75%;
    margin-left: 12.5%;
}

.team-inner img {
    width: 350px;
    float: left;
}




/*material drop shadows*/

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 1rem;
  position: relative;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}




/*blog page meta data*/

.header-meta img {
    float: left;
    margin: 30px;
    border-radius: 50%;
}

.header-meta {
    width: 50%;
    margin-top: 25px;
    background-color: #eeeeed;
    padding-top: 25px;
    margin-bottom: 40px;
}

.author-description {
    padding-right: 30px;
    padding-bottom: 30px;
}

.author-bio {
    clear: both;
}


/*megamenu
calismadi, bakalim
*/


/*cvnl about*/

.cvnl-about h5 {
    font-size: 36px;
}

.cvnl-about {
    text-align: center;
}


.cvnl-about p {
    font-size: 16px !important;
    color: #cb6015;
    font-weight: 700;
    padding: 20px;
}





/*inner page fized codes*/




.mega-menu-navbar > .mega-sub-menu {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) !important;
    background-color: #fbfbfb !important;
    opacity: 1 !important;
}



/* Events Plugin Styling */

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #81312f !important;
}

.tribe-events-calendar thead th {
    background-color: #be3a34 !important;
}

.tribe-events-tooltip h3 {
    color: #be3a34 !important;
}

.tribe-events-present div {
    background-color: #165c7d !important;
}

.tribe-events-nav-previous a {
    color: #be3a34 !important;
}

.tribe-events-nav-next a {
    color: #be3a34 !important;
}

.tribe-events-ical {
    background-color: #be3a34 !important;
}




/* CVNL Search Bar - News */

.cvnl-search-news > .form-control {
    border-color: #be3a34;
    height: 50px !important;
    border-radius: 0 !important;

}

.cvnl-search-news > input {
    font-size: 24px !important;
}

.cvnl-search-news-button {
    border-radius: 0 !important;
    background-color: #be3a34 !important;
    border: 0px !important;
    height: 50px !important;
}


/* CVNL Search Bar - Placeholder Font Size Override*/

::-webkit-input-placeholder {
    font-size: 20px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 20px;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 20px;
}

/* Overriding styles */

::-webkit-input-placeholder {
    font-size: 20px!important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 20px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 20px!important;
}






/* content page font sizes */

.cvnl-content-page-inner a {
    font-size: 14px !important;
    color: #be3a34;
    font-weight: 700 !important;
}

.wp-block-button__link {
    color: white !important;
}




.connect-with-us-left-col {
    padding-top: 60px;
    padding-left: 25px;
}


.connect-with-us-header {
    background-color: #be3a34;
    color: white;
    padding: 5px;
    padding-left: 10px;
    margin-top: 40px;
    margin-bottom: 0px;
}


.connect-with-us-outer {
    border: 1px;
    border-style: solid;
    border-color: #be3a34;
}

.connect-with-us-outer > .wp-block-column {
    margin-bottom: 0px !important;
}




.mega-megamenu-search > ul > li > .Form-inline > .form-control {
    border-color: #be3a34;
    height: 50px !important;
    border-radius: 0 !important;
}


.form-inline {
    border-color: #be3a34;
    height: 50px !important;
    border-radius: 0 !important;
}







/* CVNL Search Bar - Blog */


.search-blog-container {
    padding: 50px;
    background-color: gray;
}

.search-blog-outer {
    padding: 0px;
/*    margin-top: 50px;
    margin-bottom: 50px;*/
}

.cvnl-search-blog > .form-control {
    height: 50px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.cvnl-search-blog > input {
    font-size: 24px !important;
}

.cvnl-search-blog-button {
    background-color: #be3a34 !important;
    height: 50px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border: 0px;
}










/* Megamenu Search Bar */



.cvnl-search-news > input {
    font-size: 24px !important;
}

.cvnl-search-news-button {
    border-radius: 0 !important;
    background-color: #be3a34 !important;
    border: 0px !important;
    height: 50px !important;
}


/* CVNL Search Bar - Placeholder Font Size Override*/

::-webkit-input-placeholder {
    font-size: 20px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 20px;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-size: 20px;
}

/* Overriding styles */

::-webkit-input-placeholder {
    font-size: 20px!important;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 20px!important;
}
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 20px!important;
}



#mega-menu-10910-0-0 {
    padding-top: 50px;
}







.wp-block-button a {
    color: white !important;
}

header {
    margin-left: 20px !important;
}





main p a {
    font-size: 14px;
}


main a {
    color: #be3a34;
    font-weight: 700;
    font-size: 14px;
}






/*CVNL pagination */

.cvnl-pagination {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%; 
}



/*page header back*/

.gradient {
    overflow: visible !important;
    background: -webkit-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -moz-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -ms-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -o-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
}

.gradient h1 {
    color: white;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.flat {
    border-bottom: 1px;
    border-style: solid;
    border-color: #eeeded;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}





#searchform > .btn-primary {
    background-color: #be3a34;
    border-color: #be3a34;
}





/*our history circles*/

.cvnl-history {
    margin-top: 50px;
    margin-bottom: 50px;
}


.date-circle {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background-color: orange;
    padding-top: 55px;


}

.date-circle p {
    font-size: 60px !important;
    color: white;
    text-shadow: 1px 1px 8px rgba(1, 1, 1, 1);

}

.gradient {
    overflow: visible !important;
    background: -webkit-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -moz-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -ms-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -o-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
}

.center-line {
    width: 200px;
    height: 200px;
    /*            padding-top: 50px;
    margin-top: 50px;*/
    background-image: url(http://cvnl.staging.wpengine.com/wp-content/themes/cvnl-theme/assets/images/center-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.center-line1 {
    width: 200px;
    height: 50px;
    /*            padding-top: 50px;
    margin-top: 50px;*/
    background-image: url(http://cvnl.staging.wpengine.com/wp-content/themes/cvnl-theme/assets/images/center-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.date-description p {
    font-size: 20px;
    color: darkslategrey;
}


.cvnl-executive-searches-inner h4 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: white;
    font-weight: 700;
    background-color: #be3a34;
    border-radius: 10px;
}



/*workshop's page*/


.cvnl-workshop-cards {
  margin: 0 auto;
    margin-top: 30px;
}


.cvnl-workshop-button {
    background-color: #be3a34;
    color: white;
    border: 0px !important;
    font-size: 14px;
    width: 80%;
    bottom: 10px !important;
    position: absolute;
    margin-left: 5%;
}

.cvnl-workshop-button:hover, .cvnl-workshop-button:focus, .cvnl-workshop-button:active {
    background-color: black !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: black;
    background-color: orange;
}

.cvnl-workshop-list h4 {
    font-size: 14px;
}

.cvnl-workshop-list {
    height: 70px;
}

.cvnl-workshop-ul li {
    font-size: 12px;
}

.cvnl-workshop-card-title {
    font-size: 12px;
}

.cvnl-workshop-card-date {
    font-size: 14px;
    font-weight: 700;
}

.cvnl-workshop-ul-price {
    font-size: 14px;
    font-weight: 700;  
}

.cvnl-workshop-cards > .card {
    min-width: 40%;
}


.cvnl-workshop-button > a {
    color: white;
}


.card-deck .card {
    flex: 0 0 0% !important;
    margin: 0 auto;
}

.cvnl-workshops-container h1 {
    margin-top: 30px;
    text-transform: capitalize !important;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-color: gray;
    border-style: solid;
    margin-bottom: 50px;
}

.cvnl-workshops-container h2 {
    margin-top: 30px;
    text-transform: capitalize !important;
    border-bottom: 1px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-color: gray;
    border-style: solid;
    margin-bottom: 50px;
}



/*fix bs navbar padding*/

.navbar {
    padding: 0px !important;
}




/*megamenu search submenu*/

    .form-control-borderless {
        border: none;
    }

    .form-control-borderless:hover,
    .form-control-borderless:active,
    .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }
    .search-box-inside {
        padding: 30px;
    }
    .gradient {
    overflow: visible !important;
    background: -webkit-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -moz-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -ms-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: -o-linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
    background: linear-gradient(45deg, #cb6015 10%, #be3a34 90%);
}
    .cvnl-search-button {
        background-color: #b23a33;
        border: 0px;
    }
    
        .cvnl-search-button:hover {
        background-color: black;
        border: 0px;
    }



/*fixing megamenu paddings for search box*/

.mega-menu-item-11029 > .mega-sub-menu {
    padding: 0px !important;
}

.mega-menu-item-custom_html-2 {
    padding: 0px !important;
}

.search-card {
    display: block !important;
}



/*other fixes*/

header {
    margin-left: 0px !important;
}

    .white {
        background-color: white;
    }

.wp-block-quote {
      background: #fff;
  color: #222222;
  padding: 20px;
  padding-left: 50px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);
  position: relative;
  overflow: hidden;
  min-height: 120px;
    font-weight: 500;
    margin-top: 20px;
}

.wp-block-quote p em {
      font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}


.wp-block-quote p {
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0px;
  max-width: 80%;
}


.wp-block-quote:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 5em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}
.wp-block-quote:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(238, 238, 238, 0.8);
  font-weight: normal;
}


/*Events Plugin Fixes*/

#tribe-events-footer {
    display: none !important;
}

.single-tribe_events .tribe-events-single-event-title {
    font-weight: 700;
    font-size: 32px;
    /* line-height: 1; */
    margin: 0;
    padding: 0;
    text-align: center;
}


.tribe-events-schedule {
    text-align: center;
    margin-bottom: 20px;
}



/*Edit Button for Pages above Footer*/


.post-edit-link {
    color: white !important;
}



/*Event Plugin View Fixes*/


.tribe-events-present div a {
    color: white !important;
}


.tribe-events-present div p {
    color: white !important;
}


.tribe-events-present div h3 {
    color: white !important;
}

.tribe-events-present div abbr {
    color: white !important;
    font-weight: 700;
}

.tribe-block__venue__name h3 {
    font-size: 14px !important;
}

.tribe-block__event-price__cost {
    font-size: 14px !important;
}

.tribe-street-address, .tribe-locality, .tribe-delimiter, .tribe-region.tribe-postal-code, .tribe-country-name {
        font-size: 14px !important;
}

/*WP Blocks Fixes*/

.wp-block-spacer {
    height: 50px;
}



/*Homepage Carousel Fixes*/

.carousel-caption {
    left: 50px !important;
    right: 50px !important;
}


/*social share buttons*/

.share-buttons {
    clear: both;
    font-size: 0.7rem;
    line-height: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 60px;
    z-index: 2;
    position: relative;
    text-align: center;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-content: flex-start;
}

.share-buttons li {
    height: auto;
    flex: 0 1 auto;
    margin-right: 15px;
}

.share-buttons li:last-child {
    margin-right: 0;
}

.share-buttons svg {
    fill: #fff;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.share-googleplus svg {
    width: 20px;
    height: 16px;
}

.share-buttons a {
    display: block;
    padding: 12px 12px 9px;
    text-align: center;
}

.share-buttons li:first-child a {
    border-radius: 3px 0 0 3px;
}

.share-buttons li:last-child a {
    border-radius: 0 3px 3px 0;
}

.share-twitter	{
    background: #1da1f2;
}

.share-facebook	{
    background: #3b5998;
}

.share-googleplus	{
    background: #db4437;
}

.share-pinterest	{
    background: #b5071a;
}

.cvnl-tweet {
    color: white;
}

.cvnl-facebook {
    color: white;
}




/*Coorporate Volunteer Programs */


.button-cvnl {
    color: white !important;
    background-color: #b23a33 !important;
    border: 0px !important;
}

.card-text-coor-nonp {
    font-size: 14px !important;
}

.coor-nonp {
    height: 450px;
}

.coor-no-body {
    height: 350px;
}




/*sponsors page*/

.community-partners ul, in-kind-contributors ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;

}

.in-kind-contributors ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;

}

.featured-sponsor {
    height: 150px;
}

.sponsor-featured-name h2 {
    padding-top: 50px;
    color: white;
}

.featured-sponsor-logo {
    background-color: #f44f1b;
    height: 150px;
}

.featured-sponsor-logo img {
    padding-top: 30px;
}

.sponsor-featured-name h2 a {
    font-size: 28px !important;
    color: white !important;
    font-weight: 300;
}




/* homepage merger */

.merger-title h1 {
    margin-top: 20px;
    font-size: 36px;
    color: black;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.merger-title h2 {
    margin-top: 20px;
    font-size: 24px;
    color: black;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.cvnl-container-inner-merger {
    background-color: white;
    padding-top: 80px;
    padding-bottom: 10px;
}
.merger-left {
    padding-left: 50px;
    text-align: right;
}
.merger-right {
    padding-right: 50px;
    text-align: left;
}
.merger-grey {
    background-image: linear-gradient(80deg,#dbdbda 0%,#ffffff 100%)!important;
    margin-bottom: 15px;
}
.merger-image {

}





/* elementor icon box equal height hack */

.equal-height-content {
    height: 100%;
    display: flex;
}







/* iframe width fix */

iframe {
    width: 100% !important;
}






/* merger changes */

/* Carousel height change */


/*.carousel-inner {
    height: 500px;
}*/




/* fundlycrm cvnl loading layer hiding */

body .npe2-plugin-panel .loader-panel {
    display: none !important;
}

body .npe2-plugin-panel .list-view ul li .npeMonthYearTitle {
    height: 35px !important;
}





.wp-image-501356 {
    width: 250px !important;
}





@media all and (max-width: 1200px) and (min-width: 1000px) {
    .cvnl-tagline2 {
        margin-top: 30px;
    }
}


@media all and (max-width: 1000px) and (min-width: 800px) {
    .cvnl-tagline2 {
        margin-top: 25px;
    }
}






/*menu mobile */


@media all and (max-width: 1200px) and (min-width: 1000px) {
    #mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-item > a.mega-menu-link {
        font-family: montserrat;
        font-size: 13px !important;
    }
    
            .cvnl-hp-box-title h2 {
        font-size: 20px;
    }
    
        .circle-inner p {
        padding-top: 20px;
            font-size: 14px;
    }
    
}






@media all and (max-width: 1000px) and (min-width: 800px) {
    .cvnl-tagline1 h1 {
        font-size: 16px;
    }
    
    .circle-inner p {
                padding-top: 10px;
        font-size: 14px;
    }
    
                .cvnl-hp-box-title h2 {
        font-size: 20px;
    }
    
    
        .community-partners ul, in-kind-contributors ul {
    -moz-column-count: 2 !important;
    -moz-column-gap: 20px !important;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 20px !important;
    column-count: 2 !important;
    column-gap: 20px !important;

}

.in-kind-contributors ul {
    -moz-column-count: 2 !important;
    -moz-column-gap: 20px !important;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 20px !important;
    column-count: 2 !important;
    column-gap: 20px !important;
}
    
    .merger-left {
        padding-left: 0px;
        text-align: center;

    }
    .merger-right {
        padding-right: 0px;
        text-align: center;

    }
    
    
}



@media all and (max-width: 800px) and (min-width: 600px) {

    .cvnl-content-page {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-subscribe {
        padding-left: 0px !important;
        margin-top: 25px;
    }

    .cvnl-hp-box-title h2 {
        font-size: 24px;
    }

    .circle-inner p {
        font-size: 14px;
        padding-top: 10px;
    }

    .cvnl-logo-header {
        max-height: 60px;
    }

    .logo {
        height: 80px;
    }

    .cvnl-logo-header {
        margin-top: 20px;
    }

    .cvnl-container-inner {
        padding-top: 30px;
    }

    /*megamenu edits*/
    #mega-menu-item-media_image-2 {
        display: none !important;
    }

    #mega-menu-item-media_image-3 {
        display: none !important;
    }

    #mega-menu-item-media_image-4 {
        display: none !important;
    }

    #mega-menu-item-media_image-5 {
        display: none !important;
    }

    #mega-menu-item-media_image-6 {
        display: none !important;
    }

    #mega-menu-item-media_image-8 {
        display: none !important;
    }

    #mega-menu-item-media_image-7 {
        display: none !important;
    }

    .mega-menu-columns-12-of-12 {
        width: 100% !important;
    }
    
    
    
    .community-partners ul, in-kind-contributors ul {
    -moz-column-count: 2 !important;
    -moz-column-gap: 20px !important;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 20px !important;
    column-count: 2 !important;
    column-gap: 20px !important;

}

.in-kind-contributors ul {
    -moz-column-count: 2 !important;
    -moz-column-gap: 20px !important;
    -webkit-column-count: 2 !important;
    -webkit-column-gap: 20px !important;
    column-count: 2 !important;
    column-gap: 20px !important;

}
    
    .merger-left {
        padding-left: 0px;
        text-align: center;

    }
    .merger-right {
        padding-right: 0px;
        padding-bottom: 20px;
        text-align: center;

    }

}



@media all and (max-width: 600px) and (min-width: 300px) {

    .cvnl-content-page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-subscribe {
        padding-left: 0px !important;
        margin-top: 25px;
    }


    .logo-part {
        border-right: 0px;
    }

    .footer-upcoming {
        padding-left: 0px !important;
        margin-top: 35px;
    }

    .footer-resources {
        padding-left: 0px !important;
        margin-top: 35px;
    }


    .footer-subscribe {
        padding-left: 0px !important;
        margin-top: 35px;
    }


    ::-webkit-input-placeholder {
        font-size: 13px!important;
        font-weight: 700!important;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        font-size: 13px!important;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 13px!important;
    }

    .cvnl-hp-box-title h2 {
        font-size: 20px;
    }

    .circle-inner p {
        font-size: 12px;
        padding-top: 10px;
    }

    .cvnl-logo-header {
        max-height: 40px;
    }

    .logo {
        height: 60px;
    }

    .cvnl-logo-header {
        margin-top: 10px;
    }

    .cvnl-container-inner {
        padding-top: 30px;
    }

    /*megamenu edits*/
    #mega-menu-item-media_image-2 {
        display: none !important;
    }

    #mega-menu-item-media_image-3 {
        display: none !important;
    }

    #mega-menu-item-media_image-4 {
        display: none !important;
    }

    #mega-menu-item-media_image-5 {
        display: none !important;
    }

    #mega-menu-item-media_image-6 {
        display: none !important;
    }

    #mega-menu-item-media_image-8 {
        display: none !important;
    }

    #mega-menu-item-media_image-7 {
        display: none !important;
    }

    .mega-menu-columns-12-of-12 {
        width: 100% !important;
    }
    
    .community-partners ul, in-kind-contributors ul {
    -moz-column-count: 1 !important;
    -moz-column-gap: 20px !important;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 20px !important;
    column-count: 1 !important;
    column-gap: 20px !important;
}

.in-kind-contributors ul {
    -moz-column-count: 1 !important;
    -moz-column-gap: 20px !important;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 20px !important;
    column-count: 1 !important;
    column-gap: 20px !important;
}
    
    .merger-left {
        padding-left: 0px;
        text-align: center;

    }
    .merger-right {
        padding-right: 0px;
        text-align: center;
        padding-bottom: 30px;

    }
    
    
}

/*Fixes Events Plugin Detail Page Column Width*/

.wp-block-media-text {
    -ms-grid-columns: 30% 1fr !important;
    grid-template-columns: 30% 1fr !important;

}

